Merge octave-mod.el and octave-inf.el into octave.el with some
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-25 Leo Liu <sdl.web@gmail.com>
2
3 Merge octave-mod.el and octave-inf.el into octave.el with some
4 cleanups.
5 * progmodes/octave.el: New file renamed from octave-mod.el.
6 * progmodes/octave-inf.el: Merged into octave.el.
7 * progmodes/octave-mod.el: Renamed to octave.el.
8
9 2013-04-25 Tassilo Horn <tsdh@gnu.org>
10
11 * textmodes/reftex-vars.el
12 (reftex-label-ignored-macros-and-environments): New defcustom.
13
14 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15
16 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
19 (smie-indent-keyword): Improve the check to ensure that the next
20 comment is really on the same line.
21 (smie-indent-comment): Don't align with a subsequent closer (or eob).
22
23 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
24 semi-colons if the line is not otherwise empty (bug#14218).
25
26 2013-04-25 Glenn Morris <rgm@gnu.org>
27
28 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
29
30 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * progmodes/opascal.el (opascal-set-token-property): Rename from
33 opascal-set-text-properties and only set `token' (bug#14134).
34 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
35 (opascal-literal-text-properties): Remove.
36 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
37 Adjust callers.
38
39 2013-04-24 Reuben Thomas <rrt@sc3d.org>
40
41 * textmodes/remember.el (remember-handler-functions): Add an
42 option for a new handler `remember-store-in-files'.
43 (remember-data-directory, remember-directory-file-name-format):
44 New options.
45 (remember-store-in-files): New function to store remember notes
46 as separate files within a directory.
47
48 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
49
50 * progmodes/compile.el (compilation-next-error-function):
51 Pass "formats" to compilation-find-file (bug#11777).
52
53 2013-04-24 Glenn Morris <rgm@gnu.org>
54
55 * vc/vc-bzr.el (vc-bzr-print-log):
56 * vc/vc-hg.el (vc-hg-print-log):
57 * vc/vc-svn.el (vc-svn-print-log):
58 Fix START-REVISION with LIMIT != 1. (Bug#14168)
59
60 * vc/vc-bzr.el (vc-bzr-print-log):
61 * vc/vc-cvs.el (vc-cvs-print-log):
62 * vc/vc-git.el (vc-git-print-log):
63 * vc/vc-hg.el (vc-hg-print-log):
64 * vc/vc-mtn.el (vc-mtn-print-log):
65 * vc/vc-rcs.el (vc-rcs-print-log):
66 * vc/vc-sccs.el (vc-sccs-print-log):
67 * vc/vc-svn.el (vc-svn-print-log):
68 * vc/vc.el (vc-print-log-internal): Doc fixes.
69
70 2013-04-23 Glenn Morris <rgm@gnu.org>
71
72 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
73 Remove venerable code attempting to avoid substitute-command-keys.
74
75 2013-04-23 Tassilo Horn <tsdh@gnu.org>
76
77 * textmodes/reftex-vars.el (reftex-label-regexps):
78 Call `reftex-compile-variables' after changes to this variable.
79
80 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
83 Use lexical-binding.
84 (jit-lock-force-redisplay): Use markers, check buffer's continued
85 existence and beware narrowed buffers.
86 (jit-lock-fontify-now): Adjust call accordingly.
87
88 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
91 to avoid misleading the user.
92
93 2013-04-22 Leo Liu <sdl.web@gmail.com>
94
95 * info-look.el: Prefer latex2e.info. (Bug#14240)
96
97 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
98
99 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
100
101 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
102 * net/tramp.el (tramp-call-process): ... here
103 (tramp-set-completion-function, tramp-parse-putty):
104 * net/tramp-adb.el (tramp-adb-execute-adb-command):
105 * net/tramp-gvfs.el (tramp-gvfs-send-command):
106 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
107 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
108 (tramp-call-local-coding-command): Use `tramp-call-process'
109 instead of `tramp-compat-call-process'.
110
111 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
112 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
113 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
114 (tramp-find-inline-compress):Improve traces.
115 (tramp-maybe-send-script): Check for Perl binary.
116 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
117
118 2013-04-22 Daiki Ueno <ueno@gnu.org>
119
120 * epg.el (epg-context-pinentry-mode): New function.
121 (epg-context-set-pinentry-mode): New function.
122 (epg--start): Pass --pinentry-mode option to gpg command.
123
124 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
125
126 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
127 `comint-dynamic-complete' is obsolete since 24.1, replaced by
128 `completion-at-point'. (Bug#13774)
129
130 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
131 default key binding for `describe-distribution' has been moved to
132 `C-h C-o'. (Bug#13970)
133
134 2013-04-21 Glenn Morris <rgm@gnu.org>
135
136 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
137 Add doc strings.
138 (vc-print-log): Clarify interactive prompt.
139
140 2013-04-20 Glenn Morris <rgm@gnu.org>
141
142 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
143 No longer include timestamp etc information.
144
145 2013-04-20 Roland Winkler <winkler@gnu.org>
146
147 * faces.el (read-face-name): Bug fix, return just one face if arg
148 multiple is nil. (Bug#14209)
149
150 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
153 (remove-function): Autoload.
154
155 * comint.el (comint-redirect-original-filter-function): Remove.
156 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
157 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
158 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
159 * progmodes/prolog.el (prolog-consult-compile):
160 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
161 Use add/remove-function instead.
162 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
163 (gud-tooltip-process-output, gud-tooltip-tips):
164 Use add/remove-function instead.
165 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
166 (scheme-interaction-mode, exit-scheme-interaction-mode):
167 Use add/remove-function instead.
168
169 * vc/vc-dispatcher.el: Use lexical-binding.
170 (vc--process-sentinel): Rename from vc-process-sentinel.
171 Change last arg to be the code to run. Don't use vc-previous-sentinel
172 and vc-sentinel-commands any more.
173 (vc-exec-after): Allow code to be a function. Use add/remove-function.
174 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
175
176 2013-04-19 Masatake YAMATO <yamato@redhat.com>
177
178 * progmodes/sh-script.el (sh-imenu-generic-expression):
179 Handle function names with a single character. (Bug#14111)
180
181 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
182
183 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
184 for subroutines defined in an eval (bug#14182).
185
186 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
187
188 * bookmark.el (bookmark-completing-read): Improve handling of empty
189 string (bug#14176).
190
191 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
194
195 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
196
197 New faster Imenu implementation (bug#14058).
198 * progmodes/python.el:
199 (python-imenu-prev-index-position):
200 (python-imenu-format-item-label-function)
201 (python-imenu-format-parent-item-label-function)
202 (python-imenu-format-parent-item-jump-label-function):
203 New vars.
204 (python-imenu-format-item-label)
205 (python-imenu-format-parent-item-label)
206 (python-imenu-format-parent-item-jump-label)
207 (python-imenu--put-parent, python-imenu--build-tree)
208 (python-imenu-create-index, python-imenu-create-flat-index)
209 (python-util-popn): New functions.
210 (python-mode): Set imenu-create-index-function to
211 python-imenu-create-index.
212
213 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * winner.el (winner-active-region): Use region-active-p, activate-mark
216 and deactivate-mark (bug#14225).
217
218 * simple.el (deactivate-mark): Don't inline it.
219
220 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
221
222 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
223
224 2013-04-18 Tassilo Horn <tsdh@gnu.org>
225
226 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
227 file extensions from the archive-mode entry in order to prefer
228 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
229
230 2013-04-18 Leo Liu <sdl.web@gmail.com>
231
232 * bindings.el (help-event-list): Add ?\?.
233
234 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * subr.el (with-wrapper-hook): Declare obsolete.
237 * simple.el (filter-buffer-substring-function): New hook.
238 (filter-buffer-substring): Use it.
239 (filter-buffer-substring-functions): Mark obsolete.
240 * minibuffer.el (completion-in-region-function): New hook.
241 (completion-in-region): Use it.
242 (completion-in-region-functions): Mark obsolete.
243 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
244 * abbrev.el (abbrev-expand-function): New hook.
245 (expand-abbrev): Use it.
246 (abbrev-expand-functions): Mark obsolete.
247 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
248 and :filter-return.
249
250 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
251
252 * progmodes/python.el (python-nav--syntactically): Fix cornercases
253 and do not care about match data.
254
255 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
258 completion tables when completing error conditions and
259 `declare' arguments.
260 (lisp-complete-symbol, field-complete): Mark as obsolete.
261 (check-parens): Unmatched parens are user errors.
262 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
263
264 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
265
266 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
267 command changed buffer (ie. `flyspell-pre-buffer' is not current
268 buffer), which prevents making decisions based on invalid value of
269 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
270 cause an error when `flyspell-pre-point' was nil after switching
271 buffers.
272 (flyspell-post-command-hook): No longer needs to change buffers when
273 checking pre-word. While at it remove unnecessary progn.
274
275 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
276
277 * textmodes/ispell.el (ispell-add-per-file-word-list):
278 Fix `flyspell-correct-word-before-point' error when accepting
279 words and `coment-padding' is an integer by using
280 `comment-normalize-vars' (Bug #14214).
281
282 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
283
284 New defun movement commands.
285 * progmodes/python.el (python-nav--syntactically)
286 (python-nav--forward-defun, python-nav-backward-defun)
287 (python-nav-forward-defun): New functions.
288
289 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
290
291 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
292 (python-syntax-context): Use named compiler-macro for backwards
293 compatibility with Emacs 24.x.
294
295 2013-04-17 Leo Liu <sdl.web@gmail.com>
296
297 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
298 octave-hide-process-buffer.
299
300 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
303 (bug#14216).
304
305 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
306
307 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
308 Fix adjustment of offset when receiving incomplete responses from GDB
309 (bug#14129).
310
311 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
314 python-mode-abbrev-table.
315 (python-skeleton-define): Adjust accordingly.
316 (python-mode-abbrev-table): New table that inherits from it so that
317 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
318
319 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
320 (abbrev-symbol): Use it.
321 (abbrev--before-point): Use it since we already handle inheritance.
322
323 2013-04-16 Leo Liu <sdl.web@gmail.com>
324
325 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
326 binding to info-lookup-symbol.
327
328 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
329
330 * minibuffer.el (completion--twq-all):
331 * term/ns-win.el (ns-initialize-window-system):
332 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
333
334 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
337 global bindings.
338
339 * doc-view.el (doc-view-start-process): Handle url-handler directories.
340
341 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
342
343 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
344 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
345 to nil.
346 (ruby-end-of-defun): Remove the unused arg, change the docstring
347 to reflect that this function is only used as the value of
348 `end-of-defun-function'.
349 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
350 to reflect an earlier change that beginning/end-of-defun functions
351 jump between methods in a class definition, as well as top-level
352 functions.
353
354 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * minibuffer.el (minibuffer-complete): Don't just scroll
357 a *Completions* that's been iconified.
358 (minibuffer-force-complete): Make sure repetitions do cycle when going
359 through completion-in-region -> minibuffer-complete.
360
361 2013-04-15 Alan Mackenzie <acm@muc.de>
362
363 Correct the placement of c-cpp-delimiters when there're #s not at
364 col 0.
365
366 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
367 place a submatch around the #.
368 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
369 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
370 on the #, not BOL.
371
372 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * emacs-lisp/nadvice.el: Properly test names when adding advice.
375 (advice--member-p): New arg `name'.
376 (advice--add-function, advice-member-p): Use it (bug#14202).
377
378 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
379
380 Reformulate java imenu-generic-expression.
381 The old expression contained ill formed regexps.
382
383 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
384 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
385 (cc-imenu-java-method-arg-regexp): New defconsts.
386 (cc-imenu-java-build-type-args-regex): New defun.
387 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
388 handling of spaces in the regexp.
389
390 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
391
392 * textmodes/ispell.el (ispell-command-loop): Remove
393 flyspell highlight of a word when ispell accepts it (bug #14178).
394
395 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
396
397 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
398 uses code from the previous `ange-ftp-run-real-handler'.
399 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
400 only in case that function exist. This is needed for proper
401 unloading of Tramp.
402
403 2013-04-15 Tassilo Horn <tsdh@gnu.org>
404
405 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
406
407 * textmodes/reftex.el (reftex-compile-variables): Use it.
408
409 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * files.el (normal-mode): Only use default major-mode if no other mode
412 was specified.
413
414 * emacs-lisp/trace.el (trace-values): New function.
415
416 * files.el: Allow : in local variables (bug#14089).
417 (hack-local-variable-regexp): New var.
418 (hack-local-variables-prop-line, hack-local-variables): Use it.
419
420 2013-04-13 Roland Winkler <winkler@gnu.org>
421
422 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
423 data before it gets modified by bibtex-beginning-of-entry.
424
425 2013-04-13 Roland Winkler <winkler@gnu.org>
426
427 * textmodes/bibtex.el (bibtex-url): Doc fix.
428
429 2013-04-13 Roland Winkler <winkler@gnu.org>
430
431 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
432 does not visit a BibTeX file, exclude it from the list of buffers
433 returned by bibtex-initialize.
434
435 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
436
437 * window.el (split-window): Remove interactive form, since as a
438 command this function is a special case of split-window-below.
439 Correct doc string.
440
441 2013-04-12 Roland Winkler <winkler@gnu.org>
442
443 * faces.el (read-face-name): Do not override value of arg default.
444 Allow single faces and strings as default values. Remove those
445 elements from return value that are not faces.
446 (describe-face): Simplify.
447 (face-at-point): New optional args thing and multiple so that this
448 function can provide the same functionality previously provided by
449 read-face-name.
450 (make-face-bold, make-face-unbold, make-face-italic)
451 (make-face-unitalic, make-face-bold-italic, invert-face)
452 (modify-face, read-face-and-attribute): Use face-at-point.
453
454 * cus-edit.el (customize-face, customize-face-other-window)
455 * cus-theme.el (custom-theme-add-face)
456 * face-remap.el (buffer-face-set)
457 * facemenu.el (facemenu-set-face): Use face-at-point.
458
459 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
460
461 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
462
463 2013-04-10 Tassilo Horn <tsdh@gnu.org>
464
465 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
466 off leading { and trailing } from field values.
467
468 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * emacs-lisp/timer.el (timer--check): New function.
471 (timer--time, timer-set-function, timer-event-handler): Use it.
472 (timer-set-idle-time): Simplify.
473 (timer--activate): CSE.
474 (timer-event-handler): Give more info in error message.
475 (internal-timer-start-idle): New function, moved from C.
476
477 * mpc.el (mpc-proc): Add `restart' argument.
478 (mpc-proc-cmd): Use it.
479 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
480 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
481 less often.
482
483 2013-04-10 Masatake YAMATO <yamato@redhat.com>
484
485 * progmodes/sh-script.el: Implement `sh-mode' own
486 `add-log-current-defun-function' (bug#14112).
487 (sh-current-defun-name): New function.
488 (sh-mode): Use the function.
489
490 2013-04-09 Bastien Guerry <bzg@gnu.org>
491
492 * simple.el (choose-completion-string): Fix docstring (bug#14163).
493
494 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
497
498 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
499 timer (bug#14156).
500
501 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
502
503 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
504 declaration.
505
506 2013-04-07 Leo Liu <sdl.web@gmail.com>
507
508 * pcmpl-x.el: New file.
509
510 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
511
512 Do not set x-display-name until X connection is established.
513 This is needed to prevent from weird situation described at
514 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
515 * frame.el (make-frame): Set x-display-name after call to
516 window system initialization function, not before.
517 * term/x-win.el (x-initialize-window-system): Add optional
518 display argument and use it.
519 * term/w32-win.el (w32-initialize-window-system):
520 * term/ns-win.el (ns-initialize-window-system):
521 * term/pc-win.el (msdos-initialize-window-system):
522 Add compatible optional display argument.
523
524 2013-04-06 Eli Zaretskii <eliz@gnu.org>
525
526 * files.el (normal-backup-enable-predicate): On MS-Windows and
527 MS-DOS compare truenames of temporary-file-directory and of the
528 file, so that 8+3 aliases (usually found in $TEMP on Windows)
529 don't fail comparison by compare-strings. Also, compare file
530 names case-insensitively on MS-Windows and MS-DOS.
531
532 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
535 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
536
537 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
538
539 * whitespace.el (whitespace-color-on, whitespace-color-off):
540 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
541
542 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
543
544 * ispell.el (ispell-set-spellchecker-params):
545 Really set `ispell-args' for all equivs.
546
547 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * ido.el (ido-completions): Use extra elements of ido-decorations
550 (bug#14143).
551 (ido-decorations): Update docstring.
552
553 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
554
555 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
556 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
557 nil during initialization, in order not to miss changes since the
558 file was opened. (Bug#14140)
559
560 2013-04-05 Leo Liu <sdl.web@gmail.com>
561
562 * kmacro.el (kmacro-call-macro): Fix bug#14135.
563
564 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
565
566 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
567
568 2013-04-04 Glenn Morris <rgm@gnu.org>
569
570 * electric.el (electric-pair-inhibit-predicate): Add :version.
571
572 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
575 when a package is required several times (bug#14082).
576
577 2013-04-04 Roland Winkler <winkler@gnu.org>
578
579 * faces.el (read-face-name): Behave as promised by the docstring.
580 Assume that arg default is a list of faces.
581 (describe-face): Call read-face-name with list of default faces.
582
583 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
584
585 * bookmark.el: Fix deletion of bookmarks (bug#13972).
586 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
587 (bookmark-bmenu-execute-deletions): Only skip first line if it's
588 the header.
589 (bookmark-exit-hook-internal): Save even if list is empty.
590
591 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
592
593 * emacs-lisp/package.el (package-pinned-packages): New var.
594 (package--add-to-archive-contents): Obey it (bug#14118).
595
596 2013-04-03 Alan Mackenzie <acm@muc.de>
597
598 Handle `parse-partial-sexp' landing inside a comment opener
599 (Bug#13244). Also adapt to the new values of element 7 of a parse
600 state.
601
602 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
603 parameter `not-in-delimiter'. Handle being inside comment opener.
604 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
605 character in case we're typing a '*' after a '/'.
606 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
607 instead by passing the parameter to c-state-pp-to-literal.
608
609 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
610 for elt. 7 of a parse state.
611
612 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
613
614 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
615 * international/latin1-disp.el, international/mule-util.el:
616 * language/cyril-util.el, language/european.el, language/ind-util.el:
617 * language/lao-util.el, language/thai.el, language/tibet-util.el:
618 * language/tibetan.el, language/viet-util.el:
619 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
620
621 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
624 (electric-pair-post-self-insert-function): Use it.
625 (electric-pair-default-inhibit): New function, extracted from
626 electric-pair-post-self-insert-function.
627
628 2013-03-31 Roland Winkler <winkler@gnu.org>
629
630 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
631
632 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
635
636 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
637
638 Un-indent after "pass" and "return" statements (Bug#13888)
639 * progmodes/python.el (python-indent-block-enders): New var.
640 (python-indent-calculate-indentation): Use it.
641
642 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
643
644 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
645 defun. Defining it as defalias could introduce too eager
646 byte-compiler optimization. (Bug#14030)
647
648 2013-03-30 Chong Yidong <cyd@gnu.org>
649
650 * iswitchb.el (iswitchb-read-buffer): Fix typo.
651
652 2013-03-30 Leo Liu <sdl.web@gmail.com>
653
654 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
655 (kmacro-execute-from-register): Pass the keyboard macro to
656 kmacro-call-macro or repeating won't work correctly.
657
658 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
659
660 * progmodes/subword.el: Back to using `forward-symbol'.
661
662 * subr.el (forward-whitespace, forward-symbol)
663 (forward-same-syntax): Move from thingatpt.el.
664
665 2013-03-29 Leo Liu <sdl.web@gmail.com>
666
667 * kmacro.el (kmacro-to-register): New command.
668 (kmacro-execute-from-register): New function.
669 (kmacro-keymap): Bind to 'x'. (Bug#14071)
670
671 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * mpc.el: Use defvar-local and setq-local.
674 (mpc--proc-connect): Connection failures are not bugs.
675 (mpc-mode-map): `follow-link' only applies to the buffer's content.
676 (mpc-volume-map): Bind to the up-events.
677
678 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
679
680 * progmodes/subword.el (superword-mode): Use `forward-sexp'
681 instead of `forward-symbol'.
682
683 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
686 (edebug--recursive-edit): Use it.
687 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
688 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
689
690 2013-03-28 Leo Liu <sdl.web@gmail.com>
691
692 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
693
694 2013-03-27 Eli Zaretskii <eliz@gnu.org>
695
696 * facemenu.el (list-colors-callback): New defvar.
697 (list-colors-redisplay): New function.
698 (list-colors-display): Install list-colors-redisplay as the
699 revert-buffer-function. (Bug#14063)
700
701 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
704 and suffixes don't overlap (bug#14061).
705
706 * case-table.el: Use lexical-binding.
707 (case-table-get-table): New function.
708 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
709
710 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
711
712 * progmodes/subword.el: Add `superword-mode' to do word motion
713 over symbol_words (parallels and leverages `subword-mode' which
714 does word motion inside MixedCaseWords).
715
716 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
717
718 * eshell/em-unix.el: Move su and sudo to...
719 * eshell/em-tramp.el: ...Eshell tramp module.
720
721 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
724 Change return value to be a sexp. Delay `get-buffer' to after
725 restoring the desktop (bug#13951).
726
727 2013-03-26 Leo Liu <sdl.web@gmail.com>
728
729 * register.el: Move semantic tag handling back to
730 cedet/semantic/senator.el. (Bug#14052)
731
732 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
735 into the prompt either (bug#13963).
736
737 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
740 part of "(error-foo)".
741
742 2013-03-24 Juri Linkov <juri@jurta.org>
743
744 * replace.el (list-matching-lines-prefix-face): New defcustom.
745 (occur-1): Pass `list-matching-lines-prefix-face' to the function
746 `occur-engine' if `face-differs-from-default-p' returns t.
747 (occur-engine): Add `,' inside backquote construct to evaluate
748 `prefix-face'. Propertize the prefix with the `prefix-face' face.
749 Pass `prefix-face' to the functions `occur-context-lines' and
750 `occur-engine-add-prefix'.
751 (occur-engine-add-prefix, occur-context-lines): Add optional arg
752 `prefix-face' and propertize the prefix with `prefix-face'.
753 (Bug#14017)
754
755 2013-03-24 Leo Liu <sdl.web@gmail.com>
756
757 * nxml/rng-valid.el (rng-validate-while-idle)
758 (rng-validate-quick-while-idle): Guard against deleted buffer.
759 (Bug#13999)
760
761 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
762 is the last entry in kill-buffer-hook.
763
764 * files.el (kill-buffer-hook): Doc fix.
765
766 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
767
768 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
769 Make it safe-local.
770
771 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
772
773 2013-03-23 Leo Liu <sdl.web@gmail.com>
774
775 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
776 Remove.
777
778 * nxml/rng-valid.el (rng-validate-mode)
779 (rng-after-change-function, rng-do-some-validation):
780 * nxml/rng-maint.el (rng-validate-buffer):
781 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
782 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
783 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
784 (nxml-extend-after-change-region): Use with-silent-modifications.
785
786 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
787 timer-idle-list.
788
789 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
790 (rng-next-error-1, rng-previous-error-1): Do not let-bind
791 timer-idle-list. (Bug#13999)
792
793 2013-03-23 Juri Linkov <juri@jurta.org>
794
795 * info.el (info-index-match): New face.
796 (Info-index, Info-apropos-matches): Add a nested subgroup to the
797 main pattern and add text properties with the new face to matches
798 in index entries relative to the beginning of the index entry.
799 (Bug#14015)
800
801 2013-03-21 Eric Ludlam <zappo@gnu.org>
802
803 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
804 Inhibit read only while inserting objects.
805
806 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
807
808 * progmodes/cfengine.el: Update docs to mention
809 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
810 symbol motion. Remove "_" from the word syntax.
811
812 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
813
814 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
815 syntax for both `cfengine2-mode' and `cfengine3-mode'.
816
817 2013-03-20 Juri Linkov <juri@jurta.org>
818
819 * info.el (Info-next-reference-or-link)
820 (Info-prev-reference-or-link): New functions.
821 (Info-next-reference, Info-prev-reference): Use them.
822 (Info-try-follow-nearest-node): Handle footnote navigation.
823 (Info-fontify-node): Fontify footnotes. (Bug#13989)
824
825 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
828 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
829
830 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
831
832 Suppress unnecessary non-ASCII chatter during build process.
833 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
834 (batch-skkdic-convert): Suppress most of the chatter.
835 It's not needed so much now that machines are faster,
836 and its non-ASCII component was confusing; see Dmitry Gutov in
837 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
838
839 2013-03-20 Leo Liu <sdl.web@gmail.com>
840
841 * ido.el (ido-chop): Fix bug#10994.
842
843 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
844
845 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
846 Remove vars.
847 (whitespace-color-on, whitespace-color-off):
848 Use `font-lock-fontify-buffer' (Bug#13817).
849
850 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
853 remapping in mode-line.
854 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
855
856 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
857
858 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
859 value for `whitespace-line' face (Bug#13875).
860 (whitespace-font-lock-keywords): Change description.
861 (whitespace-color-on): Don't save `font-lock-keywords' value, save
862 the constructed keywords instead.
863 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
864
865 2013-03-19 Leo Liu <sdl.web@gmail.com>
866
867 * progmodes/compile.el (compilation-display-error): New command.
868 (compilation-mode-map, compilation-minor-mode-map): Bind it to
869 C-o. (Bug#13992)
870
871 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
872
873 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
874
875 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
876
877 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
878
879 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
880
881 * net/tramp-compat.el (tramp-compat-user-error): New defun.
882
883 * net/tramp-adb.el (tramp-adb-handle-shell-command):
884 * net/tramp-gvfs.el (top):
885 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
886 (tramp-handle-shell-command): Use it.
887 (tramp-dissect-file-name): Raise an error when hostname is a
888 method name, and neither method nor user is specified.
889
890 * net/trampver.el: Update release number.
891
892 2013-03-18 Leo Liu <sdl.web@gmail.com>
893
894 Make sure eldoc can be turned off properly.
895 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
896 eldoc-mode.
897 (eldoc-display-message-p): Revert last change.
898 (eldoc-display-message-no-interference-p)
899 (eldoc-print-current-symbol-info): Tweak.
900
901 2013-03-18 Tassilo Horn <tsdh@gnu.org>
902
903 * doc-view.el (doc-view-new-window-function): Check the new window
904 overlay's display property instead the char property of the
905 buffer's first char. Use `with-selected-window' instead of
906 `save-window-excursion' with `select-window'.
907 (doc-view-document->bitmap): Check the current doc-view overlay's
908 display property instead the char property of the buffer's first char.
909
910 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
911
912 Automate the build of ja-dic.el (Bug#13984).
913 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
914 from the input, rather than assume that it's been done for us by the
915 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
916 the current date into a ja-dic.el comment, as that complicates
917 regression testing.
918
919 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * whitespace.el: Fix double evaluation.
922 (whitespace-space, whitespace-hspace, whitespace-tab)
923 (whitespace-newline, whitespace-trailing, whitespace-line)
924 (whitespace-space-before-tab, whitespace-indentation)
925 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
926 obsolete defvars.
927 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
928 (whitespace-color-on): Use a single font-lock-add-keywords call.
929 Fix double-evaluation of face variables.
930
931 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
932
933 * net/tramp-adb.el (tramp-adb-parse-device-names):
934 Use `start-process' instead of `call-process'. Otherwise, the
935 function might be blocked under MS Windows. (Bug#13299)
936
937 2013-03-17 Leo Liu <sdl.web@gmail.com>
938
939 Extend eldoc to display info in the mode-line. (Bug#13978)
940 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
941 (eldoc-mode-line-string): New variable.
942 (eldoc-minibuffer-message): New function.
943 (eldoc-message-function): New variable.
944 (eldoc-message): Use it.
945 (eldoc-display-message-p)
946 (eldoc-display-message-no-interference-p):
947 Support eldoc-post-insert-mode.
948
949 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
950 (eval-expression): Run it.
951
952 2013-03-17 Roland Winkler <winkler@gnu.org>
953
954 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
955 strings in the list of return values.
956
957 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
958
959 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
960 radix before checking for HMS forms.
961
962 2013-03-16 Leo Liu <sdl.web@gmail.com>
963
964 * progmodes/scheme.el: Add indentation and font-locking for λ.
965 (Bug#13975)
966
967 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
970 token before point (bug#13942).
971
972 2013-03-16 Leo Liu <sdl.web@gmail.com>
973
974 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
975
976 2013-03-16 Eli Zaretskii <eliz@gnu.org>
977
978 * startup.el (command-line-normalize-file-name): Fix handling of
979 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
980 <xfq.free@gmail.com> in
981 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
982
983 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
984
985 Sync with Tramp 2.2.7.
986
987 * net/trampver.el: Update release number.
988
989 2013-03-14 Tassilo Horn <tsdh@gnu.org>
990
991 * doc-view.el Fix bug#13887.
992 (doc-view-insert-image): Don't modify overlay associated to
993 non-live windows, and implement horizontal centering of image in
994 case it's smaller than the window.
995 (doc-view-new-window-function): Force redisplay of new windows on
996 doc-view buffers.
997
998 2013-03-13 Karl Fogel <kfogel@red-bean.com>
999
1000 * saveplace.el (save-place-alist-to-file): Don't sort
1001 `save-place-alist', just pretty-print it (bug#13882).
1002
1003 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1006 whether `default-file-name-coding-system' is bound. It isn't in
1007 XEmacs.
1008
1009 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1012 backquotes for `obsolete' (bug#13929).
1013
1014 * international/mule.el (find-auto-coding): Include file name in
1015 obsolescence warning (bug#13922).
1016
1017 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1018
1019 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1020 for CFEngine 3-specific indentation.
1021 (cfengine3-indent-line): Use it. Fix up category regex.
1022 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1023
1024 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * type-break.el (type-break-file-name):
1027 * textmodes/remember.el (remember-data-file):
1028 * strokes.el (strokes-file):
1029 * shadowfile.el (shadow-initialize):
1030 * saveplace.el (save-place-file):
1031 * ps-bdf.el (bdf-cache-file):
1032 * progmodes/idlwave.el (idlwave-config-directory):
1033 * net/quickurl.el (quickurl-url-file):
1034 * international/kkc.el (kkc-init-file-name):
1035 * ido.el (ido-save-directory-list-file):
1036 * emulation/viper.el (viper-custom-file-name):
1037 * emulation/vip.el (vip-startup-file):
1038 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1039 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1040
1041 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1044 * language/thai-word.el: Switch to UTF-8.
1045
1046 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1049
1050 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1051
1052 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1053 Use with-current-buffer and don't move point.
1054 (net-utils-run-simple): Remove useless code.
1055 (net-utils-remove-ctl-m): Remove unused custom.
1056
1057 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1058
1059 * international/characters.el (glyphless-set-char-table-range): New fun.
1060 (update-glyphless-char-display): Use it (bug#13744).
1061
1062 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1063
1064 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1065 namespaces in the syntax, indent closer for hanging brace
1066 correctly, allow single-quote delimited 'strings', and make
1067 `cfengine3-mode' the default.
1068
1069 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1070
1071 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1072 Use lexical-binding. Fix up docstring according to conventions.
1073 (gdbmi-debug-mode): New var.
1074 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1075 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1076 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1077 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1078 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1079 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1080 (gdbmi-bnf-incomplete-record-result): New functions.
1081 (gdb-car<): Remove function.
1082 (gdbmi-record-list): Remove variable.
1083 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1084 (gdbmi-bnf-result-state-configs): New const.
1085 (gud-gdbmi-marker-filter): Rewrite.
1086 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1087 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1088 Add `token' argument.
1089 (gdb-done, gdb-error): New functions.
1090 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1091
1092 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * term/xterm.el (xterm--report-background-handler): Don't burp
1095 upon timeout.
1096 (xterm--version-handler): Extract from terminal-init-xterm.
1097 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1098 Allow multiple handlers.
1099 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1100
1101 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1102 (xterm--report-background-handler, xterm--query): New functions.
1103 (terminal-init-xterm): Use them.
1104
1105 2013-03-11 Michael R. Mauger <michael@mauger.com>
1106
1107 * progmodes/sql.el Version 3.2
1108 Please note that my address changed to <michael@mauger.com>;
1109 the <mmaug@yahoo.com> address remains active.
1110 (sql-connection-alist): Updates documentation to fix bug#13715.
1111 (sql-connect): Handle missing `sql-connection-alist' correctly.
1112 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1113 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1114 property.
1115 (sql-default-value): New function.
1116 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1117 values were not used.
1118 (sql-rename-buffer): Make sure alternate buffer name has no text
1119 properties.
1120 (sql-input-sender, sql-execute-feature): Fetch variable with
1121 `buffer-local-value' rather than `with-current-buffer'.
1122 (sql-*): Use #' function syntax consistently.
1123 (sql-*): Use message/error/user-error consistently.
1124
1125 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * xt-mouse.el (xterm-mouse-event-read): Remove.
1128 (xterm-mouse--read-event-sequence-1000)
1129 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1130
1131 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * term/xterm.el (xterm-function-map): Support format used with
1134 formatOtherKeys=1 (bug#13839).
1135
1136 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1137 (with-no-warnings): Use `declare'.
1138
1139 * whitespace.el (whitespace-enable-predicate): New variable.
1140 (whitespace-enable-predicate): Use it.
1141
1142 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1143 (comint-output-filter, comint-update-fence):
1144 Use with-silent-modifications.
1145
1146 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1147
1148 * replace.el (occur-read-regexp-defaults-function): New var.
1149 (occur-read-regexp-defaults): New defun.
1150 (occur-read-primary-args): Propagate above change (bug#13892).
1151
1152 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1155
1156 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1157
1158 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1159
1160 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1161 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1162 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1163 New defconst.
1164 (tramp-gvfs-file-name-handler-alist) [directory-files]
1165 [directory-files-and-attributes, file-exists-p, file-modes]:
1166 Use Tramp default handler.
1167 [file-acl, file-selinux-context, process-file, set-file-acl]:
1168 [set-file-modes, set-file-selinux-context, shell-command]:
1169 [start-file-process]: Remove handler.
1170 [verify-visited-file-modtime]: New handler.
1171 (tramp-gvfs-dbus-string-to-byte-array)
1172 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1173 calls of `dbus-string-to-byte-array' and
1174 `tramp-gvfs-dbus-byte-array-to-string'.
1175 (tramp-gvfs-handle-copy-file)
1176 (tramp-gvfs-handle-delete-directory)
1177 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1178 (tramp-gvfs-handle-file-directory-p)
1179 (tramp-gvfs-handle-file-executable-p)
1180 (tramp-gvfs-handle-file-name-all-completions)
1181 (tramp-gvfs-handle-file-readable-p)
1182 (tramp-gvfs-handle-file-writable-p)
1183 (tramp-gvfs-handle-insert-directory)
1184 (tramp-gvfs-handle-insert-file-contents)
1185 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1186 (tramp-gvfs-handle-set-visited-file-modtime)
1187 (tramp-gvfs-handle-write-region): Rewrite.
1188 (tramp-gvfs-handle-file-acl)
1189 (tramp-gvfs-handle-file-selinux-context)
1190 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1191 (tramp-gvfs-handle-set-file-modes)
1192 (tramp-gvfs-handle-set-file-selinux-context)
1193 (tramp-gvfs-handle-shell-command)
1194 (tramp-gvfs-handle-start-file-process)
1195 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1196 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1197 over the symlinks. Fix user handling.
1198 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1199 of the D-Bus signals.
1200 (tramp-gvfs-connection-mounted-p): Handle different names of the
1201 D-Bus methods.
1202 (tramp-gvfs-mount-spec-entry): New defun.
1203 (tramp-gvfs-mount-spec): Use it.
1204 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1205 there is a share name. Handle different names of the D-Bus
1206 signals and methods. Set connection properties needed for
1207 `tramp-check-cached-permissions'.
1208 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1209 Return t or nil.
1210
1211 * net/tramp.el (tramp-backtrace): Move up.
1212 (tramp-error): Dump a backtrace into the debug buffer when
1213 `tramp-verbose > 9.
1214 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1215 (tramp-file-mode-permissions, tramp-get-local-uid)
1216 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1217 tramp-sh.el.
1218
1219 * net/tramp-sh.el (tramp-file-mode-type-map)
1220 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1221 (tramp-file-mode-permissions, tramp-get-local-uid)
1222 (tramp-get-local-gid): Move to tramp.el.
1223
1224 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 Separate mouse-1-click-follows-link from mouse-drag-region.
1227 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1228 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1229 (mouse-drag-line, mouse-drag-track):
1230 Remove mouse-1-click-follows-link code.
1231 (mouse--remap-link-click-p): Remove.
1232
1233 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1234
1235 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1236 (hi-lock-read-regexp-defaults): New defun.
1237 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1238 (hi-lock-face-phrase-buffer): Propagate above change.
1239 Update docstring (bug#13892).
1240
1241 * subr.el (find-tag-default-as-regexp): New defun.
1242 * replace.el (read-regexp): Propagate above change.
1243
1244 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1245
1246 * calc/calc-units.el (calc-convert-units): Fix the way that default
1247 new units are stored.
1248
1249 2013-03-07 Matthias Meulien <orontee@gmail.com>
1250
1251 * bookmark.el: Define a face to highlight bookmark names in
1252 bookmark menu buffers, where the default is a bold face similarly
1253 to buffer names in buffer menu buffers.
1254 (bookmark-menu-bookmark): New face to highlight bookmark names.
1255 (bookmark-insert-location): Remove duplicated text property to
1256 conform to buffer list (see `list-buffers').
1257 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1258 `bookmark-menu-bookmark' to bookmark names.
1259
1260 2013-03-07 Matthias Meulien <orontee@gmail.com>
1261 Karl Fogel <kfogel@red-bean.com>
1262
1263 * bookmark.el: Display the bookmark list header similarly to the
1264 buffer list header (see `list-buffers'), where the default is now
1265 an immovable/immutable header line.
1266 (bookmark-bmenu-use-header-line): New variable.
1267 (bookmark-bmenu-inline-header-height): New name for
1268 `bookmark-bmenu-header-height', to avoid confusion with the code
1269 for the new immovable header. All references changed.
1270 (bookmark-bmenu-set-header): New function.
1271 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1272 Conditionalize header construction accordingly.
1273 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1274 the inline header height.
1275 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1276 Conditionalize the skipping of the inline header height.
1277
1278 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1279
1280 * progmodes/js.el (js--multi-line-declaration-indentation):
1281 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1282
1283 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1284
1285 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1286 Only propertize regexp when not inside a string (Bug#13885).
1287
1288 2013-03-06 Alan Mackenzie <acm@muc.de>
1289
1290 Correct the position of point in some line-up functions.
1291 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1292 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1293 point at column 0 rather than at a random place in the line.
1294
1295 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * net/tramp-compat.el (tramp-compat-delete-directory):
1298 Implement TRASH argument.
1299
1300 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1301
1302 Keep pre-existing highlighting in completion candidates (Bug#13250).
1303 * minibuffer.el (completions-first-difference): State that the
1304 face is "added" in the docstring.
1305 (completions-common-part): Same. And don't inherit from default.
1306 (completion-hilit-commonality): Prepend 'completions-common-part
1307 and 'completion-first-difference faces to the 'face property,
1308 instead of replacing the value(s).
1309 (completion--insert-strings): Same with 'completions-annotations face.
1310 (completion-hilit-commonality): Use 'face instead of
1311 'font-lock-face, because it gets priority if the completion
1312 strings already have 'face set.
1313
1314 2013-03-04 Alan Mackenzie <acm@muc.de>
1315
1316 Replace `last-command-event' by `last-command-char' in XEmacs.
1317 * progmodes/cc-defs.el (c-last-command-char): New macro.
1318 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1319 (c-semi&comma-no-newlines-before-nonblanks)
1320 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1321 in place of `last-command-event'.
1322 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1323 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1324 (c-electric-paren, c-electric-continued-statement): Use the new
1325 macro in place of `last-command-event'.
1326
1327 2013-03-04 Glenn Morris <rgm@gnu.org>
1328
1329 * files.el (inhibit-local-variables-regexps):
1330 Add .diff and .patch. (Bug#13862)
1331
1332 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1333
1334 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1335 whether the "su" command is available on the device.
1336
1337 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1340 (tramp-adb-handle-process-file): Remove superfluous setting.
1341 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1342 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1343 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1344
1345 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1348 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1349 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1350 Use dict-key rather than dict-name for the error message.
1351
1352 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1353
1354 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1355 when reverting (bug#13831).
1356
1357 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1358
1359 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1360 Always expand affix-file before storing to protect against changed
1361 `default-directory'.
1362 (ispell-print-if-debug): Make sure message is printed at the end
1363 of the debug buffer.
1364
1365 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * net/tramp.el (tramp-obsolete-methods): New defconst.
1368 (tramp-warned-obsolete-methods): New defvar.
1369 (tramp-find-method): Check for obsolete methods. Map them to a
1370 replacement method if appropriate.
1371
1372 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1373 Remove methods.
1374 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1375 "ssh2" and "plink1".
1376
1377 2013-02-28 Dale Sedivec <dale@codefu.org>
1378
1379 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1380 Return valid syntax-table property value when converting
1381 quotes within text from string syntax to punctuation syntax (bug#13844).
1382
1383 2013-02-28 Juri Linkov <juri@jurta.org>
1384
1385 * dired-aux.el (dired-diff): If file at point is a backup file,
1386 use its original as the default value, and reverse the order
1387 of arguments to the `diff' call. Doc fix. (Bug#13772)
1388
1389 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1392 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1393
1394 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1395
1396 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1397
1398 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1399 Ask hunspell about available and default dictionaries.
1400 (ispell-parse-hunspell-affix-file): Extract relevant info from
1401 hunspell affix file.
1402 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1403 `ispell-dictionary-alist' entry for given dictionary after info
1404 provided by `ispell-parse-hunspell-affix-file'.
1405 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1406 of parsed hunspell dicts and associated affix files.
1407 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1408 of parsed hunspell dicts and associated parameters.
1409 (ispell-set-spellchecker-params):
1410 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1411 previously done.
1412 (ispell-start-process):
1413 Call `ispell-hunspell-fill-dictionary-entry' for current
1414 dictionary if it is not initialized.
1415
1416 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * imenu.el: Comment nitpicks.
1419
1420 2013-02-28 Sam Steingold <sds@gnu.org>
1421
1422 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1423 See <http://stackoverflow.com/questions/14720205>.
1424
1425 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1426
1427 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1428 (net-utils-mode): Use it.
1429 (net-utils--revert-cmd): New var.
1430 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1431 (traceroute): Use net-utils-run-simple.
1432
1433 2013-02-28 Glenn Morris <rgm@gnu.org>
1434
1435 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1436
1437 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1440 (doc-view-fallback-mode): Remove overlays here.
1441 (doc-view-toggle-display): Instead of here. Don't throw away
1442 image-mode-winprops-alist.
1443 (doc-view-goto-page): Don't mess with hscroll.
1444
1445 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1446
1447 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1448 &optional (bug#13819).
1449
1450 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1451
1452 * net/tramp-adb.el (tramp-adb-parse-device-names)
1453 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1454
1455 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1458 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1459 defined. POSIX environments fall back to the "C" locale then and
1460 emit a warning, which shall be suppressed.
1461
1462 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1465 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1466
1467 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1470
1471 2013-02-25 Juri Linkov <juri@jurta.org>
1472
1473 * replace.el (read-regexp): Let-bind `default' to the first
1474 element of `defaults' if it's a list, otherwise it should be
1475 a string or nil. Let-bind `suggestions' to `defaults' if it's
1476 a list, otherwise make a list with the string value. Doc fix.
1477 (Bug#13805)
1478
1479 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1480
1481 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1482 that match "\`\.#", to avoid compiling lock files, even if they
1483 are readable (as they are on MS-Windows).
1484
1485 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * files.el (basic-save-buffer): Remove redundant directory-creation.
1488
1489 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1490
1491 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1492 Add option to force `pi' to remain symbolic.
1493 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1494 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1495 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1496 derivatives, when necessary.
1497
1498 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1499
1500 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1501 (ps-mode-octal-region): Use string-make-unibyte.
1502
1503 2013-02-23 Glenn Morris <rgm@gnu.org>
1504
1505 * emulation/viper-cmd.el (viper-submit-report):
1506 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1507 * progmodes/vera-mode.el (vera-mode-help-address):
1508 * textmodes/artist.el (artist-maintainer-address):
1509 * textmodes/reftex.el (reftex-report-bug):
1510 * vc/ediff-util.el (ediff-submit-report):
1511 Add bug-gnu-emacs to bug report address.
1512
1513 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1514 Remove bug report entries.
1515 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1516
1517 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1518 (byte-compile-file, byte-compile-from-buffer):
1519 Use separate input/output buffers for each level of recursive
1520 byte-compile-file calls. (Bug#13787)
1521
1522 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp.el (tramp-methods): Fix docstring.
1525 (tramp-ssh-controlmaster-options): Rename it from
1526 `tramp-ssh-controlmaster-template'. Return a string.
1527 (tramp-default-method): Adapt check for
1528 `tramp-ssh-controlmaster-options'.
1529
1530 * net/tramp-sh.el (tramp-methods):
1531 Replace `tramp-ssh-controlmaster-template' by "%c".
1532 (tramp-do-copy-or-rename-file-out-of-band)
1533 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1534 that it is applied for the first hop only.
1535
1536 2013-02-22 Juri Linkov <juri@jurta.org>
1537
1538 * isearch.el (isearch-lazy-highlight-new-loop):
1539 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1540 to `isearch-other-end' if it is not nil. (Bug#13402)
1541
1542 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1543 to `match-beg'.
1544
1545 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1546 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1547 and `isearch-error' to nil.
1548
1549 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1550
1551 * progmodes/python.el (python-info-current-defun):
1552 Enhance match-data cluttering prevention.
1553
1554 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1557
1558 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1559 Handle multibyte file names.
1560
1561 2013-02-22 Glenn Morris <rgm@gnu.org>
1562
1563 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1564 (sgml-transformation-function): Give it a :set function.
1565 (sgml-tag): Doc fix.
1566
1567 * cmuscheme.el (scheme-buffer):
1568 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1569 * progmodes/tcl.el (inferior-tcl-buffer):
1570 * textmodes/tex-mode.el (tex-command): Doc fixes.
1571
1572 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1573
1574 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1575
1576 2013-02-21 Bastien Guerry <bzg@gnu.org>
1577
1578 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1579
1580 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1581
1582 * progmodes/python.el (python-info-current-defun):
1583 Enhance match-data cluttering prevention.
1584
1585 2013-02-21 Glenn Morris <rgm@gnu.org>
1586
1587 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1588 loaded while outline-regexp is let bound. (Bug#9584)
1589
1590 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1591
1592 * progmodes/python.el (python-info-current-defun): Fix failed
1593 defun name retrieval because of unwanted match-data cluttering.
1594
1595 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1596
1597 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1598 defconst. Apply independent check for ControlPersist.
1599
1600 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1601 temporarily, via "env".
1602
1603 2013-02-21 Glenn Morris <rgm@gnu.org>
1604
1605 * info.el (Info-enable-edit): Remove.
1606 (Info-edit): Disable it rather than using Info-enable.
1607 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1608 (Info-cease-edit): Make editing of Info files obsolete.
1609
1610 * informat.el (Info-tagify):
1611 Handle buffers not visiting files. (Bug#13763)
1612
1613 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1616
1617 2013-02-21 Glenn Morris <rgm@gnu.org>
1618
1619 * files.el (basic-save-buffer): Move check for existing parent
1620 directory after hooks. (Bug#13773)
1621
1622 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * simple.el (command-execute): Move from C. Add obsolete check.
1625 (extended-command-history): Move from C.
1626
1627 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1628
1629 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1630 (jka-compr-mode-alist-additions): Handle .txz suffix for
1631 XZ-compressed tar archives (bug#13770).
1632
1633 2013-02-20 Bastien Guerry <bzg@gnu.org>
1634
1635 * outline.el (outline-regexp, outline-heading-end-regexp):
1636 Make variables, not options (bug#13731).
1637
1638 2013-02-20 Glenn Morris <rgm@gnu.org>
1639
1640 * image.el (image-current-frame): Change from variable to function.
1641 (image-show-frame): Rename from image-nth-frame. Update callers.
1642 * image-mode.el (image-multi-frame): New variable.
1643 (image-mode-map, image-mode, image-goto-frame):
1644 Use image-multi-frame rather than image-current-frame.
1645 (image-mode, image-goto-frame): Use image-current-frame as
1646 function rather than as variable.
1647
1648 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1649 * emacs-lisp/cl-macs.el (cl--make-type-test)
1650 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1651
1652 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1655 (tramp-get-file-property, tramp-set-file-property)
1656 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1657 (tramp-flush-file-property, tramp-flush-directory-property):
1658 Rename argument to KEY.
1659 (tramp-flush-connection-property): Simplify a little bit.
1660 (tramp-connection-property-p): New defun.
1661 (top): Reapply saved values only if there isn't a corresponding
1662 entry in `tramp-connection-properties'.
1663
1664 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1665
1666 * progmodes/python.el (python-indent-context):
1667 Fix python-info-line-ends-backslash-p call.
1668 (python-info-line-ends-backslash-p)
1669 (python-info-beginning-of-backslash): Respect line-number argument.
1670 (python-info-current-line-comment-p):
1671 Fix behavior when not at beginning-of-line.
1672 (python-util-position): Remove function.
1673 (python-util-goto-line): New function.
1674
1675 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * eshell/em-unix.el (eshell/su): Require tramp.
1678 (eshell/sudo): Require tramp. Remove now unnecessary check.
1679
1680 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1681 `tramp-current-connection' in order to avoid an error when several
1682 commands are invoked in a short time in eshell and friends.
1683
1684 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 Cleanup some of EIEIO's namespace.
1687 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1688 Use it to define all the class-* and object-* field accessors (renamed
1689 to eieio--class-* and eieio--object-*). Update all uses.
1690 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1691 class-num-slots and object-num-slots.
1692 (eieio--check-type): New macro.
1693 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1694 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1695 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1696 (object-assoc-list-safe): Use it.
1697 (eieio-defclass): Tighten regexp.
1698 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1699 Remove unreachable code.
1700 (object-class-fast): Declare obsolete.
1701 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1702 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1703 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1704 Rename from class-name, object-name, object-set-name-string,
1705 object-class, object-class-name, class-parents, class-children,
1706 class-precedence-list, class-parent; with obsolete alias.
1707 (class-of, class-direct-superclasses, class-direct-subclasses):
1708 Declare obsolete.
1709 (eieio-defmethod): Use `memq'; remove unreachable code.
1710 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1711 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1712 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1713
1714 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1715
1716 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1717 commentary.
1718
1719 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1720
1721 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1722 Use font-lock-keyword-face for macros and special forms (bug#8345).
1723
1724 2013-02-17 Didier Verna <didier@didierverna.net>
1725
1726 * net/network-stream.el (network-stream-open-starttls):
1727 Check that response to the starttls-command is non-nil. (Bug#13706)
1728
1729 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1732 Don't assume all identifier chars have syntax word.
1733 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1734 Remove bar-not-symbol. Adjust callers.
1735 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1736
1737 2013-02-17 Leo Liu <sdl.web@gmail.com>
1738
1739 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1740
1741 2013-02-17 Glenn Morris <rgm@gnu.org>
1742
1743 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1744
1745 * image-mode.el (image-mode-map): Add image-dired menu entry.
1746
1747 * image-dired.el (tumme): Make this alias obsolete.
1748
1749 2013-02-16 Glenn Morris <rgm@gnu.org>
1750
1751 * image.el (image-animated-types): Remove.
1752 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1753 (image-animated-p): Make obsolete alias.
1754 (image-animate, image-nth-frame, image-animate-timeout):
1755 Use image-multi-frame-p.
1756 (image-animate-timeout): If no delay, use image-default-frame-delay.
1757 * image-mode.el (image-mode, image-toggle-animation):
1758 Use image-multi-frame-p. (Bug#763, bug#10739)
1759 (image-mode): Adjust startup message for a multi-frame image.
1760
1761 * image-mode.el (image-mode-map): Give it a menu.
1762
1763 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * net/tramp-cache.el (tramp-connection-properties): New customer
1766 option.
1767 (tramp-get-connection-property): Use it.
1768
1769 * net/tramp-compat.el (top): Require 'trampver.
1770
1771 * net/tramp-sh.el (tramp-remote-process-environment):
1772 Set tramp-autoload cookie.
1773
1774 2013-02-16 Kevin Ryde <user42@zip.com.au>
1775
1776 * info-look.el (info-lookup-select-mode): If major-mode has no
1777 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1778
1779 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1780
1781 * replace.el (read-regexp): Tighten the regexp that matches tag.
1782 When tag is retrieved with `find-tag-default', use regexp that
1783 matches tag at point. Also update docstring (Bug#13687).
1784
1785 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1786
1787 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1788 add watch for the file, not its parent directory, since w32notify
1789 sets up the watch for the directory internally. (Bug#13725)
1790
1791 2013-02-16 Glenn Morris <rgm@gnu.org>
1792
1793 * image.el (image-default-frame-delay): New variable.
1794 (image-animated-p): Use image-default-frame-delay.
1795 (image-minimum-frame-delay): New constant.
1796 (image-animate-timeout): Use image-minimum-frame-delay.
1797
1798 * image.el (image-nth-frame): New, split from image-animate-timeout.
1799 (image-animate-timeout): Use image-nth-frame.
1800 * image-mode.el (image-goto-frame, image-next-frame)
1801 (image-previous-frame): New commands.
1802 (image-mode-map): Add new frame commands.
1803
1804 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1805
1806 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1807 If col-desc already has help-echo, use it. (Bug#13563)
1808
1809 2013-02-16 Glenn Morris <rgm@gnu.org>
1810
1811 * image.el (image-current-frame): New variable.
1812 (image-animate-timeout): Set image-current-frame.
1813 * image-mode.el (image-mode): For animated images,
1814 display a frame counter via mode-line-process.
1815
1816 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1817
1818 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1821
1822 2013-02-15 Alan Mackenzie <acm@muc.de>
1823
1824 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1825 global minor mode has been enabled, call the minor mode function
1826 for a new buffer once only, after the major mode hook, whilst
1827 allowing that hook explicitly to disable the minor mode.
1828 (MODE-disable-in-buffer): New (generated) function.
1829 (disable-MODE): New (generated) buffer local variable.
1830
1831 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1832
1833 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1834 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1835 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1836 `ido-next-match' and `ido-prev-match' resply.
1837 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1838 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1839 `icomplete-backward-completions' (Bug#13708).
1840
1841 2013-02-15 Glenn Morris <rgm@gnu.org>
1842
1843 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1844
1845 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1848 (goto-address-fontify-region): Use them instead of narrowing, so
1849 syntax-ppss has access to the whole buffer.
1850
1851 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1852
1853 * progmodes/python.el: Explain how to restore "cc-mode"-like
1854 forward-sexp movement in header documentation (Bug#13642).
1855 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1856 comments and strings (GH bug 114).
1857
1858 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1859
1860 * progmodes/python.el (python-info-current-defun): Fix current
1861 defun detection (Bug#13618).
1862
1863 2013-02-15 Chong Yidong <cyd@gnu.org>
1864
1865 * xml.el (xml-parse-string): Fix typo in handling of bad character
1866 references.
1867
1868 2013-02-15 Glenn Morris <rgm@gnu.org>
1869
1870 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1871
1872 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1873
1874 * net/tramp.el (tramp-debug-message):
1875 Add `tramp-condition-case-unless-debug'.
1876 (tramp-debug-on-error): New defvar.
1877 (tramp-condition-case-unless-debug): New defun.
1878 (tramp-file-name-handler): Use it.
1879
1880 2013-02-14 Juri Linkov <juri@jurta.org>
1881
1882 * info.el (Info-isearch-filter): Treat non-nil values of
1883 `search-invisible' including its default value `open'
1884 like the value `t' to match hidden text. (Bug#13402)
1885
1886 2013-02-14 Glenn Morris <rgm@gnu.org>
1887
1888 * help-fns.el (find-lisp-object-file-name): Give special treatment
1889 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1890
1891 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1892
1893 * net/quickurl.el (quickurl-save-urls):
1894 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1895
1896 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1897
1898 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1899 depth for unfinished percent literal. Not using it in the caller.
1900 (ruby-move-to-block): Jump over multiline literals of all types,
1901 ignoring code-looking contents inside them.
1902 (ruby-add-log-current-method): Improve performance at the expense
1903 of accuracy. `ruby-block-contains-point' is relatively slow, so
1904 only use it for method and singleton class blocks.
1905
1906 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1907
1908 Use ControlMaster where applicable. (Bug#13677)
1909
1910 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1911 replacing `tramp-detect-ssh-controlmaster'.
1912 (tramp-default-method): Use it.
1913
1914 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1915 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1916 arguments.
1917 [scpc, rsyncc]: Remove methods.
1918 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1919 and "ssh2_old".
1920 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1921 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1922
1923 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * emacs-lisp/package.el (package--initialized): Move before first use.
1926
1927 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1928
1929 * icomplete.el (icomplete-hide-common-prefix): New user option.
1930 (icomplete-first-match): New face.
1931 (icomplete-completions): Correct handling of "complete but not
1932 unique" (Bug#12638).
1933
1934 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1935
1936 * descr-text.el (describe-char): Display the script (bug#13698).
1937
1938 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * tmm.el: Use lexical-binding and current-active-maps.
1941 (tmm-menubar): Use map-keymap and pcase.
1942 (tmm--completion-table): New function.
1943 (tmm-prompt): Use it to fix the menu order.
1944 (tmm-get-keybind): Use current-active-maps.
1945
1946 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1947
1948 Add dired-hide-details-mode. (Bug#6799)
1949
1950 * locate.el (locate-mode): Set parent mode property to dired-mode.
1951
1952 * find-dired.el (find-dired): Call dired-insert-set-properties on
1953 initial information line. Set process mark on end of buffer.
1954 (find-dired-sentinel):
1955 Call dired-insert-set-properties on summary.
1956
1957 * dired.el (dired-hide-details-hide-symlink-targets)
1958 (dired-hide-details-hide-information-lines): New options.
1959 (dired-insert-directory):
1960 Set properties after final treatment of output.
1961 (dired-insert-set-properties):
1962 Set dired-hide-details-* properties.
1963 (dired-mode-map): Bind dired-hide-details-mode.
1964 (dired-mode): Set buffer-invisibility-spec to a list.
1965 (dired-next-line): Skip hidden lines.
1966 (dired-previous-line): Use dired-next-line.
1967 (dired-hide-details-mode): New minor mode.
1968 (dired-hide-details-update-invisibility-spec): New function.
1969
1970 2013-02-13 Glenn Morris <rgm@gnu.org>
1971
1972 * play/yow.el: Move to obsolete/. (Bug#9384)
1973
1974 2013-02-13 Juri Linkov <juri@jurta.org>
1975
1976 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1977 to select `ediff-control-frame' and set input focus correctly on Xfce.
1978 (Bug#12218)
1979
1980 2013-02-13 Juri Linkov <juri@jurta.org>
1981
1982 * image-mode.el (image-mode-map):
1983 * doc-view.el (doc-view-mode-map):
1984 * vc/ediff-util.el (ediff-setup-keymap):
1985 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1986
1987 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1988
1989 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1990 performance. Instead of recalculating indentation fully for each
1991 line, sum up indentation depth based only on visited lines.
1992 (ruby-parse-partial): Increase the depth after "do" even when END
1993 is right after it.
1994 (ruby-parse-partial): When END is in the middle of a percent
1995 literal, increase the depth if the delimiter chars belong to the
1996 paren syntax class.
1997
1998 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1999
2000 * play/fortune.el (fortune-compile): Also make the compiled file
2001 if it does not exist at all, not just if it is old. (Bug#5338)
2002
2003 2013-02-13 Glenn Morris <rgm@gnu.org>
2004
2005 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2006
2007 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2008
2009 * lisp/emacs-lisp/package.el (package-menu-execute):
2010 Add optional noquery argument. (Bug#13625)
2011
2012 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2015 if DIR exists and PARENTS is non-nil.
2016
2017 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * progmodes/js.el (js--multi-line-declaration-indentation):
2020 Silence byte-compiler warning.
2021
2022 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2025
2026 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2027 only if it doesn't exist.
2028
2029 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2030 Set process marker.
2031
2032 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2033
2034 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2035 UserInstallation when calling soffice to work around LibreOffice
2036 bug 37531.
2037
2038 2013-02-12 Glenn Morris <rgm@gnu.org>
2039
2040 * files.el (basic-save-buffer):
2041 Offer to create a non-existing directory. (Bug#3016)
2042
2043 * calc/calc-graph.el (calc-graph-show-dumb):
2044 * calendar/calendar.el (calendar-mode-map):
2045 * cus-edit.el (custom-mode-map):
2046 * ehelp.el (electric-help-map):
2047 * emulation/vip.el (vip-mode-map):
2048 * epa.el (epa-key-list-mode-map):
2049 * info.el (Info-mode-map):
2050 * mail/rmail.el (rmail-mode-map):
2051 * mail/rmailsum.el (rmail-summary-mode-map):
2052 * man.el (Man-mode-map):
2053 * net/newst-plainview.el (newsticker-mode-map):
2054 * progmodes/cpp.el (cpp-edit-mode-map):
2055 * progmodes/grep.el (grep-mode-map):
2056 * progmodes/idlw-help.el (idlwave-help-mode-map):
2057 * simple.el (special-mode-map):
2058 * startup.el (splash-screen-keymap):
2059 * view.el (view-mode-map):
2060 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2061
2062 2013-02-11 Elias Pipping <pipping@lavabit.com>
2063
2064 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2065 (bug#13679).
2066
2067 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2070
2071 2013-02-11 Glenn Morris <rgm@gnu.org>
2072
2073 * vc/diff.el (diff-use-labels): New variable.
2074 (diff-no-select): Use --label rather than -L, and first
2075 check that it is supported. (Bug#11067)
2076
2077 * files.el (enable-dir-local-variables): New variable.
2078 (hack-dir-local-variables): Respect enable-dir-local-variables.
2079 * tutorial.el (help-with-tutorial):
2080 Ignore directory-local variables. (Bug#11127)
2081
2082 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2083 (vc-svn-global-switches): ... to here. (Bug#13513)
2084
2085 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2086
2087 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2088 Handle "foo (bar, default: xxx): " prompts.
2089
2090 2013-02-10 Chong Yidong <cyd@gnu.org>
2091
2092 * files.el (basic-save-buffer-1): Do not set
2093 buffer-file-coding-system-explicit (Bug#4533).
2094
2095 * mail/emacsbug.el (report-emacs-bug): Change binding of
2096 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2097
2098 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2099
2100 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2101 * calc/calc-units.el (calc-convert-units): Use new variable.
2102
2103 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2104
2105 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2106
2107 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2108 buffer-file-type.
2109
2110 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2111 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2112 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2113 coding-system-for-write instead.
2114
2115 * jka-compr.el (jka-compr-write-region): Don't bind
2116 buffer-file-type.
2117
2118 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2119 buffer-file-type.
2120
2121 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2122 (insert-file-contents-literally): Remove reference to
2123 file-name-buffer-file-type-alist.
2124
2125 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2126 make-obsolete.
2127 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2128 (find-buffer-file-type-coding-system): Remove references to
2129 find-buffer-file-type-match, find-buffer-file-type, and
2130 buffer-file-type.
2131 Don't put find-buffer-file-type-coding-system into
2132 file-coding-system-alist.
2133 (find-file-binary, find-file-text): Bind coding-system-for-read
2134 instead of file-name-buffer-file-type-alist.
2135
2136 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2137
2138 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2139 converter (Bug#13622).
2140 (doc-view-unoconv-program): Make obsolete alias.
2141 (doc-view-odf->pdf-converter-program): New variable.
2142 (doc-view-odf->pdf-converter-function): New variable.
2143 (doc-view-mode-p): Use it.
2144 (doc-view-odf->pdf-converter-unoconv):
2145 Rename from `doc-view-odf->pdf-converter-unoconv'.
2146 (doc-view-odf->pdf-converter-soffice): New function.
2147 (doc-view-convert-current-doc):
2148 Use `doc-view-odf->pdf-converter-function'.
2149
2150 2013-02-09 Chong Yidong <cyd@gnu.org>
2151
2152 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2153 view-echo-area-messages (Bug#13340).
2154
2155 * help.el (view-echo-area-messages): Use display-buffer.
2156
2157 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2158 (Bug#13561).
2159
2160 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2163 Eval body right away, now that we do eager macroexpansion (bug#13605).
2164
2165 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2166 (fundamental-mode): Use run-mode-hooks.
2167
2168 * eshell/esh-proc.el (eshell/kill): Fix last change.
2169 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2170
2171 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2172
2173 * eshell/esh-proc.el (eshell/kill): Rewrite.
2174
2175 * eshell/em-ls.el (show-almost-all): Declare.
2176 (eshell-do-ls): Add support for -A argument.
2177
2178 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2179
2180 * icomplete.el (icomplete-forward-completions)
2181 (icomplete-backward-completions): Handle corner case (bug#13602).
2182
2183 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2184
2185 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2186 be nil. Handle this. (Bug#13636)
2187
2188 2013-02-07 Richard Stallman <rms@gnu.org>
2189
2190 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2191 `save-buffer-coding-system'.
2192
2193 2013-02-07 Alan Mackenzie <acm@muc.de>
2194
2195 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2196 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2197 (c-parse-state-get-strategy): Don't return 'BOD any more.
2198 (c-append-lower-brace-pair-to-state-cache):
2199 Extra parameter HERE instead of narrowing.
2200 Widen to top of buffer before searching backwards for a brace pair.
2201 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2202 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2203 Narrow to parameter HERE, in place of being called narrowed.
2204 (c-remove-stale-state-cache): Extra parameter HERE in place of
2205 narrowing. Check there's an open brace in the cache before
2206 searching for its match.
2207 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2208 (c-parse-state-1): Don't narrow here for 'forward strategy,
2209 instead passing extra parameter HERE to several functions.
2210 Remove 'BOD strategy.
2211
2212 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2213
2214 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2215 used to install the package.
2216
2217 2013-02-06 Glenn Morris <rgm@gnu.org>
2218
2219 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2220 if we can't get user input. (Bug#6567)
2221
2222 * startup.el (command-line): If simple.el is missing,
2223 test and warn about for some possible causes.
2224
2225 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2226
2227 * cus-start.el (all): Add ns-use-native-fullscreen.
2228
2229 2013-02-05 Glenn Morris <rgm@gnu.org>
2230
2231 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2232
2233 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2234 Fix directory creation in fallback case.
2235
2236 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2237
2238 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2239 (vc-update-change-log): Use dolist.
2240
2241 2013-02-04 Chong Yidong <cyd@gnu.org>
2242
2243 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2244 code from ffap.el.
2245 (thing-at-point-beginning-of-url-regexp): New var.
2246 (thing-at-point-uri-schemes): Update list of URI schemes.
2247 (thing-at-point-url-regexp): Variable deleted.
2248 (thing-at-point-markedup-url-regexp): Disallow newlines.
2249 (thing-at-point-newsgroup-regexp)
2250 (thing-at-point-newsgroup-heads)
2251 (thing-at-point-default-mail-uri-scheme): New variables.
2252 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2253 method to find the possible bounds of the URI at point.
2254 New optional argument to find ill-formed URIs.
2255 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2256 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2257 the scheme-adding heuristics from ffap-url-at-point.
2258 (thing-at-point--bounds-of-well-formed-url): New function.
2259 Do parens matching to decide whether to include parens in the URI
2260 (Bug#9153).
2261
2262 * ffap.el: Require thingatpt.
2263 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2264 All URI-valid characters are now recognized (Bug#5673).
2265 (ffap-string-at-point): Use use-region-p.
2266 (ffap-url-regexp): Extra character is handled by thing-at-point.
2267 (ffap-string-at-point-mode-alist): Allow parentheses.
2268 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2269 Convert to aliases; code moved to thingatpt.el.
2270 (ffap-gnus-hook): Use setq-local.
2271
2272 2013-02-04 Glenn Morris <rgm@gnu.org>
2273
2274 * emacs-lisp/ert.el (ert--explain-format-atom):
2275 Don't try to print non-characters as characters. (Bug#13543)
2276
2277 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2278
2279 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2280 (tramp-backtrace): New defun.
2281 (tramp-handle-insert-file-contents): Use `visit' when inserting
2282 the local copy.
2283
2284 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2285 Use `remote-file-name-inhibit-cache'.
2286
2287 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2290 (bug#13614).
2291
2292 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2293 current-load-list (bug#13366).
2294
2295 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2296
2297 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2298 Identify g++ template instantiation trace. (Bug#12287)
2299 (compilation-mode-hook, compilation-start-hook)
2300 (compilation-window-height): Simplify docstrings. (Bug#13379)
2301
2302 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * mouse.el (mouse-drag-track): Always deactivate the mark before
2305 running the final event's command since that command is in charge of
2306 activating the mark if needed (bug#13523).
2307
2308 2013-02-02 Juri Linkov <juri@jurta.org>
2309
2310 * replace.el (perform-replace): Move let-bindings of isearch-*
2311 variables deeper to the loop that searches for the next match.
2312 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2313 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2314 (Bug#13579)
2315
2316 * isearch.el (isearch-search-fun-default): Check for null
2317 first element of isearch-cmds as a precaution when it's used
2318 with inactive isearch.
2319
2320 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2321
2322 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2323 error when buffer in question is narrowed so position 1 is out of
2324 visible part.
2325
2326 2013-02-02 Glenn Morris <rgm@gnu.org>
2327
2328 * textmodes/remember.el (remember-clipboard): Doc fix.
2329
2330 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2333 properties (bug#13179).
2334
2335 2013-02-02 Juri Linkov <juri@jurta.org>
2336
2337 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2338 instead of hard-coded default face `match'. (Bug#9438)
2339
2340 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2341
2342 * vc/vc-arch.el (vc-arch-registered):
2343 * vc/vc-bzr.el (vc-bzr-registered):
2344 * vc/vc-cvs.el (vc-cvs-registered):
2345 * vc/vc-git.el (vc-git-registered):
2346 * vc/vc-hg.el (vc-hg-registered):
2347 * vc/vc-mtn.el (vc-mtn-registered):
2348 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2349 (Bug#13139)
2350
2351 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2352 prefix argument. (Bug#11656)
2353
2354 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2357
2358 2013-02-01 Glenn Morris <rgm@gnu.org>
2359
2360 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2361 if the backend is known not to support it.
2362
2363 * imenu.el (imenu-default-create-index-function):
2364 Tweak infinite loop test to check for forward motion as well as none.
2365
2366 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2367
2368 * net/soap-client.el (soap-invoke): Encode the string for
2369 `url-request-data' as UTF-8.
2370 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2371
2372 2013-02-01 Glenn Morris <rgm@gnu.org>
2373
2374 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2375
2376 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2377
2378 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2379
2380 * net/tramp.el (tramp-tramp-file-p): Comment check for
2381 `string-as-unibyte'. The function does not exist on XEmacs, and
2382 likely we need another approach.
2383
2384 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2385 `tramp-gw-*' variables are bound.
2386
2387 2013-01-31 Glenn Morris <rgm@gnu.org>
2388
2389 * files.el (basic-save-buffer-2): Choose coding system for
2390 writing the file before backing it up, to reduce delay between
2391 backing up and writing the new version. (Bug#13522)
2392
2393 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2394
2395 * simple.el (cycle-spacing): New command.
2396 (just-one-space): Use it.
2397
2398 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2401 (opascal-newline-always-indents): Remove custom.
2402 (opascal-tab, opascal-newline): Remove commands.
2403 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2404 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2405 (opascal-save-match-data): Remove, use save-match-data instead.
2406 (opascal-save-state): Use with-silent-modifications.
2407
2408 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2409 (bug#13585).
2410
2411 2013-01-30 Juri Linkov <juri@jurta.org>
2412
2413 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2414 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2415 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2416
2417 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2420 column if we're just deleting the backslashes.
2421 (makefile-fill-paragraph): Use eolp.
2422
2423 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2424
2425 * autorevert.el (auto-revert-use-notify): Fix docstring.
2426
2427 2013-01-30 Leo Liu <sdl.web@gmail.com>
2428
2429 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2430
2431 2013-01-30 Glenn Morris <rgm@gnu.org>
2432
2433 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2434 unread-command-events twice in some cases. This tries to implement
2435 the 2012-07-26 changes in a different way. (Bug#13560)
2436
2437 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2438
2439 * progmodes/python.el
2440 (python-pdbtrack-comint-output-filter-function): Enhancements on
2441 stacktrace detection. (thanks @gnovak)
2442
2443 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2446 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2447 Use defvar-local.
2448 (jit-lock-register): Use setq-local.
2449
2450 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2451
2452 * calc-units.el (math-default-units-table): Remove initial value.
2453 (calc-convert-units): Treat expressions where all the units cancel as
2454 if they didn't have units.
2455
2456 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2459 (tramp-completion-reread-directory-timeout): Fix type.
2460 (tramp-connection-min-time-diff): New defcustom.
2461
2462 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2463
2464 2013-01-30 Glenn Morris <rgm@gnu.org>
2465
2466 * imenu.el (imenu-default-create-index-function):
2467 Put back a version of the infinite loop test removed 2013-01-23.
2468
2469 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2470
2471 * progmodes/python.el (python-shell-parse-command):
2472 Find python-shell-interpreter with modified environment.
2473
2474 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2477
2478 2013-01-29 Alan Mackenzie <acm@muc.de>
2479
2480 Amend to fontify /regexp/s in actions correctly.
2481 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2482 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2483 are no longer included.
2484 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2485 What used to be these variables without "-line" in the name.
2486 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2487 (c-awk-non-arith-op-bra-re): Now also matches {.
2488 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2489 "return", and "case".
2490 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2491 by /.
2492 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2493 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2494
2495 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * autorevert.el (auto-revert-use-notify):
2498 Use `custom-initialize-default' for initialization. (Bug#13583)
2499
2500 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2501
2502 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2503 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2504 in `tramp-file-name-handler'.
2505 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2506 compatibility.
2507 (tramp-compute-multi-hops): Check, whether
2508 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2509
2510 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2513 (bug#13297).
2514
2515 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2516
2517 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2518 checks made superfluous by the \_< operator.
2519 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2520 temporarily) broken indentation.
2521 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2522 Highlight nested constants, too. \_< broke that.
2523
2524 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2525
2526 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2527 instead of "\\b".
2528
2529 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2530
2531 * autorevert.el (auto-revert-handler): Notifications which result
2532 from a saved file shall not be taken into account. (Bug#13557)
2533
2534 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2535
2536 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2537 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2538 (lisp-mode): Pass t for it. (Bug#13556)
2539
2540 2013-01-25 Alan Mackenzie <acm@muc.de>
2541
2542 AWK Mode: Fix indentation bug at top level. Bug #12274.
2543
2544 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2545 just before CASE 5D.
2546
2547 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2548
2549 * net/socks.el (socks-nslookup-host): Use string-to-number.
2550
2551 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2552
2553 * autorevert.el (auto-revert-remote-files)
2554 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2555 (auto-revert-notify-enabled, auto-revert-use-notify)
2556 (auto-revert-notify-watch-descriptor-hash-list)
2557 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2558 (auto-revert-notify-event-descriptor)
2559 (auto-revert-notify-event-action)
2560 (auto-revert-notify-event-file-name): Doc fix.
2561 (global-auto-revert-mode): Reorder checks.
2562 (auto-revert-notify-rm-watch): Respect changed values of
2563 `auto-revert-notify-watch-descriptor-hash-list'.
2564 (auto-revert-notify-add-watch): Check for
2565 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2566 `inotify-add-watch'. Watch `default-directory' instead of
2567 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2568 has a changed meaning now. (Bug#13540)
2569 (auto-revert-notify-handler): Change implementation wrt events
2570 returning from a directory.
2571 (auto-revert-handler): Reorder implementation for checks of remote
2572 files.
2573 (auto-revert-buffers): Fix parentheses error.
2574
2575 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2576
2577 * progmodes/python.el: Enhancements to header documentation about
2578 skeletons. (Bug#5716)
2579
2580 * imenu.el (imenu-default-create-index-function): Remove useless
2581 infinite loop check. (Bug#13438)
2582
2583 2013-01-25 Alan Mackenzie <acm@muc.de>
2584
2585 Fix a bug in the state cache mechanism. Refactor this a bit.
2586
2587 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2588 `cache-pos' element from the return value.
2589 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2590 buffer to enable proper searching from beyond HERE. Amend the
2591 test for detecting the sought brace pair. Amend the value written
2592 to the "brace desert cache" when the brace isn't found.
2593 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2594 and several other variables analogously.
2595 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2596 parameter to a locally calculated variable.
2597 (c-parse-state-1): Change the calling conventions to the two
2598 defuns involving `cache-pos'.
2599
2600 2013-01-25 Chong Yidong <cyd@gnu.org>
2601
2602 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2603
2604 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2605
2606 * paren.el (show-paren-function): Make sure to set 'priority and
2607 'face only if the overlay does exist.
2608
2609 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2610
2611 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2612
2613 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2614 basic attributes.
2615 (tramp-sh-handle-set-file-acl): Improve error checking.
2616
2617 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2618
2619 * doc-view.el (doc-view-display): Force mode line update until all
2620 document is converted. Suggested by Stefan Monnier (Bug#13164).
2621
2622 2013-01-23 Bastien Guerry <bzg@gnu.org>
2623
2624 * paren.el (show-paren-function): Make sure an overlay exists
2625 before trying to delete it. Also use `pos' as a position only
2626 when it is an integer.
2627
2628 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2629
2630 * play/gametree.el (gametree-break-line-here): Use point-marker.
2631
2632 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2635 Mark descriptive parts with `display' property.
2636
2637 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2638
2639 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2640 New variable to map standard dict names to hunspell ones.
2641 (ispell-set-spellchecker-params): Make sure specific dict names
2642 are used for standard dicts with hunspell.
2643
2644 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2645
2646 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2647 chars for note (%N) and url (%U).
2648 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2649
2650 2013-01-21 Juri Linkov <juri@jurta.org>
2651
2652 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2653 in addition to existing separate binding `meta f10' in `global-map'.
2654 (Bug#13484)
2655
2656 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2657
2658 Improve XEmacs compatibility.
2659
2660 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2661
2662 * net/tramp-adb.el (top): Require `time-date'.
2663 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2664 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2665 Use `tramp-file-name-handler'.
2666 (tramp-adb-maybe-open-connection):
2667 Use `tramp-compat-set-process-query-on-exit-flag'.
2668
2669 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2670 Use `tramp-compat-funcall'.
2671
2672 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2673 `tramp-compat-funcall'.
2674
2675 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2676
2677 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2678 reimplementation using "adb shell command ..." instead of running
2679 remote shell interactively.
2680
2681 2013-01-20 Glenn Morris <rgm@gnu.org>
2682
2683 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2684 Add native profiler menu entries.
2685
2686 * profiler.el (profiler-running-p): New function.
2687 (profiler-cpu-profile): Use profiler-running-p.
2688 (profiler-report-mode-map): Add some more menu entries.
2689
2690 2013-01-19 Glenn Morris <rgm@gnu.org>
2691
2692 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2693 fixes 2012-12-07 change. (Bug#13499)
2694
2695 2013-01-19 Leo Liu <sdl.web@gmail.com>
2696
2697 * dired.el (dired-get-marked-files): Prune erroneous values due to
2698 last change. (Bug#13152)
2699
2700 2013-01-19 Glenn Morris <rgm@gnu.org>
2701
2702 * progmodes/etags.el (tags-table-check-computed-list):
2703 Preserve point in tags buffer. (Bug#13412)
2704
2705 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2706
2707 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2708 Chong Yidong <cyd@gnu.org>
2709
2710 * image-mode.el (image-next-file, image-previous-file):
2711 New commands (Bug#8453).
2712 (image-mode-map): Bind them to n and p.
2713 (image-mode--images-in-directory): New helper function.
2714
2715 2013-01-19 Chong Yidong <cyd@gnu.org>
2716
2717 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2718 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2719 save and restore the old window configuration.
2720
2721 2013-01-18 Leo Liu <sdl.web@gmail.com>
2722
2723 * progmodes/js.el: Tweak autoload cookie for alias.
2724
2725 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2726
2727 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2728 buffer local, again. This was lost with the fix on 2013-01-12.
2729
2730 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2731
2732 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2733 order to support several eshell buffers in parallel.
2734
2735 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * autorevert.el (auto-revert-use-notify): In the :set function, do
2738 not modify `kill-buffer-hook'.
2739 (auto-revert-notify-rm-watch):
2740 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2741 (auto-revert-notify-add-watch): Do not call
2742 `auto-revert-notify-rm-watch', but add it to a buffer local
2743 `kill-buffer-hook'.
2744
2745 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2748 call to `eval' rather than a backquoted lambda.
2749
2750 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2753 to return an explicit nil.
2754 (advice--remove-function): Change accordingly.
2755
2756 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2757 the use of nadvice.el.
2758
2759 * progmodes/which-func.el (which-function): Silence imenu errors
2760 (bug#13433).
2761
2762 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2763
2764 * progmodes/sql.el (sql-imenu-generic-expression):
2765 (sql-mode-font-lock-object-name): Match schema qualified names.
2766 (sql-connect): Use string keys.
2767 (sql-product-interactive): Wait for interpreter prompt.
2768 (sql-comint-oracle): Set process coding based on NLS_LANG.
2769
2770 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2771
2772 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2773 (sql-interactive-remove-continuation-prompt):
2774 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2775
2776 2013-01-14 Leo Liu <sdl.web@gmail.com>
2777
2778 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2779 (Bug#13420)
2780
2781 2013-01-14 Glenn Morris <rgm@gnu.org>
2782
2783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2784 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2785
2786 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2787
2788 * progmodes/python.el (python-nav-end-of-statement):
2789 Fix cornercase when handling multiline strings.
2790
2791 2013-01-13 Richard Stallman <rms@gnu.org>
2792
2793 * mail/sendmail.el (mail-position-on-field): Add doc string.
2794
2795 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2796 Get current message boundaries and pass them to
2797 message-forward-make-body-mime. Minor style changes.
2798
2799 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2800
2801 * cus-start.el (all): Avoid warnings about
2802 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2803
2804 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2805
2806 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2807
2808 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2811 (jit-lock--debug-fontifying): New var.
2812 (jit-lock--debug-fontify): New function.
2813 * subr.el (condition-case-unless-debug): Don't prevent catching the
2814 error, just let the debbugger run.
2815 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2816 timer code and don't drop errors silently.
2817
2818 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2821 `permanent-local' property.
2822 (auto-revert-notify-handler): Use `file-equal-p'.
2823
2824 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2825
2826 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2827 file notification by ACTION. For filtering by file name, compare
2828 only the non-directory part of the file name.
2829
2830 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * autorevert.el: Use cl-lib instead of cl.
2833
2834 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2835 (vc-bzr-checkin): Use it.
2836 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2837 will preserve match-data.
2838
2839 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2840
2841 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2842 (js--declaration-keyword-re): New var.
2843 (js--multi-line-declaration-indentation): New function.
2844 (js--proper-indentation): Use it.
2845
2846 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2847
2848 * calc/calc.el (calc-highlight-selections-with-faces)
2849 (calc-dispatch):
2850 * comint.el (comint-history-isearch-message):
2851 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2852 * ffap.el (ffap-string-at-point-region, ffap-next)
2853 (ffap-string-at-point, ffap-string-around)
2854 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2855 (ffap-literally):
2856 * font-lock.el (font-lock-keywords-alist)
2857 (font-lock-removed-keywords-alist):
2858 * help-mode.el (help-xref-symbol-regexp):
2859 * info.el (Info-find-emacs-command-nodes):
2860 * international/mule.el (add-to-coding-system-list):
2861 * isearch.el (isearch-message-function, isearch-fail-pos):
2862 * misearch.el (multi-isearch-next-buffer-function):
2863 * newcomment.el (comment-box):
2864 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2865 (pr-setting-database):
2866 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2867 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2868 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2869 (pike-font-lock-keywords-3):
2870 * progmodes/compile.el (compile):
2871 * progmodes/etags.el (tags-table-files)
2872 (tags-table-files-function, tags-included-tables-function):
2873 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2874 (gdb-restore-windows):
2875 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2876 (ps-n-up-filling-database):
2877 * server.el (server-buffer, server-log):
2878 * simple.el (newline, delete-backward-char, delete-forward-char)
2879 (minibuffer-history-isearch-message, kill-line, track-eol)
2880 (temporary-goal-column):
2881 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2882 (flyspell-default-deplacement-commands):
2883 * textmodes/ispell.el (ispell-accept-output):
2884 * textmodes/sgml-mode.el (html-tag-help):
2885 * vc/compare-w.el (compare-ignore-whitespace)
2886 (compare-ignore-case, compare-windows-dehighlight):
2887 * vc/diff.el (diff):
2888 * whitespace.el (whitespace-point)
2889 (whitespace-font-lock-refontify, whitespace-bob-marker)
2890 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2891
2892 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2895 (auto-revert-notify-rm-watch): Ignore errors.
2896 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2897 inotify, and '(size last-write-time) for w32notify.
2898 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2899 watch fails - this is a fallback to the file modification check.
2900 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2901 (auto-revert-notify-event-action)
2902 (auto-revert-notify-event-file-name): New defuns.
2903 (auto-revert-notify-handler): Use them. Implement first
2904 plausibility checks.
2905 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2906
2907 2013-01-11 Julien Danjou <julien@danjou.info>
2908
2909 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2910 max are almost equal. Also return the correct value for V which is
2911 already between 0 and 1.
2912
2913 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2914
2915 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2916
2917 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2918
2919 * autorevert.el (auto-revert-notify-rm-watch)
2920 (auto-revert-notify-add-watch): Fix typos in w32notify function
2921 names.
2922
2923 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2924
2925 * autorevert.el (auto-revert-notify-enabled): Move up.
2926 (auto-revert-use-notify): New defcustom.
2927 (auto-revert-mode, global-auto-revert-mode)
2928 (auto-revert-notify-add-watch, auto-revert-handler)
2929 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2930 `auto-revert-notify-enabled'.
2931
2932 2013-01-10 Elias Pipping <pipping@exherbo.org>
2933
2934 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2935 * doc-view.el (doc-view-document->bitmap):
2936 Use doc-view-single-page-converter-function instead of
2937 single-page-converter arg; adjust callers.
2938
2939 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2940
2941 * progmodes/which-func.el (which-function): Understand Semantic's use
2942 of overlays in imenu--index-alist.
2943
2944 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2945
2946 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2947 (Man-man-k-use-anchor): New var.
2948 (Man-parse-man-k): New function.
2949 (Man-completion-table): Use it.
2950 (man): Flush the completion cache between uses.
2951
2952 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * autorevert.el: Add file watch support.
2955 (auto-revert-notify-enabled): New defconst.
2956 (auto-revert-notify-watch-descriptor-hash-list)
2957 (auto-revert-notify-watch-descriptor)
2958 (auto-revert-notify-modified-p): New defvars.
2959 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2960 (auto-revert-notify-handler): New defuns.
2961 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2962 when mode is disabled.
2963 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2964 (auto-revert-buffers): Add file watches for active buffers.
2965
2966 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2967
2968 * cus-start.el (toplevel): Only allow float values for
2969 scroll-up-aggressively and scroll-down-aggressively.
2970 Allow any number for line-spacing.
2971
2972 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2975 (doc-view-pdf->png-converter-function): Use mupdf if available.
2976 (doc-view-djvu->png-converter-function)
2977 (doc-view-ps->png-converter-function): Remove.
2978 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2979 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2980 (doc-view-already-converted-p): Adjust accordingly.
2981 (doc-view-mode-p): Simplify.
2982 (doc-view-enlarge): Use setq-local.
2983 (doc-view-pdf->png-converter-ghostscript)
2984 (doc-view-djvu->png-converter-ddjvu)
2985 (doc-view-pdf->png-converter-mupdf): Rework to call
2986 doc-view-start-process directly.
2987 (doc-view-pdf/ps->png): Simplify accordingly.
2988 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2989 (doc-view-document->bitmap): Rename from doc-view-document->png.
2990 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2991 (doc-view-set-slice-from-bounding-box): Fix completion table.
2992 (doc-view-mode): Use add-hook for after-revert-hook.
2993
2994 2013-01-10 Glenn Morris <rgm@gnu.org>
2995
2996 * emacs-lisp/authors.el (authors-ignored-files)
2997 (authors-valid-file-names, authors-renamed-files-alist):
2998 Add some more entries.
2999
3000 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3003 `t' pseudo-window entry.
3004
3005 2013-01-10 Alan Mackenzie <acm@muc.de>
3006
3007 Fix bugs in the c-parse-state mechanism. Reuse some markers
3008 instead of continually generating new ones.
3009
3010 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3011 (c-state-old-cpp-end-marker): New variables.
3012 (c-append-lower-brace-pair-to-state-cache): Start a backward
3013 search for "}" definitively outside CPP constructs.
3014 (c-remove-stale-state-cache): Inform the caller of a need to
3015 search back for a brace pair in certain circumstances.
3016 (c-state-maybe-marker): New macro.
3017 (c-parse-state): Reuse markers when appropriate.
3018
3019 2013-01-10 Glenn Morris <rgm@gnu.org>
3020
3021 * simple.el (execute-extended-command): Doc fix.
3022 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3023
3024 2013-01-10 Chong Yidong <cyd@gnu.org>
3025
3026 * faces.el (read-face-name): Doc fix.
3027
3028 2013-01-10 Roland Winkler <winkler@gnu.org>
3029
3030 * emacs-lisp/crm.el: Allow any regexp for separators.
3031 (crm-default-separator): All spaces around the default comma separator.
3032 (crm--completion-command): New macro.
3033 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3034 (crm-complete-and-exit): Handle non-single-char separators.
3035
3036 2013-01-09 Elias Pipping <pipping@lavabit.com>
3037
3038 * doc-view.el: Add support for DjVu (bug#13164).
3039 (doc-view-djvu->png-converter-function): New config var.
3040 (doc-view-single-page-converter-function, doc-view--image-type)
3041 (doc-view--image-file-extension): New vars.
3042 (doc-view-mode): Initialize them.
3043 (doc-view-goto-page): Use them.
3044 (doc-view-mode-p): Add support for ddjvu.
3045 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3046 (doc-view-set-up-single-converter): New funs.
3047 (doc-view-pdf/ps->png): Extend for djvu.
3048 (doc-view-document->png): Rename from doc-view-pdf->png.
3049 (doc-view-convert-current-doc): Handle djvu.
3050 (doc-view-insert-image, doc-view-display)
3051 (doc-view-already-converted-p): Don't hardcode png.
3052 (doc-view-set-doc-type): Recognize djvu docs.
3053
3054 2013-01-09 Elias Pipping <pipping@lavabit.com>
3055
3056 * doc-view.el: Add support for mupdf converter (bug#13164).
3057 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3058 (doc-view-ps->png-converter-function): New config vars.
3059 (doc-view-pdf->png-converter-ghostscript)
3060 (doc-view-ps->png-converter-ghostscript)
3061 (doc-view-pdf->png-converter-mupdf): New functions.
3062 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3063
3064 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
3065
3066 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3067 first in session cache: When `tramp-own-remote-path' is in
3068 `tramp-remote-path', the remote path is only set in the session
3069 cache.
3070
3071 2013-01-09 Glenn Morris <rgm@gnu.org>
3072
3073 * emacs-lisp/trace.el (trace-function-foreground)
3074 (trace-function-background): Doc fix.
3075
3076 2013-01-09 Juri Linkov <juri@jurta.org>
3077
3078 * international/mule-cmds.el (read-char-by-name): Move let-binding
3079 of completion-ignore-case around completing-read to fix regression
3080 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3081 `string-match-p' using the nil value of `case-fold-search' and
3082 `completion-ignore-case' in `completion-pcm--all-completions'.
3083 (Bug#12615).
3084
3085 2013-01-09 Glenn Morris <rgm@gnu.org>
3086
3087 * progmodes/compile.el (compilation-parse-errors):
3088 Fix typo. (Bug#13369)
3089
3090 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3091
3092 * comint.el (comint-send-input): Check size of buffer before
3093 waiting for process output, in case already accepted. (Bug#13290)
3094
3095 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3096
3097 Spelling fixes.
3098 * net/tramp-adb.el (tramp-adb-get-toolbox):
3099 Fix misspelling of 'unknown'.
3100
3101 2013-01-08 Juri Linkov <juri@jurta.org>
3102
3103 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3104 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3105 Use underline style wave on terminals that support it. (Bug#13000)
3106
3107 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3110 the predicate returns nil.
3111
3112 * simple.el: Use lexical-binding.
3113 (primitive-undo): Use pcase.
3114 (minibuffer-history-isearch-push-state): Use a closure.
3115
3116 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3117
3118 * simple.el (primitive-undo): Move from undo.c.
3119
3120 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3123 (cvs-mode-remove-handled): Use it (bug#13380).
3124
3125 * emacs-lisp/nadvice.el (advice--tweak): New function.
3126 (advice--remove-function, advice--subst-main): Use it.
3127
3128 * emacs-lisp/advice.el: Update commentary.
3129
3130 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3133 Remove spurious entry.
3134
3135 2013-01-08 Glenn Morris <rgm@gnu.org>
3136
3137 * net/tramp.el (tramp-default-host-alist): Add :version.
3138
3139 2013-01-08 Juri Linkov <juri@jurta.org>
3140
3141 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3142 single completion. (Bug#12456)
3143 (info--manual-names): Expand node completions into an explicit list
3144 before appending it to another list. Filter out internal buffers
3145 with the leading space in the buffer name. (Bug#10771)
3146
3147 2013-01-08 Juri Linkov <juri@jurta.org>
3148
3149 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3150 that defaults to the Top node.
3151 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3152 the short format (FILENAME) goes to the Top node.
3153 (Info-build-node-completions): Rename arg `file' to `filename'.
3154 (Bug#13365)
3155
3156 2013-01-07 Bastien Guerry <bzg@gnu.org>
3157
3158 * menu-bar.el (menu-bar-search-documentation-menu):
3159 Use `apropos-user-option' and fix the help message.
3160
3161 2013-01-07 Bastien Guerry <bzg@gnu.org>
3162
3163 * apropos.el (apropos-do-all): Update docstring.
3164 (apropos-user-option-button): New face.
3165 (apropos-user-option): Rename from `apropos-variable' and update
3166 docstring.
3167 (apropos-variable): Rewrite, now show all variables by default.
3168 (apropos-print): Mention "User option" instead of "Variable" when
3169 printing doc for user options. (Bug#13276)
3170
3171 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
3172
3173 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3174 Handle filename correctly, when parsing "source -> target" symlink
3175 output.
3176 (tramp-adb-handle-set-file-times): New defun.
3177
3178 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3181 advice list when the interactive-spec of ad-Advice-* changes.
3182
3183 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3184
3185 * wid-edit.el (widget-default-get): Work for inlined elements.
3186 (Bug#12670)
3187
3188 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3189
3190 * net/tramp.el (tramp-default-host-alist): New defcustom.
3191 (tramp-find-host): Use it.
3192 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3193 `eshell-directory-change-hook'.
3194
3195 * net/tramp-adb.el (top): Add adb specific entry in
3196 `tramp-default-host-alist'.
3197 (tramp-adb-file-name-host): Remove function.
3198 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3199 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3200
3201 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3202
3203 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
3204
3205 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3206
3207 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3210 consist of more than one digit.
3211 (tramp-adb-file-name-handler-alist):
3212 Use `tramp-handle-file-exists-p' consistently.
3213 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3214 (tramp-adb-handle-file-exists-p): Remove function.
3215 (tramp-adb-file-name-host): New defun.
3216 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3217 Use it.
3218 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3219
3220 2013-01-06 Chong Yidong <cyd@gnu.org>
3221
3222 * vc/vc.el (vc-next-action): Detect buffer modifications
3223 conflicting with locking VCS operation (Bug#11490).
3224
3225 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3226
3227 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3230 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3231
3232 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
3233
3234 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3235 parsing of ls output using regular expression (handle filenames
3236 with spaces). Use virtual device number.
3237 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3238 cleanup).
3239
3240 2013-01-04 Daiki Ueno <ueno@gnu.org>
3241
3242 * epg.el: Silence byte-compiler warnings.
3243 (epg--start): Use delete-char instead of delete-backward-char.
3244 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3245
3246 2013-01-04 Daiki Ueno <ueno@gnu.org>
3247
3248 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3249 Suggested by Eli Zaretskii <eliz@gnu.org>.
3250
3251 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3252
3253 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3254 non-negative integers. Otherwise, the default values are used.
3255 (tramp-convert-file-attributes): Convert uid and gid to integers.
3256
3257 2013-01-04 Glenn Morris <rgm@gnu.org>
3258
3259 * term.el (term-handle-colors-array): Ensure face attributes
3260 are fully specified, not nil. (Bug#13337)
3261
3262 * term.el (term-default-fg-color, term-default-bg-color):
3263 Fix custom type.
3264
3265 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3266 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3267 rather than 'jka-compr being loaded. (Bug#13338)
3268
3269 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3270
3271 * icomplete.el (icomplete-completions):
3272 Honor icomplete-prospects-height once more following
3273 2012-11-29 changes. (Bug#13224)
3274
3275 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3278 of called-interactively-p as well (bug#13237).
3279
3280 * view.el (view--enable, view--disable): Rename from view-mode-enable
3281 and view-mode-disable and assume it's called from view-mode.
3282 (view-mode-enable, view-mode-disable): Redefine as obsolete
3283 compatibility layer above view-mode.
3284 (view-mode-enter): Call `view-mode'.
3285
3286 * files.el (after-find-file): Call `view-mode'.
3287
3288 * doc-view.el (doc-view-scale-internally): New var.
3289 (doc-view-enlarge, doc-view-insert-image): Obey it.
3290
3291 2013-01-03 Daiki Ueno <ueno@gnu.org>
3292
3293 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3294 exist. (Bug#13344)
3295
3296 2013-01-03 Glenn Morris <rgm@gnu.org>
3297
3298 * mail/rmail.el (rmail-set-header-1): Ignore case.
3299 Handle multi-line headers. (Bug#13330)
3300
3301 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3302 Handle paragraph starting at beginning of buffer.
3303
3304 * subr.el (eval-after-load): Don't purecopy the form, so that it
3305 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3306
3307 * emacs-lisp/byte-run.el (defun): Place cl declarations
3308 after any interactive spec. (Bug#13265)
3309
3310 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3311
3312 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3313 defun. Don't check for DECL if DOCSTRING isn't a string.
3314 (defun): Likewise.
3315
3316 2013-01-02 Glenn Morris <rgm@gnu.org>
3317
3318 * eshell/em-cmpl.el (eshell-pcomplete):
3319 More thoroughly imitate pcomplete. (Bug#13293)
3320
3321 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3322 Return nil for empty path elements. (Bug#13296)
3323
3324 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
3325
3326 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3327 order to improve efficiency (Based on Daniel Colascione's
3328 <dancol@dancol.org> patch). (Bug#13182)
3329
3330 2013-01-02 Glenn Morris <rgm@gnu.org>
3331
3332 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3333
3334 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3335
3336 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3337 neither DOCSTRING nor DECL was given. (Bug#13316)
3338
3339 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3342 `error' call.
3343 (tramp-do-copy-or-rename-file): Ignore errors when calling
3344 `set-file-extended-attributes'.
3345
3346 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3347 Add handler for `file-acl'.
3348 (tramp-smb-handle-file-acl): New defun.
3349
3350 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3351
3352 * calc/README: Mention ISO 8601 week-numbering dates.
3353
3354 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3355
3356 * view.el (view-mode-enable): New argument run-view-mode-hook.
3357 Run view-mode-hook only when it's non-nil (Bug#13315).
3358 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3359 argument t.
3360
3361 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3362
3363 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3364 (No device connected, invalid device name). (Bug #13299)
3365
3366 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3367
3368 * window.el (window-resizable--p): Rename to window-resizable-p.
3369 (window-resize-no-error): New function.
3370
3371 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3372 broken in fix from 2012-12-28.
3373
3374 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * subr.el (special-form-p): Don't signal errors on undef aliases.
3377
3378 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3379
3380 * calc/calc-forms.el (math-parse-date): Try using
3381 `math-parse-iso-date' when it looks like it might be needed.
3382 Allow times of 24:00.
3383 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3384 of 24:00.
3385
3386 2012-12-30 Glenn Morris <rgm@gnu.org>
3387
3388 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3389 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3390 (rmail-summary-displayed, rmail-summary): Declare.
3391 (mairix-rmail-display): Just require rmail.
3392
3393 2012-12-30 Chong Yidong <cyd@gnu.org>
3394
3395 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3396 check for the tarball contents.
3397
3398 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3399
3400 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3401 tarfile content listings (Bug#13136).
3402
3403 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3404
3405 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3406 Insert the undecoded text of the message being forwarded. (Bug#9521)
3407
3408 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3411 integers, if they are real numbers. (Bug#13282)
3412
3413 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3414 Return `t' on success.
3415
3416 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3417 Add handler for `set-file-selinux-context'.
3418
3419 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3422 (tramp-sh-handle-set-file-acl): Return `t' on success.
3423
3424 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3425
3426 * files.el (backup-buffer-copy, basic-save-buffer-2):
3427 If set-file-extended-attributes fails, fall back on set-file-modes
3428 instead of signaling an error. (Bug#13298)
3429 (basic-save-buffer): Likewise.
3430
3431 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3432
3433 * progmodes/python.el: Support other commands triggering
3434 python-indent-line so indentation cycling continues to work.
3435 (python-indent-trigger-commands): New defcustom.
3436 (python-indent-line): Use it.
3437
3438 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3439
3440 * progmodes/python.el (python-shell-send-region): Add blank lines
3441 for non sent code so backtraces remain correct.
3442
3443 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3444
3445 * progmodes/python.el: Remove cl dependency.
3446 (python-syntax-count-quotes): Replace incf call.
3447 (python-fill-string): Replace setf call.
3448
3449 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3450
3451 * info.el (info-other-window): New arg, for consistency with info.
3452
3453 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3454
3455 * mail/rmail.el (rmail-maybe-display-summary):
3456 Rewrite (Bug#13066).
3457
3458 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3459
3460 * epg.el (epg--start): Modify process-environment locally.
3461
3462 2012-12-28 Daiki Ueno <ueno@gnu.org>
3463
3464 * epg.el: Support pinentry-curses.
3465 Suggested by Werner Koch in
3466 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3467 (epg-agent-file, epg-agent-mtime): New variable.
3468 (epg--start): Record the modified time of gpg-agent socket file,
3469 to restore Emacs frame after pinentry-curses termination.
3470 (epg-wait-for-completion): Restore Emacs frame here.
3471
3472 2012-12-27 Juri Linkov <juri@jurta.org>
3473
3474 * info.el (Info-file-completions): New variable.
3475 (Info-read-node-name-1): Complete node names in the Info file
3476 when a file name is given. Call `Info-build-node-completions'
3477 with a file name.
3478 (Info-build-node-completions): Add new arg `file'. When it is
3479 non-nil, visit it in a temporary buffer and cache its completions in
3480 `Info-current-file-completions'. Move most of the function body to
3481 `Info-build-node-completions-1'.
3482 (Info-build-node-completions-1): New function with the body from
3483 `Info-build-node-completions'. (Bug#12456)
3484
3485 2012-12-27 Juri Linkov <juri@jurta.org>
3486
3487 * frame.el (frame-maximization-style): Remove user option.
3488 (cycle-frame-maximized): Remove function.
3489 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3490 (toggle-frame-fullscreen): New command bound to <f11> instead of
3491 `toggle-frame-maximized'.
3492 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3493
3494 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3497
3498 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3499 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3500 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3501 for `file-accessible-directory-p'. (Bug#13275)
3502
3503 2012-12-27 Sam Steingold <sds@gnu.org>
3504
3505 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3506 continuations, see <http://stackoverflow.com/questions/3582436>.
3507
3508 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3509
3510 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3511 "module" and "def" to have indentation before them.
3512 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3513
3514 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3515
3516 2012-12-27 Alan Mackenzie <acm@muc.de>
3517
3518 Speed up fontification where there's large brace blocks.
3519 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3520 to a call of c-beginning-of-decl-1.
3521
3522 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3523
3524 * comint.el (comint-adjust-window-point): New function.
3525 (comint-postoutput-scroll-to-bottom):
3526 Call comint-adjust-window-point (Bug#13248).
3527
3528 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3529
3530 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3531 Rakefile regexp.
3532 (auto-mode-alist): Associate .gemspec files with ruby-mode
3533 (https://bugs.ruby-lang.org/issues/5453).
3534
3535 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3536
3537 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3538 Suppress coloring, if possible (required for BusyBox based systems like
3539 CyanogenMod).
3540 (tramp-adb-handle-file-attributes)
3541 (tramp-adb-handle-insert-directory)
3542 (tramp-adb-handle-file-name-all-completions): Use it.
3543 (tramp-adb-get-toolbox): New defun. Check for remote shell
3544 implementation (BusyBox or Toolbox).
3545
3546 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3547
3548 * startup.el (initial-buffer-choice): Allow function as value
3549 (Bug#13251).
3550 (command-line-1): Handle case where initial-buffer-choice
3551 specifies a function.
3552 * server.el (server-execute): Handle case where
3553 initial-buffer-choice specifies a function.
3554
3555 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3556
3557 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3558 its own function.
3559 (smtpmail-try-auth-methods): Forget the user name/password if the
3560 login is unsuccessful (bug#12424).
3561
3562 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3563
3564 * notifications.el (notifications-notify): Protect body with
3565 `with-demoted-errors'.
3566
3567 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3568 Check properties of remote device. Restart connection, if there is a
3569 change.
3570
3571 2012-12-21 Chong Yidong <cyd@gnu.org>
3572
3573 * sort.el (sort-subr): Doc fix (Bug#13056).
3574
3575 2012-12-21 Bastien Guerry <bzg@gnu.org>
3576
3577 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3578
3579 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * simple.el (process-file): Overwrite stderr file, if exists.
3582
3583 2012-12-21 Daiki Ueno <ueno@gnu.org>
3584
3585 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3586 (epg-error): Set `error-message' property.
3587
3588 2012-12-21 Chong Yidong <cyd@gnu.org>
3589
3590 * international/mule-cmds.el (read-char-by-name): Signal an error
3591 if the user does not supply a valid character (Bug#13177).
3592
3593 * simple.el (transpose-subr-1): Preserve marker positions by
3594 changing the insertion sequence (Bug#13122).
3595
3596 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3597
3598 * simple.el (kill-region): Deactivate mark even for empty regions
3599 (Bug#13169).
3600
3601 2012-12-21 Chong Yidong <cyd@gnu.org>
3602
3603 * help-fns.el (describe-variable): Make sure we get the right
3604 buffer name (Bug#13105). Suggested by Kelly Dean.
3605
3606 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3607
3608 * comint.el (comint-redirect-previous-input-string): New variable.
3609 (comint-redirect-setup, comint-redirect-cleanup)
3610 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3611 (comint-redirect-preoutput-filter): Fix verbose message.
3612
3613 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3614
3615 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3616 is too long for Tramp. See discussion in
3617 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3618
3619 * progmodes/compile.el (compilation-start): Remove line escape
3620 template.
3621
3622 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3623
3624 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3625 Adjust comment.
3626
3627 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3628
3629 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3630 following non-comment text (bug#13207).
3631 (lm-header-multiline): Continuation lines need to be indented more than
3632 the first line.
3633 (lm-homepage): New function.
3634 (lm-with-file): Don't be confused if narrowing is in effect.
3635
3636 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3639 very beginning of a hunk (e.g. killing the first line).
3640
3641 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3642
3643 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3644 and text properties from returned ACL string.
3645 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3646 for "setfacl" command.
3647
3648 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3651 `tramp-cleanup-this-connection', when the process has died.
3652 (Bug#13151)
3653
3654 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3657
3658 2012-12-17 Kevin Ryde <user42@zip.com.au>
3659
3660 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3661
3662 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3663
3664 Add support for preserving ACL entries of files.
3665
3666 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3667 `set-file-acl' handlers.
3668
3669 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3670 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3671
3672 * net/tramp-compat.el (tramp-compat-copy-file):
3673 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3674
3675 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3676 Add `file-acl' and `set-file-acl' handlers.
3677 (tramp-gvfs-handle-copy-file):
3678 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3679 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3680 New defuns.
3681
3682 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3683 Add `file-acl' and `set-file-acl' handlers.
3684 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3685 (tramp-sh-handle-set-file-acl): New defuns.
3686 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3687 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3688
3689 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3690 Add `file-acl' and `set-file-acl' handlers.
3691 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3692
3693 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3694
3695 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3696 use pop-to-buffer with NORECORD argument t. As buffer name, use
3697 *Metahelp* with a leading space (Bug#13190).
3698
3699 2012-12-16 Romain Francoise <romain@orebokech.com>
3700
3701 * files.el (file-extended-attributes)
3702 (set-file-extended-attributes): New functions.
3703 (backup-buffer): Use them to handle both SELinux context and ACL
3704 entries.
3705 (backup-buffer-copy): Work with an alist of extended attributes,
3706 rather than an SELinux context.
3707 (basic-save-buffer-2): Ditto.
3708
3709 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3710
3711 * battery.el (battery-bsd-apm): New function.
3712
3713 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3714
3715 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3716 standard date formats.
3717
3718 2012-12-15 Juri Linkov <juri@jurta.org>
3719
3720 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3721 `isearch-insert-char-by-name'.
3722 (with-isearch-suspended): New defmacro with body mostly from
3723 `isearch-edit-string' except the part that sets
3724 `isearch-new-string' and `isearch-new-message'.
3725 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3726 body that sets `isearch-new-string' and `isearch-new-message'.
3727 (isearch-insert-char-by-name): New command.
3728 * international/mule-cmds.el (read-char-by-name): Let-bind
3729 `enable-recursive-minibuffers' to t.
3730 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3731
3732 2012-12-15 Juri Linkov <juri@jurta.org>
3733
3734 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3735 (Bug#13175)
3736
3737 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3738
3739 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3740 the prompt. (Bug#13045)
3741
3742 2012-12-14 Glenn Morris <rgm@gnu.org>
3743
3744 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3745 Try to include filename in non-bytecomp warning. (Bug#13132)
3746
3747 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3748
3749 Fix permissions bugs with setgid directories etc. (Bug#13125)
3750 * files.el (backup-buffer): Don't rely on 9th output of
3751 file-attributes, as it's now a placeholder. Instead, use the new
3752 optional arg of file-ownership-preserved-p.
3753 (file-ownership-preserved-p): New optional arg GROUP.
3754 Fix mishandling of setuid directories that would cause this
3755 function to return t when it should have returned nil.
3756 Document what happens if the file does not exist, and when
3757 it's not known whether the ownership will be preserved.
3758 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3759 Likewise.
3760 (tramp-get-local-gid): Use group-gid for integer, as that's
3761 faster and more reliable.
3762
3763 2012-12-14 Julien Danjou <julien@danjou.info>
3764
3765 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3766 Update keywords list, data type and PL/pgSQL.
3767
3768 2012-12-14 Dave Abrahams <dave@boostpro.com>
3769
3770 * vc/ediff-util.el (ediff-buffer-type): New function.
3771 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3772 rather than taking it as as argument.
3773 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3774
3775 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3776
3777 * json.el: Add pretty-print option (bug#12634).
3778 (json-encoding-separator, json-encoding-default-indentation)
3779 (json--encoding-current-indentation, json-encoding-pretty-print)
3780 (json-encoding-lisp-style-closings): New vars.
3781 (json--with-indentation): New macro.
3782 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3783 (json-encode-array): Use it to obey json-encoding-pretty-print.
3784 (json-pretty-print-buffer, json-pretty-print): New commands.
3785
3786 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3787
3788 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3789 Extract `ruby-syntax-propertize-expansions'.
3790 (ruby-syntax-propertize-expansions): Only change syntax on
3791 certain string delimiters, to punctuation. This way the common
3792 functions like forward-word and thing-at-point still work.
3793 (ruby-match-expression-expansion): Improve readability.
3794 (ruby-block-contains-point): New function.
3795 (ruby-add-log-current-method): Handle several edge cases.
3796
3797 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3800 unload-feature finishes even when aborting an ongoing edebug session.
3801 Also, do not worry about edebug-mode, unload-feature takes care of it.
3802
3803 2012-12-13 Andreas Schwab <schwab@suse.de>
3804
3805 * net/tls.el (tls-program): Update customize type.
3806
3807 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3810 (edebug-setup-hook, cl-read-load-hooks): Use it.
3811 (edebug-unload-function): New function. (Bug#13163)
3812
3813 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3816 Otherwise, there could be errors in autoloading. (Bug#13151)
3817
3818 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3819
3820 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3821 sequences.
3822
3823 2012-12-13 Alan Mackenzie <acm@muc.de>
3824
3825 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3826 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3827 around `forward-comment' not recognizing ^M as whitespace.
3828
3829 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3830
3831 * progmodes/python.el (python-skeleton-class)
3832 (python-skeleton-def): Do not add space after defun name.
3833
3834 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3837 (cl--symbol-function): Remove (now that funbound is like nil).
3838
3839 2012-12-12 Glenn Morris <rgm@gnu.org>
3840
3841 * button.el (button--area-button-p): Fix typo.
3842
3843 2012-12-12 Sam Steingold <sds@gnu.org>
3844
3845 * frame.el (frame-maximization-style): New user option.
3846 (toggle-frame-maximized): Toggle frame maximization according to
3847 `frame-maximization-style', bound to <f11>.
3848 (cycle-frame-maximized): Cycle between all maximization styles and
3849 non-maximized frame, bound to shift-<f11>.
3850
3851 2012-12-12 David Cadé <codename68@gmail.com>
3852
3853 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3854
3855 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3856
3857 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3858 (eieio-override-prin1): Don't quote kewords and booleans.
3859 (object-write) <eieio-default-superclass>: Don't put closing parens
3860 on new line, avoid needless empty lines, align values that are objects
3861 with the slot keyword (instead of beginning on the same line).
3862 (eieio-list-prin1): Align value with slot keyword; increase
3863 eieio-print-depth before printing members of the list.
3864
3865 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3868 a display text-property.
3869 (report-emacs-bug-hook): Don't bother deleting it any more.
3870
3871 * hilit-chg.el (highlight-save-buffer-state): Delete.
3872 Use with-silent-modifications instead.
3873 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3874
3875 * button.el: Handle buttons in display text-properties.
3876 (button--area-button-p, button--area-button-string):
3877 Use (STRING . STRING-POS) representation instead of just STRING.
3878
3879 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3880
3881 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3882 subdirectory be skipped.
3883
3884 2012-12-11 Glenn Morris <rgm@gnu.org>
3885
3886 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3887
3888 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3889 Treat preprocessor lines embedded in continuations like comments.
3890 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3891
3892 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3893
3894 * calc/calc.el (calc-standard-date-formats): Add more date
3895 formats.
3896 * calc/calc-forms.el (math-parse-iso-date): New function.
3897 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3898 (math-parse-iso-date-validate): Add extra error checking.
3899 (calc-date-notation): Add ability to access new date formats.
3900
3901 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3904 font-lock as well as when there's no text-property.
3905
3906 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3907
3908 * hi-lock.el: Refine the choice of default face.
3909 (hi-lock-keyword->face): New function. Use it wherever we used
3910 cadadadr instead.
3911 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3912 (hi-lock--last-face): Remove var.
3913 (hi-lock--unused-faces): New var to replace it.
3914 (hi-lock-read-face-name): Use/maintain it.
3915 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3916 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3917 if it has another face.
3918
3919 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3920
3921 * subr.el (w32notify-handle-event): New function.
3922 (inotify-handle-event): Doc fix.
3923
3924 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3925
3926 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3927
3928 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3929
3930 * simple.el (just-one-space): Doc fix.
3931
3932 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3933
3934 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3935
3936 2012-12-10 Le Wang <l26wang@gmail.com>
3937
3938 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3939 narrowed buffer (bug#12361).
3940
3941 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3942
3943 * vc/vc-hooks.el (vc-state): Doc fix.
3944
3945 2012-12-10 Glenn Morris <rgm@gnu.org>
3946
3947 * mail/rmail.el (rmail-maybe-display-summary):
3948 Preserve buffer, in case select-window changes it. (Bug#13066)
3949
3950 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3953 cl-load-hook where they belong.
3954
3955 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3958
3959 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3960
3961 Parallelize byte compilation on MS-Windows.
3962 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3963 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3964 (WINS_BASIC): Define as concatenation of the above.
3965 (compile): Subdivide into 4 separate and independent jobs that can
3966 be run in parallel.
3967 (compile0-CMD, compile0-SH): New targets for compiling
3968 COMPILE_FIRST files, which are prerequisites for the rest of the
3969 byte-compilation.
3970 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3971 New targets for parallel compilation with cmd.exe.
3972 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3973 compiling under a Unixy shell.
3974
3975 2012-12-09 Chong Yidong <cyd@gnu.org>
3976
3977 * simple.el (set-mark-default-inactive): Delete this
3978 accidentally-introduced option.
3979 (set-mark-command, exchange-point-and-mark): Remove calls.
3980
3981 2012-12-09 Glenn Morris <rgm@gnu.org>
3982
3983 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3984 Respect a defcustom's :set function, if appropriate. (Bug#109)
3985 (eval-defun): Doc fix.
3986
3987 2012-12-08 Juri Linkov <juri@jurta.org>
3988
3989 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3990 (Info-fontify-node, Info-bookmark-make-record): Remove the
3991 file extension from Info-current-file (Bug#13016).
3992
3993 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3996 point, still provide some default.
3997 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3998 names, since we don't use it right now. Actually return the list.
3999 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4000
4001 2012-12-07 Chong Yidong <cyd@gnu.org>
4002
4003 * novice.el (disabled-command-function): Remove a spurious help
4004 xref (Bug#13043). Suggested by Kelly Dean.
4005
4006 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4007 syntax is specified (Bug#13025).
4008
4009 * info.el (Info-set-mode-line): Remove the file extension from
4010 Info-current-file if there is one (Bug#13016).
4011
4012 2012-12-07 Glenn Morris <rgm@gnu.org>
4013
4014 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4015 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4016 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4017 and rmail-mime-decoded. (Bug#9841)
4018
4019 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4020 (batch-unrmail, unrmail): Doc fixes.
4021 (unrmail): Respect unrmail-mbox-format.
4022 * mail/rmail.el (rmail-mbox-format): New option.
4023 (rmail-show-message-1): Respect rmail-mbox-format.
4024
4025 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4028
4029 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4032 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4033 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4034 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4035 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4036 (cl-progv): Don't rely on dynamic scoping to find the body.
4037 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4038 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4039 (cl-declaim): Use backquotes.
4040 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4041 Use "cl--" prefix for the object's tag.
4042
4043 * ses.el: Use advice-add/remove.
4044 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4045 (copy-region-as-kill, yank): Use advice-add.
4046 (ses-unload-function): Use advice-remove.
4047
4048 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4049
4050 * button.el: Make them work in header-lines (bug#12817).
4051 (button-map): Add bindings for header-line and mode-line use.
4052 (button-get, button-put, button-label): `button' may now be a string.
4053 (button-activate): Don't make it a defsubst.
4054 (button--area-button-p, button--area-button-string): New functions.
4055 (make-text-button): Fix the return value when `beg' was a string.
4056 (push-button): Handle the mode-line case.
4057
4058 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4061 (sql-signum): Remove. Use `cl-signum' instead.
4062 (sql-read-passwd): Remove; use read-passwd instread.
4063 (sql-get-login-ext): Use read-string.
4064 (sql-get-login): Use dolist and pcase.
4065 (sql--completion-table): Rename from sql-try-completion.
4066 Use complete-with-action.
4067 (sql-mode): Don't change abbrev-all-caps globally.
4068 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4069 (sql-postgres-completion-object): Initialize vars in their `let'.
4070 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4071 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4072 (sql-comint-interbase): Use a single append, without setq.
4073 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4074
4075 * hi-lock.el: Rework the default face and the serialize regexp code.
4076 (hi-lock--auto-select-face-defaults): Remove.
4077 (hi-lock-string-serialize-serial): Remove.
4078 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4079 make weak.
4080 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4081 equal string.
4082 (hi-lock-set-pattern): Adjust accordingly.
4083 (hi-lock--regexps-at-point): Simplify accordingly.
4084 (hi-lock--auto-select-face-defaults): Remove.
4085 (hi-lock--last-face): New var to replace it.
4086 (hi-lock-read-face-name): Rewrite (bug#11095).
4087 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4088
4089 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * net/tramp.el (tramp-replace-environment-variables):
4092 Hide compiler warning.
4093 (tramp-file-name-for-operation): Remove `executable-find',
4094 `start-process', `call-process' and `call-process-region'.
4095
4096 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4097
4098 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4099 compatibility.
4100
4101 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4102
4103 2012-12-06 Chong Yidong <cyd@gnu.org>
4104
4105 * ffap.el (ffap-replace-file-component): Fix typo.
4106
4107 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4110 fix open-paren-like token test (bug#12785).
4111
4112 2012-12-06 Glenn Morris <rgm@gnu.org>
4113
4114 * mail/rmailsum.el (rmail-new-summary): Tweak for
4115 rmail-maybe-display-summary changing buffer. (Bug#13066)
4116
4117 2012-12-06 Juri Linkov <juri@jurta.org>
4118
4119 * info.el (Info-fontify-node): Don't hide the last newline.
4120 (Bug#12272)
4121
4122 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4123
4124 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4125 so as to enable message-read-from-minibuffer to expand mail aliases.
4126
4127 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4130 the `intangible' property.
4131 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4132
4133 2012-12-05 Deniz Dogan <deniz@dogan.se>
4134
4135 * net/rcirc.el (rcirc-urls): Update documentation.
4136 (rcirc-condition-filter): New function.
4137 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4138 and exclude consecutive duplicate URLs (Bug#6082).
4139
4140 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4141
4142 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4143 Check return code of copy command.
4144
4145 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4146 Use group `tramp'. Add version.
4147
4148 2012-12-05 Chong Yidong <cyd@gnu.org>
4149
4150 * ffap.el (ffap-url-regexp): Don't require matching at front of
4151 string (Bug#4952).
4152 (ffap-url-p): If only a substring matches, return that.
4153 (ffap-url-at-point): Use the return value of ffap-url-p.
4154 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4155 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4156 (ffap-guess-file-name-at-point): Likewise.
4157 (ffap-replace-file-component): Fix typo.
4158
4159 * info.el (info-display-manual): Add existing Info buffers, whose
4160 files may not be in Info-directory-list, to the completion.
4161 (info--manual-names): New helper function.
4162
4163 2012-12-05 Glenn Morris <rgm@gnu.org>
4164
4165 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4166 New functions, for detecting and resolving conflicts. (Bug#10709)
4167
4168 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4169
4170 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4171 (hi-lock-auto-select-face-defaults): New buffer local variable.
4172 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4173 (hi-lock-unface-buffer): Prompt user with useful defaults.
4174 With prefix arg, unhighlight all hi-lock patterns in buffer.
4175
4176 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4179
4180 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4181
4182 * Makefile.in (TRAMP_SRC):
4183 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4184
4185 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4186
4187 * net/tramp-adb.el: New package.
4188
4189 2012-12-04 Chong Yidong <cyd@gnu.org>
4190
4191 * terminal.el: Move to obsolete/.
4192
4193 * longlines.el: Move to obsolete/.
4194
4195 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4196 Remove code referring to longlines mode.
4197
4198 2012-12-03 Juri Linkov <juri@jurta.org>
4199
4200 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4201
4202 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4203
4204 * textmodes/ispell.el (ispell-init-process)
4205 (ispell-start-process, ispell-internal-change-dictionary):
4206 Make sure personal dictionary name is expanded after initial
4207 `default-directory' value. Use expanded strings for
4208 keep/restart checks and for value (Bug#13019).
4209
4210 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4211
4212 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4213
4214 2012-12-03 Leo Liu <sdl.web@gmail.com>
4215
4216 * files.el (dir-locals-read-from-file): Check file non-empty
4217 before reading. (Bug#13038)
4218
4219 2012-12-03 Glenn Morris <rgm@gnu.org>
4220
4221 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4222 Remove any version extension before checking filename. (Bug#13006)
4223 (jka-compr-compression-info-list): Belated :version bump.
4224
4225 2012-12-03 Chong Yidong <cyd@gnu.org>
4226
4227 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4228
4229 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4230 (buffer-menu): Doc fix (Bug#12294).
4231
4232 2012-12-03 Roland Winkler <winkler@gnu.org>
4233
4234 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4235 of diary-show-all-entries in the diary buffer (Bug#12994).
4236
4237 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4238
4239 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4240 "<STDIN>". This is binary safe.
4241
4242 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc/calc-forms.el (math-absolute-from-iso-dt)
4245 (math-date-to-iso-dt, math-parse-iso-date-validate)
4246 (math-iso-dt-to-date): New functions.
4247 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4248 (math-fd-isoweekday): New variables.
4249 (calc-date-notation, math-parse-standard-date, math-format-date)
4250 (math-format-date-part): Add support for more formatting codes.
4251
4252 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4253
4254 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4255 current buffer's file name when called interactively (Bug#12488).
4256
4257 2012-12-02 Juri Linkov <juri@jurta.org>
4258
4259 * info.el (info-display-manual): Don't clobber an existing Info
4260 buffer (Bug#10770). Add completion (Bug#10771).
4261
4262 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4263
4264 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4265 before using it for comparison (Bug#5297).
4266
4267 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4268
4269 * textmodes/css-mode.el (css-current-defun-name): New function.
4270 (css-mode): Use it.
4271
4272 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4273 (html-mode): Use it.
4274
4275 2012-12-01 Chong Yidong <cyd@gnu.org>
4276
4277 Modularize add-log-current-defun (Bug#2224).
4278 Suggested by Jari Aalto.
4279
4280 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4281 (add-log-current-defun): Move mode-specific code to other files.
4282 (add-log-lisp-like-modes, add-log-c-like-modes)
4283 (add-log-tex-like-modes): Variables deleted.
4284
4285 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4286 (lisp-mode-variables): Use it.
4287
4288 * progmodes/cc-mode.el (c-common-init):
4289 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4290 add-log-current-defun-function.
4291
4292 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4293 (m4-mode): Use it.
4294
4295 * progmodes/perl-mode.el (perl-current-defun-name): New.
4296 (perl-mode): Use it.
4297
4298 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4299 Use lisp-current-defun-name.
4300
4301 * textmodes/tex-mode.el (tex-current-defun-name): New.
4302 (tex-common-initialization): Use it.
4303
4304 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4305 (texinfo-mode): Use it.
4306
4307 2012-12-01 Chong Yidong <cyd@gnu.org>
4308
4309 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4310 * progmodes/autoconf.el (autoconf-mode):
4311 * progmodes/js.el (js-mode):
4312 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4313 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4314 * progmodes/perl-mode.el (perl-mode):
4315 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4316 * textmodes/css-mode.el (css-mode):
4317 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4318 (sgml-tags-invisible, sgml-guess-indent):
4319 * textmodes/tex-mode.el (tex-common-initialization)
4320 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4321 (doctex-mode, plain-tex-mode, latex-mode):
4322 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4323
4324 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4325
4326 * vc/vc-hg.el (vc-hg-next-revision):
4327 Ensure use of default "tip" output format. (Bug#6968)
4328
4329 2012-12-01 Kim F. Storm <storm@cua.dk>
4330
4331 * startup.el (fancy-startup-tail): Add a clickable link
4332 (Bug#2176).
4333
4334 2012-12-01 Chong Yidong <cyd@gnu.org>
4335
4336 * startup.el (fancy-startup-tail): Improve the message about
4337 auto-save files (Bug#2176).
4338
4339 * files.el (recover-session): Improve the descriptive message, and
4340 use substitute-command-keys.
4341
4342 2012-12-01 Glenn Morris <rgm@gnu.org>
4343
4344 * ido.el (ido-file-internal):
4345 Handle other-window, other-frame for dired. (Bug#13036)
4346
4347 2012-11-30 Glenn Morris <rgm@gnu.org>
4348
4349 * icomplete.el (icomplete-separator): Fix :version.
4350
4351 2012-11-30 Chong Yidong <cyd@gnu.org>
4352
4353 * shell.el (shell): For C-u M-x shell, use an inactive shell
4354 buffer as the default (Bug#1975).
4355 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4356 (shell-mode): Use them to reapply ansi colorization if Shell mode
4357 is re-enabled.
4358
4359 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4360
4361 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4362
4363 2012-11-30 Samuel Bronson <naesten@gmail.com>
4364
4365 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4366 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4367
4368 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4369
4370 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4371 by move-to-column (Bug#3234).
4372
4373 2012-11-30 Chong Yidong <cyd@gnu.org>
4374
4375 * longlines.el (longlines-wrap-line, longlines-encode-region):
4376 Preserve text properties (Bug#1425).
4377
4378 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4379
4380 * vc/vc.el (vc-register): Allow registering a file which is
4381 already registered with a different backend (Bug#10589).
4382
4383 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4384 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * icomplete.el: Change separator; add ido-style commands.
4387 (icomplete-show-key-bindings): Remove custom var.
4388 (icomplete-get-keys): Remove function.
4389 (icomplete-forward-completions, icomplete-backward-completions):
4390 New commands.
4391 (icomplete-minibuffer-map): New var.
4392 (icomplete-minibuffer-setup): Use it.
4393 (icomplete-exhibit): Don't delay if the list of completions is known.
4394 (icomplete-separator): New custom.
4395 (icomplete-completions): Use it.
4396 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4397 (minibuffer-force-complete-and-exit): New command.
4398 (minibuffer--complete-and-exit): New function extracted from
4399 minibuffer-complete-and-exit.
4400 (minibuffer-complete-and-exit): Use it.
4401
4402 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4403 error message when the file doesn't exist (bug#12974).
4404
4405 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4406
4407 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4408
4409 2012-11-29 Glenn Morris <rgm@gnu.org>
4410
4411 * files.el (hack-dir-local-variables): Warn if try to set
4412 coding via dir-locals, since it doesn't work. (Bug#7169)
4413
4414 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4415 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4416 Set buffer-local value of desktop-save-buffer.
4417 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4418 New functions.
4419 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4420 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4421
4422 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4423 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4424 Doc fix.
4425 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4426 Doc fixes.
4427
4428 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4429
4430 * calc/calc-forms.el (calc-date-notation): Fix regexp
4431 used to find time codes. Fix symbol for seconds.
4432
4433 2012-11-27 Glenn Morris <rgm@gnu.org>
4434
4435 * emacs-lisp/derived.el (derived-mode-make-docstring):
4436 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4437
4438 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4441 lexically scoped variables (bug#13005).
4442
4443 2012-11-27 Glenn Morris <rgm@gnu.org>
4444
4445 * vc/vc-hooks.el (vc-mistrust-permissions):
4446 Default to t, to avoid data-loss. (Bug#11490)
4447
4448 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4449
4450 * progmodes/python.el (python-indent-guess-indent-offset):
4451 If indentation is guessed make python-indent-offset buffer-local.
4452
4453 Fix Imenu regression.
4454 * progmodes/python.el (python-nav-beginning-of-defun):
4455 Fix forward movement when statement(s) separates point from defun.
4456 (python-imenu-prev-index-position): New function.
4457
4458 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4459
4460 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4461
4462 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4463 Don't set buffer-file-type. Return nil. (Bug#12989)
4464
4465 2012-11-27 Glenn Morris <rgm@gnu.org>
4466
4467 * hippie-exp.el (hippie-expand-try-functions-list):
4468 Re-autoload it. (Bug#12982)
4469
4470 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4471
4472 * descr-text.el (describe-char-padded-string):
4473 Call internal-char-font only on GUI frames. (Bug#11964)
4474
4475 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4476
4477 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4478 and obsoletion message.
4479
4480 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4483 the constructs to keep outside of the `cl-block' (bug#12977).
4484
4485 2012-11-27 Chong Yidong <cyd@gnu.org>
4486
4487 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4488 keep reading until we get the up-event anyway, in order to process
4489 the up-event for mouse-1-click-follows-link (Bug#12971).
4490
4491 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4494 base function is not yet defined (bug#12965).
4495 (ad-activate-advised-definition): Use ad-compile-function.
4496 (ad-activate): Use cond.
4497
4498 2012-11-25 Leo Liu <sdl.web@gmail.com>
4499
4500 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4501 (Bug#12979)
4502
4503 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4504
4505 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4506 reftex-section-info-function in order to be compatible with
4507 Texinfo integration.
4508
4509 * textmodes/reftex.el (reftex-section-pre-regexp)
4510 (reftex-section-post-regexp, reftex-section-info-function):
4511 New variable.
4512 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4513 reftex-section-post-regexp, and reftex-section-info-function in order
4514 to be compatible with Texinfo integration.
4515
4516 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4517 use reftex-section-pre-regexp variable in order to be compatible with
4518 Texinfo integration.
4519
4520 2012-11-25 Chong Yidong <cyd@gnu.org>
4521
4522 * faces.el: Make face-spec-set more analogous to setq.
4523 (face-spec-set): Change the third arg to specify whether this
4524 function is being called via defface, customize, or a third party.
4525 Set the appropriate symbol properties. Clear the override spec if
4526 setting via Custom. Initialize face if necessary. (Bug#4988)
4527 (face-spec-recalc): Allow theme faces to completely replace the
4528 defface spec, in the same way as custom faces (Bug#8454).
4529
4530 * cus-face.el (custom-declare-face): Move face initialization to
4531 face-spec-set.
4532 (custom-theme-set-faces): Don't initialize the face name here, as
4533 that is now done in face-spec-set.
4534
4535 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4536 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4537 Simplify by using the new arg to face-spec-set.
4538
4539 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4540 reset face-override-spec too, and use custom-declare-face.
4541
4542 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4543
4544 * term/ns-win.el (ns-initialize-window-system): Move creation of
4545 fontsets here (Bug#11964).
4546
4547 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4548
4549 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4550 cell renaming.
4551
4552 2012-11-24 Chong Yidong <cyd@gnu.org>
4553
4554 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4555 obsolete.
4556
4557 * custom.el (custom-theme-set-variables): Use a topological sort
4558 for ordering by custom dependencies (Bug#12952).
4559 (custom--sort-vars, custom--sort-vars-1): New functions.
4560
4561 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4564 lexical-binding (bug#12938).
4565
4566 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4567
4568 * image-mode.el (image-transform-check-size): Use assertions only
4569 for images of type imagemagick.
4570
4571 Otherwise no error, image-transform-fit-to-{width,height} is
4572 silently ignored, as before. Doc fix.
4573
4574 2012-11-24 Chong Yidong <cyd@gnu.org>
4575
4576 * faces.el (color-defined-p): Doc fix (Bug#12853).
4577
4578 2012-11-24 Juri Linkov <juri@jurta.org>
4579
4580 * dired.el (dired-mark): Add optional arg `interactive'.
4581 Check for `use-region-p' if `interactive' is non-nil.
4582 (dired-unmark, dired-flag-file-deletion): Add optional arg
4583 `interactive'. Call `dired-mark' with the arg `interactive'.
4584 (Bug#10624)
4585
4586 * wdired.el: Revert 2012-10-17 change partly and replace it with
4587 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4588 (wdired-finish-edit): Add marks for new file names to
4589 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4590 after `revert-buffer'.
4591 (wdired-do-renames): Remove calls to `dired-remove-file',
4592 `dired-add-file', `dired-add-entry'. (Bug#11795)
4593
4594 2012-11-24 Alan Mackenzie <acm@muc.de>
4595
4596 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4597
4598 Fix bugs in the state cache. Enhance a debugging mechanism.
4599 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4600 "brace at column zero" strategy for C++.
4601 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4602 (c-parse-state-point): New variable.
4603 (c-record-parse-state-state): Record old parse state with
4604 `copy-tree'. Record previous value of point.
4605 (c-debug-parse-state-double-cons): New debugging function.
4606 (c-debug-parse-state): Call the above new function.
4607 (c-toggle-parse-state-debug): Output a confirmatory message.
4608
4609 * progmodes/cc-mode.el (c-before-change, c-after-change):
4610 Call c-invalidate-state-cache from `c-before-change' instead of
4611 `c-after-change'.
4612
4613 2012-11-23 Chong Yidong <cyd@gnu.org>
4614
4615 * find-cmd.el (find-constituents): Add executable, ipath,
4616 readable, samefile, writable, daystart, regextype (Bug#12856).
4617
4618 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4621
4622 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4623
4624 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4625 definition. This fixes a bootstrap failure.
4626 (calc-gregorian-switch): In menu, put dates before regions.
4627 This is easier to follow, lines up better in the menu, and lets us
4628 coalesce regions that switch at the same time. Give country
4629 names, not "Vatican", as that's better for non-expert users.
4630 Use names that are stable between the date of switch and now, e.g.,
4631 Bohemia and Moravia (which existed then and now) and not
4632 Czechoslovakia (which didn't exist then and doesn't exist now).
4633 What is now the U.S. mostly did not switch at the same time as
4634 Britain, so omit the U.S. Correct spelling of "Britain".
4635 Catholic Switzerland was too much of a mess, so omit it.
4636
4637 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4638
4639 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4640 after the variable is changed.
4641
4642 2012-11-21 Daniel Colascione <dancol@dancol.org>
4643
4644 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4645 in SQL declarations for font-lock.
4646 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4647
4648 2012-11-21 Glenn Morris <rgm@gnu.org>
4649
4650 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4651 (face-italic-p): Add optional argument "inherit".
4652
4653 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4654 Remove -p suffix from names, for consistency with other set-face-*.
4655 (set-face-inverse-video): Fix interactive spec.
4656 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4657 * textmodes/table.el (table--update-cell-face):
4658 Use set-face-inverse-video rather than now obsolete alias.
4659
4660 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4661
4662 * simple.el (line-move): Don't call line-move-partial if
4663 scroll-conservatively is in effect. (Bug#12927)
4664
4665 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4668 Fallback on completion-at-point rather than
4669 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4670 (eshell-cmpl-initialize): Setup completion-at-point.
4671
4672 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4673
4674 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4675
4676 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4677
4678 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4679 are remote, check out-of-band property for both.
4680
4681 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4684 code rewrite.
4685
4686 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4687
4688 More minor time fixes.
4689 * calendar/time-date.el: Commentary fix.
4690 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4691 too much other code depends on (0 0) time stamps.
4692 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4693 Add a couple of FIXME comments.
4694
4695 Minor cleanup for times as lists of four integers.
4696 * files.el (dir-locals-directory-cache):
4697 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4698 Doc fixes.
4699 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4700 * ps-bdf.el (bdf-file-newer-than-time):
4701 Process four-integers time stamps, not two. Doc fixes.
4702
4703 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * uniquify.el (uniquify-managed): Use defvar-local.
4706 (rename-buffer, create-file-buffer): Advise with advice-add.
4707 (uniquify-unload-function): Unadvise accordingly.
4708
4709 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4710 (trace-buffer): Don't purecopy.
4711 (trace-entry-message, trace-exit-message): Add `context' arg.
4712 (trace--timer): New var.
4713 (trace-make-advice): Adjust for use in nadvice.
4714 Add `context' argument. Delay `display-buffer' via a timer.
4715 (trace-function-internal): Use advice-add.
4716 (trace--read-args): New function.
4717 (trace-function-foreground, trace-function-background): Use it.
4718 (trace-function): Rename to trace-function-foreground and redefine as
4719 an alias to that new name.
4720 (untrace-function, untrace-all): Adjust to the use of nadvice.
4721
4722 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4723
4724 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4725
4726 * subr.el (called-interactively-p-functions): New var.
4727 (internal--called-interactively-p--get-frame): New macro.
4728 (called-interactively-p, interactive-p): Rewrite in Lisp.
4729 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4730 (called-interactively-p-functions): Use it.
4731 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4732 (called-interactively-p-functions): Use it.
4733 * allout.el (allout-called-interactively-p): Don't assume
4734 called-interactively-p is a subr.
4735
4736 2012-11-20 Glenn Morris <rgm@gnu.org>
4737
4738 * profiler.el (profiler-report-mode-map): Add a menu.
4739 No need to bind `q' because we derive from special-mode.
4740 (profiler-report-find-entry): Handle calls from the menu-bar.
4741
4742 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * emacs-lisp/byte-run.el (defun-declarations-alist):
4745 Allow a compiler-macro to be a lambda expression.
4746
4747 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4748 eval-when-compile.
4749 (python-syntax-context): Add compiler-macro.
4750 (python-font-lock-keywords): Simplify with De Morgan.
4751
4752 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4753
4754 * files.el (load-file): Require match in minibuffer selection, as was
4755 the case in Emacs-20 before we changed the spec to allow .elc files
4756 (bug#12935).
4757
4758 * json.el: Don't require cl since we don't use it.
4759 * color.el: Don't require cl.
4760 (color-complement): `caddr' -> `nth 2'.
4761
4762 * calendar/time-date.el (time-to-seconds): De-obsolete.
4763
4764 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4765
4766 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4767 year numbers.
4768 (math-date-to-julian-dt): Adjust the initial approximation for the
4769 year to deal with the new definition of the DATE.
4770
4771 2012-11-19 Daniel Colascione <dancol@dancol.org>
4772
4773 * term/w32-win.el (cygwin-convert-path-from-windows):
4774 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4775
4776 2012-11-18 Chong Yidong <cyd@gnu.org>
4777
4778 * filecache.el (file-cache--read-list): New function.
4779 (file-cache-add-directory-list, file-cache-add-file-list)
4780 (file-cache-delete-file-list, file-cache-delete-directory-list):
4781 Use it to read a list of files or directories (Bug#12846).
4782 (file-cache-add-file, file-cache-add-directory)
4783 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4784 (file-cache-delete-directory): Print an message.
4785
4786 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4787
4788 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4789 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4790
4791 2012-11-18 Glenn Morris <rgm@gnu.org>
4792
4793 * image.el (insert-image, insert-sliced-image): Doc fix.
4794
4795 2012-11-18 Chong Yidong <cyd@gnu.org>
4796
4797 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4798 (Bug#12810).
4799
4800 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4801
4802 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4803 response when the target file is in a subdirectory (Bug#12757).
4804
4805 2012-11-18 Chong Yidong <cyd@gnu.org>
4806
4807 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4808
4809 2012-11-18 Glenn Morris <rgm@gnu.org>
4810
4811 * emacs-lisp/cl-lib.el (face-underline-p):
4812 Use set-face-underline rather than the alias set-face-underline-p.
4813
4814 * window.el (with-temp-buffer-window): Doc fix.
4815 * subr.el (with-output-to-temp-buffer):
4816 Add doc xref to with-temp-buffer-window.
4817
4818 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4819
4820 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4821 * calc/calc.el (math-format-date-cache): Declare.
4822
4823 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4824
4825 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4826 It also uses January 1, 1 AD as its day number 1.
4827 * calc/calc-forms.el (math-julian-date-beginning)
4828 (math-julian-date-beginning-int): Implement this.
4829
4830 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * descr-text.el (quail-find-key):
4833 * dired.el (desktop-file-name):
4834 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4835 * generic-x.el (comint-mode, comint-exec):
4836 * image-dired.el (widget-forward):
4837 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4838 (speedbar-change-expand-button-char)
4839 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4840 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4841 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4842 (widget-field-action, widget-value-set):
4843 * speedbar.el (imenu--make-index-alist):
4844 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4845 (ring-length, ring-insert):
4846 * vcursor.el (compare-windows-skip-whitespace):
4847 * woman.el (dired-get-filename):
4848 Declare functions.
4849
4850 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4851
4852 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4853
4854 * calc/calc.el (calc-gregorian-switch): New variable.
4855
4856 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4857 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4858 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4859 (math-leap-year-p): Add option to distinguish between Julian
4860 and Gregorian calendars.
4861 (math-day-number): Use `math-day-in-year' to do the computations.
4862 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4863 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4864 to do the computations.
4865 (math-date-to-dt): Use `math-date-to-julian-dt' and
4866 `math-date-to-gregorian-dt' to do the computations.
4867 (calcFunc-weekday, math-format-date-part): Use the new version of
4868 the DATE to determine the weekday.
4869 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4870 when necessary.
4871
4872 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4873
4874 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4875 Cygwin; otherwise use 'file:'. (Bug#12914)
4876 (cygwin-convert-path-from-windows): Declare, to avoid
4877 byte-compiler warnings.
4878
4879 2012-11-17 Andreas Politz <politza@fh-trier.de>
4880
4881 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4882 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4883 prefix and negative numeric prefix args (Bug#12795).
4884
4885 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4886
4887 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4888 Don't signal an error with a score that is too low to add to the
4889 list of top scores. (Bug#12779)
4890
4891 2012-11-17 Chong Yidong <cyd@gnu.org>
4892
4893 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4894
4895 * filecache.el (file-cache-add-file): Handle relative file name in
4896 the argument (Bug#12694).
4897
4898 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4899
4900 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4901
4902 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4905
4906 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4907
4908 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4909
4910 * window.el (enlarge-window, shrink-window): Don't mention return
4911 value in doc-string (Bug#12896).
4912 (window--display-buffer): Don't resize frames - it won't work
4913 with all window managers and defeat pop-up-frame-alist.
4914 (display-buffer-alist): In doc-string explain that CONDITION can
4915 be a function and which arguments are passed to it (Bug#12854).
4916 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4917 expressions (Bug#12854).
4918 (display-buffer): Pass ACTION argument to
4919 display-buffer-assq-regexp.
4920
4921 2012-11-16 Glenn Morris <rgm@gnu.org>
4922
4923 * window.el (fit-frame-to-buffer-bottom-margin)
4924 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4925
4926 * faces.el (face-underline-p): Use face-attribute-specified-or.
4927
4928 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4931
4932 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4935
4936 2012-11-16 Glenn Morris <rgm@gnu.org>
4937
4938 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4939 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4940
4941 * faces.el (face-underline-p): Doc fix. Handle :underline being
4942 things other than `t' (a string, a list).
4943 (face-inverse-video-p): Doc fix.
4944 (set-face-underline): Rename it back from set-face-underline-p.
4945 Doc fix. Allow interactive input of values other than t.
4946 (read-face-attribute): Apply formatting to :underline,
4947 since like :box and :stipple it can take list values.
4948
4949 * term.el (ansi-term): Don't let C-x escape-char binding
4950 clobber the more standard C-c binding. (Bug#12842)
4951
4952 * subr.el (set-temporary-overlay-map): Doc fix.
4953
4954 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4955
4956 * window.el (record-window-buffer)
4957 (display-buffer-record-window): When copying the markers to
4958 window-point preserve window-point-insertion-type. (Bug#12588)
4959
4960 2012-11-16 Glenn Morris <rgm@gnu.org>
4961
4962 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4963 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4964 Use new names for hooks rather than obsolete aliases.
4965
4966 2012-11-15 Daniel Colascione <dancol@dancol.org>
4967
4968 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4969 prefix instead of "file:" so that when FILE-NAME begins with "//",
4970 as it does when the target file is on a network share, url-handler
4971 isn't confused.
4972
4973 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4976 a preactivated advice from an old advice.el; they're not compatible!
4977
4978 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4979
4980 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4981 Fix string-spec case.
4982
4983 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4984
4985 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4988 (advice--buffer-local-function-sample): New var.
4989 (advice--set-buffer-local, advice--buffer-local): New functions.
4990 (add-function, remove-function): Use them.
4991
4992 2012-11-15 Drew Adams <drew.adams@oracle.com>
4993
4994 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4995
4996 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4999 potential binding of print-gensym to t, and prettify (back)quotes in
5000 case they appear in args's default values (bug#12884).
5001
5002 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5005 (advice-eval-interactive-spec): New function.
5006 (advice--make-interactive-form): Support around advice (bug#12844).
5007
5008 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5009
5010 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5011 more strict. Add docstring.
5012 (ruby-expression-expansion-re): Extract from
5013 `ruby-match-expression-expansion'.
5014 (ruby-syntax-propertize-function): After everything else, search
5015 for expansions in string literals, mark their insides as
5016 whitespace syntax and save match data for font-lock.
5017 (ruby-font-lock-keywords): Use the 2nd group from expression
5018 expansion matches.
5019 (ruby-match-expression-expansion): Use the match data saved to the
5020 text property in ruby-syntax-propertize-function.
5021
5022 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5025 (bug#12879).
5026
5027 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5028
5029 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5030 start/end keyword a bit harder. Works with different values of N.
5031 Add more comments.
5032 (ruby-end-of-block): Update accordingly.
5033
5034 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * woman.el (woman-file-name): Don't mess with unread-command-events
5037 (bug#12861).
5038
5039 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5040 Remove out of date self-require hack.
5041 (ad-do-advised-functions): Use simple `dolist'.
5042 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5043 (ad-advice-definition): Redefine as functions.
5044 (ad-advice-classes): Move before first use.
5045 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5046 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5047 (ad--defalias-fset): Remove functions.
5048 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5049 (ad-get-orig-definition): Rewrite.
5050 (ad-make-advised-definition-docstring): Change base docstring.
5051 (ad-real-orig-definition): Rewrite.
5052 (ad-map-arglists): Change name of called function.
5053 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5054 (ad-make-advised-definition): Simplify.
5055 (ad-assemble-advised-definition): Tweak for new calling context.
5056 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5057 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5058 function and call ad-activate if needed.
5059 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5060 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5061 (ad-compile-function): Compile ad-Advice-*.
5062 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5063 (ad-start-advice, ad-stop-advice): Remove.
5064
5065 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5066
5067 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5068 period before class method names, not after. Remove handling of
5069 one impossible case. Add comments.
5070
5071 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * emacs-lisp/advice.el: Remove support for freezing.
5074 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5075 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5076 Remove support for `freeze'.
5077
5078 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5079 override the default.
5080 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5081 cl--dotimes/dolist.
5082 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5083 `cl' is loaded.
5084
5085 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5086 from add-advice.
5087 (advice--strip-macro): New function.
5088 (advice--defalias-fset): Use them to handle macros.
5089 (advice-add): Use them.
5090 (advice-member-p): Correctly handle macros.
5091
5092 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5093
5094 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5095 Never font-lock the beginning of singleton class as heredoc.
5096
5097 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5100
5101 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5102
5103 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5104 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5105 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5106
5107 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5108
5109 Fix end-of-defun misbehavior.
5110 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5111 python-beginning-of-defun-function. Handle nested defuns
5112 correctly.
5113 (python-nav-end-of-defun): Rename from
5114 python-end-of-defun-function. Ensure forward movement.
5115 (python-info-current-defun): Reimplement to work as intended
5116 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5117 parent defuns as soon as possible.
5118
5119 2012-11-13 Glenn Morris <rgm@gnu.org>
5120
5121 * progmodes/flymake.el (flymake-error-bitmap)
5122 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5123 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5124
5125 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5126
5127 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5128 backward, always stop at indentation. Reverts the change from
5129 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5130
5131 2012-11-13 Glenn Morris <rgm@gnu.org>
5132
5133 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5134 Add ibuffer-filter-by-derived-mode.
5135
5136 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5137 the same name shadowing each other.
5138
5139 * window.el (with-temp-buffer-window): Doc tweak.
5140
5141 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5142
5143 * help.el (temp-buffer-max-height):
5144 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5145 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5146
5147 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * emacs-lisp/nadvice.el: New package.
5150 * subr.el (special-form-p): New function.
5151 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5152 (elp-all-instrumented-list): Remove var.
5153 (elp-not-profilable): Remove elp-wrapper.
5154 (elp-profilable-p): Use autoloadp and special-form-p.
5155 (elp--advice-name): New const.
5156 (elp-instrument-function): Use advice-add.
5157 (elp--instrumented-p): New predicate.
5158 (elp-restore-function): Use advice-remove.
5159 (elp-restore-all, elp-reset-all): Use mapatoms.
5160 (elp-set-master): Use elp--instrumented-p.
5161 (elp--make-wrapper): Rename from elp-wrapper, return a function
5162 suitable for advice-add. Use cl-inf.
5163 (elp-results): Use mapatoms+elp--instrumented-p.
5164 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5165 (debug-function-list): Remove var.
5166 (debug): Rename arg, and then let-bind it explicitly inside.
5167 (debugger-setup-buffer): Rename arg.
5168 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5169 (debugger-frame-number): Adjust to new debug-on-entry setup.
5170 (debug--implement-debug-on-entry): Rename from
5171 implement-debug-on-entry, add argument.
5172 (debugger-special-form-p): Remove, use special-form-p instead.
5173 (debug-on-entry): Use advice-add.
5174 (debug--function-list): New function.
5175 (cancel-debug-on-entry): Use it, along with advice-remove.
5176 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5177 (debugger-list-functions): Use debug--function-list instead of
5178 debug-function-list.
5179 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5180 (ad-special-form-p): Remove, use special-form-p instead.
5181 (ad-set-advice-info): Use add-function and remove-function.
5182 (ad--defalias-fset): Adjust accordingly.
5183
5184 2012-11-10 Glenn Morris <rgm@gnu.org>
5185
5186 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5187 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5188 (report-emacs-bug-create-existing-bugs-buffer)
5189 (report-emacs-bug-parse-query-results)
5190 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5191
5192 * term.el (term-default-fg-color, term-default-bg-color):
5193 Make obsolete, rather than just saying "deprecated" in the doc.
5194
5195 * term.el (term): Rename from `term-face'.
5196 (term-current-face, ansi-term-color-vector)
5197 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5198 Update all users.
5199
5200 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5201
5202 * server.el (server-create-window-system-frame): Handle Nextstep
5203 specially (Bug#12780).
5204
5205 2012-11-10 Glenn Morris <rgm@gnu.org>
5206
5207 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5208 Unautoload, and make obsolete. (Bug#7449)
5209
5210 2012-11-10 Chong Yidong <cyd@gnu.org>
5211
5212 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5213 rename from diff-remove-trailing-whitespace (Bug#12831).
5214
5215 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5218 miscompilation of trace.el.
5219
5220 2012-11-10 Glenn Morris <rgm@gnu.org>
5221
5222 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5223
5224 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5227 (bug#12812).
5228
5229 2012-11-10 Chong Yidong <cyd@gnu.org>
5230
5231 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5232 a defcustom with an appropriate :set function.
5233 (minibuffer-default--in-prompt-regexps): New function.
5234
5235 2012-11-10 Glenn Morris <rgm@gnu.org>
5236
5237 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5238 (define-modify-macro): Doc fixes.
5239
5240 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5241 (gv-define-simple-setter): Update doc of `fix-return'.
5242
5243 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5246 twice when `fix-return' is set (bug#12813).
5247
5248 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5249 gv-define-simple-setter (bug#12812).
5250
5251 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5252 (bug#12756).
5253
5254 2012-11-10 Glenn Morris <rgm@gnu.org>
5255
5256 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5257
5258 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5259 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5260 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5261 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5262
5263 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5264
5265 2012-11-10 Leo Liu <sdl.web@gmail.com>
5266
5267 * ido.el (ido-set-matches-1): Improve flex matching performance by
5268 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5269
5270 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5273 (ad--defalias-fset): New function.
5274 (ad-safe-fset): Remove.
5275 (ad-make-freeze-definition): Use cl-letf*.
5276
5277 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * subr.el (dolist): Don't bind VAR in RESULT.
5280
5281 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5282 (fset, documentation): Don't save real def since we don't advise.
5283 (ad-do-advised-functions): Remove problematic `result-form'.
5284 (ad-safe-fset): `ad-real-fset' => `fset'.
5285 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5286 uses CL's dolist internally.
5287 (ad-arglist): Remove unused arg `name'.
5288 (ad-docstring, ad-make-advised-docstring):
5289 `ad-real-documentation' => `documentation'.
5290 (warning-suppress-types): Declare.
5291 (ad-set-arguments): Simple CSE.
5292 (ad-recover-normality): Sanity check.
5293
5294 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5295 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5296
5297 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
5298
5299 * ses.el: symbol to coordinate mapping is made by symbol property
5300 `ses-cell'. This means that the same mapping is done for all SES
5301 sheets. That is good enough for cells with standard A1 names, but
5302 not for named cell. So a hash map is added for the latter.
5303 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5304 (ses-sym-rowcol): Use hashmap for named cell.
5305 (ses-is-cell-sym-p): New defun.
5306 (ses-decode-cell-symbol): New defun.
5307 (ses-create-cell-variable): Add cell to hashmap when name is not
5308 A1-like.
5309 (ses-rename-cell): Check that cell new name is not already in
5310 spreadsheet with the use of ses-is-cell-sym-p
5311 (ses-rename-cell): Use hash map for named cells, but accept also
5312 renaming back to A1-like.
5313
5314 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * emacs-lisp/advice.el: Use new dynamic docstrings.
5317 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5318 Use dynamic-docstring-function instead of ad-advice-info.
5319 (ad--make-advised-docstring): New function extracted from
5320 ad-make-advised-docstring.
5321 (ad-make-advised-docstring): Use it.
5322 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5323 from sql-help.
5324 (sql-help): Use it with dynamic-docstring-function.
5325
5326 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5327
5328 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * files.el (hack-one-local-variable--obsolete): New function.
5331 (hack-one-local-variable): Use it for obsolete settings.
5332
5333 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5334 the new name.
5335
5336 * progmodes/js.el (js--filling-paragraph): New var.
5337 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5338 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5339 less sneaky.
5340
5341 2012-11-08 Julien Danjou <julien@danjou.info>
5342
5343 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5344 `auto-mode-alist' (Bug#12835).
5345
5346 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5349 (perl--prettify-symbols-alist): New const.
5350 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5351 New functions.
5352 (perl-font-lock-keywords-2): Use them.
5353 (perl-electric-noindent-p): New function.
5354 (perl-mode): Use it to set up electric-indent-mode.
5355 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5356 (perl-mode-map): Remove bindings for them.
5357 (perl-imenu-generic-expression, perl-outline-level):
5358 Match functions&packages in column>0.
5359
5360 * env.el (env--substitute-vars-regexp): New const.
5361 (substitute-env-vars): Use it. Add `only-defined' arg.
5362 * net/tramp.el (tramp-replace-environment-variables): Use it.
5363
5364 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5365 Byte-compile *before* eval in eval-and-compile.
5366 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5367 (byte-compile-file-form-autoload): Don't hide actual definition.
5368 (byte-compile-maybe-guarded): Accept `functionp' as well.
5369
5370 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5371
5372 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * notifications.el (notifications-get-server-information-method):
5375 New defconst.
5376 (notifications-get-capabilities): Fix docstring.
5377 (notifications-get-server-information): New defun.
5378
5379 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5380
5381 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5382 readability.
5383
5384 * textmodes/ispell.el: Experimental support for support debugging.
5385 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5386 buffer for ispell.
5387 (ispell-print-if-debug): New function to print stuff to
5388 `ispell-debug-buffer' if debugging is enabled.
5389 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5390 show some debugging info.
5391 (ispell-buffer-with-debug): New function that creates a debugging
5392 buffer and calls `ispell-buffer' with debugging enabled.
5393
5394 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5395 comment in autoconf mode. (Bug#12768)
5396
5397 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5398
5399 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5400 frame-first-window, frame-root-window, frame-selected-window,
5401 minibuffer-selected-window, minibuffer-window,
5402 window-absolute-pixel-edges, window-at, window-body-height,
5403 window-body-width, window-display-table, window-combination-limit,
5404 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5405 window-inside-edges, window-inside-pixel-edges, window-left-child,
5406 window-left-column, window-margins, window-next-buffers,
5407 window-next-sibling, window-new-normal, window-new-total,
5408 window-normal-size, window-parameter, window-parameters, window-parent,
5409 window-pixel-edges, window-point, window-prev-buffers,
5410 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5411 window-start, window-text-height, window-top-child, window-top-line,
5412 window-total-height, window-total-width and window-use-time to the list
5413 of functions without side-effects.
5414 (toplevel): Add window-valid-p to the list of error-free functions
5415 without side-effects.
5416
5417 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5418
5419 * textmodes/ispell.el (ispell-program-name):
5420 Update spellchecker parameters when customized.
5421
5422 2012-11-04 Glenn Morris <rgm@gnu.org>
5423
5424 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5425
5426 2012-11-04 Chong Yidong <cyd@gnu.org>
5427
5428 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5429 same-window-* variables.
5430
5431 2012-11-04 Juri Linkov <juri@jurta.org>
5432
5433 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5434 (isearch-describe-key, isearch-describe-mode): Use a display
5435 action instead of binding same-window-* variables (Bug#10040).
5436
5437 2012-11-03 Glenn Morris <rgm@gnu.org>
5438
5439 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5440 Rename handler properties back from cl-- to cl-. (Bug#12788)
5441
5442 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5443
5444 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5445
5446 * term/pc-win.el: Don't load term/internal from here.
5447
5448 * loadup.el: Load term/internal from here.
5449
5450 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5451
5452 * progmodes/python.el (inferior-python-mode): Fix hang in
5453 jit-lock (Bug#12645).
5454
5455 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5456
5457 * window.el (switch-to-visible-buffer)
5458 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5459
5460 2012-11-03 Glenn Morris <rgm@gnu.org>
5461
5462 * emacs-lisp/cl-lib.el (cl--random-time):
5463 Rename from cl-random-time. (Bug#12773)
5464 (cl--gensym-counter, cl--random-state): Update callers.
5465 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5466
5467 2012-11-03 Chong Yidong <cyd@gnu.org>
5468
5469 * cus-start.el: Make cursor-type customizable (Bug#11633).
5470
5471 2012-11-02 Glenn Morris <rgm@gnu.org>
5472
5473 * filecache.el: No need to load find-lisp when compiling.
5474 (find-lisp-find-files): Autoload it.
5475 (file-cache-add-directory-recursively): Don't require find-lisp.
5476
5477 * image.el (image-type-from-file-name): Trivial simplification.
5478
5479 * emacs-lisp/bytecomp.el (byte-compile-eval):
5480 Decouple "noruntime" and "cl-functions" warnings.
5481
5482 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5483
5484 * play/gomoku.el (gomoku-display-statistics): Update mode line
5485 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5486
5487 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5488
5489 * window.el (quit-restore-window): If the window has been
5490 created on an existing frame and ended up as the sole window on
5491 that frame, do not delete it (Bug#12764).
5492
5493 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5496 Rename from sh--inside-arithmetic-expression, handle more cases
5497 (bug#11263).
5498
5499 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5500 (sh-font-lock-open-heredoc): Use it (bug#12770).
5501
5502 2012-10-30 Glenn Morris <rgm@gnu.org>
5503
5504 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5505
5506 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5507
5508 2012-10-29 Chong Yidong <cyd@gnu.org>
5509
5510 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5511 function key is stored in a keyboard macro (Bug#4894).
5512
5513 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5514
5515 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5518 header comments".
5519 (diff-unified->context, diff-context->unified)
5520 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5521
5522 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5523
5524 * files.el (find-alternate-file): Only ask one question (bug#12487).
5525
5526 2012-10-29 Chong Yidong <cyd@gnu.org>
5527
5528 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5529 Suggested by Dan Nicolaescu (Bug#6326).
5530
5531 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5532
5533 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5534
5535 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5536
5537 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5538
5539 * face-remap.el (face-remap-add-relative): Handle the case where a
5540 face-remapping-alist entry is a cons cell (Bug#12762).
5541
5542 2012-10-29 Kevin Ryde <user42@zip.com.au>
5543
5544 * woman.el (woman-parse-numeric-value): Handle picas correctly
5545 (Bug#12639).
5546
5547 2012-10-29 Glenn Morris <rgm@gnu.org>
5548
5549 * emacs-lisp/cl.el (defsetf): Doc fix.
5550
5551 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5554 syntax to the matching opener, if any (bug#12547).
5555 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5556 matching open as a "case-(".
5557 (sh-smie-rc-grammar): Add a corresponding rule for it.
5558
5559 2012-10-28 Daniel Hackney <dan@haxney.org>
5560
5561 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5562 "PKGNAME-autoloads.el" in case we created it.
5563
5564 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5567 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5568 (completion--twq-all): Disable too-strict assertions.
5569
5570 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5571
5572 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5573
5574 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5575 text to match the real keybindings.
5576
5577 2012-10-27 Juri Linkov <juri@jurta.org>
5578
5579 * wdired.el (wdired-keep-marker-rename): New defcustom.
5580 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5581 (Bug#11795)
5582
5583 * dired.el (dired-keep-marker-rename): Add reference to
5584 `wdired-keep-marker-rename' in the docstring.
5585 Add default character value ?R to display initially in
5586 Customization UI instead of ?@.
5587
5588 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5589
5590 * window.el (display-buffer): In doc-string describe
5591 window-height and window-width alist entries.
5592
5593 * time.el (display-time-world): Restore fit-window-to-buffer
5594 behavior.
5595
5596 2012-10-27 Chong Yidong <cyd@gnu.org>
5597
5598 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5599
5600 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5601
5602 * minibuffer.el (completion-category-overrides): New completion
5603 category `bookmark' (bug#11131).
5604
5605 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5608 Silence bogus compiler warnings for ad-do-it.
5609
5610 * bookmark.el (bookmark-completing-read): Set the completion category
5611 to `bookmark' (bug#11131).
5612
5613 2012-10-26 Bastien <bzg@altern.org>
5614 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * face-remap.el: Use lexical-binding.
5617 (text-scale-adjust): Improve docstring. Use itself for the temporary
5618 overlay-map bindings, so as to repeat the "Use..." message each time.
5619
5620 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * emacs-lisp/macroexp.el (macroexp--expand-all):
5623 Obey byte-compile-warning-enabled-p (bug#12486).
5624
5625 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5626 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5627
5628 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5629
5630 * mouse.el (mouse-drag-line): Move last form into preceding when
5631 clause (Bug#12731).
5632
5633 * help.el (resize-temp-buffer-window): Fix doc-string.
5634
5635 2012-10-25 David Engster <deng@randomsample.de>
5636
5637 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5638 Remove. This feature is already integrated in imenu.
5639
5640 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5641 always loaded. Require `speedbar' unconditionally.
5642
5643 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5646
5647 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5648
5649 * net/ldap.el (ldap-search-internal): The official ldif format starts
5650 with a "version: 1" header (bug#12724).
5651
5652 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5653 (bug#12721).
5654
5655 2012-10-25 Glenn Morris <rgm@gnu.org>
5656
5657 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5658
5659 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * minibuffer.el (minibuffer-force-complete): Use one more marker
5662 for the temporary-overlay-map command (bug#12619).
5663
5664 2012-10-24 Chong Yidong <cyd@gnu.org>
5665
5666 * time.el (display-time-world-mode): Derive from special-mode.
5667 (display-time-world): Use display-buffer (Bug#12708).
5668 (display-time-world-mode-map): Variable deleted.
5669 (display-time-world-display): Wrap the final delete-char inside
5670 inhibit-read-only.
5671
5672 2012-10-24 Chong Yidong <cyd@gnu.org>
5673
5674 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5675 Doc fix.
5676
5677 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5678
5679 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * minibuffer.el (completion--all-sorted-completions-location): New var.
5682 (completion--cache-all-sorted-completions)
5683 (completion--flush-all-sorted-completions): Use it.
5684 (completion-in-region, completion-in-region--postch)
5685 (completion-at-point, completion-help-at-point): Use markers in
5686 completion-in-region--data (bug#12619).
5687
5688 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * progmodes/compile.el (compilation-start): Try to handle common
5691 quoting of `cd' argument (bug#12640).
5692
5693 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5694 (bug#12671).
5695
5696 2012-10-23 Glenn Morris <rgm@gnu.org>
5697
5698 * progmodes/gud.el (gud-menu-map):
5699 Check gdb-active-process is bound. (Bug#12358)
5700
5701 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * repeat.el (repeat): Set real-this-command (bug#12232).
5704
5705 * htmlfontify.el (hfy-post-html-hook):
5706 * filesets.el (filesets-cache-fill-content-hook):
5707 * arc-mode.el (archive-extract-hook):
5708 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5709 * net/rcirc.el (rcirc-sentinel-functions)
5710 (rcirc-receive-message-functions, rcirc-activity-functions)
5711 (rcirc-print-functions):
5712 * net/dbus.el (dbus-event-error-functions):
5713 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5714 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5715 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5716 * term/sun.el (sun-raw-prefix-hooks):
5717 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5718
5719 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5722 Set `tramp-chunksize' to 1. This improves the performance.
5723 (tramp-smb-wait-for-output): Add timeout to
5724 `tramp-accept-process-output' calls.
5725
5726 2012-10-23 Chong Yidong <cyd@gnu.org>
5727
5728 * faces.el (font-list-limit): Define as an obsolete variable.
5729
5730 * startup.el (command-line):
5731 * cus-start.el: Don't refer to font-list-limit.
5732
5733 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5734
5735 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * subr.el (internal-temp-output-buffer-show): Rename from
5738 temp-output-buffer-show, since previously compiled files expect this name.
5739
5740 2012-10-23 Glenn Morris <rgm@gnu.org>
5741
5742 * image.el (image-type-from-file-name): If multiple types match,
5743 return the first one that is supported. (Bug#9045)
5744
5745 2012-10-22 Glenn Morris <rgm@gnu.org>
5746
5747 * image.el (imagemagick-enabled-types): Doc fix.
5748
5749 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5750
5751 * progmodes/which-func.el (which-func-current): The hash-table may have
5752 an explicit nil (bug#12338).
5753
5754 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * electric.el (electric-pair-delete-selection-self-insert-function):
5757 Rename to electric-pair-will-use-region, return a boolean.
5758 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5759
5760 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5761 (delete-selection-pre-hook): Use use-region-p.
5762 (delete-selection-self-insert-function): Remove.
5763 (self-insert-command): Obey self-insert-uses-region-functions.
5764 (self-insert-iso): Revert to previous setting, since we don't actually
5765 know what that command does.
5766 (delete-selection-self-insert-hooks): Remove.
5767
5768 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5769
5770 * delsel.el (delete-selection-helper): New function, extracted from
5771 delete-selection-pre-hook.
5772 (delete-selection-pre-hook): Use it.
5773 (delete-selection-self-insert-function): New function.
5774 (delete-selection-self-insert-hooks): New hook.
5775 (self-insert-command, self-insert-iso): Use it.
5776 * electric.el (electric-pair-syntax): New function, extracted from
5777 electric-pair-post-self-insert-function.
5778 (electric-pair-post-self-insert-function): Use it.
5779 (electric-pair-delete-selection-self-insert-function): New function.
5780 (electric-pair-mode): Require delsel and setup
5781 delete-selection-self-insert-hooks (bug#11520).
5782
5783 2012-10-20 Chong Yidong <cyd@gnu.org>
5784
5785 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5786 no changes to show (Bug#12586).
5787
5788 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5789 list explicitly (Bug#12571).
5790
5791 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5792
5793 * progmodes/flymake.el (flymake-create-temp-inplace):
5794 Use file-truename.
5795
5796 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5797
5798 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5799
5800 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5801
5802 * calc/calc-units.el (math-extract-units): Properly extract powers
5803 of units.
5804
5805 2012-10-20 Daniel Colascione <dancol@dancol.org>
5806
5807 * frame.el (make-frame): Set x-display-name as we used to in order
5808 to unbreak creating an X11 frame from an Emacs daemon started
5809 without a display.
5810
5811 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5814 the same completion-field (bug#12221).
5815
5816 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5817
5818 * emacs-lisp/debug.el (debug): Record height of debugger window
5819 also when debugger will be back (Bug#8789).
5820
5821 2012-10-18 Chong Yidong <cyd@gnu.org>
5822
5823 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5824 Convert to defcustom.
5825 (gdb-get-source-file): Don't bind pop-up-windows.
5826
5827 * progmodes/gud.el (gud-display-line): Don't specially re-use
5828 other frames for the gdb-mi case (Bug#12648).
5829
5830 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * emacs-lisp/advice.el: Clean up commentary a bit.
5833 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5834 (byte-code-function-p): Never redefine.
5835
5836 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5837
5838 2012-10-18 Glenn Morris <rgm@gnu.org>
5839
5840 * dired.el (dired-sort-toggle): Some ls implementations only allow
5841 a single option string. (Bug#12666)
5842
5843 * minibuffer.el (completion-cycle-threshold): Doc fix.
5844
5845 2012-10-17 Kenichi Handa <handa@gnu.org>
5846
5847 * international/mule.el (set-keyboard-coding-system):
5848 Recover input meta mode when the new coding system doesn not use 8-bit.
5849 Supply TERMINAL arg to set-input-meta-mode.
5850
5851 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5852
5853 * wdired.el (wdired-old-marks): New variable.
5854 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5855 (wdired-do-renames): Move point with renamed file and don't lose
5856 mark status (Bug#11795).
5857
5858 2012-10-16 Juri Linkov <juri@jurta.org>
5859
5860 * replace.el (query-replace-help): Mention multi-buffer replacement
5861 keys in the Help message. (Bug#12655)
5862
5863 2012-10-15 Chong Yidong <cyd@gnu.org>
5864
5865 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5866
5867 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5868
5869 * window.el (display-buffer): Doc fix.
5870
5871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5872 Adjust the msft regexp to the output of Studio 2010, and move msft
5873 before edg-1. See the discussion on emacs-devel,
5874 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5875 for the details.
5876
5877 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5880 (oset): Move uses of object-class-fast macro after its definition.
5881
5882 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5883
5884 2012-10-13 Chong Yidong <cyd@gnu.org>
5885
5886 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5887 enabled, re-enable it (Bug#11963).
5888
5889 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5890
5891 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5892 non-nil, restore window configuration (Bug#12623).
5893
5894 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * help-fns.el (describe-variable, describe-function-1):
5897 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5898
5899 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5900
5901 2012-10-12 Glenn Morris <rgm@gnu.org>
5902
5903 * mail/rmailsum.el (rmail-header-summary):
5904 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5905
5906 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5907
5908 * progmodes/python.el (python-mode-map):
5909 Replace subtitute-key-definition with proper command remapping.
5910 (python-nav--up-list): Fix behavior for blocks on the same level.
5911
5912 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5915
5916 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5917 changes to the format of load-history.
5918
5919 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5920 completion-ignore-case in case that var is buffer-local (bug#12615).
5921
5922 2012-10-11 Kenichi Handa <handa@gnu.org>
5923
5924 * international/eucjp-ms.el: Re-generated.
5925
5926 2012-10-10 Kenichi Handa <handa@gnu.org>
5927
5928 * select.el (xselect--encode-string): If a coding is specified for
5929 selection, and that is compatible with COMPOUND_TEXT, use it.
5930
5931 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5932
5933 * window.el (switch-to-buffer-preserve-window-point): New option.
5934 (switch-to-buffer):
5935 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5936
5937 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5940 Don't document nil as a useful value (bug#12583).
5941
5942 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp.el (tramp-debug-message):
5945 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5946 (with-tramp-progress-reporter): Rename from
5947 `tramp-with-progress-reporter'.
5948 (with-tramp-file-property, with-tramp-connection-property):
5949 Move from tramp-cache.el, rename from `with-file-property' and
5950 `with-connection-property', respectively.
5951
5952 * net/tramp-cache.el: Remove `with-file-property' and
5953 `with-connection-property'.
5954
5955 * net/tramp.el:
5956 * net/tramp-gvfs.el:
5957 * net/tramp-sh.el:
5958 * net/tramp-smb.el: Adapt callees.
5959
5960 * net/trampver.el: Update release number.
5961
5962 2012-10-09 Glenn Morris <rgm@gnu.org>
5963
5964 * w32-fns.el (set-message-beep):
5965 * term/w32-win.el (set-message-beep): Update declarations.
5966
5967 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5970 (mode-line-widen, mode-line-input-method-map)
5971 (mode-line-coding-system-map, mode-line-remote)
5972 (mode-line-unbury-buffer, mode-line-bury-buffer)
5973 (mode-line-next-buffer, mode-line-previous-buffer):
5974 Replace save-selected-window+select-window => with-selected-window.
5975
5976 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5977 * progmodes/cc-vars.el (bq-process): Remove, unused.
5978
5979 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5980
5981 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5982
5983 Implemented `backward-up-list'-like navigation.
5984 * progmodes/python.el (python-nav-up-list)
5985 (python-nav-backward-up-list): New functions.
5986 (python-mode-map): Define substitute key for backward-up-list to
5987 python-nav-backward-up-list.
5988
5989 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5990
5991 * progmodes/python.el (python-fill-paragraph): Rename from
5992 python-fill-paragraph-function. Fixed fill-paragraph for
5993 decorators (Bug#12605).
5994
5995 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5996
5997 * progmodes/python.el (python-shell-output-filter): Handle extra
5998 carriage return in OSX (Bug#12409).
5999
6000 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6001
6002 Fix shell handling of unbalanced quotes and parens in output.
6003 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6004 (python-syntax-propertize-function): Use it.
6005 (python-shell-output-syntax-table): New var.
6006 (inferior-python-mode): Prevent unbalanced parens/quotes from
6007 previous output mess with current input context.
6008
6009 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6012 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6013
6014 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * ffap.el (ffap-replace-file-component): Support Tramp file name
6017 syntax, not only ange-ftp's one.
6018
6019 2012-10-08 Glenn Morris <rgm@gnu.org>
6020
6021 * cus-start.el (message-log-max): Set :version.
6022
6023 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6024
6025 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6026
6027 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6028 the minibuffer window (Bug#10851).
6029
6030 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6031
6032 Enhancements on forward-sexp movement.
6033 * progmodes/python.el (python-nav-beginning-of-statement)
6034 (python-nav-end-of-statement): Return point-marker.
6035 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6036 (python-info-current-symbol)
6037 (python-info-statement-starts-block-p): Rename from
6038 python-info-beginning-of-block-p.
6039 (python-info-statement-ends-block-p): Rename from
6040 python-info-end-of-block-p.
6041 (python-info-beginning-of-statement-p)
6042 (python-info-end-of-statement-p)
6043 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6044 New functions.
6045
6046 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6049 frame-selected-windows.
6050
6051 2012-10-08 Daniel Colascione <dancol@dancol.org>
6052
6053 * battery.el (battery-status-function): Check for
6054 w32-battery-status itself, not system-time windows-nt.
6055
6056 * frame.el: Require cl-lib.
6057 (display-format-alist): New variable mapping frame types to
6058 functions that initialize them.
6059 (window-system-for-display): New function: interprets
6060 display-format-alist.
6061 (make-frame-on-display): Remove existing display-selection logic
6062 and just forward to make-frame, which will now DTRT.
6063 (make-frame): Restructure to use window-system-for-display to
6064 figure out how to create a frame on a given display.
6065 (display-mouse-p): Look for frame-type w32, not a particular
6066 system-type.
6067
6068 * loadup.el: Load w32 lisp code when we have the w32 feature.
6069
6070 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6071 system-type windows-nt.
6072
6073 * server.el (server-create-window-system-frame): Look for window
6074 type.
6075 (server-proces-filter): Only force a window system when windows-nt
6076 _and_ w32. Explain why.
6077
6078 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6079 of window systems we configure for the mode.
6080
6081 * startup.el (command-line): Mark window system is initialized
6082 after we've done it.
6083
6084 * common-win.el (x-select-text): Look for w32, not windows-nt.
6085
6086 * ns-win.el: Require cl-lib. Add ourselves to
6087 display-format-alist.
6088 (ns-initialize-window-system): Assert we're not initialized twice.
6089
6090 * w32-win.el: Enable lexical binding; require cl-lib; add
6091 ourselves to display-format-alist.
6092 (w32-handle-dropped-file): Convert incoming dropped files from
6093 Windows paths to Cygwin ones before passing them on to the rest of
6094 Emacs.
6095 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6096 (w32-initialize-window-system): Assert we're not initialized twice.
6097
6098 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6099 (x-initialize-window-system): Assert we're not initialized twice.
6100
6101 * w32-common-fns.el: New File.
6102 (w32-version, w32-using-nt, w32-get-clipboard-data)
6103 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6104 (w32-charset-info-alist, x-last-selected, text)
6105 (x-get-selection-value, x-selection-value): Move here.
6106
6107 * w32-fns.el: Require w32-common-fns.
6108 (w32-version, w32-using-nt, w32-get-clipboard-data)
6109 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6110 (w32-charset-info-alist, x-last-selected, text)
6111 (x-get-selection-value, x-selection-value): Move to
6112 w32-common-fns.
6113
6114 * w32-vars.el:
6115 (w32-allow-system-shell, w32-system-shells): Define only in
6116 non-cygwin case.
6117
6118 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6121 (read-passwd): Remove a few more potential sources of leaks.
6122
6123 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6124
6125 * progmodes/python.el (inferior-python-mode)
6126 (python-shell-make-comint): Fix initialization of local
6127 variables copied from parent buffer.
6128
6129 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6130
6131 * term/ns-win.el (ns-read-file-name): Update declaration to match
6132 nsfns.m.
6133 (ns-respond-to-change-font): Change fontsize separately so we are sure
6134 it is set when font is acted upon.
6135
6136 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6137
6138 Enhancements to indentation.
6139 * progmodes/python.el (python-indent-context): Give priority to
6140 inside-string context. Make comments indentation markers.
6141 (python-indent-region): Do not mess with strings, unless it's the
6142 enclosing set of quotes.
6143
6144 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * window.el (internal--before-save-selected-window)
6147 (internal--after-save-selected-window): New functions extracted from
6148 save-selected-window. Make sure we return the `alist' we construct.
6149 (save-selected-window): Use them.
6150
6151 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6152 Use with-selected-window.
6153
6154 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6155 forms that define macros (bug#12593).
6156
6157 2012-10-07 Kenichi Handa <handa@gnu.org>
6158
6159 * international/mule-conf.el (compound-text-with-extensions):
6160 Add :mime-charset property as x-ctext.
6161
6162 2012-10-07 Stefan Merten <smerten@oekonux.de>
6163
6164 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6165 (rst-indent-literal-normal, rst-indent-literal-minimized)
6166 (rst-indent-comment): Correct :version tag.
6167 (rst-official-cvs-rev): Correct version string.
6168
6169 2012-10-07 Glenn Morris <rgm@gnu.org>
6170
6171 * mail/rmailmm.el (rmail-mime-process-multipart):
6172 Do not confuse a multipart message with an epilogue
6173 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6174
6175 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6176
6177 Fix shell output retrieval and comint-prompt-regexp init.
6178 * progmodes/python.el (inferior-python-mode):
6179 (python-shell-make-comint): Fix initialization of
6180 comint-prompt-regexp from copied file local variables.
6181 (python-shell-fetched-lines): Remove var.
6182 (python-shell-output-filter-in-progress): Rename from
6183 python-shell-fetch-lines-in-progress.
6184 (python-shell-output-filter-buffer): Rename from
6185 python-shell-fetch-lines-string.
6186 (python-shell-fetch-lines-filter): Delete function.
6187 (python-shell-output-filter): New function.
6188 (python-shell-send-string-no-output): Use them.
6189
6190 2012-10-07 Glenn Morris <rgm@gnu.org>
6191
6192 * hi-lock.el (hi-lock-process-phrase):
6193 Try to make it less fragile. (Bug#7161)
6194
6195 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6196
6197 2012-10-06 Glenn Morris <rgm@gnu.org>
6198
6199 * ehelp.el (electric-help-mode): Use help-mode rather than
6200 non-existent mode `help'.
6201 (electric-help-map): Use button-buffer-map. (Bug#10917)
6202
6203 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6204 (reftex-create-bibtex-footer): Fix custom types.
6205
6206 * progmodes/sh-script.el (sh-indent-after-continuation):
6207 Add explicit :group.
6208
6209 * textmodes/rst.el (rst-preferred-decorations)
6210 (rst-shift-basic-offset): Clarify obsolescence versions.
6211
6212 * profiler.el (profiler): Add missing group :version tag.
6213 * avoid.el (mouse-avoidance-banish-position):
6214 * proced.el (proced-renice-command):
6215 * calc/calc.el (calc-ensure-consistent-units):
6216 * calendar/icalendar.el (icalendar-import-format-uid):
6217 * net/tramp.el (tramp-save-ad-hoc-proxies):
6218 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6219 * progmodes/flymake.el (flymake-error-bitmap)
6220 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6221 * progmodes/sh-script.el (sh-indent-after-continuation):
6222 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6223 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6224 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6225 (vhdl-array-index-record-field-in-sensitivity-list)
6226 (vhdl-indent-comment-like-next-code-line):
6227 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6228 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6229 (reftex-cite-key-separator, reftex-create-bibtex-header)
6230 (reftex-create-bibtex-footer):
6231 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6232 (rst-indent-literal-normal, rst-indent-literal-minimized)
6233 (rst-indent-comment): Add missing custom :version tags.
6234
6235 * calendar/timeclock.el (timeclock-modeline-display):
6236 Add missing obsolete alias for renamed user option.
6237
6238 * strokes.el (strokes-modeline-string):
6239 * emulation/crisp.el (crisp-mode-modeline-string):
6240 * eshell/esh-mode.el (eshell-status-in-modeline):
6241 Aliases to defcustoms must come before the defcustom.
6242
6243 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6244 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6245 (cal-tex-cursor-week-monday): Doc fixes.
6246 (cal-tex-cursor-week2-summary): Doc fix.
6247 Rename from cal-tex-cursor-week-at-a-glance.
6248
6249 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6250 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6251
6252 * calendar/calendar.el (calendar-mode-map):
6253 Add cal-tex-cursor-week2-summary.
6254
6255 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6258
6259 * subr.el (read-passwd-map): New var.
6260 (read-passwd): Use `read-string' again.
6261 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6262
6263 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6264
6265 * register.el (append-to-register, prepend-to-register):
6266 Deactivate mark, as does `copy-to-register' (bug#12389).
6267
6268 2012-10-06 Chong Yidong <cyd@gnu.org>
6269
6270 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6271
6272 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6273
6274 * international/characters.el: Fix simple mistake ((car chars) ->
6275 elt), delete duplicated code.
6276
6277 2012-10-06 Glenn Morris <rgm@gnu.org>
6278
6279 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6280
6281 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6282
6283 * color.el (color-hsl-to-rgb): Fix incorrect results for
6284 small and large hue values. (Bug#12559)
6285
6286 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
6287
6288 Enhancements to docstring formatting when filling paragraphs.
6289 * progmodes/python.el (python-fill-docstring-style): Rename from
6290 python-fill-string-style. Added new style.
6291 (python-fill-string): Use new style. Better checks for
6292 docstrings.
6293
6294 2012-10-05 Glenn Morris <rgm@gnu.org>
6295
6296 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6297
6298 * color.el (color-name-to-rgb, color-rgb-to-hex)
6299 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6300 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6301 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6302 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6303
6304 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6305
6306 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6309 to get the correct size across symlinks.
6310
6311 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6312
6313 2012-10-04 Juri Linkov <juri@jurta.org>
6314
6315 * replace.el (query-replace-interactive): Declare obsolete.
6316 (query-replace-read-from): Add the last incremental search string
6317 to the list of default values accessible via M-n.
6318 (map-query-replace-regexp): Use `read-regexp'.
6319 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6320 (map-query-replace-regexp, replace-string, replace-regexp):
6321 Fix docstrings to replace mentions of `query-replace-interactive'
6322 with alternatives. (Bug#12526)
6323
6324 2012-10-04 Juri Linkov <juri@jurta.org>
6325
6326 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6327 (dired-pop-to-buffer): Declare obsolete.
6328 (dired-mark-pop-up): Doc fix.
6329
6330 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
6331
6332 Allow user to set docstring style for fill-paragraph.
6333 * progmodes/python.el
6334 (python-fill-comment-function, python-fill-string-function)
6335 (python-fill-decorator-function, python-fill-paren-function):
6336 Remove :safe for defcustoms.
6337 (python-fill-string-style): New defcustom
6338 (python-fill-paragraph-function): Enhance context detection.
6339 (python-fill-string): Honor python-fill-string-style settings.
6340
6341 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6342
6343 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6344 after setting its buffer (Bug#10805).
6345
6346 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
6347
6348 Fix cornercase for string syntax.
6349 * progmodes/python.el (python-syntax-propertize-function):
6350 Simplify and enhance the regexp for unescaped quotes. Now it also
6351 matches quotes in weird situations like the single quote in
6352 "something\"'".
6353 (python-syntax-stringify): Simplify num-quotes detecting code.
6354
6355 2012-10-03 Glenn Morris <rgm@gnu.org>
6356
6357 * help-macro.el (three-step-help):
6358 Revert 2012-09-29 change. (Bug#12567)
6359
6360 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6361
6362 * menu-bar.el (kill-this-buffer): Don't do anything when
6363 `menu-frame' is not alive or visible (Bug#8184).
6364
6365 * emacs-lisp/debug.el (debug): When quitting the debugger window
6366 restore current buffer (Bug#12502).
6367
6368 2012-10-02 Chong Yidong <cyd@gnu.org>
6369
6370 * progmodes/hideif.el (hif-lookup, hif-defined):
6371 Handle semantic-c-takeover-hideif.
6372
6373 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6374
6375 Change sampling interval units from ms to ns.
6376 * profiler.el (profiler-sampling-interval): Change units
6377 from ms to ns, multiplying the default by 1000000 so that
6378 it remains 1 ms.
6379 (profiler-report-cpu-line-format): Give enough room for
6380 the maximum counters on 64-bit hosts.
6381 (profiler-report-render-calltree-1): Call them "CPU samples",
6382 not "Time (ms)", since they are not milliseconds now (and
6383 never really were).
6384
6385 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6386
6387 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6388 Fix querying BBDB for entries without a last name (Bug#11580).
6389
6390 2012-10-02 Chong Yidong <cyd@gnu.org>
6391
6392 * emacs-lisp/eieio.el: Restore Version header.
6393
6394 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * vc/diff-mode.el (diff--auto-refine-data): New var.
6397 (diff-hunk): Use it to delay refinement.
6398 (diff-mode): Remove overlays when we turn off font-lock.
6399
6400 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6401 (table-initialize-table-fixed-width-mode)
6402 (table-set-table-fixed-width-mode): Remove functions.
6403 (table-command-list): Move initialization into declaration.
6404 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6405 (table-with-cache-buffer): Use `declare'.
6406 (table-span-cell): Simplify via CSE.
6407 (table-fixed-width-mode): Use define-minor-mode.
6408 (table-call-interactively, table-funcall, table-apply): Remove.
6409 (table-function): New function, to replace them.
6410
6411 * bookmark.el (bookmark-search-pattern): Remove var.
6412 (bookmark-read-search-input): Remove function.
6413 (bookmark-bmenu-search): Reimplement using a minibuffer.
6414
6415 * faces.el (modeline): Remove obsolete face name.
6416
6417 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6418 and give a non-nil default value.
6419 (add-change-log-entry): Simplify accordingly.
6420
6421 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6422
6423 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6424 (vc-git-log-edit-toggle-amend): New function.
6425 (vc-git-log-edit-toggle-signoff): New function.
6426 (vc-git-log-edit-mode): New major mode.
6427 (vc-git-log-edit-mode-map): Keymap for it.
6428 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6429
6430 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6431 header names.
6432 (log-edit-toggle-header): New function.
6433 (log-edit-extract-headers): Accept function values in HEADERS alist.
6434
6435 2012-10-01 David Engster <deng@randomsample.de>
6436
6437 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6438 from symbol property and change message to be more consistent with
6439 Emacs proper.
6440 (eieio-describe-generic): Add filename for each implementation.
6441 Fix indices for generic and normal methods.
6442 (eieio-method-def, eieio-class-def): New buttons.
6443 (eieio-help-find-method-definition)
6444 (eieio-help-find-class-definition): New functions.
6445 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6446 class, constructor and method definitions.
6447
6448 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6449 information in symbol property.
6450 (scoped-class): Remove.
6451 (eieio-slot-name-index, call-next-method): Check if it is bound.
6452
6453 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6454
6455 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6456 (eieio-custom-mode): New major mode.
6457 (eieio-customize-object): Use it.
6458
6459 2012-10-01 Eric Ludlam <zappo@gnu.org>
6460
6461 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6462 specifying the expected class, and whether subclassing is allowed.
6463 (eieio-persistent-convert-list-to-object):
6464 (eieio-persistent-validate/fix-slot-value)
6465 (eieio-persistent-slot-type-is-class-p): New functions.
6466 (eieio-named::slot-missing): Doc fix.
6467
6468 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6469 Stop using unused publd variable.
6470
6471 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6472 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6473 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6474 (eieio-speedbar-handle-click): Do not specify a class for the
6475 method. Fixes method invocation order problems with EDE.
6476
6477 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6480 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6481
6482 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6483
6484 * bookmark.el (bookmark-version-control): Give tags in the
6485 :type choices (Bug#12309), and improve doc string.
6486 (bookmark-write-file): Bind `print-circle' to `t' to allow
6487 circular custom bookmark types. (Bug#12503)
6488
6489 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6490
6491 Revert the FOLLOW-SYMLINKS change for file-attributes.
6492 * files.el (remote-file-name-inhibit-cache, after-find-file):
6493 * time.el (display-time-file-nonempty-p): Undo last change.
6494
6495 * profiler.el (profiler-sampling-interval): Change default back to 1.
6496 See Stefan Monnier in
6497 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6498
6499 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6500
6501 Shell output catching a la gud-gdb.
6502 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6503 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6504 New Vars.
6505 (python-shell-fetch-lines-filter): New function.
6506 (python-shell-send-string-no-output): Use them.
6507
6508 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6509
6510 * profiler.el (profiler-sampling-interval): Rename from
6511 profiler-sample-interval.
6512 (profiler-sampling-interval): Default to 10.
6513 (profiler-find-profile): New command (was profiler-find-log).
6514 (profiler-find-profile-other-window): New command.
6515 (profiler-find-profile-other-frame): New command.
6516 (profiler-profile): Introduce API-level data structure.
6517
6518 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6519
6520 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6521 * files.el (remote-file-name-inhibit-cache):
6522 * time.el (display-time-file-nonempty-p): Use it.
6523 * files.el (after-find-file): Don't chase links before calling
6524 file-exists-p, as file-exists-p already does the right thing.
6525
6526 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6527
6528 Merge from standalone RefTeX repository.
6529
6530 The following ChangeLog entries are shortened versions of the
6531 original ones with file paths adapted. A not so strongly edited
6532 version of the original ChangeLog can be found in the commit log.
6533
6534 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6535 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6536 Correctly handle new value type returned by `reftex-citation'.
6537
6538 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6539 that entries with whitespace at various places are found.
6540 Doc fix. Include entries that are cross-referenced from cited entries.
6541 Include @String definitions in the resulting bib file. Add header
6542 and footer defined in `reftex-create-bibtex-header' and
6543 `reftex-create-bibtex-footer'.
6544 (reftex-do-citation): Make it possible again to insert
6545 non-existent entries. Save match data when asking for optional
6546 arguments. Return all keys, not just the first one.
6547 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6548 all citations in the same line.
6549 (reftex-parse-bibtex-entry): Accept additional optional argument
6550 `raw' and keep quotes or braces if it is non-nil. Match fields
6551 containing hyphens besides word constituents.
6552 (reftex-get-string-refs): New function.
6553 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6554 and ask if it should be reread in case it did.
6555 (reftex-pop-to-bibtex-entry)
6556 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6557 entries with spaces or tabs in front of arguments.
6558 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6559 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6560 Match entries containing numbers and symbol constituents.
6561 (reftex-do-citation, reftex-figure-out-cite-format):
6562 Use `reftex-cite-key-separator'.
6563
6564 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6565 (reftex-mouse-view-crossref): Explain why point is set.
6566
6567 * textmodes/reftex-global.el: Whitespace changes.
6568
6569 * textmodes/reftex-index.el: Move provide statement to end of
6570 file.
6571 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6572 (reftex-index-visit-phrases-buffer): Set marker when visiting
6573 buffer. This allows for returning from the phrases file to the
6574 file one was just editing instead of the file where the last
6575 phrases was added from.
6576 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6577 punctuation syntax as it usually is not used as string quote in
6578 TeX-related modes and may occur unmatched. The change also
6579 prevents fontification of quoted content.
6580 (reftex-index-phrases-mode): Use it.
6581
6582 * textmodes/reftex-parse.el (reftex-parse-from-file):
6583 Move backward one char if a `\' was matched after a section macro.
6584 (reftex-parse-from-file): Use beginning of match instead of end as
6585 bound.
6586
6587 * textmodes/reftex-ref.el: Adapt creation of
6588 `reftex-<package>-<macro>' functions to new structure of
6589 `reftex-ref-style-alist'.
6590 (reftex-reference): Use `reftex-ref-style-list' function.
6591 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6592 reference macro if `reftex-ref-macro-prompt' is non-nil.
6593 (reftex-reference): Pass refstyle to `reftex-format-special'.
6594 Determine reference macro by looking at
6595 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6596 Use only one special format function.
6597 (reftex-varioref-vref, reftex-fancyref-fref)
6598 (reftex-fancyref-Fref): Remove definitions. The functions are now
6599 generated from `reftex-ref-style-alist'.
6600 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6601 Remove.
6602 (reftex-format-special): New function.
6603
6604 * textmodes/reftex-sel.el
6605 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6606 of `reftex-ref-style-alist'. Remove code for testing macro type.
6607 (reftex-select-toggle-varioref)
6608 (reftex-select-toggle-fancyref): Remove.
6609 (reftex-select-cycle-ref-style-internal)
6610 (reftex-select-cycle-ref-style-forward)
6611 (reftex-select-cycle-ref-style-backward): New functions.
6612 (reftex-select-label-map): Use `v' and `V' for general cycling
6613 through reference styles. Add `p' for switching between number
6614 and page reference types.
6615
6616 * textmodes/reftex-toc.el (reftex-re-enlarge):
6617 Call `enlarge-window' only if there is something to do because in Emacs
6618 the horizontal version throws an error even if the parameter is 0.
6619
6620 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6621 (reftex-plug-into-AUCTeX): Doc fix.
6622 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6623 string. Adapt to new name.
6624 (reftex-ref-style-alist): Change structure so that it is not
6625 possible to use multiple different package names within a style.
6626 Remove the symbols for symbols for macro type distinction.
6627 Add characters for macro selection.
6628 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6629 (reftex-create-bibtex-footer): New variables.
6630 (reftex-format-ref-function): Mention third argument of special
6631 format function.
6632 (reftex-ref-style-alist, reftex-ref-style-default-list):
6633 New variables.
6634 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6635 to new implementation. Mark as obsolete. Add compatibility code
6636 for honoring the variable values in case they are set.
6637 (reftex-cite-format-builtin, reftex-bibliography-commands):
6638 Add support for ConTeXt.
6639 (reftex-format-ref-function, reftex-format-cite-function):
6640 Fix custom type.
6641 (reftex-cite-key-separator): New variable.
6642
6643 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6644 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6645 `reftex-syntax-table' because parens have to retain their paren
6646 syntax in order for parsing of BibTeX entries like @book(...) to
6647 work.
6648 (reftex-in-comment): Do not error out if `comment-start-skip' is
6649 not set. Deal correctly with escaped comment characters.
6650 (reftex-tie-multifile-symbols): Add doc string.
6651 Initialize `reftex-ref-style-list'.
6652 (reftex-untie-multifile-symbols): Add doc string.
6653 (reftex-add-index-macros): Doc fix.
6654 (reftex-ref-style-activate, reftex-ref-style-toggle)
6655 (reftex-ref-style-list): New functions.
6656 (reftex-mode-menu): Use them. Adapt to new structure of
6657 `reftex-ref-style-alist'.
6658 (reftex-select-with-char): Kill the RefTeX Select buffer when
6659 done.
6660 (reftex-remove-if): New function.
6661 (reftex-erase-all-selection-and-index-buffers)
6662 (reftex-mode-menu): Reference styles are now computed from
6663 `reftex-ref-style-alist'. Fix typo.
6664 (reftex-report-bug): New function.
6665 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6666 algorithms with O(n log n). Introduce optional argument SORT (not
6667 yet used).
6668
6669 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6670
6671 Enhancements for triple-quote string syntax.
6672 * progmodes/python.el (python-syntax-propertize-function):
6673 Match both quote cases in one regexp.
6674 (python-syntax-stringify): Handle matches properly.
6675
6676 2012-09-30 Juri Linkov <juri@jurta.org>
6677
6678 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6679 to nil around the call to `insert' to prevent
6680 directory time modification by lock_file. (Bug#2295)
6681 * tar-mode.el (tar-summarize-buffer): Idem.
6682
6683 2012-09-30 Juri Linkov <juri@jurta.org>
6684
6685 * facemenu.el (list-colors-sort): Add option "Luminance".
6686 (list-colors-sort-key): Implement it.
6687
6688 * vc/diff-mode.el (diff-refine-removed):
6689 * vc/ediff-init.el (ediff-fine-diff-A):
6690 * vc/smerge-mode.el (smerge-refined-removed):
6691 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6692
6693 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6694
6695 * term/ns-win.el (x-file-dialog): New function.
6696
6697 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * ido.el (ido-max-directory-size): Default to nil; the current
6700 default is small for POSIX systems, and impractical on Windows 7
6701 now that lstat returns directory sizes for NTFS.
6702
6703 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6704
6705 In buffer display functions handle window-height/window-width
6706 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6707 * window.el (window--display-buffer): New argument ALIST.
6708 Obey window-height and window-width alist entries.
6709 (window--try-to-split-window): New argument ALIST.
6710 Bind window-combination-limit to t when the window's size shall be
6711 changed and window-combination-limit equals `window-size'.
6712 (display-buffer-in-atom-window)
6713 (display-buffer-in-major-side-window)
6714 (display-buffer-in-side-window, display-buffer-same-window)
6715 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6716 (display-buffer-pop-up-window, display-buffer-below-selected)
6717 (display-buffer-at-bottom, display-buffer-in-previous-window)
6718 (display-buffer-use-some-window): Adjust all callers of
6719 window--display-buffer and window--try-to-split-window.
6720 (fit-frame-to-buffer): New option.
6721 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6722 is non-nil.
6723 (display-buffer-in-major-side-window): Evaluate window-height /
6724 window-width alist entries.
6725
6726 * help.el (temp-buffer-resize-frames)
6727 (temp-buffer-resize-regexps): Remove options.
6728 (temp-buffer-resize-mode): Adjust doc-string.
6729 (resize-temp-buffer-window): Don't consult
6730 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6731 temp-buffer-resize-frames.
6732
6733 * dired.el (dired-mark-pop-up):
6734 Call display-buffer-below-selected with a fit-window-to-buffer alist
6735 entry.
6736
6737 2012-09-30 Chong Yidong <cyd@gnu.org>
6738
6739 * server.el (server-host): Document the security implications.
6740 (server-auth-key): Doc fix.
6741
6742 * startup.el (initial-buffer-choice): Doc fix.
6743
6744 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6745
6746 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6747 restriction change.
6748
6749 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6750
6751 * help-fns.el (help-fns--obsolete): Fix last change.
6752
6753 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6756 (minor-mode-map-alist): Remove redundant code.
6757
6758 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6759 visited in a buffer.
6760 (cvs-insert-visited-file): New function.
6761 (find-file-hook): Use it.
6762
6763 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6764
6765 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6766 chose face.
6767 (log-edit-empty-buffer-p): Don't require a space after a header.
6768
6769 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6770
6771 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6772
6773 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6774 a proper minor-mode.
6775
6776 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6777
6778 2012-09-29 Glenn Morris <rgm@gnu.org>
6779
6780 * winner.el (winner-mode): Remove variable (let define-minor-mode
6781 handle it).
6782 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6783 Doc fixes.
6784 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6785 (winner-mode): Use define-minor-mode.
6786
6787 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6788 the full definition in loaddefs, rather than duplicating it.
6789
6790 * help-macro.el (three-step-help): No need to autoload defcustom.
6791
6792 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6793 (inferior-lisp-program, inferior-lisp-load-command)
6794 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6795 No need to autoload defcustoms.
6796
6797 * hippie-exp.el (hippie-expand-try-functions-list)
6798 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6799 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6800 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6801 (hippie-expand-only-buffers): No need to autoload defcustoms.
6802 * progmodes/vhdl-mode.el (vhdl-line-expand):
6803 Explicitly load hippie-exp, so it does not get autoloaded
6804 while hippie-expand-try-functions-list is let-bound.
6805
6806 2012-09-28 Glenn Morris <rgm@gnu.org>
6807
6808 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6809
6810 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6811 Only "cl.el" counts as cl these days.
6812
6813 2012-09-28 Juri Linkov <juri@jurta.org>
6814
6815 Display archive errors in the echo area instead of inserting
6816 to the file buffer.
6817
6818 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6819 to STDERR-TEST that can be a regexp matching a successful output.
6820 Create a temporary file and redirect stderr to it. Search for
6821 STDERR-TEST in the stderr output and display it in the echo area
6822 if no match is found.
6823 (archive-extract-by-file): New function like
6824 `archive-extract-by-stdout' but extracting archives to files
6825 and looking for successful matches in stdout. Function body is
6826 mostly copied from `archive-rar-extract'.
6827 (archive-rar-extract): Use `archive-extract-by-file'.
6828 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6829
6830 2012-09-28 Leo Liu <sdl.web@gmail.com>
6831
6832 * pcomplete.el (pcomplete-show-completions):
6833 Use minibuffer-message to make pcomplete usable in minibuffer.
6834
6835 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6836
6837 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * type-break.el: Use lexical-binding.
6840 (type-break-mode): Use define-minor-mode.
6841
6842 * emacs-lisp/pcase.el (pcase--mark-used): New.
6843 (pcase--u1): Use it (bug#12512).
6844
6845 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6846 in load-history with the right file name.
6847
6848 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6849
6850 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6851 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6852 (doc-view-get-bounding-box): Make bounding box slicing work for
6853 ODF and DVI documents.
6854
6855 2012-09-28 Glenn Morris <rgm@gnu.org>
6856
6857 * type-break.el (type-break-mode, type-break-interval)
6858 (type-break-good-rest-interval, type-break-keystroke-threshold):
6859 No need to autoload.
6860 (type-break-good-rest-interval, type-break-keystroke-threshold):
6861 Add :set-after.
6862
6863 2012-09-28 Chong Yidong <cyd@gnu.org>
6864
6865 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6866 Add :version tag.
6867
6868 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6871
6872 2012-09-27 Glenn Morris <rgm@gnu.org>
6873
6874 * faces.el (x-display-name): Declare (for without-x builds).
6875
6876 * linum.el (linum-format): Don't autoload it. Improve :type.
6877
6878 * progmodes/tcl.el: Don't require outline when compiling.
6879 (outline-regexp, outline-level): Declare.
6880 * textmodes/sgml-mode.el: Don't require outline when compiling.
6881 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6882
6883 * term.el (term-ansi-reset):
6884 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6885
6886 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6887 files for RCS and SCCS. (Bug#9781)
6888
6889 2012-09-27 Chong Yidong <cyd@gnu.org>
6890
6891 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6892 change; value should be t.
6893
6894 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * image-mode.el: Use lexical-binding.
6897 (image-mode-winprops): Use t to stand for the window of
6898 a buffer that's not displayed.
6899 * doc-view.el (doc-view-new-window-function): Handle the new
6900 t in winprops.
6901 (doc-view-enlarge): Make it a real nop if the size is not changed.
6902 (doc-view-display): Handle the case where the buffer is not (yet?)
6903 displayed in any window.
6904 (doc-view-saved-settings): New var.
6905 (doc-view-mode): Use it.
6906 (doc-view-fallback-mode): Set it.
6907
6908 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6909 Set lexical-binding.
6910 (minibuffer-eldef-shorten-default): New var.
6911 (minibuffer-default-in-prompt-regexps): Use it for new default.
6912 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6913
6914 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * international/uni-bidi.el:
6917 * international/uni-category.el:
6918 * international/uni-name.el:
6919 * international/uni-numeric.el: Regenerate.
6920
6921 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6922 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * profiler.el: New file.
6925
6926 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6929 (testcover-reinstrument): Simplify with CSE.
6930
6931 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6934
6935 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6936
6937 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6938 (verilog-auto-input, verilog-auto-insert-lisp)
6939 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6940 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6941 (verilog-auto-unused, verilog-auto-wire)
6942 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6943 newline. Reported by Andrew Jones.
6944 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6945 Reported by Brad Dobbie.
6946 (verilog-batch-delete-trailing-whitespace):
6947 Create verilog-batch-delete-trailing-whitespace.
6948 Reported by Brad Dobbie.
6949 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6950 parameters from another module. Reported by Dan Katz.
6951 (verilog-auto, verilog-auto-assign-modport)
6952 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6953 AUTOINOUTMODPORT for UVM interface module shell generation.
6954 Reported by Brad Dobbie.
6955 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6956 standard behavior.
6957 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6958 Reported by Matt Martin.
6959
6960 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6961
6962 * window.el (window--resize-child-windows): When resizing child
6963 windows proportionally, process them in reverse order to
6964 preserve the "when splitting a window the new one gets the odd
6965 line" behavior.
6966 (window--resize-root-window-vertically): When resizing the
6967 minibuffer window try to affect only windows at the bottom of the
6968 frame. (Bug#12419)
6969
6970 2012-09-25 Chong Yidong <cyd@gnu.org>
6971
6972 * subr.el (declare): Doc fix.
6973
6974 * help-fns.el (help-fns--obsolete): Handle macros properly.
6975
6976 2012-09-25 Chong Yidong <cyd@gnu.org>
6977
6978 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6979 this function obsolete.
6980
6981 * calendar/cal-x.el (calendar-two-frame-setup)
6982 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6983 * calendar/calendar.el (american-calendar, european-calendar)
6984 (calendar-for-loop):
6985 * comint.el (comint-dynamic-simple-complete)
6986 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6987 * desktop.el (desktop-load-default):
6988 * dired-x.el (dired-omit-here-always)
6989 (dired-hack-local-variables, dired-default-directory):
6990 * emacs-lisp/derived.el (derived-mode-class):
6991 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6992 * emacs-lock.el (toggle-emacs-lock):
6993 * epa.el (epa-display-verify-result):
6994 * epg.el (epg-sign-keys, epg-start-sign-keys)
6995 (epg-passphrase-callback-function):
6996 * eshell/esh-util.el (eshell-for):
6997 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6998 (eshell-add-to-window-buffer-names):
6999 * files.el (locate-file-completion):
7000 * imenu.el (imenu-example--create-c-index)
7001 (imenu-example--create-lisp-index)
7002 (imenu-example--lisp-extract-index-name)
7003 (imenu-example--name-and-position):
7004 * international/mule-cmds.el (princ-list):
7005 * international/mule-diag.el (decode-codepage-char):
7006 * international/mule-util.el (detect-coding-with-priority):
7007 * iswitchb.el (iswitchb-read-buffer):
7008 * mail/mailalias.el (mail-complete):
7009 * mail/sendmail.el (mail-sent-via):
7010 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7011 (mouse-major-mode-menu):
7012 * password-cache.el (password-read-and-add):
7013 * pcomplete.el (pcomplete-parse-comint-arguments):
7014 * progmodes/sh-script.el (sh-maybe-here-document):
7015 * replace.el (query-replace-regexp-eval):
7016 * savehist.el (savehist-load):
7017 * simple.el (choose-completion-delete-max-match):
7018 * term.el (term-dynamic-simple-complete):
7019 * vc/ediff-init.el (ediff-check-version):
7020 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7021 * vc/vc.el (vc-diff-switches-list):
7022 * view.el (view-return-to-alist-update): Likewise.
7023
7024 * subr.el (eval-next-after-load, makehash, insert-string)
7025 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7026 mark obsolete.
7027 (mode-line-inverse-video): Variable deleted.
7028
7029 * international/mule-util.el (string-to-sequence): Remove.
7030
7031 * calendar/calendar.el (calendar-version):
7032 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7033 (icalendar-convert-diary-to-ical):
7034 * cus-edit.el (custom-mode):
7035 * ansi-color.el (ansi-color-unfontify-region):
7036 * international/latin1-disp.el (latin1-char-displayable-p):
7037 * progmodes/cwarn.el (turn-on-cwarn-mode):
7038 * progmodes/which-func.el (which-func-update-1):
7039 Use define-obsolete-function-alias.
7040
7041 * net/newst-backend.el (newsticker-cache-filename):
7042 * net/newst-treeview.el (newsticker-groups-filename):
7043 Fix incorrect obsolescence declaration.
7044
7045 * allout.el (allout-passphrase-hint-string): Likewise.
7046 (allout-init): Use a declare form to mark obsolete.
7047
7048 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7049 this applies to functions.
7050
7051 * iswitchb.el (iswitchb-read-buffer): Move code of
7052 iswitchb-define-mode-map here, and delete that obsolete function.
7053
7054 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7055 font-lock-reference-face.
7056
7057 2012-09-25 Glenn Morris <rgm@gnu.org>
7058
7059 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7060 Doc fixes.
7061
7062 * eshell/em-term.el (eshell-term-name):
7063 Default to term-term-name. (Bug#12485)
7064
7065 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7066
7067 * progmodes/python.el (python-shell-send-buffer): Better handling
7068 of "if __name__ == '__main__':" conditionals when sending the buffer.
7069
7070 2012-09-24 Glenn Morris <rgm@gnu.org>
7071
7072 * eshell/esh-cmd.el (eshell-find-alias-function):
7073 Tighten up file-name regexp. (Bug#12499)
7074
7075 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7076
7077 Enhancements for triple-quote string syntax.
7078 * progmodes/python.el (python-quote-syntax): Remove.
7079 (python-syntax-propertize-function): New value.
7080 (python-syntax-count-quotes, python-syntax-stringify):
7081 New functions.
7082
7083 2012-09-24 Chong Yidong <cyd@gnu.org>
7084
7085 * mail/supercite.el (sc-version): Remove obsolete function.
7086 (sc-describe): Don't mark as obsolete, since it is bound.
7087 (sc-submit-bug-report): Remove.
7088
7089 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7090 (cvs-commit-buffer-require-final-newline): Remove.
7091 (log-edit-require-final-newline)
7092 (log-edit-changelog-full-paragraphs): Default to t.
7093
7094 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7095 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7096 * vc/vc.el (vc-checkout-carefully): Likewise.
7097
7098 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7099 (emerge-version): Remove.
7100
7101 * progmodes/compile.el (compile-internal): Remove.
7102 (compilation-parse-errors-function): Fix typo.
7103
7104 * international/mule.el (set-char-table-default): Remove.
7105 (set-coding-priority, make-coding-system, generic-char-p)
7106 (charset-list, charset-bytes, charset-id): Use declare to mark
7107 functions as obsolete.
7108
7109 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7110 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7111 * vc/vc-hooks.el (vc-default-registered): Don't use
7112 vc-master-templates.
7113
7114 * font-lock.el (font-lock-reference-face):
7115 Use define-obsolete-variable-alias.
7116
7117 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7118 * calendar/calendar.el (calendar-font-lock-keywords):
7119 * calendar/diary-lib.el (diary-font-lock-keywords)
7120 (diary-fancy-font-lock-keywords):
7121 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7122 * textmodes/reftex-index.el (reftex-insert-index):
7123 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7124 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7125 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7126 * progmodes/prolog.el (prolog-font-lock-keywords):
7127 * progmodes/idlwave.el (idlwave-idl-keywords):
7128 * progmodes/ada-mode.el (ada-font-lock-keywords):
7129 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7130
7131 2012-09-24 Glenn Morris <rgm@gnu.org>
7132
7133 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7134
7135 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7136
7137 * progmodes/python.el (python-indent-line): More consistent cursor
7138 movement behavior.
7139
7140 2012-09-23 Stefan Merten <smerten@oekonux.de>
7141
7142 * textmodes/rst.el: Fix compiler warning.
7143
7144 2012-09-23 Roland Winkler <winkler@gnu.org>
7145
7146 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7147 Transcribe also LaTeX hyphenation.
7148 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7149 bibtex-reformat-previous-options.
7150
7151 2012-09-23 Roland Winkler <winkler@gnu.org>
7152
7153 * proced.el (proced-renice-command): New variable.
7154 (proced-marked-processes): New function.
7155 (proced-with-processes-buffer): New macro.
7156 (proced-send-signal): Use them.
7157 (proced-renice): New command bound to r.
7158
7159 2012-09-23 Roland Winkler <winkler@gnu.org>
7160
7161 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7162 ibuffer-saved-filter-groups has one element, shortcut the call of
7163 completing-read. (Bug#12331)
7164
7165 2012-09-23 Chong Yidong <cyd@gnu.org>
7166
7167 * bindings.el (mode-line-toggle-read-only):
7168 * bs.el (bs-toggle-readonly):
7169 * buff-menu.el (Buffer-menu-toggle-read-only):
7170 * dired.el (dired-toggle-read-only):
7171 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7172
7173 2012-09-23 Chong Yidong <cyd@gnu.org>
7174
7175 * image.el (image-type-available-p): Adapt to init-image-library
7176 argument changes.
7177
7178 2012-09-22 Juri Linkov <juri@jurta.org>
7179
7180 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7181 `dired-toggle-read-only'. (Bug#12462)
7182
7183 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7184
7185 * subr.el (temp-output-buffer-show): New function.
7186 (with-output-to-temp-buffer): Call temp-output-buffer-show
7187 instead of internal-temp-output-buffer-show.
7188
7189 2012-09-22 Chong Yidong <cyd@gnu.org>
7190
7191 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7192 (Bug#12462).
7193
7194 * repeat.el (repeat): Doc fix (Bug#12348).
7195
7196 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7197 (Bug#10909).
7198
7199 * simple.el (shell-command-on-region): Doc fix.
7200 (read-only-mode): Doc fix.
7201
7202 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7203
7204 * emacs-lisp/timer.el (run-with-idle-timer)
7205 (timer-activate-when-idle): Warn against reinvoking an idle timer
7206 from within its own timer action. (Bug#12447)
7207
7208 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7209
7210 * cus-start.el (window-combination-limit): Add new optional
7211 values.
7212 * window.el (temp-buffer-window-show)
7213 (window--try-to-split-window): Handle new values of
7214 window-combination-limit (Bug#1806).
7215 (split-window): Test window-combination-limit for t instead of
7216 non-nil.
7217 (display-buffer-at-bottom): New buffer display action function.
7218 * help.el (temp-buffer-resize-regexps): New option.
7219 (temp-buffer-resize-mode): Rewrite doc-string.
7220 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7221 Don't resize reused window. Suggested by Glenn Morris.
7222
7223 2012-09-22 Stefan Merten <smerten@oekonux.de>
7224
7225 * textmodes/rst.el: Revamp section title faces.
7226 (rst-official-version)
7227 (rst-package-emacs-version-alist): Sync with official version
7228 V1.4.0.
7229 (rst-faces-defaults, rst-set-level-default)
7230 (rst-level-face-max, rst-level-face-base-color)
7231 (rst-level-face-base-light, rst-level-face-format-light)
7232 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7233 (rst-adornment-faces-alist): Match new setup.
7234 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7235 (rst-level-5, rst-level-6): New faces.
7236
7237 2012-09-22 Chong Yidong <cyd@gnu.org>
7238
7239 * simple.el (undo): Handle indirect buffers (Bug#8207).
7240
7241 2012-09-21 Leo Liu <sdl.web@gmail.com>
7242
7243 IDO: Disable match re-ordering for buffer switching.
7244 * ido.el (ido-buffer-disable-smart-matches): New variable.
7245 (ido-set-matches-1): Use it. (Bug#2042)
7246
7247 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7248
7249 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7250 Fix 2011-05-17 change. (Bug#12418)
7251
7252 2012-09-21 Leo Liu <sdl.web@gmail.com>
7253
7254 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7255
7256 2012-09-21 Glenn Morris <rgm@gnu.org>
7257
7258 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7259 Be more robust about locating simple.el.
7260
7261 2012-09-21 Glenn Morris <rgm@gnu.org>
7262
7263 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7264
7265 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7266
7267 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7268
7269 2012-09-20 Juri Linkov <juri@jurta.org>
7270
7271 * replace.el (query-replace-read-from): Use `read-regexp' instead
7272 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7273 (occur-read-primary-args): Use `read-regexp' instead of
7274 `read-string'.
7275 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7276 `read-from-minibuffer'.
7277 * isearch.el (isearch-occur): Use `read-regexp' instead of
7278 `read-string'.
7279 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7280 `read-from-minibuffer'.
7281 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7282 of `read-string'. (Bug#7567)
7283
7284 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7285 and allow accepting a list of strings prepended to a list of
7286 standard default values. Doc fix. (Bug#12321)
7287
7288 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7289
7290 * replace.el (read-regexp): Don't add ": " when PROMPT already
7291 ends with a colon and space. (Bug#12321)
7292
7293 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7294
7295 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7296 error.
7297
7298 2012-09-20 Stefan Merten <smerten@oekonux.de>
7299
7300 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7301 Fixes feature request bug#11711.
7302 (rst-mode): Create `imenu-create-index-function'.
7303 (rst-get-stripped-line): Delete after refactoring.
7304 (rst-section-tree, rst-section-tree-rec)
7305 (rst-section-tree-point): Refactor and document properly.
7306 (rst-imenu-find-adornments-for-position)
7307 (rst-imenu-convert-cell, rst-imenu-create-index):
7308 New function.
7309
7310 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7313 (macroexp--expand-all): Use it.
7314 (macroexp--funcall-and-return): Remove by folding it into its sole
7315 caller (macroexp--warn-and-return).
7316 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7317 Use macroexp--obsolete-warning.
7318
7319 * calc/calc.el: Fix last change by removing the whole chunk, since it
7320 was only needed back when Calc was not bundled.
7321
7322 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7323
7324 * emacs-lisp/debug.el (debug): Restore assignment to
7325 debugger-old-buffer removed on 2012-09-08.
7326
7327 2012-09-20 Juri Linkov <juri@jurta.org>
7328
7329 * dired-aux.el (dired-diff): Remove (require 'diff) since
7330 `diff-latest-backup-file' is now autoloaded.
7331
7332 2012-09-20 Chong Yidong <cyd@gnu.org>
7333
7334 * vc/diff.el (diff-latest-backup-file): Autoload.
7335
7336 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * calc/calc.el: Remove redundant autoload shape check.
7339 (sel-mode): Don't defvar.
7340 (calc-get-stack-element): Add `sel-mode' arg instead.
7341 (calc-top, calc-top-list): Pass it this additional argument.
7342 * calc/calc-store.el (calc-store-map):
7343 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7344 (calc-map-equation, calc-outer-product, calc-inner-product):
7345 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7346
7347 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7348
7349 2012-09-19 Juri Linkov <juri@jurta.org>
7350
7351 * dired-aux.el (dired-diff): Add (require 'diff) because
7352 `diff-latest-backup-file' is not autoloaded.
7353 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7354 of `dired-get-filename' to t to not report error when there is
7355 no default file on the current line.
7356
7357 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7360 macroexp--eval-if-compile.
7361 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7362 (macroexp--expand-all): Use them (bug#12371).
7363
7364 * doc-view.el (doc-view-guess-paper-size)
7365 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7366
7367 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7368
7369 New feature: set optimal slice from BoundingBox information.
7370 * doc-view.el (doc-view-mode-map): Add keybinding.
7371 (doc-view-menu): Add menu entry.
7372 (doc-view-set-slice): Adapt docstring.
7373 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7374 (doc-view-scale-bounding-box)
7375 (doc-view-set-slice-from-bounding-box): New functions.
7376 (doc-view-paper-sizes): New defvar.
7377
7378 2012-09-19 Glenn Morris <rgm@gnu.org>
7379
7380 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7381 (byte-compile-log-warning): Autoload. (Bug#12371)
7382
7383 * calendar/calendar.el (calendar-american-month-header)
7384 (calendar-european-month-header, calendar-iso-month-header)
7385 (calendar-month-header): New options.
7386 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7387 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7388
7389 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7390
7391 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7392
7393 2012-09-18 Juri Linkov <juri@jurta.org>
7394
7395 * dired-aux.el (dired-diff): Restore original functionality of
7396 getting the default value, but keep new feature of using the
7397 latest existing backup file (`diff-latest-backup-file').
7398
7399 2012-09-18 Juri Linkov <juri@jurta.org>
7400
7401 * dired.el (dired-mark): If the region is active in Transient Mark
7402 mode, mark all files in the active region. Doc fix.
7403 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7404 Doc fix. (Bug#10624)
7405
7406 2012-09-18 Juri Linkov <juri@jurta.org>
7407
7408 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7409 attributes for M-n are pulled from the file at point.
7410 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7411 Suggested by Drew Adams. (Bug#10624)
7412
7413 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7414
7415 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7416 whitespace after "end".
7417 (ruby-do-end-to-brace): Collapse block to one line if it fits
7418 within fill-column.
7419
7420 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7421
7422 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7423 value.
7424 (debug): Don't remove debugger window when debugger is expected
7425 to be back.
7426
7427 2012-09-18 Chong Yidong <cyd@gnu.org>
7428
7429 * custom.el (defface): Doc fix.
7430
7431 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7432
7433 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7434
7435 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7436 to initialize query-on-exit; then test that instead (bug#12288).
7437
7438 2012-09-17 Stefan Merten <smerten@oekonux.de>
7439
7440 * textmodes/rst.el: Add support for `testcover'.
7441 (rst-defcustom-testcover, rst-testcover-add-compose)
7442 (rst-testcover-add-1value): New functions.
7443 (rst-portable-mark-active-p): Replace by `use-region-p'.
7444 (rst-update-section, rst-classify-adornment)
7445 (rst-find-title-line): Mark `1value' forms.
7446 (rst-classify-adornment): Remove superfluous form.
7447 (rst-update-section, rst-get-adornments-around)
7448 (rst-adornment-complete-p, rst-get-next-adornment)
7449 (rst-adjust, rst-promote-region)
7450 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7451 (rst-find-pfx-in-region, rst-section-tree-rec)
7452 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7453 (rst-toc-node, rst-toc, rst-forward-section)
7454 (rst-iterate-leftmost-paragraphs)
7455 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7456 (rst-bullet-list-region)
7457 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7458 (rst-compile-find-conf, rst-compile)
7459 (rst-repeat-last-character): Fix style.
7460
7461 2012-09-17 Chong Yidong <cyd@gnu.org>
7462
7463 * comint.el (comint--complete-file-name-data): Don't add a space
7464 if the status is `sole'; that adds a gratuitous space in the
7465 completion-cycling case (Bug#12092).
7466
7467 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7468
7469 2012-09-17 Richard Stallman <rms@gnu.org>
7470
7471 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7472 only in the mime-shown mode, not in raw mode.
7473 (rmail-mime): Toggle off mime by displaying the message without
7474 mime processing. (Bug#12305)
7475
7476 * mail/rmail.el (rmail-retry-failure):
7477 Turn off mime processing first. (Bug#12037)
7478
7479 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7480
7481 2012-09-17 Chong Yidong <cyd@gnu.org>
7482
7483 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7484 (shell-dynamic-complete-functions): Convert to defcustom.
7485 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7486
7487 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7488 * comint.el (comint-prompt-read-only):
7489 * custom.el (defcustom):
7490 * hi-lock.el (hi-lock-mode):
7491 * ibuffer.el (ibuffer-formats):
7492 * ielm.el (ielm-prompt-read-only):
7493 * novice.el (disable-command):
7494 * saveplace.el (toggle-save-place):
7495 * speedbar.el (speedbar-supported-extension-expressions):
7496 * startup.el (auto-save-list-file-prefix, init-file-user)
7497 (after-init-hook, inhibit-startup-echo-area-message):
7498 * strokes.el (strokes-help):
7499 * time-stamp.el (time-stamp):
7500 * calendar/calendar.el (calendar, diary-file):
7501 * calendar/diary-lib.el (diary-mail-entries, diary)
7502 (diary-list-entries-hook):
7503 * calendar/holidays.el (holidays, calendar-holidays):
7504 * calendar/lunar.el (lunar-phases):
7505 * calendar/solar.el (sunrise-sunset):
7506 * emulation/edt.el (edt-load-keys):
7507 * emulation/viper.el (viper-mode):
7508 * eshell/em-alias.el (eshell-command-aliases-list):
7509 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7510 * international/ogonek.el (ogonek-information):
7511 * net/tramp-cmds.el (tramp-bug):
7512 * net/quickurl.el (quickurl-reread-hook-postfix):
7513 * play/decipher.el (decipher-font-lock-keywords):
7514 * progmodes/cc-styles.el (c-set-style):
7515 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7516 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7517 * progmodes/octave-mod.el (octave-mode):
7518 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7519 * progmodes/verilog-mode.el (verilog-read-defines):
7520 * textmodes/two-column.el (2C-mode): Likewise.
7521
7522 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7525 that holds many addresses.
7526
7527 2012-09-16 Chong Yidong <cyd@gnu.org>
7528
7529 * align.el (align-areas): Call the indication function with
7530 positions instead of markers for arguments (Bug#12343).
7531
7532 * files.el (parse-colon-path): Use split-string (Bug#12351).
7533
7534 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7535 (display-buffer-function): Mark as obsolete.
7536
7537 * progmodes/compile.el (compilation-parse-errors): Accept list
7538 values similar to font-lock-keywords (Bug#12136).
7539 Suggested by Oleksandr Manzyuk.
7540 (compilation-error-regexp-alist): Doc fix.
7541
7542 2012-09-15 Glenn Morris <rgm@gnu.org>
7543
7544 * version.el (emacs-bzr-version-bzr): New function.
7545 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7546
7547 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7548 checkouts, check the parent dirstate matches the branch.
7549 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7550 empty string.
7551
7552 * version.el (emacs-bzr-version): Doc fix.
7553 (emacs-bzr-version-dirstate): New function.
7554 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7555 is local try and check that it matches the branch. If not, just
7556 use dirstate information. (Bug#12441)
7557
7558 2012-09-14 Juri Linkov <juri@jurta.org>
7559
7560 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7561 (Bug#12399)
7562
7563 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7566
7567 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7568 Remove obsolete byte-compiler hack that tried to silence some warnings.
7569 (edebug-submit-bug-report): Remove.
7570 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7571 Remove aliases, use the un-prefixed name instead.
7572 (edebug-pop-to-buffer): Consider other frames.
7573 (edebug-original-read):: Make it more obvious that it's always defined.
7574 (edebug--make-form-data-entry, edebug--form-data-name)
7575 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7576 single-dashed name, and implement with cl-defstruct.
7577 (edebug-set-form-data-entry): Use the standard accessors.
7578 (edebug-make-top-form-data-entry): Use push.
7579 (edebug-no-match): Drop useless `funcall'.
7580 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7581 to functions.
7582 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7583 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7584 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7585 (easy-menu-define, with-custom-print): Remove redundant specs.
7586 (edebug-outside-overriding-local-map)
7587 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7588 (edebug--display): Bind unread-command-events directly to nil rather
7589 than binding it to unread-command-events and later setting it to nil.
7590 (edebug--display): Kill edebug-eval-buffer here...
7591 (edebug--recursive-edit): ...rather than here.
7592 Bind standard-output and standard-input.
7593 (edebug-eval): Check cl-macroexpand-all is fboundp.
7594 (edebug-temp-display-freq-count): Fix last change.
7595
7596 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7597 * subr.el (noreturn, 1value): Add `debug' spec.
7598 * emacs-lisp/advice.el: Require cl-lib.
7599 (ad-copy-tree): Remove, use copy-tree instead.
7600 (ad-dolist): Remove use dolist or cl-dolist instead.
7601 (ad-do-return): Remove, use cl-return instead.
7602 (defadvice): Add `debug' spec.
7603
7604 2012-09-13 Juri Linkov <juri@jurta.org>
7605
7606 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7607 (Bug#12399)
7608
7609 2012-09-13 Glenn Morris <rgm@gnu.org>
7610
7611 * calc/calc.el (math-compose-expr):
7612 * calc/calc-ext.el (math-compose-expr):
7613 * progmodes/cc-defs.el (cl-macroexpand-all):
7614 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7615 (cl-macroexpand-all): Update declarations.
7616
7617 * vc/vc.el: No need to require ediff.
7618 (ediff-load-version-control): Declare.
7619 (ediff-vc-internal): Fix declaration.
7620 (vc-version-ediff): Require ediff.
7621
7622 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7623
7624 Use a more backwards-compatible timer format (Bug#12430).
7625 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7626 being right after USECS, as that better supports old code that
7627 inadvisedly looked directly at the timer vector.
7628
7629 2012-09-13 Kenichi Handa <handa@gnu.org>
7630
7631 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7632 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7633 `coding-priority' property of these language environment.
7634
7635 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7636
7637 Fix glitches caused by addition of psec to timers (Bug#12430).
7638 * image.el (image-animate-timer):
7639 * time.el (display-time-world-timer):
7640 Use timer--function and timer--args rather than raw access to
7641 timer vector.
7642
7643 2012-09-13 Glenn Morris <rgm@gnu.org>
7644
7645 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7646 If not compiling a file, try using load-file-name.
7647
7648 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7651 Fix last change.
7652 (edebug-update-eval-list): Use `push'.
7653
7654 * emacs-lisp/edebug.el: Use lexical-binding.
7655 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7656 Mark unused args with underscore.
7657 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7658 (edebug-form-data): Use defvar-local.
7659 (edebug-make-before-and-after-form, edebug-make-after-form):
7660 Use backquote.
7661 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7662 Not dynamically scoped any more.
7663 (edebug--enter-trace): Add arguments `function' and `args'.
7664 Rename from edebug-enter-trace.
7665 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7666 (edebug--update-coverage): Add `after-index' and `value' args.
7667 Rename from edebug-update-coverage.
7668 (edebug-slow-after): Call it accordingly.
7669 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7670 edebug-recursive-edit.
7671 (edebug--display): Call it accordingly. Add args `value',
7672 `offset-index', and `arg-mode'. Rename from edebug-display.
7673 (edebug-debugger, edebug): Call it accordingly.
7674 (edebug-eval-display-list): Use dolist.
7675
7676 2012-09-12 Juri Linkov <juri@jurta.org>
7677
7678 * info.el (Info-search): Don't check for isearch-mode and
7679 isearch-regexp before let-binding search-spaces-regexp to
7680 Info-search-whitespace-regexp.
7681 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7682 search-whitespace-regexp if isearch-lax-whitespace or
7683 isearch-regexp-lax-whitespace is non-nil.
7684 (Info-mode): Don't set local variable search-whitespace-regexp.
7685 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7686
7687 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7690 (debugger-env-macro): Remove support for unread-command-char.
7691
7692 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7693 the temporary map re-appearing on emulation-mode-map-alists.
7694
7695 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7696 since 22.1.
7697
7698 * ehelp.el (with-electric-help): Accept functions in
7699 electric-help-form-to-execute.
7700 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7701 And replace unread-command-char -> unread-command-events.
7702
7703 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7704
7705 Sync with Tramp 2.2.6.
7706
7707 * net/tramp.el (tramp-accept-process-output): Don't use
7708 JUST-THIS-ONE in the XEmacs case.
7709
7710 * net/trampver.el: Update release number.
7711
7712 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7713
7714 * emacs-lisp/debug.el (debugger-previous-window-height):
7715 New variable.
7716 (debug): When debugger-jumping-flag is non-nil try to restore
7717 height of debugger window. (Bug#8789)
7718
7719 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7720
7721 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7722 overriding-local-map and pre/post-command-hook here.
7723 (edebug-recursive-edit): Do it here instead (bug#12345).
7724 (edebug-outside-unread-command-char): Remove all uses of
7725 unread-command-char.
7726
7727 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7728 inhibit-debugger is bound instead.
7729
7730 2012-09-11 Bastien Guerry <bzg@gnu.org>
7731
7732 * subr.el (set-temporary-overlay-map): Add a docstring.
7733 (Bug#12346)
7734
7735 2012-09-11 Bastien Guerry <bzg@gnu.org>
7736
7737 * minibuffer.el (completion-table-subvert): Fix docstring.
7738 (Bug#12347)
7739
7740 2012-09-11 Bastien Guerry <bzg@gnu.org>
7741
7742 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7743
7744 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7745
7746 * progmodes/sql.el: Version 3.1
7747 (sql-db2-escape-newlines): New variable.
7748 (sql-escape-newlines-filter): Use it.
7749
7750 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7753
7754 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7755
7756 * vc/diff-mode.el (diff-mode-menu):
7757 Bind diff-remove-trailing-whitespace.
7758
7759 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7762 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7763 (emacs-lisp-byte-code-mode): New functions.
7764 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7765 (eval-defun-2): Remove bogus interactive spec.
7766 (lisp-indent-line): Remove redundant whole-exp code, now done in
7767 indent-according-to-mode.
7768 (save-match-data): Remove redundant indent data.
7769
7770 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7771 Use `declare'.
7772
7773 2012-09-09 Juri Linkov <juri@jurta.org>
7774
7775 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7776 (replace-lax-whitespace, query-replace-regexp)
7777 (query-replace-regexp-eval, replace-regexp): Doc fix.
7778 (perform-replace, replace-highlight): Let-bind
7779 isearch-lax-whitespace to replace-lax-whitespace and
7780 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7781
7782 * isearch.el (isearch-query-replace): Let-bind
7783 replace-lax-whitespace to isearch-lax-whitespace and
7784 replace-regexp-lax-whitespace to
7785 isearch-regexp-lax-whitespace. (Bug#10885)
7786
7787 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7790
7791 2012-09-09 Alan Mackenzie <acm@muc.de>
7792
7793 * progmodes/cc-engine.el (c-state-cache-init):
7794 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7795 (c-record-parse-state-state):
7796 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7797
7798 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7799
7800 * register.el (register-separator): Rename from
7801 separator-register. All uses changed. Doc fix.
7802 (register): Fix version.
7803
7804 2012-09-09 Chong Yidong <cyd@gnu.org>
7805
7806 * replace.el (query-replace-map): Bind four new symbols for
7807 requesting window scrolling.
7808
7809 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7810 query-replace-map (Bug#8948).
7811
7812 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7813
7814 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7815 since they are now in query-replace-map.
7816
7817 * window.el (scroll-other-window-down): Make the arg optional.
7818
7819 2012-09-09 Chong Yidong <cyd@gnu.org>
7820
7821 * files.el (hack-local-variables-confirm): Use quit-window to kill
7822 the *Local Variables* buffer.
7823
7824 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7825
7826 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7827 not just expect to be at its beginning. Adjust callees.
7828 Succeed when do-end block has no space before the pipe character.
7829 (ruby-brace-to-do-end): When the original block is one-liner,
7830 convert to multiline. Reindent the result.
7831
7832 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7833
7834 * register.el (register): New group.
7835 (separator-register): New user option.
7836 (increment-register): Route it to `append-to-register', if
7837 register contains text. Implication is that `C-x r +' can now be
7838 used for appending to a text register (bug#12217).
7839 (append-to-register, prepend-to-register): Add separator based on
7840 `separator-register'.
7841
7842 2012-09-08 Alan Mackenzie <acm@muc.de>
7843
7844 AWK Mode: make auto-newline work when there's "==" in the pattern.
7845 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7846 correctly.
7847 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7848 Test more rigorously for "=" token.
7849
7850 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7851
7852 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7853 Only fail when reached LIMIT.
7854
7855 2012-09-08 Chong Yidong <cyd@gnu.org>
7856
7857 * dired.el (dired-mode-map): Don't bind M-=.
7858
7859 * dired-aux.el (dired-diff): Use backup file as default.
7860
7861 2012-09-08 Drew Adams <drew.adams@oracle.com>
7862
7863 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7864
7865 2012-09-08 Chong Yidong <cyd@gnu.org>
7866
7867 * subr.el (syntax-after, syntax-class): Doc fix.
7868
7869 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7870
7871 * window.el (display-buffer-in-previous-window): New buffer
7872 display action function.
7873
7874 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7875 (debugger-previous-window): New variable.
7876 (debug): Rewrite using display-buffer-in-previous-window,
7877 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7878
7879 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7882
7883 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7884
7885 * progmodes/python.el (python-shell-send-string):
7886 When default-directory is remote, create temp file on remote
7887 filesystem.
7888 (python-shell-send-file): When file is remote, pass local view of
7889 file paths to remote Python interpreter. (Bug#12340)
7890
7891 2012-09-07 Chong Yidong <cyd@gnu.org>
7892
7893 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7894
7895 * files.el (after-find-file): Don't fail on a read-only buffer if
7896 require-final-newline is `visit' or `visit-save' (Bug#11156).
7897
7898 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7899
7900 * userlock.el (ask-user-about-supersession-threat):
7901 Use read-char-choice (Bug#12093).
7902
7903 2012-09-07 Chong Yidong <cyd@gnu.org>
7904
7905 * subr.el (buffer-narrowed-p): New function.
7906
7907 * ses.el (ses-widen):
7908 * simple.el (count-words--buffer-message):
7909 * net/browse-url.el (browse-url-of-buffer): Use it.
7910
7911 * simple.el (count-words-region): Don't signal an error if there
7912 is a non-nil prefix arg and the mark is not set.
7913
7914 * help.el (describe-key-briefly): Allow the message to be seen
7915 when invoked from the minibuffer (Bug#7014).
7916
7917 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7918
7919 * progmodes/ruby-mode.el (ruby-end-of-defun)
7920 (ruby-beginning-of-defun): Simplify, allow indentation before
7921 block beginning and end keywords.
7922 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7923 (ruby-end-of-defun): Expect that the point is at the beginning of
7924 the defun.
7925
7926 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7929 (bug#12367).
7930 (cl--make-usage-args): Strip _ from argument names.
7931
7932 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7933
7934 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7935 obsolete alias speedbar-key-map.
7936 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7937 (vhdl-index-menu-init): Don't use obsolete variable
7938 font-lock-maximum-size.
7939
7940 2012-09-06 Chong Yidong <cyd@gnu.org>
7941
7942 * frame.el (window-system-version): Mark as obsolete.
7943
7944 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7945 of obsolete variable speedbar-key-map.
7946
7947 2012-09-06 Juri Linkov <juri@jurta.org>
7948
7949 * replace.el (replace-lax-whitespace): New defcustom.
7950 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7951 (replace-string, replace-regexp): Mention it in docstrings.
7952 (perform-replace, replace-highlight): Let-bind
7953 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7954 to the values of replace-lax-whitespace and regexp-flag.
7955 Don't let-bind search-whitespace-regexp. (Bug#10885)
7956
7957 * isearch.el (isearch-query-replace): Let-bind
7958 replace-lax-whitespace instead of let-binding
7959 replace-search-function and replace-re-search-function.
7960 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7961 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7962 (isearch-toggle-symbol): Set isearch-regexp to nil
7963 in isearch-word mode (like in isearch-toggle-word).
7964
7965 2012-09-06 Juri Linkov <juri@jurta.org>
7966
7967 * replace.el (replace-search-function)
7968 (replace-re-search-function): Set default values to nil.
7969 (perform-replace): Let-bind isearch-related variables based on
7970 replace-related values, call `isearch-search-fun' and let-bind
7971 the result to `search-function'. Remove code that sets
7972 `search-function' and `search-string' separately for
7973 `delimited-flag'.
7974 (replace-highlight): Add new argument `delimited-flag' and
7975 rename other arguments to the names used in `perform-replace'.
7976 Let-bind `isearch-word' to the argument `delimited-flag'.
7977 (Bug#10885, bug#10887)
7978
7979 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7980
7981 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7982 ruby-beginning-of-indent, simplify, allow all keywords to have
7983 indentation before them.
7984 (ruby-beginning-of-indent): Adjust for above. Search until the
7985 found point is not inside a string or comment.
7986 (ruby-font-lock-keywords): Allow symbols to start with "@"
7987 character, give them higher priority than variables.
7988 (ruby-syntax-propertize-function)
7989 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7990 matchers. Expression expansions are not comments when inside a
7991 string, and there comment syntax status is irrelevant.
7992 (ruby-match-expression-expansion): New function. Check that
7993 expression expansion is inside a string, and it's not escaped.
7994 (ruby-font-lock-keywords): Use it.
7995
7996 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7997
7998 * help.el (temp-buffer-max-height): New default value.
7999 (temp-buffer-resize-frames): New option.
8000 (resize-temp-buffer-window): Optionally resize frame.
8001
8002 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8003 (fit-frame-to-buffer): New function.
8004
8005 2012-09-05 Glenn Morris <rgm@gnu.org>
8006
8007 * emulation/cua-rect.el (cua--init-rectangles):
8008 * textmodes/picture.el (picture-mode-map):
8009 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8010 like forward-char and backward-char. (Bug#12317)
8011
8012 2012-09-05 Leo Liu <sdl.web@gmail.com>
8013
8014 * progmodes/flymake.el (flymake-warning-re): New variable.
8015 (flymake-parse-line): Use it.
8016
8017 2012-09-05 Glenn Morris <rgm@gnu.org>
8018
8019 * calendar/holidays.el (holiday-christian-holidays):
8020 Rename an entry. (Bug#12289)
8021
8022 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8025 (bug#12222).
8026
8027 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * loadup.el: Load macroexp. Remove hack.
8030 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8031 (macroexp--expand-all): Use it to get better warnings.
8032 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8033 (internal-macroexpand-for-load): New functions.
8034 (macroexp--pending-eager-loads): New var.
8035 (emacs-startup-hook): New hack to replace one in loadup.el.
8036 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8037 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8038 (cl-psetf): Simplify.
8039 (cl-defstruct): Add indent rule.
8040
8041 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8042
8043 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8044 over `user-mail-address' for the SMTP MAIL FROM envelope.
8045 (smtpmail-via-smtp): Ditto.
8046
8047 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8048
8049 * progmodes/ruby-mode.el: Clean up keybindings.
8050 (ruby-mode-map): Don't bind ruby-electric-brace,
8051 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8052 backward-kill-word, reindent-then-newline-and-indent.
8053 (ruby-mark-defun): Remove.
8054 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8055 (ruby-mode): Set local beginning-of-defun-function and
8056 end-of-defun-function values.
8057
8058 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8059
8060 * window.el (temp-buffer-window-setup-hook)
8061 (temp-buffer-window-show-hook): New hooks.
8062 (temp-buffer-window-setup, temp-buffer-window-show)
8063 (with-temp-buffer-window): New functions.
8064 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8065 (special-display-popup-frame): Make sure the window used shows BUFFER.
8066
8067 * help.el (temp-buffer-resize-mode): Fix doc-string.
8068 (resize-temp-buffer-window): New optional argument WINDOW.
8069
8070 * files.el (recover-file, save-buffers-kill-emacs):
8071 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8072
8073 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8076 remote definition of `default-directory', ensure we can connect.
8077
8078 2012-09-02 Juri Linkov <juri@jurta.org>
8079
8080 Toggle whitespace matching mode with M-s SPC.
8081 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8082
8083 * isearch.el (search-whitespace-regexp): Doc fix.
8084 Remove cons cell customization.
8085 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8086 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8087 New variables.
8088 (isearch-forward, isearch-forward-regexp): Doc fix.
8089 (isearch-toggle-lax-whitespace): New command.
8090 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8091 (re-search-forward-lax-whitespace)
8092 (re-search-backward-lax-whitespace): New functions.
8093 (isearch-whitespace-regexp): Remove function.
8094 (isearch-query-replace): Let-bind replace-search-function and
8095 replace-re-search-function.
8096 (isearch-occur): Let-bind search-spaces-regexp according to the
8097 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8098 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8099 condition for C-q SPC.
8100 (isearch-search-fun-default): Use new functions mentioned above.
8101 (isearch-search-forward, isearch-search-backward): Remove functions.
8102 (isearch-search): Don't let-bind search-spaces-regexp.
8103 (isearch-lazy-highlight-space-regexp): Remove variable.
8104 (isearch-lazy-highlight-lax-whitespace)
8105 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8106 (isearch-lazy-highlight-new-loop): Use them.
8107 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8108
8109 2012-09-02 Chong Yidong <cyd@gnu.org>
8110
8111 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8112
8113 2012-09-02 Glenn Morris <rgm@gnu.org>
8114
8115 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8116
8117 2012-09-01 Glenn Morris <rgm@gnu.org>
8118
8119 * term.el: Tidy up menu definitions.
8120 (term-mode-map): Use easymenu for In/Out, Complete menus.
8121 (term-pager-break-map): Initialize in the defvar.
8122 (term-terminal-menu, term-signals-menu): Define with easymenu.
8123 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8124 (term-pager-menu): New, extracted from term-process-pager.
8125 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8126 (term-update-mode-line): Propertize line/char and page items.
8127 (term-process-pager): Move keymap initialization elsewhere.
8128
8129 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8130
8131 * window.el (switch-to-prev-buffer): Handle additional values of
8132 BURY-OR-KILL argument. Don't switch in minibuffer window.
8133 (switch-to-next-buffer): Don't switch in minibuffer window.
8134 (quit-restore-window): New function based on quit-window.
8135 Handle additional values of former KILL argument.
8136 (quit-window): Call quit-restore-window with appropriate
8137 interpretation of KILL argument.
8138 (display-buffer-below-selected): New buffer display action
8139 function.
8140
8141 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * minibuffer.el (completion-at-point-functions): Complete docstring
8144 (bug#12254).
8145
8146 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8147
8148 Better seed support for (random).
8149 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8150 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8151 * play/mpuz.el, play/tetris.el, play/zone.el:
8152 * calc/calc-comb.el (math-init-random-base):
8153 * play/blackbox.el (bb-init-board):
8154 * play/life.el (life):
8155 * server.el (server-use-tcp):
8156 * type-break.el (type-break):
8157 Remove unnecessary call to (random t).
8158 * net/sasl.el (sasl-unique-id-function):
8159 Change (random t) to (random), now that the latter is more random.
8160 * play/life.el (life-initialized): Remove no-longer-needed var.
8161
8162 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8163
8164 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8165 Consider frame's buffer predicate when choosing the buffer.
8166 (Bug#12081)
8167
8168 2012-08-30 Richard Stallman <rms@gnu.org>
8169
8170 * simple.el (special-mode-map): Delete binding for `z'.
8171
8172 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8173
8174 * progmodes/compile.el (compilation-always-kill): Doc fix.
8175
8176 2012-08-30 Chong Yidong <cyd@gnu.org>
8177
8178 * window.el (display-buffer-reuse-frames): Make the obsolescence
8179 message more informative.
8180
8181 2012-08-30 Glenn Morris <rgm@gnu.org>
8182
8183 * paren.el (show-paren-delay):
8184 Add a :set function. Doc fix. (Bug#12297)
8185
8186 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8187
8188 * progmodes/compile.el (compilation-always-kill): New var.
8189 (compilation-start): Use it.
8190
8191 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8194 * files.el (read-only-mode): Move to simple.el.
8195
8196 * files.el (read-only-mode): New minor mode.
8197 (toggle-read-only): Use it and mark obsolete.
8198 (find-file--read-only):
8199 * vc/vc.el (vc-next-action, vc-checkout):
8200 * vc/vc-cvs.el (vc-cvs-checkout):
8201 * obsolete/vc-mcvs.el (vc-mcvs-update):
8202 * ffap.el (ffap--toggle-read-only): Update callers.
8203
8204 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * eshell/esh-ext.el (eshell-external-command): Do not examine
8207 remote shell scripts.
8208 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8209
8210 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8211 "/usr/local/sbin".
8212
8213 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8216
8217 2012-08-28 Leo Liu <sdl.web@gmail.com>
8218
8219 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8220 completion-at-point. (Bug#12220)
8221
8222 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8223
8224 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8225
8226 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8229 be buffer-local; add delete-trailing-whitespace (bug#12259).
8230
8231 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8232
8233 * progmodes/hideif.el (hif-compress-define-list):
8234 Fix typo. (Bug#11951)
8235
8236 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8237
8238 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8239 buffer local setting.
8240
8241 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8242 rcirc-encode-coding-system.
8243
8244 2012-08-28 Leo Liu <sdl.web@gmail.com>
8245
8246 * net/rcirc.el (rcirc-split-message): New function.
8247 (rcirc-send-message): Use it. (Bug#12051)
8248
8249 2012-08-28 Juri Linkov <juri@jurta.org>
8250
8251 * info.el (Info-fontify-node): Hide empty lines at the end of
8252 the node. (Bug#12272)
8253
8254 2012-08-27 Drew Adams <drew.adams@oracle.com>
8255
8256 * dired.el (dired-pop-to-buffer): Make window start at beginning
8257 of buffer (Bug#12281).
8258
8259 2012-08-26 Chong Yidong <cyd@gnu.org>
8260
8261 * window.el (special-display-regexps, special-display-frame-alist)
8262 (special-display-buffer-names, special-display-function)
8263 (display-buffer-reuse-frames): Mark as obsolete.
8264
8265 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8266
8267 * help.el (help-print-return-message): Don't treat
8268 display-buffer-reuse-frames specially.
8269
8270 2012-08-26 Chong Yidong <cyd@gnu.org>
8271
8272 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8273 New variable, replacing gdb-frame-parameters.
8274 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8275 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8276 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8277 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8278 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8279 the functions directly with gdb-display-buffer-other-frame-action.
8280 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8281 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8282 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8283 (gdb-display-registers-buffer): Define directly.
8284 (def-gdb-display-buffer): Macro deleted.
8285 (gdb-display-buffer): Remove second and third args, callers don't
8286 use them. Defer to the default display-buffer behavior, apart
8287 from making windows dedicated.
8288 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8289
8290 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8291
8292 * window.el (display-buffer-pop-up-frame): Handle a
8293 pop-up-frame-parameters alist entry.
8294 (display-buffer): Document it.
8295
8296 2012-08-26 Chong Yidong <cyd@gnu.org>
8297
8298 * isearch.el (search-whitespace-regexp): Make string and nil
8299 values apply to both ordinary and regexp search. Allow a cons
8300 cell value to distinguish between the two.
8301 (isearch-whitespace-regexp, isearch-search-forward)
8302 (isearch-search-backward): New functions.
8303 (isearch-occur, isearch-search-fun-default, isearch-search)
8304 (isearch-lazy-highlight-new-loop): Use them.
8305 (isearch-forward, isearch-forward-regexp): Doc fix.
8306
8307 2012-08-26 Chong Yidong <cyd@gnu.org>
8308
8309 * faces.el (help-argument-name): Always inherit from italic
8310 (Bug#12213).
8311
8312 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8313
8314 * window.el (window--even-window-heights): Even heights when
8315 WINDOW and the selected window form a vertical combination.
8316 (display-buffer-use-some-window): Provide that window used gets
8317 sized back by quit-window. (Bug#11880) and (Bug#12091)
8318
8319 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8320
8321 Fix file time stamp problem with bzr and CVS (Bug#12001).
8322 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8323 in the file's time stamp, since the version control system loses
8324 that information.
8325
8326 2012-08-22 Juri Linkov <juri@jurta.org>
8327
8328 * info.el (Info-fontify-node): Hide the suffix of the
8329 Info file name in the header line. (Bug#12187)
8330
8331 2012-08-22 Glenn Morris <rgm@gnu.org>
8332
8333 * calendar/cal-tex.el (cal-tex-weekly-common):
8334 Restore leading blank page.
8335
8336 2012-08-22 Le Wang <l26wang@gmail.com>
8337
8338 * misc.el (forward-to-word, backward-to-word): Activate or extend
8339 the region under `shift-select-mode'. (Bug#12231)
8340
8341 2012-08-22 Bastien Guerry <bzg@gnu.org>
8342
8343 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8344 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8345 gives details on why the space is never needed.
8346
8347 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8348
8349 * window.el (walk-window-tree, window-with-parameter):
8350 New optional argument MINIBUF to control whether these functions
8351 should run on the minibuffer window.
8352 (window-at-side-list): Don't operate on minibuffer window.
8353 (window-in-direction): Simplify and rewrite doc-string.
8354 (window--size-ignore): Rename to window--size-ignore-p.
8355 Update callers.
8356 (display-buffer-in-atom-window, window--major-non-side-window)
8357 (window--major-side-window, display-buffer-in-major-side-window)
8358 (delete-side-window, display-buffer-in-side-window):
8359 New functions.
8360 (window--side-check, window-deletable-p, delete-window)
8361 (delete-other-windows, split-window): Handle side windows and
8362 atomic windows appropriately.
8363 (window--display-buffer): Call display-buffer-record-window also
8364 when the window buffer did not change.
8365
8366 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8367
8368 * help-fns.el (help-fns--key-bindings):
8369 Abbreviate non-symbol remap targets. (Bug#12174)
8370
8371 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8372
8373 * dired.el (dired-mark-remembered): Don't clobber point.
8374 (Bug#11795)
8375
8376 2012-08-22 Glenn Morris <rgm@gnu.org>
8377
8378 * progmodes/bug-reference.el (bug-reference): New custom group.
8379 (bug-reference-bug-regexp): Make it a defcustom.
8380
8381 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8382
8383 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8384 (js-paren-indent-offset, js-square-indent-offset)
8385 (js-curly-indent-offset): Add :safe (Bug#12257).
8386
8387 2012-08-22 Edward O'Connor <hober0@gmail.com>
8388
8389 * json.el (json-key-format): Add error properties.
8390 (json-encode-key): New function.
8391 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8392 Use json-encode-key.
8393
8394 2012-08-22 Glenn Morris <rgm@gnu.org>
8395
8396 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8397 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8398 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8399 Update for above change.
8400
8401 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8402
8403 * cus-face.el (custom-face-attributes): Fix customize type for the
8404 :underline attribute. (Bug#11805)
8405
8406 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8407
8408 * window.el (window-point-1, set-window-point-1): Remove.
8409 (window-in-direction, record-window-buffer)
8410 (set-window-buffer-start-and-point, split-window-below)
8411 (window--state-get-1, display-buffer-record-window):
8412 Replace calls to window-point-1 and set-window-point-1 by calls to
8413 window-point and set-window-point respectively.
8414
8415 2012-08-21 Glenn Morris <rgm@gnu.org>
8416
8417 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8418 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8419 Use it.
8420
8421 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8422 (cal-tex-shortday): New function.
8423 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8424 (cal-tex-cursor-filofax-daily): Use the above.
8425
8426 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8427 New functions.
8428 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8429 (cal-tex-cursor-filofax-week): Use them.
8430
8431 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8432 New constants.
8433 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8434 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8435
8436 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8437 (cal-tex-end-document): Don't rely on buffer name.
8438
8439 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8440 Use cal-tex-vspace.
8441 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8442 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8443 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8444 Use cal-tex-arg.
8445
8446 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8447 (cal-tex-cursor-week, cal-tex-cursor-week2)
8448 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8449 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8450 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8451 (cal-tex-insert-preamble, cal-tex-b-document)
8452 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8453 Improve cal-tex-cmd usage.
8454
8455 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8456 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8457 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8458 (cal-tex-weekly-paper): New function.
8459 (cal-tex-cursor-week, cal-tex-cursor-week2)
8460 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8461 (cal-tex-cursor-day): Use it.
8462
8463 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8464 (cal-tex-cursor-filofax-week): Remove leading blank page.
8465
8466 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8467 Add autoload cookie. For now at least, don't use color, since
8468 no other cal-tex function does.
8469
8470 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8471 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8472 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8473
8474 2012-08-21 Juri Linkov <juri@jurta.org>
8475
8476 * info.el (Info-file-attributes): New variable.
8477 (info-insert-file-contents): Add file attributes to
8478 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8479 `Info-toc-nodes' when previous modtime of the Info file is less
8480 than new modtime.
8481 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8482 of info.el. (Bug#12230)
8483
8484 2012-08-20 Glenn Morris <rgm@gnu.org>
8485
8486 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8487 * calendar/holidays.el (calendar-holiday-list):
8488 Report errors with display-warning rather than beep'n'sleep.
8489
8490 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8491
8492 * net/tramp.el (tramp-accept-process-output): Accept only output
8493 from PROC. Otherwise, process filters and sentinels might be
8494 confused. (Bug#12145)
8495
8496 2012-08-20 Chong Yidong <cyd@gnu.org>
8497
8498 * descr-text.el (describe-text-properties-1): Use overlays-in to
8499 report on empty overlays (Bug#3322).
8500
8501 2012-08-20 Glenn Morris <rgm@gnu.org>
8502
8503 * mail/rmailout.el (rmail-output-read-file-name):
8504 Trap and report errors in rmail-output-file-alist elements.
8505
8506 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8507 since most non-font-lock faces are not also variables).
8508
8509 2012-08-20 Edward Reingold <reingold@iit.edu>
8510
8511 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8512 New function. (Bug12160)
8513
8514 2012-08-19 Glenn Morris <rgm@gnu.org>
8515
8516 * mail/rmailout.el (rmail-output-read-file-name):
8517 Fix previous change (when the alist is nil or does not match).
8518
8519 2012-08-19 Chong Yidong <cyd@gnu.org>
8520
8521 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8522 (Bug#12228).
8523
8524 2012-08-18 Chong Yidong <cyd@gnu.org>
8525
8526 * simple.el (yank-handled-properties): New defcustom.
8527 (yank-excluded-properties): Add font-lock-face and category.
8528 (yank): Doc fix.
8529
8530 * subr.el (remove-yank-excluded-properties):
8531 Obey yank-handled-properties. The special handling of font-lock-face
8532 and category is now done this way, instead of being hard-coded.
8533 (insert-for-yank-1): Remove font-lock-face handling.
8534 (yank-handle-font-lock-face-property)
8535 (yank-handle-category-property): New function.
8536
8537 2012-08-17 Glenn Morris <rgm@gnu.org>
8538
8539 * mail/rmailout.el (rmail-output-read-file-name):
8540 Check rmail-output-file-alist against the full message body
8541 in the correct rmail buffer. (Bug#12214)
8542
8543 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8544
8545 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8546 Eliminate superfluous prompt. (Bug#12203)
8547
8548 2012-08-17 Chong Yidong <cyd@gnu.org>
8549
8550 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8551 font spec, set the font directly (Bug#3228).
8552
8553 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8554
8555 * window.el (delete-window): Fix last fix.
8556
8557 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8558
8559 * window.el (window-valid-p): Move to window.c.
8560 (window-child, window-child-count, window-last-child)
8561 (window-normalize-window, window-combined-p)
8562 (window-combinations, window-atom-root, window-min-size)
8563 (window-sizable, window-sizable-p, window-size-fixed-p)
8564 (window-min-delta, window-max-delta, window--resizable)
8565 (window--resizable-p, window-resizable, window-total-size)
8566 (window-full-height-p, window-full-width-p, window-body-size)
8567 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8568 (minimize-window, window-deletable-p, delete-window)
8569 (delete-other-windows, set-window-buffer-start-and-point)
8570 (next-buffer, previous-buffer, split-window, balance-windows-2)
8571 (set-window-text-height, window-buffer-height)
8572 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8573 (truncated-partial-width-window-p): Minor code adjustments.
8574 In doc-strings state whether the argument window has to denote a
8575 live, valid or any window.
8576
8577 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8578
8579 * progmodes/subword.el (subword-forward-function)
8580 (subword-backward-function, subword-forward-regexp)
8581 (subword-backward-regexp): New variables.
8582 (subword-forward, subword-forward-internal, subword-backward-internal):
8583 Use new variables, eg so that different "word" definitions
8584 can be easily used. (Bug#11411)
8585
8586 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8589 for composite selectors.
8590 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8591 operation just because we can't find a previous revision.
8592
8593 2012-08-15 Chong Yidong <cyd@gnu.org>
8594
8595 * frame.el (set-frame-font): Accept font objects.
8596
8597 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8600
8601 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8602
8603 * man.el (Man-overstrike-face, Man-underline-face)
8604 (Man-reverse-face): Remove variables.
8605 (Man-overstrike, Man-underline, Man-reverse): New faces.
8606 (Man-fontify-manpage): Use them instead of the variables.
8607 (Man-cleanup-manpage): Comment change.
8608 (Man-ansi-color-map): New variable.
8609 (Man-fontify-manpage): Use it.
8610 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8611
8612 Implement ANSI SGR parameters 22-27 (bug#12146).
8613 * ansi-color.el (ansi-colors): Doc fix.
8614 (ansi-color-context, ansi-color-context-region): Doc fix.
8615 (ansi-color--find-face): New function.
8616 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8617 Rename the local variable `face' to `codes' since it is now a list of
8618 ansi codes. Doc fix.
8619 (ansi-color-get-face): Remove.
8620 (ansi-color-parse-sequence): New function, derived from
8621 ansi-color-get-face.
8622 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8623 codes 22-27.
8624
8625 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * subr.el (read-passwd): Allow use from a minibuffer.
8628
8629 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8630
8631 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8632 inside comments and strings as identifiers.
8633
8634 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8635 expression to evaluate. This allows to evaluate expressions with
8636 embedded whitespace.
8637 (gud-tooltip-tips): Add a blank before the newline in the
8638 message-box text, for the benefit of message-box emulation on
8639 MS-Windows.
8640
8641 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8642 messages from GDB, pop them up in a tooltip to give feedback to
8643 user.
8644 (gdb-tooltip-print-1): Quote the expression to evaluate.
8645 This allows to evaluate expressions with embedded whitespace.
8646 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8647 if the TTY name is nil or empty (which happens when communicating
8648 with the inferior via pipes, e.g. on MS-Windows).
8649 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8650 don't send that to the GUD buffer.
8651
8652 2012-08-14 Glenn Morris <rgm@gnu.org>
8653
8654 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8655 Optimize away setq-default with no args, as for setq. (Bug#12195)
8656
8657 2012-08-14 Chong Yidong <cyd@gnu.org>
8658
8659 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8660
8661 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8662 (Bug#12085).
8663
8664 2012-08-14 Glenn Morris <rgm@gnu.org>
8665
8666 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8667
8668 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8671 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8672 Use cached shell name.
8673
8674 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8675
8676 * progmodes/python.el (python-shell-send-string):
8677 (python-shell-send-setup-code): Do not use `format' with `message'.
8678
8679 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8680
8681 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8682 (ruby-percent-literal-beg-re): New constant.
8683 (ruby-syntax-general-delimiters-goto-beg): Rename to
8684 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8685 (ruby-syntax-propertize-general-delimiters): Rename to
8686 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8687 popular term. Adjust comments everywhere.
8688 (ruby-syntax-propertize-percent-literal): Only propertize when not
8689 inside a simple string or comment. When the literal is unclosed,
8690 leave the text after it unpropertized.
8691 (ruby-syntax-methods-before-regexp): New constant.
8692 (ruby-syntax-propertize-function): Use it to recognize regexps.
8693 Don't look at the text after regexp, just use the whitelist.
8694
8695 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8696
8697 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8698 non-nil always load the compiled file if it exists. (Bug#12197)
8699
8700 2012-08-14 Chong Yidong <cyd@gnu.org>
8701
8702 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8703 (hi-lock-set-pattern): When deciding whether to use font lock or
8704 overlays, look at font-lock-mode instead of font-lock-fontified
8705 (Bug#12168).
8706 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8707 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8708
8709 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8710
8711 * subr.el (internal--after-with-selected-window): Fix typo
8712 (Bug#12193).
8713
8714 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8715
8716 Use `completion-table-dynamic' for completion functions.
8717 * progmodes/python.el
8718 (python-shell-completion--do-completion-at-point)
8719 (python-shell-completion--get-completions):
8720 Remove functions.
8721 (python-shell-completion-complete-at-point): New function.
8722 (python-completion-complete-at-point): Use it.
8723
8724 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8725
8726 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8727 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8728
8729 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * subr.el (function-get): Refine `autoload' arg so it can also
8732 autoload functions for gv.el (bug#12191).
8733 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8734 autoloads macros.
8735
8736 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8737 Prefer pcase-let over destructuring-bind.
8738 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8739 Also, remove whitespace as we go, rather than after accumulating the
8740 various places.
8741
8742 * subr.el (internal--before-with-selected-window)
8743 (internal--after-with-selected-window): Fix typo seleted->selected.
8744 (with-selected-window): Adjust callers.
8745 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8746
8747 2012-08-13 Bastien Guerry <bzg@gnu.org>
8748
8749 * window.el (special-display-popup-frame): Minor docstring
8750 enhancement. (Bug#12172)
8751
8752 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8753
8754 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8755 type 1-6.
8756 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8757 extended headers.
8758
8759 * files.el (hack-local-variables-filter): Remove useless eval.
8760
8761 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8762
8763 * subr.el (with-selected-window): Fix last change.
8764
8765 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * subr.el (internal--before-with-seleted-window)
8768 (internal--after-with-seleted-window): New functions.
8769 (with-selected-window): Use them, to replace dependency on
8770 tty-top-frame.
8771
8772 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8773
8774 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8775 binding for `newline'.
8776 (ruby-move-to-block): When moving backward, stop at block opening,
8777 not indentation.
8778 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8779 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8780 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8781 `ruby-toggle-block'.
8782
8783 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * ibuffer.el (ibuffer-do-toggle-read-only):
8786 * dired.el (dired-toggle-read-only):
8787 * buff-menu.el (Buffer-menu-toggle-read-only):
8788 * bindings.el (mode-line-toggle-read-only):
8789 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8790
8791 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8792
8793 * descr-text.el (describe-char): Put the overlays over the
8794 "displayed as" character.
8795
8796 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8797
8798 * calc/calc-units.el (math-default-units-table): Give an
8799 initial value.
8800 (math-put-default-units): Add options to put composite units and
8801 unit systems in the default units table.
8802 (calc-convert-units): Send composite units to
8803 `math-put-default-units' when appropriate.
8804
8805 2012-08-11 Glenn Morris <rgm@gnu.org>
8806
8807 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8808
8809 * tutorial.el (help-with-tutorial):
8810 * emacs-lisp/copyright.el (copyright-update-directory):
8811 * emacs-lisp/autoload.el (autoload-find-generated-file)
8812 (autoload-find-file): Disable local eval: (for insurance).
8813
8814 * files.el (hack-local-variables-filter): If an eval: form is not
8815 known to be safe, and enable-local-variables is :safe, then ignore
8816 the form totally, as is done for non-eval forms. (Bug#12155)
8817 This is CVE-2012-3479.
8818
8819 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8822 (rx-form): Simplify.
8823
8824 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8825
8826 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8827 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8828 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8829 (ruby-syntax-propertize-function): Adjust for changes in
8830 `ruby-syntax-propertize-heredoc'.
8831
8832 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8833
8834 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8835 binding (use `M-;' instead).
8836 (ruby-singleton-class-p): New function.
8837 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8838
8839 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8842
8843 2012-08-10 Chong Yidong <cyd@gnu.org>
8844
8845 * progmodes/python.el (python-shell-get-process-name): Don't mess
8846 with same-window-buffer-names.
8847
8848 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8849 (eshell-remove-from-window-buffer-names): Make obsolete.
8850 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8851 (eshell): Just use pop-to-buffer-same-window instead.
8852
8853 2012-08-10 Chong Yidong <cyd@gnu.org>
8854
8855 * bindings.el: Bind M-= back to count-words-region.
8856
8857 * simple.el (count-words-region): Accept a prefix arg for acting
8858 on the entire buffer.
8859 (count-words--buffer-message): New helper function.
8860
8861 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8864 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8865 (event-start, event-end): Use posn-at-point to return a more
8866 informative posn.
8867 (posnp): New function.
8868 * mouse.el (popup-menu-normalize-position): Use it.
8869
8870 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8871
8872 * mouse.el (popup-menu-normalize-position): New function.
8873 (popup-menu): Use `popup-menu-normalize-position' to normalize
8874 the form for POSITION argument.
8875
8876 * term/x-win.el (x-menu-bar-open):
8877 Use the value returend from (posn-at-point) as position
8878 passed to `popup-menu'.
8879
8880 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8881
8882 * calc/calccomp.el (math-compose-expr): Add extra argument
8883 indicating that parentheses should be put around products in
8884 denominators. Give multiplication precedence over division during
8885 composition.
8886
8887 2012-08-09 Chong Yidong <cyd@gnu.org>
8888
8889 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8890 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8891 (Man-untabify-command, manual-program): Convert to defcustom
8892 (Bug#10429).
8893
8894 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8895
8896 * descr-text.el (describe-char): Don't insert extra newlines
8897 (Bug#10127).
8898
8899 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8900 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8901
8902 * align.el (align-region): Delete temporary markers (Bug#10047).
8903 Plus some code cleanups.
8904
8905 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8906
8907 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8908 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8909 (python-shell-internal-last-output): Use make-local-variable
8910 instead of make-variable-buffer-local.
8911
8912 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8913
8914 * progmodes/python.el: Enhancements to forward-sexp.
8915 (python-nav-forward-sexp): Rename from
8916 python-nav-forward-sexp-function.
8917 (python-nav--forward-sexp, python-nav--backward-sexp):
8918 New functions.
8919
8920 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8921
8922 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8923 modes and simplification modes.
8924
8925 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * delsel.el (delete-selection-pre-hook): Don't propagate the
8928 file-supersession signals (bug#12161).
8929
8930 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8933 (cl-map-extents): Add compatibility aliases (bug#12135).
8934
8935 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8938 tests by `ignore-error'.
8939 (tramp-find-shell): Open also a new shell, when cache is already
8940 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8941
8942 2012-08-08 Juri Linkov <juri@jurta.org>
8943
8944 * bookmark.el: Add `defaults' property to the bookmark record.
8945 (bookmark-current-buffer): Doc fix.
8946 (bookmark-make-record): Add `defaults' property with default values
8947 to the bookmark record.
8948 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8949 with `bookmark-insert-current-bookmark'.
8950 (bookmark-set): Get `defaults' property from the bookmark record
8951 and use it in `read-from-minibuffer'.
8952 (bookmark-insert-current-bookmark): Remove function.
8953
8954 * info.el (Info-bookmark-make-record): Add `defaults' property
8955 with values of canonical Info node name, the current Info file
8956 name and the current Info node name. (Bug#12107)
8957
8958 2012-08-08 Juri Linkov <juri@jurta.org>
8959
8960 * files.el (basic-save-buffer): Use `buffer-name' as the default
8961 of `read-file-name' when buffer is not visiting a file (bug#12128).
8962
8963 2012-08-08 Juri Linkov <juri@jurta.org>
8964
8965 * info.el (Info-isearch-search): Doc fix.
8966 (Info-search): Change search-failed message from "initial node" to
8967 "end of node" (bug#12078).
8968 (Info-isearch-search): Change `isearch-string-state' to
8969 `isearch--state-string'.
8970
8971 2012-08-08 Glenn Morris <rgm@gnu.org>
8972
8973 * language/persian.el: Remove file.
8974 * language/misc-lang.el: Move unique part of persian.el here.
8975 * loadup.el: Remove language/persian.
8976
8977 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8978
8979 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8980
8981 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8982
8983 * progmodes/python.el: Fix defsubst warning.
8984 (python-syntax-context) Rename from python-info-ppss-context.
8985 (python-syntax-context-type): Rename from
8986 python-info-ppss-context-type.
8987 (python-syntax-comment-or-string-p): Rename from
8988 python-info-ppss-comment-or-string-p.
8989
8990 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8991
8992 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8993
8994 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8995
8996 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8997 a defcustom that is quoted with backquote.
8998
8999 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9000 Fix handling of interactive spec when the body uses return.
9001 (math-do-arg-check, math-define-function-body): Use backquote forms.
9002 * calc/calc-ext.el (math-defcache): Likewise.
9003 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9004 * allout.el (allout-new-exposure): Likewise.
9005 * calc/calcalg2.el (math-tracing-integral): Likewise.
9006 * info.el (Info-last-menu-item): Likewise.
9007 * emulation/vip.el (vip-loop): Likewise.
9008 * textmodes/artist.el (artist-funcall): Likewise.
9009 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9010 Construct menu-item directly.
9011
9012 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9013 Don't declare.
9014
9015 2012-08-07 Chong Yidong <cyd@gnu.org>
9016
9017 * simple.el (deactivate-mark): Preserve text properties when
9018 saving the primary selection (Bug#8384).
9019
9020 2012-08-07 Kevin Ryde <user42@zip.com.au>
9021
9022 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9023 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9024 and continue processing (Bug#12110).
9025
9026 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9029 syntax-propertize-function (bug#10095).
9030
9031 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9034 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9035 describe-function-1.
9036 (describe-function-1): Use them. Move compiler macro after sig.
9037 (help-fns--compiler-macro): Use function-get. Assume we're already in
9038 standard-output. Adjust layout to new call order.
9039
9040 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9041 re-binding a symbol that has a symbol-macro (bug#12119).
9042
9043 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9044
9045 * language/persian.el: New file. (Bug#11812)
9046 * loadup.el: Add language/persian.el.
9047
9048 2012-08-06 Chong Yidong <cyd@gnu.org>
9049
9050 * window.el (window--maybe-raise-frame): New function.
9051 (window--display-buffer): Split off from here.
9052 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9053 (display-buffer-pop-up-window, display-buffer-use-some-window):
9054 Obey an inhibit-switch-frame action alist entry.
9055 (display-buffer): Update doc.
9056
9057 * replace.el (occur-after-change-function): Avoid losing focus by
9058 using the inhibit-switch-frame display parameter (Bug#12139).
9059
9060 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
9061
9062 Make internal shell process buffer names start with space.
9063 * progmodes/python.el (python-shell-make-comint): Add optional
9064 argument INTERNAL.
9065 (run-python-internal): Use it.
9066 (python-shell-internal-get-or-create-process): Check for new
9067 internal buffer names.
9068
9069 2012-08-06 Glenn Morris <rgm@gnu.org>
9070
9071 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9072 Do less getting and setting of environment variables.
9073
9074 2012-08-05 Chong Yidong <cyd@gnu.org>
9075
9076 * proced.el (proced): Add substitution string to docstring to
9077 trigger autoloading of the proced library on C-h f (Bug#1768).
9078
9079 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9080 Don't show defvars which have no second argument (Bug#8638).
9081
9082 * imenu.el (imenu-generic-expression): Move documentation here
9083 from imenu--generic-function.
9084 (imenu--generic-function): Refer to imenu-generic-expression.
9085
9086 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9087
9088 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9089 indentation declaration.
9090 (viper-loop): Add indentation declaration (Bug#7025).
9091
9092 2012-08-05 Chong Yidong <cyd@gnu.org>
9093
9094 * help-fns.el (describe-variable): Add hyperlink for
9095 directory-local variables files. Improve buffer-local and
9096 permanent-local reporting; suggested by MON KEY (Bug#6644).
9097
9098 * help-mode.el (help-dir-local-var-def): New button type.
9099
9100 * files.el (kill-buffer-hook): Provide a defvar.
9101
9102 2012-08-05 Glenn Morris <rgm@gnu.org>
9103
9104 * eshell/esh-ext.el (eshell/addpath):
9105 Also update eshell-path-env. (Bug#12013)
9106
9107 2012-08-05 Chong Yidong <cyd@gnu.org>
9108
9109 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9110
9111 * fringe.el (fringe-styles): Add docstring.
9112 (fringe--check-mode): New function.
9113 (set-fringe-mode, set-fringe-style): Use it.
9114 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9115
9116 * files.el (set-auto-mode): Fix invalid setq call.
9117
9118 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * isearch.el: Misc simplification; use defstruct.
9121 (isearch-mode-map): Dense maps now work like sparse ones.
9122 (isearch--state): New defstruct.
9123 (isearch-string-state, isearch-message-state, isearch-point-state)
9124 (isearch-success-state, isearch-forward-state)
9125 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9126 (isearch-wrapped-state, isearch-barrier-state)
9127 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9128 replaced by defstruct's accessors.
9129 (isearch--set-state): Rename from isearch-top-state and change
9130 calling convention.
9131 (isearch-push-state): Use new isearch--get-state.
9132 (isearch-toggle-word): Disable regexp when enabling word.
9133 (isearch-message-prefix): Remove unused arg _c-q-hack.
9134 (isearch-message-suffix): Remove unused arg _ellipsis.
9135
9136 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9137
9138 * simple.el (list-processes--refresh): For a server use :host or
9139 :local as the address.
9140 (list-processes): Doc fix.
9141
9142 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9143
9144 * lisp/mpc.el: Support password in host argument.
9145 (mpc--proc-connect): Parse and use new password element.
9146 Set mpc-proc variable instead of returning process.
9147 (mpc-proc): Adjust accordingly.
9148
9149 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9150
9151 * whitespace.el (whitespace-display-mappings): Use Unicode
9152 codepoints, instead of emacs-mule codepoints. See
9153 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9154 for the details.
9155
9156 * files.el (file-truename): Don't skip symlink-chasing part on
9157 windows-nt. Incorporate the resolution of 8+3 short aliases on
9158 Windows into the loop that recursively chases symlinks.
9159 Compare directory and its parent case-insensitively on MS-Windows and
9160 MS-DOS.
9161
9162 2012-08-03 Chong Yidong <cyd@gnu.org>
9163
9164 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9165
9166 * sort.el (sort-regexp-fields): Doc fix.
9167
9168 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9169
9170 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9171 labels regex position point at the expected place.
9172
9173 2012-08-03 MON KEY <monkey@sandpframing.com>
9174
9175 * net/imap.el (imap-interactive-login, imap-authenticate)
9176 (imap-mailbox-lsub, imap-mailbox-list)
9177 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9178 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9179 (imap-parse-response): Doc fix.
9180
9181 2012-08-03 João Távora <joaotavora@gmail.com>
9182
9183 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9184 if sexp scanning does not move point (Bug#5734).
9185
9186 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9187
9188 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9189 Add listings, minted, and ctable packages.
9190 (reftex-label-alist-builtin): Move listings, minted, and ctable
9191 entries before LaTeX.
9192 (reftex-label-alist): Docfix.
9193
9194 2012-08-02 Bastien Guerry <bzg@gnu.org>
9195
9196 * replace.el (occur): Fix docstring (bug#12122).
9197
9198 2012-08-02 Glenn Morris <rgm@gnu.org>
9199
9200 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9201
9202 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9203
9204 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9205 * international/mule-cmds.el: Create
9206 inactivate-current-input-method-function as an obsolete alias for
9207 deactivate-current-input-method-function. See Katsumi Yamaoka in
9208 <http://bugs.gnu.org/10150#46>.
9209
9210 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9211
9212 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9213 of nested `if's.
9214
9215 2012-08-01 Glenn Morris <rgm@gnu.org>
9216
9217 * progmodes/autoconf.el (autoconf-definition-regexp):
9218 Add AH_TEMPLATE, adjust submatch numbering.
9219 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9220 (autoconf-current-defun-function): Update for above change.
9221 (autoconf-current-defun-function): First skip to end of current word.
9222
9223 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9224
9225 * calendar/cal-html.el (cal-html-insert-agenda-days):
9226 Fix typo. (Bug#12018)
9227
9228 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9229
9230 Shell processes: enhancements to startup and CEDET compatibility.
9231 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9232 (python-shell-make-comint): accept-process-output at startup.
9233 (run-python-internal): Set inferior-python-mode-hook to nil.
9234 (python-shell-internal-get-or-create-process): call sit-for.
9235 (python-preoutput-result): Add obsolete alias.
9236 (python-shell-internal-send-string): Use it.
9237 (python-shell-send-setup-code): Remove call to
9238 accept-process-output.
9239
9240 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9241
9242 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9243 (Bug#12108)
9244
9245 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9246
9247 * calc-mode.el (calc-basic-simplification-mode): Rename from
9248 `calc-limited-simplification-mode'.
9249 (calc-alg-simplification-mode): New function.
9250 (calc-set-simplify-mode): Adjust message.
9251
9252 * calc.el (calc-set-mode-line): Adjust mode line display for
9253 basic simplification mode.
9254
9255 * calc-help.el (calc-m-prefix-help): Update help message.
9256
9257 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9258 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9259
9260 2012-07-31 Bastien Guerry <bzg@gnu.org>
9261
9262 * man.el (man): Fix comment. (bug#12101)
9263
9264 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9265
9266 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9267 Don't return a non-nil value when no suitable buffer was found.
9268
9269 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
9270
9271 * progmodes/python.el (run-python-internal): Disable font lock for
9272 internal shells.
9273
9274 2012-07-30 Stefan Merten <smerten@oekonux.de>
9275
9276 * textmodes/rst.el: Silence `checkdoc-ispell'.
9277 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9278 (rst-official-version, rst-official-cvs-rev)
9279 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9280 (rst-mode-map): New key binding.
9281
9282 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9283
9284 Update .PHONY listings in makefiles.
9285 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9286 autoloads, update-subdirs, updates, bzr-update, update-authors,
9287 compile-onefile, compile-calc, backup-compiled-files,
9288 compile-after-backup, compile-one-process, mh-autoloads,
9289 bootstrap-clean, distclean, maintainer-clean.
9290
9291 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9292
9293 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9294 (calc-set-mode-line): Don't display "AlgSimp ".
9295
9296 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9297 (calc-lim-simplify-mode): New function.
9298 (calc-set-simplify-mode): Default to 'alg.
9299 (calc-default-simplify-mode): Make algebraic simplifications
9300 the default.
9301
9302 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9303 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9304
9305 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9306 indicate new simplification modes.
9307
9308 * calc/README: Mention new default simplification mode.
9309
9310 * calc/calc.el (math-normalize-error): New variable.
9311 (math-normalize): Set `math-normalize-error' to t
9312 when there's an error.
9313
9314 * calc/calc-alg.el (math-simplify): Don't simplify when
9315 `math-normalize' returns an error.
9316
9317 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9318
9319 * international/mule-cmds.el (set-locale-environment): Revert last
9320 change, since display-graphic-p returns nil when this function is
9321 called during startup. Instead...
9322
9323 * term/w32console.el (terminal-init-w32console): ...setup the
9324 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9325
9326 2012-07-29 Juri Linkov <juri@jurta.org>
9327
9328 * simple.el (goto-line): Don't display default line number in the
9329 prompt because it should be displayed by `read-number' (bug#9952).
9330 Add the current line number to the defaults of `goto-line' to
9331 allow its easier modification by users with `M-n' (bug#9201).
9332
9333 * subr.el (read-number): Support multiple default values like in
9334 other minibuffer reading functions. Replace `read' with
9335 `string-to-number' for consistency with `number-to-string'.
9336
9337 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9338
9339 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9340 * emulation/viper-init.el (viper-deactivate-input-method-action):
9341 Rename from viper-inactivate-input-method-action.
9342 (viper-deactivate-input-method):
9343 Rename from viper-inactivate-input-method.
9344 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9345 * international/mule-cmds.el (deactivate-input-method):
9346 Rename from inactivate-input-method.
9347 Also run input-method-deactivate-hook.
9348 (deactivate-current-input-method-function):
9349 Rename from inactivate-current-input-method-function.
9350 (input-method-deactivate-hook): New hook.
9351 (input-method-inactivate-hook): Mark obsolete.
9352 (inactivate-input-method): Mark obsolete.
9353
9354 * international/quail.el (quail-activate):
9355 Also run quail-deactivate-hook.
9356 (quail-deactivate): Rename from quail-inactivate.
9357 * international/robin.el (robin-activate):
9358 Also run robin-deactivate-hook.
9359 (robin-deactivate): Rename from robin-inactivate.
9360
9361 2012-07-29 Chong Yidong <cyd@gnu.org>
9362
9363 * simple.el (indicate-copied-region): New function.
9364 (kill-ring-save): Split off from here.
9365
9366 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9367 (kill-rectangle): Set deactivate-mark to t on read-only error.
9368
9369 * register.el (copy-to-register, copy-rectangle-to-register):
9370 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9371 (append-to-register, prepend-to-register): Call indicate-copied-region.
9372
9373 2012-07-29 Juri Linkov <juri@jurta.org>
9374
9375 * simple.el (async-shell-command-buffer): New defcustom.
9376 (shell-command): Use it. (Bug#4719)
9377
9378 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9379
9380 * international/mule-cmds.el (set-locale-environment): In a
9381 console session on MS-Windows, set up keyboard and terminal
9382 encoding from the OEM codepage, not the ANSI codepage.
9383 (Bug#12055)
9384
9385 2012-07-28 Chong Yidong <cyd@gnu.org>
9386
9387 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9388 gdb-get-location.
9389
9390 2012-07-28 Leo Liu <sdl.web@gmail.com>
9391
9392 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9393 the alist (bug#12029).
9394
9395 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9396
9397 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9398 (compile-always, compile-first)
9399 ($(lisp)/calendar/cal-loaddefs.el)
9400 ($(lisp)/calendar/diary-loaddefs.el)
9401 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9402 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9403 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9404 instead of on update-subdirs.
9405 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9406
9407 2012-07-28 Chong Yidong <cyd@gnu.org>
9408
9409 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9410 directory if vc-deduce-backend returns nil (Bug#7350).
9411
9412 * simple.el (delete-trailing-lines): New option.
9413 (delete-trailing-whitespace): Obey it (Bug#11879).
9414
9415 2012-07-28 David Engster <deng@randomsample.de>
9416
9417 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9418 Explanation of new 'symbol-qnames feature in doc-strings.
9419 (xml-maybe-do-ns): Return expanded names as plain symbols if
9420 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9421 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9422
9423 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9424
9425 Consistent completion in inferior python with emacs -nw.
9426 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9427 binding in inferior-python-mode-map with "\t".
9428 (python-shell-completion-complete-at-point)
9429 (python-completion-complete-at-point): Remove interactive spec.
9430
9431 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9432
9433 * calc/calccomp.el (math-compose-expr): Undo previous change.
9434
9435 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9436
9437 * progmodes/python.el (python-mode-map): Add keybinding for
9438 run-python.
9439 (python-shell-make-comint): Fix pop-to-buffer call.
9440 (run-python): Autoload. New arg SHOW.
9441 (python-shell-get-or-create-process): Do not pop python process
9442 buffer.
9443
9444 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9445
9446 * notifications.el (notifications-on-action-signal)
9447 (notifications-on-closed-signal): Use also the bus address for the map.
9448 (notifications-notify, notifications-close-notification)
9449 (notifications-get-capabilities): Add optional argument BUS.
9450
9451 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9452
9453 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9454 Add support for the lstlisting and minted environments, and for the
9455 ctable macro.
9456 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9457 labels written in keyvals syntax.
9458
9459 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9460
9461 * calc/calccomp.el (math-compose-expr): Use parentheses when
9462 there is a product in the denominator of a fraction.
9463
9464 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9465
9466 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9467 ($(lisp)/calendar/diary-loaddefs.el)
9468 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9469 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9470 Fixes failures in parallel bootstrap because subdirs.el is being
9471 rewritten while the autoload files are built at the same time,
9472 which needs to load subdirs.el.
9473
9474 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9475
9476 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9477 (mouse-drag-line): Don't exit tracking when a switch-frame or
9478 switch-window event occurs (Bug#12006).
9479
9480 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * mouse.el (popup-menu): Fix last change.
9483
9484 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 Autoload from Lisp with more care. Follow aliases when looking for
9487 function properties.
9488 * subr.el (autoloadp): New function.
9489 (symbol-file): Use it.
9490 (function-get): New function.
9491 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9492 autoload-do-load.
9493 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9494 (lisp-indent-function):
9495 * emacs-lisp/gv.el (gv-get):
9496 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9497 * emacs-lisp/byte-opt.el (byte-optimize-form):
9498 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9499 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9500 Use function-get.
9501 * emacs-lisp/cl.el: Don't propagate function properties any more.
9502
9503 * speedbar.el (speedbar-add-localized-speedbar-support):
9504 * emacs-lisp/disass.el (disassemble-internal):
9505 * desktop.el (desktop-load-file):
9506 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9507 (describe-function-1):
9508 * emacs-lisp/find-func.el (find-function-noselect):
9509 * emacs-lisp/elp.el (elp-instrument-function):
9510 * emacs-lisp/advice.el (ad-has-proper-definition):
9511 * apropos.el (apropos-safe-documentation, apropos-macrop):
9512 * emacs-lisp/debug.el (debug-on-entry):
9513 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9514 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9515 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9516
9517 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9518
9519 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9520 function, not an obsolete variable (Bug#12046).
9521
9522 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9523
9524 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9525
9526 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9527
9528 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9529 window only if it is still live (Bug#12034).
9530
9531 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9532
9533 * subr.el (redirect-frame-focus): Add advertised calling
9534 convention (Bug#12030).
9535
9536 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9537
9538 Prefer typical American spelling for "acknowledgment".
9539 * vc/add-log.el (change-log-acknowledgment): Rename from
9540 change-log-acknowledgement, with an alias for the old name.
9541
9542 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9543
9544 * calc-alg.el (math-simplify-divide): Don't cross multiply
9545 in an equation when the lhs is a variable.
9546
9547 2012-07-24 Julien Danjou <julien@danjou.info>
9548
9549 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9550 Remove, unused.
9551
9552 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9553
9554 * startup.el (command-line): Don't display an empty user name in
9555 the error message about non-existent home directory, when
9556 init-file-user was set to an empty string. See
9557 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9558 for the details and context.
9559
9560 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9561
9562 * ses.el (ses-cell-formula-aset): New macro.
9563 (ses-cell-references-aset): New macro.
9564 (ses-cell-p): New function.
9565 (ses-rename-cell): Do no longer rely on complex operations like
9566 ses-cell-set-formula or ses-set-cell to change the cell and handle
9567 the undo at the same time, but rather use lower level new macros
9568 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9569 the undo directly. Refresh the mode line.
9570
9571 2012-07-21 Leo Liu <sdl.web@gmail.com>
9572
9573 * progmodes/cc-cmds.el (c-defun-name):
9574 Use match-string-no-properties instead for consistency.
9575
9576 2012-07-20 Leo Liu <sdl.web@gmail.com>
9577
9578 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9579 (Bug#7879)
9580
9581 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9582
9583 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9586 * progmodes/bug-reference.el, misearch.el: Provide themselves
9587 (bug#11915).
9588
9589 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9590 of narrowed buffer (bug#11966).
9591
9592 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9593
9594 * ses.el (ses-rename-cell): Set new name also in reference list of
9595 cells of which the renamed cell depends.
9596
9597 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9598
9599 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9600 to check whether menu-bar is shown or not. If not shown,
9601 show the menu-bar as a popup menu instead of using tmm.
9602 * mouse.el (popup-menu): Accept `point' as `position' argument.
9603
9604 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9605
9606 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9607 up inside string symbol literal (bug#11923).
9608
9609 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9610
9611 * startup.el (fancy-startup-text): Read the whole tutorial, not
9612 just its first 256 bytes. Prevents gibberish in display of the
9613 tutorial title.
9614
9615 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9616
9617 Drop idle buffer compaction due to an absence of the
9618 proved efficiency.
9619 * compact.el: Remove.
9620
9621 2012-07-19 Sam Steingold <sds@gnu.org>
9622
9623 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9624 vc-bzr-pull & vc-bzr-merge-branch.
9625 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9626 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9627 for consistency with compilation-error-regexp-alist.
9628 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9629 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9630 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9631 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9632
9633 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * emacs-lisp/chart.el: Use lexical-binding.
9636 (chart-emacs-storage): Don't hardcode the list of entries.
9637
9638 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9639
9640 Next round of tweaks caused by Fgarbage_collect changes.
9641 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9642
9643 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9644
9645 Compact buffers when idle.
9646 * compact.el: New file.
9647
9648 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * subr.el (eventp): Presume that if it looks vaguely like an event,
9651 it's an event (bug#10190).
9652
9653 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9654
9655 Enhancements to ppss related code (thanks Stefan).
9656 * progmodes/python.el (python-indent-context)
9657 (python-indent-calculate-indentation, python-indent-dedent-line)
9658 (python-indent-electric-colon, python-nav-forward-block)
9659 (python-mode-abbrev-table)
9660 (python-info-assignment-continuation-line-p): Simplify checks
9661 for ppss context.
9662 (python-info-continuation-line-p): Cleanup.
9663 (python-info-ppss-context): Do not catch 'quote.
9664 (python-info-ppss-context-type)
9665 (python-info-ppss-comment-or-string-p): Simplify.
9666
9667 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9668
9669 * progmodes/python.el: Enhancements to eldoc support.
9670 (python-info-current-symbol): New function.
9671 (python-eldoc-at-point): Use python-info-current-symbol.
9672 (python-info-current-defun): Fix cornercase on first defun scan.
9673 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9674 and signal error when no inferior python process is available.
9675
9676 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9677
9678 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9679 assume it's always t.
9680 (vc-git-registered): Remove caching, the function is only called
9681 once.
9682 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9683
9684 2012-07-18 Chong Yidong <cyd@gnu.org>
9685
9686 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9687
9688 * simple.el (count-words): Report on narrowing (Bug#9959).
9689
9690 * bindings.el: Bind M-= to count-words.
9691
9692 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9693
9694 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9695
9696 * progmodes/sh-script.el (sh-imenu-generic-expression):
9697 Capture a function with `function' keyword and without parentheses
9698 like "function FOO" (bug#11856).
9699
9700 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9701
9702 * window.el (split-window-sensibly): Make WINDOW argument
9703 optional.
9704
9705 2012-07-18 Chong Yidong <cyd@gnu.org>
9706
9707 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9708
9709 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9710 and make C-x 8 RET exit isearch (Bug#11439).
9711
9712 * international/iso-transl.el: Move isearch-mode-map key
9713 definitions to isearch.el.
9714
9715 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9718 (eieio-defclass): Use gv-define-setter when possible.
9719
9720 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9721
9722 Reflect recent changes in Fgarbage_collect.
9723 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9724 reflect new format of data returned by Fgarbage_collect.
9725
9726 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9727
9728 New utility functions + python-info-ppss-context fix (Bug#11910).
9729 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9730 (python-info-ppss-comment-or-string-p): New functions.
9731 (python-info-ppss-context): Small fix for string check.
9732
9733 2012-07-17 Juri Linkov <juri@jurta.org>
9734
9735 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9736 (dired-do-async-shell-command): Don't add `*' at the end of the
9737 command (Bug#11815).
9738 (dired-do-shell-command): Doc fix.
9739 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9740 Join the individual commands using either "&" or ";" as the
9741 separator depending on the values of these trailing characters.
9742 At the end re-add the trailing "&". (Bug#10598)
9743
9744 * simple.el (async-shell-command): Sync the interactive spec with
9745 `shell-command'. Doc fix.
9746 (shell-command): Doc fix.
9747
9748 2012-07-17 Juri Linkov <juri@jurta.org>
9749
9750 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9751
9752 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9753
9754 Final renames and doc fixes for movement commands (bug#11899).
9755 * progmodes/python.el (python-nav-beginning-of-statement):
9756 Rename from python-nav-statement-start.
9757 (python-nav-end-of-statement): Rename from
9758 python-nav-statement-end.
9759 (python-nav-beginning-of-block): Rename from
9760 python-nav-block-start.
9761 (python-nav-end-of-block): Rename from python-nav-block-end.
9762
9763 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9764
9765 * progmodes/python.el (python-shell-send-string-no-output):
9766 Allow accept-process-output to quit, keeping shell process ready for
9767 future interactions (Bug#11868).
9768
9769 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9772
9773 * emacs-lisp/elint.el (elint-find-args-in-code):
9774 Use help-function-arglist, so as to handle lexical byte-code.
9775
9776 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9777 change (bug#11826).
9778
9779 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9782 Avoid spuriously marking the buffer as modified because of c-is-sws.
9783
9784 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9785 as not-a-comment (bug#11946).
9786
9787 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9788 for uninterned vars.
9789
9790 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9791 Use read-event since we don't really want to read chars but bytes.
9792
9793 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9794 $$..$$ but also $..$ using regexps (bug#11953).
9795 Use tex-verbatim for \url and \path.
9796 (tex-font-lock-keywords): Define as defconst like the others.
9797 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9798
9799 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9800
9801 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9802 alias for insert-char.
9803
9804 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9805
9806 * progmodes/python.el: Simplified imenu implementation.
9807 (python-nav-jump-to-defun): Remove command.
9808 (python-mode-map): Use `imenu' instead.
9809 (python-nav-list-defun-positions-cache)
9810 (python-imenu-include-defun-type, python-imenu-make-tree)
9811 (python-imenu-subtree-root-label, python-imenu-index-alist):
9812 Remove vars.
9813 (python-nav-list-defun-positions, python-nav-read-defun)
9814 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9815 (python-imenu-make-tree, python-imenu-create-index):
9816 Remove functions.
9817 (python-mode): Update to interact with imenu by setting
9818 `imenu-extract-index-name-function' only.
9819
9820 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9821
9822 * progmodes/python.el: Enhancements to navigation commands.
9823 (python-nav-backward-sentence)
9824 (python-nav-forward-sentence): Remove.
9825 (python-nav-backward-statement, python-nav-forward-statement)
9826 (python-nav-statement-start, python-nav-statement-end)
9827 (python-nav-backward-block, python-nav-forward-block)
9828 (python-nav-block-start, python-nav-block-end)
9829 (python-nav-forward-sexp-function)
9830 (python-info-current-line-comment-p)
9831 (python-info-current-line-empty-p): New functions.
9832 (python-indent-context): Use `python-nav-statement-start'.
9833
9834 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9835
9836 * eshell/em-ls.el (eshell/ls): Use `apply'.
9837
9838 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9839 multi-hops, instead of Tramp internals.
9840
9841 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9842
9843 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9844 when F1 and F2 are located on different hosts.
9845
9846 2012-07-14 Chong Yidong <cyd@gnu.org>
9847
9848 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9849 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9850 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9851 (xterm-mouse--read-event-sequence-1000)
9852 (xterm-mouse--read-event-sequence-1006): New functions. For old
9853 mouse protocol, handle M-mouse-X events correctly.
9854 (xterm-mouse-event): New arg specifying mouse protocol.
9855 (turn-on-xterm-mouse-tracking-on-terminal)
9856 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9857 sequence to toggle extended coordinates on newer XTerms.
9858 This appears to be harmless on terminals which do not support this.
9859
9860 2012-07-14 Leo Liu <sdl.web@gmail.com>
9861
9862 Add fringe bitmap indicators for flymake. (Bug#11253)
9863 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9864 (flymake-make-overlay): New arg BITMAP.
9865 (flymake-error-bitmap, flymake-warning-bitmap)
9866 (flymake-fringe-indicator-position): New user variables.
9867
9868 * fringe.el: New bitmap exclamation-mark.
9869
9870 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9871
9872 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9873 also (Bug#7879).
9874
9875 2012-07-14 Chong Yidong <cyd@gnu.org>
9876
9877 * electric.el (electric-pair-post-self-insert-function): Fix pair
9878 insertion in empty-region case (Bug#11520).
9879
9880 2012-07-14 Chong Yidong <cyd@gnu.org>
9881
9882 * bindings.el: Consolidate ctl-x-r-map bindings.
9883 Bind copy-rectangle-as-kill to C-x r w.
9884
9885 * rect.el, register.el: Move bindings to bindings.el.
9886
9887 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9888
9889 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9890
9891 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9892
9893 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9894
9895 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9896
9897 * bindings.el (top): Use `mapc' instead of `mapcar'.
9898
9899 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9900
9901 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9902
9903 * progmodes/sql.el (sql-comint): Suppress the check for program on
9904 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9905 (Bug#11908)
9906
9907 2012-07-13 Chong Yidong <cyd@gnu.org>
9908
9909 * bindings.el: Assign a non-nil permanent-local property to
9910 per-buffer variables which lack a default value (Bug#11930).
9911
9912 * help-fns.el (describe-variable): In the "automatically becomes
9913 local" notice, take note of permanent-local variables.
9914
9915 2012-07-13 Chong Yidong <cyd@gnu.org>
9916
9917 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9918 to allow printing the message when called from Lisp.
9919
9920 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9921 Remove toggle-read-only.
9922
9923 * bs.el (bs-toggle-readonly):
9924 * buff-menu.el (Buffer-menu-toggle-read-only):
9925 Remove with-no-warnings around toggle-read-only.
9926
9927 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9928 Remove with-no-warnings around toggle-read-only.
9929 (ffap-read-only, ffap-read-only-other-window)
9930 (ffap-read-only-other-frame): Callers changed.
9931
9932 * help-mode.el: Don't require view package.
9933 (help-mode-finish): Set buffer-read-only instead of calling
9934 toggle-read-only.
9935
9936 * bindings.el (mode-line-toggle-read-only):
9937 * dired.el (dired-toggle-read-only):
9938 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9939 with non-nil second arg.
9940
9941 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9942 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9943 directly.
9944
9945 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9946
9947 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9948 not incf.
9949
9950 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 More CL cleanups and reduction of use of cl.el.
9953 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9954 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9955 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9956 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9957 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9958 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9959 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9960 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9961 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9962 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9963 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9964 * eshell/em-cmpl.el, eshell/em-banner.el:
9965 * calendar/parse-time.el: Use cl-lib.
9966 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9967 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9968 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9969 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9970 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9971 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9972 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9973 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9974 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9975 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9976 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9977 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9978 `lambda' rather than with `quote'.
9979 (eshell-do-opt): Adjust accordingly.
9980 (eshell-process-option): Simplify.
9981 * eshell/esh-var.el:
9982 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9983 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9984 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9985 to `pcase--dontcare'.
9986 * emacs-lisp/cl.el (labels): Mark obsolete.
9987 (cl--letf, letf): Move to cl-lib.
9988 (cl--letf*, letf*): Remove.
9989 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9990 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9991 (cl-progv): Rewrite.
9992 (cl--letf, cl-letf): Move from cl.el.
9993 (cl-letf*): New macro.
9994 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9995
9996 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9997
9998 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9999
10000 2012-07-11 Chong Yidong <cyd@gnu.org>
10001
10002 * vc/log-edit.el (log-edit-vc-backend): New variable.
10003 (log-edit): Doc fix.
10004
10005 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10006 argument of log-edit to set up all local variables.
10007 (vc-start-logentry): New optional arg specifying VC backend.
10008
10009 * vc/vc.el (vc-checkin): Use it.
10010 (vc-deduce-fileset): Handle Log Edit buffers.
10011 (vc-diff): Make first argument optional too.
10012
10013 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10014
10015 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10016
10017 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10018 command, just in case. The function is not needed anymore.
10019 (eshell-external-command): Do not call `eshell-remote-command'.
10020
10021 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 Reduce use of (require 'cl).
10024 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10025 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10026 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10027 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10028 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10029 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10030 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10031 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10032 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10033 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10034 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10035 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10036 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10037 (byte-compile-unfold-bcf, byte-compile-check-variable):
10038 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10039 (byte-compile-nilconstp):
10040 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10041 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10042
10043 * emacs-lisp/gv.el (cond): Make it a valid place.
10044 (if): Simplify slightly.
10045
10046 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10047 (pcase--self-quoting-p): New function.
10048 (pcase--u1): Use it.
10049
10050 2012-07-10 Glenn Morris <rgm@gnu.org>
10051
10052 * emacs-lisp/authors.el (authors-fixed-entries):
10053 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10054
10055 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10056
10057 Rename configure.in to configure.ac (Bug#11603).
10058 * emacs-lisp/authors.el (authors-canonical-file-name):
10059 * progmodes/autoconf.el (autoconf-mode):
10060 Prefer configure.ac to configure.in.
10061
10062 2012-07-08 Chong Yidong <cyd@gnu.org>
10063
10064 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10065 Implement the mouse-1-click-follows-link handling properly.
10066
10067 * info.el (Info-link-keymap): Use follow-link mechanism for
10068 header-line links (Bug#374).
10069
10070 * simple.el (deactivate-mark): Do not set the primary selection
10071 if another program has acquired it (Bug#11772).
10072
10073 2012-07-07 Kevin Ryde <user42@zip.com.au>
10074
10075 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10076 (woman-decode-region): Replace escaped-escapes without destroying
10077 bold or underline (Bug#11552).
10078 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10079
10080 2012-07-07 Chong Yidong <cyd@gnu.org>
10081
10082 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10083 (interprogram-cut-function, interprogram-paste-function):
10084 Mention that we typically mean the clipboard.
10085
10086 2012-07-06 Glenn Morris <rgm@gnu.org>
10087
10088 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10089
10090 * files.el (toggle-read-only): Restrict message to interactive use.
10091
10092 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10093
10094 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10095
10096 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10097
10098 2012-07-06 Glenn Morris <rgm@gnu.org>
10099
10100 * Makefile.in (compile-one-process): Rename from "recompile".
10101
10102 * Makefile.in (bzr-update): "compile" is the same as "recompile
10103 autoloads", but parallelizable, so use that instead.
10104
10105 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10106
10107 * window.el (quit-window): Always restore window height when
10108 it's saved in quit-restore parameter (Bug#11810).
10109
10110 2012-07-06 Glenn Morris <rgm@gnu.org>
10111
10112 * simple.el (kill-whole-line): Doc tweak.
10113
10114 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10115
10116 * files.el (file-relative-name): Compare file names
10117 case-insensitively if on MS-Windows or MS-DOS, or if
10118 read-file-name-completion-ignore-case is non-nil. Don't use
10119 case-fold-search for this purpose. (Bug#11827)
10120
10121 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10122
10123 * calendar/cal-dst.el (calendar-current-time-zone):
10124 Return calendar-current-time-zone-cache if non-nil.
10125
10126 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10127 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10128
10129 * calendar/cal-dst.el (calendar-current-time-zone):
10130 Return calendar-current-time-zone-cache if non-nil.
10131
10132 2012-07-06 Glenn Morris <rgm@gnu.org>
10133
10134 * Makefile.in (cvs-update): Remove old alias.
10135
10136 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10137
10138 Sync with Tramp 2.2.6-pre.
10139
10140 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10141 compatible declaration.
10142
10143 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10144 Protect `list-load-path-shadows' call.
10145
10146 * net/tramp-compat.el (top): Require packages, which aren't
10147 autoloaded anymore for XEmacs. Protect call of
10148 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10149 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10150 it hurts at least for SXEmacs.
10151 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10152 standard-value for `temporary-file-directory'.
10153
10154 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10155 Redirect stderr to /dev/null.
10156 (tramp-sh-handle-write-region): uid and gid can be floats.
10157 Reported by Russell Sim <russell.sim@gmail.com>.
10158 (tramp-sh-handle-vc-registered): Hide errors.
10159 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10160 and `start-file-process'.
10161 (tramp-maybe-open-connection): Check also whether `non-essential'
10162 is bound.
10163
10164 2012-07-04 Chong Yidong <cyd@gnu.org>
10165
10166 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10167 (xml-parse-tag): Likewise, and avoid changing entity tables.
10168 (xml-syntax-table): Define from scratch, making sure not to give
10169 x2000 and other Unicode spaces whitespace syntax, since those are
10170 not spaces in XML.
10171 (xml-parse-fragment): Delete unused function.
10172 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10173 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10174 (xml-entity-ref, xml-pe-reference-re)
10175 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10176 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10177 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10178 (xml-entity-value-re): Use syntax references in regexps where
10179 possible; no need to define inside a let-binding.
10180 (xml-parse-dtd): Use xml-pe-reference-re.
10181 (xml-entity-or-char-ref-re): New defconst.
10182 (xml-parse-string, xml-substitute-special): Use it.
10183
10184 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10187 (find-file--read-only): New function.
10188 (find-file-read-only, find-file-read-only-other-window)
10189 (find-file-read-only-other-frame): Use it.
10190 (insert-file-contents-literally): Don't `fset'.
10191 (get-free-disk-space): Use locate-dominating-file.
10192
10193 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10194 function is already compiled.
10195
10196 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10197
10198 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10199
10200 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10201 files on the same host.
10202
10203 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10204
10205 * help-fns.el (describe-function-1): Only call
10206 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10207
10208 2012-07-03 Chong Yidong <cyd@gnu.org>
10209
10210 * xml.el: Protect parser against XML bombs.
10211 (xml-entity-expansion-limit): New variable.
10212 (xml-parse-string, xml-substitute-special): Use it.
10213 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10214
10215 2012-07-03 Glenn Morris <rgm@gnu.org>
10216
10217 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10218 Allow linking to specific messages in debbugs reports (eg 123#5).
10219
10220 2012-07-02 Chong Yidong <cyd@gnu.org>
10221
10222 * xml.el: Fix entity and character reference expansion, allowing
10223 them to expand into markup as per XML spec.
10224 (xml-default-ns): New variable.
10225 (xml-entity-alist): Use XML spec definitions for lt and amp.
10226 (xml-parse-region): Make first two arguments optional.
10227 Discard text properties.
10228 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10229 All callers changed.
10230 (xml-parse-tag): Call xml-parse-tag-1. For backward
10231 compatibility, this function should not modify buffer contents.
10232 (xml-parse-tag-1): Fix opening-tag regexp.
10233 (xml-parse-string): Rewrite, handling entity and character
10234 references properly.
10235 (xml--entity-replacement-text): Signal an error if a parameter
10236 entity is undefined.
10237
10238 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * comint.el (comint-output-filter): Filter out repeated prompts.
10241
10242 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10243 and file-name-absolute-p.
10244 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10245 internal calls.
10246
10247 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10248
10249 Spelling fixes.
10250 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10251 Rename from byte-compile--refiy-function. All uses changed.
10252
10253 2012-07-01 Chong Yidong <cyd@gnu.org>
10254
10255 * xml.el (xml--parse-buffer): New function. Move most of
10256 xml-parse-region here.
10257 (xml-parse-region): Copy region into a temporary buffer, since
10258 parameter entity substitution requires changing buffer contents.
10259 Use xml--parse-buffer.
10260 (xml-parse-file): Use xml--parse-buffer.
10261 (xml-parse-dtd): Make parameter entity substitution work right.
10262 Use proper regexps for ELEMENT declarations (Bug#7172).
10263
10264 2012-06-30 Glenn Morris <rgm@gnu.org>
10265
10266 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10267
10268 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10269 Remove outdated and unnecessary dbus declarations.
10270
10271 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10272
10273 * emacs-lisp/timer.el (timer-until): Subtract results of
10274 float-time, instead of taking float-time of the result of
10275 time-subtract, since float-time signals an error for negative time
10276 arguments.
10277
10278 2012-06-30 Chong Yidong <cyd@gnu.org>
10279
10280 * xml.el (xml-*-re): Convert defvars into defconsts, and
10281 eval-and-compile them so eval-and-compile works on derivatives.
10282 (xml--entity-replacement-text): Use eval-and-comple.
10283
10284 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * vc/vc-git.el (vc-git-registered): Use cache property
10287 `git-registered'.
10288 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10289 `vc-git-working-revision' in order to benefit from the cache.
10290 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10291
10292 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10293
10294 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10295 removed (likely outside Emacs). (Bug#11757)
10296
10297 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * emacs-lisp/cl-lib.el: Require macroexp.
10300
10301 2012-06-30 Chong Yidong <cyd@gnu.org>
10302
10303 * xml.el: Implement XML parameter entities.
10304 (xml-parameter-entity-alist): New variable.
10305 (xml-parse-region, xml-parse-fragment): Preserve previous values
10306 of xml-entity-alist and xml-parameter-entity-alist, so that
10307 repeated calls on different documents do not change them.
10308 (xml-parse-tag): Fix doctype regexp.
10309 (xml--entity-replacement-text): New function.
10310 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10311 properly requires url retrieval which is unimplemented.
10312 (xml-escape-string): Doc fix.
10313
10314 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10317
10318 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10319
10320 * fringe.el (fringe-mode): Doc fix.
10321
10322 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10323
10324 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10325 is non-nil.
10326 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10327 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10328
10329 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10330
10331 * calendar/cal-dst.el (calendar-current-time-zone):
10332 Return calendar-current-time-zone-cache if non-nil.
10333
10334 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10335
10336 * progmodes/which-func.el (which-func-format):
10337 Add mouse-face. (Bug#11698)
10338
10339 2012-06-29 Leo Liu <sdl.web@gmail.com>
10340
10341 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10342
10343 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * minibuffer.el (minibuffer-confirm-exit-commands):
10346 Add completion-at-point (bug#11725).
10347
10348 2012-06-29 Glenn Morris <rgm@gnu.org>
10349
10350 * progmodes/f90.el (f90-font-lock-keywords-2):
10351 Add some preprocessor elements. (Bug#10499)
10352
10353 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10356 Use syntax-propertize (bug#11739).
10357
10358 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10361
10362 2012-06-28 Julien Danjou <julien@danjou.info>
10363
10364 * term.el (term-handle-colors-array): Use a set of new faces to
10365 color the terminal. Also uses :inverse-video property.
10366 (term-default-fg-color): Set to nil by default, deprecate in favor
10367 of `term-face'.
10368 (term-default-bg-color): Set to nil by default, deprecate in favor
10369 of `term-face'.
10370 (term-current-face): Use `term-face' by default.
10371 (term-bold-attribute): Variable deleted.
10372
10373 2012-06-28 Glenn Morris <rgm@gnu.org>
10374
10375 * simple.el (completion-list-mode-finish):
10376 Don't use toggle-read-only. (Since completion-list-mode has
10377 a special mode-class, it wasn't doing anything extra anyway.)
10378
10379 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 Make inlining of other-mode interpreted functions work (bug#11799).
10382 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10383 (byte-compile): Use it to fix compilation of lexical-binding closures.
10384 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10385 function, if needed.
10386
10387 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * help-mode.el (help-make-xrefs): Don't just withstand
10390 cyclic-variable-indirection but any error in documentation-property.
10391
10392 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10393 memory use.
10394 * bindings.el (bindings--define-key): New function.
10395 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10396 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10397 * bindings.el: Use it to purecopy define-key bindings.
10398
10399 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10400
10401 * emacs-lisp/cl.el (flet): Mark obsolete.
10402 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10403 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10404 * progmodes/js.el (js-c-fill-paragraph):
10405 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10406 (ebrowse-switch-member-buffer-to-derived-class):
10407 * play/5x5.el (5x5-solver): Use cl-flet.
10408
10409 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10410 (cl--symbol-function): New macro.
10411 (cl--letf, cl--letf*): Use it.
10412
10413 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10414 Strip "toggle-" if any.
10415
10416 2012-06-27 Glenn Morris <rgm@gnu.org>
10417
10418 * info.el (Info-default-directory-list): Move here from paths.el.
10419 * paths.el: Remove file, which is now empty.
10420 * loadup.el: No longer load "paths".
10421
10422 * custom.el (custom-initialize-delay): Doc fix.
10423
10424 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10425 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10426 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10427 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10428 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10429 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10430 * eshell/eshell.el (eshell-defgroup): Remove alias.
10431
10432 2012-06-27 Chong Yidong <cyd@gnu.org>
10433
10434 * help.el (help-enable-auto-load): New variable.
10435
10436 * help-fns.el (help-fns--autoloaded-p): New function.
10437 (describe-function-1): Refer to a function as "autoloaded" if it
10438 was autoloaded at any time in the past. Perform autoloading if
10439 help-enable-auto-load is non-nil.
10440
10441 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10442
10443 * makefile.w32-in (compile, compile-always): Depend on
10444 update-subdirs, not on subdirs.el. Otherwise, several different
10445 sub-targets of 'bootstrap' running in parallel could
10446 simultaneously write to subdirs.el, producing a garbled file.
10447
10448 2012-06-26 Sam Steingold <sds@gnu.org>
10449
10450 * files.el (file-name-base): New convenience function.
10451 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10452 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10453 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10454 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10455 * textmodes/ispell.el, textmodes/reftex-ref.el:
10456 * textmodes/tex-mode.el: Use it.
10457 Did not touch cedet and org because they are maintained elsewhere.
10458
10459 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10460
10461 * calendar/calendar.el (calendar-exit): Don't try to delete or
10462 iconify last frame. See:
10463 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10464
10465 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10466
10467 * server.el (server-process-filter): Remember dir in the
10468 process's `server-client-directory' properties.
10469
10470 2012-06-24 Chong Yidong <cyd@gnu.org>
10471
10472 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10473 non-tag text.
10474
10475 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10476
10477 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10478
10479 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * help-fns.el (describe-variable): Don't croak when doc is not found.
10482 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10483 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10484 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10485 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10486 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10487 ((lambda ..) ..).
10488 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10489
10490 2012-06-23 Chong Yidong <cyd@gnu.org>
10491
10492 * info.el (Info-mouse-follow-link): Accept symbol values of
10493 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10494 (Info-fontify-node): Use Info-link-keymap for all navigation
10495 buttons, with link-args property to perform the desired action.
10496 (Info-link-keymap): Doc fix.
10497 (Info-next-link-keymap, Info-prev-link-keymap)
10498 (Info-up-link-keymap): Delete now-unused keymaps.
10499
10500 2012-06-23 Chong Yidong <cyd@gnu.org>
10501
10502 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10503
10504 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10505 system abbrevs.
10506
10507 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10508
10509 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10512 (bug#11719).
10513
10514 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10515 the requote function doesn't work properly (bug#11714).
10516
10517 2012-06-23 Glenn Morris <rgm@gnu.org>
10518
10519 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10520
10521 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 Further GV/CL cleanups.
10524 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10525 gv-expander.
10526 (gv--defun-declaration): New function.
10527 (defun-declarations-alist): Use it.
10528 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10529 (gv-place): Autoload.
10530 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10531 original definition of dotimes and dolist.
10532 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10533 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10534 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10535 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10536 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10537 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10538 to the function's definition.
10539 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10540 * window.el:
10541 * files.el:
10542 * faces.el:
10543 * env.el: Don't use CL.
10544
10545 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10546
10547 Support higher-resolution time stamps (Bug#9000).
10548
10549 * calendar/time-date.el (with-decoded-time-value): New arg
10550 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10551 (encode-time-value): New optional arg PICO. New type 3.
10552 (time-to-seconds) [!float-time]: Support the new picoseconds
10553 component if it's used.
10554 (seconds-to-time, time-subtract, time-add):
10555 Support ps-resolution time stamps as well.
10556
10557 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10558 (timerp): Timer vectors now have length 9, not 8.
10559 (timer--time): Support new-style (4-part) time stamps.
10560 (timer-next-integral-multiple-of-time): Time stamps now have
10561 picosecond resolution, so take a bit more care about rounding.
10562 (timer-relative-time, timer-inc-time): New optional arg psecs.
10563 (timer-set-time-with-usecs): Set psecs to 0.
10564 (timer--activate): Check psecs component, too.
10565
10566 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10567
10568 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10571 Move the non-essential binding to the post/pre-command-hook where it is
10572 more obviously correct.
10573
10574 * subr.el (read-passwd): Don't use a history at all.
10575 * savehist.el (savehist-save): Remove password saved accidentally
10576 because of the above bug.
10577
10578 2012-06-22 Bastien Guerry <bzg@gnu.org>
10579
10580 * files.el (toggle-read-only): Display a message telling whether
10581 the buffer is read-only or not (bug#11726).
10582
10583 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * emacs-lisp/gv.el: New file.
10586 * subr.el (push, pop): Extend to generalized variables.
10587 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10588 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10589 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10590 gv-define-simple-setter, and gv-define-expander.
10591 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10592 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10593 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10594 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10595 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10596 gv-letplace.
10597 (cl-defstruct): Don't define setf-method any more.
10598 * emacs-lisp/cl.el (flet): Don't autoload.
10599 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10600 (define-setf-expander, defsetf, define-modify-macro)
10601 (cl-struct-setf-expander): Move from cl-lib.el.
10602 * emacs-lisp/syntax.el:
10603 * emacs-lisp/ewoc.el:
10604 * emacs-lisp/smie.el:
10605 * emacs-lisp/cconv.el:
10606 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10607 (timer--time): Use gv-define-simple-setter.
10608 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10609 to avoid coding-system problems in subr.el. Adjust all users.
10610 (macroexp--maxsize, macroexp-small-p): New functions.
10611 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10612 * scroll-bar.el (scroll-bar-mode):
10613 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10614 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10615 * winner.el (winner-configuration, winner-make-point-alist)
10616 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10617 * files.el (locate-file-completion-table): Avoid list*.
10618
10619 2012-06-22 Chong Yidong <cyd@gnu.org>
10620
10621 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10622 (dired-create-files): Doc fix (Bug#11329).
10623 (dired-do-copy): Doc fix (Bug#11334).
10624 (dired-mark-read-string): Doc fix (Bug#11553).
10625
10626 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10627 Doc fix (Bug#11326).
10628 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10629 (dired-dwim-target): Doc fix.
10630
10631 * wdired.el (wdired-mode): Doc fix.
10632
10633 2012-06-22 Glenn Morris <rgm@gnu.org>
10634
10635 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10636 (pcmpl-rpm-cache-stamp-file): New constant.
10637 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10638 (pcmpl-rpm-packages): Optionally cache list of packages.
10639
10640 * pcmpl-rpm.el (pcmpl-rpm): New group.
10641 (pcmpl-rpm-query-options): New option.
10642 (pcmpl-rpm-packages): No need to inline it.
10643 Use pcmpl-rpm-query-options.
10644
10645 * calendar/calendar.el (calendar-in-read-only-buffer):
10646 Avoid some needless mode changes.
10647
10648 2012-06-21 Chong Yidong <cyd@gnu.org>
10649
10650 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10651 (desktop-path): Remove . from the default value (Bug#10977).
10652 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10653
10654 2012-06-20 Chong Yidong <cyd@gnu.org>
10655
10656 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10657
10658 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10659
10660 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10661 (bug#11201).
10662
10663 2012-06-20 Chong Yidong <cyd@gnu.org>
10664
10665 * term.el (term-window-width): Handle the case of a missing right
10666 fringe (Bug#8837).
10667 (term-check-size): Use window-text-height (Bug#5445).
10668 (term-mode): Use define-derived-mode. Minor cleanups.
10669 Set font-lock-defaults (Bug#7692).
10670 (term-move-columns, term-insert-char, term-emulate-terminal)
10671 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10672
10673 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * net/ange-ftp.el (ange-ftp-get-passwd):
10676 Bind `enable-recursive-minibuffers'.
10677 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10678
10679 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10680
10681 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10682
10683 2012-06-19 Glenn Morris <rgm@gnu.org>
10684
10685 * progmodes/python.el (python-mode): Derive from prog-mode.
10686
10687 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10688
10689 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10690 (edt-user-menu-bar-update-buffers): New functions.
10691 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10692
10693 2012-06-19 Chong Yidong <cyd@gnu.org>
10694
10695 * subr.el (with-selected-window): Preserve the selected window's
10696 terminal's top-frame (Bug#4702).
10697
10698 * window.el (save-selected-window): Likewise.
10699
10700 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * progmodes/python.el (python-rx-constituents): Move backquote.
10703 (python-skeleton-define, python-define-auxiliary-skeleton):
10704 Use `declare'.
10705
10706 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10707
10708 * minibuffer.el (read-file-name-default): Revert the patch from
10709 2012-06-17.
10710
10711 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10714 (pcase--u1, pcase--q1): Don't use apply-partially.
10715
10716 2012-06-18 Glenn Morris <rgm@gnu.org>
10717
10718 * progmodes/python.el (python-proc, python-buffer)
10719 (python-send-receive, python-send-string): Fix obsolete versions.
10720
10721 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10722
10723 * window.el (special-display-p): Completely remove stringp
10724 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10725
10726 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10727
10728 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10729
10730 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10731
10732 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10733 * net/tramp-sh.el (tramp-maybe-open-connection):
10734 Throw if `non-essential' is non-nil.
10735
10736 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10737
10738 * window.el (special-display-p): Signal an error if BUFFER-NAME
10739 is not a string (Bug#11713).
10740
10741 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10742
10743 * progmodes/python.el (python-info-beginning-of-backslash):
10744 Rename from python-info-beginning-of-backlash, as a spelling fix.
10745
10746 2012-06-17 Chong Yidong <cyd@gnu.org>
10747
10748 * term.el (term-emulate-terminal): If term-check-size is called,
10749 move point to the process mark without resetting point (Bug#4635).
10750
10751 2012-06-17 Glenn Morris <rgm@gnu.org>
10752
10753 * international/mule-cmds.el (mule-menu-keymap)
10754 (set-language-environment, set-locale-environment): Doc tweaks.
10755
10756 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10757
10758 * cus-face.el (custom-face-attributes): Add wave-style underline
10759 attribute.
10760 * faces.el (set-face-attribute): Update docstring to describe
10761 wave-style underline attribute.
10762
10763 2012-06-16 Chong Yidong <cyd@gnu.org>
10764
10765 * term/xterm.el (terminal-init-xterm): Discard input before
10766 querying background mode (Bug#10959).
10767
10768 2012-06-16 Stefan Merten <smerten@oekonux.de>
10769
10770 * textmodes/rst.el: Added and corrected some comments.
10771 (rst-re-alist-def): Improve symbol syntax.
10772 (rst-mode-syntax-table): Correct syntax entries.
10773 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10774 (rst-official-version, rst-official-cvs-rev): Update version
10775 information.
10776
10777 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10780 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10781
10782 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10783
10784 * progmodes/python.el: New python.el merge.
10785 (python-guess-indent): Obsolete var.
10786 (python-indent-guess-indent-offset): New defcustom.
10787 (python-indent): Obsolete var.
10788 (python-indent-offset): New defcustom.
10789 (python-python-command, python-jython-command): Delete var.
10790 (python-shell-interpreter): New defcustom.
10791 (python-pdbtrack-do-tracking-p): Delete var.
10792 (python-pdbtrack-activate): New defcustom.
10793 (python-use-skeletons): Obsolete var.
10794 (python-skeleton-autoinsert): New defcustom.
10795 (inferior-python-filter-regexp, python-continuation-offset)
10796 (python-honour-comment-indentation, python-indent-string-contents)
10797 (python-jython-packages, python-mode-hook)
10798 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10799 (python-shell-prompt-alist)
10800 (python-source-modes): Delete defcustoms.
10801 (python-check-buffer-name, python-eldoc-setup-code)
10802 (python-eldoc-string-code, python-ffap-setup-code)
10803 (python-ffap-string-code, python-fill-comment-function)
10804 (python-fill-decorator-function, python-fill-paren-function)
10805 (python-fill-string-function, python-imenu-include-defun-type)
10806 (python-imenu-make-tree, python-imenu-subtree-root-label)
10807 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10808 (python-shell-compilation-regexp-alist)
10809 (python-shell-completion-module-string-code)
10810 (python-shell-completion-pdb-string-code)
10811 (python-shell-completion-setup-code)
10812 (python-shell-completion-string-code)
10813 (python-shell-enable-font-lock, python-shell-exec-path)
10814 (python-shell-extra-pythonpaths)
10815 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10816 (python-shell-process-environment)
10817 (python-shell-prompt-block-regexp)
10818 (python-shell-prompt-output-regexp)
10819 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10820 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10821 (python-shell-virtualenv-path): New defcustoms.
10822 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10823 (inferior-python-mode-syntax-table, python--prompt-regexp)
10824 (python-buffer, python-command python-python-command)
10825 (python-default-template, python-imports, python-indent-index)
10826 (python-indent-list, python-indent-list-length)
10827 (python-mode-running, python-pdbtrack-is-tracking-p)
10828 (python-preoutput-continuation, python-preoutput-leftover)
10829 (python-preoutput-result, python-preoutput-skip-next-prompt)
10830 (python-prev-dir/file, python-recursing)
10831 (python-saved-check-command, python-version-checked)
10832 (python-which-func-length-limit)
10833 (view-return-to-alist): Delete vars.
10834 (python-check-custom-command, python-dotty-syntax-table)
10835 (python-imenu-index-alist, python-indent-current-level)
10836 (python-indent-dedenters, python-indent-levels)
10837 (python-nav-beginning-of-defun-regexp)
10838 (python-nav-list-defun-positions-cache)
10839 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10840 (python-shell-internal-buffer)
10841 (python-skeleton-available): New vars.
10842 (def-python-skeleton): Delete macro.
10843 (python-skeleton-define): New macro.
10844 (python-define-auxiliary-skeleton, python-rx): New macros.
10845 (python-insert-class): Delete command.
10846 (python-skeleton-class): New command.
10847 (python-insert-def): Delete command.
10848 (python-skeleton-def): New command.
10849 (python-insert-for): Delete command.
10850 (python-skeleton-for): New command.
10851 (python-insert-if): Delete command.
10852 (python-skeleton-if): New command.
10853 (python-insert-try/except, python-insert-try/finally): Delete commands.
10854 (python-skeleton-try): New command.
10855 (python-insert-while): Delete command.
10856 (python-skeleton-while): New command.
10857 (python-backspace): Delete command.
10858 (python-indent-dedent-line-backspace): New command.
10859 (python-electric-colon): Delete command.
10860 (python-indent-electric-colon): New command.
10861 (python-guess-indent): Delete command.
10862 (python-indent-guess-indent-offset): New command.
10863 (python-shift-left): Delete command.
10864 (python-indent-shift-left): New command.
10865 (python-shift-right): Delete command.
10866 (python-indent-shift-right): New command.
10867 (python-find-function): Delete command.
10868 (python-nav-jump-to-defun): New command.
10869 (python-next-statement): Delete command.
10870 (python-nav-forward-sentence): New command.
10871 (python-previous-statement): Delete command.
10872 (python-nav-backward-sentence): New command.
10873 (python-fill-paragraph): Delete command.
10874 (python-fill-paragraph-function): New command.
10875 (python-send-buffer): Delete command.
10876 (python-shell-send-buffer): New command.
10877 (python-send-defun): Delete command.
10878 (python-shell-send-defun): New command.
10879 (python-send-region, python-send-region-and-go): Delete commands.
10880 (python-shell-send-region)
10881 (python-shell-switch-to-shell): New commands.
10882 (python-send-string): Delete command.
10883 (python-shell-send-string): New command.
10884 (python-switch-to-python): Delete command.
10885 (python-shell-switch-to-shell): New command.
10886 (python-describe-symbol): Delete command.
10887 (python-eldoc-at-point): New command.
10888 (python--set-prompt-regexp, python-args-to-list)
10889 (python-after-info-look, python-check-version)
10890 (python-check-comint-prompt, python-find-imports)
10891 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10892 (python-unload-function, python-expand-template)
10893 (python-maybe-jython, python-preoutput-filter)
10894 (python-pdbtrack-get-source-buffer)
10895 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10896 (python-pdbtrack-toggle-stack-tracking)
10897 (python-pdbtrack-track-stack-file, python-initial-text)
10898 (python-first-word, python-comment-line-p, python-send-command)
10899 (python-setup-brm, python-sentinel, python-set-proc)
10900 (python-skip-out, python-input-filter, python-outdent-p)
10901 (python-outline-level, python-backslash-continuation-line-p)
10902 (python-end-of-block, python-end-of-statement, python-mark-block)
10903 (python-beginning-of-block, python-beginning-of-statement)
10904 (python-blank-line-p, python-beginning-of-string)
10905 (python-open-block-statement-p): Delete functions.
10906 (python-indent-line, python-indent-line-1): Delete functions.
10907 (python-indent-line): New function.
10908 (python-indentation-levels): Delete function.
10909 (python-indent-calculate-levels): New function.
10910 (python-proc): Delete function.
10911 (python-shell-get-process): New function.
10912 (python-send-receive): Delete function.
10913 (python-shell-send-string-no-output): New function.
10914 (python-module-path): Delete function.
10915 (python-ffap-module-path): New function.
10916 (python-completion-at-point)
10917 (python-symbol-completions): Delete functions.
10918 (python-completion-complete-at-point): New function.
10919 (python-load-file): Delete function.
10920 (python-shell-send-file): New function.
10921 (python-calculate-indentation): Delete function.
10922 (python-indent-calculate-indentation): New function.
10923 (python-skip-comments/blanks): Delete function.
10924 (python-util-forward-comment): New function.
10925 (python-continuation-line-p): Delete function.
10926 (python-info-continuation-line-p): New function.
10927 (python-which-func, python-current-defun): Delete function.
10928 (python-info-current-defun): New function.
10929 (python-beginning-of-defun): Delete function.
10930 (python-nav-beginning-of-defun): New function.
10931 (python-close-block-statement-p)
10932 (python-block-end-p): Delete function.
10933 (python-info-closing-block): New function.
10934 (python-comint-output-filter-function)
10935 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10936 (python-fill-comment, python-fill-decorator, python-fill-paren)
10937 (python-fill-string, python-imenu-make-element-tree)
10938 (python-imenu-make-tree, python-imenu-tree-assoc)
10939 (python-indent-context, python-indent-dedent-line)
10940 (python-indent-line-function)
10941 (python-indent-post-self-insert-function)
10942 (python-indent-toggle-levels)
10943 (python-info-assignment-continuation-line-p)
10944 (python-info-beginning-of-backlash)
10945 (python-info-block-continuation-line-p)
10946 (python-info-closing-block-message)
10947 (python-info-line-ends-backslash-p)
10948 (python-info-looking-at-beginning-of-defun)
10949 (python-info-ppss-context, python-info-ppss-context-type)
10950 (python-nav-list-defun-positions, python-nav-read-defun)
10951 (python-nav-sentence-end, python-nav-sentence-start)
10952 (python-pdbtrack-comint-output-filter-function)
10953 (python-pdbtrack-set-tracked-buffer)
10954 (python-shell-calculate-exec-path)
10955 (python-shell-calculate-process-environment)
10956 (python-shell-completion--do-completion-at-point)
10957 (python-shell-completion--get-completions)
10958 (python-shell-completion-complete-at-point)
10959 (python-shell-completion-complete-or-indent)
10960 (python-shell-get-or-create-process)
10961 (python-shell-get-process-name)
10962 (python-shell-internal-get-or-create-process)
10963 (python-shell-internal-get-process-name)
10964 (python-shell-internal-send-string, python-shell-make-comint)
10965 (python-shell-parse-command, python-shell-send-setup-code)
10966 (python-skeleton-add-menu-items)
10967 (python-util-clone-local-variables, python-util-position)
10968 (run-python-internal, python-indentation-levels)
10969 (python-nav-beginning-of-defun)
10970 (python-completion-complete-at-point): New functions.
10971 (run-python): Change arguments. New API requirements.
10972
10973 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10976 (bug#11649).
10977
10978 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10979 (macroexp--expand-all): Use it.
10980
10981 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10982 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10983 Use `cl-function' instead.
10984
10985 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10986
10987 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10988 Suggested by Stefan Monnier while discussing bug#11657.
10989
10990 2012-06-14 Sam Steingold <sds@gnu.org>
10991
10992 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10993
10994 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10995
10996 * play/doctor.el (doctor-doc): Remove parameter and use
10997 doctor-sent instead of sent.
10998 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10999
11000 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * files.el: Require cl-lib.
11003 (file-name-non-special): Replace case -> cl-case.
11004
11005 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11006
11007 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11008 mapping from #' to function*.
11009
11010 2012-06-13 Chong Yidong <cyd@gnu.org>
11011
11012 * mouse.el (mouse-drag-track): Do not set the mark if the user
11013 releases the mouse without selecting anything (Bug#11588).
11014
11015 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11018 as well (bug#11646).
11019
11020 * loadup.el: Count byte-code functions as well.
11021
11022 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11023 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11024
11025 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11026 (bug#11649). Add cl-defun and cl-defmacro.
11027
11028 2012-06-13 Drew Adams <drew.adams@oracle.com>
11029
11030 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11031 Fix last change.
11032
11033 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11036 Otherwise, it blocks in batch mode.
11037
11038 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11039
11040 * help-mode.el (bookmark-make-record-default): Declare.
11041
11042 2012-06-13 Chong Yidong <cyd@gnu.org>
11043
11044 * emacs-lisp/package.el (list-packages): Compute a list of
11045 packages that are newly-available since the last list-packages
11046 invocation.
11047 (package-menu--new-package-list): New var.
11048 (package-menu--generate, package-menu--print-info)
11049 (package-menu--status-predicate, package-menu-mark-install):
11050 Handle new status label "new".
11051
11052 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11055 conversion to backquotes.
11056
11057 2012-06-12 Chong Yidong <cyd@gnu.org>
11058
11059 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11060 Rename from gud-inhibit-global-bindings.
11061
11062 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11063
11064 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11065 hook from nxml-glyph-set-hook.
11066
11067 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11068 declaration.
11069
11070 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11071
11072 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11073 Convert to defcustom.
11074
11075 2012-06-12 Drew Adams <drew.adams@oracle.com>
11076
11077 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11078 New functions.
11079 (help-mode): Use them.
11080
11081 2012-06-11 Glenn Morris <rgm@gnu.org>
11082
11083 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11084 Use preprocessor face for directives.
11085 (fortran-directive-re): Doc fix.
11086
11087 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11090 conversion to backquotes (bug#11652).
11091
11092 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11093 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11094 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11095 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11096 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11097 (cl-ninth, cl-tenth): Mark them as inlinable.
11098 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11099 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11100 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11101 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11102 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11103 (cl-list*, cl-adjoin): Don't put an autoload manually.
11104 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11105 (cl--compiler-macro-list*): Add autoload cookie.
11106 (cl--compiler-macro-cXXr): New function.
11107
11108 * help-fns.el (help-fns--compiler-macro): New function extracted from
11109 describe-function-1; follow aliases and use `compiler-macro' property.
11110 (describe-function-1): Use it.
11111
11112 2012-06-11 Chong Yidong <cyd@gnu.org>
11113
11114 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11115 is uninstalled, if imagemagick is installed.
11116
11117 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * emacs-lisp/cl-lib.el: Use lexical-binding.
11120 (cl-map-extents, cl-maclisp-member): Remove.
11121 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11122 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11123 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11124 * emacs-lisp/cl-extra.el: Use lexical-binding.
11125 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11126 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11127 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11128 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11129 * emacs-lisp/cl-seq.el: Use lexical-binding.
11130 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11131 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11132 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11133 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11134 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11135 CL's internals.
11136
11137 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11138
11139 Sync with Tramp 2.2.6-pre.
11140
11141 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11142 `print-length' and `print-level' to nil, in order to avoid
11143 truncation. Reported by Christopher Schmidt
11144 <christopher@ristopher.com>.
11145
11146 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11147
11148 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11149 New defmacro.
11150 (tramp-compat-copy-directory): Add optional argument
11151 COPY-CONTENTS. It is not handled yet.
11152
11153 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11154 (tramp-ftp-file-name-p): Simplify.
11155
11156 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11157 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11158 connection vector.
11159
11160 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11161 (tramp-methods): Do not use `tramp-password-end-of-line'.
11162 (tramp-completion-function-alist-putty): Handle UNIX case.
11163 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11164 (tramp-do-file-attributes-with-stat)
11165 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11166 gid as real numbers. They could run out of integer range on cygwin.
11167 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11168 (tramp-sh-handle-expand-file-name): Handle hops.
11169 (tramp-open-connection-setup-interactive-shell):
11170 Use `tramp-cleanup'. Move check for busyboxes ...
11171 (tramp-find-shell): ... here. Simplify implementation.
11172 Set "remote-shell" property also for alternative shells.
11173 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11174 If failing, a regular file would be written otherwise.
11175 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11176 (tramp-find-inline-encoding): Cache the coding commands in the
11177 process cache. Apply test command on the remote side, if defined.
11178 (tramp-find-inline-compress): Cache the compress commands in the
11179 process cache.
11180 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11181 when requested. Handle hops.
11182 (tramp-current-connection): New defvar.
11183 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11184 Throw `suppress', if there was a failed connection shortly before.
11185 Handle user interrupt. (Bug#10187)
11186 (tramp-get-inline-compress, tramp-get-inline-coding):
11187 Read connection properties from the process cache.
11188
11189 * net/tramp-smb.el (tramp-smb-server-version)
11190 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11191 New defconsts.
11192 (tramp-smb-prompt): Extend for powershell prompt.
11193 (tramp-smb-file-name-handler-alist): Add handlers for
11194 `process-file', `shell-command' and `start-file-process'.
11195 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11196 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11197 (tramp-smb-file-name-p): Simplify.
11198 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11199 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11200 (tramp-smb-shell-quote-argument): New defuns.
11201 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11202 Implement using "tar". By this, time-stamps are preserved.
11203 (tramp-smb-handle-copy-file): Handle also the case of directories.
11204 (tramp-smb-do-file-attributes-with-stat)
11205 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11206 Use `tramp-get-connection-buffer').
11207 (tramp-smb-handle-rename-file): Use "rename", when source and
11208 target are on the same share.
11209 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11210 Use `tramp-smb-server-version'.
11211 (tramp-smb-wait-for-output): Remove prompt.
11212
11213 * net/tramp.el (top): Require 'cl.
11214 (tramp-methods, tramp-rsh-end-of-line):
11215 Remove `tramp-password-end-of-line' from docstring.
11216 (tramp-save-ad-hoc-proxies): New defcustom.
11217 (tramp-completion-function-alist): Adapt docstring.
11218 (tramp-default-password-end-of-line): Remove defcustom.
11219 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11220 (tramp-user-regexp, tramp-file-name-regexp-unified)
11221 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11222 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11223 (tramp-remote-file-name-spec-regexp): New defconst.
11224 (tramp-file-name-structure): Extend structure for hops.
11225 (tramp-get-method-parameter): Move up.
11226 (tramp-file-name-p, tramp-dissect-file-name)
11227 (with-parsed-tramp-file-name): Handle hops.
11228 (tramp-file-name-hop): New defun.
11229 (tramp-make-tramp-file-name): New optional arg HOP.
11230 (tramp-message-show-progress-reporter-message): New defvar.
11231 (tramp-with-progress-reporter): Use it. We cannot use
11232 `tramp-message-show-message' here, because this suppresses also
11233 error buffers.
11234 (tramp-error-with-buffer): Suppress buffer view, if
11235 `tramp-message-show-message' is nil.
11236 Use `tramp-get-connection-buffer'.
11237 (tramp-cleanup): New defun.
11238 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11239 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11240 an error unchanged.
11241 (tramp-completion-handle-file-name-all-completions): Handle hops.
11242 Fix an error when called from ido.
11243 (tramp-completion-dissect-file-name): Use better local variable
11244 name. Add hop to the vector.
11245 (tramp-handle-insert-file-contents): Use progress-reporter for the
11246 whole scenario.
11247 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11248 to `t'.
11249 (tramp-check-for-regexp): Simplify search.
11250 (tramp-enter-password): Remove it. Move implementation ...
11251 (tramp-action-password): ... here.
11252 (tramp-mode-string-to-int, tramp-local-host-p)
11253 (tramp-make-tramp-temp-file, tramp-read-passwd)
11254 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11255 Set tramp-autoload cookie.
11256
11257 * net/trampver.el: Update release number.
11258
11259 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11260 Michael Albinus <michael.albinus@gmx.de>
11261
11262 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11263 (tramp-parse-group, tramp-parse-file)
11264 (tramp-parse-shostkeys-sknownhosts): New defuns.
11265 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11266 (tramp-parse-shosts-group, tramp-parse-sconfig)
11267 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11268 (tramp-parse-sknownhosts, tramp-parse-hosts)
11269 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11270 Use them.
11271 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11272 (tramp-parse-putty-group): Don't narrow.
11273 (tramp-parse-putty): Make a loop.
11274 (tramp-file-name-handler): Catch the `suppress' signal.
11275
11276 2012-06-11 Chong Yidong <cyd@gnu.org>
11277
11278 * image.el (imagemagick-register-types): Put the ImageMagick entry
11279 at the end of image-type-file-name-regexps.
11280
11281 2012-06-11 Johan Bockgård <bojohan@gnu.org>
11282
11283 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11284 (pcase, pcase-let*, pcase-dolist): Use them.
11285
11286 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * emacs-lisp/pcase.el (pcase--let*): New function.
11289 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11290 (pcase--expand): Use macroexp-let².
11291
11292 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11295 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11296 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11297 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11298 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11299 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11300
11301 2012-06-10 Glenn Morris <rgm@gnu.org>
11302
11303 * mail/rmail.el (rmail-yank-current-message): Leave point at
11304 correct position. (Bug#11660)
11305
11306 2012-06-10 Chong Yidong <cyd@gnu.org>
11307
11308 * allout-widgets.el: Fix code header.
11309
11310 2012-06-10 Chong Yidong <cyd@gnu.org>
11311
11312 * cus-edit.el (customize-changed-options-previous-release):
11313 Bump to 24.1.
11314
11315 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11316
11317 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11318
11319 2012-06-09 Chong Yidong <cyd@gnu.org>
11320
11321 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11322
11323 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11324
11325 * window.el (special-display-popup-frame): Don't use
11326 window--display-buffer (Bug#11651).
11327
11328 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11329
11330 Fix parallel builds: make sure loaddefs.el is not being written
11331 while Lisp files are compiled.
11332 (compile): Don't depend on 'mh-autoloads'.
11333 (compile-CMD, compile-SH): Depend on 'autoloads'.
11334 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11335
11336 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11337
11338 2012-06-09 Chong Yidong <cyd@gnu.org>
11339
11340 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11341 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11342 Doc fixes (Bug#11225).
11343
11344 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11347 a function if there's a clear indication that it has a compiler-macro.
11348 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11349 (macro-declarations-alist): Add arglist to declaration functions.
11350 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11351 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11352 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11353 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11354 Also add autoload to find the compiler macro.
11355 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11356 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11357 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11358 (cl--compiler-macro-get): New functions, replacing calls to
11359 cl-define-compiler-macro.
11360 (cl-typep) [compiler-macro]: Use macroexp-let².
11361
11362 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11363
11364 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11365 string properly, fixes Bug#11473.
11366
11367 2012-06-08 Chong Yidong <cyd@gnu.org>
11368
11369 * faces.el (set-face-attribute): Doc fix.
11370 (modify-face): Don't use :bold and :italic.
11371 (error, warning, success): Tweak definitions.
11372
11373 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11374 (custom-modified, custom-set, custom-changed, custom-themed)
11375 (custom-saved, custom-button, custom-button-mouse)
11376 (custom-button-pressed, custom-state, custom-comment-tag)
11377 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11378 (custom-group-subtitle): Use new-style face specs.
11379 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11380 (custom-set-face, custom-changed-face, custom-saved-face)
11381 (custom-button-face, custom-button-pressed-face)
11382 (custom-documentation-face, custom-state-face)
11383 (custom-comment-face, custom-comment-tag-face)
11384 (custom-variable-tag-face, custom-variable-button-face)
11385 (custom-face-tag-face, custom-group-tag-face-1)
11386 (custom-group-tag-face): Remove obsolete face alias.
11387
11388 * epa.el (epa-validity-high, epa-validity-medium)
11389 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11390 (epa-field-name, epa-field-body):
11391 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11392 (font-lock-keyword-face, font-lock-builtin-face)
11393 (font-lock-function-name-face, font-lock-variable-name-face)
11394 (font-lock-type-face, font-lock-constant-face):
11395 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11396 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11397 * speedbar.el (speedbar-button-face, speedbar-file-face)
11398 (speedbar-directory-face, speedbar-tag-face)
11399 (speedbar-selected-face, speedbar-highlight-face)
11400 (speedbar-separator-face):
11401 * whitespace.el (whitespace-newline, whitespace-space)
11402 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11403 (whitespace-line, whitespace-space-before-tab)
11404 (whitespace-space-after-tab, whitespace-indentation)
11405 (whitespace-empty):
11406 * emulation/cua-base.el (cua-global-mark):
11407 * eshell/em-prompt.el (eshell-prompt):
11408 * net/newst-plainview.el (newsticker-new-item-face)
11409 (newsticker-old-item-face, newsticker-immortal-item-face)
11410 (newsticker-obsolete-item-face, newsticker-date-face)
11411 (newsticker-statistics-face, newsticker-default-face):
11412 * net/newst-reader.el (newsticker-feed-face)
11413 (newsticker-extra-face, newsticker-enclosure-face):
11414 * net/newst-treeview.el (newsticker-treeview-face)
11415 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11416 (newsticker-treeview-immortal-face)
11417 (newsticker-treeview-obsolete-face)
11418 (newsticker-treeview-selection-face):
11419 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11420 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11421 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11422 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11423 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11424 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11425 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11426 (mpuz-text):
11427 * progmodes/vera-mode.el (vera-font-lock-number)
11428 (vera-font-lock-function, vera-font-lock-interface):
11429 * textmodes/table.el (table-cell): Use new-style face specs, and
11430 don't use the old :bold and :italic attributes.
11431
11432 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11433 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11434 (ebrowse-member-class, ebrowse-progress): Likewise.
11435 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11436 (ebrowse-file-name-face, ebrowse-default-face)
11437 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11438 (ebrowse-progress-face): Remove obsolete faces.
11439
11440 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11441 Inherit from error and warning faces respectively.
11442
11443 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11444 Likewise.
11445 (flyspell-incorrect-face, flyspell-duplicate-face):
11446 Remove obsolete aliases.
11447
11448 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11449
11450 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11451 Avoid infloop.
11452
11453 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * startup.el (argv, argi): Make lexically scoped.
11456 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11457 * emacs-lisp/cl-macs.el: Use lexical-binding.
11458 Rename cl-bind-* to cl--bind-*.
11459 * files.el: Don't require `cl' since it doesn't use it.
11460 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11461
11462 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11463
11464 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11465 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11466 instead of calling external sort utility.
11467 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11468
11469 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11470
11471 * descr-text.el (describe-char): Mention how to insert the
11472 character, if the current input method doesn't support it.
11473 See the discussion in this thread for the details:
11474 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11475
11476 2012-06-08 Sam Steingold <sds@gnu.org>
11477
11478 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11479 XF86Back to previous-buffer.
11480 (minibuffer-local-map): Bind them to next-history-element and
11481 previous-history-element respectively.
11482 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11483 help-go-back respectively.
11484 * info.el (Info-mode-map): Bind them to Info-history-forward and
11485 Info-history-back respectively.
11486 These are the keys next to Up on the ThinkPad keyboard.
11487
11488 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11491 * emacs-lisp/cl-macs.el: Provide itself.
11492 (cl--labels-convert-cache): New var.
11493 (cl--labels-convert): New function.
11494 (cl-flet, cl-labels): New implementation with new semantics, relying on
11495 lexical-binding.
11496 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11497 (cl-closure-vars, cl--function-convert-cache)
11498 (cl--function-convert): Move from cl-macs.el.
11499 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11500 rename by removing the "cl-" prefix.
11501 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11502
11503 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11506 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11507 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11508 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11509 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11510 (cl-hash-table-count): Add old compatibility aliases.
11511
11512 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11513 Use macroexpand-all-environment instead.
11514 (cl--old-macroexpand): New var.
11515 (cl--sm-macroexpand): New function.
11516 (cl-symbol-macrolet): Use it during macro expansion.
11517 (cl--function-convert-cache): New var.
11518 (cl--function-convert): New function, extracted from
11519 cl-macroexpand-all.
11520 (cl-lexical-let): Use it.
11521
11522 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11523 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11524 (cl-member): Remove old alias.
11525
11526 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11527 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11528 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11529 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11530 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11531 (cl-macroexpand-cmacs): Remove var.
11532 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11533 Use macroexpand-all instead.
11534
11535 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11538 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11539 (macroexp-copyable-p): New functions and macros.
11540 * emacs-lisp/edebug.el (edebug-unwrap):
11541 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11542 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11543 (pcase--let*): Remove.
11544 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11545 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11546 macroexp-const-p instead.
11547 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11548
11549 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11550 instead of "cl-" for internal definitions. Use macroexp-const-p.
11551 (cl-old-bc-file-form): Remove var.
11552 (cl-const-exprs-p): Remove fun.
11553 (cl-labels, cl-macrolet): Use backquote.
11554 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11555 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11556 (cl-define-setf-expander): Rename from cl-define-setf-method.
11557 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11558
11559 * international/mule-cmds.el: Don't require CL.
11560 (view-hello-file): Don't use `letf'.
11561
11562 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * tmm.el (tmm-prompt): Use string-prefix-p.
11565 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11566 (tmm-add-prompt): Use minibuffer-completion-help.
11567 (tmm-delete-map): Remove.
11568
11569 * subr.el (kbd): Make it its own function.
11570
11571 2012-06-07 Stefan Merten <smerten@oekonux.de>
11572
11573 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11574 Silence compiler warnings. Fix versions.
11575 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11576 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11577 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11578 (rst-package-emacs-version-alist): Correct Emacs version to
11579 represent major merge with upstream.
11580 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11581
11582 2012-06-06 Glenn Morris <rgm@gnu.org>
11583
11584 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11585 Only print environment variables if set.
11586
11587 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11590 (macroexp--cons): Rename from maybe-cons.
11591 (macroexp--accumulate): Rename from macroexp-accumulate.
11592 (macroexp--all-forms): Rename from macroexpand-all-forms.
11593 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11594 (macroexp--expand-all): Rename from macroexpand-all-1.
11595
11596 2012-06-06 Sam Steingold <sds@gnu.org>
11597
11598 * calendar/calendar.el (calendar-in-read-only-buffer):
11599 Call `special-mode' to enable the standard read-only keybindings.
11600
11601 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11604 with "loading" messages (bug#11635).
11605
11606 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11607
11608 * files.el (enable-remote-dir-locals): New option.
11609 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11610
11611 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11612 Ensure, that the temp directory is local.
11613
11614 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11615 `temporary-file-directory'.
11616
11617 * progmodes/python.el (python-send-region): Ensure, that the
11618 temporary file is created also in the remote case.
11619
11620 2012-06-06 Glenn Morris <rgm@gnu.org>
11621
11622 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11623 (vc-rcs-update-changelog): Use it.
11624
11625 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11626
11627 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11628 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11629 (vc-sccs-diff): Replace use of the external vcdiff script.
11630
11631 2012-06-05 Glenn Morris <rgm@gnu.org>
11632
11633 * ledit.el: Move to obsolete/.
11634
11635 2012-06-05 Sam Steingold <sds@gnu.org>
11636
11637 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11638 patch (Bug#11140).
11639
11640 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * emacs-lisp/cust-print.el: Move to obsolete.
11643
11644 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11645 compiler-macro expansion.
11646
11647 Add native compiler-macro support.
11648 * emacs-lisp/macroexp.el (macroexpand-all-1):
11649 Support compiler-macros directly. Properly follow aliases and apply
11650 the compiler macros more thoroughly.
11651 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11652 macroexpand now properly follows aliases.
11653 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11654 (cl-compiler-macroexpand): Use new prop.
11655 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11656
11657 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11658
11659 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11660
11661 * window.el (get-lru-window, get-mru-window, get-largest-window):
11662 New argument NOT-SELECTED to avoid picking the selected window.
11663 (window--display-buffer-1, window--display-buffer-2): Replace by
11664 new function window--display-buffer
11665 (display-buffer-same-window, display-buffer-reuse-window)
11666 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11667 Use window--display-buffer.
11668 (display-buffer-use-some-window): Remove temporary dedication
11669 hack by calling get-lru-window and get-largest-window with
11670 NOT-SELECTED argument non-nil. Call window--display-buffer.
11671
11672 2012-06-05 Glenn Morris <rgm@gnu.org>
11673
11674 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11675 Replace external vcdiff script.
11676
11677 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11680
11681 2012-06-04 Chong Yidong <cyd@gnu.org>
11682
11683 * image.el (imagemagick-types-inhibit): Revert last change.
11684 Add INFO and M.
11685 (imagemagick-enabled-types): Remove CIN and EPS*.
11686
11687 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * emacs-lisp/cl-lib.el: Rename from cl.el.
11690 * emacs-lisp/cl.el: New compatibility file.
11691 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11692 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11693 to obey the "cl-" prefix.
11694 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11695
11696 2012-06-03 Glenn Morris <rgm@gnu.org>
11697
11698 * emacs-lisp/authors.el (authors-aliases): Addition.
11699
11700 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11701 Fix :version.
11702
11703 2012-06-03 Stefan Merten <smerten@oekonux.de>
11704
11705 * textmodes/rst.el: Add comments.
11706 (rst-transition, rst-adornment): New faces.
11707 (rst-adornment-faces-alist): Make default safe to reevaluate.
11708 Fixes
11709 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11710 Improve customization tags.
11711 (rst-define-level-faces): Clarify meaning.
11712
11713 2012-06-03 Chong Yidong <cyd@gnu.org>
11714
11715 * progmodes/compile.el (compilation-mode-line-fail)
11716 (compilation-mode-line-run, compilation-mode-line-exit):
11717 New faces.
11718 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11719
11720 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11721
11722 * progmodes/which-func.el (which-func-update-ediff-windows):
11723 New function. Use it in ediff-select-hook (Bug#11478).
11724
11725 2012-06-03 Chong Yidong <cyd@gnu.org>
11726
11727 * bindings.el: Remove explicit help text from format-mode-line.
11728 It is now supplied by mode-line-default-help-echo.
11729 (mode-line-front-space, mode-line-end-spaces)
11730 (mode-line-misc-info): New variables.
11731 (mode-line-modes, mode-line-position): Move the default value to
11732 the variable definition.
11733 (mode-line-default-help-echo): New defcustom.
11734 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11735 (mode-line-modified-help-echo): New functions.
11736 (mode-line-mule-info, mode-line-modified): Use them.
11737 (mode-line-eol-desc, propertized-buffer-identification):
11738 Consistency fixes for help text.
11739 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11740 set-buffer-file-coding-system (Bug#289).
11741 (mode-line-mule-info-help-echo): Update help text.
11742
11743 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * simple.el (execute-extended-command): Set real-this-command
11746 (bug#11506).
11747
11748 2012-06-02 Chong Yidong <cyd@gnu.org>
11749
11750 Remove incorrect uses of "modeline" in comments, docstrings, and
11751 function/variable names (Bug#10329).
11752
11753 * cus-edit.el (mode-line):
11754 * dframe.el (dframe-mouse-hscroll):
11755 * emacs-lisp/re-builder.el:
11756 * emacs-lisp/easy-mmode.el (define-minor-mode):
11757 * frame.el (set-frame-name):
11758 * help.el (lookup-minor-mode-from-indicator):
11759 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11760 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11761 (c-toggle-hungry-state):
11762 * progmodes/antlr-mode.el (antlr-language-alist):
11763 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11764 * progmodes/vhdl-mode.el (vhdl-mode):
11765 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11766 * term/ns-win.el (ns-face-at-pos):
11767 * term/sup-mouse.el (sup-mouse-report):
11768 * textmodes/flyspell.el (flyspell-mode-line-string):
11769 * textmodes/ispell.el (ispell-highlight-face):
11770 * textmodes/reftex-global.el:
11771 * vc/vc-arch.el (vc-arch-mode-line-string):
11772 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11773 * vc/vc-git.el (vc-git-mode-line-string):
11774 * vc/vc-hooks.el (vc-display-status)
11775 (vc-default-mode-line-string):
11776 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11777
11778 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11779
11780 * dired.el (dired-sort-set-mode-line): Rename from
11781 dired-sort-set-modeline. All callers changed.
11782
11783 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11784 eshell-status-in-modeline.
11785
11786 * foldout.el (foldout-mode-line-string): Rename from
11787 foldout-modeline-string. All callers changed.
11788 (foldout-update-mode-line): Rename from foldout-update-modeline.
11789
11790 * subr.el (redraw-modeline): Make into obsolete alias.
11791
11792 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11793 timeclock-modeline-display. Make old name an alias.
11794 (timeclock-update-mode-line): Likewise. All callers changed.
11795 (timeclock-mode-line-display): No need to check before using
11796 add-hook.
11797 (timeclock-relative, timeclock-day-over-hook)
11798 (timeclock-use-elapsed, timeclock-mode-string)
11799 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11800
11801 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11802 crisp-mode-modeline-string.
11803
11804 * play/solitaire.el (solitaire-build-mode-line): Rename from
11805 solitaire-build-modeline. All callers changed.
11806
11807 * play/zone.el (zone-hiding-mode-line): Rename from
11808 zone-hiding-modeline. All callers changed.
11809 (zone): Remove unusued `modeline-hidden-level' property.
11810
11811 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11812 xscheme-modeline-initialize. All callers changed.
11813
11814 * strokes.el (strokes-lighter): Rename from
11815 strokes-modeline-string.
11816
11817 * textmodes/sgml-mode.el (html-face-tag-alist)
11818 (html-tag-face-alist): Use mode-line face instead of obsolete
11819 alias modeline.
11820
11821 2012-06-02 Stefan Merten <smerten@oekonux.de>
11822
11823 * textmodes/rst.el: Always require `cl'.
11824 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11825
11826 2012-06-02 Chong Yidong <cyd@gnu.org>
11827
11828 * image.el (imagemagick-enabled-types): Rename from
11829 imagemagick-types-enable. Add many more types.
11830 (imagemagick-types-inhibit): Change default to nil.
11831 (imagemagick-filter-types): Caller changed.
11832
11833 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * emacs-lisp/cl-macs.el: Use backquotes.
11836 (cl-transform-function-property): Use eval-and-compile rather than
11837 abusing `require'.
11838 (defstruct): Use declare-function instead of with-no-warnings.
11839
11840 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11841 (byte-compile-output-docform): Re-add the print-circle bindings.
11842 (byte-compile-fix-header): Use #$ just because it's shorter.
11843 (byte-compile-output-file-form): Remove defun/defmacro.
11844
11845 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11846
11847 * simple.el (choose-completion): Remove now obsolete binding for
11848 owindow.
11849
11850 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11851
11852 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11853 in order to avoid "Stack overflow in regexp matcher".
11854
11855 2012-05-31 Glenn Morris <rgm@gnu.org>
11856
11857 * image.el: For clarity, call imagemagick-register-types at
11858 top-level, rather than relying on a custom :initialize.
11859 (imagemagick-types-enable): New option. (Bug#11557)
11860 (imagemagick-filter-types): New function. (Bug#7406)
11861 (imagemagick-register-types): Use imagemagick-filter-types.
11862 If disabling support, remove elements altogether rather
11863 than using an impossible regexp.
11864 (imagemagick-types-inhibit): Give it the default init function.
11865
11866 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11869 Handle arbitrary file name lengths (Bug#11585).
11870
11871 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11872
11873 * desktop.el (desktop-read): Clear previous and next buffers for
11874 all windows and bury *Messages* buffer (bug#11556).
11875
11876 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 Add `declare' for `defun'. Align `defmacro's with it.
11879 * emacs-lisp/easy-mmode.el (define-minor-mode)
11880 (define-globalized-minor-mode): Don't autoload the var definitions.
11881 * emacs-lisp/byte-run.el: Use lexical-binding.
11882 (defun-declarations-alist, macro-declarations-alist): New vars.
11883 (defmacro, defun): Use them.
11884 (make-obsolete, define-obsolete-function-alias)
11885 (make-obsolete-variable, define-obsolete-variable-alias):
11886 Use `declare'.
11887 (macro-declaration-function): Mark obsolete.
11888 * emacs-lisp/autoload.el: Use lexical-binding.
11889 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11890
11891 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11892
11893 * textmodes/ispell.el (ispell-with-no-warnings):
11894 Define as a macro.
11895 (ispell-kill-ispell, ispell-change-dictionary):
11896 Use `called-interactively-p' for Emacs instead of obsolete
11897 `interactive-p'.
11898
11899 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11902 (macro-declaration-function): Move var from C code.
11903 (macro-declaration-function): Define function with defalias.
11904 * emacs-lisp/macroexp.el (macroexpand-all-1):
11905 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11906 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11907 defun/defmacro any more.
11908 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11909 Provide fallback for unknown arglist.
11910 (byte-compile-arglist-warn): Change calling convention.
11911 (byte-compile-output-file-form): Move print-vars binding.
11912 (byte-compile-output-docform): Simplify accordingly.
11913 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11914 (byte-compile-defmacro-declaration): Remove.
11915 (byte-compile-file-form-defmumble): Generalize to defalias.
11916 (byte-compile-output-as-comment): Return byte-positions.
11917 Simplify callers accordingly.
11918 (byte-compile-lambda): Use `assert'.
11919 (byte-compile-defun, byte-compile-defmacro): Remove.
11920 (byte-compile-file-form-defalias):
11921 Use byte-compile-file-form-defmumble.
11922 (byte-compile-defalias-warn): Remove.
11923
11924 2012-05-29 Stefan Merten <smerten@oekonux.de>
11925
11926 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11927 possible. Fix authors. Improve comments. Improve loading of `cl'.
11928
11929 (rst-mode-abbrev-table): Merge definition.
11930 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11931 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11932
11933 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11934
11935 * calendar/icalendar.el
11936 (icalendar-export-region): Export UID properly.
11937
11938 2012-05-29 Leo Liu <sdl.web@gmail.com>
11939 * calendar/icalendar.el (icalendar-import-format):
11940 Add `icalendar-import-format-uid' (Bug#11525).
11941 (icalendar-import-format-uid): New.
11942 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11943 Export UID.
11944
11945 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11948 different alternative patterns.
11949 (pcase-codegen): Be more careful to preserve identity.
11950 (pcase--u1): Don't forget to mark vars as used.
11951
11952 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11953 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11954 (byte-compile-from-buffer): ...rather than here.
11955
11956 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11957 functions from byte-compile-function-environment.
11958
11959 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11960
11961 * window.el (window-deletable-p): Avoid deleting the root window
11962 of a frame with an active minibuffer.
11963
11964 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11965
11966 * simple.el (choose-completion): Use quit-window (Bug#11567).
11967
11968 2012-05-29 Chong Yidong <cyd@gnu.org>
11969
11970 * whitespace.el (whitespace-cleanup): Fix usage of
11971 whitespace-empty-at-bob-regexp (Bug#11492).
11972
11973 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11974
11975 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11976 revert (Bug#11488).
11977
11978 2012-05-29 Juri Linkov <juri@jurta.org>
11979
11980 * isearch.el (isearch-mode-map): Bind `M-s _' to
11981 `isearch-toggle-symbol'. Bind `M-s c' to
11982 `isearch-toggle-case-fold'.
11983 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11984 (isearch-forward): Add `M-s _' to the docstring.
11985 (isearch-forward-symbol, isearch-toggle-case-fold)
11986 (isearch-symbol-regexp): New functions. (Bug#11381)
11987
11988 2012-05-29 Juri Linkov <juri@jurta.org>
11989
11990 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11991 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11992 a function, call it to get the regexp.
11993 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11994 property `isearch-message-prefix' instead of the string "word ".
11995 (isearch-search-fun-default): For the case of `isearch-word',
11996 return a lambda that calls re-search-forward/re-search-backward
11997 with a regexp returned by `word-search-regexp' or by the function
11998 in `isearch-word'.
11999
12000 2012-05-29 Juri Linkov <juri@jurta.org>
12001
12002 * isearch.el (isearch-search-fun-default): New function.
12003 (isearch-search-fun): Move default part to the new function
12004 `isearch-search-fun-default'.
12005 (isearch-search-fun-function): Set the default value to
12006 `isearch-search-fun-default'. (Bug#11381)
12007
12008 * comint.el (comint-history-isearch-end):
12009 Use `isearch-search-fun-default'.
12010 (comint-history-isearch-search): Use `isearch-search-fun-default'
12011 and remove spacial case for `isearch-word'.
12012 (comint-history-isearch-wrap): Remove spacial case for
12013 `isearch-word'.
12014
12015 * hexl.el (hexl-isearch-search-function):
12016 Use `isearch-search-fun-default'.
12017
12018 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12019 Use `word-search-regexp' for `isearch-word'.
12020
12021 * misearch.el (multi-isearch-search-fun):
12022 Use `isearch-search-fun-default'.
12023
12024 * simple.el (minibuffer-history-isearch-search):
12025 Use `isearch-search-fun-default' and remove spacial case for
12026 `isearch-word'.
12027 (minibuffer-history-isearch-wrap): Remove spacial case for
12028 `isearch-word'.
12029
12030 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12031 Remove spacial case for `isearch-word'.
12032 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12033
12034 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12035
12036 Decrease XEmacs incompatibilities.
12037 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12038 Use `string-match'.
12039 (flyspell-delete-region-overlays): Use alternative definition for
12040 XEmacs.
12041 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12042 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12043 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12044 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12045 `define-obsolete-face-alias' under XEmacs, but old method.
12046
12047 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12048 `with-no-warnings' definition or Emacs alias.
12049 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12050 (ispell-word): Do not use `region-p' if XEmacs.
12051
12052 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12053
12054 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12055 Check for `ispell-dictionary-base-alist' instead of full
12056 `ispell-dictionary-alist'.
12057 (ispell-init-process): Show spellchecker when starting new Ispell
12058 process.
12059
12060 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12061
12062 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12063 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12064
12065 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * version.el (motif-version-string, gtk-version-string)
12068 (ns-version-string): Declare.
12069
12070 2012-05-27 Juri Linkov <juri@jurta.org>
12071
12072 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12073 after the `eval-defun-1' specialcaseing
12074 like in `edebug-eval-defun' (bug#10181).
12075
12076 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12077 like in `eval-defun-1'.
12078
12079 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12080
12081 * mail/sendmail.el (mail-yank-region):
12082 Recognize rmail-yank-current-message in addition to insert-buffer.
12083 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12084 a *mail* buffer created through rmail-start-mail with sendmail as
12085 mail-user-agent.
12086
12087 2012-05-27 Chong Yidong <cyd@gnu.org>
12088
12089 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12090 Default to 256 (Bug#11267).
12091
12092 * help.el (describe-mode): Doc fix.
12093
12094 2012-05-26 Glenn Morris <rgm@gnu.org>
12095
12096 * w32-fns.el (w32-init-info): Remove.
12097 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12098
12099 * info.el (info-initialize): For self-contained NS builds, put the
12100 included info/ directory at the front. (Bug#2791)
12101
12102 * paths.el (Info-default-directory-list): Make it a defcustom,
12103 mainly so that we can use custom-initialize-delay.
12104
12105 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * subr.el (buffer-has-markers-at): Mark obsolete.
12108
12109 * subr.el (lambda): Use declare.
12110
12111 * emacs-lisp/lisp-mode.el (lambda):
12112 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12113
12114 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12115
12116 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12117
12118 2012-05-26 Glenn Morris <rgm@gnu.org>
12119
12120 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12121
12122 2012-05-25 Glenn Morris <rgm@gnu.org>
12123
12124 * paths.el: Remove no-byte-compile.
12125 * loadup.el: No need to load paths.el uncompiled.
12126
12127 * image.el (imagemagick-types-inhibit): Doc fix.
12128
12129 * version.el: Remove no-byte-compile and associated formatting.
12130 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12131 is ancient code from when there was an "inc-vers.el".
12132
12133 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * progmodes/gdb-mi.el: Minor style changes.
12136 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12137 Turn into minor modes.
12138 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12139 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12140 (gdb-shell): Remove unneeded let-binding.
12141 (gdb-get-many-fields): Eliminate O(n²) behavior.
12142
12143 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12144
12145 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12146 platforms that don't link in fontset.c.
12147
12148 2012-05-25 Juri Linkov <juri@jurta.org>
12149
12150 Use the same diff color scheme as in modern VCSes (bug#10181).
12151
12152 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12153 to avoid confusion with `diff-added' that now uses green colors.
12154 (diff-removed): Use shades of red.
12155 (diff-added): Use shades of green.
12156 (diff-changed): Leave just the yellow color.
12157 (diff-use-changed-face): New variable.
12158 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12159 how to highlight context diff changes.
12160 (diff-refine-change): Use shades of yellow.
12161 (diff-refine-removed): New face that uses shades of red.
12162 (diff-refine-added): New face that uses shades of green.
12163 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12164 `diff-refine-removed' in the call to `smerge-refine-subst'
12165 depending on the value of `diff-use-changed-face'.
12166
12167 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12168 (smerge-other): Use shades of green.
12169 (smerge-base): Use shades of yellow.
12170 (smerge-refined-change): Empty face.
12171 (smerge-refined-removed): New face that uses shades of red.
12172 (smerge-refined-added): New face that uses shades of green.
12173 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12174 args `props-r' and `props-a', and use them. Doc fix.
12175 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12176 on its value use different faces `smerge-refined-change',
12177 `smerge-refined-removed', `smerge-refined-added' in the call to
12178 `smerge-refine-subst'.
12179
12180 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12181 Add face condition `min-colors 88' with shades of red.
12182 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12183 `min-colors 88' with shades of green.
12184 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12185 `min-colors 88' with shades of yellow.
12186
12187 2012-05-24 Glenn Morris <rgm@gnu.org>
12188
12189 * paths.el (prune-directory-list, remote-shell-program): Move to...
12190 * files.el (prune-directory-list, remote-shell-program): ...here.
12191 For the latter, delay initialization, prefer ssh, just search PATH.
12192
12193 * paths.el (term-file-prefix): Move to faces.el (the only user).
12194 * faces.el (term-file-prefix): Move here, make it a defcustom.
12195
12196 * paths.el (news-directory, news-path, news-inews-program):
12197 Move to gnus/nnspool.el.
12198
12199 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12200
12201 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12202 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12203 Make the latter a defcustom, with a delayed initialization.
12204
12205 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12206 These were deleted from Gnus itself late 2010.
12207
12208 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12209
12210 * progmodes/which-func.el (which-func-ff-hook):
12211 Check against user-error, not error.
12212
12213 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12214 cl-specs.el, which no longer exists.
12215
12216 2012-05-22 Glenn Morris <rgm@gnu.org>
12217
12218 * info.el (info-emacs-bug): New command.
12219 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12220 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12221
12222 2012-05-21 Glenn Morris <rgm@gnu.org>
12223
12224 * makefile.w32-in (update-subdirs-SH):
12225 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12226
12227 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12230
12231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12232 Simplify Maven regexp, and make sure the file can't start with a space
12233 (bug#11517).
12234
12235 2012-05-21 Glenn Morris <rgm@gnu.org>
12236
12237 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12238 Scrap superfluous subshells.
12239
12240 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12243 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12244
12245 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12246
12247 * calc/calc.el (calc-ensure-consistent-units): New variable.
12248
12249 * calc/calc-units.el (math-consistent-units-p)
12250 (math-check-unit-consistency): New functions.
12251 (calc-quick-units, calc-convert-units):
12252 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12253 is non-nil.
12254 (calc-extract-units): Fix typo.
12255
12256 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12257
12258 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12259
12260 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12261 (flyspell-default-deplacement-commands): Don't spell check after
12262 repeated window/frame switches (e.g. triggered by mouse-movement).
12263 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12264 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12265 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12266 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12267 Remove unused vars.
12268 (flyspell-get-casechars, flyspell-get-not-casechars):
12269 Simplify; Don't bother removing a ] just to add it back.
12270 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12271
12272 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12273
12274 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12275 New functions.
12276 (math-function-table): Add support for more C functions.
12277
12278 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12279
12280 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12281 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12282 Protect delay handling for otherchars against empty otherchars.
12283
12284 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12287 their respective macro declarations.
12288 * skeleton.el (define-skeleton):
12289 * progmodes/compile.el (define-compilation-mode):
12290 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12291 (define-ibuffer-filter):
12292 * emacs-lisp/generic.el (define-generic-mode):
12293 * emacs-lisp/easy-mmode.el (define-minor-mode)
12294 (define-globalized-minor-mode):
12295 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12296 * emacs-lisp/byte-run.el (defsubst):
12297 * custom.el (deftheme): Add doc-string metadata.
12298
12299 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12302
12303 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12306
12307 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12308 * emacs-lisp/cl-macs.el: Idem.
12309 * emacs-lisp/cl-specs.el: Remove.
12310
12311 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 Minor renaming of internal CL functions and variables.
12314 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12315 (cl--position): Rename from cl-position.
12316 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12317 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12318 (cl--random-state): Rename from *random-state*.
12319
12320 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12323 parens around the arg list (bug#11499).
12324
12325 2012-05-17 Juri Linkov <juri@jurta.org>
12326
12327 * isearch.el (word-search-regexp, word-search-backward)
12328 (word-search-forward, word-search-backward-lax)
12329 (word-search-forward-lax): Move functions from search.c
12330 (bug#10145, bug#11381).
12331
12332 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12333
12334 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12335 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12336 Delay for otherchars as for normal word components.
12337
12338 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * minibuffer.el (completion--sifn-requote): Fix last change.
12341 (minibuffer-local-must-match-filename-map):
12342 Move define-obsolete-variable-alias before its var.
12343
12344 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12347
12348 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12349 behavior.
12350 (completion--string-equal-p): New function.
12351 (completion--twq-all): Use it to get better assertion failure data.
12352
12353 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12354 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12355 (shell--requote-argument): New functions.
12356 (shell-completion-vars): Use them.
12357 (shell--parse-pcomplete-arguments): Rename from
12358 shell-parse-pcomplete-arguments.
12359 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12360 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12361 Obey comint-file-name-quote-list.
12362
12363 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12364 (smie-indent-keyword): Use it.
12365
12366 2012-05-14 Stefan Merten <smerten@oekonux.de>
12367
12368 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12369
12370 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * net/rlogin.el (rlogin-mode-map): Fix last change.
12373
12374 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12375
12376 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12377 the following \r\n using a single `process-send-string', since the
12378 Lotus SMTP server refuses to accept any commands if they are sent
12379 with two `process-send-string's (Bug#11444).
12380
12381 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * shell.el (shell-parse-pcomplete-arguments):
12384 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12385
12386 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12387
12388 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12389 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12390 (image-transform-width, image-transform-fit-width): New functions.
12391 (image-transform-properties): Use them.
12392 (image-transform-check-size): New function.
12393 (image-toggle-display-image): Use it (for testing).
12394 (image-transform-set-rotation): Reduce angle mod 360.
12395 Delete obsolete comment.
12396
12397 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12398
12399 * image-mode.el: Fix scaling (bug#11399).
12400 (image-transform-resize): Doc fix.
12401 (image-transform-properties): Default scale is 1 and height should
12402 be an integer.
12403
12404 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12405
12406 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12407 than hard-coding `car', to fix misbehavior when moving forward.
12408
12409 2012-05-13 Chong Yidong <cyd@gnu.org>
12410
12411 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12412 (tabulated-list-entries, tabulated-list-padding)
12413 (tabulated-list-sort-key): Make permanent-local.
12414
12415 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12416 (electric-buffer-list): Put electric buffer menu
12417 command descriptions in this docstring, instead of the docstring
12418 of electric-buffer-menu-mode. Code cleanups.
12419 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12420 Electric-buffer-menu-mode.
12421 (electric-buffer-update-highlight): Minor code cleanup.
12422
12423 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12424
12425 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12426 (Bug#11447)
12427
12428 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 Move define-obsolete-variable-alias before the var's definition.
12431 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12432 * tooltip.el (tooltip-hook):
12433 * textmodes/reftex-toc.el (reftex-toc-map):
12434 * textmodes/reftex-sel.el (reftex-select-label-map)
12435 (reftex-select-bib-map):
12436 * textmodes/reftex-index.el (reftex-index-map)
12437 (reftex-index-phrases-map):
12438 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12439 * progmodes/meta-mode.el (meta-mode-map):
12440 * novice.el (disabled-command-hook):
12441 * loadhist.el (unload-hook-features-list):
12442 * frame.el (blink-cursor):
12443 * files.el (find-file-not-found-hooks, write-file-hooks)
12444 (write-contents-hooks):
12445 * emulation/tpu-edt.el (GOLD-map):
12446 * emacs-lock.el (emacs-lock-from-exiting):
12447 * emacs-lisp/generic.el (generic-font-lock-defaults):
12448 * emacs-lisp/chart.el (chart-map):
12449 * dos-fns.el (register-name-alist):
12450 * dired-x.el (dired-omit-files-p):
12451 * desktop.el (desktop-enable):
12452 * cus-edit.el (custom-mode-hook):
12453 * buff-menu.el (buffer-menu-mode-hook):
12454 * bookmark.el (bookmark-read-annotation-text-func)
12455 (bookmark-exit-hooks):
12456 * allout.el (allout-mode-deactivate-hook)
12457 (allout-exposure-change-hook, allout-structure-added-hook)
12458 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12459 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12460 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12461 comes before the corresponding variable's definition.
12462
12463 2012-05-12 Chong Yidong <cyd@gnu.org>
12464
12465 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12466 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12467 (Buffer-menu-mode-map): Bind it.
12468 (Buffer-menu--pretty-name): Add a mouse-face property.
12469
12470 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12473 (prolog-upper-case-string, prolog-lower-case-string)
12474 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12475 (prolog-use-smie, prolog-smie-grammar): New vars.
12476 (prolog-smie-forward-token, prolog-smie-backward-token)
12477 (prolog-smie-rules): New funs.
12478 (prolog-comment-indent): Remove.
12479 (prolog-mode-variables): Use default comment indentation instead.
12480 Setup SMIE.
12481 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12482 (prolog-mode): Don't call them any more.
12483 (prolog-electric-colon, prolog-electric-dash)
12484 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12485
12486 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12487
12488 * minibuffer.el (completion--twq-all): Again, allow case differences.
12489
12490 * term.el: Move keymap initialization code to be more idiomatic.
12491 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12492 (term-terminal-menu): Move initialization into declaration.
12493 (term-escape-char): Let the user set it in her .emacs.
12494
12495 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12496 Provide SMIE-based indentation (not enabled by default yet).
12497 (sh-mode-map): Don't bind electric keys.
12498 Use electric-pair-mode instead of skeleton-pair.
12499 (sh-assignment-regexp): Fit within 80 columns.
12500 (sh-indent-supported): Specify actual shell name instead of boolean.
12501 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12502 (sh-maybe-here-document): Use it. Make obsolete.
12503 (sh-electric-here-document-mode) New minor mode.
12504 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12505 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12506 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12507 (sh-smie-rc-grammar, sh-use-smie): New vars.
12508 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12509 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12510 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12511 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12512 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12513 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12514 (sh-set-shell): Use smie-setup if requested.
12515
12516 * term.el (term-set-escape-char): Properly set term-escape-char.
12517 See http://stackoverflow.com/questions/10524656.
12518
12519 2012-05-10 Chong Yidong <cyd@gnu.org>
12520
12521 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12522 Use url-generic-parse-url, and handle host names and Windows
12523 filenames properly.
12524 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12525 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12526 URL schemes to work on.
12527 (ffap--toggle-read-only): New function.
12528 (ffap-read-only, ffap-read-only-other-window)
12529 (ffap-read-only-other-frame): Use it.
12530 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12531 necessary for ffap-url-unwrap-remote.
12532
12533 2012-05-10 Dave Abrahams <dave@boostpro.com>
12534
12535 * cus-start.el (create-lockfiles): Add it.
12536
12537 2012-05-09 Chong Yidong <cyd@gnu.org>
12538
12539 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12540 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12541
12542 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12545
12546 2012-05-09 Chong Yidong <cyd@gnu.org>
12547
12548 * ansi-color.el (ansi-color-process-output): Check for validity of
12549 comint-last-output-start before using it. This avoids a bad
12550 interaction with gdb-mi's input/output buffer.
12551
12552 2012-05-09 Glenn Morris <rgm@gnu.org>
12553
12554 * files.el (dir-locals-read-from-file):
12555 Mention dir-locals in any error message.
12556
12557 2012-05-09 Chong Yidong <cyd@gnu.org>
12558
12559 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12560 package (Bug#11410).
12561
12562 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12563 variables into description.
12564
12565 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12568 shell-delimiter-argument-list (bug#11348).
12569 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12570
12571 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12572
12573 * textmodes/rst.el: Silence byte-compiler warnings.
12574 (rst-re-alist, rst-reset-section-caches): Move around.
12575 (rst-re): Use `characterp', not `char-valid-p'.
12576 (font-lock-beg, font-lock-end): Declare.
12577
12578 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12579 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12580
12581 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12582
12583 2012-05-08 Glenn Morris <rgm@gnu.org>
12584
12585 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12586
12587 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * vc/log-edit.el: Add GNU coding standards highlighting.
12590 (log-edit-font-lock-gnu-style)
12591 (log-edit-font-lock-gnu-keywords): New vars.
12592 (log-edit-font-lock-keywords): New fun.
12593 (log-edit-mode): Don't fold case in font-lock.
12594 (log-edit-font-lock-keywords): Do not assume case-folding.
12595
12596 * imenu.el: Misc cleanup. Make docstrings out of comments.
12597 Use lexical-binding.
12598 (imenu--index-alist, imenu--last-menubar-index-alist)
12599 (imenu-menubar-modified-tick): Use defvar-local.
12600 (imenu--split-menu): Remove unused var.
12601 (imenu--cleanup-seen): Declare as global.
12602 (imenu--cleanup): Use dolist.
12603
12604 * subr.el (defvar-local): Add debug spec and doc-string position.
12605
12606 2012-05-08 Glenn Morris <rgm@gnu.org>
12607
12608 * language/burmese.el, language/cham.el, language/czech.el:
12609 * language/english.el, language/georgian.el, language/greek.el:
12610 * language/japanese.el, language/khmer.el, language/korean.el:
12611 * language/lao.el, language/misc-lang.el, language/romanian.el:
12612 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12613 * language/thai.el, language/utf-8-lang.el:
12614 Remove no-byte-compile setting.
12615
12616 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12617
12618 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12619
12620 * progmodes/make-mode.el (makefile-browse):
12621 Remove unnecessary interactive. (Bug#11324)
12622
12623 2012-05-07 Glenn Morris <rgm@gnu.org>
12624
12625 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12626
12627 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12628
12629 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * loadup.el: Preload newcomment.el.
12632 * newcomment.el: Move autoload-only code to toplevel.
12633
12634 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12635 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12636 Handle new :right-align column property.
12637 (tabulated-list-print-col): Idem, plus use `display' text-property to
12638 try and preserve alignment for variable pitch fonts.
12639
12640 2012-05-07 Chong Yidong <cyd@gnu.org>
12641
12642 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12643 (tabulated-list-use-header-line): New var.
12644 (tabulated-list-init-header): Use it.
12645 (tabulated-list-print-fake-header): New function.
12646 (tabulated-list-print): Use it.
12647 (tabulated-list-sort-button-map): Add non-header-line commands.
12648 (tabulated-list-init-header): Add column name property to basic
12649 labels as well.
12650 (tabulated-list-col-sort): Handle non-header-line button case.
12651 (tabulated-list--sort-by-column-name): Fix a corner case.
12652
12653 * buff-menu.el (list-buffers--refresh):
12654 Handle Buffer-menu-use-header-line.
12655
12656 2012-05-06 Chong Yidong <cyd@gnu.org>
12657
12658 * buff-menu.el: Convert to Tabulated List mode.
12659 (Buffer-menu-buffer+size-width): Make obsolete.
12660 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12661 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12662 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12663 documentation into docstring of buffer-menu.
12664 (Buffer-menu-toggle-files-only): Add an informative message.
12665 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12666 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12667 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12668 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12669 (Buffer-menu-execute, Buffer-menu-select)
12670 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12671 (Buffer-menu-bury): Use Tabulated List machinery.
12672 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12673 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12674 Delete.
12675 (list-buffers--refresh): New function.
12676 (list-buffers-noselect): Use it.
12677 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12678 (Buffer-menu--pretty-file-name): New helper functions.
12679
12680 * loadup.el: Preload tabulated-list.
12681
12682 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12683 tabulated-list-sort-column.
12684 (tabulated-list-init-header): Add the initial aligning space even
12685 if tabulated-list-padding is zero.
12686
12687 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12688
12689 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12690 whose cdr is not a cons cell correctly (bug#11038).
12691
12692 2012-05-06 Chong Yidong <cyd@gnu.org>
12693
12694 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12695 Accept additional plist in column descriptors.
12696 (tabulated-list-init-header): Obey it.
12697 (tabulated-list-get-entry): New function.
12698 (tabulated-list-put-tag): Use it. Use string-width instead of
12699 length.
12700 (tabulated-list--column-number): New function.
12701 (tabulated-list-print): Use it.
12702 (tabulated-list-print-col): New function.
12703 Set `tabulated-list-column-name' property on each column's text.
12704 (tabulated-list-print-entry): Use it.
12705 (tabulated-list-delete-entry, tabulated-list-set-col):
12706 New functions.
12707 (tabulated-list-sort-column): New command (Bug#11337).
12708
12709 * buff-menu.el (list-buffers): Move C-x C-b binding from
12710 buff-menu.el to bindings.el.
12711
12712 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12713 :advertised-binding feature.
12714
12715 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12716
12717 * progmodes/compile.el (compilation-internal-error-properties):
12718 Calculate start position correctly when end-col is set but
12719 end-line is not (Bug#11382).
12720
12721 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12722
12723 * man.el (Man-unindent): Use text-property-default-nonsticky to
12724 prevent untabify from inheriting face properties (Bug#11408).
12725
12726 2012-05-05 Stefan Merten <smerten@oekonux.de>
12727
12728 * textmodes/rst.el: Major merge with upstream development up to
12729 Docutils SVN r7399 / rst.el V1.2.1.
12730
12731 Clarify maintainership and authors.
12732
12733 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12734 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12735 (rst-official-version, rst-official-cvs-rev, rst-version)
12736 (rst-package-emacs-version-alist): New functions and variables
12737 for version information.
12738
12739 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12740 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12741 (rst-mode-syntax-table, rst-mode): New and corrected functions
12742 and variables representing reStructuredText features.
12743
12744 (rst-re): New function for reStructuredText regexes. Use in
12745 many places.
12746
12747 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12748 (rst-mode-map): Rebind keys.
12749
12750 (rst-mode-lazy, rst-font-lock-keywords)
12751 (rst-font-lock-extend-region)
12752 (rst-font-lock-extend-region-internal)
12753 (rst-font-lock-extend-region-extend)
12754 (rst-font-lock-find-unindented-line-limit)
12755 (rst-font-lock-find-unindented-line-match)
12756 (rst-adornment-level, rst-font-lock-adornment-level)
12757 (rst-font-lock-adornment-match)
12758 (rst-font-lock-handle-adornment-pre-match-form)
12759 (rst-font-lock-handle-adornment-matcher): Major revision of
12760 font-locking. Integrate with other code. Use `jit-lock-mode'.
12761
12762 (rst-preferred-adornments, rst-adjust-hook)
12763 (rst-new-adornment-down, rst-preferred-bullets)
12764 (rst-preferred-bullets, rst-indent, rst-indent-width)
12765 (rst-indent-field, rst-indent-literal-normal)
12766 (rst-indent-literal-minimized, rst-indent-comment): Change,
12767 extend and improve customization.
12768
12769 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12770 (rst-normalize-cursor-position, rst-get-decoration)
12771 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12772 (rst-rstrip, rst-toc-insert-find-delete-contents)
12773 (rst-shift-fill-region, rst-compute-bullet-tabs)
12774 (rst-debug-print-tabs, rst-debug-mark-found)
12775 (rst-shift-region-guts, rst-shift-region-right)
12776 (rst-shift-region-left, rst-use-char-classes)
12777 (rst-font-lock-keywords-function)
12778 (rst-font-lock-indentation-point)
12779 (rst-font-lock-find-unindented-line-begin)
12780 (rst-font-lock-find-unindented-line-end)
12781 (rst-font-lock-find-unindented-line)
12782 (rst-font-lock-adornment-point, rst-font-lock-level)
12783 (rst-adornment-level-alist): Remove functions and variables.
12784
12785 (rst-compare-adornments, rst-get-adornment-match)
12786 (rst-suggest-new-adornment, rst-get-adornments-around)
12787 (rst-adornment-complete-p, rst-get-next-adornment)
12788 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12789 (rst-straighten-adornments): Standardize function names to
12790 use "adornment" instead of "decoration". Correct callers.
12791 Similar standardizing in many places.
12792
12793 (rst-update-section, rst-adjust, rst-promote-region)
12794 (rst-enumerate-region, rst-bullet-list-region)
12795 (rst-repeat-last-character): Correct use of `interactive'.
12796
12797 (rst-classify-adornment, rst-find-all-adornments)
12798 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12799 (rst-find-leftmost-column, rst-repeat-last-character):
12800 Refactor functions.
12801
12802 (rst-find-title-line, rst-reset-section-caches)
12803 (rst-get-adornments-around, rst-adjust-adornment-work)
12804 (rst-arabic-to-roman, rst-roman-to-arabic)
12805 (rst-insert-list-pos, rst-insert-list-new-item)
12806 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12807 New functions.
12808
12809 (rst-all-sections, rst-section-hierarchy)
12810 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12811 New variables.
12812
12813 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12814 configuration instead of only buffer. Change where necessary.
12815
12816 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12817 (rst-shift-region, rst-adaptive-fill): New functions for
12818 indentation and filling.
12819
12820 (rst-comment-line-break, rst-comment-indent)
12821 (rst-comment-insert-comment, rst-comment-region)
12822 (rst-uncomment-region): New functions for handling comments.
12823
12824 (rst-compile): Quote shell arguments.
12825
12826 (rst-compile-pdf-preview, rst-compile-slides-preview):
12827 Delete temporary files after use.
12828
12829 2012-05-05 Glenn Morris <rgm@gnu.org>
12830
12831 * calendar/cal-html.el: Optionally include holidays in the output.
12832 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12833 (cal-html-holidays): New option.
12834 (cal-html-css-default): Add holiday entry.
12835 (holiday-in-range): Autoload it.
12836 (cal-html-htmlify-entry): Add optional class argument.
12837 (cal-html-htmlify-list): Add optional holidays argument.
12838 (cal-html-insert-agenda-days): Include holidays in the output.
12839 (cal-html-one-month): Maybe include holidays.
12840
12841 * calendar/holidays.el (holiday-in-range):
12842 Move here from cal-tex-list-holidays.
12843 * calendar/cal-tex.el (cal-tex-list-holidays):
12844 Make it an obsolete alias for holiday-in-range. Update all callers.
12845
12846 2012-05-05 Chong Yidong <cyd@gnu.org>
12847
12848 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12849 Nextstep.
12850
12851 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12852
12853 * files.el (file-auto-mode-skip): New var.
12854 (set-auto-mode-1): Use it.
12855
12856 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * repeat.el: Use lexical-binding.
12859 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12860 (repeat-undo-count): Remove.
12861 (repeat):
12862 * progmodes/octave-mod.el (octave-abbrev-start):
12863 * progmodes/f90.el (f90-abbrev-start):
12864 * face-remap.el (text-scale-adjust):
12865 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12866
12867 * emacs-lisp/pcase.el (pcase--let*): New function.
12868 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12869 a bit more.
12870 (pcase--split-pred): Be more clever about ruling out overlap between
12871 a predicate and some constant pattern.
12872 (pcase--q1): Use `null' instead of (eq foo nil).
12873
12874 * subr.el (setq-local, defvar-local): New macros.
12875 (kbd): Redefine as an alias.
12876 (with-selected-window): Leave unrelated frames alone.
12877 (set-temporary-overlay-map): New function.
12878
12879 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * subr.el (user-error): New function.
12882 * window.el (switch-to-buffer):
12883 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12884 (smerge-match-conflict):
12885 * simple.el (previous-matching-history-element)
12886 (next-matching-history-element, goto-history-element, undo-more)
12887 (undo-start):
12888 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12889 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12890 (next-file, tags-loop-scan, list-tags, complete-tag):
12891 * progmodes/compile.el (compilation-loop):
12892 * mouse.el (mouse-minibuffer-check):
12893 * man.el (Man-bgproc-sentinel, Man-goto-page):
12894 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12895 (Info-history-forward, Info-follow-reference, Info-menu)
12896 (Info-extract-menu-item, Info-extract-menu-counting)
12897 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12898 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12899 (Info-next-reference, Info-prev-reference, Info-index)
12900 (Info-index-next, Info-follow-nearest-node)
12901 (Info-copy-current-node-name):
12902 * imenu.el (imenu--make-index-alist)
12903 (imenu-default-create-index-function, imenu-add-to-menubar):
12904 * files.el (basic-save-buffer, recover-file):
12905 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12906 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12907 (checkdoc-message-text, checkdoc-defun):
12908 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12909 * cus-edit.el (customize-changed-options, customize-rogue)
12910 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12911 (custom-variable-mark-to-reset-standard)
12912 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12913 (custom-file):
12914 * completion.el (check-completion-length):
12915 * comint.el (comint-search-arg)
12916 (comint-previous-matching-input-string-position)
12917 (comint-previous-matching-input)
12918 (comint-replace-by-expanded-history-before-point, comint-send-input)
12919 (comint-copy-old-input, comint-backward-matching-input)
12920 (comint-goto-process-mark, comint-set-process-mark):
12921 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12922 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12923
12924 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * dabbrev.el (dabbrev--ignore-case-p): New function.
12927 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12928 Use it.
12929
12930 * files.el (automount-dir-prefix): Mark as obsolete.
12931
12932 2012-05-04 Glenn Morris <rgm@gnu.org>
12933
12934 * patcomp.el, play/bruce.el: Move to obsolete/.
12935
12936 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12937
12938 Fix minor Y10k bugs.
12939 * arc-mode.el (archive-unixdate):
12940 * autoinsert.el (auto-insert-alist):
12941 * calc/calc-forms.el (math-this-year):
12942 * emacs-lisp/copyright.el (copyright-current-year)
12943 (copyright-update-year, copyright):
12944 * tar-mode.el (tar-clip-time-string):
12945 * time.el (display-time-update):
12946 Don't assume years have 4 digits.
12947
12948 2012-05-04 Chong Yidong <cyd@gnu.org>
12949
12950 * dos-w32.el (file-name-buffer-file-type-alist)
12951 (direct-print-region-use-command-dot-com):
12952 * ffap.el (ffap-menu-regexp):
12953 * find-file.el (ff-special-constructs):
12954 * follow.el (follow-debug):
12955 * forms.el (forms--debug):
12956 * iswitchb.el (iswitchb-all-frames):
12957 * ido.el (ido-all-frames):
12958 * emacs-lisp/timer.el (timer-max-repeats):
12959 * mail/feedmail.el (feedmail-mail-send-hook)
12960 (feedmail-mail-send-hook-queued):
12961 * mail/footnote.el (footnote-signature-separator):
12962 * mail/mailabbrev.el (mail-alias-separator-string)
12963 (mail-abbrev-mode-regexp):
12964 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12965 * progmodes/idlwave.el (idlwave-libinfo-file)
12966 (idlwave-default-completion-case-is-down)
12967 (idlwave-library-routines): Convert defvars to defcustoms.
12968
12969 * mail/rmail.el (rmail-decode-mime-charset):
12970 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12971 (idlwave-shell-fix-inserted-breaks)
12972 (idlwave-shell-activate-alt-keybindings)
12973 (idlwave-shell-use-breakpoint-glyph):
12974 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12975
12976 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12979
12980 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12981
12982 * progmodes/verilog-mode.el (font-lock-keywords):
12983 Fix mis-highligting auto. Reported by Craig Barner.
12984 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12985 defines from global name space. Reported by Dan Dever.
12986 (verilog-auto-reset, verilog-auto-reset-widths)
12987 (verilog-auto-tieoff): Support using unbased numbers for
12988 AUTORESET and AUTOTIEOFF.
12989 (verilog-submit-bug-report): Update variable list.
12990 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12991 parenthesis from not matching. Reported by Michael Rytting.
12992 (verilog-auto-template-lint): Fix hash error when linting modules
12993 with no used templates.
12994 (verilog-warn, verilog-warn-error)
12995 (verilog-warn-fatal): When non-interactive report multiple
12996 warnings before exiting. Suggested by Brad Dobbie.
12997 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12998 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12999 to report unused template errors. Reported by Brad Dobbie.
13000 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13001 nets, bug438. Reported by Vns Blore.
13002 (verilog-auto-inout-module, verilog-auto-reg)
13003 (verilog-read-decls, verilog-read-sub-decls-sig)
13004 (verilog-signals-edit-wire-reg, verilog-signals-with):
13005 Fix passing of Verilog data types in ANSI input/output ports
13006 such as "output logic" into the AUTOs. Special case "wire" and
13007 "reg" for backwards compatibility presuming Verilog 2001.
13008 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13009 (verilog-preprocess): Fix replication of preprocess output.
13010 Reported by Brad Dobbie.
13011 (verilog-auto-inst-interfaced-ports):
13012 Create verilog-auto-inst-interfaced-ports, bug429.
13013 Reported by Julian Gorfajn.
13014 (verilog-after-save-font-hook)
13015 (verilog-before-save-font-hook): New variable.
13016 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13017 (verilog-save-font-mods): Wrap disabling fontification, reported
13018 by David Rogoff.
13019 (verilog-do-indent, verilog-pretty-declarations-auto)
13020 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13021 Reported by Pierre-David Pfister.
13022 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13023 of class declarations, bug292. Reported by Kevin Heilman.
13024 (verilog-read-decls): Fix 'parameter type' not appearing in
13025 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13026 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13027 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13028 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13029 Reported by David Kravitz.
13030
13031 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13032
13033 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13034 assignment with tests in ifs and for loops.
13035 (verilog-extended-complete-re, verilog-complete-reg): Change so
13036 that DPI inport functions don't look like fuction declarations.
13037 (verilog-pretty-expr): Don't line up assignment
13038 operations to the test and increment in if and for loops
13039 (verilog-extended-complete-re, verilog-complete-reg): Change so
13040 that DPI inport functions don't look like fuction declarations.
13041
13042 2012-05-03 Kenichi Handa <handa@m17n.org>
13043
13044 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13045 decoding, and show a warning message without signaling an error
13046 (Bug#11282).
13047
13048 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * emacs-lisp/bytecomp.el
13051 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13052 since cconv.el might have introduced :fun-body, internal-make-closure,
13053 and friends for bytecomp to handle (bug#11391).
13054 * custom.el (defcustom): Avoid ((λ ..) ..).
13055
13056 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13059
13060 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13061
13062 * notifications.el (dbus-debug):
13063 * term/linux.el (gpm-mouse-enable):
13064 * term/screen.el (xterm-register-default-colors): Declare.
13065
13066 2012-05-02 Chong Yidong <cyd@gnu.org>
13067
13068 * cus-start.el (gc-cons-percentage, exec-suffixes)
13069 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13070 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13071 (make-cursor-line-fully-visible, void-text-area-pointer)
13072 (font-list-limit): Add customization data.
13073
13074 * allout.el (allout-exposure-change-functions)
13075 (allout-structure-added-functions)
13076 (allout-structure-deleted-functions)
13077 (allout-structure-shifted-functions): Rename abnormal hooks from
13078 *-hook, and convert to defcustoms.
13079 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13080 Convert to defcustoms.
13081 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13082
13083 * allout-widgets.el: Hook callers changed.
13084
13085 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13086
13087 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13088 the yanked message in preference to the default value of
13089 buffer-file-coding-system.
13090
13091 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13092
13093 * window.el (display-buffer--action-function-custom-type):
13094 Fix entry.
13095
13096 2012-05-02 Alan Mackenzie <acm@muc.de>
13097
13098 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13099
13100 2012-05-01 Glenn Morris <rgm@gnu.org>
13101
13102 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13103
13104 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13105
13106 * cus-edit.el (custom-variable-documentation): Simplify with format.
13107
13108 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13109 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * simple.el (suggest-key-bindings, execute-extended-command):
13112 Move from keyboard.c.
13113
13114 2012-05-01 Chong Yidong <cyd@gnu.org>
13115
13116 * follow.el: Eliminate advice.
13117 (set-process-filter, process-filter, sit-for): Advice deleted.
13118 (follow-mode-off-hook): Obsolete hook removed.
13119 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13120 Vars deleted.
13121 (follow-auto): Use a :set function.
13122 (follow-mode): Rewritten. Don't advise process filters.
13123 (follow-switch-to-current-buffer-all, follow-scroll-up)
13124 (follow-scroll-down): Assume follow-mode is bound.
13125 (follow-comint-scroll-to-bottom)
13126 (follow-align-compilation-windows): New functions.
13127 (follow--window-sorter): New function.
13128 (follow-all-followers): Use it to explicitly sort windows by their
13129 positions; don't make assumptions about next-window order.
13130 (follow-windows-start-end, follow-delete-other-windows-and-split)
13131 (follow-calc-win-start): Doc fix.
13132 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13133 vertical-motion unnecessarily.
13134 (follow-adjust-window): New function.
13135 (follow-post-command-hook): Use it.
13136 (follow-call-set-process-filter, follow-call-process-filter)
13137 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13138 (follow-stop-intercept-process-output, follow-generic-filter):
13139 Functions deleted.
13140 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13141 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13142 New functions, replacing advice on scroll-bar-* commands.
13143 (follow-mwheel-scroll): New function (Bug#4112).
13144
13145 * comint.el (comint-adjust-point): New function.
13146 (comint-postoutput-scroll-to-bottom): Use it.
13147 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13148
13149 2012-05-01 Glenn Morris <rgm@gnu.org>
13150
13151 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13152 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13153 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13154 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13155 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13156 Remove no-byte-compile setting.
13157
13158 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13161 all-completions code to not return a number in the last cdr.
13162
13163 2012-04-30 Leo Liu <sdl.web@gmail.com>
13164
13165 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13166 read-only error.
13167
13168 2012-04-29 Chong Yidong <cyd@gnu.org>
13169
13170 * follow.el (follow-calc-win-end): Rewrite to handle partial
13171 screen lines correctly (Bug#8390).
13172 (follow-avoid-tail-recenter): Minor cleanup.
13173
13174 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 Avoid the obsolete `assoc' package.
13177 * speedbar.el (speedbar-refresh): Avoid adelete.
13178 (speedbar-file-lists): Simplify and avoid aput.
13179 * man.el (Man--sections, Man--refpages): New vars, replacing
13180 Man-sections-alist and Man-refpages-alist.
13181 (Man-build-section-alist, Man-build-references-alist):
13182 Use them; avoid aput.
13183 (Man--last-section, Man--last-refpage): New vars.
13184 (Man-follow-manual-reference): Use them.
13185 Use the `default' arg of completing-read.
13186 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13187
13188 2012-04-27 Chong Yidong <cyd@gnu.org>
13189
13190 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13191
13192 * startup.el (x-apply-session-resources): New function.
13193
13194 * term/ns-win.el (ns-initialize-window-system):
13195 * term/w32-win.el (w32-initialize-window-system):
13196 * term/x-win.el (x-initialize-window-system): Use it to properly
13197 set menu-bar-mode and other vars from X resources, even if the
13198 initial frame is not a window-system frame (Bug#2299).
13199
13200 * subr.el (read-key): Avoid running filter function when setting
13201 up temporary tool bar entries (Bug#9922).
13202
13203 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13204
13205 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13206 (Bug#11344)
13207
13208 2012-04-27 Chong Yidong <cyd@gnu.org>
13209
13210 * select.el (xselect--encode-string): New function, split from
13211 xselect-convert-to-string.
13212 (xselect-convert-to-string): Use it.
13213 (xselect-convert-to-filename, xselect-convert-to-os)
13214 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13215 returned strings are properly encoded (Bug#11315).
13216
13217 2012-04-27 Chong Yidong <cyd@gnu.org>
13218
13219 * simple.el (delete-active-region): Move to killing custom group.
13220
13221 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13222
13223 * progmodes/which-func.el (which-func-current): Quote %
13224 characters for mode-line processing.
13225
13226 2012-04-27 Chong Yidong <cyd@gnu.org>
13227
13228 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13229 reaching eob (Bug#11286).
13230
13231 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13232
13233 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13234 (gdb): Make it buffer-local and init to zero.
13235 (gdb-control-commands-regexp): New variable.
13236 (gdb-send): Don't wrap in "-interpreter-exec console" if
13237 gdb-control-level is positive. Increment gdb-control-level
13238 whenever the command matches gdb-control-commands-regexp, and
13239 decrement it each time the command is "end". (Bug#11279)
13240
13241 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13242
13243 * window.el (adjust-window-trailing-edge, enlarge-window)
13244 (shrink-window, window-resize):
13245 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13246 windows (Bug#11276).
13247
13248 2012-04-27 Chong Yidong <cyd@gnu.org>
13249
13250 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13251 fix "missing prefix" warning. All callers changed.
13252
13253 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * emacs-lisp/assoc.el: Move to obsolete/.
13256
13257 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13260
13261 * term/ns-win.el (ns-define-service):
13262 * progmodes/pascal.el (pascal-goto-defun):
13263 * progmodes/js.el (js--read-tab):
13264 * progmodes/etags.el (tags-lazy-completion-table):
13265 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13266 * emacs-lisp/ewoc.el (ewoc--wrap):
13267 * emacs-lisp/assoc.el (aput, adelete, amake):
13268 * doc-view.el (doc-view-convert-current-doc):
13269 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13270
13271 2012-04-26 Chong Yidong <cyd@gnu.org>
13272
13273 * image.el (image-type-from-buffer): Only return supported image
13274 type (Bug#9045).
13275
13276 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13277 value, for symmetry with diff-end-of-hunk.
13278 (diff-split-hunk, diff-find-source-location)
13279 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13280 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13281 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13282 compute the relevant hunk or file properly (Bug#6005).
13283 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13284
13285 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * vc/vc-mtn.el:
13288 * vc/vc-hg.el:
13289 * vc/vc-git.el:
13290 * vc/vc-dir.el:
13291 * vc/vc-cvs.el:
13292 * vc/vc-bzr.el:
13293 * vc/vc-arch.el:
13294 * vc/vc.el: Replace lexical-let by lexical-binding.
13295 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13296 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13297 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13298
13299 2012-04-26 Chong Yidong <cyd@gnu.org>
13300
13301 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13302 (diff-mode-shared-map): Bind it to / and [remap undo].
13303
13304 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13305 (ediff-window-setup-function): Use it as the default, to set up
13306 windows based on whether the current frame is graphical (Bug#2138).
13307 (ediff-choose-window-setup-function-automatically): Make obsolete.
13308
13309 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13310
13311 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * ffap.el: Remove old code for obsolete package.
13314 (ffap-complete-as-file-p): Remove.
13315
13316 Use completion-table-with-quoting for comint and pcomplete.
13317 * comint.el (comint--unquote&requote-argument)
13318 (comint--unquote-argument, comint--requote-argument): New functions.
13319 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13320 (comint-quote-filename): Use regexp-opt-charset.
13321 (comint--common-suffix, comint--common-quoted-suffix)
13322 (comint--table-subvert): Remove.
13323 (comint-unquote-function, comint-requote-function): New vars.
13324 (comint--complete-file-name-data): Use them with
13325 completion-table-with-quoting.
13326 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13327 * pcomplete.el (pcomplete-arg-quote-list)
13328 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13329 (pcomplete-unquote-argument-function): Default to non-nil.
13330 (pcomplete-unquote-argument): Simplify.
13331 (pcomplete--common-quoted-suffix): Remove.
13332 (pcomplete-requote-argument-function): New var.
13333 (pcomplete--common-suffix): New function.
13334 (pcomplete-completions-at-point): Use completion-table-with-quoting
13335 and completion-table-subvert.
13336
13337 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13338 (minibuffer--double-dollars): Preserve properties.
13339 (completion--sifn-requote): New function.
13340 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13341
13342 * minibuffer.el: Add support for completion of quoted/escaped data.
13343 (completion-table-with-quoting, completion-table-subvert): New funs.
13344 (completion--twq-try, completion--twq-all): New functions.
13345 (completion--nth-completion): New function.
13346 (completion-try-completion, completion-all-completions): Use it.
13347
13348 2012-04-25 Leo Liu <sdl.web@gmail.com>
13349
13350 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13351 Use compilation-message if available to find real filename.
13352
13353 2012-04-25 Chong Yidong <cyd@gnu.org>
13354
13355 * vc/diff-mode.el (diff-setup-whitespace): New function.
13356 (diff-mode): Use it.
13357
13358 * vc/diff.el (diff-sentinel):
13359 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13360 Whitespace mode variables based on diff style (Bug#8612).
13361
13362 2012-04-25 Leo Liu <sdl.web@gmail.com>
13363
13364 * progmodes/python.el (python-send-region): Add suffix .py to the
13365 temp file.
13366
13367 * files.el (auto-mode-alist): Use javascript-mode instead.
13368
13369 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13370
13371 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13372
13373 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13374 (soap-resolve-references-for-array-type): Hack to prevent self
13375 references, see Bug#9.
13376 (soap-parse-envelope): Report the contents of the 'detail' node
13377 when receiving a fault reply.
13378 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13379
13380 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13381 (soap-inspect-simple-type): New function.
13382
13383 * net/soap-client.el (soap-simple-type): New struct.
13384 (soap-default-xsd-types, soap-default-soapenc-types)
13385 (soap-decode-basic-type, soap-encode-basic-type):
13386 support unsignedInt and double basic types.
13387 (soap-resolve-references-for-simple-type)
13388 (soap-parse-simple-type, soap-encode-simple-type): New function.
13389 (soap-parse-schema): Parse xsd:simpleType declarations.
13390
13391 * net/soap-client.el (soap-default-xsd-types)
13392 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13393 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13394 the local name of "soapenc:Array".
13395 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13396 decoding integer, byte and anyURI xsd types.
13397
13398 2012-04-25 Chong Yidong <cyd@gnu.org>
13399
13400 * cus-edit.el (custom-buffer-create-internal): Update header text.
13401
13402 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13403
13404 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13405 settings on 'system-type', not on 'window-system'. On MS-Windows,
13406 set interactive-mode on in GDB.
13407
13408 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13411 (ruby-syntax-propertize-regexp): Remove.
13412 (ruby-syntax-propertize-function): Split regexp into chunks.
13413 Match following code directly.
13414
13415 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13416
13417 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13418 (ruby-syntax-propertize-regexp): New function.
13419 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13420 by a special keyword.
13421
13422 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13423 (ruby-syntax-general-delimiters-goto-beg)
13424 (ruby-syntax-propertize-general-delimiters): New functions.
13425 (ruby-syntax-propertize-function): Use them to handle GDL.
13426 (ruby-font-lock-keywords): Move old handling of GDL...
13427 (ruby-font-lock-syntactic-keywords): .. to here.
13428 (ruby-calculate-indent): Adjust indentation for GDL.
13429
13430 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13431
13432 * notifications.el (top): Remove unneeded declarations.
13433 (notifications-specification-version): Change to "1.2".
13434 (notifications-interface, notifications-notify-method)
13435 (notifications-close-notification-method): Fix docstring.
13436 (notifications-get-capabilities-method): New defconst.
13437 (notifications-notify): Add :action-items, :resident and
13438 :transient hints. Change "image_data" to "image-data" and
13439 "image_path" to "image-path".
13440 (notifications-get-capabilities): New defun.
13441
13442 2012-04-24 Leo Liu <sdl.web@gmail.com>
13443
13444 * progmodes/python.el: Move hideshow setup to the end.
13445
13446 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13447
13448 * window.el (handle-select-window): Clear echo area since this is
13449 no more done by read_char (Bug#11304).
13450
13451 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13454 and `/ M' to filter-derived-mode.
13455 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13456 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13457 (ibuffer-mark-by-mode): Use default rather than initial-input.
13458 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13459
13460 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13461
13462 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13463 (ibuffer-filter-by-derived-mode): New filter.
13464 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13465
13466 2012-04-23 Andreas Politz <politza@fh-trier.de>
13467
13468 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13469
13470 2012-04-23 Chong Yidong <cyd@gnu.org>
13471
13472 * cus-edit.el (customize-apropos, customize-apropos-options):
13473 Disable matching of non-option variables (Bug#11176).
13474 (customize-option, customize-option-other-window)
13475 (customize-changed-options): Doc fix.
13476 (customize-apropos-options, customize-apropos-faces)
13477 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13478
13479 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13480 Fix word list splitting (Bug#11132).
13481 (apropos-symbol, apropos-keybinding, apropos-label)
13482 (apropos-property, apropos-function-button)
13483 (apropos-variable-button, apropos-misc-button): New faces.
13484 (apropos-symbol-face, apropos-keybinding-face)
13485 (apropos-label-face, apropos-property-face, apropos-match-face):
13486 Variables removed (Bug#8396).
13487 (apropos-library-button, apropos-format-plist, apropos-print)
13488 (apropos-print-doc, apropos-describe-plist): Callers changed.
13489
13490 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13491
13492 * net/xesam.el (xesam-mode-map): Use let-bound map in
13493 initialization. (Bug#11292)
13494
13495 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13496
13497 Preserve ispell session localwords when switching back to
13498 original buffer.
13499
13500 * textmodes/ispell.el (ispell-buffer-session-localwords):
13501 New buffer-local variable to hold buffer session localwords.
13502 (ispell-kill-ispell): Add option 'clear to delete session
13503 localwords.
13504 (ispell-command-loop, ispell-change-dictionary)
13505 (ispell-buffer-local-words): Preserve session localwords when
13506 needed.
13507
13508 * textmodes/flyspell.el (flyspell-process-localwords)
13509 (flyspell-do-correct): Preserve session localwords when needed.
13510
13511 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13512
13513 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13514 using obsolete `translation-table-for-input'.
13515 (ispell-word, ispell-process-line, ispell-complete-word):
13516 Use plain `insert' instead of removed `ispell-insert-word'.
13517
13518 2012-04-22 Chong Yidong <cyd@gnu.org>
13519
13520 * cus-edit.el (custom-variable-menu)
13521 (custom-variable-reset-saved, custom-face-menu)
13522 (custom-face-reset-saved): If there is no saved value, make the
13523 "reset-saved" operation bring back the default (Bug#9509).
13524 (custom-face-state): Properly detect themed faces.
13525
13526 * faces.el (face-spec-set): Stop supporting deprecated form of
13527 third arg.
13528
13529 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13530
13531 Move functions from C to Lisp. Make non-blocking method calls
13532 the default. Implement further D-Bus standard interfaces.
13533
13534 * net/dbus.el (dbus-message-internal): Declare function.
13535 Remove unneeded function declarations.
13536 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13537 (dbus-message-type-method-return, dbus-message-type-error)
13538 (dbus-message-type-signal): Declare variables. Remove local
13539 definitions.
13540 (dbus-interface-dbus, dbus-interface-peer)
13541 (dbus-interface-introspectable, dbus-interface-properties)
13542 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13543 Adapt docstring.
13544 (dbus-interface-objectmanager): New defconst.
13545 (dbus-call-method, dbus-call-method-asynchronously)
13546 (dbus-send-signal, dbus-method-return-internal)
13547 (dbus-method-error-internal, dbus-register-service)
13548 (dbus-register-signal, dbus-register-method): New defuns, moved
13549 from dbusbind.c
13550 (dbus-call-method-handler, dbus-setenv)
13551 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13552 New defuns.
13553 (dbus-call-method-non-blocking): Make it an obsolete function.
13554 (dbus-unregister-object, dbus-unregister-service)
13555 (dbus-handle-event, dbus-register-property)
13556 (dbus-property-handler): Obey the new structure of
13557 `bus-registered-objects'.
13558 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13559 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13560 Use `dbus-call-method'.
13561
13562 2012-04-22 Chong Yidong <cyd@gnu.org>
13563
13564 * cus-edit.el (custom-commands, custom-reset-menu)
13565 (Custom-reset-standard): Tweak labels.
13566 (custom-reset-button-menu): Change default to t.
13567 (custom-buffer-create-internal): For the custom-reset-button-menu
13568 case, put the revert button first.
13569 (custom-group-subtitle): New face.
13570 (custom-group-value-create): Align docstring to a specific column.
13571
13572 * wid-edit.el (widget-documentation-link-add): Don't handle
13573 indentation in this function.
13574 (widget-documentation-string-indent-to): New function.
13575 (widget-documentation-string-value-create): Use it.
13576
13577 * autorevert.el (auto-revert):
13578 * epg-config.el (epg):
13579 * ibuffer.el (ibuffer):
13580 * mpc.el (mpc):
13581 * ses.el (ses):
13582 * eshell/eshell.el (eshell):
13583 * net/ange-ftp.el (ange-ftp):
13584 * progmodes/ebnf2ps.el (postscript):
13585 * progmodes/flymake.el (flymake):
13586 * progmodes/prolog.el (prolog):
13587 * progmodes/verilog-mode.el (verilog-mode):
13588 * progmodes/which-func.el (which-func):
13589 * term/xterm.el (xterm):
13590 * textmodes/picture.el (picture):
13591 * textmodes/tildify.el (tildify):
13592 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13593 customization buffers.
13594
13595 2012-04-22 Alan Mackenzie <acm@muc.de>
13596
13597 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13598 Adding a ) can hide the resulting (..) from searches. Fix it.
13599 Bound the backward search to the position of the existing (.
13600
13601 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13602
13603 * progmodes/verilog-mode.el (verilog-mode): Check whether
13604 which-func-modes is t before adding verilog-mode.
13605 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13606
13607 2012-04-21 Leo Liu <sdl.web@gmail.com>
13608
13609 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13610
13611 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13612
13613 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13614 filling of the last column of a table (Bug#5635).
13615 (woman-find-next-control-line): New arg, specifying an additional
13616 regexp component for the control line.
13617 (woman2-roff-buffer): Use it.
13618 (woman-break-table): New function.
13619 (woman2-TS): Use it.
13620
13621 2012-04-21 Chong Yidong <cyd@gnu.org>
13622
13623 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13624 (woman-horizontal-escapes, woman-negative-vertical-space)
13625 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13626 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13627
13628 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * minibuffer.el (completion-file-name-table): Complete user names.
13631
13632 2012-04-20 Leo Liu <sdl.web@gmail.com>
13633
13634 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13635 and pcase-let*.
13636
13637 2012-04-20 Chong Yidong <cyd@gnu.org>
13638
13639 * server.el (server-execute): Respect initial-buffer-choice if it
13640 is a string and there are no files to open (Bug#2825).
13641 (server-create-window-system-frame, server-create-tty-frame):
13642 Don't switch buffers here.
13643 (server-process-filter): Only try to open a window system frame if
13644 compiled with graphical support (Bug#8314).
13645
13646 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13647
13648 * battery.el (battery-echo-area-format): Display remaining time
13649 for sysfs backend too (Bug#11269).
13650 (battery-linux-sysfs): Fix conditional for the charge.
13651
13652 2012-04-20 Chong Yidong <cyd@gnu.org>
13653
13654 * progmodes/gdb-mi.el (gdb): Revert previous change.
13655 (gdb-inferior-io--init-proc): New function.
13656 (gdb-init-1): Use it.
13657 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13658 responsible for allocating a new pty and hooking it to gdb when
13659 the old pty gets an EIO due to process exit.
13660 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13661 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13662 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13663
13664 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13665
13666 * window.el (window-min-size, window-sizable, window-min-delta)
13667 (window-max-delta, window--resizable, window-resizable)
13668 (window-total-size, window-full-height-p, window-full-width-p)
13669 (window-in-direction, window--resize-mini-window, window-resize)
13670 (window--resize-child-windows-normal)
13671 (window--resize-child-windows, window--resize-siblings)
13672 (window--resize-this-window, adjust-window-trailing-edge)
13673 (enlarge-window, shrink-window): Doc fixes.
13674
13675 2012-04-20 Chong Yidong <cyd@gnu.org>
13676
13677 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13678 New function to call delete-process on the gdb-inferior buffer's pty.
13679 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13680 pty process (Bug#11273).
13681 (gdb-update): New arg to suppress talking to the gdb process.
13682 (gdb-done-or-error): Use it.
13683 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13684 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13685 sentinel not being called.
13686
13687 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13688
13689 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13690
13691 2012-04-20 Glenn Morris <rgm@gnu.org>
13692
13693 * net/network-stream.el (open-network-stream): Doc fix.
13694
13695 2012-04-20 Chong Yidong <cyd@gnu.org>
13696
13697 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13698
13699 2012-04-20 Alan Mackenzie <acm@muc.de>
13700
13701 Ensure searching for keywords is case sensitive.
13702
13703 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13704 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13705 (c-defun-name, c-mark-function, c-cpp-define-name)
13706 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13707 (c-context-line-break): Bind case-fold-search to nil.
13708
13709 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13710 Bind case-fold-search to nil.
13711
13712 2012-04-20 Chong Yidong <cyd@gnu.org>
13713
13714 * mail/sendmail.el (mail-bury): Call return action with the right
13715 Rmail buffer (Bug#11242).
13716
13717 * server.el (server-process-filter): Handle corner case where both
13718 tty and nowait options are present (Bug#11102).
13719
13720 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13721
13722 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13723 (top level): Put into the executable the ident-style '$Id:' tag on
13724 windows-nt as well.
13725
13726 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * electric.el (electric-indent-post-self-insert-function): Check that
13729 electric-indent-mode is enabled in current buffer.
13730
13731 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13732
13733 * imenu.el (imenu-progress-message): Restore; it is "used" in
13734 erc/erc-imenu.el and net/snmp-mode.el.
13735
13736 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13739 (mouse-avoidance-nudge-mouse): Remove unused binding.
13740
13741 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13742
13743 * descr-text.el (describe-char):
13744 * progmodes/python.el (python-describe-symbol):
13745 Don't call `toggle-read-only', set `buffer-read-only'.
13746
13747 * imenu.el (imenu-default-goto-function): Mark unused args.
13748 (imenu-progress-message): Remove obsolete macro; all callers changed.
13749
13750 * subr.el (keymap-canonicalize): Remove unused binding.
13751 (read-passwd): Mark unused arg.
13752
13753 * tutorial.el (tutorial--display-changes): Remove unused binding.
13754 (tutorial--save-tutorial-to): Remove unused variable.
13755
13756 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13757 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13758 (package-generate-autoloads, package-menu--generate)
13759 (package-menu--find-upgrades): Remove unused bindings.
13760
13761 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13762 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13763 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13764 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13765 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13766 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13767 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13768 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13769 (cua-delete-char-rectangle): Mark unused args.
13770 (cua-align-rectangle): Remove unused binding.
13771
13772 * mail/rmail.el (compilation--message->loc)
13773 (epa--find-coding-system-for-mime-charset): Declare.
13774
13775 * net/dbus.el (dbus-register-service): Declare.
13776 (dbus-name-owner-changed-handler): Remove unused binding.
13777
13778 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13779 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13780 (nxml-scan-backward-within): Mark unused arg.
13781 (nxml-dynamic-markup-word): Remove unused binding.
13782
13783 * mouse.el (mouse-menu-major-mode-map):
13784 * emacs-lisp/authors.el (authors-scan-change-log)
13785 (authors-add-to-author-list):
13786 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13787 * emacs-lisp/smie.el (smie-auto-fill):
13788 * mail/sendmail.el (mail-bury):
13789 * mail/unrmail.el (unrmail):
13790 * net/tls.el (open-tls-stream):
13791 * textmodes/picture.el (picture-mouse-set-point):
13792 Remove unused bindings.
13793
13794 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13795
13796 * net/tramp.el (tramp-action-password): Let-bind
13797 `enable-recursive-minibuffers' to t.
13798
13799 2012-04-18 Sam Steingold <sds@gnu.org>
13800
13801 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13802 instead of 'string to accommodate values like [f11].
13803 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13804 * progmodes/gdb-mi.el: Likewise.
13805
13806 2012-04-18 Leo Liu <sdl.web@gmail.com>
13807
13808 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13809 current buffer.
13810 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13811 LOCAL is nil.
13812
13813 2012-04-18 Chong Yidong <cyd@gnu.org>
13814
13815 * simple.el (line-move): Use forward-line if in batch mode
13816 (Bug#11053).
13817
13818 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13819
13820 * files.el (after-find-file): Do not try to add a final newline if
13821 the buffer is read-only (Bug#11156).
13822
13823 2012-04-17 Richard Stallman <rms@gnu.org>
13824
13825 * mail/rmail.el (rmail-start-mail):
13826 Pass (rmail-mail-return...) for the return-action.
13827 Pass (rmail-yank-current-message...) for the yank-action.
13828 (rmail-yank-current-message): New function.
13829 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13830 (rmail-reply): Likewise.
13831 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13832
13833 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13834 buffer, not the last. Reject temp buffers. Use the rmail-mode
13835 buffer, not newbuf.
13836
13837 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13838
13839 * server.el (server-ensure-safe-dir): Simplify.
13840
13841 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * emacs-lisp/smie.el: Provide smarter auto-filling.
13844 (smie-auto-fill): New function.
13845 (smie-setup): Use it.
13846
13847 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13848
13849 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13850
13851 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13852 (comment-indent): Use it.
13853
13854 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13855
13856 * ses.el: The overall change is to add cell renaming, that is
13857 setting fancy names for cell symbols other than name matching
13858 "\\`[A-Z]+[0-9]+\\'" regexp .
13859 (ses-localvars): Add ses--renamed-cell-symb-list.
13860 (ses-create-cell-variable): New defun.
13861 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13862 (ses-relocate-formula): Relocate formulas only for cells the
13863 symbols of which are not renamed, i.e. symbols whose names do not
13864 match regexp "\\`[A-Z]+[0-9]+\\'".
13865 (ses-relocate-all): Relocate values only for cells the symbols of
13866 which are not renamed.
13867 (ses-load): Create cells variables as the (ses-cell ...) are read,
13868 in order to check row col consistency with cell symbol name only
13869 for cells that are not renamed.
13870 (ses-replace-name-in-formula): New defun.
13871 (ses-rename-cell): New defun.
13872
13873 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13874
13875 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13876 New option (bug#11118).
13877 (perl-calculate-indent): Respect it.
13878
13879 2012-04-17 Glenn Morris <rgm@gnu.org>
13880
13881 * dired-aux.el (dired-mark-read-string): Doc fix.
13882
13883 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13884
13885 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13886 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13887
13888 2012-04-17 Glenn Morris <rgm@gnu.org>
13889
13890 * mouse.el (mouse-drag-track):
13891 * speedbar.el (speedbar-frame-mode):
13892 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13893
13894 2012-04-16 Leo Liu <sdl.web@gmail.com>
13895
13896 * progmodes/python.el: Trivial cleanup.
13897
13898 2012-04-16 Glenn Morris <rgm@gnu.org>
13899
13900 * vc/vc.el (vc-string-prefix-p):
13901 * vc/pcvs-util.el (cvs-string-prefix-p):
13902 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13903 * mpc.el (mpc-string-prefix-p):
13904 Make all of these into obsolete aliases for string-prefix-p.
13905 Update callers.
13906 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13907
13908 * textmodes/two-column.el: Move custom options to the start.
13909 (frame-width): Remove compat definition.
13910 (2C-associate-buffer, 2C-dissociate):
13911 Use with-current-buffer rather than save-excursion.
13912 (2C-dissociate): Force a mode-line update.
13913 (2C-autoscroll): Use ignore-errors.
13914
13915 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13916 Autoload trivia.
13917
13918 * emacs-lisp/cl-extra.el (*random-state*):
13919 Remove unnecessary declaration.
13920
13921 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13922
13923 * play/cookie1.el (cookie-snarf):
13924 Give an explicit error if input file cannot be read.
13925
13926 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13927
13928 * progmodes/perl-mode.el (c-macro-expand):
13929 Remove unnecessary autoload (it is in loaddefs.el).
13930
13931 * textmodes/picture.el (picture-desired-column)
13932 (picture-update-desired-column): Convert comments to doc-strings.
13933 (picture-substitute): Remove function.
13934 (picture-mode-map): Initialize in the defvar.
13935
13936 * woman.el: Remove eval-after-load for tar-mode.
13937 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13938 (woman-tar-extract-file): Autoload it.
13939
13940 * frame.el (automatic-hscrolling): Make this alias obsolete.
13941
13942 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13943
13944 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13945 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13946 (ispell-dictionary-base-alist): Revert to original XEmacs
13947 friendly version for default. [:alpha:] will be added in
13948 `ispell-set-spellchecker-params' if needed.
13949
13950 2012-04-16 Chong Yidong <cyd@gnu.org>
13951
13952 * image.el (imagemagick--file-regexp): New variable.
13953 (imagemagick-register-types): Use it.
13954 (imagemagick-types-inhibit): Add :set function. Allow new value
13955 of t to inhibit all types.
13956
13957 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13958 so we can preload it.
13959
13960 * loadup.el (fboundp): Preload regexp-opt, needed by
13961 imagemagick-register-types.
13962
13963 2012-04-15 Chong Yidong <cyd@gnu.org>
13964
13965 * frame.el (scrolling): Remove nearly unused customization group.
13966
13967 * scroll-all.el (scroll-all-mode): Move to windows group.
13968
13969 2012-04-15 Chong Yidong <cyd@gnu.org>
13970
13971 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13972
13973 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13976 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13977
13978 2012-04-15 Glenn Morris <rgm@gnu.org>
13979
13980 * simple.el (process-file-side-effects): Doc fix.
13981
13982 2012-04-15 Glenn Morris <rgm@gnu.org>
13983
13984 * international/mule-cmds.el (set-language-environment): Doc fix.
13985
13986 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13987
13988 * server.el (server-auth-key, server-generate-key): Doc fixes.
13989 (server-get-auth-key): Doc fix. Use `string-match-p'.
13990 (server-start): Reflow docstring.
13991
13992 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13993
13994 * server.el (server-generate-key): `called-interactively-p'
13995 requires a parameter.
13996
13997 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13998
13999 * server.el (server-auth-key): New variable.
14000 (server-generate-key, server-get-auth-key): New function.
14001 (server-start): Use the new variable and functions to allow
14002 setting a permanent server key (bug#9423).
14003
14004 2012-04-14 Leo Liu <sdl.web@gmail.com>
14005
14006 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14007
14008 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14009
14010 Spelling fixes.
14011 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14012 Emacs uses American spelling.
14013
14014 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14015
14016 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14017 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14018 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14019 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14020
14021 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * progmodes/which-func.el (which-func-modes): Change default.
14024
14025 2012-04-14 Kim F. Storm <storm@cua.dk>
14026
14027 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14028 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14029
14030 2012-04-14 Chong Yidong <cyd@gnu.org>
14031
14032 * custom.el (custom-theme-set-variables): Doc fix.
14033
14034 2012-04-14 Glenn Morris <rgm@gnu.org>
14035
14036 * international/mule.el (set-auto-coding-for-load): Doc fix.
14037
14038 2012-04-14 Alan Mackenzie <acm@muc.de>
14039
14040 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14041 imenu work again for Objective C Mode. Correct the *-index values,
14042 these having been disturbed by a previous change in 2011-08.
14043
14044 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14045 Correct two search limits.
14046
14047 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14050
14051 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14052
14053 * international/characters.el: Fix sorting.
14054
14055 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14056
14057 * international/characters.el: Add more missing Latin case pairs.
14058
14059 2012-04-14 Glenn Morris <rgm@gnu.org>
14060
14061 * files.el (dir-locals-set-class-variables): Doc fix.
14062
14063 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14064
14065 * international/characters.el: Add set-case-syntax-pair call for
14066 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14067 counterpart. (Bug#11209)
14068
14069 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14070
14071 2012-04-14 Glenn Morris <rgm@gnu.org>
14072
14073 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14074
14075 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14076
14077 * textmodes/ispell.el (ispell-dictionary-base-alist):
14078 Add data for Hebrew.
14079
14080 2012-04-14 Chong Yidong <cyd@gnu.org>
14081
14082 * net/rcirc.el (rcirc-cmd-quit):
14083 Revert 2012-03-18 change (Bug#11192).
14084
14085 2012-04-14 Glenn Morris <rgm@gnu.org>
14086
14087 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14088
14089 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14090
14091 * minibuffer.el (completion-in-region-mode-map):
14092 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14093
14094 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14095
14096 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14097
14098 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14099
14100 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14101 to allow `C-M-f' and `C-M-b' to move to the nearest path
14102 separator (bug#9511).
14103
14104 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14105
14106 * avoid.el: Require cl when compiling. And also move the
14107 `provide' to the end.
14108
14109 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14110
14111 * avoid.el (mouse-avoidance-banish-position): New variable.
14112 (mouse-avoidance-banish-destination): Use it (bug#10165).
14113
14114 2012-04-13 Leo Liu <sdl.web@gmail.com>
14115
14116 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14117
14118 2012-04-13 Ken Brown <kbrown@cornell.edu>
14119
14120 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14121 this is no longer needed now that cygstart understands file:// URLs.
14122 (browse-url-filename-alist): For the same reason, don't modify
14123 file:// URLs on Cygwin.
14124
14125 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14128 the region on shift if the binding is already shifted (bug#11221).
14129
14130 2012-04-12 Glenn Morris <rgm@gnu.org>
14131
14132 * mail/mailpost.el: Move to obsolete/.
14133
14134 2012-04-12 Drew Adams <drew.adams@oracle.com>
14135
14136 * imenu.el (imenu--generic-function): Ignore invisible definitions
14137 (bug#10123).
14138
14139 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14140
14141 * hexl.el (hexl-bits): New variable.
14142 (hexl-options): Mention the variable in the doc string.
14143 (hexl-rulerise, hexl-line-displen): New functions.
14144 (hexl-mode): Mention the new variable.
14145 (hexl-mode, hexl-current-address, hexl-current-address):
14146 Use the displen.
14147 (hexl-ascii-start-column): New function.
14148 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14149 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14150
14151 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14152
14153 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14154 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14155 the encoding, as expected by hunspell.
14156
14157 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * battery.el (battery--linux-sysfs-regexp): New const.
14160 (battery-status-function): Use it. Remove yeeloong special case.
14161 (battery-yeeloong-sysfs): Remove.
14162 (battery-echo-area-format): Remove yeeloong special case.
14163
14164 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14167 Reported by Noah Friedman.
14168
14169 * subr.el (read-passwd): Use read-string.
14170
14171 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14172
14173 * vcursor.el (vcursor-move): Increase the priority of the overlay
14174 (bug#9663).
14175
14176 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14177
14178 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14179 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14180
14181 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14182
14183 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14184 define-minor-mode (bug#10760).
14185
14186 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14187
14188 * progmodes/grep.el (rgrep): Tweak the find command line so
14189 that directories matching `grep-find-ignored-files' won't be
14190 pruned (bug#10351).
14191
14192 2012-04-11 Chong Yidong <cyd@gnu.org>
14193
14194 * startup.el (command-line): Remove support for long-obsolete
14195 variable font-lock-face-attributes.
14196
14197 2012-04-11 Glenn Morris <rgm@gnu.org>
14198
14199 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14200
14201 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * window.el (window--state-get-1): Obey window-point-insertion-type.
14204
14205 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14206
14207 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14208 to previous function when point is on the first character of a
14209 function. Take care of that in `narrow-to-defun' (bug#6157).
14210
14211 2012-04-11 Glenn Morris <rgm@gnu.org>
14212
14213 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14214 not just file-errors.
14215
14216 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14217 (vc-bzr-sha1): Use internal sha1.
14218
14219 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14222
14223 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
14224
14225 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14226 that start in the middle of the line (bug#10496).
14227
14228 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14229
14230 * battery.el (battery-linux-proc-acpi): Only one battery is
14231 discharged at a time, but that seems to confuse battery.el when
14232 computing `rate-type' for the battery not being discharged
14233 (bug#10332).
14234
14235 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14238
14239 * international/quail.el: Use dolist and simplify.
14240 (quail-define-package, quail-update-keyboard-layout)
14241 (quail-define-rules): Use dolist.
14242 (quail-insert-kbd-layout, quail-get-translation): CSE.
14243
14244 * tmm.el: Use dolist, remove left over hook.
14245 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14246 Use dolist.
14247 (calendar-load-hook): Don't mess with it.
14248
14249 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14250 Use derived-mode-p. Run the diff asynchronously.
14251
14252 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14253
14254 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14255
14256 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14257
14258 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14259 (list-dynamic-libraries--loaded): New function.
14260 (list-dynamic-libraries--refresh): Use it.
14261
14262 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14263
14264 * progmodes/python.el (python-fill-paragraph):
14265 Make python-fill-region in a multiline string work when font-lock is
14266 disabled (bug#7018).
14267
14268 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
14269
14270 * language/european.el (cp775): Add oem/legacy (en)coding on
14271 DOS/MS Windows for the Baltic languages. There are still plenty
14272 of texts written in this encoding/codepage (bug#6519).
14273
14274 2012-04-10 Glenn Morris <rgm@gnu.org>
14275
14276 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14277 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14278
14279 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14280
14281 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14282 next-line "n" and previous-line "p" in order to make recentf more
14283 consistent with ibuffer, dired or org-mode (bug#9387).
14284
14285 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14286
14287 * image.el (put-image): Return the overlay created instead of the
14288 optional input string (bug#7834). Note that this may break code
14289 that is (for some reason or other) depending on `put-image'
14290 returning the string.
14291
14292 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14293
14294 * simple.el (zap-to-char): Allow zapping using input methods
14295 (bug#1580).
14296
14297 * textmodes/fill.el (fill-region): Leave point and mark where they
14298 were before filling (bug#5399).
14299
14300 2012-04-09 Glenn Morris <rgm@gnu.org>
14301
14302 * version.el (emacs-bzr-get-version):
14303 Handle lightweight checkouts of local branches.
14304
14305 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14306
14307 * international/characters.el: Recover lost case pairs. (Bug#11209)
14308
14309 2012-04-09 Chong Yidong <cyd@gnu.org>
14310
14311 * custom.el (custom-variable-p): Return nil for non-symbol
14312 arguments instead of signaling an error.
14313 (user-variable-p): Obsolete alias for custom-variable-p.
14314
14315 * apropos.el (apropos-variable):
14316 * files-x.el (read-file-local-variable):
14317 * simple.el (set-variable):
14318 * woman.el (woman-mini-help):
14319 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14320
14321 2012-04-09 Glenn Morris <rgm@gnu.org>
14322
14323 * startup.el (normal-top-level): Don't look for leim-list.el
14324 in places where it will not be found. (Bug#910)
14325
14326 * international/mule-cmds.el (set-default-coding-systems):
14327 * files.el (normal-mode):
14328 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14329 This function was removed with ucs-tables.el in 2008.
14330
14331 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14332
14333 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14334 ispell-encoding8-command to "-i", without a trailing space.
14335 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14336 separate command-line arguments, to specify the encoding, since
14337 that's how hunspell expects it.
14338
14339 2012-04-08 Glenn Morris <rgm@gnu.org>
14340
14341 * loadup.el: Load bindings before cus-start.
14342 This reduces somewhat the number of "rogue" settings in emacs -Q.
14343
14344 2012-04-07 Glenn Morris <rgm@gnu.org>
14345
14346 * version.el (emacs-bzr-get-version): New function.
14347 (emacs-bzr-version): New variable.
14348 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14349 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14350
14351 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14352
14353 * international/uni-bidi.el, international/uni-category.el:
14354 * international/uni-combining.el, international/uni-decimal.el:
14355 * international/uni-decomposition.el, international/uni-digit.el:
14356 * international/uni-lowercase.el, international/uni-mirrored.el:
14357 * international/uni-name.el, international/uni-numeric.el:
14358 * international/uni-titlecase.el, international/uni-uppercase.el:
14359 Update for Unicode 6.1.
14360
14361 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14362
14363 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14364
14365 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14366
14367 * window.el (shrink-window): Mention the `window-min-height'
14368 variable in the doc string.
14369
14370 2012-04-05 Bastien Guerry <bzg@altern.org>
14371
14372 * color.el (color-lighten-name): Fix typo.
14373
14374 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * server.el (server--on-display-p): New function.
14377 (server--on-display-p): Use it.
14378
14379 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14380
14381 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14382 (bug#11145).
14383
14384 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * comint.el (comint--common-quoted-suffix): Check string boundary
14387 before comparing (bug#11158).
14388 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14389
14390 2012-04-04 Chong Yidong <cyd@gnu.org>
14391
14392 * minibuffer.el (completion-extra-properties): Doc fix.
14393
14394 * subr.el (delayed-warnings-hook): Doc fix.
14395
14396 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14397
14398 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14399 selection (Bug#11159).
14400 (epa-insert-keys): Inform that the default public key will be
14401 exported if no key is selected.
14402
14403 2012-04-04 Richard Stallman <rms@gnu.org>
14404
14405 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14406
14407 2012-04-03 Chong Yidong <cyd@gnu.org>
14408
14409 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14410 mail-insert-file, not its obsolete alias mail-attach-file.
14411
14412 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14413
14414 * notifications.el (notifications-notify): Fix docstring.
14415
14416 2012-04-02 Glenn Morris <rgm@gnu.org>
14417
14418 * emacs-lisp/authors.el (authors-aliases): Another addition.
14419
14420 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14421
14422 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14423 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14424 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14425
14426 2012-04-01 Chong Yidong <cyd@gnu.org>
14427
14428 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14429 Handle root directory properly.
14430 (copy-directory): Caller changed.
14431
14432 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14433 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14434
14435 2012-03-31 Glenn Morris <rgm@gnu.org>
14436
14437 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14438
14439 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14440
14441 * calendar/calendar.el (calendar-window-list)
14442 (calendar-hide-window): Restore. (Bug#11140)
14443 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14444
14445 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14446
14447 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14448
14449 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14450 Check if file is a symlink (Bug#10489).
14451
14452 * files.el (copy-directory): Likewise.
14453
14454 2012-03-30 Chong Yidong <cyd@gnu.org>
14455
14456 * image.el (imagemagick-types-inhibit)
14457 (imagemagick-register-types): Doc fix.
14458
14459 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14460
14461 * textmodes/ispell.el (ispell-get-extended-character-mode):
14462 Disable extended-char-mode for hunspell. hunspell does not support it
14463 and treats ~word as ordinary words in pipe mode.
14464
14465 2012-03-30 Glenn Morris <rgm@gnu.org>
14466
14467 * tutorial.el (help-with-tutorial): Ensure local variables don't
14468 happen to make the buffer read-only. (Bug#11127)
14469
14470 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14473 (perl-calculate-indent): Return `noindent' in strings.
14474
14475 2012-03-28 Sam Steingold <sds@gnu.org>
14476
14477 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14478 instead of the broken adhockery which does not prevent calendar
14479 buffers from being displayed at random after exit.
14480 (calendar-window-list, calendar-hide-window): Remove the broken
14481 adhockery.
14482
14483 2012-03-28 Glenn Morris <rgm@gnu.org>
14484
14485 * replace.el (query-replace-map): Doc fix.
14486
14487 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14488
14489 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14490 contents. (Bug#11109)
14491
14492 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14493
14494 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14495 (bug#11077).
14496 (avl-tree--check, avl-tree--check-node): New funs.
14497
14498 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14499
14500 * window.el (switch-to-visible-buffer): New option.
14501 (switch-to-prev-buffer, switch-to-next-buffer):
14502 Observe switch-to-visible-buffer. Make sure that checking for a window
14503 showing a buffer already is done on the same frame.
14504
14505 2012-03-27 Glenn Morris <rgm@gnu.org>
14506
14507 * startup.el (mail-host-address): Doc fix.
14508
14509 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14510
14511 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14512 than 197 variables.
14513
14514 2012-03-26 Ami Fischman <ami@fischman.org>
14515
14516 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14517
14518 2012-03-26 Glenn Morris <rgm@gnu.org>
14519
14520 * files.el (save-buffers-kill-emacs): Doc fix.
14521
14522 * startup.el (normal-top-level, command-line, command-line-1):
14523 Give them doc strings.
14524
14525 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14526
14527 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14528 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14529
14530 2012-03-25 Chong Yidong <cyd@gnu.org>
14531
14532 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14533 theme if it was previously enabled before (Bug#11031).
14534
14535 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14536 spec with custom-face-get-current-spec if its :shown-value is not
14537 determined yet (Bug#9337).
14538 (customize-create-theme, custom-theme-revert): Doc fixes.
14539
14540 * button.el (button-at): Minor addition to docstring.
14541
14542 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14543
14544 * vc/vc.el (vc-merge): Fix a prompt.
14545
14546 2012-03-24 Chong Yidong <cyd@gnu.org>
14547
14548 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14549 point (Bug#9623).
14550
14551 * button.el (button-at): Minor addition to docstring.
14552
14553 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * newcomment.el (comment-choose-indent): No space after BOL.
14556
14557 2012-03-22 Sam Steingold <sds@gnu.org>
14558
14559 * window.el (switch-to-prev-buffer): Revert last patch because the
14560 bug turned out to be an advertised feature (Elisp manual 28.14).
14561
14562 2012-03-22 Glenn Morris <rgm@gnu.org>
14563
14564 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14565 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14566
14567 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14568
14569 * net/network-stream.el (network-stream-open-starttls): Make error
14570 message under Windows be less misleading.
14571
14572 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14573
14574 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14575 understands (bug#9942).
14576
14577 2012-03-22 Chong Yidong <cyd@gnu.org>
14578
14579 * simple.el (end-of-visible-line): Handle return value of
14580 next-single-property-change properly (Bug#9371).
14581
14582 2012-03-22 Kenichi Handa <handa@m17n.org>
14583
14584 * international/quail.el (quail-insert-kbd-layout): Fix previous
14585 change. To avoid unwanted bidi reordering, use
14586 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14587
14588 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14589
14590 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14591 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14592 (ruby-beginning-of-indent): Be more careful with the difference
14593 between word-boundary and symbol boundary.
14594 (ruby-mode-syntax-table): Make : a symbol constituent.
14595
14596 2012-03-21 Andreas Politz <politza@fh-trier.de>
14597
14598 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14599
14600 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14601
14602 * progmodes/etags.el (tags-completion-at-point-function):
14603 Improve last fix.
14604
14605 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14606
14607 2012-03-21 Sam Steingold <sds@gnu.org>
14608
14609 * progmodes/etags.el (tags-completion-at-point-function):
14610 Avoid the error when point is inside the pattern.
14611
14612 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14613
14614 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14615 line (Bug#10855).
14616
14617 2012-03-21 Drew Adams <drew.adams@oracle.com>
14618
14619 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14620
14621 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14622
14623 * ido.el (ido-set-current-directory, ido-read-internal)
14624 (ido-choose-completion-string, ido-completion-help): Handle nil
14625 value of ido-completion-buffer (Bug#11008).
14626
14627 2012-03-21 Sam Steingold <sds@gnu.org>
14628
14629 * window.el (switch-to-prev-buffer): Do not switch to a visible
14630 window previous buffer, just like with the frame previous buffers.
14631
14632 2012-03-21 Chong Yidong <cyd@gnu.org>
14633
14634 * faces.el (make-face, make-empty-face, copy-face):
14635 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14636 Doc fixes.
14637
14638 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14641 (widget-complete): Remove broken use of it.
14642
14643 2012-03-20 Chong Yidong <cyd@gnu.org>
14644
14645 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14646 Use string-width and truncate-string-width to handle arbitrary
14647 characters.
14648
14649 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14650
14651 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14652 to draw rectangles, not squares. (Regression introduced by revno
14653 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14654
14655 2012-03-18 Chong Yidong <cyd@gnu.org>
14656
14657 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14658 it is not yet defined (for temacs).
14659
14660 2012-03-18 Leo Liu <sdl.web@gmail.com>
14661
14662 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14663 prefix.
14664
14665 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14666
14667 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14668 (ispell-choices-win-default-height, ispell-silently-savep)
14669 (ispell-dictionary-alist, ispell-encoding8-command)
14670 (ispell-check-version, ispell-aspell-find-dictionary)
14671 (ispell-valid-dictionary-list, ispell-words-keyword)
14672 (ispell-get-word, ispell-internal-change-dictionary)
14673 (ispell-region, ispell-skip-region-list)
14674 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14675 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14676 (ispell-message-text-end, ispell-message)
14677 (ispell-buffer-local-parsing): Doc fix.
14678
14679 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14680
14681 * htmlfontify.el: Add support for code block fontification for ODT
14682 export (Bug #9914).
14683 (hfy-optimisations): Define new option
14684 `body-text-only'
14685 (hfy-fontify-buffer): Honor above setting.
14686 (hfy-begin-span, hfy-end-span): New routines factored out form
14687 `hfy-fontify-buffer'.
14688 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14689 that permit insertion of custom tags.
14690 (hfy-fontify-buffer): Use above handlers.
14691 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14692 (hfy-face-to-css): Re-defined to be a variable.
14693 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14694 over multiple runs. This is made possible by having the caller let
14695 bind a special variable `hfy-user-sheet-assoc'.
14696 (htmlfontify-string): New defun.
14697 (hfy-compile-face-map): Make sure that the last char in the
14698 buffer is correctly fontified.
14699 (hfy-face-resolve-face): Whitespace only change.
14700
14701 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14702
14703 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14704 message more clear.
14705
14706 2012-03-16 Leo Liu <sdl.web@gmail.com>
14707
14708 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14709
14710 2012-03-16 Alan Mackenzie <acm@muc.de>
14711
14712 Further optimize the handling of large macros.
14713
14714 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14715 limit to a call of `c-literal-limits'.
14716 (c-determine-+ve-limit): New function.
14717 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14718 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14719 In CASE 5B, restrict a search limit to 500.
14720 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14721
14722 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14723 Restrict macro bounds to +-500 from after-change's BEG END.
14724
14725 2012-03-16 Leo Liu <sdl.web@gmail.com>
14726
14727 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14728
14729 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14730
14731 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14732 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14733
14734 2012-03-16 Glenn Morris <rgm@gnu.org>
14735
14736 * view.el (view-buffer, view-buffer-other-window)
14737 (view-buffer-other-frame): Doc fixes re special mode-class.
14738
14739 * subr.el (eval-after-load): If named feature is provided not from
14740 a file, run after-load forms. (Bug#10946)
14741
14742 * calendar/calendar.el (calendar-insert-at-column):
14743 Handle non-unit-width characters a bit better. (Bug#10978)
14744
14745 2012-03-15 Chong Yidong <cyd@gnu.org>
14746
14747 * emacs-lisp/ring.el (ring-extend): New function.
14748 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14749
14750 * comint.el (comint-read-input-ring)
14751 (comint-add-to-input-history): Grow comint-input-ring lazily.
14752
14753 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14756 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14757
14758 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14759 (imenu-add-to-menubar): Don't add a redundant index.
14760 (imenu-update-menubar): Handle a dynamically composed keymap.
14761
14762 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14763
14764 * mail/sendmail.el (mail-encode-header):
14765 Bind rfc2047-encode-encoded-words to nil.
14766
14767 2012-03-13 Glenn Morris <rgm@gnu.org>
14768
14769 * calendar/calendar.el (calendar-string-spread):
14770 Handle non-unit-width characters a bit better. (Bug#10978)
14771
14772 2012-03-13 Leo Liu <sdl.web@gmail.com>
14773
14774 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14775 directory and file as argument (Bug#10822).
14776
14777 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14778
14779 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14780 For dynamically generated code, follow $PC.
14781 (gdb-disassembly-handler-custom): Handle no function name case.
14782
14783 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14784
14785 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14786 * emulation/ws-mode.el (ws-query-replace):
14787 * sort.el (sort-regexp-fields):
14788 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14789
14790 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * dabbrev.el: Fix cycle completion order (bug#10963).
14793 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14794 (dabbrev-completion): Don't use an obarray; provide
14795 a cycle-sort-function.
14796
14797 2012-03-12 Leo Liu <sdl.web@gmail.com>
14798
14799 * simple.el (kill-new): Use equal-including-properties for comparison.
14800 (kill-do-not-save-duplicates): Doc fix.
14801
14802 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14803
14804 * dabbrev.el: Fix cycle completion (bug#10963).
14805 Use lexical binding and wrap to 80 columns.
14806 (dabbrev-completion): Delay computing the list of completions.
14807
14808 2012-03-12 Kenichi Handa <handa@m17n.org>
14809
14810 * international/quail.el (quail-insert-kbd-layout): Surround each
14811 row by LRO and PDF instead of inserting many LRMs. Pad the left
14812 and right of each non-spacing marks. Insert invisible space
14813 between lower and upper characters to prevent composition.
14814
14815 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * minibuffer.el (minibuffer-complete): Don't get confused when the
14818 function is run twice via different commands (bug#10958).
14819 (complete-with-action): Fix docstring.
14820
14821 2012-03-12 Chong Yidong <cyd@gnu.org>
14822
14823 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14824 (nxml-completion-at-point-function): New function.
14825 (nxml-mode): Use it.
14826 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14827
14828 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14829 Load generated autoloads file before byte compiling (Bug#10970).
14830 (package--make-autoloads-and-compile): New helper fun.
14831
14832 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14833
14834 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14835
14836 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14837
14838 * autorevert.el (auto-revert-handler): Ensure, that
14839 file-readable-p is applied only for local files or in
14840 auto-revert-tail-mode.
14841
14842 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14843
14844 * server.el (server-eval-at): Handle non-tcp connections.
14845 Decode result string.
14846
14847 * server.el (server-msg-size): New constant.
14848 (server-reply-print): New function.
14849 (server-eval-and-print): Use it.
14850 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14851 Handle -print-nonl.
14852
14853 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14854
14855 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14856 (Bug#10987).
14857
14858 2012-03-11 Chong Yidong <cyd@gnu.org>
14859
14860 * simple.el (goto-line): Doc fix (Bug#9938).
14861
14862 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14863
14864 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14865 when finished (Bug#10963).
14866
14867 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14868
14869 * window.el (split-window-below): Fix bug in case where
14870 split-window-keep-point is nil (Bug#10971).
14871
14872 2012-03-11 Juri Linkov <juri@jurta.org>
14873
14874 * replace.el (replace-highlight): Set isearch-word to nil
14875 unconditionally. (Bug#10887)
14876
14877 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14878
14879 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14880 mairix-replace-illegal-chars; all callers changed. Don't remove
14881 ^, ~, and = characters: they are meaningful in mairix search specs.
14882 (mairix-widget-create-query): Add usage information about mairix
14883 search forms: negating words, searching for substrings, etc.
14884
14885 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14886
14887 * international/fontset.el (font-encoding-alist): Add an entry for
14888 ksx1001 (Bug#5667).
14889
14890 2012-03-10 Richard Stallman <rms@gnu.org>
14891
14892 * mail/sendmail.el (mail-encode-header):
14893 Set rfc2047-encode-encoded-words.
14894
14895 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14896
14897 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14898 view buffer means not swapped.
14899 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14900 (rmail-write-region-annotate): Error if real text has disappeared.
14901
14902 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14903
14904 2012-03-10 Chong Yidong <cyd@gnu.org>
14905
14906 * emulation/cua-rect.el (cua--init-rectangles):
14907 * emulation/cua-base.el (cua--init-keymaps):
14908 Add delete-forward-char to remappings (Bug#9666).
14909
14910 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14911
14912 * speedbar.el (speedbar-unhighlight-one-tag-line):
14913 Avoid unhighlighting due to frame switching (Bug#10275).
14914
14915 2012-03-10 Chong Yidong <cyd@gnu.org>
14916
14917 * minibuffer.el (completion-in-region, completion-help-at-point):
14918 Give the completion field overlay a high priority (Bug#6830).
14919
14920 * dired.el (dired-goto-file): Recognize absolute file name
14921 listings (Bug#7126).
14922 (dired-goto-file-1): New helper function.
14923 (dired-toggle-read-only): Inhibit warnings.
14924
14925 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14926
14927 * net/dbus.el (dbus-property-handler): Return empty array if
14928 there are no properties.
14929
14930 2012-03-09 Leo Liu <sdl.web@gmail.com>
14931
14932 * savehist.el (savehist-printable): Stricter check for string
14933 value (Bug#10937).
14934
14935 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14936
14937 * mail/smtpmail.el (smtpmail-send-it):
14938 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14939 valid mbox format.
14940
14941 2012-03-09 Glenn Morris <rgm@gnu.org>
14942
14943 * files.el (dir-locals-find-file):
14944 Don't check result is regular, readable.
14945 (dir-locals-read-from-file): Demote errors.
14946
14947 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14948
14949 * international/quail.el (quail-insert-kbd-layout):
14950 Insert invisible LRM characters before each character in a keyboard
14951 layout cell, to prevent their reordering by bidi display engine.
14952 For details, see the discussion in
14953 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14954
14955 2012-03-08 Alan Mackenzie <acm@muc.de>
14956
14957 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14958 the starting position; make it extend the marked region when
14959 invoked repeatedly - all under appropriate circumstances.
14960 Fixes bugs #5525, #10906.
14961
14962 2012-03-08 Glenn Morris <rgm@gnu.org>
14963
14964 * files.el (locate-dominating-file, dir-locals-find-file):
14965 Undo 2012-03-06 change.
14966
14967 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14968
14969 * international/quail.el (quail-help):
14970 Force bidi-paragraph-direction be left-to-right. See discussion in
14971 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14972 for the reason.
14973
14974 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14975
14976 Avoid superfluous registering of signals. (Bug#10807)
14977
14978 * notifications.el (notifications-on-action-object)
14979 (notifications-on-close-object): New defvars.
14980 (notifications-on-action-signal, notifications-on-closed-signal):
14981 Unregister the signal if not needed any longer.
14982 (notifications-notify): Register `notifications-action-signal' or
14983 `notifications-closed-signal', if :on-action or :on-close has been
14984 passed as argument.
14985
14986 2012-03-07 Chong Yidong <cyd@gnu.org>
14987
14988 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14989 non-X platforms.
14990
14991 2012-03-06 Glenn Morris <rgm@gnu.org>
14992
14993 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14994 (x-disown-selection-internal, x-get-selection-internal):
14995 Doc fix (add arglist signatures). (Bug#10783)
14996
14997 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14998
14999 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15000 Handle breakpoints with no "type".
15001
15002 2012-03-06 Glenn Morris <rgm@gnu.org>
15003
15004 * files.el (locate-dominating-file): Add optional predicate argument.
15005 (dir-locals-find-file): Make use of above change.
15006
15007 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15008
15009 * info.el (Info-insert-dir): Also try "dir.gz".
15010
15011 2012-03-06 Glenn Morris <rgm@gnu.org>
15012
15013 * files.el (dir-locals-find-file):
15014 Ignore non-readable or non-regular files. (Bug#10928)
15015
15016 * files.el (locate-dominating-file): Doc fix.
15017
15018 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15019
15020 * calendar/calendar.el (calendar-set-mode-line):
15021 `getenv' returns a string. (Bug#10951)
15022
15023 2012-03-05 Leo Liu <sdl.web@gmail.com>
15024
15025 * simple.el (backward-delete-char-untabify): Constrain point to
15026 field (Bug#10939).
15027
15028 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15029
15030 2012-03-05 Chong Yidong <cyd@gnu.org>
15031
15032 * simple.el (count-words): If called from Lisp, return the word
15033 count, for symmetry with `count-lines'. Arglist changed.
15034 (count-words--message): Args changed. Consolidate counting code
15035 from count-words and count-words-region.
15036 (count-words-region): Caller changed.
15037 (count-lines-region): Make it an obsolete alias.
15038
15039 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15040
15041 * saveplace.el (save-place-to-alist)
15042 (save-place-ignore-files-regexp): Allow value nil to disable this
15043 feature.
15044
15045 2012-03-04 Chong Yidong <cyd@gnu.org>
15046
15047 * faces.el (face-spec-reset-face): For the default face, reset the
15048 attributes to default values (Bug#10748).
15049
15050 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15051
15052 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15053 previous patch: Check `message-send-mail-function', and not the
15054 default function (bug#10897).
15055
15056 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15057
15058 * notifications.el (notifications-on-action-signal)
15059 (notifications-on-closed-signal): Check for unique service name of
15060 incoming event. Fix error in removing entry.
15061 (top): Register for signals with wildcard service name.
15062 (notifications-notify): Use daemon unique service name for map entries.
15063
15064 2012-03-04 Chong Yidong <cyd@gnu.org>
15065
15066 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15067
15068 2012-03-04 Glenn Morris <rgm@gnu.org>
15069
15070 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15071 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15072 (expand-abbrev, define-abbrev-table): Doc fixes.
15073
15074 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15075
15076 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15077 `message-default-send-mail-function' and not `send-mail-function'
15078 when doing the prompting for `sendmail-query-once' before sending
15079 in Message buffers (bug#10897).
15080
15081 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15082 This is inconsistent with all the other stream functions, which leave
15083 the setting up to the higher levels (if so wanted) (bug#10931).
15084
15085 2012-03-02 Alan Mackenzie <acm@muc.de>
15086
15087 Depessimize the handling of very large macros.
15088
15089 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15090 (c-macro-cache-syntactic): New variables to implement a one
15091 element macro cache.
15092 (c-invalidate-macro-cache): New function.
15093 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15094 Adapt to use the new cache.
15095 (c-state-safe-place): Use better the cache of safe positions.
15096 (c-state-semi-nonlit-pos-cache)
15097 (c-state-semi-nonlit-pos-cache-limit):
15098 New variables for...
15099 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15100 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15101 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15102 Use c-state-semi-safe-place.
15103
15104 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15105 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15106
15107 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15108
15109 * jka-compr.el (jka-compr-call-process):
15110 Apply `file-accessible-directory-p' only when the default directory is
15111 not remote.
15112
15113 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15114
15115 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15116 access of FILE2, if FILE1 does not exist.
15117
15118 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15119 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15120
15121 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15122 Add "PAGER=" to `process-environment'.
15123
15124 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15125
15126 * progmodes/sql.el: Bug fix
15127 (sql-get-login-ext): Save login values in globals.
15128 (sql-get-login): Use new version of `sql-get-login-ext'.
15129 (sql-interactive-mode): Set global `sql-connection' to nil.
15130 (sql-connect): Set global values for connection.
15131 (sql-product-interactive): Save global values as buffer local.
15132
15133 2012-02-29 Leo Liu <sdl.web@gmail.com>
15134
15135 * abbrev.el (define-abbrevs): Reset sys to nil.
15136
15137 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15138
15139 * files.el (file-equal-p): Rename from `files-equal-p'.
15140 Return nil when one or both files don't exist.
15141 (file-subdir-of-p): Now only top directory must exists,
15142 return nil if it doesn't.
15143 (copy-directory): No need to test with `file-subdir-of-p' after
15144 creating dir.
15145 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15146 to `file-equal-p'.
15147
15148 2012-02-28 Glenn Morris <rgm@gnu.org>
15149
15150 * shell.el (shell-mode):
15151 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15152 * play/landmark.el (landmark-font-lock-face-O):
15153 * play/handwrite.el (handwrite):
15154 * play/gomoku.el (gomoku-O):
15155 * net/browse-url.el (browse-url-browser-display):
15156 * international/mule.el (define-charset):
15157 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15158 * filesets.el (filesets-find-file-delay):
15159 * eshell/em-xtra.el (eshell-xtra):
15160 * eshell/em-unix.el (eshell-grep):
15161 * emulation/viper.el (viper-mode):
15162 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15163 * emacs-lisp/easymenu.el (easy-menu-define):
15164 * calendar/timeclock.el (timeclock-use-display-time):
15165 * bs.el (bs-mode):
15166 * bookmark.el (bookmark-save-flag):
15167 Doc fix (standardize possessive apostrophe usage).
15168
15169 2012-02-27 Chong Yidong <cyd@gnu.org>
15170
15171 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15172 Fix key-binding lookup for ESC key (Bug#9146).
15173
15174 * font-lock.el (font-lock-specified-p): Rename from
15175 font-lock-spec-present. Callers changed.
15176
15177 2012-02-27 Daniel Hackney <dan@haxney.org>
15178
15179 * emacs-lisp/package.el (package-compute-transaction):
15180 Handle holding a package version to t in package-load-list.
15181
15182 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15183
15184 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15185 (tramp-get-inode, tramp-get-device): Use cached values.
15186
15187 2012-02-26 Alan Mackenzie <acm@muc.de>
15188
15189 Check there is a font-lock specification before doing initial
15190 fontification.
15191
15192 * font-core.el (font-lock-mode): Move the conditional from
15193 :after-hook to font-lock-initial-fontify.
15194 (font-lock-default-function): Move the check for a specification
15195 to font-lock-spec-present.
15196
15197 * font-lock.el (font-lock-initial-fontify): Call ...
15198 (font-lock-spec-present): New function.
15199
15200 2012-02-26 Jim Blandy <jimb@red-bean.com>
15201
15202 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15203 (gdb-send): Apply it to the operand of the '-interpreter-exec
15204 console' command, so that we can pass arguments with (say) quotes
15205 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15206
15207 2012-02-26 Chong Yidong <cyd@gnu.org>
15208
15209 * help-fns.el (describe-function-1): Clarify description of
15210 remapping (Bug#10844).
15211
15212 * files.el (files-equal-p): Doc fix.
15213 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15214 and quit the loop once a mismatch is found.
15215
15216 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15217
15218 * bs.el (bs--show-with-configuration): Don't throw an error
15219 if the window cannot be split; otherwise, subsequent calls to
15220 bs-show fail, restoring a stale window config. (Bug#10882)
15221
15222 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15223
15224 * term/ns-win.el (global-map): Bind ns-drag-file to
15225 ns-find-file (Bug#5855, Bug#10050).
15226
15227 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15228
15229 * calendar/parse-time.el (parse-time-string): Allow extractor to
15230 return nil.
15231
15232 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15233
15234 * net/tramp.el (tramp-file-name-for-operation):
15235 Add `files-equal-p' and `file-subdir-of-p'.
15236
15237 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15238 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15239 Add COPY-CONTENTS argument.
15240
15241 2012-02-25 Chong Yidong <cyd@gnu.org>
15242
15243 Add custom groups for VC backends, for consistency with vc-bzr.
15244
15245 * vc/vc-arch.el (vc-arch):
15246 * vc/vc-cvs.el (vc-cvs):
15247 * vc/vc-git.el (vc-git):
15248 * vc/vc-hg.el (vc-hg):
15249 * vc/vc-mtn.el (vc-mtn):
15250 * vc/vc-rcs.el (vc-rcs):
15251 * vc/vc-sccs.el (vc-sccs):
15252 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15253 All relevant defcustoms reassigned.
15254
15255 2012-02-25 Chong Yidong <cyd@gnu.org>
15256
15257 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15258
15259 * term/x-win.el (x-initialize-window-system): Reduce default for
15260 x-selection-timeout to 5 seconds (Bug#8869).
15261
15262 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15263
15264 * files.el (files-equal-p, file-subdir-of-p): New functions.
15265 (copy-directory): Error when trying to copy a directory on itself.
15266 Add missing copy-contents arg to tramp handler.
15267 * dired-aux.el (dired-copy-file-recursive): Same.
15268 (dired-create-files): Modify destination when source is equal to
15269 dest when copying files.
15270 Return also when dest is a subdir of source. (Bug#10489)
15271
15272 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15273
15274 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15275 (Bug#10874)
15276
15277 2012-02-23 Alan Mackenzie <acm@muc.de>
15278
15279 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15280 parameter "after-hook:" to allow the expansion to run code after
15281 the execution of the mode hooks.
15282
15283 * font-lock.el (font-lock-initial-fontify): New function extracted
15284 from font-lock-mode-internal.
15285
15286 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15287 :after-hook.
15288
15289 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15292 (completion--cache-all-sorted-completions): New function.
15293 (completion-all-sorted-completions): Use it.
15294 (completion--do-completion, minibuffer-force-complete):
15295 Use it to re-instate the flush hook.
15296
15297 * icomplete.el (icomplete-completions): Replace last fix with a better
15298 one (bug#10850).
15299
15300 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15301
15302 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15303 when it might call us back infinitely (bug#10797).
15304
15305 2012-02-23 Glenn Morris <rgm@gnu.org>
15306
15307 * minibuffer.el (completion-category-overrides): Doc fix.
15308
15309 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15312 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15313
15314 2012-02-23 Glenn Morris <rgm@gnu.org>
15315
15316 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15317 (authors-obsolete-files-regexps, authors-ignored-files)
15318 (authors-ambiguous-files, authors-renamed-files-alist):
15319 Add more entries.
15320
15321 2012-02-23 Juri Linkov <juri@jurta.org>
15322
15323 * isearch.el (isearch-occur): Sync interactive spec with occur's
15324 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15325
15326 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15327
15328 2012-02-22 Juri Linkov <juri@jurta.org>
15329
15330 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15331 (ucs-insert): Doc fix. Check for hex digits in the string.
15332 Don't display `nil' in the error message. (Bug#10857)
15333
15334 2012-02-22 Alan Mackenzie <acm@muc.de>
15335
15336 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15337
15338 2012-02-22 Glenn Morris <rgm@gnu.org>
15339
15340 * ffap.el (ffap-c-path):
15341 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15342
15343 2012-02-22 Chong Yidong <cyd@gnu.org>
15344
15345 * custom.el (load-theme): Doc fix.
15346
15347 2012-02-22 Glenn Morris <rgm@gnu.org>
15348
15349 * dired-x.el (dired-guess-shell-alist-default):
15350 Remove escape sequences from nroff output. (Bug#172)
15351
15352 2012-02-21 Glenn Morris <rgm@gnu.org>
15353
15354 * vc/emerge.el (emerge-defvar-local):
15355 Set `permanent-local' property rather than unused `preserved'.
15356
15357 * textmodes/picture.el (picture-delete-char): New alias.
15358 (picture-mode-map): Use it. (Bug#10860)
15359 (picture-mode): Doc fix.
15360
15361 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15362
15363 * newcomment.el (uncomment-region-default): Remove unused binding.
15364
15365 2012-02-21 Glenn Morris <rgm@gnu.org>
15366
15367 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15368 (picture-self-insert, picture-tab-chars): Doc fix.
15369 (picture-mode-map): Fix C-a, C-e.
15370
15371 2012-02-20 Glenn Morris <rgm@gnu.org>
15372
15373 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15374
15375 2012-02-20 Leo Liu <sdl.web@gmail.com>
15376
15377 * icomplete.el (icomplete-completions): Check FROM arg before
15378 passing to substring (Bug#10850).
15379
15380 2012-02-19 Chong Yidong <cyd@gnu.org>
15381
15382 * comint.el: Require ansi-color.
15383 (comint-output-filter-functions): Add ansi-color-process-output.
15384
15385 * ansi-color.el: Don't set comint-output-filter-functions; it is
15386 now in the initial value defined in comint.el.
15387 (ansi-color-apply-face-function): New variable.
15388 (ansi-color-apply-on-region): Use it.
15389 (ansi-color-apply-overlay-face): New function.
15390
15391 * shell.el (shell): No need to require ansi-color.
15392 (shell-mode): Use ansi-color-apply-face-function to highlight
15393 color escapes using font-lock-face property (Bug#10835).
15394
15395 2012-02-19 Chong Yidong <cyd@gnu.org>
15396
15397 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15398 mode-line formats (Bug#10839).
15399
15400 2012-02-18 Glenn Morris <rgm@gnu.org>
15401
15402 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15403
15404 * mail/undigest.el (unforward-rmail-message): Doc fix.
15405
15406 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15407
15408 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15409
15410 * international/characters.el (script-list): Sync with the latest
15411 Unicode Character Database.
15412
15413 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15414
15415 * international/titdic-cnv.el: Remove duplicate coding tag.
15416 * language/cham.el: Likewise.
15417 * language/tai-viet.el: Likewise.
15418
15419 2012-02-18 Glenn Morris <rgm@gnu.org>
15420
15421 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15422 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15423 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15424 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15425 * calendar/holidays.el (holiday-bahai-holidays)
15426 (calendar-holidays, list-holidays):
15427 Use utf-8 Bahá'í in doc-strings, menus, etc.
15428
15429 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15430
15431 * saveplace.el (save-place-ignore-files-regexp): New variable
15432 allowing for excluding files from saving their location of point.
15433 The default value matches the temporary commit message editing
15434 files from Git, SVN, Bazaar, and Mercurial.
15435 (save-place-to-alist): Use it.
15436
15437 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15438 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * newcomment.el (uncomment-region-default): Don't leave extra space
15441 when an arg is provided (bug#8150).
15442
15443 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15444
15445 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15446
15447 2012-02-17 Glenn Morris <rgm@gnu.org>
15448
15449 * net/socks.el: Require network-stream. (Bug#10599)
15450
15451 2012-02-17 Kenichi Handa <handa@m17n.org>
15452
15453 * international/charprop.el:
15454 * international/uni-name.el:
15455 * international/uni-old-name.el:
15456 * international/uni-comment.el: Regenerate.
15457
15458 2012-02-16 Glenn Morris <rgm@gnu.org>
15459
15460 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15461 Interactively in calendar buffer, give an error if not on a date.
15462
15463 2012-02-15 Glenn Morris <rgm@gnu.org>
15464
15465 * shell.el (shell-delimiter-argument-list):
15466 Revert 2011-02-17 change. (Bug#8027)
15467
15468 2012-02-15 Chong Yidong <cyd@gnu.org>
15469
15470 * minibuffer.el (completion-at-point-functions): Doc fix.
15471
15472 * custom.el (defcustom): Doc fix; note use of defvar.
15473
15474 2012-02-15 Glenn Morris <rgm@gnu.org>
15475
15476 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15477 Doc fixes.
15478
15479 2012-02-14 Glenn Morris <rgm@gnu.org>
15480
15481 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15482
15483 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15484
15485 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15486 way the ports list is computed.
15487 (smtpmail-query-smtp-server): Prompt the user for a port number if
15488 we can't connect to any of the standard ports (bug#10810).
15489
15490 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15491
15492 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15493
15494 2012-02-13 Glenn Morris <rgm@gnu.org>
15495
15496 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15497
15498 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15499
15500 * net/gnutls.el (gnutls-trustfiles): New variable.
15501 (gnutls-negotiate): Use it.
15502
15503 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15504
15505 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15506 does its stuff if Gnus is running.
15507
15508 2012-02-13 Alan Mackenzie <acm@muc.de>
15509
15510 Fix a loop in c-set-fl-decl-start.
15511
15512 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15513 c-backward-syntactic-ws actually moves backwards.
15514
15515 2012-02-13 Leo Liu <sdl.web@gmail.com>
15516
15517 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15518 beginning so that all \C-o chars are removed.
15519
15520 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15521
15522 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15523
15524 2012-02-12 Alan Mackenzie <acm@muc.de>
15525
15526 Fix infinite loop with long macros.
15527 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15528
15529 2012-02-12 Chong Yidong <cyd@gnu.org>
15530
15531 * window.el (display-buffer): Doc fix (Bug#10785).
15532
15533 2012-02-12 Glenn Morris <rgm@gnu.org>
15534
15535 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15536 (x-disown-selection-internal, x-get-selection-internal):
15537 Sync docs with the xselect.c versions.
15538
15539 * allout-widgets.el: Add missing license notice.
15540
15541 2012-02-11 Glenn Morris <rgm@gnu.org>
15542
15543 * select.el (x-get-selection-internal, x-own-selection-internal)
15544 (x-disown-selection-internal):
15545 * x-dnd.el (x-get-selection-internal): Update declarations.
15546
15547 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15548
15549 * window.el (window-sides-slots):
15550 * tool-bar.el (tool-bar-position):
15551 * term/xterm.el (xterm-extra-capabilities):
15552 * ses.el (ses-self-reference-early-detection):
15553 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15554 (verilog-auto-wire-type)
15555 (verilog-auto-delete-trailing-whitespace)
15556 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15557 (verilog-auto-tieoff-declaration):
15558 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15559 (sql-oracle-statement-starters, sql-oracle-scan-on):
15560 * progmodes/prolog.el (prolog-align-comments-flag)
15561 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15562 (prolog-left-indent-regexp, prolog-paren-indent-p)
15563 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15564 (prolog-types, prolog-mode-specificators)
15565 (prolog-determinism-specificators, prolog-directives)
15566 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15567 (prolog-electric-dot-flag)
15568 (prolog-electric-dot-full-predicate-template)
15569 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15570 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15571 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15572 (prolog-program-switches, prolog-prompt-regexp)
15573 (prolog-debug-on-string, prolog-debug-off-string)
15574 (prolog-trace-on-string, prolog-trace-off-string)
15575 (prolog-zip-on-string, prolog-zip-off-string)
15576 (prolog-use-standard-consult-compile-method-flag)
15577 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15578 (prolog-imenu-max-lines, prolog-info-predicate-index)
15579 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15580 (prolog-char-quote-workaround):
15581 * progmodes/cc-vars.el (c-defun-tactic):
15582 * net/tramp.el (tramp-encoding-command-interactive)
15583 (tramp-local-end-of-line):
15584 * net/soap-client.el (soap-client):
15585 * net/netrc.el (netrc-file):
15586 * net/gnutls.el (gnutls):
15587 * minibuffer.el (completion-category-overrides)
15588 (completion-cycle-threshold)
15589 (completion-pcm-complete-word-inserts-delimiters):
15590 * man.el (Man-name-local-regexp):
15591 * mail/feedmail.el (feedmail-display-full-frame):
15592 * international/characters.el (glyphless-char-display-control):
15593 * eshell/em-ls.el (eshell-ls-date-format):
15594 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15595 (lisp-lambda-list-keyword-parameter-indentation)
15596 (lisp-lambda-list-keyword-parameter-alignment):
15597 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15598 * dired-x.el (dired-omit-verbose):
15599 * cus-theme.el (custom-theme-allow-multiple-selections):
15600 * calc/calc.el (calc-highlight-selections-with-faces)
15601 (calc-lu-field-reference, calc-lu-power-reference)
15602 (calc-note-threshold):
15603 * battery.el (battery-mode-line-limit):
15604 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15605 (archive-7z-update):
15606 * allout.el (allout-prefixed-keybindings)
15607 (allout-unprefixed-keybindings)
15608 (allout-inhibit-auto-fill-on-headline)
15609 (allout-flattened-numbering-abbreviation):
15610 * allout-widgets.el (allout-widgets-auto-activation)
15611 (allout-widgets-icons-dark-subdir)
15612 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15613 (allout-widgets-theme-dark-background)
15614 (allout-widgets-theme-light-background)
15615 (allout-widgets-item-image-properties-emacs)
15616 (allout-widgets-item-image-properties-xemacs)
15617 (allout-widgets-run-unit-tests-on-load)
15618 (allout-widgets-time-decoration-activity)
15619 (allout-widgets-hook-error-post-time)
15620 (allout-widgets-track-decoration):
15621 Add missing :version tags to new defcustoms and defgroups.
15622
15623 * progmodes/sql.el (sql-ansi-statement-starters)
15624 (sql-oracle-statement-starters): Add custom type.
15625
15626 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15627 (prolog-system-version): Give it a type.
15628
15629 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15630
15631 * term/pc-win.el (x-select-text, x-selection-owner-p)
15632 (x-own-selection-internal, x-disown-selection-internal)
15633 (x-get-selection-internal): Sync doc strings and argument lists
15634 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15635
15636 2012-02-11 Leo Liu <sdl.web@gmail.com>
15637
15638 * progmodes/python.el (python-end-of-statement): Fix infinite
15639 loop. (Bug#10788)
15640
15641 2012-02-10 Glenn Morris <rgm@gnu.org>
15642
15643 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15644 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15645
15646 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15647
15648 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15649 about SMTP before checking the From header.
15650
15651 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15652 into own function for reuse by emacsbug.el.
15653
15654 2012-02-10 Leo Liu <sdl.web@gmail.com>
15655
15656 * subr.el (condition-case-unless-debug): Rename from
15657 condition-case-no-debug. All callers changed.
15658 (with-demoted-errors): Fix caller.
15659
15660 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15661 * nxml/rng-valid.el (rng-do-some-validation):
15662 * emacs-lisp/package.el (package-refresh-contents)
15663 (package-menu-execute):
15664 * desktop.el (desktop-create-buffer):
15665 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15666
15667 2012-02-10 Glenn Morris <rgm@gnu.org>
15668
15669 * textmodes/bibtex.el:
15670 Add missing :version tags for new/changed defcustoms.
15671
15672 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15673
15674 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15675
15676 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15677 (smtpmail-via-smtp): Use it, or fall back on the From address.
15678 (smtpmail-send-it): Ditto.
15679
15680 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15683 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15684 (byte-compile-tmp-var): New const.
15685 (byte-compile-defvar): Use it to minimize .elc size.
15686 Just use `defvar' rather than simulate it (bug#10761).
15687
15688 2012-02-09 Glenn Morris <rgm@gnu.org>
15689
15690 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15691
15692 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15693 Add :version tags.
15694
15695 * progmodes/compile.el (compilation-error-screen-columns)
15696 (compilation-first-column, compilation-filter-start): Doc fixes.
15697
15698 * vc/log-view.el (log-view-toggle-entry-display):
15699 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15700
15701 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15702 (report-emacs-bug-can-use-xdg-email):
15703 (report-emacs-bug-insert-to-mailer): Doc fixes.
15704 (report-emacs-bug): Message fix.
15705
15706 * net/browse-url.el (browse-url-can-use-xdg-open)
15707 (browse-url-xdg-open): Doc fixes.
15708
15709 * electric.el (electric-indent-mode, electric-pair-mode)
15710 (electric-layout-rules, electric-layout-mode): Doc fixes.
15711 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15712
15713 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15714
15715 * server.el (server-unselect-display): Don't inadvertently kill
15716 the current buffer. (Bug#10729)
15717
15718 2012-02-08 Glenn Morris <rgm@gnu.org>
15719
15720 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15721 (sql-list-table): Doc fixes.
15722
15723 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15724 Comment out (does nothing).
15725
15726 * completion.el (dynamic-completion-mode):
15727 * dirtrack.el (dirtrack-debug-mode):
15728 * electric.el (electric-layout-mode):
15729 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15730 * face-remap.el (text-scale-mode, buffer-face-mode):
15731 * iimage.el (iimage-mode):
15732 * image-mode.el (image-transform-mode):
15733 * minibuffer.el (completion-in-region-mode):
15734 * scroll-lock.el (scroll-lock-mode):
15735 * simple.el (next-error-follow-minor-mode):
15736 * tar-mode.el (tar-subfile-mode):
15737 * tooltip.el (tooltip-mode):
15738 * vcursor.el (vcursor-use-vcursor-map):
15739 * wid-browse.el (widget-minor-mode):
15740 * emulation/tpu-edt.el (tpu-edt-mode):
15741 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15742 * international/iso-ascii.el (iso-ascii-mode):
15743 * language/thai-util.el (thai-word-mode):
15744 * mail/supercite.el (sc-minor-mode):
15745 * net/goto-addr.el (goto-address-mode):
15746 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15747 * progmodes/cwarn.el (cwarn-mode):
15748 * progmodes/flymake.el (flymake-mode):
15749 * progmodes/glasses.el (glasses-mode):
15750 * progmodes/hideshow.el (hs-minor-mode):
15751 * progmodes/pascal.el (pascal-outline-mode):
15752 * textmodes/enriched.el (enriched-mode):
15753 * vc/smerge-mode.el (smerge-mode):
15754 Doc fixes (minor mode argument).
15755
15756 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15757
15758 * ls-lisp.el (ls-lisp-sanitize): New function.
15759 (ls-lisp-insert-directory): Use it to fix or remove any elements
15760 in file-alist with missing attributes. (Bug#4673)
15761
15762 2012-02-07 Alan Mackenzie <acm@muc.de>
15763
15764 Fix spurious recognition of c-in-knr-argdecl.
15765
15766 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15767 putative K&R region.
15768
15769 2012-02-07 Alan Mackenzie <acm@muc.de>
15770
15771 * progmodes/cc-engine.el (c-forward-objc-directive):
15772 Prevent looping in "#pragma mark @implementation".
15773
15774 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15775
15776 * notifications.el (notifications-on-closed-signal): Make `reason'
15777 optional. (Bug#10744)
15778
15779 2012-02-07 Glenn Morris <rgm@gnu.org>
15780
15781 * emacs-lisp/easy-mmode.el (define-minor-mode):
15782 Doc fixes for the macro and the mode it defines.
15783
15784 * image.el (imagemagick-types-inhibit): Doc fix.
15785
15786 * cus-start.el (imagemagick-render-type): Add it.
15787
15788 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15789
15790 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15791 Set the default at load time, too, so that `font-lock-fontify-buffer'
15792 can be called without setting up the entire mode first. This fixes
15793 a bug in `mm-inline-text' with C MIME parts.
15794
15795 2012-02-06 Chong Yidong <cyd@gnu.org>
15796
15797 * simple.el (list-processes--refresh): Delete exited processes
15798 (Bug#8094).
15799
15800 * comint.el (comint-next-prompt): next-single-char-property-change
15801 and prev-single-char-property-change never return nil (Bug#8657).
15802
15803 * custom.el (defcustom): Doc fix (Bug#9711).
15804
15805 2012-02-05 Chong Yidong <cyd@gnu.org>
15806
15807 * cus-edit.el (custom-variable-reset-backup): Quote the value
15808 before storing it in the customized-value property (Bug#6712).
15809 (custom-display): Add a customization type tag.
15810 (custom-buffer-create-internal): Improve tooltip message.
15811
15812 * wid-edit.el (widget-field-value-get): New optional arg to
15813 suppress trailing whitespace truncation.
15814 (character): Use it (Bug#2689).
15815
15816 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15817
15818 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15819 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15820
15821 2012-02-05 Chong Yidong <cyd@gnu.org>
15822
15823 * cus-edit.el (custom-variable-value-create): For mismatched
15824 types, show the current value (Bug#7600).
15825
15826 * custom.el (defcustom): Doc fix.
15827
15828 2012-02-05 Glenn Morris <rgm@gnu.org>
15829
15830 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15831
15832 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15835 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15836 (pp-last-sexp): Use `looking-at-p'.
15837
15838 2012-02-04 Glenn Morris <rgm@gnu.org>
15839
15840 * files.el (revert-buffer):
15841 Doc fix (mention revert-buffer-in-progress-p).
15842
15843 * emacs-lisp/ert-x.el (ert-simulate-command):
15844 Check deferred-action-list (which is obsolete) is bound.
15845
15846 * subr.el (with-wrapper-hook): Doc fixes.
15847
15848 * simple.el (filter-buffer-substring-functions)
15849 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15850
15851 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15852
15853 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15854 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15855
15856 2012-02-04 Leo Liu <sdl.web@gmail.com>
15857
15858 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15859
15860 2012-02-04 Glenn Morris <rgm@gnu.org>
15861
15862 * image.el (image-extension-data): Add obsolete alias.
15863
15864 * isearch.el (isearch-update): Doc fix.
15865
15866 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15867
15868 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15869
15870 2012-02-03 Glenn Morris <rgm@gnu.org>
15871
15872 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15873 (image-animate-timeout): Doc fix.
15874
15875 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15876
15877 2012-02-02 Glenn Morris <rgm@gnu.org>
15878
15879 * server.el (server-auth-dir): Doc fix.
15880 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15881
15882 * subr.el (run-mode-hooks): Doc fix.
15883
15884 2012-02-02 Juri Linkov <juri@jurta.org>
15885
15886 * image-mode.el (image-toggle-display-image): Remove tautological
15887 `major-mode' from the `derived-mode-p' test.
15888
15889 2012-02-02 Kenichi Handa <handa@m17n.org>
15890
15891 * composite.el (compose-region): Cancel previous change.
15892
15893 2012-02-02 Kenichi Handa <handa@m17n.org>
15894
15895 * composite.el (compose-region, compose-string): Signal error for
15896 a null string component (Bug#6988).
15897
15898 2012-02-01 Chong Yidong <cyd@gnu.org>
15899
15900 * view.el (view-buffer-other-window, view-buffer-other-frame):
15901 Handle special modes like view-buffer (Bug#10650).
15902 (view-buffer): Simplify.
15903
15904 * frame.el (set-frame-font): Tweak meaning of third argument.
15905
15906 * dynamic-setting.el (font-setting-change-default-font):
15907 Use set-frame-font (Bug#9982).
15908
15909 2012-02-01 Glenn Morris <rgm@gnu.org>
15910
15911 * progmodes/compile.el (compilation-internal-error-properties):
15912 Respect compilation-first-column in the "*compilation*" buffer.
15913
15914 * emacs-lisp/easy-mmode.el (define-minor-mode):
15915 Relax :variable's test for a named function.
15916
15917 2012-01-31 Alan Mackenzie <acm@muc.de>
15918
15919 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15920 off by one error.
15921
15922 2012-01-31 Chong Yidong <cyd@gnu.org>
15923
15924 * frame.el (set-frame-font): New arg ALL-FRAMES.
15925
15926 * menu-bar.el (menu-set-font): Use set-frame-font.
15927
15928 * faces.el (face-spec-reset-face): Don't apply unspecified
15929 attribute values to the default face.
15930
15931 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15932
15933 * progmodes/cwarn.el (cwarn): Remove dead link.
15934 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15935 Remove * from defcustom docstrings.
15936 (turn-on-cwarn-mode): Make obsolete.
15937 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15938 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15939
15940 2012-01-31 Glenn Morris <rgm@gnu.org>
15941
15942 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15943 Fix :variable handling of mode a symbol not equal to modefun.
15944 Allow named functions to be used as the cdr of :variable.
15945
15946 2012-01-30 Glenn Morris <rgm@gnu.org>
15947
15948 * emacs-lisp/authors.el (authors-fixed-entries):
15949 Remove reference to deleted file rnewspost.el.
15950
15951 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * window.el (window-with-parameter): Remove unused variable `windows'.
15954 (window--side-check): Remove unused variable `code'.
15955 (window--resize-siblings): Remove unused variable `first'.
15956 (adjust-window-trailing-edge): Remove unused variable `failed'.
15957 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15958 Use `let', not `let*'.
15959 (balance-windows-2): Remove unused variable `found'.
15960 (window--state-put-2): Remove unused variable `splits'.
15961 (window-state-put): Remove unused variable `selected'.
15962 (same-window-p): Use `string-match-p'.
15963 (display-buffer-assq-regexp): Remove unused variable `value'.
15964 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15965 Mark argument ALIST as ignored.
15966 (pop-to-buffer): Remove unused variable `old-window'.
15967
15968 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15969
15970 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15971 and .lzma compressed files.
15972
15973 2012-01-29 Chong Yidong <cyd@gnu.org>
15974
15975 * frame.el (window-system-default-frame-alist): Doc fix.
15976
15977 * dynamic-setting.el (font-setting-change-default-font): Don't
15978 change the default face if SET-FONT argument is non-nil (Bug#9982).
15979
15980 2012-01-29 Samuel Bronson <naesten@gmail.com>
15981
15982 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15983
15984 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15985
15986 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15987 breakpoints in files outside current directory (Bug#6098).
15988
15989 2012-01-29 Chong Yidong <cyd@gnu.org>
15990
15991 * progmodes/python.el: Require ansi-color at top-level.
15992
15993 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15994 Define and use in Emacs Lisp mode (Bug#9360).
15995 (lisp-mode-abbrev-table): Add doc.
15996 (lisp-mode-variables): Don't set local-abbrev-table.
15997 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15998
15999 2012-01-28 Roland Winkler <winkler@gnu.org>
16000
16001 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16002
16003 2012-01-28 Roland Winkler <winkler@gnu.org>
16004
16005 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16006 (bibtex-set-dialect): Use it. Either set global values of
16007 dialect-dependent variables or bind these variables buffer-locally
16008 (Bug#10254).
16009 (bibtex-mode): Call bibtex-set-dialect via
16010 hack-local-variables-hook.
16011 (bibtex-dialect): Update docstring.
16012 Add safe-local-variable predicate.
16013 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16014 bibtex-set-dialect.
16015 (bibtex-mode-map): Define menu for each dialect.
16016 (bibtex-entry): Fix docstring.
16017
16018 2012-01-28 Chong Yidong <cyd@gnu.org>
16019
16020 * eshell/esh-arg.el (eshell-quote-argument): New function.
16021
16022 * eshell/esh-ext.el (eshell-invoke-batch-file):
16023 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16024 first arg to eshell-parse-command (Bug#10523).
16025
16026 2012-01-28 Drew Adams <drew.adams@oracle.com>
16027
16028 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16029 `default-directory' is non-nil.
16030
16031 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16032
16033 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16034 line that displays system-configuration-options. (Bug#9924)
16035
16036 2012-01-28 Drew Adams <drew.adams@oracle.com>
16037
16038 * descr-text.el (describe-char): Show information about POS, in
16039 addition to information about the character at POS. Improve and
16040 update the doc string. Change "code point" to "code point in
16041 charset", to avoid confusion with the character's Unicode code
16042 point shown above that. (Bug#10129)
16043
16044 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16045
16046 * descr-text.el (describe-char): Show the raw character, not only
16047 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16048 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16049 for the reasons.
16050
16051 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16052
16053 * emacs-lisp/package.el (package-install):
16054 Run package-refresh-contents if there is no archive yet (Bug#9798).
16055
16056 2012-01-28 Chong Yidong <cyd@gnu.org>
16057
16058 * emacs-lisp/package.el (package-maybe-load-descriptor):
16059 New function, split from package-maybe-load-descriptor.
16060 (package-maybe-load-descriptor): Use it.
16061 (package-download-transaction): Fully load required packages
16062 inside the loop, so that `require' calls work (Bug#10593).
16063 (package-install): No need to call package-initialize now.
16064
16065 2012-01-28 Chong Yidong <cyd@gnu.org>
16066
16067 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16068
16069 * tooltip.el (tooltip-mode): Doc fix.
16070 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16071
16072 * frame.el (set-cursor-color): Doc fix (Bug#352).
16073
16074 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16075 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16076
16077 * cus-edit.el (custom-buffer-create-internal): Fix search button
16078 action (Bug#10542).
16079 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16080
16081 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16082
16083 * dired.el (dired-mark-files-regexp):
16084 Include any subdirectory components. (Bug#10445)
16085
16086 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16087
16088 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16089 Handle [host]:port syntax. (Bug#10533)
16090
16091 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16092
16093 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16094
16095 2012-01-26 Glenn Morris <rgm@gnu.org>
16096
16097 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16098 * term.el (term-raw-escape-map): Use Control-X-prefix.
16099 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16100
16101 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16102
16103 * window.el (window-state-get, window--state-get-1): Don't deal
16104 with fixed-sizeness of windows. Simplify code.
16105
16106 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16107
16108 * window.el (window--state-get-1, window--state-put-2):
16109 Don't save and restore the mark.
16110
16111 2012-01-25 Chong Yidong <cyd@gnu.org>
16112
16113 * custom.el (custom-variable-p): Doc fix.
16114
16115 2012-01-25 Glenn Morris <rgm@gnu.org>
16116
16117 * dired.el (dired-goto-file): Handle some of the more common
16118 characters that `ls -b' escapes. (Bug#10596)
16119
16120 * progmodes/compile.el (compilation-next-error-function):
16121 Respect compilation-first-column in the "*compilation*" buffer.
16122 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16123
16124 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16125
16126 2012-01-24 Glenn Morris <rgm@gnu.org>
16127
16128 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16129
16130 2012-01-24 Julien Danjou <julien@danjou.info>
16131
16132 * color.el (color-rgb-to-hsl): Fix value computing.
16133 (color-hue-to-rgb): New function.
16134 (color-hsl-to-rgb): New function.
16135 (color-clamp, color-saturate-hsl, color-saturate-name)
16136 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16137 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16138
16139 2012-01-24 Glenn Morris <rgm@gnu.org>
16140
16141 * vc/vc-rcs.el (vc-rcs-create-tag):
16142 * vc/vc-sccs.el (vc-sccs-create-tag):
16143 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16144
16145 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16146
16147 * eshell/esh-util.el (eshell-read-hosts-file):
16148 Skip comment lines. (Bug#10549)
16149
16150 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16151
16152 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16153
16154 * subr.el (display-delayed-warnings): Doc fix.
16155 (collapse-delayed-warnings): New function to collapse identical
16156 adjacent warnings.
16157 (delayed-warnings-hook): Add it.
16158
16159 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16160
16161 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16162
16163 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16164 (tramp-default-user-alist): Don't add "pscp".
16165 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16166 property "login-as", if set. (Bug#10530)
16167
16168 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16169
16170 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16171 "plink1" and "psftp". (Bug#10530)
16172
16173 2012-01-21 Kenichi Handa <handa@m17n.org>
16174
16175 * international/mule-cmds.el (prefer-coding-system): Show a
16176 warning message if the default value of file-name-coding-system
16177 was not changed.
16178
16179 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16180
16181 * windmove.el (windmove-reference-loc):
16182 Fix windmove-reference-loc miscalculation.
16183
16184 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16185
16186 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16187 default unit.
16188
16189 2012-01-21 Glenn Morris <rgm@gnu.org>
16190
16191 * international/mule.el (auto-coding-alist): Add .tbz.
16192
16193 * files.el (local-enable-local-variables): Doc fix.
16194 (inhibit-local-variables-regexps): Rename from
16195 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16196 Doc fix. Add some extensions from auto-coding-alist.
16197 (inhibit-local-variables-suffixes):
16198 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16199 (inhibit-local-variables-p):
16200 New function, extracted from set-auto-mode-1.
16201 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16202 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16203 (hack-local-variables): Doc fix. Make the mode-only case
16204 respect enable-local-variables and friends.
16205 Respect inhibit-local-variables-regexps for file-locals, but
16206 not for directory-locals.
16207 (set-visited-file-name):
16208 Take account of inhibit-local-variables-regexps.
16209 Whether it applies may change as the file name is changed.
16210 * jka-cmpr-hook.el (jka-compr-install):
16211 * jka-compr.el (jka-compr-uninstall):
16212 Update for inhibit-first-line-modes-suffixes name change.
16213
16214 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16215
16216 * help-macro.el (make-help-screen): Temporarily restore original
16217 binding for minor-mode-map-alist (Bug#10454).
16218
16219 2012-01-19 Julien Danjou <julien@danjou.info>
16220
16221 * color.el (color-name-to-rgb): Use the white color to find the max
16222 color component value and return correctly computed values.
16223 (color-name-to-rgb): Add missing float conversion for max value.
16224
16225 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16226
16227 * window.el (window--state-get-1, window-state-get): Do not use
16228 special state value for window-persistent-parameters.
16229 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16230 (window--state-put-2): Reset all window parameters to nil before
16231 assigning values of persistent parameters.
16232
16233 2012-01-18 Alan Mackenzie <acm@muc.de>
16234
16235 Eliminate sluggishness and hangs in fontification of "semicolon
16236 deserts".
16237
16238 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16239 Change value 10000 -> 3000.
16240 (c-state-safe-place): Reformulate so it doesn't stack up an
16241 infinite number of wrong entries in c-state-nonlit-pos-cache.
16242 (c-determine-limit-get-base, c-determine-limit): New functions to
16243 determine backward search limits disregarding literals.
16244 (c-find-decl-spots): Amend commenting.
16245 (c-cheap-inside-bracelist-p): New function which detects "={".
16246
16247 * progmodes/cc-fonts.el
16248 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16249 backward search.
16250 (c-font-lock-declarations): Fix an occurrence of point being
16251 undefined. Check additionally for point being in a bracelist or
16252 near a macro invocation without a semicolon so as to avoid a
16253 fruitless time consuming search for a declarator. Give a more
16254 precise search limit for declarators using the new
16255 c-determine-limit.
16256
16257 2012-01-18 Glenn Morris <rgm@gnu.org>
16258
16259 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16260 (set-auto-mode): Doc fixes.
16261
16262 2012-01-17 Glenn Morris <rgm@gnu.org>
16263
16264 * isearch.el (search-nonincremental-instead): Fix doc typo.
16265
16266 * dired.el (dired-insert-directory): Handle newlines in directory name.
16267 (dired-build-subdir-alist): Unescape newlines in directory name.
16268
16269 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16270
16271 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16272 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16273 (tramp-action-terminal): Use it. (Bug#10530)
16274
16275 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16276
16277 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16278
16279 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16280
16281 * window.el (window-state-ignored-parameters): Remove variable.
16282 (window--state-get-1): Rename argument MARKERS to IGNORE.
16283 Handle persistent window parameters. Make copy of clone-of
16284 parameter only if requested. (Bug#10348)
16285 (window--state-put-2): Install a window parameter only if it has
16286 a non-nil value or an existing parameter shall be overwritten.
16287
16288 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16289
16290 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16291
16292 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16293
16294 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16295 don't pass the (nil) value of `upnode' to string-match.
16296
16297 2012-01-14 Chong Yidong <cyd@gnu.org>
16298
16299 * startup.el (command-line): Fix X resource class for cursorColor.
16300 Fix values recognized by the cursorBlink resource.
16301
16302 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16303
16304 * epg.el (epg--make-temp-file): Avoid permission race condition
16305 when running on old Emacs versions (bug#10403).
16306
16307 2012-01-14 Glenn Morris <rgm@gnu.org>
16308
16309 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16310
16311 2012-01-13 Alan Mackenzie <acm@muc.de>
16312
16313 Fix filling for when filladapt mode is enabled.
16314
16315 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16316 c-mask-paragraph, pass in `fill-paragraph' rather than
16317 `fill-region-as-paragraph'. (This is a reversion of a previous
16318 change.)
16319 * progmodes/cc-mode.el (c-basic-common-init):
16320 Make fill-paragraph-handle-comment buffer local and set it to nil.
16321
16322 2012-01-13 Glenn Morris <rgm@gnu.org>
16323
16324 * dired.el (dired-switches-escape-p): New function.
16325 (dired-insert-directory): Use dired-switches-escape-p.
16326 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16327
16328 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16329
16330 2012-01-12 Glenn Morris <rgm@gnu.org>
16331
16332 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16333 changes in adaptive-fill-regexp. (Bug#10276)
16334
16335 2012-01-11 Alan Mackenzie <acm@muc.de>
16336
16337 Fix Emacs bug #10463 - put `widen's around the critical spots.
16338
16339 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16340 widen around each invocation of c-state-pp-to-literal. Remove an
16341 unused let variable.
16342
16343 2012-01-11 Glenn Morris <rgm@gnu.org>
16344
16345 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16346 Doc fix.
16347
16348 2012-01-10 Chong Yidong <cyd@gnu.org>
16349
16350 * net/network-stream.el (network-stream-open-starttls):
16351 Avoid emitting a confusing error message when the server gives a bad
16352 response to the capability command.
16353
16354 2012-01-10 Glenn Morris <rgm@gnu.org>
16355
16356 * mail/unrmail.el (unrmail): Tweak previous change.
16357
16358 2012-01-09 Chong Yidong <cyd@gnu.org>
16359
16360 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16361
16362 2012-01-08 Alan Mackenzie <acm@muc.de>
16363
16364 Optimize font locking in long enum definitions.
16365
16366 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16367 arm to a cond form to handle enums.
16368 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16369 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16370
16371 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16372
16373 * files.el (move-file-to-trash): Preserve default file modes on error.
16374 (Bug#10401)
16375
16376 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16377
16378 * faces.el (set-face-attribute): Clarify the meaning of the nil
16379 frame (bug#10294).
16380
16381 * subr.el (with-selected-frame): Mention that the selected frame
16382 is restored (bug#9980).
16383
16384 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16385 (bug#9759).
16386
16387 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16388 (password-read): Don't autoload unused function.
16389
16390 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16391
16392 * progmodes/which-func.el (which-func-mode): Turn into a
16393 non-interactive function and mark as obsolete (bug#10428).
16394
16395 2012-01-06 Chong Yidong <cyd@gnu.org>
16396
16397 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16398 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16399 functions, along with 1 and -1.
16400
16401 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16402
16403 * time.el (display-time-load-average)
16404 (display-time-default-load-average): Doc fixes. See the thread
16405 starting at
16406 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16407 for the details.
16408
16409 2012-01-06 Glenn Morris <rgm@gnu.org>
16410
16411 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16412 has no messages. (Bug#10377)
16413
16414 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16415 than Info-edit. (Bug#10385)
16416
16417 * time.el (display-time-load-average, display-time-next-load-average):
16418 Doc fixes.
16419
16420 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16421 local setting of buffer-read-only to the input buffer. (Bug#10419)
16422
16423 * calendar/calendar.el (calendar-mode):
16424 Locally set scroll-margin to 0. (Bug#10379)
16425
16426 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16427
16428 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16429
16430 2012-01-05 Glenn Morris <rgm@gnu.org>
16431
16432 * eshell/em-unix.el (diff-no-select): Autoload it.
16433 (eshell/diff): Use diff-no-select. (Bug#10420)
16434
16435 2012-01-05 Chong Yidong <cyd@gnu.org>
16436
16437 * shell.el (shell-dynamic-complete-functions): Revert last change.
16438 (shell-command-completion-function): New function.
16439 (shell-completion-vars): Use it to implement
16440 shell-completion-execonly (Bug#10417).
16441
16442 * custom.el (enable-theme): Don't set custom-safe-themes.
16443
16444 * cus-theme.el (custom-theme-merge-theme):
16445 Ignore custom-enabled-themes and custom-safe-themes.
16446
16447 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16448
16449 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16450 first prompt in `sql-interacive-mode'.
16451 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16452 keywords.
16453 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16454 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16455 context of original buffer. Invoke `sql-login-hook'.
16456
16457 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16458
16459 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16460 letters in cite-prefix.
16461
16462 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16463
16464 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16465
16466 2012-01-03 Chong Yidong <cyd@gnu.org>
16467
16468 * shell.el (shell-dynamic-complete-functions):
16469 Put pcomplete-completions-at-point, so as to try
16470 comint-filename-completion first (Bug#10417).
16471
16472 2012-01-02 Richard Stallman <rms@gnu.org>
16473
16474 * battery.el (battery-status-function):
16475 Detect when to use battery-yeeloong-sysfs.
16476 (battery-echo-area-format): Add string for Yeeloong.
16477 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16478 (battery-yeeloong-sysfs): New function.
16479
16480 2012-01-02 Chong Yidong <cyd@gnu.org>
16481
16482 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16483 (dirtrack): Merge code for handling relative filenames in prompt
16484 from shell-dir-cookie-watcher.
16485 (dirtrack-debug-message): New arg to avoid excess format calls.
16486
16487 * shell.el (shell-dir-cookie-re): Variable deleted.
16488 (shell-dir-cookie-watcher): Function deleted.
16489 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16490 with dirtrack-mode.
16491
16492 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16493
16494 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16495 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16496 libgnutls-26.dll.
16497
16498 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16499
16500 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16501
16502 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16503
16504 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16505 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16506
16507 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16508
16509 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16510 also for alternative shells.
16511 (tramp-open-connection-setup-interactive-shell): Check, whether
16512 the shell is a busybox.
16513 (tramp-send-command): Don't suppress multiple prompts for
16514 busyboxes, it hurts.
16515
16516 2011-12-28 Chong Yidong <cyd@gnu.org>
16517
16518 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16519 (gdb-get-source-file): Move mode line update to
16520 gdb-get-source-file (Bug#10087).
16521
16522 2011-12-25 Chong Yidong <cyd@gnu.org>
16523
16524 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16525 gud-gdb-marker-filter without taking it as an argument.
16526 (gud-gdb-run-command-fetch-lines): Caller changed.
16527 (gud-gdb-completion-function): New variable.
16528 (gud-gdb-completion-at-point): Use it.
16529 (gud-gdb-completions-1): Split from gud-gdb-completions.
16530
16531 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16532 function as separate arguments.
16533 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16534 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16535 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16536 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16537 (gdb-stopped, def-gdb-auto-update-trigger)
16538 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16539 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16540 Callers changed.
16541 (gud-gdbmi-completions): New function.
16542 (gdb): Use it for generating the completion table.
16543
16544 2011-12-24 Alan Mackenzie <acm@muc.de>
16545
16546 Introduce a mechanism to widen the region used in context font
16547 locking. Use this to protect declarations from losing their contexts.
16548
16549 * progmodes/cc-langs.el (c-before-font-lock-functions):
16550 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16551 (c-before-context-fontification-functions): New defvar, a list of
16552 functions to be run just before context (etc.) font locking.
16553
16554 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16555 New, functionality extracted from
16556 c-neutralize-syntax-in-and-mark-CPP.
16557 (c-in-after-change-fontification): New variable.
16558 (c-after-change): Set c-in-after-change-fontification.
16559 (c-set-fl-decl-start): Rejig its interface, so it can be called
16560 from both after-change and context fontifying.
16561 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16562 New functions.
16563 (c-standard-font-lock-fontify-region-function): New variable.
16564 (c-font-lock-fontify-region): New function.
16565
16566 2011-12-24 Juri Linkov <juri@jurta.org>
16567
16568 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16569 (Bug#10348)
16570
16571 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16572
16573 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16574 existence of source file. (Bug#10325)
16575
16576 2011-12-23 Alan Mackenzie <acm@muc.de>
16577
16578 Fix unstable fontification inside templates.
16579
16580 * progmodes/cc-langs.el (c-before-font-lock-functions):
16581 Newly created from the singular version. The (c c++ objc) entry now
16582 additionally has c-set-fl-decl-start. The other languages (apart
16583 from AWK) have that as a single entry.
16584
16585 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16586 The functionality for "local" declarations has been extracted to
16587 c-set-fl-decl-start.
16588
16589 * progmodes/cc-mode.el (c-common-init, c-after-change):
16590 Changes due to pluralisation of c-before-font-lock-functions.
16591 (c-set-fl-decl-start): New function, extracted from
16592 c-font-lock-enclosing-decls and enhanced.
16593
16594 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16595
16596 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16597
16598 2011-12-22 Juri Linkov <juri@jurta.org>
16599
16600 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16601
16602 2011-12-22 Chong Yidong <cyd@gnu.org>
16603
16604 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16605
16606 2011-12-21 Drew Adams <drew.adams@oracle.com>
16607
16608 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16609
16610 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16611
16612 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16613
16614 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16615
16616 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16617 highlighting and support. Fix up comments for capitalization.
16618 (cfengine-mode-debug): New var.
16619 (cfengine3-mode): Change the modeline indicator to "CFE3".
16620 (cfengine3-font-lock-keywords): Improve defun highlighting.
16621 (cfengine2-actions): Rename from `cfengine-actions'.
16622 (cfengine2-font-lock-keywords): Rename from
16623 `cfengine-font-lock-keywords'.
16624 (cfengine2-imenu-expression): Rename from
16625 `cfengine-imenu-expression'.
16626 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16627 (cfengine2-beginning-of-defun): Rename from
16628 `cfengine-beginning-of-defun'.
16629 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16630 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16631 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16632 modeline indicator to "CFE2".
16633 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16634 (cfengine-mode-abbrevs): Mark obsolete.
16635
16636 2011-12-21 Chong Yidong <cyd@gnu.org>
16637
16638 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16639 filename argument.
16640
16641 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16642
16643 * window.el (window-normalize-buffer-to-display): Remove.
16644 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16645
16646 2011-12-19 Chong Yidong <cyd@gnu.org>
16647
16648 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16649 Don't signal an error in a predicate function; return non-nil.
16650 (vc-dir-mark-file): Move the error here.
16651 (vc-dir-mark-unmark): If acting on the region, keep going if one
16652 of the entries cannot be marked/unmarked.
16653 (vc-dir-mark-all-files): If current entry is a directory, mark
16654 only child files, as documented.
16655
16656 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16657
16658 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16659 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16660 addition.
16661
16662 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16663
16664 * term/ns-win.el (ns-get-selection-internal)
16665 (ns-store-selection-internal): Declare.
16666 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16667 Declare as obsolete.
16668 (ns-get-pasteboard, ns-paste-secondary):
16669 Use ns-get-selection-internal.
16670 (ns-set-pasteboard, ns-copy-including-secondary):
16671 Use ns-store-selection-internal.
16672
16673 2011-12-17 Chong Yidong <cyd@gnu.org>
16674
16675 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16676 (vc-deduce-fileset): Doc fix.
16677
16678 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16679
16680 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16681
16682 2011-12-13 Sam Steingold <sds@gnu.org>
16683
16684 * man.el (Man-getpage-in-background): When running under a
16685 window-system, ignore $MANWIDTH and $COLUMNS.
16686
16687 2011-12-15 Kenichi Handa <handa@m17n.org>
16688
16689 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16690 (setup-ethiopic-environment-internal): Comment out key-binding for
16691 ethio-toggle-punctuation.
16692
16693 2011-12-13 Alan Mackenzie <acm@muc.de>
16694
16695 Add the switch statement to AWK Mode.
16696
16697 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16698 "default" to the keywords regexp.
16699
16700 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16701 expression as the rest.
16702 (c-nonlabel-token-key): Allow string literals for AWK.
16703 Refactor for the other modes.
16704
16705 Large brace-block initialisation makes CC Mode slow: Fix.
16706 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16707 routines. Limit backward searching in c-font-lock-enclosing.decl.
16708
16709 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16710 pp-state and literal type in addition to the limits.
16711 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16712 (c-state-literal-at): Use the above new defun.
16713 (c-slow-in-literal, c-fast-in-literal): Remove.
16714 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16715
16716 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16717 being in a literal. Add a limit for backward searching.
16718
16719 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16720 c-slow-in-literal.
16721
16722 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16725
16726 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16727
16728 * window.el (delete-other-windows): Use correct frame in call to
16729 window-with-parameter.
16730
16731 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16732
16733 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16734 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16735 (makefile-gmake-statements, makefile-makepp-statements):
16736 Use it and add new makepp keywords.
16737 (makefile-makepp-font-lock-keywords): Add new patterns.
16738 (makefile-match-function-end): Match new [...] and [[...]].
16739
16740 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16741
16742 * ses.el (ses-call-printer-return, ses-cell-property-get)
16743 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16744 (ses-create-cell-variable, ses-reset-header-string)
16745 (ses-cell-set-formula, ses-repair-cell-reference-all)
16746 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16747 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16748 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16749 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16750 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16751 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16752 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16753 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16754 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16755 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16756 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16757 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16758
16759 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16760
16761 * ses.el: The overall change is to add cell renaming, that is
16762 setting fancy names for cell symbols other than name matching
16763 "\\`[A-Z]+[0-9]+\\'" regexp .
16764 (ses-create-cell-variable): New defun.
16765 (ses-relocate-formula): Relocate formulas only for cells the
16766 symbols of which are not renamed, i.e. symbols whose names do not
16767 match regexp "\\`[A-Z]+[0-9]+\\'".
16768 (ses-relocate-all): Relocate values only for cells the symbols of
16769 which are not renamed.
16770 (ses-load): Create cells variables as the (ses-cell ...) are read,
16771 in order to check row col consistency with cell symbol name only
16772 for cells that are not renamed.
16773 (ses-replace-name-in-formula): New defun.
16774 (ses-rename-cell): New defun.
16775
16776 2011-12-11 Chong Yidong <cyd@gnu.org>
16777
16778 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16779 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16780
16781 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16782
16783 * window.el (other-window): Fix docstring.
16784
16785 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16786
16787 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16788 `from' or `to' address before taking its substring.
16789 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16790 encoded name is chopped in the middle of the encoded string, and
16791 thus displayed encoded.
16792
16793 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16796
16797 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16798
16799 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16800 to use texinfo-update-node and commands that call it if the
16801 Texinfo file uses @node lines without next/prev/up pointers.
16802 Correct outdated description about texinfo-master-menu.
16803 (texinfo-all-menus-update, texinfo-master-menu)
16804 (texinfo-update-node, texinfo-every-node-update)
16805 (texinfo-multiple-files-update): Doc fix. Warn against updating
16806 all the @node lines.
16807 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16808 argument is numeric. Explain better in the doc string what the
16809 function really does.
16810 (texinfo-insert-master-menu-list): Improve the error message
16811 displayed if there's no menu in the Top node.
16812 (Bug#2975) See also this thread:
16813 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16814
16815 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16816
16817 * speedbar.el (speedbar-supported-extension-expressions):
16818 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16819
16820 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16821
16822 * printing.el (pr-mode-alist):
16823 * simple.el (filter-buffer-substring-functions)
16824 (completion-list-insert-choice-function):
16825 * window.el (window-with-parameter, window-atom-root)
16826 (window-sides-slots, window-size-fixed, window-min-delta)
16827 (window-max-delta, window--resize-mini-window)
16828 (window--resize-child-windows-normal, window-tree)
16829 (delete-other-windows, quit-window, split-window)
16830 (display-buffer-record-window, special-display-buffer-names)
16831 (special-display-regexps, special-display-popup-frame)
16832 (same-window-p, split-window-sensibly)
16833 (display-buffer-overriding-action, display-buffer-alist)
16834 (display-buffer-base-action, display-buffer, switch-to-buffer)
16835 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16836 (fit-window-to-buffer, recenter-positions)
16837 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16838 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16839 and remove unneeded backslashes in docstrings.
16840
16841 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16842
16843 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16844
16845 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16846 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16847 end in ".mk".
16848 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16849 when reading the makefile (bug#10116).
16850
16851 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16854 (bug#10116).
16855
16856 2011-12-06 Glenn Morris <rgm@gnu.org>
16857
16858 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16859
16860 2011-12-06 Chong Yidong <cyd@gnu.org>
16861
16862 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16863
16864 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16865
16866 * textmodes/table.el (table-shorten-cell): Fix typo.
16867
16868 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16869
16870 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16871
16872 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16873
16874 * descr-text.el (describe-char): Fix display of strong
16875 right-to-left characters and directional embeddings and overrides.
16876
16877 * simple.el (what-cursor-position): Fix display of codepoints of
16878 strong right-to-left characters.
16879
16880 2011-12-05 Chong Yidong <cyd@gnu.org>
16881
16882 * faces.el (read-color): Doc fix.
16883
16884 2011-12-05 Glenn Morris <rgm@gnu.org>
16885
16886 * align.el (align--set-marker): Add doc-string.
16887 Don't try to move something that is not a marker. (Bug#10216)
16888
16889 2011-12-04 Glenn Morris <rgm@gnu.org>
16890
16891 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16892 overly zealous deletion of trailing whitespace.
16893
16894 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16895
16896 * server.el (server-delete-client): On Windows, do not try to delete
16897 the only terminal.
16898 (server-process-filter): On Windows, treat requests for a tty frame as
16899 if they were for a GUI frame if the running server is in GUI mode.
16900
16901 2011-12-03 Glenn Morris <rgm@gnu.org>
16902
16903 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16904
16905 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * electric.el: Streamline electric-indent's hook.
16908 (electric-indent-chars): Revert to simple list.
16909 (electric-indent-functions): New var.
16910 (electric-indent-post-self-insert-function): Use it.
16911
16912 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16913 there's no inferior buffer (bug#10196).
16914 (prolog-consult-compile): Don't use toggle-read-only.
16915
16916 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16917
16918 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16919 interrupt. (Bug#10187)
16920
16921 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16922
16923 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16924 (bug#9160).
16925
16926 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16927 (bug#10191).
16928
16929 2011-12-02 Juri Linkov <juri@jurta.org>
16930
16931 * info.el (Info-search): Display "end of manual" when Isearch
16932 reaches the end of single-file Info manual. (Bug#9918)
16933
16934 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16935
16936 * isearch.el (isearch-message-prefix): Run the input method part
16937 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16938
16939 2011-12-02 Juri Linkov <juri@jurta.org>
16940
16941 * isearch.el (isearch-occur): Use `word-search-regexp' for
16942 `isearch-word'.
16943 (isearch-search-and-update): Add condition for `isearch-word' and
16944 call `word-search-regexp'. (Bug#10145)
16945
16946 2011-12-01 Glenn Morris <rgm@gnu.org>
16947
16948 * eshell/em-hist.el (eshell-hist-initialize):
16949 Handle eshell-history-size nil and HISTSIZE set or unset.
16950 (eshell-history-file-name, eshell-history-size): Fix custom type.
16951
16952 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16953
16954 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16955
16956 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16957
16958 * progmodes/verilog-mode.el (verilog-pretty-expr):
16959 Rework verilog-pretty-expr to handle new assignment operators in system
16960 verilog, such as += *= and the like.
16961 (verilog-assignment-operator-re): Regular expression to find the
16962 assigment operator in a verilog assignment.
16963 (verilog-assignment-operation-re): Regular expression to find an
16964 assignment statement for pretty-expr.
16965 (verilog-in-attribute-p): Query returns true if point is in an
16966 attribute context; used to skip these for expression line up from
16967 pretty-expr.
16968 (verilog-in-parameter-p): Query returns true if point is in an
16969 parameter definition context; used to skip these for expression
16970 line up from pretty-expr.
16971 (verilog-in-parenthesis-p): Query returns true if point is in a
16972 parenthetical expression, specifically ( ) but not [ ] or { };
16973 used by pretty-expr.
16974 (verilog-just-one-space): If there is no space, don't add one.
16975 (verilog-get-lineup-indent-2): Specifically skip just attribute
16976 contexts for expression lineup, rather than skipping all
16977 parenthetical expressions.
16978 (verilog-calculate-indent): Fix comment, and fix indent.
16979 (verilog-do-indent): Indent declarations in lists (suggested by
16980 Joachim Lechner).
16981 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16982 skeleton items.
16983 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16984 by Alain Mellan).
16985
16986 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16987
16988 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16989 parameters with embedded comments. Reported by Ray Stevens.
16990 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16991 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16992 Reported by Tim Holt.
16993 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16994 instantiated by upper module causing wrong expansion until AUTOed a
16995 second time. Reported by K C Buckenmaier.
16996 (verilog-diff-auto): Fix showing .* as a difference when
16997 `verilog-auto-star-save' off. Reported by Dan Dever.
16998 (verilog-auto-reset, verilog-read-always-signals)
16999 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17000 temporary signals in reset list if
17001 verilog-auto-reset-blocking-in-non is nil, and match assignment
17002 style to each signal's assignment type, bug381.
17003 Reported by Thomas Esposito.
17004 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17005 (verilog-uvm-statement-re): Support UVM indentation and
17006 highlighting, with old OVM keywords only.
17007 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17008 Support AUTOTIEOFF creating non-wire data types.
17009 Suggested by Jonathan Greenlaw.
17010 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17011 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17012 (verilog-inject-sense, verilog-read-inst-pins)
17013 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17014 Fix mismatching parenthesis inside commented out code when deleting
17015 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17016 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17017 non-numeric vector width. Reported by Alex Reed.
17018 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17019 detecting signals with parameter widths. Reported by Alex Reed.
17020 (verilog-auto-delete-trailing-whitespace):
17021 With `verilog-auto-delete-trailing-whitespace' remove trailing
17022 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17023 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17024 Fix verilog-scan-cache corruption when running user AUTO expansion
17025 hooks that call indentation routines.
17026 (verilog-simplify-range-expression): Fix typo ignoring lower case
17027 identifiers.
17028 (verilog-delete-auto): Fix delete-autos to also remove user created
17029 automatics, as long as they start with AUTO.
17030 (verilog-batch-diff-auto, verilog-diff-auto)
17031 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17032 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17033 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17034 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17035 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17036 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17037 is disabled and its cache will get corrupt, causing AUTOS not to
17038 expand. Instead use only -quick functions.
17039 (verilog-scan-region): Fix scanning over escaped quotes.
17040 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17041 (verilog-re-search-backward-quick)
17042 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17043 related functions now ignore strings, to fix misparsing of strings
17044 with magic comments embedded in them.
17045 (verilog-read-auto-template):
17046 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17047 Reported by Brad Dobbie.
17048 (verilog-read-auto-template):
17049 Fix 'verilog-auto-inst-template-numbers' with comments.
17050 Reported by Brad Dobbie.
17051 (verilog-auto-inst, verilog-auto-inst-param)
17052 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17053 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17054 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17055 debugging templates without merge conflicts, bug357.
17056 Reported by Brad Dobbie.
17057 (verilog-read-auto-template):
17058 Fix verilog-auto-inst-template-numbers with multiple templates.
17059 Reported by Brad Dobbie.
17060 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17061 abbrevs so user won't be asked to save.
17062 (verilog-read-auto-lisp-present): Fix to start at beginning of
17063 buffer in case called outside of verilog-auto.
17064 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17065 to "X-2". Reported by Matthew Myers.
17066 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17067 all inputs from module templates. Reported by Leith Johnson.
17068 (verilog-module-inside-filename-p): Fix locating programs as with
17069 modules.
17070 (verilog-auto-inst-port): Fix vl-width expressions when using
17071 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17072 (verilog-decls-get-regs, verilog-decls-get-signals,
17073 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17074 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17075 verilog-read-decls): Combine reg and wire structures into one var
17076 structure to represent SystemVerilog concepts.
17077 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17078 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17079 (verilog-auto-wire-type, verilog-insert-definition):
17080 Add verilog-auto-wire-type and AUTOLOGIC to support using
17081 SystemVerilog "logic" keyword instead of "wire"/"reg".
17082 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17083 to declares outputs that also have assignments (presumably in an
17084 ifdef or generate if so there's not a driver conflict).
17085 Reported by Matthew Myers.
17086 (verilog-auto-declare-nettype, verilog-insert-definition):
17087 Add verilog-auto-declare-nettype to fix declarations using
17088 `default_nettype none. Reported by Julian Gorfajn.
17089 (verilog-read-always-signals-recurse, verilog-read-decls)
17090 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17091 malformed end statement, bug325. Reported by Joshua Wise and
17092 Andrew Drake.
17093 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17094 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17095 when expanding .* in interfaces, bug320.
17096 Reported by Pierre-David Pfister.
17097 (verilog-read-module-name): Fix import statements between module
17098 name and open parenthesis, bug317.
17099 Reported by Pierre-David Pfister.
17100 (verilog-simplify-range-expression): Fix simplification of
17101 multiplications inside AUTOWIRE connections, bug303.
17102 (verilog-auto-inst-port): Support parameter expansion in
17103 multidimensional arrays.
17104 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17105 after "assert property". Reported by Julian Gorfajn.
17106 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17107 with multiplication, bug303.
17108 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17109 Reported by Jan Frode Lonnum.
17110
17111 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17114 (hfy-shell-file-name, hfy-shell):
17115 * international/fontset.el (x-decompose-font-name): Fix typos.
17116
17117 2011-11-29 Ken Brown <kbrown@cornell.edu>
17118
17119 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17120 (gdb-version): Remove defvar.
17121 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17122 (gdb-gud-context-command, gdb-non-stop-handler)
17123 (gdb-current-context-command, gdb-stopped): Use it.
17124 (gdb-init-1): Enable pretty printing here.
17125 (gdb-non-stop-handler): Don't enable pretty-printing here.
17126 Check to see if the target supports non-stop mode; if not, turn off
17127 non-stop mode. Use the following.
17128 (gdb-check-target-async): New defun.
17129 (gud-watch, gdb-stopped): Fix whitespace.
17130 (gdb-get-source-file): Don't try to display the source file if
17131 `gdb-main-file' is nil.
17132
17133 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17134
17135 * align.el: Try to generate fewer markers (bug#10047).
17136 (align--set-marker): New macro.
17137 (align-region): Use it.
17138
17139 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17142
17143 2011-11-29 Chong Yidong <cyd@gnu.org>
17144
17145 * indent.el (indent-for-tab-command, indent-according-to-mode):
17146 Doc fix.
17147 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17148
17149 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17150
17151 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17152 aware of remote file names. (Bug#10124)
17153
17154 2011-11-29 Chong Yidong <cyd@gnu.org>
17155
17156 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17157
17158 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * files.el (find-file): Don't use force-same-window (bug#10144).
17161 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17162 use pop-to-buffer if the selected window can't be used.
17163 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17164
17165 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17166
17167 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17168 special-mode-map.
17169
17170 2011-11-28 Chong Yidong <cyd@gnu.org>
17171
17172 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17173
17174 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17175
17176 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17177 gdb-get-source-file-list on gdb-create-source-file-list.
17178
17179 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17180
17181 * whitespace.el (whitespace-newline): Use a different foreground
17182 color for 16-color light-background displays.
17183
17184 2011-11-24 Chong Yidong <cyd@gnu.org>
17185
17186 * window.el (display-buffer--special-action): Doc fix.
17187
17188 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17189
17190 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17191 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17192 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17193 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17194 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17195 (avl-tree-stack-first):
17196 * emacs-lisp/cconv.el (cconv--analyse-use):
17197 * net/gnutls.el (gnutls-negotiate): Fix typos.
17198
17199 2011-11-24 Glenn Morris <rgm@gnu.org>
17200
17201 * lpr.el (lpr-windows-system, lpr-lp-system):
17202 * mail/binhex.el (binhex-begin-line):
17203 * progmodes/grep.el (grep-history, grep-find-history):
17204 * textmodes/flyspell.el:
17205 * vc/pcvs-defs.el (cvs-global-menu):
17206 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17207 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17208 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17209
17210 * net/tls.el: Fix case of "GnuTLS".
17211
17212 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17213
17214 * version.el (emacs-build-system): Give it a doc-string.
17215
17216 2011-11-24 Juri Linkov <juri@jurta.org>
17217
17218 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17219
17220 2011-11-24 Glenn Morris <rgm@gnu.org>
17221
17222 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17223 if called on a non-mime message just toggle the headers. (Bug#8006)
17224
17225 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17226
17227 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17228 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17229 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17230 (allout-rebullet-heading, allout-open-sibtopic)
17231 (allout-toggle-current-subtree-encryption)
17232 (allout-toggle-subtree-encryption, allout-encrypt-string)
17233 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17234 (allout-distinctive-bullets-string, allout-auto-activation):
17235 * window.el (window-normalize-buffer-to-display):
17236 * progmodes/verilog-mode.el (verilog-batch-indent):
17237 * textmodes/bibtex.el (bibtex-field-braces-opt)
17238 (bibtex-field-strings-opt):
17239 * vc/cvs-status.el (cvs-tree-merge):
17240 Fix typos.
17241
17242 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17243
17244 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17245 `non-essential' to t, in order to avoid remote connections.
17246
17247 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17248
17249 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17250 On MS-DOS and MS-Windows, compare with loaddefs.el
17251 case-insensitively.
17252
17253 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17254
17255 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17256
17257 2011-11-23 Glenn Morris <rgm@gnu.org>
17258
17259 * paths.el (rmail-file-name): Reformat the doc-string so that it
17260 is picked up.
17261
17262 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17263 (rmail-auto-file): Ignore case in the "special" field names,
17264 as mail-fetch-field does for all others.
17265
17266 * mail/rmail.el (rmail-forward):
17267 * mail/rmailkwd.el (rmail-set-label):
17268 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17269 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17270
17271 * mail/rmail.el (rmail-current-message): Doc fix.
17272
17273 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17274
17275 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17276
17277 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17278
17279 2011-11-22 Glenn Morris <rgm@gnu.org>
17280
17281 * mail/rmailmm.el (test-rmail-mime-handler)
17282 (test-rmail-mime-bulk-handler)
17283 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17284
17285 2011-11-21 Juri Linkov <juri@jurta.org>
17286
17287 * calc/calc.el (calc-read-key-sequence):
17288 Let-bind `input-method-function' to nil. (Bug#10018)
17289
17290 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17291
17292 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17293 Tell the caller that the next line needs recomputation, even
17294 though it doesn't start a sexp (bug#10094).
17295
17296 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17299
17300 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17301
17302 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17303 Use force-same-window.
17304
17305 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17306
17307 * descr-text.el (describe-char-unicode-data):
17308 * json.el (json-string-escape):
17309 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17310 (Footnote-unicode, Footnote-style-p):
17311 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17312
17313 2011-11-20 Chong Yidong <cyd@gnu.org>
17314
17315 * window.el (replace-buffer-in-windows): Restore interactive spec.
17316
17317 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17318
17319 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17320
17321 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17322 (byte-compile-global-not-obsolete-vars): New var.
17323 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17324 Use it.
17325 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17326
17327 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17328
17329 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17330 * progmodes/pascal.el (electric-pascal-equal):
17331 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17332 * xml.el (xml-substitute-special): Fix typos.
17333
17334 2011-11-20 Glenn Morris <rgm@gnu.org>
17335
17336 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17337 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17338 Doc fixes.
17339 (rmail-decode-mime-charset): Mark as obsolete.
17340
17341 * mail/rmailsum.el (rmail-message-regexp-p-1):
17342 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17343 Before using mime functions, check they are set. (Bug#10077)
17344
17345 2011-11-19 Juri Linkov <juri@jurta.org>
17346
17347 * info.el (Info-finder-find-node): Use `package--builtins' instead
17348 of `package-alist'. Use node names formed by the pattern "Keyword "
17349 and the keyword name.
17350
17351 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17352
17353 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17354
17355 2011-11-19 Juri Linkov <juri@jurta.org>
17356
17357 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17358 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17359 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17360 `old-history', `old-history-forward'. Add let-binding
17361 `window-selected'. Remove calls to `kill-buffer',
17362 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17363 before calling `Info-find-node', so `Info-find-node-2' will reread
17364 the Info file. Restore window positions only when `window-selected'
17365 is non-nil.
17366
17367 2011-11-19 Juri Linkov <juri@jurta.org>
17368
17369 * isearch.el (isearch-lazy-highlight-new-loop):
17370 Remove condition `(not isearch-error)'. (Bug#9918)
17371
17372 * misearch.el (multi-isearch-search-fun): Add condition
17373 `(not bound)' to ignore lazy-highlighting search.
17374 Add the search-failed message "end of multi" when the end of
17375 multi-sequence is reached. Uncapitalize the search-failed
17376 message "Repeat for next buffer".
17377
17378 * info.el (Info-search): Add the search-failed message
17379 "end of the manual" when the end of the manual is reached
17380 in Isearch mode.
17381
17382 2011-11-19 Juri Linkov <juri@jurta.org>
17383
17384 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17385 Use non-destructive `remove' instead of `delete' because
17386 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17387 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17388
17389 2011-11-19 Juri Linkov <juri@jurta.org>
17390
17391 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17392 to nil instead of binding `search-ring' and `regexp-search-ring'.
17393 (Bug#9185)
17394
17395 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17396
17397 * simple.el (line-move): Force movement by logical lines for any
17398 hscrolled window, not only when auto-hscroll-mode is on.
17399 (line-move-visual): Update doc string to that effect. (Bug#10076)
17400
17401 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17402
17403 * language/european.el (macintosh): Define as alias for mac-roman.
17404
17405 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17406
17407 * mail/rmailmm.el (rmail-mime-display-header)
17408 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17409 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17410 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17411 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17412 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17413 of a raw aref.
17414 (rmail-mime-entity-segment): To get past the tagline, move forward
17415 2 more lines, to account for the 2 empty lines that precede and
17416 follow the line with the buttons.
17417 (rmail-mime-update-tagline): Move one more line, to get past the
17418 empty line that follows the buttons in the tagline. (Bug#9520)
17419
17420 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17421
17422 * window.el (window-max-delta-1, window-min-delta-1)
17423 (window-min-size-1, window-state-get-1, window-state-put-1)
17424 (window-state-put-2): Use "window--" prefix.
17425
17426 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17429 (smie-warning-count): New var.
17430 (smie-set-prec2tab): Use it.
17431 (smie-bnf->prec2): Improve warnings. Add docstring.
17432 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17433 (smie-bnf--set-class): New function.
17434 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17435 corner case.
17436
17437 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17438 (compilation-error-properties, compilation-move-to-column):
17439 Handle compilation-first-column while in the target buffer.
17440
17441 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17442 Don't hardcode point-min==1.
17443
17444 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17445 (eshell-rewrite-for-command): Remove workaround.
17446 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17447 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17448 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17449
17450 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17451
17452 2011-11-17 Glenn Morris <rgm@gnu.org>
17453
17454 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17455 Ignore buffer-local generated-autoload-file if it is the same
17456 as the global value. (Bug#10049)
17457
17458 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17459
17460 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17461 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17462 (reftex-toc-previous-heading, reftex-toc-max-level)
17463 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17464 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17465 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17466 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17467 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17468 (reftex-toc-rename-label, reftex-toc-visit-location)
17469 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17470 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17471 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17472 leaving "*toc*" only for references to the buffer.
17473
17474 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17475
17476 * window.el (window-resize, delete-window, split-window):
17477 Replace window-splits by window-combination-resize.
17478 * cus-start.el (window-splits): Replace by window-combination-resize.
17479
17480 2011-11-17 Glenn Morris <rgm@gnu.org>
17481
17482 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17483 Make bash entry derive from sh entry, not shell entry.
17484
17485 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17486
17487 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17488 local file name.
17489
17490 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17491
17492 * menu-bar.el (menu-bar-file-menu):
17493 * printing.el (pr-ps-utility):
17494 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17495 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17496 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17497 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17498 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17499 (icalendar--convert-cyclic-to-ical)
17500 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17501 (icalendar--convert-ical-to-diary)
17502 (icalendar--convert-recurring-to-diary)
17503 (icalendar--convert-non-recurring-all-day-to-diary)
17504 (icalendar-import-format-sample):
17505 * progmodes/idlw-shell.el (idlwave-shell-mode):
17506 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17507 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17508 (vhdl-ps-print-init): Fix typos.
17509
17510 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17511
17512 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17513 FSF and collapse date sequence, obscure author/maintainer email address
17514 better, remove extra version line, track relocation of author's webpage.
17515
17516 * progmodes/python.el (python-pdbtrack-input-prompt)
17517 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17518 regular python pdb prompts. Adjustments shamelessly taken exactly as
17519 suggested in EmacsWiki page (tiny change):
17520 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17521
17522 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17523
17524 * expand.el (expand-pos, expand-index, expand-point):
17525 Remove redundant info from docstring.
17526 (expand-add-abbrevs): Doc fix.
17527 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17528 (expand-sample-perl-mode-expand-list): Fix typos.
17529
17530 * net/dbus.el (dbus-event-member-name):
17531 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17532 * term/pc-win.el (msdos-create-frame-with-faces):
17533 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17534
17535 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17536
17537 * window.el (split-window, window-state-get-1)
17538 (window-state-put-1, window-state-put-2): Rename occurrences of
17539 window-nest to window-combination-limit.
17540 * cus-start.el (window-nest): Rename to window-combination-limit.
17541
17542 2011-11-16 Chong Yidong <cyd@gnu.org>
17543
17544 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17545 regexp (Bug#10033).
17546
17547 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17548
17549 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17550 `completing-read' will remove *Completions* and will preserve
17551 current-buffer for us.
17552 (tmm-add-prompt): Users of *Completions* will always (re)set its
17553 major mode.
17554 (tmm-old-comp-map): Remove.
17555
17556 2011-11-16 Glenn Morris <rgm@gnu.org>
17557
17558 * mail/rmailedit.el: Require rmailmm when compiling.
17559 (rmail-old-mime-state): New declaration.
17560 (rmail-edit-current-message): If editing a mime message,
17561 edit the "raw" message from the mbox buffer.
17562 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17563
17564 2011-11-15 Glenn Morris <rgm@gnu.org>
17565
17566 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17567 which wasn't being used. Add optional arg to force given state.
17568 (rmail-mime): Add optional arg to force given state.
17569
17570 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17571
17572 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17573 * frame.el (display-mm-dimensions-alist):
17574 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17575 (outline-move-subtree-down):
17576 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17577 (newsticker--treeview-do-get-node):
17578 * net/quickurl.el (quickurl-list-buffer-name):
17579 * progmodes/dcl-mode.el (dcl-mode):
17580 * progmodes/gdb-mi.el (gdb-mapcar*):
17581 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17582
17583 2011-11-15 Glenn Morris <rgm@gnu.org>
17584
17585 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17586 in a boolean sense, so just make it a boolean, and fix the doc.
17587 (rmail-show-mime-function, rmail-mime-feature)
17588 (rmail-require-mime-maybe): Doc fixes.
17589 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17590
17591 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17592
17593 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17594
17595 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17596 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17597 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17598 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17599
17600 2011-11-15 Glenn Morris <rgm@gnu.org>
17601
17602 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17603 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17604 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17605 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17606 (rmail-mime, rmail-show-mime): Doc fixes.
17607
17608 * term/ns-win.el (mode-line-frame-identification):
17609 Leave it alone. (Bug#10051)
17610
17611 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17612
17613 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17614 Handle empty buffers. (Bug#9978)
17615
17616 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17617
17618 * international/mule.el (define-charset):
17619 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17620 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17621 * progmodes/verilog-mode.el (verilog-backward-token):
17622 * textmodes/ispell.el (lookup-words):
17623 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17624
17625 2011-11-14 Glenn Morris <rgm@gnu.org>
17626
17627 * progmodes/executable.el
17628 (executable-make-buffer-file-executable-if-script-p):
17629 Handle file-modes returning nil.
17630
17631 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17632 message - not necessary, and causes problems. (Bug#9831)
17633
17634 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17635
17636 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17637
17638 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17639 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17640 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17641
17642 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17643
17644 * window.el (window-resize, delete-window): Use window-splits
17645 variable instead of function.
17646 (window-state-get-1, window-state-put-2, window-state-put):
17647 Don't deal with windows' splits status.
17648
17649 2011-11-12 Glenn Morris <rgm@gnu.org>
17650
17651 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17652 (apropos-documentation): Doc fixes.
17653
17654 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17655
17656 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17657 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17658
17659 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * electric.el (electric-indent-post-self-insert-function): Make it
17662 possible for a char to only indent in some circumstances.
17663 (electric-indent-mode): Simplify.
17664
17665 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17666
17667 * window.el (windows-with-parameter): Remove unused function.
17668 (windows-at-side): Rename to window-at-side-list.
17669 (window-check, window-atom-check, window-atom-check-1)
17670 (window-side-check, window-size-ignore, window-size-fixed-1)
17671 (window-in-direction-2): Prefix with "window--".
17672 (window-tree-1): Rename to window--subtree, fix doc-string.
17673
17674 2011-11-11 Glenn Morris <rgm@gnu.org>
17675
17676 * subr.el (eval-after-load): If FILE is already loaded,
17677 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17678
17679 2011-11-10 Glenn Morris <rgm@gnu.org>
17680
17681 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17682 Call svn via vc-svn-command rather than vc-do-command.
17683 (vc-svn-command): Add --non-interactive. (Bug#9993)
17684 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17685
17686 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17687 Add toggle-read-only. (Bug#7292)
17688 * files.el (toggle-read-only): Mention that it should only
17689 be used interactively. (Bug#10006)
17690
17691 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17692
17693 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17694 Adjust regexp for OCaml warnings.
17695
17696 * electric.el (electric-pair-post-self-insert-function): Let user
17697 turn it off buffer-locally (bug#9932).
17698
17699 * progmodes/python.el (python-beginning-of-statement):
17700 Rewrite (bug#2703).
17701
17702 * progmodes/compile.el: Better handle TABs (bug#9749).
17703 (compilation-internal-error-properties)
17704 (compilation-next-error-function): Obey the target buffer's
17705 compilation-error-screen-columns.
17706
17707 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17708
17709 * progmodes/meta-mode.el: Remove obsolete comments.
17710 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17711 Fix typos in docstrings.
17712
17713 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17714
17715 * window.el (window-size-fixed-p): Rewrite doc-string.
17716 (window-resizable-p): Rename to window--resizable-p. Update callers.
17717 (window--resizable): New function. Make all callers of
17718 window-resizable call window--resizable instead.
17719 (window-resizable): Rewrite in terms of window--resizable.
17720
17721 2011-11-08 Glenn Morris <rgm@gnu.org>
17722
17723 * progmodes/delphi.el (delphi-mode-syntax-table):
17724 Let define-derived-mode define a proper syntax table. (Bug#9994)
17725
17726 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * window.el: Stay away from defsubst.
17729 (window-list-no-nils): Remove.
17730 (window-state-get-1, window-state-get): Use backquote instead.
17731
17732 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17733
17734 * emacs-lisp/find-func.el (find-function-read):
17735 Fix incorrect use of default argument in `completing-read'.
17736
17737 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17738
17739 * window.el (display-buffer-function, special-display-function):
17740 Mention display-buffer-record-window but do not mention
17741 help-setup parameter in doc-strings.
17742 (window-min-delta): Fix doc-string typo.
17743
17744 2011-11-08 Chong Yidong <cyd@gnu.org>
17745
17746 * window.el (window-total-height, window-total-width): Doc fix.
17747 (window-body-size): Move from C.
17748 (window-body-height, window-body-width): Move to C.
17749
17750 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * window.el: Make special-display like display-buffer-alist (bug#9532).
17753 (display-buffer--special-action): New function, morphed
17754 from display-buffer--special.
17755 (display-buffer): Use it to handle special-display-buffers at higher
17756 priority (just after display-buffer-alist).
17757 (display-buffer-fallback-action, display-buffer--other-frame-action)
17758 (pop-to-buffer-same-window): Remove display-buffer--special.
17759
17760 2011-11-07 Glenn Morris <rgm@gnu.org>
17761
17762 * calendar/cal-menu.el (cal-menu-set-date-title):
17763 Do nothing if not in a calendar. (Bug#9976)
17764
17765 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17766
17767 * files.el (find-file): Always use selected-window.
17768
17769 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17770
17771 * window.el (window-combinations): Make WINDOW argument
17772 mandatory. Rewrite doc-string.
17773 (walk-window-subtree, window-atom-check, window-min-delta)
17774 (window-max-delta, window--resize-this-window)
17775 (window--resize-root-window-vertically, window-tree)
17776 (balance-windows, window-state-put): Rewrite doc-strings as to
17777 not mention the term "subwindow".
17778 (window--resize-subwindows-skip-p): Rename to
17779 window--resize-child-windows-skip-p.
17780 (window--resize-subwindows-normal): Rename to
17781 window--resize-child-windows-normal.
17782 (window--resize-subwindows): Rename to
17783 window--resize-child-windows.
17784 (window-or-subwindow-p): Rename to window--in-subtree-p.
17785
17786 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17787
17788 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17789 Ensure that mbox format messages end in two newlines (Bug#9974).
17790
17791 2011-11-06 Chong Yidong <cyd@gnu.org>
17792
17793 * window.el (window-combination-p): Function deleted; its
17794 side-effect is not used in any existing code.
17795 (window-combinations, window-combined-p): Call window-*-child
17796 directly.
17797
17798 2011-11-05 Chong Yidong <cyd@gnu.org>
17799
17800 * window.el (window-valid-p): Rename from window-any-p.
17801 (window-size-ignore, window-state-get): Callers changed.
17802 (window-normalize-window): Rename from window-normalize-any-window.
17803 New arg LIVE-ONLY, replacing window-normalize-live-window.
17804 (window-normalize-live-window): Delete.
17805 (window-combination-p, window-combined-p, window-combinations)
17806 (walk-window-subtree, window-atom-root, window-min-size)
17807 (window-sizable, window-sizable-p, window-size-fixed-p)
17808 (window-min-delta, window-max-delta, window-resizable)
17809 (window-resizable-p, window-full-height-p, window-full-width-p)
17810 (window-current-scroll-bars, window-point-1, set-window-point-1)
17811 (window-at-side-p, window-in-direction, window-resize)
17812 (adjust-window-trailing-edge, maximize-window, minimize-window)
17813 (window-deletable-p, delete-window, delete-other-windows)
17814 (record-window-buffer, unrecord-window-buffer)
17815 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17816 (quit-window, split-window, window-state-put)
17817 (set-window-text-height, fit-window-to-buffer)
17818 (shrink-window-if-larger-than-buffer): Callers changed.
17819
17820 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17821
17822 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17823 rfc2047-decode-string.
17824 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17825 warnings.
17826
17827 * window.el (window-body-height, window-body-width): Mention in
17828 the doc string that the return values are in frame's canonical
17829 units. (Bug#9949)
17830
17831 2011-11-03 Alan Mackenzie <acm@muc.de>
17832
17833 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17834 change in cc-engine.el.
17835
17836 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17839
17840 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17841
17842 * window.el (quit-window): Call unrecord-window-buffer after
17843 showing another buffer in the window. (Bug#9937)
17844 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17845
17846 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17847
17848 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17849 Accept status with more than 9 shelves. (Bug#9935)
17850 Reported by Colin D Bennett <colin@gibibit.com>.
17851
17852 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17853
17854 * help.el (with-help-window): Don't reference
17855 temp-buffer-show-specifiers in doc-string.
17856
17857 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17858
17859 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17860 menu-item.
17861
17862 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17863
17864 * whitespace.el: New version 13.2.2.
17865 (whitespace-newline-mode): Disable properly. Reported by Sarah
17866 <EmacsWiki>.
17867
17868 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17869
17870 * net/newst-treeview.el: Remove "Time-stamp".
17871 (newsticker--group-manage-orphan-feeds): Do not call
17872 newsticker--treeview-tree-update.
17873 (newsticker-treeview-update, newsticker-treeview):
17874 Call newsticker--treeview-tree-update if necessary.
17875
17876 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17877
17878 * window.el (window-iso-combination-p, window-iso-combined-p)
17879 (window-iso-combinations): Remove "iso-" infix.
17880 Suggested by Chong Yidong.
17881 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17882 (window-max-delta-1, window-resize, window--resize-siblings)
17883 (window--resize-this-window, adjust-window-trailing-edge)
17884 (split-window, balance-windows-1)
17885 (shrink-window-if-larger-than-buffer):
17886 * calendar/calendar.el (calendar-generate-window):
17887 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17888
17889 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17890
17891 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17892 in place (bug#9907).
17893 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17894 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17895 (eshell-structure-basic-command, eshell-rewrite-while-command)
17896 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17897 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17898 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17899 (eshell-do-pipelines-synchronously, eshell-eval-command):
17900 Use backquotes and prefer setq to set.
17901 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17902 (eshell-macrop): Use functionp.
17903 (eshell-do-eval): Handle multiple expressions in `while' body.
17904
17905 2011-10-30 Chong Yidong <cyd@gnu.org>
17906
17907 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17908 instead of set-mark (Bug#9810).
17909
17910 2011-10-30 Chong Yidong <cyd@gnu.org>
17911
17912 * window.el (split-window-below, split-window-right): Rename from
17913 split-window-above-each-other and split-window-side-by-side
17914 respectively. All callers changed.
17915 (split-window-sensibly, split-window-sensibly): Use them.
17916 (split-window-keep-point): Doc fix.
17917
17918 * isearch.el: Add isearch-scroll property to split-window-below
17919 and split-window-right.
17920
17921 * follow.el (follow-mode):
17922 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17923 * progmodes/ada-xref.el (ada-gdb-application):
17924 * emulation/vip.el (vip-buffer-in-two-windows):
17925 * image-dired.el (image-dired-dired-with-window-configuration):
17926 * dired-x.el (dired-do-find-marked-files):
17927 * dired.el (dired-pop-to-buffer):
17928 * bs.el (bs--show-with-configuration):
17929 * vc/emerge.el (emerge-setup-windows):
17930 * textmodes/two-column.el (2C-two-columns):
17931 * textmodes/reftex-toc.el (reftex-toc):
17932 * progmodes/gdb-mi.el (gdb-setup-windows):
17933 * progmodes/fortran.el (fortran-window-create):
17934 * net/newst-treeview.el (newsticker--treeview-window-init):
17935 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17936 * emulation/tpu-edt.el (tpu-gold-map):
17937 * emulation/crisp.el (crisp-mode-map):
17938 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17939
17940 2011-10-29 Chong Yidong <cyd@gnu.org>
17941
17942 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17943
17944 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17945
17946 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17947 forged Ispell output (Bug#7904).
17948
17949 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17950
17951 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * doc-view.el: Avoid ugly errors about not finding nil.
17954 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17955 (doc-view-dvipdf-program, doc-view-unoconv-program)
17956 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17957 Avoid nil or absolute file name as default value.
17958 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17959
17960 2011-10-28 Alan Mackenzie <acm@muc.de>
17961
17962 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17963
17964 2011-10-28 Alan Mackenzie <acm@muc.de>
17965
17966 Amend the handling of c-beginning/end-of-defun in nested declaration
17967 scopes.
17968
17969 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17970 cc-langs.el. Change it to a defcustom.
17971
17972 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17973 cc-vars.el.
17974
17975 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17976 Prevent "class foo : bar" being spuriously recognized as a label.
17977
17978 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17979 Add parameter `inclusive' (to include enclosing braces in the region).
17980 (c-widen-to-enclosing-decl-scope): New function.
17981 (c-while-widening-to-decl-block): New macro.
17982 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17983 outward for defun boundaries, and correspondingly change symbol
17984 `respect-enclosure' to `go-outward'.
17985 (c-declaration-limits): Change algorithm to report only the "innermost"
17986 defun's boundaries.
17987
17988 2011-10-28 Deniz Dogan <deniz@dogan.se>
17989
17990 * net/rcirc.el (rcirc-mode): Use hard newlines.
17991
17992 2011-10-28 Alan Mackenzie <acm@muc.de>
17993
17994 Amend to indent and fontify macros "which include their own semicolon"
17995 correctly, using the "virtual semicolon" mechanism.
17996
17997 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17998
17999 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18000 Recode to scan one line at a time rather than having \n and \r
18001 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18002 (c-forward-label): Amend for virtual semicolons.
18003 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18004
18005 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18006 of the new C macros.
18007
18008 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18009 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18010 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18011 (c-opt-cpp-macro-define): Make into a full language variable.
18012 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18013 AWK Mode (including \n, \r) removed, no longer needed.
18014
18015 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18016 Invoke c-make-macro-with-semi-re.
18017
18018 * progmodes/cc-vars.el (c-macro-with-semi-re):
18019 (c-macro-names-with-semicolon): New variables.
18020 (c-make-macro-with-semi-re): New function.
18021
18022 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18023
18024 * vc/log-edit.el: Fill empty field rather than adding new one.
18025 (log-edit-add-field): New function.
18026 (log-edit-insert-changelog): Use it.
18027
18028 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18029
18030 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18031
18032 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18035 (gdb--check-interpreter): New function.
18036 (gdb): Use it.
18037
18038 2011-10-27 Glenn Morris <rgm@gnu.org>
18039
18040 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18041 (least-positive-float, least-negative-float)
18042 (least-positive-normalized-float, least-negative-normalized-float)
18043 (float-epsilon, float-negative-epsilon):
18044 Remove unnecessary declarations.
18045
18046 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18047 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18048 (least-positive-float, least-negative-float)
18049 (least-positive-normalized-float, least-negative-normalized-float)
18050 (float-epsilon, float-negative-epsilon): Add doc-strings,
18051 based on those in cl.texi.
18052
18053 * files.el (set-visited-file-name): If the major-mode changed,
18054 reload the local variables. (Bug#9796)
18055
18056 2011-10-27 Chong Yidong <cyd@gnu.org>
18057
18058 * subr.el (change-major-mode-after-body-hook): New hook.
18059 (run-mode-hooks): Run it.
18060
18061 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18062 Use change-major-mode-before-body-hook.
18063
18064 * simple.el (fundamental-mode):
18065 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18066 change introducing fundamental-mode-hook.
18067
18068 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18069
18070 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18071
18072 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18073
18074 * ido.el (ido-file-name-all-completions-1): Do not require
18075 tramp.el explicitly. (Bug#7583)
18076
18077 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18078
18079 * progmodes/octave-mod.el:
18080 * progmodes/octave-inf.el: Update maintainer.
18081
18082 2011-10-26 Chong Yidong <cyd@gnu.org>
18083
18084 * subr.el (with-wrapper-hook): Rewrite doc.
18085
18086 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18087
18088 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18089 filenames "/method:foo:". (Bug#9793)
18090
18091 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18094 (bug#9865).
18095
18096 2011-10-24 Glenn Morris <rgm@gnu.org>
18097
18098 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18099
18100 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18101
18102 * notifications.el: Add the requirement of a running D-Bus session
18103 bus to the Commentary.
18104
18105 2011-10-24 Juri Linkov <juri@jurta.org>
18106
18107 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18108 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18109 (Bug#9364)
18110
18111 2011-10-24 Juri Linkov <juri@jurta.org>
18112
18113 * info.el (Info-following-node-name-re): Add newline to the list
18114 of allowed characters for leading space. (Bug#9824)
18115
18116 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18117
18118 * progmodes/octave-inf.el (inferior-octave-mode-map):
18119 Fix C-c C-h binding.
18120 * progmodes/octave-mod.el (octave-help): Remove.
18121
18122 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18123
18124 Sync with Tramp 2.2.3.
18125
18126 * net/tramp-cache.el (top): Pacify byte-compiler using
18127 `init-file-user' and `site-run-file'.
18128
18129 * net/trampver.el: Update release number.
18130
18131 2011-10-23 Chong Yidong <cyd@gnu.org>
18132
18133 * files.el (toggle-read-only): Remove obsolete comment about
18134 version control.
18135
18136 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18137 for toggle-read-only. Note that this hasn't called vc-next-action
18138 since 2008-05-02, though it wasn't documented at the time.
18139
18140 * vc/ediff-init.el (ediff-toggle-read-only-function):
18141 Use toggle-read-only.
18142
18143 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18144
18145 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18146 of c-parse-state.
18147
18148 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18149 correct faulty logical expression.
18150 (c-parse-state-state, c-record-parse-state-state):
18151 (c-replay-parse-state-state): New defvar/defuns.
18152 (c-debug-parse-state): Use new functions.
18153
18154 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18155
18156 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18157 last fix. Use window-in-direction correctly.
18158
18159 2011-10-21 Chong Yidong <cyd@gnu.org>
18160
18161 * progmodes/idlwave.el (idlwave-mode):
18162 * progmodes/vera-mode.el (vera-mode): No need to set
18163 require-final-newline; that's done in prog-mode.
18164 Suggested by Stefan Monnier.
18165
18166 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18167
18168 * mouse.el (mouse-drag-window-above)
18169 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18170 (mouse-drag-mode-line-1, mouse-drag-header-line)
18171 (mouse-drag-vertical-line-rightward-window): Remove.
18172 (mouse-drag-line): New function.
18173 (mouse-drag-mode-line, mouse-drag-header-line)
18174 (mouse-drag-vertical-line): Call mouse-drag-line.
18175 * window.el (window-at-side-p, windows-at-side): New functions.
18176
18177 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18178
18179 * tar-mode.el (tar-grind-file-mode):
18180 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18181
18182 2011-10-21 Chong Yidong <cyd@gnu.org>
18183
18184 * progmodes/idlwave.el (idlwave-mode):
18185 * progmodes/vera-mode.el (vera-mode):
18186 Use mode-require-final-newline.
18187
18188 2011-10-20 Glenn Morris <rgm@gnu.org>
18189
18190 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18191
18192 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18193
18194 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18195
18196 2011-10-20 Chong Yidong <cyd@gnu.org>
18197
18198 * emulation/cua-base.el (cua-mode):
18199 * mail/footnote.el (footnote-mode):
18200 * mail/mailabbrev.el (mail-abbrevs-mode):
18201 * net/xesam.el (xesam-minor-mode):
18202 * progmodes/bug-reference.el (bug-reference-mode):
18203 * progmodes/cap-words.el (capitalized-words-mode):
18204 * progmodes/compile.el (compilation-minor-mode)
18205 (compilation-shell-minor-mode):
18206 * progmodes/gud.el (gud-tooltip-mode):
18207 * progmodes/hideif.el (hide-ifdef-mode):
18208 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18209 * progmodes/subword.el (subword-mode):
18210 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18211 * progmodes/which-func.el (which-function-mode):
18212 * term/tvi970.el (tvi970-set-keypad-mode):
18213 * term/vt100.el (vt100-wide-mode):
18214 * textmodes/flyspell.el (flyspell-mode):
18215 * textmodes/ispell.el (ispell-minor-mode):
18216 * textmodes/nroff-mode.el (nroff-electric-mode):
18217 * textmodes/paragraphs.el (use-hard-newlines):
18218 * textmodes/refill.el (refill-mode):
18219 * textmodes/reftex.el (reftex-mode):
18220 * textmodes/rst.el (rst-minor-mode):
18221 * textmodes/sgml-mode.el (html-autoview-mode)
18222 (sgml-electric-tag-pair-mode):
18223 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18224 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18225 * emulation/crisp.el (crisp-mode):
18226 * emacs-lisp/eldoc.el (eldoc-mode):
18227 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18228 minor mode behavior.
18229
18230 2011-10-19 Juri Linkov <juri@jurta.org>
18231
18232 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18233 the list of hard-coded chars with escape-glyph face.
18234
18235 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18238
18239 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18240
18241 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18242 running process.
18243
18244 2011-10-19 Glenn Morris <rgm@gnu.org>
18245
18246 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18247 Ignore ignored files. (Bug#9726)
18248
18249 2011-10-19 Chong Yidong <cyd@gnu.org>
18250
18251 Doc fix for minor modes, stating that an omitted argument enables
18252 the mode unconditionally when called from Lisp.
18253
18254 * abbrev.el (abbrev-mode):
18255 * allout.el (allout-mode):
18256 * autoinsert.el (auto-insert-mode):
18257 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18258 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18259 (global-auto-revert-mode):
18260 * battery.el (display-battery-mode):
18261 * composite.el (global-auto-composition-mode)
18262 (auto-composition-mode):
18263 * delsel.el (delete-selection-mode):
18264 * desktop.el (desktop-save-mode):
18265 * dired-x.el (dired-omit-mode):
18266 * dirtrack.el (dirtrack-mode):
18267 * doc-view.el (doc-view-minor-mode):
18268 * double.el (double-mode):
18269 * electric.el (electric-indent-mode, electric-pair-mode):
18270 * emacs-lock.el (emacs-lock-mode):
18271 * epa-hook.el (auto-encryption-mode):
18272 * follow.el (follow-mode):
18273 * font-core.el (font-lock-mode):
18274 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18275 * help.el (temp-buffer-resize-mode):
18276 * hilit-chg.el (highlight-changes-mode)
18277 (highlight-changes-visible-mode):
18278 * hi-lock.el (hi-lock-mode):
18279 * hl-line.el (hl-line-mode, global-hl-line-mode):
18280 * icomplete.el (icomplete-mode):
18281 * ido.el (ido-everywhere):
18282 * image-file.el (auto-image-file-mode):
18283 * image-mode.el (image-minor-mode):
18284 * iswitchb.el (iswitchb-mode):
18285 * jka-cmpr-hook.el (auto-compression-mode):
18286 * linum.el (linum-mode):
18287 * longlines.el (longlines-mode):
18288 * master.el (master-mode):
18289 * mb-depth.el (minibuffer-depth-indicate-mode):
18290 * menu-bar.el (menu-bar-mode):
18291 * minibuf-eldef.el (minibuffer-electric-default-mode):
18292 * mouse-sel.el (mouse-sel-mode):
18293 * msb.el (msb-mode):
18294 * mwheel.el (mouse-wheel-mode):
18295 * outline.el (outline-minor-mode):
18296 * paren.el (show-paren-mode):
18297 * recentf.el (recentf-mode):
18298 * reveal.el (reveal-mode, global-reveal-mode):
18299 * rfn-eshadow.el (file-name-shadow-mode):
18300 * ruler-mode.el (ruler-mode):
18301 * savehist.el (savehist-mode):
18302 * scroll-all.el (scroll-all-mode):
18303 * scroll-bar.el (scroll-bar-mode):
18304 * server.el (server-mode):
18305 * shell.el (shell-dirtrack-mode):
18306 * simple.el (auto-fill-mode, transient-mark-mode)
18307 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18308 (line-number-mode, column-number-mode, size-indication-mode)
18309 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18310 * strokes.el (strokes-mode):
18311 * time.el (display-time-mode):
18312 * t-mouse.el (gpm-mouse-mode):
18313 * tool-bar.el (tool-bar-mode):
18314 * tooltip.el (tooltip-mode):
18315 * type-break.el (type-break-mode-line-message-mode)
18316 (type-break-query-mode):
18317 * view.el (view-mode):
18318 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18319 (global-whitespace-mode, global-whitespace-newline-mode):
18320 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18321
18322 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18323 Fix autogenerated docstring.
18324
18325 2011-10-19 Juri Linkov <juri@jurta.org>
18326
18327 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18328 by checking environment variables "DESKTOP_SESSION" and
18329 "XDG_CURRENT_DESKTOP". (Bug#9779)
18330
18331 2011-10-19 Juri Linkov <juri@jurta.org>
18332
18333 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18334 (browse-url-chromium-program, browse-url-chromium-arguments):
18335 New defcustoms.
18336 (browse-url-default-browser): Check for `browse-url-chromium' and
18337 call `browse-url-chromium-program'.
18338 (browse-url-chromium): New command. (Bug#9779)
18339
18340 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18341
18342 * facemenu.el (list-colors-duplicates): On Windows, detect more
18343 duplicates by assuming that only colors matching "^System" are
18344 special "system colors". (Bug#9722)
18345
18346 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18347
18348 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18349 to distinguish the author from the committer.
18350
18351 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18352
18353 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18354
18355 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18356
18357 * international/mule.el (sgml-html-meta-auto-coding-function):
18358 Add support for detecting encoding in HTML5 specified only as
18359 <meta charset="UTF-8">. Implementation just makes http-equiv and
18360 content-type parts from HTML4 encoding string optional. (Bug#9716)
18361
18362 2011-10-18 Glenn Morris <rgm@gnu.org>
18363
18364 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18365
18366 2011-10-18 Chong Yidong <cyd@gnu.org>
18367
18368 * faces.el (cursor): Doc fix.
18369
18370 2011-10-17 Chong Yidong <cyd@gnu.org>
18371
18372 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18373
18374 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18375
18376 * dirtrack.el (dirtrack): Support shell buffers with path
18377 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18378
18379 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18380
18381 * json.el: Bump version to 1.3 and note change in History.
18382 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18383
18384 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18385
18386 * comint.el (comint-insert-input, comint-send-input)
18387 (comint-get-old-input-default, comint-backward-matching-input)
18388 (comint-next-prompt): Use nil instead of `input' for field property of
18389 past user input (bug#114).
18390
18391 * minibuffer.el (completion--replace): Inherit surrounding properties
18392 (bug#114).
18393 (minibuffer-complete-and-exit): Use it.
18394
18395 * comint.el (comint--table-subvert): Quote the all-completions output
18396 (bug#9160).
18397
18398 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18399
18400 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18401
18402 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18403 window on right of selected. (Bug#9350) Reword other window
18404 entries and separate them from frame entries.
18405
18406 2011-10-15 Glenn Morris <rgm@gnu.org>
18407
18408 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18409 Doc fixes.
18410
18411 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18412
18413 * net/network-stream.el (network-stream-open-starttls):
18414 Improve detection of failure due to lack of TLS support.
18415
18416 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18417 putting the input text in front and in bold.
18418
18419 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18422
18423 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18424 empty buffer.
18425
18426 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18427 unread-command-events rather than pushing yet-another event.
18428
18429 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18430
18431 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18432 the explanation of the possible choices. Make the options passed
18433 to completing-read shorter.
18434
18435 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18436
18437 * textmodes/flyspell.el (flyspell-large-region): Make sure
18438 extended character mode is used if defined (Bug#1339).
18439
18440 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18441
18442 * simple.el (what-cursor-position): Fix the display of the
18443 character info for LRE, LRO, RLE, and RLO characters by appending
18444 an invisible PDF.
18445
18446 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18449 even in case of error; add debug spec; simplify data flow.
18450 (with-timeout-handler): Remove.
18451
18452 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18453
18454 Fix Bug#6019, Bug#9315.
18455
18456 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18457 complete `buffer-file-name', the local file name part could look
18458 remotely (for example on VMS).
18459
18460 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18461 `tramp-run-real-handler'.
18462 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18463 already quoted by '"'.
18464
18465 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18466 Let `file-name-handler-alist' be nil, the local file name part
18467 could look remotely (for example on VMS).
18468
18469 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18472 from here...
18473 (flyspell-post-command-hook): ...to here.
18474
18475 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18476
18477 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18478 if not needed.
18479 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18480 using completion. Protect against "slow" callers.
18481 Remove the "message hack".
18482
18483 2011-10-11 Juri Linkov <juri@jurta.org>
18484
18485 * isearch.el (isearch-lazy-highlight-word): New variable.
18486 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18487 Use it. (Bug#9727)
18488
18489 2011-10-11 Glenn Morris <rgm@gnu.org>
18490
18491 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18492 like f90-previous-statement does.
18493
18494 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18495
18496 * eshell/eshell.el (eshell-command): History should be saved
18497 only in interactive use, to avoid error.
18498
18499 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * minibuffer.el (completion-file-name-table): Fix last change,
18502 i.e. ignore normal errors but not the other ones.
18503
18504 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18505
18506 * window.el (special-display-buffer-names)
18507 (special-display-regexps): Remove some remnants of earlier
18508 changes from doc-strings.
18509 (quit-windows-on): New function.
18510
18511 * vc/vc.el (vc-revert, vc-rollback):
18512 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18513 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18514 (Bug#6183) (Bug#7074) (Bug#7447)
18515
18516 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18517
18518 * window.el (frame-auto-hide-function): Add version tag.
18519 (Bug#9699)
18520
18521 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18522
18523 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18524 condition.
18525
18526 2011-10-09 Leo Liu <sdl.web@gmail.com>
18527
18528 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18529 (Bug#9701)
18530
18531 2011-10-08 Glenn Morris <rgm@gnu.org>
18532
18533 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18534 before the first code statement zero indent. (Bug#9690)
18535
18536 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18537
18538 * simple.el (count-words-region): Always count in the region.
18539 Report the number of lines and characters too.
18540 (count-words): New command, which counts in the buffer if the
18541 region is inactive, as count-words-region used to.
18542 (count-words--message): New function. Handle plurals.
18543 (count-lines-region): Make it an alias for count-words-region.
18544
18545 * bindings.el (esc-map): Replace count-lines-region with
18546 count-words-region.
18547
18548 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18549
18550 * window.el (window--delete): Delete dedicated frame
18551 unconditionally when argument KILL is non-nil. (Bug#9699)
18552 (switch-to-buffer): Fix doc-string typo.
18553
18554 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18555
18556 * eshell/eshell.el (eshell-command): Avoid using hooks.
18557
18558 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18559
18560 * bindings.el ([M-left],[M-right]): Bind to left-word and
18561 right-word respectively.
18562
18563 2011-10-07 Glenn Morris <rgm@gnu.org>
18564
18565 * cus-start.el (debug-on-quit): Fix custom type.
18566
18567 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18568
18569 * subr.el (define-key-after): Clarify that the function is not
18570 useful for non-menu keymaps.
18571
18572 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18573
18574 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18575
18576 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18577 in current minibuffer (Fix bug with recursive minibuffers).
18578
18579 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18580
18581 * progmodes/gdb-mi.el (gdb): Doc fix.
18582
18583 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18584
18585 * window.el (frame-auto-hide-function): New option replacing
18586 frame-auto-delete. Suggested by Stefan Monnier.
18587 (window--delete): Call frame-auto-hide-function instead of
18588 investigating frame-auto-delete.
18589 (window-point-1, set-window-point-1): New functions.
18590 (window-in-direction, record-window-buffer, window-state-get-1)
18591 (display-buffer-record-window): Use window-point-1 instead of
18592 window-point.
18593 (set-window-buffer-start-and-point): Use set-window-point-1.
18594
18595 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18598
18599 2011-10-05 Glenn Morris <rgm@gnu.org>
18600
18601 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18602 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18603
18604 2011-10-05 Leo Liu <sdl.web@gmail.com>
18605
18606 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18607 works with buffer object.
18608
18609 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * mpc.el (mpc-tool-bar-map): Add labels.
18612
18613 2011-10-04 Glenn Morris <rgm@gnu.org>
18614
18615 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18616
18617 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18618
18619 * window.el (window--delete): New function.
18620 (frame-auto-delete): Resuscitate option.
18621 (bury-buffer, replace-buffer-in-windows)
18622 (quit-window): Rewrite using window--delete.
18623 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18624 Pass display-buffer-mark-dedicated to window--display-buffer-2
18625 (Bug#9639).
18626
18627 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18630 returns a list (bug#9554). Add remote file name completion.
18631 * comint.el (comint--table-subvert): Curry and get quote&unquote
18632 functions as arguments.
18633 (comint--complete-file-name-data): Adjust call accordingly.
18634 * pcomplete.el (pcomplete--table-subvert): Remove.
18635 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18636
18637 * minibuffer.el (completion-table-case-fold): Use currying.
18638 (completion--styles-type, completion--cycling-threshold-type):
18639 New constants.
18640 (completion-styles, completion-category-overrides)
18641 (completion-cycle-threshold): Use them.
18642 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18643 completion-table-case-fold.
18644
18645 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18646
18647 * minibuffer.el (completion-category-overrides): Fix type of styles
18648 and add more user friendly tags (bug#9660).
18649
18650 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18651
18652 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18653 (mule-input-method-string): New widget.
18654 (default-input-method, language-info-custom-alist): Use it.
18655
18656 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18657
18658 * pcomplete.el: Require comint.
18659 (pcomplete--common-suffix): Remove.
18660 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18661 (pcomplete--table-subvert): Sync with comint--table-subvert.
18662 (pcomplete--entries): Use comint-completion-file-name-table.
18663 * comint.el (comint-unquote-filename): Simplify.
18664 (comint-completion-file-name-table): New function (bug#9616).
18665 (comint--complete-file-name-data): Use it.
18666
18667 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18668 (pcmpl-gnu-tar-buffer): Remove.
18669 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18670 around. Make sure pcomplete-suffix-list is only changed temporarily.
18671 Don't look inside the tar's file if it's too large.
18672
18673 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18674
18675 * cus-edit.el (custom-mode-map):
18676 * epa.el (epa-key-list-mode-map):
18677 * man.el (Man-mode-map):
18678 * startup.el (splash-screen-keymap):
18679 * simple.el (special-mode-map): Use scroll-up-command and
18680 scroll-down-command.
18681
18682 * progmodes/idlw-help.el (idlwave-help-mode-map):
18683 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18684 * net/newst-plainview.el (newsticker-mode-map):
18685 * emulation/ws-mode.el (wordstar-mode-map):
18686 * emulation/vi.el (vi-com-map):
18687 * calc/calc-graph.el (calc-graph-show-dumb):
18688 * term/sun.el (terminal-init-sun):
18689 * term/ns-win.el (global-map):
18690 * progmodes/grep.el (grep-mode-map):
18691 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18692 * mail/rmail.el (rmail-mode-map):
18693 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18694
18695 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18696 custom-safe-themes as special.
18697
18698 2011-10-01 Julien Danjou <julien@danjou.info>
18699
18700 * notifications.el (notifications-notify): Fix docstring.
18701
18702 2011-10-01 Per Starbäck <per@starback.se>
18703
18704 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18705
18706 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18707
18708 * startup.el (command-line-1): Fix last fix by inserting
18709 initial-scratch-message into *scratch* before displaying it.
18710 (Bug#9605) and (Bug#9636)
18711
18712 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18713
18714 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18715 window is hscrolled, move by logical lines. (Bug#9607)
18716 (line-move-visual): Update the doc string to the above effect.
18717
18718 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18719
18720 * window.el (display-buffer-record-window): When WINDOW is the
18721 selected window use `point' instead of `window-point'. (Bug#9626)
18722
18723 * startup.el (command-line-1): Use insert-before-markers when
18724 inserting initial-scratch-message. (Bug#9605)
18725
18726 * help.el (help-window): Remove variable.
18727
18728 2011-09-29 Glenn Morris <rgm@gnu.org>
18729
18730 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18731
18732 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18733
18734 * descr-text.el (describe-char-categories): Accept category
18735 descriptions more than one line long.
18736
18737 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * simple.el (delete-trailing-whitespace): Fix last change.
18740
18741 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18742 Don't confuse "y => 3" as the beginning of a `y' operation.
18743
18744 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18745 object has more than 4 slots (bug#9613).
18746
18747 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18748
18749 * subr.el (with-output-to-temp-buffer):
18750 * net/quickurl.el (quickurl, quickurl-browse-url):
18751 Fix typos in docstrings.
18752
18753 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18754
18755 * minibuffer.el (completion-styles)
18756 (completion-category-overrides): Cross reference each other in doc
18757 strings.
18758
18759 2011-09-27 Glenn Morris <rgm@gnu.org>
18760
18761 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18762 to split-string. (Bug#9606)
18763
18764 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18765
18766 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18767 (bug#9615).
18768
18769 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18770
18771 * emacs-lisp/package.el (list-packages): Fix echo area message.
18772
18773 2011-09-27 Leo Liu <sdl.web@gmail.com>
18774
18775 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18776
18777 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18778
18779 * net/dbus.el (dbus-unregister-object): Don't release services for
18780 registered signals. (Bug#9581)
18781
18782 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18783
18784 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18785 function that picks between cfengine 2 and 3 support
18786 automatically. Update docs accordingly.
18787
18788 2011-09-22 Kenichi Handa <handa@m17n.org>
18789
18790 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18791 ZERO.
18792 (indian-itrans-v5-table-for-tamil): New variable.
18793 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18794
18795 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18796
18797 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18798 that's true if the current command involved collapsing of text.
18799 It's reset to false at the beginning of the next command.
18800 (allout-post-command-business): Move the cursor to the beginning
18801 of entry if the cursor is hidden and collapsing activity just
18802 happened.
18803
18804 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18805
18806 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18807 tracking (Bug#9541).
18808
18809 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18810
18811 * net/newst-reader.el (newsticker-html-renderer)
18812 (newsticker-show-news): Automatically load html rendering package
18813 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18814 because w3m-fill-column is let-bound" and the error "Symbol's value
18815 as variable is void: w3m-fill-column".
18816
18817 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18818
18819 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18820 Release services only if they are defined. (Bug#9581)
18821
18822 2011-09-23 Richard Stallman <rms@gnu.org>
18823
18824 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18825 distinguish start of paragraph from start of its text.
18826
18827 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18828
18829 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18830 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18831 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18832
18833 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18834
18835 * international/mule-diag.el (mule-diag): Insert a newline after
18836 each fontset description.
18837
18838 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18839
18840 * simple.el (delete-trailing-whitespace):
18841 Document last change; simplify.
18842
18843 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18844
18845 * simple.el (delete-trailing-whitespace): Also delete
18846 extra newlines at the end of the buffer.
18847
18848 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18849 (picture-newline): Use forward-line so as to ignore fields.
18850
18851 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * subr.el (with-wrapper-hook): Fix edebug spec.
18854
18855 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18856
18857 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18858 (bug#4538).
18859
18860 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18861
18862 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18863 Fix nasty bug using wrong cached values.
18864
18865 2011-09-23 Alan Mackenzie <acm@muc.de>
18866
18867 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18868
18869 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18870
18871 * window.el (pop-to-buffer): Ensure right window is selected if we
18872 chose another frame.
18873
18874 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18875
18876 * simple.el (what-cursor-position): Use get-char-property-change
18877 and next-single-char-property-change, to be able to show display
18878 properties that come from overlays as well as text properties.
18879
18880 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18881
18882 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18883
18884 * cmuscheme.el (run-scheme, switch-to-scheme):
18885 * cus-edit.el (customize-group, custom-buffer-create)
18886 (customize-browse):
18887 * info.el (info):
18888 * shell.el (shell):
18889 * mail/sendmail.el (mail):
18890 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18891
18892 2011-09-22 Richard Stallman <rms@gnu.org>
18893
18894 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18895 move back only to line beg, don't move back over blank lines.
18896
18897 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18898
18899 * files.el (copy-directory): Set directory attributes only in case
18900 they could be retrieved from the source directory. (Bug#9565)
18901
18902 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18903
18904 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18905 (hs-find-block-beginning, hs-hide-level-recursive):
18906 Ignore strings as well as comments. (Bug#9502)
18907
18908 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18909
18910 * progmodes/sql.el (sql-comint-postgres):
18911 Convert port number to a string. (Bug#9566)
18912
18913 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18914
18915 * window.el (quit-window): Undedicate window when switching to
18916 previous buffer. Reported by Thierry Volpiatto
18917 <thierry.volpiatto@gmail.com>.
18918 (special-display-popup-frame): When popping up a new frame reset
18919 its previous buffers to nil. Simplify code.
18920
18921 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18922
18923 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18924 and process filter, as done also in `shell-command'.
18925
18926 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18927
18928 * window.el (set-window-buffer-start-and-point):
18929 Call set-window-start with NOFORCE argument t.
18930 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18931 (quit-window): Reword doc-string. Handle new format of
18932 quit-restore parameter. Don't delete window if it has a
18933 previous buffer we can show instead of the present one.
18934 (display-buffer-record-window): Rewrite using a new format for
18935 the quit-restore window parameter
18936 (special-display-popup-frame, display-buffer-same-window)
18937 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18938 (display-buffer-pop-up-window, display-buffer-use-some-window):
18939 Adapt symbol passed to display-buffer-record-window.
18940 * help.el (help-window-setup): Handle new format of quit-restore
18941 parameter.
18942
18943 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * faces.el (face-list): Fix docstring (bug#9564).
18946
18947 * window.el (display-buffer--action-function-custom-type):
18948 Don't include internal functions in the Custom interface.
18949
18950 2011-09-20 Juri Linkov <juri@jurta.org>
18951
18952 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18953 (Info-forward-node, Info-backward-node, Info-next-preorder)
18954 (Info-last-preorder): Use it. (Bug#9528)
18955
18956 2011-09-20 Juri Linkov <juri@jurta.org>
18957
18958 * info.el (Info-last-preorder): Visit last menu item only when
18959 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18960
18961 2011-09-20 Julien Danjou <julien@danjou.info>
18962
18963 * password-cache.el (password-cache-remove): Remove entries even if the
18964 value is nil, so that password with a nil value (negative caching) is
18965 possible to invalidate.
18966
18967 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18968
18969 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18970 all whitespace around breakpoint. (Bug#9553)
18971 (f90-find-breakpoint): Only break at whitespace inside a comment.
18972
18973 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * minibuffer.el (completion-file-name-table): Keep track of errors.
18976 (completion-table-with-predicate): Handle the case where pred1 is nil.
18977 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18978
18979 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18980
18981 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18982 (debugger-return-value): Signal an error if the debugging context does
18983 not await any return value.
18984
18985 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18986 * image-mode.el (image-toggle-display-text)
18987 (image-toggle-display-image): Stay away from evil `intangible'.
18988
18989 2011-09-19 Leo Liu <sdl.web@gmail.com>
18990
18991 * replace.el (occur-revert-arguments): Make it permanent-local.
18992 (occur-mode): Don't call font-lock-defontify.
18993
18994 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18995
18996 * net/ldap.el (ldap-search-internal): Don't push empty search
18997 result (Bug#9508).
18998
18999 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19002
19003 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19004
19005 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19006 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19007
19008 2011-09-18 Juri Linkov <juri@jurta.org>
19009
19010 * buff-menu.el (Buffer-menu-mode-map):
19011 * dired.el (dired-mode-map):
19012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19013 (lisp-interaction-mode-map):
19014 * emacs-lisp/package.el (package-menu-mode-map):
19015 * epa.el (epa-key-list-mode-map):
19016 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19017 (menu-bar-options-menu):
19018 * outline.el (outline-mode-menu-bar-map):
19019 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19020 * vc/vc-dir.el (vc-dir-menu-map):
19021 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19022 Capitalize non-function content words in menu item strings.
19023
19024 * dired.el (dired-mode-map): Add menu item for
19025 `image-dired-dired-toggle-marked-thumbs'.
19026
19027 2011-09-18 Juri Linkov <juri@jurta.org>
19028
19029 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19030 to `isearch-case-fold-search' and restore its original value
19031 after the `isearch-mode' call.
19032
19033 2011-09-18 Juri Linkov <juri@jurta.org>
19034
19035 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19036 because `zgrep' returns 1 for successful matches (bug#9226).
19037
19038 2011-09-18 Juri Linkov <juri@jurta.org>
19039
19040 * info.el (Info-extract-menu-node-name): Check the second match
19041 for empty string (second test-case of bug#9528).
19042 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19043 intermediate nodes to the history (first test-case of bug#9528).
19044
19045 2011-09-18 Juri Linkov <juri@jurta.org>
19046
19047 * info.el (Info-mode-syntax-table): New variable.
19048 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19049
19050 2011-09-18 Juri Linkov <juri@jurta.org>
19051
19052 * info.el (Info-file-supports-index-cookies):
19053 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19054 outputs one more line for long file names (bug#4142).
19055
19056 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19057
19058 * newcomment.el (comment-normalize-vars): If prompting for
19059 comment-start, set comment-start-skip too (Bug#8424).
19060
19061 2011-09-18 Johan Bockgård <bojohan@gnu.org>
19062
19063 * icomplete.el: Fix previous fix of Bug#5849.
19064 (icomplete-mode): Don't set completion-show-inline-help.
19065 (icomplete-minibuffer-setup): Set completion-show-inline-help
19066 locally during icompletion.
19067
19068 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19069
19070 * woman.el (woman2-process-escapes): Don't delete unrecognized
19071 escapes (Bug#7843).
19072
19073 * files.el (inhibit-first-line-modes-regexps): Add image files.
19074 (hack-local-variables-prop-line): Return nil for malformed
19075 prop-lines (Bug#9044).
19076
19077 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19078
19079 * net/tramp.el (top): Don't require 'shell.
19080 (tramp-methods): Fix docstring.
19081 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19082 Return complete remote file name. Handle "smb" case.
19083 Use `tramp-tmpdir', if defined for the respective method.
19084 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19085
19086 * net/tramp-compat.el (top): Require 'shell.
19087
19088 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19089 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19090 `tramp-current-host'.
19091 (tramp-get-remote-tmpdir): Remove.
19092
19093 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19094 `tramp-tmpdir' entries.
19095 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19096 (tramp-smb-handle-file-attributes): Ignore errors.
19097 (tramp-smb-wait-for-output): Check also for process end.
19098
19099 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19100
19101 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19102 when sending QUIT (bug#9312).
19103
19104 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19105
19106 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19107 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19108 occur-mode-display-occurrence.
19109 (occur-edit-mode): Add usage message.
19110 (occur-cease-edit): New command.
19111 (occur-after-change-function): Use text properties to find the
19112 position of the prefix text.
19113 (occur-engine): Set stickiness of prefix text properties.
19114
19115 2011-09-17 Glenn Morris <rgm@gnu.org>
19116
19117 * progmodes/etags.el (complete-tag):
19118 Fix call to completion-in-region. (Bug#9526)
19119
19120 2011-09-17 Juri Linkov <juri@jurta.org>
19121
19122 * textmodes/ispell.el (ispell-word): Add to the error message
19123 the word, ispell program name and current dictionary (bug#9121).
19124 (ispell-tex-arg-end): Capitalize "error" in the error message.
19125
19126 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19127
19128 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19129 check. (Bug#4251)
19130
19131 2011-09-17 Juri Linkov <juri@jurta.org>
19132
19133 * window.el (window-safe-min-height, window-safe-min-width):
19134 Fix typos (followup to bug#9522).
19135
19136 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19137
19138 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19139
19140 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19141
19142 * simple.el (line-move): If goal-column is set, move by logical
19143 lines, not by display lines. (Bug#971)
19144 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19145 to reflect the above change.
19146
19147 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19148
19149 * image.el (imagemagick-register-types): Use regexp-opt.
19150
19151 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19152
19153 * window.el (display-buffer-base-action): Rename from
19154 display-buffer-default-action. Make default value empty.
19155 (display-buffer-overriding-action): Convert to defvar.
19156 (display-buffer-fallback-action): New var.
19157
19158 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19159
19160 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19161 declaration.
19162 (package--add-to-archive-contents): If there is a duplicate entry
19163 with an older version, remove it.
19164 (package-menu-mark-delete, package-menu-mark-install)
19165 (package-menu-mark-unmark): Make unused args optional.
19166 (package-menu-mark-obsolete-for-deletion):
19167 Use package-menu-get-status instead of a regexp search.
19168 (package-menu-get-status): Use tabulated-list-entry.
19169 (package-menu-mark-upgrades): New command.
19170 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19171 (package-menu-execute): Do installation before deletion.
19172 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19173 instead of checking major-mode.
19174 (package-menu--find-upgrades): New function.
19175
19176 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19177
19178 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19179 passwords in the log buffer.
19180 (smtpmail-process-filter): Update the process marker so that the
19181 "broken by peer" status message is inserted in the right place.
19182
19183 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19186 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19187 bibtex-completion-at-point-function.
19188 (bibtex-completion-at-point-function): Use them.
19189
19190 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19191
19192 * mpc.el (mpc-constraints-tag-lookup): New function.
19193 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19194 also to browser "album|playlist".
19195
19196 2011-09-14 Juri Linkov <juri@jurta.org>
19197
19198 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19199 (isearch-edit-string): Use length of `isearch-string' when
19200 `isearch-fail-pos' returns nil.
19201 (isearch-message): Remove duplicate code and call
19202 `isearch-fail-pos' with arg `t'.
19203
19204 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19205
19206 * replace.el (occur-mode-goto-occurrence): Don't force using other
19207 window (Bug#9499).
19208
19209 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19210
19211 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19212
19213 * window.el (display-buffer-window): Remove.
19214 (display-buffer-record-window): Use help-setup window parameter
19215 instead of variable display-buffer-window.
19216 (display-buffer-function, special-display-buffer-names)
19217 (special-display-function): Mention help-setup parameter instead
19218 of display-buffer-window in doc-string.
19219 * help.el (help-window-setup): New argument help-window.
19220 Use help-window-setup parameter instead of display-buffer-window.
19221 Reword some messages.
19222 (with-help-window): Pass window used for displaying the buffer
19223 to help-window-setup. Don't set display-buffer-window.
19224
19225 2011-09-13 Glenn Morris <rgm@gnu.org>
19226
19227 * emacs-lisp/debug.el (debugger-make-xrefs):
19228 Preserve point. (Bug#9462)
19229
19230 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19231
19232 * window.el (window-deletable-p): Use next-frame.
19233
19234 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19235
19236 * window.el (window-auto-delete): Remove.
19237 (window-deletable-p): Remove argument FORCE. Don't deal with
19238 dedication and previous buffers.
19239 (switch-to-prev-buffer): Don't delete window.
19240 (delete-windows-on): Delete a window's frame if and only if the
19241 window is dedicated.
19242 (replace-buffer-in-windows): Delete buffer's window or frame if
19243 and only if window is dedicated.
19244 (quit-window): Handle quit-restore as before last change.
19245 (bury-buffer): Delete window only if window-deletable-p returns t.
19246
19247 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19248
19249 * window.el (window-deletable-p): Never delete the last frame on a
19250 given terminal.
19251
19252 2011-09-13 Glenn Morris <rgm@gnu.org>
19253
19254 * help.el (describe-key-briefly): Copy previous standard-output change.
19255
19256 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19257
19258 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19259
19260 2011-09-13 Glenn Morris <rgm@gnu.org>
19261
19262 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19263 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19264
19265 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19266
19267 * dired-aux.el (dired-mark-read-string): Don't return default
19268 value on empty input (Bug#9361).
19269 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19270 Omit initial minibuffer contents.
19271 (dired-do-chmod): Signal an error on empty input.
19272 (dired-mark-read-string): Don't return default on empty input.
19273
19274 * files.el (file-modes-symbolic-to-number): Doc fix.
19275
19276 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * international/mule-cmds.el (ucs-completions): Remove.
19279 (read-char-by-name): Use complete-with-action instead; add metadata.
19280
19281 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * window.el (display-buffer--action-function-custom-type)
19284 (display-buffer--action-custom-type): New vars.
19285 (display-buffer-alist, display-buffer-default-action)
19286 (display-buffer-overriding-action): Add defcustom types.
19287
19288 * frame.el (delete-other-frames): Doc fix (Bug#276).
19289
19290 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19291
19292 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19293
19294 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19295
19296 Change modes that used same-window-* vars to use switch-to-buffer.
19297
19298 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19299 Use switch-to-buffer.
19300
19301 * cus-edit.el (customize-group, custom-buffer-create)
19302 (customize-browse, custom-buffer-create-other-window):
19303 Use switch-to-buffer or switch-to-buffer-other-window.
19304
19305 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19306 (Info-prev, Info-up, Info-speedbar-goto-node)
19307 (info-display-manual): Use switch-to-buffer.
19308 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19309
19310 * mail/sendmail.el (mail): Use switch-to-buffer.
19311 (mail-recover): Use switch-to-buffer-other-window.
19312
19313 * cmuscheme.el (run-scheme, switch-to-scheme):
19314 * ielm.el (ielm):
19315 * shell.el (shell):
19316 * net/rlogin.el (rlogin):
19317 * net/telnet.el (telnet, rsh):
19318 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19319
19320 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19321
19322 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19323
19324 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19325
19326 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19327 so don't mention it (bug#9301).
19328 (dired-sort-toggle-or-edit): Clarify string further.
19329
19330 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19331 match `x', `w32' and `ns', like the manual says (bug#9029).
19332
19333 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19334 (process-kill-buffer-query-function): Mention the buffer name in
19335 the query.
19336
19337 * image-mode.el (image-next-line): The line parameter is mandatory
19338 (bug#9258).
19339
19340 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19341 which can be useful (bug#9301).
19342
19343 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19344
19345 * subr.el (match-string): Mention that the current buffer should
19346 be the same as the search was done in (bug#9282).
19347
19348 * facemenu.el: Disable the remove-* commands if the mark isn't
19349 active (bug#9162).
19350
19351 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19352
19353 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19354 of display-buffer.
19355 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19356
19357 * replace.el (occur-mode-goto-occurrence)
19358 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19359 and display-buffer.
19360
19361 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19362 display-buffer.
19363
19364 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19365 special-display and same-window variables.
19366 (mail-other-window): Use switch-to-buffer-other-window.
19367 (mail-other-frame): USe switch-to-buffer-other-frame.
19368
19369 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19370 Use display-buffer-other-frame.
19371 (gdb-display-gdb-buffer): Use pop-to-buffer.
19372
19373 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19374
19375 * progmodes/python.el: Don't set same-window-buffer-names.
19376
19377 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19378
19379 * window.el (display-buffer-alist): Add *Python*.
19380
19381 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19382
19383 * window.el (display-buffer-alist): Add entry for buffers
19384 previously handled same-window-*.
19385 (display-buffer-alist, display-buffer-default-action)
19386 (display-buffer-overriding-action): Mark as risky.
19387 (display-buffer-alist): Document action function changes.
19388 (display-buffer--same-window-action)
19389 (display-buffer--other-frame-action): New variables.
19390 (switch-to-buffer, display-buffer-other-frame): Use them.
19391 (display-buffer): Rename reuse-frame entry to reusable-frames.
19392 (display-buffer-reuse-selected-window): Function deleted.
19393 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19394 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19395 (display-buffer-special): New function.
19396 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19397 display-buffer-reuse-or-pop-window. Split off special-display
19398 part into display-buffer-special.
19399 (display-buffer-use-some-window): Don't perform any special
19400 pop-up-frames handling.
19401 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19402 (display-buffer--maybe-same-window): Rename from
19403 display-buffer-maybe-same-window.
19404
19405 * info.el: Don't set same-window-regexps.
19406 (info-setup): New function.
19407 (info-other-window, info): Call it.
19408
19409 * cus-edit.el: Don't set same-window-regexps.
19410 (customize-group): New argument.
19411 (customize-group-other-window): Use it.
19412 (customize-face, customize-face-other-window): Likewise.
19413 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19414
19415 * net/rlogin.el:
19416 * net/telnet.el:
19417 * progmodes/gud.el: Don't set same-window-regexps.
19418
19419 * cmuscheme.el:
19420 * ielm.el:
19421 * shell.el:
19422 * mail/sendmail.el:
19423 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19424
19425 2011-09-10 Juri Linkov <juri@jurta.org>
19426
19427 * isearch.el (isearch-edit-string): Remove obsolete mention of
19428 `C-w' (`isearch-yank-word-or-char') from docstring.
19429 (isearch-query-replace): Fix typo in docstring (bug#9466).
19430
19431 2011-09-10 Juri Linkov <juri@jurta.org>
19432
19433 * paren.el (show-paren-function): Don't show escaped parens.
19434 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19435
19436 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19437
19438 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19439 (mm-default-file-encoding): Remove autoload forms, they are
19440 replaced with autoload cookies in mml.el and mm-encode.el.
19441 (mail-add-attachment): New command.
19442 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19443 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19444 the doc string.
19445 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19446
19447 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19448
19449 * simple.el (count-words-region): Use buffer if there's no region
19450 (bug#9429).
19451
19452 2011-09-09 Juri Linkov <juri@jurta.org>
19453
19454 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19455 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19456 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19457
19458 2011-09-09 Alan Mackenzie <acm@muc.de>
19459
19460 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19461 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19462
19463 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19464
19465 Fix for Savannah bug#9392.
19466 * simple.el (mail-encode-mml): New defvar.
19467
19468 * mail/rmail.el (mail-encode-mml): Add a defvar.
19469 (rmail-enable-mime-composing): Default to t.
19470 (rmail-forward): Use MIME method of forwarding only if both
19471 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19472 Set mail-encode-mml non-nil if the MIME method was used.
19473
19474 * mail/sendmail.el (mml-to-mime): Add autoload form.
19475 (mail-encode-mml): Add a defvar.
19476 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19477 to nil.
19478 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19479 message through mml-to-mime, and reset mail-encode-mml to nil.
19480
19481 2011-09-09 Glenn Morris <rgm@gnu.org>
19482
19483 * woman.el (woman-if-body): When processing an .el block,
19484 do not delete the next .el block as well. (Bug#9447)
19485 (woman-special-characters): Add oq, cq, and hy characters.
19486
19487 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19488
19489 * window.el (window-deletable-p): Make sure window is live before
19490 invoking window-prev-buffers.
19491
19492 2011-09-08 Leo Liu <sdl.web@gmail.com>
19493
19494 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19495
19496 2011-09-08 Juri Linkov <juri@jurta.org>
19497
19498 * progmodes/compile.el (compilation-environment): Make it
19499 a defcustom (bug#8340).
19500
19501 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19502
19503 * window.el (frame-auto-delete): Rename to window-auto-delete.
19504 Make it control auto-deletion of windows and/or frames.
19505 (window-deletable-p): New argument FORCE. Rewrite conditions
19506 for deleting window/frame. (Bug#9419)
19507 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19508 Rewrite handling of case when window/frame can be deleted.
19509 (delete-windows-on): Call window-deletable-p with new FORCE
19510 argument t. (Bug#9456)
19511
19512 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19513
19514 * help-mode.el (help-mode): Restore autoload.
19515
19516 2011-09-07 Juri Linkov <juri@jurta.org>
19517
19518 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19519 `compilation-environment'. Set buffer-local
19520 `compilation-environment' to `thisenv' later after (funcall mode).
19521 (Bug#8340)
19522
19523 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19524 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19525 instead of replacing its value. (Bug#8340)
19526
19527 2011-09-07 Juri Linkov <juri@jurta.org>
19528
19529 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19530 based on text properties put by `grep-filter' instead of matching
19531 escape sequences.
19532 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19533 to the value of `grep-error-screen-columns' (bug#9438).
19534
19535 2011-09-07 Juri Linkov <juri@jurta.org>
19536
19537 * simple.el (next-error-highlight, next-error-highlight-no-select):
19538 Doc fix (bug#9432).
19539
19540 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19541
19542 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19543 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19544
19545 2011-09-07 Leo Liu <sdl.web@gmail.com>
19546
19547 * net/rcirc.el (rcirc-mode): Conditionally initialize
19548 rcirc-input-ring.
19549
19550 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19551
19552 * emacs-lisp/find-func.el (find-function-C-source): Only set
19553 find-function-C-source-directory after checking that we found a source
19554 file there (bug#9440).
19555
19556 2011-09-06 Alan Mackenzie <acm@muc.de>
19557
19558 * isearch.el (isearch-other-meta-char): Wherever a key list is
19559 unread, "unread" the prefix arg, too. This fixes bug #8901.
19560
19561 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19562
19563 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19564
19565 2011-09-05 Juri Linkov <juri@jurta.org>
19566
19567 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19568
19569 2011-09-05 Juri Linkov <juri@jurta.org>
19570
19571 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19572 keeping point where processing of grep matches begins, and
19573 continue to delete remaining escape sequences from the same point.
19574 (grep-filter): Make leading zero optional in "0?1;31m" because
19575 git-grep emits "\033[1;31m" escape sequences unlike expected
19576 "\033[01;31m" as GNU Grep does (bug#9408).
19577 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19578
19579 2011-09-05 Juri Linkov <juri@jurta.org>
19580
19581 * subr.el (y-or-n-p): Capitalize "yes".
19582
19583 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19584
19585 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19586 `tramp-cache-unload-hook' where appropriate.
19587 (tramp-methods): Rename `tramp-remote-sh' to
19588 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19589 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19590
19591 * net/tramp-sh.el (top): Don't require 'shell.
19592 (tramp-methods): Add `tramp-remote-shell' and
19593 `tramp-remote-shell-args' entries.
19594 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19595 (tramp-sh-handle-shell-command): Remove.
19596 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19597 Use `tramp-remote-shell'.
19598
19599 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19600
19601 * mail/sendmail.el (sendmail-query-once-function): Delete.
19602 (sendmail-query-once): Save directly to send-mail-function.
19603 Update message-send-mail-function too.
19604
19605 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19606
19607 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19608
19609 * progmodes/python.el (python-mode-map): Use correct function to
19610 start python interpreter from menu-bar (as reported by Geert
19611 Kloosterman).
19612 (inferior-python-mode-map): Fix typo.
19613 (python-shell-map): Remove.
19614
19615 2011-09-03 Deniz Dogan <deniz@dogan.se>
19616
19617 * net/rcirc.el (rcirc-print): Simplify code for
19618 rcirc-scroll-show-maximum-output. There is no need to walk
19619 through all windows to find the right one.
19620
19621 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19622
19623 * help.el (help-return-method): Doc fix.
19624
19625 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19626
19627 * window.el (window-deletable-p): Don't return a non-nil value
19628 when there's a buffer that was shown in the window before.
19629 (Bug#9419)
19630 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19631 Set window's previous buffers to nil.
19632
19633 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19634
19635 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19636 newline before and after the tag line, so it doesn't interfere
19637 with determining the paragraph direction of bidirectional text.
19638
19639 2011-09-03 Leo Liu <sdl.web@gmail.com>
19640
19641 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19642
19643 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19644
19645 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19646 (pop-to-buffer): Change interactive spec. Pass second argument
19647 directly to display-buffer.
19648 (display-buffer): Fix interactive spec. Use functionp to
19649 distinguish between a function and a list of functions.
19650
19651 * abbrev.el (edit-abbrevs):
19652 * arc-mode.el (archive-extract):
19653 * autoinsert.el (auto-insert):
19654 * bookmark.el (bookmark-bmenu-list):
19655 * files.el (find-file):
19656 * view.el (view-buffer):
19657 * progmodes/compile.el (compilation-goto-locus):
19658 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19659
19660 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19661
19662 * window.el (display-buffer-alist): Doc fix.
19663 (display-buffer): Add docstring. Don't treat
19664 display-buffer-default specially.
19665 (display-buffer-reuse-selected-window)
19666 (display-buffer-same-window, display-buffer-maybe-same-window)
19667 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19668 (display-buffer-pop-up-window)
19669 (display-buffer-reuse-or-pop-window)
19670 (display-buffer-use-some-window): New functions.
19671 (display-buffer-default-action): Use them.
19672 (display-buffer-default): Delete.
19673 (pop-to-buffer-1): Fix choice of actions.
19674
19675 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * minibuffer.el (completion--insert-strings): Don't get confused by
19678 completion entries that end with an LF char.
19679
19680 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19681
19682 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19683
19684 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19685
19686 * window.el (display-buffer): Restore interactive spec.
19687 (display-buffer-same-window, display-buffer-other-window):
19688 New functions.
19689 (pop-to-buffer-1): New function. Use the above.
19690 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19691 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19692
19693 * view.el (view-buffer-other-window, view-buffer-other-frame):
19694 Just use pop-to-buffer.
19695
19696 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19697
19698 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19699
19700 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19701
19702 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19703
19704 2011-08-31 Richard Stallman <rms@gnu.org>
19705
19706 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19707 of the separation of rmail-view-buffer from rmail-buffer.
19708 If you say no to "replace original", the decrypt is in the
19709 view buffer. If you say yes, the decrypt goes into the
19710 rmail buffer also.
19711
19712 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19713
19714 * window.el (display-buffer-window): Rewrite doc-string.
19715 (display-buffer-record-window): New function.
19716 (display-buffer-macro-specifiers)
19717 (display-buffer-even-window-sizes, display-buffer-set-height)
19718 (display-buffer-set-width, display-buffer-in-window)
19719 (display-buffer-reuse-window, display-buffer-split-specifiers)
19720 (display-buffer-side-specifiers, display-buffer-split-window-1)
19721 (display-buffer-split-window, display-buffer-split-atom-window)
19722 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19723 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19724 (display-buffer-other-window-means-other-frame)
19725 (display-buffer-normalize-special)
19726 (display-buffer-normalize-default)
19727 (display-buffer-normalize-argument)
19728 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19729 (display-buffer-normalize-specifiers, display-buffer-frame)
19730 (display-buffer-same-window, display-buffer-same-frame)
19731 (display-buffer-other-window)
19732 (display-buffer-same-frame-other-window)
19733 (display-buffer-other-frame, pop-to-buffer-same-window)
19734 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19735 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19736 (switch-to-buffer-same-frame)
19737 (switch-to-buffer-other-window-same-frame)
19738 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19739 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19740 (display-buffer-alist-set): Remove.
19741 (display-buffer-function, special-display-buffer-names)
19742 (special-display-regexps, special-display-function):
19743 In doc-string refer to display-buffer-window and quit-restore
19744 parameter.
19745 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19746 (special-display-frame-alist, special-display-popup-frame)
19747 (same-window-buffer-names, same-window-regexps, same-window-p)
19748 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19749 (split-window-preferred-function, split-height-threshold)
19750 (split-width-threshold, window-splittable-p)
19751 (split-window-sensibly, window--try-to-split-window)
19752 (window--frame-usable-p, even-window-heights)
19753 (window--even-window-heights, window--display-buffer-1)
19754 (window--display-buffer-2, display-buffer-other-frame):
19755 Restore old Emacs 23 code, order and doc-strings where applicable.
19756 (display-buffer-default, display-buffer-assq-regexp): New functions.
19757 (display-buffer-alist): Rewrite doc-string.
19758 (display-buffer-default-action)
19759 (display-buffer-overriding-action): New variables.
19760 (display-buffer, switch-to-buffer): Rewrite.
19761 (pop-to-buffer): Restore Emacs 23 behavior but use
19762 window-normalize-buffer-to-display.
19763 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19764 Restore Emacs 23 behavior but use
19765 window-normalize-buffer-to-switch-to.
19766 (pop-to-buffer-same-window): Rewrite.
19767 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19768 Rewrite using Emacs 23 options.
19769
19770 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19771
19772 * net/tramp.el (tramp-root-regexp): Remove.
19773 (tramp-completion-file-name-regexp-unified)
19774 (tramp-completion-file-name-regexp-separate)
19775 (tramp-completion-file-name-regexp-url): Don't use leading volume
19776 letter on w32 systems. (Bug#5303, Bug#9311)
19777 (tramp-drop-volume-letter): Simplify definition.
19778 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19779
19780 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19781
19782 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19783 (bug#9356).
19784
19785 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19786
19787 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19788
19789 2011-08-29 Juri Linkov <juri@jurta.org>
19790
19791 * isearch.el (isearch-done): Don't display message "Mark saved"
19792 when arg `edit' is non-nil to prevent its flicker in the echo area.
19793
19794 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19795
19796 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19797 obsolete packages for deletion.
19798
19799 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19800
19801 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19802 (help-mode): Derive help-mode from special-mode. Don't invoke
19803 view-mode from help-mode.
19804 (help-xref-override-view-map): Remove.
19805 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19806 view-mode is not used anymore.
19807
19808 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19809
19810 * server.el (server-port): Doc fix.
19811
19812 * cus-theme.el (custom-theme-choose-mode): Inherit from
19813 special-mode (Bug#9124).
19814 (custom-theme-choose-mode-map): Add special-mode to parent.
19815
19816 2011-08-28 Alan Mackenzie <acm@muc.de>
19817
19818 * progmodes/cc-fonts.el
19819 (c-make-font-lock-BO-decl-search-function): New function.
19820 (c-basic-matchers-after - "Fontify the clauses after various
19821 keywords"): Extract the three keyword lists for the 3 erroneous
19822 constructs from the list of four, and use the new function above
19823 in place of an old one.
19824
19825 2011-08-28 Deniz Dogan <deniz@dogan.se>
19826
19827 * net/rcirc.el (rcirc-insert-prev-input)
19828 (rcirc-insert-next-input): Remove unused argument.
19829
19830 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19833
19834 2011-08-27 Alan Mackenzie <acm@muc.de>
19835
19836 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19837 handle function pointer parameters properly.
19838
19839 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19840
19841 * window.el (display-buffer-reuse-window): Fix case where
19842 selected window was reused with non-nil OTHER-WINDOW argument.
19843 (Bug#9381)
19844
19845 2011-08-27 Deniz Dogan <deniz@dogan.se>
19846
19847 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19848 oftc's NickServ messages.
19849
19850 2011-08-27 Glenn Morris <rgm@gnu.org>
19851
19852 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19853
19854 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19855
19856 * emacs-lisp/package.el (package-install): Call package-initialize
19857 if called interactively.
19858
19859 2011-08-26 Leo Liu <sdl.web@gmail.com>
19860
19861 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19862
19863 2011-08-25 Juri Linkov <juri@jurta.org>
19864
19865 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19866 `search-whitespace-regexp' (bug#9364).
19867
19868 2011-08-25 Juri Linkov <juri@jurta.org>
19869
19870 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19871 `regexp-search-ring' to their global values to protect from
19872 updating by `read-from-minibuffer' (bug#9185).
19873
19874 2011-08-25 Juri Linkov <juri@jurta.org>
19875
19876 * textmodes/ispell.el (ispell-command-loop): Add newline
19877 at the end of the "Use option `i'..." line.
19878
19879 2011-08-25 Juri Linkov <juri@jurta.org>
19880
19881 * battery.el (display-battery-mode): If `battery-status-function'
19882 or `battery-mode-line-format' is nil, display the message and set
19883 `display-battery-mode' to nil (bug#9363).
19884
19885 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19886
19887 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19888 bidi-string-mark-left-to-right; they are unnecessary now.
19889
19890 2011-08-25 Deniz Dogan <deniz@dogan.se>
19891
19892 * net/quickurl.el: Documentation typo fixes.
19893
19894 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19897
19898 2011-08-25 Glenn Morris <rgm@gnu.org>
19899
19900 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19901
19902 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19903 (smtpmail-via-smtp): Handle nil response from smtp.
19904
19905 2011-08-24 Juri Linkov <juri@jurta.org>
19906
19907 * proced.el (proced-marked): Inherit from `error' instead of
19908 `font-lock-warning-face'.
19909
19910 * ibuffer.el (ibuffer-marked-face): Change default face from
19911 `font-lock-warning-face' to `warning'.
19912 (ibuffer-deletion-face): Change default face from
19913 `font-lock-type-face' to `error'.
19914
19915 * battery.el (battery-update): Use the face `error' instead of
19916 `font-lock-warning-face' (bug#6117).
19917
19918 2011-08-24 Juri Linkov <juri@jurta.org>
19919
19920 * faces.el (success): Change face color from "Green3" to
19921 "ForestGreen" on light background (bug#9353).
19922
19923 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19924
19925 * window.el (quit-window): Rename from quit-restore-window.
19926 Use same arglist as old quit-window.
19927 (frame-auto-delete): Doc fix.
19928
19929 * view.el (view-mode-exit): Use quit-window.
19930
19931 2011-08-24 Juri Linkov <juri@jurta.org>
19932
19933 * isearch.el (isearch-ring-adjust1): Start visiting previous
19934 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19935 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19936 for empty search string (when the last search string is reused
19937 automatically) to adjust the isearch ring to the last element and
19938 prepare the correct index for further M-p commands (bug#9185).
19939
19940 2011-08-24 Kenichi Handa <handa@m17n.org>
19941
19942 * international/ucs-normalize.el: If decomposition property of
19943 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19944 nil.
19945 (nfd, nfkd): Likewise.
19946
19947 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19950 from process filters aren't reliably transmitted to the surrounding
19951 accept-process-output.
19952 (mpc-proc-check): New function.
19953 (mpc-proc-sync): Use it (bug#8293)
19954
19955 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19956
19957 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19958 Add compatibility functions (bug#9313).
19959
19960 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19961
19962 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19963
19964 * international/uni-bidi.el: Regenerate.
19965
19966 2011-08-23 Kenichi Handa <handa@m17n.org>
19967
19968 * international/charprop.el:
19969 * international/uni-bidi.el:
19970 * international/uni-category.el:
19971 * international/uni-combining.el:
19972 * international/uni-comment.el:
19973 * international/uni-decimal.el:
19974 * international/uni-decomposition.el:
19975 * international/uni-digit.el:
19976 * international/uni-lowercase.el:
19977 * international/uni-mirrored.el:
19978 * international/uni-name.el:
19979 * international/uni-numeric.el:
19980 * international/uni-old-name.el:
19981 * international/uni-titlecase.el:
19982 * international/uni-uppercase.el: Regenerate.
19983
19984 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19985
19986 * help.el (help-window-setup): Fix message displayed when other
19987 window is reused. (Bug#9341)
19988
19989 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19992 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19993
19994 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19995 Mark obsolete.
19996 * shell.el (shell-parse-pcomplete-arguments): New function.
19997 (shell-completion-vars): Use it instead (bug#9160).
19998
19999 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20000
20001 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20002 strings and comments (bug#9333).
20003
20004 * emacs-lisp/debug.el (debug-arglist): New function.
20005 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20006 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20007
20008 2011-08-22 Juri Linkov <juri@jurta.org>
20009
20010 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20011 Revert regexp that highlights output switches to its old
20012 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20013
20014 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20015 to check for empty output (bug#9226).
20016
20017 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20018
20019 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20020 symbol-constituent as the default, as that stops font-lock from
20021 working properly (Bug#8843).
20022
20023 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20024
20025 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20026 `coding-system-for-*' around the process open call to avoid
20027 auth-source side effects.
20028 (smtpmail-try-auth-methods): Expand the secret password.
20029 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20030 probe hangs.
20031
20032 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20033
20034 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20035
20036 * emacs-lisp/find-func.el (find-function-noselect): New arg
20037 lisp-only.
20038
20039 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20040 signal an error for built-in functions (Bug#6664).
20041
20042 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20043
20044 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20045 (smtpmail-try-auth-methods): Use it.
20046
20047 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20048
20049 * font-lock.el (font-lock-fontify-region)
20050 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20051 (font-lock-default-unfontify-buffer)
20052 (font-lock-default-fontify-region)
20053 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20054
20055 * progmodes/compile.el (compilation-error-properties):
20056 Fix confusion between file struct and message struct (Bug#9319).
20057 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20058 `ant' regexp.
20059
20060 * net/browse-url.el (browse-url-firefox): Don't call
20061 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20062
20063 2011-08-20 Glenn Morris <rgm@gnu.org>
20064
20065 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20066
20067 * tutorial.el (tutorial--default-keys): Update some default bindings.
20068
20069 * files.el (hack-local-variables): Fully ignore case for "mode:".
20070
20071 2011-08-20 Alan Mackenzie <acm@muc.de>
20072
20073 Resolve invalid use of a regexp in regexp-opt.
20074
20075 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20076 detection for a java annotation.
20077
20078 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20079 detection for a java annotation.
20080
20081 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20082 handling for java.
20083 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20084
20085 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20086
20087 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20088 (Bug#9274).
20089
20090 2011-08-20 Alan Mackenzie <acm@muc.de>
20091
20092 Fontify CPP expressions correctly when starting in the middle of
20093 such a construct. Mainly for when jit-lock etc. starts a chunk
20094 here.
20095
20096 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20097 variable.
20098 (c-make-font-lock-search-form): New function, extracted from
20099 c-make-font-lock-search-function.
20100 (c-make-font-lock-search-function): Use the above function.
20101 (c-make-font-lock-context-search-function): New function.
20102 (c-cpp-matchers): Enhance the preprocessor expression case with
20103 the above function
20104 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20105 which takes an expression.
20106
20107 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20108
20109 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20110
20111 * window.el (display-buffer-reuse-window)
20112 (display-buffer-pop-up-window): Don't reuse or split a side
20113 window.
20114
20115 2011-08-19 Glenn Morris <rgm@gnu.org>
20116
20117 * files.el (hack-local-variables-prop-line, hack-local-variables):
20118 Downcase "Mode:". (Bug#9331)
20119
20120 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20121
20122 * international/characters.el: Add L and R categories.
20123
20124 * subr.el (bidi-string-mark-left-to-right): Rename from
20125 string-mark-left-to-right. Use category search.
20126
20127 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20128
20129 2011-08-18 Juri Linkov <juri@jurta.org>
20130
20131 * faces.el (error, warning, success): New faces with definitions
20132 copied from old default values of `font-lock-warning-face',
20133 `compilation-warning', `compilation-info' (bug#6117).
20134
20135 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20136
20137 * progmodes/compile.el (compilation-error): Inherit from `error'.
20138 (compilation-warning): Inherit from `warning'.
20139 (compilation-info): Inherit from `success'.
20140
20141 * dired.el (dired-marked): Inherit from `warning'.
20142 (dired-flagged): Inherit from `error'.
20143
20144 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20145
20146 * mail/smtpmail.el (auth-source): Require to avoid problems with
20147 binding variables (bug#9298). Also clean up some unused
20148 autoloads.
20149
20150 * net/network-stream.el (network-stream-open-starttls):
20151 Support using starttls.el without using gnutls-cli.
20152
20153 2011-08-17 Juri Linkov <juri@jurta.org>
20154
20155 * progmodes/grep.el (rgrep): Handle the case when
20156 `grep-find-command' is a cons cell (bug#9278).
20157
20158 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20159
20160 * window.el (display-buffer-pop-up-frame): Run frame creation
20161 function with BUFFER current (as special-display-popup-frame
20162 does). Reported by Drew Adams.
20163
20164 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20165
20166 * epa-mail.el: Simplify GnuPG group expansion using
20167 epg-expand-group.
20168 (epa-mail-group-alist, epa-mail-group-modtime)
20169 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20170 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20171 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20172 Remove.
20173
20174 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20175
20176 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20177
20178 2011-08-16 Alan Mackenzie <acm@muc.de>
20179
20180 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20181 Correct, to avoid the inside of macros.
20182
20183 2011-08-16 Richard Stallman <rms@gnu.org>
20184
20185 * epa-mail.el: Handle GnuPG group definitions.
20186 (epa-mail-group-alist, epa-mail-group-modtime)
20187 (epa-mail-gnupg-conf-file): New variables.
20188 (epa-mail-parse-groups, epa-mail-sync-groups)
20189 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20190 (epa-mail-expand-recipients): New functions.
20191 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20192
20193 * mail/rmail.el (rmail-epa-decrypt): New command.
20194
20195 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20196 Don't bind buffer-read-only, just inhibit-read-only.
20197 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20198 (epa-decrypt-armor-in-region): Make error message clearer.
20199
20200 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20203 and "a2b" to "ab" for `prefix'.
20204
20205 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20206
20207 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20208 filter groups.
20209 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20210 Fourquet (Bug#8804).
20211
20212 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20213
20214 * startup.el (argi): Declare as global variable (bug#9275).
20215
20216 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20217
20218 * subr.el (string-mark-left-to-right): Search the entire string
20219 for RTL script, not just the terminating character. Doc fix.
20220
20221 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20224 New function.
20225 (js--regexp-literal, js-syntax-propertize-function): Remove.
20226 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20227 (js-mode-map): Don't rebind electric keys.
20228 (js-insert-and-indent): Remove.
20229 (js-mode): Setup electric-layout and electric-indent instead.
20230
20231 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20232
20233 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20234
20235 * epa.el (epa-progress-callback-function): Fix the logic of
20236 displaying progress.
20237 * epa-file.el (epa-file-insert-file-contents): Make progress
20238 display more user-friendly.
20239 (epa-file-write-region): Ditto.
20240
20241 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20242
20243 * subr.el (string-mark-left-to-right): New function.
20244
20245 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20246 Use string-mark-left-to-right.
20247 (list-buffers-noselect): Caller changed.
20248
20249 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20250 Use string-mark-left-to-right.
20251 (tabulated-list-print): Recenter after moving point.
20252
20253 2011-08-10 Juri Linkov <juri@jurta.org>
20254
20255 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20256 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20257 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20258
20259 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20260
20261 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20262 (Bug#7554).
20263
20264 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20265
20266 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20267 character. (Bug#6594)
20268
20269 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20270
20271 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20272 (image-dired--with-db-file): New macro.
20273 (image-dired-write-tags, image-dired-remove-tag)
20274 (image-dired-create-gallery-lists, image-dired-write-comments)
20275 (image-dired-get-comment, image-dired-mark-tagged-files)
20276 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20277 (image-dired-gallery-generate): Use insert-file-contents.
20278
20279 * time.el (display-time-world-list, display-time-world-display):
20280 * time-stamp.el (time-stamp-string):
20281 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20282 set-time-zone-rule (Bug#7337).
20283
20284 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20285
20286 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20287 (epg-error-to-string, epg-errors-to-string): New function.
20288 (epg-wait-for-completion): Reverse errors list.
20289 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20290 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20291 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20292 (epg-sign-keys, epg-generate-key-from-file)
20293 (epg-generate-key-from-string): Format errors by using
20294 epg-errors-to-string (bug#9255).
20295 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20296
20297 2011-08-07 Juri Linkov <juri@jurta.org>
20298
20299 * faces.el (list-faces-display): Remove extra angle bracket
20300 from `help-mode-map'.
20301
20302 * info.el (Info-history-toc-nodes): Doc fix.
20303
20304 * longlines.el (longlines-mode): Doc fix.
20305
20306 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20309 of statements and in a few more cases (bug#9183).
20310
20311 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20312 New functions.
20313 (cl-transform-lambda): Use them (bug#9239).
20314
20315 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20316
20317 * window.el (display-buffer-same-window)
20318 (display-buffer-same-frame, display-buffer-other-window)
20319 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20320 (pop-to-buffer-other-window)
20321 (pop-to-buffer-same-frame-other-window)
20322 (pop-to-buffer-other-frame): Make them defuns.
20323 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20324
20325 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * subr.el (make-composed-keymap): Move from C. Change calling
20328 convention, and improve docstring to bring attention to a subtle point.
20329 * minibuffer.el (completing-read-default): Adjust accordingly.
20330
20331 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20332
20333 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20334 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20335
20336 * net/trampver.el: Update release number.
20337
20338 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20341 "in" (bug#9190).
20342
20343 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20344
20345 * mail/sendmail.el (sendmail-query-once): Restore the current
20346 buffer after querying (bug#9074).
20347
20348 * dired.el (dired-flagged): Use different faces for marked and
20349 flagged files (bug#6117).
20350
20351 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20352 (bug#4433).
20353
20354 * ido.el (ido-mode): Switch off the message if called
20355 non-interactively.
20356
20357 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20358 before 587, since it appears that that's more likely to work for
20359 more people.
20360
20361 * cus-edit.el (custom-file): When running under emacs -q, always
20362 refuse to save the customizations, even if the .emacs file doesn't
20363 exist.
20364
20365 * info.el: Remove the `Info-beginning-of-buffer' function
20366 (bug#8325).
20367
20368 * net/network-stream.el (network-stream-open-starttls):
20369 Use `starttls-available-p' to see whether starttls.el can be used.
20370
20371 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20372
20373 * window.el (display-buffer-in-window): Don't set dedicated status
20374 of window here (Bug#9215).
20375 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20376 (display-buffer-pop-up-side-window)
20377 (display-buffer-in-side-window): Set dedicated status of window here.
20378
20379 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20382 before binding generated-autoload-file.
20383
20384 2011-08-01 Deniz Dogan <deniz@dogan.se>
20385
20386 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20387
20388 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20389
20390 Sync with Tramp 2.2.2.
20391
20392 * net/trampver.el: Update release number.
20393
20394 2011-07-30 Juri Linkov <juri@jurta.org>
20395
20396 * dired-aux.el (dired-touch-initial): Remove function.
20397 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20398 current time, and `default' to the last modification time of the
20399 current marked file (bug#6887).
20400
20401 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20402
20403 * simple.el (goto-line): Use string-to-number to provide a
20404 numeric argument to read-number (bug#9163).
20405
20406 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20407
20408 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20409 connection process, it could be nil.
20410
20411 2011-07-27 Leo Liu <sdl.web@gmail.com>
20412
20413 Simplify url handling in rcirc-mode.
20414
20415 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20416 (rcirc-browse-url-at-mouse): Remove.
20417 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20418
20419 2011-07-26 Alan Mackenzie <acm@muc.de>
20420
20421 Fontify bitfield declarations properly.
20422
20423 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20424 (c-symbol-chars): Now exported as a lang variable.
20425 (c-not-primitive-type-keywords): New lang variable.
20426
20427 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20428 QT keyword "more" to prevent "more slots: ...." being spuriously
20429 parsed as a bitfield declaration.
20430
20431 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20432 Refactor and enhance to handle bitfield declarations.
20433 (c-punctuation-in): New function.
20434 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20435 declarations properly.
20436
20437 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20438
20439 * calendar/icalendar.el (icalendar--all-events): Take care of
20440 multiple vcalendars in a single file.
20441 (icalendar--convert-float-to-ical): Checkdoc fixes.
20442
20443 2011-07-25 Deniz Dogan <deniz@dogan.se>
20444
20445 * image.el (insert-image): Clarifying docstring.
20446
20447 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20448
20449 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20450 `tramp-send-command-and-check' if there is no error.
20451 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20452
20453 2011-07-22 Alan Mackenzie <acm@muc.de>
20454
20455 Prevent cc-langs.elc being loaded at run time.
20456
20457 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20458 cc-langs.
20459
20460 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20461 "(require 'cc-langs)". Quote a form so it will evaluate at
20462 (cc-mode's) compilation time.
20463
20464 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20465
20466 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20467 loading. (Bug#9114)
20468
20469 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20470
20471 * window.el (display-buffer-pop-up-window)
20472 (display-buffer-pop-up-side-window)
20473 (display-buffer-in-side-window): Call display-buffer-set-height
20474 and display-buffer-set-width after setting the new window's
20475 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20476
20477 2011-07-20 Sam Steingold <sds@gnu.org>
20478
20479 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20480 (etags-tags-included-tables): Call `convert-standard-filename' on
20481 the file names contained in TAGS so that windows Emacs can handle
20482 TAGS files created by cygwin ctags.
20483
20484 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20485
20486 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20487 which apparently didn't work.
20488
20489 2011-07-19 Roland Winkler <winkler@gnu.org>
20490
20491 * proced.el (proced-send-signal): For *Marked Processes* buffer
20492 put point at beginning of buffer.
20493
20494 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20495
20496 * proced.el (proced-format): Make header lines align with the text
20497 (bug#1779).
20498
20499 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20500
20501 * view.el (view-buffer): Allow running in `special' modes if we're
20502 visiting a file (bug#8615).
20503
20504 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20505
20506 * window.el (display-buffer-alist-of-strings-p)
20507 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20508 New functions.
20509 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20510 more accurately.
20511
20512 2011-07-18 Alan Mackenzie <acm@muc.de>
20513
20514 Fontify declarators properly when, e.g., a jit-lock chunk begins
20515 inside a declaration.
20516
20517 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20518
20519 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20520 New function.
20521 (c-complex-decl-matchers): Insert reference to
20522 c-font-lock-enclosing-decls.
20523
20524 * progmodes/cc-engine.el (c-backward-single-comment):
20525 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20526 to nil around calls to (forward-comment -1).
20527
20528 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20529
20530 * image.el (put-image): Doc typo fix.
20531
20532 * progmodes/etags.el (tags-search): Doc typo fix.
20533
20534 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20535 password if we get errors 550 to 554.
20536
20537 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20538
20539 * net/gnutls.el (gnutls-log-level): Remove.
20540
20541 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20542 indentation character (bug#6380).
20543
20544 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20545
20546 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20547 to clarify what the problem is (bug#4291).
20548
20549 * simple.el (current-kill): Clarify what
20550 `interprogram-paste-function' does (bug#7500).
20551 (auto-fill-mode): Document `auto-fill-function' in relation to
20552 `auto-fill-mode' (bug#2470).
20553
20554 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20555
20556 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20557 method if slot is read-only (bug#9035).
20558
20559 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20560
20561 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20562 * window.el (pop-to-buffer): Select window used even if it was
20563 selected before, see discussion of (Bug#8615), (Bug#6954).
20564 Pass argument NORECORD on to select-frame-set-input-focus.
20565
20566 2011-07-15 Glenn Morris <rgm@gnu.org>
20567
20568 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20569 Respect help-form.
20570
20571 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20572
20573 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20574 (gnutls-negotiate): Use it.
20575
20576 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20577
20578 * net/gnutls.el (gnutls-negotiate):
20579 Upcase `gnutls-algorithm-priority'.
20580
20581 2011-07-15 Glenn Morris <rgm@gnu.org>
20582
20583 * jka-compr.el (jka-compr-verbose): Move from here...
20584 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20585 Add missing :version tag.
20586 * info.el: No need to require jka-compr when compiling.
20587
20588 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20589
20590 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20591 (gnutls-negotiate): Use it.
20592
20593 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20594
20595 * info.el (Info-beginning-of-buffer): New command.
20596 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20597 announcing `b' as the key (bug#8325).
20598 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20599
20600 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20601
20602 * international/mule-cmds.el
20603 (describe-specified-language-support): Make the error message
20604 clearer (bug#8905).
20605
20606 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20607
20608 * isearch.el (isearch-barrier): Add a doc string, since it's
20609 mentioned in a function doc string (bug#8678).
20610
20611 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20612
20613 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20614 buffer argument (Bug#9083) and self-identifying label argument.
20615
20616 2011-07-15 Glenn Morris <rgm@gnu.org>
20617
20618 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20619
20620 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20621
20622 * man.el (Man-fontify-manpage): Fix message when formatting the
20623 man page (bug#7929).
20624
20625 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20626
20627 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20628 argument LRM; if non-nil, append an invisible LRM character to the
20629 buffer name.
20630 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20631 last argument non-nil, when formatting buffer names.
20632 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20633 paragraph direction.
20634
20635 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20636
20637 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20638 the man page name (bug#7929).
20639
20640 * image.el (put-image): Mention the `put-image' overlay property
20641 (bug#7834).
20642
20643 * scroll-bar.el (set-scroll-bar-mode): Mention that
20644 `scroll-bar-mode' lists the values (bug#7772).
20645
20646 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20647 command (bug#7729).
20648
20649 * rect.el (apply-on-rectangle): Return the point after the last
20650 operation.
20651 (string-rectangle): Go to the point after the last operation
20652 (bug#7522).
20653
20654 * printing.el (pr-toggle-region): Clarify the documentation
20655 slightly (bug#7493).
20656
20657 * time.el (display-time-update):
20658 Allow `display-time-mail-function' to return nil (bug#7158).
20659 Fix suggested by Detlev Zundel.
20660
20661 * vc/diff.el (diff): Clarify the order the file names are read
20662 (bug#7111).
20663
20664 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20665 the doc string (bug#7015).
20666
20667 * font-lock.el (font-lock-maximum-decoration): Mention what
20668 numeric levels mean (bug#6935).
20669
20670 * startup.el (initial-buffer-choice): Don't mention the `none'
20671 selection, which is against policy.
20672
20673 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20674
20675 * window.el (display-buffer-normalize-special):
20676 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20677
20678 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20679
20680 * subr.el (version<, version<=, version=): Mention "-CVS" and
20681 "-12345" alpha version numbers.
20682
20683 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20684
20685 * bindings.el: Add advertised binding for set-mark-command
20686 (Bug#5772).
20687
20688 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20689
20690 * bindings.el (mode-line-other-buffer):
20691 * bookmark.el (bookmark-bmenu-2-window):
20692 * bs.el (bs-cycle-next, bs-cycle-previous):
20693 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20694 switch-to-buffer.
20695
20696 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20697 Delete.
20698
20699 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20700
20701 * follow.el (follow-debug-message, follow-redisplay):
20702 * jka-cmpr-hook.el (with-auto-compression-mode):
20703 Fix typos in docstrings.
20704
20705 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20706
20707 * subr.el (with-silent-modifications): Clarify somewhat what the
20708 macro inhibits (bug#6525).
20709
20710 * simple.el (eval-expression): Note what it does if called
20711 interactively (bug#6495).
20712
20713 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20714
20715 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20716 Use pop-to-buffer buffer-or-name if it is nil.
20717
20718 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20719 Remove switch-to-buffer.
20720
20721 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20722
20723 * files.el (make-directory): Clarify that an error will be raised
20724 if there's an error (bug#6397).
20725
20726 * startup.el (initial-buffer-choice): Add `none' as a choice
20727 (bug#6234).
20728
20729 * subr.el (add-hook): Clarify section about buffer-local hooks
20730 (bug#6218).
20731
20732 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20733
20734 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20735
20736 * tabify.el (untabify): Preserve the current column so that point
20737 doesn't move (bug#6032).
20738
20739 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20740
20741 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20742 Rewrite to avoid awkward possessive "s" (bug#5986).
20743
20744 2011-07-13 Glenn Morris <rgm@gnu.org>
20745
20746 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20747 (dired-insert-directory): Give a message the first time
20748 if ls is found not to support --dired.
20749
20750 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20751
20752 * simple.el (toggle-truncate-lines): Clarify what is toggled
20753 (bug#5580). Text by Drew Adams.
20754
20755 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20756
20757 * simple.el (blink-matching-open): Make the error message from the
20758 last change less verbose.
20759
20760 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20761
20762 * font-lock.el (font-lock-comment-face): Use the high contrast
20763 "yellow" color for font-lock-comment-face on low color terminals
20764 using a dark background color (bug#4221).
20765
20766 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20767
20768 * dired.el (dired-insert-set-properties): Make the doc string
20769 reflect what it does now (bug#5325).
20770
20771 * simple.el (blink-matching-open): Say that we were unable to find
20772 the match within the limit, if we're limited (bug#5122).
20773
20774 * international/mule-cmds.el (prefer-coding-system): Add an
20775 example (bug#4869).
20776
20777 * progmodes/etags.el (tags-search): Document `file-list-form'
20778 (bug#4731).
20779
20780 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20781
20782 * net/browse-url.el (browse-url-default-browser)
20783 (browse-url-browser-function): Make the default browser choice a
20784 bit more logical (bug#4300). Also clean up the doc string.
20785
20786 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20787
20788 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20789 binary endings (bug#4440).
20790
20791 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20792
20793 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20794 which can be pretty annoying (bug#8971).
20795
20796 * jka-compr.el (jka-compr-verbose): New variable, and use
20797 throughout (bug#8971).
20798
20799 * info.el (Info-find-file): Fall back on the installation
20800 directory if we can't find the info node anywhere else.
20801
20802 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20803
20804 * vc/vc.el (vc-revert-file):
20805 Don't set file time-stamp in the past. (Bug#5181)
20806
20807 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20808
20809 * files.el (after-find-file): Give a better error message when
20810 trying to find a symlink that points to a file that doesn't exist
20811 (bug#4398).
20812
20813 * progmodes/cc-vars.el: Remove (probably) misleading comment
20814 (bug#4396).
20815
20816 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20817
20818 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20819
20820 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20821
20822 * mouse-sel.el: Hack restoring functionality, while keeping
20823 compatibility with 2010-07-03 changes to mouse selection.
20824 (mouse-sel-primary-overlay): New var.
20825 (mouse-sel-selection-alist): Use it.
20826 (mouse-sel-mode): Doc fix; remove points that are default features
20827 of mouse.el.
20828
20829 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20830
20831 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20832 Fix previous fix (bug#2490).
20833
20834 2011-07-12 Roland Winkler <winkler@gnu.org>
20835
20836 * textmodes/bibtex.el (bibtex-initialize):
20837 Use pop-to-buffer-same-window.
20838 (bibtex-search-entries): Fix interactive call.
20839
20840 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20841
20842 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20843 Fontise bytecomp Error lines more correctly (bug#2490).
20844 Fix suggested by Johan Bockgård.
20845
20846 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20847
20848 * dired-x.el (dired-guess-default): Use `delete-dups'.
20849
20850 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20851
20852 * dired.el (dired-mark-prompt):
20853 * dired-aux.el (dired-read-shell-command): Doc fix.
20854
20855 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20856
20857 * mail/sendmail.el (sendmail-query-once):
20858 Use `customize-save-variable' unconditionally, now that it works under
20859 emacs -Q.
20860
20861 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20862
20863 * cus-edit.el (custom-file): Take an optional no-error variable.
20864 (customize-save-variable): Set the variable, and give a warning if
20865 running under "emacs -q".
20866
20867 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20868
20869 * loadhist.el (unload-feature-special-hooks):
20870 Add `auto-coding-functions', `fill-nobreak-predicate' and
20871 `find-directory-functions' (bug#5327).
20872
20873 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20874
20875 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20876
20877 * cus-edit.el (custom-guess-name-alist): -alist variables should
20878 use the `alist' type (bug#3120). Suggested by Drew Adams.
20879
20880 * printing.el: Add documentation to all the `pr-toggle-' commands.
20881
20882 2011-07-11 Leo Liu <sdl.web@gmail.com>
20883
20884 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20885 backends where it makes sense (bug#2623).
20886
20887 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20888
20889 * dired-x.el (dired-guess-default): Remove duplicate shell command
20890 entries (bug#2028).
20891 (dired-guess-default): Fix grammar in doc string (bug#2028).
20892 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20893
20894 * subr.el (remove-duplicates): New conveniency function.
20895
20896 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20897
20898 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20899 (bug#1526).
20900
20901 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20902
20903 * window.el (display-buffer-normalize-default): Don't invert
20904 meaning of even-window-heights. Reported by Eli Zaretskii
20905 <eliz@gnu.org>.
20906
20907 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20908
20909 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20910
20911 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20912
20913 * window.el (display-buffer): Fix arguments to
20914 display-buffer-reuse-window in last change.
20915
20916 * faces.el (link): Use a less saturated blue on light backgrounds.
20917
20918 * startup.el (fancy-startup-text, fancy-about-text)
20919 (fancy-startup-tail): Use font-lock faces, for background safety.
20920
20921 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20922
20923 * emulation/viper-cmd.el (viper-change-state-to-vi):
20924 Limit triggering of abbrev expansion (Bug#9038).
20925
20926 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20927
20928 * window.el (display-buffer-default-specifiers): Remove.
20929 (display-buffer-macro-specifiers): Remove default specifiers.
20930 (display-buffer-alist): Default to nil.
20931 (display-buffer-reuse-window): New optional argument other-window.
20932 (display-buffer-pop-up-window): Allow splitting internal
20933 windows. Check whether a live window was created.
20934 (display-buffer-other-window-means-other-frame)
20935 (display-buffer-normalize-arguments): Rename to
20936 display-buffer-normalize-argument and rewrite. Set the
20937 other-window specifier.
20938 (display-buffer-normalize-special): New function.
20939 (display-buffer-normalize-options): Rename to
20940 display-buffer-normalize-default and rewrite.
20941 (display-buffer-normalize-options-inhibit): Remove.
20942 (display-buffer-normalize-specifiers): Rewrite.
20943 (display-buffer): Process other-window specifier and call
20944 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20945 more faithfully.
20946 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20947 (display-buffer-alist-set): Don't handle 'unset default values.
20948 (display-buffer-in-window, display-buffer-alist-set):
20949 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20950 <tassilo@member.fsf.org>.
20951
20952 2011-07-09 Leo Liu <sdl.web@gmail.com>
20953
20954 * register.el (insert-register): Restore accidental change on
20955 2011-06-26. (Bug#9028)
20956
20957 2011-07-09 Glenn Morris <rgm@gnu.org>
20958
20959 * subr.el (remq): Handle the empty list. (Bug#9024)
20960
20961 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20962
20963 * mail/sendmail.el (send-mail-function): No longer delay custom
20964 initialization.
20965 * custom.el (custom-initialize-delay): Doc fix.
20966
20967 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20970
20971 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20972
20973 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20974 human-friendly prompt.
20975
20976 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20977
20978 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20979 provided by a particular plugin.
20980
20981 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20982
20983 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20984 save customizations (with "emacs -Q"), just set the variable
20985 instead of erroring out.
20986
20987 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20988
20989 2011-07-08 Juri Linkov <juri@jurta.org>
20990
20991 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20992 (archive-zip-update-case): Use 7z if found by `executable-find'.
20993 The order of searching the available programs is the same as in
20994 `archive-zip-extract' (bug#8968).
20995
20996 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20997
20998 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20999 (menu-bar-options-menu): Tweak descriptions.
21000
21001 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21002
21003 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21004 menu items into verb phrases (bug#1421). Also refill to fit under
21005 80 columns.
21006
21007 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21008
21009 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21010 (Info-read-node-name): Doc fix (Bug#1084).
21011
21012 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21013 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21014 (end-of-sexp, beginning-of-sexp)
21015 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21016 (forward-symbol, forward-same-syntax, word-at-point)
21017 (sentence-at-point): Doc fix (Bug#1144).
21018
21019 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21020
21021 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21022 should cover it (bug#1281).
21023
21024 * cus-edit.el (custom-show): Mark as obsolete.
21025
21026 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21027 negotiation fails, then possibly try again with a non-encrypted
21028 connection (bug#9017).
21029
21030 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21031 be used.
21032
21033 2011-07-07 Richard Stallman <rms@gnu.org>
21034
21035 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21036 property, and handle its changed format.
21037 Look for the correct line number.
21038 Use file's line contents (but not past first =) to find
21039 correct line in message.
21040
21041 2011-07-07 Kenichi Handa <handa@m17n.org>
21042
21043 * international/characters.el (build-unicode-category-table):
21044 Delete it.
21045 (unicode-category-table): Set it by unicode-property-table-internal.
21046
21047 * international/mule-cmds.el (char-code-property-alist): Move to
21048 to src/chartab.c.
21049 (get-char-code-property): Call unicode-property-table-internal to
21050 load a file. Call get-unicode-property-internal where necessary.
21051 (put-char-code-property): Call unicode-property-table-internal to
21052 load a file. Call put-unicode-property-internal where necessary.
21053 put-unicode-property-internal where necessary.
21054 (char-code-property-description):
21055 Call unicode-property-table-internal to load a file.
21056
21057 * international/charprop.el:
21058 * international/uni-bidi.el:
21059 * international/uni-category.el:
21060 * international/uni-combining.el:
21061 * international/uni-comment.el:
21062 * international/uni-decimal.el:
21063 * international/uni-decomposition.el:
21064 * international/uni-digit.el:
21065 * international/uni-lowercase.el:
21066 * international/uni-mirrored.el:
21067 * international/uni-name.el:
21068 * international/uni-numeric.el:
21069 * international/uni-old-name.el:
21070 * international/uni-titlecase.el:
21071 * international/uni-uppercase.el: Regenerate.
21072
21073 * loadup.el: Load international/charprop.el before
21074 international/characters.
21075
21076 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21077
21078 * window.el (next-buffer, previous-buffer): Signal an error if
21079 called from a minibuffer window.
21080
21081 * bindings.el: Revert 2011-07-04 change.
21082
21083 2011-07-06 Richard Stallman <rms@gnu.org>
21084
21085 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21086 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21087 Treat markers like ints.
21088 (rmail-mime-entity): Doc fix.
21089
21090 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21091
21092 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21093 defcustom again for backwards compatibility.
21094
21095 * simple.el (shell-command-on-region): Fill.
21096
21097 * dired-aux.el (dired-kill-line): Add a doc string.
21098
21099 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21100 to "\\sw\\|\\s_" (bug#358).
21101
21102 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21103 (dired-unmark-backward): Ditto.
21104 (dired-flag-backup-files): Ditto.
21105
21106 * dired-x.el (dired-mark-sexp): Ditto.
21107
21108 2011-07-06 Richard Stallman <rms@gnu.org>
21109
21110 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21111 (rmail-mime-entity): New arg TRUNCATED.
21112 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21113 New functions.
21114 (rmail-mime-save): Warn if entity is truncated.
21115 (rmail-mime-toggle-hidden): Likewise, for showing.
21116 (rmail-mime-process-multipart): Record when an entity is truncated.
21117
21118 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21119 if ENTITY is a string.
21120
21121 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21122
21123 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21124 of faces when `M-C-x'-ing their definitions (bug#8378).
21125 Also clean up the code slightly.
21126
21127 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21128 because that makes the colors go away.
21129
21130 * mail/sendmail.el (send-mail-function): Change the default to
21131 `sendmail-query-once'.
21132 (sendmail-query-once): Add an autoload cookie.
21133
21134 * net/network-stream.el (network-stream-open-starttls): Try using
21135 a plain connection even if the server offered STARTTLS, and we
21136 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21137 capability. This should make smtpmail.el work in slightly more
21138 configurations.
21139
21140 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21141
21142 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21143 New defun.
21144 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21145
21146 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21147
21148 * progmodes/sql.el: Version 3.0
21149 (sql-product-alist): Add product :completion-object,
21150 :completion-column, and :statement attributes.
21151 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21152 (sql-mode-syntax-table): Mark all punctuation.
21153 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21154 ansi keywords.
21155 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21156 (sql-mode-oracle-font-lock-keywords): Improve.
21157 (sql-oracle-show-reserved-words): New function for development.
21158 (sql-product-font-lock): Simplify for source code buffers.
21159 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21160 New functions.
21161 (sql-highlight-product): Set product specific syntax table.
21162 (sql-mode-map): Add statement movement functions.
21163 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21164 New variable.
21165 (sql-statement-regexp, sql-beginning-of-statement)
21166 (sql-end-of-statement, sql-signum): New functions.
21167 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21168 (sql-show-sqli-buffer): Bug fix.
21169 (sql-interactive-mode): Store connection data as buffer local.
21170 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21171 with sql-interactive-mode.
21172 (sql-save-connection): Save buffer local settings.
21173 (sql-connection-menu-filter): Change menu entry name.
21174 (sql-product-interactive): Bug fix.
21175 (sql-preoutput-hold): New variable.
21176 (sql-interactive-remove-continuation-prompt): Bug fixes.
21177 (sql-debug-redirect): New variable.
21178 (sql-str-literal): New function.
21179 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21180 Redesign.
21181 (sql-oracle-save-settings, sql-oracle-restore-settings)
21182 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21183 (sql-completion-object, sql-completion-column)
21184 (sql-completion-sqlbuf): New variables.
21185 (sql-build-completions-1, sql-build-completions)
21186 (sql-try-completion): New functions.
21187 (sql-read-table-name): Use them.
21188 (sql-contains-names): New buffer local variable.
21189 (sql-list-all, sql-list-table): Use it.
21190 (sql-oracle-completion-types): New variable.
21191 (sql-oracle-completion-object, sql-sqlite-completion-object)
21192 (sql-postgres-completion-object): New functions.
21193
21194 2011-07-06 Glenn Morris <rgm@gnu.org>
21195
21196 * window.el (pop-to-buffer): Doc fix.
21197
21198 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21199
21200 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21201
21202 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21203
21204 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21205
21206 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21207
21208 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21209
21210 * button.el (button): Inherit from link face. Suggested by Dan
21211 Nicolaescu.
21212
21213 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * progmodes/gdb-mi.el: Fit in 80 columns.
21216 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21217 switch-to-buffer.
21218
21219 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21220 if imenu is simply not configured (bug#8941).
21221
21222 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21223
21224 * allout.el (allout-post-undo-hook): New allout outline-change
21225 event hook to signal undo activity.
21226 (allout-post-command-business): Run allout-post-undo-hook if an
21227 undo just occurred.
21228 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21229 * allout-widgets.el (allout-widgets-after-undo-function):
21230 Ensure the integrity of the current item's decoration after it has been
21231 in the vicinity of an undo.
21232 (allout-widgets-mode): Include allout-widgets-after-undo-function
21233 on the new allout-post-undo-hook.
21234
21235 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21236
21237 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21238 Let define-derived-mode define it.
21239 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21240 cycles of abbrev-table inheritance (bug#8998).
21241
21242 2011-07-05 Roland Winkler <winkler@gnu.org>
21243
21244 * textmodes/bibtex.el: Add support for biblatex.
21245 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21246 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21247 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21248 (bibtex-entry-alist, bibtex-field-alist): New variables.
21249 (bibtex-entry-field-alist): Obsolete alias for
21250 bibtex-BibTeX-entry-alist.
21251 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21252 (bibtex-set-dialect): New command.
21253 (bibtex-entry-type, bibtex-entry-head)
21254 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21255 Bind via bibtex-set-dialect.
21256 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21257 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21258 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21259 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21260 Define via bibtex-set-dialect.
21261 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21262 Obey bibtex-no-opt-remove-re.
21263 (bibtex-vec-push, bibtex-vec-incr): New functions.
21264 (bibtex-format-entry, bibtex-field-list)
21265 (bibtex-print-help-message, bibtex-validate)
21266 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21267
21268 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21269
21270 * progmodes/compile.el (compilation-goto-locus):
21271 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21272 * bs.el (bs-cycle-next, bs-cycle-previous):
21273 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21274 * bindings.el (mode-line-other-buffer):
21275 * autoinsert.el (auto-insert):
21276 * arc-mode.el (archive-extract):
21277 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21278
21279 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21280
21281 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21282 Fix check of `emacs-lock-unlockable-modes'.
21283 Coerce true values of `emacs-lock--try-unlocking' to t.
21284
21285 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21286
21287 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21288 * emacs-lock.el: New file.
21289
21290 2011-07-05 Julien Danjou <julien@danjou.info>
21291
21292 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21293 than `boundp' to check if face is set.
21294
21295 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21296
21297 * register.el (registerv-make):
21298 * window.el (window-min-height): Fix typos in docstrings.
21299
21300 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21301
21302 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21303 Update doc string.
21304
21305 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21306
21307 * server.el (server-execute): Catch quit and call
21308 `server-return-error' to pass the error back to emacsclient and
21309 close the connection (bug#8942).
21310
21311 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21312
21313 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21314 insecure exception for current topic. Also note that auto-saves
21315 are handled differently.
21316
21317 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21318 State variables for tracking auto-save inhibition situation.
21319
21320 (allout-write-contents-hook-handler): Rename from
21321 'allout-write-file-hook-handler', and describe how it depends on
21322 write-contents-functions sensitivity to non-nil value to prevent
21323 file write.
21324
21325 (allout-auto-save-hook-handler): Remove. auto-save does not check
21326 this in individual buffers, only in the starting buffer, so this
21327 is not the right way for us to inhibit auto-save in a buffer
21328 according to its condition.
21329
21330 (allout-mode): Use new allout-write-contents-hook-handler, and
21331 only with write-contents-functions. Remove auto-save provisions -
21332 they're implemented elsewhere.
21333
21334 (allout-before-change-handler): If undo is in progress, note that
21335 for attention of allout-post-command-business.
21336
21337 (allout-post-command-business): If the command we're following was
21338 an undo, check for change in the status of encrypted items and
21339 adjust auto-save inhibitions accordingly.
21340
21341 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21342 according to whether there are or aren't any plain-text topics
21343 pending encryption.
21344
21345 (allout-inhibit-auto-save-info-for-decryption):
21346 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21347 if there are plain-text topics pending encryption.
21348
21349 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21350 buffer-saved-size and some allout state to not inhibit auto-saves
21351 if there are no longer any plain-text topics pending encryption.
21352
21353 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21354 No longer provide for exemption of the current topic.
21355
21356 2011-07-04 Juri Linkov <juri@jurta.org>
21357
21358 Add 7z operations to delete and save changed members (bug#8968).
21359 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21360 New defcustoms.
21361 (archive-7z-write-file-member): New function.
21362 (archive-7z-summarize): Fix the number of dashes in the
21363 listing output.
21364
21365 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21368 (bug#8958).
21369
21370 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21371
21372 * bindings.el: Ignore next-buffer and previous-buffer in
21373 minibuffer-local-map.
21374
21375 * font-lock.el (font-lock-builtin-face): Change light background
21376 color to dark slate blue (Bug#6693).
21377
21378 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21379
21380 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21381
21382 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21385 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21386 Add switch-to-buffer.
21387
21388 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21389
21390 * isearch.el (isearch-search-fun-function): Clarify further the
21391 meaning of the function returned.
21392
21393 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21394
21395 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21396
21397 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21398 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21399 Use it.
21400 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21401 `tramp-default-remote-path' does not exist.
21402 (tramp-send-command-and-read): New optional argument NOERROR.
21403 (tramp-open-connection-setup-interactive-shell)
21404 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21405 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21406 (tramp-process-sentinel): Flush also process' connection property.
21407 (tramp-sh-handle-start-file-process): Do not set process
21408 sentinel. It is done now ...
21409 (tramp-maybe-open-connection): ... here. (Bug#8929)
21410
21411 2011-07-04 MON KEY <monkey@sandpframing.com>
21412
21413 * play/animate.el (animate-string): Doc fixes and allow changing
21414 the buffer name (bug#5417).
21415
21416 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21417
21418 * play/animate.el (animation-buffer-name): Rename from *animate*.
21419
21420 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21421
21422 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21423 This is simpler and helps future-proof the code.
21424 (timer-until): Use time-subtract and float-time.
21425 (timer--time-less-p): Use time-less-p.
21426
21427 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21428
21429 * type-break.el (timep): Use the value of `float-time' to avoid a
21430 byte-compiler warning.
21431
21432 * server.el (server-eval-and-print): Return any result, even nil.
21433
21434 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21435
21436 * type-break.el: Accept time formats that the builtins accept.
21437 (timep, type-break-time-difference): Accept any format that
21438 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21439 This is simpler and helps future-proof the code.
21440 (type-break-time-difference): Round rather than ignoring
21441 subseconds components.
21442
21443 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21444
21445 * info.el (Info-apropos-matches): Make non-interactive, since it
21446 doesn't seem to do anything useful as a command (bug#8829).
21447
21448 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21449
21450 * frame.el (frame-background-mode, frame-set-background-mode):
21451 Move from faces.el.
21452 (frame-default-terminal-background): New function.
21453
21454 * custom.el (custom-push-theme): Don't record faces in `changed'
21455 theme; this doesn't work correctly for per-frame face settings.
21456 (disable-theme): Use face-set-after-frame-default to reset faces.
21457 (custom--frame-color-default): New function.
21458
21459 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21460
21461 * dired.el (dired-flagging-regexp): Remove unused variable
21462 (bug#8769).
21463
21464 2011-03-29 Kevin Ryde <user42@zip.com.au>
21465
21466 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21467 `perl-Test2' extend to match possible "fail #N" rep count
21468 (bug#8377).
21469
21470 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21471
21472 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21473 `smtpmail-via-smtp' now returns the error instead of nil.
21474
21475 * isearch.el (isearch-search-fun-function): Clarify the doc string
21476 (bug#8101).
21477
21478 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21479
21480 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21481 unnecessary spaces (bug#8987).
21482
21483 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21484
21485 * net/network-stream.el (open-network-stream): Use the
21486 :end-of-capability command thoughout.
21487
21488 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21489
21490 * net/network-stream.el (open-network-stream): Add the
21491 :end-of-capability command parameter, used by pop3.el.
21492
21493 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21494
21495 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21496
21497 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21498 for list)" (bug#6475).
21499
21500 * files.el (file-expand-wildcards): Ignore non-readable
21501 sub-directories while trying to find matches instead of signaling
21502 an error (bug#6297).
21503
21504 * man.el (Man-reference-regexp): Allow matching possible
21505 word-wrapped references (bug#6289).
21506
21507 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21508 for consistency with the other vc buffers (bug#6197).
21509 (vc-checkin): Ditto.
21510
21511 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21512
21513 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21514
21515 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21516
21517 * custom.el (defcustom): Clarify that :set is only used in the
21518 Customize user interface (bug#6089).
21519
21520 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21521 associated with a file, refuse to run instead of erroring out
21522 (bug#6084).
21523
21524 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21525 the doc string, since it appears that using `fill-column' always
21526 controls the width (bug#7845).
21527
21528 * simple.el (shell-command-on-region): Say where the error output
21529 went if `shell-command-default-error-buffer' is set (bug#6857).
21530
21531 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21532
21533 * allout.el (allout-yank-processing): Adjust cursor position for
21534 backwards-deleted space.
21535
21536 (allout-rebullet-heading): Register changes with
21537 allout-exposure-changed-hook, so the modified topic is properly
21538 decorated.
21539
21540 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21541
21542 * minibuffer.el (completion-in-region): Document PREDICATE
21543 (bug#7136).
21544
21545 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21546 of keyword/argument pairs (bug#6904).
21547
21548 * replace.el (multi-occur):
21549 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21550
21551 2011-07-02 Drew Adams <drew.adams@oracle.com>
21552
21553 * dired.el (dired-mark-if): Make the message about whether it's
21554 marking or unmarking clearer (bug#8523).
21555
21556 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21557
21558 * disp-table.el (display-table-print-array): New function.
21559 (describe-display-table): Use it to print the vectors more pretty
21560 (Bug#8859).
21561
21562 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21563
21564 * window.el (window-state-get-1): Don't assign clone numbers.
21565 Add clone-of item to list of window parameters.
21566 (window-state-put-2): Don't process clone numbers.
21567 (display-buffer-alist): Fix doc-string.
21568
21569 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * subr.el (remq): Don't allocate if it's not needed.
21572 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21573 (keymap--merge-bindings): New functions.
21574 (keymap-canonicalize): Use them to refine the canonicalization.
21575 * minibuffer.el (minibuffer-local-completion-map)
21576 (minibuffer-local-must-match-map): Move initialization from C.
21577 (minibuffer-local-filename-completion-map): Move initialization from C;
21578 don't inherit from anything here.
21579 (minibuffer-local-filename-must-match-map): Make obsolete.
21580 (completing-read-default): Use make-composed-keymap to combine
21581 minibuffer-local-filename-completion-map with either
21582 minibuffer-local-must-match-map or
21583 minibuffer-local-filename-completion-map.
21584
21585 2011-07-01 Glenn Morris <rgm@gnu.org>
21586
21587 * type-break.el (type-break-time-sum): Use dolist.
21588
21589 * textmodes/flyspell.el (flyspell-word-search-backward):
21590 Replace CL function.
21591
21592 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21593
21594 * mouse.el (mouse--strip-first-event): New function.
21595 (function-key-map): Use it to map fringe clicks to normal clicks
21596 by default.
21597
21598 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21599 (vc-bzr-revision-completion-table): Add support for annotate and date.
21600
21601 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21602 inherit from parent.
21603
21604 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21605
21606 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21607 (dired-show-file-type): Doc fixup (bug#8818).
21608
21609 * dired.el (dired-mode): Fix up the doc string as suggested by
21610 Drew Adams (bug#8817).
21611
21612 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21613 cookie, since the manual says that it should be possible to add
21614 this function to `find-file-hook' (bug#8709).
21615
21616 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21617
21618 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21619 here. Noted Ted Zlatanov as the maintainer.
21620 (cfengine-common-settings, cfengine-common-syntax): New functions
21621 to set up common things between `cfengine-mode' and
21622 `cfengine3-mode'.
21623 (cfengine3-mode): New mode.
21624 (cfengine3-defuns cfengine3-defuns-regex
21625 (cfengine3-class-selector-regex cfengine3-category-regex)
21626 (cfengine3-vartypes cfengine3-font-lock-keywords)
21627 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21628 (cfengine3-indent-line): Add from cfengine3.el.
21629
21630 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21631
21632 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21633
21634 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21635
21636 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21637
21638 * window.el (same-window-buffer-names, same-window-regexps)
21639 (same-window-p, special-display-frame-alist)
21640 (special-display-popup-frame, special-display-function)
21641 (special-display-buffer-names, special-display-regexps)
21642 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21643 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21644 (split-window-preferred-function, split-height-threshold)
21645 (split-width-threshold, even-window-heights)
21646 (display-buffer-mark-dedicated, window-splittable-p)
21647 (split-window-sensibly, window-safely-shrinkable-p):
21648 Un-obsolete.
21649 (display-buffer): Don't spread args with function specifier
21650 because special-display-popup-frame won't like it.
21651
21652 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21653
21654 Time-stamp simplifications and fixes.
21655 These improve accuracy slightly, and future-proof the code
21656 against some potential changes to current-time format.
21657
21658 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21659 by using time-since and float-time.
21660
21661 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21662 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21663 + NNN microseconds".
21664
21665 * type-break.el (type-break-time-sum): Rewrite using time-add.
21666
21667 * play/hanoi.el (hanoi-current-time-float): Remove.
21668 All uses replaced by float-time.
21669
21670 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21671 This yields a more-accurate answer.
21672 (rng-time-to-float): Remove; no longer needed.
21673
21674 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21675
21676 * calendar/timeclock.el (timeclock-seconds-to-time):
21677 Defalias to seconds-to-time, since they're the same thing.
21678
21679 * emacs-lisp/elp.el (elp-elapsed-time):
21680 * emacs-lisp/benchmark.el (benchmark-elapse):
21681 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21682
21683 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21684
21685 * window.el (bury-buffer): Don't iconify the only frame.
21686 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21687 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21688
21689 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21690
21691 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21692 Add mouse-yank-primary.
21693
21694 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21695
21696 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21697
21698 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21701 (find-library-name): Use it to find relative load names when provided
21702 absolute file name (bug#8803).
21703
21704 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21705
21706 * textmodes/flyspell.el (flyspell-word): Consider words that
21707 differ only in case as potential doublons (bug#5687).
21708
21709 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21710 Remove two rather uninteresting debugging-like messages to make
21711 debbugs.el more silent.
21712
21713 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21714 a password-like phrase.
21715
21716 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21717
21718 * progmodes/cc-guess.el: New file.
21719
21720 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21721
21722 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21723 derived from `c-basic-common-init'.
21724
21725 * progmodes/cc-mode.el (top-level): Require cc-guess.
21726 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21727
21728 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21729
21730 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21731
21732 2011-06-30 Alan Mackenzie <acm@muc.de>
21733
21734 * progmodes/cc-engine.el (c-guess-continued-construct):
21735 Correct the handling of template-args-cont, particularly for when font
21736 lock is disabled. Name this case as "CASE G".
21737
21738 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21739
21740 * allout.el (allout-yank-processing): Fix injection of extra space
21741 between bullet and non-whitespace character in first topic when
21742 pasting, ensuring that the actual spacing in the pasted topic
21743 following the bullet char is preserved. This extra space was
21744 causing pasted encrypted topics to get a decrypted status even
21745 when the content was actually still encrypted. Now the decryption
21746 status from before the paste is preserved.
21747
21748 (allout-flag-region): Set all allout overlays so they evaporate
21749 when reduced to zero length (evanescent), to prevent overlay
21750 leakage.
21751
21752 2011-06-30 Glenn Morris <rgm@gnu.org>
21753
21754 * w32-fns.el (w32-charset-info-alist): Declare.
21755
21756 * find-dired.el (find-grep-options): Simplify.
21757
21758 * term/ns-win.el (ns-set-resource): Declare.
21759
21760 * ses.el (row, col): Declare dynamic variables honestly.
21761
21762 * textmodes/reftex-parse.el (index-tags): Declare.
21763
21764 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21765
21766 * cus-edit.el (customize-push-and-save): New function.
21767
21768 * files.el (hack-local-variables-confirm): Use it.
21769
21770 * custom.el (load-theme): New arg NO-CONFIRM.
21771 Use customize-push-and-save (Bug#8720).
21772 (custom-enabled-themes): Doc fix.
21773
21774 * cus-theme.el (customize-create-theme)
21775 (custom-theme-merge-theme): Callers to load-theme changed.
21776
21777 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21778
21779 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21780 short URLs have at least one dot in them (bug #7614).
21781
21782 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21783 nil, because using a pty is apparently too slow (bug #895).
21784
21785 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21786
21787 * mail/sendmail.el (sendmail-query-once): New function.
21788 (sendmail-query-once-function): New variable.
21789
21790 2011-06-29 Glenn Morris <rgm@gnu.org>
21791
21792 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21793
21794 * ses.el (top-level): Require cl when compiling.
21795 (ses-set-localvars): Fix error statement.
21796 Call it at compile time to silence a storm of warnings.
21797
21798 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21799
21800 * window.el (normalize-live-buffer): Rename to
21801 window-normalize-buffer.
21802 (normalize-live-frame): Rename to window-normalize-frame.
21803 (normalize-any-window): Rename to window-normalize-any-window.
21804 (normalize-live-window): Rename to window-normalize-live-window.
21805 (make-window-atom): Rename to window-make-atom.
21806 (window-resize-reset): Rename to window--resize-reset.
21807 (window-resize-reset-1): Rename to window--resize-reset-1.
21808 (resize-mini-window): Rename to window--resize-mini-window.
21809 (resize-subwindows-skip-p): Rename to
21810 window--resize-subwindows-skip-p.
21811 (resize-subwindows-normal): Rename to
21812 window--resize-subwindows-normal.
21813 (resize-subwindows): Rename to window--resize-subwindows.
21814 (resize-other-windows): Rename to window--resize-siblings.
21815 (resize-this-window): Rename to window--resize-this-window.
21816 (resize-root-window): Rename to window--resize-root-window.
21817 (resize-root-window-vertically): Rename to
21818 window--resize-root-window-vertically.
21819 (normalize-buffer-to-display): Rename to
21820 window-normalize-buffer-to-display.
21821 (normalize-buffer-to-switch-to): Rename to
21822 window-normalize-buffer-to-switch-to.
21823 Correspondingly update all callers of the functions listed
21824 above.
21825 (display-buffer-alist, display-buffer-normalize-arguments)
21826 (display-buffer-normalize-options, display-buffer)
21827 (display-buffer-alist-set): Use "function" instead of
21828 "fun-with-args".
21829
21830 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21831
21832 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21833 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21834 debbugs.gnu.org. Mention acknowledgment email.
21835
21836 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21837
21838 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21839 buffer multibyteness, since it shouldn't matter.
21840
21841 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21842
21843 * window.el (display-buffer-in-side-window): Handle dedicated
21844 windows as in display-buffer-reuse-window.
21845 (display-buffer-normalize-alist): Use value of override
21846 specifier.
21847 (display-buffer-normalize-specifiers): Use value of
21848 other-window-means-other-frame specifier.
21849 (display-buffer-alist): Rewrite some texts in widgets.
21850 (display-buffer): Spread arguments when calling function
21851 specified by fun-with-args.
21852
21853 2011-06-28 Deniz Dogan <deniz@dogan.se>
21854
21855 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21856 Unnest `let'.
21857
21858 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21859 selectors (Bug#5732).
21860 (css-proprietary-nmstart-re): Use `regexp-opt'.
21861
21862 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21863
21864 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21865 (eshell-ls-date-format): New defcustom.
21866 (eshell-ls-file): Use it.
21867
21868 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21869
21870 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21871
21872 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21873
21874 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21875 (ange-ftp-make-tmp-name): New arg.
21876 (ange-ftp-file-local-copy): Use it.
21877
21878 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21879
21880 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21881 no-conversion (Bug#8870).
21882
21883 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21884
21885 * window.el (window-right, window-left, window-child)
21886 (window-child-count, window-last-child)
21887 (window-iso-combination-p, walk-window-tree-1)
21888 (window-atom-check-1, window-tree-1, delete-window)
21889 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21890 new naming conventions - window-vchild, window-hchild,
21891 window-next and window-prev are now called window-top-child,
21892 window-left-child, window-next-sibling and window-prev-sibling
21893 respectively.
21894 (resize-window-reset): Rename to window-resize-reset.
21895 (resize-window-reset-1): Rename to window-resize-reset-1.
21896 (resize-window): Rename to window-resize.
21897 (window-min-height, window-min-width)
21898 (resize-mini-window, resize-this-window, resize-root-window)
21899 (resize-root-window-vertically, adjust-window-trailing-edge)
21900 (enlarge-window, shrink-window, maximize-window)
21901 (minimize-window, delete-window, quit-restore-window)
21902 (split-window, balance-windows, balance-windows-area-adjust)
21903 (balance-windows-area, window-state-put-2)
21904 (display-buffer-even-window-sizes, display-buffer-set-height)
21905 (display-buffer-set-width, set-window-text-height)
21906 (fit-window-to-buffer): Rename all "resize-window" prefixed
21907 calls to use the "window-resize" prefix convention.
21908 (display-buffer-alist): Fix symbol for label specifier.
21909 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21910 corresponding specifier.
21911 Reported by Juanma Barranquero <lekktu@gmail.com>.
21912
21913 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21914
21915 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21916 convention.
21917 (ses-call-printer): Does not pass an empty string to formatter when the
21918 cell is empty to keep from barking printer Calc math-format-value.
21919
21920 2011-06-27 Richard Stallman <rms@gnu.org>
21921
21922 * battery.el (battery-mode-line-limit): New variable.
21923 (battery-update): Handle it.
21924
21925 * mail/rmailmm.el (rmail-mime-process-multipart):
21926 Handle truncated messages.
21927
21928 2011-06-27 Glenn Morris <rgm@gnu.org>
21929
21930 * progmodes/flymake.el (flymake-err-line-patterns):
21931 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21932
21933 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21934
21935 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21936 (ses--clean-!, ses--clean-_): New functions.
21937 (ses-range): Add configurability of readout order, and conversion
21938 to Calc vector.
21939
21940 * ses.el (ses-repair-cell-reference-all): New function.
21941 (ses-cell-symbol): Set macro as safe, so that it can be used in
21942 formulas.
21943
21944 * ses.el: Update cycle detection algorithm.
21945 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21946 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21947 (ses-set-localvars): New function.
21948 (ses-make-cell): Add property-list as a cell element.
21949 (ses-cell-property-get-fun, ses-cell-property-get)
21950 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21951 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21952 New functions.
21953 (ses-cell-property-set, ses-cell-property-pop)
21954 (ses-cell-property-get-handle): New macro.
21955 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21956 New aliases, used for code readability.
21957 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21958 cycle detection.
21959 (ses-self-reference-early-detection): New defcustom.
21960 (ses-formula-references): Robustify against self-referring cells.
21961 (ses-mode): Use ses-set-localvars.
21962 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21963 before lauching the update processing.
21964 (ses-initialize-Dijkstra-attempt): New function.
21965 (ses-recalculate-cell): Update for cycle detection based on
21966 Dijkstra algorithm.
21967
21968 * ses.el: Fix commenting and indenting convention.
21969
21970 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21971
21972 * bs.el (bs-cycle-next): Complete last change.
21973
21974 2011-06-27 Drew Adams <drew.adams@oracle.com>
21975
21976 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21977
21978 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21979
21980 * net/network-stream.el (network-stream-open-starttls):
21981 Don't re-get capabilities unless we've reestablished connection.
21982 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21983
21984 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21985 to binary to possibly avoid line encoding issues on Windows (among
21986 other things).
21987
21988 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21989
21990 * net/network-stream.el (open-network-stream): Return an :error
21991 saying what the problem was, if possible.
21992
21993 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21994 server.
21995
21996 * net/network-stream.el (network-stream-open-starttls): If we
21997 wanted to use STARTTLS, and the server offered it, but we weren't
21998 able to because we had no STARTTLS support, then close the connection.
21999 (open-network-stream): Return an :error element, if present.
22000
22001 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22002
22003 * hl-line.el (hl-line-sticky-flag): Doc fix.
22004 (global-hl-line-sticky-flag): New option (Bug#8323).
22005 (global-hl-line-highlight): Obey it.
22006
22007 * vc/vc.el (vc-revert-show-diff): Default to t.
22008
22009 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22010
22011 * allout-widgets.el (allout-widgets-post-command-business):
22012 Stop decorating intermediate isearch matches. They're not being
22013 undecorated when an isearch is continued past, and isearch
22014 automatically collapses them. This leads to "widget leaks", where
22015 decorated items accumulate in collapsed areas. Lines with lots of
22016 hidden widgets can slow down cursor travel, substantially.
22017 Too much complicated machinery would be needed to ensure undecoration,
22018 so we're doing without this nicety.
22019
22020 (allout-widgets-tally-string): Don't try to do a hash-table-count
22021 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22022 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22023 *Messages* when allout-widgets-maintain-tally is t.
22024
22025 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22026
22027 * window.el (display-buffer-normalize-argument): Rename to
22028 display-buffer-normalize-arguments. Handle special meaning of
22029 LABEL argument. Respect special-display-function when popping up
22030 a new frame. Fix code searching for a window showing the buffer
22031 on another frame.
22032 (display-buffer-normalize-specifiers):
22033 Call display-buffer-normalize-arguments.
22034 (display-buffer-in-window): Don't undedicate the window if its
22035 buffer remains the same.
22036 Reported by Drew Adams <drew.adams@oracle.com>.
22037 (display-buffer-alist): Add choice for same-window macro
22038 specfier.
22039 (display-buffer): Mention special meaning of LABEL argument in
22040 doc-string. Fix quoting. Don't pop up a new frame even as
22041 fallback.
22042
22043 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22044
22045 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22046 avoid deleting the current window in some cases (bug#8911).
22047
22048 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22049
22050 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22051 (Bug#8934)
22052
22053 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22054
22055 * net/network-stream.el (network-stream-open-starttls):
22056 Use built-in TLS support if `gnutls-available-p' is true.
22057 (network-stream-open-tls): Ditto.
22058
22059 2011-06-26 Leo Liu <sdl.web@gmail.com>
22060
22061 * register.el (registerv): New struct.
22062 (registerv-make): New function.
22063 (jump-to-register, describe-register-1, insert-register):
22064 Support the jump-func, print-func and insert-func slot of a registerv
22065 struct. (Bug#8415)
22066
22067 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22068
22069 * vc/vc.el (vc-revert-show-diff): New defcustom.
22070 (vc-diff-internal): New arg specifying diff buffer.
22071 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22072 reuse an existing *vc-diff* buffer (Bug#8927).
22073
22074 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22075
22076 2011-06-26 Glenn Morris <rgm@gnu.org>
22077
22078 * progmodes/f90.el (f90-critical-indent): New option.
22079 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22080 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22081 (f90-mode): Doc fix.
22082 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22083 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22084 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22085 (f90-match-end): Handle block, critical.
22086
22087 2011-06-25 Glenn Morris <rgm@gnu.org>
22088
22089 * calendar/diary-lib.el (diary-included-files): Doc fix.
22090 (diary-include-files): New function, extracted from
22091 diary-include-other-diary-files and diary-mark-included-diary-files.
22092 (diary-include-other-diary-files, diary-mark-included-diary-files):
22093 Just call diary-include-files.
22094 (diary-mark-entries): Reset diary-included-files on first call.
22095
22096 * calendar/diary-lib.el (diary-mark-entries)
22097 (diary-mark-included-diary-files):
22098 Visit included diary-files in temp buffers.
22099
22100 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22101 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22102 (f90-start-block-re, f90-imenu-generic-expression)
22103 (f90-looking-at-program-block-start, f90-no-block-limit):
22104 Add support for submodules.
22105
22106 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22107 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22108
22109 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22110
22111 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22112 buffer-file-type before setting its value, to avoid disastrous
22113 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22114
22115 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22116
22117 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22118
22119 * ses.el (ses-unload-function):
22120 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22121
22122 * proced.el (proced-unload-function):
22123 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22124
22125 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22126
22127 * server.el (server-create-window-system-frame): Add parameters arg.
22128 (server-process-filter): Doc fix. Handle frame-parameters.
22129
22130 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22131
22132 Fix bug#8730, bug#8781.
22133
22134 * loadhist.el (unload--set-major-mode): New function.
22135 (unload-feature): Use it.
22136
22137 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22138 (python-unload-function): New function.
22139
22140 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22141
22142 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22143
22144 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22145
22146 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22147 the candidates list.
22148
22149 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22150
22151 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22152
22153 2011-06-23 Richard Stallman <rms@gnu.org>
22154
22155 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22156 (rmail-variables): Set next-error-move-function.
22157 (rmail-what-message): Take argument POS.
22158 (rmail-next-error-move): New function.
22159
22160 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22161
22162 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22163 messages for adjacent non-terminals.
22164
22165 2011-06-23 Richard Stallman <rms@gnu.org>
22166
22167 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22168 (rmail-show-message-1): Preserve buffer modified flag.
22169 (rmail-start-mail): Don't specify use of rmail-mail-return;
22170 that's done by mail-bury now.
22171 (rmail-mail-return): Handle arg NEWBUF.
22172
22173 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22174
22175 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22176 SIZE is a number.
22177
22178 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22179
22180 * window.el (get-lru-window, get-mru-window)
22181 (get-largest-window): Never return a minibuffer window.
22182 (display-buffer-pop-up-window): Fix a bug that could lead to
22183 reusing the minibuffer window.
22184 (display-buffer): Pass original specifier argument to
22185 display-buffer-function instead of the normalized one.
22186 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22187
22188 2011-06-22 Leo Liu <sdl.web@gmail.com>
22189
22190 * minibuffer.el (completing-read-function)
22191 (completing-read-default): Move from minibuf.c.
22192
22193 2011-06-22 Richard Stallman <rms@gnu.org>
22194
22195 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22196 to Rmail even if not started by a special Rmail command.
22197
22198 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22199 Copy the buffer currently showing just one message.
22200
22201 2011-06-22 Roland Winkler <winkler@gnu.org>
22202
22203 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22204 (bibtex-clean-entry): First delete the old key so that a
22205 customized algorithm for generating the new key does not get
22206 confused by the old key.
22207 (bibtex-url): Obey regexp of first step.
22208 (bibtex-search-entries): Do not use add-to-list with local
22209 list-var.
22210
22211 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22212
22213 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22214 stored a user name, then query for the password first, instead of
22215 waiting for SMTP to give an error message and the trying again.
22216
22217 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22218
22219 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22220 BUFFER in call-process.
22221
22222 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22223
22224 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22225 QUIT twice.
22226 (smtpmail-try-auth-methods): Require user name and password from
22227 auth-source.
22228
22229 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22230
22231 * window.el (display-buffer-default-specifiers)
22232 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22233 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22234 (split-window): Normalize SIDE argument (Bug#8916).
22235
22236 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22237 (special-display-frame-alist, special-display-popup-frame):
22238 Remove duplicate declarations. These are now in window.el.
22239
22240 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22241
22242 * mail/smtpmail.el (smtpmail-via-smtp):
22243 Set :use-starttls-if-possible so that we always use STARTTLS if the
22244 server supports it. SMTP servers that support STARTTLS commonly
22245 require it.
22246
22247 * net/network-stream.el (network-stream-open-starttls): Support
22248 upgrading to STARTTLS always, even if we don't have built-in support.
22249 (open-network-stream): Add the :always-query-capabilities keyword.
22250
22251 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22252 upgrades with `open-network-stream', and rely solely on
22253 auth-source for all credentials. Big changes throughout the file,
22254 but in particular:
22255 (smtpmail-auth-credentials): Remove.
22256 (smtpmail-starttls-credentials): Remove.
22257 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22258 MAIL FROM, too.
22259
22260 * net/network-stream.el (network-stream-open-starttls):
22261 Provide support for client certificates both for external and built-in
22262 STARTTLS.
22263 (auth-source): Require.
22264 (open-network-stream): Document the :client-certificate keyword.
22265 (network-stream-certificate): Change cert-cert to cert and
22266 cert-key to key.
22267
22268 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22269
22270 * net/tramp-cache.el (top): Don't load the persistency file when
22271 "emacs -Q" has been called.
22272
22273 2011-06-21 Tim Harper <timcharper@gmail.com>
22274
22275 * term/ns-win.el (ns-initialize-window-system):
22276 Set application-specific `ApplePressAndHoldEnabled' system
22277 resource to NO as it is not yet supported by the NS port.
22278
22279 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22280
22281 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22282 (list-dynamic-libraries): ...not here.
22283
22284 2011-06-21 Leo Liu <sdl.web@gmail.com>
22285
22286 * subr.el (sha1): Implement sha1 using secure-hash.
22287
22288 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22289
22290 * window.el (display-buffer-alist): In default value do not
22291 enforce searching a window on any but the selected frame.
22292 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22293 (display-buffer-select-window): Remove function.
22294 (display-buffer-in-window): When a window on another frame gets
22295 reused, do not select it any more but just raise its frame if
22296 necessary (Bug#8851) and (Bug#8856).
22297 (display-buffer-normalize-options): Handle pop-up-frames related
22298 options more faithfully.
22299 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22300 window if it is on another frame.
22301 (display-buffer-alist, display-buffer-default-specifiers):
22302 Don't make new frame unsplittable by default.
22303 (display-buffer-normalize-argument): Fix doc-string typo and use
22304 'same-frame-other-window instead of 'other-window when associating
22305 with display-buffer-macro-specifiers.
22306
22307 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
22308
22309 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22310 New functions.
22311 (5x5-mode-map, 5x5-mode-menu): Bind them.
22312 (5x5-draw-grid): Tweak the solver's rendering.
22313
22314 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22315
22316 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22317 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22318
22319 2011-06-21 Drew Adams <drew.adams@oracle.com>
22320
22321 * menu-bar.el: Use function variable instead of switch-to-buffer.
22322 (menu-bar-select-buffer-function): New variable.
22323 (menu-bar-update-buffers): Use it (bug#8876).
22324
22325 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22326
22327 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22328 variable's status.
22329
22330 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22331
22332 * x-dnd.el (x-dnd-version-from-flags)
22333 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22334 and long as number (Bug#8899).
22335 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22336
22337 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22338
22339 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22340 (completion-try-completion, completion-all-completions): Compute the
22341 metadata argument if it's missing; make it optional (bug#8795).
22342
22343 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22344 (widget-complete): Use new :completion-function property.
22345 (widget-completions-at-point): New function.
22346 (default): Use :completion-function instead of :complete.
22347 (widget-default-completions): Rename from widget-default-complete;
22348 Rewrite.
22349 (widget-string-complete, widget-file-complete, widget-color-complete):
22350 Remove functions.
22351 (file, symbol, function, variable, coding-system, color):
22352 * international/mule-cmds.el (default-input-method, charset)
22353 (language-info-custom-alist):
22354 * cus-edit.el (face): Use new property :completions.
22355
22356 * progmodes/pascal.el (pascal-completions-at-point): New function.
22357 (pascal-mode): Use it.
22358 (pascal-mode-map): Use completion-at-point.
22359 (pascal-toggle-completions): Make obsolete.
22360 (pascal-complete-word, pascal-show-completions):
22361 * progmodes/octave-mod.el (octave-complete-symbol):
22362 Redefine as obsolete alias.
22363 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22364 Signal absence of completion info for old Octave,
22365 (inferior-octave-complete): Redefine as obsolete alias.
22366 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22367 (meta-completions-at-point): Rename from meta-complete-symbol and
22368 adapt it for use on completion-at-point-functions.
22369 (meta-common-mode): Use it.
22370 (meta-looking-at-backward, meta-match-buffer): Remove.
22371 (meta-complete-symbol): Redefine as obsolete alias.
22372 (meta-common-mode-map): Use completion-at-point.
22373 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22374 (makefile-mode-map): Use completion-at-point.
22375 (makefile-completions-at-point): Rename from makefile-complete and
22376 adapt it for use on completion-at-point-functions.
22377 (makefile-mode): Use it.
22378 (makefile-complete): Redefine as obsolete alias.
22379
22380 2011-06-20 Deniz Dogan <deniz@dogan.se>
22381
22382 * net/rcirc.el: Delete trailing whitespaces once and for all.
22383
22384 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22385
22386 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22387
22388 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22389
22390 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22391
22392 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22393
22394 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22395
22396 * window.el (display-buffer-other-window-means-other-frame):
22397 Call display-buffer-normalize-alist.
22398 (display-buffer-normalize-specifiers-1): Rename to
22399 display-buffer-normalize-argument. New argument other-frame.
22400 Rewrite.
22401 (display-buffer-normalize-specifiers-2): Rename to
22402 display-buffer-normalize-options.
22403 (display-buffer-normalize-alist-1): New function.
22404 (display-buffer-normalize-specifiers-3): Rename to
22405 display-buffer-normalize-alist.
22406 Call display-buffer-normalize-alist-1.
22407 (display-buffer-normalize-options-inhibit): New variable.
22408 (display-buffer-normalize-specifiers): Rewrite calling
22409 display-buffer-normalize-alist,
22410 display-buffer-normalize-argument, and
22411 display-buffer-normalize-options. Don't call the latter if
22412 display-buffer-normalize-options-inhibit is non-nil.
22413 (frame-auto-delete): New option.
22414 (window-deletable-p): Use frame-auto-delete.
22415 (window-list-no-nils, window-state-ignored-parameters)
22416 (window-state-get-1, window-state-get, window-state-put-list)
22417 (window-state-put-1, window-state-put-2, window-state-put):
22418 New functions.
22419 (display-buffer-normalize-options): Move special-display-p group
22420 after pop-up-frame group (Bug#8851) and (Bug#8856).
22421
22422 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22423
22424 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22425 groups (Bug#8776).
22426 (rx-submatch-n): New function.
22427 (rx): Document it.
22428
22429 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22430 (Bug#8768).
22431
22432 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22433
22434 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22435
22436 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22437 anytime existing face settings are present (Bug#8889).
22438
22439 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22440 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22441 Remove unused argument.
22442
22443 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22444
22445 * window.el (display-buffer-default-specifiers):
22446 Remove pop-up-frame. Add pop-up-window-min-height,
22447 pop-up-window-min-width, and another reuse-window specifier
22448 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22449 (display-buffer-normalize-specifiers-2):
22450 Handle split-height-threshold and split-width-threshold also when
22451 pop-up-windows is unset. Add a reuse-window specifier for the
22452 case popping up a new window fails.
22453 (special-display-popup-frame): Remove double quoting.
22454 (display-buffer-normalize-specifiers-1): Fix thinko.
22455
22456 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22457
22458 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22459 according to comint-completion-addsuffix.
22460
22461 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22462 (pcomplete-suffix-list): Mark as obsolete.
22463 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22464 pcomplete-seen in the closure.
22465 (pcomplete-comint-setup): Setup completion-at-point as well.
22466 (pcomplete--entries): New function.
22467 (pcomplete--env-regexp): New var.
22468 (pcomplete-entries): Rewrite to work with partial-completion and
22469 without relying on pcomplete-suffix-list.
22470 (pcomplete-pare-list): Remove, unused.
22471
22472 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22473
22474 * window.el (display-buffer-alist): Set pop-up-window-min-height
22475 and pop-up-window-min-width in default value. Reported by
22476 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22477 other-window-means-other-frame.
22478 (display-buffer-macro-specifiers): Comment out entry for
22479 other-window specifier.
22480 (display-buffer-other-window-means-other-frame): New function.
22481 (display-buffer-normalize-specifiers-1): New arguments
22482 buffer-name and label. Treat other-window case specially.
22483 (display-buffer-normalize-specifiers-2): Treat other-window case
22484 specially.
22485 (display-buffer-normalize-specifiers-3): New function.
22486 (display-buffer-normalize-specifiers):
22487 Call display-buffer-normalize-specifiers-3.
22488
22489 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22490
22491 * window.el (same-window-p): Fix two typos introduced when
22492 adding with-no-warnings.
22493 (display-buffer-normalize-specifiers-1): Don't check
22494 pop-up-frames for 'unset initialization.
22495 (display-buffer-normalize-specifiers-2): Major rewrite using
22496 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22497 (pop-up-frames, display-buffer-reuse-frames)
22498 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22499 Suggested by David Engster <deng@randomsample.de>.
22500 (even-window-heights): Initialize to 'unset.
22501 (display-buffer-alist-set): Handle new 'unset initializations.
22502 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22503 other window case.
22504
22505 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22506
22507 * window.el (display-buffer-normalize-specifiers-1):
22508 Respect current value of pop-up-frames for most reasonable values of
22509 second argument of display-buffer (Bug#8865).
22510 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22511 (switch-to-buffer-other-window-same-frame)
22512 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22513 Adams (Bug#8875).
22514 (display-buffer): Don't check noninteractive when calling
22515 display-buffer-pop-up-frame.
22516 (display-buffer-pop-up-frame): Never pop up a frame in
22517 noninteractive mode (Bug#8857).
22518 (enlarge-window, shrink-window): Don't report an error when the
22519 window can't be resized as requested (Bug#8862).
22520
22521 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22524
22525 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22526
22527 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22528
22529 2011-06-15 Alan Mackenzie <acm@muc.de>
22530
22531 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22532 for declarators, disable knr checking to speed up for normal files.
22533 2: Refactor, replacing a sequence of nested if forms by a cond form.
22534
22535 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22536
22537 * net/network-stream.el (open-network-stream): Add the keyword
22538 :always-query-capabilities for the case where you want to force a
22539 `plain' network connection, but the protocol still requires the
22540 capabilitiy command (i.e., SMTP and EHLO).
22541
22542 * subr.el (process-live-p): Rename from `process-alive-p' for
22543 consistency with other `-live-p' functions.
22544
22545 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * window.el (same-window-buffer-names, same-window-regexps)
22548 (special-display-frame-alist, special-display-popup-frame)
22549 (special-display-function, special-display-buffer-names)
22550 (special-display-regexps, pop-up-frame-alist)
22551 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22552 (pop-up-windows, split-window-preferred-function)
22553 (split-height-threshold, split-width-threshold, even-window-heights)
22554 (display-buffer-mark-dedicated): Don't encourage the use of
22555 display-buffer-alist from Elisp code.
22556
22557 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22558
22559 * progmodes/python.el (python-mode): Derive from prog-mode.
22560 * progmodes/ps-mode.el (ps-mode):
22561 * progmodes/mixal-mode.el (mixal-mode):
22562 * progmodes/cfengine.el (cfengine-mode):
22563 * progmodes/ld-script.el (ld-script-mode): Likewise.
22564
22565 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22566
22567 * window.el (display-buffer-alist): Trim default value to avoid
22568 popping up a new frame (Bug#8857) or reusing an arbitrary window
22569 on another frame.
22570 (display-buffer): Do not fall back on popping up a new frame in
22571 batch mode (Bug#8857).
22572
22573 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22574
22575 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22576 (custom-theme-summary): New function.
22577 (customize-themes): Use it.
22578
22579 2011-06-13 Glenn Morris <rgm@gnu.org>
22580
22581 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22582
22583 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22584
22585 * help.el (help-window): Remove variable.
22586 (help-window-point-marker, temp-buffer-max-height)
22587 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22588 (help-print-return-message): Don't set help-window.
22589 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22590 (help-window-setup-finish): Remove.
22591 (help-window-display-message, help-window-setup)
22592 (with-help-window): Major rewrite based on new
22593 display-buffer-window variable.
22594
22595 * help-mode.el (help-mode-finish): Remove help-window related
22596 code.
22597
22598 * view.el (view-exits-all-viewing-windows): Remove reference to
22599 view-return-to-alist in doc-string.
22600 (view-return-to-alist): Make obsolete.
22601 (view-buffer): Call pop-to-buffer-same-window and remove
22602 undo-window code.
22603 (view-buffer-other-window): Call pop-to-buffer-other-window and
22604 simplify code. Ignore second argument.
22605 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22606 simplify code. Ignore second argument.
22607 (view-return-to-alist-update): Make obsolete.
22608 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22609 Rewrite using quit-restore window parameters.
22610 (view-mode-exit): Rename second argument to EXIT-ONLY.
22611 Rewrite using quit-restore-window.
22612 (View-exit, View-exit-and-edit, View-leave, View-quit)
22613 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22614 appropriate arguments.
22615 (view-end-message): Use quit-restore window parameter.
22616
22617 * window.el (display-buffer-function): Rewrite doc-string.
22618 (display-buffer-window, display-buffer-alist): New variables.
22619 (display-buffer-split-specifiers)
22620 (display-buffer-side-specifiers)
22621 (display-buffer-macro-specifiers): New constants.
22622 (display-buffer-even-window-sizes, display-buffer-set-height)
22623 (display-buffer-set-width, display-buffer-select-window)
22624 (display-buffer-in-window, display-buffer-reuse-window)
22625 (display-buffer-split-window-1, display-buffer-split-window)
22626 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22627 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22628 (display-buffer-in-side-window, normalize-buffer-to-display)
22629 (display-buffer-normalize-specifiers-1)
22630 (display-buffer-normalize-specifiers-2)
22631 (display-buffer-normalize-specifiers, display-buffer-frame):
22632 New functions.
22633 (display-buffer): Major rewrite.
22634 (display-buffer-other-window, display-buffer-other-frame)
22635 (pop-to-buffer, switch-to-buffer-other-window)
22636 (switch-to-buffer-other-frame): Rewrite.
22637 (display-buffer-same-window, display-buffer-same-frame)
22638 (display-buffer-same-frame-other-window)
22639 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22640 (pop-to-buffer-other-window)
22641 (pop-to-buffer-same-frame-other-window)
22642 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22643 (switch-to-buffer-other-window-same-frame): New functions.
22644 (same-window-p, special-display-p): Rewrite disabling warnings.
22645 Make obsolete.
22646 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22647 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22648 Make obsolete
22649 (same-window-buffer-names, same-window-regexps)
22650 (special-display-frame-alist, special-display-popup-frame)
22651 (special-display-function, special-display-buffer-names)
22652 (special-display-regexps, pop-up-frame-alist)
22653 (pop-up-frame-function, split-window-preferred-function)
22654 (split-height-threshold, split-width-threshold)
22655 (even-window-heights): Make obsolete.
22656
22657 2011-06-12 Glenn Morris <rgm@gnu.org>
22658
22659 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22660 Misc simplifications.
22661
22662 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22663
22664 * window.el (window-safely-shrinkable-p): Restore function which
22665 was inadvertently removed in change from 2011-06-11. Declare as
22666 obsolete.
22667
22668 * calendar/calendar.el (calendar-generate-window):
22669 Use window-iso-combined-p instead of combination of one-window-p and
22670 window-safely-shrinkable-p.
22671
22672 2011-06-12 Glenn Morris <rgm@gnu.org>
22673
22674 * progmodes/fortran.el (fortran-mode-syntax-table):
22675 * progmodes/f90.el (f90-mode-syntax-table):
22676 Set % to punctuation. (Bug#8820)
22677 (f90-find-tag-default): Remove, no longer needed.
22678
22679 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22680
22681 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22682
22683 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22684
22685 * image.el (image-animated-p): Return animation delay in seconds.
22686 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22687 (image-animate-timeout): Remove DELAY argument. Don't assume
22688 every subimage has the same delay; get it from image-animated-p.
22689 (image-animate): Caller changed.
22690
22691 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22692
22693 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22694 to ignored backtrace functions.
22695
22696 2011-06-11 Glenn Morris <rgm@gnu.org>
22697
22698 * calendar/appt.el (appt-disp-window-function): Doc fix.
22699 (appt-check): Handle overlapping appointments. (Bug#8337)
22700
22701 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22702
22703 * window.el (window-tree-1, window-tree): New functions, moving
22704 the latter to window.el.
22705 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22706 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22707 (bw-refresh-edges): Remove.
22708 (balance-windows-1, balance-windows-2): New functions.
22709 (balance-windows): Rewrite in terms of window tree functions,
22710 balance-windows-1 and balance-windows-2.
22711 (bw-adjust-window): Remove.
22712 (balance-windows-area-adjust): New function with functionality of
22713 bw-adjust-window but using resize-window.
22714 (set-window-text-height): Rewrite doc-string.
22715 Use normalize-live-window and resize-window.
22716 (enlarge-window-horizontally, shrink-window-horizontally):
22717 Rename argument to DELTA.
22718 (window-buffer-height): New function.
22719 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22720 Rewrite using new window resize routines.
22721 (kill-buffer-and-window, mouse-autoselect-window-select):
22722 Use ignore-errors instead of condition-case.
22723 (quit-window): Call delete-frame instead of delete-windows-on
22724 for the only buffer on frame.
22725
22726 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22727
22728 * loadup.el (top-level): Load window before files for the sake
22729 of replace-buffer-in-windows.
22730
22731 * files.el (read-buffer-to-switch)
22732 (switch-to-buffer-other-window)
22733 (switch-to-buffer-other-frame, display-buffer-other-frame):
22734 Move to window.el.
22735
22736 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22737 (previous-buffer): Move to window.el.
22738
22739 * bindings.el (unbury-buffer): Move to window.el.
22740
22741 * window.el (delete-other-windows-vertically): Move after
22742 definition of delete-other-windows.
22743 (other-window, delete-windows-on, replace-buffer-in-windows):
22744 Move here from window.c.
22745 (record-window-buffer, unrecord-window-buffer)
22746 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22747 (switch-to-next-buffer): New functions.
22748 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22749 from simple.el. Call switch-to-next-buffer.
22750 (previous-buffer): Move here from simple.el.
22751 Call switch-to-prev-buffer.
22752 (bury-buffer): Move here from buffer.c. Switch to previous
22753 buffer when window cannot be deleted.
22754 (unbury-buffer): Move here from bindings.el.
22755 (ctl-x-map): Move binding for other-window from window.c to
22756 here.
22757 (read-buffer-to-switch, switch-to-buffer-other-window)
22758 (switch-to-buffer-other-frame): Move here from files.el.
22759 (normalize-buffer-to-switch-to): New functions.
22760 (switch-to-buffer): Move here from buffer.c.
22761 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22762
22763 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22764
22765 * window.el (window-min-height, window-min-width): Move here
22766 from window.c. Add defcustoms and rewrite doc-strings.
22767 (resize-mini-window, resize-window): New functions.
22768 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22769 Move here from window.c.
22770 (maximize-window, minimize-window): New functions.
22771 (delete-window, delete-other-windows, split-window): Move here
22772 from window.c.
22773 (window-split-min-size): New function.
22774 (split-window-keep-point): Mention split-window-above-each-other
22775 instead of split-window-vertically.
22776 (split-window-above-each-other, split-window-vertically):
22777 Rename split-window-vertically to split-window-above-each-other
22778 and provide defalias for old definition.
22779 (split-window-side-by-side, split-window-horizontally):
22780 Rename split-window-horizontally to split-window-side-by-side
22781 and provide defalias for the old definition.
22782 (ctl-x-map): Move bindings for delete-window,
22783 delete-other-windows and enlarge-window here from window.c.
22784 Replace bindings for split-window-vertically and
22785 split-window-horizontally by bindings for
22786 split-window-above-each-other and split-window-side-by-side.
22787
22788 * cus-start.el (all): Remove entries for window-min-height and
22789 window-min-width. Add entries for window-splits and
22790 window-nest.
22791
22792 2011-06-09 Glenn Morris <rgm@gnu.org>
22793
22794 * calendar/appt.el (appt-mode-line): New function.
22795 (appt-check, appt-disp-window): Use it.
22796
22797 * files.el (hack-one-local-variable-eval-safep):
22798 Allow minor-modes with explicit +/-1 arguments.
22799
22800 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22801
22802 * term/xterm.el (xterm): Add defgroup.
22803 (xterm-extra-capabilities): Add defcustom to supply known xterm
22804 capabilities, skip querying them, or query them (default).
22805 (terminal-init-xterm): Use it.
22806 (terminal-init-xterm-modify-other-keys): New function to set up
22807 modifyOtherKeys support to simplify `terminal-init-xterm'.
22808
22809 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22810
22811 * window.el (resize-window-reset, resize-window-reset-1)
22812 (resize-subwindows-skip-p, resize-subwindows-normal)
22813 (resize-subwindows, resize-other-windows, resize-this-window)
22814 (resize-root-window, resize-root-window-vertically)
22815 (window-deletable-p, window-or-subwindow-p)
22816 (frame-root-window-p): New functions.
22817
22818 2011-06-09 Glenn Morris <rgm@gnu.org>
22819
22820 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22821 (ange-ftp-get-files): Use it.
22822
22823 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22824
22825 * mail/sendmail.el (mail-recover-1, mail-recover):
22826 * files.el (recover-file, recover-session):
22827 Handle dired-listing-switches not being just a single short option.
22828
22829 2011-06-09 Glenn Morris <rgm@gnu.org>
22830
22831 * calendar/appt.el (appt-display-message, appt-disp-window):
22832 Handle lists of appointments.
22833
22834 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22835
22836 * window.el (one-window-p): Move down in code.
22837 Rewrite doc-string.
22838 (window-current-scroll-bars): Rewrite doc-string.
22839 Normalize live window argument.
22840 (walk-windows, get-window-with-predicate, count-windows):
22841 Rewrite doc-string. Use window-list-1.
22842 (window-in-direction-2, window-in-direction, get-mru-window):
22843 New functions.
22844
22845 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22846
22847 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22848 Doc fix (Bug#8713).
22849
22850 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22851
22852 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22853
22854 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22855
22856 * loadhist.el (unload-feature-special-hooks):
22857 Add `comint-output-filter-functions'.
22858
22859 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22860
22861 * calendar/appt.el (appt-check): Move some initializations into the let.
22862
22863 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22864
22865 * window.el (window-height): Defalias to window-total-height.
22866 (window-width): Defalias to window-body-width.
22867
22868 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22869
22870 * image-mode.el (image-toggle-animation): New command.
22871 (image-mode-map): Bind it to RET.
22872 (image-mode): Update message.
22873 (image-toggle-display-image): Avoid a spurious cache flush.
22874 (image-transform-rotation): Doc fix.
22875 (image-transform-properties): Return quickly in the normal case.
22876 (image-animate-loop): Rename from image-animate-max-time.
22877
22878 * image.el (image-animate-max-time): Move to image-mode.el.
22879 (create-animated-image): Remove unnecessary function.
22880 (image-animate): Rename from image-animate-start. New arg.
22881 (image-animate-stop): Remove; just use image-animate-timer.
22882 (image-animate-timer): Use car-safe.
22883 (image-animate-timeout): Rename argument.
22884
22885 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22886
22887 * window.el (get-lru-window, get-largest-window): Move here from
22888 window.c. Rename first argument to ALL-FRAMES.
22889 Rephrase doc-strings.
22890 (get-buffer-window-list): Rewrite using window-list-1.
22891 Rephrase doc-string.
22892 (window-safe-min-height, window-safe-min-width): New constants.
22893 (window-size-ignore, window-min-size, window-min-size-1)
22894 (window-sizable, window-sizable-p, window-size-fixed-1)
22895 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22896 (window-max-delta-1, window-max-delta, window-resizable)
22897 (window-resizable-p, window-total-height, window-total-width)
22898 (window-body-width): New functions.
22899 (window-full-height-p, window-full-width-p): Rewrite using
22900 window-total-size.
22901 (window-body-height): Rewrite using window-body-size.
22902
22903 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22904
22905 * window.el (window-right, window-left, window-child)
22906 (window-child-count, window-last-child, window-any-p)
22907 (normalize-live-buffer, normalize-live-frame)
22908 (normalize-any-window, normalize-live-window)
22909 (window-iso-combination-p, window-iso-combined-p)
22910 (window-iso-combinations)
22911 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22912 (windows-with-parameter, window-with-parameter)
22913 (window-atom-root, make-window-atom, window-atom-check-1)
22914 (window-atom-check, window-side-check, window-check):
22915 New functions.
22916 (ignore-window-parameters, window-sides, window-sides-vertical)
22917 (window-sides-slots): New variables.
22918 (window-size-fixed): Move down in code. Minor doc-string fix.
22919
22920 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22921
22922 * comint.el (comint-dynamic-complete-as-filename)
22923 (comint-dynamic-complete-filename): Correctly call
22924 completion-in-region.
22925
22926 2011-06-05 Deniz Dogan <deniz@dogan.se>
22927
22928 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22929 in last change.
22930
22931 2011-06-05 Deniz Dogan <deniz@dogan.se>
22932
22933 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22934 (rcirc): Use it to prompt for encryption.
22935
22936 2011-06-05 Roland Winkler <winkler@gnu.org>
22937
22938 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22939 (bibtex-search-entries): New command bound to C-c C-a.
22940 (bibtex-display-entries): New function.
22941
22942 2011-06-05 Roland Winkler <winkler@gnu.org>
22943
22944 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22945 (bibtex-insert-kill): After yanking insert newline if necessary.
22946 (bibtex-initialize): Call bibtex-string-files-init only once.
22947 (bibtex-mode): Do not call easy-menu-add.
22948 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22949 (bibtex-yank): Set arg properly if nil.
22950
22951 2011-06-05 Roland Winkler <winkler@gnu.org>
22952
22953 * textmodes/bibtex.el (bibtex-search-entry-globally):
22954 New variable.
22955 (bibtex-search-entry): Use it.
22956
22957 2011-06-05 Roland Winkler <winkler@gnu.org>
22958
22959 * textmodes/bibtex.el (bibtex-entry-format): New option
22960 sort-fields.
22961 (bibtex-format-entry, bibtex-reformat): Honor this option.
22962 (bibtex-parse-entry): Return fields in proper order.
22963
22964 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22965
22966 * doc-view.el (doc-view-remove-if): Move computation of result out
22967 of `dolist' to silence misleading lexical-binding warning.
22968
22969 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22970
22971 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22972 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22973
22974 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22975
22976 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22977 "SunOS 5.10".
22978
22979 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22980
22981 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22982 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22983 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22984 (tramp-parse-putty):
22985 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22986 (tramp-completion-function-alist-ssh)
22987 (tramp-completion-function-alist-telnet)
22988 (tramp-completion-function-alist-su)
22989 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22990 cookie.
22991
22992 * net/tramp-ftp.el:
22993 * net/tramp-sh.el:
22994 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22995 load "tramp.el" `tramp-set-completion-function'.
22996
22997 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22998
22999 * shell.el: Require and use pcomplete.
23000 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23001 (shell-completion-vars): Set pcomplete-default-completion-function.
23002
23003 2011-06-04 Deniz Dogan <deniz@dogan.se>
23004
23005 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23006 `memq' (Bug#8799).
23007
23008 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23009
23010 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23011
23012 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23013
23014 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23015 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23016 * vc/log-view.el (log-view-beginning-of-defun):
23017 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23018 (smerge-refine-forward, smerge-refine-chopup-region):
23019 Silence warning for unused `dotimes' counter variables.
23020
23021 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23022
23023 * net/tramp.el (tramp-with-progress-reporter): Rename from
23024 with-progress-reporter. Use `declare'.
23025 * net/tramp-smb.el:
23026 * net/tramp-sh.el:
23027 * net/tramp-gvfs.el: Update all uses.
23028
23029 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23030
23031 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23032 buffer isn't killed before making it current.
23033
23034 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23035
23036 Silence various byte-compiler warnings.
23037 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23038 `access-type' and new obsolescence format.
23039 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23040 new format.
23041 (byte-compile-check-variable): New `access-type' argument.
23042 Only warn if the access-type is obsolete.
23043 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23044 (byte-compile-variable-set): Adjust callers.
23045 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23046 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23047 setting it as obsolete.
23048 * simple.el (minibuffer-completing-symbol):
23049 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23050 access as obsolete.
23051 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23052 obsolete yet.
23053 * international/quail.el (quail-mouse-choose-completion): Remove unused
23054 code referring to obsolete var.
23055 (quail-choose-completion-string): Remove.
23056 * server.el (server-clients-with, server-kill-buffer-query-function)
23057 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23058 * proced.el (proced-send-signal):
23059 * emacs-lisp/lisp.el (lisp-complete-symbol):
23060 Replace completion-annotate-function with completion-extra-properties.
23061
23062 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23063
23064 * simple.el (goto-line): Use read-number.
23065 (overriding-map-is-bound): Remove.
23066 (saved-overriding-map): Change default.
23067 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23068 Take the map as argument.
23069 (universal-argument, negative-argument, digit-argument): Use it.
23070 (restore-overriding-map): Adjust.
23071 (do-auto-fill): Use fill-forward-paragraph.
23072 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23073
23074 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23075 (minibuffer-inactive-mode): New major mode.
23076 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23077 the *Messages* buffer" hack.
23078 (mouse-popup-menubar): Don't burp if the event is a normal key.
23079
23080 Miscellaneous tweaks.
23081 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23082 lexical scoping as in subr.el's dolist and dotimes.
23083 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23084 Silence compiler warning.
23085 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23086 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23087 * international/ccl.el (ccl-compile): Trivial simplification.
23088 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23089 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23090 `printflag' argument.
23091 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23092 Purecopy the whole obsolescence data.
23093
23094 2011-06-01 Leo Liu <sdl.web@gmail.com>
23095
23096 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23097 improve doc-string as suggested by Marco Pessotto
23098 <melmothx@gmail.com>.
23099 (rcirc-print): Fix last change.
23100
23101 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23102
23103 * minibuffer.el (complete-with-action): Return nil for the metadata and
23104 boundaries of non-functional tables.
23105 (completion-table-dynamic): Return nil for the metadata.
23106 (completion-table-with-terminator): Add default case, using
23107 complete-with-action.
23108 (completion--metadata): New function.
23109 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23110 to try and avoid pathological performance problems.
23111 (completion--embedded-envvar-table): Return `category' metadata.
23112
23113 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23114
23115 * subr.el (process-alive-p): New tiny convenience function.
23116
23117 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23118
23119 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23120 content but also its previous major mode.
23121
23122 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23123
23124 * emacs-lisp/debug.el (debug): Restore the previous content of the
23125 *Backtrace* buffer when we exit with C-M-c.
23126
23127 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * minibuffer.el: Add metadata method to completion tables.
23130 (completion-category-overrides): New defcustom.
23131 (completion-metadata, completion--field-metadata)
23132 (completion-metadata-get, completion--styles)
23133 (completion--cycle-threshold): New functions.
23134 (completion-try-completion, completion-all-completions):
23135 Add `metadata' argument to choose completion-styles.
23136 (completion--do-completion): Use metadata to choose cycling.
23137 (completion-all-sorted-completions): Use metadata for sorting.
23138 Remove :completion-cycle-penalty which is not needed any more.
23139 (completion--try-word-completion): Add `metadata' argument.
23140 (minibuffer-completion-help): Check metadata for annotation function
23141 and sorting.
23142 (completion-file-name-table): Return `category' metadata.
23143 (minibuffer-completing-file-name): Make obsolete.
23144 * simple.el (minibuffer-completing-symbol): Make obsolete.
23145 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23146 completion-try-completion.
23147
23148 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23149
23150 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23151
23152 2011-05-30 Leo Liu <sdl.web@gmail.com>
23153
23154 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23155 (rcirc-print): Decode all incoming messages (bug#8744).
23156 (rcirc-decode-coding-system): Allow value nil for automatic coding
23157 system detection.
23158
23159 2011-06-01 Glenn Morris <rgm@gnu.org>
23160
23161 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23162
23163 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23164
23165 * image.el (image-animate-max-time): Allow nil and t values.
23166 Default to nil.
23167 (create-animated-image): Doc fix.
23168 (image-animate-start): Remove second arg; just use
23169 image-animate-max-time.
23170 (image-animate-timeout): Doc fix. Args changed.
23171
23172 * image-mode.el (image-toggle-display-image): Ensure that the
23173 image spec passed to the animate timer is the same object as in
23174 the buffer's display property (Bug#6981).
23175 (image-transform-properties): Doc fix.
23176
23177 * image.el (image-animate-max-time): Default to nil.
23178
23179 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23180
23181 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23182 entire buffer list (Bug#8184).
23183
23184 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23185
23186 * image.el (imagemagick-types-inhibit)
23187 (imagemagick-register-types): Doc fix.
23188
23189 2011-05-29 Deniz Dogan <deniz@dogan.se>
23190
23191 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23192 default.
23193
23194 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23195
23196 * select.el: Don't perform clipboard-manager saving in hooks;
23197 leave the hooks empty.
23198
23199 2011-05-28 Leo Liu <sdl.web@gmail.com>
23200
23201 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23202 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23203 (occur-edit-mode): New major mode (Bug#8463).
23204 (occur-after-change-function): New function.
23205 (occur-engine): Give Occur tags a read-only property.
23206
23207 2011-05-28 Kevin Ryde <user42@zip.com.au>
23208
23209 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23210
23211 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23212
23213 * bindings.el (help-echo): Make the initial non-indicator dash
23214 empty on graphical terminals (Bug#7295).
23215
23216 * files.el (auto-mode-alist): Move config rule after the
23217 in-stripping one (Bug#8547).
23218
23219 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23220
23221 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23222 setting (Bug#8740).
23223
23224 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23225
23226 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23227 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23228 (Bug#8539).
23229
23230 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23231
23232 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23233
23234 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23235
23236 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23237 (hs-hide-block-at-point, hs-find-block-beginning)
23238 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23239 (Bug#8279).
23240
23241 2011-05-28 Glenn Morris <rgm@gnu.org>
23242
23243 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23244
23245 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23246
23247 * help-fns.el (describe-function-1): If the function is a derived
23248 major mode, print the parent mode.
23249
23250 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23251 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23252
23253 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23254
23255 * minibuffer.el (completion--capf-wrapper): Check applicability before
23256 returning non-nil for non-exclusive completion data.
23257 * progmodes/etags.el (tags-completion-at-point-function):
23258 * info-look.el (info-lookup-completions-at-point): Mark as
23259 non-exclusive.
23260 (info-complete): Adjust accordingly.
23261
23262 * info-look.el: Convert to lexical-binding and completion-at-point.
23263 (info-lookup-completions-at-point): New function.
23264 (info-complete): Use it and completion-in-region.
23265
23266 2011-05-28 Drew Adams <drew.adams@oracle.com>
23267
23268 * isearch.el: Let M-e start with point at the first mismatched char.
23269 (isearch-fail-pos): New function.
23270 (isearch-edit-string): Use it.
23271
23272 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23273
23274 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23275
23276 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23277
23278 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23279 traversal functions for avl-trees.
23280 (avl-tree--stack): New struct.
23281 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23282 (avl-tree-enter): Add optional `updatefun' arg.
23283 (avl-tree--do-enter): Add optional `updatefun' arg.
23284 Change return value.
23285 (avl-tree-delete): Add optional `test' and `nilflag' args.
23286 (avl-tree--do-delete): Add `test' and `nilflag' args.
23287 Change return value.
23288 (avl-tree-member): Add optional `nilflag'
23289 (avl-tree-member-p): New function.
23290 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23291 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23292 (avl-tree-stack-empty-p): New functions.
23293
23294 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23295 avl-tree--del-balance1 and make it work both ways.
23296 (avl-tree--del-balance2): Remove.
23297 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23298 make it work both ways.
23299 (avl-tree--enter-balance2): Remove.
23300 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23301 New macros.
23302 (avl-tree--mapc, avl-tree-map): Add direction argument.
23303
23304 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23305
23306 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23307
23308 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23309
23310 * select.el: Support clipboard managers with built-in function
23311 x-clipboard-manager-save, via delete-frame-functions and
23312 kill-emacs-hook.
23313 (xselect-convert-to-targets): Add MULTIPLE target to list.
23314 (xselect-convert-to-save-targets): New function.
23315
23316 2011-05-27 Kenichi Handa <handa@m17n.org>
23317
23318 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23319 let-binding rfc2047-encode-encoded-words to nil.
23320
23321 2011-05-27 Glenn Morris <rgm@gnu.org>
23322
23323 * mail/emacsbug.el: Don't require url-util.
23324
23325 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23326
23327 * files.el (set-auto-mode):
23328 Also respect mode: entries at the end of the file. (Bug#8586)
23329
23330 2011-05-26 Glenn Morris <rgm@gnu.org>
23331
23332 * files.el (hack-local-variables-prop-line, hack-local-variables):
23333 Downcase mode names, as seems to be traditional.
23334 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23335
23336 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23337 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23338
23339 2011-05-25 Julien Danjou <julien@danjou.info>
23340
23341 * textmodes/rst.el (rst-define-level-faces): Do not define face
23342 symbol if it is already defined.
23343
23344 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
23345
23346 * play/5x5.el (5x5-new-game, 5x5-randomize):
23347 Reset 5x5-solver-output to nil when a new grid is cast.
23348 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23349 these debugging traces, as defmacro breaks the compiled code.
23350
23351 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23352
23353 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23354
23355 2011-05-24 Leo Liu <sdl.web@gmail.com>
23356
23357 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23358 (vc-bzr-sha1): Adapt.
23359
23360 * sha1.el: Remove. Function `sha1' is now builtin.
23361
23362 * bindings.el: Provide sha1 feature.
23363
23364 2011-05-24 Kenichi Handa <handa@m17n.org>
23365
23366 * mail/sendmail.el: Require `rfc2047'.
23367 (mail-insert-from-field): Do not perform RFC2047 encoding.
23368 (mail-encode-header): New function.
23369 (sendmail-send-it): Set buffer-file-coding-system of the work
23370 buffer to the return value of select-message-coding-system.
23371 Call mail-encode-header.
23372
23373 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23374
23375 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23376
23377 * mail/supercite.el (sc-default-cite-frame):
23378 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23379
23380 2011-05-24 Glenn Morris <rgm@gnu.org>
23381
23382 * progmodes/python.el (brm-menu): Declare.
23383
23384 * emulation/viper.el (viper-set-hooks): Declare.
23385
23386 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23387 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23388 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23389 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23390 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23391 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23392
23393 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23394
23395 Add an :exit-function for completion-at-point.
23396
23397 * minibuffer.el (completion--done): New fun.
23398 (completion--do-completion): Use it. New arg `expect-exact'.
23399 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23400 since completion--do-completion does it for us now.
23401 (minibuffer-force-complete): Use completion--done and
23402 completion--replace. Handle sole-completion case with more care.
23403 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23404 (completion-extra-properties): New var.
23405 (completion-annotate-function): Make obsolete.
23406 (minibuffer-completion-help): Adjust accordingly.
23407 Use completion-list-insert-choice-function.
23408 (completion-at-point, completion-help-at-point):
23409 Bind completion-extra-properties.
23410 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23411 * simple.el (completion-list-insert-choice-function): New var.
23412 (completion-setup-function): Preserve it.
23413 (choose-completion): Pay attention to it, shuffle the code a bit.
23414 (choose-completion-string): New arg `insert-function'.
23415
23416 * textmodes/bibtex.el: Convert to lexical binding.
23417 (bibtex-mode-map): Use completion-at-point.
23418 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23419 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23420 (bibtex-complete): Define as obsolete alias.
23421 (bibtex-complete-internal): Remove.
23422 (bibtex-format-entry): Remove unused sub-group in regexp.
23423 * shell.el (shell--command-completion-data)
23424 (shell-environment-variable-completion):
23425 * pcomplete.el (pcomplete-completions-at-point):
23426 * comint.el (comint--complete-file-name-data): Use :exit-function
23427 instead of completion-table-with-terminator so it also works for
23428 choose-completion.
23429
23430 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23431
23432 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23433
23434 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23435 (bug#8710).
23436
23437 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23438
23439 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23440
23441 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23442 customization variable and implement: If non-nil, auto-fill will
23443 be inhibited while on topic's header line.
23444
23445 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23446
23447 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23448 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23449 always have a solution in grid size = 5 cases.
23450 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23451 (5x5-solver-output, 5x5-log-buffer): New vars.
23452 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23453 Make these variables buffer local to achieve 5x5 multi-session-ness.
23454 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23455 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23456 (5x5-solve-suggest): New funs.
23457 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23458 randomize a grid so that we ensure that there is always a solution.
23459 (5x5-make-random-grid): Allow other movement than flipping.
23460
23461 2011-05-23 Kevin Ryde <user42@zip.com.au>
23462
23463 * emacs-lisp/advice.el (ad-read-advised-function):
23464 Use `function-called-at-point' as the default, if it has
23465 advice and passes PREDICATE.
23466
23467 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23468
23469 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23470 byte-compile-lambda if it's actually a lambda.
23471
23472 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23473 Fix function quoting. Use backquote better.
23474
23475 2011-05-22 Yuanle Song <sylecn@gmail.com>
23476
23477 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23478 matching (Bug#8516).
23479
23480 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23481
23482 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23483 different face (Bug#8178).
23484
23485 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23486
23487 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23488 defface (Bug#8144).
23489
23490 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23493 funcall as well (bug#8712). Warn when performing those conversions.
23494 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23495
23496 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23497
23498 2011-05-22 Glenn Morris <rgm@gnu.org>
23499
23500 * files.el (hack-local-variables-prop-line): Small simplifications.
23501 (hack-local-variables, hack-local-variables-prop-line):
23502 If MODE-ONLY, return the mode, rather than just `t'.
23503
23504 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23505
23506 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23507
23508 2011-05-21 Glenn Morris <rgm@gnu.org>
23509
23510 * files.el (hack-local-variables-prop-line, hack-local-variables):
23511 If only interested in the mode, don't bother doing the other stuff.
23512
23513 * image-mode.el (image-after-revert-hook):
23514 Redraw all frames on which the image is visible. (Bug#8567)
23515
23516 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23517
23518 * wid-edit.el (widget-checklist-match-inline):
23519 Fix 2011-04-19 change. (Bug#8649)
23520
23521 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23524 Also allow singlespace after single-letter capitals followed by a dot.
23525
23526 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23527 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23528
23529 2011-05-20 Nix <nix@esperi.org.uk>
23530
23531 * files.el (basic-save-buffer-2):
23532 Fix handling of break-hardlink-on-save with non-existent files.
23533
23534 2011-05-19 Deniz Dogan <deniz@dogan.se>
23535
23536 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23537 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23538
23539 2011-05-19 Glenn Morris <rgm@gnu.org>
23540
23541 * progmodes/f90.el (f90-type-def-re):
23542 Handle "type, bind(c)". (Bug#8691)
23543
23544 * emacs-lisp/autoload.el (batch-update-autoloads):
23545 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23546
23547 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23548
23549 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23550 property for the correct connection in case of multihops.
23551
23552 2011-05-18 Glenn Morris <rgm@gnu.org>
23553
23554 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23555 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23556
23557 Rationalize calendar handling of day and month abbrev-arrays.
23558 * calendar/calendar.el (calendar-customized-p): New function.
23559 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23560 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23561 Add :set function.
23562 (calendar-abbrev-length, calendar-day-abbrev-array)
23563 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23564 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23565 Elements may no longer be nil.
23566 (calendar-day-name, calendar-month-name):
23567 Update for changed nature of abbrev arrays.
23568 * calendar/diary-lib.el (diary-name-pattern):
23569 Update for changed nature of abbrev arrays.
23570 (diary-mark-entries-1): Update calendar-make-alist calls.
23571 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23572 * calendar/cal-html.el (cal-html-day-abbrev-array):
23573 Simply inherit from calendar-day-abbrev-array.
23574
23575 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23576
23577 * progmodes/grep.el (grep-mode): Disable default
23578 compilation-directory-matcher setting (bug#8684).
23579
23580 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23581
23582 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23583 instead of "head" and "tail". There were problems with SunOS 5.9,
23584 and it performs better.
23585
23586 2011-05-17 Glenn Morris <rgm@gnu.org>
23587
23588 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23589
23590 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23591 Replace obsolete function.
23592
23593 * shell.el (pcomplete-parse-arguments-function): Declare.
23594
23595 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23596 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23597 (appt-check): Doc fixes.
23598 (appt-disp-window-function, appt-delete-window-function):
23599 Remove needless special case in custom :type.
23600 (appt-display-count): Default to 0, not nil.
23601 (appt-check): Reset appt-display-count to 0, not nil.
23602
23603 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23604
23605 * progmodes/python.el (python-font-lock-keywords):
23606 Add the Python 3.X keyword "nonlocal" (bug#8639).
23607
23608 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23609
23610 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23611
23612 2011-05-16 Kevin Ryde <user42@zip.com.au>
23613
23614 * info-look.el (makefile-automake-mode): New setups, looking in
23615 automake manual, then makefile-mode.
23616 (makefile-mode): Remove automake manual, have it just in
23617 makefile-automake-mode since there's various things different or
23618 not relevant to plain make.
23619 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23620 believe a hypothetical automake-mode would go to makefile-mode,
23621 not the other way around.
23622
23623 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23624
23625 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23626 hunk-end tags (Bug#8672).
23627
23628 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23629 vc-annotate-show-diff-revision-at-line (Bug#8671).
23630
23631 2011-05-14 Glenn Morris <rgm@gnu.org>
23632
23633 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23634 in the middle of an existing one with multiple authors. (Bug#8645)
23635 (change-log-font-lock-keywords): Also handle multiple author lines
23636 with leading tabs. (Bug#8644)
23637
23638 * calendar/appt.el (appt-check): Rename some local variables.
23639 Some simplification/reordering.
23640
23641 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23642 (feedmail-sendmail-f-doesnt-sell-me-out)
23643 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23644 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23645 (feedmail-queue-runner-message-sender): Set :version.
23646 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23647 (bbdb-dwim-net-address, vm-mail): Declare.
23648 (feedmail-binmail-gnulinuxish-template):
23649 Rename from feedmail-binmail-linuxish-template.
23650 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23651 Use insert-buffer-substring.
23652
23653 2011-05-14 Bill Carpenter <bill@carpenter.org>
23654
23655 * mail/feedmail.el (feedmail-patch-level): Increase.
23656 (feedmail-debug): New custom group.
23657 (feedmail-confirm-outgoing-timeout)
23658 (feedmail-sendmail-f-doesnt-sell-me-out)
23659 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23660 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23661 (feedmail-sender-line, feedmail-from-line)
23662 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23663 (feedmail-spray-this-address)
23664 (feedmail-spray-address-fiddle-plex-list)
23665 (feedmail-queue-use-send-time-for-date)
23666 (feedmail-queue-use-send-time-for-message-id)
23667 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23668 (feedmail-buffer-eating-function):
23669 Doc fixes.
23670 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23671 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23672 (feedmail-message-action-scroll-down): New functions.
23673 (feedmail-queue-directory, feedmail-queue-draft-directory):
23674 Use expand-file-name.
23675 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23676 Remove C-v help entry.
23677 (feedmail-queue-buffer-file-name): New variable.
23678 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23679 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23680 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23681 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23682 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23683 (feedmail-message-action-toggle-spray)
23684 (feedmail-run-the-queue-no-prompts)
23685 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23686 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23687 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23688 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23689 (feedmail-envelope-deducer, feedmail-fiddle-from)
23690 (feedmail-fiddle-sender, feedmail-default-date-generator)
23691 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23692 (feedmail-fiddle-spray-address)
23693 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23694 (feedmail-fiddle-list-of-fiddle-plexes)
23695 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23696 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23697 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23698 Change default. Doc fix.
23699 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23700 (feedmail-binmail-linuxish-template): New constant.
23701 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23702 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23703 (feedmail-send-it): Add debug call.
23704 Use feedmail-queue-buffer-file-name, and
23705 feedmail-send-it-immediately-wrapper.
23706 (feedmail-message-action-send): Add debug call.
23707 Use feedmail-send-it-immediately-wrapper.
23708 (feedmail-queue-express-to-queue): Add debug call.
23709 Run feedmail-queue-express-hook.
23710 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23711 (feedmail-message-action-help-blat):
23712 Rename from feedmail-queue-send-edit-prompt-help-first.
23713 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23714 Check line-endings. Handle errors better.
23715 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23716 Doc fix. Add debug call.
23717 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23718 Use feedmail-queue-send-edit-prompt-inner.
23719 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23720 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23721 from feedmail-queue-send-edit-prompt.
23722 (feedmail-queue-send-edit-prompt-help)
23723 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23724 (feedmail-tidy-up-slug): Add debug call.
23725 Respect feedmail-queue-slug-suspect-regexp.
23726 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23727 (feedmail-dump-message-to-queue): Add debug call.
23728 Expand queue-directory.
23729 (feedmail-dump-message-to-queue): Change message slightly.
23730 Use feedmail-say-chatter.
23731 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23732 (feedmail-send-it-immediately-wrapper): New function.
23733 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23734 Insert empty string rather than newline. Handle full-frame case.
23735 Use catch/throw. Use feedmail-say-chatter.
23736 (feedmail-fiddle-from): Try mail-host-address.
23737 (feedmail-default-message-id-generator): Doc fix.
23738 Bind system-time-locale. Handle missing end.
23739 (feedmail-fiddle-x-mailer): Add debug call.
23740 Handle feedmail-x-mailer-line being nil.
23741 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23742 Add debug call. Use buffer-substring-no-properties.
23743 (feedmail-say-debug, feedmail-say-chatter): New functions.
23744 (feedmail-find-eoh): Give an explicit error.
23745
23746 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23747
23748 * net/newst-treeview.el (newsticker-treeview-face): Change default
23749 family from helvetica to sans.
23750 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23751 etc/images/newsticker.
23752
23753 * net/newst-reader.el (newsticker-feed-face): Change default
23754 family from helvetica to sans.
23755
23756 * net/newst-plainview.el (newsticker-new-item-face)
23757 (newsticker-old-item-face, newsticker-immortal-item-face)
23758 (newsticker-obsolete-item-face, newsticker-date-face)
23759 (newsticker-statistics-face): Change default family from
23760 helvetica to sans.
23761 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23762 etc/images/newsticker.
23763
23764 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23765 (newsticker--process-auto-mark-filter-match): Tell user about
23766 auto-marking.
23767
23768 2011-05-13 Didier Verna <didier@xemacs.org>
23769
23770 Common Lisp indentation improvements on defmethod and lambda-lists.
23771 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23772 TODO entries.
23773 (lisp-lambda-list-keyword-parameter-indentation)
23774 (lisp-lambda-list-keyword-parameter-alignment)
23775 (lisp-lambda-list-keyword-alignment): New customizable user options.
23776 (lisp-indent-defun-method): Improve docstring.
23777 (extended-loop-p): Fix comment.
23778 (lisp-indent-lambda-list-keywords-regexp): New variable.
23779 (lisp-indent-lambda-list): New function.
23780 (lisp-indent-259): Use it.
23781 (lisp-indent-defmethod): Support for more than one
23782 method qualifier and properly indent methods lambda-lists.
23783 (defgeneric): Provide a missing common-lisp-indent-function property.
23784
23785 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23786
23787 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23788 bounds for the empty string (bug#8667).
23789
23790 2011-05-13 Glenn Morris <rgm@gnu.org>
23791
23792 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23793
23794 * mail/sendmail.el (sendmail-program): Try executable-find first.
23795 (sendmail-send-it): `sendmail-program' cannot be unbound.
23796
23797 * calendar/appt.el (appt-make-list): Simplify.
23798 (appt-time-msg-list): Doc fix.
23799 (appt-check): Change mode-line message at the time of the appointment.
23800
23801 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23802
23803 * progmodes/ld-script.el (ld-script-keywords)
23804 (ld-script-builtins): Update keywords list.
23805
23806 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23807
23808 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23809
23810 * shell.el (shell-completion-vars): New function.
23811 (shell-mode):
23812 * simple.el (read-shell-command): Use it.
23813 (blink-matching-open): No need for " [...]" in minibuffer-message.
23814
23815 2011-05-12 Glenn Morris <rgm@gnu.org>
23816
23817 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23818 (appt-check): Simplify.
23819
23820 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23821
23822 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23823 literal "/dev/null".
23824
23825 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23826
23827 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23828 Fix typo.
23829
23830 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23831
23832 * progmodes/which-func.el (which-function):
23833 Use add-log-current-defun instead of add-log-current-defun-function,
23834 which might not be defined (Bug#8260).
23835
23836 2011-05-12 Glenn Morris <rgm@gnu.org>
23837
23838 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23839 Let byte-compile-initial-macro-environment always take precedence.
23840
23841 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23842
23843 * net/rcirc.el: Add support for SSL/TLS connections.
23844 (rcirc-server-alist): New field `encryption'.
23845 (rcirc): Check `encryption' settings.
23846 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23847 Merge make-local-variable into `set'.
23848 (rcirc--connection-open-p): New function.
23849 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23850 the process is not a network process (e.g. running gnutls-cli).
23851 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23852 Make rcirc-(en|de)code-coding-system local here.
23853 (rcirc-mode): Merge make-local-variable into `set'.
23854 (rcirc-parent-buffer): Make permanent buffer-local.
23855 (rcirc-multiline-minor-mode): Don't do it here.
23856 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23857 there's no server buffer.
23858
23859 2011-05-11 Glenn Morris <rgm@gnu.org>
23860
23861 * newcomment.el (comment-kill): Prefix "unused" local.
23862
23863 * term/w32console.el (get-screen-color): Declare.
23864
23865 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23866 Handle symbol elements of byte-compile-initial-macro-environment.
23867
23868 2011-05-10 Leo Liu <sdl.web@gmail.com>
23869
23870 * bookmark.el (bookmark-bmenu-mode-map):
23871 Bind bookmark-bmenu-search to `/'.
23872
23873 * mail/footnote.el: Convert to utf-8 encoding.
23874 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23875 (Footnote-unicode): New function.
23876 (footnote-style-alist): Add unicode style to the list.
23877 (footnote-style): Doc fix.
23878
23879 2011-05-10 Jim Meyering <meyering@redhat.com>
23880
23881 Fix doubled-word typos.
23882 * international/quail.el (quail-insert-kbd-layout): and and -> and
23883 * kermit.el: and and -> and
23884 * net/ldap.el (ldap-search-internal): to to -> to
23885 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23886 * progmodes/js.el (js-mode): and and -> and
23887 * textmodes/artist.el (artist-move-to-xy): at at -> at
23888 (artist-draw-region-trim-line-endings): if if -> if
23889 And Safetyc -> Safety.
23890 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23891
23892 2011-05-10 Glenn Morris <rgm@gnu.org>
23893 Stefan Monnier <monnier@iro.umontreal.ca>
23894
23895 * files.el (hack-one-local-variable-eval-safep):
23896 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23897
23898 2011-05-10 Glenn Morris <rgm@gnu.org>
23899
23900 * calendar/diary-lib.el (diary-list-entries-hook)
23901 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23902 (diary-nongregorian-marking-hook, diary-list-entries)
23903 (diary-include-other-diary-files, diary-mark-entries)
23904 (diary-mark-included-diary-files): Doc fixes.
23905
23906 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23907
23908 * misc.el: Require tabulated-list.el during compilation.
23909
23910 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23911
23912 * progmodes/compile.el (compilation-start):
23913 Run compilation-filter-hook for the async case too.
23914 (compilation-filter-hook): Doc fix.
23915
23916 2011-05-09 Deniz Dogan <deniz@dogan.se>
23917
23918 * wdired.el: Remove outdated installation comment. Fix usage
23919 comment.
23920
23921 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23922
23923 * misc.el: Implement new command `list-dynamic-libraries'.
23924 (list-dynamic-libraries--loaded-only-p): New variable.
23925 (list-dynamic-libraries--refresh): New function.
23926 (list-dynamic-libraries): New command.
23927
23928 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23929
23930 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23931 Fix the ant regexp to handle end-line and end-column info from jikes.
23932 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23933 higher priority to avoid clobbering by gnu.
23934
23935 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23936
23937 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23938 if the face has existing theme settings (Bug#8454).
23939
23940 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23941
23942 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23943 Only match variables declared via `my' or `our' (Bug#8261).
23944
23945 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23946 special file names `.' and `..' (Bug#8259).
23947
23948 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23949
23950 * progmodes/grep.el (grep-mode-font-lock-keywords):
23951 Remove buffer-changing entries.
23952 (grep-filter): New function.
23953 (grep-mode): Add it to compilation-filter-hook.
23954
23955 * progmodes/compile.el (compilation-filter-hook)
23956 (compilation-filter-start): New defvars.
23957 (compilation-filter): Call compilation-filter-hook prior to
23958 updating the process mark.
23959
23960 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23963
23964 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23965
23966 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23967 mailclient-send-it even if window-system is nil. (Bug#8595)
23968
23969 * term/w32console.el (terminal-init-w32console):
23970 Call get-screen-color and use its output to set the frame
23971 background-mode. (Bug#8597)
23972
23973 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23974
23975 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23976 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23977 New functions.
23978 (defgeneric, eieio--defmethod): Use them.
23979 (eieio-defgeneric): Remove.
23980 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23981
23982 2011-05-07 Glenn Morris <rgm@gnu.org>
23983
23984 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23985 Use let rather than let*.
23986 (timeclock-find-discrep): Remove unused local.
23987
23988 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23989
23990 * calendar/appt.el (appt-time-msg-list): Doc fix.
23991
23992 2011-05-06 Noah Friedman <friedman@splode.com>
23993
23994 * apropos.el (apropos-print-doc): Only use
23995 emacs-lisp-docstring-fill-column when it is bound to an integer,
23996 per that variable's documentation.
23997
23998 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23999
24000 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24001 and warnings are not silently discarded (e.g. use -d instead of -P).
24002
24003 2011-05-06 Glenn Morris <rgm@gnu.org>
24004
24005 * calendar/appt.el (appt-message-warning-time): Doc fix.
24006 (appt-warning-time-regexp): New option.
24007 (appt-make-list): Respect appt-message-warning-time.
24008
24009 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24010 New options.
24011 (diary-add-to-list): Strip comments from the displayed string.
24012 (diary-mode): Set comment-start and comment-end.
24013
24014 * vc/diff-mode.el (smerge-refine-subst): Declare.
24015 (diff-refine-hunk): Don't require smerge-mode when compiling.
24016
24017 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24018
24019 * simple.el (list-processes): Return nil as the docstring says.
24020
24021 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24022
24023 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24024 to "".
24025 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24026 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24027 determining of binary transfer. (Bug#7383)
24028
24029 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24030
24031 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24032 Fix port computation bug. (Bug#8618)
24033
24034 2011-05-05 Glenn Morris <rgm@gnu.org>
24035
24036 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24037
24038 * simple.el (shell-dynamic-complete-functions)
24039 (comint-dynamic-complete-functions): Declare.
24040
24041 * net/network-stream.el (gnutls-negotiate):
24042 * simple.el (tabulated-list-print): Fix declarations.
24043
24044 * progmodes/gud.el (syntax-symbol, syntax-point):
24045 Remove unnecessary and incorrect declarations.
24046
24047 * emacs-lisp/check-declare.el (check-declare-scan):
24048 Handle byte-compile-initial-macro-environment in bytecomp.el.
24049
24050 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24051
24052 Fix earlier half-done eieio-defmethod change (bug#8338).
24053 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24054 Streamline and change calling convention.
24055 (defmethod): Adjust accordingly and simplify.
24056 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24057 new eieio--defmethod.
24058 (slot-boundp): Minor CSE simplification.
24059
24060 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24061
24062 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24063 (glasses-make-readable): Use glasses-separate-capital-groups.
24064
24065 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24066
24067 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24068 (warning-series): Doc fix.
24069 (display-warning): Don't try to create the buffer if we just found it.
24070
24071 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24072
24073 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24074 (autoload-find-generated-file): New function.
24075 (generate-file-autoloads): Bind generated-autoload-file to
24076 buffer-file-name.
24077 (update-file-autoloads, update-directory-autoloads):
24078 Use autoload-find-generated-file. If called interactively, prompt for
24079 output file (Bug#7989).
24080 (batch-update-autoloads): Doc fix.
24081
24082 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24083
24084 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24085
24086 2011-05-04 Glenn Morris <rgm@gnu.org>
24087
24088 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24089 function, so it follows changes in calendar-date-style.
24090 (diary-fancy-date-matcher): New function.
24091 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24092 (diary-fancy-font-lock-fontify-region-function):
24093 Use diary-fancy-date-pattern as a function.
24094
24095 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24096 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24097
24098 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24099
24100 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24101 instead of positional arguments. Allow :keylist and :crlfiles
24102 arguments.
24103 (open-gnutls-stream): Call it.
24104
24105 * net/network-stream.el (network-stream-open-starttls): Adjust to
24106 call `gnutls-negotiate' with :process and :hostname arguments.
24107
24108 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24109
24110 * minibuffer.el (completion--message): New function.
24111 (completion--do-completion, minibuffer-complete)
24112 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24113 (completion--do-completion): Don't ignore completion-auto-help when in
24114 icomplete-mode.
24115
24116 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24117 internal encoding (e.g. tibetan zero is not whitespace).
24118 (global-whitespace-mode): Prefer save-current-buffer.
24119 (whitespace-trailing-regexp): Remove useless save-match-data.
24120 (whitespace-empty-at-bob-regexp): Minor simplification.
24121
24122 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24123
24124 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24125
24126 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24127
24128 * textmodes/ispell.el (ispell-add-per-file-word-list):
24129 Use `concat' to create string for insertion.
24130
24131 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24132
24133 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24134 Avoid open-line which runs post-self-insert-hook.
24135 (bibtex-fill-entry): Remove unused `end' var.
24136
24137 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24138
24139 * textmodes/ispell.el (ispell-add-per-file-word-list):
24140 Protect against `nil' value of `comment-start' (Bug#8579).
24141
24142 2011-05-03 Leo Liu <sdl.web@gmail.com>
24143
24144 * isearch.el (isearch-yank-pop): New command.
24145 (isearch-mode-map): Bind it to `M-y'.
24146 (isearch-forward): Mention it.
24147
24148 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24149
24150 * simple.el (minibuffer-complete-shell-command): Remove.
24151 (minibuffer-local-shell-command-map): Use completion-at-point.
24152 (read-shell-command): Setup completion vars here instead.
24153 (read-expression-map): Bind TAB to symbol completion.
24154
24155 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24156 error directly rather via storing it into `results'.
24157
24158 2011-05-02 Leo Liu <sdl.web@gmail.com>
24159
24160 * vc/diff.el: Fix description.
24161
24162 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24163
24164 * server.el (server-eval-at): New function.
24165
24166 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24167
24168 * net/network-stream.el (open-network-stream): Take a :nowait
24169 parameter and pass it on to `make-network-process'.
24170 (network-stream-open-plain): Ditto.
24171
24172 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24173
24174 * faces.el (face-spec-set-match-display): Don't match toolkit
24175 options on terminal frames.
24176
24177 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24178
24179 * progmodes/pascal.el: Use lexical binding.
24180 (pascal-mode-map): Remove author preferences.
24181
24182 * pcomplete.el (pcomplete-std-complete): Don't abuse
24183 completion-at-point.
24184
24185 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24186
24187 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24188 removing code that has been dead since 1991 or so.
24189
24190 * startup.el (command-line): When warning about "_emacs", use a
24191 delayed warning to allow the user to filter it out.
24192
24193 2011-04-28 Deniz Dogan <deniz@dogan.se>
24194
24195 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24196 user has not joined.
24197
24198 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24199
24200 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24201 aren't any completions at point.
24202
24203 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24204
24205 * subr.el (display-delayed-warnings): New function.
24206 (delayed-warnings-hook): New variable.
24207
24208 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24209
24210 * minibuffer.el (completion-at-point, completion-help-at-point):
24211 Don't presume that a given completion-at-point-function will always
24212 use the same calling convention.
24213
24214 * pcomplete.el (pcomplete-completions-at-point):
24215 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24216 pcomplete-seen is non-nil.
24217 (pcomplete-comint-setup): Also recognize the new comint/shell
24218 completion functions.
24219 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24220 pcomplete-seen is non-nil.
24221
24222 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24223
24224 * calendar/icalendar.el (diary-lib): Add require statement.
24225 (icalendar--create-uid): Read out a uid from a text-property on
24226 the first character in the entry. This allows for code to add its
24227 own uid to the entry.
24228 (icalendar--convert-float-to-ical): Add export of
24229 `diary-float'-entries save for those with the optional DAY
24230 argument.
24231
24232 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24233
24234 * subr.el (shell-quote-argument): Use alternate escaping strategy
24235 when we spot a variable reference in a string.
24236
24237 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24238
24239 * cus-start.el (all): Define customization for debug-on-event.
24240
24241 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24242
24243 * subr.el (shell-quote-argument): Escape correctly under Windows.
24244
24245 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24246
24247 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24248
24249 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24250
24251 * net/tramp.el (tramp-process-actions): Add POS argument.
24252 Delete region between POS and (pos).
24253
24254 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24255 Use `nil' position in `tramp-process-actions' call.
24256 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24257
24258 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24259 position in `tramp-process-actions' call.
24260
24261 * net/trampver.el: Update release number.
24262
24263 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24264
24265 * custom.el (defcustom): Obey lexical-binding.
24266
24267 Fix octave-inf completion problems reported by Alexander Klimov.
24268 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24269 Inherit from octave-mode-syntax-table.
24270 (inferior-octave-mode): Set info-lookup-mode.
24271 (inferior-octave-completion-at-point): New function.
24272 (inferior-octave-complete): Use it and completion-in-region.
24273 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24274 comint-filename-completion.
24275 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24276 symbol elements which shouldn't be word elements.
24277 (octave-font-lock-keywords, octave-beginning-of-defun)
24278 (octave-function-header-regexp): Adjust regexps accordingly.
24279 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24280
24281 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24282
24283 * net/gnutls.el (gnutls-errorp): Declare before first use.
24284
24285 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24286
24287 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24288 verify-error, and verify-hostname-error parameters. Check whether
24289 default trustfile exists before going to use it. Add missing
24290 argument to gnutls-message-maybe call. Return value.
24291 Reported by Claudio Bley <claudio.bley@gmail.com>.
24292 (open-gnutls-stream): Add usage example.
24293
24294 * net/network-stream.el (network-stream-open-starttls): Give host
24295 parameter to `gnutls-negotiate'.
24296 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24297 * subr.el (shell-quote-argument): Escape correctly under Windows.
24298
24299 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24300
24301 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24302 Use correct match group (bug#8438).
24303
24304 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24305
24306 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24307 (package-menu--generate): New arg specifying packages to show.
24308 (package-menu-refresh, package-menu-execute, list-packages):
24309 Callers changed.
24310 (package-show-package-list): New function, replacing deleted
24311 package--list-packages (renamed because it is non-internal).
24312
24313 * finder.el (finder-list-matches): Use package-show-package-list
24314 instead of deleted package--list-packages.
24315
24316 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24317 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24318 (vc-annotate-mode-map): Bind it to RET.
24319
24320 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24321
24322 * progmodes/etags.el (next-file): Don't use set-buffer to change
24323 buffers (Bug#8478).
24324
24325 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24326
24327 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24328
24329 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24330 (apropos-accumulator): Doc fix.
24331 (apropos-function, apropos-macro, apropos-command)
24332 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24333 (apropos-plist): Add face property.
24334 (apropos-symbols-internal): Fix indentation.
24335 (apropos-print): Simplify help, and recognize apropos-multi-type.
24336 (apropos-print-doc): Use button-type-get to extract the button's
24337 face property. Fill docstring (Bug#8352).
24338
24339 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24340
24341 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24342
24343 * play/mpuz.el (mpuz-silent): Doc fix.
24344 (mpuz-mode-map): Use mapc.
24345 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24346 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24347 Fix typos in docstrings.
24348
24349 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24350 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24351
24352 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24353
24354 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24355
24356 * minibuffer.el (completion--do-completion): Avoid the "Next char
24357 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24358
24359 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24360 mouse-2 into unread-command-events, it is interpreted correctly.
24361
24362 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24363 (image-toggle-display): Doc fix.
24364
24365 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24366
24367 * textmodes/page.el (what-page): Use line-number-at-pos to
24368 calculate line number (Bug#6825).
24369
24370 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24371
24372 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24373 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24374 Pass argument NO-DEFAULT to `find-tag-interactive'.
24375
24376 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24377
24378 Lexical-binding cleanup.
24379
24380 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24381 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24382 * progmodes/ada-prj.el (ada-prj-initialize-values)
24383 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24384 (ada-prj-show-value):
24385 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24386 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24387 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24388 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24389 * progmodes/bug-reference.el (bug-reference-push-button):
24390 * progmodes/fortran.el (fortran-line-length):
24391 * progmodes/glasses.el (glasses-change):
24392 * progmodes/octave-mod.el (octave-fill-paragraph):
24393 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24394 (python-pdbtrack-grub-for-buffer, python-sentinel):
24395 * progmodes/sql.el (sql-save-connection):
24396 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24397 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24398 Mark unused parameters.
24399
24400 * progmodes/compile.el (compilation--flush-directory-cache)
24401 (compilation--flush-parse, compile-internal): Mark unused parameters.
24402 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24403 (compilation-next-error-function): Remove unused variable `timestamp'.
24404
24405 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24406 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24407
24408 * progmodes/dcl-mode.el (dcl-end-of-command):
24409 Remove unused variable `start'.
24410 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24411 (dcl-option-value-basic, dcl-option-value-offset)
24412 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24413 Mark unused parameters.
24414 (dcl-save-local-variable): Remove unused variable `val'.
24415 (mode): Declare.
24416
24417 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24418 Mark unused parameters.
24419 (delphi-ignore-changes): Move before first use.
24420 (delphi-charset-token-at): Remove unused variable `start'.
24421 (delphi-else-start): Remove unused variable `if-count'.
24422 (delphi-comment-block-start, delphi-comment-block-end):
24423 Remove unused variable `kind'.
24424 (delphi-indent-line): Remove unused variable `new-point'.
24425
24426 * progmodes/ebrowse.el (ebrowse-files-list)
24427 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24428 Mark unused parameters. Don't quote `lambda'.
24429 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24430 Don't quote `lambda'.
24431 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24432 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24433 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24434 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24435 Use `ignore-errors'.
24436 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24437 (ebrowse-view/find-file-and-search-pattern)
24438 (ebrowse-view/find-member-declaration/definition):
24439 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24440 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24441 Rename parameter PREFIX-ARG to PREFIX.
24442 (ebrowse-tags-read-name): Remove unused variables `start' and
24443 `member-info'.
24444 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24445 to `tags-file'.
24446
24447 * progmodes/etags.el (local-find-tag-hook): Declare.
24448 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24449 Mark unused parameters.
24450
24451 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24452 (executable-interpret): Mark unused parameter.
24453
24454 * progmodes/flymake.el (flymake-process-sentinel)
24455 (flymake-after-change-function)
24456 (flymake-create-temp-with-folder-structure)
24457 (flymake-get-include-dirs-dot): Mark unused parameters.
24458 (flymake-safe-delete-directory): Remove unused variable `err'.
24459
24460 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24461 (speedbar-timer-fn, speedbar-line-text)
24462 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24463 (speedbar-center-buffer-smartly): Declare functions.
24464 (gdb-find-watch-expression): Remove unused variable `array'.
24465 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24466 (gdb-starting): Mark unused parameters.
24467 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24468 (gdb-table-string): Remove unused variable `res'.
24469 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24470 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24471 (gdb-display-buffer): Remove unused variable `cur-size'.
24472
24473 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24474 allow lexical-binding compilation.
24475 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24476 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24477 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24478 Mark unused parameters.
24479 (gud-gdb-marker-filter): Remove unused variable `match'.
24480 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24481 lambda expressions and funcall them, instead of using `fset'.
24482
24483 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24484 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24485
24486 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24487 variable `header-beg'; use `let'.
24488
24489 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24490 `restart', `last-sexp' and `at-do'.
24491
24492 * progmodes/js.el (js--debug): Mark unused parameter.
24493 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24494 (js--splice-into-items): Remove unused variable `item'.
24495 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24496
24497 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24498 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24499 (makefile-complete): Remove unused variable `try'.
24500 (makefile-fill-paragraph, makefile-match-function-end):
24501 Mark unused parameters.
24502
24503 * progmodes/octave-inf.el (inferior-octave-complete):
24504 Remove unused variable `proc'.
24505 (inferior-octave-output-digest): Mark unused parameter.
24506
24507 * progmodes/perl-mode.el (perl-calculate-indent):
24508 Remove unused variable `err'.
24509
24510 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24511 (prolog-indent-line): Mark unused parameters.
24512 (prolog-indent-line): Remove unused variable `beg'.
24513
24514 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24515 (reporter-dont-compact-list): Declare.
24516
24517 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24518 Remove unused variable `char'.
24519 (sh-debug): Mark unused parameter.
24520 (sh-get-indent-info): Remove unused variable `start'.
24521 (sh-calculate-indent): Remove unused variable `var'.
24522
24523 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24524 (simula-electric-keyword): Remove unused variable `null'.
24525 (simula-search-backward, simula-search-forward): Remove unused
24526 variables `begin' and `end'.
24527
24528 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24529 Remove unused variable `pos'.
24530 (vera-electric-tab, vera-comment-uncomment-region):
24531 Mark unused parameters.
24532 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24533
24534 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24535
24536 * emacs-lisp/package.el (package--builtins, package-alist)
24537 (package-load-descriptor, package-built-in-p, package-activate)
24538 (define-package, package-installed-p)
24539 (package-compute-transaction, package-buffer-info)
24540 (package--push): Doc fix. Distinguish more clearly between
24541 version strings and version lists.
24542
24543 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24544
24545 Lexical-binding cleanup.
24546
24547 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24548 (5x5-make-mutate-best):
24549 * play/fortune.el (fortune-in-buffer):
24550 * play/gomoku.el (gomoku-init-display):
24551 * play/solitaire.el (solitaire, solitaire-do-check):
24552 * play/tetris.el (tetris-default-update-speed-function):
24553 Mark unused parameters.
24554
24555 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24556 (bubbles--shift): Remove unused variable `char-org'.
24557 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24558 (bubbles--show-images): Remove unused variable `char'.
24559
24560 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24561 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24562 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24563 (decipher-analyze-buffer): Use ?\s.
24564 (decipher-make-checkpoint): Remove unused variable `mapping'.
24565
24566 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24567
24568 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24569 Remove unused variable `result'; use `let'.
24570
24571 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24572 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24573 (gametree-children-shown-p, gametree-compute-reduced-score):
24574 Use `ignore-errors'.
24575
24576 * play/handwrite.el (ps-lpr-switches): Declare.
24577 (handwrite): Remove unused variables `pmin' and `lastp'.
24578
24579 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24580
24581 * play/landmark.el (landmark-init-display)
24582 (landmark-update-naught-weights): Mark unused parameters.
24583 (landmark-y): Remove unused variable `noise'. Simplify.
24584 (landmark-human-plays): Remove unused variable `score'.
24585
24586 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24587 (mpuz-try-proposal): Remove unused variable `game'.
24588
24589 * play/zone.el (life-patterns): Declare.
24590
24591 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24592
24593 * vc/vc.el (ediff-vc-internal): Declare function.
24594
24595 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24596
24597 * shell.el: Use lexical-binding and std completion UI.
24598 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24599 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24600 comint-preoutput-filter-functions rather than on
24601 comint-output-filter-functions.
24602 (shell-command-completion, shell--command-completion-data)
24603 (shell-filename-completion, shell-environment-variable-completion)
24604 (shell-c-a-p-replace-by-expanded-directory): New functions.
24605 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24606 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24607 (shell-dynamic-complete-environment-variable): Use them.
24608 (shell-dynamic-complete-as-environment-variable)
24609 (shell-dynamic-complete-as-command): Remove.
24610 (shell-match-partial-variable): Match past point.
24611 * comint.el: Clean up use of completion-at-point-functions.
24612 (comint-completion-at-point): New function.
24613 (comint-mode): Use it completion-at-point-functions.
24614 (comint-dynamic-complete): Make it obsolete.
24615 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24616 (comint-c-a-p-replace-by-expanded-history): New function.
24617 (comint-dynamic-complete-functions)
24618 (comint-replace-by-expanded-history): Use it.
24619 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24620 termination strings. Try harder to avoid second try-completion.
24621 (completion-in-region-mode-map): Disable bindings that don't work yet.
24622
24623 * comint.el: Use lexical-binding. Require CL.
24624 (comint-dynamic-complete-functions): Use comint-filename-completion.
24625 (comint-completion-addsuffix): Tweak custom type.
24626 (comint-filename-completion, comint--common-suffix)
24627 (comint--common-quoted-suffix, comint--table-subvert)
24628 (comint--complete-file-name-data): New functions.
24629 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24630 (comint-dynamic-list-filename-completions): Use them.
24631 (comint-dynamic-simple-complete): Make obsolete.
24632
24633 * minibuffer.el (completion-in-region-mode):
24634 Keep completion-in-region-mode--predicate global.
24635 (completion-in-region--postch):
24636 Assume completion-in-region-mode--predicate is not null.
24637
24638 * progmodes/flymake.el (flymake-start-syntax-check-process):
24639 Obey `dir'. Simplify.
24640
24641 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24642 we're in VC after all.
24643
24644 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24645
24646 * vc/vc.el (vc-diff-build-argument-list-internal)
24647 (vc-version-ediff, vc-ediff): New commands.
24648 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24649
24650 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24651
24652 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24653 add sanity check.
24654
24655 * obsolete/erc-hecomplete.el: Make obsolete.
24656 * obsolete/: Standardize obsolescence info in the header.
24657
24658 2011-04-20 Glenn Morris <rgm@gnu.org>
24659
24660 * calendar/solar.el (solar-horizontal-coordinates):
24661 Use the longitude argument rather than `calendar-longitude'.
24662 (solar-date-next-longitude): Remove unused locals.
24663
24664 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24665
24666 * whitespace.el: New version 13.2.1.
24667
24668 2011-04-20 felix <EmacsWiki> (tiny change)
24669
24670 * whitespace.el (global-whitespace-mode): Keep highlight when
24671 switching between major modes on a file.
24672
24673 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24674
24675 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24676 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24677 multi-line comments as well.
24678
24679 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24680
24681 Lexical-binding cleanup.
24682
24683 * arc-mode.el (archive-mode-revert):
24684 * cmuscheme.el (scheme-interactively-start-process):
24685 * custom.el (custom-initialize-delay):
24686 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24687 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24688 * emacs-lock.el (emacs-lock-clear-sentinel):
24689 * ezimage.el (defezimage):
24690 * follow.el (follow-avoid-tail-recenter):
24691 * fringe.el (set-fringe-mode-1):
24692 * generic-x.el (bat-generic-mode-compile):
24693 * help-mode.el (help-info-variable, help-do-xref)
24694 (help-mode-revert-buffer):
24695 * help.el (view-emacs-todo):
24696 * iswitchb.el (iswitchb-completion-help):
24697 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24698 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24699 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24700 * locate.el (locate-update):
24701 * longlines.el (longlines-encode-region)
24702 (longlines-after-change-function):
24703 * outline.el (outline-isearch-open-invisible):
24704 * ps-def.el (declare-function, charset-dimension, char-width)
24705 (encode-char):
24706 * ps-mule.el (ps-mule-plot-string):
24707 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24708 (recentf-edit-list-select, recentf-edit-list-validate)
24709 (recentf-open-files-action):
24710 * rect.el (delete-whitespace-rectangle-line)
24711 (rectangle-number-line-callback):
24712 * register.el (window-configuration-to-register)
24713 (frame-configuration-to-register):
24714 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24715 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24716 (xselect-convert-to-targets, xselect-convert-to-delete)
24717 (xselect-convert-to-filename, xselect-convert-to-charpos)
24718 (xselect-convert-to-lineno, xselect-convert-to-colno)
24719 (xselect-convert-to-os, xselect-convert-to-host)
24720 (xselect-convert-to-user, xselect-convert-to-class)
24721 (xselect-convert-to-name, xselect-convert-to-integer)
24722 (xselect-convert-to-atom, xselect-convert-to-identity):
24723 * subr.el (declare, ignore, process-kill-without-query)
24724 (text-clone-maintain):
24725 * terminal.el (te-get-char, te-tic-sentinel):
24726 * tool-bar.el (tool-bar-make-keymap):
24727 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24728 * type-break.el (type-break-mode, type-break-noninteractive-query):
24729 * view.el (View-back-to-mark):
24730 * wid-browse.el (widget-browse-action, widget-browse-widget)
24731 (widget-browse-widgets, widget-browse-sexp):
24732 * widget.el (define-widget-keywords):
24733 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24734 Mark unused parameters.
24735
24736 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24737 (align-areas): Remove unused variable `look'.
24738 (align-region): Remove unused variables `real-end' and `pos-list'.
24739
24740 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24741
24742 * bindings.el (mode-line-modified, mode-line-remote):
24743 Mark unused parameters.
24744 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24745
24746 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24747 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24748
24749 * comint.el (comint-history-isearch-pop-state)
24750 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24751 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24752 (comint-substitute-in-file-name): Doc fix.
24753
24754 * completion.el (cmpl-statistics-block): Mark unused parameter.
24755 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24756 (save-completions-to-file, load-completions-from-file):
24757 Remove unused local variable `e'.
24758
24759 * composite.el (compose-chars): Remove unused variable `len'.
24760 (lgstring-insert-glyph): Remove unused variable `g'.
24761 (compose-glyph-string): Remove unused variables `ascent',
24762 `descent', `lbearing' and `rbearing'.
24763 (compose-glyph-string-relative): Remove unused variables
24764 `lbearing', `rbearing' and `wadjust'.
24765 (compose-gstring-for-graphic): Remove unused variables `header',
24766 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24767 (compose-gstring-for-terminal): Remove unused variables `header'
24768 and `nchars'. Use `let', not `let*'.
24769
24770 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24771 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24772 (Custom-buffer-done, custom-buffer-create-internal)
24773 (custom-browse-visibility-action, custom-browse-group-tag-action)
24774 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24775 (widget-magic-mouse-down-action, custom-toggle-parent)
24776 (custom-add-parent-links, custom-toggle-hide-variable)
24777 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24778 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24779 (custom-face-menu-create, custom-variable-menu-create, get)
24780 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24781 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24782 (customize-apropos): Remove unused variable `tests'.
24783 (custom-group-value-create): Remove unused variable `hidden-p'.
24784 (sort-fold-case): Declare.
24785
24786 * cus-theme.el (custom-reset-standard-faces-list)
24787 (custom-reset-standard-variables-list): Declare.
24788 (customize-create-theme, custom-theme-revert, custom-theme-write)
24789 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24790 Mark unused parameters.
24791
24792 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24793
24794 * delim-col.el (delimit-columns-max): Move defvar before first use.
24795
24796 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24797 (describe-char): Don't quote `lambda'. Mark unused parameter.
24798
24799 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24800 (auto-insert): Declare.
24801 (desktop-restore-file-buffer): Rename desktop-* parameters;
24802 mark unused ones.
24803 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24804 (desktop-buffer): Rename desktop-* parameters.
24805
24806 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24807 (dframe-reposition-frame-xemacs, dframe-help-echo)
24808 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24809 Mark unused parameters.
24810
24811 * dired-aux.el (backup-extract-version-start, overwrite-query)
24812 (overwrite-backup-query, rename-regexp-query)
24813 (rename-non-directory-query): Declare.
24814 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24815 (dired-add-entry): Remove unused variable `orig-file-name'.
24816 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24817 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24818 `dired-copy-preserve-time' directly.
24819 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24820 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24821
24822 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24823 (dired-virtual-revert, dired-make-relative-symlink):
24824 Mark unused parameters.
24825 (manual-program): Declare.
24826 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24827 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24828 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24829
24830 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24831
24832 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24833
24834 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24835 Declare.
24836
24837 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24838
24839 * electric.el (Electric-command-loop): Rename parameter
24840 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24841
24842 * expand.el (expand-in-literal): Remove unused variable `here'.
24843
24844 * facemenu.el (facemenu-add-new-color):
24845 Remove unused variable `docstring'.
24846
24847 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24848 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24849 (face-attr-construct): Mark unused parameter. Doc fix.
24850 (read-color): Remove unused variable `hex-string'.
24851
24852 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24853 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24854 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24855 (display-buffer-other-frame): Remove unused variable `old-window'.
24856 (kill-buffer-hook): Declare.
24857 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24858 Mark unused parameters.
24859 (after-find-file): Pass 1 to `auto-save-mode', not t.
24860
24861 * files-x.el (auto-insert): Declare.
24862 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24863
24864 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24865 variable `buf'. Mark unused parameter.
24866 (find-lisp-insert-directory): Mark unused parameter.
24867
24868 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24869 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24870 (format-common-tail): Remove, unused.
24871 (format-deannotate-region): Remove unused variable `loc'.
24872 (format-annotate-region): Remove unused variable `p'.
24873 (format-annotate-single-property-change): Remove unused variables
24874 `default' and `tail'.
24875
24876 * forms.el (read-file-filter): Declare.
24877 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24878
24879 * frame.el (frame-creation-function-alist): Mark unused parameter.
24880 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24881
24882 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24883 Remove unused parameters.
24884 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24885 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24886
24887 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24888 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24889 (hfy-prepare-tag-map): Mark unused parameters.
24890 (htmlfontify-buffer): Use `called-interactively-p'.
24891
24892 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24893 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24894 (ibuffer-do-occur): Mark unused parameters.
24895 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24896 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24897
24898 * ibuffer.el: Don't quote `lambda'.
24899 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24900 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24901 Mark unused parameters.
24902
24903 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24904 (ido-completing-read): Mark unused parameters.
24905 (ido-copy-current-word): Mark unused parameters;
24906 remove unused variable `name'.
24907 (ido-sort-merged-list): Remove unused parameter `dirs'.
24908
24909 * ielm.el (ielm-input-sender): Mark unused parameter.
24910 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24911 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24912 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24913 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24914 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24915
24916 * image-dired.el (image-dired-display-thumbs): Remove unused
24917 variables `curr-file' and `count'.
24918 (image-dired-remove-tag): Remove unused variable `start'.
24919 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24920 variable `curr-file'
24921 (image-dired-rotate-original): Remove unused variable `temp-file'.
24922 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24923 Remove unused variable `file'.
24924 (image-dired-gallery-generate): Remove unused variable `curr'.
24925 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24926
24927 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24928
24929 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24930
24931 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24932
24933 * isearch.el (minibuffer-history-symbol): Declare.
24934 (isearch-edit-string): Remove unused variable `err'.
24935 (isearch-message-prefix, isearch-message-suffix):
24936 Mark unused parameters.
24937
24938 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24939
24940 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24941
24942 * makesum.el (double-column): Remove unused variable `cnt'.
24943
24944 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24945 (ido-ignore-item-temp-list): Declare.
24946
24947 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24948 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24949 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24950 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24951 `mouse-col-delta'.
24952
24953 * mouse-sel.el (mouse-extend-internal):
24954 Remove unused variable `orig-window-frame'.
24955
24956 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24957 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24958 Move declarations before first use.
24959 (pcomplete-opt): Mark unused parameters; doc fix.
24960
24961 * proced.el (proced-revert): Mark unused parameter.
24962 (proced-send-signal): Remove unused variable `err'.
24963
24964 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24965 Rename parameter PREFIX-ARG to ARG.
24966 (ps-basic-plot-string, ps-basic-plot-whitespace):
24967 Mark unused parameters.
24968
24969 * replace.el (replace-count): Define.
24970 (occur-revert-function): Mark unused parameters.
24971 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24972 (isearch-case-fold-search, isearch-string): Declare.
24973 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24974 bind `case-fold-search'. Remove unused variables `beg' and `end',
24975 and simplify.
24976 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24977 COUNT and bind `replace-count'.
24978 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24979 to COUNT.
24980
24981 * savehist.el (print-readably, print-string-length): Declare.
24982
24983 * shadowfile.el (shadow-expand-cluster-in-file-name):
24984 Remove unused variable `cluster'.
24985 (shadow-copy-file): Remove unused variable `i'.
24986 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24987 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24988 (shadow-define-literal-group, shadow-define-regexp-group)
24989 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24990
24991 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24992 (shell): Use `called-interactively-p'.
24993 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24994
24995 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24996 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24997 (delete-backward-char): Remove unused variable `ocol'.
24998 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24999 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25000 (event-apply-hyper-modifier, event-apply-shift-modifier)
25001 (event-apply-control-modifier, event-apply-meta-modifier):
25002 Mark unused parameters.
25003 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25004 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25005
25006 * speedbar.el (speedbar-ignored-directory-expressions)
25007 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25008 (speedbar-find-file, speedbar-dir-follow)
25009 (speedbar-directory-buttons-follow, speedbar-tag-find)
25010 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25011 (speedbar-buffers-line-directory, speedbar-buffer-click):
25012 Mark unused parameters.
25013 (speedbar-tag-file): Remove unused variable `mode'.
25014 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25015
25016 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25017
25018 * talk.el (talk): Remove unused variable `display'.
25019
25020 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25021 (tar-write-region-annotate): Mark unused parameter.
25022
25023 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25024 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25025 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25026 warning by another.
25027
25028 * time-stamp.el (time-stamp-string-preprocess):
25029 Remove unused variable `require-padding'.
25030
25031 * tree-widget.el (widget-glyph-enable): Declare.
25032 (tree-widget-action): Mark unused parameter.
25033
25034 * w32-fns.el (x-get-selection): Mark unused parameter.
25035 (autoload-make-program, generated-autoload-file): Declare.
25036
25037 * wdired.el (wdired-revert): Mark unused parameters.
25038 (wdired-xcase-word): Remove unused variable `err'.
25039
25040 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25041 (whitespace-help-scroll): Remove unused variable `data-help'.
25042
25043 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25044 (widget-image-insert, widget-after-change, default)
25045 (widget-default-format-handler, widget-default-notify)
25046 (widget-default-prompt-value, widget-info-link-action)
25047 (widget-url-link-action, widget-function-link-action)
25048 (widget-variable-link-action, widget-file-link-action)
25049 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25050 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25051 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25052 (widget-insert-button-action, widget-delete-button-action, visibility)
25053 (widget-documentation-link-action, widget-documentation-string-action)
25054 (widget-const-prompt-value, widget-regexp-match, symbol)
25055 (widget-coding-system-prompt-value)
25056 (widget-key-sequence-value-to-external, sexp)
25057 (widget-sexp-value-to-internal, character, vector, cons)
25058 (widget-choice-prompt-value, widget-boolean-prompt-value)
25059 (widget-color--choose-action): Mark unused parameters.
25060 (widget-item-match-inline, widget-choice-match-inline)
25061 (widget-checklist-match, widget-checklist-match-inline)
25062 (widget-group-match): Rename parameter VALUES to VALS.
25063 (widget-field-value-set): Remove unused variable `size'.
25064 (widget-color-action): Remove unused variables `value' and `start'.
25065
25066 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25067 variable `dir'. Doc fix.
25068 (windmove-find-other-window): Don't pass it.
25069
25070 * window.el (count-windows): Mark unused parameter.
25071 (bw-adjust-window): Remove unused variable `err'.
25072
25073 * woman.el (woman-file-name): Remove unused variable `default'.
25074 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25075 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25076 (global-font-lock-mode): Declare.
25077 (woman-decode-region): Mark unused parameter.
25078 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25079
25080 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25081 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25082 (x-dnd-handle-moz-url): Remove unused variable `title'.
25083 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25084
25085 * xml.el (xml-parse-tag, xml-parse-attlist):
25086 Remove unused variable `pos'.
25087
25088 2011-04-19 Glenn Morris <rgm@gnu.org>
25089
25090 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25091 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25092 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25093 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25094 * calendar/cal-html.el (cal-html-insert-minical):
25095 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25096 (calendar-mark-date-pattern):
25097 Prefix "unused" locals.
25098
25099 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25100 optional argument `style'.
25101
25102 * calendar/appt.el (appt-make-list):
25103 * calendar/cal-china.el (calendar-chinese-date-string):
25104 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25105 (diary-hebrew-yahrzeit):
25106 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25107 * calendar/calendar.el (calendar-generate-window):
25108 * calendar/time-date.el (time-to-days):
25109 Remove unused local variables.
25110
25111 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25112
25113 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25114 glyphless-char-display table.
25115 (tabulated-list-glyphless-char-display): New var.
25116
25117 2011-04-18 Sam Steingold <sds@gnu.org>
25118
25119 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25120 to acknowledgments.
25121
25122 2011-04-17 Glenn Morris <rgm@gnu.org>
25123
25124 * calendar/diary-lib.el (diary-sexp-entry):
25125 * calendar/holidays.el (holiday-sexp):
25126 Set debug-on-error rather than the removed stack-trace-on-error.
25127
25128 2011-04-16 Glenn Morris <rgm@gnu.org>
25129
25130 * progmodes/f90.el: Use lexical-binding.
25131 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25132
25133 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25134
25135 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25136 (mail-mode): Setup mailalias completion here instead.
25137 * mail/mailalias.el: Use lexical-binding.
25138 (pattern, mailalias-done): Declare dynamic.
25139 (mail-completion-at-point-function): New function, from mail-complete.
25140 (mail-complete): Use it.
25141 (mail-completion-expand): New function.
25142 (mail-get-names): Use it.
25143 (mail-directory, mail-directory-process, mail-directory-stream):
25144 Don't use `pattern' for lexically bound arg.
25145
25146 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25147
25148 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25149 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25150 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25151
25152 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25153 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25154 (byte-interactive-p): Define them again, for use when inlining
25155 old code.
25156
25157 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25158
25159 * loadup.el: Use `string-to-number', not `string-to-int'.
25160
25161 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25162
25163 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25164 gud-gdb-complete-command.
25165 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25166 (gud-gdb-completion-at-point): New function.
25167 (gud-gdb-completions): Remove.
25168
25169 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25170
25171 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25172 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25173 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25174 whether `executable-find' is bound.
25175
25176 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25177
25178 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25179
25180 * minibuffer.el (completion-in-region-mode-predicate)
25181 (completion-in-region-mode--predicate): New vars.
25182 (completion-in-region, completion-in-region--postch)
25183 (completion-in-region-mode): Use them.
25184 (completion--capf-wrapper): Also return the hook function.
25185 (completion-at-point, completion-help-at-point):
25186 Adjust and provide a predicate.
25187
25188 Preserve arg names for advice of subr and lexical functions (bug#8457).
25189 * help-fns.el (help-function-arglist): Consolidate the subr and
25190 new-byte-code cases. Add argument `preserve-names' to extract names
25191 from the docstring when needed.
25192 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25193 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25194 (ad-arglist): Use help-function-arglist's new arg.
25195 (ad-definition-type): Use cond.
25196
25197 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25198
25199 * autorevert.el (auto-revert-handler):
25200 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25201 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25202 Don't quote lambda.
25203
25204 * image-mode.el (image-transform-set-scale):
25205 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25206
25207 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25208
25209 * net/network-stream.el (network-stream-open-starttls): Only do
25210 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25211 Upgrades via gnutls-cli are too slow to be done opportunistically.
25212
25213 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25214
25215 * dframe.el (dframe-current-frame): Remove spurious quote.
25216
25217 2011-04-12 Glenn Morris <rgm@gnu.org>
25218
25219 * calendar/cal-tex.el (cal-tex-end-document):
25220 Try to automatically use latin1 input if needed.
25221
25222 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25223 Don't try to cons a mark onto an empty element.
25224
25225 2011-04-11 Leo Liu <sdl.web@gmail.com>
25226
25227 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25228 buffers.
25229 (ido-kill-buffer-at-head): Support killing virtual buffers.
25230
25231 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25232
25233 * minibuffer.el (completion-show-inline-help): New var.
25234 (completion--do-completion, minibuffer-complete)
25235 (minibuffer-force-complete, minibuffer-complete-word):
25236 Inhibit minibuffer messages if completion-show-inline-help is nil.
25237
25238 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25239 to avoid interference from inline help (Bug#5849).
25240
25241 2011-04-10 Leo Liu <sdl.web@gmail.com>
25242
25243 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25244 Fix typo.
25245
25246 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25247
25248 * image-mode.el (image-toggle-display-image): Signal an error if
25249 not in Image mode.
25250 (image-transform-mode, image-transform-resize)
25251 (image-transform-set-rotation): Doc fix.
25252 (image-transform-set-resize): Delete.
25253 (image-transform-set-scale, image-transform-fit-to-height)
25254 (image-transform-fit-to-width): Handle image-toggle-display-image
25255 and image-transform-resize directly.
25256
25257 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25258
25259 * doc-view.el (doc-view-fit-width-to-window)
25260 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25261 New functions for fitting the shown image to the Emacs window size.
25262 (doc-view-mode-map): Add bindings for the new functions.
25263
25264 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25265
25266 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25267 Fix typo in docstring.
25268
25269 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25270
25271 * files.el (file-size-human-readable): Produce one digit after
25272 decimal, like "ls -lh" does.
25273
25274 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25275 the file size representation.
25276
25277 * simple.el (list-processes): If async subprocesses are not
25278 available, error out with a clear error message.
25279
25280 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25281
25282 * help.el (help-form-show): New function, to be called from C.
25283 Put help-form output in a buffer named differently than *Help*.
25284
25285 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25286
25287 * files.el (file-size-human-readable): New function.
25288
25289 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25290 computing the representation inline. Don't require `cl'.
25291
25292 2011-04-08 Glenn Morris <rgm@gnu.org>
25293
25294 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25295
25296 * net/browse-url.el (browse-url-firefox):
25297 Test system-type, not system-configuration.
25298
25299 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25300 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25301 Use log-edit-empty-buffer-p. (Bug#7598)
25302
25303 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25304 (rlogin-mode-map): Initialize in the defvar.
25305 (rlogin): Use ignore-errors.
25306
25307 * replace.el (occur-mode-map): Some fixes for menu items.
25308
25309 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25310
25311 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25312
25313 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25314
25315 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25316 issuing unused warnings.
25317
25318 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25319 macro directly.
25320
25321 * simple.el: Lisp reimplement of list-processes. Based on an
25322 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25323 (process-menu-mode): New major mode.
25324 (list-processes--refresh, list-processes):
25325 (process-menu-visit-buffer): New functions.
25326
25327 * files.el (save-buffers-kill-emacs): Don't assume any return
25328 value of list-processes, which is undocumented anyway.
25329
25330 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25331
25332 * emacs-lisp/tabulated-list.el: New file.
25333
25334 * emacs-lisp/package.el: Use Tabulated List mode.
25335 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25336 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25337 table format using Tabulated List mode variables.
25338 (package--push): New macro, replacing package-list-maybe-add.
25339 (package-menu--generate): Use package--push. Renamed from
25340 package--generate-package-list.
25341 (package-menu-refresh, list-packages): Use it.
25342 (package-menu--print-info): Rename from package-print-package.
25343 Return insertion data instead of inserting it directly.
25344 (package-menu-describe-package, package-menu-execute):
25345 Use tabulated-list-get-id.
25346 (package-menu-mark-delete, package-menu-mark-install)
25347 (package-menu-mark-unmark, package-menu-backup-unmark)
25348 (package-menu-mark-obsolete-for-deletion):
25349 Use tabulated-list-put-tag.
25350 (package--list-packages, package-menu-revert)
25351 (package-menu-get-package, package-menu-get-version)
25352 (package-menu-sort-by-column): Functions deleted.
25353 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25354 (package-menu--status-predicate, package-menu--version-predicate)
25355 (package-menu--name-predicate)
25356 (package-menu--description-predicate): Handle arguments in the
25357 Tabulated List format.
25358 (package-list-packages-no-fetch): Call list-packages.
25359
25360 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25361
25362 * files.el (after-find-file-from-revert-buffer): Remove variable.
25363 (after-find-file): Don't bind it.
25364 (revert-buffer-in-progress-p): New variable.
25365 (revert-buffer): Bind it.
25366 Pass nil for `after-find-file-from-revert-buffer'.
25367
25368 * saveplace.el (save-place-find-file-hook): Use new variable
25369 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25370
25371 2011-04-06 Glenn Morris <rgm@gnu.org>
25372
25373 * Makefile.in (AUTOGEN_VCS): New variable.
25374 (autoloads): Use $AUTOGEN_VCS.
25375
25376 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25377 * calendar/calendar.el (calendar-mode-map):
25378 Check for toolkit scroll bars. (Bug#8305)
25379
25380 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25381
25382 * minibuffer.el (completion-in-region--postch)
25383 (completion-in-region-mode): Remove unnecessary messages.
25384
25385 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25386
25387 * font-lock.el (font-lock-refresh-defaults):
25388 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25389 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25390
25391 * info.el (Info-directory-list, Info-read-node-name-2)
25392 (Info-split-parameter-string): Doc fixes.
25393 (Info-virtual-nodes): Reflow docstring.
25394 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25395 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25396 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25397 Fix typos in docstrings.
25398 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25399 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25400 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25401 (Info-restore-desktop-buffer): Mark unused parameters.
25402 (Info-directory-find-file, Info-directory-find-node)
25403 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25404 (Info-virtual-index-find-node, Info-apropos-find-file)
25405 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25406 Mark unused parameters; fix typos in docstrings.
25407 (Info-virtual-index): Remove unused local variable `nodename'.
25408
25409 2011-04-05 Deniz Dogan <deniz@dogan.se>
25410
25411 * net/rcirc.el: Update my e-mail address.
25412 (rcirc-mode-map): Remove M-o binding.
25413
25414 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25415
25416 * startup.el (command-line): Save the cursor's theme-face
25417 directly, instead of using face-override-spec.
25418
25419 * custom.el (load-theme): Minor optimization in assigning faces.
25420
25421 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25422
25423 * help-fns.el (describe-variable): Complete all variables having
25424 documentation, including keywords.
25425 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25426
25427 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25428
25429 Convert to lexical-binding.
25430
25431 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25432 (bs--get-marked-string, bs--get-modified-string)
25433 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25434 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25435 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25436
25437 * ehelp.el (electric-help-execute-extended)
25438 (electric-help-ctrl-x-prefix):
25439 * hexl.el (hexl-revert-buffer-function):
25440 * linum.el (linum-after-change, linum-after-scroll):
25441 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25442
25443 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25444
25445 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25446
25447 * epa-dired.el:
25448 * epa-mail.el:
25449 * epa-hook.el:
25450 * epa-file.el:
25451 * epa.el:
25452 * epg.el: Use lexical binding.
25453
25454 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25455
25456 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25457
25458 * textmodes/flyspell.el (flyspell-word): Recognize default
25459 dictionary case for flyspell-mark-duplications-exceptions.
25460 Use regexp matching for languages.
25461 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25462 default dictionary (Bug#7926).
25463
25464 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25465
25466 * emacs-lisp/package.el (package--with-work-buffer):
25467 Recognize https URLs.
25468
25469 * net/network-stream.el: Move from gnus/proto-stream.el.
25470 Change prefix to network-stream throughout.
25471 (open-protocol-stream): Merge into open-network-stream, leaving
25472 open-protocol-stream as an alias. Handle nil BUFFER args.
25473
25474 * subr.el (open-network-stream): Move to net/network-stream.el.
25475
25476 2011-04-02 Glenn Morris <rgm@gnu.org>
25477
25478 * find-dired.el (find-exec-terminator): New option.
25479 (find-ls-option): Test for -ls support.
25480 (find-ls-subdir-switches): Test for -b in find-ls-option.
25481 (find-dired, find-grep-dired): Doc fixes.
25482 (find-dired): Use find-exec-terminator.
25483
25484 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25485 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25486 (find-name-arg): Remove purecopy.
25487
25488 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25489 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25490 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25491 accordingly. Don't add the null-device if not needed.
25492
25493 * files.el (save-some-buffers): Doc fix.
25494
25495 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25496
25497 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25498
25499 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25500
25501 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25502 Use `dolist' rather than `mapcar'.
25503
25504 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25505
25506 Add lexical binding.
25507
25508 * subr.el (apply-partially): Use new closures rather than CL.
25509 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25510 (dolist, dotimes): Use slightly different expansion for lexical code.
25511 (functionp): Move to C.
25512 (letrec): New macro.
25513 (with-wrapper-hook): Use it and apply-partially instead of CL.
25514 (eval-after-load): Preserve lexical-binding.
25515 (save-window-excursion, with-output-to-temp-buffer): Turn them
25516 into macros.
25517
25518 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25519
25520 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25521 than the arglist.
25522 (help-add-fundoc-usage): Don't add `Not documented'.
25523 (help-function-arglist): Handle closures, subroutines, and new
25524 byte-code-functions.
25525 (help-make-usage): Remove leading underscores.
25526 (describe-function-1): Handle closures.
25527 (describe-variable): Use special-variable-p for completion.
25528
25529 * files.el (lexical-binding): Declare safe.
25530
25531 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25532 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25533 (pcase): Add `let' pattern.
25534 Change memoization so it actually works.
25535 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25536 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25537 <let>: New case.
25538
25539 * emacs-lisp/macroexp.el: Use lexical binding.
25540 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25541 Don't convert ' to #' without checking that it's indeed quoting
25542 a lambda.
25543
25544 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25545 Use eval-sexp-add-defvars.
25546 (eval-sexp-add-defvars): New fun.
25547
25548 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25549
25550 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25551 Don't autoload.
25552 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25553 than the internal `byte-compile-lambda'.
25554 (defmethod): Don't hide code under quotes.
25555 (eieio-defmethod): New `code' argument.
25556
25557 * emacs-lisp/eieio-comp.el: Remove.
25558
25559 * emacs-lisp/edebug.el (edebug-eval-defun)
25560 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25561 (edebug-toggle): Avoid `eval'.
25562
25563 * emacs-lisp/disass.el (disassemble-internal): Handle new
25564 `closure' objects.
25565 (disassemble-1): Handle new byte codes.
25566
25567 * emacs-lisp/cl.el (pushnew): Silence warning.
25568
25569 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25570 (cl-byte-compile-throw): Remove.
25571 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25572
25573 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25574 closures.
25575
25576 * emacs-lisp/cconv.el: New file.
25577
25578 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25579 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25580 (byte-compile-initial-macro-environment):
25581 Handle declare-function here.
25582 (byte-compile--lexical-environment): New var.
25583 (byte-stack-ref, byte-stack-set, byte-discardN)
25584 (byte-discardN-preserve-tos): New lap codes.
25585 (byte-interactive-p): Don't use any more.
25586 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25587 New macros.
25588 (byte-compile-lapcode): Use them and handle new lap codes.
25589 (byte-compile-obsolete): Remove.
25590 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25591 (byte-compile-arglist-warn): Check late def of inlinable funs.
25592 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25593 since they should have been expanded by now.
25594 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25595 (byte-compile-from-buffer): Remove unused second arg.
25596 (byte-compile-preprocess): New function.
25597 (byte-compile-toplevel-file-form): New function to distinguish
25598 file-form calls from outside from file-form calls from hunk-handlers.
25599 (byte-compile-file-form): Simplify.
25600 (byte-compile-file-form-defsubst): Remove.
25601 (byte-compile-file-form-defmumble): Simplify now that
25602 byte-compile-lambda always returns a byte-code-function.
25603 (byte-compile): Preprocess.
25604 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25605 Remove, not used any more.
25606 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25607 (byte-compile-make-args-desc): New funs.
25608 (byte-compile-lambda): Handle lexical functions. Always return
25609 a byte-code-function.
25610 (byte-compile-reserved-constants): New var, to make up room for
25611 closed-over variables.
25612 (byte-compile-constants-vector): Obey it.
25613 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25614 (byte-compile-macroexpand-declare-function): New function.
25615 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25616 byte-code-functions.
25617 (byte-compile-form): Check obsolescence here.
25618 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25619 (byte-compile-variable-ref): Remove.
25620 (byte-compile-dynamic-variable-op): New fun.
25621 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25622 (byte-compile-variable-set): New funs.
25623 (byte-compile-discard): Add 2 args.
25624 (byte-compile-stack-ref, byte-compile-stack-set)
25625 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25626 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25627 macroexpand-all instead.
25628 (byte-compile-quote-form): Remove.
25629 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25630 (byte-compile-bind, byte-compile-unbind): New funs.
25631 (byte-compile-let): Handle let* and lexical binding.
25632 (byte-compile-let*): Remove.
25633 (byte-compile-catch, byte-compile-unwind-protect)
25634 (byte-compile-track-mouse, byte-compile-condition-case):
25635 Handle a new :fun-body form, used for lexical scoping.
25636 (byte-compile-save-window-excursion)
25637 (byte-compile-with-output-to-temp-buffer): Remove.
25638 (byte-compile-defun): Simplify.
25639 (byte-compile-stack-adjustment): New fun.
25640 (byte-compile-out): Use it.
25641 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25642
25643 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25644 handler any more.
25645
25646 * emacs-lisp/byte-opt.el: Use lexical binding.
25647 (byte-inline-lapcode): Remove (to bytecomp).
25648 (byte-compile-inline-expand): Pay attention to inlining to/from
25649 lexically bound code.
25650 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25651 any more.
25652 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25653 any more and don't call compiler-macros.
25654 (byte-compile-splice-in-already-compiled-code): Remove.
25655 (byte-code): Don't inline any more.
25656 (disassemble-offset): Receive `bytes' as argument rather than via
25657 dynamic scoping.
25658 (byte-compile-tag-number): Declare before first use.
25659 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25660 `return' even if make-spliceable.
25661 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25662 obsolete interactive-p.
25663 (byte-optimize-lapcode): Optimize new lap-codes.
25664 Don't trip up on new form of `byte-constant' lap code.
25665
25666 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25667
25668 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25669
25670 * custom.el (custom-initialize-default, custom-declare-variable):
25671 Use `defvar'.
25672
25673 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25674 New variables.
25675 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25676 (COMPILE_FIRST): Add macroexp and cconv.
25677 * makefile.w32-in: Mirror changes in Makefile.in.
25678
25679 * vc/cvs-status.el:
25680 * vc/diff-mode.el:
25681 * vc/log-edit.el:
25682 * vc/log-view.el:
25683 * vc/smerge-mode.el:
25684 * textmodes/bibtex-style.el:
25685 * textmodes/css-mode.el:
25686 * startup.el:
25687 * uniquify.el:
25688 * minibuffer.el:
25689 * newcomment.el:
25690 * reveal.el:
25691 * server.el:
25692 * mpc.el:
25693 * emacs-lisp/smie.el:
25694 * doc-view.el:
25695 * dired.el:
25696 * abbrev.el: Use lexical binding.
25697
25698 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25699
25700 * info.el (info-display-manual): New function.
25701
25702 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25703
25704 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25705
25706 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25707
25708 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25709 an entry for that server in rcirc-authinfo. (Bug#8385)
25710
25711 2011-03-31 Glenn Morris <rgm@gnu.org>
25712
25713 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25714
25715 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25716
25717 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25718
25719 * progmodes/python.el (python-default-interpreter)
25720 (python-python-command-args, python-jython-command-args)
25721 (python-which-shell, python-which-args, python-which-bufname)
25722 (python-file-queue, python-comint-output-filter-function)
25723 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25724 variables and functions.
25725
25726 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25727
25728 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25729 (completion-in-region-mode): New minor mode.
25730 (completion-in-region): Use it.
25731 (completion-in-region--data, completion-in-region-mode-map): New vars.
25732 (completion-in-region--postch): New function.
25733 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25734 New vars.
25735 (completion--capf-wrapper): New function.
25736 (completion-at-point): Use it to track well-behavedness of
25737 hook functions.
25738 (completion-help-at-point): New command.
25739
25740 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25741
25742 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25743 syntax class to search for whitespace on a single line
25744 (Message-ID: <4D938140.4030905@redhat.com>).
25745
25746 2011-03-30 Leo Liu <sdl.web@gmail.com>
25747
25748 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25749 New commands.
25750 (edit-abbrevs-map): Bind them here.
25751 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25752
25753 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25754
25755 * allout.el (allout-hide-by-annotation, allout-flag-region):
25756 Reduce possibility of overlay leakage by making them volatile.
25757
25758 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25759 hash is not shared between buffers. Mode initialization is
25760 responsible for giving it a useful starting value.
25761 (allout-item-span): Reduce possibility of overlay leakage by
25762 making them volatile.
25763 (allout-widgets-count-buttons-in-region): Add diagnostic function
25764 for tracking down button overlay leaks.
25765
25766 2011-03-29 Leo Liu <sdl.web@gmail.com>
25767
25768 * ido.el (ido-read-internal): Use the default history var
25769 minibuffer-history if no HISTORY is specified.
25770
25771 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25772
25773 * net/imap.el (imap-shell-open, imap-process-connection-type):
25774 Use imap-process-connection-type for 'shell' streams as well as
25775 Kerberos, SSL, other subprocesses.
25776
25777 2011-03-28 Leo Liu <sdl.web@gmail.com>
25778
25779 * abbrev.el (abbrev-table-empty-p): New function.
25780 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25781 nonempty ones. (Bug#5937)
25782
25783 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25784
25785 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25786
25787 2011-03-27 Leo Liu <sdl.web@gmail.com>
25788
25789 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25790 for foreground and background colors.
25791 (ansi-color-make-color-map): Adapt.
25792
25793 2011-03-25 Leo Liu <sdl.web@gmail.com>
25794
25795 * midnight.el (midnight-time-float): Remove. Note it calculates
25796 the microsecond component incorrectly and seconds-to-time does the
25797 same job.
25798 Remove redundant (require 'timer).
25799
25800 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25801 (ido-completions): Remove unused arguments. (Bug#8329)
25802
25803 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25804
25805 * minibuffer.el (completion--flush-all-sorted-completions):
25806 Remove itself from hook.
25807 (completion-at-point): Let the functions perform the completion
25808 immediately and return nil or t.
25809 * comint.el (comint-dynamic-complete-functions): Now identical to
25810 completion-at-point-functions.
25811 (comint-dynamic-list-input-ring): Remove unused var `index'.
25812 (comint--match-partial-filename, comint--unquote&expand-filename):
25813 New funs, split from comint-match-partial-filename.
25814 (comint-dynamic-complete): Use completion-at-point.
25815 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25816
25817 2011-03-24 Drew Adams <drew.adams@oracle.com>
25818
25819 * thingatpt.el: Support `defun'.
25820
25821 2011-03-23 Leo Liu <sdl.web@gmail.com>
25822
25823 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25824
25825 * help-mode.el (help-mode-finish): Tweak regexp.
25826
25827 2011-03-23 Glenn Morris <rgm@gnu.org>
25828
25829 * eshell/esh-opt.el (eshell-eval-using-options):
25830 Do not bind unused local variable `eshell-option-stub'.
25831
25832 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25833
25834 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25835
25836 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25837 keymap variable in `with-no-warnings' to avoid a warning when the
25838 keymap has been already `defconst'ed.
25839
25840 2011-03-22 Leo Liu <sdl.web@gmail.com>
25841
25842 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25843 encode all chars in abbrevs; otherwise use emacs-mule or
25844 utf-8-emacs. (Bug#8308)
25845
25846 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25847
25848 * simple.el (backward-delete-char-untabify):
25849 Avoid warning about using `delete-backward-char'.
25850
25851 * image.el (image-type-file-name-regexps): Make it variable.
25852 `imagemagick-register-types' modifies it, and the user may want
25853 to add new extensions for known image types.
25854 (imagemagick-register-types): Throw error if not using ImageMagick.
25855
25856 2011-03-22 Leo Liu <sdl.web@gmail.com>
25857
25858 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25859 located before rcirc-prompt-end-marker.
25860 (rcirc-complete): Error if point is not after rcirc prompt.
25861 Handle the case when table is nil.
25862 (rcirc-user-authenticated): Define to fix compiler warning.
25863
25864 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25865
25866 * custom.el (custom--inhibit-theme-enable): Make it affect only
25867 custom-theme-set-variables and custom-theme-set-faces.
25868 (provide-theme): Ignore custom--inhibit-theme-enable.
25869 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25870 (custom-enabling-themes): Delete variable.
25871 (enable-theme): Accept only loaded themes as arguments.
25872 Ignore the special custom-enabled-themes variable.
25873 (custom-enabled-themes): Forbid themes from setting this.
25874 Eliminate use of custom-enabling-themes.
25875 (custom-push-theme): Quote "changed" custom var entry.
25876
25877 2011-03-21 Leo Liu <sdl.web@gmail.com>
25878
25879 * ido.el (ido-read-internal): Add ido-selected to history instead
25880 of user input.
25881
25882 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25883
25884 * subr.el (deferred-action-list, deferred-action-function):
25885 Mark obsolete.
25886
25887 2011-03-21 Leo Liu <sdl.web@gmail.com>
25888
25889 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25890 change on 2011-02-13 (bug#8309).
25891
25892 * minibuffer.el (read-file-name-function): Change default value.
25893 (read-file-name--defaults): Rename from read-file-name-defaults.
25894 (read-file-name-default): Rename from read-file-name.
25895 (read-file-name): Call read-file-name-function.
25896
25897 2011-03-21 Glenn Morris <rgm@gnu.org>
25898
25899 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25900 Doc fixes.
25901
25902 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25903
25904 * cus-theme.el: Add missing provide statement.
25905 (customize-create-theme): Extract theme value correctly.
25906 (custom-theme-visit-theme): Autoload.
25907 (customize-create-theme): Prompt before inserting default faces.
25908
25909 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25910
25911 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25912 units and musical notes.
25913
25914 2011-03-20 Leo Liu <sdl.web@gmail.com>
25915
25916 * ido.el (ido-read-internal): Use completing-read-default.
25917 (ido-completing-read): Fix compatibility with completing-read.
25918
25919 2011-03-20 Christian Ohler <ohler@gnu.org>
25920
25921 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25922 (ert-delete-all-tests): Use `called-interactively-p' rather than
25923 `interactive-p'.
25924 (ert--make-xrefs-region): Respect END.
25925
25926 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25927
25928 * dired-aux.el (dired-create-directory): Signal an error if the
25929 directory already exists (Bug#8246).
25930
25931 * facemenu.el (list-colors-display): Call list-faces-display
25932 inside with-help-window.
25933 (list-colors-print): Use display property to align the final
25934 column, instead of checking window-width.
25935
25936 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25937
25938 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25939 windows-nt systems.
25940 (emerge-protect-metachars): Quote correctly for ms-dos and
25941 windows-nt systems.
25942
25943 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25944
25945 * info.el (info-initialize): Replace all uses of `:' with
25946 path-separator for compatibility with non-Unix systems.
25947 Cache quoting of path-separator. (Bug#8258)
25948
25949 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25950
25951 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25952 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25953 (mouse-avoidance-mode): Fix typos in docstrings.
25954
25955 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25956
25957 * startup.el (package-subdirectory-regexp): Move from package.el.
25958 Omit \\` and \\', and let callers add them.
25959
25960 * emacs-lisp/package.el (package-strip-version)
25961 (package-load-all-descriptors): Add \\` and \\' to
25962 package-subdirectory-regexp before using it.
25963 (package-untar-buffer): New arg DIR; ensure that file untars only
25964 into this expected directory. Remove superfluous delete-region.
25965 (package-unpack): Caller changed.
25966 (package-tar-file-info): Use package-subdirectory-regexp.
25967
25968 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25969
25970 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25971 diff-mode-shared-map (bug#8284).
25972 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25973
25974 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25975
25976 * calendar/time-date.el (format-seconds): Use assoc instead of
25977 assoc-string, since assoc-string doesn't exist in XEmacs.
25978
25979 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25980
25981 * custom.el (custom-known-themes): Reflow docstring.
25982 (custom-theme-load-path): Fix typo in docstring.
25983 (load-theme): Fix typo in error message.
25984 (custom-available-themes, custom-variable-theme-value):
25985 Use `let', not `let*'.
25986
25987 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25988
25989 * calc/README: Mention inclusion of musical notes.
25990
25991 * calc/calc-units.el (calc-lu-quant): Rename from
25992 `calc-logunits-quantity'.
25993 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25994 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25995 (calc-db): Rename from `calc-dblevel'.
25996 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25997 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25998 (calc-np): Rename from `calc-nplevel'.
25999 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26000 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26001 (calc-lu-plus): Rename from `calc-logunits-add'.
26002 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26003 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26004 (calc-lu-minus): Rename from `calc-logunits-sub'.
26005 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26006 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26007 (calc-lu-times): Rename from `calc-logunits-mul'.
26008 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26009 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26010 (calc-lu-divide): Rename from `calc-logunits-div'.
26011 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26012 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26013
26014 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26015 functions being autoloaded.
26016
26017 * calc/calc.el (calc-lu-power-reference): Rename from
26018 `calc-logunits-power-reference'.
26019 (calc-lu-field-reference): Rename from
26020 `calc-logunits-field-reference'.
26021
26022 * calc/calc-help.el (calc-l-prefix-help):
26023 Mention musical note functions.
26024
26025 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26026
26027 * minibuffer.el (completion-all-sorted-completions):
26028 Use :completion-cycle-penalty text property if present.
26029
26030 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26031
26032 * allout.el (allout-yank-processing): Adjust for new rebulleting
26033 regime so bullet being yanked is used without prompting the user
26034 for a choice.
26035
26036 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26037
26038 * startup.el (command-line): Warn the user that _emacs is deprecated.
26039
26040 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26041
26042 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26043 (delphi-verbose, delphi-comment-face, delphi-string-face)
26044 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26045 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26046 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26047 (delphi-new-comment-line, delphi-font-lock-defaults)
26048 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26049 Fix typos in docstrings.
26050
26051 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26052
26053 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26054 Invert the roles of character and string values for INSTEAD, so a
26055 string is used for the more common case of a defaulting prompt.
26056
26057 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26058
26059 * progmodes/ruby-mode.el (ruby-backward-sexp):
26060 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26061 * play/gamegrid.el (gamegrid-make-face):
26062 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26063 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26064 * notifications.el (notifications-notify):
26065 * net/xesam.el (xesam-search-engines):
26066 * net/quickurl.el (quickurl-list-insert):
26067 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26068
26069 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26070
26071 * startup.el (command-line): Update package subdirectory regexp.
26072
26073 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26074
26075 * allout.el (allout-abbreviate-flattened-numbering)
26076 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26077
26078 * subr.el (read-char-choice): Only show the cursor after the prompt,
26079 not after the answer.
26080
26081 2011-03-15 Kevin Ryde <user42@zip.com.au>
26082
26083 * help-fns.el (variable-at-point): Skip leading quotes, if any
26084 (bug#8253).
26085
26086 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26087
26088 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26089 warning message.
26090
26091 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26092
26093 * shell.el (shell): When called interactively, offer to change the
26094 shell file name on remote hosts.
26095
26096 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26097
26098 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26099 integration for LDAP parameters. The host, base, user or binddn,
26100 and secret tokens can be specified in a netrc file, for instance.
26101 This is optional because an `auth-source' parameter must be
26102 specified in the search attributes.
26103
26104 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26105
26106 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26107
26108 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26109
26110 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26111 into declaration. Remove redundant and harmful binding.
26112
26113 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26114
26115 * files.el (file-ownership-preserved-p): Pass `integer' as an
26116 explicit 2nd argument to `file-attributes'. If the file's owner
26117 is the Administrators group on Windows, and the current user is
26118 Administrator, consider that a match.
26119
26120 * server.el (server-ensure-safe-dir): Consider server directory
26121 safe on MS-Windows if its owner is the Administrators group while
26122 the current Emacs user is Administrator. Use `=' to compare
26123 numerical UIDs, since they could be integers or floats.
26124
26125 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26126
26127 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26128
26129 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26130
26131 Sync with Tramp 2.2.1.
26132
26133 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26134
26135 * net/trampver.el: Update release number.
26136
26137 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26138
26139 * progmodes/compile.el (compilation--previous-directory): Fix up
26140 various nil/dead-marker mismatches (bug#8014).
26141 (compilation-directory-properties, compilation-error-properties):
26142 Don't call it at a position past the one we're about to change.
26143
26144 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26145 Disable obsolescence warnings in the file that declares it.
26146
26147 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26148
26149 * allout-widgets.el (allout-widgets-tally):
26150 Initialize allout-widgets-tally as a hash table rather than nil to
26151 prevent mode-line redisplay warnings. Also, clarify the module
26152 description and fix a comment typo.
26153
26154 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26155
26156 * help-fns.el (describe-variable): Don't complete keywords.
26157 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26158
26159 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26160
26161 * emacs-lisp/package.el (package-version-join): Impose a standard
26162 string representation for pre/alpha/beta version lists.
26163 (package-unpack-single): Standardize the directory name by passing
26164 it through package-version-join.
26165 (package-strip-rcs-id): Accept any version string that does not
26166 signal an error in version-to-list.
26167
26168 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26169
26170 * simple.el (delete-trailing-whitespace): Return nil for the
26171 benefit of `write-file-functions'.
26172
26173 2011-03-10 Glenn Morris <rgm@gnu.org>
26174
26175 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26176
26177 * vc/vc-git.el (vc-git-program): New option.
26178 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26179 (vc-git--call): Use it.
26180
26181 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26182
26183 * cus-edit.el (Custom-newline): If no button at point, look
26184 for a subgroup button at start-of-line. (Bug#2298)
26185
26186 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26187
26188 2011-03-10 Julien Danjou <julien@danjou.info>
26189
26190 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26191 `cursor-type' is nil.
26192
26193 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26194
26195 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26196
26197 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26198
26199 * allout.el: Change so yank of distinctive-bullet items
26200 preserves the existing header prefix, rebulleting it if necessary,
26201 rather than replacing it. This is necessary for proper operation
26202 of cooperative addons like allout-widgets.
26203 (allout-make-topic-prefix, allout-rebullet-heading):
26204 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26205 value as alternate bullet to be used, instead of prompting the user
26206 for a bullet character.
26207
26208 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26209
26210 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26211 Do not use `tramp-file-name-port', because this returns also
26212 `tramp-default-port'.
26213
26214 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26215
26216 * net/rcirc.el (rcirc-handler-001): Remove useless
26217 with-rcirc-process-buffer.
26218 (rcirc-check-auth-status): Swap arguments to string-match.
26219
26220 2011-03-09 Glenn Morris <rgm@gnu.org>
26221
26222 * shell.el (shell-mode):
26223 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26224
26225 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26226 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26227
26228 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26229
26230 * emacs-lisp/package.el (package-refresh-contents)
26231 (package-menu-execute): Use condition-case-no-debug.
26232
26233 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26234
26235 * simple.el (shell-command-to-string): Use `process-file'.
26236
26237 * emacs-lisp/package.el (package-tar-file-info): Handle also
26238 remote files.
26239
26240 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26241 Use `equal' for upload base check.
26242
26243 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26244
26245 * textmodes/texinfo.el (texinfo-environments):
26246 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26247
26248 2011-03-08 Glenn Morris <rgm@gnu.org>
26249
26250 * cus-start.el (cursor-in-non-selected-windows):
26251 Fix :set quoting oddness. (Bug#8192)
26252
26253 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26254 in some setf expressions. (Bug#2159)
26255
26256 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26257
26258 * custom.el (custom-available-themes): Return themes in
26259 alphabetical order.
26260
26261 See ChangeLog.15 for earlier changes.
26262
26263 ;; Local Variables:
26264 ;; coding: utf-8
26265 ;; End:
26266
26267 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26268
26269 This file is part of GNU Emacs.
26270
26271 GNU Emacs is free software: you can redistribute it and/or modify
26272 it under the terms of the GNU General Public License as published by
26273 the Free Software Foundation, either version 3 of the License, or
26274 (at your option) any later version.
26275
26276 GNU Emacs is distributed in the hope that it will be useful,
26277 but WITHOUT ANY WARRANTY; without even the implied warranty of
26278 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26279 GNU General Public License for more details.
26280
26281 You should have received a copy of the GNU General Public License
26282 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.