]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
lisp/vc/vc-hooks.el (vc-state): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * vc/vc-hooks.el (vc-state): Doc fix.
4
5 2012-12-06 Glenn Morris <rgm@gnu.org>
6
7 * mail/rmail.el (rmail-maybe-display-summary):
8 Preserve buffer, in case select-window changes it. (Bug#13066)
9
10 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
13 cl-load-hook where they belong.
14
15 2012-12-06 Chong Yidong <cyd@gnu.org>
16
17 * ffap.el (ffap-replace-file-component): Fix typo.
18
19 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
22 fix open-paren-like token test (bug#12785).
23
24 2012-12-04 Glenn Morris <rgm@gnu.org>
25
26 * mail/rmailsum.el (rmail-new-summary): Tweak for
27 rmail-maybe-display-summary changing buffer. (Bug#13066)
28
29 2012-12-03 Juri Linkov <juri@jurta.org>
30
31 * info.el (Info-fontify-node): Don't hide the last newline.
32 (Bug#12272)
33
34 2012-12-01 Leo Liu <sdl.web@gmail.com>
35
36 * files.el (dir-locals-read-from-file): Check file non-empty
37 before reading. (Bug#13038)
38
39 2012-11-28 Glenn Morris <rgm@gnu.org>
40
41 * jka-cmpr-hook.el (jka-compr-get-compression-info):
42 Remove any version extension before checking filename. (Bug#13006)
43 (jka-compr-compression-info-list): Belated :version bump.
44
45 2012-11-28 Chong Yidong <cyd@gnu.org>
46
47 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
48
49 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
50 (buffer-menu): Doc fix (Bug#12294).
51
52 2012-11-27 Roland Winkler <winkler@gnu.org>
53
54 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
55 of diary-show-all-entries in the diary buffer (Bug#12994).
56
57 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
58
59 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
60 "<STDIN>". This is binary safe.
61
62 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * textmodes/table.el (table-insert): Don't use `symbol-name' on
65 lexically scoped variables (bug#13005).
66
67 2012-11-26 Glenn Morris <rgm@gnu.org>
68
69 * vc/vc-hooks.el (vc-mistrust-permissions):
70 Default to t, to avoid data-loss. (Bug#11490)
71
72 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
73
74 * progmodes/python.el (python-indent-guess-indent-offset):
75 If indentation is guessed make python-indent-offset buffer-local.
76
77 Fix Imenu regression.
78 * progmodes/python.el (python-nav-beginning-of-defun):
79 Fix forward movement when statement(s) separates point from defun.
80 (python-imenu-prev-index-position): New function.
81
82 2012-11-26 Eli Zaretskii <eliz@gnu.org>
83
84 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
85
86 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
87 Don't set buffer-file-type. Return nil. (Bug#12989)
88
89 2012-11-26 Glenn Morris <rgm@gnu.org>
90
91 * hippie-exp.el (hippie-expand-try-functions-list):
92 Re-autoload it. (Bug#12982)
93
94 2012-11-25 Eli Zaretskii <eliz@gnu.org>
95
96 * descr-text.el (describe-char-padded-string):
97 Call internal-char-font only on GUI frames. (Bug#11964)
98
99 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
100
101 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
102 and obsoletion message.
103
104 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
107 the constructs to keep outside of the `cl-block' (bug#12977).
108
109 2012-11-24 Chong Yidong <cyd@gnu.org>
110
111 * mouse.el (mouse-drag-line): Even if the line is not draggable,
112 keep reading until we get the up-event anyway, in order to process
113 the up-event for mouse-1-click-follows-link (Bug#12971).
114
115 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
118 lexical-binding (bug#12938).
119
120 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
121
122 * image-mode.el (image-transform-check-size): Use assertions only
123 for images of type imagemagick.
124
125 Otherwise no error, image-transform-fit-to-{width,height} is
126 silently ignored, as before. Doc fix.
127
128 2012-11-23 Chong Yidong <cyd@gnu.org>
129
130 * faces.el (color-defined-p): Doc fix (Bug#12853).
131
132 2012-11-23 Juri Linkov <juri@jurta.org>
133
134 * dired.el (dired-mark): Add optional arg `interactive'.
135 Check for `use-region-p' if `interactive' is non-nil.
136 (dired-unmark, dired-flag-file-deletion): Add optional arg
137 `interactive'. Call `dired-mark' with the arg `interactive'.
138 (Bug#10624)
139
140 2012-11-23 Juri Linkov <juri@jurta.org>
141
142 * wdired.el: Revert 2012-10-17 change partly and replace it with
143 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
144 (wdired-finish-edit): Add marks for new file names to
145 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
146 after `revert-buffer'.
147 (wdired-do-renames): Remove calls to `dired-remove-file',
148 `dired-add-file', `dired-add-entry'. (Bug#11795)
149
150 2012-11-21 Alan Mackenzie <acm@muc.de>
151
152 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
153
154 Fix bugs in the state cache. Enhance a debugging mechanism.
155 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
156 "brace at column zero" strategy for C++.
157 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
158 (c-parse-state-point): New variable.
159 (c-record-parse-state-state): Record old parse state with
160 `copy-tree'. Record previous value of point.
161 (c-debug-parse-state-double-cons): New debugging function.
162 (c-debug-parse-state): Call the above new function.
163 (c-toggle-parse-state-debug): Output a confirmatory message.
164
165 * progmodes/cc-mode.el (c-before-change, c-after-change):
166 Call c-invalidate-state-cache from `c-before-change' instead of
167 `c-after-change'.
168
169 2012-11-20 Daniel Colascione <dancol@dancol.org>
170
171 * term/w32-win.el (cygwin-convert-path-from-windows):
172 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
173 This change is a backport from trunk.
174
175 2012-11-20 Eli Zaretskii <eliz@gnu.org>
176
177 * simple.el (line-move): Don't call line-move-partial if
178 scroll-conservatively is in effect. (Bug#12927)
179
180 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
183 order to distinguish from trunk.
184
185 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
188 non-symbols for compiler macros (yet).
189
190 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
191 Fallback on completion-at-point rather than
192 pcomplete-expand-and-complete, and only if pcomplete actually failed.
193 (eshell-cmpl-initialize): Setup completion-at-point.
194
195 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
196
197 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
198
199 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
202 are remote, check out-of-band property for both.
203
204 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * window.el (switch-to-buffer): Re-add the warning that was lost in the
207 code rewrite.
208
209 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
210
211 More minor time fixes.
212 * calendar/time-date.el: Commentary fix.
213 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
214 too much other code depends on (0 0) time stamps.
215 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
216 Add a couple of FIXME comments.
217
218 Minor cleanup for times as lists of four integers.
219 * files.el (dir-locals-directory-cache):
220 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
221 Doc fixes.
222 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
223 * ps-bdf.el (bdf-file-newer-than-time):
224 Process four-integers time stamps, not two. Doc fixes.
225
226 2012-11-18 Glenn Morris <rgm@gnu.org>
227
228 * image.el (insert-image, insert-sliced-image): Doc fix.
229
230 2012-11-17 Chong Yidong <cyd@gnu.org>
231
232 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
233 (Bug#12810).
234
235 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
236
237 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
238 response when the target file is in a subdirectory (Bug#12757).
239
240 2012-11-17 Chong Yidong <cyd@gnu.org>
241
242 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
243
244 2012-11-17 Glenn Morris <rgm@gnu.org>
245
246 * woman.el (woman-non-underline-faces):
247 * emacs-lisp/cl-lib.el (face-underline-p):
248 Use set-face-underline rather than the alias set-face-underline-p.
249
250 * window.el (with-temp-buffer-window): Doc fix.
251 * subr.el (with-output-to-temp-buffer):
252 Add doc xref to with-temp-buffer-window.
253
254 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * emacs-lisp/cl-lib.el: Set more meaningful version number.
257
258 2012-11-16 Martin Rudalics <rudalics@gmx.at>
259
260 * window.el (enlarge-window, shrink-window): Don't mention return
261 value in doc-string (Bug#12896).
262 (window--display-buffer): Don't resize frames - it won't work
263 with all window managers and defeat pop-up-frame-alist.
264 (display-buffer-alist): In doc-string explain that CONDITION can
265 be a function and which arguments are passed to it (Bug#12854).
266 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
267 expressions (Bug#12854).
268 (display-buffer): Pass ACTION argument to
269 display-buffer-assq-regexp.
270
271 2012-11-16 Glenn Morris <rgm@gnu.org>
272
273 * window.el (fit-frame-to-buffer-bottom-margin)
274 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
275
276 * faces.el (face-underline-p): Use face-attribute-specified-or.
277
278 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
279
280 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
281
282 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
285
286 2012-11-15 Glenn Morris <rgm@gnu.org>
287
288 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
289 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
290
291 * faces.el (face-underline-p): Doc fix. Handle :underline being
292 things other than `t' (a string, a list).
293 (face-inverse-video-p): Doc fix.
294 (set-face-underline): Rename it back from set-face-underline-p.
295 Doc fix. Allow interactive input of values other than t.
296 (read-face-attribute): Apply formatting to :underline,
297 since like :box and :stipple it can take list values.
298
299 * term.el (ansi-term): Don't let C-x escape-char binding
300 clobber the more standard C-c binding. (Bug#12842)
301
302 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
305 (bug#12879).
306
307 2012-11-14 Glenn Morris <rgm@gnu.org>
308
309 * subr.el (set-temporary-overlay-map): Doc fix.
310
311 2012-11-13 Martin Rudalics <rudalics@gmx.at>
312
313 * window.el (record-window-buffer)
314 (display-buffer-record-window): When copying the markers to
315 window-point preserve window-point-insertion-type. (Bug#12588)
316
317 2012-11-13 Glenn Morris <rgm@gnu.org>
318
319 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
320 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
321 Use new names for hooks rather than obsolete aliases.
322
323 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
326
327 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
328
329 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
330 39 and 49. This fixes bug#12792. Also, treat unimplemented
331 parameters as 0, thereby restoring the behavior of revisions prior
332 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
333
334 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
335
336 Fix end-of-defun misbehavior.
337 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
338 python-beginning-of-defun-function. Handle nested defuns
339 correctly.
340 (python-nav-end-of-defun): Rename from
341 python-end-of-defun-function. Ensure forward movement.
342 (python-info-current-defun): Reimplement to work as intended
343 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
344 parent defuns as soon as possible.
345
346 2012-11-12 Glenn Morris <rgm@gnu.org>
347
348 * progmodes/flymake.el (flymake-error-bitmap)
349 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
350 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
351
352 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
353
354 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
355 backward, always stop at indentation. Reverts the change from
356 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
357
358 2012-11-11 Glenn Morris <rgm@gnu.org>
359
360 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
361 Add ibuffer-filter-by-derived-mode.
362
363 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
364 the same name shadowing each other.
365
366 * window.el (with-temp-buffer-window): Doc tweak.
367
368 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
369
370 * help.el (temp-buffer-max-height):
371 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
372 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
373
374 2012-11-10 Leo Liu <sdl.web@gmail.com>
375
376 * ido.el (ido-set-matches-1): Fix split-string args to avoid
377 performance issue. (Bug#12796)
378
379 2012-11-10 Glenn Morris <rgm@gnu.org>
380
381 * term.el (term-default-fg-color, term-default-bg-color):
382 Make obsolete, rather than just saying "deprecated" in the doc.
383
384 * term.el (term): Rename from `term-face'.
385 (term-current-face, ansi-term-color-vector)
386 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
387 Update all users.
388
389 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
390
391 * server.el (server-create-window-system-frame): Improve comment.
392
393 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
394
395 * server.el (server-create-window-system-frame): Handle Nextstep
396 specially (Bug#12780).
397
398 2012-11-08 Glenn Morris <rgm@gnu.org>
399
400 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
401 Unautoload, and make obsolete. (Bug#7449)
402
403 2012-11-08 Chong Yidong <cyd@gnu.org>
404
405 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
406 rename from diff-remove-trailing-whitespace (Bug#12831).
407
408 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
411 miscompilation of trace.el.
412
413 2012-11-08 Glenn Morris <rgm@gnu.org>
414
415 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
416
417 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
420 (bug#12812).
421
422 2012-11-07 Chong Yidong <cyd@gnu.org>
423
424 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
425 a defcustom with an appropriate :set function.
426 (minibuffer-default--in-prompt-regexps): New function.
427
428 2012-11-07 Glenn Morris <rgm@gnu.org>
429
430 * emacs-lisp/cl.el (define-setf-expander, defsetf)
431 (define-modify-macro): Doc fixes.
432
433 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
434 (gv-define-simple-setter): Update doc of `fix-return'.
435
436 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
439 twice when `fix-return' is set (bug#12813).
440
441 * emacs-lisp/cl.el (defsetf): Pass the third arg to
442 gv-define-simple-setter (bug#12812).
443
444 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
447 (bug#12756).
448
449 2012-11-06 Glenn Morris <rgm@gnu.org>
450
451 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
452
453 2012-11-05 Glenn Morris <rgm@gnu.org>
454
455 * emacs-lisp/cl-extra.el (cl-prettyexpand):
456 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
457 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
458 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
459
460 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
461
462 2012-11-03 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
465 Rename handler properties back from cl-- to cl-. (Bug#12788)
466
467 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
468
469 2012-11-03 Eli Zaretskii <eliz@gnu.org>
470
471 * term/pc-win.el: Don't load term/internal from here.
472
473 * loadup.el: Load term/internal from here.
474
475 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
476
477 * progmodes/python.el (inferior-python-mode): Fix hang in
478 jit-lock (Bug#12645).
479
480 2012-11-03 Martin Rudalics <rudalics@gmx.at>
481
482 * window.el (switch-to-visible-buffer)
483 (switch-to-buffer-preserve-window-point): Fix doc-strings.
484
485 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
486
487 * play/gomoku.el (gomoku-display-statistics): Update mode line
488 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
489
490 2012-10-31 Martin Rudalics <rudalics@gmx.at>
491
492 * window.el (quit-restore-window): If the window has been
493 created on an existing frame and ended up as the sole window on
494 that frame, do not delete it (Bug#12764).
495
496 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * progmodes/sh-script.el (sh--inside-noncommand-expression):
499 Rename from sh--inside-arithmetic-expression, handle more cases
500 (bug#11263).
501
502 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
503 (sh-font-lock-open-heredoc): Use it (bug#12770).
504
505 2012-10-30 Glenn Morris <rgm@gnu.org>
506
507 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
508
509 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
510
511 2012-10-29 Chong Yidong <cyd@gnu.org>
512
513 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
514 function key is stored in a keyboard macro (Bug#4894).
515
516 * thingatpt.el (number-at-point): Apply a thing-at-point property.
517
518 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
521 header comments".
522 (diff-unified->context, diff-context->unified)
523 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
524
525 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
526
527 * files.el (find-alternate-file): Only ask one question (bug#12487).
528
529 2012-10-29 Chong Yidong <cyd@gnu.org>
530
531 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
532 Suggested by Dan Nicolaescu (Bug#6326).
533
534 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
535
536 * startup.el (fancy-about-screen): Don't message (Bug#12680).
537
538 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
539
540 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
541
542 * face-remap.el (face-remap-add-relative): Handle the case where a
543 face-remapping-alist entry is a cons cell (Bug#12762).
544
545 2012-10-29 Kevin Ryde <user42@zip.com.au>
546
547 * woman.el (woman-parse-numeric-value): Handle picas correctly
548 (Bug#12639).
549
550 2012-10-29 Glenn Morris <rgm@gnu.org>
551
552 * emacs-lisp/cl.el (defsetf): Doc fix.
553
554 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
557 syntax to the matching opener, if any (bug#12547).
558 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
559 matching open as a "case-(".
560 (sh-smie-rc-grammar): Add a corresponding rule for it.
561
562 2012-10-28 Daniel Hackney <dan@haxney.org>
563
564 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
565 "PKGNAME-autoloads.el" in case we created it.
566
567 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
570 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
571 (completion--twq-all): Disable too-strict assertions.
572
573 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
574
575 2012-10-27 Eli Zaretskii <eliz@gnu.org>
576
577 * profiler.el (profiler-report-make-entry-part): Fix help-echo
578 text to match the real keybindings.
579
580 2012-10-27 Juri Linkov <juri@jurta.org>
581
582 * wdired.el (wdired-keep-marker-rename): New defcustom.
583 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
584 (Bug#11795)
585
586 * dired.el (dired-keep-marker-rename): Add reference to
587 `wdired-keep-marker-rename' in the docstring.
588 Add default character value ?R to display initially in
589 Customization UI instead of ?@.
590
591 2012-10-27 Martin Rudalics <rudalics@gmx.at>
592
593 * window.el (display-buffer): In doc-string describe
594 window-height and window-width alist entries.
595
596 * time.el (display-time-world): Restore fit-window-to-buffer
597 behavior.
598
599 2012-10-27 Chong Yidong <cyd@gnu.org>
600
601 * subr.el (insert-buffer-substring-as-yank): Doc fix.
602
603 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
604
605 * minibuffer.el (completion-category-overrides): New completion
606 category `bookmark' (bug#11131).
607
608 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * emacs-lisp/advice.el (ad-assemble-advised-definition):
611 Silence bogus compiler warnings for ad-do-it.
612
613 * bookmark.el (bookmark-completing-read): Set the completion category
614 to `bookmark' (bug#11131).
615
616 2012-10-26 Bastien <bzg@altern.org>
617 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * face-remap.el: Use lexical-binding.
620 (text-scale-adjust): Improve docstring. Use itself for the temporary
621 overlay-map bindings, so as to repeat the "Use..." message each time.
622
623 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/macroexp.el (macroexp--expand-all):
626 Obey byte-compile-warning-enabled-p (bug#12486).
627
628 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
629 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
630
631 2012-10-26 Martin Rudalics <rudalics@gmx.at>
632
633 * mouse.el (mouse-drag-line): Move last form into preceding when
634 clause (Bug#12731).
635
636 * help.el (resize-temp-buffer-window): Fix doc-string.
637
638 2012-10-25 David Engster <deng@randomsample.de>
639
640 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
641 Remove. This feature is already integrated in imenu.
642
643 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
644 always loaded. Require `speedbar' unconditionally.
645
646 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
649
650 * minibuffer.el (minibuffer-force-complete): Fix thinko.
651
652 * net/ldap.el (ldap-search-internal): The official ldif format starts
653 with a "version: 1" header (bug#12724).
654
655 * emacs-lisp/package.el (package-installed-p): Warn if not ready
656 (bug#12721).
657
658 2012-10-25 Glenn Morris <rgm@gnu.org>
659
660 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
661
662 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * minibuffer.el (minibuffer-force-complete): Use one more marker
665 for the temporary-overlay-map command (bug#12619).
666
667 2012-10-24 Chong Yidong <cyd@gnu.org>
668
669 * time.el (display-time-world-mode): Derive from special-mode.
670 (display-time-world): Use display-buffer (Bug#12708).
671 (display-time-world-mode-map): Variable deleted.
672 (display-time-world-display): Wrap the final delete-char inside
673 inhibit-read-only.
674
675 2012-10-24 Chong Yidong <cyd@gnu.org>
676
677 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
678 Doc fix.
679
680 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
681
682 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * minibuffer.el (completion--all-sorted-completions-location): New var.
685 (completion--cache-all-sorted-completions)
686 (completion--flush-all-sorted-completions): Use it.
687 (completion-in-region, completion-in-region--postch)
688 (completion-at-point, completion-help-at-point): Use markers in
689 completion-in-region--data (bug#12619).
690
691 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * progmodes/compile.el (compilation-start): Try to handle common
694 quoting of `cd' argument (bug#12640).
695
696 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
697 (bug#12671).
698
699 2012-10-23 Glenn Morris <rgm@gnu.org>
700
701 * progmodes/gud.el (gud-menu-map):
702 Check gdb-active-process is bound. (Bug#12358)
703
704 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * repeat.el (repeat): Set real-this-command (bug#12232).
707
708 * htmlfontify.el (hfy-post-html-hook):
709 * filesets.el (filesets-cache-fill-content-hook):
710 * arc-mode.el (archive-extract-hook):
711 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
712 * net/rcirc.el (rcirc-sentinel-functions)
713 (rcirc-receive-message-functions, rcirc-activity-functions)
714 (rcirc-print-functions):
715 * net/dbus.el (dbus-event-error-functions):
716 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
717 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
718 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
719 * term/sun.el (sun-raw-prefix-hooks):
720 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
721
722 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
723
724 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
725 Set `tramp-chunksize' to 1. This improves the performance.
726 (tramp-smb-wait-for-output): Add timeout to
727 `tramp-accept-process-output' calls.
728
729 2012-10-23 Chong Yidong <cyd@gnu.org>
730
731 * faces.el (font-list-limit): Define as an obsolete variable.
732
733 * startup.el (command-line):
734 * cus-start.el: Don't refer to font-list-limit.
735
736 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
737
738 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * subr.el (internal-temp-output-buffer-show): Rename from
741 temp-output-buffer-show, since previously compiled files expect this name.
742
743 2012-10-23 Glenn Morris <rgm@gnu.org>
744
745 * image.el (image-type-from-file-name): If multiple types match,
746 return the first one that is supported. (Bug#9045)
747
748 2012-10-22 Glenn Morris <rgm@gnu.org>
749
750 * image.el (imagemagick-enabled-types): Doc fix.
751
752 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
753
754 * progmodes/which-func.el (which-func-current): The hash-table may have
755 an explicit nil (bug#12338).
756
757 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * electric.el (electric-pair-delete-selection-self-insert-function):
760 Rename to electric-pair-will-use-region, return a boolean.
761 (electric-pair-mode): Adjust accordingly. Don't require delsel.
762
763 * delsel.el (delete-selection-helper): Use a function instead of a hook.
764 (delete-selection-pre-hook): Use use-region-p.
765 (delete-selection-self-insert-function): Remove.
766 (self-insert-command): Obey self-insert-uses-region-functions.
767 (self-insert-iso): Revert to previous setting, since we don't actually
768 know what that command does.
769 (delete-selection-self-insert-hooks): Remove.
770
771 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
772
773 * delsel.el (delete-selection-helper): New function, extracted from
774 delete-selection-pre-hook.
775 (delete-selection-pre-hook): Use it.
776 (delete-selection-self-insert-function): New function.
777 (delete-selection-self-insert-hooks): New hook.
778 (self-insert-command, self-insert-iso): Use it.
779 * electric.el (electric-pair-syntax): New function, extracted from
780 electric-pair-post-self-insert-function.
781 (electric-pair-post-self-insert-function): Use it.
782 (electric-pair-delete-selection-self-insert-function): New function.
783 (electric-pair-mode): Require delsel and setup
784 delete-selection-self-insert-hooks (bug#11520).
785
786 2012-10-20 Chong Yidong <cyd@gnu.org>
787
788 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
789 no changes to show (Bug#12586).
790
791 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
792 list explicitly (Bug#12571).
793
794 2012-10-20 Arne Jørgensen <arne@arnested.dk>
795
796 * progmodes/flymake.el (flymake-create-temp-inplace):
797 Use file-truename.
798
799 2012-10-20 Eli Zaretskii <eliz@gnu.org>
800
801 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
802
803 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
804
805 * calc/calc-units.el (math-extract-units): Properly extract powers
806 of units.
807
808 2012-10-20 Daniel Colascione <dancol@dancol.org>
809
810 * frame.el (make-frame): Set x-display-name as we used to in order
811 to unbreak creating an X11 frame from an Emacs daemon started
812 without a display.
813
814 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * minibuffer.el (minibuffer-force-complete): Make the next completion use
817 the same completion-field (bug@12221).
818
819 2012-10-19 Martin Rudalics <rudalics@gmx.at>
820
821 * emacs-lisp/debug.el (debug): Record height of debugger window
822 also when debugger will be back (Bug#8789).
823
824 2012-10-18 Chong Yidong <cyd@gnu.org>
825
826 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
827 Convert to defcustom.
828 (gdb-get-source-file): Don't bind pop-up-windows.
829
830 * progmodes/gud.el (gud-display-line): Don't specially re-use
831 other frames for the gdb-mi case (Bug#12648).
832
833 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * emacs-lisp/advice.el: Clean up commentary a bit.
836 (ad-do-advised-functions, ad-with-originals): Use `declare'.
837 (byte-code-function-p): Never redefine.
838
839 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
840
841 2012-10-18 Glenn Morris <rgm@gnu.org>
842
843 * dired.el (dired-sort-toggle): Some ls implementations only allow
844 a single option string. (Bug#12666)
845
846 * minibuffer.el (completion-cycle-threshold): Doc fix.
847
848 2012-10-17 Kenichi Handa <handa@gnu.org>
849
850 * international/mule.el (set-keyboard-coding-system):
851 Recover input meta mode when the new coding system doesn not use 8-bit.
852 Supply TERMINAL arg to set-input-meta-mode.
853
854 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
855
856 * wdired.el (wdired-old-marks): New variable.
857 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
858 (wdired-do-renames): Move point with renamed file and don't lose
859 mark status (Bug#11795).
860
861 2012-10-16 Juri Linkov <juri@jurta.org>
862
863 * replace.el (query-replace-help): Mention multi-buffer replacement
864 keys in the Help message. (Bug#12655)
865
866 2012-10-15 Chong Yidong <cyd@gnu.org>
867
868 * emacs-lisp/byte-run.el (defsubst): Doc fix.
869
870 2012-10-14 Eli Zaretskii <eliz@gnu.org>
871
872 * window.el (display-buffer): Doc fix.
873
874 * progmodes/compile.el (compilation-error-regexp-alist-alist):
875 Adjust the msft regexp to the output of Studio 2010, and move msft
876 before edg-1. See the discussion on emacs-devel,
877 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
878 for the details.
879
880 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
883 (oset): Move uses of object-class-fast macro after its definition.
884
885 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
886
887 2012-10-13 Chong Yidong <cyd@gnu.org>
888
889 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
890 enabled, re-enable it (Bug#11963).
891
892 2012-10-13 Martin Rudalics <rudalics@gmx.at>
893
894 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
895 non-nil, restore window configuration (Bug#12623).
896
897 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * help-fns.el (describe-variable, describe-function-1):
900 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
901
902 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
903
904 2012-10-12 Glenn Morris <rgm@gnu.org>
905
906 * mail/rmailsum.el (rmail-header-summary):
907 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
908
909 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
910
911 * progmodes/python.el (python-mode-map):
912 Replace subtitute-key-definition with proper command remapping.
913 (python-nav--up-list): Fix behavior for blocks on the same level.
914
915 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
918
919 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
920 changes to the format of load-history.
921
922 * international/mule-cmds.el (read-char-by-name): Move let-binding of
923 completion-ignore-case in case that var is buffer-local (bug#12615).
924
925 2012-10-11 Kenichi Handa <handa@gnu.org>
926
927 * international/eucjp-ms.el: Re-generated.
928
929 2012-10-10 Kenichi Handa <handa@gnu.org>
930
931 * select.el (xselect--encode-string): If a coding is specified for
932 selection, and that is compatible with COMPOUND_TEXT, use it.
933
934 2012-10-10 Martin Rudalics <rudalics@gmx.at>
935
936 * window.el (switch-to-buffer-preserve-window-point): New option.
937 (switch-to-buffer):
938 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
939
940 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
943 Don't document nil as a useful value (bug#12583).
944
945 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
946
947 * net/tramp.el (tramp-debug-message):
948 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
949 (with-tramp-progress-reporter): Rename from
950 `tramp-with-progress-reporter'.
951 (with-tramp-file-property, with-tramp-connection-property):
952 Move from tramp-cache.el, rename from `with-file-property' and
953 `with-connection-property', respectively.
954
955 * net/tramp-cache.el: Remove `with-file-property' and
956 `with-connection-property'.
957
958 * net/tramp.el:
959 * net/tramp-gvfs.el:
960 * net/tramp-sh.el:
961 * net/tramp-smb.el: Adapt callees.
962
963 * net/trampver.el: Update release number.
964
965 2012-10-09 Glenn Morris <rgm@gnu.org>
966
967 * w32-fns.el (set-message-beep):
968 * term/w32-win.el (set-message-beep): Update declarations.
969
970 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
973 (mode-line-widen, mode-line-input-method-map)
974 (mode-line-coding-system-map, mode-line-remote)
975 (mode-line-unbury-buffer, mode-line-bury-buffer)
976 (mode-line-next-buffer, mode-line-previous-buffer):
977 Replace save-selected-window+select-window => with-selected-window.
978
979 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
980 * progmodes/cc-vars.el (bq-process): Remove, unused.
981
982 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
983
984 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
985
986 Implemented `backward-up-list'-like navigation.
987 * progmodes/python.el (python-nav-up-list)
988 (python-nav-backward-up-list): New functions.
989 (python-mode-map): Define substitute key for backward-up-list to
990 python-nav-backward-up-list.
991
992 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
993
994 * progmodes/python.el (python-fill-paragraph): Rename from
995 python-fill-paragraph-function. Fixed fill-paragraph for
996 decorators (Bug#12605).
997
998 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
999
1000 * progmodes/python.el (python-shell-output-filter): Handle extra
1001 carriage return in OSX (Bug#12409).
1002
1003 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1004
1005 Fix shell handling of unbalanced quotes and parens in output.
1006 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1007 (python-syntax-propertize-function): Use it.
1008 (python-shell-output-syntax-table): New var.
1009 (inferior-python-mode): Prevent unbalanced parens/quotes from
1010 previous output mess with current input context.
1011
1012 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1015 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1016
1017 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * ffap.el (ffap-replace-file-component): Support Tramp file name
1020 syntax, not only ange-ftp's one.
1021
1022 2012-10-08 Glenn Morris <rgm@gnu.org>
1023
1024 * cus-start.el (message-log-max): Set :version.
1025
1026 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1027
1028 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1029
1030 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1031 the minibuffer window (Bug#10851).
1032
1033 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1034
1035 Enhancements on forward-sexp movement.
1036 * progmodes/python.el (python-nav-beginning-of-statement)
1037 (python-nav-end-of-statement): Return point-marker.
1038 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1039 (python-info-current-symbol)
1040 (python-info-statement-starts-block-p): Rename from
1041 python-info-beginning-of-block-p.
1042 (python-info-statement-ends-block-p): Rename from
1043 python-info-end-of-block-p.
1044 (python-info-beginning-of-statement-p)
1045 (python-info-end-of-statement-p)
1046 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1047 New functions.
1048
1049 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1052 frame-selected-windows.
1053
1054 2012-10-08 Daniel Colascione <dancol@dancol.org>
1055
1056 * battery.el (battery-status-function): Check for
1057 w32-battery-status itself, not system-time windows-nt.
1058
1059 * frame.el: Require cl-lib.
1060 (display-format-alist): New variable mapping frame types to
1061 functions that initialize them.
1062 (window-system-for-display): New function: interprets
1063 display-format-alist.
1064 (make-frame-on-display): Remove existing display-selection logic
1065 and just forward to make-frame, which will now DTRT.
1066 (make-frame): Restructure to use window-system-for-display to
1067 figure out how to create a frame on a given display.
1068 (display-mouse-p): Look for frame-type w32, not a particular
1069 system-type.
1070
1071 * loadup.el: Load w32 lisp code when we have the w32 feature.
1072
1073 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1074 system-type windows-nt.
1075
1076 * server.el (server-create-window-system-frame): Look for window
1077 type.
1078 (server-proces-filter): Only force a window system when windows-nt
1079 _and_ w32. Explain why.
1080
1081 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1082 of window systems we configure for the mode.
1083
1084 * startup.el (command-line): Mark window system is initialized
1085 after we've done it.
1086
1087 * common-win.el (x-select-text): Look for w32, not windows-nt.
1088
1089 * ns-win.el: Require cl-lib. Add ourselves to
1090 display-format-alist.
1091 (ns-initialize-window-system): Assert we're not initialized twice.
1092
1093 * w32-win.el: Enable lexical binding; require cl-lib; add
1094 ourselves to display-format-alist.
1095 (w32-handle-dropped-file): Convert incoming dropped files from
1096 Windows paths to Cygwin ones before passing them on to the rest of
1097 Emacs.
1098 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1099 (w32-initialize-window-system): Assert we're not initialized twice.
1100
1101 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1102 (x-initialize-window-system): Assert we're not initialized twice.
1103
1104 * w32-common-fns.el: New File.
1105 (w32-version, w32-using-nt, w32-get-clipboard-data)
1106 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1107 (w32-charset-info-alist, x-last-selected, text)
1108 (x-get-selection-value, x-selection-value): Move here.
1109
1110 * w32-fns.el: Require w32-common-fns.
1111 (w32-version, w32-using-nt, w32-get-clipboard-data)
1112 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1113 (w32-charset-info-alist, x-last-selected, text)
1114 (x-get-selection-value, x-selection-value): Move to
1115 w32-common-fns.
1116
1117 * w32-vars.el:
1118 (w32-allow-system-shell, w32-system-shells): Define only in
1119 non-cygwin case.
1120
1121 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1124 (read-passwd): Remove a few more potential sources of leaks.
1125
1126 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1127
1128 * progmodes/python.el (inferior-python-mode)
1129 (python-shell-make-comint): Fix initialization of local
1130 variables copied from parent buffer.
1131
1132 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1133
1134 * term/ns-win.el (ns-read-file-name): Update declaration to match
1135 nsfns.m.
1136 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1137 it is set when font is acted upon.
1138
1139 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1140
1141 Enhancements to indentation.
1142 * progmodes/python.el (python-indent-context): Give priority to
1143 inside-string context. Make comments indentation markers.
1144 (python-indent-region): Do not mess with strings, unless it's the
1145 enclosing set of quotes.
1146
1147 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * window.el (internal--before-save-selected-window)
1150 (internal--after-save-selected-window): New functions extracted from
1151 save-selected-window. Make sure we return the `alist' we construct.
1152 (save-selected-window): Use them.
1153
1154 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1155 Use with-selected-window.
1156
1157 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1158 forms that define macros (bug#12593).
1159
1160 2012-10-07 Kenichi Handa <handa@gnu.org>
1161
1162 * international/mule-conf.el (compound-text-with-extensions):
1163 Add :mime-charset property as x-ctext.
1164
1165 2012-10-07 Stefan Merten <smerten@oekonux.de>
1166
1167 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1168 (rst-indent-literal-normal, rst-indent-literal-minimized)
1169 (rst-indent-comment): Correct :version tag.
1170 (rst-official-cvs-rev): Correct version string.
1171
1172 2012-10-07 Glenn Morris <rgm@gnu.org>
1173
1174 * mail/rmailmm.el (rmail-mime-process-multipart):
1175 Do not confuse a multipart message with an epilogue
1176 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1177
1178 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1179
1180 Fix shell output retrieval and comint-prompt-regexp init.
1181 * progmodes/python.el (inferior-python-mode):
1182 (python-shell-make-comint): Fix initialization of
1183 comint-prompt-regexp from copied file local variables.
1184 (python-shell-fetched-lines): Remove var.
1185 (python-shell-output-filter-in-progress): Rename from
1186 python-shell-fetch-lines-in-progress.
1187 (python-shell-output-filter-buffer): Rename from
1188 python-shell-fetch-lines-string.
1189 (python-shell-fetch-lines-filter): Delete function.
1190 (python-shell-output-filter): New function.
1191 (python-shell-send-string-no-output): Use them.
1192
1193 2012-10-07 Glenn Morris <rgm@gnu.org>
1194
1195 * hi-lock.el (hi-lock-process-phrase):
1196 Try to make it less fragile. (Bug#7161)
1197
1198 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1199
1200 2012-10-06 Glenn Morris <rgm@gnu.org>
1201
1202 * ehelp.el (electric-help-mode): Use help-mode rather than
1203 non-existent mode `help'.
1204 (electric-help-map): Use button-buffer-map. (Bug#10917)
1205
1206 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1207 (reftex-create-bibtex-footer): Fix custom types.
1208
1209 * progmodes/sh-script.el (sh-indent-after-continuation):
1210 Add explicit :group.
1211
1212 * textmodes/rst.el (rst-preferred-decorations)
1213 (rst-shift-basic-offset): Clarify obsolescence versions.
1214
1215 * profiler.el (profiler): Add missing group :version tag.
1216 * avoid.el (mouse-avoidance-banish-position):
1217 * proced.el (proced-renice-command):
1218 * calc/calc.el (calc-ensure-consistent-units):
1219 * calendar/icalendar.el (icalendar-import-format-uid):
1220 * net/tramp.el (tramp-save-ad-hoc-proxies):
1221 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1222 * progmodes/flymake.el (flymake-error-bitmap)
1223 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1224 * progmodes/sh-script.el (sh-indent-after-continuation):
1225 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1226 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1227 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1228 (vhdl-array-index-record-field-in-sensitivity-list)
1229 (vhdl-indent-comment-like-next-code-line):
1230 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1231 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1232 (reftex-cite-key-separator, reftex-create-bibtex-header)
1233 (reftex-create-bibtex-footer):
1234 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1235 (rst-indent-literal-normal, rst-indent-literal-minimized)
1236 (rst-indent-comment): Add missing custom :version tags.
1237
1238 * calendar/timeclock.el (timeclock-modeline-display):
1239 Add missing obsolete alias for renamed user option.
1240
1241 * strokes.el (strokes-modeline-string):
1242 * emulation/crisp.el (crisp-mode-modeline-string):
1243 * eshell/esh-mode.el (eshell-status-in-modeline):
1244 Aliases to defcustoms must come before the defcustom.
1245
1246 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1247 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1248 (cal-tex-cursor-week-monday): Doc fixes.
1249 (cal-tex-cursor-week2-summary): Doc fix.
1250 Rename from cal-tex-cursor-week-at-a-glance.
1251
1252 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1253 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1254
1255 * calendar/calendar.el (calendar-mode-map):
1256 Add cal-tex-cursor-week2-summary.
1257
1258 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1261
1262 * subr.el (read-passwd-map): New var.
1263 (read-passwd): Use `read-string' again.
1264 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1265
1266 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1267
1268 * register.el (append-to-register, prepend-to-register):
1269 Deactivate mark, as does `copy-to-register' (bug#12389).
1270
1271 2012-10-06 Chong Yidong <cyd@gnu.org>
1272
1273 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1274
1275 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1276
1277 * international/characters.el: Fix simple mistake ((car chars) ->
1278 elt), delete duplicated code.
1279
1280 2012-10-06 Glenn Morris <rgm@gnu.org>
1281
1282 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1283
1284 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1285
1286 * color.el (color-hsl-to-rgb): Fix incorrect results for
1287 small and large hue values. (Bug#12559)
1288
1289 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1290
1291 Enhancements to docstring formatting when filling paragraphs.
1292 * progmodes/python.el (python-fill-docstring-style): Rename from
1293 python-fill-string-style. Added new style.
1294 (python-fill-string): Use new style. Better checks for
1295 docstrings.
1296
1297 2012-10-05 Glenn Morris <rgm@gnu.org>
1298
1299 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1300
1301 * color.el (color-name-to-rgb, color-rgb-to-hex)
1302 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1303 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1304 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1305 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1306
1307 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1308
1309 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1312 to get the correct size across symlinks.
1313
1314 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1315
1316 2012-10-04 Juri Linkov <juri@jurta.org>
1317
1318 * replace.el (query-replace-interactive): Declare obsolete.
1319 (query-replace-read-from): Add the last incremental search string
1320 to the list of default values accessible via M-n.
1321 (map-query-replace-regexp): Use `read-regexp'.
1322 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1323 (map-query-replace-regexp, replace-string, replace-regexp):
1324 Fix docstrings to replace mentions of `query-replace-interactive'
1325 with alternatives. (Bug#12526)
1326
1327 2012-10-04 Juri Linkov <juri@jurta.org>
1328
1329 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1330 (dired-pop-to-buffer): Declare obsolete.
1331 (dired-mark-pop-up): Doc fix.
1332
1333 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1334
1335 Allow user to set docstring style for fill-paragraph.
1336 * progmodes/python.el
1337 (python-fill-comment-function, python-fill-string-function)
1338 (python-fill-decorator-function, python-fill-paren-function):
1339 Remove :safe for defcustoms.
1340 (python-fill-string-style): New defcustom
1341 (python-fill-paragraph-function): Enhance context detection.
1342 (python-fill-string): Honor python-fill-string-style settings.
1343
1344 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1345
1346 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1347 after setting its buffer (Bug#10805).
1348
1349 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1350
1351 Fix cornercase for string syntax.
1352 * progmodes/python.el (python-syntax-propertize-function):
1353 Simplify and enhance the regexp for unescaped quotes. Now it also
1354 matches quotes in weird situations like the single quote in
1355 "something\"'".
1356 (python-syntax-stringify): Simplify num-quotes detecting code.
1357
1358 2012-10-03 Glenn Morris <rgm@gnu.org>
1359
1360 * help-macro.el (three-step-help):
1361 Revert 2012-09-29 change. (Bug#12567)
1362
1363 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1364
1365 * menu-bar.el (kill-this-buffer): Don't do anything when
1366 `menu-frame' is not alive or visible (Bug#8184).
1367
1368 * emacs-lisp/debug.el (debug): When quitting the debugger window
1369 restore current buffer (Bug#12502).
1370
1371 2012-10-02 Chong Yidong <cyd@gnu.org>
1372
1373 * progmodes/hideif.el (hif-lookup, hif-defined):
1374 Handle semantic-c-takeover-hideif.
1375
1376 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1377
1378 Change sampling interval units from ms to ns.
1379 * profiler.el (profiler-sampling-interval): Change units
1380 from ms to ns, multiplying the default by 1000000 so that
1381 it remains 1 ms.
1382 (profiler-report-cpu-line-format): Give enough room for
1383 the maximum counters on 64-bit hosts.
1384 (profiler-report-render-calltree-1): Call them "CPU samples",
1385 not "Time (ms)", since they are not milliseconds now (and
1386 never really were).
1387
1388 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1389
1390 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1391 Fix querying BBDB for entries without a last name (Bug#11580).
1392
1393 2012-10-02 Chong Yidong <cyd@gnu.org>
1394
1395 * emacs-lisp/eieio.el: Restore Version header.
1396
1397 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1398
1399 * vc/diff-mode.el (diff--auto-refine-data): New var.
1400 (diff-hunk): Use it to delay refinement.
1401 (diff-mode): Remove overlays when we turn off font-lock.
1402
1403 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1404 (table-initialize-table-fixed-width-mode)
1405 (table-set-table-fixed-width-mode): Remove functions.
1406 (table-command-list): Move initialization into declaration.
1407 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1408 (table-with-cache-buffer): Use `declare'.
1409 (table-span-cell): Simplify via CSE.
1410 (table-fixed-width-mode): Use define-minor-mode.
1411 (table-call-interactively, table-funcall, table-apply): Remove.
1412 (table-function): New function, to replace them.
1413
1414 * bookmark.el (bookmark-search-pattern): Remove var.
1415 (bookmark-read-search-input): Remove function.
1416 (bookmark-bmenu-search): Reimplement using a minibuffer.
1417
1418 * faces.el (modeline): Remove obsolete face name.
1419
1420 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1421 and give a non-nil default value.
1422 (add-change-log-entry): Simplify accordingly.
1423
1424 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1425
1426 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1427 (vc-git-log-edit-toggle-amend): New function.
1428 (vc-git-log-edit-toggle-signoff): New function.
1429 (vc-git-log-edit-mode): New major mode.
1430 (vc-git-log-edit-mode-map): Keymap for it.
1431 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1432
1433 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1434 header names.
1435 (log-edit-toggle-header): New function.
1436 (log-edit-extract-headers): Accept function values in HEADERS alist.
1437
1438 2012-10-01 David Engster <deng@randomsample.de>
1439
1440 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1441 from symbol property and change message to be more consistent with
1442 Emacs proper.
1443 (eieio-describe-generic): Add filename for each implementation.
1444 Fix indices for generic and normal methods.
1445 (eieio-method-def, eieio-class-def): New buttons.
1446 (eieio-help-find-method-definition)
1447 (eieio-help-find-class-definition): New functions.
1448 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1449 class, constructor and method definitions.
1450
1451 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1452 information in symbol property.
1453 (scoped-class): Remove.
1454 (eieio-slot-name-index, call-next-method): Check if it is bound.
1455
1456 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1457
1458 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1459 (eieio-custom-mode): New major mode.
1460 (eieio-customize-object): Use it.
1461
1462 2012-10-01 Eric Ludlam <zappo@gnu.org>
1463
1464 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1465 specifying the expected class, and whether subclassing is allowed.
1466 (eieio-persistent-convert-list-to-object):
1467 (eieio-persistent-validate/fix-slot-value)
1468 (eieio-persistent-slot-type-is-class-p): New functions.
1469 (eieio-named::slot-missing): Doc fix.
1470
1471 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1472 Stop using unused publd variable.
1473
1474 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1475 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1476 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1477 (eieio-speedbar-handle-click): Do not specify a class for the
1478 method. Fixes method invocation order problems with EDE.
1479
1480 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1483 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1484
1485 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1486
1487 * bookmark.el (bookmark-version-control): Give tags in the
1488 :type choices (Bug#12309), and improve doc string.
1489 (bookmark-write-file): Bind `print-circle' to `t' to allow
1490 circular custom bookmark types. (Bug#12503)
1491
1492 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 Revert the FOLLOW-SYMLINKS change for file-attributes.
1495 * files.el (remote-file-name-inhibit-cache, after-find-file):
1496 * time.el (display-time-file-nonempty-p): Undo last change.
1497
1498 * profiler.el (profiler-sampling-interval): Change default back to 1.
1499 See Stefan Monnier in
1500 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1501
1502 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1503
1504 Shell output catching a la gud-gdb.
1505 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1506 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1507 New Vars.
1508 (python-shell-fetch-lines-filter): New function.
1509 (python-shell-send-string-no-output): Use them.
1510
1511 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1512
1513 * profiler.el (profiler-sampling-interval): Rename from
1514 profiler-sample-interval.
1515 (profiler-sampling-interval): Default to 10.
1516 (profiler-find-profile): New command (was profiler-find-log).
1517 (profiler-find-profile-other-window): New command.
1518 (profiler-find-profile-other-frame): New command.
1519 (profiler-profile): Introduce API-level data structure.
1520
1521 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1522
1523 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1524 * files.el (remote-file-name-inhibit-cache):
1525 * time.el (display-time-file-nonempty-p): Use it.
1526 * files.el (after-find-file): Don't chase links before calling
1527 file-exists-p, as file-exists-p already does the right thing.
1528
1529 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1530
1531 Merge from standalone RefTeX repository.
1532
1533 The following ChangeLog entries are shortened versions of the
1534 original ones with file paths adapted. A not so strongly edited
1535 version of the original ChangeLog can be found in the commit log.
1536
1537 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1538 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1539 Correctly handle new value type returned by `reftex-citation'.
1540
1541 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1542 that entries with whitespace at various places are found.
1543 Doc fix. Include entries that are cross-referenced from cited entries.
1544 Include @String definitions in the resulting bib file. Add header
1545 and footer defined in `reftex-create-bibtex-header' and
1546 `reftex-create-bibtex-footer'.
1547 (reftex-do-citation): Make it possible again to insert
1548 non-existent entries. Save match data when asking for optional
1549 arguments. Return all keys, not just the first one.
1550 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1551 all citations in the same line.
1552 (reftex-parse-bibtex-entry): Accept additional optional argument
1553 `raw' and keep quotes or braces if it is non-nil. Match fields
1554 containing hyphens besides word constituents.
1555 (reftex-get-string-refs): New function.
1556 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1557 and ask if it should be reread in case it did.
1558 (reftex-pop-to-bibtex-entry)
1559 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1560 entries with spaces or tabs in front of arguments.
1561 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1562 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1563 Match entries containing numbers and symbol constituents.
1564 (reftex-do-citation, reftex-figure-out-cite-format):
1565 Use `reftex-cite-key-separator'.
1566
1567 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1568 (reftex-mouse-view-crossref): Explain why point is set.
1569
1570 * textmodes/reftex-global.el: Whitespace changes.
1571
1572 * textmodes/reftex-index.el: Move provide statement to end of
1573 file.
1574 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1575 (reftex-index-visit-phrases-buffer): Set marker when visiting
1576 buffer. This allows for returning from the phrases file to the
1577 file one was just editing instead of the file where the last
1578 phrases was added from.
1579 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1580 punctuation syntax as it usually is not used as string quote in
1581 TeX-related modes and may occur unmatched. The change also
1582 prevents fontification of quoted content.
1583 (reftex-index-phrases-mode): Use it.
1584
1585 * textmodes/reftex-parse.el (reftex-parse-from-file):
1586 Move backward one char if a `\' was matched after a section macro.
1587 (reftex-parse-from-file): Use beginning of match instead of end as
1588 bound.
1589
1590 * textmodes/reftex-ref.el: Adapt creation of
1591 `reftex-<package>-<macro>' functions to new structure of
1592 `reftex-ref-style-alist'.
1593 (reftex-reference): Use `reftex-ref-style-list' function.
1594 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1595 reference macro if `reftex-ref-macro-prompt' is non-nil.
1596 (reftex-reference): Pass refstyle to `reftex-format-special'.
1597 Determine reference macro by looking at
1598 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1599 Use only one special format function.
1600 (reftex-varioref-vref, reftex-fancyref-fref)
1601 (reftex-fancyref-Fref): Remove definitions. The functions are now
1602 generated from `reftex-ref-style-alist'.
1603 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1604 Remove.
1605 (reftex-format-special): New function.
1606
1607 * textmodes/reftex-sel.el
1608 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1609 of `reftex-ref-style-alist'. Remove code for testing macro type.
1610 (reftex-select-toggle-varioref)
1611 (reftex-select-toggle-fancyref): Remove.
1612 (reftex-select-cycle-ref-style-internal)
1613 (reftex-select-cycle-ref-style-forward)
1614 (reftex-select-cycle-ref-style-backward): New functions.
1615 (reftex-select-label-map): Use `v' and `V' for general cycling
1616 through reference styles. Add `p' for switching between number
1617 and page reference types.
1618
1619 * textmodes/reftex-toc.el (reftex-re-enlarge):
1620 Call `enlarge-window' only if there is something to do because in Emacs
1621 the horizontal version throws an error even if the parameter is 0.
1622
1623 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1624 (reftex-plug-into-AUCTeX): Doc fix.
1625 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1626 string. Adapt to new name.
1627 (reftex-ref-style-alist): Change structure so that it is not
1628 possible to use multiple different package names within a style.
1629 Remove the symbols for symbols for macro type distinction.
1630 Add characters for macro selection.
1631 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1632 (reftex-create-bibtex-footer): New variables.
1633 (reftex-format-ref-function): Mention third argument of special
1634 format function.
1635 (reftex-ref-style-alist, reftex-ref-style-default-list):
1636 New variables.
1637 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1638 to new implementation. Mark as obsolete. Add compatibility code
1639 for honoring the variable values in case they are set.
1640 (reftex-cite-format-builtin, reftex-bibliography-commands):
1641 Add support for ConTeXt.
1642 (reftex-format-ref-function, reftex-format-cite-function):
1643 Fix custom type.
1644 (reftex-cite-key-separator): New variable.
1645
1646 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1647 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1648 `reftex-syntax-table' because parens have to retain their paren
1649 syntax in order for parsing of BibTeX entries like @book(...) to
1650 work.
1651 (reftex-in-comment): Do not error out if `comment-start-skip' is
1652 not set. Deal correctly with escaped comment characters.
1653 (reftex-tie-multifile-symbols): Add doc string.
1654 Initialize `reftex-ref-style-list'.
1655 (reftex-untie-multifile-symbols): Add doc string.
1656 (reftex-add-index-macros): Doc fix.
1657 (reftex-ref-style-activate, reftex-ref-style-toggle)
1658 (reftex-ref-style-list): New functions.
1659 (reftex-mode-menu): Use them. Adapt to new structure of
1660 `reftex-ref-style-alist'.
1661 (reftex-select-with-char): Kill the RefTeX Select buffer when
1662 done.
1663 (reftex-remove-if): New function.
1664 (reftex-erase-all-selection-and-index-buffers)
1665 (reftex-mode-menu): Reference styles are now computed from
1666 `reftex-ref-style-alist'. Fix typo.
1667 (reftex-report-bug): New function.
1668 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1669 algorithms with O(n log n). Introduce optional argument SORT (not
1670 yet used).
1671
1672 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1673
1674 Enhancements for triple-quote string syntax.
1675 * progmodes/python.el (python-syntax-propertize-function):
1676 Match both quote cases in one regexp.
1677 (python-syntax-stringify): Handle matches properly.
1678
1679 2012-09-30 Juri Linkov <juri@jurta.org>
1680
1681 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1682 to nil around the call to `insert' to prevent
1683 directory time modification by lock_file. (Bug#2295)
1684 * tar-mode.el (tar-summarize-buffer): Idem.
1685
1686 2012-09-30 Juri Linkov <juri@jurta.org>
1687
1688 * facemenu.el (list-colors-sort): Add option "Luminance".
1689 (list-colors-sort-key): Implement it.
1690
1691 * vc/diff-mode.el (diff-refine-removed):
1692 * vc/ediff-init.el (ediff-fine-diff-A):
1693 * vc/smerge-mode.el (smerge-refined-removed):
1694 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1695
1696 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1697
1698 * term/ns-win.el (x-file-dialog): New function.
1699
1700 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * ido.el (ido-max-directory-size): Default to nil; the current
1703 default is small for POSIX systems, and impractical on Windows 7
1704 now that lstat returns directory sizes for NTFS.
1705
1706 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1707
1708 In buffer display functions handle window-height/window-width
1709 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1710 * window.el (window--display-buffer): New argument ALIST.
1711 Obey window-height and window-width alist entries.
1712 (window--try-to-split-window): New argument ALIST.
1713 Bind window-combination-limit to t when the window's size shall be
1714 changed and window-combination-limit equals `window-size'.
1715 (display-buffer-in-atom-window)
1716 (display-buffer-in-major-side-window)
1717 (display-buffer-in-side-window, display-buffer-same-window)
1718 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1719 (display-buffer-pop-up-window, display-buffer-below-selected)
1720 (display-buffer-at-bottom, display-buffer-in-previous-window)
1721 (display-buffer-use-some-window): Adjust all callers of
1722 window--display-buffer and window--try-to-split-window.
1723 (fit-frame-to-buffer): New option.
1724 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1725 is non-nil.
1726 (display-buffer-in-major-side-window): Evaluate window-height /
1727 window-width alist entries.
1728
1729 * help.el (temp-buffer-resize-frames)
1730 (temp-buffer-resize-regexps): Remove options.
1731 (temp-buffer-resize-mode): Adjust doc-string.
1732 (resize-temp-buffer-window): Don't consult
1733 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1734 temp-buffer-resize-frames.
1735
1736 * dired.el (dired-mark-pop-up):
1737 Call display-buffer-below-selected with a fit-window-to-buffer alist
1738 entry.
1739
1740 2012-09-30 Chong Yidong <cyd@gnu.org>
1741
1742 * server.el (server-host): Document the security implications.
1743 (server-auth-key): Doc fix.
1744
1745 * startup.el (initial-buffer-choice): Doc fix.
1746
1747 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1748
1749 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1750 restriction change.
1751
1752 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1753
1754 * help-fns.el (help-fns--obsolete): Fix last change.
1755
1756 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1759 (minor-mode-map-alist): Remove redundant code.
1760
1761 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1762 visited in a buffer.
1763 (cvs-insert-visited-file): New function.
1764 (find-file-hook): Use it.
1765
1766 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1767
1768 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1769 chose face.
1770 (log-edit-empty-buffer-p): Don't require a space after a header.
1771
1772 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1773
1774 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1775
1776 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1777 a proper minor-mode.
1778
1779 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1780
1781 2012-09-29 Glenn Morris <rgm@gnu.org>
1782
1783 * winner.el (winner-mode): Remove variable (let define-minor-mode
1784 handle it).
1785 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1786 Doc fixes.
1787 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1788 (winner-mode): Use define-minor-mode.
1789
1790 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1791 the full definition in loaddefs, rather than duplicating it.
1792
1793 * help-macro.el (three-step-help): No need to autoload defcustom.
1794
1795 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1796 (inferior-lisp-program, inferior-lisp-load-command)
1797 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1798 No need to autoload defcustoms.
1799
1800 * hippie-exp.el (hippie-expand-try-functions-list)
1801 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1802 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1803 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1804 (hippie-expand-only-buffers): No need to autoload defcustoms.
1805 * progmodes/vhdl-mode.el (vhdl-line-expand):
1806 Explicitly load hippie-exp, so it does not get autoloaded
1807 while hippie-expand-try-functions-list is let-bound.
1808
1809 2012-09-28 Glenn Morris <rgm@gnu.org>
1810
1811 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1812
1813 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1814 Only "cl.el" counts as cl these days.
1815
1816 2012-09-28 Juri Linkov <juri@jurta.org>
1817
1818 Display archive errors in the echo area instead of inserting
1819 to the file buffer.
1820
1821 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1822 to STDERR-TEST that can be a regexp matching a successful output.
1823 Create a temporary file and redirect stderr to it. Search for
1824 STDERR-TEST in the stderr output and display it in the echo area
1825 if no match is found.
1826 (archive-extract-by-file): New function like
1827 `archive-extract-by-stdout' but extracting archives to files
1828 and looking for successful matches in stdout. Function body is
1829 mostly copied from `archive-rar-extract'.
1830 (archive-rar-extract): Use `archive-extract-by-file'.
1831 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1832
1833 2012-09-28 Leo Liu <sdl.web@gmail.com>
1834
1835 * pcomplete.el (pcomplete-show-completions):
1836 Use minibuffer-message to make pcomplete usable in minibuffer.
1837
1838 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1839
1840 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * type-break.el: Use lexical-binding.
1843 (type-break-mode): Use define-minor-mode.
1844
1845 * emacs-lisp/pcase.el (pcase--mark-used): New.
1846 (pcase--u1): Use it (bug#12512).
1847
1848 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1849 in load-history with the right file name.
1850
1851 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1852
1853 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1854 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1855 (doc-view-get-bounding-box): Make bounding box slicing work for
1856 ODF and DVI documents.
1857
1858 2012-09-28 Glenn Morris <rgm@gnu.org>
1859
1860 * type-break.el (type-break-mode, type-break-interval)
1861 (type-break-good-rest-interval, type-break-keystroke-threshold):
1862 No need to autoload.
1863 (type-break-good-rest-interval, type-break-keystroke-threshold):
1864 Add :set-after.
1865
1866 2012-09-28 Chong Yidong <cyd@gnu.org>
1867
1868 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1869 Add :version tag.
1870
1871 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1874
1875 2012-09-27 Glenn Morris <rgm@gnu.org>
1876
1877 * faces.el (x-display-name): Declare (for without-x builds).
1878
1879 * linum.el (linum-format): Don't autoload it. Improve :type.
1880
1881 * progmodes/tcl.el: Don't require outline when compiling.
1882 (outline-regexp, outline-level): Declare.
1883 * textmodes/sgml-mode.el: Don't require outline when compiling.
1884 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1885
1886 * term.el (term-ansi-reset):
1887 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1888
1889 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1890 files for RCS and SCCS. (Bug#9781)
1891
1892 2012-09-27 Chong Yidong <cyd@gnu.org>
1893
1894 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1895 change; value should be t.
1896
1897 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * image-mode.el: Use lexical-binding.
1900 (image-mode-winprops): Use t to stand for the window of
1901 a buffer that's not displayed.
1902 * doc-view.el (doc-view-new-window-function): Handle the new
1903 t in winprops.
1904 (doc-view-enlarge): Make it a real nop if the size is not changed.
1905 (doc-view-display): Handle the case where the buffer is not (yet?)
1906 displayed in any window.
1907 (doc-view-saved-settings): New var.
1908 (doc-view-mode): Use it.
1909 (doc-view-fallback-mode): Set it.
1910
1911 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1912 Set lexical-binding.
1913 (minibuffer-eldef-shorten-default): New var.
1914 (minibuffer-default-in-prompt-regexps): Use it for new default.
1915 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1916
1917 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * international/uni-bidi.el:
1920 * international/uni-category.el:
1921 * international/uni-name.el:
1922 * international/uni-numeric.el: Regenerate.
1923
1924 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1925 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * profiler.el: New file.
1928
1929 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1932 (testcover-reinstrument): Simplify with CSE.
1933
1934 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1937
1938 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1939
1940 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1941 (verilog-auto-input, verilog-auto-insert-lisp)
1942 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1943 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1944 (verilog-auto-unused, verilog-auto-wire)
1945 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1946 newline. Reported by Andrew Jones.
1947 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1948 Reported by Brad Dobbie.
1949 (verilog-batch-delete-trailing-whitespace):
1950 Create verilog-batch-delete-trailing-whitespace.
1951 Reported by Brad Dobbie.
1952 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1953 parameters from another module. Reported by Dan Katz.
1954 (verilog-auto, verilog-auto-assign-modport)
1955 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1956 AUTOINOUTMODPORT for UVM interface module shell generation.
1957 Reported by Brad Dobbie.
1958 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1959 standard behavior.
1960 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1961 Reported by Matt Martin.
1962
1963 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1964
1965 * window.el (window--resize-child-windows): When resizing child
1966 windows proportionally, process them in reverse order to
1967 preserve the "when splitting a window the new one gets the odd
1968 line" behavior.
1969 (window--resize-root-window-vertically): When resizing the
1970 minibuffer window try to affect only windows at the bottom of the
1971 frame. (Bug#12419)
1972
1973 2012-09-25 Chong Yidong <cyd@gnu.org>
1974
1975 * subr.el (declare): Doc fix.
1976
1977 * help-fns.el (help-fns--obsolete): Handle macros properly.
1978
1979 2012-09-25 Chong Yidong <cyd@gnu.org>
1980
1981 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1982 this function obsolete.
1983
1984 * calendar/cal-x.el (calendar-two-frame-setup)
1985 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1986 * calendar/calendar.el (american-calendar, european-calendar)
1987 (calendar-for-loop):
1988 * comint.el (comint-dynamic-simple-complete)
1989 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1990 * desktop.el (desktop-load-default):
1991 * dired-x.el (dired-omit-here-always)
1992 (dired-hack-local-variables, dired-default-directory):
1993 * emacs-lisp/derived.el (derived-mode-class):
1994 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1995 * emacs-lock.el (toggle-emacs-lock):
1996 * epa.el (epa-display-verify-result):
1997 * epg.el (epg-sign-keys, epg-start-sign-keys)
1998 (epg-passphrase-callback-function):
1999 * eshell/esh-util.el (eshell-for):
2000 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2001 (eshell-add-to-window-buffer-names):
2002 * files.el (locate-file-completion):
2003 * imenu.el (imenu-example--create-c-index)
2004 (imenu-example--create-lisp-index)
2005 (imenu-example--lisp-extract-index-name)
2006 (imenu-example--name-and-position):
2007 * international/mule-cmds.el (princ-list):
2008 * international/mule-diag.el (decode-codepage-char):
2009 * international/mule-util.el (detect-coding-with-priority):
2010 * iswitchb.el (iswitchb-read-buffer):
2011 * mail/mailalias.el (mail-complete):
2012 * mail/sendmail.el (mail-sent-via):
2013 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2014 (mouse-major-mode-menu):
2015 * password-cache.el (password-read-and-add):
2016 * pcomplete.el (pcomplete-parse-comint-arguments):
2017 * progmodes/sh-script.el (sh-maybe-here-document):
2018 * replace.el (query-replace-regexp-eval):
2019 * savehist.el (savehist-load):
2020 * simple.el (choose-completion-delete-max-match):
2021 * term.el (term-dynamic-simple-complete):
2022 * vc/ediff-init.el (ediff-check-version):
2023 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2024 * vc/vc.el (vc-diff-switches-list):
2025 * view.el (view-return-to-alist-update): Likewise.
2026
2027 * subr.el (eval-next-after-load, makehash, insert-string)
2028 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2029 mark obsolete.
2030 (mode-line-inverse-video): Variable deleted.
2031
2032 * international/mule-util.el (string-to-sequence): Remove.
2033
2034 * calendar/calendar.el (calendar-version):
2035 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2036 (icalendar-convert-diary-to-ical):
2037 * cus-edit.el (custom-mode):
2038 * ansi-color.el (ansi-color-unfontify-region):
2039 * international/latin1-disp.el (latin1-char-displayable-p):
2040 * progmodes/cwarn.el (turn-on-cwarn-mode):
2041 * progmodes/which-func.el (which-func-update-1):
2042 Use define-obsolete-function-alias.
2043
2044 * net/newst-backend.el (newsticker-cache-filename):
2045 * net/newst-treeview.el (newsticker-groups-filename):
2046 Fix incorrect obsolescence declaration.
2047
2048 * allout.el (allout-passphrase-hint-string): Likewise.
2049 (allout-init): Use a declare form to mark obsolete.
2050
2051 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2052 this applies to functions.
2053
2054 * iswitchb.el (iswitchb-read-buffer): Move code of
2055 iswitchb-define-mode-map here, and delete that obsolete function.
2056
2057 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2058 font-lock-reference-face.
2059
2060 2012-09-25 Glenn Morris <rgm@gnu.org>
2061
2062 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2063 Doc fixes.
2064
2065 * eshell/em-term.el (eshell-term-name):
2066 Default to term-term-name. (Bug#12485)
2067
2068 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2069
2070 * progmodes/python.el (python-shell-send-buffer): Better handling
2071 of "if __name__ == '__main__':" conditionals when sending the buffer.
2072
2073 2012-09-24 Glenn Morris <rgm@gnu.org>
2074
2075 * eshell/esh-cmd.el (eshell-find-alias-function):
2076 Tighten up file-name regexp. (Bug#12499)
2077
2078 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2079
2080 Enhancements for triple-quote string syntax.
2081 * progmodes/python.el (python-quote-syntax): Remove.
2082 (python-syntax-propertize-function): New value.
2083 (python-syntax-count-quotes, python-syntax-stringify):
2084 New functions.
2085
2086 2012-09-24 Chong Yidong <cyd@gnu.org>
2087
2088 * mail/supercite.el (sc-version): Remove obsolete function.
2089 (sc-describe): Don't mark as obsolete, since it is bound.
2090 (sc-submit-bug-report): Remove.
2091
2092 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2093 (cvs-commit-buffer-require-final-newline): Remove.
2094 (log-edit-require-final-newline)
2095 (log-edit-changelog-full-paragraphs): Default to t.
2096
2097 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2098 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2099 * vc/vc.el (vc-checkout-carefully): Likewise.
2100
2101 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2102 (emerge-version): Remove.
2103
2104 * progmodes/compile.el (compile-internal): Remove.
2105 (compilation-parse-errors-function): Fix typo.
2106
2107 * international/mule.el (set-char-table-default): Remove.
2108 (set-coding-priority, make-coding-system, generic-char-p)
2109 (charset-list, charset-bytes, charset-id): Use declare to mark
2110 functions as obsolete.
2111
2112 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2113 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2114 * vc/vc-hooks.el (vc-default-registered): Don't use
2115 vc-master-templates.
2116
2117 * font-lock.el (font-lock-reference-face):
2118 Use define-obsolete-variable-alias.
2119
2120 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2121 * calendar/calendar.el (calendar-font-lock-keywords):
2122 * calendar/diary-lib.el (diary-font-lock-keywords)
2123 (diary-fancy-font-lock-keywords):
2124 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2125 * textmodes/reftex-index.el (reftex-insert-index):
2126 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2127 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2128 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2129 * progmodes/prolog.el (prolog-font-lock-keywords):
2130 * progmodes/idlwave.el (idlwave-idl-keywords):
2131 * progmodes/ada-mode.el (ada-font-lock-keywords):
2132 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2133
2134 2012-09-24 Glenn Morris <rgm@gnu.org>
2135
2136 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2137
2138 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2139
2140 * progmodes/python.el (python-indent-line): More consistent cursor
2141 movement behavior.
2142
2143 2012-09-23 Stefan Merten <smerten@oekonux.de>
2144
2145 * textmodes/rst.el: Fix compiler warning.
2146
2147 2012-09-23 Roland Winkler <winkler@gnu.org>
2148
2149 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2150 Transcribe also LaTeX hyphenation.
2151 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2152 bibtex-reformat-previous-options.
2153
2154 2012-09-23 Roland Winkler <winkler@gnu.org>
2155
2156 * proced.el (proced-renice-command): New variable.
2157 (proced-marked-processes): New function.
2158 (proced-with-processes-buffer): New macro.
2159 (proced-send-signal): Use them.
2160 (proced-renice): New command bound to r.
2161
2162 2012-09-23 Roland Winkler <winkler@gnu.org>
2163
2164 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2165 ibuffer-saved-filter-groups has one element, shortcut the call of
2166 completing-read. (Bug#12331)
2167
2168 2012-09-23 Chong Yidong <cyd@gnu.org>
2169
2170 * bindings.el (mode-line-toggle-read-only):
2171 * bs.el (bs-toggle-readonly):
2172 * buff-menu.el (Buffer-menu-toggle-read-only):
2173 * dired.el (dired-toggle-read-only):
2174 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2175
2176 2012-09-23 Chong Yidong <cyd@gnu.org>
2177
2178 * image.el (image-type-available-p): Adapt to init-image-library
2179 argument changes.
2180
2181 2012-09-22 Juri Linkov <juri@jurta.org>
2182
2183 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2184 `dired-toggle-read-only'. (Bug#12462)
2185
2186 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2187
2188 * subr.el (temp-output-buffer-show): New function.
2189 (with-output-to-temp-buffer): Call temp-output-buffer-show
2190 instead of internal-temp-output-buffer-show.
2191
2192 2012-09-22 Chong Yidong <cyd@gnu.org>
2193
2194 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2195 (Bug#12462).
2196
2197 * repeat.el (repeat): Doc fix (Bug#12348).
2198
2199 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2200 (Bug#10909).
2201
2202 * simple.el (shell-command-on-region): Doc fix.
2203 (read-only-mode): Doc fix.
2204
2205 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2206
2207 * emacs-lisp/timer.el (run-with-idle-timer)
2208 (timer-activate-when-idle): Warn against reinvoking an idle timer
2209 from within its own timer action. (Bug#12447)
2210
2211 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2212
2213 * cus-start.el (window-combination-limit): Add new optional
2214 values.
2215 * window.el (temp-buffer-window-show)
2216 (window--try-to-split-window): Handle new values of
2217 window-combination-limit (Bug#1806).
2218 (split-window): Test window-combination-limit for t instead of
2219 non-nil.
2220 (display-buffer-at-bottom): New buffer display action function.
2221 * help.el (temp-buffer-resize-regexps): New option.
2222 (temp-buffer-resize-mode): Rewrite doc-string.
2223 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2224 Don't resize reused window. Suggested by Glenn Morris.
2225
2226 2012-09-22 Stefan Merten <smerten@oekonux.de>
2227
2228 * textmodes/rst.el: Revamp section title faces.
2229 (rst-official-version)
2230 (rst-package-emacs-version-alist): Sync with official version
2231 V1.4.0.
2232 (rst-faces-defaults, rst-set-level-default)
2233 (rst-level-face-max, rst-level-face-base-color)
2234 (rst-level-face-base-light, rst-level-face-format-light)
2235 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2236 (rst-adornment-faces-alist): Match new setup.
2237 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2238 (rst-level-5, rst-level-6): New faces.
2239
2240 2012-09-22 Chong Yidong <cyd@gnu.org>
2241
2242 * simple.el (undo): Handle indirect buffers (Bug#8207).
2243
2244 2012-09-21 Leo Liu <sdl.web@gmail.com>
2245
2246 IDO: Disable match re-ordering for buffer switching.
2247 * ido.el (ido-buffer-disable-smart-matches): New variable.
2248 (ido-set-matches-1): Use it. (Bug#2042)
2249
2250 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2251
2252 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2253 Fix 2011-05-17 change. (Bug#12418)
2254
2255 2012-09-21 Leo Liu <sdl.web@gmail.com>
2256
2257 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2258
2259 2012-09-21 Glenn Morris <rgm@gnu.org>
2260
2261 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2262 Be more robust about locating simple.el.
2263
2264 2012-09-21 Glenn Morris <rgm@gnu.org>
2265
2266 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2267
2268 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2269
2270 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2271
2272 2012-09-20 Juri Linkov <juri@jurta.org>
2273
2274 * replace.el (query-replace-read-from): Use `read-regexp' instead
2275 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2276 (occur-read-primary-args): Use `read-regexp' instead of
2277 `read-string'.
2278 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2279 `read-from-minibuffer'.
2280 * isearch.el (isearch-occur): Use `read-regexp' instead of
2281 `read-string'.
2282 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2283 `read-from-minibuffer'.
2284 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2285 of `read-string'. (Bug#7567)
2286
2287 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2288 and allow accepting a list of strings prepended to a list of
2289 standard default values. Doc fix. (Bug#12321)
2290
2291 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2292
2293 * replace.el (read-regexp): Don't add ": " when PROMPT already
2294 ends with a colon and space. (Bug#12321)
2295
2296 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2297
2298 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2299 error.
2300
2301 2012-09-20 Stefan Merten <smerten@oekonux.de>
2302
2303 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2304 Fixes feature request bug#11711.
2305 (rst-mode): Create `imenu-create-index-function'.
2306 (rst-get-stripped-line): Delete after refactoring.
2307 (rst-section-tree, rst-section-tree-rec)
2308 (rst-section-tree-point): Refactor and document properly.
2309 (rst-imenu-find-adornments-for-position)
2310 (rst-imenu-convert-cell, rst-imenu-create-index):
2311 New function.
2312
2313 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2316 (macroexp--expand-all): Use it.
2317 (macroexp--funcall-and-return): Remove by folding it into its sole
2318 caller (macroexp--warn-and-return).
2319 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2320 Use macroexp--obsolete-warning.
2321
2322 * calc/calc.el: Fix last change by removing the whole chunk, since it
2323 was only needed back when Calc was not bundled.
2324
2325 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2326
2327 * emacs-lisp/debug.el (debug): Restore assignment to
2328 debugger-old-buffer removed on 2012-09-08.
2329
2330 2012-09-20 Juri Linkov <juri@jurta.org>
2331
2332 * dired-aux.el (dired-diff): Remove (require 'diff) since
2333 `diff-latest-backup-file' is now autoloaded.
2334
2335 2012-09-20 Chong Yidong <cyd@gnu.org>
2336
2337 * vc/diff.el (diff-latest-backup-file): Autoload.
2338
2339 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * calc/calc.el: Remove redundant autoload shape check.
2342 (sel-mode): Don't defvar.
2343 (calc-get-stack-element): Add `sel-mode' arg instead.
2344 (calc-top, calc-top-list): Pass it this additional argument.
2345 * calc/calc-store.el (calc-store-map):
2346 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2347 (calc-map-equation, calc-outer-product, calc-inner-product):
2348 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2349
2350 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2351
2352 2012-09-19 Juri Linkov <juri@jurta.org>
2353
2354 * dired-aux.el (dired-diff): Add (require 'diff) because
2355 `diff-latest-backup-file' is not autoloaded.
2356 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2357 of `dired-get-filename' to t to not report error when there is
2358 no default file on the current line.
2359
2360 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2363 macroexp--eval-if-compile.
2364 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2365 (macroexp--expand-all): Use them (bug#12371).
2366
2367 * doc-view.el (doc-view-guess-paper-size)
2368 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2369
2370 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2371
2372 New feature: set optimal slice from BoundingBox information.
2373 * doc-view.el (doc-view-mode-map): Add keybinding.
2374 (doc-view-menu): Add menu entry.
2375 (doc-view-set-slice): Adapt docstring.
2376 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2377 (doc-view-scale-bounding-box)
2378 (doc-view-set-slice-from-bounding-box): New functions.
2379 (doc-view-paper-sizes): New defvar.
2380
2381 2012-09-19 Glenn Morris <rgm@gnu.org>
2382
2383 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2384 (byte-compile-log-warning): Autoload. (Bug#12371)
2385
2386 * calendar/calendar.el (calendar-american-month-header)
2387 (calendar-european-month-header, calendar-iso-month-header)
2388 (calendar-month-header): New options.
2389 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2390 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2391
2392 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2393
2394 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2395
2396 2012-09-18 Juri Linkov <juri@jurta.org>
2397
2398 * dired-aux.el (dired-diff): Restore original functionality of
2399 getting the default value, but keep new feature of using the
2400 latest existing backup file (`diff-latest-backup-file').
2401
2402 2012-09-18 Juri Linkov <juri@jurta.org>
2403
2404 * dired.el (dired-mark): If the region is active in Transient Mark
2405 mode, mark all files in the active region. Doc fix.
2406 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2407 Doc fix. (Bug#10624)
2408
2409 2012-09-18 Juri Linkov <juri@jurta.org>
2410
2411 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2412 attributes for M-n are pulled from the file at point.
2413 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2414 Suggested by Drew Adams. (Bug#10624)
2415
2416 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2417
2418 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2419 whitespace after "end".
2420 (ruby-do-end-to-brace): Collapse block to one line if it fits
2421 within fill-column.
2422
2423 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2424
2425 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2426 value.
2427 (debug): Don't remove debugger window when debugger is expected
2428 to be back.
2429
2430 2012-09-18 Chong Yidong <cyd@gnu.org>
2431
2432 * custom.el (defface): Doc fix.
2433
2434 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2435
2436 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2437
2438 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2439 to initialize query-on-exit; then test that instead (bug#12288).
2440
2441 2012-09-17 Stefan Merten <smerten@oekonux.de>
2442
2443 * textmodes/rst.el: Add support for `testcover'.
2444 (rst-defcustom-testcover, rst-testcover-add-compose)
2445 (rst-testcover-add-1value): New functions.
2446 (rst-portable-mark-active-p): Replace by `use-region-p'.
2447 (rst-update-section, rst-classify-adornment)
2448 (rst-find-title-line): Mark `1value' forms.
2449 (rst-classify-adornment): Remove superfluous form.
2450 (rst-update-section, rst-get-adornments-around)
2451 (rst-adornment-complete-p, rst-get-next-adornment)
2452 (rst-adjust, rst-promote-region)
2453 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2454 (rst-find-pfx-in-region, rst-section-tree-rec)
2455 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2456 (rst-toc-node, rst-toc, rst-forward-section)
2457 (rst-iterate-leftmost-paragraphs)
2458 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2459 (rst-bullet-list-region)
2460 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2461 (rst-compile-find-conf, rst-compile)
2462 (rst-repeat-last-character): Fix style.
2463
2464 2012-09-17 Chong Yidong <cyd@gnu.org>
2465
2466 * comint.el (comint--complete-file-name-data): Don't add a space
2467 if the status is `sole'; that adds a gratuitous space in the
2468 completion-cycling case (Bug#12092).
2469
2470 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2471
2472 2012-09-17 Richard Stallman <rms@gnu.org>
2473
2474 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2475 only in the mime-shown mode, not in raw mode.
2476 (rmail-mime): Toggle off mime by displaying the message without
2477 mime processing. (Bug#12305)
2478
2479 * mail/rmail.el (rmail-retry-failure):
2480 Turn off mime processing first. (Bug#12037)
2481
2482 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2483
2484 2012-09-17 Chong Yidong <cyd@gnu.org>
2485
2486 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2487 (shell-dynamic-complete-functions): Convert to defcustom.
2488 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2489
2490 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2491 * comint.el (comint-prompt-read-only):
2492 * custom.el (defcustom):
2493 * hi-lock.el (hi-lock-mode):
2494 * ibuffer.el (ibuffer-formats):
2495 * ielm.el (ielm-prompt-read-only):
2496 * novice.el (disable-command):
2497 * saveplace.el (toggle-save-place):
2498 * speedbar.el (speedbar-supported-extension-expressions):
2499 * startup.el (auto-save-list-file-prefix, init-file-user)
2500 (after-init-hook, inhibit-startup-echo-area-message):
2501 * strokes.el (strokes-help):
2502 * time-stamp.el (time-stamp):
2503 * calendar/calendar.el (calendar, diary-file):
2504 * calendar/diary-lib.el (diary-mail-entries, diary)
2505 (diary-list-entries-hook):
2506 * calendar/holidays.el (holidays, calendar-holidays):
2507 * calendar/lunar.el (lunar-phases):
2508 * calendar/solar.el (sunrise-sunset):
2509 * emulation/edt.el (edt-load-keys):
2510 * emulation/viper.el (viper-mode):
2511 * eshell/em-alias.el (eshell-command-aliases-list):
2512 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2513 * international/ogonek.el (ogonek-information):
2514 * net/tramp-cmds.el (tramp-bug):
2515 * net/quickurl.el (quickurl-reread-hook-postfix):
2516 * play/decipher.el (decipher-font-lock-keywords):
2517 * progmodes/cc-styles.el (c-set-style):
2518 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2519 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2520 * progmodes/octave-mod.el (octave-mode):
2521 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2522 * progmodes/verilog-mode.el (verilog-read-defines):
2523 * textmodes/two-column.el (2C-mode): Likewise.
2524
2525 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2526
2527 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2528 that holds many addresses.
2529
2530 2012-09-16 Chong Yidong <cyd@gnu.org>
2531
2532 * align.el (align-areas): Call the indication function with
2533 positions instead of markers for arguments (Bug#12343).
2534
2535 * files.el (parse-colon-path): Use split-string (Bug#12351).
2536
2537 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2538 (display-buffer-function): Mark as obsolete.
2539
2540 * progmodes/compile.el (compilation-parse-errors): Accept list
2541 values similar to font-lock-keywords (Bug#12136).
2542 Suggested by Oleksandr Manzyuk.
2543 (compilation-error-regexp-alist): Doc fix.
2544
2545 2012-09-15 Glenn Morris <rgm@gnu.org>
2546
2547 * version.el (emacs-bzr-version-bzr): New function.
2548 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2549
2550 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2551 checkouts, check the parent dirstate matches the branch.
2552 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2553 empty string.
2554
2555 * version.el (emacs-bzr-version): Doc fix.
2556 (emacs-bzr-version-dirstate): New function.
2557 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2558 is local try and check that it matches the branch. If not, just
2559 use dirstate information. (Bug#12441)
2560
2561 2012-09-14 Juri Linkov <juri@jurta.org>
2562
2563 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2564 (Bug#12399)
2565
2566 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2569
2570 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2571 Remove obsolete byte-compiler hack that tried to silence some warnings.
2572 (edebug-submit-bug-report): Remove.
2573 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2574 Remove aliases, use the un-prefixed name instead.
2575 (edebug-pop-to-buffer): Consider other frames.
2576 (edebug-original-read):: Make it more obvious that it's always defined.
2577 (edebug--make-form-data-entry, edebug--form-data-name)
2578 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2579 single-dashed name, and implement with cl-defstruct.
2580 (edebug-set-form-data-entry): Use the standard accessors.
2581 (edebug-make-top-form-data-entry): Use push.
2582 (edebug-no-match): Drop useless `funcall'.
2583 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2584 to functions.
2585 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2586 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2587 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2588 (easy-menu-define, with-custom-print): Remove redundant specs.
2589 (edebug-outside-overriding-local-map)
2590 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2591 (edebug--display): Bind unread-command-events directly to nil rather
2592 than binding it to unread-command-events and later setting it to nil.
2593 (edebug--display): Kill edebug-eval-buffer here...
2594 (edebug--recursive-edit): ...rather than here.
2595 Bind standard-output and standard-input.
2596 (edebug-eval): Check cl-macroexpand-all is fboundp.
2597 (edebug-temp-display-freq-count): Fix last change.
2598
2599 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2600 * subr.el (noreturn, 1value): Add `debug' spec.
2601 * emacs-lisp/advice.el: Require cl-lib.
2602 (ad-copy-tree): Remove, use copy-tree instead.
2603 (ad-dolist): Remove use dolist or cl-dolist instead.
2604 (ad-do-return): Remove, use cl-return instead.
2605 (defadvice): Add `debug' spec.
2606
2607 2012-09-13 Juri Linkov <juri@jurta.org>
2608
2609 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2610 (Bug#12399)
2611
2612 2012-09-13 Glenn Morris <rgm@gnu.org>
2613
2614 * calc/calc.el (math-compose-expr):
2615 * calc/calc-ext.el (math-compose-expr):
2616 * progmodes/cc-defs.el (cl-macroexpand-all):
2617 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2618 (cl-macroexpand-all): Update declarations.
2619
2620 * vc/vc.el: No need to require ediff.
2621 (ediff-load-version-control): Declare.
2622 (ediff-vc-internal): Fix declaration.
2623 (vc-version-ediff): Require ediff.
2624
2625 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2626
2627 Use a more backwards-compatible timer format (Bug#12430).
2628 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2629 being right after USECS, as that better supports old code that
2630 inadvisedly looked directly at the timer vector.
2631
2632 2012-09-13 Kenichi Handa <handa@gnu.org>
2633
2634 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2635 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2636 `coding-priority' property of these language environment.
2637
2638 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2639
2640 Fix glitches caused by addition of psec to timers (Bug#12430).
2641 * image.el (image-animate-timer):
2642 * time.el (display-time-world-timer):
2643 Use timer--function and timer--args rather than raw access to
2644 timer vector.
2645
2646 2012-09-13 Glenn Morris <rgm@gnu.org>
2647
2648 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2649 If not compiling a file, try using load-file-name.
2650
2651 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2654 Fix last change.
2655 (edebug-update-eval-list): Use `push'.
2656
2657 * emacs-lisp/edebug.el: Use lexical-binding.
2658 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2659 Mark unused args with underscore.
2660 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2661 (edebug-form-data): Use defvar-local.
2662 (edebug-make-before-and-after-form, edebug-make-after-form):
2663 Use backquote.
2664 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2665 Not dynamically scoped any more.
2666 (edebug--enter-trace): Add arguments `function' and `args'.
2667 Rename from edebug-enter-trace.
2668 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2669 (edebug--update-coverage): Add `after-index' and `value' args.
2670 Rename from edebug-update-coverage.
2671 (edebug-slow-after): Call it accordingly.
2672 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2673 edebug-recursive-edit.
2674 (edebug--display): Call it accordingly. Add args `value',
2675 `offset-index', and `arg-mode'. Rename from edebug-display.
2676 (edebug-debugger, edebug): Call it accordingly.
2677 (edebug-eval-display-list): Use dolist.
2678
2679 2012-09-12 Juri Linkov <juri@jurta.org>
2680
2681 * info.el (Info-search): Don't check for isearch-mode and
2682 isearch-regexp before let-binding search-spaces-regexp to
2683 Info-search-whitespace-regexp.
2684 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2685 search-whitespace-regexp if isearch-lax-whitespace or
2686 isearch-regexp-lax-whitespace is non-nil.
2687 (Info-mode): Don't set local variable search-whitespace-regexp.
2688 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2689
2690 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2693 (debugger-env-macro): Remove support for unread-command-char.
2694
2695 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2696 the temporary map re-appearing on emulation-mode-map-alists.
2697
2698 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2699 since 22.1.
2700
2701 * ehelp.el (with-electric-help): Accept functions in
2702 electric-help-form-to-execute.
2703 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2704 And replace unread-command-char -> unread-command-events.
2705
2706 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2707
2708 Sync with Tramp 2.2.6.
2709
2710 * net/tramp.el (tramp-accept-process-output): Don't use
2711 JUST-THIS-ONE in the XEmacs case.
2712
2713 * net/trampver.el: Update release number.
2714
2715 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2716
2717 * emacs-lisp/debug.el (debugger-previous-window-height):
2718 New variable.
2719 (debug): When debugger-jumping-flag is non-nil try to restore
2720 height of debugger window. (Bug#8789)
2721
2722 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2725 overriding-local-map and pre/post-command-hook here.
2726 (edebug-recursive-edit): Do it here instead (bug#12345).
2727 (edebug-outside-unread-command-char): Remove all uses of
2728 unread-command-char.
2729
2730 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2731 inhibit-debugger is bound instead.
2732
2733 2012-09-11 Bastien Guerry <bzg@gnu.org>
2734
2735 * subr.el (set-temporary-overlay-map): Add a docstring.
2736 (Bug#12346)
2737
2738 2012-09-11 Bastien Guerry <bzg@gnu.org>
2739
2740 * minibuffer.el (completion-table-subvert): Fix docstring.
2741 (Bug#12347)
2742
2743 2012-09-11 Bastien Guerry <bzg@gnu.org>
2744
2745 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2746
2747 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2748
2749 * progmodes/sql.el: Version 3.1
2750 (sql-db2-escape-newlines): New variable.
2751 (sql-escape-newlines-filter): Use it.
2752
2753 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2756
2757 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2758
2759 * vc/diff-mode.el (diff-mode-menu):
2760 Bind diff-remove-trailing-whitespace.
2761
2762 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2765 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2766 (emacs-lisp-byte-code-mode): New functions.
2767 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2768 (eval-defun-2): Remove bogus interactive spec.
2769 (lisp-indent-line): Remove redundant whole-exp code, now done in
2770 indent-according-to-mode.
2771 (save-match-data): Remove redundant indent data.
2772
2773 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2774 Use `declare'.
2775
2776 2012-09-09 Juri Linkov <juri@jurta.org>
2777
2778 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2779 (replace-lax-whitespace, query-replace-regexp)
2780 (query-replace-regexp-eval, replace-regexp): Doc fix.
2781 (perform-replace, replace-highlight): Let-bind
2782 isearch-lax-whitespace to replace-lax-whitespace and
2783 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2784
2785 * isearch.el (isearch-query-replace): Let-bind
2786 replace-lax-whitespace to isearch-lax-whitespace and
2787 replace-regexp-lax-whitespace to
2788 isearch-regexp-lax-whitespace. (Bug#10885)
2789
2790 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2793
2794 2012-09-09 Alan Mackenzie <acm@muc.de>
2795
2796 * progmodes/cc-engine.el (c-state-cache-init):
2797 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2798 (c-record-parse-state-state):
2799 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2800
2801 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2802
2803 * register.el (register-separator): Rename from
2804 separator-register. All uses changed. Doc fix.
2805 (register): Fix version.
2806
2807 2012-09-09 Chong Yidong <cyd@gnu.org>
2808
2809 * replace.el (query-replace-map): Bind four new symbols for
2810 requesting window scrolling.
2811
2812 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2813 query-replace-map (Bug#8948).
2814
2815 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2816
2817 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2818 since they are now in query-replace-map.
2819
2820 * window.el (scroll-other-window-down): Make the arg optional.
2821
2822 2012-09-09 Chong Yidong <cyd@gnu.org>
2823
2824 * files.el (hack-local-variables-confirm): Use quit-window to kill
2825 the *Local Variables* buffer.
2826
2827 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2828
2829 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2830 not just expect to be at its beginning. Adjust callees.
2831 Succeed when do-end block has no space before the pipe character.
2832 (ruby-brace-to-do-end): When the original block is one-liner,
2833 convert to multiline. Reindent the result.
2834
2835 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2836
2837 * register.el (register): New group.
2838 (separator-register): New user option.
2839 (increment-register): Route it to `append-to-register', if
2840 register contains text. Implication is that `C-x r +' can now be
2841 used for appending to a text register (bug#12217).
2842 (append-to-register, prepend-to-register): Add separator based on
2843 `separator-register'.
2844
2845 2012-09-08 Alan Mackenzie <acm@muc.de>
2846
2847 AWK Mode: make auto-newline work when there's "==" in the pattern.
2848 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2849 correctly.
2850 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2851 Test more rigorously for "=" token.
2852
2853 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2854
2855 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2856 Only fail when reached LIMIT.
2857
2858 2012-09-08 Chong Yidong <cyd@gnu.org>
2859
2860 * dired.el (dired-mode-map): Don't bind M-=.
2861
2862 * dired-aux.el (dired-diff): Use backup file as default.
2863
2864 2012-09-08 Drew Adams <drew.adams@oracle.com>
2865
2866 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2867
2868 2012-09-08 Chong Yidong <cyd@gnu.org>
2869
2870 * subr.el (syntax-after, syntax-class): Doc fix.
2871
2872 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2873
2874 * window.el (display-buffer-in-previous-window): New buffer
2875 display action function.
2876
2877 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2878 (debugger-previous-window): New variable.
2879 (debug): Rewrite using display-buffer-in-previous-window,
2880 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2881
2882 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2885
2886 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2887
2888 * progmodes/python.el (python-shell-send-string):
2889 When default-directory is remote, create temp file on remote
2890 filesystem.
2891 (python-shell-send-file): When file is remote, pass local view of
2892 file paths to remote Python interpreter. (Bug#12340)
2893
2894 2012-09-07 Chong Yidong <cyd@gnu.org>
2895
2896 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2897
2898 * files.el (after-find-file): Don't fail on a read-only buffer if
2899 require-final-newline is `visit' or `visit-save' (Bug#11156).
2900
2901 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2902
2903 * userlock.el (ask-user-about-supersession-threat):
2904 Use read-char-choice (Bug#12093).
2905
2906 2012-09-07 Chong Yidong <cyd@gnu.org>
2907
2908 * subr.el (buffer-narrowed-p): New function.
2909
2910 * ses.el (ses-widen):
2911 * simple.el (count-words--buffer-message):
2912 * net/browse-url.el (browse-url-of-buffer): Use it.
2913
2914 * simple.el (count-words-region): Don't signal an error if there
2915 is a non-nil prefix arg and the mark is not set.
2916
2917 * help.el (describe-key-briefly): Allow the message to be seen
2918 when invoked from the minibuffer (Bug#7014).
2919
2920 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2921
2922 * progmodes/ruby-mode.el (ruby-end-of-defun)
2923 (ruby-beginning-of-defun): Simplify, allow indentation before
2924 block beginning and end keywords.
2925 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2926 (ruby-end-of-defun): Expect that the point is at the beginning of
2927 the defun.
2928
2929 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2932 (bug#12367).
2933 (cl--make-usage-args): Strip _ from argument names.
2934
2935 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2936
2937 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2938 obsolete alias speedbar-key-map.
2939 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2940 (vhdl-index-menu-init): Don't use obsolete variable
2941 font-lock-maximum-size.
2942
2943 2012-09-06 Chong Yidong <cyd@gnu.org>
2944
2945 * frame.el (window-system-version): Mark as obsolete.
2946
2947 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2948 of obsolete variable speedbar-key-map.
2949
2950 2012-09-06 Juri Linkov <juri@jurta.org>
2951
2952 * replace.el (replace-lax-whitespace): New defcustom.
2953 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2954 (replace-string, replace-regexp): Mention it in docstrings.
2955 (perform-replace, replace-highlight): Let-bind
2956 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2957 to the values of replace-lax-whitespace and regexp-flag.
2958 Don't let-bind search-whitespace-regexp. (Bug#10885)
2959
2960 * isearch.el (isearch-query-replace): Let-bind
2961 replace-lax-whitespace instead of let-binding
2962 replace-search-function and replace-re-search-function.
2963 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2964 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2965 (isearch-toggle-symbol): Set isearch-regexp to nil
2966 in isearch-word mode (like in isearch-toggle-word).
2967
2968 2012-09-06 Juri Linkov <juri@jurta.org>
2969
2970 * replace.el (replace-search-function)
2971 (replace-re-search-function): Set default values to nil.
2972 (perform-replace): Let-bind isearch-related variables based on
2973 replace-related values, call `isearch-search-fun' and let-bind
2974 the result to `search-function'. Remove code that sets
2975 `search-function' and `search-string' separately for
2976 `delimited-flag'.
2977 (replace-highlight): Add new argument `delimited-flag' and
2978 rename other arguments to the names used in `perform-replace'.
2979 Let-bind `isearch-word' to the argument `delimited-flag'.
2980 (Bug#10885, bug#10887)
2981
2982 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2983
2984 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2985 ruby-beginning-of-indent, simplify, allow all keywords to have
2986 indentation before them.
2987 (ruby-beginning-of-indent): Adjust for above. Search until the
2988 found point is not inside a string or comment.
2989 (ruby-font-lock-keywords): Allow symbols to start with "@"
2990 character, give them higher priority than variables.
2991 (ruby-syntax-propertize-function)
2992 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2993 matchers. Expression expansions are not comments when inside a
2994 string, and there comment syntax status is irrelevant.
2995 (ruby-match-expression-expansion): New function. Check that
2996 expression expansion is inside a string, and it's not escaped.
2997 (ruby-font-lock-keywords): Use it.
2998
2999 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3000
3001 * help.el (temp-buffer-max-height): New default value.
3002 (temp-buffer-resize-frames): New option.
3003 (resize-temp-buffer-window): Optionally resize frame.
3004
3005 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3006 (fit-frame-to-buffer): New function.
3007
3008 2012-09-05 Glenn Morris <rgm@gnu.org>
3009
3010 * emulation/cua-rect.el (cua--init-rectangles):
3011 * textmodes/picture.el (picture-mode-map):
3012 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3013 like forward-char and backward-char. (Bug#12317)
3014
3015 2012-09-05 Leo Liu <sdl.web@gmail.com>
3016
3017 * progmodes/flymake.el (flymake-warning-re): New variable.
3018 (flymake-parse-line): Use it.
3019
3020 2012-09-05 Glenn Morris <rgm@gnu.org>
3021
3022 * calendar/holidays.el (holiday-christian-holidays):
3023 Rename an entry. (Bug#12289)
3024
3025 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3028 (bug#12222).
3029
3030 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * loadup.el: Load macroexp. Remove hack.
3033 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3034 (macroexp--expand-all): Use it to get better warnings.
3035 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3036 (internal-macroexpand-for-load): New functions.
3037 (macroexp--pending-eager-loads): New var.
3038 (emacs-startup-hook): New hack to replace one in loadup.el.
3039 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3040 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3041 (cl-psetf): Simplify.
3042 (cl-defstruct): Add indent rule.
3043
3044 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3045
3046 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3047 over `user-mail-address' for the SMTP MAIL FROM envelope.
3048 (smtpmail-via-smtp): Ditto.
3049
3050 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3051
3052 * progmodes/ruby-mode.el: Clean up keybindings.
3053 (ruby-mode-map): Don't bind ruby-electric-brace,
3054 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3055 backward-kill-word, reindent-then-newline-and-indent.
3056 (ruby-mark-defun): Remove.
3057 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3058 (ruby-mode): Set local beginning-of-defun-function and
3059 end-of-defun-function values.
3060
3061 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3062
3063 * window.el (temp-buffer-window-setup-hook)
3064 (temp-buffer-window-show-hook): New hooks.
3065 (temp-buffer-window-setup, temp-buffer-window-show)
3066 (with-temp-buffer-window): New functions.
3067 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3068 (special-display-popup-frame): Make sure the window used shows BUFFER.
3069
3070 * help.el (temp-buffer-resize-mode): Fix doc-string.
3071 (resize-temp-buffer-window): New optional argument WINDOW.
3072
3073 * files.el (recover-file, save-buffers-kill-emacs):
3074 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3075
3076 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3077
3078 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3079 remote definition of `default-directory', ensure we can connect.
3080
3081 2012-09-02 Juri Linkov <juri@jurta.org>
3082
3083 Toggle whitespace matching mode with M-s SPC.
3084 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3085
3086 * isearch.el (search-whitespace-regexp): Doc fix.
3087 Remove cons cell customization.
3088 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3089 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3090 New variables.
3091 (isearch-forward, isearch-forward-regexp): Doc fix.
3092 (isearch-toggle-lax-whitespace): New command.
3093 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3094 (re-search-forward-lax-whitespace)
3095 (re-search-backward-lax-whitespace): New functions.
3096 (isearch-whitespace-regexp): Remove function.
3097 (isearch-query-replace): Let-bind replace-search-function and
3098 replace-re-search-function.
3099 (isearch-occur): Let-bind search-spaces-regexp according to the
3100 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3101 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3102 condition for C-q SPC.
3103 (isearch-search-fun-default): Use new functions mentioned above.
3104 (isearch-search-forward, isearch-search-backward): Remove functions.
3105 (isearch-search): Don't let-bind search-spaces-regexp.
3106 (isearch-lazy-highlight-space-regexp): Remove variable.
3107 (isearch-lazy-highlight-lax-whitespace)
3108 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3109 (isearch-lazy-highlight-new-loop): Use them.
3110 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3111
3112 2012-09-02 Chong Yidong <cyd@gnu.org>
3113
3114 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3115
3116 2012-09-02 Glenn Morris <rgm@gnu.org>
3117
3118 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3119
3120 2012-09-01 Glenn Morris <rgm@gnu.org>
3121
3122 * term.el: Tidy up menu definitions.
3123 (term-mode-map): Use easymenu for In/Out, Complete menus.
3124 (term-pager-break-map): Initialize in the defvar.
3125 (term-terminal-menu, term-signals-menu): Define with easymenu.
3126 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3127 (term-pager-menu): New, extracted from term-process-pager.
3128 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3129 (term-update-mode-line): Propertize line/char and page items.
3130 (term-process-pager): Move keymap initialization elsewhere.
3131
3132 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3133
3134 * window.el (switch-to-prev-buffer): Handle additional values of
3135 BURY-OR-KILL argument. Don't switch in minibuffer window.
3136 (switch-to-next-buffer): Don't switch in minibuffer window.
3137 (quit-restore-window): New function based on quit-window.
3138 Handle additional values of former KILL argument.
3139 (quit-window): Call quit-restore-window with appropriate
3140 interpretation of KILL argument.
3141 (display-buffer-below-selected): New buffer display action
3142 function.
3143
3144 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * minibuffer.el (completion-at-point-functions): Complete docstring
3147 (bug#12254).
3148
3149 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3150
3151 Better seed support for (random).
3152 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3153 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3154 * play/mpuz.el, play/tetris.el, play/zone.el:
3155 * calc/calc-comb.el (math-init-random-base):
3156 * play/blackbox.el (bb-init-board):
3157 * play/life.el (life):
3158 * server.el (server-use-tcp):
3159 * type-break.el (type-break):
3160 Remove unnecessary call to (random t).
3161 * net/sasl.el (sasl-unique-id-function):
3162 Change (random t) to (random), now that the latter is more random.
3163 * play/life.el (life-initialized): Remove no-longer-needed var.
3164
3165 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3166
3167 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3168 Consider frame's buffer predicate when choosing the buffer.
3169 (Bug#12081)
3170
3171 2012-08-30 Richard Stallman <rms@gnu.org>
3172
3173 * simple.el (special-mode-map): Delete binding for `z'.
3174
3175 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3176
3177 * progmodes/compile.el (compilation-always-kill): Doc fix.
3178
3179 2012-08-30 Chong Yidong <cyd@gnu.org>
3180
3181 * window.el (display-buffer-reuse-frames): Make the obsolescence
3182 message more informative.
3183
3184 2012-08-30 Glenn Morris <rgm@gnu.org>
3185
3186 * paren.el (show-paren-delay):
3187 Add a :set function. Doc fix. (Bug#12297)
3188
3189 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3190
3191 * progmodes/compile.el (compilation-always-kill): New var.
3192 (compilation-start): Use it.
3193
3194 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3197 * files.el (read-only-mode): Move to simple.el.
3198
3199 * files.el (read-only-mode): New minor mode.
3200 (toggle-read-only): Use it and mark obsolete.
3201 (find-file--read-only):
3202 * vc/vc.el (vc-next-action, vc-checkout):
3203 * vc/vc-cvs.el (vc-cvs-checkout):
3204 * obsolete/vc-mcvs.el (vc-mcvs-update):
3205 * ffap.el (ffap--toggle-read-only): Update callers.
3206
3207 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * eshell/esh-ext.el (eshell-external-command): Do not examine
3210 remote shell scripts.
3211 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3212
3213 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3214 "/usr/local/sbin".
3215
3216 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3219
3220 2012-08-28 Leo Liu <sdl.web@gmail.com>
3221
3222 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3223 completion-at-point. (Bug#12220)
3224
3225 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3226
3227 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3228
3229 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3232 be buffer-local; add delete-trailing-whitespace (bug#12259).
3233
3234 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3235
3236 * progmodes/hideif.el (hif-compress-define-list):
3237 Fix typo. (Bug#11951)
3238
3239 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3240
3241 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3242 buffer local setting.
3243
3244 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3245 rcirc-encode-coding-system.
3246
3247 2012-08-28 Leo Liu <sdl.web@gmail.com>
3248
3249 * net/rcirc.el (rcirc-split-message): New function.
3250 (rcirc-send-message): Use it. (Bug#12051)
3251
3252 2012-08-28 Juri Linkov <juri@jurta.org>
3253
3254 * info.el (Info-fontify-node): Hide empty lines at the end of
3255 the node. (Bug#12272)
3256
3257 2012-08-27 Drew Adams <drew.adams@oracle.com>
3258
3259 * dired.el (dired-pop-to-buffer): Make window start at beginning
3260 of buffer (Bug#12281).
3261
3262 2012-08-26 Chong Yidong <cyd@gnu.org>
3263
3264 * window.el (special-display-regexps, special-display-frame-alist)
3265 (special-display-buffer-names, special-display-function)
3266 (display-buffer-reuse-frames): Mark as obsolete.
3267
3268 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3269
3270 * help.el (help-print-return-message): Don't treat
3271 display-buffer-reuse-frames specially.
3272
3273 2012-08-26 Chong Yidong <cyd@gnu.org>
3274
3275 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3276 New variable, replacing gdb-frame-parameters.
3277 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3278 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3279 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3280 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3281 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3282 the functions directly with gdb-display-buffer-other-frame-action.
3283 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3284 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3285 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3286 (gdb-display-registers-buffer): Define directly.
3287 (def-gdb-display-buffer): Macro deleted.
3288 (gdb-display-buffer): Remove second and third args, callers don't
3289 use them. Defer to the default display-buffer behavior, apart
3290 from making windows dedicated.
3291 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3292
3293 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3294
3295 * window.el (display-buffer-pop-up-frame): Handle a
3296 pop-up-frame-parameters alist entry.
3297 (display-buffer): Document it.
3298
3299 2012-08-26 Chong Yidong <cyd@gnu.org>
3300
3301 * isearch.el (search-whitespace-regexp): Make string and nil
3302 values apply to both ordinary and regexp search. Allow a cons
3303 cell value to distinguish between the two.
3304 (isearch-whitespace-regexp, isearch-search-forward)
3305 (isearch-search-backward): New functions.
3306 (isearch-occur, isearch-search-fun-default, isearch-search)
3307 (isearch-lazy-highlight-new-loop): Use them.
3308 (isearch-forward, isearch-forward-regexp): Doc fix.
3309
3310 2012-08-26 Chong Yidong <cyd@gnu.org>
3311
3312 * faces.el (help-argument-name): Always inherit from italic
3313 (Bug#12213).
3314
3315 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3316
3317 * window.el (window--even-window-heights): Even heights when
3318 WINDOW and the selected window form a vertical combination.
3319 (display-buffer-use-some-window): Provide that window used gets
3320 sized back by quit-window. (Bug#11880) and (Bug#12091)
3321
3322 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3323
3324 Fix file time stamp problem with bzr and CVS (Bug#12001).
3325 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3326 in the file's time stamp, since the version control system loses
3327 that information.
3328
3329 2012-08-22 Juri Linkov <juri@jurta.org>
3330
3331 * info.el (Info-fontify-node): Hide the suffix of the
3332 Info file name in the header line. (Bug#12187)
3333
3334 2012-08-22 Glenn Morris <rgm@gnu.org>
3335
3336 * calendar/cal-tex.el (cal-tex-weekly-common):
3337 Restore leading blank page.
3338
3339 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3340
3341 * misc.el (forward-to-word, backward-to-word): Activate or extend
3342 the region under `shift-select-mode'. (Bug#12231)
3343
3344 2012-08-22 Bastien Guerry <bzg@gnu.org>
3345
3346 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3347 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3348 gives details on why the space is never needed.
3349
3350 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3351
3352 * window.el (walk-window-tree, window-with-parameter):
3353 New optional argument MINIBUF to control whether these functions
3354 should run on the minibuffer window.
3355 (window-at-side-list): Don't operate on minibuffer window.
3356 (window-in-direction): Simplify and rewrite doc-string.
3357 (window--size-ignore): Rename to window--size-ignore-p.
3358 Update callers.
3359 (display-buffer-in-atom-window, window--major-non-side-window)
3360 (window--major-side-window, display-buffer-in-major-side-window)
3361 (delete-side-window, display-buffer-in-side-window):
3362 New functions.
3363 (window--side-check, window-deletable-p, delete-window)
3364 (delete-other-windows, split-window): Handle side windows and
3365 atomic windows appropriately.
3366 (window--display-buffer): Call display-buffer-record-window also
3367 when the window buffer did not change.
3368
3369 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3370
3371 * help-fns.el (help-fns--key-bindings):
3372 Abbreviate non-symbol remap targets. (Bug#12174)
3373
3374 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3375
3376 * dired.el (dired-mark-remembered): Don't clobber point.
3377 (Bug#11795)
3378
3379 2012-08-22 Glenn Morris <rgm@gnu.org>
3380
3381 * progmodes/bug-reference.el (bug-reference): New custom group.
3382 (bug-reference-bug-regexp): Make it a defcustom.
3383
3384 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3385
3386 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3387 (js-paren-indent-offset, js-square-indent-offset)
3388 (js-curly-indent-offset): Add :safe (Bug#12257).
3389
3390 2012-08-22 Edward O'Connor <hober0@gmail.com>
3391
3392 * json.el (json-key-format): Add error properties.
3393 (json-encode-key): New function.
3394 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3395 Use json-encode-key.
3396
3397 2012-08-22 Glenn Morris <rgm@gnu.org>
3398
3399 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3400 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3401 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3402 Update for above change.
3403
3404 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3405
3406 * cus-face.el (custom-face-attributes): Fix customize type for the
3407 :underline attribute. (Bug#11805)
3408
3409 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3410
3411 * window.el (window-point-1, set-window-point-1): Remove.
3412 (window-in-direction, record-window-buffer)
3413 (set-window-buffer-start-and-point, split-window-below)
3414 (window--state-get-1, display-buffer-record-window):
3415 Replace calls to window-point-1 and set-window-point-1 by calls to
3416 window-point and set-window-point respectively.
3417
3418 2012-08-21 Glenn Morris <rgm@gnu.org>
3419
3420 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3421 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3422 Use it.
3423
3424 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3425 (cal-tex-shortday): New function.
3426 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3427 (cal-tex-cursor-filofax-daily): Use the above.
3428
3429 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3430 New functions.
3431 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3432 (cal-tex-cursor-filofax-week): Use them.
3433
3434 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3435 New constants.
3436 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3437 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3438
3439 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3440 (cal-tex-end-document): Don't rely on buffer name.
3441
3442 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3443 Use cal-tex-vspace.
3444 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3445 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3446 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3447 Use cal-tex-arg.
3448
3449 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3450 (cal-tex-cursor-week, cal-tex-cursor-week2)
3451 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3452 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3453 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3454 (cal-tex-insert-preamble, cal-tex-b-document)
3455 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3456 Improve cal-tex-cmd usage.
3457
3458 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3459 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3460 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3461 (cal-tex-weekly-paper): New function.
3462 (cal-tex-cursor-week, cal-tex-cursor-week2)
3463 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3464 (cal-tex-cursor-day): Use it.
3465
3466 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3467 (cal-tex-cursor-filofax-week): Remove leading blank page.
3468
3469 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3470 Add autoload cookie. For now at least, don't use color, since
3471 no other cal-tex function does.
3472
3473 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3474 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3475 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3476
3477 2012-08-21 Juri Linkov <juri@jurta.org>
3478
3479 * info.el (Info-file-attributes): New variable.
3480 (info-insert-file-contents): Add file attributes to
3481 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3482 `Info-toc-nodes' when previous modtime of the Info file is less
3483 than new modtime.
3484 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3485 of info.el. (Bug#12230)
3486
3487 2012-08-20 Glenn Morris <rgm@gnu.org>
3488
3489 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3490 * calendar/holidays.el (calendar-holiday-list):
3491 Report errors with display-warning rather than beep'n'sleep.
3492
3493 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp.el (tramp-accept-process-output): Accept only output
3496 from PROC. Otherwise, process filters and sentinels might be
3497 confused. (Bug#12145)
3498
3499 2012-08-20 Chong Yidong <cyd@gnu.org>
3500
3501 * descr-text.el (describe-text-properties-1): Use overlays-in to
3502 report on empty overlays (Bug#3322).
3503
3504 2012-08-20 Glenn Morris <rgm@gnu.org>
3505
3506 * mail/rmailout.el (rmail-output-read-file-name):
3507 Trap and report errors in rmail-output-file-alist elements.
3508
3509 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3510 since most non-font-lock faces are not also variables).
3511
3512 2012-08-20 Edward Reingold <reingold@iit.edu>
3513
3514 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3515 New function. (Bug12160)
3516
3517 2012-08-19 Glenn Morris <rgm@gnu.org>
3518
3519 * mail/rmailout.el (rmail-output-read-file-name):
3520 Fix previous change (when the alist is nil or does not match).
3521
3522 2012-08-19 Chong Yidong <cyd@gnu.org>
3523
3524 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3525 (Bug#12228).
3526
3527 2012-08-18 Chong Yidong <cyd@gnu.org>
3528
3529 * simple.el (yank-handled-properties): New defcustom.
3530 (yank-excluded-properties): Add font-lock-face and category.
3531 (yank): Doc fix.
3532
3533 * subr.el (remove-yank-excluded-properties):
3534 Obey yank-handled-properties. The special handling of font-lock-face
3535 and category is now done this way, instead of being hard-coded.
3536 (insert-for-yank-1): Remove font-lock-face handling.
3537 (yank-handle-font-lock-face-property)
3538 (yank-handle-category-property): New function.
3539
3540 2012-08-17 Glenn Morris <rgm@gnu.org>
3541
3542 * mail/rmailout.el (rmail-output-read-file-name):
3543 Check rmail-output-file-alist against the full message body
3544 in the correct rmail buffer. (Bug#12214)
3545
3546 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3547
3548 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3549 Eliminate superfluous prompt. (Bug#12203)
3550
3551 2012-08-17 Chong Yidong <cyd@gnu.org>
3552
3553 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3554 font spec, set the font directly (Bug#3228).
3555
3556 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3557
3558 * window.el (delete-window): Fix last fix.
3559
3560 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3561
3562 * window.el (window-valid-p): Move to window.c.
3563 (window-child, window-child-count, window-last-child)
3564 (window-normalize-window, window-combined-p)
3565 (window-combinations, window-atom-root, window-min-size)
3566 (window-sizable, window-sizable-p, window-size-fixed-p)
3567 (window-min-delta, window-max-delta, window--resizable)
3568 (window--resizable-p, window-resizable, window-total-size)
3569 (window-full-height-p, window-full-width-p, window-body-size)
3570 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3571 (minimize-window, window-deletable-p, delete-window)
3572 (delete-other-windows, set-window-buffer-start-and-point)
3573 (next-buffer, previous-buffer, split-window, balance-windows-2)
3574 (set-window-text-height, window-buffer-height)
3575 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3576 (truncated-partial-width-window-p): Minor code adjustments.
3577 In doc-strings state whether the argument window has to denote a
3578 live, valid or any window.
3579
3580 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3581
3582 * progmodes/subword.el (subword-forward-function)
3583 (subword-backward-function, subword-forward-regexp)
3584 (subword-backward-regexp): New variables.
3585 (subword-forward, subword-forward-internal, subword-backward-internal):
3586 Use new variables, eg so that different "word" definitions
3587 can be easily used. (Bug#11411)
3588
3589 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3592 for composite selectors.
3593 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3594 operation just because we can't find a previous revision.
3595
3596 2012-08-15 Chong Yidong <cyd@gnu.org>
3597
3598 * frame.el (set-frame-font): Accept font objects.
3599
3600 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3603
3604 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3605
3606 * man.el (Man-overstrike-face, Man-underline-face)
3607 (Man-reverse-face): Remove variables.
3608 (Man-overstrike, Man-underline, Man-reverse): New faces.
3609 (Man-fontify-manpage): Use them instead of the variables.
3610 (Man-cleanup-manpage): Comment change.
3611 (Man-ansi-color-map): New variable.
3612 (Man-fontify-manpage): Use it.
3613 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3614
3615 Implement ANSI SGR parameters 22-27 (bug#12146).
3616 * ansi-color.el (ansi-colors): Doc fix.
3617 (ansi-color-context, ansi-color-context-region): Doc fix.
3618 (ansi-color--find-face): New function.
3619 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3620 Rename the local variable `face' to `codes' since it is now a list of
3621 ansi codes. Doc fix.
3622 (ansi-color-get-face): Remove.
3623 (ansi-color-parse-sequence): New function, derived from
3624 ansi-color-get-face.
3625 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3626 codes 22-27.
3627
3628 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * subr.el (read-passwd): Allow use from a minibuffer.
3631
3632 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3633
3634 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3635 inside comments and strings as identifiers.
3636
3637 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3638 expression to evaluate. This allows to evaluate expressions with
3639 embedded whitespace.
3640 (gud-tooltip-tips): Add a blank before the newline in the
3641 message-box text, for the benefit of message-box emulation on
3642 MS-Windows.
3643
3644 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3645 messages from GDB, pop them up in a tooltip to give feedback to
3646 user.
3647 (gdb-tooltip-print-1): Quote the expression to evaluate.
3648 This allows to evaluate expressions with embedded whitespace.
3649 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3650 if the TTY name is nil or empty (which happens when communicating
3651 with the inferior via pipes, e.g. on MS-Windows).
3652 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3653 don't send that to the GUD buffer.
3654
3655 2012-08-14 Glenn Morris <rgm@gnu.org>
3656
3657 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3658 Optimize away setq-default with no args, as for setq. (Bug#12195)
3659
3660 2012-08-14 Chong Yidong <cyd@gnu.org>
3661
3662 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3663
3664 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3665 (Bug#12085).
3666
3667 2012-08-14 Glenn Morris <rgm@gnu.org>
3668
3669 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3670
3671 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3674 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3675 Use cached shell name.
3676
3677 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3678
3679 * progmodes/python.el (python-shell-send-string):
3680 (python-shell-send-setup-code): Do not use `format' with `message'.
3681
3682 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3683
3684 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3685 (ruby-percent-literal-beg-re): New constant.
3686 (ruby-syntax-general-delimiters-goto-beg): Rename to
3687 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3688 (ruby-syntax-propertize-general-delimiters): Rename to
3689 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3690 popular term. Adjust comments everywhere.
3691 (ruby-syntax-propertize-percent-literal): Only propertize when not
3692 inside a simple string or comment. When the literal is unclosed,
3693 leave the text after it unpropertized.
3694 (ruby-syntax-methods-before-regexp): New constant.
3695 (ruby-syntax-propertize-function): Use it to recognize regexps.
3696 Don't look at the text after regexp, just use the whitelist.
3697
3698 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3699
3700 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3701 non-nil always load the compiled file if it exists. (Bug#12197)
3702
3703 2012-08-14 Chong Yidong <cyd@gnu.org>
3704
3705 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3706 (hi-lock-set-pattern): When deciding whether to use font lock or
3707 overlays, look at font-lock-mode instead of font-lock-fontified
3708 (Bug#12168).
3709 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3710 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3711
3712 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3713
3714 * subr.el (internal--after-with-selected-window): Fix typo
3715 (Bug#12193).
3716
3717 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3718
3719 Use `completion-table-dynamic' for completion functions.
3720 * progmodes/python.el
3721 (python-shell-completion--do-completion-at-point)
3722 (python-shell-completion--get-completions):
3723 Remove functions.
3724 (python-shell-completion-complete-at-point): New function.
3725 (python-completion-complete-at-point): Use it.
3726
3727 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3728
3729 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3730 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3731
3732 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * subr.el (function-get): Refine `autoload' arg so it can also
3735 autoload functions for gv.el (bug#12191).
3736 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3737 autoloads macros.
3738
3739 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3740 Prefer pcase-let over destructuring-bind.
3741 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3742 Also, remove whitespace as we go, rather than after accumulating the
3743 various places.
3744
3745 * subr.el (internal--before-with-selected-window)
3746 (internal--after-with-selected-window): Fix typo seleted->selected.
3747 (with-selected-window): Adjust callers.
3748 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3749
3750 2012-08-13 Bastien Guerry <bzg@gnu.org>
3751
3752 * window.el (special-display-popup-frame): Minor docstring
3753 enhancement. (Bug#12172)
3754
3755 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3756
3757 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3758 type 1-6.
3759 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3760 extended headers.
3761
3762 * files.el (hack-local-variables-filter): Remove useless eval.
3763
3764 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3765
3766 * subr.el (with-selected-window): Fix last change.
3767
3768 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * subr.el (internal--before-with-seleted-window)
3771 (internal--after-with-seleted-window): New functions.
3772 (with-selected-window): Use them, to replace dependency on
3773 tty-top-frame.
3774
3775 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3776
3777 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3778 binding for `newline'.
3779 (ruby-move-to-block): When moving backward, stop at block opening,
3780 not indentation.
3781 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3782 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3783 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3784 `ruby-toggle-block'.
3785
3786 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * ibuffer.el (ibuffer-do-toggle-read-only):
3789 * dired.el (dired-toggle-read-only):
3790 * buff-menu.el (Buffer-menu-toggle-read-only):
3791 * bindings.el (mode-line-toggle-read-only):
3792 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3793
3794 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3795
3796 * descr-text.el (describe-char): Put the overlays over the
3797 "displayed as" character.
3798
3799 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3800
3801 * calc/calc-units.el (math-default-units-table): Give an
3802 initial value.
3803 (math-put-default-units): Add options to put composite units and
3804 unit systems in the default units table.
3805 (calc-convert-units): Send composite units to
3806 `math-put-default-units' when appropriate.
3807
3808 2012-08-11 Glenn Morris <rgm@gnu.org>
3809
3810 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3811
3812 * tutorial.el (help-with-tutorial):
3813 * emacs-lisp/copyright.el (copyright-update-directory):
3814 * emacs-lisp/autoload.el (autoload-find-generated-file)
3815 (autoload-find-file): Disable local eval: (for insurance).
3816
3817 * files.el (hack-local-variables-filter): If an eval: form is not
3818 known to be safe, and enable-local-variables is :safe, then ignore
3819 the form totally, as is done for non-eval forms. (Bug#12155)
3820 This is CVE-2012-3479.
3821
3822 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3825 (rx-form): Simplify.
3826
3827 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3828
3829 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3830 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3831 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3832 (ruby-syntax-propertize-function): Adjust for changes in
3833 `ruby-syntax-propertize-heredoc'.
3834
3835 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3836
3837 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3838 binding (use `M-;' instead).
3839 (ruby-singleton-class-p): New function.
3840 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3841
3842 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3845
3846 2012-08-10 Chong Yidong <cyd@gnu.org>
3847
3848 * progmodes/python.el (python-shell-get-process-name): Don't mess
3849 with same-window-buffer-names.
3850
3851 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3852 (eshell-remove-from-window-buffer-names): Make obsolete.
3853 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3854 (eshell): Just use pop-to-buffer-same-window instead.
3855
3856 2012-08-10 Chong Yidong <cyd@gnu.org>
3857
3858 * bindings.el: Bind M-= back to count-words-region.
3859
3860 * simple.el (count-words-region): Accept a prefix arg for acting
3861 on the entire buffer.
3862 (count-words--buffer-message): New helper function.
3863
3864 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3867 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3868 (event-start, event-end): Use posn-at-point to return a more
3869 informative posn.
3870 (posnp): New function.
3871 * mouse.el (popup-menu-normalize-position): Use it.
3872
3873 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3874
3875 * mouse.el (popup-menu-normalize-position): New function.
3876 (popup-menu): Use `popup-menu-normalize-position' to normalize
3877 the form for POSITION argument.
3878
3879 * term/x-win.el (x-menu-bar-open):
3880 Use the value returend from (posn-at-point) as position
3881 passed to `popup-menu'.
3882
3883 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3884
3885 * calc/calccomp.el (math-compose-expr): Add extra argument
3886 indicating that parentheses should be put around products in
3887 denominators. Give multiplication precedence over division during
3888 composition.
3889
3890 2012-08-09 Chong Yidong <cyd@gnu.org>
3891
3892 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3893 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3894 (Man-untabify-command, manual-program): Convert to defcustom
3895 (Bug#10429).
3896
3897 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3898
3899 * descr-text.el (describe-char): Don't insert extra newlines
3900 (Bug#10127).
3901
3902 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3903 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3904
3905 * align.el (align-region): Delete temporary markers (Bug#10047).
3906 Plus some code cleanups.
3907
3908 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3909
3910 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3911 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3912 (python-shell-internal-last-output): Use make-local-variable
3913 instead of make-variable-buffer-local.
3914
3915 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3916
3917 * progmodes/python.el: Enhancements to forward-sexp.
3918 (python-nav-forward-sexp): Rename from
3919 python-nav-forward-sexp-function.
3920 (python-nav--forward-sexp, python-nav--backward-sexp):
3921 New functions.
3922
3923 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3924
3925 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3926 modes and simplification modes.
3927
3928 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * delsel.el (delete-selection-pre-hook): Don't propagate the
3931 file-supersession signals (bug#12161).
3932
3933 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3936 (cl-map-extents): Add compatibility aliases (bug#12135).
3937
3938 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3941 tests by `ignore-error'.
3942 (tramp-find-shell): Open also a new shell, when cache is already
3943 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3944
3945 2012-08-08 Juri Linkov <juri@jurta.org>
3946
3947 * bookmark.el: Add `defaults' property to the bookmark record.
3948 (bookmark-current-buffer): Doc fix.
3949 (bookmark-make-record): Add `defaults' property with default values
3950 to the bookmark record.
3951 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3952 with `bookmark-insert-current-bookmark'.
3953 (bookmark-set): Get `defaults' property from the bookmark record
3954 and use it in `read-from-minibuffer'.
3955 (bookmark-insert-current-bookmark): Remove function.
3956
3957 * info.el (Info-bookmark-make-record): Add `defaults' property
3958 with values of canonical Info node name, the current Info file
3959 name and the current Info node name. (Bug#12107)
3960
3961 2012-08-08 Juri Linkov <juri@jurta.org>
3962
3963 * files.el (basic-save-buffer): Use `buffer-name' as the default
3964 of `read-file-name' when buffer is not visiting a file (bug#12128).
3965
3966 2012-08-08 Juri Linkov <juri@jurta.org>
3967
3968 * info.el (Info-isearch-search): Doc fix.
3969 (Info-search): Change search-failed message from "initial node" to
3970 "end of node" (bug#12078).
3971 (Info-isearch-search): Change `isearch-string-state' to
3972 `isearch--state-string'.
3973
3974 2012-08-08 Glenn Morris <rgm@gnu.org>
3975
3976 * language/persian.el: Remove file.
3977 * language/misc-lang.el: Move unique part of persian.el here.
3978 * loadup.el: Remove language/persian.
3979
3980 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3981
3982 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3983
3984 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3985
3986 * progmodes/python.el Fixed defsubst warning.
3987 (python-syntax-context) Rename from python-info-ppss-context.
3988 (python-syntax-context-type): Rename from
3989 python-info-ppss-context-type.
3990 (python-syntax-comment-or-string-p): Rename from
3991 python-info-ppss-comment-or-string-p.
3992
3993 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3994
3995 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3996
3997 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3998
3999 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4000 a defcustom that is quoted with backquote.
4001
4002 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4003 Fix handling of interactive spec when the body uses return.
4004 (math-do-arg-check, math-define-function-body): Use backquote forms.
4005 * calc/calc-ext.el (math-defcache): Likewise.
4006 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4007 * allout.el (allout-new-exposure): Likewise.
4008 * calc/calcalg2.el (math-tracing-integral): Likewise.
4009 * info.el (Info-last-menu-item): Likewise.
4010 * emulation/vip.el (vip-loop): Likewise.
4011 * textmodes/artist.el (artist-funcall): Likewise.
4012 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4013 Construct menu-item directly.
4014
4015 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4016 Don't declare.
4017
4018 2012-08-07 Chong Yidong <cyd@gnu.org>
4019
4020 * simple.el (deactivate-mark): Preserve text properties when
4021 saving the primary selection (Bug#8384).
4022
4023 2012-08-07 Kevin Ryde <user42@zip.com.au>
4024
4025 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4026 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4027 and continue processing (Bug#12110).
4028
4029 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4032 syntax-propertize-function (bug#10095).
4033
4034 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4037 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4038 describe-function-1.
4039 (describe-function-1): Use them. Move compiler macro after sig.
4040 (help-fns--compiler-macro): Use function-get. Assume we're already in
4041 standard-output. Adjust layout to new call order.
4042
4043 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4044 re-binding a symbol that has a symbol-macro (bug#12119).
4045
4046 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4047
4048 * language/persian.el: New file. (Bug#11812)
4049 * loadup.el: Add language/persian.el.
4050
4051 2012-08-06 Chong Yidong <cyd@gnu.org>
4052
4053 * window.el (window--maybe-raise-frame): New function.
4054 (window--display-buffer): Split off from here.
4055 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4056 (display-buffer-pop-up-window, display-buffer-use-some-window):
4057 Obey an inhibit-switch-frame action alist entry.
4058 (display-buffer): Update doc.
4059
4060 * replace.el (occur-after-change-function): Avoid losing focus by
4061 using the inhibit-switch-frame display parameter (Bug#12139).
4062
4063 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4064
4065 Make internal shell process buffer names start with space.
4066 * progmodes/python.el (python-shell-make-comint): Add optional
4067 argument INTERNAL.
4068 (run-python-internal): Use it.
4069 (python-shell-internal-get-or-create-process): Check for new
4070 internal buffer names.
4071
4072 2012-08-06 Glenn Morris <rgm@gnu.org>
4073
4074 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4075 Do less getting and setting of environment variables.
4076
4077 2012-08-05 Chong Yidong <cyd@gnu.org>
4078
4079 * proced.el (proced): Add substitution string to docstring to
4080 trigger autoloading of the proced library on C-h f (Bug#1768).
4081
4082 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4083 Don't show defvars which have no second argument (Bug#8638).
4084
4085 * imenu.el (imenu-generic-expression): Move documentation here
4086 from imenu--generic-function.
4087 (imenu--generic-function): Refer to imenu-generic-expression.
4088
4089 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4090
4091 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4092 indentation declaration.
4093 (viper-loop): Add indentation declaration (Bug#7025).
4094
4095 2012-08-05 Chong Yidong <cyd@gnu.org>
4096
4097 * help-fns.el (describe-variable): Add hyperlink for
4098 directory-local variables files. Improve buffer-local and
4099 permanent-local reporting; suggested by MON KEY (Bug#6644).
4100
4101 * help-mode.el (help-dir-local-var-def): New button type.
4102
4103 * files.el (kill-buffer-hook): Provide a defvar.
4104
4105 2012-08-05 Glenn Morris <rgm@gnu.org>
4106
4107 * eshell/esh-ext.el (eshell/addpath):
4108 Also update eshell-path-env. (Bug#12013)
4109
4110 2012-08-05 Chong Yidong <cyd@gnu.org>
4111
4112 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4113
4114 * fringe.el (fringe-styles): Add docstring.
4115 (fringe--check-mode): New function.
4116 (set-fringe-mode, set-fringe-style): Use it.
4117 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4118
4119 * files.el (set-auto-mode): Fix invalid setq call.
4120
4121 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * isearch.el: Misc simplification; use defstruct.
4124 (isearch-mode-map): Dense maps now work like sparse ones.
4125 (isearch--state): New defstruct.
4126 (isearch-string-state, isearch-message-state, isearch-point-state)
4127 (isearch-success-state, isearch-forward-state)
4128 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4129 (isearch-wrapped-state, isearch-barrier-state)
4130 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4131 replaced by defstruct's accessors.
4132 (isearch--set-state): Rename from isearch-top-state and change
4133 calling convention.
4134 (isearch-push-state): Use new isearch--get-state.
4135 (isearch-toggle-word): Disable regexp when enabling word.
4136 (isearch-message-prefix): Remove unused arg _c-q-hack.
4137 (isearch-message-suffix): Remove unused arg _ellipsis.
4138
4139 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4140
4141 * simple.el (list-processes--refresh): For a server use :host or
4142 :local as the address.
4143 (list-processes): Doc fix.
4144
4145 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4146
4147 * lisp/mpc.el: Support password in host argument.
4148 (mpc--proc-connect): Parse and use new password element.
4149 Set mpc-proc variable instead of returning process.
4150 (mpc-proc): Adjust accordingly.
4151
4152 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4153
4154 * whitespace.el (whitespace-display-mappings): Use Unicode
4155 codepoints, instead of emacs-mule codepoints. See
4156 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4157 for the details.
4158
4159 * files.el (file-truename): Don't skip symlink-chasing part on
4160 windows-nt. Incorporate the resolution of 8+3 short aliases on
4161 Windows into the loop that recursively chases symlinks.
4162 Compare directory and its parent case-insensitively on MS-Windows and
4163 MS-DOS.
4164
4165 2012-08-03 Chong Yidong <cyd@gnu.org>
4166
4167 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4168
4169 * sort.el (sort-regexp-fields): Doc fix.
4170
4171 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4172
4173 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4174 labels regex position point at the expected place.
4175
4176 2012-08-03 MON KEY <monkey@sandpframing.com>
4177
4178 * net/imap.el (imap-interactive-login, imap-authenticate)
4179 (imap-mailbox-lsub, imap-mailbox-list)
4180 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4181 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4182 (imap-parse-response): Doc fix.
4183
4184 2012-08-03 João Távora <joaotavora@gmail.com>
4185
4186 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4187 if sexp scanning does not move point (Bug#5734).
4188
4189 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4190
4191 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4192 Add listings, minted, and ctable packages.
4193 (reftex-label-alist-builtin): Move listings, minted, and ctable
4194 entries before LaTeX.
4195 (reftex-label-alist): Docfix.
4196
4197 2012-08-02 Bastien Guerry <bzg@gnu.org>
4198
4199 * replace.el (occur): Fix docstring (bug#12122).
4200
4201 2012-08-02 Glenn Morris <rgm@gnu.org>
4202
4203 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4204
4205 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4206
4207 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4208 * international/mule-cmds.el: Create
4209 inactivate-current-input-method-function as an obsolete alias for
4210 deactivate-current-input-method-function. See Katsumi Yamaoka in
4211 <http://bugs.gnu.org/10150#46>.
4212
4213 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4214
4215 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4216 of nested `if's.
4217
4218 2012-08-01 Glenn Morris <rgm@gnu.org>
4219
4220 * progmodes/autoconf.el (autoconf-definition-regexp):
4221 Add AH_TEMPLATE, adjust submatch numbering.
4222 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4223 (autoconf-current-defun-function): Update for above change.
4224 (autoconf-current-defun-function): First skip to end of current word.
4225
4226 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4227
4228 * calendar/cal-html.el (cal-html-insert-agenda-days):
4229 Fix typo. (Bug#12018)
4230
4231 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4232
4233 Shell processes: enhancements to startup and CEDET compatibility.
4234 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4235 (python-shell-make-comint): accept-process-output at startup.
4236 (run-python-internal): Set inferior-python-mode-hook to nil.
4237 (python-shell-internal-get-or-create-process): call sit-for.
4238 (python-preoutput-result): Add obsolete alias.
4239 (python-shell-internal-send-string): Use it.
4240 (python-shell-send-setup-code): Remove call to
4241 accept-process-output.
4242
4243 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4244
4245 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4246 (Bug#12108)
4247
4248 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4249
4250 * calc-mode.el (calc-basic-simplification-mode): Rename from
4251 `calc-limited-simplification-mode'.
4252 (calc-alg-simplification-mode): New function.
4253 (calc-set-simplify-mode): Adjust message.
4254
4255 * calc.el (calc-set-mode-line): Adjust mode line display for
4256 basic simplification mode.
4257
4258 * calc-help.el (calc-m-prefix-help): Update help message.
4259
4260 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4261 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4262
4263 2012-07-31 Bastien Guerry <bzg@gnu.org>
4264
4265 * man.el (man): Fix comment. (bug#12101)
4266
4267 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4268
4269 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4270 Don't return a non-nil value when no suitable buffer was found.
4271
4272 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4273
4274 * progmodes/python.el (run-python-internal): Disable font lock for
4275 internal shells.
4276
4277 2012-07-30 Stefan Merten <smerten@oekonux.de>
4278
4279 * textmodes/rst.el: Silence `checkdoc-ispell'.
4280 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4281 (rst-official-version, rst-official-cvs-rev)
4282 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4283 (rst-mode-map): New key binding.
4284
4285 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4286
4287 Update .PHONY listings in makefiles.
4288 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4289 autoloads, update-subdirs, updates, bzr-update, update-authors,
4290 compile-onefile, compile-calc, backup-compiled-files,
4291 compile-after-backup, compile-one-process, mh-autoloads,
4292 bootstrap-clean, distclean, maintainer-clean.
4293
4294 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4297 (calc-set-mode-line): Don't display "AlgSimp ".
4298
4299 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4300 (calc-lim-simplify-mode): New function.
4301 (calc-set-simplify-mode): Default to 'alg.
4302 (calc-default-simplify-mode): Make algebraic simplifications
4303 the default.
4304
4305 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4306 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4307
4308 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4309 indicate new simplification modes.
4310
4311 * calc/README: Mention new default simplification mode.
4312
4313 * calc/calc.el (math-normalize-error): New variable.
4314 (math-normalize): Set `math-normalize-error' to t
4315 when there's an error.
4316
4317 * calc/calc-alg.el (math-simplify): Don't simplify when
4318 `math-normalize' returns an error.
4319
4320 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4321
4322 * international/mule-cmds.el (set-locale-environment): Revert last
4323 change, since display-graphic-p returns nil when this function is
4324 called during startup. Instead...
4325
4326 * term/w32console.el (terminal-init-w32console): ...setup the
4327 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4328
4329 2012-07-29 Juri Linkov <juri@jurta.org>
4330
4331 * simple.el (goto-line): Don't display default line number in the
4332 prompt because it should be displayed by `read-number' (bug#9952).
4333 Add the current line number to the defaults of `goto-line' to
4334 allow its easier modification by users with `M-n' (bug#9201).
4335
4336 * subr.el (read-number): Support multiple default values like in
4337 other minibuffer reading functions. Replace `read' with
4338 `string-to-number' for consistency with `number-to-string'.
4339
4340 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4341
4342 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4343 * emulation/viper-init.el (viper-deactivate-input-method-action):
4344 Rename from viper-inactivate-input-method-action.
4345 (viper-deactivate-input-method):
4346 Rename from viper-inactivate-input-method.
4347 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4348 * international/mule-cmds.el (deactivate-input-method):
4349 Rename from inactivate-input-method.
4350 Also run input-method-deactivate-hook.
4351 (deactivate-current-input-method-function):
4352 Rename from inactivate-current-input-method-function.
4353 (input-method-deactivate-hook): New hook.
4354 (input-method-inactivate-hook): Mark obsolete.
4355 (inactivate-input-method): Mark obsolete.
4356
4357 * international/quail.el (quail-activate):
4358 Also run quail-deactivate-hook.
4359 (quail-deactivate): Rename from quail-inactivate.
4360 * international/robin.el (robin-activate):
4361 Also run robin-deactivate-hook.
4362 (robin-deactivate): Rename from robin-inactivate.
4363
4364 2012-07-29 Chong Yidong <cyd@gnu.org>
4365
4366 * simple.el (indicate-copied-region): New function.
4367 (kill-ring-save): Split off from here.
4368
4369 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4370 (kill-rectangle): Set deactivate-mark to t on read-only error.
4371
4372 * register.el (copy-to-register, copy-rectangle-to-register):
4373 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4374 (append-to-register, prepend-to-register): Call indicate-copied-region.
4375
4376 2012-07-29 Juri Linkov <juri@jurta.org>
4377
4378 * simple.el (async-shell-command-buffer): New defcustom.
4379 (shell-command): Use it. (Bug#4719)
4380
4381 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4382
4383 * international/mule-cmds.el (set-locale-environment): In a
4384 console session on MS-Windows, set up keyboard and terminal
4385 encoding from the OEM codepage, not the ANSI codepage.
4386 (Bug#12055)
4387
4388 2012-07-28 Chong Yidong <cyd@gnu.org>
4389
4390 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4391 gdb-get-location.
4392
4393 2012-07-28 Leo Liu <sdl.web@gmail.com>
4394
4395 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4396 the alist (bug#12029).
4397
4398 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4399
4400 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4401 (compile-always, compile-first)
4402 ($(lisp)/calendar/cal-loaddefs.el)
4403 ($(lisp)/calendar/diary-loaddefs.el)
4404 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4405 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4406 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4407 instead of on update-subdirs.
4408 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4409
4410 2012-07-28 Chong Yidong <cyd@gnu.org>
4411
4412 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4413 directory if vc-deduce-backend returns nil (Bug#7350).
4414
4415 * simple.el (delete-trailing-lines): New option.
4416 (delete-trailing-whitespace): Obey it (Bug#11879).
4417
4418 2012-07-28 David Engster <deng@randomsample.de>
4419
4420 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4421 Explanation of new 'symbol-qnames feature in doc-strings.
4422 (xml-maybe-do-ns): Return expanded names as plain symbols if
4423 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4424 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4425
4426 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4427
4428 Consistent completion in inferior python with emacs -nw.
4429 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4430 binding in inferior-python-mode-map with "\t".
4431 (python-shell-completion-complete-at-point)
4432 (python-completion-complete-at-point): Remove interactive spec.
4433
4434 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4435
4436 * calc/calccomp.el (math-compose-expr): Undo previous change.
4437
4438 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4439
4440 * progmodes/python.el (python-mode-map): Add keybinding for
4441 run-python.
4442 (python-shell-make-comint): Fix pop-to-buffer call.
4443 (run-python): Autoload. New arg SHOW.
4444 (python-shell-get-or-create-process): Do not pop python process
4445 buffer.
4446
4447 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * notifications.el (notifications-on-action-signal)
4450 (notifications-on-closed-signal): Use also the bus address for the map.
4451 (notifications-notify, notifications-close-notification)
4452 (notifications-get-capabilities): Add optional argument BUS.
4453
4454 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4455
4456 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4457 Add support for the lstlisting and minted environments, and for the
4458 ctable macro.
4459 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4460 labels written in keyvals syntax.
4461
4462 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4463
4464 * calc/calccomp.el (math-compose-expr): Use parentheses when
4465 there is a product in the denominator of a fraction.
4466
4467 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4468
4469 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4470 ($(lisp)/calendar/diary-loaddefs.el)
4471 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4472 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4473 Fixes failures in parallel bootstrap because subdirs.el is being
4474 rewritten while the autoload files are built at the same time,
4475 which needs to load subdirs.el.
4476
4477 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4478
4479 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4480 (mouse-drag-line): Don't exit tracking when a switch-frame or
4481 switch-window event occurs (Bug#12006).
4482
4483 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * mouse.el (popup-menu): Fix last change.
4486
4487 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 Autoload from Lisp with more care. Follow aliases when looking for
4490 function properties.
4491 * subr.el (autoloadp): New function.
4492 (symbol-file): Use it.
4493 (function-get): New function.
4494 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4495 autoload-do-load.
4496 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4497 (lisp-indent-function):
4498 * emacs-lisp/gv.el (gv-get):
4499 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4500 * emacs-lisp/byte-opt.el (byte-optimize-form):
4501 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4502 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4503 Use function-get.
4504 * emacs-lisp/cl.el: Don't propagate function properties any more.
4505
4506 * speedbar.el (speedbar-add-localized-speedbar-support):
4507 * emacs-lisp/disass.el (disassemble-internal):
4508 * desktop.el (desktop-load-file):
4509 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4510 (describe-function-1):
4511 * emacs-lisp/find-func.el (find-function-noselect):
4512 * emacs-lisp/elp.el (elp-instrument-function):
4513 * emacs-lisp/advice.el (ad-has-proper-definition):
4514 * apropos.el (apropos-safe-documentation, apropos-macrop):
4515 * emacs-lisp/debug.el (debug-on-entry):
4516 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4517 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4518 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4519
4520 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4521
4522 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4523 function, not an obsolete variable (Bug#12046).
4524
4525 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4526
4527 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4528
4529 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4530
4531 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4532 window only if it is still live (Bug#12034).
4533
4534 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4535
4536 * subr.el (redirect-frame-focus): Add advertised calling
4537 convention (Bug#12030).
4538
4539 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4540
4541 Prefer typical American spelling for "acknowledgment".
4542 * vc/add-log.el (change-log-acknowledgment): Rename from
4543 change-log-acknowledgement, with an alias for the old name.
4544
4545 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4546
4547 * calc-alg.el (math-simplify-divide): Don't cross multiply
4548 in an equation when the lhs is a variable.
4549
4550 2012-07-24 Julien Danjou <julien@danjou.info>
4551
4552 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4553 Remove, unused.
4554
4555 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4556
4557 * startup.el (command-line): Don't display an empty user name in
4558 the error message about non-existent home directory, when
4559 init-file-user was set to an empty string. See
4560 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4561 for the details and context.
4562
4563 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4564
4565 * ses.el (ses-cell-formula-aset): New macro.
4566 (ses-cell-references-aset): New macro.
4567 (ses-cell-p): New function.
4568 (ses-rename-cell): Do no longer rely on complex operations like
4569 ses-cell-set-formula or ses-set-cell to change the cell and handle
4570 the undo at the same time, but rather use lower level new macros
4571 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4572 the undo directly. Refresh the mode line.
4573
4574 2012-07-21 Leo Liu <sdl.web@gmail.com>
4575
4576 * progmodes/cc-cmds.el (c-defun-name):
4577 Use match-string-no-properties instead for consistency.
4578
4579 2012-07-20 Leo Liu <sdl.web@gmail.com>
4580
4581 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4582 (Bug#7879)
4583
4584 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4585
4586 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4589 * progmodes/bug-reference.el, misearch.el: Provide themselves
4590 (bug#11915).
4591
4592 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4593 of narrowed buffer (bug#11966).
4594
4595 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4596
4597 * ses.el (ses-rename-cell): Set new name also in reference list of
4598 cells of which the renamed cell depends.
4599
4600 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4601
4602 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4603 to check whether menu-bar is shown or not. If not shown,
4604 show the menu-bar as a popup menu instead of using tmm.
4605 * mouse.el (popup-menu): Accept `point' as `position' argument.
4606
4607 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4608
4609 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4610 up inside string symbol literal (bug#11923).
4611
4612 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4613
4614 * startup.el (fancy-startup-text): Read the whole tutorial, not
4615 just its first 256 bytes. Prevents gibberish in display of the
4616 tutorial title.
4617
4618 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4619
4620 Drop idle buffer compaction due to an absence of the
4621 proved efficiency.
4622 * compact.el: Remove.
4623
4624 2012-07-19 Sam Steingold <sds@gnu.org>
4625
4626 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4627 vc-bzr-pull & vc-bzr-merge-branch.
4628 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4629 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4630 for consistency with compilation-error-regexp-alist.
4631 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4632 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4633 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4634 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4635
4636 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * emacs-lisp/chart.el: Use lexical-binding.
4639 (chart-emacs-storage): Don't hardcode the list of entries.
4640
4641 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4642
4643 Next round of tweaks caused by Fgarbage_collect changes.
4644 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4645
4646 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4647
4648 Compact buffers when idle.
4649 * compact.el: New file.
4650
4651 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * subr.el (eventp): Presume that if it looks vaguely like an event,
4654 it's an event (bug#10190).
4655
4656 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4657
4658 Enhancements to ppss related code (thanks Stefan).
4659 * progmodes/python.el (python-indent-context)
4660 (python-indent-calculate-indentation, python-indent-dedent-line)
4661 (python-indent-electric-colon, python-nav-forward-block)
4662 (python-mode-abbrev-table)
4663 (python-info-assignment-continuation-line-p): Simplify checks
4664 for ppss context.
4665 (python-info-continuation-line-p): Cleanup.
4666 (python-info-ppss-context): Do not catch 'quote.
4667 (python-info-ppss-context-type)
4668 (python-info-ppss-comment-or-string-p): Simplify.
4669
4670 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4671
4672 * progmodes/python.el: Enhancements to eldoc support.
4673 (python-info-current-symbol): New function.
4674 (python-eldoc-at-point): Use python-info-current-symbol.
4675 (python-info-current-defun): Fix cornercase on first defun scan.
4676 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4677 and signal error when no inferior python process is available.
4678
4679 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4680
4681 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4682 assume it's always t.
4683 (vc-git-registered): Remove caching, the function is only called
4684 once.
4685 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4686
4687 2012-07-18 Chong Yidong <cyd@gnu.org>
4688
4689 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4690
4691 * simple.el (count-words): Report on narrowing (Bug#9959).
4692
4693 * bindings.el: Bind M-= to count-words.
4694
4695 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4696
4697 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4698
4699 * progmodes/sh-script.el (sh-imenu-generic-expression):
4700 Capture a function with `function' keyword and without parentheses
4701 like "function FOO" (bug#11856).
4702
4703 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4704
4705 * window.el (split-window-sensibly): Make WINDOW argument
4706 optional.
4707
4708 2012-07-18 Chong Yidong <cyd@gnu.org>
4709
4710 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4711
4712 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4713 and make C-x 8 RET exit isearch (Bug#11439).
4714
4715 * international/iso-transl.el: Move isearch-mode-map key
4716 definitions to isearch.el.
4717
4718 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4721 (eieio-defclass): Use gv-define-setter when possible.
4722
4723 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4724
4725 Reflect recent changes in Fgarbage_collect.
4726 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4727 reflect new format of data returned by Fgarbage_collect.
4728
4729 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4730
4731 New utility functions + python-info-ppss-context fix (Bug#11910).
4732 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4733 (python-info-ppss-comment-or-string-p): New functions.
4734 (python-info-ppss-context): Small fix for string check.
4735
4736 2012-07-17 Juri Linkov <juri@jurta.org>
4737
4738 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4739 (dired-do-async-shell-command): Don't add `*' at the end of the
4740 command (Bug#11815).
4741 (dired-do-shell-command): Doc fix.
4742 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4743 Join the individual commands using either "&" or ";" as the
4744 separator depending on the values of these trailing characters.
4745 At the end re-add the trailing "&". (Bug#10598)
4746
4747 * simple.el (async-shell-command): Sync the interactive spec with
4748 `shell-command'. Doc fix.
4749 (shell-command): Doc fix.
4750
4751 2012-07-17 Juri Linkov <juri@jurta.org>
4752
4753 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4754
4755 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4756
4757 Final renames and doc fixes for movement commands (bug#11899).
4758 * progmodes/python.el (python-nav-beginning-of-statement):
4759 Rename from python-nav-statement-start.
4760 (python-nav-end-of-statement): Rename from
4761 python-nav-statement-end.
4762 (python-nav-beginning-of-block): Rename from
4763 python-nav-block-start.
4764 (python-nav-end-of-block): Rename from python-nav-block-end.
4765
4766 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4767
4768 * progmodes/python.el (python-shell-send-string-no-output):
4769 Allow accept-process-output to quit, keeping shell process ready for
4770 future interactions (Bug#11868).
4771
4772 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4775
4776 * emacs-lisp/elint.el (elint-find-args-in-code):
4777 Use help-function-arglist, so as to handle lexical byte-code.
4778
4779 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4780 change (bug#11826).
4781
4782 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4785 Avoid spuriously marking the buffer as modified because of c-is-sws.
4786
4787 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4788 as not-a-comment (bug#11946).
4789
4790 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4791 for uninterned vars.
4792
4793 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4794 Use read-event since we don't really want to read chars but bytes.
4795
4796 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4797 $$..$$ but also $..$ using regexps (bug#11953).
4798 Use tex-verbatim for \url and \path.
4799 (tex-font-lock-keywords): Define as defconst like the others.
4800 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4801
4802 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4803
4804 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4805 alias for insert-char.
4806
4807 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4808
4809 * progmodes/python.el: Simplified imenu implementation.
4810 (python-nav-jump-to-defun): Remove command.
4811 (python-mode-map): Use `imenu' instead.
4812 (python-nav-list-defun-positions-cache)
4813 (python-imenu-include-defun-type, python-imenu-make-tree)
4814 (python-imenu-subtree-root-label, python-imenu-index-alist):
4815 Remove vars.
4816 (python-nav-list-defun-positions, python-nav-read-defun)
4817 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4818 (python-imenu-make-tree, python-imenu-create-index):
4819 Remove functions.
4820 (python-mode): Update to interact with imenu by setting
4821 `imenu-extract-index-name-function' only.
4822
4823 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4824
4825 * progmodes/python.el: Enhancements to navigation commands.
4826 (python-nav-backward-sentence)
4827 (python-nav-forward-sentence): Remove.
4828 (python-nav-backward-statement, python-nav-forward-statement)
4829 (python-nav-statement-start, python-nav-statement-end)
4830 (python-nav-backward-block, python-nav-forward-block)
4831 (python-nav-block-start, python-nav-block-end)
4832 (python-nav-forward-sexp-function)
4833 (python-info-current-line-comment-p)
4834 (python-info-current-line-empty-p): New functions.
4835 (python-indent-context): Use `python-nav-statement-start'.
4836
4837 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4838
4839 * eshell/em-ls.el (eshell/ls): Use `apply'.
4840
4841 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4842 multi-hops, instead of Tramp internals.
4843
4844 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4845
4846 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4847 when F1 and F2 are located on different hosts.
4848
4849 2012-07-14 Chong Yidong <cyd@gnu.org>
4850
4851 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4852 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4853 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4854 (xterm-mouse--read-event-sequence-1000)
4855 (xterm-mouse--read-event-sequence-1006): New functions. For old
4856 mouse protocol, handle M-mouse-X events correctly.
4857 (xterm-mouse-event): New arg specifying mouse protocol.
4858 (turn-on-xterm-mouse-tracking-on-terminal)
4859 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4860 sequence to toggle extended coordinates on newer XTerms.
4861 This appears to be harmless on terminals which do not support this.
4862
4863 2012-07-14 Leo Liu <sdl.web@gmail.com>
4864
4865 Add fringe bitmap indicators for flymake. (Bug#11253)
4866 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4867 (flymake-make-overlay): New arg BITMAP.
4868 (flymake-error-bitmap, flymake-warning-bitmap)
4869 (flymake-fringe-indicator-position): New user variables.
4870
4871 * fringe.el: New bitmap exclamation-mark.
4872
4873 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4874
4875 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4876 also (Bug#7879).
4877
4878 2012-07-14 Chong Yidong <cyd@gnu.org>
4879
4880 * electric.el (electric-pair-post-self-insert-function): Fix pair
4881 insertion in empty-region case (Bug#11520).
4882
4883 2012-07-14 Chong Yidong <cyd@gnu.org>
4884
4885 * bindings.el: Consolidate ctl-x-r-map bindings.
4886 Bind copy-rectangle-as-kill to C-x r w.
4887
4888 * rect.el, register.el: Move bindings to bindings.el.
4889
4890 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4891
4892 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4893
4894 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4895
4896 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4897
4898 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * bindings.el (top): Use `mapc' instead of `mapcar'.
4901
4902 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4903
4904 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * progmodes/sql.el (sql-comint): Suppress the check for program on
4907 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4908 (Bug#11908)
4909
4910 2012-07-13 Chong Yidong <cyd@gnu.org>
4911
4912 * bindings.el: Assign a non-nil permanent-local property to
4913 per-buffer variables which lack a default value (Bug#11930).
4914
4915 * help-fns.el (describe-variable): In the "automatically becomes
4916 local" notice, take note of permanent-local variables.
4917
4918 2012-07-13 Chong Yidong <cyd@gnu.org>
4919
4920 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4921 to allow printing the message when called from Lisp.
4922
4923 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4924 Remove toggle-read-only.
4925
4926 * bs.el (bs-toggle-readonly):
4927 * buff-menu.el (Buffer-menu-toggle-read-only):
4928 Remove with-no-warnings around toggle-read-only.
4929
4930 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4931 Remove with-no-warnings around toggle-read-only.
4932 (ffap-read-only, ffap-read-only-other-window)
4933 (ffap-read-only-other-frame): Callers changed.
4934
4935 * help-mode.el: Don't require view package.
4936 (help-mode-finish): Set buffer-read-only instead of calling
4937 toggle-read-only.
4938
4939 * bindings.el (mode-line-toggle-read-only):
4940 * dired.el (dired-toggle-read-only):
4941 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4942 with non-nil second arg.
4943
4944 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4945 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4946 directly.
4947
4948 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4949
4950 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4951 not incf.
4952
4953 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 More CL cleanups and reduction of use of cl.el.
4956 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4957 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4958 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4959 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4960 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4961 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4962 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4963 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4964 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4965 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4966 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4967 * eshell/em-cmpl.el, eshell/em-banner.el:
4968 * calendar/parse-time.el: Use cl-lib.
4969 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4970 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4971 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4972 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4973 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4974 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4975 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4976 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4977 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4978 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4979 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4980 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4981 `lambda' rather than with `quote'.
4982 (eshell-do-opt): Adjust accordingly.
4983 (eshell-process-option): Simplify.
4984 * eshell/esh-var.el:
4985 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4986 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4987 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4988 to `pcase--dontcare'.
4989 * emacs-lisp/cl.el (labels): Mark obsolete.
4990 (cl--letf, letf): Move to cl-lib.
4991 (cl--letf*, letf*): Remove.
4992 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4993 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4994 (cl-progv): Rewrite.
4995 (cl--letf, cl-letf): Move from cl.el.
4996 (cl-letf*): New macro.
4997 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4998
4999 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5002
5003 2012-07-11 Chong Yidong <cyd@gnu.org>
5004
5005 * vc/log-edit.el (log-edit-vc-backend): New variable.
5006 (log-edit): Doc fix.
5007
5008 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5009 argument of log-edit to set up all local variables.
5010 (vc-start-logentry): New optional arg specifying VC backend.
5011
5012 * vc/vc.el (vc-checkin): Use it.
5013 (vc-deduce-fileset): Handle Log Edit buffers.
5014 (vc-diff): Make first argument optional too.
5015
5016 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5017
5018 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5021 command, just in case. The function is not needed anymore.
5022 (eshell-external-command): Do not call `eshell-remote-command'.
5023
5024 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 Reduce use of (require 'cl).
5027 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5028 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5029 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5030 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5031 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5032 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5033 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5034 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5035 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5036 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5037 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5038 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5039 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5040 (byte-compile-unfold-bcf, byte-compile-check-variable):
5041 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5042 (byte-compile-nilconstp):
5043 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5044 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5045
5046 * emacs-lisp/gv.el (cond): Make it a valid place.
5047 (if): Simplify slightly.
5048
5049 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5050 (pcase--self-quoting-p): New function.
5051 (pcase--u1): Use it.
5052
5053 2012-07-10 Glenn Morris <rgm@gnu.org>
5054
5055 * emacs-lisp/authors.el (authors-fixed-entries):
5056 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5057
5058 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5059
5060 Rename configure.in to configure.ac (Bug#11603).
5061 * emacs-lisp/authors.el (authors-canonical-file-name):
5062 * progmodes/autoconf.el (autoconf-mode):
5063 Prefer configure.ac to configure.in.
5064
5065 2012-07-08 Chong Yidong <cyd@gnu.org>
5066
5067 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5068 Implement the mouse-1-click-follows-link handling properly.
5069
5070 * info.el (Info-link-keymap): Use follow-link mechanism for
5071 header-line links (Bug#374).
5072
5073 * simple.el (deactivate-mark): Do not set the primary selection
5074 if another program has acquired it (Bug#11772).
5075
5076 2012-07-07 Kevin Ryde <user42@zip.com.au>
5077
5078 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5079 (woman-decode-region): Replace escaped-escapes without destroying
5080 bold or underline (Bug#11552).
5081 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5082
5083 2012-07-07 Chong Yidong <cyd@gnu.org>
5084
5085 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5086 (interprogram-cut-function, interprogram-paste-function):
5087 Mention that we typically mean the clipboard.
5088
5089 2012-07-06 Glenn Morris <rgm@gnu.org>
5090
5091 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5092
5093 * files.el (toggle-read-only): Restrict message to interactive use.
5094
5095 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5096
5097 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5098
5099 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5100
5101 2012-07-06 Glenn Morris <rgm@gnu.org>
5102
5103 * Makefile.in (compile-one-process): Rename from "recompile".
5104
5105 * Makefile.in (bzr-update): "compile" is the same as "recompile
5106 autoloads", but parallelizable, so use that instead.
5107
5108 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5109
5110 * window.el (quit-window): Always restore window height when
5111 it's saved in quit-restore parameter (Bug#11810).
5112
5113 2012-07-06 Glenn Morris <rgm@gnu.org>
5114
5115 * simple.el (kill-whole-line): Doc tweak.
5116
5117 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5118
5119 * files.el (file-relative-name): Compare file names
5120 case-insensitively if on MS-Windows or MS-DOS, or if
5121 read-file-name-completion-ignore-case is non-nil. Don't use
5122 case-fold-search for this purpose. (Bug#11827)
5123
5124 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5125
5126 * calendar/cal-dst.el (calendar-current-time-zone):
5127 Return calendar-current-time-zone-cache if non-nil.
5128
5129 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5130 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5131
5132 * calendar/cal-dst.el (calendar-current-time-zone):
5133 Return calendar-current-time-zone-cache if non-nil.
5134
5135 2012-07-06 Glenn Morris <rgm@gnu.org>
5136
5137 * Makefile.in (cvs-update): Remove old alias.
5138
5139 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5140
5141 Sync with Tramp 2.2.6-pre.
5142
5143 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5144 compatible declaration.
5145
5146 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5147 Protect `list-load-path-shadows' call.
5148
5149 * net/tramp-compat.el (top): Require packages, which aren't
5150 autoloaded anymore for XEmacs. Protect call of
5151 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5152 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5153 it hurts at least for SXEmacs.
5154 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5155 standard-value for `temporary-file-directory'.
5156
5157 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5158 Redirect stderr to /dev/null.
5159 (tramp-sh-handle-write-region): uid and gid can be floats.
5160 Reported by Russell Sim <russell.sim@gmail.com>.
5161 (tramp-sh-handle-vc-registered): Hide errors.
5162 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5163 and `start-file-process'.
5164 (tramp-maybe-open-connection): Check also whether `non-essential'
5165 is bound.
5166
5167 2012-07-04 Chong Yidong <cyd@gnu.org>
5168
5169 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5170 (xml-parse-tag): Likewise, and avoid changing entity tables.
5171 (xml-syntax-table): Define from scratch, making sure not to give
5172 x2000 and other Unicode spaces whitespace syntax, since those are
5173 not spaces in XML.
5174 (xml-parse-fragment): Delete unused function.
5175 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5176 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5177 (xml-entity-ref, xml-pe-reference-re)
5178 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5179 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5180 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5181 (xml-entity-value-re): Use syntax references in regexps where
5182 possible; no need to define inside a let-binding.
5183 (xml-parse-dtd): Use xml-pe-reference-re.
5184 (xml-entity-or-char-ref-re): New defconst.
5185 (xml-parse-string, xml-substitute-special): Use it.
5186
5187 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5190 (find-file--read-only): New function.
5191 (find-file-read-only, find-file-read-only-other-window)
5192 (find-file-read-only-other-frame): Use it.
5193 (insert-file-contents-literally): Don't `fset'.
5194 (get-free-disk-space): Use locate-dominating-file.
5195
5196 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5197 function is already compiled.
5198
5199 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5200
5201 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5202
5203 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5204 files on the same host.
5205
5206 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5207
5208 * help-fns.el (describe-function-1): Only call
5209 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5210
5211 2012-07-03 Chong Yidong <cyd@gnu.org>
5212
5213 * xml.el: Protect parser against XML bombs.
5214 (xml-entity-expansion-limit): New variable.
5215 (xml-parse-string, xml-substitute-special): Use it.
5216 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5217
5218 2012-07-03 Glenn Morris <rgm@gnu.org>
5219
5220 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5221 Allow linking to specific messages in debbugs reports (eg 123#5).
5222
5223 2012-07-02 Chong Yidong <cyd@gnu.org>
5224
5225 * xml.el: Fix entity and character reference expansion, allowing
5226 them to expand into markup as per XML spec.
5227 (xml-default-ns): New variable.
5228 (xml-entity-alist): Use XML spec definitions for lt and amp.
5229 (xml-parse-region): Make first two arguments optional.
5230 Discard text properties.
5231 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5232 All callers changed.
5233 (xml-parse-tag): Call xml-parse-tag-1. For backward
5234 compatibility, this function should not modify buffer contents.
5235 (xml-parse-tag-1): Fix opening-tag regexp.
5236 (xml-parse-string): Rewrite, handling entity and character
5237 references properly.
5238 (xml--entity-replacement-text): Signal an error if a parameter
5239 entity is undefined.
5240
5241 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * comint.el (comint-output-filter): Filter out repeated prompts.
5244
5245 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5246 and file-name-absolute-p.
5247 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5248 internal calls.
5249
5250 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5251
5252 Spelling fixes.
5253 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5254 Rename from byte-compile--refiy-function. All uses changed.
5255
5256 2012-07-01 Chong Yidong <cyd@gnu.org>
5257
5258 * xml.el (xml--parse-buffer): New function. Move most of
5259 xml-parse-region here.
5260 (xml-parse-region): Copy region into a temporary buffer, since
5261 parameter entity substitution requires changing buffer contents.
5262 Use xml--parse-buffer.
5263 (xml-parse-file): Use xml--parse-buffer.
5264 (xml-parse-dtd): Make parameter entity substitution work right.
5265 Use proper regexps for ELEMENT declarations (Bug#7172).
5266
5267 2012-06-30 Glenn Morris <rgm@gnu.org>
5268
5269 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5270
5271 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5272 Remove outdated and unnecessary dbus declarations.
5273
5274 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5275
5276 * emacs-lisp/timer.el (timer-until): Subtract results of
5277 float-time, instead of taking float-time of the result of
5278 time-subtract, since float-time signals an error for negative time
5279 arguments.
5280
5281 2012-06-30 Chong Yidong <cyd@gnu.org>
5282
5283 * xml.el (xml-*-re): Convert defvars into defconsts, and
5284 eval-and-compile them so eval-and-compile works on derivatives.
5285 (xml--entity-replacement-text): Use eval-and-comple.
5286
5287 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5288
5289 * vc/vc-git.el (vc-git-registered): Use cache property
5290 `git-registered'.
5291 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5292 `vc-git-working-revision' in order to benefit from the cache.
5293 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5294
5295 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5296
5297 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5298 removed (likely outside Emacs). (Bug#11757)
5299
5300 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * emacs-lisp/cl-lib.el: Require macroexp.
5303
5304 2012-06-30 Chong Yidong <cyd@gnu.org>
5305
5306 * xml.el: Implement XML parameter entities.
5307 (xml-parameter-entity-alist): New variable.
5308 (xml-parse-region, xml-parse-fragment): Preserve previous values
5309 of xml-entity-alist and xml-parameter-entity-alist, so that
5310 repeated calls on different documents do not change them.
5311 (xml-parse-tag): Fix doctype regexp.
5312 (xml--entity-replacement-text): New function.
5313 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5314 properly requires url retrieval which is unimplemented.
5315 (xml-escape-string): Doc fix.
5316
5317 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5320
5321 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5322
5323 * fringe.el (fringe-mode): Doc fix.
5324
5325 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5326
5327 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5328 is non-nil.
5329 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5330 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5331
5332 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5333
5334 * calendar/cal-dst.el (calendar-current-time-zone):
5335 Return calendar-current-time-zone-cache if non-nil.
5336
5337 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5338
5339 * progmodes/which-func.el (which-func-format):
5340 Add mouse-face. (Bug#11698)
5341
5342 2012-06-29 Leo Liu <sdl.web@gmail.com>
5343
5344 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5345
5346 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * minibuffer.el (minibuffer-confirm-exit-commands):
5349 Add completion-at-point (bug#11725).
5350
5351 2012-06-29 Glenn Morris <rgm@gnu.org>
5352
5353 * progmodes/f90.el (f90-font-lock-keywords-2):
5354 Add some preprocessor elements. (Bug#10499)
5355
5356 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5359 Use syntax-propertize (bug#11739).
5360
5361 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5364
5365 2012-06-28 Julien Danjou <julien@danjou.info>
5366
5367 * term.el (term-handle-colors-array): Use a set of new faces to
5368 color the terminal. Also uses :inverse-video property.
5369 (term-default-fg-color): Set to nil by default, deprecate in favor
5370 of `term-face'.
5371 (term-default-bg-color): Set to nil by default, deprecate in favor
5372 of `term-face'.
5373 (term-current-face): Use `term-face' by default.
5374 (term-bold-attribute): Variable deleted.
5375
5376 2012-06-28 Glenn Morris <rgm@gnu.org>
5377
5378 * simple.el (completion-list-mode-finish):
5379 Don't use toggle-read-only. (Since completion-list-mode has
5380 a special mode-class, it wasn't doing anything extra anyway.)
5381
5382 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 Make inlining of other-mode interpreted functions work (bug#11799).
5385 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5386 (byte-compile): Use it to fix compilation of lexical-binding closures.
5387 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5388 function, if needed.
5389
5390 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * help-mode.el (help-make-xrefs): Don't just withstand
5393 cyclic-variable-indirection but any error in documentation-property.
5394
5395 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5396 memory use.
5397 * bindings.el (bindings--define-key): New function.
5398 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5399 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5400 * bindings.el: Use it to purecopy define-key bindings.
5401
5402 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5403
5404 * emacs-lisp/cl.el (flet): Mark obsolete.
5405 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5406 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5407 * progmodes/js.el (js-c-fill-paragraph):
5408 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5409 (ebrowse-switch-member-buffer-to-derived-class):
5410 * play/5x5.el (5x5-solver): Use cl-flet.
5411
5412 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5413 (cl--symbol-function): New macro.
5414 (cl--letf, cl--letf*): Use it.
5415
5416 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5417 Strip "toggle-" if any.
5418
5419 2012-06-27 Glenn Morris <rgm@gnu.org>
5420
5421 * info.el (Info-default-directory-list): Move here from paths.el.
5422 * paths.el: Remove file, which is now empty.
5423 * loadup.el: No longer load "paths".
5424
5425 * custom.el (custom-initialize-delay): Doc fix.
5426
5427 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5428 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5429 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5430 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5431 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5432 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5433 * eshell/eshell.el (eshell-defgroup): Remove alias.
5434
5435 2012-06-27 Chong Yidong <cyd@gnu.org>
5436
5437 * help.el (help-enable-auto-load): New variable.
5438
5439 * help-fns.el (help-fns--autoloaded-p): New function.
5440 (describe-function-1): Refer to a function as "autoloaded" if it
5441 was autoloaded at any time in the past. Perform autoloading if
5442 help-enable-auto-load is non-nil.
5443
5444 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5445
5446 * makefile.w32-in (compile, compile-always): Depend on
5447 update-subdirs, not on subdirs.el. Otherwise, several different
5448 sub-targets of 'bootstrap' running in parallel could
5449 simultaneously write to subdirs.el, producing a garbled file.
5450
5451 2012-06-26 Sam Steingold <sds@gnu.org>
5452
5453 * files.el (file-name-base): New convenience function.
5454 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5455 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5456 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5457 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5458 * textmodes/ispell.el, textmodes/reftex-ref.el:
5459 * textmodes/tex-mode.el: Use it.
5460 Did not touch cedet and org because they are maintained elsewhere.
5461
5462 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5463
5464 * calendar/calendar.el (calendar-exit): Don't try to delete or
5465 iconify last frame. See:
5466 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5467
5468 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5469
5470 * server.el (server-process-filter): Remember dir in the
5471 process's `server-client-directory' properties.
5472
5473 2012-06-24 Chong Yidong <cyd@gnu.org>
5474
5475 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5476 non-tag text.
5477
5478 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5479
5480 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5481
5482 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * help-fns.el (describe-variable): Don't croak when doc is not found.
5485 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5486 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5487 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5488 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5489 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5490 ((lambda ..) ..).
5491 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5492
5493 2012-06-23 Chong Yidong <cyd@gnu.org>
5494
5495 * info.el (Info-mouse-follow-link): Accept symbol values of
5496 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5497 (Info-fontify-node): Use Info-link-keymap for all navigation
5498 buttons, with link-args property to perform the desired action.
5499 (Info-link-keymap): Doc fix.
5500 (Info-next-link-keymap, Info-prev-link-keymap)
5501 (Info-up-link-keymap): Delete now-unused keymaps.
5502
5503 2012-06-23 Chong Yidong <cyd@gnu.org>
5504
5505 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5506
5507 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5508 system abbrevs.
5509
5510 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5511
5512 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5515 (bug#11719).
5516
5517 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5518 the requote function doesn't work properly (bug#11714).
5519
5520 2012-06-23 Glenn Morris <rgm@gnu.org>
5521
5522 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5523
5524 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 Further GV/CL cleanups.
5527 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5528 gv-expander.
5529 (gv--defun-declaration): New function.
5530 (defun-declarations-alist): Use it.
5531 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5532 (gv-place): Autoload.
5533 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5534 original definition of dotimes and dolist.
5535 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5536 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5537 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5538 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5539 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5540 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5541 to the function's definition.
5542 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5543 * window.el:
5544 * files.el:
5545 * faces.el:
5546 * env.el: Don't use CL.
5547
5548 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5549
5550 Support higher-resolution time stamps (Bug#9000).
5551
5552 * calendar/time-date.el (with-decoded-time-value): New arg
5553 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5554 (encode-time-value): New optional arg PICO. New type 3.
5555 (time-to-seconds) [!float-time]: Support the new picoseconds
5556 component if it's used.
5557 (seconds-to-time, time-subtract, time-add):
5558 Support ps-resolution time stamps as well.
5559
5560 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5561 (timerp): Timer vectors now have length 9, not 8.
5562 (timer--time): Support new-style (4-part) time stamps.
5563 (timer-next-integral-multiple-of-time): Time stamps now have
5564 picosecond resolution, so take a bit more care about rounding.
5565 (timer-relative-time, timer-inc-time): New optional arg psecs.
5566 (timer-set-time-with-usecs): Set psecs to 0.
5567 (timer--activate): Check psecs component, too.
5568
5569 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5570
5571 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5574 Move the non-essential binding to the post/pre-command-hook where it is
5575 more obviously correct.
5576
5577 * subr.el (read-passwd): Don't use a history at all.
5578 * savehist.el (savehist-save): Remove password saved accidentally
5579 because of the above bug.
5580
5581 2012-06-22 Bastien Guerry <bzg@gnu.org>
5582
5583 * files.el (toggle-read-only): Display a message telling whether
5584 the buffer is read-only or not (bug#11726).
5585
5586 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * emacs-lisp/gv.el: New file.
5589 * subr.el (push, pop): Extend to generalized variables.
5590 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5591 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5592 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5593 gv-define-simple-setter, and gv-define-expander.
5594 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5595 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5596 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5597 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5598 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5599 gv-letplace.
5600 (cl-defstruct): Don't define setf-method any more.
5601 * emacs-lisp/cl.el (flet): Don't autoload.
5602 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5603 (define-setf-expander, defsetf, define-modify-macro)
5604 (cl-struct-setf-expander): Move from cl-lib.el.
5605 * emacs-lisp/syntax.el:
5606 * emacs-lisp/ewoc.el:
5607 * emacs-lisp/smie.el:
5608 * emacs-lisp/cconv.el:
5609 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5610 (timer--time): Use gv-define-simple-setter.
5611 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5612 to avoid coding-system problems in subr.el. Adjust all users.
5613 (macroexp--maxsize, macroexp-small-p): New functions.
5614 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5615 * scroll-bar.el (scroll-bar-mode):
5616 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5617 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5618 * winner.el (winner-configuration, winner-make-point-alist)
5619 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5620 * files.el (locate-file-completion-table): Avoid list*.
5621
5622 2012-06-22 Chong Yidong <cyd@gnu.org>
5623
5624 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5625 (dired-create-files): Doc fix (Bug#11329).
5626 (dired-do-copy): Doc fix (Bug#11334).
5627 (dired-mark-read-string): Doc fix (Bug#11553).
5628
5629 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5630 Doc fix (Bug#11326).
5631 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5632 (dired-dwim-target): Doc fix.
5633
5634 * wdired.el (wdired-mode): Doc fix.
5635
5636 2012-06-22 Glenn Morris <rgm@gnu.org>
5637
5638 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5639 (pcmpl-rpm-cache-stamp-file): New constant.
5640 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5641 (pcmpl-rpm-packages): Optionally cache list of packages.
5642
5643 * pcmpl-rpm.el (pcmpl-rpm): New group.
5644 (pcmpl-rpm-query-options): New option.
5645 (pcmpl-rpm-packages): No need to inline it.
5646 Use pcmpl-rpm-query-options.
5647
5648 * calendar/calendar.el (calendar-in-read-only-buffer):
5649 Avoid some needless mode changes.
5650
5651 2012-06-21 Chong Yidong <cyd@gnu.org>
5652
5653 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5654 (desktop-path): Remove . from the default value (Bug#10977).
5655 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5656
5657 2012-06-20 Chong Yidong <cyd@gnu.org>
5658
5659 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5660
5661 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5662
5663 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5664 (bug#11201).
5665
5666 2012-06-20 Chong Yidong <cyd@gnu.org>
5667
5668 * term.el (term-window-width): Handle the case of a missing right
5669 fringe (Bug#8837).
5670 (term-check-size): Use window-text-height (Bug#5445).
5671 (term-mode): Use define-derived-mode. Minor cleanups.
5672 Set font-lock-defaults (Bug#7692).
5673 (term-move-columns, term-insert-char, term-emulate-terminal)
5674 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5675
5676 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/ange-ftp.el (ange-ftp-get-passwd):
5679 Bind `enable-recursive-minibuffers'.
5680 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5681
5682 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5683
5684 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5685
5686 2012-06-19 Glenn Morris <rgm@gnu.org>
5687
5688 * progmodes/python.el (python-mode): Derive from prog-mode.
5689
5690 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5691
5692 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5693 (edt-user-menu-bar-update-buffers): New functions.
5694 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5695
5696 2012-06-19 Chong Yidong <cyd@gnu.org>
5697
5698 * subr.el (with-selected-window): Preserve the selected window's
5699 terminal's top-frame (Bug#4702).
5700
5701 * window.el (save-selected-window): Likewise.
5702
5703 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * progmodes/python.el (python-rx-constituents): Move backquote.
5706 (python-skeleton-define, python-define-auxiliary-skeleton):
5707 Use `declare'.
5708
5709 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * minibuffer.el (read-file-name-default): Revert the patch from
5712 2012-06-17.
5713
5714 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5717 (pcase--u1, pcase--q1): Don't use apply-partially.
5718
5719 2012-06-18 Glenn Morris <rgm@gnu.org>
5720
5721 * progmodes/python.el (python-proc, python-buffer)
5722 (python-send-receive, python-send-string): Fix obsolete versions.
5723
5724 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5725
5726 * window.el (special-display-p): Completely remove stringp
5727 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5728
5729 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5730
5731 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5732
5733 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5734
5735 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5736 * net/tramp-sh.el (tramp-maybe-open-connection):
5737 Throw if `non-essential' is non-nil.
5738
5739 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5740
5741 * window.el (special-display-p): Signal an error if BUFFER-NAME
5742 is not a string (Bug#11713).
5743
5744 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5745
5746 * progmodes/python.el (python-info-beginning-of-backslash):
5747 Rename from python-info-beginning-of-backlash, as a spelling fix.
5748
5749 2012-06-17 Chong Yidong <cyd@gnu.org>
5750
5751 * term.el (term-emulate-terminal): If term-check-size is called,
5752 move point to the process mark without resetting point (Bug#4635).
5753
5754 2012-06-17 Glenn Morris <rgm@gnu.org>
5755
5756 * international/mule-cmds.el (mule-menu-keymap)
5757 (set-language-environment, set-locale-environment): Doc tweaks.
5758
5759 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5760
5761 * cus-face.el (custom-face-attributes): Add wave-style underline
5762 attribute.
5763 * faces.el (set-face-attribute): Update docstring to describe
5764 wave-style underline attribute.
5765
5766 2012-06-16 Chong Yidong <cyd@gnu.org>
5767
5768 * term/xterm.el (terminal-init-xterm): Discard input before
5769 querying background mode (Bug#10959).
5770
5771 2012-06-16 Stefan Merten <smerten@oekonux.de>
5772
5773 * textmodes/rst.el: Added and corrected some comments.
5774 (rst-re-alist-def): Improve symbol syntax.
5775 (rst-mode-syntax-table): Correct syntax entries.
5776 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5777 (rst-official-version, rst-official-cvs-rev): Update version
5778 information.
5779
5780 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5783 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5784
5785 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5786
5787 * progmodes/python.el: New python.el merge.
5788 (python-guess-indent): Obsolete var.
5789 (python-indent-guess-indent-offset): New defcustom.
5790 (python-indent): Obsolete var.
5791 (python-indent-offset): New defcustom.
5792 (python-python-command, python-jython-command): Delete var.
5793 (python-shell-interpreter): New defcustom.
5794 (python-pdbtrack-do-tracking-p): Delete var.
5795 (python-pdbtrack-activate): New defcustom.
5796 (python-use-skeletons): Obsolete var.
5797 (python-skeleton-autoinsert): New defcustom.
5798 (inferior-python-filter-regexp, python-continuation-offset)
5799 (python-honour-comment-indentation, python-indent-string-contents)
5800 (python-jython-packages, python-mode-hook)
5801 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5802 (python-shell-prompt-alist)
5803 (python-source-modes): Delete defcustoms.
5804 (python-check-buffer-name, python-eldoc-setup-code)
5805 (python-eldoc-string-code, python-ffap-setup-code)
5806 (python-ffap-string-code, python-fill-comment-function)
5807 (python-fill-decorator-function, python-fill-paren-function)
5808 (python-fill-string-function, python-imenu-include-defun-type)
5809 (python-imenu-make-tree, python-imenu-subtree-root-label)
5810 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5811 (python-shell-compilation-regexp-alist)
5812 (python-shell-completion-module-string-code)
5813 (python-shell-completion-pdb-string-code)
5814 (python-shell-completion-setup-code)
5815 (python-shell-completion-string-code)
5816 (python-shell-enable-font-lock, python-shell-exec-path)
5817 (python-shell-extra-pythonpaths)
5818 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5819 (python-shell-process-environment)
5820 (python-shell-prompt-block-regexp)
5821 (python-shell-prompt-output-regexp)
5822 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5823 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5824 (python-shell-virtualenv-path): New defcustoms.
5825 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5826 (inferior-python-mode-syntax-table, python--prompt-regexp)
5827 (python-buffer, python-command python-python-command)
5828 (python-default-template, python-imports, python-indent-index)
5829 (python-indent-list, python-indent-list-length)
5830 (python-mode-running, python-pdbtrack-is-tracking-p)
5831 (python-preoutput-continuation, python-preoutput-leftover)
5832 (python-preoutput-result, python-preoutput-skip-next-prompt)
5833 (python-prev-dir/file, python-recursing)
5834 (python-saved-check-command, python-version-checked)
5835 (python-which-func-length-limit)
5836 (view-return-to-alist): Delete vars.
5837 (python-check-custom-command, python-dotty-syntax-table)
5838 (python-imenu-index-alist, python-indent-current-level)
5839 (python-indent-dedenters, python-indent-levels)
5840 (python-nav-beginning-of-defun-regexp)
5841 (python-nav-list-defun-positions-cache)
5842 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5843 (python-shell-internal-buffer)
5844 (python-skeleton-available): New vars.
5845 (def-python-skeleton): Delete macro.
5846 (python-skeleton-define): New macro.
5847 (python-define-auxiliary-skeleton, python-rx): New macros.
5848 (python-insert-class): Delete command.
5849 (python-skeleton-class): New command.
5850 (python-insert-def): Delete command.
5851 (python-skeleton-def): New command.
5852 (python-insert-for): Delete command.
5853 (python-skeleton-for): New command.
5854 (python-insert-if): Delete command.
5855 (python-skeleton-if): New command.
5856 (python-insert-try/except, python-insert-try/finally): Delete commands.
5857 (python-skeleton-try): New command.
5858 (python-insert-while): Delete command.
5859 (python-skeleton-while): New command.
5860 (python-backspace): Delete command.
5861 (python-indent-dedent-line-backspace): New command.
5862 (python-electric-colon): Delete command.
5863 (python-indent-electric-colon): New command.
5864 (python-guess-indent): Delete command.
5865 (python-indent-guess-indent-offset): New command.
5866 (python-shift-left): Delete command.
5867 (python-indent-shift-left): New command.
5868 (python-shift-right): Delete command.
5869 (python-indent-shift-right): New command.
5870 (python-find-function): Delete command.
5871 (python-nav-jump-to-defun): New command.
5872 (python-next-statement): Delete command.
5873 (python-nav-forward-sentence): New command.
5874 (python-previous-statement): Delete command.
5875 (python-nav-backward-sentence): New command.
5876 (python-fill-paragraph): Delete command.
5877 (python-fill-paragraph-function): New command.
5878 (python-send-buffer): Delete command.
5879 (python-shell-send-buffer): New command.
5880 (python-send-defun): Delete command.
5881 (python-shell-send-defun): New command.
5882 (python-send-region, python-send-region-and-go): Delete commands.
5883 (python-shell-send-region)
5884 (python-shell-switch-to-shell): New commands.
5885 (python-send-string): Delete command.
5886 (python-shell-send-string): New command.
5887 (python-switch-to-python): Delete command.
5888 (python-shell-switch-to-shell): New command.
5889 (python-describe-symbol): Delete command.
5890 (python-eldoc-at-point): New command.
5891 (python--set-prompt-regexp, python-args-to-list)
5892 (python-after-info-look, python-check-version)
5893 (python-check-comint-prompt, python-find-imports)
5894 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5895 (python-unload-function, python-expand-template)
5896 (python-maybe-jython, python-preoutput-filter)
5897 (python-pdbtrack-get-source-buffer)
5898 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5899 (python-pdbtrack-toggle-stack-tracking)
5900 (python-pdbtrack-track-stack-file, python-initial-text)
5901 (python-first-word, python-comment-line-p, python-send-command)
5902 (python-setup-brm, python-sentinel, python-set-proc)
5903 (python-skip-out, python-input-filter, python-outdent-p)
5904 (python-outline-level, python-backslash-continuation-line-p)
5905 (python-end-of-block, python-end-of-statement, python-mark-block)
5906 (python-beginning-of-block, python-beginning-of-statement)
5907 (python-blank-line-p, python-beginning-of-string)
5908 (python-open-block-statement-p): Delete functions.
5909 (python-indent-line, python-indent-line-1): Delete functions.
5910 (python-indent-line): New function.
5911 (python-indentation-levels): Delete function.
5912 (python-indent-calculate-levels): New function.
5913 (python-proc): Delete function.
5914 (python-shell-get-process): New function.
5915 (python-send-receive): Delete function.
5916 (python-shell-send-string-no-output): New function.
5917 (python-module-path): Delete function.
5918 (python-ffap-module-path): New function.
5919 (python-completion-at-point)
5920 (python-symbol-completions): Delete functions.
5921 (python-completion-complete-at-point): New function.
5922 (python-load-file): Delete function.
5923 (python-shell-send-file): New function.
5924 (python-calculate-indentation): Delete function.
5925 (python-indent-calculate-indentation): New function.
5926 (python-skip-comments/blanks): Delete function.
5927 (python-util-forward-comment): New function.
5928 (python-continuation-line-p): Delete function.
5929 (python-info-continuation-line-p): New function.
5930 (python-which-func, python-current-defun): Delete function.
5931 (python-info-current-defun): New function.
5932 (python-beginning-of-defun): Delete function.
5933 (python-nav-beginning-of-defun): New function.
5934 (python-close-block-statement-p)
5935 (python-block-end-p): Delete function.
5936 (python-info-closing-block): New function.
5937 (python-comint-output-filter-function)
5938 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5939 (python-fill-comment, python-fill-decorator, python-fill-paren)
5940 (python-fill-string, python-imenu-make-element-tree)
5941 (python-imenu-make-tree, python-imenu-tree-assoc)
5942 (python-indent-context, python-indent-dedent-line)
5943 (python-indent-line-function)
5944 (python-indent-post-self-insert-function)
5945 (python-indent-toggle-levels)
5946 (python-info-assignment-continuation-line-p)
5947 (python-info-beginning-of-backlash)
5948 (python-info-block-continuation-line-p)
5949 (python-info-closing-block-message)
5950 (python-info-line-ends-backslash-p)
5951 (python-info-looking-at-beginning-of-defun)
5952 (python-info-ppss-context, python-info-ppss-context-type)
5953 (python-nav-list-defun-positions, python-nav-read-defun)
5954 (python-nav-sentence-end, python-nav-sentence-start)
5955 (python-pdbtrack-comint-output-filter-function)
5956 (python-pdbtrack-set-tracked-buffer)
5957 (python-shell-calculate-exec-path)
5958 (python-shell-calculate-process-environment)
5959 (python-shell-completion--do-completion-at-point)
5960 (python-shell-completion--get-completions)
5961 (python-shell-completion-complete-at-point)
5962 (python-shell-completion-complete-or-indent)
5963 (python-shell-get-or-create-process)
5964 (python-shell-get-process-name)
5965 (python-shell-internal-get-or-create-process)
5966 (python-shell-internal-get-process-name)
5967 (python-shell-internal-send-string, python-shell-make-comint)
5968 (python-shell-parse-command, python-shell-send-setup-code)
5969 (python-skeleton-add-menu-items)
5970 (python-util-clone-local-variables, python-util-position)
5971 (run-python-internal, python-indentation-levels)
5972 (python-nav-beginning-of-defun)
5973 (python-completion-complete-at-point): New functions.
5974 (run-python): Change arguments. New API requirements.
5975
5976 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5979 (bug#11649).
5980
5981 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5982 (macroexp--expand-all): Use it.
5983
5984 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5985 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5986 Use `cl-function' instead.
5987
5988 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5991 Suggested by Stefan Monnier while discussing bug#11657.
5992
5993 2012-06-14 Sam Steingold <sds@gnu.org>
5994
5995 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5996
5997 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5998
5999 * play/doctor.el (doctor-doc): Remove parameter and use
6000 doctor-sent instead of sent.
6001 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6002
6003 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * files.el: Require cl-lib.
6006 (file-name-non-special): Replace case -> cl-case.
6007
6008 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6009
6010 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6011 mapping from #' to function*.
6012
6013 2012-06-13 Chong Yidong <cyd@gnu.org>
6014
6015 * mouse.el (mouse-drag-track): Do not set the mark if the user
6016 releases the mouse without selecting anything (Bug#11588).
6017
6018 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6021 as well (bug#11646).
6022
6023 * loadup.el: Count byte-code functions as well.
6024
6025 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6026 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6027
6028 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6029 (bug#11649). Add cl-defun and cl-defmacro.
6030
6031 2012-06-13 Drew Adams <drew.adams@oracle.com>
6032
6033 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6034 Fix last change.
6035
6036 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6039 Otherwise, it blocks in batch mode.
6040
6041 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * help-mode.el (bookmark-make-record-default): Declare.
6044
6045 2012-06-13 Chong Yidong <cyd@gnu.org>
6046
6047 * emacs-lisp/package.el (list-packages): Compute a list of
6048 packages that are newly-available since the last list-packages
6049 invocation.
6050 (package-menu--new-package-list): New var.
6051 (package-menu--generate, package-menu--print-info)
6052 (package-menu--status-predicate, package-menu-mark-install):
6053 Handle new status label "new".
6054
6055 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6058 conversion to backquotes.
6059
6060 2012-06-12 Chong Yidong <cyd@gnu.org>
6061
6062 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6063 Rename from gud-inhibit-global-bindings.
6064
6065 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6066
6067 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6068 hook from nxml-glyph-set-hook.
6069
6070 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6071 declaration.
6072
6073 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6074
6075 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6076 Convert to defcustom.
6077
6078 2012-06-12 Drew Adams <drew.adams@oracle.com>
6079
6080 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6081 New functions.
6082 (help-mode): Use them.
6083
6084 2012-06-11 Glenn Morris <rgm@gnu.org>
6085
6086 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6087 Use preprocessor face for directives.
6088 (fortran-directive-re): Doc fix.
6089
6090 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6093 conversion to backquotes (bug#11652).
6094
6095 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6096 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6097 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6098 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6099 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6100 (cl-ninth, cl-tenth): Mark them as inlinable.
6101 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6102 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6103 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6104 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6105 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6106 (cl-list*, cl-adjoin): Don't put an autoload manually.
6107 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6108 (cl--compiler-macro-list*): Add autoload cookie.
6109 (cl--compiler-macro-cXXr): New function.
6110
6111 * help-fns.el (help-fns--compiler-macro): New function extracted from
6112 describe-function-1; follow aliases and use `compiler-macro' property.
6113 (describe-function-1): Use it.
6114
6115 2012-06-11 Chong Yidong <cyd@gnu.org>
6116
6117 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6118 is uninstalled, if imagemagick is installed.
6119
6120 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * emacs-lisp/cl-lib.el: Use lexical-binding.
6123 (cl-map-extents, cl-maclisp-member): Remove.
6124 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6125 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6126 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6127 * emacs-lisp/cl-extra.el: Use lexical-binding.
6128 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6129 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6130 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6131 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6132 * emacs-lisp/cl-seq.el: Use lexical-binding.
6133 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6134 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6135 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6136 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6137 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6138 CL's internals.
6139
6140 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6141
6142 Sync with Tramp 2.2.6-pre.
6143
6144 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6145 `print-length' and `print-level' to nil, in order to avoid
6146 truncation. Reported by Christopher Schmidt
6147 <christopher@ristopher.com>.
6148
6149 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6150
6151 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6152 New defmacro.
6153 (tramp-compat-copy-directory): Add optional argument
6154 COPY-CONTENTS. It is not handled yet.
6155
6156 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6157 (tramp-ftp-file-name-p): Simplify.
6158
6159 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6160 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6161 connection vector.
6162
6163 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6164 (tramp-methods): Do not use `tramp-password-end-of-line'.
6165 (tramp-completion-function-alist-putty): Handle UNIX case.
6166 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6167 (tramp-do-file-attributes-with-stat)
6168 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6169 gid as real numbers. They could run out of integer range on cygwin.
6170 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6171 (tramp-sh-handle-expand-file-name): Handle hops.
6172 (tramp-open-connection-setup-interactive-shell):
6173 Use `tramp-cleanup'. Move check for busyboxes ...
6174 (tramp-find-shell): ... here. Simplify implementation.
6175 Set "remote-shell" property also for alternative shells.
6176 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6177 If failing, a regular file would be written otherwise.
6178 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6179 (tramp-find-inline-encoding): Cache the coding commands in the
6180 process cache. Apply test command on the remote side, if defined.
6181 (tramp-find-inline-compress): Cache the compress commands in the
6182 process cache.
6183 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6184 when requested. Handle hops.
6185 (tramp-current-connection): New defvar.
6186 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6187 Throw `suppress', if there was a failed connection shortly before.
6188 Handle user interrupt. (Bug#10187)
6189 (tramp-get-inline-compress, tramp-get-inline-coding):
6190 Read connection properties from the process cache.
6191
6192 * net/tramp-smb.el (tramp-smb-server-version)
6193 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6194 New defconsts.
6195 (tramp-smb-prompt): Extend for powershell prompt.
6196 (tramp-smb-file-name-handler-alist): Add handlers for
6197 `process-file', `shell-command' and `start-file-process'.
6198 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6199 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6200 (tramp-smb-file-name-p): Simplify.
6201 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6202 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6203 (tramp-smb-shell-quote-argument): New defuns.
6204 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6205 Implement using "tar". By this, time-stamps are preserved.
6206 (tramp-smb-handle-copy-file): Handle also the case of directories.
6207 (tramp-smb-do-file-attributes-with-stat)
6208 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6209 Use `tramp-get-connection-buffer').
6210 (tramp-smb-handle-rename-file): Use "rename", when source and
6211 target are on the same share.
6212 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6213 Use `tramp-smb-server-version'.
6214 (tramp-smb-wait-for-output): Remove prompt.
6215
6216 * net/tramp.el (top): Require 'cl.
6217 (tramp-methods, tramp-rsh-end-of-line):
6218 Remove `tramp-password-end-of-line' from docstring.
6219 (tramp-save-ad-hoc-proxies): New defcustom.
6220 (tramp-completion-function-alist): Adapt docstring.
6221 (tramp-default-password-end-of-line): Remove defcustom.
6222 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6223 (tramp-user-regexp, tramp-file-name-regexp-unified)
6224 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6225 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6226 (tramp-remote-file-name-spec-regexp): New defconst.
6227 (tramp-file-name-structure): Extend structure for hops.
6228 (tramp-get-method-parameter): Move up.
6229 (tramp-file-name-p, tramp-dissect-file-name)
6230 (with-parsed-tramp-file-name): Handle hops.
6231 (tramp-file-name-hop): New defun.
6232 (tramp-make-tramp-file-name): New optional arg HOP.
6233 (tramp-message-show-progress-reporter-message): New defvar.
6234 (tramp-with-progress-reporter): Use it. We cannot use
6235 `tramp-message-show-message' here, because this suppresses also
6236 error buffers.
6237 (tramp-error-with-buffer): Suppress buffer view, if
6238 `tramp-message-show-message' is nil.
6239 Use `tramp-get-connection-buffer'.
6240 (tramp-cleanup): New defun.
6241 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6242 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6243 an error unchanged.
6244 (tramp-completion-handle-file-name-all-completions): Handle hops.
6245 Fix an error when called from ido.
6246 (tramp-completion-dissect-file-name): Use better local variable
6247 name. Add hop to the vector.
6248 (tramp-handle-insert-file-contents): Use progress-reporter for the
6249 whole scenario.
6250 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6251 to `t'.
6252 (tramp-check-for-regexp): Simplify search.
6253 (tramp-enter-password): Remove it. Move implementation ...
6254 (tramp-action-password): ... here.
6255 (tramp-mode-string-to-int, tramp-local-host-p)
6256 (tramp-make-tramp-temp-file, tramp-read-passwd)
6257 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6258 Set tramp-autoload cookie.
6259
6260 * net/trampver.el: Update release number.
6261
6262 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6263 Michael Albinus <michael.albinus@gmx.de>
6264
6265 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6266 (tramp-parse-group, tramp-parse-file)
6267 (tramp-parse-shostkeys-sknownhosts): New defuns.
6268 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6269 (tramp-parse-shosts-group, tramp-parse-sconfig)
6270 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6271 (tramp-parse-sknownhosts, tramp-parse-hosts)
6272 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6273 Use them.
6274 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6275 (tramp-parse-putty-group): Don't narrow.
6276 (tramp-parse-putty): Make a loop.
6277 (tramp-file-name-handler): Catch the `suppress' signal.
6278
6279 2012-06-11 Chong Yidong <cyd@gnu.org>
6280
6281 * image.el (imagemagick-register-types): Put the ImageMagick entry
6282 at the end of image-type-file-name-regexps.
6283
6284 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6285
6286 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6287 (pcase, pcase-let*, pcase-dolist): Use them.
6288
6289 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * emacs-lisp/pcase.el (pcase--let*): New function.
6292 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6293 (pcase--expand): Use macroexp-let².
6294
6295 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6298 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6299 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6300 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6301 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6302 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6303
6304 2012-06-10 Glenn Morris <rgm@gnu.org>
6305
6306 * mail/rmail.el (rmail-yank-current-message): Leave point at
6307 correct position. (Bug#11660)
6308
6309 2012-06-10 Chong Yidong <cyd@gnu.org>
6310
6311 * allout-widgets.el: Fix code header.
6312
6313 2012-06-10 Chong Yidong <cyd@gnu.org>
6314
6315 * cus-edit.el (customize-changed-options-previous-release):
6316 Bump to 24.1.
6317
6318 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6319
6320 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6321
6322 2012-06-09 Chong Yidong <cyd@gnu.org>
6323
6324 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6325
6326 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6327
6328 * window.el (special-display-popup-frame): Don't use
6329 window--display-buffer (Bug#11651).
6330
6331 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6332
6333 Fix parallel builds: make sure loaddefs.el is not being written
6334 while Lisp files are compiled.
6335 (compile): Don't depend on 'mh-autoloads'.
6336 (compile-CMD, compile-SH): Depend on 'autoloads'.
6337 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6338
6339 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6340
6341 2012-06-09 Chong Yidong <cyd@gnu.org>
6342
6343 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6344 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6345 Doc fixes (Bug#11225).
6346
6347 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6350 a function if there's a clear indication that it has a compiler-macro.
6351 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6352 (macro-declarations-alist): Add arglist to declaration functions.
6353 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6354 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6355 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6356 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6357 Also add autoload to find the compiler macro.
6358 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6359 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6360 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6361 (cl--compiler-macro-get): New functions, replacing calls to
6362 cl-define-compiler-macro.
6363 (cl-typep) [compiler-macro]: Use macroexp-let².
6364
6365 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6366
6367 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6368 string properly, fixes Bug#11473.
6369
6370 2012-06-08 Chong Yidong <cyd@gnu.org>
6371
6372 * faces.el (set-face-attribute): Doc fix.
6373 (modify-face): Don't use :bold and :italic.
6374 (error, warning, success): Tweak definitions.
6375
6376 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6377 (custom-modified, custom-set, custom-changed, custom-themed)
6378 (custom-saved, custom-button, custom-button-mouse)
6379 (custom-button-pressed, custom-state, custom-comment-tag)
6380 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6381 (custom-group-subtitle): Use new-style face specs.
6382 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6383 (custom-set-face, custom-changed-face, custom-saved-face)
6384 (custom-button-face, custom-button-pressed-face)
6385 (custom-documentation-face, custom-state-face)
6386 (custom-comment-face, custom-comment-tag-face)
6387 (custom-variable-tag-face, custom-variable-button-face)
6388 (custom-face-tag-face, custom-group-tag-face-1)
6389 (custom-group-tag-face): Remove obsolete face alias.
6390
6391 * epa.el (epa-validity-high, epa-validity-medium)
6392 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6393 (epa-field-name, epa-field-body):
6394 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6395 (font-lock-keyword-face, font-lock-builtin-face)
6396 (font-lock-function-name-face, font-lock-variable-name-face)
6397 (font-lock-type-face, font-lock-constant-face):
6398 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6399 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6400 * speedbar.el (speedbar-button-face, speedbar-file-face)
6401 (speedbar-directory-face, speedbar-tag-face)
6402 (speedbar-selected-face, speedbar-highlight-face)
6403 (speedbar-separator-face):
6404 * whitespace.el (whitespace-newline, whitespace-space)
6405 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6406 (whitespace-line, whitespace-space-before-tab)
6407 (whitespace-space-after-tab, whitespace-indentation)
6408 (whitespace-empty):
6409 * emulation/cua-base.el (cua-global-mark):
6410 * eshell/em-prompt.el (eshell-prompt):
6411 * net/newst-plainview.el (newsticker-new-item-face)
6412 (newsticker-old-item-face, newsticker-immortal-item-face)
6413 (newsticker-obsolete-item-face, newsticker-date-face)
6414 (newsticker-statistics-face, newsticker-default-face):
6415 * net/newst-reader.el (newsticker-feed-face)
6416 (newsticker-extra-face, newsticker-enclosure-face):
6417 * net/newst-treeview.el (newsticker-treeview-face)
6418 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6419 (newsticker-treeview-immortal-face)
6420 (newsticker-treeview-obsolete-face)
6421 (newsticker-treeview-selection-face):
6422 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6423 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6424 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6425 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6426 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6427 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6428 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6429 (mpuz-text):
6430 * progmodes/vera-mode.el (vera-font-lock-number)
6431 (vera-font-lock-function, vera-font-lock-interface):
6432 * textmodes/table.el (table-cell): Use new-style face specs, and
6433 don't use the old :bold and :italic attributes.
6434
6435 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6436 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6437 (ebrowse-member-class, ebrowse-progress): Likewise.
6438 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6439 (ebrowse-file-name-face, ebrowse-default-face)
6440 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6441 (ebrowse-progress-face): Remove obsolete faces.
6442
6443 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6444 Inherit from error and warning faces respectively.
6445
6446 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6447 Likewise.
6448 (flyspell-incorrect-face, flyspell-duplicate-face):
6449 Remove obsolete aliases.
6450
6451 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6454 Avoid infloop.
6455
6456 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * startup.el (argv, argi): Make lexically scoped.
6459 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6460 * emacs-lisp/cl-macs.el: Use lexical-binding.
6461 Rename cl-bind-* to cl--bind-*.
6462 * files.el: Don't require `cl' since it doesn't use it.
6463 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6464
6465 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6468 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6469 instead of calling external sort utility.
6470 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6471
6472 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6473
6474 * descr-text.el (describe-char): Mention how to insert the
6475 character, if the current input method doesn't support it.
6476 See the discussion in this thread for the details:
6477 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6478
6479 2012-06-08 Sam Steingold <sds@gnu.org>
6480
6481 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6482 XF86Back to previous-buffer.
6483 (minibuffer-local-map): Bind them to next-history-element and
6484 previous-history-element respectively.
6485 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6486 help-go-back respectively.
6487 * info.el (Info-mode-map): Bind them to Info-history-forward and
6488 Info-history-back respectively.
6489 These are the keys next to Up on the ThinkPad keyboard.
6490
6491 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6494 * emacs-lisp/cl-macs.el: Provide itself.
6495 (cl--labels-convert-cache): New var.
6496 (cl--labels-convert): New function.
6497 (cl-flet, cl-labels): New implementation with new semantics, relying on
6498 lexical-binding.
6499 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6500 (cl-closure-vars, cl--function-convert-cache)
6501 (cl--function-convert): Move from cl-macs.el.
6502 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6503 rename by removing the "cl-" prefix.
6504 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6505
6506 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6509 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6510 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6511 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6512 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6513 (cl-hash-table-count): Add old compatibility aliases.
6514
6515 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6516 Use macroexpand-all-environment instead.
6517 (cl--old-macroexpand): New var.
6518 (cl--sm-macroexpand): New function.
6519 (cl-symbol-macrolet): Use it during macro expansion.
6520 (cl--function-convert-cache): New var.
6521 (cl--function-convert): New function, extracted from
6522 cl-macroexpand-all.
6523 (cl-lexical-let): Use it.
6524
6525 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6526 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6527 (cl-member): Remove old alias.
6528
6529 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6530 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6531 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6532 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6533 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6534 (cl-macroexpand-cmacs): Remove var.
6535 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6536 Use macroexpand-all instead.
6537
6538 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6541 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6542 (macroexp-copyable-p): New functions and macros.
6543 * emacs-lisp/edebug.el (edebug-unwrap):
6544 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6545 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6546 (pcase--let*): Remove.
6547 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6548 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6549 macroexp-const-p instead.
6550 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6551
6552 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6553 instead of "cl-" for internal definitions. Use macroexp-const-p.
6554 (cl-old-bc-file-form): Remove var.
6555 (cl-const-exprs-p): Remove fun.
6556 (cl-labels, cl-macrolet): Use backquote.
6557 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6558 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6559 (cl-define-setf-expander): Rename from cl-define-setf-method.
6560 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6561
6562 * international/mule-cmds.el: Don't require CL.
6563 (view-hello-file): Don't use `letf'.
6564
6565 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * tmm.el (tmm-prompt): Use string-prefix-p.
6568 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6569 (tmm-add-prompt): Use minibuffer-completion-help.
6570 (tmm-delete-map): Remove.
6571
6572 * subr.el (kbd): Make it its own function.
6573
6574 2012-06-07 Stefan Merten <smerten@oekonux.de>
6575
6576 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6577 Silence compiler warnings. Fix versions.
6578 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6579 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6580 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6581 (rst-package-emacs-version-alist): Correct Emacs version to
6582 represent major merge with upstream.
6583 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6584
6585 2012-06-06 Glenn Morris <rgm@gnu.org>
6586
6587 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6588 Only print environment variables if set.
6589
6590 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6593 (macroexp--cons): Rename from maybe-cons.
6594 (macroexp--accumulate): Rename from macroexp-accumulate.
6595 (macroexp--all-forms): Rename from macroexpand-all-forms.
6596 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6597 (macroexp--expand-all): Rename from macroexpand-all-1.
6598
6599 2012-06-06 Sam Steingold <sds@gnu.org>
6600
6601 * calendar/calendar.el (calendar-in-read-only-buffer):
6602 Call `special-mode' to enable the standard read-only keybindings.
6603
6604 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6607 with "loading" messages (bug#11635).
6608
6609 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * files.el (enable-remote-dir-locals): New option.
6612 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6613
6614 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6615 Ensure, that the temp directory is local.
6616
6617 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6618 `temporary-file-directory'.
6619
6620 * progmodes/python.el (python-send-region): Ensure, that the
6621 temporary file is created also in the remote case.
6622
6623 2012-06-06 Glenn Morris <rgm@gnu.org>
6624
6625 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6626 (vc-rcs-update-changelog): Use it.
6627
6628 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6629
6630 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6631 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6632 (vc-sccs-diff): Replace use of the external vcdiff script.
6633
6634 2012-06-05 Glenn Morris <rgm@gnu.org>
6635
6636 * ledit.el: Move to obsolete/.
6637
6638 2012-06-05 Sam Steingold <sds@gnu.org>
6639
6640 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6641 patch (Bug#11140).
6642
6643 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * emacs-lisp/cust-print.el: Move to obsolete.
6646
6647 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6648 compiler-macro expansion.
6649
6650 Add native compiler-macro support.
6651 * emacs-lisp/macroexp.el (macroexpand-all-1):
6652 Support compiler-macros directly. Properly follow aliases and apply
6653 the compiler macros more thoroughly.
6654 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6655 macroexpand now properly follows aliases.
6656 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6657 (cl-compiler-macroexpand): Use new prop.
6658 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6659
6660 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6661
6662 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6663
6664 * window.el (get-lru-window, get-mru-window, get-largest-window):
6665 New argument NOT-SELECTED to avoid picking the selected window.
6666 (window--display-buffer-1, window--display-buffer-2): Replace by
6667 new function window--display-buffer
6668 (display-buffer-same-window, display-buffer-reuse-window)
6669 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6670 Use window--display-buffer.
6671 (display-buffer-use-some-window): Remove temporary dedication
6672 hack by calling get-lru-window and get-largest-window with
6673 NOT-SELECTED argument non-nil. Call window--display-buffer.
6674
6675 2012-06-05 Glenn Morris <rgm@gnu.org>
6676
6677 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6678 Replace external vcdiff script.
6679
6680 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6683
6684 2012-06-04 Chong Yidong <cyd@gnu.org>
6685
6686 * image.el (imagemagick-types-inhibit): Revert last change.
6687 Add INFO and M.
6688 (imagemagick-enabled-types): Remove CIN and EPS*.
6689
6690 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/cl-lib.el: Rename from cl.el.
6693 * emacs-lisp/cl.el: New compatibility file.
6694 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6695 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6696 to obey the "cl-" prefix.
6697 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6698
6699 2012-06-03 Glenn Morris <rgm@gnu.org>
6700
6701 * emacs-lisp/authors.el (authors-aliases): Addition.
6702
6703 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6704 Fix :version.
6705
6706 2012-06-03 Stefan Merten <smerten@oekonux.de>
6707
6708 * textmodes/rst.el: Add comments.
6709 (rst-transition, rst-adornment): New faces.
6710 (rst-adornment-faces-alist): Make default safe to reevaluate.
6711 Fixes
6712 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6713 Improve customization tags.
6714 (rst-define-level-faces): Clarify meaning.
6715
6716 2012-06-03 Chong Yidong <cyd@gnu.org>
6717
6718 * progmodes/compile.el (compilation-mode-line-fail)
6719 (compilation-mode-line-run, compilation-mode-line-exit):
6720 New faces.
6721 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6722
6723 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6724
6725 * progmodes/which-func.el (which-func-update-ediff-windows):
6726 New function. Use it in ediff-select-hook (Bug#11478).
6727
6728 2012-06-03 Chong Yidong <cyd@gnu.org>
6729
6730 * bindings.el: Remove explicit help text from format-mode-line.
6731 It is now supplied by mode-line-default-help-echo.
6732 (mode-line-front-space, mode-line-end-spaces)
6733 (mode-line-misc-info): New variables.
6734 (mode-line-modes, mode-line-position): Move the default value to
6735 the variable definition.
6736 (mode-line-default-help-echo): New defcustom.
6737 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6738 (mode-line-modified-help-echo): New functions.
6739 (mode-line-mule-info, mode-line-modified): Use them.
6740 (mode-line-eol-desc, propertized-buffer-identification):
6741 Consistency fixes for help text.
6742 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6743 set-buffer-file-coding-system (Bug#289).
6744 (mode-line-mule-info-help-echo): Update help text.
6745
6746 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * simple.el (execute-extended-command): Set real-this-command
6749 (bug#11506).
6750
6751 2012-06-02 Chong Yidong <cyd@gnu.org>
6752
6753 Remove incorrect uses of "modeline" in comments, docstrings, and
6754 function/variable names (Bug#10329).
6755
6756 * cus-edit.el (mode-line):
6757 * dframe.el (dframe-mouse-hscroll):
6758 * emacs-lisp/re-builder.el:
6759 * emacs-lisp/easy-mmode.el (define-minor-mode):
6760 * frame.el (set-frame-name):
6761 * help.el (lookup-minor-mode-from-indicator):
6762 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6763 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6764 (c-toggle-hungry-state):
6765 * progmodes/antlr-mode.el (antlr-language-alist):
6766 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6767 * progmodes/vhdl-mode.el (vhdl-mode):
6768 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6769 * term/ns-win.el (ns-face-at-pos):
6770 * term/sup-mouse.el (sup-mouse-report):
6771 * textmodes/flyspell.el (flyspell-mode-line-string):
6772 * textmodes/ispell.el (ispell-highlight-face):
6773 * textmodes/reftex-global.el:
6774 * vc/vc-arch.el (vc-arch-mode-line-string):
6775 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6776 * vc/vc-git.el (vc-git-mode-line-string):
6777 * vc/vc-hooks.el (vc-display-status)
6778 (vc-default-mode-line-string):
6779 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6780
6781 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6782
6783 * dired.el (dired-sort-set-mode-line): Rename from
6784 dired-sort-set-modeline. All callers changed.
6785
6786 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6787 eshell-status-in-modeline.
6788
6789 * foldout.el (foldout-mode-line-string): Rename from
6790 foldout-modeline-string. All callers changed.
6791 (foldout-update-mode-line): Rename from foldout-update-modeline.
6792
6793 * subr.el (redraw-modeline): Make into obsolete alias.
6794
6795 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6796 timeclock-modeline-display. Make old name an alias.
6797 (timeclock-update-mode-line): Likewise. All callers changed.
6798 (timeclock-mode-line-display): No need to check before using
6799 add-hook.
6800 (timeclock-relative, timeclock-day-over-hook)
6801 (timeclock-use-elapsed, timeclock-mode-string)
6802 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6803
6804 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6805 crisp-mode-modeline-string.
6806
6807 * play/solitaire.el (solitaire-build-mode-line): Rename from
6808 solitaire-build-modeline. All callers changed.
6809
6810 * play/zone.el (zone-hiding-mode-line): Rename from
6811 zone-hiding-modeline. All callers changed.
6812 (zone): Remove unusued `modeline-hidden-level' property.
6813
6814 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6815 xscheme-modeline-initialize. All callers changed.
6816
6817 * strokes.el (strokes-lighter): Rename from
6818 strokes-modeline-string.
6819
6820 * textmodes/sgml-mode.el (html-face-tag-alist)
6821 (html-tag-face-alist): Use mode-line face instead of obsolete
6822 alias modeline.
6823
6824 2012-06-02 Stefan Merten <smerten@oekonux.de>
6825
6826 * textmodes/rst.el: Always require `cl'.
6827 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6828
6829 2012-06-02 Chong Yidong <cyd@gnu.org>
6830
6831 * image.el (imagemagick-enabled-types): Rename from
6832 imagemagick-types-enable. Add many more types.
6833 (imagemagick-types-inhibit): Change default to nil.
6834 (imagemagick-filter-types): Caller changed.
6835
6836 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * emacs-lisp/cl-macs.el: Use backquotes.
6839 (cl-transform-function-property): Use eval-and-compile rather than
6840 abusing `require'.
6841 (defstruct): Use declare-function instead of with-no-warnings.
6842
6843 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6844 (byte-compile-output-docform): Re-add the print-circle bindings.
6845 (byte-compile-fix-header): Use #$ just because it's shorter.
6846 (byte-compile-output-file-form): Remove defun/defmacro.
6847
6848 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6849
6850 * simple.el (choose-completion): Remove now obsolete binding for
6851 owindow.
6852
6853 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6854
6855 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6856 in order to avoid "Stack overflow in regexp matcher".
6857
6858 2012-05-31 Glenn Morris <rgm@gnu.org>
6859
6860 * image.el: For clarity, call imagemagick-register-types at
6861 top-level, rather than relying on a custom :initialize.
6862 (imagemagick-types-enable): New option. (Bug#11557)
6863 (imagemagick-filter-types): New function. (Bug#7406)
6864 (imagemagick-register-types): Use imagemagick-filter-types.
6865 If disabling support, remove elements altogether rather
6866 than using an impossible regexp.
6867 (imagemagick-types-inhibit): Give it the default init function.
6868
6869 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6872 Handle arbitrary file name lengths (Bug#11585).
6873
6874 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6875
6876 * desktop.el (desktop-read): Clear previous and next buffers for
6877 all windows and bury *Messages* buffer (bug#11556).
6878
6879 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 Add `declare' for `defun'. Align `defmacro's with it.
6882 * emacs-lisp/easy-mmode.el (define-minor-mode)
6883 (define-globalized-minor-mode): Don't autoload the var definitions.
6884 * emacs-lisp/byte-run.el: Use lexical-binding.
6885 (defun-declarations-alist, macro-declarations-alist): New vars.
6886 (defmacro, defun): Use them.
6887 (make-obsolete, define-obsolete-function-alias)
6888 (make-obsolete-variable, define-obsolete-variable-alias):
6889 Use `declare'.
6890 (macro-declaration-function): Mark obsolete.
6891 * emacs-lisp/autoload.el: Use lexical-binding.
6892 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6893
6894 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6895
6896 * textmodes/ispell.el (ispell-with-no-warnings):
6897 Define as a macro.
6898 (ispell-kill-ispell, ispell-change-dictionary):
6899 Use `called-interactively-p' for Emacs instead of obsolete
6900 `interactive-p'.
6901
6902 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6905 (macro-declaration-function): Move var from C code.
6906 (macro-declaration-function): Define function with defalias.
6907 * emacs-lisp/macroexp.el (macroexpand-all-1):
6908 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6909 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6910 defun/defmacro any more.
6911 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6912 Provide fallback for unknown arglist.
6913 (byte-compile-arglist-warn): Change calling convention.
6914 (byte-compile-output-file-form): Move print-vars binding.
6915 (byte-compile-output-docform): Simplify accordingly.
6916 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6917 (byte-compile-defmacro-declaration): Remove.
6918 (byte-compile-file-form-defmumble): Generalize to defalias.
6919 (byte-compile-output-as-comment): Return byte-positions.
6920 Simplify callers accordingly.
6921 (byte-compile-lambda): Use `assert'.
6922 (byte-compile-defun, byte-compile-defmacro): Remove.
6923 (byte-compile-file-form-defalias):
6924 Use byte-compile-file-form-defmumble.
6925 (byte-compile-defalias-warn): Remove.
6926
6927 2012-05-29 Stefan Merten <smerten@oekonux.de>
6928
6929 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6930 possible. Fix authors. Improve comments. Improve loading of `cl'.
6931
6932 (rst-mode-abbrev-table): Merge definition.
6933 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6934 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6935
6936 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6937
6938 * calendar/icalendar.el
6939 (icalendar-export-region): Export UID properly.
6940
6941 2012-05-29 Leo Liu <sdl.web@gmail.com>
6942 * calendar/icalendar.el (icalendar-import-format):
6943 Add `icalendar-import-format-uid' (Bug#11525).
6944 (icalendar-import-format-uid): New.
6945 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6946 Export UID.
6947
6948 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6951 different alternative patterns.
6952 (pcase-codegen): Be more careful to preserve identity.
6953 (pcase--u1): Don't forget to mark vars as used.
6954
6955 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6956 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6957 (byte-compile-from-buffer): ...rather than here.
6958
6959 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6960 functions from byte-compile-function-environment.
6961
6962 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6963
6964 * window.el (window-deletable-p): Avoid deleting the root window
6965 of a frame with an active minibuffer.
6966
6967 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6968
6969 * simple.el (choose-completion): Use quit-window (Bug#11567).
6970
6971 2012-05-29 Chong Yidong <cyd@gnu.org>
6972
6973 * whitespace.el (whitespace-cleanup): Fix usage of
6974 whitespace-empty-at-bob-regexp (Bug#11492).
6975
6976 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6977
6978 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6979 revert (Bug#11488).
6980
6981 2012-05-29 Juri Linkov <juri@jurta.org>
6982
6983 * isearch.el (isearch-mode-map): Bind `M-s _' to
6984 `isearch-toggle-symbol'. Bind `M-s c' to
6985 `isearch-toggle-case-fold'.
6986 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6987 (isearch-forward): Add `M-s _' to the docstring.
6988 (isearch-forward-symbol, isearch-toggle-case-fold)
6989 (isearch-symbol-regexp): New functions. (Bug#11381)
6990
6991 2012-05-29 Juri Linkov <juri@jurta.org>
6992
6993 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6994 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6995 a function, call it to get the regexp.
6996 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6997 property `isearch-message-prefix' instead of the string "word ".
6998 (isearch-search-fun-default): For the case of `isearch-word',
6999 return a lambda that calls re-search-forward/re-search-backward
7000 with a regexp returned by `word-search-regexp' or by the function
7001 in `isearch-word'.
7002
7003 2012-05-29 Juri Linkov <juri@jurta.org>
7004
7005 * isearch.el (isearch-search-fun-default): New function.
7006 (isearch-search-fun): Move default part to the new function
7007 `isearch-search-fun-default'.
7008 (isearch-search-fun-function): Set the default value to
7009 `isearch-search-fun-default'. (Bug#11381)
7010
7011 * comint.el (comint-history-isearch-end):
7012 Use `isearch-search-fun-default'.
7013 (comint-history-isearch-search): Use `isearch-search-fun-default'
7014 and remove spacial case for `isearch-word'.
7015 (comint-history-isearch-wrap): Remove spacial case for
7016 `isearch-word'.
7017
7018 * hexl.el (hexl-isearch-search-function):
7019 Use `isearch-search-fun-default'.
7020
7021 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7022 Use `word-search-regexp' for `isearch-word'.
7023
7024 * misearch.el (multi-isearch-search-fun):
7025 Use `isearch-search-fun-default'.
7026
7027 * simple.el (minibuffer-history-isearch-search):
7028 Use `isearch-search-fun-default' and remove spacial case for
7029 `isearch-word'.
7030 (minibuffer-history-isearch-wrap): Remove spacial case for
7031 `isearch-word'.
7032
7033 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7034 Remove spacial case for `isearch-word'.
7035 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7036
7037 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7038
7039 Decrease XEmacs incompatibilities.
7040 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7041 Use `string-match'.
7042 (flyspell-delete-region-overlays): Use alternative definition for
7043 XEmacs.
7044 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7045 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7046 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7047 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7048 `define-obsolete-face-alias' under XEmacs, but old method.
7049
7050 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7051 `with-no-warnings' definition or Emacs alias.
7052 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7053 (ispell-word): Do not use `region-p' if XEmacs.
7054
7055 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7056
7057 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7058 Check for `ispell-dictionary-base-alist' instead of full
7059 `ispell-dictionary-alist'.
7060 (ispell-init-process): Show spellchecker when starting new Ispell
7061 process.
7062
7063 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7066 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7067
7068 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * version.el (motif-version-string, gtk-version-string)
7071 (ns-version-string): Declare.
7072
7073 2012-05-27 Juri Linkov <juri@jurta.org>
7074
7075 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7076 after the `eval-defun-1' specialcaseing
7077 like in `edebug-eval-defun' (bug#10181).
7078
7079 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7080 like in `eval-defun-1'.
7081
7082 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7083
7084 * mail/sendmail.el (mail-yank-region):
7085 Recognize rmail-yank-current-message in addition to insert-buffer.
7086 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7087 a *mail* buffer created through rmail-start-mail with sendmail as
7088 mail-user-agent.
7089
7090 2012-05-27 Chong Yidong <cyd@gnu.org>
7091
7092 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7093 Default to 256 (Bug#11267).
7094
7095 * help.el (describe-mode): Doc fix.
7096
7097 2012-05-26 Glenn Morris <rgm@gnu.org>
7098
7099 * w32-fns.el (w32-init-info): Remove.
7100 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7101
7102 * info.el (info-initialize): For self-contained NS builds, put the
7103 included info/ directory at the front. (Bug#2791)
7104
7105 * paths.el (Info-default-directory-list): Make it a defcustom,
7106 mainly so that we can use custom-initialize-delay.
7107
7108 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * subr.el (buffer-has-markers-at): Mark obsolete.
7111
7112 * subr.el (lambda): Use declare.
7113
7114 * emacs-lisp/lisp-mode.el (lambda):
7115 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7116
7117 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7118
7119 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7120
7121 2012-05-26 Glenn Morris <rgm@gnu.org>
7122
7123 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7124
7125 2012-05-25 Glenn Morris <rgm@gnu.org>
7126
7127 * paths.el: Remove no-byte-compile.
7128 * loadup.el: No need to load paths.el uncompiled.
7129
7130 * image.el (imagemagick-types-inhibit): Doc fix.
7131
7132 * version.el: Remove no-byte-compile and associated formatting.
7133 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7134 is ancient code from when there was an "inc-vers.el".
7135
7136 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * progmodes/gdb-mi.el: Minor style changes.
7139 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7140 Turn into minor modes.
7141 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7142 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7143 (gdb-shell): Remove unneeded let-binding.
7144 (gdb-get-many-fields): Eliminate O(n²) behavior.
7145
7146 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7147
7148 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7149 platforms that don't link in fontset.c.
7150
7151 2012-05-25 Juri Linkov <juri@jurta.org>
7152
7153 Use the same diff color scheme as in modern VCSes (bug#10181).
7154
7155 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7156 to avoid confusion with `diff-added' that now uses green colors.
7157 (diff-removed): Use shades of red.
7158 (diff-added): Use shades of green.
7159 (diff-changed): Leave just the yellow color.
7160 (diff-use-changed-face): New variable.
7161 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7162 how to highlight context diff changes.
7163 (diff-refine-change): Use shades of yellow.
7164 (diff-refine-removed): New face that uses shades of red.
7165 (diff-refine-added): New face that uses shades of green.
7166 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7167 `diff-refine-removed' in the call to `smerge-refine-subst'
7168 depending on the value of `diff-use-changed-face'.
7169
7170 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7171 (smerge-other): Use shades of green.
7172 (smerge-base): Use shades of yellow.
7173 (smerge-refined-change): Empty face.
7174 (smerge-refined-removed): New face that uses shades of red.
7175 (smerge-refined-added): New face that uses shades of green.
7176 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7177 args `props-r' and `props-a', and use them. Doc fix.
7178 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7179 on its value use different faces `smerge-refined-change',
7180 `smerge-refined-removed', `smerge-refined-added' in the call to
7181 `smerge-refine-subst'.
7182
7183 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7184 Add face condition `min-colors 88' with shades of red.
7185 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7186 `min-colors 88' with shades of green.
7187 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7188 `min-colors 88' with shades of yellow.
7189
7190 2012-05-24 Glenn Morris <rgm@gnu.org>
7191
7192 * paths.el (prune-directory-list, remote-shell-program): Move to...
7193 * files.el (prune-directory-list, remote-shell-program): ...here.
7194 For the latter, delay initialization, prefer ssh, just search PATH.
7195
7196 * paths.el (term-file-prefix): Move to faces.el (the only user).
7197 * faces.el (term-file-prefix): Move here, make it a defcustom.
7198
7199 * paths.el (news-directory, news-path, news-inews-program):
7200 Move to gnus/nnspool.el.
7201
7202 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7203
7204 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7205 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7206 Make the latter a defcustom, with a delayed initialization.
7207
7208 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7209 These were deleted from Gnus itself late 2010.
7210
7211 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * progmodes/which-func.el (which-func-ff-hook):
7214 Check against user-error, not error.
7215
7216 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7217 cl-specs.el, which no longer exists.
7218
7219 2012-05-22 Glenn Morris <rgm@gnu.org>
7220
7221 * info.el (info-emacs-bug): New command.
7222 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7223 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7224
7225 2012-05-21 Glenn Morris <rgm@gnu.org>
7226
7227 * makefile.w32-in (update-subdirs-SH):
7228 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7229
7230 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7233
7234 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7235 Simplify Maven regexp, and make sure the file can't start with a space
7236 (bug#11517).
7237
7238 2012-05-21 Glenn Morris <rgm@gnu.org>
7239
7240 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7241 Scrap superfluous subshells.
7242
7243 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7246 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7247
7248 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7249
7250 * calc/calc.el (calc-ensure-consistent-units): New variable.
7251
7252 * calc/calc-units.el (math-consistent-units-p)
7253 (math-check-unit-consistency): New functions.
7254 (calc-quick-units, calc-convert-units):
7255 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7256 is non-nil.
7257 (calc-extract-units): Fix typo.
7258
7259 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7262
7263 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7264 (flyspell-default-deplacement-commands): Don't spell check after
7265 repeated window/frame switches (e.g. triggered by mouse-movement).
7266 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7267 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7268 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7269 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7270 Remove unused vars.
7271 (flyspell-get-casechars, flyspell-get-not-casechars):
7272 Simplify; Don't bother removing a ] just to add it back.
7273 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7274
7275 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7276
7277 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7278 New functions.
7279 (math-function-table): Add support for more C functions.
7280
7281 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7282
7283 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7284 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7285 Protect delay handling for otherchars against empty otherchars.
7286
7287 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7290 their respective macro declarations.
7291 * skeleton.el (define-skeleton):
7292 * progmodes/compile.el (define-compilation-mode):
7293 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7294 (define-ibuffer-filter):
7295 * emacs-lisp/generic.el (define-generic-mode):
7296 * emacs-lisp/easy-mmode.el (define-minor-mode)
7297 (define-globalized-minor-mode):
7298 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7299 * emacs-lisp/byte-run.el (defsubst):
7300 * custom.el (deftheme): Add doc-string metadata.
7301
7302 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7305
7306 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7309
7310 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7311 * emacs-lisp/cl-macs.el: Idem.
7312 * emacs-lisp/cl-specs.el: Remove.
7313
7314 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 Minor renaming of internal CL functions and variables.
7317 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7318 (cl--position): Rename from cl-position.
7319 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7320 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7321 (cl--random-state): Rename from *random-state*.
7322
7323 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7326 parens around the arg list (bug#11499).
7327
7328 2012-05-17 Juri Linkov <juri@jurta.org>
7329
7330 * isearch.el (word-search-regexp, word-search-backward)
7331 (word-search-forward, word-search-backward-lax)
7332 (word-search-forward-lax): Move functions from search.c
7333 (bug#10145, bug#11381).
7334
7335 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7336
7337 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7338 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7339 Delay for otherchars as for normal word components.
7340
7341 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * minibuffer.el (completion--sifn-requote): Fix last change.
7344 (minibuffer-local-must-match-filename-map):
7345 Move define-obsolete-variable-alias before its var.
7346
7347 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7350
7351 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7352 behavior.
7353 (completion--string-equal-p): New function.
7354 (completion--twq-all): Use it to get better assertion failure data.
7355
7356 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7357 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7358 (shell--requote-argument): New functions.
7359 (shell-completion-vars): Use them.
7360 (shell--parse-pcomplete-arguments): Rename from
7361 shell-parse-pcomplete-arguments.
7362 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7363 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7364 Obey comint-file-name-quote-list.
7365
7366 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7367 (smie-indent-keyword): Use it.
7368
7369 2012-05-14 Stefan Merten <smerten@oekonux.de>
7370
7371 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7372
7373 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * net/rlogin.el (rlogin-mode-map): Fix last change.
7376
7377 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7378
7379 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7380 the following \r\n using a single `process-send-string', since the
7381 Lotus SMTP server refuses to accept any commands if they are sent
7382 with two `process-send-string's (Bug#11444).
7383
7384 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * shell.el (shell-parse-pcomplete-arguments):
7387 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7388
7389 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7390
7391 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7392 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7393 (image-transform-width, image-transform-fit-width): New functions.
7394 (image-transform-properties): Use them.
7395 (image-transform-check-size): New function.
7396 (image-toggle-display-image): Use it (for testing).
7397 (image-transform-set-rotation): Reduce angle mod 360.
7398 Delete obsolete comment.
7399
7400 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7401
7402 * image-mode.el: Fix scaling (bug#11399).
7403 (image-transform-resize): Doc fix.
7404 (image-transform-properties): Default scale is 1 and height should
7405 be an integer.
7406
7407 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7408
7409 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7410 than hard-coding `car', to fix misbehavior when moving forward.
7411
7412 2012-05-13 Chong Yidong <cyd@gnu.org>
7413
7414 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7415 (tabulated-list-entries, tabulated-list-padding)
7416 (tabulated-list-sort-key): Make permanent-local.
7417
7418 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7419 (electric-buffer-list): Put electric buffer menu
7420 command descriptions in this docstring, instead of the docstring
7421 of electric-buffer-menu-mode. Code cleanups.
7422 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7423 Electric-buffer-menu-mode.
7424 (electric-buffer-update-highlight): Minor code cleanup.
7425
7426 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7427
7428 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7429 (Bug#11447)
7430
7431 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 Move define-obsolete-variable-alias before the var's definition.
7434 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7435 * tooltip.el (tooltip-hook):
7436 * textmodes/reftex-toc.el (reftex-toc-map):
7437 * textmodes/reftex-sel.el (reftex-select-label-map)
7438 (reftex-select-bib-map):
7439 * textmodes/reftex-index.el (reftex-index-map)
7440 (reftex-index-phrases-map):
7441 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7442 * progmodes/meta-mode.el (meta-mode-map):
7443 * novice.el (disabled-command-hook):
7444 * loadhist.el (unload-hook-features-list):
7445 * frame.el (blink-cursor):
7446 * files.el (find-file-not-found-hooks, write-file-hooks)
7447 (write-contents-hooks):
7448 * emulation/tpu-edt.el (GOLD-map):
7449 * emacs-lock.el (emacs-lock-from-exiting):
7450 * emacs-lisp/generic.el (generic-font-lock-defaults):
7451 * emacs-lisp/chart.el (chart-map):
7452 * dos-fns.el (register-name-alist):
7453 * dired-x.el (dired-omit-files-p):
7454 * desktop.el (desktop-enable):
7455 * cus-edit.el (custom-mode-hook):
7456 * buff-menu.el (buffer-menu-mode-hook):
7457 * bookmark.el (bookmark-read-annotation-text-func)
7458 (bookmark-exit-hooks):
7459 * allout.el (allout-mode-deactivate-hook)
7460 (allout-exposure-change-hook, allout-structure-added-hook)
7461 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7462 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7463 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7464 comes before the corresponding variable's definition.
7465
7466 2012-05-12 Chong Yidong <cyd@gnu.org>
7467
7468 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7469 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7470 (Buffer-menu-mode-map): Bind it.
7471 (Buffer-menu--pretty-name): Add a mouse-face property.
7472
7473 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7476 (prolog-upper-case-string, prolog-lower-case-string)
7477 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7478 (prolog-use-smie, prolog-smie-grammar): New vars.
7479 (prolog-smie-forward-token, prolog-smie-backward-token)
7480 (prolog-smie-rules): New funs.
7481 (prolog-comment-indent): Remove.
7482 (prolog-mode-variables): Use default comment indentation instead.
7483 Setup SMIE.
7484 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7485 (prolog-mode): Don't call them any more.
7486 (prolog-electric-colon, prolog-electric-dash)
7487 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7488
7489 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7490
7491 * minibuffer.el (completion--twq-all): Again, allow case differences.
7492
7493 * term.el: Move keymap initialization code to be more idiomatic.
7494 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7495 (term-terminal-menu): Move initialization into declaration.
7496 (term-escape-char): Let the user set it in her .emacs.
7497
7498 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7499 Provide SMIE-based indentation (not enabled by default yet).
7500 (sh-mode-map): Don't bind electric keys.
7501 Use electric-pair-mode instead of skeleton-pair.
7502 (sh-assignment-regexp): Fit within 80 columns.
7503 (sh-indent-supported): Specify actual shell name instead of boolean.
7504 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7505 (sh-maybe-here-document): Use it. Make obsolete.
7506 (sh-electric-here-document-mode) New minor mode.
7507 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7508 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7509 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7510 (sh-smie-rc-grammar, sh-use-smie): New vars.
7511 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7512 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7513 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7514 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7515 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7516 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7517 (sh-set-shell): Use smie-setup if requested.
7518
7519 * term.el (term-set-escape-char): Properly set term-escape-char.
7520 See http://stackoverflow.com/questions/10524656.
7521
7522 2012-05-10 Chong Yidong <cyd@gnu.org>
7523
7524 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7525 Use url-generic-parse-url, and handle host names and Windows
7526 filenames properly.
7527 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7528 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7529 URL schemes to work on.
7530 (ffap--toggle-read-only): New function.
7531 (ffap-read-only, ffap-read-only-other-window)
7532 (ffap-read-only-other-frame): Use it.
7533 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7534 necessary for ffap-url-unwrap-remote.
7535
7536 2012-05-10 Dave Abrahams <dave@boostpro.com>
7537
7538 * cus-start.el (create-lockfiles): Add it.
7539
7540 2012-05-09 Chong Yidong <cyd@gnu.org>
7541
7542 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7543 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7544
7545 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7548
7549 2012-05-09 Chong Yidong <cyd@gnu.org>
7550
7551 * ansi-color.el (ansi-color-process-output): Check for validity of
7552 comint-last-output-start before using it. This avoids a bad
7553 interaction with gdb-mi's input/output buffer.
7554
7555 2012-05-09 Glenn Morris <rgm@gnu.org>
7556
7557 * files.el (dir-locals-read-from-file):
7558 Mention dir-locals in any error message.
7559
7560 2012-05-09 Chong Yidong <cyd@gnu.org>
7561
7562 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7563 package (Bug#11410).
7564
7565 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7566 variables into description.
7567
7568 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7571 shell-delimiter-argument-list (bug#11348).
7572 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7573
7574 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * textmodes/rst.el: Silence byte-compiler warnings.
7577 (rst-re-alist, rst-reset-section-caches): Move around.
7578 (rst-re): Use `characterp', not `char-valid-p'.
7579 (font-lock-beg, font-lock-end): Declare.
7580
7581 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7582 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7583
7584 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7585
7586 2012-05-08 Glenn Morris <rgm@gnu.org>
7587
7588 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7589
7590 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * vc/log-edit.el: Add GNU coding standards highlighting.
7593 (log-edit-font-lock-gnu-style)
7594 (log-edit-font-lock-gnu-keywords): New vars.
7595 (log-edit-font-lock-keywords): New fun.
7596 (log-edit-mode): Don't fold case in font-lock.
7597 (log-edit-font-lock-keywords): Do not assume case-folding.
7598
7599 * imenu.el: Misc cleanup. Make docstrings out of comments.
7600 Use lexical-binding.
7601 (imenu--index-alist, imenu--last-menubar-index-alist)
7602 (imenu-menubar-modified-tick): Use defvar-local.
7603 (imenu--split-menu): Remove unused var.
7604 (imenu--cleanup-seen): Declare as global.
7605 (imenu--cleanup): Use dolist.
7606
7607 * subr.el (defvar-local): Add debug spec and doc-string position.
7608
7609 2012-05-08 Glenn Morris <rgm@gnu.org>
7610
7611 * language/burmese.el, language/cham.el, language/czech.el:
7612 * language/english.el, language/georgian.el, language/greek.el:
7613 * language/japanese.el, language/khmer.el, language/korean.el:
7614 * language/lao.el, language/misc-lang.el, language/romanian.el:
7615 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7616 * language/thai.el, language/utf-8-lang.el:
7617 Remove no-byte-compile setting.
7618
7619 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7620
7621 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7622
7623 * progmodes/make-mode.el (makefile-browse):
7624 Remove unnecessary interactive. (Bug#11324)
7625
7626 2012-05-07 Glenn Morris <rgm@gnu.org>
7627
7628 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7629
7630 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7631
7632 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * loadup.el: Preload newcomment.el.
7635 * newcomment.el: Move autoload-only code to toplevel.
7636
7637 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7638 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7639 Handle new :right-align column property.
7640 (tabulated-list-print-col): Idem, plus use `display' text-property to
7641 try and preserve alignment for variable pitch fonts.
7642
7643 2012-05-07 Chong Yidong <cyd@gnu.org>
7644
7645 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7646 (tabulated-list-use-header-line): New var.
7647 (tabulated-list-init-header): Use it.
7648 (tabulated-list-print-fake-header): New function.
7649 (tabulated-list-print): Use it.
7650 (tabulated-list-sort-button-map): Add non-header-line commands.
7651 (tabulated-list-init-header): Add column name property to basic
7652 labels as well.
7653 (tabulated-list-col-sort): Handle non-header-line button case.
7654 (tabulated-list--sort-by-column-name): Fix a corner case.
7655
7656 * buff-menu.el (list-buffers--refresh):
7657 Handle Buffer-menu-use-header-line.
7658
7659 2012-05-06 Chong Yidong <cyd@gnu.org>
7660
7661 * buff-menu.el: Convert to Tabulated List mode.
7662 (Buffer-menu-buffer+size-width): Make obsolete.
7663 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7664 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7665 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7666 documentation into docstring of buffer-menu.
7667 (Buffer-menu-toggle-files-only): Add an informative message.
7668 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7669 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7670 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7671 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7672 (Buffer-menu-execute, Buffer-menu-select)
7673 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7674 (Buffer-menu-bury): Use Tabulated List machinery.
7675 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7676 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7677 Delete.
7678 (list-buffers--refresh): New function.
7679 (list-buffers-noselect): Use it.
7680 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7681 (Buffer-menu--pretty-file-name): New helper functions.
7682
7683 * loadup.el: Preload tabulated-list.
7684
7685 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7686 tabulated-list-sort-column.
7687 (tabulated-list-init-header): Add the initial aligning space even
7688 if tabulated-list-padding is zero.
7689
7690 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7691
7692 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7693 whose cdr is not a cons cell correctly (bug#11038).
7694
7695 2012-05-06 Chong Yidong <cyd@gnu.org>
7696
7697 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7698 Accept additional plist in column descriptors.
7699 (tabulated-list-init-header): Obey it.
7700 (tabulated-list-get-entry): New function.
7701 (tabulated-list-put-tag): Use it. Use string-width instead of
7702 length.
7703 (tabulated-list--column-number): New function.
7704 (tabulated-list-print): Use it.
7705 (tabulated-list-print-col): New function.
7706 Set `tabulated-list-column-name' property on each column's text.
7707 (tabulated-list-print-entry): Use it.
7708 (tabulated-list-delete-entry, tabulated-list-set-col):
7709 New functions.
7710 (tabulated-list-sort-column): New command (Bug#11337).
7711
7712 * buff-menu.el (list-buffers): Move C-x C-b binding from
7713 buff-menu.el to bindings.el.
7714
7715 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7716 :advertised-binding feature.
7717
7718 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7719
7720 * progmodes/compile.el (compilation-internal-error-properties):
7721 Calculate start position correctly when end-col is set but
7722 end-line is not (Bug#11382).
7723
7724 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7725
7726 * man.el (Man-unindent): Use text-property-default-nonsticky to
7727 prevent untabify from inheriting face properties (Bug#11408).
7728
7729 2012-05-05 Stefan Merten <smerten@oekonux.de>
7730
7731 * textmodes/rst.el: Major merge with upstream development up to
7732 Docutils SVN r7399 / rst.el V1.2.1.
7733
7734 Clarify maintainership and authors.
7735
7736 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7737 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7738 (rst-official-version, rst-official-cvs-rev, rst-version)
7739 (rst-package-emacs-version-alist): New functions and variables
7740 for version information.
7741
7742 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7743 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7744 (rst-mode-syntax-table, rst-mode): New and corrected functions
7745 and variables representing reStructuredText features.
7746
7747 (rst-re): New function for reStructuredText regexes. Use in
7748 many places.
7749
7750 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7751 (rst-mode-map): Rebind keys.
7752
7753 (rst-mode-lazy, rst-font-lock-keywords)
7754 (rst-font-lock-extend-region)
7755 (rst-font-lock-extend-region-internal)
7756 (rst-font-lock-extend-region-extend)
7757 (rst-font-lock-find-unindented-line-limit)
7758 (rst-font-lock-find-unindented-line-match)
7759 (rst-adornment-level, rst-font-lock-adornment-level)
7760 (rst-font-lock-adornment-match)
7761 (rst-font-lock-handle-adornment-pre-match-form)
7762 (rst-font-lock-handle-adornment-matcher): Major revision of
7763 font-locking. Integrate with other code. Use `jit-lock-mode'.
7764
7765 (rst-preferred-adornments, rst-adjust-hook)
7766 (rst-new-adornment-down, rst-preferred-bullets)
7767 (rst-preferred-bullets, rst-indent, rst-indent-width)
7768 (rst-indent-field, rst-indent-literal-normal)
7769 (rst-indent-literal-minimized, rst-indent-comment): Change,
7770 extend and improve customization.
7771
7772 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7773 (rst-normalize-cursor-position, rst-get-decoration)
7774 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7775 (rst-rstrip, rst-toc-insert-find-delete-contents)
7776 (rst-shift-fill-region, rst-compute-bullet-tabs)
7777 (rst-debug-print-tabs, rst-debug-mark-found)
7778 (rst-shift-region-guts, rst-shift-region-right)
7779 (rst-shift-region-left, rst-use-char-classes)
7780 (rst-font-lock-keywords-function)
7781 (rst-font-lock-indentation-point)
7782 (rst-font-lock-find-unindented-line-begin)
7783 (rst-font-lock-find-unindented-line-end)
7784 (rst-font-lock-find-unindented-line)
7785 (rst-font-lock-adornment-point, rst-font-lock-level)
7786 (rst-adornment-level-alist): Remove functions and variables.
7787
7788 (rst-compare-adornments, rst-get-adornment-match)
7789 (rst-suggest-new-adornment, rst-get-adornments-around)
7790 (rst-adornment-complete-p, rst-get-next-adornment)
7791 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7792 (rst-straighten-adornments): Standardize function names to
7793 use "adornment" instead of "decoration". Correct callers.
7794 Similar standardizing in many places.
7795
7796 (rst-update-section, rst-adjust, rst-promote-region)
7797 (rst-enumerate-region, rst-bullet-list-region)
7798 (rst-repeat-last-character): Correct use of `interactive'.
7799
7800 (rst-classify-adornment, rst-find-all-adornments)
7801 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7802 (rst-find-leftmost-column, rst-repeat-last-character):
7803 Refactor functions.
7804
7805 (rst-find-title-line, rst-reset-section-caches)
7806 (rst-get-adornments-around, rst-adjust-adornment-work)
7807 (rst-arabic-to-roman, rst-roman-to-arabic)
7808 (rst-insert-list-pos, rst-insert-list-new-item)
7809 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7810 New functions.
7811
7812 (rst-all-sections, rst-section-hierarchy)
7813 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7814 New variables.
7815
7816 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7817 configuration instead of only buffer. Change where necessary.
7818
7819 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7820 (rst-shift-region, rst-adaptive-fill): New functions for
7821 indentation and filling.
7822
7823 (rst-comment-line-break, rst-comment-indent)
7824 (rst-comment-insert-comment, rst-comment-region)
7825 (rst-uncomment-region): New functions for handling comments.
7826
7827 (rst-compile): Quote shell arguments.
7828
7829 (rst-compile-pdf-preview, rst-compile-slides-preview):
7830 Delete temporary files after use.
7831
7832 2012-05-05 Glenn Morris <rgm@gnu.org>
7833
7834 * calendar/cal-html.el: Optionally include holidays in the output.
7835 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7836 (cal-html-holidays): New option.
7837 (cal-html-css-default): Add holiday entry.
7838 (holiday-in-range): Autoload it.
7839 (cal-html-htmlify-entry): Add optional class argument.
7840 (cal-html-htmlify-list): Add optional holidays argument.
7841 (cal-html-insert-agenda-days): Include holidays in the output.
7842 (cal-html-one-month): Maybe include holidays.
7843
7844 * calendar/holidays.el (holiday-in-range):
7845 Move here from cal-tex-list-holidays.
7846 * calendar/cal-tex.el (cal-tex-list-holidays):
7847 Make it an obsolete alias for holiday-in-range. Update all callers.
7848
7849 2012-05-05 Chong Yidong <cyd@gnu.org>
7850
7851 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7852 Nextstep.
7853
7854 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7855
7856 * files.el (file-auto-mode-skip): New var.
7857 (set-auto-mode-1): Use it.
7858
7859 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * repeat.el: Use lexical-binding.
7862 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7863 (repeat-undo-count): Remove.
7864 (repeat):
7865 * progmodes/octave-mod.el (octave-abbrev-start):
7866 * progmodes/f90.el (f90-abbrev-start):
7867 * face-remap.el (text-scale-adjust):
7868 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7869
7870 * emacs-lisp/pcase.el (pcase--let*): New function.
7871 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7872 a bit more.
7873 (pcase--split-pred): Be more clever about ruling out overlap between
7874 a predicate and some constant pattern.
7875 (pcase--q1): Use `null' instead of (eq foo nil).
7876
7877 * subr.el (setq-local, defvar-local): New macros.
7878 (kbd): Redefine as an alias.
7879 (with-selected-window): Leave unrelated frames alone.
7880 (set-temporary-overlay-map): New function.
7881
7882 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * subr.el (user-error): New function.
7885 * window.el (switch-to-buffer):
7886 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7887 (smerge-match-conflict):
7888 * simple.el (previous-matching-history-element)
7889 (next-matching-history-element, goto-history-element, undo-more)
7890 (undo-start):
7891 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7892 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7893 (next-file, tags-loop-scan, list-tags, complete-tag):
7894 * progmodes/compile.el (compilation-loop):
7895 * mouse.el (mouse-minibuffer-check):
7896 * man.el (Man-bgproc-sentinel, Man-goto-page):
7897 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7898 (Info-history-forward, Info-follow-reference, Info-menu)
7899 (Info-extract-menu-item, Info-extract-menu-counting)
7900 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7901 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7902 (Info-next-reference, Info-prev-reference, Info-index)
7903 (Info-index-next, Info-follow-nearest-node)
7904 (Info-copy-current-node-name):
7905 * imenu.el (imenu--make-index-alist)
7906 (imenu-default-create-index-function, imenu-add-to-menubar):
7907 * files.el (basic-save-buffer, recover-file):
7908 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7909 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7910 (checkdoc-message-text, checkdoc-defun):
7911 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7912 * cus-edit.el (customize-changed-options, customize-rogue)
7913 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7914 (custom-variable-mark-to-reset-standard)
7915 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7916 (custom-file):
7917 * completion.el (check-completion-length):
7918 * comint.el (comint-search-arg)
7919 (comint-previous-matching-input-string-position)
7920 (comint-previous-matching-input)
7921 (comint-replace-by-expanded-history-before-point, comint-send-input)
7922 (comint-copy-old-input, comint-backward-matching-input)
7923 (comint-goto-process-mark, comint-set-process-mark):
7924 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7925 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7926
7927 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * dabbrev.el (dabbrev--ignore-case-p): New function.
7930 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7931 Use it.
7932
7933 * files.el (automount-dir-prefix): Mark as obsolete.
7934
7935 2012-05-04 Glenn Morris <rgm@gnu.org>
7936
7937 * patcomp.el, play/bruce.el: Move to obsolete/.
7938
7939 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7940
7941 Fix minor Y10k bugs.
7942 * arc-mode.el (archive-unixdate):
7943 * autoinsert.el (auto-insert-alist):
7944 * calc/calc-forms.el (math-this-year):
7945 * emacs-lisp/copyright.el (copyright-current-year)
7946 (copyright-update-year, copyright):
7947 * tar-mode.el (tar-clip-time-string):
7948 * time.el (display-time-update):
7949 Don't assume years have 4 digits.
7950
7951 2012-05-04 Chong Yidong <cyd@gnu.org>
7952
7953 * dos-w32.el (file-name-buffer-file-type-alist)
7954 (direct-print-region-use-command-dot-com):
7955 * ffap.el (ffap-menu-regexp):
7956 * find-file.el (ff-special-constructs):
7957 * follow.el (follow-debug):
7958 * forms.el (forms--debug):
7959 * iswitchb.el (iswitchb-all-frames):
7960 * ido.el (ido-all-frames):
7961 * emacs-lisp/timer.el (timer-max-repeats):
7962 * mail/feedmail.el (feedmail-mail-send-hook)
7963 (feedmail-mail-send-hook-queued):
7964 * mail/footnote.el (footnote-signature-separator):
7965 * mail/mailabbrev.el (mail-alias-separator-string)
7966 (mail-abbrev-mode-regexp):
7967 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7968 * progmodes/idlwave.el (idlwave-libinfo-file)
7969 (idlwave-default-completion-case-is-down)
7970 (idlwave-library-routines): Convert defvars to defcustoms.
7971
7972 * mail/rmail.el (rmail-decode-mime-charset):
7973 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7974 (idlwave-shell-fix-inserted-breaks)
7975 (idlwave-shell-activate-alt-keybindings)
7976 (idlwave-shell-use-breakpoint-glyph):
7977 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7978
7979 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7982
7983 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7984
7985 * progmodes/verilog-mode.el (font-lock-keywords):
7986 Fix mis-highligting auto. Reported by Craig Barner.
7987 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7988 defines from global name space. Reported by Dan Dever.
7989 (verilog-auto-reset, verilog-auto-reset-widths)
7990 (verilog-auto-tieoff): Support using unbased numbers for
7991 AUTORESET and AUTOTIEOFF.
7992 (verilog-submit-bug-report): Update variable list.
7993 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7994 parenthesis from not matching. Reported by Michael Rytting.
7995 (verilog-auto-template-lint): Fix hash error when linting modules
7996 with no used templates.
7997 (verilog-warn, verilog-warn-error)
7998 (verilog-warn-fatal): When non-interactive report multiple
7999 warnings before exiting. Suggested by Brad Dobbie.
8000 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8001 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8002 to report unused template errors. Reported by Brad Dobbie.
8003 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8004 nets, bug438. Reported by Vns Blore.
8005 (verilog-auto-inout-module, verilog-auto-reg)
8006 (verilog-read-decls, verilog-read-sub-decls-sig)
8007 (verilog-signals-edit-wire-reg, verilog-signals-with):
8008 Fix passing of Verilog data types in ANSI input/output ports
8009 such as "output logic" into the AUTOs. Special case "wire" and
8010 "reg" for backwards compatibility presuming Verilog 2001.
8011 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8012 (verilog-preprocess): Fix replication of preprocess output.
8013 Reported by Brad Dobbie.
8014 (verilog-auto-inst-interfaced-ports):
8015 Create verilog-auto-inst-interfaced-ports, bug429.
8016 Reported by Julian Gorfajn.
8017 (verilog-after-save-font-hook)
8018 (verilog-before-save-font-hook): New variable.
8019 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8020 (verilog-save-font-mods): Wrap disabling fontification, reported
8021 by David Rogoff.
8022 (verilog-do-indent, verilog-pretty-declarations-auto)
8023 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8024 Reported by Pierre-David Pfister.
8025 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8026 of class declarations, bug292. Reported by Kevin Heilman.
8027 (verilog-read-decls): Fix 'parameter type' not appearing in
8028 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8029 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8030 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8031 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8032 Reported by David Kravitz.
8033
8034 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8035
8036 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8037 assignment with tests in ifs and for loops.
8038 (verilog-extended-complete-re, verilog-complete-reg): Change so
8039 that DPI inport functions don't look like fuction declarations.
8040 (verilog-pretty-expr): Don't line up assignment
8041 operations to the test and increment in if and for loops
8042 (verilog-extended-complete-re, verilog-complete-reg): Change so
8043 that DPI inport functions don't look like fuction declarations.
8044
8045 2012-05-03 Kenichi Handa <handa@m17n.org>
8046
8047 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8048 decoding, and show a warning message without signaling an error
8049 (Bug#11282).
8050
8051 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * emacs-lisp/bytecomp.el
8054 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8055 since cconv.el might have introduced :fun-body, internal-make-closure,
8056 and friends for bytecomp to handle (bug#11391).
8057 * custom.el (defcustom): Avoid ((λ ..) ..).
8058
8059 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8062
8063 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * notifications.el (dbus-debug):
8066 * term/linux.el (gpm-mouse-enable):
8067 * term/screen.el (xterm-register-default-colors): Declare.
8068
8069 2012-05-02 Chong Yidong <cyd@gnu.org>
8070
8071 * cus-start.el (gc-cons-percentage, exec-suffixes)
8072 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8073 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8074 (make-cursor-line-fully-visible, void-text-area-pointer)
8075 (font-list-limit): Add customization data.
8076
8077 * allout.el (allout-exposure-change-functions)
8078 (allout-structure-added-functions)
8079 (allout-structure-deleted-functions)
8080 (allout-structure-shifted-functions): Rename abnormal hooks from
8081 *-hook, and convert to defcustoms.
8082 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8083 Convert to defcustoms.
8084 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8085
8086 * allout-widgets.el: Hook callers changed.
8087
8088 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8089
8090 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8091 the yanked message in preference to the default value of
8092 buffer-file-coding-system.
8093
8094 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8095
8096 * window.el (display-buffer--action-function-custom-type):
8097 Fix entry.
8098
8099 2012-05-02 Alan Mackenzie <acm@muc.de>
8100
8101 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8102
8103 2012-05-01 Glenn Morris <rgm@gnu.org>
8104
8105 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8106
8107 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8108
8109 * cus-edit.el (custom-variable-documentation): Simplify with format.
8110
8111 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8112 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * simple.el (suggest-key-bindings, execute-extended-command):
8115 Move from keyboard.c.
8116
8117 2012-05-01 Chong Yidong <cyd@gnu.org>
8118
8119 * follow.el: Eliminate advice.
8120 (set-process-filter, process-filter, sit-for): Advice deleted.
8121 (follow-mode-off-hook): Obsolete hook removed.
8122 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8123 Vars deleted.
8124 (follow-auto): Use a :set function.
8125 (follow-mode): Rewritten. Don't advise process filters.
8126 (follow-switch-to-current-buffer-all, follow-scroll-up)
8127 (follow-scroll-down): Assume follow-mode is bound.
8128 (follow-comint-scroll-to-bottom)
8129 (follow-align-compilation-windows): New functions.
8130 (follow--window-sorter): New function.
8131 (follow-all-followers): Use it to explicitly sort windows by their
8132 positions; don't make assumptions about next-window order.
8133 (follow-windows-start-end, follow-delete-other-windows-and-split)
8134 (follow-calc-win-start): Doc fix.
8135 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8136 vertical-motion unnecessarily.
8137 (follow-adjust-window): New function.
8138 (follow-post-command-hook): Use it.
8139 (follow-call-set-process-filter, follow-call-process-filter)
8140 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8141 (follow-stop-intercept-process-output, follow-generic-filter):
8142 Functions deleted.
8143 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8144 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8145 New functions, replacing advice on scroll-bar-* commands.
8146 (follow-mwheel-scroll): New function (Bug#4112).
8147
8148 * comint.el (comint-adjust-point): New function.
8149 (comint-postoutput-scroll-to-bottom): Use it.
8150 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8151
8152 2012-05-01 Glenn Morris <rgm@gnu.org>
8153
8154 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8155 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8156 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8157 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8158 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8159 Remove no-byte-compile setting.
8160
8161 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8164 all-completions code to not return a number in the last cdr.
8165
8166 2012-04-30 Leo Liu <sdl.web@gmail.com>
8167
8168 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8169 read-only error.
8170
8171 2012-04-29 Chong Yidong <cyd@gnu.org>
8172
8173 * follow.el (follow-calc-win-end): Rewrite to handle partial
8174 screen lines correctly (Bug#8390).
8175 (follow-avoid-tail-recenter): Minor cleanup.
8176
8177 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 Avoid the obsolete `assoc' package.
8180 * speedbar.el (speedbar-refresh): Avoid adelete.
8181 (speedbar-file-lists): Simplify and avoid aput.
8182 * man.el (Man--sections, Man--refpages): New vars, replacing
8183 Man-sections-alist and Man-refpages-alist.
8184 (Man-build-section-alist, Man-build-references-alist):
8185 Use them; avoid aput.
8186 (Man--last-section, Man--last-refpage): New vars.
8187 (Man-follow-manual-reference): Use them.
8188 Use the `default' arg of completing-read.
8189 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8190
8191 2012-04-27 Chong Yidong <cyd@gnu.org>
8192
8193 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8194
8195 * startup.el (x-apply-session-resources): New function.
8196
8197 * term/ns-win.el (ns-initialize-window-system):
8198 * term/w32-win.el (w32-initialize-window-system):
8199 * term/x-win.el (x-initialize-window-system): Use it to properly
8200 set menu-bar-mode and other vars from X resources, even if the
8201 initial frame is not a window-system frame (Bug#2299).
8202
8203 * subr.el (read-key): Avoid running filter function when setting
8204 up temporary tool bar entries (Bug#9922).
8205
8206 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8207
8208 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8209 (Bug#11344)
8210
8211 2012-04-27 Chong Yidong <cyd@gnu.org>
8212
8213 * select.el (xselect--encode-string): New function, split from
8214 xselect-convert-to-string.
8215 (xselect-convert-to-string): Use it.
8216 (xselect-convert-to-filename, xselect-convert-to-os)
8217 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8218 returned strings are properly encoded (Bug#11315).
8219
8220 2012-04-27 Chong Yidong <cyd@gnu.org>
8221
8222 * simple.el (delete-active-region): Move to killing custom group.
8223
8224 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8225
8226 * progmodes/which-func.el (which-func-current): Quote %
8227 characters for mode-line processing.
8228
8229 2012-04-27 Chong Yidong <cyd@gnu.org>
8230
8231 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8232 reaching eob (Bug#11286).
8233
8234 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8235
8236 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8237 (gdb): Make it buffer-local and init to zero.
8238 (gdb-control-commands-regexp): New variable.
8239 (gdb-send): Don't wrap in "-interpreter-exec console" if
8240 gdb-control-level is positive. Increment gdb-control-level
8241 whenever the command matches gdb-control-commands-regexp, and
8242 decrement it each time the command is "end". (Bug#11279)
8243
8244 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8245
8246 * window.el (adjust-window-trailing-edge, enlarge-window)
8247 (shrink-window, window-resize):
8248 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8249 windows (Bug#11276).
8250
8251 2012-04-27 Chong Yidong <cyd@gnu.org>
8252
8253 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8254 fix "missing prefix" warning. All callers changed.
8255
8256 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * emacs-lisp/assoc.el: Move to obsolete/.
8259
8260 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8263
8264 * term/ns-win.el (ns-define-service):
8265 * progmodes/pascal.el (pascal-goto-defun):
8266 * progmodes/js.el (js--read-tab):
8267 * progmodes/etags.el (tags-lazy-completion-table):
8268 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8269 * emacs-lisp/ewoc.el (ewoc--wrap):
8270 * emacs-lisp/assoc.el (aput, adelete, amake):
8271 * doc-view.el (doc-view-convert-current-doc):
8272 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8273
8274 2012-04-26 Chong Yidong <cyd@gnu.org>
8275
8276 * image.el (image-type-from-buffer): Only return supported image
8277 type (Bug#9045).
8278
8279 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8280 value, for symmetry with diff-end-of-hunk.
8281 (diff-split-hunk, diff-find-source-location)
8282 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8283 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8284 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8285 compute the relevant hunk or file properly (Bug#6005).
8286 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8287
8288 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * vc/vc-mtn.el:
8291 * vc/vc-hg.el:
8292 * vc/vc-git.el:
8293 * vc/vc-dir.el:
8294 * vc/vc-cvs.el:
8295 * vc/vc-bzr.el:
8296 * vc/vc-arch.el:
8297 * vc/vc.el: Replace lexical-let by lexical-binding.
8298 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8299 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8300 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8301
8302 2012-04-26 Chong Yidong <cyd@gnu.org>
8303
8304 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8305 (diff-mode-shared-map): Bind it to / and [remap undo].
8306
8307 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8308 (ediff-window-setup-function): Use it as the default, to set up
8309 windows based on whether the current frame is graphical (Bug#2138).
8310 (ediff-choose-window-setup-function-automatically): Make obsolete.
8311
8312 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8313
8314 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * ffap.el: Remove old code for obsolete package.
8317 (ffap-complete-as-file-p): Remove.
8318
8319 Use completion-table-with-quoting for comint and pcomplete.
8320 * comint.el (comint--unquote&requote-argument)
8321 (comint--unquote-argument, comint--requote-argument): New functions.
8322 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8323 (comint-quote-filename): Use regexp-opt-charset.
8324 (comint--common-suffix, comint--common-quoted-suffix)
8325 (comint--table-subvert): Remove.
8326 (comint-unquote-function, comint-requote-function): New vars.
8327 (comint--complete-file-name-data): Use them with
8328 completion-table-with-quoting.
8329 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8330 * pcomplete.el (pcomplete-arg-quote-list)
8331 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8332 (pcomplete-unquote-argument-function): Default to non-nil.
8333 (pcomplete-unquote-argument): Simplify.
8334 (pcomplete--common-quoted-suffix): Remove.
8335 (pcomplete-requote-argument-function): New var.
8336 (pcomplete--common-suffix): New function.
8337 (pcomplete-completions-at-point): Use completion-table-with-quoting
8338 and completion-table-subvert.
8339
8340 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8341 (minibuffer--double-dollars): Preserve properties.
8342 (completion--sifn-requote): New function.
8343 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8344
8345 * minibuffer.el: Add support for completion of quoted/escaped data.
8346 (completion-table-with-quoting, completion-table-subvert): New funs.
8347 (completion--twq-try, completion--twq-all): New functions.
8348 (completion--nth-completion): New function.
8349 (completion-try-completion, completion-all-completions): Use it.
8350
8351 2012-04-25 Leo Liu <sdl.web@gmail.com>
8352
8353 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8354 Use compilation-message if available to find real filename.
8355
8356 2012-04-25 Chong Yidong <cyd@gnu.org>
8357
8358 * vc/diff-mode.el (diff-setup-whitespace): New function.
8359 (diff-mode): Use it.
8360
8361 * vc/diff.el (diff-sentinel):
8362 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8363 Whitespace mode variables based on diff style (Bug#8612).
8364
8365 2012-04-25 Leo Liu <sdl.web@gmail.com>
8366
8367 * progmodes/python.el (python-send-region): Add suffix .py to the
8368 temp file.
8369
8370 * files.el (auto-mode-alist): Use javascript-mode instead.
8371
8372 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8373
8374 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8375
8376 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8377 (soap-resolve-references-for-array-type): Hack to prevent self
8378 references, see Bug#9.
8379 (soap-parse-envelope): Report the contents of the 'detail' node
8380 when receiving a fault reply.
8381 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8382
8383 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8384 (soap-inspect-simple-type): New function.
8385
8386 * net/soap-client.el (soap-simple-type): New struct.
8387 (soap-default-xsd-types, soap-default-soapenc-types)
8388 (soap-decode-basic-type, soap-encode-basic-type):
8389 support unsignedInt and double basic types.
8390 (soap-resolve-references-for-simple-type)
8391 (soap-parse-simple-type, soap-encode-simple-type): New function.
8392 (soap-parse-schema): Parse xsd:simpleType declarations.
8393
8394 * net/soap-client.el (soap-default-xsd-types)
8395 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8396 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8397 the local name of "soapenc:Array".
8398 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8399 decoding integer, byte and anyURI xsd types.
8400
8401 2012-04-25 Chong Yidong <cyd@gnu.org>
8402
8403 * cus-edit.el (custom-buffer-create-internal): Update header text.
8404
8405 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8406
8407 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8408 settings on 'system-type', not on 'window-system'. On MS-Windows,
8409 set interactive-mode on in GDB.
8410
8411 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8414 (ruby-syntax-propertize-regexp): Remove.
8415 (ruby-syntax-propertize-function): Split regexp into chunks.
8416 Match following code directly.
8417
8418 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8419
8420 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8421 (ruby-syntax-propertize-regexp): New function.
8422 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8423 by a special keyword.
8424
8425 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8426 (ruby-syntax-general-delimiters-goto-beg)
8427 (ruby-syntax-propertize-general-delimiters): New functions.
8428 (ruby-syntax-propertize-function): Use them to handle GDL.
8429 (ruby-font-lock-keywords): Move old handling of GDL...
8430 (ruby-font-lock-syntactic-keywords): .. to here.
8431 (ruby-calculate-indent): Adjust indentation for GDL.
8432
8433 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8434
8435 * notifications.el (top): Remove unneeded declarations.
8436 (notifications-specification-version): Change to "1.2".
8437 (notifications-interface, notifications-notify-method)
8438 (notifications-close-notification-method): Fix docstring.
8439 (notifications-get-capabilities-method): New defconst.
8440 (notifications-notify): Add :action-items, :resident and
8441 :transient hints. Change "image_data" to "image-data" and
8442 "image_path" to "image-path".
8443 (notifications-get-capabilities): New defun.
8444
8445 2012-04-24 Leo Liu <sdl.web@gmail.com>
8446
8447 * progmodes/python.el: Move hideshow setup to the end.
8448
8449 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8450
8451 * window.el (handle-select-window): Clear echo area since this is
8452 no more done by read_char (Bug#11304).
8453
8454 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8457 and `/ M' to filter-derived-mode.
8458 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8459 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8460 (ibuffer-mark-by-mode): Use default rather than initial-input.
8461 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8462
8463 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8464
8465 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8466 (ibuffer-filter-by-derived-mode): New filter.
8467 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8468
8469 2012-04-23 Andreas Politz <politza@fh-trier.de>
8470
8471 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8472
8473 2012-04-23 Chong Yidong <cyd@gnu.org>
8474
8475 * cus-edit.el (customize-apropos, customize-apropos-options):
8476 Disable matching of non-option variables (Bug#11176).
8477 (customize-option, customize-option-other-window)
8478 (customize-changed-options): Doc fix.
8479 (customize-apropos-options, customize-apropos-faces)
8480 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8481
8482 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8483 Fix word list splitting (Bug#11132).
8484 (apropos-symbol, apropos-keybinding, apropos-label)
8485 (apropos-property, apropos-function-button)
8486 (apropos-variable-button, apropos-misc-button): New faces.
8487 (apropos-symbol-face, apropos-keybinding-face)
8488 (apropos-label-face, apropos-property-face, apropos-match-face):
8489 Variables removed (Bug#8396).
8490 (apropos-library-button, apropos-format-plist, apropos-print)
8491 (apropos-print-doc, apropos-describe-plist): Callers changed.
8492
8493 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8494
8495 * net/xesam.el (xesam-mode-map): Use let-bound map in
8496 initialization. (Bug#11292)
8497
8498 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8499
8500 Preserve ispell session localwords when switching back to
8501 original buffer.
8502
8503 * textmodes/ispell.el (ispell-buffer-session-localwords):
8504 New buffer-local variable to hold buffer session localwords.
8505 (ispell-kill-ispell): Add option 'clear to delete session
8506 localwords.
8507 (ispell-command-loop, ispell-change-dictionary)
8508 (ispell-buffer-local-words): Preserve session localwords when
8509 needed.
8510
8511 * textmodes/flyspell.el (flyspell-process-localwords)
8512 (flyspell-do-correct): Preserve session localwords when needed.
8513
8514 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8515
8516 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8517 using obsolete `translation-table-for-input'.
8518 (ispell-word, ispell-process-line, ispell-complete-word):
8519 Use plain `insert' instead of removed `ispell-insert-word'.
8520
8521 2012-04-22 Chong Yidong <cyd@gnu.org>
8522
8523 * cus-edit.el (custom-variable-menu)
8524 (custom-variable-reset-saved, custom-face-menu)
8525 (custom-face-reset-saved): If there is no saved value, make the
8526 "reset-saved" operation bring back the default (Bug#9509).
8527 (custom-face-state): Properly detect themed faces.
8528
8529 * faces.el (face-spec-set): Stop supporting deprecated form of
8530 third arg.
8531
8532 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8533
8534 Move functions from C to Lisp. Make non-blocking method calls
8535 the default. Implement further D-Bus standard interfaces.
8536
8537 * net/dbus.el (dbus-message-internal): Declare function.
8538 Remove unneeded function declarations.
8539 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8540 (dbus-message-type-method-return, dbus-message-type-error)
8541 (dbus-message-type-signal): Declare variables. Remove local
8542 definitions.
8543 (dbus-interface-dbus, dbus-interface-peer)
8544 (dbus-interface-introspectable, dbus-interface-properties)
8545 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8546 Adapt docstring.
8547 (dbus-interface-objectmanager): New defconst.
8548 (dbus-call-method, dbus-call-method-asynchronously)
8549 (dbus-send-signal, dbus-method-return-internal)
8550 (dbus-method-error-internal, dbus-register-service)
8551 (dbus-register-signal, dbus-register-method): New defuns, moved
8552 from dbusbind.c
8553 (dbus-call-method-handler, dbus-setenv)
8554 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8555 New defuns.
8556 (dbus-call-method-non-blocking): Make it an obsolete function.
8557 (dbus-unregister-object, dbus-unregister-service)
8558 (dbus-handle-event, dbus-register-property)
8559 (dbus-property-handler): Obey the new structure of
8560 `bus-registered-objects'.
8561 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8562 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8563 Use `dbus-call-method'.
8564
8565 2012-04-22 Chong Yidong <cyd@gnu.org>
8566
8567 * cus-edit.el (custom-commands, custom-reset-menu)
8568 (Custom-reset-standard): Tweak labels.
8569 (custom-reset-button-menu): Change default to t.
8570 (custom-buffer-create-internal): For the custom-reset-button-menu
8571 case, put the revert button first.
8572 (custom-group-subtitle): New face.
8573 (custom-group-value-create): Align docstring to a specific column.
8574
8575 * wid-edit.el (widget-documentation-link-add): Don't handle
8576 indentation in this function.
8577 (widget-documentation-string-indent-to): New function.
8578 (widget-documentation-string-value-create): Use it.
8579
8580 * autorevert.el (auto-revert):
8581 * epg-config.el (epg):
8582 * ibuffer.el (ibuffer):
8583 * mpc.el (mpc):
8584 * ses.el (ses):
8585 * eshell/eshell.el (eshell):
8586 * net/ange-ftp.el (ange-ftp):
8587 * progmodes/ebnf2ps.el (postscript):
8588 * progmodes/flymake.el (flymake):
8589 * progmodes/prolog.el (prolog):
8590 * progmodes/verilog-mode.el (verilog-mode):
8591 * progmodes/which-func.el (which-func):
8592 * term/xterm.el (xterm):
8593 * textmodes/picture.el (picture):
8594 * textmodes/tildify.el (tildify):
8595 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8596 customization buffers.
8597
8598 2012-04-22 Alan Mackenzie <acm@muc.de>
8599
8600 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8601 Adding a ) can hide the resulting (..) from searches. Fix it.
8602 Bound the backward search to the position of the existing (.
8603
8604 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * progmodes/verilog-mode.el (verilog-mode): Check whether
8607 which-func-modes is t before adding verilog-mode.
8608 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8609
8610 2012-04-21 Leo Liu <sdl.web@gmail.com>
8611
8612 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8613
8614 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8615
8616 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8617 filling of the last column of a table (Bug#5635).
8618 (woman-find-next-control-line): New arg, specifying an additional
8619 regexp component for the control line.
8620 (woman2-roff-buffer): Use it.
8621 (woman-break-table): New function.
8622 (woman2-TS): Use it.
8623
8624 2012-04-21 Chong Yidong <cyd@gnu.org>
8625
8626 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8627 (woman-horizontal-escapes, woman-negative-vertical-space)
8628 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8629 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8630
8631 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * minibuffer.el (completion-file-name-table): Complete user names.
8634
8635 2012-04-20 Leo Liu <sdl.web@gmail.com>
8636
8637 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8638 and pcase-let*.
8639
8640 2012-04-20 Chong Yidong <cyd@gnu.org>
8641
8642 * server.el (server-execute): Respect initial-buffer-choice if it
8643 is a string and there are no files to open (Bug#2825).
8644 (server-create-window-system-frame, server-create-tty-frame):
8645 Don't switch buffers here.
8646 (server-process-filter): Only try to open a window system frame if
8647 compiled with graphical support (Bug#8314).
8648
8649 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8650
8651 * battery.el (battery-echo-area-format): Display remaining time
8652 for sysfs backend too (Bug#11269).
8653 (battery-linux-sysfs): Fix conditional for the charge.
8654
8655 2012-04-20 Chong Yidong <cyd@gnu.org>
8656
8657 * progmodes/gdb-mi.el (gdb): Revert previous change.
8658 (gdb-inferior-io--init-proc): New function.
8659 (gdb-init-1): Use it.
8660 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8661 responsible for allocating a new pty and hooking it to gdb when
8662 the old pty gets an EIO due to process exit.
8663 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8664 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8665 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8666
8667 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8668
8669 * window.el (window-min-size, window-sizable, window-min-delta)
8670 (window-max-delta, window--resizable, window-resizable)
8671 (window-total-size, window-full-height-p, window-full-width-p)
8672 (window-in-direction, window--resize-mini-window, window-resize)
8673 (window--resize-child-windows-normal)
8674 (window--resize-child-windows, window--resize-siblings)
8675 (window--resize-this-window, adjust-window-trailing-edge)
8676 (enlarge-window, shrink-window): Doc fixes.
8677
8678 2012-04-20 Chong Yidong <cyd@gnu.org>
8679
8680 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8681 New function to call delete-process on the gdb-inferior buffer's pty.
8682 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8683 pty process (Bug#11273).
8684 (gdb-update): New arg to suppress talking to the gdb process.
8685 (gdb-done-or-error): Use it.
8686 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8687 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8688 sentinel not being called.
8689
8690 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8691
8692 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8693
8694 2012-04-20 Glenn Morris <rgm@gnu.org>
8695
8696 * net/network-stream.el (open-network-stream): Doc fix.
8697
8698 2012-04-20 Chong Yidong <cyd@gnu.org>
8699
8700 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8701
8702 2012-04-20 Alan Mackenzie <acm@muc.de>
8703
8704 Ensure searching for keywords is case sensitive.
8705
8706 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8707 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8708 (c-defun-name, c-mark-function, c-cpp-define-name)
8709 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8710 (c-context-line-break): Bind case-fold-search to nil.
8711
8712 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8713 Bind case-fold-search to nil.
8714
8715 2012-04-20 Chong Yidong <cyd@gnu.org>
8716
8717 * mail/sendmail.el (mail-bury): Call return action with the right
8718 Rmail buffer (Bug#11242).
8719
8720 * server.el (server-process-filter): Handle corner case where both
8721 tty and nowait options are present (Bug#11102).
8722
8723 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8724
8725 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8726 (top level): Put into the executable the ident-style '$Id:' tag on
8727 windows-nt as well.
8728
8729 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * electric.el (electric-indent-post-self-insert-function): Check that
8732 electric-indent-mode is enabled in current buffer.
8733
8734 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8735
8736 * imenu.el (imenu-progress-message): Restore; it is "used" in
8737 erc/erc-imenu.el and net/snmp-mode.el.
8738
8739 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8740
8741 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8742 (mouse-avoidance-nudge-mouse): Remove unused binding.
8743
8744 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8745
8746 * descr-text.el (describe-char):
8747 * progmodes/python.el (python-describe-symbol):
8748 Don't call `toggle-read-only', set `buffer-read-only'.
8749
8750 * imenu.el (imenu-default-goto-function): Mark unused args.
8751 (imenu-progress-message): Remove obsolete macro; all callers changed.
8752
8753 * subr.el (keymap-canonicalize): Remove unused binding.
8754 (read-passwd): Mark unused arg.
8755
8756 * tutorial.el (tutorial--display-changes): Remove unused binding.
8757 (tutorial--save-tutorial-to): Remove unused variable.
8758
8759 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8760 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8761 (package-generate-autoloads, package-menu--generate)
8762 (package-menu--find-upgrades): Remove unused bindings.
8763
8764 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8765 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8766 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8767 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8768 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8769 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8770 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8771 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8772 (cua-delete-char-rectangle): Mark unused args.
8773 (cua-align-rectangle): Remove unused binding.
8774
8775 * mail/rmail.el (compilation--message->loc)
8776 (epa--find-coding-system-for-mime-charset): Declare.
8777
8778 * net/dbus.el (dbus-register-service): Declare.
8779 (dbus-name-owner-changed-handler): Remove unused binding.
8780
8781 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8782 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8783 (nxml-scan-backward-within): Mark unused arg.
8784 (nxml-dynamic-markup-word): Remove unused binding.
8785
8786 * mouse.el (mouse-menu-major-mode-map):
8787 * emacs-lisp/authors.el (authors-scan-change-log)
8788 (authors-add-to-author-list):
8789 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8790 * emacs-lisp/smie.el (smie-auto-fill):
8791 * mail/sendmail.el (mail-bury):
8792 * mail/unrmail.el (unrmail):
8793 * net/tls.el (open-tls-stream):
8794 * textmodes/picture.el (picture-mouse-set-point):
8795 Remove unused bindings.
8796
8797 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8798
8799 * net/tramp.el (tramp-action-password): Let-bind
8800 `enable-recursive-minibuffers' to t.
8801
8802 2012-04-18 Sam Steingold <sds@gnu.org>
8803
8804 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8805 instead of 'string to accommodate values like [f11].
8806 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8807 * progmodes/gdb-mi.el: Likewise.
8808
8809 2012-04-18 Leo Liu <sdl.web@gmail.com>
8810
8811 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8812 current buffer.
8813 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8814 LOCAL is nil.
8815
8816 2012-04-18 Chong Yidong <cyd@gnu.org>
8817
8818 * simple.el (line-move): Use forward-line if in batch mode
8819 (Bug#11053).
8820
8821 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8822
8823 * files.el (after-find-file): Do not try to add a final newline if
8824 the buffer is read-only (Bug#11156).
8825
8826 2012-04-17 Richard Stallman <rms@gnu.org>
8827
8828 * mail/rmail.el (rmail-start-mail):
8829 Pass (rmail-mail-return...) for the return-action.
8830 Pass (rmail-yank-current-message...) for the yank-action.
8831 (rmail-yank-current-message): New function.
8832 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8833 (rmail-reply): Likewise.
8834 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8835
8836 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8837 buffer, not the last. Reject temp buffers. Use the rmail-mode
8838 buffer, not newbuf.
8839
8840 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8841
8842 * server.el (server-ensure-safe-dir): Simplify.
8843
8844 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * emacs-lisp/smie.el: Provide smarter auto-filling.
8847 (smie-auto-fill): New function.
8848 (smie-setup): Use it.
8849
8850 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8851
8852 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8853
8854 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8855 (comment-indent): Use it.
8856
8857 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8858
8859 * ses.el: The overall change is to add cell renaming, that is
8860 setting fancy names for cell symbols other than name matching
8861 "\\`[A-Z]+[0-9]+\\'" regexp .
8862 (ses-localvars): Add ses--renamed-cell-symb-list.
8863 (ses-create-cell-variable): New defun.
8864 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8865 (ses-relocate-formula): Relocate formulas only for cells the
8866 symbols of which are not renamed, i.e. symbols whose names do not
8867 match regexp "\\`[A-Z]+[0-9]+\\'".
8868 (ses-relocate-all): Relocate values only for cells the symbols of
8869 which are not renamed.
8870 (ses-load): Create cells variables as the (ses-cell ...) are read,
8871 in order to check row col consistency with cell symbol name only
8872 for cells that are not renamed.
8873 (ses-replace-name-in-formula): New defun.
8874 (ses-rename-cell): New defun.
8875
8876 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8877
8878 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8879 New option (bug#11118).
8880 (perl-calculate-indent): Respect it.
8881
8882 2012-04-17 Glenn Morris <rgm@gnu.org>
8883
8884 * dired-aux.el (dired-mark-read-string): Doc fix.
8885
8886 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8887
8888 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8889 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8890
8891 2012-04-17 Glenn Morris <rgm@gnu.org>
8892
8893 * mouse.el (mouse-drag-track):
8894 * speedbar.el (speedbar-frame-mode):
8895 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8896
8897 2012-04-16 Leo Liu <sdl.web@gmail.com>
8898
8899 * progmodes/python.el: Trivial cleanup.
8900
8901 2012-04-16 Glenn Morris <rgm@gnu.org>
8902
8903 * vc/vc.el (vc-string-prefix-p):
8904 * vc/pcvs-util.el (cvs-string-prefix-p):
8905 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8906 * mpc.el (mpc-string-prefix-p):
8907 Make all of these into obsolete aliases for string-prefix-p.
8908 Update callers.
8909 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8910
8911 * textmodes/two-column.el: Move custom options to the start.
8912 (frame-width): Remove compat definition.
8913 (2C-associate-buffer, 2C-dissociate):
8914 Use with-current-buffer rather than save-excursion.
8915 (2C-dissociate): Force a mode-line update.
8916 (2C-autoscroll): Use ignore-errors.
8917
8918 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8919 Autoload trivia.
8920
8921 * emacs-lisp/cl-extra.el (*random-state*):
8922 Remove unnecessary declaration.
8923
8924 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8925
8926 * play/cookie1.el (cookie-snarf):
8927 Give an explicit error if input file cannot be read.
8928
8929 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8930
8931 * progmodes/perl-mode.el (c-macro-expand):
8932 Remove unnecessary autoload (it is in loaddefs.el).
8933
8934 * textmodes/picture.el (picture-desired-column)
8935 (picture-update-desired-column): Convert comments to doc-strings.
8936 (picture-substitute): Remove function.
8937 (picture-mode-map): Initialize in the defvar.
8938
8939 * woman.el: Remove eval-after-load for tar-mode.
8940 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8941 (woman-tar-extract-file): Autoload it.
8942
8943 * frame.el (automatic-hscrolling): Make this alias obsolete.
8944
8945 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8946
8947 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8948 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8949 (ispell-dictionary-base-alist): Revert to original XEmacs
8950 friendly version for default. [:alpha:] will be added in
8951 `ispell-set-spellchecker-params' if needed.
8952
8953 2012-04-16 Chong Yidong <cyd@gnu.org>
8954
8955 * image.el (imagemagick--file-regexp): New variable.
8956 (imagemagick-register-types): Use it.
8957 (imagemagick-types-inhibit): Add :set function. Allow new value
8958 of t to inhibit all types.
8959
8960 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8961 so we can preload it.
8962
8963 * loadup.el (fboundp): Preload regexp-opt, needed by
8964 imagemagick-register-types.
8965
8966 2012-04-15 Chong Yidong <cyd@gnu.org>
8967
8968 * frame.el (scrolling): Remove nearly unused customization group.
8969
8970 * scroll-all.el (scroll-all-mode): Move to windows group.
8971
8972 2012-04-15 Chong Yidong <cyd@gnu.org>
8973
8974 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8975
8976 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8979 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8980
8981 2012-04-15 Glenn Morris <rgm@gnu.org>
8982
8983 * simple.el (process-file-side-effects): Doc fix.
8984
8985 2012-04-15 Glenn Morris <rgm@gnu.org>
8986
8987 * international/mule-cmds.el (set-language-environment): Doc fix.
8988
8989 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * server.el (server-auth-key, server-generate-key): Doc fixes.
8992 (server-get-auth-key): Doc fix. Use `string-match-p'.
8993 (server-start): Reflow docstring.
8994
8995 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8996
8997 * server.el (server-generate-key): `called-interactively-p'
8998 requires a parameter.
8999
9000 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9001
9002 * server.el (server-auth-key): New variable.
9003 (server-generate-key, server-get-auth-key): New function.
9004 (server-start): Use the new variable and functions to allow
9005 setting a permanent server key (bug#9423).
9006
9007 2012-04-14 Leo Liu <sdl.web@gmail.com>
9008
9009 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9010
9011 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9012
9013 Spelling fixes.
9014 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9015 Emacs uses American spelling.
9016
9017 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9020 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9021 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9022 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9023
9024 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * progmodes/which-func.el (which-func-modes): Change default.
9027
9028 2012-04-14 Kim F. Storm <storm@cua.dk>
9029
9030 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9031 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9032
9033 2012-04-14 Chong Yidong <cyd@gnu.org>
9034
9035 * custom.el (custom-theme-set-variables): Doc fix.
9036
9037 2012-04-14 Glenn Morris <rgm@gnu.org>
9038
9039 * international/mule.el (set-auto-coding-for-load): Doc fix.
9040
9041 2012-04-14 Alan Mackenzie <acm@muc.de>
9042
9043 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9044 imenu work again for Objective C Mode. Correct the *-index values,
9045 these having been disturbed by a previous change in 2011-08.
9046
9047 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9048 Correct two search limits.
9049
9050 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9053
9054 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9055
9056 * international/characters.el: Fix sorting.
9057
9058 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9059
9060 * international/characters.el: Add more missing Latin case pairs.
9061
9062 2012-04-14 Glenn Morris <rgm@gnu.org>
9063
9064 * files.el (dir-locals-set-class-variables): Doc fix.
9065
9066 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9067
9068 * international/characters.el: Add set-case-syntax-pair call for
9069 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9070 counterpart. (Bug#11209)
9071
9072 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9073
9074 2012-04-14 Glenn Morris <rgm@gnu.org>
9075
9076 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9077
9078 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9079
9080 * textmodes/ispell.el (ispell-dictionary-base-alist):
9081 Add data for Hebrew.
9082
9083 2012-04-14 Chong Yidong <cyd@gnu.org>
9084
9085 * net/rcirc.el (rcirc-cmd-quit):
9086 Revert 2012-03-18 change (Bug#11192).
9087
9088 2012-04-14 Glenn Morris <rgm@gnu.org>
9089
9090 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9091
9092 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9093
9094 * minibuffer.el (completion-in-region-mode-map):
9095 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9096
9097 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9098
9099 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9100
9101 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9102
9103 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9104 to allow `C-M-f' and `C-M-b' to move to the nearest path
9105 separator (bug#9511).
9106
9107 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9108
9109 * avoid.el: Require cl when compiling. And also move the
9110 `provide' to the end.
9111
9112 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9113
9114 * avoid.el (mouse-avoidance-banish-position): New variable.
9115 (mouse-avoidance-banish-destination): Use it (bug#10165).
9116
9117 2012-04-13 Leo Liu <sdl.web@gmail.com>
9118
9119 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9120
9121 2012-04-13 Ken Brown <kbrown@cornell.edu>
9122
9123 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9124 this is no longer needed now that cygstart understands file:// URLs.
9125 (browse-url-filename-alist): For the same reason, don't modify
9126 file:// URLs on Cygwin.
9127
9128 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9131 the region on shift if the binding is already shifted (bug#11221).
9132
9133 2012-04-12 Glenn Morris <rgm@gnu.org>
9134
9135 * mail/mailpost.el: Move to obsolete/.
9136
9137 2012-04-12 Drew Adams <drew.adams@oracle.com>
9138
9139 * imenu.el (imenu--generic-function): Ignore invisible definitions
9140 (bug#10123).
9141
9142 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9143
9144 * hexl.el (hexl-bits): New variable.
9145 (hexl-options): Mention the variable in the doc string.
9146 (hexl-rulerise, hexl-line-displen): New functions.
9147 (hexl-mode): Mention the new variable.
9148 (hexl-mode, hexl-current-address, hexl-current-address):
9149 Use the displen.
9150 (hexl-ascii-start-column): New function.
9151 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9152 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9153
9154 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9155
9156 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9157 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9158 the encoding, as expected by hunspell.
9159
9160 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * battery.el (battery--linux-sysfs-regexp): New const.
9163 (battery-status-function): Use it. Remove yeeloong special case.
9164 (battery-yeeloong-sysfs): Remove.
9165 (battery-echo-area-format): Remove yeeloong special case.
9166
9167 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9170 Reported by Noah Friedman.
9171
9172 * subr.el (read-passwd): Use read-string.
9173
9174 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9175
9176 * vcursor.el (vcursor-move): Increase the priority of the overlay
9177 (bug#9663).
9178
9179 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9180
9181 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9182 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9183
9184 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9185
9186 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9187 define-minor-mode (bug#10760).
9188
9189 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9190
9191 * progmodes/grep.el (rgrep): Tweak the find command line so
9192 that directories matching `grep-find-ignored-files' won't be
9193 pruned (bug#10351).
9194
9195 2012-04-11 Chong Yidong <cyd@gnu.org>
9196
9197 * startup.el (command-line): Remove support for long-obsolete
9198 variable font-lock-face-attributes.
9199
9200 2012-04-11 Glenn Morris <rgm@gnu.org>
9201
9202 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9203
9204 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * window.el (window--state-get-1): Obey window-point-insertion-type.
9207
9208 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9209
9210 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9211 to previous function when point is on the first character of a
9212 function. Take care of that in `narrow-to-defun' (bug#6157).
9213
9214 2012-04-11 Glenn Morris <rgm@gnu.org>
9215
9216 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9217 not just file-errors.
9218
9219 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9220 (vc-bzr-sha1): Use internal sha1.
9221
9222 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9225
9226 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9227
9228 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9229 that start in the middle of the line (bug#10496).
9230
9231 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9232
9233 * battery.el (battery-linux-proc-acpi): Only one battery is
9234 discharged at a time, but that seems to confuse battery.el when
9235 computing `rate-type' for the battery not being discharged
9236 (bug#10332).
9237
9238 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9241
9242 * international/quail.el: Use dolist and simplify.
9243 (quail-define-package, quail-update-keyboard-layout)
9244 (quail-define-rules): Use dolist.
9245 (quail-insert-kbd-layout, quail-get-translation): CSE.
9246
9247 * tmm.el: Use dolist, remove left over hook.
9248 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9249 Use dolist.
9250 (calendar-load-hook): Don't mess with it.
9251
9252 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9253 Use derived-mode-p. Run the diff asynchronously.
9254
9255 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9256
9257 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9258
9259 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9262 (list-dynamic-libraries--loaded): New function.
9263 (list-dynamic-libraries--refresh): Use it.
9264
9265 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9266
9267 * progmodes/python.el (python-fill-paragraph):
9268 Make python-fill-region in a multiline string work when font-lock is
9269 disabled (bug#7018).
9270
9271 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9272
9273 * language/european.el (cp775): Add oem/legacy (en)coding on
9274 DOS/MS Windows for the Baltic languages. There are still plenty
9275 of texts written in this encoding/codepage (bug#6519).
9276
9277 2012-04-10 Glenn Morris <rgm@gnu.org>
9278
9279 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9280 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9281
9282 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9283
9284 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9285 next-line "n" and previous-line "p" in order to make recentf more
9286 consistent with ibuffer, dired or org-mode (bug#9387).
9287
9288 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9289
9290 * image.el (put-image): Return the overlay created instead of the
9291 optional input string (bug#7834). Note that this may break code
9292 that is (for some reason or other) depending on `put-image'
9293 returning the string.
9294
9295 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9296
9297 * simple.el (zap-to-char): Allow zapping using input methods
9298 (bug#1580).
9299
9300 * textmodes/fill.el (fill-region): Leave point and mark where they
9301 were before filling (bug#5399).
9302
9303 2012-04-09 Glenn Morris <rgm@gnu.org>
9304
9305 * version.el (emacs-bzr-get-version):
9306 Handle lightweight checkouts of local branches.
9307
9308 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9309
9310 * international/characters.el: Recover lost case pairs. (Bug#11209)
9311
9312 2012-04-09 Chong Yidong <cyd@gnu.org>
9313
9314 * custom.el (custom-variable-p): Return nil for non-symbol
9315 arguments instead of signaling an error.
9316 (user-variable-p): Obsolete alias for custom-variable-p.
9317
9318 * apropos.el (apropos-variable):
9319 * files-x.el (read-file-local-variable):
9320 * simple.el (set-variable):
9321 * woman.el (woman-mini-help):
9322 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9323
9324 2012-04-09 Glenn Morris <rgm@gnu.org>
9325
9326 * startup.el (normal-top-level): Don't look for leim-list.el
9327 in places where it will not be found. (Bug#910)
9328
9329 * international/mule-cmds.el (set-default-coding-systems):
9330 * files.el (normal-mode):
9331 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9332 This function was removed with ucs-tables.el in 2008.
9333
9334 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9335
9336 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9337 ispell-encoding8-command to "-i", without a trailing space.
9338 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9339 separate command-line arguments, to specify the encoding, since
9340 that's how hunspell expects it.
9341
9342 2012-04-08 Glenn Morris <rgm@gnu.org>
9343
9344 * loadup.el: Load bindings before cus-start.
9345 This reduces somewhat the number of "rogue" settings in emacs -Q.
9346
9347 2012-04-07 Glenn Morris <rgm@gnu.org>
9348
9349 * version.el (emacs-bzr-get-version): New function.
9350 (emacs-bzr-version): New variable.
9351 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9352 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9353
9354 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9355
9356 * international/uni-bidi.el, international/uni-category.el:
9357 * international/uni-combining.el, international/uni-decimal.el:
9358 * international/uni-decomposition.el, international/uni-digit.el:
9359 * international/uni-lowercase.el, international/uni-mirrored.el:
9360 * international/uni-name.el, international/uni-numeric.el:
9361 * international/uni-titlecase.el, international/uni-uppercase.el:
9362 Update for Unicode 6.1.
9363
9364 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9365
9366 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9367
9368 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9369
9370 * window.el (shrink-window): Mention the `window-min-height'
9371 variable in the doc string.
9372
9373 2012-04-05 Bastien Guerry <bzg@altern.org>
9374
9375 * color.el (color-lighten-name): Fix typo.
9376
9377 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * server.el (server--on-display-p): New function.
9380 (server--on-display-p): Use it.
9381
9382 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9383
9384 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9385 (bug#11145).
9386
9387 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * comint.el (comint--common-quoted-suffix): Check string boundary
9390 before comparing (bug#11158).
9391 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9392
9393 2012-04-04 Chong Yidong <cyd@gnu.org>
9394
9395 * minibuffer.el (completion-extra-properties): Doc fix.
9396
9397 * subr.el (delayed-warnings-hook): Doc fix.
9398
9399 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9400
9401 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9402 selection (Bug#11159).
9403 (epa-insert-keys): Inform that the default public key will be
9404 exported if no key is selected.
9405
9406 2012-04-04 Richard Stallman <rms@gnu.org>
9407
9408 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9409
9410 2012-04-03 Chong Yidong <cyd@gnu.org>
9411
9412 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9413 mail-insert-file, not its obsolete alias mail-attach-file.
9414
9415 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9416
9417 * notifications.el (notifications-notify): Fix docstring.
9418
9419 2012-04-02 Glenn Morris <rgm@gnu.org>
9420
9421 * emacs-lisp/authors.el (authors-aliases): Another addition.
9422
9423 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9424
9425 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9426 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9427 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9428
9429 2012-04-01 Chong Yidong <cyd@gnu.org>
9430
9431 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9432 Handle root directory properly.
9433 (copy-directory): Caller changed.
9434
9435 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9436 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9437
9438 2012-03-31 Glenn Morris <rgm@gnu.org>
9439
9440 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9441
9442 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9443
9444 * calendar/calendar.el (calendar-window-list)
9445 (calendar-hide-window): Restore. (Bug#11140)
9446 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9447
9448 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9449
9450 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9451
9452 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9453 Check if file is a symlink (Bug#10489).
9454
9455 * files.el (copy-directory): Likewise.
9456
9457 2012-03-30 Chong Yidong <cyd@gnu.org>
9458
9459 * image.el (imagemagick-types-inhibit)
9460 (imagemagick-register-types): Doc fix.
9461
9462 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9463
9464 * textmodes/ispell.el (ispell-get-extended-character-mode):
9465 Disable extended-char-mode for hunspell. hunspell does not support it
9466 and treats ~word as ordinary words in pipe mode.
9467
9468 2012-03-30 Glenn Morris <rgm@gnu.org>
9469
9470 * tutorial.el (help-with-tutorial): Ensure local variables don't
9471 happen to make the buffer read-only. (Bug#11127)
9472
9473 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9476 (perl-calculate-indent): Return `noindent' in strings.
9477
9478 2012-03-28 Sam Steingold <sds@gnu.org>
9479
9480 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9481 instead of the broken adhockery which does not prevent calendar
9482 buffers from being displayed at random after exit.
9483 (calendar-window-list, calendar-hide-window): Remove the broken
9484 adhockery.
9485
9486 2012-03-28 Glenn Morris <rgm@gnu.org>
9487
9488 * replace.el (query-replace-map): Doc fix.
9489
9490 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9491
9492 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9493 contents. (Bug#11109)
9494
9495 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9498 (bug#11077).
9499 (avl-tree--check, avl-tree--check-node): New funs.
9500
9501 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9502
9503 * window.el (switch-to-visible-buffer): New option.
9504 (switch-to-prev-buffer, switch-to-next-buffer):
9505 Observe switch-to-visible-buffer. Make sure that checking for a window
9506 showing a buffer already is done on the same frame.
9507
9508 2012-03-27 Glenn Morris <rgm@gnu.org>
9509
9510 * startup.el (mail-host-address): Doc fix.
9511
9512 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9515 than 197 variables.
9516
9517 2012-03-26 Ami Fischman <ami@fischman.org>
9518
9519 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9520
9521 2012-03-26 Glenn Morris <rgm@gnu.org>
9522
9523 * files.el (save-buffers-kill-emacs): Doc fix.
9524
9525 * startup.el (normal-top-level, command-line, command-line-1):
9526 Give them doc strings.
9527
9528 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9529
9530 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9531 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9532
9533 2012-03-25 Chong Yidong <cyd@gnu.org>
9534
9535 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9536 theme if it was previously enabled before (Bug#11031).
9537
9538 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9539 spec with custom-face-get-current-spec if its :shown-value is not
9540 determined yet (Bug#9337).
9541 (customize-create-theme, custom-theme-revert): Doc fixes.
9542
9543 * button.el (button-at): Minor addition to docstring.
9544
9545 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9546
9547 * vc/vc.el (vc-merge): Fix a prompt.
9548
9549 2012-03-24 Chong Yidong <cyd@gnu.org>
9550
9551 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9552 point (Bug#9623).
9553
9554 * button.el (button-at): Minor addition to docstring.
9555
9556 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * newcomment.el (comment-choose-indent): No space after BOL.
9559
9560 2012-03-22 Sam Steingold <sds@gnu.org>
9561
9562 * window.el (switch-to-prev-buffer): Revert last patch because the
9563 bug turned out to be an advertised feature (Elisp manual 28.14).
9564
9565 2012-03-22 Glenn Morris <rgm@gnu.org>
9566
9567 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9568 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9569
9570 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9571
9572 * net/network-stream.el (network-stream-open-starttls): Make error
9573 message under Windows be less misleading.
9574
9575 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9576
9577 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9578 understands (bug#9942).
9579
9580 2012-03-22 Chong Yidong <cyd@gnu.org>
9581
9582 * simple.el (end-of-visible-line): Handle return value of
9583 next-single-property-change properly (Bug#9371).
9584
9585 2012-03-22 Kenichi Handa <handa@m17n.org>
9586
9587 * international/quail.el (quail-insert-kbd-layout): Fix previous
9588 change. To avoid unwanted bidi reordering, use
9589 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9590
9591 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9592
9593 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9594 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9595 (ruby-beginning-of-indent): Be more careful with the difference
9596 between word-boundary and symbol boundary.
9597 (ruby-mode-syntax-table): Make : a symbol constituent.
9598
9599 2012-03-21 Andreas Politz <politza@fh-trier.de>
9600
9601 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9602
9603 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * progmodes/etags.el (tags-completion-at-point-function):
9606 Improve last fix.
9607
9608 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9609
9610 2012-03-21 Sam Steingold <sds@gnu.org>
9611
9612 * progmodes/etags.el (tags-completion-at-point-function):
9613 Avoid the error when point is inside the pattern.
9614
9615 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9616
9617 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9618 line (Bug#10855).
9619
9620 2012-03-21 Drew Adams <drew.adams@oracle.com>
9621
9622 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9623
9624 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9625
9626 * ido.el (ido-set-current-directory, ido-read-internal)
9627 (ido-choose-completion-string, ido-completion-help): Handle nil
9628 value of ido-completion-buffer (Bug#11008).
9629
9630 2012-03-21 Sam Steingold <sds@gnu.org>
9631
9632 * window.el (switch-to-prev-buffer): Do not switch to a visible
9633 window previous buffer, just like with the frame previous buffers.
9634
9635 2012-03-21 Chong Yidong <cyd@gnu.org>
9636
9637 * faces.el (make-face, make-empty-face, copy-face):
9638 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9639 Doc fixes.
9640
9641 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9644 (widget-complete): Remove broken use of it.
9645
9646 2012-03-20 Chong Yidong <cyd@gnu.org>
9647
9648 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9649 Use string-width and truncate-string-width to handle arbitrary
9650 characters.
9651
9652 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9653
9654 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9655 to draw rectangles, not squares. (Regression introduced by revno
9656 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9657
9658 2012-03-18 Chong Yidong <cyd@gnu.org>
9659
9660 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9661 it is not yet defined (for temacs).
9662
9663 2012-03-18 Leo Liu <sdl.web@gmail.com>
9664
9665 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9666 prefix.
9667
9668 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9669
9670 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9671 (ispell-choices-win-default-height, ispell-silently-savep)
9672 (ispell-dictionary-alist, ispell-encoding8-command)
9673 (ispell-check-version, ispell-aspell-find-dictionary)
9674 (ispell-valid-dictionary-list, ispell-words-keyword)
9675 (ispell-get-word, ispell-internal-change-dictionary)
9676 (ispell-region, ispell-skip-region-list)
9677 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9678 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9679 (ispell-message-text-end, ispell-message)
9680 (ispell-buffer-local-parsing): Doc fix.
9681
9682 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9683
9684 * htmlfontify.el: Add support for code block fontification for ODT
9685 export (Bug #9914).
9686 (hfy-optimisations): Define new option
9687 `body-text-only'
9688 (hfy-fontify-buffer): Honor above setting.
9689 (hfy-begin-span, hfy-end-span): New routines factored out form
9690 `hfy-fontify-buffer'.
9691 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9692 that permit insertion of custom tags.
9693 (hfy-fontify-buffer): Use above handlers.
9694 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9695 (hfy-face-to-css): Re-defined to be a variable.
9696 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9697 over multiple runs. This is made possible by having the caller let
9698 bind a special variable `hfy-user-sheet-assoc'.
9699 (htmlfontify-string): New defun.
9700 (hfy-compile-face-map): Make sure that the last char in the
9701 buffer is correctly fontified.
9702 (hfy-face-resolve-face): Whitespace only change.
9703
9704 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9705
9706 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9707 message more clear.
9708
9709 2012-03-16 Leo Liu <sdl.web@gmail.com>
9710
9711 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9712
9713 2012-03-16 Alan Mackenzie <acm@muc.de>
9714
9715 Further optimise the handling of large macros.
9716
9717 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9718 limit to a call of `c-literal-limits'.
9719 (c-determine-+ve-limit): New function.
9720 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9721 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9722 In CASE 5B, restrict a search limit to 500.
9723 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9724
9725 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9726 Restrict macro bounds to +-500 from after-change's BEG END.
9727
9728 2012-03-16 Leo Liu <sdl.web@gmail.com>
9729
9730 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9731
9732 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9733
9734 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9735 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9736
9737 2012-03-16 Glenn Morris <rgm@gnu.org>
9738
9739 * view.el (view-buffer, view-buffer-other-window)
9740 (view-buffer-other-frame): Doc fixes re special mode-class.
9741
9742 * subr.el (eval-after-load): If named feature is provided not from
9743 a file, run after-load forms. (Bug#10946)
9744
9745 * calendar/calendar.el (calendar-insert-at-column):
9746 Handle non-unit-width characters a bit better. (Bug#10978)
9747
9748 2012-03-15 Chong Yidong <cyd@gnu.org>
9749
9750 * emacs-lisp/ring.el (ring-extend): New function.
9751 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9752
9753 * comint.el (comint-read-input-ring)
9754 (comint-add-to-input-history): Grow comint-input-ring lazily.
9755
9756 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9759 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9760
9761 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9762 (imenu-add-to-menubar): Don't add a redundant index.
9763 (imenu-update-menubar): Handle a dynamically composed keymap.
9764
9765 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * mail/sendmail.el (mail-encode-header):
9768 Bind rfc2047-encode-encoded-words to nil.
9769
9770 2012-03-13 Glenn Morris <rgm@gnu.org>
9771
9772 * calendar/calendar.el (calendar-string-spread):
9773 Handle non-unit-width characters a bit better. (Bug#10978)
9774
9775 2012-03-13 Leo Liu <sdl.web@gmail.com>
9776
9777 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9778 directory and file as argument (Bug#10822).
9779
9780 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9781
9782 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9783 For dynamically generated code, follow $PC.
9784 (gdb-disassembly-handler-custom): Handle no function name case.
9785
9786 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9787
9788 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9789 * emulation/ws-mode.el (ws-query-replace):
9790 * sort.el (sort-regexp-fields):
9791 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9792
9793 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * dabbrev.el: Fix cycle completion order (bug#10963).
9796 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9797 (dabbrev-completion): Don't use an obarray; provide
9798 a cycle-sort-function.
9799
9800 2012-03-12 Leo Liu <sdl.web@gmail.com>
9801
9802 * simple.el (kill-new): Use equal-including-properties for comparison.
9803 (kill-do-not-save-duplicates): Doc fix.
9804
9805 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * dabbrev.el: Fix cycle completion (bug#10963).
9808 Use lexical binding and wrap to 80 columns.
9809 (dabbrev-completion): Delay computing the list of completions.
9810
9811 2012-03-12 Kenichi Handa <handa@m17n.org>
9812
9813 * international/quail.el (quail-insert-kbd-layout): Surround each
9814 row by LRO and PDF instead of inserting many LRMs. Pad the left
9815 and right of each non-spacing marks. Insert invisible space
9816 between lower and upper characters to prevent composition.
9817
9818 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * minibuffer.el (minibuffer-complete): Don't get confused when the
9821 function is run twice via different commands (bug#10958).
9822 (complete-with-action): Fix docstring.
9823
9824 2012-03-12 Chong Yidong <cyd@gnu.org>
9825
9826 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9827 (nxml-completion-at-point-function): New function.
9828 (nxml-mode): Use it.
9829 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9830
9831 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9832 Load generated autoloads file before byte compiling (Bug#10970).
9833 (package--make-autoloads-and-compile): New helper fun.
9834
9835 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9836
9837 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9838
9839 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9840
9841 * autorevert.el (auto-revert-handler): Ensure, that
9842 file-readable-p is applied only for local files or in
9843 auto-revert-tail-mode.
9844
9845 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9846
9847 * server.el (server-eval-at): Handle non-tcp connections.
9848 Decode result string.
9849
9850 * server.el (server-msg-size): New constant.
9851 (server-reply-print): New function.
9852 (server-eval-and-print): Use it.
9853 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9854 Handle -print-nonl.
9855
9856 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9857
9858 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9859 (Bug#10987).
9860
9861 2012-03-11 Chong Yidong <cyd@gnu.org>
9862
9863 * simple.el (goto-line): Doc fix (Bug#9938).
9864
9865 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9866
9867 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9868 when finished (Bug#10963).
9869
9870 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9871
9872 * window.el (split-window-below): Fix bug in case where
9873 split-window-keep-point is nil (Bug#10971).
9874
9875 2012-03-11 Juri Linkov <juri@jurta.org>
9876
9877 * replace.el (replace-highlight): Set isearch-word to nil
9878 unconditionally. (Bug#10887)
9879
9880 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9881
9882 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9883 mairix-replace-illegal-chars; all callers changed. Don't remove
9884 ^, ~, and = characters: they are meaningful in mairix search specs.
9885 (mairix-widget-create-query): Add usage information about mairix
9886 search forms: negating words, searching for substrings, etc.
9887
9888 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9889
9890 * international/fontset.el (font-encoding-alist): Add an entry for
9891 ksx1001 (Bug#5667).
9892
9893 2012-03-10 Richard Stallman <rms@gnu.org>
9894
9895 * mail/sendmail.el (mail-encode-header):
9896 Set rfc2047-encode-encoded-words.
9897
9898 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9899
9900 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9901 view buffer means not swapped.
9902 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9903 (rmail-write-region-annotate): Error if real text has disappeared.
9904
9905 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9906
9907 2012-03-10 Chong Yidong <cyd@gnu.org>
9908
9909 * emulation/cua-rect.el (cua--init-rectangles):
9910 * emulation/cua-base.el (cua--init-keymaps):
9911 Add delete-forward-char to remappings (Bug#9666).
9912
9913 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9914
9915 * speedbar.el (speedbar-unhighlight-one-tag-line):
9916 Avoid unhighlighting due to frame switching (Bug#10275).
9917
9918 2012-03-10 Chong Yidong <cyd@gnu.org>
9919
9920 * minibuffer.el (completion-in-region, completion-help-at-point):
9921 Give the completion field overlay a high priority (Bug#6830).
9922
9923 * dired.el (dired-goto-file): Recognize absolute file name
9924 listings (Bug#7126).
9925 (dired-goto-file-1): New helper function.
9926 (dired-toggle-read-only): Inhibit warnings.
9927
9928 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9929
9930 * net/dbus.el (dbus-property-handler): Return empty array if
9931 there are no properties.
9932
9933 2012-03-09 Leo Liu <sdl.web@gmail.com>
9934
9935 * savehist.el (savehist-printable): Stricter check for string
9936 value (Bug#10937).
9937
9938 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9939
9940 * mail/smtpmail.el (smtpmail-send-it):
9941 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9942 valid mbox format.
9943
9944 2012-03-09 Glenn Morris <rgm@gnu.org>
9945
9946 * files.el (dir-locals-find-file):
9947 Don't check result is regular, readable.
9948 (dir-locals-read-from-file): Demote errors.
9949
9950 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9951
9952 * international/quail.el (quail-insert-kbd-layout):
9953 Insert invisible LRM characters before each character in a keyboard
9954 layout cell, to prevent their reordering by bidi display engine.
9955 For details, see the discussion in
9956 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9957
9958 2012-03-08 Alan Mackenzie <acm@muc.de>
9959
9960 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9961 the starting position; make it extend the marked region when
9962 invoked repeatedly - all under appropriate circumstances.
9963 Fixes bugs #5525, #10906.
9964
9965 2012-03-08 Glenn Morris <rgm@gnu.org>
9966
9967 * files.el (locate-dominating-file, dir-locals-find-file):
9968 Undo 2012-03-06 change.
9969
9970 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9971
9972 * international/quail.el (quail-help):
9973 Force bidi-paragraph-direction be left-to-right. See discussion in
9974 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9975 for the reason.
9976
9977 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9978
9979 Avoid superfluous registering of signals. (Bug#10807)
9980
9981 * notifications.el (notifications-on-action-object)
9982 (notifications-on-close-object): New defvars.
9983 (notifications-on-action-signal, notifications-on-closed-signal):
9984 Unregister the signal if not needed any longer.
9985 (notifications-notify): Register `notifications-action-signal' or
9986 `notifications-closed-signal', if :on-action or :on-close has been
9987 passed as argument.
9988
9989 2012-03-07 Chong Yidong <cyd@gnu.org>
9990
9991 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9992 non-X platforms.
9993
9994 2012-03-06 Glenn Morris <rgm@gnu.org>
9995
9996 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9997 (x-disown-selection-internal, x-get-selection-internal):
9998 Doc fix (add arglist signatures). (Bug#10783)
9999
10000 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10001
10002 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10003 Handle breakpoints with no "type".
10004
10005 2012-03-06 Glenn Morris <rgm@gnu.org>
10006
10007 * files.el (locate-dominating-file): Add optional predicate argument.
10008 (dir-locals-find-file): Make use of above change.
10009
10010 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10011
10012 * info.el (Info-insert-dir): Also try "dir.gz".
10013
10014 2012-03-06 Glenn Morris <rgm@gnu.org>
10015
10016 * files.el (dir-locals-find-file):
10017 Ignore non-readable or non-regular files. (Bug#10928)
10018
10019 * files.el (locate-dominating-file): Doc fix.
10020
10021 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10022
10023 * calendar/calendar.el (calendar-set-mode-line):
10024 `getenv' returns a string. (Bug#10951)
10025
10026 2012-03-05 Leo Liu <sdl.web@gmail.com>
10027
10028 * simple.el (backward-delete-char-untabify): Constrain point to
10029 field (Bug#10939).
10030
10031 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10032
10033 2012-03-05 Chong Yidong <cyd@gnu.org>
10034
10035 * simple.el (count-words): If called from Lisp, return the word
10036 count, for symmetry with `count-lines'. Arglist changed.
10037 (count-words--message): Args changed. Consolidate counting code
10038 from count-words and count-words-region.
10039 (count-words-region): Caller changed.
10040 (count-lines-region): Make it an obsolete alias.
10041
10042 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10043
10044 * saveplace.el (save-place-to-alist)
10045 (save-place-ignore-files-regexp): Allow value nil to disable this
10046 feature.
10047
10048 2012-03-04 Chong Yidong <cyd@gnu.org>
10049
10050 * faces.el (face-spec-reset-face): For the default face, reset the
10051 attributes to default values (Bug#10748).
10052
10053 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10054
10055 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10056 previous patch: Check `message-send-mail-function', and not the
10057 default function (bug#10897).
10058
10059 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10060
10061 * notifications.el (notifications-on-action-signal)
10062 (notifications-on-closed-signal): Check for unique service name of
10063 incoming event. Fix error in removing entry.
10064 (top): Register for signals with wildcard service name.
10065 (notifications-notify): Use daemon unique service name for map entries.
10066
10067 2012-03-04 Chong Yidong <cyd@gnu.org>
10068
10069 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10070
10071 2012-03-04 Glenn Morris <rgm@gnu.org>
10072
10073 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10074 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10075 (expand-abbrev, define-abbrev-table): Doc fixes.
10076
10077 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10078
10079 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10080 `message-default-send-mail-function' and not `send-mail-function'
10081 when doing the prompting for `sendmail-query-once' before sending
10082 in Message buffers (bug#10897).
10083
10084 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10085 This is inconsistent with all the other stream functions, which leave
10086 the setting up to the higher levels (if so wanted) (bug#10931).
10087
10088 2012-03-02 Alan Mackenzie <acm@muc.de>
10089
10090 Depessimize the handling of very large macros.
10091
10092 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10093 (c-macro-cache-syntactic): New variables to implement a one
10094 element macro cache.
10095 (c-invalidate-macro-cache): New function.
10096 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10097 Adapt to use the new cache.
10098 (c-state-safe-place): Use better the cache of safe positions.
10099 (c-state-semi-nonlit-pos-cache)
10100 (c-state-semi-nonlit-pos-cache-limit):
10101 New variables for...
10102 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10103 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10104 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10105 Use c-state-semi-safe-place.
10106
10107 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10108 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10109
10110 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10111
10112 * jka-compr.el (jka-compr-call-process):
10113 Apply `file-accessible-directory-p' only when the default directory is
10114 not remote.
10115
10116 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10117
10118 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10119 access of FILE2, if FILE1 does not exist.
10120
10121 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10122 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10123
10124 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10125 Add "PAGER=" to `process-environment'.
10126
10127 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10128
10129 * progmodes/sql.el: Bug fix
10130 (sql-get-login-ext): Save login values in globals.
10131 (sql-get-login): Use new version of `sql-get-login-ext'.
10132 (sql-interactive-mode): Set global `sql-connection' to nil.
10133 (sql-connect): Set global values for connection.
10134 (sql-product-interactive): Save global values as buffer local.
10135
10136 2012-02-29 Leo Liu <sdl.web@gmail.com>
10137
10138 * abbrev.el (define-abbrevs): Reset sys to nil.
10139
10140 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10141
10142 * files.el (file-equal-p): Rename from `files-equal-p'.
10143 Return nil when one or both files don't exist.
10144 (file-subdir-of-p): Now only top directory must exists,
10145 return nil if it doesn't.
10146 (copy-directory): No need to test with `file-subdir-of-p' after
10147 creating dir.
10148 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10149 to `file-equal-p'.
10150
10151 2012-02-28 Glenn Morris <rgm@gnu.org>
10152
10153 * shell.el (shell-mode):
10154 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10155 * play/landmark.el (landmark-font-lock-face-O):
10156 * play/handwrite.el (handwrite):
10157 * play/gomoku.el (gomoku-O):
10158 * net/browse-url.el (browse-url-browser-display):
10159 * international/mule.el (define-charset):
10160 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10161 * filesets.el (filesets-find-file-delay):
10162 * eshell/em-xtra.el (eshell-xtra):
10163 * eshell/em-unix.el (eshell-grep):
10164 * emulation/viper.el (viper-mode):
10165 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10166 * emacs-lisp/easymenu.el (easy-menu-define):
10167 * calendar/timeclock.el (timeclock-use-display-time):
10168 * bs.el (bs-mode):
10169 * bookmark.el (bookmark-save-flag):
10170 Doc fix (standardize possessive apostrophe usage).
10171
10172 2012-02-27 Chong Yidong <cyd@gnu.org>
10173
10174 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10175 Fix key-binding lookup for ESC key (Bug#9146).
10176
10177 * font-lock.el (font-lock-specified-p): Rename from
10178 font-lock-spec-present. Callers changed.
10179
10180 2012-02-27 Daniel Hackney <dan@haxney.org>
10181
10182 * emacs-lisp/package.el (package-compute-transaction):
10183 Handle holding a package version to t in package-load-list.
10184
10185 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10186
10187 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10188 (tramp-get-inode, tramp-get-device): Use cached values.
10189
10190 2012-02-26 Alan Mackenzie <acm@muc.de>
10191
10192 Check there is a font-lock specification before doing initial
10193 fontification.
10194
10195 * font-core.el (font-lock-mode): Move the conditional from
10196 :after-hook to font-lock-initial-fontify.
10197 (font-lock-default-function): Move the check for a specification
10198 to font-lock-spec-present.
10199
10200 * font-lock.el (font-lock-initial-fontify): Call ...
10201 (font-lock-spec-present): New function.
10202
10203 2012-02-26 Jim Blandy <jimb@red-bean.com>
10204
10205 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10206 (gdb-send): Apply it to the operand of the '-interpreter-exec
10207 console' command, so that we can pass arguments with (say) quotes
10208 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10209
10210 2012-02-26 Chong Yidong <cyd@gnu.org>
10211
10212 * help-fns.el (describe-function-1): Clarify description of
10213 remapping (Bug#10844).
10214
10215 * files.el (files-equal-p): Doc fix.
10216 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10217 and quit the loop once a mismatch is found.
10218
10219 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10220
10221 * bs.el (bs--show-with-configuration): Don't throw an error
10222 if the window cannot be split; otherwise, subsequent calls to
10223 bs-show fail, restoring a stale window config. (Bug#10882)
10224
10225 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10226
10227 * term/ns-win.el (global-map): Bind ns-drag-file to
10228 ns-find-file (Bug#5855, Bug#10050).
10229
10230 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10231
10232 * calendar/parse-time.el (parse-time-string): Allow extractor to
10233 return nil.
10234
10235 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10236
10237 * net/tramp.el (tramp-file-name-for-operation):
10238 Add `files-equal-p' and `file-subdir-of-p'.
10239
10240 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10241 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10242 Add COPY-CONTENTS argument.
10243
10244 2012-02-25 Chong Yidong <cyd@gnu.org>
10245
10246 Add custom groups for VC backends, for consistency with vc-bzr.
10247
10248 * vc/vc-arch.el (vc-arch):
10249 * vc/vc-cvs.el (vc-cvs):
10250 * vc/vc-git.el (vc-git):
10251 * vc/vc-hg.el (vc-hg):
10252 * vc/vc-mtn.el (vc-mtn):
10253 * vc/vc-rcs.el (vc-rcs):
10254 * vc/vc-sccs.el (vc-sccs):
10255 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10256 All relevant defcustoms reassigned.
10257
10258 2012-02-25 Chong Yidong <cyd@gnu.org>
10259
10260 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10261
10262 * term/x-win.el (x-initialize-window-system): Reduce default for
10263 x-selection-timeout to 5 seconds (Bug#8869).
10264
10265 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10266
10267 * files.el (files-equal-p, file-subdir-of-p): New functions.
10268 (copy-directory): Error when trying to copy a directory on itself.
10269 Add missing copy-contents arg to tramp handler.
10270 * dired-aux.el (dired-copy-file-recursive): Same.
10271 (dired-create-files): Modify destination when source is equal to
10272 dest when copying files.
10273 Return also when dest is a subdir of source. (Bug#10489)
10274
10275 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10276
10277 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10278 (Bug#10874)
10279
10280 2012-02-23 Alan Mackenzie <acm@muc.de>
10281
10282 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10283 parameter "after-hook:" to allow the expansion to run code after
10284 the execution of the mode hooks.
10285
10286 * font-lock.el (font-lock-initial-fontify): New function extracted
10287 from font-lock-mode-internal.
10288
10289 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10290 :after-hook.
10291
10292 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10295 (completion--cache-all-sorted-completions): New function.
10296 (completion-all-sorted-completions): Use it.
10297 (completion--do-completion, minibuffer-force-complete):
10298 Use it to re-instate the flush hook.
10299
10300 * icomplete.el (icomplete-completions): Replace last fix with a better
10301 one (bug#10850).
10302
10303 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10304
10305 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10306 when it might call us back infinitely (bug#10797).
10307
10308 2012-02-23 Glenn Morris <rgm@gnu.org>
10309
10310 * minibuffer.el (completion-category-overrides): Doc fix.
10311
10312 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10315 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10316
10317 2012-02-23 Glenn Morris <rgm@gnu.org>
10318
10319 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10320 (authors-obsolete-files-regexps, authors-ignored-files)
10321 (authors-ambiguous-files, authors-renamed-files-alist):
10322 Add more entries.
10323
10324 2012-02-23 Juri Linkov <juri@jurta.org>
10325
10326 * isearch.el (isearch-occur): Sync interactive spec with occur's
10327 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10328
10329 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10330
10331 2012-02-22 Juri Linkov <juri@jurta.org>
10332
10333 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10334 (ucs-insert): Doc fix. Check for hex digits in the string.
10335 Don't display `nil' in the error message. (Bug#10857)
10336
10337 2012-02-22 Alan Mackenzie <acm@muc.de>
10338
10339 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10340
10341 2012-02-22 Glenn Morris <rgm@gnu.org>
10342
10343 * ffap.el (ffap-c-path):
10344 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10345
10346 2012-02-22 Chong Yidong <cyd@gnu.org>
10347
10348 * custom.el (load-theme): Doc fix.
10349
10350 2012-02-22 Glenn Morris <rgm@gnu.org>
10351
10352 * dired-x.el (dired-guess-shell-alist-default):
10353 Remove escape sequences from nroff output. (Bug#172)
10354
10355 2012-02-21 Glenn Morris <rgm@gnu.org>
10356
10357 * vc/emerge.el (emerge-defvar-local):
10358 Set `permanent-local' property rather than unused `preserved'.
10359
10360 * textmodes/picture.el (picture-delete-char): New alias.
10361 (picture-mode-map): Use it. (Bug#10860)
10362 (picture-mode): Doc fix.
10363
10364 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * newcomment.el (uncomment-region-default): Remove unused binding.
10367
10368 2012-02-21 Glenn Morris <rgm@gnu.org>
10369
10370 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10371 (picture-self-insert, picture-tab-chars): Doc fix.
10372 (picture-mode-map): Fix C-a, C-e.
10373
10374 2012-02-20 Glenn Morris <rgm@gnu.org>
10375
10376 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10377
10378 2012-02-20 Leo Liu <sdl.web@gmail.com>
10379
10380 * icomplete.el (icomplete-completions): Check FROM arg before
10381 passing to substring (Bug#10850).
10382
10383 2012-02-19 Chong Yidong <cyd@gnu.org>
10384
10385 * comint.el: Require ansi-color.
10386 (comint-output-filter-functions): Add ansi-color-process-output.
10387
10388 * ansi-color.el: Don't set comint-output-filter-functions; it is
10389 now in the initial value defined in comint.el.
10390 (ansi-color-apply-face-function): New variable.
10391 (ansi-color-apply-on-region): Use it.
10392 (ansi-color-apply-overlay-face): New function.
10393
10394 * shell.el (shell): No need to require ansi-color.
10395 (shell-mode): Use ansi-color-apply-face-function to highlight
10396 color escapes using font-lock-face property (Bug#10835).
10397
10398 2012-02-19 Chong Yidong <cyd@gnu.org>
10399
10400 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10401 mode-line formats (Bug#10839).
10402
10403 2012-02-18 Glenn Morris <rgm@gnu.org>
10404
10405 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10406
10407 * mail/undigest.el (unforward-rmail-message): Doc fix.
10408
10409 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10410
10411 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10412
10413 * international/characters.el (script-list): Sync with the latest
10414 Unicode Character Database.
10415
10416 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10417
10418 * international/titdic-cnv.el: Remove duplicate coding tag.
10419 * language/cham.el: Likewise.
10420 * language/tai-viet.el: Likewise.
10421
10422 2012-02-18 Glenn Morris <rgm@gnu.org>
10423
10424 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10425 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10426 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10427 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10428 * calendar/holidays.el (holiday-bahai-holidays)
10429 (calendar-holidays, list-holidays):
10430 Use utf-8 Bahá'í in doc-strings, menus, etc.
10431
10432 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10433
10434 * saveplace.el (save-place-ignore-files-regexp): New variable
10435 allowing for excluding files from saving their location of point.
10436 The default value matches the temporary commit message editing
10437 files from Git, SVN, Bazaar, and Mercurial.
10438 (save-place-to-alist): Use it.
10439
10440 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10441 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * newcomment.el (uncomment-region-default): Don't leave extra space
10444 when an arg is provided (bug#8150).
10445
10446 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10447
10448 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10449
10450 2012-02-17 Glenn Morris <rgm@gnu.org>
10451
10452 * net/socks.el: Require network-stream. (Bug#10599)
10453
10454 2012-02-17 Kenichi Handa <handa@m17n.org>
10455
10456 * international/charprop.el:
10457 * international/uni-name.el:
10458 * international/uni-old-name.el:
10459 * international/uni-comment.el: Regenerate.
10460
10461 2012-02-16 Glenn Morris <rgm@gnu.org>
10462
10463 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10464 Interactively in calendar buffer, give an error if not on a date.
10465
10466 2012-02-15 Glenn Morris <rgm@gnu.org>
10467
10468 * shell.el (shell-delimiter-argument-list):
10469 Revert 2011-02-17 change. (Bug#8027)
10470
10471 2012-02-15 Chong Yidong <cyd@gnu.org>
10472
10473 * minibuffer.el (completion-at-point-functions): Doc fix.
10474
10475 * custom.el (defcustom): Doc fix; note use of defvar.
10476
10477 2012-02-15 Glenn Morris <rgm@gnu.org>
10478
10479 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10480 Doc fixes.
10481
10482 2012-02-14 Glenn Morris <rgm@gnu.org>
10483
10484 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10485
10486 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10487
10488 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10489 way the ports list is computed.
10490 (smtpmail-query-smtp-server): Prompt the user for a port number if
10491 we can't connect to any of the standard ports (bug#10810).
10492
10493 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10494
10495 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10496
10497 2012-02-13 Glenn Morris <rgm@gnu.org>
10498
10499 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10500
10501 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10502
10503 * net/gnutls.el (gnutls-trustfiles): New variable.
10504 (gnutls-negotiate): Use it.
10505
10506 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10507
10508 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10509 does its stuff if Gnus is running.
10510
10511 2012-02-13 Alan Mackenzie <acm@muc.de>
10512
10513 Fix a loop in c-set-fl-decl-start.
10514
10515 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10516 c-backward-syntactic-ws actually moves backwards.
10517
10518 2012-02-13 Leo Liu <sdl.web@gmail.com>
10519
10520 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10521 beginning so that all \C-o chars are removed.
10522
10523 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10524
10525 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10526
10527 2012-02-12 Alan Mackenzie <acm@muc.de>
10528
10529 Fix infinite loop with long macros.
10530 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10531
10532 2012-02-12 Chong Yidong <cyd@gnu.org>
10533
10534 * window.el (display-buffer): Doc fix (Bug#10785).
10535
10536 2012-02-12 Glenn Morris <rgm@gnu.org>
10537
10538 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10539 (x-disown-selection-internal, x-get-selection-internal):
10540 Sync docs with the xselect.c versions.
10541
10542 * allout-widgets.el: Add missing license notice.
10543
10544 2012-02-11 Glenn Morris <rgm@gnu.org>
10545
10546 * select.el (x-get-selection-internal, x-own-selection-internal)
10547 (x-disown-selection-internal):
10548 * x-dnd.el (x-get-selection-internal): Update declarations.
10549
10550 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10551
10552 * window.el (window-sides-slots):
10553 * tool-bar.el (tool-bar-position):
10554 * term/xterm.el (xterm-extra-capabilities):
10555 * ses.el (ses-self-reference-early-detection):
10556 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10557 (verilog-auto-wire-type)
10558 (verilog-auto-delete-trailing-whitespace)
10559 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10560 (verilog-auto-tieoff-declaration):
10561 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10562 (sql-oracle-statement-starters, sql-oracle-scan-on):
10563 * progmodes/prolog.el (prolog-align-comments-flag)
10564 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10565 (prolog-left-indent-regexp, prolog-paren-indent-p)
10566 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10567 (prolog-types, prolog-mode-specificators)
10568 (prolog-determinism-specificators, prolog-directives)
10569 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10570 (prolog-electric-dot-flag)
10571 (prolog-electric-dot-full-predicate-template)
10572 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10573 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10574 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10575 (prolog-program-switches, prolog-prompt-regexp)
10576 (prolog-debug-on-string, prolog-debug-off-string)
10577 (prolog-trace-on-string, prolog-trace-off-string)
10578 (prolog-zip-on-string, prolog-zip-off-string)
10579 (prolog-use-standard-consult-compile-method-flag)
10580 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10581 (prolog-imenu-max-lines, prolog-info-predicate-index)
10582 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10583 (prolog-char-quote-workaround):
10584 * progmodes/cc-vars.el (c-defun-tactic):
10585 * net/tramp.el (tramp-encoding-command-interactive)
10586 (tramp-local-end-of-line):
10587 * net/soap-client.el (soap-client):
10588 * net/netrc.el (netrc-file):
10589 * net/gnutls.el (gnutls):
10590 * minibuffer.el (completion-category-overrides)
10591 (completion-cycle-threshold)
10592 (completion-pcm-complete-word-inserts-delimiters):
10593 * man.el (Man-name-local-regexp):
10594 * mail/feedmail.el (feedmail-display-full-frame):
10595 * international/characters.el (glyphless-char-display-control):
10596 * eshell/em-ls.el (eshell-ls-date-format):
10597 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10598 (lisp-lambda-list-keyword-parameter-indentation)
10599 (lisp-lambda-list-keyword-parameter-alignment):
10600 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10601 * dired-x.el (dired-omit-verbose):
10602 * cus-theme.el (custom-theme-allow-multiple-selections):
10603 * calc/calc.el (calc-highlight-selections-with-faces)
10604 (calc-lu-field-reference, calc-lu-power-reference)
10605 (calc-note-threshold):
10606 * battery.el (battery-mode-line-limit):
10607 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10608 (archive-7z-update):
10609 * allout.el (allout-prefixed-keybindings)
10610 (allout-unprefixed-keybindings)
10611 (allout-inhibit-auto-fill-on-headline)
10612 (allout-flattened-numbering-abbreviation):
10613 * allout-widgets.el (allout-widgets-auto-activation)
10614 (allout-widgets-icons-dark-subdir)
10615 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10616 (allout-widgets-theme-dark-background)
10617 (allout-widgets-theme-light-background)
10618 (allout-widgets-item-image-properties-emacs)
10619 (allout-widgets-item-image-properties-xemacs)
10620 (allout-widgets-run-unit-tests-on-load)
10621 (allout-widgets-time-decoration-activity)
10622 (allout-widgets-hook-error-post-time)
10623 (allout-widgets-track-decoration):
10624 Add missing :version tags to new defcustoms and defgroups.
10625
10626 * progmodes/sql.el (sql-ansi-statement-starters)
10627 (sql-oracle-statement-starters): Add custom type.
10628
10629 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10630 (prolog-system-version): Give it a type.
10631
10632 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10633
10634 * term/pc-win.el (x-select-text, x-selection-owner-p)
10635 (x-own-selection-internal, x-disown-selection-internal)
10636 (x-get-selection-internal): Sync doc strings and argument lists
10637 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10638
10639 2012-02-11 Leo Liu <sdl.web@gmail.com>
10640
10641 * progmodes/python.el (python-end-of-statement): Fix infinite
10642 loop. (Bug#10788)
10643
10644 2012-02-10 Glenn Morris <rgm@gnu.org>
10645
10646 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10647 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10648
10649 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10650
10651 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10652 about SMTP before checking the From header.
10653
10654 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10655 into own function for reuse by emacsbug.el.
10656
10657 2012-02-10 Leo Liu <sdl.web@gmail.com>
10658
10659 * subr.el (condition-case-unless-debug): Rename from
10660 condition-case-no-debug. All callers changed.
10661 (with-demoted-errors): Fix caller.
10662
10663 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10664 * nxml/rng-valid.el (rng-do-some-validation):
10665 * emacs-lisp/package.el (package-refresh-contents)
10666 (package-menu-execute):
10667 * desktop.el (desktop-create-buffer):
10668 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10669
10670 2012-02-10 Glenn Morris <rgm@gnu.org>
10671
10672 * textmodes/bibtex.el:
10673 Add missing :version tags for new/changed defcustoms.
10674
10675 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10676
10677 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10678
10679 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10680 (smtpmail-via-smtp): Use it, or fall back on the From address.
10681 (smtpmail-send-it): Ditto.
10682
10683 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10686 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10687 (byte-compile-tmp-var): New const.
10688 (byte-compile-defvar): Use it to minimize .elc size.
10689 Just use `defvar' rather than simulate it (bug#10761).
10690
10691 2012-02-09 Glenn Morris <rgm@gnu.org>
10692
10693 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10694
10695 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10696 Add :version tags.
10697
10698 * progmodes/compile.el (compilation-error-screen-columns)
10699 (compilation-first-column, compilation-filter-start): Doc fixes.
10700
10701 * vc/log-view.el (log-view-toggle-entry-display):
10702 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10703
10704 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10705 (report-emacs-bug-can-use-xdg-email):
10706 (report-emacs-bug-insert-to-mailer): Doc fixes.
10707 (report-emacs-bug): Message fix.
10708
10709 * net/browse-url.el (browse-url-can-use-xdg-open)
10710 (browse-url-xdg-open): Doc fixes.
10711
10712 * electric.el (electric-indent-mode, electric-pair-mode)
10713 (electric-layout-rules, electric-layout-mode): Doc fixes.
10714 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10715
10716 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10717
10718 * server.el (server-unselect-display): Don't inadvertently kill
10719 the current buffer. (Bug#10729)
10720
10721 2012-02-08 Glenn Morris <rgm@gnu.org>
10722
10723 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10724 (sql-list-table): Doc fixes.
10725
10726 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10727 Comment out (does nothing).
10728
10729 * completion.el (dynamic-completion-mode):
10730 * dirtrack.el (dirtrack-debug-mode):
10731 * electric.el (electric-layout-mode):
10732 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10733 * face-remap.el (text-scale-mode, buffer-face-mode):
10734 * iimage.el (iimage-mode):
10735 * image-mode.el (image-transform-mode):
10736 * minibuffer.el (completion-in-region-mode):
10737 * scroll-lock.el (scroll-lock-mode):
10738 * simple.el (next-error-follow-minor-mode):
10739 * tar-mode.el (tar-subfile-mode):
10740 * tooltip.el (tooltip-mode):
10741 * vcursor.el (vcursor-use-vcursor-map):
10742 * wid-browse.el (widget-minor-mode):
10743 * emulation/tpu-edt.el (tpu-edt-mode):
10744 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10745 * international/iso-ascii.el (iso-ascii-mode):
10746 * language/thai-util.el (thai-word-mode):
10747 * mail/supercite.el (sc-minor-mode):
10748 * net/goto-addr.el (goto-address-mode):
10749 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10750 * progmodes/cwarn.el (cwarn-mode):
10751 * progmodes/flymake.el (flymake-mode):
10752 * progmodes/glasses.el (glasses-mode):
10753 * progmodes/hideshow.el (hs-minor-mode):
10754 * progmodes/pascal.el (pascal-outline-mode):
10755 * textmodes/enriched.el (enriched-mode):
10756 * vc/smerge-mode.el (smerge-mode):
10757 Doc fixes (minor mode argument).
10758
10759 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10760
10761 * ls-lisp.el (ls-lisp-sanitize): New function.
10762 (ls-lisp-insert-directory): Use it to fix or remove any elements
10763 in file-alist with missing attributes. (Bug#4673)
10764
10765 2012-02-07 Alan Mackenzie <acm@muc.de>
10766
10767 Fix spurious recognition of c-in-knr-argdecl.
10768
10769 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10770 putative K&R region.
10771
10772 2012-02-07 Alan Mackenzie <acm@muc.de>
10773
10774 * progmodes/cc-engine.el (c-forward-objc-directive):
10775 Prevent looping in "#pragma mark @implementation".
10776
10777 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10778
10779 * notifications.el (notifications-on-closed-signal): Make `reason'
10780 optional. (Bug#10744)
10781
10782 2012-02-07 Glenn Morris <rgm@gnu.org>
10783
10784 * emacs-lisp/easy-mmode.el (define-minor-mode):
10785 Doc fixes for the macro and the mode it defines.
10786
10787 * image.el (imagemagick-types-inhibit): Doc fix.
10788
10789 * cus-start.el (imagemagick-render-type): Add it.
10790
10791 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10792
10793 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10794 Set the default at load time, too, so that `font-lock-fontify-buffer'
10795 can be called without setting up the entire mode first. This fixes
10796 a bug in `mm-inline-text' with C MIME parts.
10797
10798 2012-02-06 Chong Yidong <cyd@gnu.org>
10799
10800 * simple.el (list-processes--refresh): Delete exited processes
10801 (Bug#8094).
10802
10803 * comint.el (comint-next-prompt): next-single-char-property-change
10804 and prev-single-char-property-change never return nil (Bug#8657).
10805
10806 * custom.el (defcustom): Doc fix (Bug#9711).
10807
10808 2012-02-05 Chong Yidong <cyd@gnu.org>
10809
10810 * cus-edit.el (custom-variable-reset-backup): Quote the value
10811 before storing it in the customized-value property (Bug#6712).
10812 (custom-display): Add a customization type tag.
10813 (custom-buffer-create-internal): Improve tooltip message.
10814
10815 * wid-edit.el (widget-field-value-get): New optional arg to
10816 suppress trailing whitespace truncation.
10817 (character): Use it (Bug#2689).
10818
10819 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10820
10821 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10822 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10823
10824 2012-02-05 Chong Yidong <cyd@gnu.org>
10825
10826 * cus-edit.el (custom-variable-value-create): For mismatched
10827 types, show the current value (Bug#7600).
10828
10829 * custom.el (defcustom): Doc fix.
10830
10831 2012-02-05 Glenn Morris <rgm@gnu.org>
10832
10833 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10834
10835 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10836
10837 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10838 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10839 (pp-last-sexp): Use `looking-at-p'.
10840
10841 2012-02-04 Glenn Morris <rgm@gnu.org>
10842
10843 * files.el (revert-buffer):
10844 Doc fix (mention revert-buffer-in-progress-p).
10845
10846 * emacs-lisp/ert-x.el (ert-simulate-command):
10847 Check deferred-action-list (which is obsolete) is bound.
10848
10849 * subr.el (with-wrapper-hook): Doc fixes.
10850
10851 * simple.el (filter-buffer-substring-functions)
10852 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10853
10854 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10855
10856 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10857 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10858
10859 2012-02-04 Leo Liu <sdl.web@gmail.com>
10860
10861 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10862
10863 2012-02-04 Glenn Morris <rgm@gnu.org>
10864
10865 * image.el (image-extension-data): Add obsolete alias.
10866
10867 * isearch.el (isearch-update): Doc fix.
10868
10869 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10870
10871 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10872
10873 2012-02-03 Glenn Morris <rgm@gnu.org>
10874
10875 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10876 (image-animate-timeout): Doc fix.
10877
10878 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10879
10880 2012-02-02 Glenn Morris <rgm@gnu.org>
10881
10882 * server.el (server-auth-dir): Doc fix.
10883 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10884
10885 * subr.el (run-mode-hooks): Doc fix.
10886
10887 2012-02-02 Juri Linkov <juri@jurta.org>
10888
10889 * image-mode.el (image-toggle-display-image): Remove tautological
10890 `major-mode' from the `derived-mode-p' test.
10891
10892 2012-02-02 Kenichi Handa <handa@m17n.org>
10893
10894 * composite.el (compose-region): Cancel previous change.
10895
10896 2012-02-02 Kenichi Handa <handa@m17n.org>
10897
10898 * composite.el (compose-region, compose-string): Signal error for
10899 a null string component (Bug#6988).
10900
10901 2012-02-01 Chong Yidong <cyd@gnu.org>
10902
10903 * view.el (view-buffer-other-window, view-buffer-other-frame):
10904 Handle special modes like view-buffer (Bug#10650).
10905 (view-buffer): Simplify.
10906
10907 * frame.el (set-frame-font): Tweak meaning of third argument.
10908
10909 * dynamic-setting.el (font-setting-change-default-font):
10910 Use set-frame-font (Bug#9982).
10911
10912 2012-02-01 Glenn Morris <rgm@gnu.org>
10913
10914 * progmodes/compile.el (compilation-internal-error-properties):
10915 Respect compilation-first-column in the "*compilation*" buffer.
10916
10917 * emacs-lisp/easy-mmode.el (define-minor-mode):
10918 Relax :variable's test for a named function.
10919
10920 2012-01-31 Alan Mackenzie <acm@muc.de>
10921
10922 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10923 off by one error.
10924
10925 2012-01-31 Chong Yidong <cyd@gnu.org>
10926
10927 * frame.el (set-frame-font): New arg ALL-FRAMES.
10928
10929 * menu-bar.el (menu-set-font): Use set-frame-font.
10930
10931 * faces.el (face-spec-reset-face): Don't apply unspecified
10932 attribute values to the default face.
10933
10934 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * progmodes/cwarn.el (cwarn): Remove dead link.
10937 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10938 Remove * from defcustom docstrings.
10939 (turn-on-cwarn-mode): Make obsolete.
10940 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10941 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10942
10943 2012-01-31 Glenn Morris <rgm@gnu.org>
10944
10945 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10946 Fix :variable handling of mode a symbol not equal to modefun.
10947 Allow named functions to be used as the cdr of :variable.
10948
10949 2012-01-30 Glenn Morris <rgm@gnu.org>
10950
10951 * emacs-lisp/authors.el (authors-fixed-entries):
10952 Remove reference to deleted file rnewspost.el.
10953
10954 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * window.el (window-with-parameter): Remove unused variable `windows'.
10957 (window--side-check): Remove unused variable `code'.
10958 (window--resize-siblings): Remove unused variable `first'.
10959 (adjust-window-trailing-edge): Remove unused variable `failed'.
10960 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10961 Use `let', not `let*'.
10962 (balance-windows-2): Remove unused variable `found'.
10963 (window--state-put-2): Remove unused variable `splits'.
10964 (window-state-put): Remove unused variable `selected'.
10965 (same-window-p): Use `string-match-p'.
10966 (display-buffer-assq-regexp): Remove unused variable `value'.
10967 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10968 Mark argument ALIST as ignored.
10969 (pop-to-buffer): Remove unused variable `old-window'.
10970
10971 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10972
10973 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10974 and .lzma compressed files.
10975
10976 2012-01-29 Chong Yidong <cyd@gnu.org>
10977
10978 * frame.el (window-system-default-frame-alist): Doc fix.
10979
10980 * dynamic-setting.el (font-setting-change-default-font): Don't
10981 change the default face if SET-FONT argument is non-nil (Bug#9982).
10982
10983 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10984
10985 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10986
10987 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10988
10989 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10990 breakpoints in files outside current directory (Bug#6098).
10991
10992 2012-01-29 Chong Yidong <cyd@gnu.org>
10993
10994 * progmodes/python.el: Require ansi-color at top-level.
10995
10996 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10997 Define and use in Emacs Lisp mode (Bug#9360).
10998 (lisp-mode-abbrev-table): Add doc.
10999 (lisp-mode-variables): Don't set local-abbrev-table.
11000 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11001
11002 2012-01-28 Roland Winkler <winkler@gnu.org>
11003
11004 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11005
11006 2012-01-28 Roland Winkler <winkler@gnu.org>
11007
11008 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11009 (bibtex-set-dialect): Use it. Either set global values of
11010 dialect-dependent variables or bind these variables buffer-locally
11011 (Bug#10254).
11012 (bibtex-mode): Call bibtex-set-dialect via
11013 hack-local-variables-hook.
11014 (bibtex-dialect): Update docstring.
11015 Add safe-local-variable predicate.
11016 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11017 bibtex-set-dialect.
11018 (bibtex-mode-map): Define menu for each dialect.
11019 (bibtex-entry): Fix docstring.
11020
11021 2012-01-28 Chong Yidong <cyd@gnu.org>
11022
11023 * eshell/esh-arg.el (eshell-quote-argument): New function.
11024
11025 * eshell/esh-ext.el (eshell-invoke-batch-file):
11026 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11027 first arg to eshell-parse-command (Bug#10523).
11028
11029 2012-01-28 Drew Adams <drew.adams@oracle.com>
11030
11031 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11032 `default-directory' is non-nil.
11033
11034 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11035
11036 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11037 line that displays system-configuration-options. (Bug#9924)
11038
11039 2012-01-28 Drew Adams <drew.adams@oracle.com>
11040
11041 * descr-text.el (describe-char): Show information about POS, in
11042 addition to information about the character at POS. Improve and
11043 update the doc string. Change "code point" to "code point in
11044 charset", to avoid confusion with the character's Unicode code
11045 point shown above that. (Bug#10129)
11046
11047 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11048
11049 * descr-text.el (describe-char): Show the raw character, not only
11050 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11051 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11052 for the reasons.
11053
11054 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11055
11056 * emacs-lisp/package.el (package-install):
11057 Run package-refresh-contents if there is no archive yet (Bug#9798).
11058
11059 2012-01-28 Chong Yidong <cyd@gnu.org>
11060
11061 * emacs-lisp/package.el (package-maybe-load-descriptor):
11062 New function, split from package-maybe-load-descriptor.
11063 (package-maybe-load-descriptor): Use it.
11064 (package-download-transaction): Fully load required packages
11065 inside the loop, so that `require' calls work (Bug#10593).
11066 (package-install): No need to call package-initialize now.
11067
11068 2012-01-28 Chong Yidong <cyd@gnu.org>
11069
11070 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11071
11072 * tooltip.el (tooltip-mode): Doc fix.
11073 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11074
11075 * frame.el (set-cursor-color): Doc fix (Bug#352).
11076
11077 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11078 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11079
11080 * cus-edit.el (custom-buffer-create-internal): Fix search button
11081 action (Bug#10542).
11082 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11083
11084 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11085
11086 * dired.el (dired-mark-files-regexp):
11087 Include any subdirectory components. (Bug#10445)
11088
11089 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11090
11091 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11092 Handle [host]:port syntax. (Bug#10533)
11093
11094 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11095
11096 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11097
11098 2012-01-26 Glenn Morris <rgm@gnu.org>
11099
11100 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11101 * term.el (term-raw-escape-map): Use Control-X-prefix.
11102 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11103
11104 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11105
11106 * window.el (window-state-get, window--state-get-1): Don't deal
11107 with fixed-sizeness of windows. Simplify code.
11108
11109 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11110
11111 * window.el (window--state-get-1, window--state-put-2):
11112 Don't save and restore the mark.
11113
11114 2012-01-25 Chong Yidong <cyd@gnu.org>
11115
11116 * custom.el (custom-variable-p): Doc fix.
11117
11118 2012-01-25 Glenn Morris <rgm@gnu.org>
11119
11120 * dired.el (dired-goto-file): Handle some of the more common
11121 characters that `ls -b' escapes. (Bug#10596)
11122
11123 * progmodes/compile.el (compilation-next-error-function):
11124 Respect compilation-first-column in the "*compilation*" buffer.
11125 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11126
11127 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11128
11129 2012-01-24 Glenn Morris <rgm@gnu.org>
11130
11131 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11132
11133 2012-01-24 Julien Danjou <julien@danjou.info>
11134
11135 * color.el (color-rgb-to-hsl): Fix value computing.
11136 (color-hue-to-rgb): New function.
11137 (color-hsl-to-rgb): New function.
11138 (color-clamp, color-saturate-hsl, color-saturate-name)
11139 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11140 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11141
11142 2012-01-24 Glenn Morris <rgm@gnu.org>
11143
11144 * vc/vc-rcs.el (vc-rcs-create-tag):
11145 * vc/vc-sccs.el (vc-sccs-create-tag):
11146 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11147
11148 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11149
11150 * eshell/esh-util.el (eshell-read-hosts-file):
11151 Skip comment lines. (Bug#10549)
11152
11153 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11154
11155 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11156
11157 * subr.el (display-delayed-warnings): Doc fix.
11158 (collapse-delayed-warnings): New function to collapse identical
11159 adjacent warnings.
11160 (delayed-warnings-hook): Add it.
11161
11162 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11165
11166 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11167 (tramp-default-user-alist): Don't add "pscp".
11168 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11169 property "login-as", if set. (Bug#10530)
11170
11171 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11172
11173 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11174 "plink1" and "psftp". (Bug#10530)
11175
11176 2012-01-21 Kenichi Handa <handa@m17n.org>
11177
11178 * international/mule-cmds.el (prefer-coding-system): Show a
11179 warning message if the default value of file-name-coding-system
11180 was not changed.
11181
11182 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11183
11184 * windmove.el (windmove-reference-loc):
11185 Fix windmove-reference-loc miscalculation.
11186
11187 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11188
11189 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11190 default unit.
11191
11192 2012-01-21 Glenn Morris <rgm@gnu.org>
11193
11194 * international/mule.el (auto-coding-alist): Add .tbz.
11195
11196 * files.el (local-enable-local-variables): Doc fix.
11197 (inhibit-local-variables-regexps): Rename from
11198 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11199 Doc fix. Add some extensions from auto-coding-alist.
11200 (inhibit-local-variables-suffixes):
11201 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11202 (inhibit-local-variables-p):
11203 New function, extracted from set-auto-mode-1.
11204 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11205 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11206 (hack-local-variables): Doc fix. Make the mode-only case
11207 respect enable-local-variables and friends.
11208 Respect inhibit-local-variables-regexps for file-locals, but
11209 not for directory-locals.
11210 (set-visited-file-name):
11211 Take account of inhibit-local-variables-regexps.
11212 Whether it applies may change as the file name is changed.
11213 * jka-cmpr-hook.el (jka-compr-install):
11214 * jka-compr.el (jka-compr-uninstall):
11215 Update for inhibit-first-line-modes-suffixes name change.
11216
11217 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11218
11219 * help-macro.el (make-help-screen): Temporarily restore original
11220 binding for minor-mode-map-alist (Bug#10454).
11221
11222 2012-01-19 Julien Danjou <julien@danjou.info>
11223
11224 * color.el (color-name-to-rgb): Use the white color to find the max
11225 color component value and return correctly computed values.
11226 (color-name-to-rgb): Add missing float conversion for max value.
11227
11228 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11229
11230 * window.el (window--state-get-1, window-state-get): Do not use
11231 special state value for window-persistent-parameters.
11232 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11233 (window--state-put-2): Reset all window parameters to nil before
11234 assigning values of persistent parameters.
11235
11236 2012-01-18 Alan Mackenzie <acm@muc.de>
11237
11238 Eliminate sluggishness and hangs in fontification of "semicolon
11239 deserts".
11240
11241 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11242 Change value 10000 -> 3000.
11243 (c-state-safe-place): Reformulate so it doesn't stack up an
11244 infinite number of wrong entries in c-state-nonlit-pos-cache.
11245 (c-determine-limit-get-base, c-determine-limit): New functions to
11246 determine backward search limits disregarding literals.
11247 (c-find-decl-spots): Amend commenting.
11248 (c-cheap-inside-bracelist-p): New function which detects "={".
11249
11250 * progmodes/cc-fonts.el
11251 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11252 backward search.
11253 (c-font-lock-declarations): Fix an occurrence of point being
11254 undefined. Check additionally for point being in a bracelist or
11255 near a macro invocation without a semicolon so as to avoid a
11256 fruitless time consuming search for a declarator. Give a more
11257 precise search limit for declarators using the new
11258 c-determine-limit.
11259
11260 2012-01-18 Glenn Morris <rgm@gnu.org>
11261
11262 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11263 (set-auto-mode): Doc fixes.
11264
11265 2012-01-17 Glenn Morris <rgm@gnu.org>
11266
11267 * isearch.el (search-nonincremental-instead): Fix doc typo.
11268
11269 * dired.el (dired-insert-directory): Handle newlines in directory name.
11270 (dired-build-subdir-alist): Unescape newlines in directory name.
11271
11272 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11273
11274 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11275 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11276 (tramp-action-terminal): Use it. (Bug#10530)
11277
11278 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11281
11282 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11283
11284 * window.el (window-state-ignored-parameters): Remove variable.
11285 (window--state-get-1): Rename argument MARKERS to IGNORE.
11286 Handle persistent window parameters. Make copy of clone-of
11287 parameter only if requested. (Bug#10348)
11288 (window--state-put-2): Install a window parameter only if it has
11289 a non-nil value or an existing parameter shall be overwritten.
11290
11291 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11292
11293 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11294
11295 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11296
11297 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11298 don't pass the (nil) value of `upnode' to string-match.
11299
11300 2012-01-14 Chong Yidong <cyd@gnu.org>
11301
11302 * startup.el (command-line): Fix X resource class for cursorColor.
11303 Fix values recognized by the cursorBlink resource.
11304
11305 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11306
11307 * epg.el (epg--make-temp-file): Avoid permission race condition
11308 when running on old Emacs versions (bug#10403).
11309
11310 2012-01-14 Glenn Morris <rgm@gnu.org>
11311
11312 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11313
11314 2012-01-13 Alan Mackenzie <acm@muc.de>
11315
11316 Fix filling for when filladapt mode is enabled.
11317
11318 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11319 c-mask-paragraph, pass in `fill-paragraph' rather than
11320 `fill-region-as-paragraph'. (This is a reversion of a previous
11321 change.)
11322 * progmodes/cc-mode.el (c-basic-common-init):
11323 Make fill-paragraph-handle-comment buffer local and set it to nil.
11324
11325 2012-01-13 Glenn Morris <rgm@gnu.org>
11326
11327 * dired.el (dired-switches-escape-p): New function.
11328 (dired-insert-directory): Use dired-switches-escape-p.
11329 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11330
11331 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11332
11333 2012-01-12 Glenn Morris <rgm@gnu.org>
11334
11335 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11336 changes in adaptive-fill-regexp. (Bug#10276)
11337
11338 2012-01-11 Alan Mackenzie <acm@muc.de>
11339
11340 Fix Emacs bug #10463 - put `widen's around the critical spots.
11341
11342 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11343 widen around each invocation of c-state-pp-to-literal. Remove an
11344 unused let variable.
11345
11346 2012-01-11 Glenn Morris <rgm@gnu.org>
11347
11348 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11349 Doc fix.
11350
11351 2012-01-10 Chong Yidong <cyd@gnu.org>
11352
11353 * net/network-stream.el (network-stream-open-starttls):
11354 Avoid emitting a confusing error message when the server gives a bad
11355 response to the capability command.
11356
11357 2012-01-10 Glenn Morris <rgm@gnu.org>
11358
11359 * mail/unrmail.el (unrmail): Tweak previous change.
11360
11361 2012-01-09 Chong Yidong <cyd@gnu.org>
11362
11363 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11364
11365 2012-01-08 Alan Mackenzie <acm@muc.de>
11366
11367 Optimise font locking in long enum definitions.
11368
11369 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11370 arm to a cond form to handle enums.
11371 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11372 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11373
11374 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11375
11376 * files.el (move-file-to-trash): Preserve default file modes on error.
11377 (Bug#10401)
11378
11379 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11380
11381 * faces.el (set-face-attribute): Clarify the meaning of the nil
11382 frame (bug#10294).
11383
11384 * subr.el (with-selected-frame): Mention that the selected frame
11385 is restored (bug#9980).
11386
11387 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11388 (bug#9759).
11389
11390 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11391 (password-read): Don't autoload unused function.
11392
11393 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11394
11395 * progmodes/which-func.el (which-func-mode): Turn into a
11396 non-interactive function and mark as obsolete (bug#10428).
11397
11398 2012-01-06 Chong Yidong <cyd@gnu.org>
11399
11400 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11401 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11402 functions, along with 1 and -1.
11403
11404 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11405
11406 * time.el (display-time-load-average)
11407 (display-time-default-load-average): Doc fixes. See the thread
11408 starting at
11409 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11410 for the details.
11411
11412 2012-01-06 Glenn Morris <rgm@gnu.org>
11413
11414 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11415 has no messages. (Bug#10377)
11416
11417 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11418 than Info-edit. (Bug#10385)
11419
11420 * time.el (display-time-load-average, display-time-next-load-average):
11421 Doc fixes.
11422
11423 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11424 local setting of buffer-read-only to the input buffer. (Bug#10419)
11425
11426 * calendar/calendar.el (calendar-mode):
11427 Locally set scroll-margin to 0. (Bug#10379)
11428
11429 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11430
11431 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11432
11433 2012-01-05 Glenn Morris <rgm@gnu.org>
11434
11435 * eshell/em-unix.el (diff-no-select): Autoload it.
11436 (eshell/diff): Use diff-no-select. (Bug#10420)
11437
11438 2012-01-05 Chong Yidong <cyd@gnu.org>
11439
11440 * shell.el (shell-dynamic-complete-functions): Revert last change.
11441 (shell-command-completion-function): New function.
11442 (shell-completion-vars): Use it to implement
11443 shell-completion-execonly (Bug#10417).
11444
11445 * custom.el (enable-theme): Don't set custom-safe-themes.
11446
11447 * cus-theme.el (custom-theme-merge-theme):
11448 Ignore custom-enabled-themes and custom-safe-themes.
11449
11450 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11451
11452 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11453 first prompt in `sql-interacive-mode'.
11454 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11455 keywords.
11456 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11457 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11458 context of original buffer. Invoke `sql-login-hook'.
11459
11460 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11461
11462 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11463 letters in cite-prefix.
11464
11465 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
11467 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11468
11469 2012-01-03 Chong Yidong <cyd@gnu.org>
11470
11471 * shell.el (shell-dynamic-complete-functions):
11472 Put pcomplete-completions-at-point, so as to try
11473 comint-filename-completion first (Bug#10417).
11474
11475 2012-01-02 Richard Stallman <rms@gnu.org>
11476
11477 * battery.el (battery-status-function):
11478 Detect when to use battery-yeeloong-sysfs.
11479 (battery-echo-area-format): Add string for Yeeloong.
11480 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11481 (battery-yeeloong-sysfs): New function.
11482
11483 2012-01-02 Chong Yidong <cyd@gnu.org>
11484
11485 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11486 (dirtrack): Merge code for handling relative filenames in prompt
11487 from shell-dir-cookie-watcher.
11488 (dirtrack-debug-message): New arg to avoid excess format calls.
11489
11490 * shell.el (shell-dir-cookie-re): Variable deleted.
11491 (shell-dir-cookie-watcher): Function deleted.
11492 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11493 with dirtrack-mode.
11494
11495 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11496
11497 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11498 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11499 libgnutls-26.dll.
11500
11501 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11502
11503 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11504
11505 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11506
11507 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11508 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11509
11510 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11511
11512 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11513 also for alternative shells.
11514 (tramp-open-connection-setup-interactive-shell): Check, whether
11515 the shell is a busybox.
11516 (tramp-send-command): Don't suppress multiple prompts for
11517 busyboxes, it hurts.
11518
11519 2011-12-28 Chong Yidong <cyd@gnu.org>
11520
11521 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11522 (gdb-get-source-file): Move mode line update to
11523 gdb-get-source-file (Bug#10087).
11524
11525 2011-12-25 Chong Yidong <cyd@gnu.org>
11526
11527 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11528 gud-gdb-marker-filter without taking it as an argument.
11529 (gud-gdb-run-command-fetch-lines): Caller changed.
11530 (gud-gdb-completion-function): New variable.
11531 (gud-gdb-completion-at-point): Use it.
11532 (gud-gdb-completions-1): Split from gud-gdb-completions.
11533
11534 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11535 function as separate arguments.
11536 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11537 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11538 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11539 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11540 (gdb-stopped, def-gdb-auto-update-trigger)
11541 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11542 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11543 Callers changed.
11544 (gud-gdbmi-completions): New function.
11545 (gdb): Use it for generating the completion table.
11546
11547 2011-12-24 Alan Mackenzie <acm@muc.de>
11548
11549 Introduce a mechanism to widen the region used in context font
11550 locking. Use this to protect declarations from losing their contexts.
11551
11552 * progmodes/cc-langs.el (c-before-font-lock-functions):
11553 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11554 (c-before-context-fontification-functions): New defvar, a list of
11555 functions to be run just before context (etc.) font locking.
11556
11557 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11558 New, functionality extracted from
11559 c-neutralize-syntax-in-and-mark-CPP.
11560 (c-in-after-change-fontification): New variable.
11561 (c-after-change): Set c-in-after-change-fontification.
11562 (c-set-fl-decl-start): Rejig its interface, so it can be called
11563 from both after-change and context fontifying.
11564 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11565 New functions.
11566 (c-standard-font-lock-fontify-region-function): New variable.
11567 (c-font-lock-fontify-region): New function.
11568
11569 2011-12-24 Juri Linkov <juri@jurta.org>
11570
11571 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11572 (Bug#10348)
11573
11574 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11575
11576 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11577 existence of source file. (Bug#10325)
11578
11579 2011-12-23 Alan Mackenzie <acm@muc.de>
11580
11581 Fix unstable fontification inside templates.
11582
11583 * progmodes/cc-langs.el (c-before-font-lock-functions):
11584 Newly created from the singular version. The (c c++ objc) entry now
11585 additionally has c-set-fl-decl-start. The other languages (apart
11586 from AWK) have that as a single entry.
11587
11588 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11589 The functionality for "local" declarations has been extracted to
11590 c-set-fl-decl-start.
11591
11592 * progmodes/cc-mode.el (c-common-init, c-after-change):
11593 Changes due to pluralisation of c-before-font-lock-functions.
11594 (c-set-fl-decl-start): New function, extracted from
11595 c-font-lock-enclosing-decls and enhanced.
11596
11597 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11598
11599 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11600
11601 2011-12-22 Juri Linkov <juri@jurta.org>
11602
11603 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11604
11605 2011-12-22 Chong Yidong <cyd@gnu.org>
11606
11607 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11608
11609 2011-12-21 Drew Adams <drew.adams@oracle.com>
11610
11611 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11612
11613 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11614
11615 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11616
11617 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11618
11619 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11620 highlighting and support. Fix up comments for capitalization.
11621 (cfengine-mode-debug): New var.
11622 (cfengine3-mode): Change the modeline indicator to "CFE3".
11623 (cfengine3-font-lock-keywords): Improve defun highlighting.
11624 (cfengine2-actions): Rename from `cfengine-actions'.
11625 (cfengine2-font-lock-keywords): Rename from
11626 `cfengine-font-lock-keywords'.
11627 (cfengine2-imenu-expression): Rename from
11628 `cfengine-imenu-expression'.
11629 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11630 (cfengine2-beginning-of-defun): Rename from
11631 `cfengine-beginning-of-defun'.
11632 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11633 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11634 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11635 modeline indicator to "CFE2".
11636 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11637 (cfengine-mode-abbrevs): Mark obsolete.
11638
11639 2011-12-21 Chong Yidong <cyd@gnu.org>
11640
11641 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11642 filename argument.
11643
11644 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11645
11646 * window.el (window-normalize-buffer-to-display): Remove.
11647 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11648
11649 2011-12-19 Chong Yidong <cyd@gnu.org>
11650
11651 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11652 Don't signal an error in a predicate function; return non-nil.
11653 (vc-dir-mark-file): Move the error here.
11654 (vc-dir-mark-unmark): If acting on the region, keep going if one
11655 of the entries cannot be marked/unmarked.
11656 (vc-dir-mark-all-files): If current entry is a directory, mark
11657 only child files, as documented.
11658
11659 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11660
11661 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11662 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11663 addition.
11664
11665 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11666
11667 * term/ns-win.el (ns-get-selection-internal)
11668 (ns-store-selection-internal): Declare.
11669 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11670 Declare as obsolete.
11671 (ns-get-pasteboard, ns-paste-secondary):
11672 Use ns-get-selection-internal.
11673 (ns-set-pasteboard, ns-copy-including-secondary):
11674 Use ns-store-selection-internal.
11675
11676 2011-12-17 Chong Yidong <cyd@gnu.org>
11677
11678 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11679 (vc-deduce-fileset): Doc fix.
11680
11681 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11682
11683 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11684
11685 2011-12-13 Sam Steingold <sds@gnu.org>
11686
11687 * man.el (Man-getpage-in-background): When running under a
11688 window-system, ignore $MANWIDTH and $COLUMNS.
11689
11690 2011-12-15 Kenichi Handa <handa@m17n.org>
11691
11692 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11693 (setup-ethiopic-environment-internal): Comment out key-binding for
11694 ethio-toggle-punctuation.
11695
11696 2011-12-13 Alan Mackenzie <acm@muc.de>
11697
11698 Add the switch statement to AWK Mode.
11699
11700 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11701 "default" to the keywords regexp.
11702
11703 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11704 expression as the rest.
11705 (c-nonlabel-token-key): Allow string literals for AWK.
11706 Refactor for the other modes.
11707
11708 Large brace-block initialisation makes CC Mode slow: Fix.
11709 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11710 routines. Limit backward searching in c-font-lock-enclosing.decl.
11711
11712 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11713 pp-state and literal type in addition to the limits.
11714 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11715 (c-state-literal-at): Use the above new defun.
11716 (c-slow-in-literal, c-fast-in-literal): Remove.
11717 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11718
11719 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11720 being in a literal. Add a limit for backward searching.
11721
11722 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11723 c-slow-in-literal.
11724
11725 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11728
11729 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11730
11731 * window.el (delete-other-windows): Use correct frame in call to
11732 window-with-parameter.
11733
11734 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11735
11736 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11737 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11738 (makefile-gmake-statements, makefile-makepp-statements):
11739 Use it and add new makepp keywords.
11740 (makefile-makepp-font-lock-keywords): Add new patterns.
11741 (makefile-match-function-end): Match new [...] and [[...]].
11742
11743 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11744
11745 * ses.el (ses-call-printer-return, ses-cell-property-get)
11746 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11747 (ses-create-cell-variable, ses-reset-header-string)
11748 (ses-cell-set-formula, ses-repair-cell-reference-all)
11749 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11750 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11751 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11752 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11753 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11754 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11755 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11756 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11757 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11758 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11759 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11760 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11761
11762 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11763
11764 * ses.el: The overall change is to add cell renaming, that is
11765 setting fancy names for cell symbols other than name matching
11766 "\\`[A-Z]+[0-9]+\\'" regexp .
11767 (ses-create-cell-variable): New defun.
11768 (ses-relocate-formula): Relocate formulas only for cells the
11769 symbols of which are not renamed, i.e. symbols whose names do not
11770 match regexp "\\`[A-Z]+[0-9]+\\'".
11771 (ses-relocate-all): Relocate values only for cells the symbols of
11772 which are not renamed.
11773 (ses-load): Create cells variables as the (ses-cell ...) are read,
11774 in order to check row col consistency with cell symbol name only
11775 for cells that are not renamed.
11776 (ses-replace-name-in-formula): New defun.
11777 (ses-rename-cell): New defun.
11778
11779 2011-12-11 Chong Yidong <cyd@gnu.org>
11780
11781 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11782 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11783
11784 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11785
11786 * window.el (other-window): Fix docstring.
11787
11788 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11789
11790 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11791 `from' or `to' address before taking its substring.
11792 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11793 encoded name is chopped in the middle of the encoded string, and
11794 thus displayed encoded.
11795
11796 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11797
11798 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11799
11800 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11801
11802 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11803 to use texinfo-update-node and commands that call it if the
11804 Texinfo file uses @node lines without next/prev/up pointers.
11805 Correct outdated description about texinfo-master-menu.
11806 (texinfo-all-menus-update, texinfo-master-menu)
11807 (texinfo-update-node, texinfo-every-node-update)
11808 (texinfo-multiple-files-update): Doc fix. Warn against updating
11809 all the @node lines.
11810 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11811 argument is numeric. Explain better in the doc string what the
11812 function really does.
11813 (texinfo-insert-master-menu-list): Improve the error message
11814 displayed if there's no menu in the Top node.
11815 (Bug#2975) See also this thread:
11816 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11817
11818 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11819
11820 * speedbar.el (speedbar-supported-extension-expressions):
11821 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11822
11823 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11824
11825 * printing.el (pr-mode-alist):
11826 * simple.el (filter-buffer-substring-functions)
11827 (completion-list-insert-choice-function):
11828 * window.el (window-with-parameter, window-atom-root)
11829 (window-sides-slots, window-size-fixed, window-min-delta)
11830 (window-max-delta, window--resize-mini-window)
11831 (window--resize-child-windows-normal, window-tree)
11832 (delete-other-windows, quit-window, split-window)
11833 (display-buffer-record-window, special-display-buffer-names)
11834 (special-display-regexps, special-display-popup-frame)
11835 (same-window-p, split-window-sensibly)
11836 (display-buffer-overriding-action, display-buffer-alist)
11837 (display-buffer-base-action, display-buffer, switch-to-buffer)
11838 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11839 (fit-window-to-buffer, recenter-positions)
11840 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11841 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11842 and remove unneeded backslashes in docstrings.
11843
11844 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11847
11848 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11849 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11850 end in ".mk".
11851 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11852 when reading the makefile (bug#10116).
11853
11854 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11857 (bug#10116).
11858
11859 2011-12-06 Glenn Morris <rgm@gnu.org>
11860
11861 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11862
11863 2011-12-06 Chong Yidong <cyd@gnu.org>
11864
11865 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11866
11867 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11868
11869 * textmodes/table.el (table-shorten-cell): Fix typo.
11870
11871 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11872
11873 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11874
11875 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11876
11877 * descr-text.el (describe-char): Fix display of strong
11878 right-to-left characters and directional embeddings and overrides.
11879
11880 * simple.el (what-cursor-position): Fix display of codepoints of
11881 strong right-to-left characters.
11882
11883 2011-12-05 Chong Yidong <cyd@gnu.org>
11884
11885 * faces.el (read-color): Doc fix.
11886
11887 2011-12-05 Glenn Morris <rgm@gnu.org>
11888
11889 * align.el (align--set-marker): Add doc-string.
11890 Don't try to move something that is not a marker. (Bug#10216)
11891
11892 2011-12-04 Glenn Morris <rgm@gnu.org>
11893
11894 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11895 overly zealous deletion of trailing whitespace.
11896
11897 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11898
11899 * server.el (server-delete-client): On Windows, do not try to delete
11900 the only terminal.
11901 (server-process-filter): On Windows, treat requests for a tty frame as
11902 if they were for a GUI frame if the running server is in GUI mode.
11903
11904 2011-12-03 Glenn Morris <rgm@gnu.org>
11905
11906 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11907
11908 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * electric.el: Streamline electric-indent's hook.
11911 (electric-indent-chars): Revert to simple list.
11912 (electric-indent-functions): New var.
11913 (electric-indent-post-self-insert-function): Use it.
11914
11915 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11916 there's no inferior buffer (bug#10196).
11917 (prolog-consult-compile): Don't use toggle-read-only.
11918
11919 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11920
11921 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11922 interrupt. (Bug#10187)
11923
11924 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11927 (bug#9160).
11928
11929 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11930 (bug#10191).
11931
11932 2011-12-02 Juri Linkov <juri@jurta.org>
11933
11934 * info.el (Info-search): Display "end of manual" when Isearch
11935 reaches the end of single-file Info manual. (Bug#9918)
11936
11937 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11938
11939 * isearch.el (isearch-message-prefix): Run the input method part
11940 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11941
11942 2011-12-02 Juri Linkov <juri@jurta.org>
11943
11944 * isearch.el (isearch-occur): Use `word-search-regexp' for
11945 `isearch-word'.
11946 (isearch-search-and-update): Add condition for `isearch-word' and
11947 call `word-search-regexp'. (Bug#10145)
11948
11949 2011-12-01 Glenn Morris <rgm@gnu.org>
11950
11951 * eshell/em-hist.el (eshell-hist-initialize):
11952 Handle eshell-history-size nil and HISTSIZE set or unset.
11953 (eshell-history-file-name, eshell-history-size): Fix custom type.
11954
11955 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11958
11959 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11960
11961 * progmodes/verilog-mode.el (verilog-pretty-expr):
11962 Rework verilog-pretty-expr to handle new assignment operators in system
11963 verilog, such as += *= and the like.
11964 (verilog-assignment-operator-re): Regular expression to find the
11965 assigment operator in a verilog assignment.
11966 (verilog-assignment-operation-re): Regular expression to find an
11967 assignment statement for pretty-expr.
11968 (verilog-in-attribute-p): Query returns true if point is in an
11969 attribute context; used to skip these for expression line up from
11970 pretty-expr.
11971 (verilog-in-parameter-p): Query returns true if point is in an
11972 parameter definition context; used to skip these for expression
11973 line up from pretty-expr.
11974 (verilog-in-parenthesis-p): Query returns true if point is in a
11975 parenthetical expression, specifically ( ) but not [ ] or { };
11976 used by pretty-expr.
11977 (verilog-just-one-space): If there is no space, don't add one.
11978 (verilog-get-lineup-indent-2): Specifically skip just attribute
11979 contexts for expression lineup, rather than skipping all
11980 parenthetical expressions.
11981 (verilog-calculate-indent): Fix comment, and fix indent.
11982 (verilog-do-indent): Indent declarations in lists (suggested by
11983 Joachim Lechner).
11984 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11985 skeleton items.
11986 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11987 by Alain Mellan).
11988
11989 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11990
11991 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11992 parameters with embedded comments. Reported by Ray Stevens.
11993 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11994 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11995 Reported by Tim Holt.
11996 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11997 instantiated by upper module causing wrong expansion until AUTOed a
11998 second time. Reported by K C Buckenmaier.
11999 (verilog-diff-auto): Fix showing .* as a difference when
12000 `verilog-auto-star-save' off. Reported by Dan Dever.
12001 (verilog-auto-reset, verilog-read-always-signals)
12002 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12003 temporary signals in reset list if
12004 verilog-auto-reset-blocking-in-non is nil, and match assignment
12005 style to each signal's assignment type, bug381.
12006 Reported by Thomas Esposito.
12007 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12008 (verilog-uvm-statement-re): Support UVM indentation and
12009 highlighting, with old OVM keywords only.
12010 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12011 Support AUTOTIEOFF creating non-wire data types.
12012 Suggested by Jonathan Greenlaw.
12013 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12014 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12015 (verilog-inject-sense, verilog-read-inst-pins)
12016 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12017 Fix mismatching parenthesis inside commented out code when deleting
12018 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12019 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12020 non-numeric vector width. Reported by Alex Reed.
12021 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12022 detecting signals with parameter widths. Reported by Alex Reed.
12023 (verilog-auto-delete-trailing-whitespace):
12024 With `verilog-auto-delete-trailing-whitespace' remove trailing
12025 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12026 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12027 Fix verilog-scan-cache corruption when running user AUTO expansion
12028 hooks that call indentation routines.
12029 (verilog-simplify-range-expression): Fix typo ignoring lower case
12030 identifiers.
12031 (verilog-delete-auto): Fix delete-autos to also remove user created
12032 automatics, as long as they start with AUTO.
12033 (verilog-batch-diff-auto, verilog-diff-auto)
12034 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12035 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12036 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12037 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12038 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12039 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12040 is disabled and its cache will get corrupt, causing AUTOS not to
12041 expand. Instead use only -quick functions.
12042 (verilog-scan-region): Fix scanning over escaped quotes.
12043 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12044 (verilog-re-search-backward-quick)
12045 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12046 related functions now ignore strings, to fix misparsing of strings
12047 with magic comments embedded in them.
12048 (verilog-read-auto-template):
12049 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12050 Reported by Brad Dobbie.
12051 (verilog-read-auto-template):
12052 Fix 'verilog-auto-inst-template-numbers' with comments.
12053 Reported by Brad Dobbie.
12054 (verilog-auto-inst, verilog-auto-inst-param)
12055 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12056 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12057 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12058 debugging templates without merge conflicts, bug357.
12059 Reported by Brad Dobbie.
12060 (verilog-read-auto-template):
12061 Fix verilog-auto-inst-template-numbers with multiple templates.
12062 Reported by Brad Dobbie.
12063 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12064 abbrevs so user won't be asked to save.
12065 (verilog-read-auto-lisp-present): Fix to start at beginning of
12066 buffer in case called outside of verilog-auto.
12067 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12068 to "X-2". Reported by Matthew Myers.
12069 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12070 all inputs from module templates. Reported by Leith Johnson.
12071 (verilog-module-inside-filename-p): Fix locating programs as with
12072 modules.
12073 (verilog-auto-inst-port): Fix vl-width expressions when using
12074 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12075 (verilog-decls-get-regs, verilog-decls-get-signals,
12076 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12077 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12078 verilog-read-decls): Combine reg and wire structures into one var
12079 structure to represent SystemVerilog concepts.
12080 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12081 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12082 (verilog-auto-wire-type, verilog-insert-definition):
12083 Add verilog-auto-wire-type and AUTOLOGIC to support using
12084 SystemVerilog "logic" keyword instead of "wire"/"reg".
12085 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12086 to declares outputs that also have assignments (presumably in an
12087 ifdef or generate if so there's not a driver conflict).
12088 Reported by Matthew Myers.
12089 (verilog-auto-declare-nettype, verilog-insert-definition):
12090 Add verilog-auto-declare-nettype to fix declarations using
12091 `default_nettype none. Reported by Julian Gorfajn.
12092 (verilog-read-always-signals-recurse, verilog-read-decls)
12093 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12094 malformed end statement, bug325. Reported by Joshua Wise and
12095 Andrew Drake.
12096 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12097 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12098 when expanding .* in interfaces, bug320.
12099 Reported by Pierre-David Pfister.
12100 (verilog-read-module-name): Fix import statements between module
12101 name and open parenthesis, bug317.
12102 Reported by Pierre-David Pfister.
12103 (verilog-simplify-range-expression): Fix simplification of
12104 multiplications inside AUTOWIRE connections, bug303.
12105 (verilog-auto-inst-port): Support parameter expansion in
12106 multidimensional arrays.
12107 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12108 after "assert property". Reported by Julian Gorfajn.
12109 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12110 with multiplication, bug303.
12111 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12112 Reported by Jan Frode Lonnum.
12113
12114 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12115
12116 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12117 (hfy-shell-file-name, hfy-shell):
12118 * international/fontset.el (x-decompose-font-name): Fix typos.
12119
12120 2011-11-29 Ken Brown <kbrown@cornell.edu>
12121
12122 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12123 (gdb-version): Remove defvar.
12124 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12125 (gdb-gud-context-command, gdb-non-stop-handler)
12126 (gdb-current-context-command, gdb-stopped): Use it.
12127 (gdb-init-1): Enable pretty printing here.
12128 (gdb-non-stop-handler): Don't enable pretty-printing here.
12129 Check to see if the target supports non-stop mode; if not, turn off
12130 non-stop mode. Use the following.
12131 (gdb-check-target-async): New defun.
12132 (gud-watch, gdb-stopped): Fix whitespace.
12133 (gdb-get-source-file): Don't try to display the source file if
12134 `gdb-main-file' is nil.
12135
12136 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * align.el: Try to generate fewer markers (bug#10047).
12139 (align--set-marker): New macro.
12140 (align-region): Use it.
12141
12142 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12145
12146 2011-11-29 Chong Yidong <cyd@gnu.org>
12147
12148 * indent.el (indent-for-tab-command, indent-according-to-mode):
12149 Doc fix.
12150 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12151
12152 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12153
12154 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12155 aware of remote file names. (Bug#10124)
12156
12157 2011-11-29 Chong Yidong <cyd@gnu.org>
12158
12159 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12160
12161 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * files.el (find-file): Don't use force-same-window (bug#10144).
12164 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12165 use pop-to-buffer if the selected window can't be used.
12166 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12167
12168 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12169
12170 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12171 special-mode-map.
12172
12173 2011-11-28 Chong Yidong <cyd@gnu.org>
12174
12175 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12176
12177 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12178
12179 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12180 gdb-get-source-file-list on gdb-create-source-file-list.
12181
12182 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12183
12184 * whitespace.el (whitespace-newline): Use a different foreground
12185 color for 16-color light-background displays.
12186
12187 2011-11-24 Chong Yidong <cyd@gnu.org>
12188
12189 * window.el (display-buffer--special-action): Doc fix.
12190
12191 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12194 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12195 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12196 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12197 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12198 (avl-tree-stack-first):
12199 * emacs-lisp/cconv.el (cconv--analyse-use):
12200 * net/gnutls.el (gnutls-negotiate): Fix typos.
12201
12202 2011-11-24 Glenn Morris <rgm@gnu.org>
12203
12204 * lpr.el (lpr-windows-system, lpr-lp-system):
12205 * mail/binhex.el (binhex-begin-line):
12206 * progmodes/grep.el (grep-history, grep-find-history):
12207 * textmodes/flyspell.el:
12208 * vc/pcvs-defs.el (cvs-global-menu):
12209 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12210 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12211 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12212
12213 * net/tls.el: Fix case of "GnuTLS".
12214
12215 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12216
12217 * version.el (emacs-build-system): Give it a doc-string.
12218
12219 2011-11-24 Juri Linkov <juri@jurta.org>
12220
12221 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12222
12223 2011-11-24 Glenn Morris <rgm@gnu.org>
12224
12225 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12226 if called on a non-mime message just toggle the headers. (Bug#8006)
12227
12228 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12231 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12232 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12233 (allout-rebullet-heading, allout-open-sibtopic)
12234 (allout-toggle-current-subtree-encryption)
12235 (allout-toggle-subtree-encryption, allout-encrypt-string)
12236 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12237 (allout-distinctive-bullets-string, allout-auto-activation):
12238 * window.el (window-normalize-buffer-to-display):
12239 * progmodes/verilog-mode.el (verilog-batch-indent):
12240 * textmodes/bibtex.el (bibtex-field-braces-opt)
12241 (bibtex-field-strings-opt):
12242 * vc/cvs-status.el (cvs-tree-merge):
12243 Fix typos.
12244
12245 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12246
12247 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12248 `non-essential' to t, in order to avoid remote connections.
12249
12250 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12251
12252 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12253 On MS-DOS and MS-Windows, compare with loaddefs.el
12254 case-insensitively.
12255
12256 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12257
12258 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12259
12260 2011-11-23 Glenn Morris <rgm@gnu.org>
12261
12262 * paths.el (rmail-file-name): Reformat the doc-string so that it
12263 is picked up.
12264
12265 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12266 (rmail-auto-file): Ignore case in the "special" field names,
12267 as mail-fetch-field does for all others.
12268
12269 * mail/rmail.el (rmail-forward):
12270 * mail/rmailkwd.el (rmail-set-label):
12271 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12272 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12273
12274 * mail/rmail.el (rmail-current-message): Doc fix.
12275
12276 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12277
12278 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12281
12282 2011-11-22 Glenn Morris <rgm@gnu.org>
12283
12284 * mail/rmailmm.el (test-rmail-mime-handler)
12285 (test-rmail-mime-bulk-handler)
12286 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12287
12288 2011-11-21 Juri Linkov <juri@jurta.org>
12289
12290 * calc/calc.el (calc-read-key-sequence):
12291 Let-bind `input-method-function' to nil. (Bug#10018)
12292
12293 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12294
12295 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12296 Tell the caller that the next line needs recomputation, even
12297 though it doesn't start a sexp (bug#10094).
12298
12299 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12302
12303 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12306 Use force-same-window.
12307
12308 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12309
12310 * descr-text.el (describe-char-unicode-data):
12311 * json.el (json-string-escape):
12312 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12313 (Footnote-unicode, Footnote-style-p):
12314 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12315
12316 2011-11-20 Chong Yidong <cyd@gnu.org>
12317
12318 * window.el (replace-buffer-in-windows): Restore interactive spec.
12319
12320 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12323
12324 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12325 (byte-compile-global-not-obsolete-vars): New var.
12326 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12327 Use it.
12328 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12329
12330 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12331
12332 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12333 * progmodes/pascal.el (electric-pascal-equal):
12334 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12335 * xml.el (xml-substitute-special): Fix typos.
12336
12337 2011-11-20 Glenn Morris <rgm@gnu.org>
12338
12339 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12340 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12341 Doc fixes.
12342 (rmail-decode-mime-charset): Mark as obsolete.
12343
12344 * mail/rmailsum.el (rmail-message-regexp-p-1):
12345 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12346 Before using mime functions, check they are set. (Bug#10077)
12347
12348 2011-11-19 Juri Linkov <juri@jurta.org>
12349
12350 * info.el (Info-finder-find-node): Use `package--builtins' instead
12351 of `package-alist'. Use node names formed by the pattern "Keyword "
12352 and the keyword name.
12353
12354 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12355
12356 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12357
12358 2011-11-19 Juri Linkov <juri@jurta.org>
12359
12360 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12361 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12362 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12363 `old-history', `old-history-forward'. Add let-binding
12364 `window-selected'. Remove calls to `kill-buffer',
12365 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12366 before calling `Info-find-node', so `Info-find-node-2' will reread
12367 the Info file. Restore window positions only when `window-selected'
12368 is non-nil.
12369
12370 2011-11-19 Juri Linkov <juri@jurta.org>
12371
12372 * isearch.el (isearch-lazy-highlight-new-loop):
12373 Remove condition `(not isearch-error)'. (Bug#9918)
12374
12375 * misearch.el (multi-isearch-search-fun): Add condition
12376 `(not bound)' to ignore lazy-highlighting search.
12377 Add the search-failed message "end of multi" when the end of
12378 multi-sequence is reached. Uncapitalize the search-failed
12379 message "Repeat for next buffer".
12380
12381 * info.el (Info-search): Add the search-failed message
12382 "end of the manual" when the end of the manual is reached
12383 in Isearch mode.
12384
12385 2011-11-19 Juri Linkov <juri@jurta.org>
12386
12387 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12388 Use non-destructive `remove' instead of `delete' because
12389 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12390 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12391
12392 2011-11-19 Juri Linkov <juri@jurta.org>
12393
12394 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12395 to nil instead of binding `search-ring' and `regexp-search-ring'.
12396 (Bug#9185)
12397
12398 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12399
12400 * simple.el (line-move): Force movement by logical lines for any
12401 hscrolled window, not only when auto-hscroll-mode is on.
12402 (line-move-visual): Update doc string to that effect. (Bug#10076)
12403
12404 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12405
12406 * language/european.el (macintosh): Define as alias for mac-roman.
12407
12408 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12409
12410 * mail/rmailmm.el (rmail-mime-display-header)
12411 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12412 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12413 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12414 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12415 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12416 of a raw aref.
12417 (rmail-mime-entity-segment): To get past the tagline, move forward
12418 2 more lines, to account for the 2 empty lines that precede and
12419 follow the line with the buttons.
12420 (rmail-mime-update-tagline): Move one more line, to get past the
12421 empty line that follows the buttons in the tagline. (Bug#9520)
12422
12423 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12424
12425 * window.el (window-max-delta-1, window-min-delta-1)
12426 (window-min-size-1, window-state-get-1, window-state-put-1)
12427 (window-state-put-2): Use "window--" prefix.
12428
12429 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12432 (smie-warning-count): New var.
12433 (smie-set-prec2tab): Use it.
12434 (smie-bnf->prec2): Improve warnings. Add docstring.
12435 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12436 (smie-bnf--set-class): New function.
12437 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12438 corner case.
12439
12440 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12441 (compilation-error-properties, compilation-move-to-column):
12442 Handle compilation-first-column while in the target buffer.
12443
12444 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12445 Don't hardcode point-min==1.
12446
12447 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12448 (eshell-rewrite-for-command): Remove workaround.
12449 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12450 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12451 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12452
12453 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12454
12455 2011-11-17 Glenn Morris <rgm@gnu.org>
12456
12457 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12458 Ignore buffer-local generated-autoload-file if it is the same
12459 as the global value. (Bug#10049)
12460
12461 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12462
12463 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12464 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12465 (reftex-toc-previous-heading, reftex-toc-max-level)
12466 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12467 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12468 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12469 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12470 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12471 (reftex-toc-rename-label, reftex-toc-visit-location)
12472 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12473 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12474 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12475 leaving "*toc*" only for references to the buffer.
12476
12477 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12478
12479 * window.el (window-resize, delete-window, split-window):
12480 Replace window-splits by window-combination-resize.
12481 * cus-start.el (window-splits): Replace by window-combination-resize.
12482
12483 2011-11-17 Glenn Morris <rgm@gnu.org>
12484
12485 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12486 Make bash entry derive from sh entry, not shell entry.
12487
12488 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12489
12490 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12491 local file name.
12492
12493 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12494
12495 * menu-bar.el (menu-bar-file-menu):
12496 * printing.el (pr-ps-utility):
12497 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12498 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12499 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12500 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12501 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12502 (icalendar--convert-cyclic-to-ical)
12503 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12504 (icalendar--convert-ical-to-diary)
12505 (icalendar--convert-recurring-to-diary)
12506 (icalendar--convert-non-recurring-all-day-to-diary)
12507 (icalendar-import-format-sample):
12508 * progmodes/idlw-shell.el (idlwave-shell-mode):
12509 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12510 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12511 (vhdl-ps-print-init): Fix typos.
12512
12513 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12514
12515 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12516 FSF and collapse date sequence, obscure author/maintainer email address
12517 better, remove extra version line, track relocation of author's webpage.
12518
12519 * progmodes/python.el (python-pdbtrack-input-prompt)
12520 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12521 regular python pdb prompts. Adjustments shamelessly taken exactly as
12522 suggested in EmacsWiki page (tiny change):
12523 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12524
12525 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12526
12527 * expand.el (expand-pos, expand-index, expand-point):
12528 Remove redundant info from docstring.
12529 (expand-add-abbrevs): Doc fix.
12530 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12531 (expand-sample-perl-mode-expand-list): Fix typos.
12532
12533 * net/dbus.el (dbus-event-member-name):
12534 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12535 * term/pc-win.el (msdos-create-frame-with-faces):
12536 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12537
12538 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12539
12540 * window.el (split-window, window-state-get-1)
12541 (window-state-put-1, window-state-put-2): Rename occurrences of
12542 window-nest to window-combination-limit.
12543 * cus-start.el (window-nest): Rename to window-combination-limit.
12544
12545 2011-11-16 Chong Yidong <cyd@gnu.org>
12546
12547 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12548 regexp (Bug#10033).
12549
12550 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12553 `completing-read' will remove *Completions* and will preserve
12554 current-buffer for us.
12555 (tmm-add-prompt): Users of *Completions* will always (re)set its
12556 major mode.
12557 (tmm-old-comp-map): Remove.
12558
12559 2011-11-16 Glenn Morris <rgm@gnu.org>
12560
12561 * mail/rmailedit.el: Require rmailmm when compiling.
12562 (rmail-old-mime-state): New declaration.
12563 (rmail-edit-current-message): If editing a mime message,
12564 edit the "raw" message from the mbox buffer.
12565 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12566
12567 2011-11-15 Glenn Morris <rgm@gnu.org>
12568
12569 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12570 which wasn't being used. Add optional arg to force given state.
12571 (rmail-mime): Add optional arg to force given state.
12572
12573 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12574
12575 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12576 * frame.el (display-mm-dimensions-alist):
12577 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12578 (outline-move-subtree-down):
12579 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12580 (newsticker--treeview-do-get-node):
12581 * net/quickurl.el (quickurl-list-buffer-name):
12582 * progmodes/dcl-mode.el (dcl-mode):
12583 * progmodes/gdb-mi.el (gdb-mapcar*):
12584 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12585
12586 2011-11-15 Glenn Morris <rgm@gnu.org>
12587
12588 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12589 in a boolean sense, so just make it a boolean, and fix the doc.
12590 (rmail-show-mime-function, rmail-mime-feature)
12591 (rmail-require-mime-maybe): Doc fixes.
12592 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12593
12594 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12595
12596 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12597
12598 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12599 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12600 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12601 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12602
12603 2011-11-15 Glenn Morris <rgm@gnu.org>
12604
12605 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12606 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12607 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12608 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12609 (rmail-mime, rmail-show-mime): Doc fixes.
12610
12611 * term/ns-win.el (mode-line-frame-identification):
12612 Leave it alone. (Bug#10051)
12613
12614 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12615
12616 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12617 Handle empty buffers. (Bug#9978)
12618
12619 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12620
12621 * international/mule.el (define-charset):
12622 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12623 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12624 * progmodes/verilog-mode.el (verilog-backward-token):
12625 * textmodes/ispell.el (lookup-words):
12626 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12627
12628 2011-11-14 Glenn Morris <rgm@gnu.org>
12629
12630 * progmodes/executable.el
12631 (executable-make-buffer-file-executable-if-script-p):
12632 Handle file-modes returning nil.
12633
12634 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12635 message - not necessary, and causes problems. (Bug#9831)
12636
12637 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12638
12639 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12640
12641 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12642 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12643 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12644
12645 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12646
12647 * window.el (window-resize, delete-window): Use window-splits
12648 variable instead of function.
12649 (window-state-get-1, window-state-put-2, window-state-put):
12650 Don't deal with windows' splits status.
12651
12652 2011-11-12 Glenn Morris <rgm@gnu.org>
12653
12654 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12655 (apropos-documentation): Doc fixes.
12656
12657 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12660 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12661
12662 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12663
12664 * electric.el (electric-indent-post-self-insert-function): Make it
12665 possible for a char to only indent in some circumstances.
12666 (electric-indent-mode): Simplify.
12667
12668 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12669
12670 * window.el (windows-with-parameter): Remove unused function.
12671 (windows-at-side): Rename to window-at-side-list.
12672 (window-check, window-atom-check, window-atom-check-1)
12673 (window-side-check, window-size-ignore, window-size-fixed-1)
12674 (window-in-direction-2): Prefix with "window--".
12675 (window-tree-1): Rename to window--subtree, fix doc-string.
12676
12677 2011-11-11 Glenn Morris <rgm@gnu.org>
12678
12679 * subr.el (eval-after-load): If FILE is already loaded,
12680 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12681
12682 2011-11-10 Glenn Morris <rgm@gnu.org>
12683
12684 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12685 Call svn via vc-svn-command rather than vc-do-command.
12686 (vc-svn-command): Add --non-interactive. (Bug#9993)
12687 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12688
12689 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12690 Add toggle-read-only. (Bug#7292)
12691 * files.el (toggle-read-only): Mention that it should only
12692 be used interactively. (Bug#10006)
12693
12694 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12697 Adjust regexp for OCaml warnings.
12698
12699 * electric.el (electric-pair-post-self-insert-function): Let user
12700 turn it off buffer-locally (bug#9932).
12701
12702 * progmodes/python.el (python-beginning-of-statement):
12703 Rewrite (bug#2703).
12704
12705 * progmodes/compile.el: Better handle TABs (bug#9749).
12706 (compilation-internal-error-properties)
12707 (compilation-next-error-function): Obey the target buffer's
12708 compilation-error-screen-columns.
12709
12710 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12711
12712 * progmodes/meta-mode.el: Remove obsolete comments.
12713 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12714 Fix typos in docstrings.
12715
12716 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12717
12718 * window.el (window-size-fixed-p): Rewrite doc-string.
12719 (window-resizable-p): Rename to window--resizable-p. Update callers.
12720 (window--resizable): New function. Make all callers of
12721 window-resizable call window--resizable instead.
12722 (window-resizable): Rewrite in terms of window--resizable.
12723
12724 2011-11-08 Glenn Morris <rgm@gnu.org>
12725
12726 * progmodes/delphi.el (delphi-mode-syntax-table):
12727 Let define-derived-mode define a proper syntax table. (Bug#9994)
12728
12729 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * window.el: Stay away from defsubst.
12732 (window-list-no-nils): Remove.
12733 (window-state-get-1, window-state-get): Use backquote instead.
12734
12735 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12736
12737 * emacs-lisp/find-func.el (find-function-read):
12738 Fix incorrect use of default argument in `completing-read'.
12739
12740 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12741
12742 * window.el (display-buffer-function, special-display-function):
12743 Mention display-buffer-record-window but do not mention
12744 help-setup parameter in doc-strings.
12745 (window-min-delta): Fix doc-string typo.
12746
12747 2011-11-08 Chong Yidong <cyd@gnu.org>
12748
12749 * window.el (window-total-height, window-total-width): Doc fix.
12750 (window-body-size): Move from C.
12751 (window-body-height, window-body-width): Move to C.
12752
12753 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * window.el: Make special-display like display-buffer-alist (bug#9532).
12756 (display-buffer--special-action): New function, morphed
12757 from display-buffer--special.
12758 (display-buffer): Use it to handle special-display-buffers at higher
12759 priority (just after display-buffer-alist).
12760 (display-buffer-fallback-action, display-buffer--other-frame-action)
12761 (pop-to-buffer-same-window): Remove display-buffer--special.
12762
12763 2011-11-07 Glenn Morris <rgm@gnu.org>
12764
12765 * calendar/cal-menu.el (cal-menu-set-date-title):
12766 Do nothing if not in a calendar. (Bug#9976)
12767
12768 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * files.el (find-file): Always use selected-window.
12771
12772 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12773
12774 * window.el (window-combinations): Make WINDOW argument
12775 mandatory. Rewrite doc-string.
12776 (walk-window-subtree, window-atom-check, window-min-delta)
12777 (window-max-delta, window--resize-this-window)
12778 (window--resize-root-window-vertically, window-tree)
12779 (balance-windows, window-state-put): Rewrite doc-strings as to
12780 not mention the term "subwindow".
12781 (window--resize-subwindows-skip-p): Rename to
12782 window--resize-child-windows-skip-p.
12783 (window--resize-subwindows-normal): Rename to
12784 window--resize-child-windows-normal.
12785 (window--resize-subwindows): Rename to
12786 window--resize-child-windows.
12787 (window-or-subwindow-p): Rename to window--in-subtree-p.
12788
12789 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12790
12791 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12792 Ensure that mbox format messages end in two newlines (Bug#9974).
12793
12794 2011-11-06 Chong Yidong <cyd@gnu.org>
12795
12796 * window.el (window-combination-p): Function deleted; its
12797 side-effect is not used in any existing code.
12798 (window-combinations, window-combined-p): Call window-*-child
12799 directly.
12800
12801 2011-11-05 Chong Yidong <cyd@gnu.org>
12802
12803 * window.el (window-valid-p): Rename from window-any-p.
12804 (window-size-ignore, window-state-get): Callers changed.
12805 (window-normalize-window): Rename from window-normalize-any-window.
12806 New arg LIVE-ONLY, replacing window-normalize-live-window.
12807 (window-normalize-live-window): Delete.
12808 (window-combination-p, window-combined-p, window-combinations)
12809 (walk-window-subtree, window-atom-root, window-min-size)
12810 (window-sizable, window-sizable-p, window-size-fixed-p)
12811 (window-min-delta, window-max-delta, window-resizable)
12812 (window-resizable-p, window-full-height-p, window-full-width-p)
12813 (window-current-scroll-bars, window-point-1, set-window-point-1)
12814 (window-at-side-p, window-in-direction, window-resize)
12815 (adjust-window-trailing-edge, maximize-window, minimize-window)
12816 (window-deletable-p, delete-window, delete-other-windows)
12817 (record-window-buffer, unrecord-window-buffer)
12818 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12819 (quit-window, split-window, window-state-put)
12820 (set-window-text-height, fit-window-to-buffer)
12821 (shrink-window-if-larger-than-buffer): Callers changed.
12822
12823 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12824
12825 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12826 rfc2047-decode-string.
12827 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12828 warnings.
12829
12830 * window.el (window-body-height, window-body-width): Mention in
12831 the doc string that the return values are in frame's canonical
12832 units. (Bug#9949)
12833
12834 2011-11-03 Alan Mackenzie <acm@muc.de>
12835
12836 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12837 change in cc-engine.el.
12838
12839 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12842
12843 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12844
12845 * window.el (quit-window): Call unrecord-window-buffer after
12846 showing another buffer in the window. (Bug#9937)
12847 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12848
12849 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12850
12851 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12852 Accept status with more than 9 shelves. (Bug#9935)
12853 Reported by Colin D Bennett <colin@gibibit.com>.
12854
12855 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12856
12857 * help.el (with-help-window): Don't reference
12858 temp-buffer-show-specifiers in doc-string.
12859
12860 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12861
12862 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12863 menu-item.
12864
12865 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12866
12867 * whitespace.el: New version 13.2.2.
12868 (whitespace-newline-mode): Disable properly. Reported by Sarah
12869 <EmacsWiki>.
12870
12871 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12872
12873 * net/newst-treeview.el: Remove "Time-stamp".
12874 (newsticker--group-manage-orphan-feeds): Do not call
12875 newsticker--treeview-tree-update.
12876 (newsticker-treeview-update, newsticker-treeview):
12877 Call newsticker--treeview-tree-update if necessary.
12878
12879 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12880
12881 * window.el (window-iso-combination-p, window-iso-combined-p)
12882 (window-iso-combinations): Remove "iso-" infix.
12883 Suggested by Chong Yidong.
12884 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12885 (window-max-delta-1, window-resize, window--resize-siblings)
12886 (window--resize-this-window, adjust-window-trailing-edge)
12887 (split-window, balance-windows-1)
12888 (shrink-window-if-larger-than-buffer):
12889 * calendar/calendar.el (calendar-generate-window):
12890 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12891
12892 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12895 in place (bug#9907).
12896 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12897 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12898 (eshell-structure-basic-command, eshell-rewrite-while-command)
12899 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12900 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12901 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12902 (eshell-do-pipelines-synchronously, eshell-eval-command):
12903 Use backquotes and prefer setq to set.
12904 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12905 (eshell-macrop): Use functionp.
12906 (eshell-do-eval): Handle multiple expressions in `while' body.
12907
12908 2011-10-30 Chong Yidong <cyd@gnu.org>
12909
12910 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12911 instead of set-mark (Bug#9810).
12912
12913 2011-10-30 Chong Yidong <cyd@gnu.org>
12914
12915 * window.el (split-window-below, split-window-right): Rename from
12916 split-window-above-each-other and split-window-side-by-side
12917 respectively. All callers changed.
12918 (split-window-sensibly, split-window-sensibly): Use them.
12919 (split-window-keep-point): Doc fix.
12920
12921 * isearch.el: Add isearch-scroll property to split-window-below
12922 and split-window-right.
12923
12924 * follow.el (follow-mode):
12925 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12926 * progmodes/ada-xref.el (ada-gdb-application):
12927 * emulation/vip.el (vip-buffer-in-two-windows):
12928 * image-dired.el (image-dired-dired-with-window-configuration):
12929 * dired-x.el (dired-do-find-marked-files):
12930 * dired.el (dired-pop-to-buffer):
12931 * bs.el (bs--show-with-configuration):
12932 * vc/emerge.el (emerge-setup-windows):
12933 * textmodes/two-column.el (2C-two-columns):
12934 * textmodes/reftex-toc.el (reftex-toc):
12935 * progmodes/gdb-mi.el (gdb-setup-windows):
12936 * progmodes/fortran.el (fortran-window-create):
12937 * net/newst-treeview.el (newsticker--treeview-window-init):
12938 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12939 * emulation/tpu-edt.el (tpu-gold-map):
12940 * emulation/crisp.el (crisp-mode-map):
12941 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12942
12943 2011-10-29 Chong Yidong <cyd@gnu.org>
12944
12945 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12946
12947 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12948
12949 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12950 forged Ispell output (Bug#7904).
12951
12952 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12953
12954 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * doc-view.el: Avoid ugly errors about not finding nil.
12957 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12958 (doc-view-dvipdf-program, doc-view-unoconv-program)
12959 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12960 Avoid nil or absolute file name as default value.
12961 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12962
12963 2011-10-28 Alan Mackenzie <acm@muc.de>
12964
12965 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12966
12967 2011-10-28 Alan Mackenzie <acm@muc.de>
12968
12969 Amend the handling of c-beginning/end-of-defun in nested declaration
12970 scopes.
12971
12972 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12973 cc-langs.el. Change it to a defcustom.
12974
12975 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12976 cc-vars.el.
12977
12978 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12979 Prevent "class foo : bar" being spuriously recognized as a label.
12980
12981 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12982 Add parameter `inclusive' (to include enclosing braces in the region).
12983 (c-widen-to-enclosing-decl-scope): New function.
12984 (c-while-widening-to-decl-block): New macro.
12985 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12986 outward for defun boundaries, and correspondingly change symbol
12987 `respect-enclosure' to `go-outward'.
12988 (c-declaration-limits): Change algorithm to report only the "innermost"
12989 defun's boundaries.
12990
12991 2011-10-28 Deniz Dogan <deniz@dogan.se>
12992
12993 * net/rcirc.el (rcirc-mode): Use hard newlines.
12994
12995 2011-10-28 Alan Mackenzie <acm@muc.de>
12996
12997 Amend to indent and fontify macros "which include their own semicolon"
12998 correctly, using the "virtual semicolon" mechanism.
12999
13000 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13001
13002 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13003 Recode to scan one line at a time rather than having \n and \r
13004 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13005 (c-forward-label): Amend for virtual semicolons.
13006 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13007
13008 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13009 of the new C macros.
13010
13011 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13012 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13013 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13014 (c-opt-cpp-macro-define): Make into a full language variable.
13015 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13016 AWK Mode (including \n, \r) removed, no longer needed.
13017
13018 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13019 Invoke c-make-macro-with-semi-re.
13020
13021 * progmodes/cc-vars.el (c-macro-with-semi-re):
13022 (c-macro-names-with-semicolon): New variables.
13023 (c-make-macro-with-semi-re): New function.
13024
13025 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * vc/log-edit.el: Fill empty field rather than adding new one.
13028 (log-edit-add-field): New function.
13029 (log-edit-insert-changelog): Use it.
13030
13031 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13032
13033 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13034
13035 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13038 (gdb--check-interpreter): New function.
13039 (gdb): Use it.
13040
13041 2011-10-27 Glenn Morris <rgm@gnu.org>
13042
13043 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13044 (least-positive-float, least-negative-float)
13045 (least-positive-normalized-float, least-negative-normalized-float)
13046 (float-epsilon, float-negative-epsilon):
13047 Remove unnecessary declarations.
13048
13049 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13050 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13051 (least-positive-float, least-negative-float)
13052 (least-positive-normalized-float, least-negative-normalized-float)
13053 (float-epsilon, float-negative-epsilon): Add doc-strings,
13054 based on those in cl.texi.
13055
13056 * files.el (set-visited-file-name): If the major-mode changed,
13057 reload the local variables. (Bug#9796)
13058
13059 2011-10-27 Chong Yidong <cyd@gnu.org>
13060
13061 * subr.el (change-major-mode-after-body-hook): New hook.
13062 (run-mode-hooks): Run it.
13063
13064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13065 Use change-major-mode-before-body-hook.
13066
13067 * simple.el (fundamental-mode):
13068 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13069 change introducing fundamental-mode-hook.
13070
13071 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13072
13073 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13074
13075 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13076
13077 * ido.el (ido-file-name-all-completions-1): Do not require
13078 tramp.el explicitly. (Bug#7583)
13079
13080 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * progmodes/octave-mod.el:
13083 * progmodes/octave-inf.el: Update maintainer.
13084
13085 2011-10-26 Chong Yidong <cyd@gnu.org>
13086
13087 * subr.el (with-wrapper-hook): Rewrite doc.
13088
13089 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13090
13091 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13092 filenames "/method:foo:". (Bug#9793)
13093
13094 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13097 (bug#9865).
13098
13099 2011-10-24 Glenn Morris <rgm@gnu.org>
13100
13101 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13102
13103 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13104
13105 * notifications.el: Add the requirement of a running D-Bus session
13106 bus to the Commentary.
13107
13108 2011-10-24 Juri Linkov <juri@jurta.org>
13109
13110 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13111 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13112 (Bug#9364)
13113
13114 2011-10-24 Juri Linkov <juri@jurta.org>
13115
13116 * info.el (Info-following-node-name-re): Add newline to the list
13117 of allowed characters for leading space. (Bug#9824)
13118
13119 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * progmodes/octave-inf.el (inferior-octave-mode-map):
13122 Fix C-c C-h binding.
13123 * progmodes/octave-mod.el (octave-help): Remove.
13124
13125 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13126
13127 Sync with Tramp 2.2.3.
13128
13129 * net/tramp-cache.el (top): Pacify byte-compiler using
13130 `init-file-user' and `site-run-file'.
13131
13132 * net/trampver.el: Update release number.
13133
13134 2011-10-23 Chong Yidong <cyd@gnu.org>
13135
13136 * files.el (toggle-read-only): Remove obsolete comment about
13137 version control.
13138
13139 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13140 for toggle-read-only. Note that this hasn't called vc-next-action
13141 since 2008-05-02, though it wasn't documented at the time.
13142
13143 * vc/ediff-init.el (ediff-toggle-read-only-function):
13144 Use toggle-read-only.
13145
13146 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13147
13148 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13149 of c-parse-state.
13150
13151 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13152 correct faulty logical expression.
13153 (c-parse-state-state, c-record-parse-state-state):
13154 (c-replay-parse-state-state): New defvar/defuns.
13155 (c-debug-parse-state): Use new functions.
13156
13157 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13158
13159 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13160 last fix. Use window-in-direction correctly.
13161
13162 2011-10-21 Chong Yidong <cyd@gnu.org>
13163
13164 * progmodes/idlwave.el (idlwave-mode):
13165 * progmodes/vera-mode.el (vera-mode): No need to set
13166 require-final-newline; that's done in prog-mode.
13167 Suggested by Stefan Monnier.
13168
13169 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13170
13171 * mouse.el (mouse-drag-window-above)
13172 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13173 (mouse-drag-mode-line-1, mouse-drag-header-line)
13174 (mouse-drag-vertical-line-rightward-window): Remove.
13175 (mouse-drag-line): New function.
13176 (mouse-drag-mode-line, mouse-drag-header-line)
13177 (mouse-drag-vertical-line): Call mouse-drag-line.
13178 * window.el (window-at-side-p, windows-at-side): New functions.
13179
13180 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13181
13182 * tar-mode.el (tar-grind-file-mode):
13183 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13184
13185 2011-10-21 Chong Yidong <cyd@gnu.org>
13186
13187 * progmodes/idlwave.el (idlwave-mode):
13188 * progmodes/vera-mode.el (vera-mode):
13189 Use mode-require-final-newline.
13190
13191 2011-10-20 Glenn Morris <rgm@gnu.org>
13192
13193 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13194
13195 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13196
13197 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13198
13199 2011-10-20 Chong Yidong <cyd@gnu.org>
13200
13201 * emulation/cua-base.el (cua-mode):
13202 * mail/footnote.el (footnote-mode):
13203 * mail/mailabbrev.el (mail-abbrevs-mode):
13204 * net/xesam.el (xesam-minor-mode):
13205 * progmodes/bug-reference.el (bug-reference-mode):
13206 * progmodes/cap-words.el (capitalized-words-mode):
13207 * progmodes/compile.el (compilation-minor-mode)
13208 (compilation-shell-minor-mode):
13209 * progmodes/gud.el (gud-tooltip-mode):
13210 * progmodes/hideif.el (hide-ifdef-mode):
13211 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13212 * progmodes/subword.el (subword-mode):
13213 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13214 * progmodes/which-func.el (which-function-mode):
13215 * term/tvi970.el (tvi970-set-keypad-mode):
13216 * term/vt100.el (vt100-wide-mode):
13217 * textmodes/flyspell.el (flyspell-mode):
13218 * textmodes/ispell.el (ispell-minor-mode):
13219 * textmodes/nroff-mode.el (nroff-electric-mode):
13220 * textmodes/paragraphs.el (use-hard-newlines):
13221 * textmodes/refill.el (refill-mode):
13222 * textmodes/reftex.el (reftex-mode):
13223 * textmodes/rst.el (rst-minor-mode):
13224 * textmodes/sgml-mode.el (html-autoview-mode)
13225 (sgml-electric-tag-pair-mode):
13226 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13227 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13228 * emulation/crisp.el (crisp-mode):
13229 * emacs-lisp/eldoc.el (eldoc-mode):
13230 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13231 minor mode behavior.
13232
13233 2011-10-19 Juri Linkov <juri@jurta.org>
13234
13235 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13236 the list of hard-coded chars with escape-glyph face.
13237
13238 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13241
13242 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13243
13244 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13245 running process.
13246
13247 2011-10-19 Glenn Morris <rgm@gnu.org>
13248
13249 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13250 Ignore ignored files. (Bug#9726)
13251
13252 2011-10-19 Chong Yidong <cyd@gnu.org>
13253
13254 Doc fix for minor modes, stating that an omitted argument enables
13255 the mode unconditionally when called from Lisp.
13256
13257 * abbrev.el (abbrev-mode):
13258 * allout.el (allout-mode):
13259 * autoinsert.el (auto-insert-mode):
13260 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13261 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13262 (global-auto-revert-mode):
13263 * battery.el (display-battery-mode):
13264 * composite.el (global-auto-composition-mode)
13265 (auto-composition-mode):
13266 * delsel.el (delete-selection-mode):
13267 * desktop.el (desktop-save-mode):
13268 * dired-x.el (dired-omit-mode):
13269 * dirtrack.el (dirtrack-mode):
13270 * doc-view.el (doc-view-minor-mode):
13271 * double.el (double-mode):
13272 * electric.el (electric-indent-mode, electric-pair-mode):
13273 * emacs-lock.el (emacs-lock-mode):
13274 * epa-hook.el (auto-encryption-mode):
13275 * follow.el (follow-mode):
13276 * font-core.el (font-lock-mode):
13277 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13278 * help.el (temp-buffer-resize-mode):
13279 * hilit-chg.el (highlight-changes-mode)
13280 (highlight-changes-visible-mode):
13281 * hi-lock.el (hi-lock-mode):
13282 * hl-line.el (hl-line-mode, global-hl-line-mode):
13283 * icomplete.el (icomplete-mode):
13284 * ido.el (ido-everywhere):
13285 * image-file.el (auto-image-file-mode):
13286 * image-mode.el (image-minor-mode):
13287 * iswitchb.el (iswitchb-mode):
13288 * jka-cmpr-hook.el (auto-compression-mode):
13289 * linum.el (linum-mode):
13290 * longlines.el (longlines-mode):
13291 * master.el (master-mode):
13292 * mb-depth.el (minibuffer-depth-indicate-mode):
13293 * menu-bar.el (menu-bar-mode):
13294 * minibuf-eldef.el (minibuffer-electric-default-mode):
13295 * mouse-sel.el (mouse-sel-mode):
13296 * msb.el (msb-mode):
13297 * mwheel.el (mouse-wheel-mode):
13298 * outline.el (outline-minor-mode):
13299 * paren.el (show-paren-mode):
13300 * recentf.el (recentf-mode):
13301 * reveal.el (reveal-mode, global-reveal-mode):
13302 * rfn-eshadow.el (file-name-shadow-mode):
13303 * ruler-mode.el (ruler-mode):
13304 * savehist.el (savehist-mode):
13305 * scroll-all.el (scroll-all-mode):
13306 * scroll-bar.el (scroll-bar-mode):
13307 * server.el (server-mode):
13308 * shell.el (shell-dirtrack-mode):
13309 * simple.el (auto-fill-mode, transient-mark-mode)
13310 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13311 (line-number-mode, column-number-mode, size-indication-mode)
13312 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13313 * strokes.el (strokes-mode):
13314 * time.el (display-time-mode):
13315 * t-mouse.el (gpm-mouse-mode):
13316 * tool-bar.el (tool-bar-mode):
13317 * tooltip.el (tooltip-mode):
13318 * type-break.el (type-break-mode-line-message-mode)
13319 (type-break-query-mode):
13320 * view.el (view-mode):
13321 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13322 (global-whitespace-mode, global-whitespace-newline-mode):
13323 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13324
13325 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13326 Fix autogenerated docstring.
13327
13328 2011-10-19 Juri Linkov <juri@jurta.org>
13329
13330 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13331 by checking environment variables "DESKTOP_SESSION" and
13332 "XDG_CURRENT_DESKTOP". (Bug#9779)
13333
13334 2011-10-19 Juri Linkov <juri@jurta.org>
13335
13336 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13337 (browse-url-chromium-program, browse-url-chromium-arguments):
13338 New defcustoms.
13339 (browse-url-default-browser): Check for `browse-url-chromium' and
13340 call `browse-url-chromium-program'.
13341 (browse-url-chromium): New command. (Bug#9779)
13342
13343 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * facemenu.el (list-colors-duplicates): On Windows, detect more
13346 duplicates by assuming that only colors matching "^System" are
13347 special "system colors". (Bug#9722)
13348
13349 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13352 to distinguish the author from the committer.
13353
13354 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13355
13356 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13357
13358 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13359
13360 * international/mule.el (sgml-html-meta-auto-coding-function):
13361 Add support for detecting encoding in HTML5 specified only as
13362 <meta charset="UTF-8">. Implementation just makes http-equiv and
13363 content-type parts from HTML4 encoding string optional. (Bug#9716)
13364
13365 2011-10-18 Glenn Morris <rgm@gnu.org>
13366
13367 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13368
13369 2011-10-18 Chong Yidong <cyd@gnu.org>
13370
13371 * faces.el (cursor): Doc fix.
13372
13373 2011-10-17 Chong Yidong <cyd@gnu.org>
13374
13375 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13376
13377 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13378
13379 * dirtrack.el (dirtrack): Support shell buffers with path
13380 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13381
13382 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13383
13384 * json.el: Bump version to 1.3 and note change in History.
13385 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13386
13387 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * comint.el (comint-insert-input, comint-send-input)
13390 (comint-get-old-input-default, comint-backward-matching-input)
13391 (comint-next-prompt): Use nil instead of `input' for field property of
13392 past user input (bug#114).
13393
13394 * minibuffer.el (completion--replace): Inherit surrounding properties
13395 (bug#114).
13396 (minibuffer-complete-and-exit): Use it.
13397
13398 * comint.el (comint--table-subvert): Quote the all-completions output
13399 (bug#9160).
13400
13401 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13402
13403 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13404
13405 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13406 window on right of selected. (Bug#9350) Reword other window
13407 entries and separate them from frame entries.
13408
13409 2011-10-15 Glenn Morris <rgm@gnu.org>
13410
13411 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13412 Doc fixes.
13413
13414 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * net/network-stream.el (network-stream-open-starttls):
13417 Improve detection of failure due to lack of TLS support.
13418
13419 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13420 putting the input text in front and in bold.
13421
13422 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13425
13426 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13427 empty buffer.
13428
13429 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13430 unread-command-events rather than pushing yet-another event.
13431
13432 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13433
13434 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13435 the explanation of the possible choices. Make the options passed
13436 to completing-read shorter.
13437
13438 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13439
13440 * textmodes/flyspell.el (flyspell-large-region): Make sure
13441 extended character mode is used if defined (Bug#1339).
13442
13443 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13444
13445 * simple.el (what-cursor-position): Fix the display of the
13446 character info for LRE, LRO, RLE, and RLO characters by appending
13447 an invisible PDF.
13448
13449 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13452 even in case of error; add debug spec; simplify data flow.
13453 (with-timeout-handler): Remove.
13454
13455 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13456
13457 Fix Bug#6019, Bug#9315.
13458
13459 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13460 complete `buffer-file-name', the local file name part could look
13461 remotely (for example on VMS).
13462
13463 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13464 `tramp-run-real-handler'.
13465 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13466 already quoted by '"'.
13467
13468 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13469 Let `file-name-handler-alist' be nil, the local file name part
13470 could look remotely (for example on VMS).
13471
13472 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13475 from here...
13476 (flyspell-post-command-hook): ...to here.
13477
13478 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13481 if not needed.
13482 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13483 using completion. Protect against "slow" callers.
13484 Remove the "message hack".
13485
13486 2011-10-11 Juri Linkov <juri@jurta.org>
13487
13488 * isearch.el (isearch-lazy-highlight-word): New variable.
13489 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13490 Use it. (Bug#9727)
13491
13492 2011-10-11 Glenn Morris <rgm@gnu.org>
13493
13494 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13495 like f90-previous-statement does.
13496
13497 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13498
13499 * eshell/eshell.el (eshell-command): History should be saved
13500 only in interactive use, to avoid error.
13501
13502 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * minibuffer.el (completion-file-name-table): Fix last change,
13505 i.e. ignore normal errors but not the other ones.
13506
13507 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13508
13509 * window.el (special-display-buffer-names)
13510 (special-display-regexps): Remove some remnants of earlier
13511 changes from doc-strings.
13512 (quit-windows-on): New function.
13513
13514 * vc/vc.el (vc-revert, vc-rollback):
13515 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13516 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13517 (Bug#6183) (Bug#7074) (Bug#7447)
13518
13519 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13520
13521 * window.el (frame-auto-hide-function): Add version tag.
13522 (Bug#9699)
13523
13524 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13525
13526 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13527 condition.
13528
13529 2011-10-09 Leo Liu <sdl.web@gmail.com>
13530
13531 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13532 (Bug#9701)
13533
13534 2011-10-08 Glenn Morris <rgm@gnu.org>
13535
13536 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13537 before the first code statement zero indent. (Bug#9690)
13538
13539 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * simple.el (count-words-region): Always count in the region.
13542 Report the number of lines and characters too.
13543 (count-words): New command, which counts in the buffer if the
13544 region is inactive, as count-words-region used to.
13545 (count-words--message): New function. Handle plurals.
13546 (count-lines-region): Make it an alias for count-words-region.
13547
13548 * bindings.el (esc-map): Replace count-lines-region with
13549 count-words-region.
13550
13551 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13552
13553 * window.el (window--delete): Delete dedicated frame
13554 unconditionally when argument KILL is non-nil. (Bug#9699)
13555 (switch-to-buffer): Fix doc-string typo.
13556
13557 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13558
13559 * eshell/eshell.el (eshell-command): Avoid using hooks.
13560
13561 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13562
13563 * bindings.el ([M-left],[M-right]): Bind to left-word and
13564 right-word respectively.
13565
13566 2011-10-07 Glenn Morris <rgm@gnu.org>
13567
13568 * cus-start.el (debug-on-quit): Fix custom type.
13569
13570 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13571
13572 * subr.el (define-key-after): Clarify that the function is not
13573 useful for non-menu keymaps.
13574
13575 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13576
13577 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13578
13579 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13580 in current minibuffer (Fix bug with recursive minibuffers).
13581
13582 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * progmodes/gdb-mi.el (gdb): Doc fix.
13585
13586 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13587
13588 * window.el (frame-auto-hide-function): New option replacing
13589 frame-auto-delete. Suggested by Stefan Monnier.
13590 (window--delete): Call frame-auto-hide-function instead of
13591 investigating frame-auto-delete.
13592 (window-point-1, set-window-point-1): New functions.
13593 (window-in-direction, record-window-buffer, window-state-get-1)
13594 (display-buffer-record-window): Use window-point-1 instead of
13595 window-point.
13596 (set-window-buffer-start-and-point): Use set-window-point-1.
13597
13598 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13601
13602 2011-10-05 Glenn Morris <rgm@gnu.org>
13603
13604 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13605 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13606
13607 2011-10-05 Leo Liu <sdl.web@gmail.com>
13608
13609 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13610 works with buffer object.
13611
13612 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * mpc.el (mpc-tool-bar-map): Add labels.
13615
13616 2011-10-04 Glenn Morris <rgm@gnu.org>
13617
13618 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13619
13620 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13621
13622 * window.el (window--delete): New function.
13623 (frame-auto-delete): Resuscitate option.
13624 (bury-buffer, replace-buffer-in-windows)
13625 (quit-window): Rewrite using window--delete.
13626 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13627 Pass display-buffer-mark-dedicated to window--display-buffer-2
13628 (Bug#9639).
13629
13630 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13633 returns a list (bug#9554). Add remote file name completion.
13634 * comint.el (comint--table-subvert): Curry and get quote&unquote
13635 functions as arguments.
13636 (comint--complete-file-name-data): Adjust call accordingly.
13637 * pcomplete.el (pcomplete--table-subvert): Remove.
13638 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13639
13640 * minibuffer.el (completion-table-case-fold): Use currying.
13641 (completion--styles-type, completion--cycling-threshold-type):
13642 New constants.
13643 (completion-styles, completion-category-overrides)
13644 (completion-cycle-threshold): Use them.
13645 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13646 completion-table-case-fold.
13647
13648 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13649
13650 * minibuffer.el (completion-category-overrides): Fix type of styles
13651 and add more user friendly tags (bug#9660).
13652
13653 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13656 (mule-input-method-string): New widget.
13657 (default-input-method, language-info-custom-alist): Use it.
13658
13659 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * pcomplete.el: Require comint.
13662 (pcomplete--common-suffix): Remove.
13663 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13664 (pcomplete--table-subvert): Sync with comint--table-subvert.
13665 (pcomplete--entries): Use comint-completion-file-name-table.
13666 * comint.el (comint-unquote-filename): Simplify.
13667 (comint-completion-file-name-table): New function (bug#9616).
13668 (comint--complete-file-name-data): Use it.
13669
13670 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13671 (pcmpl-gnu-tar-buffer): Remove.
13672 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13673 around. Make sure pcomplete-suffix-list is only changed temporarily.
13674 Don't look inside the tar's file if it's too large.
13675
13676 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13677
13678 * cus-edit.el (custom-mode-map):
13679 * epa.el (epa-key-list-mode-map):
13680 * man.el (Man-mode-map):
13681 * startup.el (splash-screen-keymap):
13682 * simple.el (special-mode-map): Use scroll-up-command and
13683 scroll-down-command.
13684
13685 * progmodes/idlw-help.el (idlwave-help-mode-map):
13686 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13687 * net/newst-plainview.el (newsticker-mode-map):
13688 * emulation/ws-mode.el (wordstar-mode-map):
13689 * emulation/vi.el (vi-com-map):
13690 * calc/calc-graph.el (calc-graph-show-dumb):
13691 * term/sun.el (terminal-init-sun):
13692 * term/ns-win.el (global-map):
13693 * progmodes/grep.el (grep-mode-map):
13694 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13695 * mail/rmail.el (rmail-mode-map):
13696 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13697
13698 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13699 custom-safe-themes as special.
13700
13701 2011-10-01 Julien Danjou <julien@danjou.info>
13702
13703 * notifications.el (notifications-notify): Fix docstring.
13704
13705 2011-10-01 Per Starbäck <per@starback.se>
13706
13707 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13708
13709 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13710
13711 * startup.el (command-line-1): Fix last fix by inserting
13712 initial-scratch-message into *scratch* before displaying it.
13713 (Bug#9605) and (Bug#9636)
13714
13715 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13716
13717 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13718 window is hscrolled, move by logical lines. (Bug#9607)
13719 (line-move-visual): Update the doc string to the above effect.
13720
13721 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13722
13723 * window.el (display-buffer-record-window): When WINDOW is the
13724 selected window use `point' instead of `window-point'. (Bug#9626)
13725
13726 * startup.el (command-line-1): Use insert-before-markers when
13727 inserting initial-scratch-message. (Bug#9605)
13728
13729 * help.el (help-window): Remove variable.
13730
13731 2011-09-29 Glenn Morris <rgm@gnu.org>
13732
13733 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13734
13735 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13736
13737 * descr-text.el (describe-char-categories): Accept category
13738 descriptions more than one line long.
13739
13740 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * simple.el (delete-trailing-whitespace): Fix last change.
13743
13744 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13745 Don't confuse "y => 3" as the beginning of a `y' operation.
13746
13747 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13748 object has more than 4 slots (bug#9613).
13749
13750 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13751
13752 * subr.el (with-output-to-temp-buffer):
13753 * net/quickurl.el (quickurl, quickurl-browse-url):
13754 Fix typos in docstrings.
13755
13756 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13757
13758 * minibuffer.el (completion-styles)
13759 (completion-category-overrides): Cross reference each other in doc
13760 strings.
13761
13762 2011-09-27 Glenn Morris <rgm@gnu.org>
13763
13764 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13765 to split-string. (Bug#9606)
13766
13767 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13768
13769 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13770 (bug#9615).
13771
13772 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13773
13774 * emacs-lisp/package.el (list-packages): Fix echo area message.
13775
13776 2011-09-27 Leo Liu <sdl.web@gmail.com>
13777
13778 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13779
13780 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13781
13782 * net/dbus.el (dbus-unregister-object): Don't release services for
13783 registered signals. (Bug#9581)
13784
13785 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13786
13787 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13788 function that picks between cfengine 2 and 3 support
13789 automatically. Update docs accordingly.
13790
13791 2011-09-22 Kenichi Handa <handa@m17n.org>
13792
13793 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13794 ZERO.
13795 (indian-itrans-v5-table-for-tamil): New variable.
13796 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13797
13798 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13799
13800 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13801 that's true if the current command involved collapsing of text.
13802 It's reset to false at the beginning of the next command.
13803 (allout-post-command-business): Move the cursor to the beginning
13804 of entry if the cursor is hidden and collapsing activity just
13805 happened.
13806
13807 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13808
13809 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13810 tracking (Bug#9541).
13811
13812 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13813
13814 * net/newst-reader.el (newsticker-html-renderer)
13815 (newsticker-show-news): Automatically load html rendering package
13816 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13817 because w3m-fill-column is let-bound" and the error "Symbol's value
13818 as variable is void: w3m-fill-column".
13819
13820 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13821
13822 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13823 Release services only if they are defined. (Bug#9581)
13824
13825 2011-09-23 Richard Stallman <rms@gnu.org>
13826
13827 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13828 distinguish start of paragraph from start of its text.
13829
13830 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13831
13832 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13833 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13834 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13835
13836 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13837
13838 * international/mule-diag.el (mule-diag): Insert a newline after
13839 each fontset description.
13840
13841 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * simple.el (delete-trailing-whitespace):
13844 Document last change; simplify.
13845
13846 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13847
13848 * simple.el (delete-trailing-whitespace): Also delete
13849 extra newlines at the end of the buffer.
13850
13851 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13852 (picture-newline): Use forward-line so as to ignore fields.
13853
13854 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * subr.el (with-wrapper-hook): Fix edebug spec.
13857
13858 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13859
13860 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13861 (bug#4538).
13862
13863 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13864
13865 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13866 Fix nasty bug using wrong cached values.
13867
13868 2011-09-23 Alan Mackenzie <acm@muc.de>
13869
13870 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13871
13872 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13873
13874 * window.el (pop-to-buffer): Ensure right window is selected if we
13875 chose another frame.
13876
13877 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13878
13879 * simple.el (what-cursor-position): Use get-char-property-change
13880 and next-single-char-property-change, to be able to show display
13881 properties that come from overlays as well as text properties.
13882
13883 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13886
13887 * cmuscheme.el (run-scheme, switch-to-scheme):
13888 * cus-edit.el (customize-group, custom-buffer-create)
13889 (customize-browse):
13890 * info.el (info):
13891 * shell.el (shell):
13892 * mail/sendmail.el (mail):
13893 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13894
13895 2011-09-22 Richard Stallman <rms@gnu.org>
13896
13897 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13898 move back only to line beg, don't move back over blank lines.
13899
13900 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13901
13902 * files.el (copy-directory): Set directory attributes only in case
13903 they could be retrieved from the source directory. (Bug#9565)
13904
13905 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13906
13907 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13908 (hs-find-block-beginning, hs-hide-level-recursive):
13909 Ignore strings as well as comments. (Bug#9502)
13910
13911 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13912
13913 * progmodes/sql.el (sql-comint-postgres):
13914 Convert port number to a string. (Bug#9566)
13915
13916 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13917
13918 * window.el (quit-window): Undedicate window when switching to
13919 previous buffer. Reported by Thierry Volpiatto
13920 <thierry.volpiatto@gmail.com>.
13921 (special-display-popup-frame): When popping up a new frame reset
13922 its previous buffers to nil. Simplify code.
13923
13924 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13925
13926 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13927 and process filter, as done also in `shell-command'.
13928
13929 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13930
13931 * window.el (set-window-buffer-start-and-point):
13932 Call set-window-start with NOFORCE argument t.
13933 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13934 (quit-window): Reword doc-string. Handle new format of
13935 quit-restore parameter. Don't delete window if it has a
13936 previous buffer we can show instead of the present one.
13937 (display-buffer-record-window): Rewrite using a new format for
13938 the quit-restore window parameter
13939 (special-display-popup-frame, display-buffer-same-window)
13940 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13941 (display-buffer-pop-up-window, display-buffer-use-some-window):
13942 Adapt symbol passed to display-buffer-record-window.
13943 * help.el (help-window-setup): Handle new format of quit-restore
13944 parameter.
13945
13946 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * faces.el (face-list): Fix docstring (bug#9564).
13949
13950 * window.el (display-buffer--action-function-custom-type):
13951 Don't include internal functions in the Custom interface.
13952
13953 2011-09-20 Juri Linkov <juri@jurta.org>
13954
13955 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13956 (Info-forward-node, Info-backward-node, Info-next-preorder)
13957 (Info-last-preorder): Use it. (Bug#9528)
13958
13959 2011-09-20 Juri Linkov <juri@jurta.org>
13960
13961 * info.el (Info-last-preorder): Visit last menu item only when
13962 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13963
13964 2011-09-20 Julien Danjou <julien@danjou.info>
13965
13966 * password-cache.el (password-cache-remove): Remove entries even if the
13967 value is nil, so that password with a nil value (negative caching) is
13968 possible to invalidate.
13969
13970 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13971
13972 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13973 all whitespace around breakpoint. (Bug#9553)
13974 (f90-find-breakpoint): Only break at whitespace inside a comment.
13975
13976 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * minibuffer.el (completion-file-name-table): Keep track of errors.
13979 (completion-table-with-predicate): Handle the case where pred1 is nil.
13980 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13981
13982 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13985 (debugger-return-value): Signal an error if the debugging context does
13986 not await any return value.
13987
13988 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13989 * image-mode.el (image-toggle-display-text)
13990 (image-toggle-display-image): Stay away from evil `intangible'.
13991
13992 2011-09-19 Leo Liu <sdl.web@gmail.com>
13993
13994 * replace.el (occur-revert-arguments): Make it permanent-local.
13995 (occur-mode): Don't call font-lock-defontify.
13996
13997 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13998
13999 * net/ldap.el (ldap-search-internal): Don't push empty search
14000 result (Bug#9508).
14001
14002 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14005
14006 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14007
14008 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14009 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14010
14011 2011-09-18 Juri Linkov <juri@jurta.org>
14012
14013 * buff-menu.el (Buffer-menu-mode-map):
14014 * dired.el (dired-mode-map):
14015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14016 (lisp-interaction-mode-map):
14017 * emacs-lisp/package.el (package-menu-mode-map):
14018 * epa.el (epa-key-list-mode-map):
14019 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14020 (menu-bar-options-menu):
14021 * outline.el (outline-mode-menu-bar-map):
14022 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14023 * vc/vc-dir.el (vc-dir-menu-map):
14024 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14025 Capitalize non-function content words in menu item strings.
14026
14027 * dired.el (dired-mode-map): Add menu item for
14028 `image-dired-dired-toggle-marked-thumbs'.
14029
14030 2011-09-18 Juri Linkov <juri@jurta.org>
14031
14032 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14033 to `isearch-case-fold-search' and restore its original value
14034 after the `isearch-mode' call.
14035
14036 2011-09-18 Juri Linkov <juri@jurta.org>
14037
14038 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14039 because `zgrep' returns 1 for successful matches (bug#9226).
14040
14041 2011-09-18 Juri Linkov <juri@jurta.org>
14042
14043 * info.el (Info-extract-menu-node-name): Check the second match
14044 for empty string (second test-case of bug#9528).
14045 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14046 intermediate nodes to the history (first test-case of bug#9528).
14047
14048 2011-09-18 Juri Linkov <juri@jurta.org>
14049
14050 * info.el (Info-mode-syntax-table): New variable.
14051 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14052
14053 2011-09-18 Juri Linkov <juri@jurta.org>
14054
14055 * info.el (Info-file-supports-index-cookies):
14056 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14057 outputs one more line for long file names (bug#4142).
14058
14059 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14060
14061 * newcomment.el (comment-normalize-vars): If prompting for
14062 comment-start, set comment-start-skip too (Bug#8424).
14063
14064 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14065
14066 * icomplete.el: Fix previous fix of Bug#5849.
14067 (icomplete-mode): Don't set completion-show-inline-help.
14068 (icomplete-minibuffer-setup): Set completion-show-inline-help
14069 locally during icompletion.
14070
14071 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * woman.el (woman2-process-escapes): Don't delete unrecognized
14074 escapes (Bug#7843).
14075
14076 * files.el (inhibit-first-line-modes-regexps): Add image files.
14077 (hack-local-variables-prop-line): Return nil for malformed
14078 prop-lines (Bug#9044).
14079
14080 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14081
14082 * net/tramp.el (top): Don't require 'shell.
14083 (tramp-methods): Fix docstring.
14084 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14085 Return complete remote file name. Handle "smb" case.
14086 Use `tramp-tmpdir', if defined for the respective method.
14087 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14088
14089 * net/tramp-compat.el (top): Require 'shell.
14090
14091 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14092 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14093 `tramp-current-host'.
14094 (tramp-get-remote-tmpdir): Remove.
14095
14096 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14097 `tramp-tmpdir' entries.
14098 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14099 (tramp-smb-handle-file-attributes): Ignore errors.
14100 (tramp-smb-wait-for-output): Check also for process end.
14101
14102 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14103
14104 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14105 when sending QUIT (bug#9312).
14106
14107 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14108
14109 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14110 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14111 occur-mode-display-occurrence.
14112 (occur-edit-mode): Add usage message.
14113 (occur-cease-edit): New command.
14114 (occur-after-change-function): Use text properties to find the
14115 position of the prefix text.
14116 (occur-engine): Set stickiness of prefix text properties.
14117
14118 2011-09-17 Glenn Morris <rgm@gnu.org>
14119
14120 * progmodes/etags.el (complete-tag):
14121 Fix call to completion-in-region. (Bug#9526)
14122
14123 2011-09-17 Juri Linkov <juri@jurta.org>
14124
14125 * textmodes/ispell.el (ispell-word): Add to the error message
14126 the word, ispell program name and current dictionary (bug#9121).
14127 (ispell-tex-arg-end): Capitalize "error" in the error message.
14128
14129 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14130
14131 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14132 check. (Bug#4251)
14133
14134 2011-09-17 Juri Linkov <juri@jurta.org>
14135
14136 * window.el (window-safe-min-height, window-safe-min-width):
14137 Fix typos (followup to bug#9522).
14138
14139 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14140
14141 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14142
14143 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14144
14145 * simple.el (line-move): If goal-column is set, move by logical
14146 lines, not by display lines. (Bug#971)
14147 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14148 to reflect the above change.
14149
14150 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * image.el (imagemagick-register-types): Use regexp-opt.
14153
14154 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * window.el (display-buffer-base-action): Rename from
14157 display-buffer-default-action. Make default value empty.
14158 (display-buffer-overriding-action): Convert to defvar.
14159 (display-buffer-fallback-action): New var.
14160
14161 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14164 declaration.
14165 (package--add-to-archive-contents): If there is a duplicate entry
14166 with an older version, remove it.
14167 (package-menu-mark-delete, package-menu-mark-install)
14168 (package-menu-mark-unmark): Make unused args optional.
14169 (package-menu-mark-obsolete-for-deletion):
14170 Use package-menu-get-status instead of a regexp search.
14171 (package-menu-get-status): Use tabulated-list-entry.
14172 (package-menu-mark-upgrades): New command.
14173 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14174 (package-menu-execute): Do installation before deletion.
14175 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14176 instead of checking major-mode.
14177 (package-menu--find-upgrades): New function.
14178
14179 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14180
14181 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14182 passwords in the log buffer.
14183 (smtpmail-process-filter): Update the process marker so that the
14184 "broken by peer" status message is inserted in the right place.
14185
14186 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14189 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14190 bibtex-completion-at-point-function.
14191 (bibtex-completion-at-point-function): Use them.
14192
14193 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14194
14195 * mpc.el (mpc-constraints-tag-lookup): New function.
14196 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14197 also to browser "album|playlist".
14198
14199 2011-09-14 Juri Linkov <juri@jurta.org>
14200
14201 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14202 (isearch-edit-string): Use length of `isearch-string' when
14203 `isearch-fail-pos' returns nil.
14204 (isearch-message): Remove duplicate code and call
14205 `isearch-fail-pos' with arg `t'.
14206
14207 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14208
14209 * replace.el (occur-mode-goto-occurrence): Don't force using other
14210 window (Bug#9499).
14211
14212 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14213
14214 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14215
14216 * window.el (display-buffer-window): Remove.
14217 (display-buffer-record-window): Use help-setup window parameter
14218 instead of variable display-buffer-window.
14219 (display-buffer-function, special-display-buffer-names)
14220 (special-display-function): Mention help-setup parameter instead
14221 of display-buffer-window in doc-string.
14222 * help.el (help-window-setup): New argument help-window.
14223 Use help-window-setup parameter instead of display-buffer-window.
14224 Reword some messages.
14225 (with-help-window): Pass window used for displaying the buffer
14226 to help-window-setup. Don't set display-buffer-window.
14227
14228 2011-09-13 Glenn Morris <rgm@gnu.org>
14229
14230 * emacs-lisp/debug.el (debugger-make-xrefs):
14231 Preserve point. (Bug#9462)
14232
14233 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14234
14235 * window.el (window-deletable-p): Use next-frame.
14236
14237 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14238
14239 * window.el (window-auto-delete): Remove.
14240 (window-deletable-p): Remove argument FORCE. Don't deal with
14241 dedication and previous buffers.
14242 (switch-to-prev-buffer): Don't delete window.
14243 (delete-windows-on): Delete a window's frame if and only if the
14244 window is dedicated.
14245 (replace-buffer-in-windows): Delete buffer's window or frame if
14246 and only if window is dedicated.
14247 (quit-window): Handle quit-restore as before last change.
14248 (bury-buffer): Delete window only if window-deletable-p returns t.
14249
14250 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14251
14252 * window.el (window-deletable-p): Never delete the last frame on a
14253 given terminal.
14254
14255 2011-09-13 Glenn Morris <rgm@gnu.org>
14256
14257 * help.el (describe-key-briefly): Copy previous standard-output change.
14258
14259 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14260
14261 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14262
14263 2011-09-13 Glenn Morris <rgm@gnu.org>
14264
14265 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14266 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14267
14268 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * dired-aux.el (dired-mark-read-string): Don't return default
14271 value on empty input (Bug#9361).
14272 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14273 Omit initial minibuffer contents.
14274 (dired-do-chmod): Signal an error on empty input.
14275 (dired-mark-read-string): Don't return default on empty input.
14276
14277 * files.el (file-modes-symbolic-to-number): Doc fix.
14278
14279 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * international/mule-cmds.el (ucs-completions): Remove.
14282 (read-char-by-name): Use complete-with-action instead; add metadata.
14283
14284 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14285
14286 * window.el (display-buffer--action-function-custom-type)
14287 (display-buffer--action-custom-type): New vars.
14288 (display-buffer-alist, display-buffer-default-action)
14289 (display-buffer-overriding-action): Add defcustom types.
14290
14291 * frame.el (delete-other-frames): Doc fix (Bug#276).
14292
14293 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14294
14295 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14296
14297 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14298
14299 Change modes that used same-window-* vars to use switch-to-buffer.
14300
14301 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14302 Use switch-to-buffer.
14303
14304 * cus-edit.el (customize-group, custom-buffer-create)
14305 (customize-browse, custom-buffer-create-other-window):
14306 Use switch-to-buffer or switch-to-buffer-other-window.
14307
14308 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14309 (Info-prev, Info-up, Info-speedbar-goto-node)
14310 (info-display-manual): Use switch-to-buffer.
14311 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14312
14313 * mail/sendmail.el (mail): Use switch-to-buffer.
14314 (mail-recover): Use switch-to-buffer-other-window.
14315
14316 * cmuscheme.el (run-scheme, switch-to-scheme):
14317 * ielm.el (ielm):
14318 * shell.el (shell):
14319 * net/rlogin.el (rlogin):
14320 * net/telnet.el (telnet, rsh):
14321 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14322
14323 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14324
14325 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14326
14327 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14328
14329 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14330 so don't mention it (bug#9301).
14331 (dired-sort-toggle-or-edit): Clarify string further.
14332
14333 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14334 match `x', `w32' and `ns', like the manual says (bug#9029).
14335
14336 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14337 (process-kill-buffer-query-function): Mention the buffer name in
14338 the query.
14339
14340 * image-mode.el (image-next-line): The line parameter is mandatory
14341 (bug#9258).
14342
14343 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14344 which can be useful (bug#9301).
14345
14346 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14347
14348 * subr.el (match-string): Mention that the current buffer should
14349 be the same as the search was done in (bug#9282).
14350
14351 * facemenu.el: Disable the remove-* commands if the mark isn't
14352 active (bug#9162).
14353
14354 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14355
14356 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14357 of display-buffer.
14358 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14359
14360 * replace.el (occur-mode-goto-occurrence)
14361 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14362 and display-buffer.
14363
14364 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14365 display-buffer.
14366
14367 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14368 special-display and same-window variables.
14369 (mail-other-window): Use switch-to-buffer-other-window.
14370 (mail-other-frame): USe switch-to-buffer-other-frame.
14371
14372 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14373 Use display-buffer-other-frame.
14374 (gdb-display-gdb-buffer): Use pop-to-buffer.
14375
14376 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14377
14378 * progmodes/python.el: Don't set same-window-buffer-names.
14379
14380 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14381
14382 * window.el (display-buffer-alist): Add *Python*.
14383
14384 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14385
14386 * window.el (display-buffer-alist): Add entry for buffers
14387 previously handled same-window-*.
14388 (display-buffer-alist, display-buffer-default-action)
14389 (display-buffer-overriding-action): Mark as risky.
14390 (display-buffer-alist): Document action function changes.
14391 (display-buffer--same-window-action)
14392 (display-buffer--other-frame-action): New variables.
14393 (switch-to-buffer, display-buffer-other-frame): Use them.
14394 (display-buffer): Rename reuse-frame entry to reusable-frames.
14395 (display-buffer-reuse-selected-window): Function deleted.
14396 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14397 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14398 (display-buffer-special): New function.
14399 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14400 display-buffer-reuse-or-pop-window. Split off special-display
14401 part into display-buffer-special.
14402 (display-buffer-use-some-window): Don't perform any special
14403 pop-up-frames handling.
14404 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14405 (display-buffer--maybe-same-window): Rename from
14406 display-buffer-maybe-same-window.
14407
14408 * info.el: Don't set same-window-regexps.
14409 (info-setup): New function.
14410 (info-other-window, info): Call it.
14411
14412 * cus-edit.el: Don't set same-window-regexps.
14413 (customize-group): New argument.
14414 (customize-group-other-window): Use it.
14415 (customize-face, customize-face-other-window): Likewise.
14416 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14417
14418 * net/rlogin.el:
14419 * net/telnet.el:
14420 * progmodes/gud.el: Don't set same-window-regexps.
14421
14422 * cmuscheme.el:
14423 * ielm.el:
14424 * shell.el:
14425 * mail/sendmail.el:
14426 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14427
14428 2011-09-10 Juri Linkov <juri@jurta.org>
14429
14430 * isearch.el (isearch-edit-string): Remove obsolete mention of
14431 `C-w' (`isearch-yank-word-or-char') from docstring.
14432 (isearch-query-replace): Fix typo in docstring (bug#9466).
14433
14434 2011-09-10 Juri Linkov <juri@jurta.org>
14435
14436 * paren.el (show-paren-function): Don't show escaped parens.
14437 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14438
14439 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14440
14441 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14442 (mm-default-file-encoding): Remove autoload forms, they are
14443 replaced with autoload cookies in mml.el and mm-encode.el.
14444 (mail-add-attachment): New command.
14445 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14446 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14447 the doc string.
14448 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14449
14450 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14451
14452 * simple.el (count-words-region): Use buffer if there's no region
14453 (bug#9429).
14454
14455 2011-09-09 Juri Linkov <juri@jurta.org>
14456
14457 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14458 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14459 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14460
14461 2011-09-09 Alan Mackenzie <acm@muc.de>
14462
14463 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14464 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14465
14466 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14467
14468 Fix for Savannah bug#9392.
14469 * simple.el (mail-encode-mml): New defvar.
14470
14471 * mail/rmail.el (mail-encode-mml): Add a defvar.
14472 (rmail-enable-mime-composing): Default to t.
14473 (rmail-forward): Use MIME method of forwarding only if both
14474 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14475 Set mail-encode-mml non-nil if the MIME method was used.
14476
14477 * mail/sendmail.el (mml-to-mime): Add autoload form.
14478 (mail-encode-mml): Add a defvar.
14479 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14480 to nil.
14481 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14482 message through mml-to-mime, and reset mail-encode-mml to nil.
14483
14484 2011-09-09 Glenn Morris <rgm@gnu.org>
14485
14486 * woman.el (woman-if-body): When processing an .el block,
14487 do not delete the next .el block as well. (Bug#9447)
14488 (woman-special-characters): Add oq, cq, and hy characters.
14489
14490 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14491
14492 * window.el (window-deletable-p): Make sure window is live before
14493 invoking window-prev-buffers.
14494
14495 2011-09-08 Leo Liu <sdl.web@gmail.com>
14496
14497 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14498
14499 2011-09-08 Juri Linkov <juri@jurta.org>
14500
14501 * progmodes/compile.el (compilation-environment): Make it
14502 a defcustom (bug#8340).
14503
14504 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14505
14506 * window.el (frame-auto-delete): Rename to window-auto-delete.
14507 Make it control auto-deletion of windows and/or frames.
14508 (window-deletable-p): New argument FORCE. Rewrite conditions
14509 for deleting window/frame. (Bug#9419)
14510 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14511 Rewrite handling of case when window/frame can be deleted.
14512 (delete-windows-on): Call window-deletable-p with new FORCE
14513 argument t. (Bug#9456)
14514
14515 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * help-mode.el (help-mode): Restore autoload.
14518
14519 2011-09-07 Juri Linkov <juri@jurta.org>
14520
14521 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14522 `compilation-environment'. Set buffer-local
14523 `compilation-environment' to `thisenv' later after (funcall mode).
14524 (Bug#8340)
14525
14526 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14527 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14528 instead of replacing its value. (Bug#8340)
14529
14530 2011-09-07 Juri Linkov <juri@jurta.org>
14531
14532 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14533 based on text properties put by `grep-filter' instead of matching
14534 escape sequences.
14535 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14536 to the value of `grep-error-screen-columns' (bug#9438).
14537
14538 2011-09-07 Juri Linkov <juri@jurta.org>
14539
14540 * simple.el (next-error-highlight, next-error-highlight-no-select):
14541 Doc fix (bug#9432).
14542
14543 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14544
14545 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14546 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14547
14548 2011-09-07 Leo Liu <sdl.web@gmail.com>
14549
14550 * net/rcirc.el (rcirc-mode): Conditionally initialize
14551 rcirc-input-ring.
14552
14553 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * emacs-lisp/find-func.el (find-function-C-source): Only set
14556 find-function-C-source-directory after checking that we found a source
14557 file there (bug#9440).
14558
14559 2011-09-06 Alan Mackenzie <acm@muc.de>
14560
14561 * isearch.el (isearch-other-meta-char): Wherever a key list is
14562 unread, "unread" the prefix arg, too. This fixes bug #8901.
14563
14564 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14565
14566 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14567
14568 2011-09-05 Juri Linkov <juri@jurta.org>
14569
14570 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14571
14572 2011-09-05 Juri Linkov <juri@jurta.org>
14573
14574 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14575 keeping point where processing of grep matches begins, and
14576 continue to delete remaining escape sequences from the same point.
14577 (grep-filter): Make leading zero optional in "0?1;31m" because
14578 git-grep emits "\033[1;31m" escape sequences unlike expected
14579 "\033[01;31m" as GNU Grep does (bug#9408).
14580 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14581
14582 2011-09-05 Juri Linkov <juri@jurta.org>
14583
14584 * subr.el (y-or-n-p): Capitalize "yes".
14585
14586 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14587
14588 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14589 `tramp-cache-unload-hook' where appropriate.
14590 (tramp-methods): Rename `tramp-remote-sh' to
14591 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14592 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14593
14594 * net/tramp-sh.el (top): Don't require 'shell.
14595 (tramp-methods): Add `tramp-remote-shell' and
14596 `tramp-remote-shell-args' entries.
14597 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14598 (tramp-sh-handle-shell-command): Remove.
14599 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14600 Use `tramp-remote-shell'.
14601
14602 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14603
14604 * mail/sendmail.el (sendmail-query-once-function): Delete.
14605 (sendmail-query-once): Save directly to send-mail-function.
14606 Update message-send-mail-function too.
14607
14608 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14609
14610 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14611
14612 * progmodes/python.el (python-mode-map): Use correct function to
14613 start python interpreter from menu-bar (as reported by Geert
14614 Kloosterman).
14615 (inferior-python-mode-map): Fix typo.
14616 (python-shell-map): Remove.
14617
14618 2011-09-03 Deniz Dogan <deniz@dogan.se>
14619
14620 * net/rcirc.el (rcirc-print): Simplify code for
14621 rcirc-scroll-show-maximum-output. There is no need to walk
14622 through all windows to find the right one.
14623
14624 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14625
14626 * help.el (help-return-method): Doc fix.
14627
14628 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14629
14630 * window.el (window-deletable-p): Don't return a non-nil value
14631 when there's a buffer that was shown in the window before.
14632 (Bug#9419)
14633 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14634 Set window's previous buffers to nil.
14635
14636 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14637
14638 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14639 newline before and after the tag line, so it doesn't interfere
14640 with determining the paragraph direction of bidirectional text.
14641
14642 2011-09-03 Leo Liu <sdl.web@gmail.com>
14643
14644 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14645
14646 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14649 (pop-to-buffer): Change interactive spec. Pass second argument
14650 directly to display-buffer.
14651 (display-buffer): Fix interactive spec. Use functionp to
14652 distinguish between a function and a list of functions.
14653
14654 * abbrev.el (edit-abbrevs):
14655 * arc-mode.el (archive-extract):
14656 * autoinsert.el (auto-insert):
14657 * bookmark.el (bookmark-bmenu-list):
14658 * files.el (find-file):
14659 * view.el (view-buffer):
14660 * progmodes/compile.el (compilation-goto-locus):
14661 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14662
14663 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14664
14665 * window.el (display-buffer-alist): Doc fix.
14666 (display-buffer): Add docstring. Don't treat
14667 display-buffer-default specially.
14668 (display-buffer-reuse-selected-window)
14669 (display-buffer-same-window, display-buffer-maybe-same-window)
14670 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14671 (display-buffer-pop-up-window)
14672 (display-buffer-reuse-or-pop-window)
14673 (display-buffer-use-some-window): New functions.
14674 (display-buffer-default-action): Use them.
14675 (display-buffer-default): Delete.
14676 (pop-to-buffer-1): Fix choice of actions.
14677
14678 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * minibuffer.el (completion--insert-strings): Don't get confused by
14681 completion entries that end with an LF char.
14682
14683 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14684
14685 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14686
14687 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14688
14689 * window.el (display-buffer): Restore interactive spec.
14690 (display-buffer-same-window, display-buffer-other-window):
14691 New functions.
14692 (pop-to-buffer-1): New function. Use the above.
14693 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14694 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14695
14696 * view.el (view-buffer-other-window, view-buffer-other-frame):
14697 Just use pop-to-buffer.
14698
14699 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14700
14701 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14702
14703 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14704
14705 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14706
14707 2011-08-31 Richard Stallman <rms@gnu.org>
14708
14709 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14710 of the separation of rmail-view-buffer from rmail-buffer.
14711 If you say no to "replace original", the decrypt is in the
14712 view buffer. If you say yes, the decrypt goes into the
14713 rmail buffer also.
14714
14715 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14716
14717 * window.el (display-buffer-window): Rewrite doc-string.
14718 (display-buffer-record-window): New function.
14719 (display-buffer-macro-specifiers)
14720 (display-buffer-even-window-sizes, display-buffer-set-height)
14721 (display-buffer-set-width, display-buffer-in-window)
14722 (display-buffer-reuse-window, display-buffer-split-specifiers)
14723 (display-buffer-side-specifiers, display-buffer-split-window-1)
14724 (display-buffer-split-window, display-buffer-split-atom-window)
14725 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14726 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14727 (display-buffer-other-window-means-other-frame)
14728 (display-buffer-normalize-special)
14729 (display-buffer-normalize-default)
14730 (display-buffer-normalize-argument)
14731 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14732 (display-buffer-normalize-specifiers, display-buffer-frame)
14733 (display-buffer-same-window, display-buffer-same-frame)
14734 (display-buffer-other-window)
14735 (display-buffer-same-frame-other-window)
14736 (display-buffer-other-frame, pop-to-buffer-same-window)
14737 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14738 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14739 (switch-to-buffer-same-frame)
14740 (switch-to-buffer-other-window-same-frame)
14741 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14742 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14743 (display-buffer-alist-set): Remove.
14744 (display-buffer-function, special-display-buffer-names)
14745 (special-display-regexps, special-display-function):
14746 In doc-string refer to display-buffer-window and quit-restore
14747 parameter.
14748 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14749 (special-display-frame-alist, special-display-popup-frame)
14750 (same-window-buffer-names, same-window-regexps, same-window-p)
14751 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14752 (split-window-preferred-function, split-height-threshold)
14753 (split-width-threshold, window-splittable-p)
14754 (split-window-sensibly, window--try-to-split-window)
14755 (window--frame-usable-p, even-window-heights)
14756 (window--even-window-heights, window--display-buffer-1)
14757 (window--display-buffer-2, display-buffer-other-frame):
14758 Restore old Emacs 23 code, order and doc-strings where applicable.
14759 (display-buffer-default, display-buffer-assq-regexp): New functions.
14760 (display-buffer-alist): Rewrite doc-string.
14761 (display-buffer-default-action)
14762 (display-buffer-overriding-action): New variables.
14763 (display-buffer, switch-to-buffer): Rewrite.
14764 (pop-to-buffer): Restore Emacs 23 behavior but use
14765 window-normalize-buffer-to-display.
14766 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14767 Restore Emacs 23 behavior but use
14768 window-normalize-buffer-to-switch-to.
14769 (pop-to-buffer-same-window): Rewrite.
14770 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14771 Rewrite using Emacs 23 options.
14772
14773 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14774
14775 * net/tramp.el (tramp-root-regexp): Remove.
14776 (tramp-completion-file-name-regexp-unified)
14777 (tramp-completion-file-name-regexp-separate)
14778 (tramp-completion-file-name-regexp-url): Don't use leading volume
14779 letter on w32 systems. (Bug#5303, Bug#9311)
14780 (tramp-drop-volume-letter): Simplify definition.
14781 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14782
14783 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14786 (bug#9356).
14787
14788 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14789
14790 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14791
14792 2011-08-29 Juri Linkov <juri@jurta.org>
14793
14794 * isearch.el (isearch-done): Don't display message "Mark saved"
14795 when arg `edit' is non-nil to prevent its flicker in the echo area.
14796
14797 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14798
14799 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14800 obsolete packages for deletion.
14801
14802 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14803
14804 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14805 (help-mode): Derive help-mode from special-mode. Don't invoke
14806 view-mode from help-mode.
14807 (help-xref-override-view-map): Remove.
14808 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14809 view-mode is not used anymore.
14810
14811 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14812
14813 * server.el (server-port): Doc fix.
14814
14815 * cus-theme.el (custom-theme-choose-mode): Inherit from
14816 special-mode (Bug#9124).
14817 (custom-theme-choose-mode-map): Add special-mode to parent.
14818
14819 2011-08-28 Alan Mackenzie <acm@muc.de>
14820
14821 * progmodes/cc-fonts.el
14822 (c-make-font-lock-BO-decl-search-function): New function.
14823 (c-basic-matchers-after - "Fontify the clauses after various
14824 keywords"): Extract the three keyword lists for the 3 erroneous
14825 constructs from the list of four, and use the new function above
14826 in place of an old one.
14827
14828 2011-08-28 Deniz Dogan <deniz@dogan.se>
14829
14830 * net/rcirc.el (rcirc-insert-prev-input)
14831 (rcirc-insert-next-input): Remove unused argument.
14832
14833 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14836
14837 2011-08-27 Alan Mackenzie <acm@muc.de>
14838
14839 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14840 handle function pointer parameters properly.
14841
14842 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14843
14844 * window.el (display-buffer-reuse-window): Fix case where
14845 selected window was reused with non-nil OTHER-WINDOW argument.
14846 (Bug#9381)
14847
14848 2011-08-27 Deniz Dogan <deniz@dogan.se>
14849
14850 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14851 oftc's NickServ messages.
14852
14853 2011-08-27 Glenn Morris <rgm@gnu.org>
14854
14855 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14856
14857 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14858
14859 * emacs-lisp/package.el (package-install): Call package-initialize
14860 if called interactively.
14861
14862 2011-08-26 Leo Liu <sdl.web@gmail.com>
14863
14864 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14865
14866 2011-08-25 Juri Linkov <juri@jurta.org>
14867
14868 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14869 `search-whitespace-regexp' (bug#9364).
14870
14871 2011-08-25 Juri Linkov <juri@jurta.org>
14872
14873 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14874 `regexp-search-ring' to their global values to protect from
14875 updating by `read-from-minibuffer' (bug#9185).
14876
14877 2011-08-25 Juri Linkov <juri@jurta.org>
14878
14879 * textmodes/ispell.el (ispell-command-loop): Add newline
14880 at the end of the "Use option `i'..." line.
14881
14882 2011-08-25 Juri Linkov <juri@jurta.org>
14883
14884 * battery.el (display-battery-mode): If `battery-status-function'
14885 or `battery-mode-line-format' is nil, display the message and set
14886 `display-battery-mode' to nil (bug#9363).
14887
14888 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14889
14890 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14891 bidi-string-mark-left-to-right; they are unnecessary now.
14892
14893 2011-08-25 Deniz Dogan <deniz@dogan.se>
14894
14895 * net/quickurl.el: Documentation typo fixes.
14896
14897 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14898
14899 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14900
14901 2011-08-25 Glenn Morris <rgm@gnu.org>
14902
14903 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14904
14905 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14906 (smtpmail-via-smtp): Handle nil response from smtp.
14907
14908 2011-08-24 Juri Linkov <juri@jurta.org>
14909
14910 * proced.el (proced-marked): Inherit from `error' instead of
14911 `font-lock-warning-face'.
14912
14913 * ibuffer.el (ibuffer-marked-face): Change default face from
14914 `font-lock-warning-face' to `warning'.
14915 (ibuffer-deletion-face): Change default face from
14916 `font-lock-type-face' to `error'.
14917
14918 * battery.el (battery-update): Use the face `error' instead of
14919 `font-lock-warning-face' (bug#6117).
14920
14921 2011-08-24 Juri Linkov <juri@jurta.org>
14922
14923 * faces.el (success): Change face color from "Green3" to
14924 "ForestGreen" on light background (bug#9353).
14925
14926 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14927
14928 * window.el (quit-window): Rename from quit-restore-window.
14929 Use same arglist as old quit-window.
14930 (frame-auto-delete): Doc fix.
14931
14932 * view.el (view-mode-exit): Use quit-window.
14933
14934 2011-08-24 Juri Linkov <juri@jurta.org>
14935
14936 * isearch.el (isearch-ring-adjust1): Start visiting previous
14937 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14938 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14939 for empty search string (when the last search string is reused
14940 automatically) to adjust the isearch ring to the last element and
14941 prepare the correct index for further M-p commands (bug#9185).
14942
14943 2011-08-24 Kenichi Handa <handa@m17n.org>
14944
14945 * international/ucs-normalize.el: If decomposition property of
14946 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14947 nil.
14948 (nfd, nfkd): Likewise.
14949
14950 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14953 from process filters aren't reliably transmitted to the surrounding
14954 accept-process-output.
14955 (mpc-proc-check): New function.
14956 (mpc-proc-sync): Use it (bug#8293)
14957
14958 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14961 Add compatibility functions (bug#9313).
14962
14963 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14964
14965 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14966
14967 * international/uni-bidi.el: Regenerate.
14968
14969 2011-08-23 Kenichi Handa <handa@m17n.org>
14970
14971 * international/charprop.el:
14972 * international/uni-bidi.el:
14973 * international/uni-category.el:
14974 * international/uni-combining.el:
14975 * international/uni-comment.el:
14976 * international/uni-decimal.el:
14977 * international/uni-decomposition.el:
14978 * international/uni-digit.el:
14979 * international/uni-lowercase.el:
14980 * international/uni-mirrored.el:
14981 * international/uni-name.el:
14982 * international/uni-numeric.el:
14983 * international/uni-old-name.el:
14984 * international/uni-titlecase.el:
14985 * international/uni-uppercase.el: Regenerate.
14986
14987 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14988
14989 * help.el (help-window-setup): Fix message displayed when other
14990 window is reused. (Bug#9341)
14991
14992 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14995 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14996
14997 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14998 Mark obsolete.
14999 * shell.el (shell-parse-pcomplete-arguments): New function.
15000 (shell-completion-vars): Use it instead (bug#9160).
15001
15002 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15005 strings and comments (bug#9333).
15006
15007 * emacs-lisp/debug.el (debug-arglist): New function.
15008 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15009 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15010
15011 2011-08-22 Juri Linkov <juri@jurta.org>
15012
15013 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15014 Revert regexp that highlights output switches to its old
15015 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15016
15017 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15018 to check for empty output (bug#9226).
15019
15020 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15021
15022 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15023 symbol-constituent as the default, as that stops font-lock from
15024 working properly (Bug#8843).
15025
15026 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15027
15028 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15029 `coding-system-for-*' around the process open call to avoid
15030 auth-source side effects.
15031 (smtpmail-try-auth-methods): Expand the secret password.
15032 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15033 probe hangs.
15034
15035 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15038
15039 * emacs-lisp/find-func.el (find-function-noselect): New arg
15040 lisp-only.
15041
15042 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15043 signal an error for built-in functions (Bug#6664).
15044
15045 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15046
15047 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15048 (smtpmail-try-auth-methods): Use it.
15049
15050 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15051
15052 * font-lock.el (font-lock-fontify-region)
15053 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15054 (font-lock-default-unfontify-buffer)
15055 (font-lock-default-fontify-region)
15056 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15057
15058 * progmodes/compile.el (compilation-error-properties):
15059 Fix confusion between file struct and message struct (Bug#9319).
15060 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15061 `ant' regexp.
15062
15063 * net/browse-url.el (browse-url-firefox): Don't call
15064 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15065
15066 2011-08-20 Glenn Morris <rgm@gnu.org>
15067
15068 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15069
15070 * tutorial.el (tutorial--default-keys): Update some default bindings.
15071
15072 * files.el (hack-local-variables): Fully ignore case for "mode:".
15073
15074 2011-08-20 Alan Mackenzie <acm@muc.de>
15075
15076 Resolve invalid use of a regexp in regexp-opt.
15077
15078 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15079 detection for a java annotation.
15080
15081 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15082 detection for a java annotation.
15083
15084 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15085 handling for java.
15086 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15087
15088 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15091 (Bug#9274).
15092
15093 2011-08-20 Alan Mackenzie <acm@muc.de>
15094
15095 Fontify CPP expressions correctly when starting in the middle of
15096 such a construct. Mainly for when jit-lock etc. starts a chunk
15097 here.
15098
15099 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15100 variable.
15101 (c-make-font-lock-search-form): New function, extracted from
15102 c-make-font-lock-search-function.
15103 (c-make-font-lock-search-function): Use the above function.
15104 (c-make-font-lock-context-search-function): New function.
15105 (c-cpp-matchers): Enhance the preprocessor expression case with
15106 the above function
15107 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15108 which takes an expression.
15109
15110 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15111
15112 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15113
15114 * window.el (display-buffer-reuse-window)
15115 (display-buffer-pop-up-window): Don't reuse or split a side
15116 window.
15117
15118 2011-08-19 Glenn Morris <rgm@gnu.org>
15119
15120 * files.el (hack-local-variables-prop-line, hack-local-variables):
15121 Downcase "Mode:". (Bug#9331)
15122
15123 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15124
15125 * international/characters.el: Add L and R categories.
15126
15127 * subr.el (bidi-string-mark-left-to-right): Rename from
15128 string-mark-left-to-right. Use category search.
15129
15130 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15131
15132 2011-08-18 Juri Linkov <juri@jurta.org>
15133
15134 * faces.el (error, warning, success): New faces with definitions
15135 copied from old default values of `font-lock-warning-face',
15136 `compilation-warning', `compilation-info' (bug#6117).
15137
15138 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15139
15140 * progmodes/compile.el (compilation-error): Inherit from `error'.
15141 (compilation-warning): Inherit from `warning'.
15142 (compilation-info): Inherit from `success'.
15143
15144 * dired.el (dired-marked): Inherit from `warning'.
15145 (dired-flagged): Inherit from `error'.
15146
15147 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15148
15149 * mail/smtpmail.el (auth-source): Require to avoid problems with
15150 binding variables (bug#9298). Also clean up some unused
15151 autoloads.
15152
15153 * net/network-stream.el (network-stream-open-starttls):
15154 Support using starttls.el without using gnutls-cli.
15155
15156 2011-08-17 Juri Linkov <juri@jurta.org>
15157
15158 * progmodes/grep.el (rgrep): Handle the case when
15159 `grep-find-command' is a cons cell (bug#9278).
15160
15161 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15162
15163 * window.el (display-buffer-pop-up-frame): Run frame creation
15164 function with BUFFER current (as special-display-popup-frame
15165 does). Reported by Drew Adams.
15166
15167 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15168
15169 * epa-mail.el: Simplify GnuPG group expansion using
15170 epg-expand-group.
15171 (epa-mail-group-alist, epa-mail-group-modtime)
15172 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15173 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15174 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15175 Remove.
15176
15177 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15178
15179 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15180
15181 2011-08-16 Alan Mackenzie <acm@muc.de>
15182
15183 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15184 Correct, to avoid the inside of macros.
15185
15186 2011-08-16 Richard Stallman <rms@gnu.org>
15187
15188 * epa-mail.el: Handle GnuPG group definitions.
15189 (epa-mail-group-alist, epa-mail-group-modtime)
15190 (epa-mail-gnupg-conf-file): New variables.
15191 (epa-mail-parse-groups, epa-mail-sync-groups)
15192 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15193 (epa-mail-expand-recipients): New functions.
15194 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15195
15196 * mail/rmail.el (rmail-epa-decrypt): New command.
15197
15198 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15199 Don't bind buffer-read-only, just inhibit-read-only.
15200 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15201 (epa-decrypt-armor-in-region): Make error message clearer.
15202
15203 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15204
15205 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15206 and "a2b" to "ab" for `prefix'.
15207
15208 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15209
15210 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15211 filter groups.
15212 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15213 Fourquet (Bug#8804).
15214
15215 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15216
15217 * startup.el (argi): Declare as global variable (bug#9275).
15218
15219 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15220
15221 * subr.el (string-mark-left-to-right): Search the entire string
15222 for RTL script, not just the terminating character. Doc fix.
15223
15224 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15225
15226 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15227 New function.
15228 (js--regexp-literal, js-syntax-propertize-function): Remove.
15229 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15230 (js-mode-map): Don't rebind electric keys.
15231 (js-insert-and-indent): Remove.
15232 (js-mode): Setup electric-layout and electric-indent instead.
15233
15234 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15235
15236 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15237
15238 * epa.el (epa-progress-callback-function): Fix the logic of
15239 displaying progress.
15240 * epa-file.el (epa-file-insert-file-contents): Make progress
15241 display more user-friendly.
15242 (epa-file-write-region): Ditto.
15243
15244 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15245
15246 * subr.el (string-mark-left-to-right): New function.
15247
15248 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15249 Use string-mark-left-to-right.
15250 (list-buffers-noselect): Caller changed.
15251
15252 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15253 Use string-mark-left-to-right.
15254 (tabulated-list-print): Recenter after moving point.
15255
15256 2011-08-10 Juri Linkov <juri@jurta.org>
15257
15258 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15259 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15260 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15261
15262 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15265 (Bug#7554).
15266
15267 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15268
15269 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15270 character. (Bug#6594)
15271
15272 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15273
15274 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15275 (image-dired--with-db-file): New macro.
15276 (image-dired-write-tags, image-dired-remove-tag)
15277 (image-dired-create-gallery-lists, image-dired-write-comments)
15278 (image-dired-get-comment, image-dired-mark-tagged-files)
15279 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15280 (image-dired-gallery-generate): Use insert-file-contents.
15281
15282 * time.el (display-time-world-list, display-time-world-display):
15283 * time-stamp.el (time-stamp-string):
15284 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15285 set-time-zone-rule (Bug#7337).
15286
15287 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15288
15289 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15290 (epg-error-to-string, epg-errors-to-string): New function.
15291 (epg-wait-for-completion): Reverse errors list.
15292 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15293 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15294 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15295 (epg-sign-keys, epg-generate-key-from-file)
15296 (epg-generate-key-from-string): Format errors by using
15297 epg-errors-to-string (bug#9255).
15298 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15299
15300 2011-08-07 Juri Linkov <juri@jurta.org>
15301
15302 * faces.el (list-faces-display): Remove extra angle bracket
15303 from `help-mode-map'.
15304
15305 * info.el (Info-history-toc-nodes): Doc fix.
15306
15307 * longlines.el (longlines-mode): Doc fix.
15308
15309 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15312 of statements and in a few more cases (bug#9183).
15313
15314 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15315 New functions.
15316 (cl-transform-lambda): Use them (bug#9239).
15317
15318 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15319
15320 * window.el (display-buffer-same-window)
15321 (display-buffer-same-frame, display-buffer-other-window)
15322 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15323 (pop-to-buffer-other-window)
15324 (pop-to-buffer-same-frame-other-window)
15325 (pop-to-buffer-other-frame): Make them defuns.
15326 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15327
15328 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15329
15330 * subr.el (make-composed-keymap): Move from C. Change calling
15331 convention, and improve docstring to bring attention to a subtle point.
15332 * minibuffer.el (completing-read-default): Adjust accordingly.
15333
15334 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15335
15336 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15337 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15338
15339 * net/trampver.el: Update release number.
15340
15341 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15344 "in" (bug#9190).
15345
15346 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15347
15348 * mail/sendmail.el (sendmail-query-once): Restore the current
15349 buffer after querying (bug#9074).
15350
15351 * dired.el (dired-flagged): Use different faces for marked and
15352 flagged files (bug#6117).
15353
15354 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15355 (bug#4433).
15356
15357 * ido.el (ido-mode): Switch off the message if called
15358 non-interactively.
15359
15360 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15361 before 587, since it appears that that's more likely to work for
15362 more people.
15363
15364 * cus-edit.el (custom-file): When running under emacs -q, always
15365 refuse to save the customizations, even if the .emacs file doesn't
15366 exist.
15367
15368 * info.el: Remove the `Info-beginning-of-buffer' function
15369 (bug#8325).
15370
15371 * net/network-stream.el (network-stream-open-starttls):
15372 Use `starttls-available-p' to see whether starttls.el can be used.
15373
15374 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15375
15376 * window.el (display-buffer-in-window): Don't set dedicated status
15377 of window here (Bug#9215).
15378 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15379 (display-buffer-pop-up-side-window)
15380 (display-buffer-in-side-window): Set dedicated status of window here.
15381
15382 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15385 before binding generated-autoload-file.
15386
15387 2011-08-01 Deniz Dogan <deniz@dogan.se>
15388
15389 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15390
15391 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15392
15393 Sync with Tramp 2.2.2.
15394
15395 * net/trampver.el: Update release number.
15396
15397 2011-07-30 Juri Linkov <juri@jurta.org>
15398
15399 * dired-aux.el (dired-touch-initial): Remove function.
15400 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15401 current time, and `default' to the last modification time of the
15402 current marked file (bug#6887).
15403
15404 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15405
15406 * simple.el (goto-line): Use string-to-number to provide a
15407 numeric argument to read-number (bug#9163).
15408
15409 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15410
15411 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15412 connection process, it could be nil.
15413
15414 2011-07-27 Leo Liu <sdl.web@gmail.com>
15415
15416 Simplify url handling in rcirc-mode.
15417
15418 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15419 (rcirc-browse-url-at-mouse): Remove.
15420 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15421
15422 2011-07-26 Alan Mackenzie <acm@muc.de>
15423
15424 Fontify bitfield declarations properly.
15425
15426 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15427 (c-symbol-chars): Now exported as a lang variable.
15428 (c-not-primitive-type-keywords): New lang variable.
15429
15430 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15431 QT keyword "more" to prevent "more slots: ...." being spuriously
15432 parsed as a bitfield declaration.
15433
15434 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15435 Refactor and enhance to handle bitfield declarations.
15436 (c-punctuation-in): New function.
15437 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15438 declarations properly.
15439
15440 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15441
15442 * calendar/icalendar.el (icalendar--all-events): Take care of
15443 multiple vcalendars in a single file.
15444 (icalendar--convert-float-to-ical): Checkdoc fixes.
15445
15446 2011-07-25 Deniz Dogan <deniz@dogan.se>
15447
15448 * image.el (insert-image): Clarifying docstring.
15449
15450 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15451
15452 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15453 `tramp-send-command-and-check' if there is no error.
15454 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15455
15456 2011-07-22 Alan Mackenzie <acm@muc.de>
15457
15458 Prevent cc-langs.elc being loaded at run time.
15459
15460 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15461 cc-langs.
15462
15463 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15464 "(require 'cc-langs)". Quote a form so it will evaluate at
15465 (cc-mode's) compilation time.
15466
15467 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15468
15469 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15470 loading. (Bug#9114)
15471
15472 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15473
15474 * window.el (display-buffer-pop-up-window)
15475 (display-buffer-pop-up-side-window)
15476 (display-buffer-in-side-window): Call display-buffer-set-height
15477 and display-buffer-set-width after setting the new window's
15478 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15479
15480 2011-07-20 Sam Steingold <sds@gnu.org>
15481
15482 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15483 (etags-tags-included-tables): Call `convert-standard-filename' on
15484 the file names contained in TAGS so that windows Emacs can handle
15485 TAGS files created by cygwin ctags.
15486
15487 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15488
15489 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15490 which apparently didn't work.
15491
15492 2011-07-19 Roland Winkler <winkler@gnu.org>
15493
15494 * proced.el (proced-send-signal): For *Marked Processes* buffer
15495 put point at beginning of buffer.
15496
15497 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15498
15499 * proced.el (proced-format): Make header lines align with the text
15500 (bug#1779).
15501
15502 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15503
15504 * view.el (view-buffer): Allow running in `special' modes if we're
15505 visiting a file (bug#8615).
15506
15507 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15508
15509 * window.el (display-buffer-alist-of-strings-p)
15510 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15511 New functions.
15512 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15513 more accurately.
15514
15515 2011-07-18 Alan Mackenzie <acm@muc.de>
15516
15517 Fontify declarators properly when, e.g., a jit-lock chunk begins
15518 inside a declaration.
15519
15520 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15521
15522 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15523 New function.
15524 (c-complex-decl-matchers): Insert reference to
15525 c-font-lock-enclosing-decls.
15526
15527 * progmodes/cc-engine.el (c-backward-single-comment):
15528 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15529 to nil around calls to (forward-comment -1).
15530
15531 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15532
15533 * image.el (put-image): Doc typo fix.
15534
15535 * progmodes/etags.el (tags-search): Doc typo fix.
15536
15537 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15538 password if we get errors 550 to 554.
15539
15540 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15541
15542 * net/gnutls.el (gnutls-log-level): Remove.
15543
15544 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15545 indentation character (bug#6380).
15546
15547 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15548
15549 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15550 to clarify what the problem is (bug#4291).
15551
15552 * simple.el (current-kill): Clarify what
15553 `interprogram-paste-function' does (bug#7500).
15554 (auto-fill-mode): Document `auto-fill-function' in relation to
15555 `auto-fill-mode' (bug#2470).
15556
15557 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15558
15559 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15560 method if slot is read-only (bug#9035).
15561
15562 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15563
15564 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15565 * window.el (pop-to-buffer): Select window used even if it was
15566 selected before, see discussion of (Bug#8615), (Bug#6954).
15567 Pass argument NORECORD on to select-frame-set-input-focus.
15568
15569 2011-07-15 Glenn Morris <rgm@gnu.org>
15570
15571 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15572 Respect help-form.
15573
15574 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15575
15576 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15577 (gnutls-negotiate): Use it.
15578
15579 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15580
15581 * net/gnutls.el (gnutls-negotiate):
15582 Upcase `gnutls-algorithm-priority'.
15583
15584 2011-07-15 Glenn Morris <rgm@gnu.org>
15585
15586 * jka-compr.el (jka-compr-verbose): Move from here...
15587 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15588 Add missing :version tag.
15589 * info.el: No need to require jka-compr when compiling.
15590
15591 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15592
15593 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15594 (gnutls-negotiate): Use it.
15595
15596 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15597
15598 * info.el (Info-beginning-of-buffer): New command.
15599 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15600 announcing `b' as the key (bug#8325).
15601 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15602
15603 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15604
15605 * international/mule-cmds.el
15606 (describe-specified-language-support): Make the error message
15607 clearer (bug#8905).
15608
15609 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15610
15611 * isearch.el (isearch-barrier): Add a doc string, since it's
15612 mentioned in a function doc string (bug#8678).
15613
15614 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15615
15616 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15617 buffer argument (Bug#9083) and self-identifying label argument.
15618
15619 2011-07-15 Glenn Morris <rgm@gnu.org>
15620
15621 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15622
15623 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15624
15625 * man.el (Man-fontify-manpage): Fix message when formatting the
15626 man page (bug#7929).
15627
15628 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15629
15630 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15631 argument LRM; if non-nil, append an invisible LRM character to the
15632 buffer name.
15633 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15634 last argument non-nil, when formatting buffer names.
15635 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15636 paragraph direction.
15637
15638 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15639
15640 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15641 the man page name (bug#7929).
15642
15643 * image.el (put-image): Mention the `put-image' overlay property
15644 (bug#7834).
15645
15646 * scroll-bar.el (set-scroll-bar-mode): Mention that
15647 `scroll-bar-mode' lists the values (bug#7772).
15648
15649 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15650 command (bug#7729).
15651
15652 * rect.el (apply-on-rectangle): Return the point after the last
15653 operation.
15654 (string-rectangle): Go to the point after the last operation
15655 (bug#7522).
15656
15657 * printing.el (pr-toggle-region): Clarify the documentation
15658 slightly (bug#7493).
15659
15660 * time.el (display-time-update):
15661 Allow `display-time-mail-function' to return nil (bug#7158).
15662 Fix suggested by Detlev Zundel.
15663
15664 * vc/diff.el (diff): Clarify the order the file names are read
15665 (bug#7111).
15666
15667 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15668 the doc string (bug#7015).
15669
15670 * font-lock.el (font-lock-maximum-decoration): Mention what
15671 numeric levels mean (bug#6935).
15672
15673 * startup.el (initial-buffer-choice): Don't mention the `none'
15674 selection, which is against policy.
15675
15676 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15677
15678 * window.el (display-buffer-normalize-special):
15679 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15680
15681 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15682
15683 * subr.el (version<, version<=, version=): Mention "-CVS" and
15684 "-12345" alpha version numbers.
15685
15686 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15687
15688 * bindings.el: Add advertised binding for set-mark-command
15689 (Bug#5772).
15690
15691 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15692
15693 * bindings.el (mode-line-other-buffer):
15694 * bookmark.el (bookmark-bmenu-2-window):
15695 * bs.el (bs-cycle-next, bs-cycle-previous):
15696 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15697 switch-to-buffer.
15698
15699 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15700 Delete.
15701
15702 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15703
15704 * follow.el (follow-debug-message, follow-redisplay):
15705 * jka-cmpr-hook.el (with-auto-compression-mode):
15706 Fix typos in docstrings.
15707
15708 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15709
15710 * subr.el (with-silent-modifications): Clarify somewhat what the
15711 macro inhibits (bug#6525).
15712
15713 * simple.el (eval-expression): Note what it does if called
15714 interactively (bug#6495).
15715
15716 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15717
15718 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15719 Use pop-to-buffer buffer-or-name if it is nil.
15720
15721 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15722 Remove switch-to-buffer.
15723
15724 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * files.el (make-directory): Clarify that an error will be raised
15727 if there's an error (bug#6397).
15728
15729 * startup.el (initial-buffer-choice): Add `none' as a choice
15730 (bug#6234).
15731
15732 * subr.el (add-hook): Clarify section about buffer-local hooks
15733 (bug#6218).
15734
15735 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15736
15737 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15738
15739 * tabify.el (untabify): Preserve the current column so that point
15740 doesn't move (bug#6032).
15741
15742 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15743
15744 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15745 Rewrite to avoid awkward possessive "s" (bug#5986).
15746
15747 2011-07-13 Glenn Morris <rgm@gnu.org>
15748
15749 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15750 (dired-insert-directory): Give a message the first time
15751 if ls is found not to support --dired.
15752
15753 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15754
15755 * simple.el (toggle-truncate-lines): Clarify what is toggled
15756 (bug#5580). Text by Drew Adams.
15757
15758 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * simple.el (blink-matching-open): Make the error message from the
15761 last change less verbose.
15762
15763 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15764
15765 * font-lock.el (font-lock-comment-face): Use the high contrast
15766 "yellow" color for font-lock-comment-face on low color terminals
15767 using a dark background color (bug#4221).
15768
15769 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15770
15771 * dired.el (dired-insert-set-properties): Make the doc string
15772 reflect what it does now (bug#5325).
15773
15774 * simple.el (blink-matching-open): Say that we were unable to find
15775 the match within the limit, if we're limited (bug#5122).
15776
15777 * international/mule-cmds.el (prefer-coding-system): Add an
15778 example (bug#4869).
15779
15780 * progmodes/etags.el (tags-search): Document `file-list-form'
15781 (bug#4731).
15782
15783 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15784
15785 * net/browse-url.el (browse-url-default-browser)
15786 (browse-url-browser-function): Make the default browser choice a
15787 bit more logical (bug#4300). Also clean up the doc string.
15788
15789 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15790
15791 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15792 binary endings (bug#4440).
15793
15794 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15795
15796 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15797 which can be pretty annoying (bug#8971).
15798
15799 * jka-compr.el (jka-compr-verbose): New variable, and use
15800 throughout (bug#8971).
15801
15802 * info.el (Info-find-file): Fall back on the installation
15803 directory if we can't find the info node anywhere else.
15804
15805 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15806
15807 * vc/vc.el (vc-revert-file):
15808 Don't set file time-stamp in the past. (Bug#5181)
15809
15810 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15811
15812 * files.el (after-find-file): Give a better error message when
15813 trying to find a symlink that points to a file that doesn't exist
15814 (bug#4398).
15815
15816 * progmodes/cc-vars.el: Remove (probably) misleading comment
15817 (bug#4396).
15818
15819 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15820
15821 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15822
15823 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15824
15825 * mouse-sel.el: Hack restoring functionality, while keeping
15826 compatibility with 2010-07-03 changes to mouse selection.
15827 (mouse-sel-primary-overlay): New var.
15828 (mouse-sel-selection-alist): Use it.
15829 (mouse-sel-mode): Doc fix; remove points that are default features
15830 of mouse.el.
15831
15832 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15833
15834 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15835 Fix previous fix (bug#2490).
15836
15837 2011-07-12 Roland Winkler <winkler@gnu.org>
15838
15839 * textmodes/bibtex.el (bibtex-initialize):
15840 Use pop-to-buffer-same-window.
15841 (bibtex-search-entries): Fix interactive call.
15842
15843 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15844
15845 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15846 Fontise bytecomp Error lines more correctly (bug#2490).
15847 Fix suggested by Johan Bockgård.
15848
15849 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15850
15851 * dired-x.el (dired-guess-default): Use `delete-dups'.
15852
15853 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15854
15855 * dired.el (dired-mark-prompt):
15856 * dired-aux.el (dired-read-shell-command): Doc fix.
15857
15858 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15859
15860 * mail/sendmail.el (sendmail-query-once):
15861 Use `customize-save-variable' unconditionally, now that it works under
15862 emacs -Q.
15863
15864 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15865
15866 * cus-edit.el (custom-file): Take an optional no-error variable.
15867 (customize-save-variable): Set the variable, and give a warning if
15868 running under "emacs -q".
15869
15870 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15871
15872 * loadhist.el (unload-feature-special-hooks):
15873 Add `auto-coding-functions', `fill-nobreak-predicate' and
15874 `find-directory-functions' (bug#5327).
15875
15876 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15877
15878 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15879
15880 * cus-edit.el (custom-guess-name-alist): -alist variables should
15881 use the `alist' type (bug#3120). Suggested by Drew Adams.
15882
15883 * printing.el: Add documentation to all the `pr-toggle-' commands.
15884
15885 2011-07-11 Leo Liu <sdl.web@gmail.com>
15886
15887 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15888 backends where it makes sense (bug#2623).
15889
15890 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15891
15892 * dired-x.el (dired-guess-default): Remove duplicate shell command
15893 entries (bug#2028).
15894 (dired-guess-default): Fix grammar in doc string (bug#2028).
15895 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15896
15897 * subr.el (remove-duplicates): New conveniency function.
15898
15899 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15900
15901 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15902 (bug#1526).
15903
15904 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15905
15906 * window.el (display-buffer-normalize-default): Don't invert
15907 meaning of even-window-heights. Reported by Eli Zaretskii
15908 <eliz@gnu.org>.
15909
15910 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15911
15912 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15913
15914 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15915
15916 * window.el (display-buffer): Fix arguments to
15917 display-buffer-reuse-window in last change.
15918
15919 * faces.el (link): Use a less saturated blue on light backgrounds.
15920
15921 * startup.el (fancy-startup-text, fancy-about-text)
15922 (fancy-startup-tail): Use font-lock faces, for background safety.
15923
15924 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15925
15926 * emulation/viper-cmd.el (viper-change-state-to-vi):
15927 Limit triggering of abbrev expansion (Bug#9038).
15928
15929 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15930
15931 * window.el (display-buffer-default-specifiers): Remove.
15932 (display-buffer-macro-specifiers): Remove default specifiers.
15933 (display-buffer-alist): Default to nil.
15934 (display-buffer-reuse-window): New optional argument other-window.
15935 (display-buffer-pop-up-window): Allow splitting internal
15936 windows. Check whether a live window was created.
15937 (display-buffer-other-window-means-other-frame)
15938 (display-buffer-normalize-arguments): Rename to
15939 display-buffer-normalize-argument and rewrite. Set the
15940 other-window specifier.
15941 (display-buffer-normalize-special): New function.
15942 (display-buffer-normalize-options): Rename to
15943 display-buffer-normalize-default and rewrite.
15944 (display-buffer-normalize-options-inhibit): Remove.
15945 (display-buffer-normalize-specifiers): Rewrite.
15946 (display-buffer): Process other-window specifier and call
15947 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15948 more faithfully.
15949 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15950 (display-buffer-alist-set): Don't handle 'unset default values.
15951 (display-buffer-in-window, display-buffer-alist-set):
15952 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15953 <tassilo@member.fsf.org>.
15954
15955 2011-07-09 Leo Liu <sdl.web@gmail.com>
15956
15957 * register.el (insert-register): Restore accidental change on
15958 2011-06-26. (Bug#9028)
15959
15960 2011-07-09 Glenn Morris <rgm@gnu.org>
15961
15962 * subr.el (remq): Handle the empty list. (Bug#9024)
15963
15964 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15965
15966 * mail/sendmail.el (send-mail-function): No longer delay custom
15967 initialization.
15968 * custom.el (custom-initialize-delay): Doc fix.
15969
15970 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15973
15974 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15975
15976 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15977 human-friendly prompt.
15978
15979 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15980
15981 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15982 provided by a particular plugin.
15983
15984 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15985
15986 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15987 save customizations (with "emacs -Q"), just set the variable
15988 instead of erroring out.
15989
15990 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15991
15992 2011-07-08 Juri Linkov <juri@jurta.org>
15993
15994 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15995 (archive-zip-update-case): Use 7z if found by `executable-find'.
15996 The order of searching the available programs is the same as in
15997 `archive-zip-extract' (bug#8968).
15998
15999 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16000
16001 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16002 (menu-bar-options-menu): Tweak descriptions.
16003
16004 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16005
16006 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16007 menu items into verb phrases (bug#1421). Also refill to fit under
16008 80 columns.
16009
16010 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16011
16012 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16013 (Info-read-node-name): Doc fix (Bug#1084).
16014
16015 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16016 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16017 (end-of-sexp, beginning-of-sexp)
16018 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16019 (forward-symbol, forward-same-syntax, word-at-point)
16020 (sentence-at-point): Doc fix (Bug#1144).
16021
16022 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16023
16024 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16025 should cover it (bug#1281).
16026
16027 * cus-edit.el (custom-show): Mark as obsolete.
16028
16029 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16030 negotiation fails, then possibly try again with a non-encrypted
16031 connection (bug#9017).
16032
16033 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16034 be used.
16035
16036 2011-07-07 Richard Stallman <rms@gnu.org>
16037
16038 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16039 property, and handle its changed format.
16040 Look for the correct line number.
16041 Use file's line contents (but not past first =) to find
16042 correct line in message.
16043
16044 2011-07-07 Kenichi Handa <handa@m17n.org>
16045
16046 * international/characters.el (build-unicode-category-table):
16047 Delete it.
16048 (unicode-category-table): Set it by unicode-property-table-internal.
16049
16050 * international/mule-cmds.el (char-code-property-alist): Move to
16051 to src/chartab.c.
16052 (get-char-code-property): Call unicode-property-table-internal to
16053 load a file. Call get-unicode-property-internal where necessary.
16054 (put-char-code-property): Call unicode-property-table-internal to
16055 load a file. Call put-unicode-property-internal where necessary.
16056 put-unicode-property-internal where necessary.
16057 (char-code-property-description):
16058 Call unicode-property-table-internal to load a file.
16059
16060 * international/charprop.el:
16061 * international/uni-bidi.el:
16062 * international/uni-category.el:
16063 * international/uni-combining.el:
16064 * international/uni-comment.el:
16065 * international/uni-decimal.el:
16066 * international/uni-decomposition.el:
16067 * international/uni-digit.el:
16068 * international/uni-lowercase.el:
16069 * international/uni-mirrored.el:
16070 * international/uni-name.el:
16071 * international/uni-numeric.el:
16072 * international/uni-old-name.el:
16073 * international/uni-titlecase.el:
16074 * international/uni-uppercase.el: Regenerate.
16075
16076 * loadup.el: Load international/charprop.el before
16077 international/characters.
16078
16079 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16080
16081 * window.el (next-buffer, previous-buffer): Signal an error if
16082 called from a minibuffer window.
16083
16084 * bindings.el: Revert 2011-07-04 change.
16085
16086 2011-07-06 Richard Stallman <rms@gnu.org>
16087
16088 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16089 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16090 Treat markers like ints.
16091 (rmail-mime-entity): Doc fix.
16092
16093 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16094
16095 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16096 defcustom again for backwards compatibility.
16097
16098 * simple.el (shell-command-on-region): Fill.
16099
16100 * dired-aux.el (dired-kill-line): Add a doc string.
16101
16102 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16103 to "\\sw\\|\\s_" (bug#358).
16104
16105 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16106 (dired-unmark-backward): Ditto.
16107 (dired-flag-backup-files): Ditto.
16108
16109 * dired-x.el (dired-mark-sexp): Ditto.
16110
16111 2011-07-06 Richard Stallman <rms@gnu.org>
16112
16113 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16114 (rmail-mime-entity): New arg TRUNCATED.
16115 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16116 New functions.
16117 (rmail-mime-save): Warn if entity is truncated.
16118 (rmail-mime-toggle-hidden): Likewise, for showing.
16119 (rmail-mime-process-multipart): Record when an entity is truncated.
16120
16121 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16122 if ENTITY is a string.
16123
16124 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16125
16126 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16127 of faces when `M-C-x'-ing their definitions (bug#8378).
16128 Also clean up the code slightly.
16129
16130 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16131 because that makes the colors go away.
16132
16133 * mail/sendmail.el (send-mail-function): Change the default to
16134 `sendmail-query-once'.
16135 (sendmail-query-once): Add an autoload cookie.
16136
16137 * net/network-stream.el (network-stream-open-starttls): Try using
16138 a plain connection even if the server offered STARTTLS, and we
16139 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16140 capability. This should make smtpmail.el work in slightly more
16141 configurations.
16142
16143 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16144
16145 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16146 New defun.
16147 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16148
16149 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16150
16151 * progmodes/sql.el: Version 3.0
16152 (sql-product-alist): Add product :completion-object,
16153 :completion-column, and :statement attributes.
16154 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16155 (sql-mode-syntax-table): Mark all punctuation.
16156 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16157 ansi keywords.
16158 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16159 (sql-mode-oracle-font-lock-keywords): Improve.
16160 (sql-oracle-show-reserved-words): New function for development.
16161 (sql-product-font-lock): Simplify for source code buffers.
16162 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16163 New functions.
16164 (sql-highlight-product): Set product specific syntax table.
16165 (sql-mode-map): Add statement movement functions.
16166 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16167 New variable.
16168 (sql-statement-regexp, sql-beginning-of-statement)
16169 (sql-end-of-statement, sql-signum): New functions.
16170 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16171 (sql-show-sqli-buffer): Bug fix.
16172 (sql-interactive-mode): Store connection data as buffer local.
16173 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16174 with sql-interactive-mode.
16175 (sql-save-connection): Save buffer local settings.
16176 (sql-connection-menu-filter): Change menu entry name.
16177 (sql-product-interactive): Bug fix.
16178 (sql-preoutput-hold): New variable.
16179 (sql-interactive-remove-continuation-prompt): Bug fixes.
16180 (sql-debug-redirect): New variable.
16181 (sql-str-literal): New function.
16182 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16183 Redesign.
16184 (sql-oracle-save-settings, sql-oracle-restore-settings)
16185 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16186 (sql-completion-object, sql-completion-column)
16187 (sql-completion-sqlbuf): New variables.
16188 (sql-build-completions-1, sql-build-completions)
16189 (sql-try-completion): New functions.
16190 (sql-read-table-name): Use them.
16191 (sql-contains-names): New buffer local variable.
16192 (sql-list-all, sql-list-table): Use it.
16193 (sql-oracle-completion-types): New variable.
16194 (sql-oracle-completion-object, sql-sqlite-completion-object)
16195 (sql-postgres-completion-object): New functions.
16196
16197 2011-07-06 Glenn Morris <rgm@gnu.org>
16198
16199 * window.el (pop-to-buffer): Doc fix.
16200
16201 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16202
16203 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16204
16205 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16206
16207 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16208
16209 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16210
16211 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16212
16213 * button.el (button): Inherit from link face. Suggested by Dan
16214 Nicolaescu.
16215
16216 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * progmodes/gdb-mi.el: Fit in 80 columns.
16219 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16220 switch-to-buffer.
16221
16222 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16223 if imenu is simply not configured (bug#8941).
16224
16225 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16226
16227 * allout.el (allout-post-undo-hook): New allout outline-change
16228 event hook to signal undo activity.
16229 (allout-post-command-business): Run allout-post-undo-hook if an
16230 undo just occurred.
16231 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16232 * allout-widgets.el (allout-widgets-after-undo-function):
16233 Ensure the integrity of the current item's decoration after it has been
16234 in the vicinity of an undo.
16235 (allout-widgets-mode): Include allout-widgets-after-undo-function
16236 on the new allout-post-undo-hook.
16237
16238 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16239
16240 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16241 Let define-derived-mode define it.
16242 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16243 cycles of abbrev-table inheritance (bug#8998).
16244
16245 2011-07-05 Roland Winkler <winkler@gnu.org>
16246
16247 * textmodes/bibtex.el: Add support for biblatex.
16248 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16249 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16250 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16251 (bibtex-entry-alist, bibtex-field-alist): New variables.
16252 (bibtex-entry-field-alist): Obsolete alias for
16253 bibtex-BibTeX-entry-alist.
16254 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16255 (bibtex-set-dialect): New command.
16256 (bibtex-entry-type, bibtex-entry-head)
16257 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16258 Bind via bibtex-set-dialect.
16259 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16260 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16261 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16262 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16263 Define via bibtex-set-dialect.
16264 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16265 Obey bibtex-no-opt-remove-re.
16266 (bibtex-vec-push, bibtex-vec-incr): New functions.
16267 (bibtex-format-entry, bibtex-field-list)
16268 (bibtex-print-help-message, bibtex-validate)
16269 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16270
16271 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * progmodes/compile.el (compilation-goto-locus):
16274 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16275 * bs.el (bs-cycle-next, bs-cycle-previous):
16276 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16277 * bindings.el (mode-line-other-buffer):
16278 * autoinsert.el (auto-insert):
16279 * arc-mode.el (archive-extract):
16280 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16281
16282 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16283
16284 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16285 Fix check of `emacs-lock-unlockable-modes'.
16286 Coerce true values of `emacs-lock--try-unlocking' to t.
16287
16288 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16289
16290 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16291 * emacs-lock.el: New file.
16292
16293 2011-07-05 Julien Danjou <julien@danjou.info>
16294
16295 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16296 than `boundp' to check if face is set.
16297
16298 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16299
16300 * register.el (registerv-make):
16301 * window.el (window-min-height): Fix typos in docstrings.
16302
16303 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16304
16305 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16306 Update doc string.
16307
16308 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * server.el (server-execute): Catch quit and call
16311 `server-return-error' to pass the error back to emacsclient and
16312 close the connection (bug#8942).
16313
16314 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16315
16316 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16317 insecure exception for current topic. Also note that auto-saves
16318 are handled differently.
16319
16320 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16321 State variables for tracking auto-save inhibition situation.
16322
16323 (allout-write-contents-hook-handler): Rename from
16324 'allout-write-file-hook-handler', and describe how it depends on
16325 write-contents-functions sensitivity to non-nil value to prevent
16326 file write.
16327
16328 (allout-auto-save-hook-handler): Remove. auto-save does not check
16329 this in individual buffers, only in the starting buffer, so this
16330 is not the right way for us to inhibit auto-save in a buffer
16331 according to its condition.
16332
16333 (allout-mode): Use new allout-write-contents-hook-handler, and
16334 only with write-contents-functions. Remove auto-save provisions -
16335 they're implemented elsewhere.
16336
16337 (allout-before-change-handler): If undo is in progress, note that
16338 for attention of allout-post-command-business.
16339
16340 (allout-post-command-business): If the command we're following was
16341 an undo, check for change in the status of encrypted items and
16342 adjust auto-save inhibitions accordingly.
16343
16344 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16345 according to whether there are or aren't any plain-text topics
16346 pending encryption.
16347
16348 (allout-inhibit-auto-save-info-for-decryption):
16349 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16350 if there are plain-text topics pending encryption.
16351
16352 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16353 buffer-saved-size and some allout state to not inhibit auto-saves
16354 if there are no longer any plain-text topics pending encryption.
16355
16356 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16357 No longer provide for exemption of the current topic.
16358
16359 2011-07-04 Juri Linkov <juri@jurta.org>
16360
16361 Add 7z operations to delete and save changed members (bug#8968).
16362 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16363 New defcustoms.
16364 (archive-7z-write-file-member): New function.
16365 (archive-7z-summarize): Fix the number of dashes in the
16366 listing output.
16367
16368 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16369
16370 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16371 (bug#8958).
16372
16373 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * bindings.el: Ignore next-buffer and previous-buffer in
16376 minibuffer-local-map.
16377
16378 * font-lock.el (font-lock-builtin-face): Change light background
16379 color to dark slate blue (Bug#6693).
16380
16381 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16382
16383 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16384
16385 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16386
16387 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16388 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16389 Add switch-to-buffer.
16390
16391 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16392
16393 * isearch.el (isearch-search-fun-function): Clarify further the
16394 meaning of the function returned.
16395
16396 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16397
16398 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16399
16400 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16401 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16402 Use it.
16403 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16404 `tramp-default-remote-path' does not exist.
16405 (tramp-send-command-and-read): New optional argument NOERROR.
16406 (tramp-open-connection-setup-interactive-shell)
16407 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16408 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16409 (tramp-process-sentinel): Flush also process' connection property.
16410 (tramp-sh-handle-start-file-process): Do not set process
16411 sentinel. It is done now ...
16412 (tramp-maybe-open-connection): ... here. (Bug#8929)
16413
16414 2011-07-04 MON KEY <monkey@sandpframing.com>
16415
16416 * play/animate.el (animate-string): Doc fixes and allow changing
16417 the buffer name (bug#5417).
16418
16419 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16420
16421 * play/animate.el (animation-buffer-name): Rename from *animate*.
16422
16423 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16424
16425 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16426 This is simpler and helps future-proof the code.
16427 (timer-until): Use time-subtract and float-time.
16428 (timer--time-less-p): Use time-less-p.
16429
16430 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16431
16432 * type-break.el (timep): Use the value of `float-time' to avoid a
16433 byte-compiler warning.
16434
16435 * server.el (server-eval-and-print): Return any result, even nil.
16436
16437 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16438
16439 * type-break.el: Accept time formats that the builtins accept.
16440 (timep, type-break-time-difference): Accept any format that
16441 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16442 This is simpler and helps future-proof the code.
16443 (type-break-time-difference): Round rather than ignoring
16444 subseconds components.
16445
16446 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16447
16448 * info.el (Info-apropos-matches): Make non-interactive, since it
16449 doesn't seem to do anything useful as a command (bug#8829).
16450
16451 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * frame.el (frame-background-mode, frame-set-background-mode):
16454 Move from faces.el.
16455 (frame-default-terminal-background): New function.
16456
16457 * custom.el (custom-push-theme): Don't record faces in `changed'
16458 theme; this doesn't work correctly for per-frame face settings.
16459 (disable-theme): Use face-set-after-frame-default to reset faces.
16460 (custom--frame-color-default): New function.
16461
16462 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16463
16464 * dired.el (dired-flagging-regexp): Remove unused variable
16465 (bug#8769).
16466
16467 2011-03-29 Kevin Ryde <user42@zip.com.au>
16468
16469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16470 `perl-Test2' extend to match possible "fail #N" rep count
16471 (bug#8377).
16472
16473 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16474
16475 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16476 `smtpmail-via-smtp' now returns the error instead of nil.
16477
16478 * isearch.el (isearch-search-fun-function): Clarify the doc string
16479 (bug#8101).
16480
16481 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16482
16483 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16484 unnecessary spaces (bug#8987).
16485
16486 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16487
16488 * net/network-stream.el (open-network-stream): Use the
16489 :end-of-capability command thoughout.
16490
16491 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16492
16493 * net/network-stream.el (open-network-stream): Add the
16494 :end-of-capability command parameter, used by pop3.el.
16495
16496 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16497
16498 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16499
16500 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16501 for list)" (bug#6475).
16502
16503 * files.el (file-expand-wildcards): Ignore non-readable
16504 sub-directories while trying to find matches instead of signaling
16505 an error (bug#6297).
16506
16507 * man.el (Man-reference-regexp): Allow matching possible
16508 word-wrapped references (bug#6289).
16509
16510 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16511 for consistency with the other vc buffers (bug#6197).
16512 (vc-checkin): Ditto.
16513
16514 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16515
16516 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16517
16518 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16519
16520 * custom.el (defcustom): Clarify that :set is only used in the
16521 Customize user interface (bug#6089).
16522
16523 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16524 associated with a file, refuse to run instead of erroring out
16525 (bug#6084).
16526
16527 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16528 the doc string, since it appears that using `fill-column' always
16529 controls the width (bug#7845).
16530
16531 * simple.el (shell-command-on-region): Say where the error output
16532 went if `shell-command-default-error-buffer' is set (bug#6857).
16533
16534 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16535
16536 * allout.el (allout-yank-processing): Adjust cursor position for
16537 backwards-deleted space.
16538
16539 (allout-rebullet-heading): Register changes with
16540 allout-exposure-changed-hook, so the modified topic is properly
16541 decorated.
16542
16543 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16544
16545 * minibuffer.el (completion-in-region): Document PREDICATE
16546 (bug#7136).
16547
16548 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16549 of keyword/argument pairs (bug#6904).
16550
16551 * replace.el (multi-occur):
16552 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16553
16554 2011-07-02 Drew Adams <drew.adams@oracle.com>
16555
16556 * dired.el (dired-mark-if): Make the message about whether it's
16557 marking or unmarking clearer (bug#8523).
16558
16559 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16560
16561 * disp-table.el (display-table-print-array): New function.
16562 (describe-display-table): Use it to print the vectors more pretty
16563 (Bug#8859).
16564
16565 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16566
16567 * window.el (window-state-get-1): Don't assign clone numbers.
16568 Add clone-of item to list of window parameters.
16569 (window-state-put-2): Don't process clone numbers.
16570 (display-buffer-alist): Fix doc-string.
16571
16572 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * subr.el (remq): Don't allocate if it's not needed.
16575 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16576 (keymap--merge-bindings): New functions.
16577 (keymap-canonicalize): Use them to refine the canonicalization.
16578 * minibuffer.el (minibuffer-local-completion-map)
16579 (minibuffer-local-must-match-map): Move initialization from C.
16580 (minibuffer-local-filename-completion-map): Move initialization from C;
16581 don't inherit from anything here.
16582 (minibuffer-local-filename-must-match-map): Make obsolete.
16583 (completing-read-default): Use make-composed-keymap to combine
16584 minibuffer-local-filename-completion-map with either
16585 minibuffer-local-must-match-map or
16586 minibuffer-local-filename-completion-map.
16587
16588 2011-07-01 Glenn Morris <rgm@gnu.org>
16589
16590 * type-break.el (type-break-time-sum): Use dolist.
16591
16592 * textmodes/flyspell.el (flyspell-word-search-backward):
16593 Replace CL function.
16594
16595 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16596
16597 * mouse.el (mouse--strip-first-event): New function.
16598 (function-key-map): Use it to map fringe clicks to normal clicks
16599 by default.
16600
16601 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16602 (vc-bzr-revision-completion-table): Add support for annotate and date.
16603
16604 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16605 inherit from parent.
16606
16607 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
16609 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16610 (dired-show-file-type): Doc fixup (bug#8818).
16611
16612 * dired.el (dired-mode): Fix up the doc string as suggested by
16613 Drew Adams (bug#8817).
16614
16615 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16616 cookie, since the manual says that it should be possible to add
16617 this function to `find-file-hook' (bug#8709).
16618
16619 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16620
16621 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16622 here. Noted Ted Zlatanov as the maintainer.
16623 (cfengine-common-settings, cfengine-common-syntax): New functions
16624 to set up common things between `cfengine-mode' and
16625 `cfengine3-mode'.
16626 (cfengine3-mode): New mode.
16627 (cfengine3-defuns cfengine3-defuns-regex
16628 (cfengine3-class-selector-regex cfengine3-category-regex)
16629 (cfengine3-vartypes cfengine3-font-lock-keywords)
16630 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16631 (cfengine3-indent-line): Add from cfengine3.el.
16632
16633 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16634
16635 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16636
16637 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16638
16639 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16640
16641 * window.el (same-window-buffer-names, same-window-regexps)
16642 (same-window-p, special-display-frame-alist)
16643 (special-display-popup-frame, special-display-function)
16644 (special-display-buffer-names, special-display-regexps)
16645 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16646 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16647 (split-window-preferred-function, split-height-threshold)
16648 (split-width-threshold, even-window-heights)
16649 (display-buffer-mark-dedicated, window-splittable-p)
16650 (split-window-sensibly, window-safely-shrinkable-p):
16651 Un-obsolete.
16652 (display-buffer): Don't spread args with function specifier
16653 because special-display-popup-frame won't like it.
16654
16655 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16656
16657 Time-stamp simplifications and fixes.
16658 These improve accuracy slightly, and future-proof the code
16659 against some potential changes to current-time format.
16660
16661 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16662 by using time-since and float-time.
16663
16664 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16665 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16666 + NNN microseconds".
16667
16668 * type-break.el (type-break-time-sum): Rewrite using time-add.
16669
16670 * play/hanoi.el (hanoi-current-time-float): Remove.
16671 All uses replaced by float-time.
16672
16673 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16674 This yields a more-accurate answer.
16675 (rng-time-to-float): Remove; no longer needed.
16676
16677 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16678
16679 * calendar/timeclock.el (timeclock-seconds-to-time):
16680 Defalias to seconds-to-time, since they're the same thing.
16681
16682 * emacs-lisp/elp.el (elp-elapsed-time):
16683 * emacs-lisp/benchmark.el (benchmark-elapse):
16684 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16685
16686 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * window.el (bury-buffer): Don't iconify the only frame.
16689 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16690 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16691
16692 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16693
16694 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16695 Add mouse-yank-primary.
16696
16697 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16698
16699 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16700
16701 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16704 (find-library-name): Use it to find relative load names when provided
16705 absolute file name (bug#8803).
16706
16707 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16708
16709 * textmodes/flyspell.el (flyspell-word): Consider words that
16710 differ only in case as potential doublons (bug#5687).
16711
16712 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16713 Remove two rather uninteresting debugging-like messages to make
16714 debbugs.el more silent.
16715
16716 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16717 a password-like phrase.
16718
16719 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16720
16721 * progmodes/cc-guess.el: New file.
16722
16723 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16724
16725 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16726 derived from `c-basic-common-init'.
16727
16728 * progmodes/cc-mode.el (top-level): Require cc-guess.
16729 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16730
16731 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16732
16733 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16734
16735 2011-06-30 Alan Mackenzie <acm@muc.de>
16736
16737 * progmodes/cc-engine.el (c-guess-continued-construct):
16738 Correct the handling of template-args-cont, particularly for when font
16739 lock is disabled. Name this case as "CASE G".
16740
16741 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16742
16743 * allout.el (allout-yank-processing): Fix injection of extra space
16744 between bullet and non-whitespace character in first topic when
16745 pasting, ensuring that the actual spacing in the pasted topic
16746 following the bullet char is preserved. This extra space was
16747 causing pasted encrypted topics to get a decrypted status even
16748 when the content was actually still encrypted. Now the decryption
16749 status from before the paste is preserved.
16750
16751 (allout-flag-region): Set all allout overlays so they evaporate
16752 when reduced to zero length (evanescent), to prevent overlay
16753 leakage.
16754
16755 2011-06-30 Glenn Morris <rgm@gnu.org>
16756
16757 * w32-fns.el (w32-charset-info-alist): Declare.
16758
16759 * find-dired.el (find-grep-options): Simplify.
16760
16761 * term/ns-win.el (ns-set-resource): Declare.
16762
16763 * ses.el (row, col): Declare dynamic variables honestly.
16764
16765 * textmodes/reftex-parse.el (index-tags): Declare.
16766
16767 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16768
16769 * cus-edit.el (customize-push-and-save): New function.
16770
16771 * files.el (hack-local-variables-confirm): Use it.
16772
16773 * custom.el (load-theme): New arg NO-CONFIRM.
16774 Use customize-push-and-save (Bug#8720).
16775 (custom-enabled-themes): Doc fix.
16776
16777 * cus-theme.el (customize-create-theme)
16778 (custom-theme-merge-theme): Callers to load-theme changed.
16779
16780 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16781
16782 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16783 short URLs have at least one dot in them (bug #7614).
16784
16785 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16786 nil, because using a pty is apparently too slow (bug #895).
16787
16788 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16789
16790 * mail/sendmail.el (sendmail-query-once): New function.
16791 (sendmail-query-once-function): New variable.
16792
16793 2011-06-29 Glenn Morris <rgm@gnu.org>
16794
16795 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16796
16797 * ses.el (top-level): Require cl when compiling.
16798 (ses-set-localvars): Fix error statement.
16799 Call it at compile time to silence a storm of warnings.
16800
16801 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16802
16803 * window.el (normalize-live-buffer): Rename to
16804 window-normalize-buffer.
16805 (normalize-live-frame): Rename to window-normalize-frame.
16806 (normalize-any-window): Rename to window-normalize-any-window.
16807 (normalize-live-window): Rename to window-normalize-live-window.
16808 (make-window-atom): Rename to window-make-atom.
16809 (window-resize-reset): Rename to window--resize-reset.
16810 (window-resize-reset-1): Rename to window--resize-reset-1.
16811 (resize-mini-window): Rename to window--resize-mini-window.
16812 (resize-subwindows-skip-p): Rename to
16813 window--resize-subwindows-skip-p.
16814 (resize-subwindows-normal): Rename to
16815 window--resize-subwindows-normal.
16816 (resize-subwindows): Rename to window--resize-subwindows.
16817 (resize-other-windows): Rename to window--resize-siblings.
16818 (resize-this-window): Rename to window--resize-this-window.
16819 (resize-root-window): Rename to window--resize-root-window.
16820 (resize-root-window-vertically): Rename to
16821 window--resize-root-window-vertically.
16822 (normalize-buffer-to-display): Rename to
16823 window-normalize-buffer-to-display.
16824 (normalize-buffer-to-switch-to): Rename to
16825 window-normalize-buffer-to-switch-to.
16826 Correspondingly update all callers of the functions listed
16827 above.
16828 (display-buffer-alist, display-buffer-normalize-arguments)
16829 (display-buffer-normalize-options, display-buffer)
16830 (display-buffer-alist-set): Use "function" instead of
16831 "fun-with-args".
16832
16833 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16834
16835 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16836 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16837 debbugs.gnu.org. Mention acknowledgment email.
16838
16839 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16840
16841 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16842 buffer multibyteness, since it shouldn't matter.
16843
16844 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16845
16846 * window.el (display-buffer-in-side-window): Handle dedicated
16847 windows as in display-buffer-reuse-window.
16848 (display-buffer-normalize-alist): Use value of override
16849 specifier.
16850 (display-buffer-normalize-specifiers): Use value of
16851 other-window-means-other-frame specifier.
16852 (display-buffer-alist): Rewrite some texts in widgets.
16853 (display-buffer): Spread arguments when calling function
16854 specified by fun-with-args.
16855
16856 2011-06-28 Deniz Dogan <deniz@dogan.se>
16857
16858 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16859 Unnest `let'.
16860
16861 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16862 selectors (Bug#5732).
16863 (css-proprietary-nmstart-re): Use `regexp-opt'.
16864
16865 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16866
16867 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16868 (eshell-ls-date-format): New defcustom.
16869 (eshell-ls-file): Use it.
16870
16871 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16872
16873 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16874
16875 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16878 (ange-ftp-make-tmp-name): New arg.
16879 (ange-ftp-file-local-copy): Use it.
16880
16881 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16882
16883 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16884 no-conversion (Bug#8870).
16885
16886 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16887
16888 * window.el (window-right, window-left, window-child)
16889 (window-child-count, window-last-child)
16890 (window-iso-combination-p, walk-window-tree-1)
16891 (window-atom-check-1, window-tree-1, delete-window)
16892 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16893 new naming conventions - window-vchild, window-hchild,
16894 window-next and window-prev are now called window-top-child,
16895 window-left-child, window-next-sibling and window-prev-sibling
16896 respectively.
16897 (resize-window-reset): Rename to window-resize-reset.
16898 (resize-window-reset-1): Rename to window-resize-reset-1.
16899 (resize-window): Rename to window-resize.
16900 (window-min-height, window-min-width)
16901 (resize-mini-window, resize-this-window, resize-root-window)
16902 (resize-root-window-vertically, adjust-window-trailing-edge)
16903 (enlarge-window, shrink-window, maximize-window)
16904 (minimize-window, delete-window, quit-restore-window)
16905 (split-window, balance-windows, balance-windows-area-adjust)
16906 (balance-windows-area, window-state-put-2)
16907 (display-buffer-even-window-sizes, display-buffer-set-height)
16908 (display-buffer-set-width, set-window-text-height)
16909 (fit-window-to-buffer): Rename all "resize-window" prefixed
16910 calls to use the "window-resize" prefix convention.
16911 (display-buffer-alist): Fix symbol for label specifier.
16912 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16913 corresponding specifier.
16914 Reported by Juanma Barranquero <lekktu@gmail.com>.
16915
16916 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16917
16918 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16919 convention.
16920 (ses-call-printer): Does not pass an empty string to formatter when the
16921 cell is empty to keep from barking printer Calc math-format-value.
16922
16923 2011-06-27 Richard Stallman <rms@gnu.org>
16924
16925 * battery.el (battery-mode-line-limit): New variable.
16926 (battery-update): Handle it.
16927
16928 * mail/rmailmm.el (rmail-mime-process-multipart):
16929 Handle truncated messages.
16930
16931 2011-06-27 Glenn Morris <rgm@gnu.org>
16932
16933 * progmodes/flymake.el (flymake-err-line-patterns):
16934 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16935
16936 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16937
16938 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16939 (ses--clean-!, ses--clean-_): New functions.
16940 (ses-range): Add configurability of readout order, and conversion
16941 to Calc vector.
16942
16943 * ses.el (ses-repair-cell-reference-all): New function.
16944 (ses-cell-symbol): Set macro as safe, so that it can be used in
16945 formulas.
16946
16947 * ses.el: Update cycle detection algorithm.
16948 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16949 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16950 (ses-set-localvars): New function.
16951 (ses-make-cell): Add property-list as a cell element.
16952 (ses-cell-property-get-fun, ses-cell-property-get)
16953 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16954 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16955 New functions.
16956 (ses-cell-property-set, ses-cell-property-pop)
16957 (ses-cell-property-get-handle): New macro.
16958 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16959 New aliases, used for code readability.
16960 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16961 cycle detection.
16962 (ses-self-reference-early-detection): New defcustom.
16963 (ses-formula-references): Robustify against self-referring cells.
16964 (ses-mode): Use ses-set-localvars.
16965 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16966 before lauching the update processing.
16967 (ses-initialize-Dijkstra-attempt): New function.
16968 (ses-recalculate-cell): Update for cycle detection based on
16969 Dijkstra algorithm.
16970
16971 * ses.el: Fix commenting and indenting convention.
16972
16973 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * bs.el (bs-cycle-next): Complete last change.
16976
16977 2011-06-27 Drew Adams <drew.adams@oracle.com>
16978
16979 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16980
16981 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16982
16983 * net/network-stream.el (network-stream-open-starttls):
16984 Don't re-get capabilities unless we've reestablished connection.
16985 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16986
16987 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16988 to binary to possibly avoid line encoding issues on Windows (among
16989 other things).
16990
16991 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16992
16993 * net/network-stream.el (open-network-stream): Return an :error
16994 saying what the problem was, if possible.
16995
16996 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16997 server.
16998
16999 * net/network-stream.el (network-stream-open-starttls): If we
17000 wanted to use STARTTLS, and the server offered it, but we weren't
17001 able to because we had no STARTTLS support, then close the connection.
17002 (open-network-stream): Return an :error element, if present.
17003
17004 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17005
17006 * hl-line.el (hl-line-sticky-flag): Doc fix.
17007 (global-hl-line-sticky-flag): New option (Bug#8323).
17008 (global-hl-line-highlight): Obey it.
17009
17010 * vc/vc.el (vc-revert-show-diff): Default to t.
17011
17012 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17013
17014 * allout-widgets.el (allout-widgets-post-command-business):
17015 Stop decorating intermediate isearch matches. They're not being
17016 undecorated when an isearch is continued past, and isearch
17017 automatically collapses them. This leads to "widget leaks", where
17018 decorated items accumulate in collapsed areas. Lines with lots of
17019 hidden widgets can slow down cursor travel, substantially.
17020 Too much complicated machinery would be needed to ensure undecoration,
17021 so we're doing without this nicety.
17022
17023 (allout-widgets-tally-string): Don't try to do a hash-table-count
17024 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17025 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17026 *Messages* when allout-widgets-maintain-tally is t.
17027
17028 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17029
17030 * window.el (display-buffer-normalize-argument): Rename to
17031 display-buffer-normalize-arguments. Handle special meaning of
17032 LABEL argument. Respect special-display-function when popping up
17033 a new frame. Fix code searching for a window showing the buffer
17034 on another frame.
17035 (display-buffer-normalize-specifiers):
17036 Call display-buffer-normalize-arguments.
17037 (display-buffer-in-window): Don't undedicate the window if its
17038 buffer remains the same.
17039 Reported by Drew Adams <drew.adams@oracle.com>.
17040 (display-buffer-alist): Add choice for same-window macro
17041 specfier.
17042 (display-buffer): Mention special meaning of LABEL argument in
17043 doc-string. Fix quoting. Don't pop up a new frame even as
17044 fallback.
17045
17046 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17049 avoid deleting the current window in some cases (bug#8911).
17050
17051 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17052
17053 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17054 (Bug#8934)
17055
17056 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17057
17058 * net/network-stream.el (network-stream-open-starttls):
17059 Use built-in TLS support if `gnutls-available-p' is true.
17060 (network-stream-open-tls): Ditto.
17061
17062 2011-06-26 Leo Liu <sdl.web@gmail.com>
17063
17064 * register.el (registerv): New struct.
17065 (registerv-make): New function.
17066 (jump-to-register, describe-register-1, insert-register):
17067 Support the jump-func, print-func and insert-func slot of a registerv
17068 struct. (Bug#8415)
17069
17070 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17071
17072 * vc/vc.el (vc-revert-show-diff): New defcustom.
17073 (vc-diff-internal): New arg specifying diff buffer.
17074 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17075 reuse an existing *vc-diff* buffer (Bug#8927).
17076
17077 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17078
17079 2011-06-26 Glenn Morris <rgm@gnu.org>
17080
17081 * progmodes/f90.el (f90-critical-indent): New option.
17082 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17083 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17084 (f90-mode): Doc fix.
17085 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17086 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17087 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17088 (f90-match-end): Handle block, critical.
17089
17090 2011-06-25 Glenn Morris <rgm@gnu.org>
17091
17092 * calendar/diary-lib.el (diary-included-files): Doc fix.
17093 (diary-include-files): New function, extracted from
17094 diary-include-other-diary-files and diary-mark-included-diary-files.
17095 (diary-include-other-diary-files, diary-mark-included-diary-files):
17096 Just call diary-include-files.
17097 (diary-mark-entries): Reset diary-included-files on first call.
17098
17099 * calendar/diary-lib.el (diary-mark-entries)
17100 (diary-mark-included-diary-files):
17101 Visit included diary-files in temp buffers.
17102
17103 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17104 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17105 (f90-start-block-re, f90-imenu-generic-expression)
17106 (f90-looking-at-program-block-start, f90-no-block-limit):
17107 Add support for submodules.
17108
17109 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17110 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17111
17112 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17113
17114 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17115 buffer-file-type before setting its value, to avoid disastrous
17116 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17117
17118 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17119
17120 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17121
17122 * ses.el (ses-unload-function):
17123 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17124
17125 * proced.el (proced-unload-function):
17126 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17127
17128 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17129
17130 * server.el (server-create-window-system-frame): Add parameters arg.
17131 (server-process-filter): Doc fix. Handle frame-parameters.
17132
17133 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17134
17135 Fix bug#8730, bug#8781.
17136
17137 * loadhist.el (unload--set-major-mode): New function.
17138 (unload-feature): Use it.
17139
17140 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17141 (python-unload-function): New function.
17142
17143 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17146
17147 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17148
17149 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17150 the candidates list.
17151
17152 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17153
17154 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17155
17156 2011-06-23 Richard Stallman <rms@gnu.org>
17157
17158 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17159 (rmail-variables): Set next-error-move-function.
17160 (rmail-what-message): Take argument POS.
17161 (rmail-next-error-move): New function.
17162
17163 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17164
17165 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17166 messages for adjacent non-terminals.
17167
17168 2011-06-23 Richard Stallman <rms@gnu.org>
17169
17170 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17171 (rmail-show-message-1): Preserve buffer modified flag.
17172 (rmail-start-mail): Don't specify use of rmail-mail-return;
17173 that's done by mail-bury now.
17174 (rmail-mail-return): Handle arg NEWBUF.
17175
17176 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17177
17178 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17179 SIZE is a number.
17180
17181 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17182
17183 * window.el (get-lru-window, get-mru-window)
17184 (get-largest-window): Never return a minibuffer window.
17185 (display-buffer-pop-up-window): Fix a bug that could lead to
17186 reusing the minibuffer window.
17187 (display-buffer): Pass original specifier argument to
17188 display-buffer-function instead of the normalized one.
17189 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17190
17191 2011-06-22 Leo Liu <sdl.web@gmail.com>
17192
17193 * minibuffer.el (completing-read-function)
17194 (completing-read-default): Move from minibuf.c.
17195
17196 2011-06-22 Richard Stallman <rms@gnu.org>
17197
17198 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17199 to Rmail even if not started by a special Rmail command.
17200
17201 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17202 Copy the buffer currently showing just one message.
17203
17204 2011-06-22 Roland Winkler <winkler@gnu.org>
17205
17206 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17207 (bibtex-clean-entry): First delete the old key so that a
17208 customized algorithm for generating the new key does not get
17209 confused by the old key.
17210 (bibtex-url): Obey regexp of first step.
17211 (bibtex-search-entries): Do not use add-to-list with local
17212 list-var.
17213
17214 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17215
17216 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17217 stored a user name, then query for the password first, instead of
17218 waiting for SMTP to give an error message and the trying again.
17219
17220 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17221
17222 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17223 BUFFER in call-process.
17224
17225 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17226
17227 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17228 QUIT twice.
17229 (smtpmail-try-auth-methods): Require user name and password from
17230 auth-source.
17231
17232 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17233
17234 * window.el (display-buffer-default-specifiers)
17235 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17236 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17237 (split-window): Normalize SIDE argument (Bug#8916).
17238
17239 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17240 (special-display-frame-alist, special-display-popup-frame):
17241 Remove duplicate declarations. These are now in window.el.
17242
17243 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17244
17245 * mail/smtpmail.el (smtpmail-via-smtp):
17246 Set :use-starttls-if-possible so that we always use STARTTLS if the
17247 server supports it. SMTP servers that support STARTTLS commonly
17248 require it.
17249
17250 * net/network-stream.el (network-stream-open-starttls): Support
17251 upgrading to STARTTLS always, even if we don't have built-in support.
17252 (open-network-stream): Add the :always-query-capabilities keyword.
17253
17254 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17255 upgrades with `open-network-stream', and rely solely on
17256 auth-source for all credentials. Big changes throughout the file,
17257 but in particular:
17258 (smtpmail-auth-credentials): Remove.
17259 (smtpmail-starttls-credentials): Remove.
17260 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17261 MAIL FROM, too.
17262
17263 * net/network-stream.el (network-stream-open-starttls):
17264 Provide support for client certificates both for external and built-in
17265 STARTTLS.
17266 (auth-source): Require.
17267 (open-network-stream): Document the :client-certificate keyword.
17268 (network-stream-certificate): Change cert-cert to cert and
17269 cert-key to key.
17270
17271 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17272
17273 * net/tramp-cache.el (top): Don't load the persistency file when
17274 "emacs -Q" has been called.
17275
17276 2011-06-21 Tim Harper <timcharper@gmail.com>
17277
17278 * term/ns-win.el (ns-initialize-window-system):
17279 Set application-specific `ApplePressAndHoldEnabled' system
17280 resource to NO as it is not yet supported by the NS port.
17281
17282 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17283
17284 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17285 (list-dynamic-libraries): ...not here.
17286
17287 2011-06-21 Leo Liu <sdl.web@gmail.com>
17288
17289 * subr.el (sha1): Implement sha1 using secure-hash.
17290
17291 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17292
17293 * window.el (display-buffer-alist): In default value do not
17294 enforce searching a window on any but the selected frame.
17295 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17296 (display-buffer-select-window): Remove function.
17297 (display-buffer-in-window): When a window on another frame gets
17298 reused, do not select it any more but just raise its frame if
17299 necessary (Bug#8851) and (Bug#8856).
17300 (display-buffer-normalize-options): Handle pop-up-frames related
17301 options more faithfully.
17302 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17303 window if it is on another frame.
17304 (display-buffer-alist, display-buffer-default-specifiers):
17305 Don't make new frame unsplittable by default.
17306 (display-buffer-normalize-argument): Fix doc-string typo and use
17307 'same-frame-other-window instead of 'other-window when associating
17308 with display-buffer-macro-specifiers.
17309
17310 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17311
17312 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17313 New functions.
17314 (5x5-mode-map, 5x5-mode-menu): Bind them.
17315 (5x5-draw-grid): Tweak the solver's rendering.
17316
17317 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17318
17319 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17320 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17321
17322 2011-06-21 Drew Adams <drew.adams@oracle.com>
17323
17324 * menu-bar.el: Use function variable instead of switch-to-buffer.
17325 (menu-bar-select-buffer-function): New variable.
17326 (menu-bar-update-buffers): Use it (bug#8876).
17327
17328 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17329
17330 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17331 variable's status.
17332
17333 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17334
17335 * x-dnd.el (x-dnd-version-from-flags)
17336 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17337 and long as number (Bug#8899).
17338 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17339
17340 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17343 (completion-try-completion, completion-all-completions): Compute the
17344 metadata argument if it's missing; make it optional (bug#8795).
17345
17346 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17347 (widget-complete): Use new :completion-function property.
17348 (widget-completions-at-point): New function.
17349 (default): Use :completion-function instead of :complete.
17350 (widget-default-completions): Rename from widget-default-complete;
17351 Rewrite.
17352 (widget-string-complete, widget-file-complete, widget-color-complete):
17353 Remove functions.
17354 (file, symbol, function, variable, coding-system, color):
17355 * international/mule-cmds.el (default-input-method, charset)
17356 (language-info-custom-alist):
17357 * cus-edit.el (face): Use new property :completions.
17358
17359 * progmodes/pascal.el (pascal-completions-at-point): New function.
17360 (pascal-mode): Use it.
17361 (pascal-mode-map): Use completion-at-point.
17362 (pascal-toggle-completions): Make obsolete.
17363 (pascal-complete-word, pascal-show-completions):
17364 * progmodes/octave-mod.el (octave-complete-symbol):
17365 Redefine as obsolete alias.
17366 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17367 Signal absence of completion info for old Octave,
17368 (inferior-octave-complete): Redefine as obsolete alias.
17369 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17370 (meta-completions-at-point): Rename from meta-complete-symbol and
17371 adapt it for use on completion-at-point-functions.
17372 (meta-common-mode): Use it.
17373 (meta-looking-at-backward, meta-match-buffer): Remove.
17374 (meta-complete-symbol): Redefine as obsolete alias.
17375 (meta-common-mode-map): Use completion-at-point.
17376 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17377 (makefile-mode-map): Use completion-at-point.
17378 (makefile-completions-at-point): Rename from makefile-complete and
17379 adapt it for use on completion-at-point-functions.
17380 (makefile-mode): Use it.
17381 (makefile-complete): Redefine as obsolete alias.
17382
17383 2011-06-20 Deniz Dogan <deniz@dogan.se>
17384
17385 * net/rcirc.el: Delete trailing whitespaces once and for all.
17386
17387 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17388
17389 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17390
17391 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17392
17393 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17394
17395 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17396
17397 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17398
17399 * window.el (display-buffer-other-window-means-other-frame):
17400 Call display-buffer-normalize-alist.
17401 (display-buffer-normalize-specifiers-1): Rename to
17402 display-buffer-normalize-argument. New argument other-frame.
17403 Rewrite.
17404 (display-buffer-normalize-specifiers-2): Rename to
17405 display-buffer-normalize-options.
17406 (display-buffer-normalize-alist-1): New function.
17407 (display-buffer-normalize-specifiers-3): Rename to
17408 display-buffer-normalize-alist.
17409 Call display-buffer-normalize-alist-1.
17410 (display-buffer-normalize-options-inhibit): New variable.
17411 (display-buffer-normalize-specifiers): Rewrite calling
17412 display-buffer-normalize-alist,
17413 display-buffer-normalize-argument, and
17414 display-buffer-normalize-options. Don't call the latter if
17415 display-buffer-normalize-options-inhibit is non-nil.
17416 (frame-auto-delete): New option.
17417 (window-deletable-p): Use frame-auto-delete.
17418 (window-list-no-nils, window-state-ignored-parameters)
17419 (window-state-get-1, window-state-get, window-state-put-list)
17420 (window-state-put-1, window-state-put-2, window-state-put):
17421 New functions.
17422 (display-buffer-normalize-options): Move special-display-p group
17423 after pop-up-frame group (Bug#8851) and (Bug#8856).
17424
17425 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17426
17427 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17428 groups (Bug#8776).
17429 (rx-submatch-n): New function.
17430 (rx): Document it.
17431
17432 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17433 (Bug#8768).
17434
17435 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17436
17437 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17438
17439 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17440 anytime existing face settings are present (Bug#8889).
17441
17442 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17443 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17444 Remove unused argument.
17445
17446 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17447
17448 * window.el (display-buffer-default-specifiers):
17449 Remove pop-up-frame. Add pop-up-window-min-height,
17450 pop-up-window-min-width, and another reuse-window specifier
17451 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17452 (display-buffer-normalize-specifiers-2):
17453 Handle split-height-threshold and split-width-threshold also when
17454 pop-up-windows is unset. Add a reuse-window specifier for the
17455 case popping up a new window fails.
17456 (special-display-popup-frame): Remove double quoting.
17457 (display-buffer-normalize-specifiers-1): Fix thinko.
17458
17459 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17462 according to comint-completion-addsuffix.
17463
17464 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17465 (pcomplete-suffix-list): Mark as obsolete.
17466 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17467 pcomplete-seen in the closure.
17468 (pcomplete-comint-setup): Setup completion-at-point as well.
17469 (pcomplete--entries): New function.
17470 (pcomplete--env-regexp): New var.
17471 (pcomplete-entries): Rewrite to work with partial-completion and
17472 without relying on pcomplete-suffix-list.
17473 (pcomplete-pare-list): Remove, unused.
17474
17475 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17476
17477 * window.el (display-buffer-alist): Set pop-up-window-min-height
17478 and pop-up-window-min-width in default value. Reported by
17479 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17480 other-window-means-other-frame.
17481 (display-buffer-macro-specifiers): Comment out entry for
17482 other-window specifier.
17483 (display-buffer-other-window-means-other-frame): New function.
17484 (display-buffer-normalize-specifiers-1): New arguments
17485 buffer-name and label. Treat other-window case specially.
17486 (display-buffer-normalize-specifiers-2): Treat other-window case
17487 specially.
17488 (display-buffer-normalize-specifiers-3): New function.
17489 (display-buffer-normalize-specifiers):
17490 Call display-buffer-normalize-specifiers-3.
17491
17492 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17493
17494 * window.el (same-window-p): Fix two typos introduced when
17495 adding with-no-warnings.
17496 (display-buffer-normalize-specifiers-1): Don't check
17497 pop-up-frames for 'unset initialization.
17498 (display-buffer-normalize-specifiers-2): Major rewrite using
17499 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17500 (pop-up-frames, display-buffer-reuse-frames)
17501 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17502 Suggested by David Engster <deng@randomsample.de>.
17503 (even-window-heights): Initialize to 'unset.
17504 (display-buffer-alist-set): Handle new 'unset initializations.
17505 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17506 other window case.
17507
17508 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17509
17510 * window.el (display-buffer-normalize-specifiers-1):
17511 Respect current value of pop-up-frames for most reasonable values of
17512 second argument of display-buffer (Bug#8865).
17513 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17514 (switch-to-buffer-other-window-same-frame)
17515 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17516 Adams (Bug#8875).
17517 (display-buffer): Don't check noninteractive when calling
17518 display-buffer-pop-up-frame.
17519 (display-buffer-pop-up-frame): Never pop up a frame in
17520 noninteractive mode (Bug#8857).
17521 (enlarge-window, shrink-window): Don't report an error when the
17522 window can't be resized as requested (Bug#8862).
17523
17524 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17527
17528 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17529
17530 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17531
17532 2011-06-15 Alan Mackenzie <acm@muc.de>
17533
17534 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17535 for declarators, disable knr checking to speed up for normal files.
17536 2: Refactor, replacing a sequence of nested if forms by a cond form.
17537
17538 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17539
17540 * net/network-stream.el (open-network-stream): Add the keyword
17541 :always-query-capabilities for the case where you want to force a
17542 `plain' network connection, but the protocol still requires the
17543 capabilitiy command (i.e., SMTP and EHLO).
17544
17545 * subr.el (process-live-p): Rename from `process-alive-p' for
17546 consistency with other `-live-p' functions.
17547
17548 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * window.el (same-window-buffer-names, same-window-regexps)
17551 (special-display-frame-alist, special-display-popup-frame)
17552 (special-display-function, special-display-buffer-names)
17553 (special-display-regexps, pop-up-frame-alist)
17554 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17555 (pop-up-windows, split-window-preferred-function)
17556 (split-height-threshold, split-width-threshold, even-window-heights)
17557 (display-buffer-mark-dedicated): Don't encourage the use of
17558 display-buffer-alist from Elisp code.
17559
17560 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17561
17562 * progmodes/python.el (python-mode): Derive from prog-mode.
17563 * progmodes/ps-mode.el (ps-mode):
17564 * progmodes/mixal-mode.el (mixal-mode):
17565 * progmodes/cfengine.el (cfengine-mode):
17566 * progmodes/ld-script.el (ld-script-mode): Likewise.
17567
17568 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17569
17570 * window.el (display-buffer-alist): Trim default value to avoid
17571 popping up a new frame (Bug#8857) or reusing an arbitrary window
17572 on another frame.
17573 (display-buffer): Do not fall back on popping up a new frame in
17574 batch mode (Bug#8857).
17575
17576 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17577
17578 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17579 (custom-theme-summary): New function.
17580 (customize-themes): Use it.
17581
17582 2011-06-13 Glenn Morris <rgm@gnu.org>
17583
17584 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17585
17586 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17587
17588 * help.el (help-window): Remove variable.
17589 (help-window-point-marker, temp-buffer-max-height)
17590 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17591 (help-print-return-message): Don't set help-window.
17592 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17593 (help-window-setup-finish): Remove.
17594 (help-window-display-message, help-window-setup)
17595 (with-help-window): Major rewrite based on new
17596 display-buffer-window variable.
17597
17598 * help-mode.el (help-mode-finish): Remove help-window related
17599 code.
17600
17601 * view.el (view-exits-all-viewing-windows): Remove reference to
17602 view-return-to-alist in doc-string.
17603 (view-return-to-alist): Make obsolete.
17604 (view-buffer): Call pop-to-buffer-same-window and remove
17605 undo-window code.
17606 (view-buffer-other-window): Call pop-to-buffer-other-window and
17607 simplify code. Ignore second argument.
17608 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17609 simplify code. Ignore second argument.
17610 (view-return-to-alist-update): Make obsolete.
17611 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17612 Rewrite using quit-restore window parameters.
17613 (view-mode-exit): Rename second argument to EXIT-ONLY.
17614 Rewrite using quit-restore-window.
17615 (View-exit, View-exit-and-edit, View-leave, View-quit)
17616 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17617 appropriate arguments.
17618 (view-end-message): Use quit-restore window parameter.
17619
17620 * window.el (display-buffer-function): Rewrite doc-string.
17621 (display-buffer-window, display-buffer-alist): New variables.
17622 (display-buffer-split-specifiers)
17623 (display-buffer-side-specifiers)
17624 (display-buffer-macro-specifiers): New constants.
17625 (display-buffer-even-window-sizes, display-buffer-set-height)
17626 (display-buffer-set-width, display-buffer-select-window)
17627 (display-buffer-in-window, display-buffer-reuse-window)
17628 (display-buffer-split-window-1, display-buffer-split-window)
17629 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17630 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17631 (display-buffer-in-side-window, normalize-buffer-to-display)
17632 (display-buffer-normalize-specifiers-1)
17633 (display-buffer-normalize-specifiers-2)
17634 (display-buffer-normalize-specifiers, display-buffer-frame):
17635 New functions.
17636 (display-buffer): Major rewrite.
17637 (display-buffer-other-window, display-buffer-other-frame)
17638 (pop-to-buffer, switch-to-buffer-other-window)
17639 (switch-to-buffer-other-frame): Rewrite.
17640 (display-buffer-same-window, display-buffer-same-frame)
17641 (display-buffer-same-frame-other-window)
17642 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17643 (pop-to-buffer-other-window)
17644 (pop-to-buffer-same-frame-other-window)
17645 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17646 (switch-to-buffer-other-window-same-frame): New functions.
17647 (same-window-p, special-display-p): Rewrite disabling warnings.
17648 Make obsolete.
17649 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17650 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17651 Make obsolete
17652 (same-window-buffer-names, same-window-regexps)
17653 (special-display-frame-alist, special-display-popup-frame)
17654 (special-display-function, special-display-buffer-names)
17655 (special-display-regexps, pop-up-frame-alist)
17656 (pop-up-frame-function, split-window-preferred-function)
17657 (split-height-threshold, split-width-threshold)
17658 (even-window-heights): Make obsolete.
17659
17660 2011-06-12 Glenn Morris <rgm@gnu.org>
17661
17662 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17663 Misc simplifications.
17664
17665 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17666
17667 * window.el (window-safely-shrinkable-p): Restore function which
17668 was inadvertently removed in change from 2011-06-11. Declare as
17669 obsolete.
17670
17671 * calendar/calendar.el (calendar-generate-window):
17672 Use window-iso-combined-p instead of combination of one-window-p and
17673 window-safely-shrinkable-p.
17674
17675 2011-06-12 Glenn Morris <rgm@gnu.org>
17676
17677 * progmodes/fortran.el (fortran-mode-syntax-table):
17678 * progmodes/f90.el (f90-mode-syntax-table):
17679 Set % to punctuation. (Bug#8820)
17680 (f90-find-tag-default): Remove, no longer needed.
17681
17682 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17683
17684 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17685
17686 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17687
17688 * image.el (image-animated-p): Return animation delay in seconds.
17689 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17690 (image-animate-timeout): Remove DELAY argument. Don't assume
17691 every subimage has the same delay; get it from image-animated-p.
17692 (image-animate): Caller changed.
17693
17694 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17695
17696 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17697 to ignored backtrace functions.
17698
17699 2011-06-11 Glenn Morris <rgm@gnu.org>
17700
17701 * calendar/appt.el (appt-disp-window-function): Doc fix.
17702 (appt-check): Handle overlapping appointments. (Bug#8337)
17703
17704 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17705
17706 * window.el (window-tree-1, window-tree): New functions, moving
17707 the latter to window.el.
17708 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17709 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17710 (bw-refresh-edges): Remove.
17711 (balance-windows-1, balance-windows-2): New functions.
17712 (balance-windows): Rewrite in terms of window tree functions,
17713 balance-windows-1 and balance-windows-2.
17714 (bw-adjust-window): Remove.
17715 (balance-windows-area-adjust): New function with functionality of
17716 bw-adjust-window but using resize-window.
17717 (set-window-text-height): Rewrite doc-string.
17718 Use normalize-live-window and resize-window.
17719 (enlarge-window-horizontally, shrink-window-horizontally):
17720 Rename argument to DELTA.
17721 (window-buffer-height): New function.
17722 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17723 Rewrite using new window resize routines.
17724 (kill-buffer-and-window, mouse-autoselect-window-select):
17725 Use ignore-errors instead of condition-case.
17726 (quit-window): Call delete-frame instead of delete-windows-on
17727 for the only buffer on frame.
17728
17729 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17730
17731 * loadup.el (top-level): Load window before files for the sake
17732 of replace-buffer-in-windows.
17733
17734 * files.el (read-buffer-to-switch)
17735 (switch-to-buffer-other-window)
17736 (switch-to-buffer-other-frame, display-buffer-other-frame):
17737 Move to window.el.
17738
17739 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17740 (previous-buffer): Move to window.el.
17741
17742 * bindings.el (unbury-buffer): Move to window.el.
17743
17744 * window.el (delete-other-windows-vertically): Move after
17745 definition of delete-other-windows.
17746 (other-window, delete-windows-on, replace-buffer-in-windows):
17747 Move here from window.c.
17748 (record-window-buffer, unrecord-window-buffer)
17749 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17750 (switch-to-next-buffer): New functions.
17751 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17752 from simple.el. Call switch-to-next-buffer.
17753 (previous-buffer): Move here from simple.el.
17754 Call switch-to-prev-buffer.
17755 (bury-buffer): Move here from buffer.c. Switch to previous
17756 buffer when window cannot be deleted.
17757 (unbury-buffer): Move here from bindings.el.
17758 (ctl-x-map): Move binding for other-window from window.c to
17759 here.
17760 (read-buffer-to-switch, switch-to-buffer-other-window)
17761 (switch-to-buffer-other-frame): Move here from files.el.
17762 (normalize-buffer-to-switch-to): New functions.
17763 (switch-to-buffer): Move here from buffer.c.
17764 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17765
17766 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17767
17768 * window.el (window-min-height, window-min-width): Move here
17769 from window.c. Add defcustoms and rewrite doc-strings.
17770 (resize-mini-window, resize-window): New functions.
17771 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17772 Move here from window.c.
17773 (maximize-window, minimize-window): New functions.
17774 (delete-window, delete-other-windows, split-window): Move here
17775 from window.c.
17776 (window-split-min-size): New function.
17777 (split-window-keep-point): Mention split-window-above-each-other
17778 instead of split-window-vertically.
17779 (split-window-above-each-other, split-window-vertically):
17780 Rename split-window-vertically to split-window-above-each-other
17781 and provide defalias for old definition.
17782 (split-window-side-by-side, split-window-horizontally):
17783 Rename split-window-horizontally to split-window-side-by-side
17784 and provide defalias for the old definition.
17785 (ctl-x-map): Move bindings for delete-window,
17786 delete-other-windows and enlarge-window here from window.c.
17787 Replace bindings for split-window-vertically and
17788 split-window-horizontally by bindings for
17789 split-window-above-each-other and split-window-side-by-side.
17790
17791 * cus-start.el (all): Remove entries for window-min-height and
17792 window-min-width. Add entries for window-splits and
17793 window-nest.
17794
17795 2011-06-09 Glenn Morris <rgm@gnu.org>
17796
17797 * calendar/appt.el (appt-mode-line): New function.
17798 (appt-check, appt-disp-window): Use it.
17799
17800 * files.el (hack-one-local-variable-eval-safep):
17801 Allow minor-modes with explicit +/-1 arguments.
17802
17803 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17804
17805 * term/xterm.el (xterm): Add defgroup.
17806 (xterm-extra-capabilities): Add defcustom to supply known xterm
17807 capabilities, skip querying them, or query them (default).
17808 (terminal-init-xterm): Use it.
17809 (terminal-init-xterm-modify-other-keys): New function to set up
17810 modifyOtherKeys support to simplify `terminal-init-xterm'.
17811
17812 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17813
17814 * window.el (resize-window-reset, resize-window-reset-1)
17815 (resize-subwindows-skip-p, resize-subwindows-normal)
17816 (resize-subwindows, resize-other-windows, resize-this-window)
17817 (resize-root-window, resize-root-window-vertically)
17818 (window-deletable-p, window-or-subwindow-p)
17819 (frame-root-window-p): New functions.
17820
17821 2011-06-09 Glenn Morris <rgm@gnu.org>
17822
17823 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17824 (ange-ftp-get-files): Use it.
17825
17826 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17827
17828 * mail/sendmail.el (mail-recover-1, mail-recover):
17829 * files.el (recover-file, recover-session):
17830 Handle dired-listing-switches not being just a single short option.
17831
17832 2011-06-09 Glenn Morris <rgm@gnu.org>
17833
17834 * calendar/appt.el (appt-display-message, appt-disp-window):
17835 Handle lists of appointments.
17836
17837 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17838
17839 * window.el (one-window-p): Move down in code.
17840 Rewrite doc-string.
17841 (window-current-scroll-bars): Rewrite doc-string.
17842 Normalize live window argument.
17843 (walk-windows, get-window-with-predicate, count-windows):
17844 Rewrite doc-string. Use window-list-1.
17845 (window-in-direction-2, window-in-direction, get-mru-window):
17846 New functions.
17847
17848 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17849
17850 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17851 Doc fix (Bug#8713).
17852
17853 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17854
17855 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17856
17857 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17858
17859 * loadhist.el (unload-feature-special-hooks):
17860 Add `comint-output-filter-functions'.
17861
17862 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17863
17864 * calendar/appt.el (appt-check): Move some initializations into the let.
17865
17866 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17867
17868 * window.el (window-height): Defalias to window-total-height.
17869 (window-width): Defalias to window-body-width.
17870
17871 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17872
17873 * image-mode.el (image-toggle-animation): New command.
17874 (image-mode-map): Bind it to RET.
17875 (image-mode): Update message.
17876 (image-toggle-display-image): Avoid a spurious cache flush.
17877 (image-transform-rotation): Doc fix.
17878 (image-transform-properties): Return quickly in the normal case.
17879 (image-animate-loop): Rename from image-animate-max-time.
17880
17881 * image.el (image-animate-max-time): Move to image-mode.el.
17882 (create-animated-image): Remove unnecessary function.
17883 (image-animate): Rename from image-animate-start. New arg.
17884 (image-animate-stop): Remove; just use image-animate-timer.
17885 (image-animate-timer): Use car-safe.
17886 (image-animate-timeout): Rename argument.
17887
17888 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17889
17890 * window.el (get-lru-window, get-largest-window): Move here from
17891 window.c. Rename first argument to ALL-FRAMES.
17892 Rephrase doc-strings.
17893 (get-buffer-window-list): Rewrite using window-list-1.
17894 Rephrase doc-string.
17895 (window-safe-min-height, window-safe-min-width): New constants.
17896 (window-size-ignore, window-min-size, window-min-size-1)
17897 (window-sizable, window-sizable-p, window-size-fixed-1)
17898 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17899 (window-max-delta-1, window-max-delta, window-resizable)
17900 (window-resizable-p, window-total-height, window-total-width)
17901 (window-body-width): New functions.
17902 (window-full-height-p, window-full-width-p): Rewrite using
17903 window-total-size.
17904 (window-body-height): Rewrite using window-body-size.
17905
17906 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17907
17908 * window.el (window-right, window-left, window-child)
17909 (window-child-count, window-last-child, window-any-p)
17910 (normalize-live-buffer, normalize-live-frame)
17911 (normalize-any-window, normalize-live-window)
17912 (window-iso-combination-p, window-iso-combined-p)
17913 (window-iso-combinations)
17914 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17915 (windows-with-parameter, window-with-parameter)
17916 (window-atom-root, make-window-atom, window-atom-check-1)
17917 (window-atom-check, window-side-check, window-check):
17918 New functions.
17919 (ignore-window-parameters, window-sides, window-sides-vertical)
17920 (window-sides-slots): New variables.
17921 (window-size-fixed): Move down in code. Minor doc-string fix.
17922
17923 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17924
17925 * comint.el (comint-dynamic-complete-as-filename)
17926 (comint-dynamic-complete-filename): Correctly call
17927 completion-in-region.
17928
17929 2011-06-05 Deniz Dogan <deniz@dogan.se>
17930
17931 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17932 in last change.
17933
17934 2011-06-05 Deniz Dogan <deniz@dogan.se>
17935
17936 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17937 (rcirc): Use it to prompt for encryption.
17938
17939 2011-06-05 Roland Winkler <winkler@gnu.org>
17940
17941 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17942 (bibtex-search-entries): New command bound to C-c C-a.
17943 (bibtex-display-entries): New function.
17944
17945 2011-06-05 Roland Winkler <winkler@gnu.org>
17946
17947 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17948 (bibtex-insert-kill): After yanking insert newline if necessary.
17949 (bibtex-initialize): Call bibtex-string-files-init only once.
17950 (bibtex-mode): Do not call easy-menu-add.
17951 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17952 (bibtex-yank): Set arg properly if nil.
17953
17954 2011-06-05 Roland Winkler <winkler@gnu.org>
17955
17956 * textmodes/bibtex.el (bibtex-search-entry-globally):
17957 New variable.
17958 (bibtex-search-entry): Use it.
17959
17960 2011-06-05 Roland Winkler <winkler@gnu.org>
17961
17962 * textmodes/bibtex.el (bibtex-entry-format): New option
17963 sort-fields.
17964 (bibtex-format-entry, bibtex-reformat): Honor this option.
17965 (bibtex-parse-entry): Return fields in proper order.
17966
17967 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17968
17969 * doc-view.el (doc-view-remove-if): Move computation of result out
17970 of `dolist' to silence misleading lexical-binding warning.
17971
17972 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17973
17974 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17975 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17976
17977 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17978
17979 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17980 "SunOS 5.10".
17981
17982 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17983
17984 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17985 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17986 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17987 (tramp-parse-putty):
17988 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17989 (tramp-completion-function-alist-ssh)
17990 (tramp-completion-function-alist-telnet)
17991 (tramp-completion-function-alist-su)
17992 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17993 cookie.
17994
17995 * net/tramp-ftp.el:
17996 * net/tramp-sh.el:
17997 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17998 load "tramp.el" `tramp-set-completion-function'.
17999
18000 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * shell.el: Require and use pcomplete.
18003 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18004 (shell-completion-vars): Set pcomplete-default-completion-function.
18005
18006 2011-06-04 Deniz Dogan <deniz@dogan.se>
18007
18008 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18009 `memq' (Bug#8799).
18010
18011 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18014
18015 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18016
18017 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18018 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18019 * vc/log-view.el (log-view-beginning-of-defun):
18020 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18021 (smerge-refine-forward, smerge-refine-chopup-region):
18022 Silence warning for unused `dotimes' counter variables.
18023
18024 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * net/tramp.el (tramp-with-progress-reporter): Rename from
18027 with-progress-reporter. Use `declare'.
18028 * net/tramp-smb.el:
18029 * net/tramp-sh.el:
18030 * net/tramp-gvfs.el: Update all uses.
18031
18032 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18033
18034 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18035 buffer isn't killed before making it current.
18036
18037 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 Silence various byte-compiler warnings.
18040 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18041 `access-type' and new obsolescence format.
18042 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18043 new format.
18044 (byte-compile-check-variable): New `access-type' argument.
18045 Only warn if the access-type is obsolete.
18046 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18047 (byte-compile-variable-set): Adjust callers.
18048 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18049 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18050 setting it as obsolete.
18051 * simple.el (minibuffer-completing-symbol):
18052 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18053 access as obsolete.
18054 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18055 obsolete yet.
18056 * international/quail.el (quail-mouse-choose-completion): Remove unused
18057 code referring to obsolete var.
18058 (quail-choose-completion-string): Remove.
18059 * server.el (server-clients-with, server-kill-buffer-query-function)
18060 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18061 * proced.el (proced-send-signal):
18062 * emacs-lisp/lisp.el (lisp-complete-symbol):
18063 Replace completion-annotate-function with completion-extra-properties.
18064
18065 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * simple.el (goto-line): Use read-number.
18068 (overriding-map-is-bound): Remove.
18069 (saved-overriding-map): Change default.
18070 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18071 Take the map as argument.
18072 (universal-argument, negative-argument, digit-argument): Use it.
18073 (restore-overriding-map): Adjust.
18074 (do-auto-fill): Use fill-forward-paragraph.
18075 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18076
18077 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18078 (minibuffer-inactive-mode): New major mode.
18079 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18080 the *Messages* buffer" hack.
18081 (mouse-popup-menubar): Don't burp if the event is a normal key.
18082
18083 Miscellaneous tweaks.
18084 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18085 lexical scoping as in subr.el's dolist and dotimes.
18086 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18087 Silence compiler warning.
18088 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18089 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18090 * international/ccl.el (ccl-compile): Trivial simplification.
18091 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18092 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18093 `printflag' argument.
18094 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18095 Purecopy the whole obsolescence data.
18096
18097 2011-06-01 Leo Liu <sdl.web@gmail.com>
18098
18099 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18100 improve doc-string as suggested by Marco Pessotto
18101 <melmothx@gmail.com>.
18102 (rcirc-print): Fix last change.
18103
18104 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * minibuffer.el (complete-with-action): Return nil for the metadata and
18107 boundaries of non-functional tables.
18108 (completion-table-dynamic): Return nil for the metadata.
18109 (completion-table-with-terminator): Add default case, using
18110 complete-with-action.
18111 (completion--metadata): New function.
18112 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18113 to try and avoid pathological performance problems.
18114 (completion--embedded-envvar-table): Return `category' metadata.
18115
18116 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18117
18118 * subr.el (process-alive-p): New tiny convenience function.
18119
18120 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18123 content but also its previous major mode.
18124
18125 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18126
18127 * emacs-lisp/debug.el (debug): Restore the previous content of the
18128 *Backtrace* buffer when we exit with C-M-c.
18129
18130 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * minibuffer.el: Add metadata method to completion tables.
18133 (completion-category-overrides): New defcustom.
18134 (completion-metadata, completion--field-metadata)
18135 (completion-metadata-get, completion--styles)
18136 (completion--cycle-threshold): New functions.
18137 (completion-try-completion, completion-all-completions):
18138 Add `metadata' argument to choose completion-styles.
18139 (completion--do-completion): Use metadata to choose cycling.
18140 (completion-all-sorted-completions): Use metadata for sorting.
18141 Remove :completion-cycle-penalty which is not needed any more.
18142 (completion--try-word-completion): Add `metadata' argument.
18143 (minibuffer-completion-help): Check metadata for annotation function
18144 and sorting.
18145 (completion-file-name-table): Return `category' metadata.
18146 (minibuffer-completing-file-name): Make obsolete.
18147 * simple.el (minibuffer-completing-symbol): Make obsolete.
18148 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18149 completion-try-completion.
18150
18151 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18154
18155 2011-05-30 Leo Liu <sdl.web@gmail.com>
18156
18157 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18158 (rcirc-print): Decode all incoming messages (bug#8744).
18159 (rcirc-decode-coding-system): Allow value nil for automatic coding
18160 system detection.
18161
18162 2011-06-01 Glenn Morris <rgm@gnu.org>
18163
18164 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18165
18166 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18167
18168 * image.el (image-animate-max-time): Allow nil and t values.
18169 Default to nil.
18170 (create-animated-image): Doc fix.
18171 (image-animate-start): Remove second arg; just use
18172 image-animate-max-time.
18173 (image-animate-timeout): Doc fix. Args changed.
18174
18175 * image-mode.el (image-toggle-display-image): Ensure that the
18176 image spec passed to the animate timer is the same object as in
18177 the buffer's display property (Bug#6981).
18178 (image-transform-properties): Doc fix.
18179
18180 * image.el (image-animate-max-time): Default to nil.
18181
18182 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18183
18184 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18185 entire buffer list (Bug#8184).
18186
18187 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18188
18189 * image.el (imagemagick-types-inhibit)
18190 (imagemagick-register-types): Doc fix.
18191
18192 2011-05-29 Deniz Dogan <deniz@dogan.se>
18193
18194 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18195 default.
18196
18197 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18198
18199 * select.el: Don't perform clipboard-manager saving in hooks;
18200 leave the hooks empty.
18201
18202 2011-05-28 Leo Liu <sdl.web@gmail.com>
18203
18204 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18205 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18206 (occur-edit-mode): New major mode (Bug#8463).
18207 (occur-after-change-function): New function.
18208 (occur-engine): Give Occur tags a read-only property.
18209
18210 2011-05-28 Kevin Ryde <user42@zip.com.au>
18211
18212 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18213
18214 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18215
18216 * bindings.el (help-echo): Make the initial non-indicator dash
18217 empty on graphical terminals (Bug#7295).
18218
18219 * files.el (auto-mode-alist): Move config rule after the
18220 in-stripping one (Bug#8547).
18221
18222 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18223
18224 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18225 setting (Bug#8740).
18226
18227 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18228
18229 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18230 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18231 (Bug#8539).
18232
18233 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18234
18235 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18236
18237 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18238
18239 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18240 (hs-hide-block-at-point, hs-find-block-beginning)
18241 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18242 (Bug#8279).
18243
18244 2011-05-28 Glenn Morris <rgm@gnu.org>
18245
18246 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18247
18248 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18249
18250 * help-fns.el (describe-function-1): If the function is a derived
18251 major mode, print the parent mode.
18252
18253 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18254 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18255
18256 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18257
18258 * minibuffer.el (completion--capf-wrapper): Check applicability before
18259 returning non-nil for non-exclusive completion data.
18260 * progmodes/etags.el (tags-completion-at-point-function):
18261 * info-look.el (info-lookup-completions-at-point): Mark as
18262 non-exclusive.
18263 (info-complete): Adjust accordingly.
18264
18265 * info-look.el: Convert to lexical-binding and completion-at-point.
18266 (info-lookup-completions-at-point): New function.
18267 (info-complete): Use it and completion-in-region.
18268
18269 2011-05-28 Drew Adams <drew.adams@oracle.com>
18270
18271 * isearch.el: Let M-e start with point at the first mismatched char.
18272 (isearch-fail-pos): New function.
18273 (isearch-edit-string): Use it.
18274
18275 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18276
18277 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18278
18279 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18280
18281 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18282 traversal functions for avl-trees.
18283 (avl-tree--stack): New struct.
18284 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18285 (avl-tree-enter): Add optional `updatefun' arg.
18286 (avl-tree--do-enter): Add optional `updatefun' arg.
18287 Change return value.
18288 (avl-tree-delete): Add optional `test' and `nilflag' args.
18289 (avl-tree--do-delete): Add `test' and `nilflag' args.
18290 Change return value.
18291 (avl-tree-member): Add optional `nilflag'
18292 (avl-tree-member-p): New function.
18293 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18294 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18295 (avl-tree-stack-empty-p): New functions.
18296
18297 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18298 avl-tree--del-balance1 and make it work both ways.
18299 (avl-tree--del-balance2): Remove.
18300 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18301 make it work both ways.
18302 (avl-tree--enter-balance2): Remove.
18303 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18304 New macros.
18305 (avl-tree--mapc, avl-tree-map): Add direction argument.
18306
18307 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18308
18309 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18310
18311 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18312
18313 * select.el: Support clipboard managers with built-in function
18314 x-clipboard-manager-save, via delete-frame-functions and
18315 kill-emacs-hook.
18316 (xselect-convert-to-targets): Add MULTIPLE target to list.
18317 (xselect-convert-to-save-targets): New function.
18318
18319 2011-05-27 Kenichi Handa <handa@m17n.org>
18320
18321 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18322 let-binding rfc2047-encode-encoded-words to nil.
18323
18324 2011-05-27 Glenn Morris <rgm@gnu.org>
18325
18326 * mail/emacsbug.el: Don't require url-util.
18327
18328 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18329
18330 * files.el (set-auto-mode):
18331 Also respect mode: entries at the end of the file. (Bug#8586)
18332
18333 2011-05-26 Glenn Morris <rgm@gnu.org>
18334
18335 * files.el (hack-local-variables-prop-line, hack-local-variables):
18336 Downcase mode names, as seems to be traditional.
18337 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18338
18339 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18340 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18341
18342 2011-05-25 Julien Danjou <julien@danjou.info>
18343
18344 * textmodes/rst.el (rst-define-level-faces): Do not define face
18345 symbol if it is already defined.
18346
18347 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18348
18349 * play/5x5.el (5x5-new-game, 5x5-randomize):
18350 Reset 5x5-solver-output to nil when a new grid is cast.
18351 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18352 these debugging traces, as defmacro breaks the compiled code.
18353
18354 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18355
18356 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18357
18358 2011-05-24 Leo Liu <sdl.web@gmail.com>
18359
18360 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18361 (vc-bzr-sha1): Adapt.
18362
18363 * sha1.el: Remove. Function `sha1' is now builtin.
18364
18365 * bindings.el: Provide sha1 feature.
18366
18367 2011-05-24 Kenichi Handa <handa@m17n.org>
18368
18369 * mail/sendmail.el: Require `rfc2047'.
18370 (mail-insert-from-field): Do not perform RFC2047 encoding.
18371 (mail-encode-header): New function.
18372 (sendmail-send-it): Set buffer-file-coding-system of the work
18373 buffer to the return value of select-message-coding-system.
18374 Call mail-encode-header.
18375
18376 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18377
18378 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18379
18380 * mail/supercite.el (sc-default-cite-frame):
18381 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18382
18383 2011-05-24 Glenn Morris <rgm@gnu.org>
18384
18385 * progmodes/python.el (brm-menu): Declare.
18386
18387 * emulation/viper.el (viper-set-hooks): Declare.
18388
18389 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18390 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18391 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18392 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18393 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18394 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18395
18396 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18397
18398 Add an :exit-function for completion-at-point.
18399
18400 * minibuffer.el (completion--done): New fun.
18401 (completion--do-completion): Use it. New arg `expect-exact'.
18402 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18403 since completion--do-completion does it for us now.
18404 (minibuffer-force-complete): Use completion--done and
18405 completion--replace. Handle sole-completion case with more care.
18406 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18407 (completion-extra-properties): New var.
18408 (completion-annotate-function): Make obsolete.
18409 (minibuffer-completion-help): Adjust accordingly.
18410 Use completion-list-insert-choice-function.
18411 (completion-at-point, completion-help-at-point):
18412 Bind completion-extra-properties.
18413 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18414 * simple.el (completion-list-insert-choice-function): New var.
18415 (completion-setup-function): Preserve it.
18416 (choose-completion): Pay attention to it, shuffle the code a bit.
18417 (choose-completion-string): New arg `insert-function'.
18418
18419 * textmodes/bibtex.el: Convert to lexical binding.
18420 (bibtex-mode-map): Use completion-at-point.
18421 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18422 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18423 (bibtex-complete): Define as obsolete alias.
18424 (bibtex-complete-internal): Remove.
18425 (bibtex-format-entry): Remove unused sub-group in regexp.
18426 * shell.el (shell--command-completion-data)
18427 (shell-environment-variable-completion):
18428 * pcomplete.el (pcomplete-completions-at-point):
18429 * comint.el (comint--complete-file-name-data): Use :exit-function
18430 instead of completion-table-with-terminator so it also works for
18431 choose-completion.
18432
18433 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18436
18437 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18438 (bug#8710).
18439
18440 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18441
18442 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18443
18444 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18445 customization variable and implement: If non-nil, auto-fill will
18446 be inhibited while on topic's header line.
18447
18448 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18449
18450 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18451 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18452 always have a solution in grid size = 5 cases.
18453 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18454 (5x5-solver-output, 5x5-log-buffer): New vars.
18455 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18456 Make these variables buffer local to achieve 5x5 multi-session-ness.
18457 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18458 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18459 (5x5-solve-suggest): New funs.
18460 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18461 randomize a grid so that we ensure that there is always a solution.
18462 (5x5-make-random-grid): Allow other movement than flipping.
18463
18464 2011-05-23 Kevin Ryde <user42@zip.com.au>
18465
18466 * emacs-lisp/advice.el (ad-read-advised-function):
18467 Use `function-called-at-point' as the default, if it has
18468 advice and passes PREDICATE.
18469
18470 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18473 byte-compile-lambda if it's actually a lambda.
18474
18475 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18476 Fix function quoting. Use backquote better.
18477
18478 2011-05-22 Yuanle Song <sylecn@gmail.com>
18479
18480 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18481 matching (Bug#8516).
18482
18483 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18484
18485 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18486 different face (Bug#8178).
18487
18488 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18489
18490 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18491 defface (Bug#8144).
18492
18493 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18494
18495 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18496 funcall as well (bug#8712). Warn when performing those conversions.
18497 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18498
18499 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18500
18501 2011-05-22 Glenn Morris <rgm@gnu.org>
18502
18503 * files.el (hack-local-variables-prop-line): Small simplifications.
18504 (hack-local-variables, hack-local-variables-prop-line):
18505 If MODE-ONLY, return the mode, rather than just `t'.
18506
18507 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18510
18511 2011-05-21 Glenn Morris <rgm@gnu.org>
18512
18513 * files.el (hack-local-variables-prop-line, hack-local-variables):
18514 If only interested in the mode, don't bother doing the other stuff.
18515
18516 * image-mode.el (image-after-revert-hook):
18517 Redraw all frames on which the image is visible. (Bug#8567)
18518
18519 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18520
18521 * wid-edit.el (widget-checklist-match-inline):
18522 Fix 2011-04-19 change. (Bug#8649)
18523
18524 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18525
18526 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18527 Also allow singlespace after single-letter capitals followed by a dot.
18528
18529 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18530 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18531
18532 2011-05-20 Nix <nix@esperi.org.uk>
18533
18534 * files.el (basic-save-buffer-2):
18535 Fix handling of break-hardlink-on-save with non-existent files.
18536
18537 2011-05-19 Deniz Dogan <deniz@dogan.se>
18538
18539 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18540 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18541
18542 2011-05-19 Glenn Morris <rgm@gnu.org>
18543
18544 * progmodes/f90.el (f90-type-def-re):
18545 Handle "type, bind(c)". (Bug#8691)
18546
18547 * emacs-lisp/autoload.el (batch-update-autoloads):
18548 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18549
18550 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18551
18552 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18553 property for the correct connection in case of multihops.
18554
18555 2011-05-18 Glenn Morris <rgm@gnu.org>
18556
18557 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18558 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18559
18560 Rationalize calendar handling of day and month abbrev-arrays.
18561 * calendar/calendar.el (calendar-customized-p): New function.
18562 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18563 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18564 Add :set function.
18565 (calendar-abbrev-length, calendar-day-abbrev-array)
18566 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18567 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18568 Elements may no longer be nil.
18569 (calendar-day-name, calendar-month-name):
18570 Update for changed nature of abbrev arrays.
18571 * calendar/diary-lib.el (diary-name-pattern):
18572 Update for changed nature of abbrev arrays.
18573 (diary-mark-entries-1): Update calendar-make-alist calls.
18574 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18575 * calendar/cal-html.el (cal-html-day-abbrev-array):
18576 Simply inherit from calendar-day-abbrev-array.
18577
18578 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18579
18580 * progmodes/grep.el (grep-mode): Disable default
18581 compilation-directory-matcher setting (bug#8684).
18582
18583 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18584
18585 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18586 instead of "head" and "tail". There were problems with SunOS 5.9,
18587 and it performs better.
18588
18589 2011-05-17 Glenn Morris <rgm@gnu.org>
18590
18591 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18592
18593 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18594 Replace obsolete function.
18595
18596 * shell.el (pcomplete-parse-arguments-function): Declare.
18597
18598 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18599 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18600 (appt-check): Doc fixes.
18601 (appt-disp-window-function, appt-delete-window-function):
18602 Remove needless special case in custom :type.
18603 (appt-display-count): Default to 0, not nil.
18604 (appt-check): Reset appt-display-count to 0, not nil.
18605
18606 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18607
18608 * progmodes/python.el (python-font-lock-keywords):
18609 Add the Python 3.X keyword "nonlocal" (bug#8639).
18610
18611 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18614
18615 2011-05-16 Kevin Ryde <user42@zip.com.au>
18616
18617 * info-look.el (makefile-automake-mode): New setups, looking in
18618 automake manual, then makefile-mode.
18619 (makefile-mode): Remove automake manual, have it just in
18620 makefile-automake-mode since there's various things different or
18621 not relevant to plain make.
18622 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18623 believe a hypothetical automake-mode would go to makefile-mode,
18624 not the other way around.
18625
18626 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18627
18628 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18629 hunk-end tags (Bug#8672).
18630
18631 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18632 vc-annotate-show-diff-revision-at-line (Bug#8671).
18633
18634 2011-05-14 Glenn Morris <rgm@gnu.org>
18635
18636 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18637 in the middle of an existing one with multiple authors. (Bug#8645)
18638 (change-log-font-lock-keywords): Also handle multiple author lines
18639 with leading tabs. (Bug#8644)
18640
18641 * calendar/appt.el (appt-check): Rename some local variables.
18642 Some simplification/reordering.
18643
18644 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18645 (feedmail-sendmail-f-doesnt-sell-me-out)
18646 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18647 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18648 (feedmail-queue-runner-message-sender): Set :version.
18649 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18650 (bbdb-dwim-net-address, vm-mail): Declare.
18651 (feedmail-binmail-gnulinuxish-template):
18652 Rename from feedmail-binmail-linuxish-template.
18653 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18654 Use insert-buffer-substring.
18655
18656 2011-05-14 Bill Carpenter <bill@carpenter.org>
18657
18658 * mail/feedmail.el (feedmail-patch-level): Increase.
18659 (feedmail-debug): New custom group.
18660 (feedmail-confirm-outgoing-timeout)
18661 (feedmail-sendmail-f-doesnt-sell-me-out)
18662 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18663 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18664 (feedmail-sender-line, feedmail-from-line)
18665 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18666 (feedmail-spray-this-address)
18667 (feedmail-spray-address-fiddle-plex-list)
18668 (feedmail-queue-use-send-time-for-date)
18669 (feedmail-queue-use-send-time-for-message-id)
18670 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18671 (feedmail-buffer-eating-function):
18672 Doc fixes.
18673 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18674 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18675 (feedmail-message-action-scroll-down): New functions.
18676 (feedmail-queue-directory, feedmail-queue-draft-directory):
18677 Use expand-file-name.
18678 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18679 Remove C-v help entry.
18680 (feedmail-queue-buffer-file-name): New variable.
18681 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18682 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18683 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18684 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18685 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18686 (feedmail-message-action-toggle-spray)
18687 (feedmail-run-the-queue-no-prompts)
18688 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18689 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18690 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18691 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18692 (feedmail-envelope-deducer, feedmail-fiddle-from)
18693 (feedmail-fiddle-sender, feedmail-default-date-generator)
18694 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18695 (feedmail-fiddle-spray-address)
18696 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18697 (feedmail-fiddle-list-of-fiddle-plexes)
18698 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18699 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18700 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18701 Change default. Doc fix.
18702 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18703 (feedmail-binmail-linuxish-template): New constant.
18704 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18705 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18706 (feedmail-send-it): Add debug call.
18707 Use feedmail-queue-buffer-file-name, and
18708 feedmail-send-it-immediately-wrapper.
18709 (feedmail-message-action-send): Add debug call.
18710 Use feedmail-send-it-immediately-wrapper.
18711 (feedmail-queue-express-to-queue): Add debug call.
18712 Run feedmail-queue-express-hook.
18713 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18714 (feedmail-message-action-help-blat):
18715 Rename from feedmail-queue-send-edit-prompt-help-first.
18716 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18717 Check line-endings. Handle errors better.
18718 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18719 Doc fix. Add debug call.
18720 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18721 Use feedmail-queue-send-edit-prompt-inner.
18722 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18723 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18724 from feedmail-queue-send-edit-prompt.
18725 (feedmail-queue-send-edit-prompt-help)
18726 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18727 (feedmail-tidy-up-slug): Add debug call.
18728 Respect feedmail-queue-slug-suspect-regexp.
18729 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18730 (feedmail-dump-message-to-queue): Add debug call.
18731 Expand queue-directory.
18732 (feedmail-dump-message-to-queue): Change message slightly.
18733 Use feedmail-say-chatter.
18734 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18735 (feedmail-send-it-immediately-wrapper): New function.
18736 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18737 Insert empty string rather than newline. Handle full-frame case.
18738 Use catch/throw. Use feedmail-say-chatter.
18739 (feedmail-fiddle-from): Try mail-host-address.
18740 (feedmail-default-message-id-generator): Doc fix.
18741 Bind system-time-locale. Handle missing end.
18742 (feedmail-fiddle-x-mailer): Add debug call.
18743 Handle feedmail-x-mailer-line being nil.
18744 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18745 Add debug call. Use buffer-substring-no-properties.
18746 (feedmail-say-debug, feedmail-say-chatter): New functions.
18747 (feedmail-find-eoh): Give an explicit error.
18748
18749 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18750
18751 * net/newst-treeview.el (newsticker-treeview-face): Change default
18752 family from helvetica to sans.
18753 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18754 etc/images/newsticker.
18755
18756 * net/newst-reader.el (newsticker-feed-face): Change default
18757 family from helvetica to sans.
18758
18759 * net/newst-plainview.el (newsticker-new-item-face)
18760 (newsticker-old-item-face, newsticker-immortal-item-face)
18761 (newsticker-obsolete-item-face, newsticker-date-face)
18762 (newsticker-statistics-face): Change default family from
18763 helvetica to sans.
18764 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18765 etc/images/newsticker.
18766
18767 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18768 (newsticker--process-auto-mark-filter-match): Tell user about
18769 auto-marking.
18770
18771 2011-05-13 Didier Verna <didier@xemacs.org>
18772
18773 Common Lisp indentation improvements on defmethod and lambda-lists.
18774 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18775 TODO entries.
18776 (lisp-lambda-list-keyword-parameter-indentation)
18777 (lisp-lambda-list-keyword-parameter-alignment)
18778 (lisp-lambda-list-keyword-alignment): New customizable user options.
18779 (lisp-indent-defun-method): Improve docstring.
18780 (extended-loop-p): Fix comment.
18781 (lisp-indent-lambda-list-keywords-regexp): New variable.
18782 (lisp-indent-lambda-list): New function.
18783 (lisp-indent-259): Use it.
18784 (lisp-indent-defmethod): Support for more than one
18785 method qualifier and properly indent methods lambda-lists.
18786 (defgeneric): Provide a missing common-lisp-indent-function property.
18787
18788 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18791 bounds for the empty string (bug#8667).
18792
18793 2011-05-13 Glenn Morris <rgm@gnu.org>
18794
18795 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18796
18797 * mail/sendmail.el (sendmail-program): Try executable-find first.
18798 (sendmail-send-it): `sendmail-program' cannot be unbound.
18799
18800 * calendar/appt.el (appt-make-list): Simplify.
18801 (appt-time-msg-list): Doc fix.
18802 (appt-check): Change mode-line message at the time of the appointment.
18803
18804 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18805
18806 * progmodes/ld-script.el (ld-script-keywords)
18807 (ld-script-builtins): Update keywords list.
18808
18809 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18812
18813 * shell.el (shell-completion-vars): New function.
18814 (shell-mode):
18815 * simple.el (read-shell-command): Use it.
18816 (blink-matching-open): No need for " [...]" in minibuffer-message.
18817
18818 2011-05-12 Glenn Morris <rgm@gnu.org>
18819
18820 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18821 (appt-check): Simplify.
18822
18823 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18824
18825 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18826 literal "/dev/null".
18827
18828 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18831 Fix typo.
18832
18833 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18834
18835 * progmodes/which-func.el (which-function):
18836 Use add-log-current-defun instead of add-log-current-defun-function,
18837 which might not be defined (Bug#8260).
18838
18839 2011-05-12 Glenn Morris <rgm@gnu.org>
18840
18841 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18842 Let byte-compile-initial-macro-environment always take precedence.
18843
18844 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * net/rcirc.el: Add support for SSL/TLS connections.
18847 (rcirc-server-alist): New field `encryption'.
18848 (rcirc): Check `encryption' settings.
18849 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18850 Merge make-local-variable into `set'.
18851 (rcirc--connection-open-p): New function.
18852 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18853 the process is not a network process (e.g. running gnutls-cli).
18854 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18855 Make rcirc-(en|de)code-coding-system local here.
18856 (rcirc-mode): Merge make-local-variable into `set'.
18857 (rcirc-parent-buffer): Make permanent buffer-local.
18858 (rcirc-multiline-minor-mode): Don't do it here.
18859 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18860 there's no server buffer.
18861
18862 2011-05-11 Glenn Morris <rgm@gnu.org>
18863
18864 * newcomment.el (comment-kill): Prefix "unused" local.
18865
18866 * term/w32console.el (get-screen-color): Declare.
18867
18868 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18869 Handle symbol elements of byte-compile-initial-macro-environment.
18870
18871 2011-05-10 Leo Liu <sdl.web@gmail.com>
18872
18873 * bookmark.el (bookmark-bmenu-mode-map):
18874 Bind bookmark-bmenu-search to `/'.
18875
18876 * mail/footnote.el: Convert to utf-8 encoding.
18877 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18878 (Footnote-unicode): New function.
18879 (footnote-style-alist): Add unicode style to the list.
18880 (footnote-style): Doc fix.
18881
18882 2011-05-10 Jim Meyering <meyering@redhat.com>
18883
18884 Fix doubled-word typos.
18885 * international/quail.el (quail-insert-kbd-layout): and and -> and
18886 * kermit.el: and and -> and
18887 * net/ldap.el (ldap-search-internal): to to -> to
18888 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18889 * progmodes/js.el (js-mode): and and -> and
18890 * textmodes/artist.el (artist-move-to-xy): at at -> at
18891 (artist-draw-region-trim-line-endings): if if -> if
18892 And Safetyc -> Safety.
18893 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18894
18895 2011-05-10 Glenn Morris <rgm@gnu.org>
18896 Stefan Monnier <monnier@iro.umontreal.ca>
18897
18898 * files.el (hack-one-local-variable-eval-safep):
18899 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18900
18901 2011-05-10 Glenn Morris <rgm@gnu.org>
18902
18903 * calendar/diary-lib.el (diary-list-entries-hook)
18904 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18905 (diary-nongregorian-marking-hook, diary-list-entries)
18906 (diary-include-other-diary-files, diary-mark-entries)
18907 (diary-mark-included-diary-files): Doc fixes.
18908
18909 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18910
18911 * misc.el: Require tabulated-list.el during compilation.
18912
18913 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18914
18915 * progmodes/compile.el (compilation-start):
18916 Run compilation-filter-hook for the async case too.
18917 (compilation-filter-hook): Doc fix.
18918
18919 2011-05-09 Deniz Dogan <deniz@dogan.se>
18920
18921 * wdired.el: Remove outdated installation comment. Fix usage
18922 comment.
18923
18924 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18925
18926 * misc.el: Implement new command `list-dynamic-libraries'.
18927 (list-dynamic-libraries--loaded-only-p): New variable.
18928 (list-dynamic-libraries--refresh): New function.
18929 (list-dynamic-libraries): New command.
18930
18931 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18932
18933 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18934 Fix the ant regexp to handle end-line and end-column info from jikes.
18935 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18936 higher priority to avoid clobbering by gnu.
18937
18938 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18939
18940 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18941 if the face has existing theme settings (Bug#8454).
18942
18943 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18944
18945 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18946 Only match variables declared via `my' or `our' (Bug#8261).
18947
18948 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18949 special file names `.' and `..' (Bug#8259).
18950
18951 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18952
18953 * progmodes/grep.el (grep-mode-font-lock-keywords):
18954 Remove buffer-changing entries.
18955 (grep-filter): New function.
18956 (grep-mode): Add it to compilation-filter-hook.
18957
18958 * progmodes/compile.el (compilation-filter-hook)
18959 (compilation-filter-start): New defvars.
18960 (compilation-filter): Call compilation-filter-hook prior to
18961 updating the process mark.
18962
18963 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18966
18967 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18968
18969 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18970 mailclient-send-it even if window-system is nil. (Bug#8595)
18971
18972 * term/w32console.el (terminal-init-w32console):
18973 Call get-screen-color and use its output to set the frame
18974 background-mode. (Bug#8597)
18975
18976 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18979 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18980 New functions.
18981 (defgeneric, eieio--defmethod): Use them.
18982 (eieio-defgeneric): Remove.
18983 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18984
18985 2011-05-07 Glenn Morris <rgm@gnu.org>
18986
18987 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18988 Use let rather than let*.
18989 (timeclock-find-discrep): Remove unused local.
18990
18991 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18992
18993 * calendar/appt.el (appt-time-msg-list): Doc fix.
18994
18995 2011-05-06 Noah Friedman <friedman@splode.com>
18996
18997 * apropos.el (apropos-print-doc): Only use
18998 emacs-lisp-docstring-fill-column when it is bound to an integer,
18999 per that variable's documentation.
19000
19001 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19004 and warnings are not silently discarded (e.g. use -d instead of -P).
19005
19006 2011-05-06 Glenn Morris <rgm@gnu.org>
19007
19008 * calendar/appt.el (appt-message-warning-time): Doc fix.
19009 (appt-warning-time-regexp): New option.
19010 (appt-make-list): Respect appt-message-warning-time.
19011
19012 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19013 New options.
19014 (diary-add-to-list): Strip comments from the displayed string.
19015 (diary-mode): Set comment-start and comment-end.
19016
19017 * vc/diff-mode.el (smerge-refine-subst): Declare.
19018 (diff-refine-hunk): Don't require smerge-mode when compiling.
19019
19020 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19021
19022 * simple.el (list-processes): Return nil as the docstring says.
19023
19024 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19025
19026 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19027 to "".
19028 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19029 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19030 determining of binary transfer. (Bug#7383)
19031
19032 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19033
19034 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19035 Fix port computation bug. (Bug#8618)
19036
19037 2011-05-05 Glenn Morris <rgm@gnu.org>
19038
19039 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19040
19041 * simple.el (shell-dynamic-complete-functions)
19042 (comint-dynamic-complete-functions): Declare.
19043
19044 * net/network-stream.el (gnutls-negotiate):
19045 * simple.el (tabulated-list-print): Fix declarations.
19046
19047 * progmodes/gud.el (syntax-symbol, syntax-point):
19048 Remove unnecessary and incorrect declarations.
19049
19050 * emacs-lisp/check-declare.el (check-declare-scan):
19051 Handle byte-compile-initial-macro-environment in bytecomp.el.
19052
19053 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19054
19055 Fix earlier half-done eieio-defmethod change (bug#8338).
19056 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19057 Streamline and change calling convention.
19058 (defmethod): Adjust accordingly and simplify.
19059 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19060 new eieio--defmethod.
19061 (slot-boundp): Minor CSE simplification.
19062
19063 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19064
19065 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19066 (glasses-make-readable): Use glasses-separate-capital-groups.
19067
19068 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19069
19070 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19071 (warning-series): Doc fix.
19072 (display-warning): Don't try to create the buffer if we just found it.
19073
19074 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19075
19076 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19077 (autoload-find-generated-file): New function.
19078 (generate-file-autoloads): Bind generated-autoload-file to
19079 buffer-file-name.
19080 (update-file-autoloads, update-directory-autoloads):
19081 Use autoload-find-generated-file. If called interactively, prompt for
19082 output file (Bug#7989).
19083 (batch-update-autoloads): Doc fix.
19084
19085 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19086
19087 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19088
19089 2011-05-04 Glenn Morris <rgm@gnu.org>
19090
19091 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19092 function, so it follows changes in calendar-date-style.
19093 (diary-fancy-date-matcher): New function.
19094 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19095 (diary-fancy-font-lock-fontify-region-function):
19096 Use diary-fancy-date-pattern as a function.
19097
19098 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19099 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19100
19101 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19102
19103 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19104 instead of positional arguments. Allow :keylist and :crlfiles
19105 arguments.
19106 (open-gnutls-stream): Call it.
19107
19108 * net/network-stream.el (network-stream-open-starttls): Adjust to
19109 call `gnutls-negotiate' with :process and :hostname arguments.
19110
19111 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * minibuffer.el (completion--message): New function.
19114 (completion--do-completion, minibuffer-complete)
19115 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19116 (completion--do-completion): Don't ignore completion-auto-help when in
19117 icomplete-mode.
19118
19119 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19120 internal encoding (e.g. tibetan zero is not whitespace).
19121 (global-whitespace-mode): Prefer save-current-buffer.
19122 (whitespace-trailing-regexp): Remove useless save-match-data.
19123 (whitespace-empty-at-bob-regexp): Minor simplification.
19124
19125 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19126
19127 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19128
19129 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19130
19131 * textmodes/ispell.el (ispell-add-per-file-word-list):
19132 Use `concat' to create string for insertion.
19133
19134 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19137 Avoid open-line which runs post-self-insert-hook.
19138 (bibtex-fill-entry): Remove unused `end' var.
19139
19140 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19141
19142 * textmodes/ispell.el (ispell-add-per-file-word-list):
19143 Protect against `nil' value of `comment-start' (Bug#8579).
19144
19145 2011-05-03 Leo Liu <sdl.web@gmail.com>
19146
19147 * isearch.el (isearch-yank-pop): New command.
19148 (isearch-mode-map): Bind it to `M-y'.
19149 (isearch-forward): Mention it.
19150
19151 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19152
19153 * simple.el (minibuffer-complete-shell-command): Remove.
19154 (minibuffer-local-shell-command-map): Use completion-at-point.
19155 (read-shell-command): Setup completion vars here instead.
19156 (read-expression-map): Bind TAB to symbol completion.
19157
19158 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19159 error directly rather via storing it into `results'.
19160
19161 2011-05-02 Leo Liu <sdl.web@gmail.com>
19162
19163 * vc/diff.el: Fix description.
19164
19165 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19166
19167 * server.el (server-eval-at): New function.
19168
19169 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19170
19171 * net/network-stream.el (open-network-stream): Take a :nowait
19172 parameter and pass it on to `make-network-process'.
19173 (network-stream-open-plain): Ditto.
19174
19175 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19176
19177 * faces.el (face-spec-set-match-display): Don't match toolkit
19178 options on terminal frames.
19179
19180 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * progmodes/pascal.el: Use lexical binding.
19183 (pascal-mode-map): Remove author preferences.
19184
19185 * pcomplete.el (pcomplete-std-complete): Don't abuse
19186 completion-at-point.
19187
19188 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19189
19190 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19191 removing code that has been dead since 1991 or so.
19192
19193 * startup.el (command-line): When warning about "_emacs", use a
19194 delayed warning to allow the user to filter it out.
19195
19196 2011-04-28 Deniz Dogan <deniz@dogan.se>
19197
19198 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19199 user has not joined.
19200
19201 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19204 aren't any completions at point.
19205
19206 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19207
19208 * subr.el (display-delayed-warnings): New function.
19209 (delayed-warnings-hook): New variable.
19210
19211 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19212
19213 * minibuffer.el (completion-at-point, completion-help-at-point):
19214 Don't presume that a given completion-at-point-function will always
19215 use the same calling convention.
19216
19217 * pcomplete.el (pcomplete-completions-at-point):
19218 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19219 pcomplete-seen is non-nil.
19220 (pcomplete-comint-setup): Also recognize the new comint/shell
19221 completion functions.
19222 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19223 pcomplete-seen is non-nil.
19224
19225 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19226
19227 * calendar/icalendar.el (diary-lib): Add require statement.
19228 (icalendar--create-uid): Read out a uid from a text-property on
19229 the first character in the entry. This allows for code to add its
19230 own uid to the entry.
19231 (icalendar--convert-float-to-ical): Add export of
19232 `diary-float'-entries save for those with the optional DAY
19233 argument.
19234
19235 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19236
19237 * subr.el (shell-quote-argument): Use alternate escaping strategy
19238 when we spot a variable reference in a string.
19239
19240 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19241
19242 * cus-start.el (all): Define customization for debug-on-event.
19243
19244 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19245
19246 * subr.el (shell-quote-argument): Escape correctly under Windows.
19247
19248 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19249
19250 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19251
19252 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19253
19254 * net/tramp.el (tramp-process-actions): Add POS argument.
19255 Delete region between POS and (pos).
19256
19257 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19258 Use `nil' position in `tramp-process-actions' call.
19259 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19260
19261 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19262 position in `tramp-process-actions' call.
19263
19264 * net/trampver.el: Update release number.
19265
19266 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * custom.el (defcustom): Obey lexical-binding.
19269
19270 Fix octave-inf completion problems reported by Alexander Klimov.
19271 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19272 Inherit from octave-mode-syntax-table.
19273 (inferior-octave-mode): Set info-lookup-mode.
19274 (inferior-octave-completion-at-point): New function.
19275 (inferior-octave-complete): Use it and completion-in-region.
19276 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19277 comint-filename-completion.
19278 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19279 symbol elements which shouldn't be word elements.
19280 (octave-font-lock-keywords, octave-beginning-of-defun)
19281 (octave-function-header-regexp): Adjust regexps accordingly.
19282 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19283
19284 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19285
19286 * net/gnutls.el (gnutls-errorp): Declare before first use.
19287
19288 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19289
19290 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19291 verify-error, and verify-hostname-error parameters. Check whether
19292 default trustfile exists before going to use it. Add missing
19293 argument to gnutls-message-maybe call. Return value.
19294 Reported by Claudio Bley <claudio.bley@gmail.com>.
19295 (open-gnutls-stream): Add usage example.
19296
19297 * net/network-stream.el (network-stream-open-starttls): Give host
19298 parameter to `gnutls-negotiate'.
19299 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19300 * subr.el (shell-quote-argument): Escape correctly under Windows.
19301
19302 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19303
19304 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19305 Use correct match group (bug#8438).
19306
19307 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19308
19309 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19310 (package-menu--generate): New arg specifying packages to show.
19311 (package-menu-refresh, package-menu-execute, list-packages):
19312 Callers changed.
19313 (package-show-package-list): New function, replacing deleted
19314 package--list-packages (renamed because it is non-internal).
19315
19316 * finder.el (finder-list-matches): Use package-show-package-list
19317 instead of deleted package--list-packages.
19318
19319 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19320 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19321 (vc-annotate-mode-map): Bind it to RET.
19322
19323 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19324
19325 * progmodes/etags.el (next-file): Don't use set-buffer to change
19326 buffers (Bug#8478).
19327
19328 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19329
19330 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19331
19332 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19333 (apropos-accumulator): Doc fix.
19334 (apropos-function, apropos-macro, apropos-command)
19335 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19336 (apropos-plist): Add face property.
19337 (apropos-symbols-internal): Fix indentation.
19338 (apropos-print): Simplify help, and recognize apropos-multi-type.
19339 (apropos-print-doc): Use button-type-get to extract the button's
19340 face property. Fill docstring (Bug#8352).
19341
19342 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19343
19344 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19345
19346 * play/mpuz.el (mpuz-silent): Doc fix.
19347 (mpuz-mode-map): Use mapc.
19348 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19349 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19350 Fix typos in docstrings.
19351
19352 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19353 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19354
19355 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19356
19357 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19358
19359 * minibuffer.el (completion--do-completion): Avoid the "Next char
19360 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19361
19362 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19363 mouse-2 into unread-command-events, it is interpreted correctly.
19364
19365 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19366 (image-toggle-display): Doc fix.
19367
19368 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19369
19370 * textmodes/page.el (what-page): Use line-number-at-pos to
19371 calculate line number (Bug#6825).
19372
19373 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19374
19375 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19376 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19377 Pass argument NO-DEFAULT to `find-tag-interactive'.
19378
19379 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19380
19381 Lexical-binding cleanup.
19382
19383 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19384 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19385 * progmodes/ada-prj.el (ada-prj-initialize-values)
19386 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19387 (ada-prj-show-value):
19388 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19389 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19390 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19391 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19392 * progmodes/bug-reference.el (bug-reference-push-button):
19393 * progmodes/fortran.el (fortran-line-length):
19394 * progmodes/glasses.el (glasses-change):
19395 * progmodes/octave-mod.el (octave-fill-paragraph):
19396 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19397 (python-pdbtrack-grub-for-buffer, python-sentinel):
19398 * progmodes/sql.el (sql-save-connection):
19399 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19400 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19401 Mark unused parameters.
19402
19403 * progmodes/compile.el (compilation--flush-directory-cache)
19404 (compilation--flush-parse, compile-internal): Mark unused parameters.
19405 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19406 (compilation-next-error-function): Remove unused variable `timestamp'.
19407
19408 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19409 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19410
19411 * progmodes/dcl-mode.el (dcl-end-of-command):
19412 Remove unused variable `start'.
19413 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19414 (dcl-option-value-basic, dcl-option-value-offset)
19415 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19416 Mark unused parameters.
19417 (dcl-save-local-variable): Remove unused variable `val'.
19418 (mode): Declare.
19419
19420 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19421 Mark unused parameters.
19422 (delphi-ignore-changes): Move before first use.
19423 (delphi-charset-token-at): Remove unused variable `start'.
19424 (delphi-else-start): Remove unused variable `if-count'.
19425 (delphi-comment-block-start, delphi-comment-block-end):
19426 Remove unused variable `kind'.
19427 (delphi-indent-line): Remove unused variable `new-point'.
19428
19429 * progmodes/ebrowse.el (ebrowse-files-list)
19430 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19431 Mark unused parameters. Don't quote `lambda'.
19432 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19433 Don't quote `lambda'.
19434 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19435 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19436 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19437 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19438 Use `ignore-errors'.
19439 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19440 (ebrowse-view/find-file-and-search-pattern)
19441 (ebrowse-view/find-member-declaration/definition):
19442 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19443 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19444 Rename parameter PREFIX-ARG to PREFIX.
19445 (ebrowse-tags-read-name): Remove unused variables `start' and
19446 `member-info'.
19447 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19448 to `tags-file'.
19449
19450 * progmodes/etags.el (local-find-tag-hook): Declare.
19451 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19452 Mark unused parameters.
19453
19454 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19455 (executable-interpret): Mark unused parameter.
19456
19457 * progmodes/flymake.el (flymake-process-sentinel)
19458 (flymake-after-change-function)
19459 (flymake-create-temp-with-folder-structure)
19460 (flymake-get-include-dirs-dot): Mark unused parameters.
19461 (flymake-safe-delete-directory): Remove unused variable `err'.
19462
19463 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19464 (speedbar-timer-fn, speedbar-line-text)
19465 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19466 (speedbar-center-buffer-smartly): Declare functions.
19467 (gdb-find-watch-expression): Remove unused variable `array'.
19468 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19469 (gdb-starting): Mark unused parameters.
19470 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19471 (gdb-table-string): Remove unused variable `res'.
19472 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19473 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19474 (gdb-display-buffer): Remove unused variable `cur-size'.
19475
19476 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19477 allow lexical-binding compilation.
19478 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19479 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19480 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19481 Mark unused parameters.
19482 (gud-gdb-marker-filter): Remove unused variable `match'.
19483 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19484 lambda expressions and funcall them, instead of using `fset'.
19485
19486 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19487 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19488
19489 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19490 variable `header-beg'; use `let'.
19491
19492 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19493 `restart', `last-sexp' and `at-do'.
19494
19495 * progmodes/js.el (js--debug): Mark unused parameter.
19496 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19497 (js--splice-into-items): Remove unused variable `item'.
19498 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19499
19500 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19501 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19502 (makefile-complete): Remove unused variable `try'.
19503 (makefile-fill-paragraph, makefile-match-function-end):
19504 Mark unused parameters.
19505
19506 * progmodes/octave-inf.el (inferior-octave-complete):
19507 Remove unused variable `proc'.
19508 (inferior-octave-output-digest): Mark unused parameter.
19509
19510 * progmodes/perl-mode.el (perl-calculate-indent):
19511 Remove unused variable `err'.
19512
19513 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19514 (prolog-indent-line): Mark unused parameters.
19515 (prolog-indent-line): Remove unused variable `beg'.
19516
19517 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19518 (reporter-dont-compact-list): Declare.
19519
19520 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19521 Remove unused variable `char'.
19522 (sh-debug): Mark unused parameter.
19523 (sh-get-indent-info): Remove unused variable `start'.
19524 (sh-calculate-indent): Remove unused variable `var'.
19525
19526 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19527 (simula-electric-keyword): Remove unused variable `null'.
19528 (simula-search-backward, simula-search-forward): Remove unused
19529 variables `begin' and `end'.
19530
19531 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19532 Remove unused variable `pos'.
19533 (vera-electric-tab, vera-comment-uncomment-region):
19534 Mark unused parameters.
19535 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19536
19537 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19538
19539 * emacs-lisp/package.el (package--builtins, package-alist)
19540 (package-load-descriptor, package-built-in-p, package-activate)
19541 (define-package, package-installed-p)
19542 (package-compute-transaction, package-buffer-info)
19543 (package--push): Doc fix. Distinguish more clearly between
19544 version strings and version lists.
19545
19546 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19547
19548 Lexical-binding cleanup.
19549
19550 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19551 (5x5-make-mutate-best):
19552 * play/fortune.el (fortune-in-buffer):
19553 * play/gomoku.el (gomoku-init-display):
19554 * play/solitaire.el (solitaire, solitaire-do-check):
19555 * play/tetris.el (tetris-default-update-speed-function):
19556 Mark unused parameters.
19557
19558 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19559 (bubbles--shift): Remove unused variable `char-org'.
19560 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19561 (bubbles--show-images): Remove unused variable `char'.
19562
19563 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19564 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19565 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19566 (decipher-analyze-buffer): Use ?\s.
19567 (decipher-make-checkpoint): Remove unused variable `mapping'.
19568
19569 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19570
19571 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19572 Remove unused variable `result'; use `let'.
19573
19574 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19575 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19576 (gametree-children-shown-p, gametree-compute-reduced-score):
19577 Use `ignore-errors'.
19578
19579 * play/handwrite.el (ps-lpr-switches): Declare.
19580 (handwrite): Remove unused variables `pmin' and `lastp'.
19581
19582 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19583
19584 * play/landmark.el (landmark-init-display)
19585 (landmark-update-naught-weights): Mark unused parameters.
19586 (landmark-y): Remove unused variable `noise'. Simplify.
19587 (landmark-human-plays): Remove unused variable `score'.
19588
19589 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19590 (mpuz-try-proposal): Remove unused variable `game'.
19591
19592 * play/zone.el (life-patterns): Declare.
19593
19594 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19595
19596 * vc/vc.el (ediff-vc-internal): Declare function.
19597
19598 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * shell.el: Use lexical-binding and std completion UI.
19601 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19602 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19603 comint-preoutput-filter-functions rather than on
19604 comint-output-filter-functions.
19605 (shell-command-completion, shell--command-completion-data)
19606 (shell-filename-completion, shell-environment-variable-completion)
19607 (shell-c-a-p-replace-by-expanded-directory): New functions.
19608 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19609 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19610 (shell-dynamic-complete-environment-variable): Use them.
19611 (shell-dynamic-complete-as-environment-variable)
19612 (shell-dynamic-complete-as-command): Remove.
19613 (shell-match-partial-variable): Match past point.
19614 * comint.el: Clean up use of completion-at-point-functions.
19615 (comint-completion-at-point): New function.
19616 (comint-mode): Use it completion-at-point-functions.
19617 (comint-dynamic-complete): Make it obsolete.
19618 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19619 (comint-c-a-p-replace-by-expanded-history): New function.
19620 (comint-dynamic-complete-functions)
19621 (comint-replace-by-expanded-history): Use it.
19622 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19623 termination strings. Try harder to avoid second try-completion.
19624 (completion-in-region-mode-map): Disable bindings that don't work yet.
19625
19626 * comint.el: Use lexical-binding. Require CL.
19627 (comint-dynamic-complete-functions): Use comint-filename-completion.
19628 (comint-completion-addsuffix): Tweak custom type.
19629 (comint-filename-completion, comint--common-suffix)
19630 (comint--common-quoted-suffix, comint--table-subvert)
19631 (comint--complete-file-name-data): New functions.
19632 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19633 (comint-dynamic-list-filename-completions): Use them.
19634 (comint-dynamic-simple-complete): Make obsolete.
19635
19636 * minibuffer.el (completion-in-region-mode):
19637 Keep completion-in-region-mode--predicate global.
19638 (completion-in-region--postch):
19639 Assume completion-in-region-mode--predicate is not null.
19640
19641 * progmodes/flymake.el (flymake-start-syntax-check-process):
19642 Obey `dir'. Simplify.
19643
19644 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19645 we're in VC after all.
19646
19647 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19648
19649 * vc/vc.el (vc-diff-build-argument-list-internal)
19650 (vc-version-ediff, vc-ediff): New commands.
19651 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19652
19653 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19654
19655 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19656 add sanity check.
19657
19658 * obsolete/erc-hecomplete.el: Make obsolete.
19659 * obsolete/: Standardize obsolescence info in the header.
19660
19661 2011-04-20 Glenn Morris <rgm@gnu.org>
19662
19663 * calendar/solar.el (solar-horizontal-coordinates):
19664 Use the longitude argument rather than `calendar-longitude'.
19665 (solar-date-next-longitude): Remove unused locals.
19666
19667 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19668
19669 * whitespace.el: New version 13.2.1.
19670
19671 2011-04-20 felix <EmacsWiki> (tiny change)
19672
19673 * whitespace.el (global-whitespace-mode): Keep highlight when
19674 switching between major modes on a file.
19675
19676 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19679 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19680 multi-line comments as well.
19681
19682 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19683
19684 Lexical-binding cleanup.
19685
19686 * arc-mode.el (archive-mode-revert):
19687 * cmuscheme.el (scheme-interactively-start-process):
19688 * custom.el (custom-initialize-delay):
19689 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19690 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19691 * emacs-lock.el (emacs-lock-clear-sentinel):
19692 * ezimage.el (defezimage):
19693 * follow.el (follow-avoid-tail-recenter):
19694 * fringe.el (set-fringe-mode-1):
19695 * generic-x.el (bat-generic-mode-compile):
19696 * help-mode.el (help-info-variable, help-do-xref)
19697 (help-mode-revert-buffer):
19698 * help.el (view-emacs-todo):
19699 * iswitchb.el (iswitchb-completion-help):
19700 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19701 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19702 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19703 * locate.el (locate-update):
19704 * longlines.el (longlines-encode-region)
19705 (longlines-after-change-function):
19706 * outline.el (outline-isearch-open-invisible):
19707 * ps-def.el (declare-function, charset-dimension, char-width)
19708 (encode-char):
19709 * ps-mule.el (ps-mule-plot-string):
19710 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19711 (recentf-edit-list-select, recentf-edit-list-validate)
19712 (recentf-open-files-action):
19713 * rect.el (delete-whitespace-rectangle-line)
19714 (rectangle-number-line-callback):
19715 * register.el (window-configuration-to-register)
19716 (frame-configuration-to-register):
19717 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19718 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19719 (xselect-convert-to-targets, xselect-convert-to-delete)
19720 (xselect-convert-to-filename, xselect-convert-to-charpos)
19721 (xselect-convert-to-lineno, xselect-convert-to-colno)
19722 (xselect-convert-to-os, xselect-convert-to-host)
19723 (xselect-convert-to-user, xselect-convert-to-class)
19724 (xselect-convert-to-name, xselect-convert-to-integer)
19725 (xselect-convert-to-atom, xselect-convert-to-identity):
19726 * subr.el (declare, ignore, process-kill-without-query)
19727 (text-clone-maintain):
19728 * terminal.el (te-get-char, te-tic-sentinel):
19729 * tool-bar.el (tool-bar-make-keymap):
19730 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19731 * type-break.el (type-break-mode, type-break-noninteractive-query):
19732 * view.el (View-back-to-mark):
19733 * wid-browse.el (widget-browse-action, widget-browse-widget)
19734 (widget-browse-widgets, widget-browse-sexp):
19735 * widget.el (define-widget-keywords):
19736 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19737 Mark unused parameters.
19738
19739 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19740 (align-areas): Remove unused variable `look'.
19741 (align-region): Remove unused variables `real-end' and `pos-list'.
19742
19743 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19744
19745 * bindings.el (mode-line-modified, mode-line-remote):
19746 Mark unused parameters.
19747 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19748
19749 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19750 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19751
19752 * comint.el (comint-history-isearch-pop-state)
19753 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19754 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19755 (comint-substitute-in-file-name): Doc fix.
19756
19757 * completion.el (cmpl-statistics-block): Mark unused parameter.
19758 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19759 (save-completions-to-file, load-completions-from-file):
19760 Remove unused local variable `e'.
19761
19762 * composite.el (compose-chars): Remove unused variable `len'.
19763 (lgstring-insert-glyph): Remove unused variable `g'.
19764 (compose-glyph-string): Remove unused variables `ascent',
19765 `descent', `lbearing' and `rbearing'.
19766 (compose-glyph-string-relative): Remove unused variables
19767 `lbearing', `rbearing' and `wadjust'.
19768 (compose-gstring-for-graphic): Remove unused variables `header',
19769 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19770 (compose-gstring-for-terminal): Remove unused variables `header'
19771 and `nchars'. Use `let', not `let*'.
19772
19773 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19774 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19775 (Custom-buffer-done, custom-buffer-create-internal)
19776 (custom-browse-visibility-action, custom-browse-group-tag-action)
19777 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19778 (widget-magic-mouse-down-action, custom-toggle-parent)
19779 (custom-add-parent-links, custom-toggle-hide-variable)
19780 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19781 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19782 (custom-face-menu-create, custom-variable-menu-create, get)
19783 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19784 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19785 (customize-apropos): Remove unused variable `tests'.
19786 (custom-group-value-create): Remove unused variable `hidden-p'.
19787 (sort-fold-case): Declare.
19788
19789 * cus-theme.el (custom-reset-standard-faces-list)
19790 (custom-reset-standard-variables-list): Declare.
19791 (customize-create-theme, custom-theme-revert, custom-theme-write)
19792 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19793 Mark unused parameters.
19794
19795 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19796
19797 * delim-col.el (delimit-columns-max): Move defvar before first use.
19798
19799 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19800 (describe-char): Don't quote `lambda'. Mark unused parameter.
19801
19802 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19803 (auto-insert): Declare.
19804 (desktop-restore-file-buffer): Rename desktop-* parameters;
19805 mark unused ones.
19806 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19807 (desktop-buffer): Rename desktop-* parameters.
19808
19809 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19810 (dframe-reposition-frame-xemacs, dframe-help-echo)
19811 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19812 Mark unused parameters.
19813
19814 * dired-aux.el (backup-extract-version-start, overwrite-query)
19815 (overwrite-backup-query, rename-regexp-query)
19816 (rename-non-directory-query): Declare.
19817 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19818 (dired-add-entry): Remove unused variable `orig-file-name'.
19819 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19820 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19821 `dired-copy-preserve-time' directly.
19822 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19823 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19824
19825 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19826 (dired-virtual-revert, dired-make-relative-symlink):
19827 Mark unused parameters.
19828 (manual-program): Declare.
19829 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19830 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19831 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19832
19833 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19834
19835 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19836
19837 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19838 Declare.
19839
19840 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19841
19842 * electric.el (Electric-command-loop): Rename parameter
19843 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19844
19845 * expand.el (expand-in-literal): Remove unused variable `here'.
19846
19847 * facemenu.el (facemenu-add-new-color):
19848 Remove unused variable `docstring'.
19849
19850 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19851 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19852 (face-attr-construct): Mark unused parameter. Doc fix.
19853 (read-color): Remove unused variable `hex-string'.
19854
19855 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19856 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19857 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19858 (display-buffer-other-frame): Remove unused variable `old-window'.
19859 (kill-buffer-hook): Declare.
19860 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19861 Mark unused parameters.
19862 (after-find-file): Pass 1 to `auto-save-mode', not t.
19863
19864 * files-x.el (auto-insert): Declare.
19865 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19866
19867 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19868 variable `buf'. Mark unused parameter.
19869 (find-lisp-insert-directory): Mark unused parameter.
19870
19871 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19872 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19873 (format-common-tail): Remove, unused.
19874 (format-deannotate-region): Remove unused variable `loc'.
19875 (format-annotate-region): Remove unused variable `p'.
19876 (format-annotate-single-property-change): Remove unused variables
19877 `default' and `tail'.
19878
19879 * forms.el (read-file-filter): Declare.
19880 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19881
19882 * frame.el (frame-creation-function-alist): Mark unused parameter.
19883 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19884
19885 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19886 Remove unused parameters.
19887 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19888 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19889
19890 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19891 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19892 (hfy-prepare-tag-map): Mark unused parameters.
19893 (htmlfontify-buffer): Use `called-interactively-p'.
19894
19895 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19896 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19897 (ibuffer-do-occur): Mark unused parameters.
19898 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19899 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19900
19901 * ibuffer.el: Don't quote `lambda'.
19902 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19903 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19904 Mark unused parameters.
19905
19906 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19907 (ido-completing-read): Mark unused parameters.
19908 (ido-copy-current-word): Mark unused parameters;
19909 remove unused variable `name'.
19910 (ido-sort-merged-list): Remove unused parameter `dirs'.
19911
19912 * ielm.el (ielm-input-sender): Mark unused parameter.
19913 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19914 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19915 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19916 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19917 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19918
19919 * image-dired.el (image-dired-display-thumbs): Remove unused
19920 variables `curr-file' and `count'.
19921 (image-dired-remove-tag): Remove unused variable `start'.
19922 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19923 variable `curr-file'
19924 (image-dired-rotate-original): Remove unused variable `temp-file'.
19925 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19926 Remove unused variable `file'.
19927 (image-dired-gallery-generate): Remove unused variable `curr'.
19928 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19929
19930 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19931
19932 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19933
19934 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19935
19936 * isearch.el (minibuffer-history-symbol): Declare.
19937 (isearch-edit-string): Remove unused variable `err'.
19938 (isearch-message-prefix, isearch-message-suffix):
19939 Mark unused parameters.
19940
19941 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19942
19943 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19944
19945 * makesum.el (double-column): Remove unused variable `cnt'.
19946
19947 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19948 (ido-ignore-item-temp-list): Declare.
19949
19950 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19951 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19952 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19953 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19954 `mouse-col-delta'.
19955
19956 * mouse-sel.el (mouse-extend-internal):
19957 Remove unused variable `orig-window-frame'.
19958
19959 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19960 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19961 Move declarations before first use.
19962 (pcomplete-opt): Mark unused parameters; doc fix.
19963
19964 * proced.el (proced-revert): Mark unused parameter.
19965 (proced-send-signal): Remove unused variable `err'.
19966
19967 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19968 Rename parameter PREFIX-ARG to ARG.
19969 (ps-basic-plot-string, ps-basic-plot-whitespace):
19970 Mark unused parameters.
19971
19972 * replace.el (replace-count): Define.
19973 (occur-revert-function): Mark unused parameters.
19974 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19975 (isearch-case-fold-search, isearch-string): Declare.
19976 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19977 bind `case-fold-search'. Remove unused variables `beg' and `end',
19978 and simplify.
19979 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19980 COUNT and bind `replace-count'.
19981 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19982 to COUNT.
19983
19984 * savehist.el (print-readably, print-string-length): Declare.
19985
19986 * shadowfile.el (shadow-expand-cluster-in-file-name):
19987 Remove unused variable `cluster'.
19988 (shadow-copy-file): Remove unused variable `i'.
19989 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19990 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19991 (shadow-define-literal-group, shadow-define-regexp-group)
19992 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19993
19994 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19995 (shell): Use `called-interactively-p'.
19996 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19997
19998 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19999 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20000 (delete-backward-char): Remove unused variable `ocol'.
20001 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20002 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20003 (event-apply-hyper-modifier, event-apply-shift-modifier)
20004 (event-apply-control-modifier, event-apply-meta-modifier):
20005 Mark unused parameters.
20006 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20007 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20008
20009 * speedbar.el (speedbar-ignored-directory-expressions)
20010 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20011 (speedbar-find-file, speedbar-dir-follow)
20012 (speedbar-directory-buttons-follow, speedbar-tag-find)
20013 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20014 (speedbar-buffers-line-directory, speedbar-buffer-click):
20015 Mark unused parameters.
20016 (speedbar-tag-file): Remove unused variable `mode'.
20017 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20018
20019 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20020
20021 * talk.el (talk): Remove unused variable `display'.
20022
20023 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20024 (tar-write-region-annotate): Mark unused parameter.
20025
20026 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20027 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20028 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20029 warning by another.
20030
20031 * time-stamp.el (time-stamp-string-preprocess):
20032 Remove unused variable `require-padding'.
20033
20034 * tree-widget.el (widget-glyph-enable): Declare.
20035 (tree-widget-action): Mark unused parameter.
20036
20037 * w32-fns.el (x-get-selection): Mark unused parameter.
20038 (autoload-make-program, generated-autoload-file): Declare.
20039
20040 * wdired.el (wdired-revert): Mark unused parameters.
20041 (wdired-xcase-word): Remove unused variable `err'.
20042
20043 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20044 (whitespace-help-scroll): Remove unused variable `data-help'.
20045
20046 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20047 (widget-image-insert, widget-after-change, default)
20048 (widget-default-format-handler, widget-default-notify)
20049 (widget-default-prompt-value, widget-info-link-action)
20050 (widget-url-link-action, widget-function-link-action)
20051 (widget-variable-link-action, widget-file-link-action)
20052 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20053 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20054 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20055 (widget-insert-button-action, widget-delete-button-action, visibility)
20056 (widget-documentation-link-action, widget-documentation-string-action)
20057 (widget-const-prompt-value, widget-regexp-match, symbol)
20058 (widget-coding-system-prompt-value)
20059 (widget-key-sequence-value-to-external, sexp)
20060 (widget-sexp-value-to-internal, character, vector, cons)
20061 (widget-choice-prompt-value, widget-boolean-prompt-value)
20062 (widget-color--choose-action): Mark unused parameters.
20063 (widget-item-match-inline, widget-choice-match-inline)
20064 (widget-checklist-match, widget-checklist-match-inline)
20065 (widget-group-match): Rename parameter VALUES to VALS.
20066 (widget-field-value-set): Remove unused variable `size'.
20067 (widget-color-action): Remove unused variables `value' and `start'.
20068
20069 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20070 variable `dir'. Doc fix.
20071 (windmove-find-other-window): Don't pass it.
20072
20073 * window.el (count-windows): Mark unused parameter.
20074 (bw-adjust-window): Remove unused variable `err'.
20075
20076 * woman.el (woman-file-name): Remove unused variable `default'.
20077 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20078 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20079 (global-font-lock-mode): Declare.
20080 (woman-decode-region): Mark unused parameter.
20081 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20082
20083 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20084 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20085 (x-dnd-handle-moz-url): Remove unused variable `title'.
20086 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20087
20088 * xml.el (xml-parse-tag, xml-parse-attlist):
20089 Remove unused variable `pos'.
20090
20091 2011-04-19 Glenn Morris <rgm@gnu.org>
20092
20093 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20094 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20095 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20096 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20097 * calendar/cal-html.el (cal-html-insert-minical):
20098 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20099 (calendar-mark-date-pattern):
20100 Prefix "unused" locals.
20101
20102 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20103 optional argument `style'.
20104
20105 * calendar/appt.el (appt-make-list):
20106 * calendar/cal-china.el (calendar-chinese-date-string):
20107 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20108 (diary-hebrew-yahrzeit):
20109 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20110 * calendar/calendar.el (calendar-generate-window):
20111 * calendar/time-date.el (time-to-days):
20112 Remove unused local variables.
20113
20114 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20115
20116 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20117 glyphless-char-display table.
20118 (tabulated-list-glyphless-char-display): New var.
20119
20120 2011-04-18 Sam Steingold <sds@gnu.org>
20121
20122 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20123 to acknowledgments.
20124
20125 2011-04-17 Glenn Morris <rgm@gnu.org>
20126
20127 * calendar/diary-lib.el (diary-sexp-entry):
20128 * calendar/holidays.el (holiday-sexp):
20129 Set debug-on-error rather than the removed stack-trace-on-error.
20130
20131 2011-04-16 Glenn Morris <rgm@gnu.org>
20132
20133 * progmodes/f90.el: Use lexical-binding.
20134 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20135
20136 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20137
20138 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20139 (mail-mode): Setup mailalias completion here instead.
20140 * mail/mailalias.el: Use lexical-binding.
20141 (pattern, mailalias-done): Declare dynamic.
20142 (mail-completion-at-point-function): New function, from mail-complete.
20143 (mail-complete): Use it.
20144 (mail-completion-expand): New function.
20145 (mail-get-names): Use it.
20146 (mail-directory, mail-directory-process, mail-directory-stream):
20147 Don't use `pattern' for lexically bound arg.
20148
20149 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20150
20151 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20152 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20153 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20154
20155 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20156 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20157 (byte-interactive-p): Define them again, for use when inlining
20158 old code.
20159
20160 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20161
20162 * loadup.el: Use `string-to-number', not `string-to-int'.
20163
20164 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20165
20166 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20167 gud-gdb-complete-command.
20168 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20169 (gud-gdb-completion-at-point): New function.
20170 (gud-gdb-completions): Remove.
20171
20172 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20173
20174 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20175 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20176 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20177 whether `executable-find' is bound.
20178
20179 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20180
20181 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * minibuffer.el (completion-in-region-mode-predicate)
20184 (completion-in-region-mode--predicate): New vars.
20185 (completion-in-region, completion-in-region--postch)
20186 (completion-in-region-mode): Use them.
20187 (completion--capf-wrapper): Also return the hook function.
20188 (completion-at-point, completion-help-at-point):
20189 Adjust and provide a predicate.
20190
20191 Preserve arg names for advice of subr and lexical functions (bug#8457).
20192 * help-fns.el (help-function-arglist): Consolidate the subr and
20193 new-byte-code cases. Add argument `preserve-names' to extract names
20194 from the docstring when needed.
20195 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20196 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20197 (ad-arglist): Use help-function-arglist's new arg.
20198 (ad-definition-type): Use cond.
20199
20200 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20201
20202 * autorevert.el (auto-revert-handler):
20203 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20204 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20205 Don't quote lambda.
20206
20207 * image-mode.el (image-transform-set-scale):
20208 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20209
20210 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20211
20212 * net/network-stream.el (network-stream-open-starttls): Only do
20213 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20214 Upgrades via gnutls-cli are too slow to be done opportunistically.
20215
20216 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20217
20218 * dframe.el (dframe-current-frame): Remove spurious quote.
20219
20220 2011-04-12 Glenn Morris <rgm@gnu.org>
20221
20222 * calendar/cal-tex.el (cal-tex-end-document):
20223 Try to automatically use latin1 input if needed.
20224
20225 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20226 Don't try to cons a mark onto an empty element.
20227
20228 2011-04-11 Leo Liu <sdl.web@gmail.com>
20229
20230 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20231 buffers.
20232 (ido-kill-buffer-at-head): Support killing virtual buffers.
20233
20234 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20235
20236 * minibuffer.el (completion-show-inline-help): New var.
20237 (completion--do-completion, minibuffer-complete)
20238 (minibuffer-force-complete, minibuffer-complete-word):
20239 Inhibit minibuffer messages if completion-show-inline-help is nil.
20240
20241 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20242 to avoid interference from inline help (Bug#5849).
20243
20244 2011-04-10 Leo Liu <sdl.web@gmail.com>
20245
20246 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20247 Fix typo.
20248
20249 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20250
20251 * image-mode.el (image-toggle-display-image): Signal an error if
20252 not in Image mode.
20253 (image-transform-mode, image-transform-resize)
20254 (image-transform-set-rotation): Doc fix.
20255 (image-transform-set-resize): Delete.
20256 (image-transform-set-scale, image-transform-fit-to-height)
20257 (image-transform-fit-to-width): Handle image-toggle-display-image
20258 and image-transform-resize directly.
20259
20260 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20261
20262 * doc-view.el (doc-view-fit-width-to-window)
20263 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20264 New functions for fitting the shown image to the Emacs window size.
20265 (doc-view-mode-map): Add bindings for the new functions.
20266
20267 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20268
20269 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20270 Fix typo in docstring.
20271
20272 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20273
20274 * files.el (file-size-human-readable): Produce one digit after
20275 decimal, like "ls -lh" does.
20276
20277 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20278 the file size representation.
20279
20280 * simple.el (list-processes): If async subprocesses are not
20281 available, error out with a clear error message.
20282
20283 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20284
20285 * help.el (help-form-show): New function, to be called from C.
20286 Put help-form output in a buffer named differently than *Help*.
20287
20288 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20289
20290 * files.el (file-size-human-readable): New function.
20291
20292 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20293 computing the representation inline. Don't require `cl'.
20294
20295 2011-04-08 Glenn Morris <rgm@gnu.org>
20296
20297 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20298
20299 * net/browse-url.el (browse-url-firefox):
20300 Test system-type, not system-configuration.
20301
20302 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20303 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20304 Use log-edit-empty-buffer-p. (Bug#7598)
20305
20306 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20307 (rlogin-mode-map): Initialize in the defvar.
20308 (rlogin): Use ignore-errors.
20309
20310 * replace.el (occur-mode-map): Some fixes for menu items.
20311
20312 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20313
20314 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20315
20316 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20317
20318 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20319 issuing unused warnings.
20320
20321 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20322 macro directly.
20323
20324 * simple.el: Lisp reimplement of list-processes. Based on an
20325 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20326 (process-menu-mode): New major mode.
20327 (list-processes--refresh, list-processes):
20328 (process-menu-visit-buffer): New functions.
20329
20330 * files.el (save-buffers-kill-emacs): Don't assume any return
20331 value of list-processes, which is undocumented anyway.
20332
20333 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20334
20335 * emacs-lisp/tabulated-list.el: New file.
20336
20337 * emacs-lisp/package.el: Use Tabulated List mode.
20338 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20339 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20340 table format using Tabulated List mode variables.
20341 (package--push): New macro, replacing package-list-maybe-add.
20342 (package-menu--generate): Use package--push. Renamed from
20343 package--generate-package-list.
20344 (package-menu-refresh, list-packages): Use it.
20345 (package-menu--print-info): Rename from package-print-package.
20346 Return insertion data instead of inserting it directly.
20347 (package-menu-describe-package, package-menu-execute):
20348 Use tabulated-list-get-id.
20349 (package-menu-mark-delete, package-menu-mark-install)
20350 (package-menu-mark-unmark, package-menu-backup-unmark)
20351 (package-menu-mark-obsolete-for-deletion):
20352 Use tabulated-list-put-tag.
20353 (package--list-packages, package-menu-revert)
20354 (package-menu-get-package, package-menu-get-version)
20355 (package-menu-sort-by-column): Functions deleted.
20356 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20357 (package-menu--status-predicate, package-menu--version-predicate)
20358 (package-menu--name-predicate)
20359 (package-menu--description-predicate): Handle arguments in the
20360 Tabulated List format.
20361 (package-list-packages-no-fetch): Call list-packages.
20362
20363 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20364
20365 * files.el (after-find-file-from-revert-buffer): Remove variable.
20366 (after-find-file): Don't bind it.
20367 (revert-buffer-in-progress-p): New variable.
20368 (revert-buffer): Bind it.
20369 Pass nil for `after-find-file-from-revert-buffer'.
20370
20371 * saveplace.el (save-place-find-file-hook): Use new variable
20372 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20373
20374 2011-04-06 Glenn Morris <rgm@gnu.org>
20375
20376 * Makefile.in (AUTOGEN_VCS): New variable.
20377 (autoloads): Use $AUTOGEN_VCS.
20378
20379 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20380 * calendar/calendar.el (calendar-mode-map):
20381 Check for toolkit scroll bars. (Bug#8305)
20382
20383 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20384
20385 * minibuffer.el (completion-in-region--postch)
20386 (completion-in-region-mode): Remove unnecessary messages.
20387
20388 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20389
20390 * font-lock.el (font-lock-refresh-defaults):
20391 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20392 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20393
20394 * info.el (Info-directory-list, Info-read-node-name-2)
20395 (Info-split-parameter-string): Doc fixes.
20396 (Info-virtual-nodes): Reflow docstring.
20397 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20398 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20399 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20400 Fix typos in docstrings.
20401 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20402 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20403 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20404 (Info-restore-desktop-buffer): Mark unused parameters.
20405 (Info-directory-find-file, Info-directory-find-node)
20406 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20407 (Info-virtual-index-find-node, Info-apropos-find-file)
20408 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20409 Mark unused parameters; fix typos in docstrings.
20410 (Info-virtual-index): Remove unused local variable `nodename'.
20411
20412 2011-04-05 Deniz Dogan <deniz@dogan.se>
20413
20414 * net/rcirc.el: Update my e-mail address.
20415 (rcirc-mode-map): Remove M-o binding.
20416
20417 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20418
20419 * startup.el (command-line): Save the cursor's theme-face
20420 directly, instead of using face-override-spec.
20421
20422 * custom.el (load-theme): Minor optimization in assigning faces.
20423
20424 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20425
20426 * help-fns.el (describe-variable): Complete all variables having
20427 documentation, including keywords.
20428 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20429
20430 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20431
20432 Convert to lexical-binding.
20433
20434 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20435 (bs--get-marked-string, bs--get-modified-string)
20436 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20437 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20438 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20439
20440 * ehelp.el (electric-help-execute-extended)
20441 (electric-help-ctrl-x-prefix):
20442 * hexl.el (hexl-revert-buffer-function):
20443 * linum.el (linum-after-change, linum-after-scroll):
20444 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20445
20446 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20447
20448 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20449
20450 * epa-dired.el:
20451 * epa-mail.el:
20452 * epa-hook.el:
20453 * epa-file.el:
20454 * epa.el:
20455 * epg.el: Use lexical binding.
20456
20457 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20458
20459 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20460
20461 * textmodes/flyspell.el (flyspell-word): Recognize default
20462 dictionary case for flyspell-mark-duplications-exceptions.
20463 Use regexp matching for languages.
20464 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20465 default dictionary (Bug#7926).
20466
20467 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20468
20469 * emacs-lisp/package.el (package--with-work-buffer):
20470 Recognize https URLs.
20471
20472 * net/network-stream.el: Move from gnus/proto-stream.el.
20473 Change prefix to network-stream throughout.
20474 (open-protocol-stream): Merge into open-network-stream, leaving
20475 open-protocol-stream as an alias. Handle nil BUFFER args.
20476
20477 * subr.el (open-network-stream): Move to net/network-stream.el.
20478
20479 2011-04-02 Glenn Morris <rgm@gnu.org>
20480
20481 * find-dired.el (find-exec-terminator): New option.
20482 (find-ls-option): Test for -ls support.
20483 (find-ls-subdir-switches): Test for -b in find-ls-option.
20484 (find-dired, find-grep-dired): Doc fixes.
20485 (find-dired): Use find-exec-terminator.
20486
20487 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20488 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20489 (find-name-arg): Remove purecopy.
20490
20491 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20492 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20493 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20494 accordingly. Don't add the null-device if not needed.
20495
20496 * files.el (save-some-buffers): Doc fix.
20497
20498 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20499
20500 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20501
20502 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20503
20504 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20505 Use `dolist' rather than `mapcar'.
20506
20507 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 Add lexical binding.
20510
20511 * subr.el (apply-partially): Use new closures rather than CL.
20512 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20513 (dolist, dotimes): Use slightly different expansion for lexical code.
20514 (functionp): Move to C.
20515 (letrec): New macro.
20516 (with-wrapper-hook): Use it and apply-partially instead of CL.
20517 (eval-after-load): Preserve lexical-binding.
20518 (save-window-excursion, with-output-to-temp-buffer): Turn them
20519 into macros.
20520
20521 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20522
20523 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20524 than the arglist.
20525 (help-add-fundoc-usage): Don't add `Not documented'.
20526 (help-function-arglist): Handle closures, subroutines, and new
20527 byte-code-functions.
20528 (help-make-usage): Remove leading underscores.
20529 (describe-function-1): Handle closures.
20530 (describe-variable): Use special-variable-p for completion.
20531
20532 * files.el (lexical-binding): Declare safe.
20533
20534 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20535 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20536 (pcase): Add `let' pattern.
20537 Change memoization so it actually works.
20538 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20539 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20540 <let>: New case.
20541
20542 * emacs-lisp/macroexp.el: Use lexical binding.
20543 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20544 Don't convert ' to #' without checking that it's indeed quoting
20545 a lambda.
20546
20547 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20548 Use eval-sexp-add-defvars.
20549 (eval-sexp-add-defvars): New fun.
20550
20551 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20552
20553 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20554 Don't autoload.
20555 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20556 than the internal `byte-compile-lambda'.
20557 (defmethod): Don't hide code under quotes.
20558 (eieio-defmethod): New `code' argument.
20559
20560 * emacs-lisp/eieio-comp.el: Remove.
20561
20562 * emacs-lisp/edebug.el (edebug-eval-defun)
20563 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20564 (edebug-toggle): Avoid `eval'.
20565
20566 * emacs-lisp/disass.el (disassemble-internal): Handle new
20567 `closure' objects.
20568 (disassemble-1): Handle new byte codes.
20569
20570 * emacs-lisp/cl.el (pushnew): Silence warning.
20571
20572 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20573 (cl-byte-compile-throw): Remove.
20574 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20575
20576 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20577 closures.
20578
20579 * emacs-lisp/cconv.el: New file.
20580
20581 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20582 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20583 (byte-compile-initial-macro-environment):
20584 Handle declare-function here.
20585 (byte-compile--lexical-environment): New var.
20586 (byte-stack-ref, byte-stack-set, byte-discardN)
20587 (byte-discardN-preserve-tos): New lap codes.
20588 (byte-interactive-p): Don't use any more.
20589 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20590 New macros.
20591 (byte-compile-lapcode): Use them and handle new lap codes.
20592 (byte-compile-obsolete): Remove.
20593 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20594 (byte-compile-arglist-warn): Check late def of inlinable funs.
20595 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20596 since they should have been expanded by now.
20597 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20598 (byte-compile-from-buffer): Remove unused second arg.
20599 (byte-compile-preprocess): New function.
20600 (byte-compile-toplevel-file-form): New function to distinguish
20601 file-form calls from outside from file-form calls from hunk-handlers.
20602 (byte-compile-file-form): Simplify.
20603 (byte-compile-file-form-defsubst): Remove.
20604 (byte-compile-file-form-defmumble): Simplify now that
20605 byte-compile-lambda always returns a byte-code-function.
20606 (byte-compile): Preprocess.
20607 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20608 Remove, not used any more.
20609 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20610 (byte-compile-make-args-desc): New funs.
20611 (byte-compile-lambda): Handle lexical functions. Always return
20612 a byte-code-function.
20613 (byte-compile-reserved-constants): New var, to make up room for
20614 closed-over variables.
20615 (byte-compile-constants-vector): Obey it.
20616 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20617 (byte-compile-macroexpand-declare-function): New function.
20618 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20619 byte-code-functions.
20620 (byte-compile-form): Check obsolescence here.
20621 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20622 (byte-compile-variable-ref): Remove.
20623 (byte-compile-dynamic-variable-op): New fun.
20624 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20625 (byte-compile-variable-set): New funs.
20626 (byte-compile-discard): Add 2 args.
20627 (byte-compile-stack-ref, byte-compile-stack-set)
20628 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20629 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20630 macroexpand-all instead.
20631 (byte-compile-quote-form): Remove.
20632 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20633 (byte-compile-bind, byte-compile-unbind): New funs.
20634 (byte-compile-let): Handle let* and lexical binding.
20635 (byte-compile-let*): Remove.
20636 (byte-compile-catch, byte-compile-unwind-protect)
20637 (byte-compile-track-mouse, byte-compile-condition-case):
20638 Handle a new :fun-body form, used for lexical scoping.
20639 (byte-compile-save-window-excursion)
20640 (byte-compile-with-output-to-temp-buffer): Remove.
20641 (byte-compile-defun): Simplify.
20642 (byte-compile-stack-adjustment): New fun.
20643 (byte-compile-out): Use it.
20644 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20645
20646 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20647 handler any more.
20648
20649 * emacs-lisp/byte-opt.el: Use lexical binding.
20650 (byte-inline-lapcode): Remove (to bytecomp).
20651 (byte-compile-inline-expand): Pay attention to inlining to/from
20652 lexically bound code.
20653 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20654 any more.
20655 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20656 any more and don't call compiler-macros.
20657 (byte-compile-splice-in-already-compiled-code): Remove.
20658 (byte-code): Don't inline any more.
20659 (disassemble-offset): Receive `bytes' as argument rather than via
20660 dynamic scoping.
20661 (byte-compile-tag-number): Declare before first use.
20662 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20663 `return' even if make-spliceable.
20664 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20665 obsolete interactive-p.
20666 (byte-optimize-lapcode): Optimize new lap-codes.
20667 Don't trip up on new form of `byte-constant' lap code.
20668
20669 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20670
20671 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20672
20673 * custom.el (custom-initialize-default, custom-declare-variable):
20674 Use `defvar'.
20675
20676 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20677 New variables.
20678 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20679 (COMPILE_FIRST): Add macroexp and cconv.
20680 * makefile.w32-in: Mirror changes in Makefile.in.
20681
20682 * vc/cvs-status.el:
20683 * vc/diff-mode.el:
20684 * vc/log-edit.el:
20685 * vc/log-view.el:
20686 * vc/smerge-mode.el:
20687 * textmodes/bibtex-style.el:
20688 * textmodes/css-mode.el:
20689 * startup.el:
20690 * uniquify.el:
20691 * minibuffer.el:
20692 * newcomment.el:
20693 * reveal.el:
20694 * server.el:
20695 * mpc.el:
20696 * emacs-lisp/smie.el:
20697 * doc-view.el:
20698 * dired.el:
20699 * abbrev.el: Use lexical binding.
20700
20701 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20702
20703 * info.el (info-display-manual): New function.
20704
20705 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20708
20709 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20710
20711 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20712 an entry for that server in rcirc-authinfo. (Bug#8385)
20713
20714 2011-03-31 Glenn Morris <rgm@gnu.org>
20715
20716 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20717
20718 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20719
20720 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20721
20722 * progmodes/python.el (python-default-interpreter)
20723 (python-python-command-args, python-jython-command-args)
20724 (python-which-shell, python-which-args, python-which-bufname)
20725 (python-file-queue, python-comint-output-filter-function)
20726 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20727 variables and functions.
20728
20729 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20730
20731 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20732 (completion-in-region-mode): New minor mode.
20733 (completion-in-region): Use it.
20734 (completion-in-region--data, completion-in-region-mode-map): New vars.
20735 (completion-in-region--postch): New function.
20736 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20737 New vars.
20738 (completion--capf-wrapper): New function.
20739 (completion-at-point): Use it to track well-behavedness of
20740 hook functions.
20741 (completion-help-at-point): New command.
20742
20743 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20744
20745 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20746 syntax class to search for whitespace on a single line
20747 (Message-ID: <4D938140.4030905@redhat.com>).
20748
20749 2011-03-30 Leo Liu <sdl.web@gmail.com>
20750
20751 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20752 New commands.
20753 (edit-abbrevs-map): Bind them here.
20754 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20755
20756 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20757
20758 * allout.el (allout-hide-by-annotation, allout-flag-region):
20759 Reduce possibility of overlay leakage by making them volatile.
20760
20761 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20762 hash is not shared between buffers. Mode initialization is
20763 responsible for giving it a useful starting value.
20764 (allout-item-span): Reduce possibility of overlay leakage by
20765 making them volatile.
20766 (allout-widgets-count-buttons-in-region): Add diagnostic function
20767 for tracking down button overlay leaks.
20768
20769 2011-03-29 Leo Liu <sdl.web@gmail.com>
20770
20771 * ido.el (ido-read-internal): Use the default history var
20772 minibuffer-history if no HISTORY is specified.
20773
20774 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20775
20776 * net/imap.el (imap-shell-open, imap-process-connection-type):
20777 Use imap-process-connection-type for 'shell' streams as well as
20778 Kerberos, SSL, other subprocesses.
20779
20780 2011-03-28 Leo Liu <sdl.web@gmail.com>
20781
20782 * abbrev.el (abbrev-table-empty-p): New function.
20783 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20784 nonempty ones. (Bug#5937)
20785
20786 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20787
20788 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20789
20790 2011-03-27 Leo Liu <sdl.web@gmail.com>
20791
20792 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20793 for foreground and background colors.
20794 (ansi-color-make-color-map): Adapt.
20795
20796 2011-03-25 Leo Liu <sdl.web@gmail.com>
20797
20798 * midnight.el (midnight-time-float): Remove. Note it calculates
20799 the microsecond component incorrectly and seconds-to-time does the
20800 same job.
20801 Remove redundant (require 'timer).
20802
20803 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20804 (ido-completions): Remove unused arguments. (Bug#8329)
20805
20806 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20807
20808 * minibuffer.el (completion--flush-all-sorted-completions):
20809 Remove itself from hook.
20810 (completion-at-point): Let the functions perform the completion
20811 immediately and return nil or t.
20812 * comint.el (comint-dynamic-complete-functions): Now identical to
20813 completion-at-point-functions.
20814 (comint-dynamic-list-input-ring): Remove unused var `index'.
20815 (comint--match-partial-filename, comint--unquote&expand-filename):
20816 New funs, split from comint-match-partial-filename.
20817 (comint-dynamic-complete): Use completion-at-point.
20818 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20819
20820 2011-03-24 Drew Adams <drew.adams@oracle.com>
20821
20822 * thingatpt.el: Support `defun'.
20823
20824 2011-03-23 Leo Liu <sdl.web@gmail.com>
20825
20826 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20827
20828 * help-mode.el (help-mode-finish): Tweak regexp.
20829
20830 2011-03-23 Glenn Morris <rgm@gnu.org>
20831
20832 * eshell/esh-opt.el (eshell-eval-using-options):
20833 Do not bind unused local variable `eshell-option-stub'.
20834
20835 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20836
20837 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20838
20839 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20840 keymap variable in `with-no-warnings' to avoid a warning when the
20841 keymap has been already `defconst'ed.
20842
20843 2011-03-22 Leo Liu <sdl.web@gmail.com>
20844
20845 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20846 encode all chars in abbrevs; otherwise use emacs-mule or
20847 utf-8-emacs. (Bug#8308)
20848
20849 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20850
20851 * simple.el (backward-delete-char-untabify):
20852 Avoid warning about using `delete-backward-char'.
20853
20854 * image.el (image-type-file-name-regexps): Make it variable.
20855 `imagemagick-register-types' modifies it, and the user may want
20856 to add new extensions for known image types.
20857 (imagemagick-register-types): Throw error if not using ImageMagick.
20858
20859 2011-03-22 Leo Liu <sdl.web@gmail.com>
20860
20861 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20862 located before rcirc-prompt-end-marker.
20863 (rcirc-complete): Error if point is not after rcirc prompt.
20864 Handle the case when table is nil.
20865 (rcirc-user-authenticated): Define to fix compiler warning.
20866
20867 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20868
20869 * custom.el (custom--inhibit-theme-enable): Make it affect only
20870 custom-theme-set-variables and custom-theme-set-faces.
20871 (provide-theme): Ignore custom--inhibit-theme-enable.
20872 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20873 (custom-enabling-themes): Delete variable.
20874 (enable-theme): Accept only loaded themes as arguments.
20875 Ignore the special custom-enabled-themes variable.
20876 (custom-enabled-themes): Forbid themes from setting this.
20877 Eliminate use of custom-enabling-themes.
20878 (custom-push-theme): Quote "changed" custom var entry.
20879
20880 2011-03-21 Leo Liu <sdl.web@gmail.com>
20881
20882 * ido.el (ido-read-internal): Add ido-selected to history instead
20883 of user input.
20884
20885 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * subr.el (deferred-action-list, deferred-action-function):
20888 Mark obsolete.
20889
20890 2011-03-21 Leo Liu <sdl.web@gmail.com>
20891
20892 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20893 change on 2011-02-13 (bug#8309).
20894
20895 * minibuffer.el (read-file-name-function): Change default value.
20896 (read-file-name--defaults): Rename from read-file-name-defaults.
20897 (read-file-name-default): Rename from read-file-name.
20898 (read-file-name): Call read-file-name-function.
20899
20900 2011-03-21 Glenn Morris <rgm@gnu.org>
20901
20902 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20903 Doc fixes.
20904
20905 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20906
20907 * cus-theme.el: Add missing provide statement.
20908 (customize-create-theme): Extract theme value correctly.
20909 (custom-theme-visit-theme): Autoload.
20910 (customize-create-theme): Prompt before inserting default faces.
20911
20912 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20913
20914 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20915 units and musical notes.
20916
20917 2011-03-20 Leo Liu <sdl.web@gmail.com>
20918
20919 * ido.el (ido-read-internal): Use completing-read-default.
20920 (ido-completing-read): Fix compatibility with completing-read.
20921
20922 2011-03-20 Christian Ohler <ohler@gnu.org>
20923
20924 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20925 (ert-delete-all-tests): Use `called-interactively-p' rather than
20926 `interactive-p'.
20927 (ert--make-xrefs-region): Respect END.
20928
20929 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20930
20931 * dired-aux.el (dired-create-directory): Signal an error if the
20932 directory already exists (Bug#8246).
20933
20934 * facemenu.el (list-colors-display): Call list-faces-display
20935 inside with-help-window.
20936 (list-colors-print): Use display property to align the final
20937 column, instead of checking window-width.
20938
20939 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20940
20941 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20942 windows-nt systems.
20943 (emerge-protect-metachars): Quote correctly for ms-dos and
20944 windows-nt systems.
20945
20946 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20947
20948 * info.el (info-initialize): Replace all uses of `:' with
20949 path-separator for compatibility with non-Unix systems.
20950 Cache quoting of path-separator. (Bug#8258)
20951
20952 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20953
20954 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20955 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20956 (mouse-avoidance-mode): Fix typos in docstrings.
20957
20958 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20959
20960 * startup.el (package-subdirectory-regexp): Move from package.el.
20961 Omit \\` and \\', and let callers add them.
20962
20963 * emacs-lisp/package.el (package-strip-version)
20964 (package-load-all-descriptors): Add \\` and \\' to
20965 package-subdirectory-regexp before using it.
20966 (package-untar-buffer): New arg DIR; ensure that file untars only
20967 into this expected directory. Remove superfluous delete-region.
20968 (package-unpack): Caller changed.
20969 (package-tar-file-info): Use package-subdirectory-regexp.
20970
20971 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20974 diff-mode-shared-map (bug#8284).
20975 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20976
20977 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20978
20979 * calendar/time-date.el (format-seconds): Use assoc instead of
20980 assoc-string, since assoc-string doesn't exist in XEmacs.
20981
20982 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20983
20984 * custom.el (custom-known-themes): Reflow docstring.
20985 (custom-theme-load-path): Fix typo in docstring.
20986 (load-theme): Fix typo in error message.
20987 (custom-available-themes, custom-variable-theme-value):
20988 Use `let', not `let*'.
20989
20990 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20991
20992 * calc/README: Mention inclusion of musical notes.
20993
20994 * calc/calc-units.el (calc-lu-quant): Rename from
20995 `calc-logunits-quantity'.
20996 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20997 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20998 (calc-db): Rename from `calc-dblevel'.
20999 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21000 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21001 (calc-np): Rename from `calc-nplevel'.
21002 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21003 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21004 (calc-lu-plus): Rename from `calc-logunits-add'.
21005 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21006 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21007 (calc-lu-minus): Rename from `calc-logunits-sub'.
21008 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21009 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21010 (calc-lu-times): Rename from `calc-logunits-mul'.
21011 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21012 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21013 (calc-lu-divide): Rename from `calc-logunits-div'.
21014 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21015 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21016
21017 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21018 functions being autoloaded.
21019
21020 * calc/calc.el (calc-lu-power-reference): Rename from
21021 `calc-logunits-power-reference'.
21022 (calc-lu-field-reference): Rename from
21023 `calc-logunits-field-reference'.
21024
21025 * calc/calc-help.el (calc-l-prefix-help):
21026 Mention musical note functions.
21027
21028 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * minibuffer.el (completion-all-sorted-completions):
21031 Use :completion-cycle-penalty text property if present.
21032
21033 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21034
21035 * allout.el (allout-yank-processing): Adjust for new rebulleting
21036 regime so bullet being yanked is used without prompting the user
21037 for a choice.
21038
21039 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21040
21041 * startup.el (command-line): Warn the user that _emacs is deprecated.
21042
21043 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21044
21045 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21046 (delphi-verbose, delphi-comment-face, delphi-string-face)
21047 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21048 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21049 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21050 (delphi-new-comment-line, delphi-font-lock-defaults)
21051 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21052 Fix typos in docstrings.
21053
21054 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21055
21056 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21057 Invert the roles of character and string values for INSTEAD, so a
21058 string is used for the more common case of a defaulting prompt.
21059
21060 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * progmodes/ruby-mode.el (ruby-backward-sexp):
21063 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21064 * play/gamegrid.el (gamegrid-make-face):
21065 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21066 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21067 * notifications.el (notifications-notify):
21068 * net/xesam.el (xesam-search-engines):
21069 * net/quickurl.el (quickurl-list-insert):
21070 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21071
21072 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * startup.el (command-line): Update package subdirectory regexp.
21075
21076 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * allout.el (allout-abbreviate-flattened-numbering)
21079 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21080
21081 * subr.el (read-char-choice): Only show the cursor after the prompt,
21082 not after the answer.
21083
21084 2011-03-15 Kevin Ryde <user42@zip.com.au>
21085
21086 * help-fns.el (variable-at-point): Skip leading quotes, if any
21087 (bug#8253).
21088
21089 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21092 warning message.
21093
21094 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21095
21096 * shell.el (shell): When called interactively, offer to change the
21097 shell file name on remote hosts.
21098
21099 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21100
21101 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21102 integration for LDAP parameters. The host, base, user or binddn,
21103 and secret tokens can be specified in a netrc file, for instance.
21104 This is optional because an `auth-source' parameter must be
21105 specified in the search attributes.
21106
21107 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21108
21109 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21110
21111 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21112
21113 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21114 into declaration. Remove redundant and harmful binding.
21115
21116 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21117
21118 * files.el (file-ownership-preserved-p): Pass `integer' as an
21119 explicit 2nd argument to `file-attributes'. If the file's owner
21120 is the Administrators group on Windows, and the current user is
21121 Administrator, consider that a match.
21122
21123 * server.el (server-ensure-safe-dir): Consider server directory
21124 safe on MS-Windows if its owner is the Administrators group while
21125 the current Emacs user is Administrator. Use `=' to compare
21126 numerical UIDs, since they could be integers or floats.
21127
21128 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21129
21130 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21131
21132 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21133
21134 Sync with Tramp 2.2.1.
21135
21136 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21137
21138 * net/trampver.el: Update release number.
21139
21140 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21141
21142 * progmodes/compile.el (compilation--previous-directory): Fix up
21143 various nil/dead-marker mismatches (bug#8014).
21144 (compilation-directory-properties, compilation-error-properties):
21145 Don't call it at a position past the one we're about to change.
21146
21147 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21148 Disable obsolescence warnings in the file that declares it.
21149
21150 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21151
21152 * allout-widgets.el (allout-widgets-tally):
21153 Initialize allout-widgets-tally as a hash table rather than nil to
21154 prevent mode-line redisplay warnings. Also, clarify the module
21155 description and fix a comment typo.
21156
21157 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21158
21159 * help-fns.el (describe-variable): Don't complete keywords.
21160 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21161
21162 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * emacs-lisp/package.el (package-version-join): Impose a standard
21165 string representation for pre/alpha/beta version lists.
21166 (package-unpack-single): Standardize the directory name by passing
21167 it through package-version-join.
21168 (package-strip-rcs-id): Accept any version string that does not
21169 signal an error in version-to-list.
21170
21171 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21172
21173 * simple.el (delete-trailing-whitespace): Return nil for the
21174 benefit of `write-file-functions'.
21175
21176 2011-03-10 Glenn Morris <rgm@gnu.org>
21177
21178 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21179
21180 * vc/vc-git.el (vc-git-program): New option.
21181 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21182 (vc-git--call): Use it.
21183
21184 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21185
21186 * cus-edit.el (Custom-newline): If no button at point, look
21187 for a subgroup button at start-of-line. (Bug#2298)
21188
21189 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21190
21191 2011-03-10 Julien Danjou <julien@danjou.info>
21192
21193 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21194 `cursor-type' is nil.
21195
21196 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21197
21198 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21199
21200 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21201
21202 * allout.el: Change so yank of distinctive-bullet items
21203 preserves the existing header prefix, rebulleting it if necessary,
21204 rather than replacing it. This is necessary for proper operation
21205 of cooperative addons like allout-widgets.
21206 (allout-make-topic-prefix, allout-rebullet-heading):
21207 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21208 value as alternate bullet to be used, instead of prompting the user
21209 for a bullet character.
21210
21211 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21212
21213 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21214 Do not use `tramp-file-name-port', because this returns also
21215 `tramp-default-port'.
21216
21217 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21218
21219 * net/rcirc.el (rcirc-handler-001): Remove useless
21220 with-rcirc-process-buffer.
21221 (rcirc-check-auth-status): Swap arguments to string-match.
21222
21223 2011-03-09 Glenn Morris <rgm@gnu.org>
21224
21225 * shell.el (shell-mode):
21226 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21227
21228 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21229 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21230
21231 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21232
21233 * emacs-lisp/package.el (package-refresh-contents)
21234 (package-menu-execute): Use condition-case-no-debug.
21235
21236 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21237
21238 * simple.el (shell-command-to-string): Use `process-file'.
21239
21240 * emacs-lisp/package.el (package-tar-file-info): Handle also
21241 remote files.
21242
21243 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21244 Use `equal' for upload base check.
21245
21246 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21247
21248 * textmodes/texinfo.el (texinfo-environments):
21249 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21250
21251 2011-03-08 Glenn Morris <rgm@gnu.org>
21252
21253 * cus-start.el (cursor-in-non-selected-windows):
21254 Fix :set quoting oddness. (Bug#8192)
21255
21256 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21257 in some setf expressions. (Bug#2159)
21258
21259 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21260
21261 * custom.el (custom-available-themes): Return themes in
21262 alphabetical order.
21263
21264 See ChangeLog.15 for earlier changes.
21265
21266 ;; Local Variables:
21267 ;; coding: utf-8
21268 ;; End:
21269
21270 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21271
21272 This file is part of GNU Emacs.
21273
21274 GNU Emacs is free software: you can redistribute it and/or modify
21275 it under the terms of the GNU General Public License as published by
21276 the Free Software Foundation, either version 3 of the License, or
21277 (at your option) any later version.
21278
21279 GNU Emacs is distributed in the hope that it will be useful,
21280 but WITHOUT ANY WARRANTY; without even the implied warranty of
21281 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21282 GNU General Public License for more details.
21283
21284 You should have received a copy of the GNU General Public License
21285 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.