]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix last commit's log entry.
[gnu-emacs] / lisp / ChangeLog
1 2012-11-26 Eli Zaretskii <eliz@gnu.org>
2
3 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4
5 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6 Don't set buffer-file-type. Return nil. (Bug#12989)
7
8 2012-11-26 Glenn Morris <rgm@gnu.org>
9
10 * hippie-exp.el (hippie-expand-try-functions-list):
11 Re-autoload it. (Bug#12982)
12
13 2012-11-25 Eli Zaretskii <eliz@gnu.org>
14
15 * descr-text.el (describe-char-padded-string): Call
16 internal-char-font only on GUI frames. (Bug#11964)
17
18 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
19
20 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
21 and obsoletion message.
22
23 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
26 the constructs to keep outside of the `cl-block' (bug#12977).
27
28 2012-11-24 Chong Yidong <cyd@gnu.org>
29
30 * mouse.el (mouse-drag-line): Even if the line is not draggable,
31 keep reading until we get the up-event anyway, in order to process
32 the up-event for mouse-1-click-follows-link (Bug#12971).
33
34 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
37 lexical-binding (bug#12938).
38
39 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
40
41 * image-mode.el (image-transform-check-size): Use assertions only
42 for images of type imagemagick.
43
44 Otherwise no error, image-transform-fit-to-{width,height} is
45 silently ignored, as before. Doc fix.
46
47 2012-11-23 Chong Yidong <cyd@gnu.org>
48
49 * faces.el (color-defined-p): Doc fix (Bug#12853).
50
51 2012-11-23 Juri Linkov <juri@jurta.org>
52
53 * dired.el (dired-mark): Add optional arg `interactive'.
54 Check for `use-region-p' if `interactive' is non-nil.
55 (dired-unmark, dired-flag-file-deletion): Add optional arg
56 `interactive'. Call `dired-mark' with the arg `interactive'.
57 (Bug#10624)
58
59 2012-11-23 Juri Linkov <juri@jurta.org>
60
61 * wdired.el: Revert 2012-10-17 change partly and replace it with
62 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
63 (wdired-finish-edit): Add marks for new file names to
64 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
65 after `revert-buffer'.
66 (wdired-do-renames): Remove calls to `dired-remove-file',
67 `dired-add-file', `dired-add-entry'. (Bug#11795)
68
69 2012-11-21 Alan Mackenzie <acm@muc.de>
70
71 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
72
73 Fix bugs in the state cache. Enhance a debugging mechanism.
74 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
75 "brace at column zero" strategy for C++.
76 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
77 (c-parse-state-point): New variable.
78 (c-record-parse-state-state): Record old parse state with
79 `copy-tree'. Record previous value of point.
80 (c-debug-parse-state-double-cons): New debugging function.
81 (c-debug-parse-state): Call the above new function.
82 (c-toggle-parse-state-debug): Output a confirmatory message.
83
84 * progmodes/cc-mode.el (c-before-change, c-after-change):
85 Call c-invalidate-state-cache from `c-before-change' instead of
86 `c-after-change'.
87
88 2012-11-20 Daniel Colascione <dancol@dancol.org>
89
90 * term/w32-win.el (cygwin-convert-path-from-windows):
91 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
92 This change is a backport from trunk.
93
94 2012-11-20 Eli Zaretskii <eliz@gnu.org>
95
96 * simple.el (line-move): Don't call line-move-partial if
97 scroll-conservatively is in effect. (Bug#12927)
98
99 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
102 order to distinguish from trunk.
103
104 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
107 non-symbols for compiler macros (yet).
108
109 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
110 Fallback on completion-at-point rather than
111 pcomplete-expand-and-complete, and only if pcomplete actually failed.
112 (eshell-cmpl-initialize): Setup completion-at-point.
113
114 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
115
116 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
117
118 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
119
120 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
121 are remote, check out-of-band property for both.
122
123 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * window.el (switch-to-buffer): Re-add the warning that was lost in the
126 code rewrite.
127
128 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
129
130 More minor time fixes.
131 * calendar/time-date.el: Commentary fix.
132 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
133 too much other code depends on (0 0) time stamps.
134 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
135 Add a couple of FIXME comments.
136
137 Minor cleanup for times as lists of four integers.
138 * files.el (dir-locals-directory-cache):
139 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
140 Doc fixes.
141 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
142 * ps-bdf.el (bdf-file-newer-than-time):
143 Process four-integers time stamps, not two. Doc fixes.
144
145 2012-11-18 Glenn Morris <rgm@gnu.org>
146
147 * image.el (insert-image, insert-sliced-image): Doc fix.
148
149 2012-11-17 Chong Yidong <cyd@gnu.org>
150
151 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
152 (Bug#12810).
153
154 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
155
156 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
157 response when the target file is in a subdirectory (Bug#12757).
158
159 2012-11-17 Chong Yidong <cyd@gnu.org>
160
161 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
162
163 2012-11-17 Glenn Morris <rgm@gnu.org>
164
165 * woman.el (woman-non-underline-faces):
166 * emacs-lisp/cl-lib.el (face-underline-p):
167 Use set-face-underline rather than the alias set-face-underline-p.
168
169 * window.el (with-temp-buffer-window): Doc fix.
170 * subr.el (with-output-to-temp-buffer):
171 Add doc xref to with-temp-buffer-window.
172
173 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * emacs-lisp/cl-lib.el: Set more meaningful version number.
176
177 2012-11-16 Martin Rudalics <rudalics@gmx.at>
178
179 * window.el (enlarge-window, shrink-window): Don't mention return
180 value in doc-string (Bug#12896).
181 (window--display-buffer): Don't resize frames - it won't work
182 with all window managers and defeat pop-up-frame-alist.
183 (display-buffer-alist): In doc-string explain that CONDITION can
184 be a function and which arguments are passed to it (Bug#12854).
185 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
186 expressions (Bug#12854).
187 (display-buffer): Pass ACTION argument to
188 display-buffer-assq-regexp.
189
190 2012-11-16 Glenn Morris <rgm@gnu.org>
191
192 * window.el (fit-frame-to-buffer-bottom-margin)
193 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
194
195 * faces.el (face-underline-p): Use face-attribute-specified-or.
196
197 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
198
199 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
200
201 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
204
205 2012-11-15 Glenn Morris <rgm@gnu.org>
206
207 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
208 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
209
210 * faces.el (face-underline-p): Doc fix. Handle :underline being
211 things other than `t' (a string, a list).
212 (face-inverse-video-p): Doc fix.
213 (set-face-underline): Rename it back from set-face-underline-p.
214 Doc fix. Allow interactive input of values other than t.
215 (read-face-attribute): Apply formatting to :underline,
216 since like :box and :stipple it can take list values.
217
218 * term.el (ansi-term): Don't let C-x escape-char binding
219 clobber the more standard C-c binding. (Bug#12842)
220
221 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
224 (bug#12879).
225
226 2012-11-14 Glenn Morris <rgm@gnu.org>
227
228 * subr.el (set-temporary-overlay-map): Doc fix.
229
230 2012-11-13 Martin Rudalics <rudalics@gmx.at>
231
232 * window.el (record-window-buffer)
233 (display-buffer-record-window): When copying the markers to
234 window-point preserve window-point-insertion-type. (Bug#12588)
235
236 2012-11-13 Glenn Morris <rgm@gnu.org>
237
238 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
239 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
240 Use new names for hooks rather than obsolete aliases.
241
242 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
245
246 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
247
248 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
249 39 and 49. This fixes bug#12792. Also, treat unimplemented
250 parameters as 0, thereby restoring the behavior of revisions prior
251 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
252
253 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
254
255 Fix end-of-defun misbehavior.
256 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
257 python-beginning-of-defun-function. Handle nested defuns
258 correctly.
259 (python-nav-end-of-defun): Rename from
260 python-end-of-defun-function. Ensure forward movement.
261 (python-info-current-defun): Reimplement to work as intended
262 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
263 parent defuns as soon as possible.
264
265 2012-11-12 Glenn Morris <rgm@gnu.org>
266
267 * progmodes/flymake.el (flymake-error-bitmap)
268 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
269 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
270
271 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
272
273 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
274 backward, always stop at indentation. Reverts the change from
275 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
276
277 2012-11-11 Glenn Morris <rgm@gnu.org>
278
279 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
280 Add ibuffer-filter-by-derived-mode.
281
282 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
283 the same name shadowing each other.
284
285 * window.el (with-temp-buffer-window): Doc tweak.
286
287 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
288
289 * help.el (temp-buffer-max-height):
290 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
291 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
292
293 2012-11-10 Leo Liu <sdl.web@gmail.com>
294
295 * ido.el (ido-set-matches-1): Fix split-string args to avoid
296 performance issue. (Bug#12796)
297
298 2012-11-10 Glenn Morris <rgm@gnu.org>
299
300 * term.el (term-default-fg-color, term-default-bg-color):
301 Make obsolete, rather than just saying "deprecated" in the doc.
302
303 * term.el (term): Rename from `term-face'.
304 (term-current-face, ansi-term-color-vector)
305 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
306 Update all users.
307
308 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
309
310 * server.el (server-create-window-system-frame): Improve comment.
311
312 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
313
314 * server.el (server-create-window-system-frame): Handle Nextstep
315 specially (Bug#12780).
316
317 2012-11-08 Glenn Morris <rgm@gnu.org>
318
319 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
320 Unautoload, and make obsolete. (Bug#7449)
321
322 2012-11-08 Chong Yidong <cyd@gnu.org>
323
324 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
325 rename from diff-remove-trailing-whitespace (Bug#12831).
326
327 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
330 miscompilation of trace.el.
331
332 2012-11-08 Glenn Morris <rgm@gnu.org>
333
334 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
335
336 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
339 (bug#12812).
340
341 2012-11-07 Chong Yidong <cyd@gnu.org>
342
343 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
344 a defcustom with an appropriate :set function.
345 (minibuffer-default--in-prompt-regexps): New function.
346
347 2012-11-07 Glenn Morris <rgm@gnu.org>
348
349 * emacs-lisp/cl.el (define-setf-expander, defsetf)
350 (define-modify-macro): Doc fixes.
351
352 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
353 (gv-define-simple-setter): Update doc of `fix-return'.
354
355 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
358 twice when `fix-return' is set (bug#12813).
359
360 * emacs-lisp/cl.el (defsetf): Pass the third arg to
361 gv-define-simple-setter (bug#12812).
362
363 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
366 (bug#12756).
367
368 2012-11-06 Glenn Morris <rgm@gnu.org>
369
370 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
371
372 2012-11-05 Glenn Morris <rgm@gnu.org>
373
374 * emacs-lisp/cl-extra.el (cl-prettyexpand):
375 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
376 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
377 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
378
379 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
380
381 2012-11-03 Glenn Morris <rgm@gnu.org>
382
383 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
384 Rename handler properties back from cl-- to cl-. (Bug#12788)
385
386 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
387
388 2012-11-03 Eli Zaretskii <eliz@gnu.org>
389
390 * term/pc-win.el: Don't load term/internal from here.
391
392 * loadup.el: Load term/internal from here.
393
394 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
395
396 * progmodes/python.el (inferior-python-mode): Fix hang in
397 jit-lock (Bug#12645).
398
399 2012-11-03 Martin Rudalics <rudalics@gmx.at>
400
401 * window.el (switch-to-visible-buffer)
402 (switch-to-buffer-preserve-window-point): Fix doc-strings.
403
404 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
405
406 * play/gomoku.el (gomoku-display-statistics): Update mode line
407 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
408
409 2012-10-31 Martin Rudalics <rudalics@gmx.at>
410
411 * window.el (quit-restore-window): If the window has been
412 created on an existing frame and ended up as the sole window on
413 that frame, do not delete it (Bug#12764).
414
415 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * progmodes/sh-script.el (sh--inside-noncommand-expression):
418 Rename from sh--inside-arithmetic-expression, handle more cases
419 (bug#11263).
420
421 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
422 (sh-font-lock-open-heredoc): Use it (bug#12770).
423
424 2012-10-30 Glenn Morris <rgm@gnu.org>
425
426 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
427
428 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
429
430 2012-10-29 Chong Yidong <cyd@gnu.org>
431
432 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
433 function key is stored in a keyboard macro (Bug#4894).
434
435 * thingatpt.el (number-at-point): Apply a thing-at-point property.
436
437 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
440 header comments".
441 (diff-unified->context, diff-context->unified)
442 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
443
444 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
445
446 * files.el (find-alternate-file): Only ask one question (bug#12487).
447
448 2012-10-29 Chong Yidong <cyd@gnu.org>
449
450 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
451 Suggested by Dan Nicolaescu (Bug#6326).
452
453 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
454
455 * startup.el (fancy-about-screen): Don't message (Bug#12680).
456
457 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
458
459 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
460
461 * face-remap.el (face-remap-add-relative): Handle the case where a
462 face-remapping-alist entry is a cons cell (Bug#12762).
463
464 2012-10-29 Kevin Ryde <user42@zip.com.au>
465
466 * woman.el (woman-parse-numeric-value): Handle picas correctly
467 (Bug#12639).
468
469 2012-10-29 Glenn Morris <rgm@gnu.org>
470
471 * emacs-lisp/cl.el (defsetf): Doc fix.
472
473 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
476 syntax to the matching opener, if any (bug#12547).
477 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
478 matching open as a "case-(".
479 (sh-smie-rc-grammar): Add a corresponding rule for it.
480
481 2012-10-28 Daniel Hackney <dan@haxney.org>
482
483 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
484 "PKGNAME-autoloads.el" in case we created it.
485
486 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
487
488 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
489 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
490 (completion--twq-all): Disable too-strict assertions.
491
492 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
493
494 2012-10-27 Eli Zaretskii <eliz@gnu.org>
495
496 * profiler.el (profiler-report-make-entry-part): Fix help-echo
497 text to match the real keybindings.
498
499 2012-10-27 Juri Linkov <juri@jurta.org>
500
501 * wdired.el (wdired-keep-marker-rename): New defcustom.
502 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
503 (Bug#11795)
504
505 * dired.el (dired-keep-marker-rename): Add reference to
506 `wdired-keep-marker-rename' in the docstring.
507 Add default character value ?R to display initially in
508 Customization UI instead of ?@.
509
510 2012-10-27 Martin Rudalics <rudalics@gmx.at>
511
512 * window.el (display-buffer): In doc-string describe
513 window-height and window-width alist entries.
514
515 * time.el (display-time-world): Restore fit-window-to-buffer
516 behavior.
517
518 2012-10-27 Chong Yidong <cyd@gnu.org>
519
520 * subr.el (insert-buffer-substring-as-yank): Doc fix.
521
522 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
523
524 * minibuffer.el (completion-category-overrides): New completion
525 category `bookmark' (bug#11131).
526
527 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * emacs-lisp/advice.el (ad-assemble-advised-definition):
530 Silence bogus compiler warnings for ad-do-it.
531
532 * bookmark.el (bookmark-completing-read): Set the completion category
533 to `bookmark' (bug#11131).
534
535 2012-10-26 Bastien <bzg@altern.org>
536 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * face-remap.el: Use lexical-binding.
539 (text-scale-adjust): Improve docstring. Use itself for the temporary
540 overlay-map bindings, so as to repeat the "Use..." message each time.
541
542 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * emacs-lisp/macroexp.el (macroexp--expand-all):
545 Obey byte-compile-warning-enabled-p (bug#12486).
546
547 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
548 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
549
550 2012-10-26 Martin Rudalics <rudalics@gmx.at>
551
552 * mouse.el (mouse-drag-line): Move last form into preceding when
553 clause (Bug#12731).
554
555 * help.el (resize-temp-buffer-window): Fix doc-string.
556
557 2012-10-25 David Engster <deng@randomsample.de>
558
559 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
560 Remove. This feature is already integrated in imenu.
561
562 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
563 always loaded. Require `speedbar' unconditionally.
564
565 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
568
569 * minibuffer.el (minibuffer-force-complete): Fix thinko.
570
571 * net/ldap.el (ldap-search-internal): The official ldif format starts
572 with a "version: 1" header (bug#12724).
573
574 * emacs-lisp/package.el (package-installed-p): Warn if not ready
575 (bug#12721).
576
577 2012-10-25 Glenn Morris <rgm@gnu.org>
578
579 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
580
581 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * minibuffer.el (minibuffer-force-complete): Use one more marker
584 for the temporary-overlay-map command (bug#12619).
585
586 2012-10-24 Chong Yidong <cyd@gnu.org>
587
588 * time.el (display-time-world-mode): Derive from special-mode.
589 (display-time-world): Use display-buffer (Bug#12708).
590 (display-time-world-mode-map): Variable deleted.
591 (display-time-world-display): Wrap the final delete-char inside
592 inhibit-read-only.
593
594 2012-10-24 Chong Yidong <cyd@gnu.org>
595
596 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
597 Doc fix.
598
599 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
600
601 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * minibuffer.el (completion--all-sorted-completions-location): New var.
604 (completion--cache-all-sorted-completions)
605 (completion--flush-all-sorted-completions): Use it.
606 (completion-in-region, completion-in-region--postch)
607 (completion-at-point, completion-help-at-point): Use markers in
608 completion-in-region--data (bug#12619).
609
610 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * progmodes/compile.el (compilation-start): Try to handle common
613 quoting of `cd' argument (bug#12640).
614
615 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
616 (bug#12671).
617
618 2012-10-23 Glenn Morris <rgm@gnu.org>
619
620 * progmodes/gud.el (gud-menu-map):
621 Check gdb-active-process is bound. (Bug#12358)
622
623 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * repeat.el (repeat): Set real-this-command (bug#12232).
626
627 * htmlfontify.el (hfy-post-html-hook):
628 * filesets.el (filesets-cache-fill-content-hook):
629 * arc-mode.el (archive-extract-hook):
630 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
631 * net/rcirc.el (rcirc-sentinel-functions)
632 (rcirc-receive-message-functions, rcirc-activity-functions)
633 (rcirc-print-functions):
634 * net/dbus.el (dbus-event-error-functions):
635 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
636 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
637 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
638 * term/sun.el (sun-raw-prefix-hooks):
639 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
640
641 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
642
643 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
644 Set `tramp-chunksize' to 1. This improves the performance.
645 (tramp-smb-wait-for-output): Add timeout to
646 `tramp-accept-process-output' calls.
647
648 2012-10-23 Chong Yidong <cyd@gnu.org>
649
650 * faces.el (font-list-limit): Define as an obsolete variable.
651
652 * startup.el (command-line):
653 * cus-start.el: Don't refer to font-list-limit.
654
655 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
656
657 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * subr.el (internal-temp-output-buffer-show): Rename from
660 temp-output-buffer-show, since previously compiled files expect this name.
661
662 2012-10-23 Glenn Morris <rgm@gnu.org>
663
664 * image.el (image-type-from-file-name): If multiple types match,
665 return the first one that is supported. (Bug#9045)
666
667 2012-10-22 Glenn Morris <rgm@gnu.org>
668
669 * image.el (imagemagick-enabled-types): Doc fix.
670
671 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
672
673 * progmodes/which-func.el (which-func-current): The hash-table may have
674 an explicit nil (bug#12338).
675
676 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * electric.el (electric-pair-delete-selection-self-insert-function):
679 Rename to electric-pair-will-use-region, return a boolean.
680 (electric-pair-mode): Adjust accordingly. Don't require delsel.
681
682 * delsel.el (delete-selection-helper): Use a function instead of a hook.
683 (delete-selection-pre-hook): Use use-region-p.
684 (delete-selection-self-insert-function): Remove.
685 (self-insert-command): Obey self-insert-uses-region-functions.
686 (self-insert-iso): Revert to previous setting, since we don't actually
687 know what that command does.
688 (delete-selection-self-insert-hooks): Remove.
689
690 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
691
692 * delsel.el (delete-selection-helper): New function, extracted from
693 delete-selection-pre-hook.
694 (delete-selection-pre-hook): Use it.
695 (delete-selection-self-insert-function): New function.
696 (delete-selection-self-insert-hooks): New hook.
697 (self-insert-command, self-insert-iso): Use it.
698 * electric.el (electric-pair-syntax): New function, extracted from
699 electric-pair-post-self-insert-function.
700 (electric-pair-post-self-insert-function): Use it.
701 (electric-pair-delete-selection-self-insert-function): New function.
702 (electric-pair-mode): Require delsel and setup
703 delete-selection-self-insert-hooks (bug#11520).
704
705 2012-10-20 Chong Yidong <cyd@gnu.org>
706
707 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
708 no changes to show (Bug#12586).
709
710 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
711 list explicitly (Bug#12571).
712
713 2012-10-20 Arne Jørgensen <arne@arnested.dk>
714
715 * progmodes/flymake.el (flymake-create-temp-inplace):
716 Use file-truename.
717
718 2012-10-20 Eli Zaretskii <eliz@gnu.org>
719
720 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
721
722 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
723
724 * calc/calc-units.el (math-extract-units): Properly extract powers
725 of units.
726
727 2012-10-20 Daniel Colascione <dancol@dancol.org>
728
729 * frame.el (make-frame): Set x-display-name as we used to in order
730 to unbreak creating an X11 frame from an Emacs daemon started
731 without a display.
732
733 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * minibuffer.el (minibuffer-force-complete): Make the next completion use
736 the same completion-field (bug@12221).
737
738 2012-10-19 Martin Rudalics <rudalics@gmx.at>
739
740 * emacs-lisp/debug.el (debug): Record height of debugger window
741 also when debugger will be back (Bug#8789).
742
743 2012-10-18 Chong Yidong <cyd@gnu.org>
744
745 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
746 Convert to defcustom.
747 (gdb-get-source-file): Don't bind pop-up-windows.
748
749 * progmodes/gud.el (gud-display-line): Don't specially re-use
750 other frames for the gdb-mi case (Bug#12648).
751
752 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * emacs-lisp/advice.el: Clean up commentary a bit.
755 (ad-do-advised-functions, ad-with-originals): Use `declare'.
756 (byte-code-function-p): Never redefine.
757
758 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
759
760 2012-10-18 Glenn Morris <rgm@gnu.org>
761
762 * dired.el (dired-sort-toggle): Some ls implementations only allow
763 a single option string. (Bug#12666)
764
765 * minibuffer.el (completion-cycle-threshold): Doc fix.
766
767 2012-10-17 Kenichi Handa <handa@gnu.org>
768
769 * international/mule.el (set-keyboard-coding-system):
770 Recover input meta mode when the new coding system doesn not use 8-bit.
771 Supply TERMINAL arg to set-input-meta-mode.
772
773 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
774
775 * wdired.el (wdired-old-marks): New variable.
776 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
777 (wdired-do-renames): Move point with renamed file and don't lose
778 mark status (Bug#11795).
779
780 2012-10-16 Juri Linkov <juri@jurta.org>
781
782 * replace.el (query-replace-help): Mention multi-buffer replacement
783 keys in the Help message. (Bug#12655)
784
785 2012-10-15 Chong Yidong <cyd@gnu.org>
786
787 * emacs-lisp/byte-run.el (defsubst): Doc fix.
788
789 2012-10-14 Eli Zaretskii <eliz@gnu.org>
790
791 * window.el (display-buffer): Doc fix.
792
793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
794 Adjust the msft regexp to the output of Studio 2010, and move msft
795 before edg-1. See the discussion on emacs-devel,
796 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
797 for the details.
798
799 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
802 (oset): Move uses of object-class-fast macro after its definition.
803
804 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
805
806 2012-10-13 Chong Yidong <cyd@gnu.org>
807
808 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
809 enabled, re-enable it (Bug#11963).
810
811 2012-10-13 Martin Rudalics <rudalics@gmx.at>
812
813 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
814 non-nil, restore window configuration (Bug#12623).
815
816 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * help-fns.el (describe-variable, describe-function-1):
819 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
820
821 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
822
823 2012-10-12 Glenn Morris <rgm@gnu.org>
824
825 * mail/rmailsum.el (rmail-header-summary):
826 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
827
828 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
829
830 * progmodes/python.el (python-mode-map):
831 Replace subtitute-key-definition with proper command remapping.
832 (python-nav--up-list): Fix behavior for blocks on the same level.
833
834 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
837
838 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
839 changes to the format of load-history.
840
841 * international/mule-cmds.el (read-char-by-name): Move let-binding of
842 completion-ignore-case in case that var is buffer-local (bug#12615).
843
844 2012-10-11 Kenichi Handa <handa@gnu.org>
845
846 * international/eucjp-ms.el: Re-generated.
847
848 2012-10-10 Kenichi Handa <handa@gnu.org>
849
850 * select.el (xselect--encode-string): If a coding is specified for
851 selection, and that is compatible with COMPOUND_TEXT, use it.
852
853 2012-10-10 Martin Rudalics <rudalics@gmx.at>
854
855 * window.el (switch-to-buffer-preserve-window-point): New option.
856 (switch-to-buffer):
857 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
858
859 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
862 Don't document nil as a useful value (bug#12583).
863
864 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
865
866 * net/tramp.el (tramp-debug-message):
867 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
868 (with-tramp-progress-reporter): Rename from
869 `tramp-with-progress-reporter'.
870 (with-tramp-file-property, with-tramp-connection-property):
871 Move from tramp-cache.el, rename from `with-file-property' and
872 `with-connection-property', respectively.
873
874 * net/tramp-cache.el: Remove `with-file-property' and
875 `with-connection-property'.
876
877 * net/tramp.el:
878 * net/tramp-gvfs.el:
879 * net/tramp-sh.el:
880 * net/tramp-smb.el: Adapt callees.
881
882 * net/trampver.el: Update release number.
883
884 2012-10-09 Glenn Morris <rgm@gnu.org>
885
886 * w32-fns.el (set-message-beep):
887 * term/w32-win.el (set-message-beep): Update declarations.
888
889 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
892 (mode-line-widen, mode-line-input-method-map)
893 (mode-line-coding-system-map, mode-line-remote)
894 (mode-line-unbury-buffer, mode-line-bury-buffer)
895 (mode-line-next-buffer, mode-line-previous-buffer):
896 Replace save-selected-window+select-window => with-selected-window.
897
898 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
899 * progmodes/cc-vars.el (bq-process): Remove, unused.
900
901 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
902
903 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
904
905 Implemented `backward-up-list'-like navigation.
906 * progmodes/python.el (python-nav-up-list)
907 (python-nav-backward-up-list): New functions.
908 (python-mode-map): Define substitute key for backward-up-list to
909 python-nav-backward-up-list.
910
911 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
912
913 * progmodes/python.el (python-fill-paragraph): Rename from
914 python-fill-paragraph-function. Fixed fill-paragraph for
915 decorators (Bug#12605).
916
917 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
918
919 * progmodes/python.el (python-shell-output-filter): Handle extra
920 carriage return in OSX (Bug#12409).
921
922 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
923
924 Fix shell handling of unbalanced quotes and parens in output.
925 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
926 (python-syntax-propertize-function): Use it.
927 (python-shell-output-syntax-table): New var.
928 (inferior-python-mode): Prevent unbalanced parens/quotes from
929 previous output mess with current input context.
930
931 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
932
933 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
934 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
935
936 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
937
938 * ffap.el (ffap-replace-file-component): Support Tramp file name
939 syntax, not only ange-ftp's one.
940
941 2012-10-08 Glenn Morris <rgm@gnu.org>
942
943 * cus-start.el (message-log-max): Set :version.
944
945 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
946
947 2012-10-08 Martin Rudalics <rudalics@gmx.at>
948
949 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
950 the minibuffer window (Bug#10851).
951
952 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
953
954 Enhancements on forward-sexp movement.
955 * progmodes/python.el (python-nav-beginning-of-statement)
956 (python-nav-end-of-statement): Return point-marker.
957 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
958 (python-info-current-symbol)
959 (python-info-statement-starts-block-p): Rename from
960 python-info-beginning-of-block-p.
961 (python-info-statement-ends-block-p): Rename from
962 python-info-end-of-block-p.
963 (python-info-beginning-of-statement-p)
964 (python-info-end-of-statement-p)
965 (python-info-beginning-of-block-p, python-info-end-of-block-p):
966 New functions.
967
968 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
971 frame-selected-windows.
972
973 2012-10-08 Daniel Colascione <dancol@dancol.org>
974
975 * battery.el (battery-status-function): Check for
976 w32-battery-status itself, not system-time windows-nt.
977
978 * frame.el: Require cl-lib.
979 (display-format-alist): New variable mapping frame types to
980 functions that initialize them.
981 (window-system-for-display): New function: interprets
982 display-format-alist.
983 (make-frame-on-display): Remove existing display-selection logic
984 and just forward to make-frame, which will now DTRT.
985 (make-frame): Restructure to use window-system-for-display to
986 figure out how to create a frame on a given display.
987 (display-mouse-p): Look for frame-type w32, not a particular
988 system-type.
989
990 * loadup.el: Load w32 lisp code when we have the w32 feature.
991
992 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
993 system-type windows-nt.
994
995 * server.el (server-create-window-system-frame): Look for window
996 type.
997 (server-proces-filter): Only force a window system when windows-nt
998 _and_ w32. Explain why.
999
1000 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1001 of window systems we configure for the mode.
1002
1003 * startup.el (command-line): Mark window system is initialized
1004 after we've done it.
1005
1006 * common-win.el (x-select-text): Look for w32, not windows-nt.
1007
1008 * ns-win.el: Require cl-lib. Add ourselves to
1009 display-format-alist.
1010 (ns-initialize-window-system): Assert we're not initialized twice.
1011
1012 * w32-win.el: Enable lexical binding; require cl-lib; add
1013 ourselves to display-format-alist.
1014 (w32-handle-dropped-file): Convert incoming dropped files from
1015 Windows paths to Cygwin ones before passing them on to the rest of
1016 Emacs.
1017 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1018 (w32-initialize-window-system): Assert we're not initialized twice.
1019
1020 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1021 (x-initialize-window-system): Assert we're not initialized twice.
1022
1023 * w32-common-fns.el: New File.
1024 (w32-version, w32-using-nt, w32-get-clipboard-data)
1025 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1026 (w32-charset-info-alist, x-last-selected, text)
1027 (x-get-selection-value, x-selection-value): Move here.
1028
1029 * w32-fns.el: Require w32-common-fns.
1030 (w32-version, w32-using-nt, w32-get-clipboard-data)
1031 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1032 (w32-charset-info-alist, x-last-selected, text)
1033 (x-get-selection-value, x-selection-value): Move to
1034 w32-common-fns.
1035
1036 * w32-vars.el:
1037 (w32-allow-system-shell, w32-system-shells): Define only in
1038 non-cygwin case.
1039
1040 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1043 (read-passwd): Remove a few more potential sources of leaks.
1044
1045 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1046
1047 * progmodes/python.el (inferior-python-mode)
1048 (python-shell-make-comint): Fix initialization of local
1049 variables copied from parent buffer.
1050
1051 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1052
1053 * term/ns-win.el (ns-read-file-name): Update declaration to match
1054 nsfns.m.
1055 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1056 it is set when font is acted upon.
1057
1058 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1059
1060 Enhancements to indentation.
1061 * progmodes/python.el (python-indent-context): Give priority to
1062 inside-string context. Make comments indentation markers.
1063 (python-indent-region): Do not mess with strings, unless it's the
1064 enclosing set of quotes.
1065
1066 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * window.el (internal--before-save-selected-window)
1069 (internal--after-save-selected-window): New functions extracted from
1070 save-selected-window. Make sure we return the `alist' we construct.
1071 (save-selected-window): Use them.
1072
1073 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1074 Use with-selected-window.
1075
1076 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1077 forms that define macros (bug#12593).
1078
1079 2012-10-07 Kenichi Handa <handa@gnu.org>
1080
1081 * international/mule-conf.el (compound-text-with-extensions):
1082 Add :mime-charset property as x-ctext.
1083
1084 2012-10-07 Stefan Merten <smerten@oekonux.de>
1085
1086 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1087 (rst-indent-literal-normal, rst-indent-literal-minimized)
1088 (rst-indent-comment): Correct :version tag.
1089 (rst-official-cvs-rev): Correct version string.
1090
1091 2012-10-07 Glenn Morris <rgm@gnu.org>
1092
1093 * mail/rmailmm.el (rmail-mime-process-multipart):
1094 Do not confuse a multipart message with an epilogue
1095 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1096
1097 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1098
1099 Fix shell output retrieval and comint-prompt-regexp init.
1100 * progmodes/python.el (inferior-python-mode):
1101 (python-shell-make-comint): Fix initialization of
1102 comint-prompt-regexp from copied file local variables.
1103 (python-shell-fetched-lines): Remove var.
1104 (python-shell-output-filter-in-progress): Rename from
1105 python-shell-fetch-lines-in-progress.
1106 (python-shell-output-filter-buffer): Rename from
1107 python-shell-fetch-lines-string.
1108 (python-shell-fetch-lines-filter): Delete function.
1109 (python-shell-output-filter): New function.
1110 (python-shell-send-string-no-output): Use them.
1111
1112 2012-10-07 Glenn Morris <rgm@gnu.org>
1113
1114 * hi-lock.el (hi-lock-process-phrase):
1115 Try to make it less fragile. (Bug#7161)
1116
1117 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1118
1119 2012-10-06 Glenn Morris <rgm@gnu.org>
1120
1121 * ehelp.el (electric-help-mode): Use help-mode rather than
1122 non-existent mode `help'.
1123 (electric-help-map): Use button-buffer-map. (Bug#10917)
1124
1125 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1126 (reftex-create-bibtex-footer): Fix custom types.
1127
1128 * progmodes/sh-script.el (sh-indent-after-continuation):
1129 Add explicit :group.
1130
1131 * textmodes/rst.el (rst-preferred-decorations)
1132 (rst-shift-basic-offset): Clarify obsolescence versions.
1133
1134 * profiler.el (profiler): Add missing group :version tag.
1135 * avoid.el (mouse-avoidance-banish-position):
1136 * proced.el (proced-renice-command):
1137 * calc/calc.el (calc-ensure-consistent-units):
1138 * calendar/icalendar.el (icalendar-import-format-uid):
1139 * net/tramp.el (tramp-save-ad-hoc-proxies):
1140 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1141 * progmodes/flymake.el (flymake-error-bitmap)
1142 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1143 * progmodes/sh-script.el (sh-indent-after-continuation):
1144 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1145 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1146 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1147 (vhdl-array-index-record-field-in-sensitivity-list)
1148 (vhdl-indent-comment-like-next-code-line):
1149 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1150 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1151 (reftex-cite-key-separator, reftex-create-bibtex-header)
1152 (reftex-create-bibtex-footer):
1153 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1154 (rst-indent-literal-normal, rst-indent-literal-minimized)
1155 (rst-indent-comment): Add missing custom :version tags.
1156
1157 * calendar/timeclock.el (timeclock-modeline-display):
1158 Add missing obsolete alias for renamed user option.
1159
1160 * strokes.el (strokes-modeline-string):
1161 * emulation/crisp.el (crisp-mode-modeline-string):
1162 * eshell/esh-mode.el (eshell-status-in-modeline):
1163 Aliases to defcustoms must come before the defcustom.
1164
1165 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1166 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1167 (cal-tex-cursor-week-monday): Doc fixes.
1168 (cal-tex-cursor-week2-summary): Doc fix.
1169 Rename from cal-tex-cursor-week-at-a-glance.
1170
1171 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1172 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1173
1174 * calendar/calendar.el (calendar-mode-map):
1175 Add cal-tex-cursor-week2-summary.
1176
1177 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1180
1181 * subr.el (read-passwd-map): New var.
1182 (read-passwd): Use `read-string' again.
1183 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1184
1185 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1186
1187 * register.el (append-to-register, prepend-to-register):
1188 Deactivate mark, as does `copy-to-register' (bug#12389).
1189
1190 2012-10-06 Chong Yidong <cyd@gnu.org>
1191
1192 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1193
1194 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1195
1196 * international/characters.el: Fix simple mistake ((car chars) ->
1197 elt), delete duplicated code.
1198
1199 2012-10-06 Glenn Morris <rgm@gnu.org>
1200
1201 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1202
1203 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1204
1205 * color.el (color-hsl-to-rgb): Fix incorrect results for
1206 small and large hue values. (Bug#12559)
1207
1208 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1209
1210 Enhancements to docstring formatting when filling paragraphs.
1211 * progmodes/python.el (python-fill-docstring-style): Rename from
1212 python-fill-string-style. Added new style.
1213 (python-fill-string): Use new style. Better checks for
1214 docstrings.
1215
1216 2012-10-05 Glenn Morris <rgm@gnu.org>
1217
1218 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1219
1220 * color.el (color-name-to-rgb, color-rgb-to-hex)
1221 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1222 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1223 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1224 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1225
1226 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1227
1228 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1231 to get the correct size across symlinks.
1232
1233 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1234
1235 2012-10-04 Juri Linkov <juri@jurta.org>
1236
1237 * replace.el (query-replace-interactive): Declare obsolete.
1238 (query-replace-read-from): Add the last incremental search string
1239 to the list of default values accessible via M-n.
1240 (map-query-replace-regexp): Use `read-regexp'.
1241 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1242 (map-query-replace-regexp, replace-string, replace-regexp):
1243 Fix docstrings to replace mentions of `query-replace-interactive'
1244 with alternatives. (Bug#12526)
1245
1246 2012-10-04 Juri Linkov <juri@jurta.org>
1247
1248 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1249 (dired-pop-to-buffer): Declare obsolete.
1250 (dired-mark-pop-up): Doc fix.
1251
1252 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1253
1254 Allow user to set docstring style for fill-paragraph.
1255 * progmodes/python.el
1256 (python-fill-comment-function, python-fill-string-function)
1257 (python-fill-decorator-function, python-fill-paren-function):
1258 Remove :safe for defcustoms.
1259 (python-fill-string-style): New defcustom
1260 (python-fill-paragraph-function): Enhance context detection.
1261 (python-fill-string): Honor python-fill-string-style settings.
1262
1263 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1264
1265 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1266 after setting its buffer (Bug#10805).
1267
1268 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1269
1270 Fix cornercase for string syntax.
1271 * progmodes/python.el (python-syntax-propertize-function):
1272 Simplify and enhance the regexp for unescaped quotes. Now it also
1273 matches quotes in weird situations like the single quote in
1274 "something\"'".
1275 (python-syntax-stringify): Simplify num-quotes detecting code.
1276
1277 2012-10-03 Glenn Morris <rgm@gnu.org>
1278
1279 * help-macro.el (three-step-help):
1280 Revert 2012-09-29 change. (Bug#12567)
1281
1282 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1283
1284 * menu-bar.el (kill-this-buffer): Don't do anything when
1285 `menu-frame' is not alive or visible (Bug#8184).
1286
1287 * emacs-lisp/debug.el (debug): When quitting the debugger window
1288 restore current buffer (Bug#12502).
1289
1290 2012-10-02 Chong Yidong <cyd@gnu.org>
1291
1292 * progmodes/hideif.el (hif-lookup, hif-defined):
1293 Handle semantic-c-takeover-hideif.
1294
1295 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1296
1297 Change sampling interval units from ms to ns.
1298 * profiler.el (profiler-sampling-interval): Change units
1299 from ms to ns, multiplying the default by 1000000 so that
1300 it remains 1 ms.
1301 (profiler-report-cpu-line-format): Give enough room for
1302 the maximum counters on 64-bit hosts.
1303 (profiler-report-render-calltree-1): Call them "CPU samples",
1304 not "Time (ms)", since they are not milliseconds now (and
1305 never really were).
1306
1307 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1308
1309 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1310 Fix querying BBDB for entries without a last name (Bug#11580).
1311
1312 2012-10-02 Chong Yidong <cyd@gnu.org>
1313
1314 * emacs-lisp/eieio.el: Restore Version header.
1315
1316 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * vc/diff-mode.el (diff--auto-refine-data): New var.
1319 (diff-hunk): Use it to delay refinement.
1320 (diff-mode): Remove overlays when we turn off font-lock.
1321
1322 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1323 (table-initialize-table-fixed-width-mode)
1324 (table-set-table-fixed-width-mode): Remove functions.
1325 (table-command-list): Move initialization into declaration.
1326 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1327 (table-with-cache-buffer): Use `declare'.
1328 (table-span-cell): Simplify via CSE.
1329 (table-fixed-width-mode): Use define-minor-mode.
1330 (table-call-interactively, table-funcall, table-apply): Remove.
1331 (table-function): New function, to replace them.
1332
1333 * bookmark.el (bookmark-search-pattern): Remove var.
1334 (bookmark-read-search-input): Remove function.
1335 (bookmark-bmenu-search): Reimplement using a minibuffer.
1336
1337 * faces.el (modeline): Remove obsolete face name.
1338
1339 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1340 and give a non-nil default value.
1341 (add-change-log-entry): Simplify accordingly.
1342
1343 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1344
1345 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1346 (vc-git-log-edit-toggle-amend): New function.
1347 (vc-git-log-edit-toggle-signoff): New function.
1348 (vc-git-log-edit-mode): New major mode.
1349 (vc-git-log-edit-mode-map): Keymap for it.
1350 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1351
1352 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1353 header names.
1354 (log-edit-toggle-header): New function.
1355 (log-edit-extract-headers): Accept function values in HEADERS alist.
1356
1357 2012-10-01 David Engster <deng@randomsample.de>
1358
1359 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1360 from symbol property and change message to be more consistent with
1361 Emacs proper.
1362 (eieio-describe-generic): Add filename for each implementation.
1363 Fix indices for generic and normal methods.
1364 (eieio-method-def, eieio-class-def): New buttons.
1365 (eieio-help-find-method-definition)
1366 (eieio-help-find-class-definition): New functions.
1367 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1368 class, constructor and method definitions.
1369
1370 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1371 information in symbol property.
1372 (scoped-class): Remove.
1373 (eieio-slot-name-index, call-next-method): Check if it is bound.
1374
1375 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1376
1377 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1378 (eieio-custom-mode): New major mode.
1379 (eieio-customize-object): Use it.
1380
1381 2012-10-01 Eric Ludlam <zappo@gnu.org>
1382
1383 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1384 specifying the expected class, and whether subclassing is allowed.
1385 (eieio-persistent-convert-list-to-object):
1386 (eieio-persistent-validate/fix-slot-value)
1387 (eieio-persistent-slot-type-is-class-p): New functions.
1388 (eieio-named::slot-missing): Doc fix.
1389
1390 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1391 Stop using unused publd variable.
1392
1393 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1394 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1395 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1396 (eieio-speedbar-handle-click): Do not specify a class for the
1397 method. Fixes method invocation order problems with EDE.
1398
1399 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1402 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1403
1404 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1405
1406 * bookmark.el (bookmark-version-control): Give tags in the
1407 :type choices (Bug#12309), and improve doc string.
1408 (bookmark-write-file): Bind `print-circle' to `t' to allow
1409 circular custom bookmark types. (Bug#12503)
1410
1411 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1412
1413 Revert the FOLLOW-SYMLINKS change for file-attributes.
1414 * files.el (remote-file-name-inhibit-cache, after-find-file):
1415 * time.el (display-time-file-nonempty-p): Undo last change.
1416
1417 * profiler.el (profiler-sampling-interval): Change default back to 1.
1418 See Stefan Monnier in
1419 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1420
1421 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1422
1423 Shell output catching a la gud-gdb.
1424 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1425 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1426 New Vars.
1427 (python-shell-fetch-lines-filter): New function.
1428 (python-shell-send-string-no-output): Use them.
1429
1430 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1431
1432 * profiler.el (profiler-sampling-interval): Rename from
1433 profiler-sample-interval.
1434 (profiler-sampling-interval): Default to 10.
1435 (profiler-find-profile): New command (was profiler-find-log).
1436 (profiler-find-profile-other-window): New command.
1437 (profiler-find-profile-other-frame): New command.
1438 (profiler-profile): Introduce API-level data structure.
1439
1440 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1443 * files.el (remote-file-name-inhibit-cache):
1444 * time.el (display-time-file-nonempty-p): Use it.
1445 * files.el (after-find-file): Don't chase links before calling
1446 file-exists-p, as file-exists-p already does the right thing.
1447
1448 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1449
1450 Merge from standalone RefTeX repository.
1451
1452 The following ChangeLog entries are shortened versions of the
1453 original ones with file paths adapted. A not so strongly edited
1454 version of the original ChangeLog can be found in the commit log.
1455
1456 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1457 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1458 Correctly handle new value type returned by `reftex-citation'.
1459
1460 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1461 that entries with whitespace at various places are found.
1462 Doc fix. Include entries that are cross-referenced from cited entries.
1463 Include @String definitions in the resulting bib file. Add header
1464 and footer defined in `reftex-create-bibtex-header' and
1465 `reftex-create-bibtex-footer'.
1466 (reftex-do-citation): Make it possible again to insert
1467 non-existent entries. Save match data when asking for optional
1468 arguments. Return all keys, not just the first one.
1469 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1470 all citations in the same line.
1471 (reftex-parse-bibtex-entry): Accept additional optional argument
1472 `raw' and keep quotes or braces if it is non-nil. Match fields
1473 containing hyphens besides word constituents.
1474 (reftex-get-string-refs): New function.
1475 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1476 and ask if it should be reread in case it did.
1477 (reftex-pop-to-bibtex-entry)
1478 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1479 entries with spaces or tabs in front of arguments.
1480 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1481 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1482 Match entries containing numbers and symbol constituents.
1483 (reftex-do-citation, reftex-figure-out-cite-format):
1484 Use `reftex-cite-key-separator'.
1485
1486 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1487 (reftex-mouse-view-crossref): Explain why point is set.
1488
1489 * textmodes/reftex-global.el: Whitespace changes.
1490
1491 * textmodes/reftex-index.el: Move provide statement to end of
1492 file.
1493 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1494 (reftex-index-visit-phrases-buffer): Set marker when visiting
1495 buffer. This allows for returning from the phrases file to the
1496 file one was just editing instead of the file where the last
1497 phrases was added from.
1498 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1499 punctuation syntax as it usually is not used as string quote in
1500 TeX-related modes and may occur unmatched. The change also
1501 prevents fontification of quoted content.
1502 (reftex-index-phrases-mode): Use it.
1503
1504 * textmodes/reftex-parse.el (reftex-parse-from-file):
1505 Move backward one char if a `\' was matched after a section macro.
1506 (reftex-parse-from-file): Use beginning of match instead of end as
1507 bound.
1508
1509 * textmodes/reftex-ref.el: Adapt creation of
1510 `reftex-<package>-<macro>' functions to new structure of
1511 `reftex-ref-style-alist'.
1512 (reftex-reference): Use `reftex-ref-style-list' function.
1513 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1514 reference macro if `reftex-ref-macro-prompt' is non-nil.
1515 (reftex-reference): Pass refstyle to `reftex-format-special'.
1516 Determine reference macro by looking at
1517 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1518 Use only one special format function.
1519 (reftex-varioref-vref, reftex-fancyref-fref)
1520 (reftex-fancyref-Fref): Remove definitions. The functions are now
1521 generated from `reftex-ref-style-alist'.
1522 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1523 Remove.
1524 (reftex-format-special): New function.
1525
1526 * textmodes/reftex-sel.el
1527 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1528 of `reftex-ref-style-alist'. Remove code for testing macro type.
1529 (reftex-select-toggle-varioref)
1530 (reftex-select-toggle-fancyref): Remove.
1531 (reftex-select-cycle-ref-style-internal)
1532 (reftex-select-cycle-ref-style-forward)
1533 (reftex-select-cycle-ref-style-backward): New functions.
1534 (reftex-select-label-map): Use `v' and `V' for general cycling
1535 through reference styles. Add `p' for switching between number
1536 and page reference types.
1537
1538 * textmodes/reftex-toc.el (reftex-re-enlarge):
1539 Call `enlarge-window' only if there is something to do because in Emacs
1540 the horizontal version throws an error even if the parameter is 0.
1541
1542 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1543 (reftex-plug-into-AUCTeX): Doc fix.
1544 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1545 string. Adapt to new name.
1546 (reftex-ref-style-alist): Change structure so that it is not
1547 possible to use multiple different package names within a style.
1548 Remove the symbols for symbols for macro type distinction.
1549 Add characters for macro selection.
1550 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1551 (reftex-create-bibtex-footer): New variables.
1552 (reftex-format-ref-function): Mention third argument of special
1553 format function.
1554 (reftex-ref-style-alist, reftex-ref-style-default-list):
1555 New variables.
1556 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1557 to new implementation. Mark as obsolete. Add compatibility code
1558 for honoring the variable values in case they are set.
1559 (reftex-cite-format-builtin, reftex-bibliography-commands):
1560 Add support for ConTeXt.
1561 (reftex-format-ref-function, reftex-format-cite-function):
1562 Fix custom type.
1563 (reftex-cite-key-separator): New variable.
1564
1565 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1566 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1567 `reftex-syntax-table' because parens have to retain their paren
1568 syntax in order for parsing of BibTeX entries like @book(...) to
1569 work.
1570 (reftex-in-comment): Do not error out if `comment-start-skip' is
1571 not set. Deal correctly with escaped comment characters.
1572 (reftex-tie-multifile-symbols): Add doc string.
1573 Initialize `reftex-ref-style-list'.
1574 (reftex-untie-multifile-symbols): Add doc string.
1575 (reftex-add-index-macros): Doc fix.
1576 (reftex-ref-style-activate, reftex-ref-style-toggle)
1577 (reftex-ref-style-list): New functions.
1578 (reftex-mode-menu): Use them. Adapt to new structure of
1579 `reftex-ref-style-alist'.
1580 (reftex-select-with-char): Kill the RefTeX Select buffer when
1581 done.
1582 (reftex-remove-if): New function.
1583 (reftex-erase-all-selection-and-index-buffers)
1584 (reftex-mode-menu): Reference styles are now computed from
1585 `reftex-ref-style-alist'. Fix typo.
1586 (reftex-report-bug): New function.
1587 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1588 algorithms with O(n log n). Introduce optional argument SORT (not
1589 yet used).
1590
1591 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1592
1593 Enhancements for triple-quote string syntax.
1594 * progmodes/python.el (python-syntax-propertize-function):
1595 Match both quote cases in one regexp.
1596 (python-syntax-stringify): Handle matches properly.
1597
1598 2012-09-30 Juri Linkov <juri@jurta.org>
1599
1600 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1601 to nil around the call to `insert' to prevent
1602 directory time modification by lock_file. (Bug#2295)
1603 * tar-mode.el (tar-summarize-buffer): Idem.
1604
1605 2012-09-30 Juri Linkov <juri@jurta.org>
1606
1607 * facemenu.el (list-colors-sort): Add option "Luminance".
1608 (list-colors-sort-key): Implement it.
1609
1610 * vc/diff-mode.el (diff-refine-removed):
1611 * vc/ediff-init.el (ediff-fine-diff-A):
1612 * vc/smerge-mode.el (smerge-refined-removed):
1613 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1614
1615 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1616
1617 * term/ns-win.el (x-file-dialog): New function.
1618
1619 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * ido.el (ido-max-directory-size): Default to nil; the current
1622 default is small for POSIX systems, and impractical on Windows 7
1623 now that lstat returns directory sizes for NTFS.
1624
1625 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1626
1627 In buffer display functions handle window-height/window-width
1628 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1629 * window.el (window--display-buffer): New argument ALIST.
1630 Obey window-height and window-width alist entries.
1631 (window--try-to-split-window): New argument ALIST.
1632 Bind window-combination-limit to t when the window's size shall be
1633 changed and window-combination-limit equals `window-size'.
1634 (display-buffer-in-atom-window)
1635 (display-buffer-in-major-side-window)
1636 (display-buffer-in-side-window, display-buffer-same-window)
1637 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1638 (display-buffer-pop-up-window, display-buffer-below-selected)
1639 (display-buffer-at-bottom, display-buffer-in-previous-window)
1640 (display-buffer-use-some-window): Adjust all callers of
1641 window--display-buffer and window--try-to-split-window.
1642 (fit-frame-to-buffer): New option.
1643 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1644 is non-nil.
1645 (display-buffer-in-major-side-window): Evaluate window-height /
1646 window-width alist entries.
1647
1648 * help.el (temp-buffer-resize-frames)
1649 (temp-buffer-resize-regexps): Remove options.
1650 (temp-buffer-resize-mode): Adjust doc-string.
1651 (resize-temp-buffer-window): Don't consult
1652 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1653 temp-buffer-resize-frames.
1654
1655 * dired.el (dired-mark-pop-up):
1656 Call display-buffer-below-selected with a fit-window-to-buffer alist
1657 entry.
1658
1659 2012-09-30 Chong Yidong <cyd@gnu.org>
1660
1661 * server.el (server-host): Document the security implications.
1662 (server-auth-key): Doc fix.
1663
1664 * startup.el (initial-buffer-choice): Doc fix.
1665
1666 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1667
1668 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1669 restriction change.
1670
1671 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1672
1673 * help-fns.el (help-fns--obsolete): Fix last change.
1674
1675 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1678 (minor-mode-map-alist): Remove redundant code.
1679
1680 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1681 visited in a buffer.
1682 (cvs-insert-visited-file): New function.
1683 (find-file-hook): Use it.
1684
1685 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1686
1687 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1688 chose face.
1689 (log-edit-empty-buffer-p): Don't require a space after a header.
1690
1691 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1692
1693 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1694
1695 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1696 a proper minor-mode.
1697
1698 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1699
1700 2012-09-29 Glenn Morris <rgm@gnu.org>
1701
1702 * winner.el (winner-mode): Remove variable (let define-minor-mode
1703 handle it).
1704 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1705 Doc fixes.
1706 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1707 (winner-mode): Use define-minor-mode.
1708
1709 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1710 the full definition in loaddefs, rather than duplicating it.
1711
1712 * help-macro.el (three-step-help): No need to autoload defcustom.
1713
1714 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1715 (inferior-lisp-program, inferior-lisp-load-command)
1716 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1717 No need to autoload defcustoms.
1718
1719 * hippie-exp.el (hippie-expand-try-functions-list)
1720 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1721 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1722 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1723 (hippie-expand-only-buffers): No need to autoload defcustoms.
1724 * progmodes/vhdl-mode.el (vhdl-line-expand):
1725 Explicitly load hippie-exp, so it does not get autoloaded
1726 while hippie-expand-try-functions-list is let-bound.
1727
1728 2012-09-28 Glenn Morris <rgm@gnu.org>
1729
1730 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1731
1732 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1733 Only "cl.el" counts as cl these days.
1734
1735 2012-09-28 Juri Linkov <juri@jurta.org>
1736
1737 Display archive errors in the echo area instead of inserting
1738 to the file buffer.
1739
1740 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1741 to STDERR-TEST that can be a regexp matching a successful output.
1742 Create a temporary file and redirect stderr to it. Search for
1743 STDERR-TEST in the stderr output and display it in the echo area
1744 if no match is found.
1745 (archive-extract-by-file): New function like
1746 `archive-extract-by-stdout' but extracting archives to files
1747 and looking for successful matches in stdout. Function body is
1748 mostly copied from `archive-rar-extract'.
1749 (archive-rar-extract): Use `archive-extract-by-file'.
1750 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1751
1752 2012-09-28 Leo Liu <sdl.web@gmail.com>
1753
1754 * pcomplete.el (pcomplete-show-completions):
1755 Use minibuffer-message to make pcomplete usable in minibuffer.
1756
1757 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1758
1759 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * type-break.el: Use lexical-binding.
1762 (type-break-mode): Use define-minor-mode.
1763
1764 * emacs-lisp/pcase.el (pcase--mark-used): New.
1765 (pcase--u1): Use it (bug#12512).
1766
1767 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1768 in load-history with the right file name.
1769
1770 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1771
1772 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1773 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1774 (doc-view-get-bounding-box): Make bounding box slicing work for
1775 ODF and DVI documents.
1776
1777 2012-09-28 Glenn Morris <rgm@gnu.org>
1778
1779 * type-break.el (type-break-mode, type-break-interval)
1780 (type-break-good-rest-interval, type-break-keystroke-threshold):
1781 No need to autoload.
1782 (type-break-good-rest-interval, type-break-keystroke-threshold):
1783 Add :set-after.
1784
1785 2012-09-28 Chong Yidong <cyd@gnu.org>
1786
1787 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1788 Add :version tag.
1789
1790 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1793
1794 2012-09-27 Glenn Morris <rgm@gnu.org>
1795
1796 * faces.el (x-display-name): Declare (for without-x builds).
1797
1798 * linum.el (linum-format): Don't autoload it. Improve :type.
1799
1800 * progmodes/tcl.el: Don't require outline when compiling.
1801 (outline-regexp, outline-level): Declare.
1802 * textmodes/sgml-mode.el: Don't require outline when compiling.
1803 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1804
1805 * term.el (term-ansi-reset):
1806 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1807
1808 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1809 files for RCS and SCCS. (Bug#9781)
1810
1811 2012-09-27 Chong Yidong <cyd@gnu.org>
1812
1813 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1814 change; value should be t.
1815
1816 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * image-mode.el: Use lexical-binding.
1819 (image-mode-winprops): Use t to stand for the window of
1820 a buffer that's not displayed.
1821 * doc-view.el (doc-view-new-window-function): Handle the new
1822 t in winprops.
1823 (doc-view-enlarge): Make it a real nop if the size is not changed.
1824 (doc-view-display): Handle the case where the buffer is not (yet?)
1825 displayed in any window.
1826 (doc-view-saved-settings): New var.
1827 (doc-view-mode): Use it.
1828 (doc-view-fallback-mode): Set it.
1829
1830 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1831 Set lexical-binding.
1832 (minibuffer-eldef-shorten-default): New var.
1833 (minibuffer-default-in-prompt-regexps): Use it for new default.
1834 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1835
1836 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1837
1838 * international/uni-bidi.el:
1839 * international/uni-category.el:
1840 * international/uni-name.el:
1841 * international/uni-numeric.el: Regenerate.
1842
1843 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1844 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * profiler.el: New file.
1847
1848 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1849
1850 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1851 (testcover-reinstrument): Simplify with CSE.
1852
1853 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1854
1855 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1856
1857 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1858
1859 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1860 (verilog-auto-input, verilog-auto-insert-lisp)
1861 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1862 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1863 (verilog-auto-unused, verilog-auto-wire)
1864 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1865 newline. Reported by Andrew Jones.
1866 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1867 Reported by Brad Dobbie.
1868 (verilog-batch-delete-trailing-whitespace):
1869 Create verilog-batch-delete-trailing-whitespace.
1870 Reported by Brad Dobbie.
1871 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1872 parameters from another module. Reported by Dan Katz.
1873 (verilog-auto, verilog-auto-assign-modport)
1874 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1875 AUTOINOUTMODPORT for UVM interface module shell generation.
1876 Reported by Brad Dobbie.
1877 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1878 standard behavior.
1879 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1880 Reported by Matt Martin.
1881
1882 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1883
1884 * window.el (window--resize-child-windows): When resizing child
1885 windows proportionally, process them in reverse order to
1886 preserve the "when splitting a window the new one gets the odd
1887 line" behavior.
1888 (window--resize-root-window-vertically): When resizing the
1889 minibuffer window try to affect only windows at the bottom of the
1890 frame. (Bug#12419)
1891
1892 2012-09-25 Chong Yidong <cyd@gnu.org>
1893
1894 * subr.el (declare): Doc fix.
1895
1896 * help-fns.el (help-fns--obsolete): Handle macros properly.
1897
1898 2012-09-25 Chong Yidong <cyd@gnu.org>
1899
1900 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1901 this function obsolete.
1902
1903 * calendar/cal-x.el (calendar-two-frame-setup)
1904 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1905 * calendar/calendar.el (american-calendar, european-calendar)
1906 (calendar-for-loop):
1907 * comint.el (comint-dynamic-simple-complete)
1908 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1909 * desktop.el (desktop-load-default):
1910 * dired-x.el (dired-omit-here-always)
1911 (dired-hack-local-variables, dired-default-directory):
1912 * emacs-lisp/derived.el (derived-mode-class):
1913 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1914 * emacs-lock.el (toggle-emacs-lock):
1915 * epa.el (epa-display-verify-result):
1916 * epg.el (epg-sign-keys, epg-start-sign-keys)
1917 (epg-passphrase-callback-function):
1918 * eshell/esh-util.el (eshell-for):
1919 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1920 (eshell-add-to-window-buffer-names):
1921 * files.el (locate-file-completion):
1922 * imenu.el (imenu-example--create-c-index)
1923 (imenu-example--create-lisp-index)
1924 (imenu-example--lisp-extract-index-name)
1925 (imenu-example--name-and-position):
1926 * international/mule-cmds.el (princ-list):
1927 * international/mule-diag.el (decode-codepage-char):
1928 * international/mule-util.el (detect-coding-with-priority):
1929 * iswitchb.el (iswitchb-read-buffer):
1930 * mail/mailalias.el (mail-complete):
1931 * mail/sendmail.el (mail-sent-via):
1932 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1933 (mouse-major-mode-menu):
1934 * password-cache.el (password-read-and-add):
1935 * pcomplete.el (pcomplete-parse-comint-arguments):
1936 * progmodes/sh-script.el (sh-maybe-here-document):
1937 * replace.el (query-replace-regexp-eval):
1938 * savehist.el (savehist-load):
1939 * simple.el (choose-completion-delete-max-match):
1940 * term.el (term-dynamic-simple-complete):
1941 * vc/ediff-init.el (ediff-check-version):
1942 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1943 * vc/vc.el (vc-diff-switches-list):
1944 * view.el (view-return-to-alist-update): Likewise.
1945
1946 * subr.el (eval-next-after-load, makehash, insert-string)
1947 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1948 mark obsolete.
1949 (mode-line-inverse-video): Variable deleted.
1950
1951 * international/mule-util.el (string-to-sequence): Remove.
1952
1953 * calendar/calendar.el (calendar-version):
1954 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1955 (icalendar-convert-diary-to-ical):
1956 * cus-edit.el (custom-mode):
1957 * ansi-color.el (ansi-color-unfontify-region):
1958 * international/latin1-disp.el (latin1-char-displayable-p):
1959 * progmodes/cwarn.el (turn-on-cwarn-mode):
1960 * progmodes/which-func.el (which-func-update-1):
1961 Use define-obsolete-function-alias.
1962
1963 * net/newst-backend.el (newsticker-cache-filename):
1964 * net/newst-treeview.el (newsticker-groups-filename):
1965 Fix incorrect obsolescence declaration.
1966
1967 * allout.el (allout-passphrase-hint-string): Likewise.
1968 (allout-init): Use a declare form to mark obsolete.
1969
1970 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1971 this applies to functions.
1972
1973 * iswitchb.el (iswitchb-read-buffer): Move code of
1974 iswitchb-define-mode-map here, and delete that obsolete function.
1975
1976 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1977 font-lock-reference-face.
1978
1979 2012-09-25 Glenn Morris <rgm@gnu.org>
1980
1981 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1982 Doc fixes.
1983
1984 * eshell/em-term.el (eshell-term-name):
1985 Default to term-term-name. (Bug#12485)
1986
1987 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1988
1989 * progmodes/python.el (python-shell-send-buffer): Better handling
1990 of "if __name__ == '__main__':" conditionals when sending the buffer.
1991
1992 2012-09-24 Glenn Morris <rgm@gnu.org>
1993
1994 * eshell/esh-cmd.el (eshell-find-alias-function):
1995 Tighten up file-name regexp. (Bug#12499)
1996
1997 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1998
1999 Enhancements for triple-quote string syntax.
2000 * progmodes/python.el (python-quote-syntax): Remove.
2001 (python-syntax-propertize-function): New value.
2002 (python-syntax-count-quotes, python-syntax-stringify):
2003 New functions.
2004
2005 2012-09-24 Chong Yidong <cyd@gnu.org>
2006
2007 * mail/supercite.el (sc-version): Remove obsolete function.
2008 (sc-describe): Don't mark as obsolete, since it is bound.
2009 (sc-submit-bug-report): Remove.
2010
2011 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2012 (cvs-commit-buffer-require-final-newline): Remove.
2013 (log-edit-require-final-newline)
2014 (log-edit-changelog-full-paragraphs): Default to t.
2015
2016 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2017 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2018 * vc/vc.el (vc-checkout-carefully): Likewise.
2019
2020 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2021 (emerge-version): Remove.
2022
2023 * progmodes/compile.el (compile-internal): Remove.
2024 (compilation-parse-errors-function): Fix typo.
2025
2026 * international/mule.el (set-char-table-default): Remove.
2027 (set-coding-priority, make-coding-system, generic-char-p)
2028 (charset-list, charset-bytes, charset-id): Use declare to mark
2029 functions as obsolete.
2030
2031 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2032 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2033 * vc/vc-hooks.el (vc-default-registered): Don't use
2034 vc-master-templates.
2035
2036 * font-lock.el (font-lock-reference-face):
2037 Use define-obsolete-variable-alias.
2038
2039 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2040 * calendar/calendar.el (calendar-font-lock-keywords):
2041 * calendar/diary-lib.el (diary-font-lock-keywords)
2042 (diary-fancy-font-lock-keywords):
2043 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2044 * textmodes/reftex-index.el (reftex-insert-index):
2045 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2046 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2047 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2048 * progmodes/prolog.el (prolog-font-lock-keywords):
2049 * progmodes/idlwave.el (idlwave-idl-keywords):
2050 * progmodes/ada-mode.el (ada-font-lock-keywords):
2051 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2052
2053 2012-09-24 Glenn Morris <rgm@gnu.org>
2054
2055 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2056
2057 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2058
2059 * progmodes/python.el (python-indent-line): More consistent cursor
2060 movement behavior.
2061
2062 2012-09-23 Stefan Merten <smerten@oekonux.de>
2063
2064 * textmodes/rst.el: Fix compiler warning.
2065
2066 2012-09-23 Roland Winkler <winkler@gnu.org>
2067
2068 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2069 Transcribe also LaTeX hyphenation.
2070 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2071 bibtex-reformat-previous-options.
2072
2073 2012-09-23 Roland Winkler <winkler@gnu.org>
2074
2075 * proced.el (proced-renice-command): New variable.
2076 (proced-marked-processes): New function.
2077 (proced-with-processes-buffer): New macro.
2078 (proced-send-signal): Use them.
2079 (proced-renice): New command bound to r.
2080
2081 2012-09-23 Roland Winkler <winkler@gnu.org>
2082
2083 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2084 ibuffer-saved-filter-groups has one element, shortcut the call of
2085 completing-read. (Bug#12331)
2086
2087 2012-09-23 Chong Yidong <cyd@gnu.org>
2088
2089 * bindings.el (mode-line-toggle-read-only):
2090 * bs.el (bs-toggle-readonly):
2091 * buff-menu.el (Buffer-menu-toggle-read-only):
2092 * dired.el (dired-toggle-read-only):
2093 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2094
2095 2012-09-23 Chong Yidong <cyd@gnu.org>
2096
2097 * image.el (image-type-available-p): Adapt to init-image-library
2098 argument changes.
2099
2100 2012-09-22 Juri Linkov <juri@jurta.org>
2101
2102 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2103 `dired-toggle-read-only'. (Bug#12462)
2104
2105 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2106
2107 * subr.el (temp-output-buffer-show): New function.
2108 (with-output-to-temp-buffer): Call temp-output-buffer-show
2109 instead of internal-temp-output-buffer-show.
2110
2111 2012-09-22 Chong Yidong <cyd@gnu.org>
2112
2113 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2114 (Bug#12462).
2115
2116 * repeat.el (repeat): Doc fix (Bug#12348).
2117
2118 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2119 (Bug#10909).
2120
2121 * simple.el (shell-command-on-region): Doc fix.
2122 (read-only-mode): Doc fix.
2123
2124 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2125
2126 * emacs-lisp/timer.el (run-with-idle-timer)
2127 (timer-activate-when-idle): Warn against reinvoking an idle timer
2128 from within its own timer action. (Bug#12447)
2129
2130 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2131
2132 * cus-start.el (window-combination-limit): Add new optional
2133 values.
2134 * window.el (temp-buffer-window-show)
2135 (window--try-to-split-window): Handle new values of
2136 window-combination-limit (Bug#1806).
2137 (split-window): Test window-combination-limit for t instead of
2138 non-nil.
2139 (display-buffer-at-bottom): New buffer display action function.
2140 * help.el (temp-buffer-resize-regexps): New option.
2141 (temp-buffer-resize-mode): Rewrite doc-string.
2142 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2143 Don't resize reused window. Suggested by Glenn Morris.
2144
2145 2012-09-22 Stefan Merten <smerten@oekonux.de>
2146
2147 * textmodes/rst.el: Revamp section title faces.
2148 (rst-official-version)
2149 (rst-package-emacs-version-alist): Sync with official version
2150 V1.4.0.
2151 (rst-faces-defaults, rst-set-level-default)
2152 (rst-level-face-max, rst-level-face-base-color)
2153 (rst-level-face-base-light, rst-level-face-format-light)
2154 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2155 (rst-adornment-faces-alist): Match new setup.
2156 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2157 (rst-level-5, rst-level-6): New faces.
2158
2159 2012-09-22 Chong Yidong <cyd@gnu.org>
2160
2161 * simple.el (undo): Handle indirect buffers (Bug#8207).
2162
2163 2012-09-21 Leo Liu <sdl.web@gmail.com>
2164
2165 IDO: Disable match re-ordering for buffer switching.
2166 * ido.el (ido-buffer-disable-smart-matches): New variable.
2167 (ido-set-matches-1): Use it. (Bug#2042)
2168
2169 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2170
2171 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2172 Fix 2011-05-17 change. (Bug#12418)
2173
2174 2012-09-21 Leo Liu <sdl.web@gmail.com>
2175
2176 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2177
2178 2012-09-21 Glenn Morris <rgm@gnu.org>
2179
2180 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2181 Be more robust about locating simple.el.
2182
2183 2012-09-21 Glenn Morris <rgm@gnu.org>
2184
2185 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2186
2187 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2188
2189 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2190
2191 2012-09-20 Juri Linkov <juri@jurta.org>
2192
2193 * replace.el (query-replace-read-from): Use `read-regexp' instead
2194 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2195 (occur-read-primary-args): Use `read-regexp' instead of
2196 `read-string'.
2197 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2198 `read-from-minibuffer'.
2199 * isearch.el (isearch-occur): Use `read-regexp' instead of
2200 `read-string'.
2201 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2202 `read-from-minibuffer'.
2203 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2204 of `read-string'. (Bug#7567)
2205
2206 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2207 and allow accepting a list of strings prepended to a list of
2208 standard default values. Doc fix. (Bug#12321)
2209
2210 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2211
2212 * replace.el (read-regexp): Don't add ": " when PROMPT already
2213 ends with a colon and space. (Bug#12321)
2214
2215 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2216
2217 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2218 error.
2219
2220 2012-09-20 Stefan Merten <smerten@oekonux.de>
2221
2222 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2223 Fixes feature request bug#11711.
2224 (rst-mode): Create `imenu-create-index-function'.
2225 (rst-get-stripped-line): Delete after refactoring.
2226 (rst-section-tree, rst-section-tree-rec)
2227 (rst-section-tree-point): Refactor and document properly.
2228 (rst-imenu-find-adornments-for-position)
2229 (rst-imenu-convert-cell, rst-imenu-create-index):
2230 New function.
2231
2232 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2235 (macroexp--expand-all): Use it.
2236 (macroexp--funcall-and-return): Remove by folding it into its sole
2237 caller (macroexp--warn-and-return).
2238 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2239 Use macroexp--obsolete-warning.
2240
2241 * calc/calc.el: Fix last change by removing the whole chunk, since it
2242 was only needed back when Calc was not bundled.
2243
2244 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2245
2246 * emacs-lisp/debug.el (debug): Restore assignment to
2247 debugger-old-buffer removed on 2012-09-08.
2248
2249 2012-09-20 Juri Linkov <juri@jurta.org>
2250
2251 * dired-aux.el (dired-diff): Remove (require 'diff) since
2252 `diff-latest-backup-file' is now autoloaded.
2253
2254 2012-09-20 Chong Yidong <cyd@gnu.org>
2255
2256 * vc/diff.el (diff-latest-backup-file): Autoload.
2257
2258 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * calc/calc.el: Remove redundant autoload shape check.
2261 (sel-mode): Don't defvar.
2262 (calc-get-stack-element): Add `sel-mode' arg instead.
2263 (calc-top, calc-top-list): Pass it this additional argument.
2264 * calc/calc-store.el (calc-store-map):
2265 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2266 (calc-map-equation, calc-outer-product, calc-inner-product):
2267 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2268
2269 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2270
2271 2012-09-19 Juri Linkov <juri@jurta.org>
2272
2273 * dired-aux.el (dired-diff): Add (require 'diff) because
2274 `diff-latest-backup-file' is not autoloaded.
2275 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2276 of `dired-get-filename' to t to not report error when there is
2277 no default file on the current line.
2278
2279 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2282 macroexp--eval-if-compile.
2283 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2284 (macroexp--expand-all): Use them (bug#12371).
2285
2286 * doc-view.el (doc-view-guess-paper-size)
2287 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2288
2289 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2290
2291 New feature: set optimal slice from BoundingBox information.
2292 * doc-view.el (doc-view-mode-map): Add keybinding.
2293 (doc-view-menu): Add menu entry.
2294 (doc-view-set-slice): Adapt docstring.
2295 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2296 (doc-view-scale-bounding-box)
2297 (doc-view-set-slice-from-bounding-box): New functions.
2298 (doc-view-paper-sizes): New defvar.
2299
2300 2012-09-19 Glenn Morris <rgm@gnu.org>
2301
2302 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2303 (byte-compile-log-warning): Autoload. (Bug#12371)
2304
2305 * calendar/calendar.el (calendar-american-month-header)
2306 (calendar-european-month-header, calendar-iso-month-header)
2307 (calendar-month-header): New options.
2308 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2309 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2310
2311 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2312
2313 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2314
2315 2012-09-18 Juri Linkov <juri@jurta.org>
2316
2317 * dired-aux.el (dired-diff): Restore original functionality of
2318 getting the default value, but keep new feature of using the
2319 latest existing backup file (`diff-latest-backup-file').
2320
2321 2012-09-18 Juri Linkov <juri@jurta.org>
2322
2323 * dired.el (dired-mark): If the region is active in Transient Mark
2324 mode, mark all files in the active region. Doc fix.
2325 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2326 Doc fix. (Bug#10624)
2327
2328 2012-09-18 Juri Linkov <juri@jurta.org>
2329
2330 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2331 attributes for M-n are pulled from the file at point.
2332 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2333 Suggested by Drew Adams. (Bug#10624)
2334
2335 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2336
2337 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2338 whitespace after "end".
2339 (ruby-do-end-to-brace): Collapse block to one line if it fits
2340 within fill-column.
2341
2342 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2343
2344 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2345 value.
2346 (debug): Don't remove debugger window when debugger is expected
2347 to be back.
2348
2349 2012-09-18 Chong Yidong <cyd@gnu.org>
2350
2351 * custom.el (defface): Doc fix.
2352
2353 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2354
2355 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2356
2357 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2358 to initialize query-on-exit; then test that instead (bug#12288).
2359
2360 2012-09-17 Stefan Merten <smerten@oekonux.de>
2361
2362 * textmodes/rst.el: Add support for `testcover'.
2363 (rst-defcustom-testcover, rst-testcover-add-compose)
2364 (rst-testcover-add-1value): New functions.
2365 (rst-portable-mark-active-p): Replace by `use-region-p'.
2366 (rst-update-section, rst-classify-adornment)
2367 (rst-find-title-line): Mark `1value' forms.
2368 (rst-classify-adornment): Remove superfluous form.
2369 (rst-update-section, rst-get-adornments-around)
2370 (rst-adornment-complete-p, rst-get-next-adornment)
2371 (rst-adjust, rst-promote-region)
2372 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2373 (rst-find-pfx-in-region, rst-section-tree-rec)
2374 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2375 (rst-toc-node, rst-toc, rst-forward-section)
2376 (rst-iterate-leftmost-paragraphs)
2377 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2378 (rst-bullet-list-region)
2379 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2380 (rst-compile-find-conf, rst-compile)
2381 (rst-repeat-last-character): Fix style.
2382
2383 2012-09-17 Chong Yidong <cyd@gnu.org>
2384
2385 * comint.el (comint--complete-file-name-data): Don't add a space
2386 if the status is `sole'; that adds a gratuitous space in the
2387 completion-cycling case (Bug#12092).
2388
2389 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2390
2391 2012-09-17 Richard Stallman <rms@gnu.org>
2392
2393 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2394 only in the mime-shown mode, not in raw mode.
2395 (rmail-mime): Toggle off mime by displaying the message without
2396 mime processing. (Bug#12305)
2397
2398 * mail/rmail.el (rmail-retry-failure):
2399 Turn off mime processing first. (Bug#12037)
2400
2401 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2402
2403 2012-09-17 Chong Yidong <cyd@gnu.org>
2404
2405 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2406 (shell-dynamic-complete-functions): Convert to defcustom.
2407 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2408
2409 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2410 * comint.el (comint-prompt-read-only):
2411 * custom.el (defcustom):
2412 * hi-lock.el (hi-lock-mode):
2413 * ibuffer.el (ibuffer-formats):
2414 * ielm.el (ielm-prompt-read-only):
2415 * novice.el (disable-command):
2416 * saveplace.el (toggle-save-place):
2417 * speedbar.el (speedbar-supported-extension-expressions):
2418 * startup.el (auto-save-list-file-prefix, init-file-user)
2419 (after-init-hook, inhibit-startup-echo-area-message):
2420 * strokes.el (strokes-help):
2421 * time-stamp.el (time-stamp):
2422 * calendar/calendar.el (calendar, diary-file):
2423 * calendar/diary-lib.el (diary-mail-entries, diary)
2424 (diary-list-entries-hook):
2425 * calendar/holidays.el (holidays, calendar-holidays):
2426 * calendar/lunar.el (lunar-phases):
2427 * calendar/solar.el (sunrise-sunset):
2428 * emulation/edt.el (edt-load-keys):
2429 * emulation/viper.el (viper-mode):
2430 * eshell/em-alias.el (eshell-command-aliases-list):
2431 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2432 * international/ogonek.el (ogonek-information):
2433 * net/tramp-cmds.el (tramp-bug):
2434 * net/quickurl.el (quickurl-reread-hook-postfix):
2435 * play/decipher.el (decipher-font-lock-keywords):
2436 * progmodes/cc-styles.el (c-set-style):
2437 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2438 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2439 * progmodes/octave-mod.el (octave-mode):
2440 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2441 * progmodes/verilog-mode.el (verilog-read-defines):
2442 * textmodes/two-column.el (2C-mode): Likewise.
2443
2444 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2447 that holds many addresses.
2448
2449 2012-09-16 Chong Yidong <cyd@gnu.org>
2450
2451 * align.el (align-areas): Call the indication function with
2452 positions instead of markers for arguments (Bug#12343).
2453
2454 * files.el (parse-colon-path): Use split-string (Bug#12351).
2455
2456 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2457 (display-buffer-function): Mark as obsolete.
2458
2459 * progmodes/compile.el (compilation-parse-errors): Accept list
2460 values similar to font-lock-keywords (Bug#12136).
2461 Suggested by Oleksandr Manzyuk.
2462 (compilation-error-regexp-alist): Doc fix.
2463
2464 2012-09-15 Glenn Morris <rgm@gnu.org>
2465
2466 * version.el (emacs-bzr-version-bzr): New function.
2467 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2468
2469 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2470 checkouts, check the parent dirstate matches the branch.
2471 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2472 empty string.
2473
2474 * version.el (emacs-bzr-version): Doc fix.
2475 (emacs-bzr-version-dirstate): New function.
2476 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2477 is local try and check that it matches the branch. If not, just
2478 use dirstate information. (Bug#12441)
2479
2480 2012-09-14 Juri Linkov <juri@jurta.org>
2481
2482 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2483 (Bug#12399)
2484
2485 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2488
2489 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2490 Remove obsolete byte-compiler hack that tried to silence some warnings.
2491 (edebug-submit-bug-report): Remove.
2492 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2493 Remove aliases, use the un-prefixed name instead.
2494 (edebug-pop-to-buffer): Consider other frames.
2495 (edebug-original-read):: Make it more obvious that it's always defined.
2496 (edebug--make-form-data-entry, edebug--form-data-name)
2497 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2498 single-dashed name, and implement with cl-defstruct.
2499 (edebug-set-form-data-entry): Use the standard accessors.
2500 (edebug-make-top-form-data-entry): Use push.
2501 (edebug-no-match): Drop useless `funcall'.
2502 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2503 to functions.
2504 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2505 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2506 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2507 (easy-menu-define, with-custom-print): Remove redundant specs.
2508 (edebug-outside-overriding-local-map)
2509 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2510 (edebug--display): Bind unread-command-events directly to nil rather
2511 than binding it to unread-command-events and later setting it to nil.
2512 (edebug--display): Kill edebug-eval-buffer here...
2513 (edebug--recursive-edit): ...rather than here.
2514 Bind standard-output and standard-input.
2515 (edebug-eval): Check cl-macroexpand-all is fboundp.
2516 (edebug-temp-display-freq-count): Fix last change.
2517
2518 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2519 * subr.el (noreturn, 1value): Add `debug' spec.
2520 * emacs-lisp/advice.el: Require cl-lib.
2521 (ad-copy-tree): Remove, use copy-tree instead.
2522 (ad-dolist): Remove use dolist or cl-dolist instead.
2523 (ad-do-return): Remove, use cl-return instead.
2524 (defadvice): Add `debug' spec.
2525
2526 2012-09-13 Juri Linkov <juri@jurta.org>
2527
2528 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2529 (Bug#12399)
2530
2531 2012-09-13 Glenn Morris <rgm@gnu.org>
2532
2533 * calc/calc.el (math-compose-expr):
2534 * calc/calc-ext.el (math-compose-expr):
2535 * progmodes/cc-defs.el (cl-macroexpand-all):
2536 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2537 (cl-macroexpand-all): Update declarations.
2538
2539 * vc/vc.el: No need to require ediff.
2540 (ediff-load-version-control): Declare.
2541 (ediff-vc-internal): Fix declaration.
2542 (vc-version-ediff): Require ediff.
2543
2544 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2545
2546 Use a more backwards-compatible timer format (Bug#12430).
2547 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2548 being right after USECS, as that better supports old code that
2549 inadvisedly looked directly at the timer vector.
2550
2551 2012-09-13 Kenichi Handa <handa@gnu.org>
2552
2553 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2554 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2555 `coding-priority' property of these language environment.
2556
2557 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2558
2559 Fix glitches caused by addition of psec to timers (Bug#12430).
2560 * image.el (image-animate-timer):
2561 * time.el (display-time-world-timer):
2562 Use timer--function and timer--args rather than raw access to
2563 timer vector.
2564
2565 2012-09-13 Glenn Morris <rgm@gnu.org>
2566
2567 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2568 If not compiling a file, try using load-file-name.
2569
2570 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2573 Fix last change.
2574 (edebug-update-eval-list): Use `push'.
2575
2576 * emacs-lisp/edebug.el: Use lexical-binding.
2577 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2578 Mark unused args with underscore.
2579 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2580 (edebug-form-data): Use defvar-local.
2581 (edebug-make-before-and-after-form, edebug-make-after-form):
2582 Use backquote.
2583 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2584 Not dynamically scoped any more.
2585 (edebug--enter-trace): Add arguments `function' and `args'.
2586 Rename from edebug-enter-trace.
2587 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2588 (edebug--update-coverage): Add `after-index' and `value' args.
2589 Rename from edebug-update-coverage.
2590 (edebug-slow-after): Call it accordingly.
2591 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2592 edebug-recursive-edit.
2593 (edebug--display): Call it accordingly. Add args `value',
2594 `offset-index', and `arg-mode'. Rename from edebug-display.
2595 (edebug-debugger, edebug): Call it accordingly.
2596 (edebug-eval-display-list): Use dolist.
2597
2598 2012-09-12 Juri Linkov <juri@jurta.org>
2599
2600 * info.el (Info-search): Don't check for isearch-mode and
2601 isearch-regexp before let-binding search-spaces-regexp to
2602 Info-search-whitespace-regexp.
2603 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2604 search-whitespace-regexp if isearch-lax-whitespace or
2605 isearch-regexp-lax-whitespace is non-nil.
2606 (Info-mode): Don't set local variable search-whitespace-regexp.
2607 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2608
2609 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2612 (debugger-env-macro): Remove support for unread-command-char.
2613
2614 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2615 the temporary map re-appearing on emulation-mode-map-alists.
2616
2617 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2618 since 22.1.
2619
2620 * ehelp.el (with-electric-help): Accept functions in
2621 electric-help-form-to-execute.
2622 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2623 And replace unread-command-char -> unread-command-events.
2624
2625 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2626
2627 Sync with Tramp 2.2.6.
2628
2629 * net/tramp.el (tramp-accept-process-output): Don't use
2630 JUST-THIS-ONE in the XEmacs case.
2631
2632 * net/trampver.el: Update release number.
2633
2634 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2635
2636 * emacs-lisp/debug.el (debugger-previous-window-height):
2637 New variable.
2638 (debug): When debugger-jumping-flag is non-nil try to restore
2639 height of debugger window. (Bug#8789)
2640
2641 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2644 overriding-local-map and pre/post-command-hook here.
2645 (edebug-recursive-edit): Do it here instead (bug#12345).
2646 (edebug-outside-unread-command-char): Remove all uses of
2647 unread-command-char.
2648
2649 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2650 inhibit-debugger is bound instead.
2651
2652 2012-09-11 Bastien Guerry <bzg@gnu.org>
2653
2654 * subr.el (set-temporary-overlay-map): Add a docstring.
2655 (Bug#12346)
2656
2657 2012-09-11 Bastien Guerry <bzg@gnu.org>
2658
2659 * minibuffer.el (completion-table-subvert): Fix docstring.
2660 (Bug#12347)
2661
2662 2012-09-11 Bastien Guerry <bzg@gnu.org>
2663
2664 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2665
2666 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2667
2668 * progmodes/sql.el: Version 3.1
2669 (sql-db2-escape-newlines): New variable.
2670 (sql-escape-newlines-filter): Use it.
2671
2672 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2673
2674 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2675
2676 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2677
2678 * vc/diff-mode.el (diff-mode-menu):
2679 Bind diff-remove-trailing-whitespace.
2680
2681 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2684 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2685 (emacs-lisp-byte-code-mode): New functions.
2686 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2687 (eval-defun-2): Remove bogus interactive spec.
2688 (lisp-indent-line): Remove redundant whole-exp code, now done in
2689 indent-according-to-mode.
2690 (save-match-data): Remove redundant indent data.
2691
2692 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2693 Use `declare'.
2694
2695 2012-09-09 Juri Linkov <juri@jurta.org>
2696
2697 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2698 (replace-lax-whitespace, query-replace-regexp)
2699 (query-replace-regexp-eval, replace-regexp): Doc fix.
2700 (perform-replace, replace-highlight): Let-bind
2701 isearch-lax-whitespace to replace-lax-whitespace and
2702 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2703
2704 * isearch.el (isearch-query-replace): Let-bind
2705 replace-lax-whitespace to isearch-lax-whitespace and
2706 replace-regexp-lax-whitespace to
2707 isearch-regexp-lax-whitespace. (Bug#10885)
2708
2709 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2712
2713 2012-09-09 Alan Mackenzie <acm@muc.de>
2714
2715 * progmodes/cc-engine.el (c-state-cache-init):
2716 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2717 (c-record-parse-state-state):
2718 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2719
2720 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2721
2722 * register.el (register-separator): Rename from
2723 separator-register. All uses changed. Doc fix.
2724 (register): Fix version.
2725
2726 2012-09-09 Chong Yidong <cyd@gnu.org>
2727
2728 * replace.el (query-replace-map): Bind four new symbols for
2729 requesting window scrolling.
2730
2731 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2732 query-replace-map (Bug#8948).
2733
2734 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2735
2736 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2737 since they are now in query-replace-map.
2738
2739 * window.el (scroll-other-window-down): Make the arg optional.
2740
2741 2012-09-09 Chong Yidong <cyd@gnu.org>
2742
2743 * files.el (hack-local-variables-confirm): Use quit-window to kill
2744 the *Local Variables* buffer.
2745
2746 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2747
2748 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2749 not just expect to be at its beginning. Adjust callees.
2750 Succeed when do-end block has no space before the pipe character.
2751 (ruby-brace-to-do-end): When the original block is one-liner,
2752 convert to multiline. Reindent the result.
2753
2754 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2755
2756 * register.el (register): New group.
2757 (separator-register): New user option.
2758 (increment-register): Route it to `append-to-register', if
2759 register contains text. Implication is that `C-x r +' can now be
2760 used for appending to a text register (bug#12217).
2761 (append-to-register, prepend-to-register): Add separator based on
2762 `separator-register'.
2763
2764 2012-09-08 Alan Mackenzie <acm@muc.de>
2765
2766 AWK Mode: make auto-newline work when there's "==" in the pattern.
2767 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2768 correctly.
2769 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2770 Test more rigorously for "=" token.
2771
2772 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2773
2774 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2775 Only fail when reached LIMIT.
2776
2777 2012-09-08 Chong Yidong <cyd@gnu.org>
2778
2779 * dired.el (dired-mode-map): Don't bind M-=.
2780
2781 * dired-aux.el (dired-diff): Use backup file as default.
2782
2783 2012-09-08 Drew Adams <drew.adams@oracle.com>
2784
2785 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2786
2787 2012-09-08 Chong Yidong <cyd@gnu.org>
2788
2789 * subr.el (syntax-after, syntax-class): Doc fix.
2790
2791 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2792
2793 * window.el (display-buffer-in-previous-window): New buffer
2794 display action function.
2795
2796 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2797 (debugger-previous-window): New variable.
2798 (debug): Rewrite using display-buffer-in-previous-window,
2799 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2800
2801 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2804
2805 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2806
2807 * progmodes/python.el (python-shell-send-string):
2808 When default-directory is remote, create temp file on remote
2809 filesystem.
2810 (python-shell-send-file): When file is remote, pass local view of
2811 file paths to remote Python interpreter. (Bug#12340)
2812
2813 2012-09-07 Chong Yidong <cyd@gnu.org>
2814
2815 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2816
2817 * files.el (after-find-file): Don't fail on a read-only buffer if
2818 require-final-newline is `visit' or `visit-save' (Bug#11156).
2819
2820 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2821
2822 * userlock.el (ask-user-about-supersession-threat):
2823 Use read-char-choice (Bug#12093).
2824
2825 2012-09-07 Chong Yidong <cyd@gnu.org>
2826
2827 * subr.el (buffer-narrowed-p): New function.
2828
2829 * ses.el (ses-widen):
2830 * simple.el (count-words--buffer-message):
2831 * net/browse-url.el (browse-url-of-buffer): Use it.
2832
2833 * simple.el (count-words-region): Don't signal an error if there
2834 is a non-nil prefix arg and the mark is not set.
2835
2836 * help.el (describe-key-briefly): Allow the message to be seen
2837 when invoked from the minibuffer (Bug#7014).
2838
2839 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2840
2841 * progmodes/ruby-mode.el (ruby-end-of-defun)
2842 (ruby-beginning-of-defun): Simplify, allow indentation before
2843 block beginning and end keywords.
2844 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2845 (ruby-end-of-defun): Expect that the point is at the beginning of
2846 the defun.
2847
2848 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2851 (bug#12367).
2852 (cl--make-usage-args): Strip _ from argument names.
2853
2854 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2855
2856 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2857 obsolete alias speedbar-key-map.
2858 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2859 (vhdl-index-menu-init): Don't use obsolete variable
2860 font-lock-maximum-size.
2861
2862 2012-09-06 Chong Yidong <cyd@gnu.org>
2863
2864 * frame.el (window-system-version): Mark as obsolete.
2865
2866 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2867 of obsolete variable speedbar-key-map.
2868
2869 2012-09-06 Juri Linkov <juri@jurta.org>
2870
2871 * replace.el (replace-lax-whitespace): New defcustom.
2872 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2873 (replace-string, replace-regexp): Mention it in docstrings.
2874 (perform-replace, replace-highlight): Let-bind
2875 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2876 to the values of replace-lax-whitespace and regexp-flag.
2877 Don't let-bind search-whitespace-regexp. (Bug#10885)
2878
2879 * isearch.el (isearch-query-replace): Let-bind
2880 replace-lax-whitespace instead of let-binding
2881 replace-search-function and replace-re-search-function.
2882 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2883 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2884 (isearch-toggle-symbol): Set isearch-regexp to nil
2885 in isearch-word mode (like in isearch-toggle-word).
2886
2887 2012-09-06 Juri Linkov <juri@jurta.org>
2888
2889 * replace.el (replace-search-function)
2890 (replace-re-search-function): Set default values to nil.
2891 (perform-replace): Let-bind isearch-related variables based on
2892 replace-related values, call `isearch-search-fun' and let-bind
2893 the result to `search-function'. Remove code that sets
2894 `search-function' and `search-string' separately for
2895 `delimited-flag'.
2896 (replace-highlight): Add new argument `delimited-flag' and
2897 rename other arguments to the names used in `perform-replace'.
2898 Let-bind `isearch-word' to the argument `delimited-flag'.
2899 (Bug#10885, bug#10887)
2900
2901 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2902
2903 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2904 ruby-beginning-of-indent, simplify, allow all keywords to have
2905 indentation before them.
2906 (ruby-beginning-of-indent): Adjust for above. Search until the
2907 found point is not inside a string or comment.
2908 (ruby-font-lock-keywords): Allow symbols to start with "@"
2909 character, give them higher priority than variables.
2910 (ruby-syntax-propertize-function)
2911 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2912 matchers. Expression expansions are not comments when inside a
2913 string, and there comment syntax status is irrelevant.
2914 (ruby-match-expression-expansion): New function. Check that
2915 expression expansion is inside a string, and it's not escaped.
2916 (ruby-font-lock-keywords): Use it.
2917
2918 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2919
2920 * help.el (temp-buffer-max-height): New default value.
2921 (temp-buffer-resize-frames): New option.
2922 (resize-temp-buffer-window): Optionally resize frame.
2923
2924 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2925 (fit-frame-to-buffer): New function.
2926
2927 2012-09-05 Glenn Morris <rgm@gnu.org>
2928
2929 * emulation/cua-rect.el (cua--init-rectangles):
2930 * textmodes/picture.el (picture-mode-map):
2931 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2932 like forward-char and backward-char. (Bug#12317)
2933
2934 2012-09-05 Leo Liu <sdl.web@gmail.com>
2935
2936 * progmodes/flymake.el (flymake-warning-re): New variable.
2937 (flymake-parse-line): Use it.
2938
2939 2012-09-05 Glenn Morris <rgm@gnu.org>
2940
2941 * calendar/holidays.el (holiday-christian-holidays):
2942 Rename an entry. (Bug#12289)
2943
2944 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2947 (bug#12222).
2948
2949 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * loadup.el: Load macroexp. Remove hack.
2952 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2953 (macroexp--expand-all): Use it to get better warnings.
2954 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2955 (internal-macroexpand-for-load): New functions.
2956 (macroexp--pending-eager-loads): New var.
2957 (emacs-startup-hook): New hack to replace one in loadup.el.
2958 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2959 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2960 (cl-psetf): Simplify.
2961 (cl-defstruct): Add indent rule.
2962
2963 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2964
2965 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2966 over `user-mail-address' for the SMTP MAIL FROM envelope.
2967 (smtpmail-via-smtp): Ditto.
2968
2969 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2970
2971 * progmodes/ruby-mode.el: Clean up keybindings.
2972 (ruby-mode-map): Don't bind ruby-electric-brace,
2973 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2974 backward-kill-word, reindent-then-newline-and-indent.
2975 (ruby-mark-defun): Remove.
2976 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2977 (ruby-mode): Set local beginning-of-defun-function and
2978 end-of-defun-function values.
2979
2980 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2981
2982 * window.el (temp-buffer-window-setup-hook)
2983 (temp-buffer-window-show-hook): New hooks.
2984 (temp-buffer-window-setup, temp-buffer-window-show)
2985 (with-temp-buffer-window): New functions.
2986 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2987 (special-display-popup-frame): Make sure the window used shows BUFFER.
2988
2989 * help.el (temp-buffer-resize-mode): Fix doc-string.
2990 (resize-temp-buffer-window): New optional argument WINDOW.
2991
2992 * files.el (recover-file, save-buffers-kill-emacs):
2993 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2994
2995 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2998 remote definition of `default-directory', ensure we can connect.
2999
3000 2012-09-02 Juri Linkov <juri@jurta.org>
3001
3002 Toggle whitespace matching mode with M-s SPC.
3003 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3004
3005 * isearch.el (search-whitespace-regexp): Doc fix.
3006 Remove cons cell customization.
3007 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3008 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3009 New variables.
3010 (isearch-forward, isearch-forward-regexp): Doc fix.
3011 (isearch-toggle-lax-whitespace): New command.
3012 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3013 (re-search-forward-lax-whitespace)
3014 (re-search-backward-lax-whitespace): New functions.
3015 (isearch-whitespace-regexp): Remove function.
3016 (isearch-query-replace): Let-bind replace-search-function and
3017 replace-re-search-function.
3018 (isearch-occur): Let-bind search-spaces-regexp according to the
3019 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3020 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3021 condition for C-q SPC.
3022 (isearch-search-fun-default): Use new functions mentioned above.
3023 (isearch-search-forward, isearch-search-backward): Remove functions.
3024 (isearch-search): Don't let-bind search-spaces-regexp.
3025 (isearch-lazy-highlight-space-regexp): Remove variable.
3026 (isearch-lazy-highlight-lax-whitespace)
3027 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3028 (isearch-lazy-highlight-new-loop): Use them.
3029 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3030
3031 2012-09-02 Chong Yidong <cyd@gnu.org>
3032
3033 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3034
3035 2012-09-02 Glenn Morris <rgm@gnu.org>
3036
3037 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3038
3039 2012-09-01 Glenn Morris <rgm@gnu.org>
3040
3041 * term.el: Tidy up menu definitions.
3042 (term-mode-map): Use easymenu for In/Out, Complete menus.
3043 (term-pager-break-map): Initialize in the defvar.
3044 (term-terminal-menu, term-signals-menu): Define with easymenu.
3045 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3046 (term-pager-menu): New, extracted from term-process-pager.
3047 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3048 (term-update-mode-line): Propertize line/char and page items.
3049 (term-process-pager): Move keymap initialization elsewhere.
3050
3051 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3052
3053 * window.el (switch-to-prev-buffer): Handle additional values of
3054 BURY-OR-KILL argument. Don't switch in minibuffer window.
3055 (switch-to-next-buffer): Don't switch in minibuffer window.
3056 (quit-restore-window): New function based on quit-window.
3057 Handle additional values of former KILL argument.
3058 (quit-window): Call quit-restore-window with appropriate
3059 interpretation of KILL argument.
3060 (display-buffer-below-selected): New buffer display action
3061 function.
3062
3063 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * minibuffer.el (completion-at-point-functions): Complete docstring
3066 (bug#12254).
3067
3068 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3069
3070 Better seed support for (random).
3071 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3072 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3073 * play/mpuz.el, play/tetris.el, play/zone.el:
3074 * calc/calc-comb.el (math-init-random-base):
3075 * play/blackbox.el (bb-init-board):
3076 * play/life.el (life):
3077 * server.el (server-use-tcp):
3078 * type-break.el (type-break):
3079 Remove unnecessary call to (random t).
3080 * net/sasl.el (sasl-unique-id-function):
3081 Change (random t) to (random), now that the latter is more random.
3082 * play/life.el (life-initialized): Remove no-longer-needed var.
3083
3084 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3085
3086 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3087 Consider frame's buffer predicate when choosing the buffer.
3088 (Bug#12081)
3089
3090 2012-08-30 Richard Stallman <rms@gnu.org>
3091
3092 * simple.el (special-mode-map): Delete binding for `z'.
3093
3094 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3095
3096 * progmodes/compile.el (compilation-always-kill): Doc fix.
3097
3098 2012-08-30 Chong Yidong <cyd@gnu.org>
3099
3100 * window.el (display-buffer-reuse-frames): Make the obsolescence
3101 message more informative.
3102
3103 2012-08-30 Glenn Morris <rgm@gnu.org>
3104
3105 * paren.el (show-paren-delay):
3106 Add a :set function. Doc fix. (Bug#12297)
3107
3108 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3109
3110 * progmodes/compile.el (compilation-always-kill): New var.
3111 (compilation-start): Use it.
3112
3113 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3116 * files.el (read-only-mode): Move to simple.el.
3117
3118 * files.el (read-only-mode): New minor mode.
3119 (toggle-read-only): Use it and mark obsolete.
3120 (find-file--read-only):
3121 * vc/vc.el (vc-next-action, vc-checkout):
3122 * vc/vc-cvs.el (vc-cvs-checkout):
3123 * obsolete/vc-mcvs.el (vc-mcvs-update):
3124 * ffap.el (ffap--toggle-read-only): Update callers.
3125
3126 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * eshell/esh-ext.el (eshell-external-command): Do not examine
3129 remote shell scripts.
3130 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3131
3132 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3133 "/usr/local/sbin".
3134
3135 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3138
3139 2012-08-28 Leo Liu <sdl.web@gmail.com>
3140
3141 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3142 completion-at-point. (Bug#12220)
3143
3144 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3145
3146 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3147
3148 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3151 be buffer-local; add delete-trailing-whitespace (bug#12259).
3152
3153 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3154
3155 * progmodes/hideif.el (hif-compress-define-list):
3156 Fix typo. (Bug#11951)
3157
3158 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3159
3160 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3161 buffer local setting.
3162
3163 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3164 rcirc-encode-coding-system.
3165
3166 2012-08-28 Leo Liu <sdl.web@gmail.com>
3167
3168 * net/rcirc.el (rcirc-split-message): New function.
3169 (rcirc-send-message): Use it. (Bug#12051)
3170
3171 2012-08-28 Juri Linkov <juri@jurta.org>
3172
3173 * info.el (Info-fontify-node): Hide empty lines at the end of
3174 the node. (Bug#12272)
3175
3176 2012-08-27 Drew Adams <drew.adams@oracle.com>
3177
3178 * dired.el (dired-pop-to-buffer): Make window start at beginning
3179 of buffer (Bug#12281).
3180
3181 2012-08-26 Chong Yidong <cyd@gnu.org>
3182
3183 * window.el (special-display-regexps, special-display-frame-alist)
3184 (special-display-buffer-names, special-display-function)
3185 (display-buffer-reuse-frames): Mark as obsolete.
3186
3187 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3188
3189 * help.el (help-print-return-message): Don't treat
3190 display-buffer-reuse-frames specially.
3191
3192 2012-08-26 Chong Yidong <cyd@gnu.org>
3193
3194 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3195 New variable, replacing gdb-frame-parameters.
3196 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3197 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3198 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3199 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3200 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3201 the functions directly with gdb-display-buffer-other-frame-action.
3202 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3203 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3204 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3205 (gdb-display-registers-buffer): Define directly.
3206 (def-gdb-display-buffer): Macro deleted.
3207 (gdb-display-buffer): Remove second and third args, callers don't
3208 use them. Defer to the default display-buffer behavior, apart
3209 from making windows dedicated.
3210 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3211
3212 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3213
3214 * window.el (display-buffer-pop-up-frame): Handle a
3215 pop-up-frame-parameters alist entry.
3216 (display-buffer): Document it.
3217
3218 2012-08-26 Chong Yidong <cyd@gnu.org>
3219
3220 * isearch.el (search-whitespace-regexp): Make string and nil
3221 values apply to both ordinary and regexp search. Allow a cons
3222 cell value to distinguish between the two.
3223 (isearch-whitespace-regexp, isearch-search-forward)
3224 (isearch-search-backward): New functions.
3225 (isearch-occur, isearch-search-fun-default, isearch-search)
3226 (isearch-lazy-highlight-new-loop): Use them.
3227 (isearch-forward, isearch-forward-regexp): Doc fix.
3228
3229 2012-08-26 Chong Yidong <cyd@gnu.org>
3230
3231 * faces.el (help-argument-name): Always inherit from italic
3232 (Bug#12213).
3233
3234 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3235
3236 * window.el (window--even-window-heights): Even heights when
3237 WINDOW and the selected window form a vertical combination.
3238 (display-buffer-use-some-window): Provide that window used gets
3239 sized back by quit-window. (Bug#11880) and (Bug#12091)
3240
3241 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3242
3243 Fix file time stamp problem with bzr and CVS (Bug#12001).
3244 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3245 in the file's time stamp, since the version control system loses
3246 that information.
3247
3248 2012-08-22 Juri Linkov <juri@jurta.org>
3249
3250 * info.el (Info-fontify-node): Hide the suffix of the
3251 Info file name in the header line. (Bug#12187)
3252
3253 2012-08-22 Glenn Morris <rgm@gnu.org>
3254
3255 * calendar/cal-tex.el (cal-tex-weekly-common):
3256 Restore leading blank page.
3257
3258 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3259
3260 * misc.el (forward-to-word, backward-to-word): Activate or extend
3261 the region under `shift-select-mode'. (Bug#12231)
3262
3263 2012-08-22 Bastien Guerry <bzg@gnu.org>
3264
3265 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3266 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3267 gives details on why the space is never needed.
3268
3269 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3270
3271 * window.el (walk-window-tree, window-with-parameter):
3272 New optional argument MINIBUF to control whether these functions
3273 should run on the minibuffer window.
3274 (window-at-side-list): Don't operate on minibuffer window.
3275 (window-in-direction): Simplify and rewrite doc-string.
3276 (window--size-ignore): Rename to window--size-ignore-p.
3277 Update callers.
3278 (display-buffer-in-atom-window, window--major-non-side-window)
3279 (window--major-side-window, display-buffer-in-major-side-window)
3280 (delete-side-window, display-buffer-in-side-window):
3281 New functions.
3282 (window--side-check, window-deletable-p, delete-window)
3283 (delete-other-windows, split-window): Handle side windows and
3284 atomic windows appropriately.
3285 (window--display-buffer): Call display-buffer-record-window also
3286 when the window buffer did not change.
3287
3288 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3289
3290 * help-fns.el (help-fns--key-bindings):
3291 Abbreviate non-symbol remap targets. (Bug#12174)
3292
3293 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3294
3295 * dired.el (dired-mark-remembered): Don't clobber point.
3296 (Bug#11795)
3297
3298 2012-08-22 Glenn Morris <rgm@gnu.org>
3299
3300 * progmodes/bug-reference.el (bug-reference): New custom group.
3301 (bug-reference-bug-regexp): Make it a defcustom.
3302
3303 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3304
3305 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3306 (js-paren-indent-offset, js-square-indent-offset)
3307 (js-curly-indent-offset): Add :safe (Bug#12257).
3308
3309 2012-08-22 Edward O'Connor <hober0@gmail.com>
3310
3311 * json.el (json-key-format): Add error properties.
3312 (json-encode-key): New function.
3313 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3314 Use json-encode-key.
3315
3316 2012-08-22 Glenn Morris <rgm@gnu.org>
3317
3318 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3319 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3320 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3321 Update for above change.
3322
3323 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3324
3325 * cus-face.el (custom-face-attributes): Fix customize type for the
3326 :underline attribute. (Bug#11805)
3327
3328 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3329
3330 * window.el (window-point-1, set-window-point-1): Remove.
3331 (window-in-direction, record-window-buffer)
3332 (set-window-buffer-start-and-point, split-window-below)
3333 (window--state-get-1, display-buffer-record-window):
3334 Replace calls to window-point-1 and set-window-point-1 by calls to
3335 window-point and set-window-point respectively.
3336
3337 2012-08-21 Glenn Morris <rgm@gnu.org>
3338
3339 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3340 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3341 Use it.
3342
3343 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3344 (cal-tex-shortday): New function.
3345 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3346 (cal-tex-cursor-filofax-daily): Use the above.
3347
3348 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3349 New functions.
3350 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3351 (cal-tex-cursor-filofax-week): Use them.
3352
3353 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3354 New constants.
3355 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3356 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3357
3358 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3359 (cal-tex-end-document): Don't rely on buffer name.
3360
3361 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3362 Use cal-tex-vspace.
3363 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3364 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3365 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3366 Use cal-tex-arg.
3367
3368 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3369 (cal-tex-cursor-week, cal-tex-cursor-week2)
3370 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3371 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3372 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3373 (cal-tex-insert-preamble, cal-tex-b-document)
3374 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3375 Improve cal-tex-cmd usage.
3376
3377 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3378 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3379 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3380 (cal-tex-weekly-paper): New function.
3381 (cal-tex-cursor-week, cal-tex-cursor-week2)
3382 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3383 (cal-tex-cursor-day): Use it.
3384
3385 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3386 (cal-tex-cursor-filofax-week): Remove leading blank page.
3387
3388 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3389 Add autoload cookie. For now at least, don't use color, since
3390 no other cal-tex function does.
3391
3392 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3393 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3394 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3395
3396 2012-08-21 Juri Linkov <juri@jurta.org>
3397
3398 * info.el (Info-file-attributes): New variable.
3399 (info-insert-file-contents): Add file attributes to
3400 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3401 `Info-toc-nodes' when previous modtime of the Info file is less
3402 than new modtime.
3403 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3404 of info.el. (Bug#12230)
3405
3406 2012-08-20 Glenn Morris <rgm@gnu.org>
3407
3408 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3409 * calendar/holidays.el (calendar-holiday-list):
3410 Report errors with display-warning rather than beep'n'sleep.
3411
3412 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3413
3414 * net/tramp.el (tramp-accept-process-output): Accept only output
3415 from PROC. Otherwise, process filters and sentinels might be
3416 confused. (Bug#12145)
3417
3418 2012-08-20 Chong Yidong <cyd@gnu.org>
3419
3420 * descr-text.el (describe-text-properties-1): Use overlays-in to
3421 report on empty overlays (Bug#3322).
3422
3423 2012-08-20 Glenn Morris <rgm@gnu.org>
3424
3425 * mail/rmailout.el (rmail-output-read-file-name):
3426 Trap and report errors in rmail-output-file-alist elements.
3427
3428 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3429 since most non-font-lock faces are not also variables).
3430
3431 2012-08-20 Edward Reingold <reingold@iit.edu>
3432
3433 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3434 New function. (Bug12160)
3435
3436 2012-08-19 Glenn Morris <rgm@gnu.org>
3437
3438 * mail/rmailout.el (rmail-output-read-file-name):
3439 Fix previous change (when the alist is nil or does not match).
3440
3441 2012-08-19 Chong Yidong <cyd@gnu.org>
3442
3443 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3444 (Bug#12228).
3445
3446 2012-08-18 Chong Yidong <cyd@gnu.org>
3447
3448 * simple.el (yank-handled-properties): New defcustom.
3449 (yank-excluded-properties): Add font-lock-face and category.
3450 (yank): Doc fix.
3451
3452 * subr.el (remove-yank-excluded-properties):
3453 Obey yank-handled-properties. The special handling of font-lock-face
3454 and category is now done this way, instead of being hard-coded.
3455 (insert-for-yank-1): Remove font-lock-face handling.
3456 (yank-handle-font-lock-face-property)
3457 (yank-handle-category-property): New function.
3458
3459 2012-08-17 Glenn Morris <rgm@gnu.org>
3460
3461 * mail/rmailout.el (rmail-output-read-file-name):
3462 Check rmail-output-file-alist against the full message body
3463 in the correct rmail buffer. (Bug#12214)
3464
3465 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3468 Eliminate superfluous prompt. (Bug#12203)
3469
3470 2012-08-17 Chong Yidong <cyd@gnu.org>
3471
3472 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3473 font spec, set the font directly (Bug#3228).
3474
3475 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3476
3477 * window.el (delete-window): Fix last fix.
3478
3479 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3480
3481 * window.el (window-valid-p): Move to window.c.
3482 (window-child, window-child-count, window-last-child)
3483 (window-normalize-window, window-combined-p)
3484 (window-combinations, window-atom-root, window-min-size)
3485 (window-sizable, window-sizable-p, window-size-fixed-p)
3486 (window-min-delta, window-max-delta, window--resizable)
3487 (window--resizable-p, window-resizable, window-total-size)
3488 (window-full-height-p, window-full-width-p, window-body-size)
3489 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3490 (minimize-window, window-deletable-p, delete-window)
3491 (delete-other-windows, set-window-buffer-start-and-point)
3492 (next-buffer, previous-buffer, split-window, balance-windows-2)
3493 (set-window-text-height, window-buffer-height)
3494 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3495 (truncated-partial-width-window-p): Minor code adjustments.
3496 In doc-strings state whether the argument window has to denote a
3497 live, valid or any window.
3498
3499 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3500
3501 * progmodes/subword.el (subword-forward-function)
3502 (subword-backward-function, subword-forward-regexp)
3503 (subword-backward-regexp): New variables.
3504 (subword-forward, subword-forward-internal, subword-backward-internal):
3505 Use new variables, eg so that different "word" definitions
3506 can be easily used. (Bug#11411)
3507
3508 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3511 for composite selectors.
3512 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3513 operation just because we can't find a previous revision.
3514
3515 2012-08-15 Chong Yidong <cyd@gnu.org>
3516
3517 * frame.el (set-frame-font): Accept font objects.
3518
3519 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3522
3523 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3524
3525 * man.el (Man-overstrike-face, Man-underline-face)
3526 (Man-reverse-face): Remove variables.
3527 (Man-overstrike, Man-underline, Man-reverse): New faces.
3528 (Man-fontify-manpage): Use them instead of the variables.
3529 (Man-cleanup-manpage): Comment change.
3530 (Man-ansi-color-map): New variable.
3531 (Man-fontify-manpage): Use it.
3532 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3533
3534 Implement ANSI SGR parameters 22-27 (bug#12146).
3535 * ansi-color.el (ansi-colors): Doc fix.
3536 (ansi-color-context, ansi-color-context-region): Doc fix.
3537 (ansi-color--find-face): New function.
3538 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3539 Rename the local variable `face' to `codes' since it is now a list of
3540 ansi codes. Doc fix.
3541 (ansi-color-get-face): Remove.
3542 (ansi-color-parse-sequence): New function, derived from
3543 ansi-color-get-face.
3544 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3545 codes 22-27.
3546
3547 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * subr.el (read-passwd): Allow use from a minibuffer.
3550
3551 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3552
3553 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3554 inside comments and strings as identifiers.
3555
3556 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3557 expression to evaluate. This allows to evaluate expressions with
3558 embedded whitespace.
3559 (gud-tooltip-tips): Add a blank before the newline in the
3560 message-box text, for the benefit of message-box emulation on
3561 MS-Windows.
3562
3563 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3564 messages from GDB, pop them up in a tooltip to give feedback to
3565 user.
3566 (gdb-tooltip-print-1): Quote the expression to evaluate.
3567 This allows to evaluate expressions with embedded whitespace.
3568 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3569 if the TTY name is nil or empty (which happens when communicating
3570 with the inferior via pipes, e.g. on MS-Windows).
3571 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3572 don't send that to the GUD buffer.
3573
3574 2012-08-14 Glenn Morris <rgm@gnu.org>
3575
3576 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3577 Optimize away setq-default with no args, as for setq. (Bug#12195)
3578
3579 2012-08-14 Chong Yidong <cyd@gnu.org>
3580
3581 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3582
3583 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3584 (Bug#12085).
3585
3586 2012-08-14 Glenn Morris <rgm@gnu.org>
3587
3588 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3589
3590 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3593 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3594 Use cached shell name.
3595
3596 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3597
3598 * progmodes/python.el (python-shell-send-string):
3599 (python-shell-send-setup-code): Do not use `format' with `message'.
3600
3601 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3602
3603 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3604 (ruby-percent-literal-beg-re): New constant.
3605 (ruby-syntax-general-delimiters-goto-beg): Rename to
3606 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3607 (ruby-syntax-propertize-general-delimiters): Rename to
3608 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3609 popular term. Adjust comments everywhere.
3610 (ruby-syntax-propertize-percent-literal): Only propertize when not
3611 inside a simple string or comment. When the literal is unclosed,
3612 leave the text after it unpropertized.
3613 (ruby-syntax-methods-before-regexp): New constant.
3614 (ruby-syntax-propertize-function): Use it to recognize regexps.
3615 Don't look at the text after regexp, just use the whitelist.
3616
3617 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3618
3619 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3620 non-nil always load the compiled file if it exists. (Bug#12197)
3621
3622 2012-08-14 Chong Yidong <cyd@gnu.org>
3623
3624 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3625 (hi-lock-set-pattern): When deciding whether to use font lock or
3626 overlays, look at font-lock-mode instead of font-lock-fontified
3627 (Bug#12168).
3628 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3629 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3630
3631 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3632
3633 * subr.el (internal--after-with-selected-window): Fix typo
3634 (Bug#12193).
3635
3636 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3637
3638 Use `completion-table-dynamic' for completion functions.
3639 * progmodes/python.el
3640 (python-shell-completion--do-completion-at-point)
3641 (python-shell-completion--get-completions):
3642 Remove functions.
3643 (python-shell-completion-complete-at-point): New function.
3644 (python-completion-complete-at-point): Use it.
3645
3646 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3647
3648 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3649 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3650
3651 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * subr.el (function-get): Refine `autoload' arg so it can also
3654 autoload functions for gv.el (bug#12191).
3655 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3656 autoloads macros.
3657
3658 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3659 Prefer pcase-let over destructuring-bind.
3660 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3661 Also, remove whitespace as we go, rather than after accumulating the
3662 various places.
3663
3664 * subr.el (internal--before-with-selected-window)
3665 (internal--after-with-selected-window): Fix typo seleted->selected.
3666 (with-selected-window): Adjust callers.
3667 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3668
3669 2012-08-13 Bastien Guerry <bzg@gnu.org>
3670
3671 * window.el (special-display-popup-frame): Minor docstring
3672 enhancement. (Bug#12172)
3673
3674 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3675
3676 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3677 type 1-6.
3678 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3679 extended headers.
3680
3681 * files.el (hack-local-variables-filter): Remove useless eval.
3682
3683 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3684
3685 * subr.el (with-selected-window): Fix last change.
3686
3687 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * subr.el (internal--before-with-seleted-window)
3690 (internal--after-with-seleted-window): New functions.
3691 (with-selected-window): Use them, to replace dependency on
3692 tty-top-frame.
3693
3694 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3695
3696 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3697 binding for `newline'.
3698 (ruby-move-to-block): When moving backward, stop at block opening,
3699 not indentation.
3700 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3701 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3702 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3703 `ruby-toggle-block'.
3704
3705 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * ibuffer.el (ibuffer-do-toggle-read-only):
3708 * dired.el (dired-toggle-read-only):
3709 * buff-menu.el (Buffer-menu-toggle-read-only):
3710 * bindings.el (mode-line-toggle-read-only):
3711 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3712
3713 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3714
3715 * descr-text.el (describe-char): Put the overlays over the
3716 "displayed as" character.
3717
3718 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3719
3720 * calc/calc-units.el (math-default-units-table): Give an
3721 initial value.
3722 (math-put-default-units): Add options to put composite units and
3723 unit systems in the default units table.
3724 (calc-convert-units): Send composite units to
3725 `math-put-default-units' when appropriate.
3726
3727 2012-08-11 Glenn Morris <rgm@gnu.org>
3728
3729 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3730
3731 * tutorial.el (help-with-tutorial):
3732 * emacs-lisp/copyright.el (copyright-update-directory):
3733 * emacs-lisp/autoload.el (autoload-find-generated-file)
3734 (autoload-find-file): Disable local eval: (for insurance).
3735
3736 * files.el (hack-local-variables-filter): If an eval: form is not
3737 known to be safe, and enable-local-variables is :safe, then ignore
3738 the form totally, as is done for non-eval forms. (Bug#12155)
3739 This is CVE-2012-3479.
3740
3741 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3744 (rx-form): Simplify.
3745
3746 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3747
3748 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3749 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3750 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3751 (ruby-syntax-propertize-function): Adjust for changes in
3752 `ruby-syntax-propertize-heredoc'.
3753
3754 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3755
3756 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3757 binding (use `M-;' instead).
3758 (ruby-singleton-class-p): New function.
3759 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3760
3761 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3764
3765 2012-08-10 Chong Yidong <cyd@gnu.org>
3766
3767 * progmodes/python.el (python-shell-get-process-name): Don't mess
3768 with same-window-buffer-names.
3769
3770 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3771 (eshell-remove-from-window-buffer-names): Make obsolete.
3772 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3773 (eshell): Just use pop-to-buffer-same-window instead.
3774
3775 2012-08-10 Chong Yidong <cyd@gnu.org>
3776
3777 * bindings.el: Bind M-= back to count-words-region.
3778
3779 * simple.el (count-words-region): Accept a prefix arg for acting
3780 on the entire buffer.
3781 (count-words--buffer-message): New helper function.
3782
3783 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3786 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3787 (event-start, event-end): Use posn-at-point to return a more
3788 informative posn.
3789 (posnp): New function.
3790 * mouse.el (popup-menu-normalize-position): Use it.
3791
3792 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3793
3794 * mouse.el (popup-menu-normalize-position): New function.
3795 (popup-menu): Use `popup-menu-normalize-position' to normalize
3796 the form for POSITION argument.
3797
3798 * term/x-win.el (x-menu-bar-open):
3799 Use the value returend from (posn-at-point) as position
3800 passed to `popup-menu'.
3801
3802 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3803
3804 * calc/calccomp.el (math-compose-expr): Add extra argument
3805 indicating that parentheses should be put around products in
3806 denominators. Give multiplication precedence over division during
3807 composition.
3808
3809 2012-08-09 Chong Yidong <cyd@gnu.org>
3810
3811 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3812 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3813 (Man-untabify-command, manual-program): Convert to defcustom
3814 (Bug#10429).
3815
3816 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3817
3818 * descr-text.el (describe-char): Don't insert extra newlines
3819 (Bug#10127).
3820
3821 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3822 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3823
3824 * align.el (align-region): Delete temporary markers (Bug#10047).
3825 Plus some code cleanups.
3826
3827 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3828
3829 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3830 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3831 (python-shell-internal-last-output): Use make-local-variable
3832 instead of make-variable-buffer-local.
3833
3834 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3835
3836 * progmodes/python.el: Enhancements to forward-sexp.
3837 (python-nav-forward-sexp): Rename from
3838 python-nav-forward-sexp-function.
3839 (python-nav--forward-sexp, python-nav--backward-sexp):
3840 New functions.
3841
3842 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3843
3844 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3845 modes and simplification modes.
3846
3847 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * delsel.el (delete-selection-pre-hook): Don't propagate the
3850 file-supersession signals (bug#12161).
3851
3852 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3855 (cl-map-extents): Add compatibility aliases (bug#12135).
3856
3857 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3858
3859 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3860 tests by `ignore-error'.
3861 (tramp-find-shell): Open also a new shell, when cache is already
3862 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3863
3864 2012-08-08 Juri Linkov <juri@jurta.org>
3865
3866 * bookmark.el: Add `defaults' property to the bookmark record.
3867 (bookmark-current-buffer): Doc fix.
3868 (bookmark-make-record): Add `defaults' property with default values
3869 to the bookmark record.
3870 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3871 with `bookmark-insert-current-bookmark'.
3872 (bookmark-set): Get `defaults' property from the bookmark record
3873 and use it in `read-from-minibuffer'.
3874 (bookmark-insert-current-bookmark): Remove function.
3875
3876 * info.el (Info-bookmark-make-record): Add `defaults' property
3877 with values of canonical Info node name, the current Info file
3878 name and the current Info node name. (Bug#12107)
3879
3880 2012-08-08 Juri Linkov <juri@jurta.org>
3881
3882 * files.el (basic-save-buffer): Use `buffer-name' as the default
3883 of `read-file-name' when buffer is not visiting a file (bug#12128).
3884
3885 2012-08-08 Juri Linkov <juri@jurta.org>
3886
3887 * info.el (Info-isearch-search): Doc fix.
3888 (Info-search): Change search-failed message from "initial node" to
3889 "end of node" (bug#12078).
3890 (Info-isearch-search): Change `isearch-string-state' to
3891 `isearch--state-string'.
3892
3893 2012-08-08 Glenn Morris <rgm@gnu.org>
3894
3895 * language/persian.el: Remove file.
3896 * language/misc-lang.el: Move unique part of persian.el here.
3897 * loadup.el: Remove language/persian.
3898
3899 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3900
3901 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3902
3903 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3904
3905 * progmodes/python.el Fixed defsubst warning.
3906 (python-syntax-context) Rename from python-info-ppss-context.
3907 (python-syntax-context-type): Rename from
3908 python-info-ppss-context-type.
3909 (python-syntax-comment-or-string-p): Rename from
3910 python-info-ppss-comment-or-string-p.
3911
3912 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3913
3914 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3915
3916 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3917
3918 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3919 a defcustom that is quoted with backquote.
3920
3921 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3922 Fix handling of interactive spec when the body uses return.
3923 (math-do-arg-check, math-define-function-body): Use backquote forms.
3924 * calc/calc-ext.el (math-defcache): Likewise.
3925 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3926 * allout.el (allout-new-exposure): Likewise.
3927 * calc/calcalg2.el (math-tracing-integral): Likewise.
3928 * info.el (Info-last-menu-item): Likewise.
3929 * emulation/vip.el (vip-loop): Likewise.
3930 * textmodes/artist.el (artist-funcall): Likewise.
3931 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3932 Construct menu-item directly.
3933
3934 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3935 Don't declare.
3936
3937 2012-08-07 Chong Yidong <cyd@gnu.org>
3938
3939 * simple.el (deactivate-mark): Preserve text properties when
3940 saving the primary selection (Bug#8384).
3941
3942 2012-08-07 Kevin Ryde <user42@zip.com.au>
3943
3944 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3945 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3946 and continue processing (Bug#12110).
3947
3948 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3951 syntax-propertize-function (bug#10095).
3952
3953 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3956 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3957 describe-function-1.
3958 (describe-function-1): Use them. Move compiler macro after sig.
3959 (help-fns--compiler-macro): Use function-get. Assume we're already in
3960 standard-output. Adjust layout to new call order.
3961
3962 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3963 re-binding a symbol that has a symbol-macro (bug#12119).
3964
3965 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3966
3967 * language/persian.el: New file. (Bug#11812)
3968 * loadup.el: Add language/persian.el.
3969
3970 2012-08-06 Chong Yidong <cyd@gnu.org>
3971
3972 * window.el (window--maybe-raise-frame): New function.
3973 (window--display-buffer): Split off from here.
3974 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3975 (display-buffer-pop-up-window, display-buffer-use-some-window):
3976 Obey an inhibit-switch-frame action alist entry.
3977 (display-buffer): Update doc.
3978
3979 * replace.el (occur-after-change-function): Avoid losing focus by
3980 using the inhibit-switch-frame display parameter (Bug#12139).
3981
3982 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3983
3984 Make internal shell process buffer names start with space.
3985 * progmodes/python.el (python-shell-make-comint): Add optional
3986 argument INTERNAL.
3987 (run-python-internal): Use it.
3988 (python-shell-internal-get-or-create-process): Check for new
3989 internal buffer names.
3990
3991 2012-08-06 Glenn Morris <rgm@gnu.org>
3992
3993 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3994 Do less getting and setting of environment variables.
3995
3996 2012-08-05 Chong Yidong <cyd@gnu.org>
3997
3998 * proced.el (proced): Add substitution string to docstring to
3999 trigger autoloading of the proced library on C-h f (Bug#1768).
4000
4001 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4002 Don't show defvars which have no second argument (Bug#8638).
4003
4004 * imenu.el (imenu-generic-expression): Move documentation here
4005 from imenu--generic-function.
4006 (imenu--generic-function): Refer to imenu-generic-expression.
4007
4008 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4009
4010 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4011 indentation declaration.
4012 (viper-loop): Add indentation declaration (Bug#7025).
4013
4014 2012-08-05 Chong Yidong <cyd@gnu.org>
4015
4016 * help-fns.el (describe-variable): Add hyperlink for
4017 directory-local variables files. Improve buffer-local and
4018 permanent-local reporting; suggested by MON KEY (Bug#6644).
4019
4020 * help-mode.el (help-dir-local-var-def): New button type.
4021
4022 * files.el (kill-buffer-hook): Provide a defvar.
4023
4024 2012-08-05 Glenn Morris <rgm@gnu.org>
4025
4026 * eshell/esh-ext.el (eshell/addpath):
4027 Also update eshell-path-env. (Bug#12013)
4028
4029 2012-08-05 Chong Yidong <cyd@gnu.org>
4030
4031 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4032
4033 * fringe.el (fringe-styles): Add docstring.
4034 (fringe--check-mode): New function.
4035 (set-fringe-mode, set-fringe-style): Use it.
4036 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4037
4038 * files.el (set-auto-mode): Fix invalid setq call.
4039
4040 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * isearch.el: Misc simplification; use defstruct.
4043 (isearch-mode-map): Dense maps now work like sparse ones.
4044 (isearch--state): New defstruct.
4045 (isearch-string-state, isearch-message-state, isearch-point-state)
4046 (isearch-success-state, isearch-forward-state)
4047 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4048 (isearch-wrapped-state, isearch-barrier-state)
4049 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4050 replaced by defstruct's accessors.
4051 (isearch--set-state): Rename from isearch-top-state and change
4052 calling convention.
4053 (isearch-push-state): Use new isearch--get-state.
4054 (isearch-toggle-word): Disable regexp when enabling word.
4055 (isearch-message-prefix): Remove unused arg _c-q-hack.
4056 (isearch-message-suffix): Remove unused arg _ellipsis.
4057
4058 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4059
4060 * simple.el (list-processes--refresh): For a server use :host or
4061 :local as the address.
4062 (list-processes): Doc fix.
4063
4064 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4065
4066 * lisp/mpc.el: Support password in host argument.
4067 (mpc--proc-connect): Parse and use new password element.
4068 Set mpc-proc variable instead of returning process.
4069 (mpc-proc): Adjust accordingly.
4070
4071 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4072
4073 * whitespace.el (whitespace-display-mappings): Use Unicode
4074 codepoints, instead of emacs-mule codepoints. See
4075 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4076 for the details.
4077
4078 * files.el (file-truename): Don't skip symlink-chasing part on
4079 windows-nt. Incorporate the resolution of 8+3 short aliases on
4080 Windows into the loop that recursively chases symlinks.
4081 Compare directory and its parent case-insensitively on MS-Windows and
4082 MS-DOS.
4083
4084 2012-08-03 Chong Yidong <cyd@gnu.org>
4085
4086 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4087
4088 * sort.el (sort-regexp-fields): Doc fix.
4089
4090 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4091
4092 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4093 labels regex position point at the expected place.
4094
4095 2012-08-03 MON KEY <monkey@sandpframing.com>
4096
4097 * net/imap.el (imap-interactive-login, imap-authenticate)
4098 (imap-mailbox-lsub, imap-mailbox-list)
4099 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4100 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4101 (imap-parse-response): Doc fix.
4102
4103 2012-08-03 João Távora <joaotavora@gmail.com>
4104
4105 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4106 if sexp scanning does not move point (Bug#5734).
4107
4108 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4109
4110 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4111 Add listings, minted, and ctable packages.
4112 (reftex-label-alist-builtin): Move listings, minted, and ctable
4113 entries before LaTeX.
4114 (reftex-label-alist): Docfix.
4115
4116 2012-08-02 Bastien Guerry <bzg@gnu.org>
4117
4118 * replace.el (occur): Fix docstring (bug#12122).
4119
4120 2012-08-02 Glenn Morris <rgm@gnu.org>
4121
4122 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4123
4124 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4125
4126 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4127 * international/mule-cmds.el: Create
4128 inactivate-current-input-method-function as an obsolete alias for
4129 deactivate-current-input-method-function. See Katsumi Yamaoka in
4130 <http://bugs.gnu.org/10150#46>.
4131
4132 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4133
4134 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4135 of nested `if's.
4136
4137 2012-08-01 Glenn Morris <rgm@gnu.org>
4138
4139 * progmodes/autoconf.el (autoconf-definition-regexp):
4140 Add AH_TEMPLATE, adjust submatch numbering.
4141 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4142 (autoconf-current-defun-function): Update for above change.
4143 (autoconf-current-defun-function): First skip to end of current word.
4144
4145 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4146
4147 * calendar/cal-html.el (cal-html-insert-agenda-days):
4148 Fix typo. (Bug#12018)
4149
4150 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4151
4152 Shell processes: enhancements to startup and CEDET compatibility.
4153 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4154 (python-shell-make-comint): accept-process-output at startup.
4155 (run-python-internal): Set inferior-python-mode-hook to nil.
4156 (python-shell-internal-get-or-create-process): call sit-for.
4157 (python-preoutput-result): Add obsolete alias.
4158 (python-shell-internal-send-string): Use it.
4159 (python-shell-send-setup-code): Remove call to
4160 accept-process-output.
4161
4162 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4163
4164 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4165 (Bug#12108)
4166
4167 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4168
4169 * calc-mode.el (calc-basic-simplification-mode): Rename from
4170 `calc-limited-simplification-mode'.
4171 (calc-alg-simplification-mode): New function.
4172 (calc-set-simplify-mode): Adjust message.
4173
4174 * calc.el (calc-set-mode-line): Adjust mode line display for
4175 basic simplification mode.
4176
4177 * calc-help.el (calc-m-prefix-help): Update help message.
4178
4179 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4180 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4181
4182 2012-07-31 Bastien Guerry <bzg@gnu.org>
4183
4184 * man.el (man): Fix comment. (bug#12101)
4185
4186 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4187
4188 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4189 Don't return a non-nil value when no suitable buffer was found.
4190
4191 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4192
4193 * progmodes/python.el (run-python-internal): Disable font lock for
4194 internal shells.
4195
4196 2012-07-30 Stefan Merten <smerten@oekonux.de>
4197
4198 * textmodes/rst.el: Silence `checkdoc-ispell'.
4199 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4200 (rst-official-version, rst-official-cvs-rev)
4201 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4202 (rst-mode-map): New key binding.
4203
4204 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4205
4206 Update .PHONY listings in makefiles.
4207 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4208 autoloads, update-subdirs, updates, bzr-update, update-authors,
4209 compile-onefile, compile-calc, backup-compiled-files,
4210 compile-after-backup, compile-one-process, mh-autoloads,
4211 bootstrap-clean, distclean, maintainer-clean.
4212
4213 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4214
4215 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4216 (calc-set-mode-line): Don't display "AlgSimp ".
4217
4218 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4219 (calc-lim-simplify-mode): New function.
4220 (calc-set-simplify-mode): Default to 'alg.
4221 (calc-default-simplify-mode): Make algebraic simplifications
4222 the default.
4223
4224 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4225 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4226
4227 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4228 indicate new simplification modes.
4229
4230 * calc/README: Mention new default simplification mode.
4231
4232 * calc/calc.el (math-normalize-error): New variable.
4233 (math-normalize): Set `math-normalize-error' to t
4234 when there's an error.
4235
4236 * calc/calc-alg.el (math-simplify): Don't simplify when
4237 `math-normalize' returns an error.
4238
4239 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4240
4241 * international/mule-cmds.el (set-locale-environment): Revert last
4242 change, since display-graphic-p returns nil when this function is
4243 called during startup. Instead...
4244
4245 * term/w32console.el (terminal-init-w32console): ...setup the
4246 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4247
4248 2012-07-29 Juri Linkov <juri@jurta.org>
4249
4250 * simple.el (goto-line): Don't display default line number in the
4251 prompt because it should be displayed by `read-number' (bug#9952).
4252 Add the current line number to the defaults of `goto-line' to
4253 allow its easier modification by users with `M-n' (bug#9201).
4254
4255 * subr.el (read-number): Support multiple default values like in
4256 other minibuffer reading functions. Replace `read' with
4257 `string-to-number' for consistency with `number-to-string'.
4258
4259 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4260
4261 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4262 * emulation/viper-init.el (viper-deactivate-input-method-action):
4263 Rename from viper-inactivate-input-method-action.
4264 (viper-deactivate-input-method):
4265 Rename from viper-inactivate-input-method.
4266 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4267 * international/mule-cmds.el (deactivate-input-method):
4268 Rename from inactivate-input-method.
4269 Also run input-method-deactivate-hook.
4270 (deactivate-current-input-method-function):
4271 Rename from inactivate-current-input-method-function.
4272 (input-method-deactivate-hook): New hook.
4273 (input-method-inactivate-hook): Mark obsolete.
4274 (inactivate-input-method): Mark obsolete.
4275
4276 * international/quail.el (quail-activate):
4277 Also run quail-deactivate-hook.
4278 (quail-deactivate): Rename from quail-inactivate.
4279 * international/robin.el (robin-activate):
4280 Also run robin-deactivate-hook.
4281 (robin-deactivate): Rename from robin-inactivate.
4282
4283 2012-07-29 Chong Yidong <cyd@gnu.org>
4284
4285 * simple.el (indicate-copied-region): New function.
4286 (kill-ring-save): Split off from here.
4287
4288 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4289 (kill-rectangle): Set deactivate-mark to t on read-only error.
4290
4291 * register.el (copy-to-register, copy-rectangle-to-register):
4292 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4293 (append-to-register, prepend-to-register): Call indicate-copied-region.
4294
4295 2012-07-29 Juri Linkov <juri@jurta.org>
4296
4297 * simple.el (async-shell-command-buffer): New defcustom.
4298 (shell-command): Use it. (Bug#4719)
4299
4300 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4301
4302 * international/mule-cmds.el (set-locale-environment): In a
4303 console session on MS-Windows, set up keyboard and terminal
4304 encoding from the OEM codepage, not the ANSI codepage.
4305 (Bug#12055)
4306
4307 2012-07-28 Chong Yidong <cyd@gnu.org>
4308
4309 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4310 gdb-get-location.
4311
4312 2012-07-28 Leo Liu <sdl.web@gmail.com>
4313
4314 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4315 the alist (bug#12029).
4316
4317 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4318
4319 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4320 (compile-always, compile-first)
4321 ($(lisp)/calendar/cal-loaddefs.el)
4322 ($(lisp)/calendar/diary-loaddefs.el)
4323 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4324 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4325 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4326 instead of on update-subdirs.
4327 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4328
4329 2012-07-28 Chong Yidong <cyd@gnu.org>
4330
4331 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4332 directory if vc-deduce-backend returns nil (Bug#7350).
4333
4334 * simple.el (delete-trailing-lines): New option.
4335 (delete-trailing-whitespace): Obey it (Bug#11879).
4336
4337 2012-07-28 David Engster <deng@randomsample.de>
4338
4339 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4340 Explanation of new 'symbol-qnames feature in doc-strings.
4341 (xml-maybe-do-ns): Return expanded names as plain symbols if
4342 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4343 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4344
4345 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4346
4347 Consistent completion in inferior python with emacs -nw.
4348 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4349 binding in inferior-python-mode-map with "\t".
4350 (python-shell-completion-complete-at-point)
4351 (python-completion-complete-at-point): Remove interactive spec.
4352
4353 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4354
4355 * calc/calccomp.el (math-compose-expr): Undo previous change.
4356
4357 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4358
4359 * progmodes/python.el (python-mode-map): Add keybinding for
4360 run-python.
4361 (python-shell-make-comint): Fix pop-to-buffer call.
4362 (run-python): Autoload. New arg SHOW.
4363 (python-shell-get-or-create-process): Do not pop python process
4364 buffer.
4365
4366 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * notifications.el (notifications-on-action-signal)
4369 (notifications-on-closed-signal): Use also the bus address for the map.
4370 (notifications-notify, notifications-close-notification)
4371 (notifications-get-capabilities): Add optional argument BUS.
4372
4373 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4374
4375 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4376 Add support for the lstlisting and minted environments, and for the
4377 ctable macro.
4378 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4379 labels written in keyvals syntax.
4380
4381 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4382
4383 * calc/calccomp.el (math-compose-expr): Use parentheses when
4384 there is a product in the denominator of a fraction.
4385
4386 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4387
4388 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4389 ($(lisp)/calendar/diary-loaddefs.el)
4390 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4391 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4392 Fixes failures in parallel bootstrap because subdirs.el is being
4393 rewritten while the autoload files are built at the same time,
4394 which needs to load subdirs.el.
4395
4396 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4397
4398 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4399 (mouse-drag-line): Don't exit tracking when a switch-frame or
4400 switch-window event occurs (Bug#12006).
4401
4402 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * mouse.el (popup-menu): Fix last change.
4405
4406 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 Autoload from Lisp with more care. Follow aliases when looking for
4409 function properties.
4410 * subr.el (autoloadp): New function.
4411 (symbol-file): Use it.
4412 (function-get): New function.
4413 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4414 autoload-do-load.
4415 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4416 (lisp-indent-function):
4417 * emacs-lisp/gv.el (gv-get):
4418 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4419 * emacs-lisp/byte-opt.el (byte-optimize-form):
4420 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4421 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4422 Use function-get.
4423 * emacs-lisp/cl.el: Don't propagate function properties any more.
4424
4425 * speedbar.el (speedbar-add-localized-speedbar-support):
4426 * emacs-lisp/disass.el (disassemble-internal):
4427 * desktop.el (desktop-load-file):
4428 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4429 (describe-function-1):
4430 * emacs-lisp/find-func.el (find-function-noselect):
4431 * emacs-lisp/elp.el (elp-instrument-function):
4432 * emacs-lisp/advice.el (ad-has-proper-definition):
4433 * apropos.el (apropos-safe-documentation, apropos-macrop):
4434 * emacs-lisp/debug.el (debug-on-entry):
4435 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4436 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4437 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4438
4439 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4440
4441 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4442 function, not an obsolete variable (Bug#12046).
4443
4444 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4445
4446 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4447
4448 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4449
4450 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4451 window only if it is still live (Bug#12034).
4452
4453 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4454
4455 * subr.el (redirect-frame-focus): Add advertised calling
4456 convention (Bug#12030).
4457
4458 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4459
4460 Prefer typical American spelling for "acknowledgment".
4461 * vc/add-log.el (change-log-acknowledgment): Rename from
4462 change-log-acknowledgement, with an alias for the old name.
4463
4464 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4465
4466 * calc-alg.el (math-simplify-divide): Don't cross multiply
4467 in an equation when the lhs is a variable.
4468
4469 2012-07-24 Julien Danjou <julien@danjou.info>
4470
4471 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4472 Remove, unused.
4473
4474 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4475
4476 * startup.el (command-line): Don't display an empty user name in
4477 the error message about non-existent home directory, when
4478 init-file-user was set to an empty string. See
4479 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4480 for the details and context.
4481
4482 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4483
4484 * ses.el (ses-cell-formula-aset): New macro.
4485 (ses-cell-references-aset): New macro.
4486 (ses-cell-p): New function.
4487 (ses-rename-cell): Do no longer rely on complex operations like
4488 ses-cell-set-formula or ses-set-cell to change the cell and handle
4489 the undo at the same time, but rather use lower level new macros
4490 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4491 the undo directly. Refresh the mode line.
4492
4493 2012-07-21 Leo Liu <sdl.web@gmail.com>
4494
4495 * progmodes/cc-cmds.el (c-defun-name):
4496 Use match-string-no-properties instead for consistency.
4497
4498 2012-07-20 Leo Liu <sdl.web@gmail.com>
4499
4500 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4501 (Bug#7879)
4502
4503 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4504
4505 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4508 * progmodes/bug-reference.el, misearch.el: Provide themselves
4509 (bug#11915).
4510
4511 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4512 of narrowed buffer (bug#11966).
4513
4514 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4515
4516 * ses.el (ses-rename-cell): Set new name also in reference list of
4517 cells of which the renamed cell depends.
4518
4519 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4520
4521 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4522 to check whether menu-bar is shown or not. If not shown,
4523 show the menu-bar as a popup menu instead of using tmm.
4524 * mouse.el (popup-menu): Accept `point' as `position' argument.
4525
4526 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4527
4528 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4529 up inside string symbol literal (bug#11923).
4530
4531 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4532
4533 * startup.el (fancy-startup-text): Read the whole tutorial, not
4534 just its first 256 bytes. Prevents gibberish in display of the
4535 tutorial title.
4536
4537 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4538
4539 Drop idle buffer compaction due to an absence of the
4540 proved efficiency.
4541 * compact.el: Remove.
4542
4543 2012-07-19 Sam Steingold <sds@gnu.org>
4544
4545 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4546 vc-bzr-pull & vc-bzr-merge-branch.
4547 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4548 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4549 for consistency with compilation-error-regexp-alist.
4550 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4551 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4552 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4553 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4554
4555 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * emacs-lisp/chart.el: Use lexical-binding.
4558 (chart-emacs-storage): Don't hardcode the list of entries.
4559
4560 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4561
4562 Next round of tweaks caused by Fgarbage_collect changes.
4563 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4564
4565 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4566
4567 Compact buffers when idle.
4568 * compact.el: New file.
4569
4570 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * subr.el (eventp): Presume that if it looks vaguely like an event,
4573 it's an event (bug#10190).
4574
4575 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4576
4577 Enhancements to ppss related code (thanks Stefan).
4578 * progmodes/python.el (python-indent-context)
4579 (python-indent-calculate-indentation, python-indent-dedent-line)
4580 (python-indent-electric-colon, python-nav-forward-block)
4581 (python-mode-abbrev-table)
4582 (python-info-assignment-continuation-line-p): Simplify checks
4583 for ppss context.
4584 (python-info-continuation-line-p): Cleanup.
4585 (python-info-ppss-context): Do not catch 'quote.
4586 (python-info-ppss-context-type)
4587 (python-info-ppss-comment-or-string-p): Simplify.
4588
4589 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4590
4591 * progmodes/python.el: Enhancements to eldoc support.
4592 (python-info-current-symbol): New function.
4593 (python-eldoc-at-point): Use python-info-current-symbol.
4594 (python-info-current-defun): Fix cornercase on first defun scan.
4595 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4596 and signal error when no inferior python process is available.
4597
4598 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4599
4600 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4601 assume it's always t.
4602 (vc-git-registered): Remove caching, the function is only called
4603 once.
4604 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4605
4606 2012-07-18 Chong Yidong <cyd@gnu.org>
4607
4608 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4609
4610 * simple.el (count-words): Report on narrowing (Bug#9959).
4611
4612 * bindings.el: Bind M-= to count-words.
4613
4614 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4615
4616 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4617
4618 * progmodes/sh-script.el (sh-imenu-generic-expression):
4619 Capture a function with `function' keyword and without parentheses
4620 like "function FOO" (bug#11856).
4621
4622 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4623
4624 * window.el (split-window-sensibly): Make WINDOW argument
4625 optional.
4626
4627 2012-07-18 Chong Yidong <cyd@gnu.org>
4628
4629 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4630
4631 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4632 and make C-x 8 RET exit isearch (Bug#11439).
4633
4634 * international/iso-transl.el: Move isearch-mode-map key
4635 definitions to isearch.el.
4636
4637 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4640 (eieio-defclass): Use gv-define-setter when possible.
4641
4642 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4643
4644 Reflect recent changes in Fgarbage_collect.
4645 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4646 reflect new format of data returned by Fgarbage_collect.
4647
4648 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4649
4650 New utility functions + python-info-ppss-context fix (Bug#11910).
4651 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4652 (python-info-ppss-comment-or-string-p): New functions.
4653 (python-info-ppss-context): Small fix for string check.
4654
4655 2012-07-17 Juri Linkov <juri@jurta.org>
4656
4657 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4658 (dired-do-async-shell-command): Don't add `*' at the end of the
4659 command (Bug#11815).
4660 (dired-do-shell-command): Doc fix.
4661 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4662 Join the individual commands using either "&" or ";" as the
4663 separator depending on the values of these trailing characters.
4664 At the end re-add the trailing "&". (Bug#10598)
4665
4666 * simple.el (async-shell-command): Sync the interactive spec with
4667 `shell-command'. Doc fix.
4668 (shell-command): Doc fix.
4669
4670 2012-07-17 Juri Linkov <juri@jurta.org>
4671
4672 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4673
4674 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4675
4676 Final renames and doc fixes for movement commands (bug#11899).
4677 * progmodes/python.el (python-nav-beginning-of-statement):
4678 Rename from python-nav-statement-start.
4679 (python-nav-end-of-statement): Rename from
4680 python-nav-statement-end.
4681 (python-nav-beginning-of-block): Rename from
4682 python-nav-block-start.
4683 (python-nav-end-of-block): Rename from python-nav-block-end.
4684
4685 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4686
4687 * progmodes/python.el (python-shell-send-string-no-output):
4688 Allow accept-process-output to quit, keeping shell process ready for
4689 future interactions (Bug#11868).
4690
4691 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4694
4695 * emacs-lisp/elint.el (elint-find-args-in-code):
4696 Use help-function-arglist, so as to handle lexical byte-code.
4697
4698 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4699 change (bug#11826).
4700
4701 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4704 Avoid spuriously marking the buffer as modified because of c-is-sws.
4705
4706 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4707 as not-a-comment (bug#11946).
4708
4709 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4710 for uninterned vars.
4711
4712 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4713 Use read-event since we don't really want to read chars but bytes.
4714
4715 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4716 $$..$$ but also $..$ using regexps (bug#11953).
4717 Use tex-verbatim for \url and \path.
4718 (tex-font-lock-keywords): Define as defconst like the others.
4719 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4720
4721 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4722
4723 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4724 alias for insert-char.
4725
4726 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4727
4728 * progmodes/python.el: Simplified imenu implementation.
4729 (python-nav-jump-to-defun): Remove command.
4730 (python-mode-map): Use `imenu' instead.
4731 (python-nav-list-defun-positions-cache)
4732 (python-imenu-include-defun-type, python-imenu-make-tree)
4733 (python-imenu-subtree-root-label, python-imenu-index-alist):
4734 Remove vars.
4735 (python-nav-list-defun-positions, python-nav-read-defun)
4736 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4737 (python-imenu-make-tree, python-imenu-create-index):
4738 Remove functions.
4739 (python-mode): Update to interact with imenu by setting
4740 `imenu-extract-index-name-function' only.
4741
4742 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4743
4744 * progmodes/python.el: Enhancements to navigation commands.
4745 (python-nav-backward-sentence)
4746 (python-nav-forward-sentence): Remove.
4747 (python-nav-backward-statement, python-nav-forward-statement)
4748 (python-nav-statement-start, python-nav-statement-end)
4749 (python-nav-backward-block, python-nav-forward-block)
4750 (python-nav-block-start, python-nav-block-end)
4751 (python-nav-forward-sexp-function)
4752 (python-info-current-line-comment-p)
4753 (python-info-current-line-empty-p): New functions.
4754 (python-indent-context): Use `python-nav-statement-start'.
4755
4756 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * eshell/em-ls.el (eshell/ls): Use `apply'.
4759
4760 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4761 multi-hops, instead of Tramp internals.
4762
4763 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4764
4765 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4766 when F1 and F2 are located on different hosts.
4767
4768 2012-07-14 Chong Yidong <cyd@gnu.org>
4769
4770 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4771 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4772 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4773 (xterm-mouse--read-event-sequence-1000)
4774 (xterm-mouse--read-event-sequence-1006): New functions. For old
4775 mouse protocol, handle M-mouse-X events correctly.
4776 (xterm-mouse-event): New arg specifying mouse protocol.
4777 (turn-on-xterm-mouse-tracking-on-terminal)
4778 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4779 sequence to toggle extended coordinates on newer XTerms.
4780 This appears to be harmless on terminals which do not support this.
4781
4782 2012-07-14 Leo Liu <sdl.web@gmail.com>
4783
4784 Add fringe bitmap indicators for flymake. (Bug#11253)
4785 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4786 (flymake-make-overlay): New arg BITMAP.
4787 (flymake-error-bitmap, flymake-warning-bitmap)
4788 (flymake-fringe-indicator-position): New user variables.
4789
4790 * fringe.el: New bitmap exclamation-mark.
4791
4792 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4793
4794 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4795 also (Bug#7879).
4796
4797 2012-07-14 Chong Yidong <cyd@gnu.org>
4798
4799 * electric.el (electric-pair-post-self-insert-function): Fix pair
4800 insertion in empty-region case (Bug#11520).
4801
4802 2012-07-14 Chong Yidong <cyd@gnu.org>
4803
4804 * bindings.el: Consolidate ctl-x-r-map bindings.
4805 Bind copy-rectangle-as-kill to C-x r w.
4806
4807 * rect.el, register.el: Move bindings to bindings.el.
4808
4809 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4810
4811 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4812
4813 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4814
4815 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4816
4817 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * bindings.el (top): Use `mapc' instead of `mapcar'.
4820
4821 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4822
4823 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * progmodes/sql.el (sql-comint): Suppress the check for program on
4826 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4827 (Bug#11908)
4828
4829 2012-07-13 Chong Yidong <cyd@gnu.org>
4830
4831 * bindings.el: Assign a non-nil permanent-local property to
4832 per-buffer variables which lack a default value (Bug#11930).
4833
4834 * help-fns.el (describe-variable): In the "automatically becomes
4835 local" notice, take note of permanent-local variables.
4836
4837 2012-07-13 Chong Yidong <cyd@gnu.org>
4838
4839 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4840 to allow printing the message when called from Lisp.
4841
4842 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4843 Remove toggle-read-only.
4844
4845 * bs.el (bs-toggle-readonly):
4846 * buff-menu.el (Buffer-menu-toggle-read-only):
4847 Remove with-no-warnings around toggle-read-only.
4848
4849 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4850 Remove with-no-warnings around toggle-read-only.
4851 (ffap-read-only, ffap-read-only-other-window)
4852 (ffap-read-only-other-frame): Callers changed.
4853
4854 * help-mode.el: Don't require view package.
4855 (help-mode-finish): Set buffer-read-only instead of calling
4856 toggle-read-only.
4857
4858 * bindings.el (mode-line-toggle-read-only):
4859 * dired.el (dired-toggle-read-only):
4860 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4861 with non-nil second arg.
4862
4863 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4864 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4865 directly.
4866
4867 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4868
4869 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4870 not incf.
4871
4872 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 More CL cleanups and reduction of use of cl.el.
4875 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4876 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4877 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4878 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4879 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4880 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4881 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4882 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4883 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4884 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4885 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4886 * eshell/em-cmpl.el, eshell/em-banner.el:
4887 * calendar/parse-time.el: Use cl-lib.
4888 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4889 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4890 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4891 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4892 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4893 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4894 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4895 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4896 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4897 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4898 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4899 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4900 `lambda' rather than with `quote'.
4901 (eshell-do-opt): Adjust accordingly.
4902 (eshell-process-option): Simplify.
4903 * eshell/esh-var.el:
4904 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4905 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4906 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4907 to `pcase--dontcare'.
4908 * emacs-lisp/cl.el (labels): Mark obsolete.
4909 (cl--letf, letf): Move to cl-lib.
4910 (cl--letf*, letf*): Remove.
4911 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4912 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4913 (cl-progv): Rewrite.
4914 (cl--letf, cl-letf): Move from cl.el.
4915 (cl-letf*): New macro.
4916 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4917
4918 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4921
4922 2012-07-11 Chong Yidong <cyd@gnu.org>
4923
4924 * vc/log-edit.el (log-edit-vc-backend): New variable.
4925 (log-edit): Doc fix.
4926
4927 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4928 argument of log-edit to set up all local variables.
4929 (vc-start-logentry): New optional arg specifying VC backend.
4930
4931 * vc/vc.el (vc-checkin): Use it.
4932 (vc-deduce-fileset): Handle Log Edit buffers.
4933 (vc-diff): Make first argument optional too.
4934
4935 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4936
4937 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4940 command, just in case. The function is not needed anymore.
4941 (eshell-external-command): Do not call `eshell-remote-command'.
4942
4943 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 Reduce use of (require 'cl).
4946 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4947 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4948 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4949 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4950 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4951 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4952 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4953 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4954 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4955 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4956 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4957 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4958 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4959 (byte-compile-unfold-bcf, byte-compile-check-variable):
4960 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4961 (byte-compile-nilconstp):
4962 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4963 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4964
4965 * emacs-lisp/gv.el (cond): Make it a valid place.
4966 (if): Simplify slightly.
4967
4968 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4969 (pcase--self-quoting-p): New function.
4970 (pcase--u1): Use it.
4971
4972 2012-07-10 Glenn Morris <rgm@gnu.org>
4973
4974 * emacs-lisp/authors.el (authors-fixed-entries):
4975 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4976
4977 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4978
4979 Rename configure.in to configure.ac (Bug#11603).
4980 * emacs-lisp/authors.el (authors-canonical-file-name):
4981 * progmodes/autoconf.el (autoconf-mode):
4982 Prefer configure.ac to configure.in.
4983
4984 2012-07-08 Chong Yidong <cyd@gnu.org>
4985
4986 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4987 Implement the mouse-1-click-follows-link handling properly.
4988
4989 * info.el (Info-link-keymap): Use follow-link mechanism for
4990 header-line links (Bug#374).
4991
4992 * simple.el (deactivate-mark): Do not set the primary selection
4993 if another program has acquired it (Bug#11772).
4994
4995 2012-07-07 Kevin Ryde <user42@zip.com.au>
4996
4997 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4998 (woman-decode-region): Replace escaped-escapes without destroying
4999 bold or underline (Bug#11552).
5000 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5001
5002 2012-07-07 Chong Yidong <cyd@gnu.org>
5003
5004 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5005 (interprogram-cut-function, interprogram-paste-function):
5006 Mention that we typically mean the clipboard.
5007
5008 2012-07-06 Glenn Morris <rgm@gnu.org>
5009
5010 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5011
5012 * files.el (toggle-read-only): Restrict message to interactive use.
5013
5014 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5015
5016 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5017
5018 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5019
5020 2012-07-06 Glenn Morris <rgm@gnu.org>
5021
5022 * Makefile.in (compile-one-process): Rename from "recompile".
5023
5024 * Makefile.in (bzr-update): "compile" is the same as "recompile
5025 autoloads", but parallelizable, so use that instead.
5026
5027 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5028
5029 * window.el (quit-window): Always restore window height when
5030 it's saved in quit-restore parameter (Bug#11810).
5031
5032 2012-07-06 Glenn Morris <rgm@gnu.org>
5033
5034 * simple.el (kill-whole-line): Doc tweak.
5035
5036 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5037
5038 * files.el (file-relative-name): Compare file names
5039 case-insensitively if on MS-Windows or MS-DOS, or if
5040 read-file-name-completion-ignore-case is non-nil. Don't use
5041 case-fold-search for this purpose. (Bug#11827)
5042
5043 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5044
5045 * calendar/cal-dst.el (calendar-current-time-zone):
5046 Return calendar-current-time-zone-cache if non-nil.
5047
5048 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5049 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5050
5051 * calendar/cal-dst.el (calendar-current-time-zone):
5052 Return calendar-current-time-zone-cache if non-nil.
5053
5054 2012-07-06 Glenn Morris <rgm@gnu.org>
5055
5056 * Makefile.in (cvs-update): Remove old alias.
5057
5058 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5059
5060 Sync with Tramp 2.2.6-pre.
5061
5062 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5063 compatible declaration.
5064
5065 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5066 Protect `list-load-path-shadows' call.
5067
5068 * net/tramp-compat.el (top): Require packages, which aren't
5069 autoloaded anymore for XEmacs. Protect call of
5070 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5071 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5072 it hurts at least for SXEmacs.
5073 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5074 standard-value for `temporary-file-directory'.
5075
5076 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5077 Redirect stderr to /dev/null.
5078 (tramp-sh-handle-write-region): uid and gid can be floats.
5079 Reported by Russell Sim <russell.sim@gmail.com>.
5080 (tramp-sh-handle-vc-registered): Hide errors.
5081 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5082 and `start-file-process'.
5083 (tramp-maybe-open-connection): Check also whether `non-essential'
5084 is bound.
5085
5086 2012-07-04 Chong Yidong <cyd@gnu.org>
5087
5088 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5089 (xml-parse-tag): Likewise, and avoid changing entity tables.
5090 (xml-syntax-table): Define from scratch, making sure not to give
5091 x2000 and other Unicode spaces whitespace syntax, since those are
5092 not spaces in XML.
5093 (xml-parse-fragment): Delete unused function.
5094 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5095 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5096 (xml-entity-ref, xml-pe-reference-re)
5097 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5098 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5099 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5100 (xml-entity-value-re): Use syntax references in regexps where
5101 possible; no need to define inside a let-binding.
5102 (xml-parse-dtd): Use xml-pe-reference-re.
5103 (xml-entity-or-char-ref-re): New defconst.
5104 (xml-parse-string, xml-substitute-special): Use it.
5105
5106 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5109 (find-file--read-only): New function.
5110 (find-file-read-only, find-file-read-only-other-window)
5111 (find-file-read-only-other-frame): Use it.
5112 (insert-file-contents-literally): Don't `fset'.
5113 (get-free-disk-space): Use locate-dominating-file.
5114
5115 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5116 function is already compiled.
5117
5118 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5119
5120 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5121
5122 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5123 files on the same host.
5124
5125 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5126
5127 * help-fns.el (describe-function-1): Only call
5128 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5129
5130 2012-07-03 Chong Yidong <cyd@gnu.org>
5131
5132 * xml.el: Protect parser against XML bombs.
5133 (xml-entity-expansion-limit): New variable.
5134 (xml-parse-string, xml-substitute-special): Use it.
5135 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5136
5137 2012-07-03 Glenn Morris <rgm@gnu.org>
5138
5139 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5140 Allow linking to specific messages in debbugs reports (eg 123#5).
5141
5142 2012-07-02 Chong Yidong <cyd@gnu.org>
5143
5144 * xml.el: Fix entity and character reference expansion, allowing
5145 them to expand into markup as per XML spec.
5146 (xml-default-ns): New variable.
5147 (xml-entity-alist): Use XML spec definitions for lt and amp.
5148 (xml-parse-region): Make first two arguments optional.
5149 Discard text properties.
5150 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5151 All callers changed.
5152 (xml-parse-tag): Call xml-parse-tag-1. For backward
5153 compatibility, this function should not modify buffer contents.
5154 (xml-parse-tag-1): Fix opening-tag regexp.
5155 (xml-parse-string): Rewrite, handling entity and character
5156 references properly.
5157 (xml--entity-replacement-text): Signal an error if a parameter
5158 entity is undefined.
5159
5160 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * comint.el (comint-output-filter): Filter out repeated prompts.
5163
5164 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5165 and file-name-absolute-p.
5166 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5167 internal calls.
5168
5169 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5170
5171 Spelling fixes.
5172 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5173 Rename from byte-compile--refiy-function. All uses changed.
5174
5175 2012-07-01 Chong Yidong <cyd@gnu.org>
5176
5177 * xml.el (xml--parse-buffer): New function. Move most of
5178 xml-parse-region here.
5179 (xml-parse-region): Copy region into a temporary buffer, since
5180 parameter entity substitution requires changing buffer contents.
5181 Use xml--parse-buffer.
5182 (xml-parse-file): Use xml--parse-buffer.
5183 (xml-parse-dtd): Make parameter entity substitution work right.
5184 Use proper regexps for ELEMENT declarations (Bug#7172).
5185
5186 2012-06-30 Glenn Morris <rgm@gnu.org>
5187
5188 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5189
5190 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5191 Remove outdated and unnecessary dbus declarations.
5192
5193 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5194
5195 * emacs-lisp/timer.el (timer-until): Subtract results of
5196 float-time, instead of taking float-time of the result of
5197 time-subtract, since float-time signals an error for negative time
5198 arguments.
5199
5200 2012-06-30 Chong Yidong <cyd@gnu.org>
5201
5202 * xml.el (xml-*-re): Convert defvars into defconsts, and
5203 eval-and-compile them so eval-and-compile works on derivatives.
5204 (xml--entity-replacement-text): Use eval-and-comple.
5205
5206 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5207
5208 * vc/vc-git.el (vc-git-registered): Use cache property
5209 `git-registered'.
5210 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5211 `vc-git-working-revision' in order to benefit from the cache.
5212 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5213
5214 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5215
5216 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5217 removed (likely outside Emacs). (Bug#11757)
5218
5219 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * emacs-lisp/cl-lib.el: Require macroexp.
5222
5223 2012-06-30 Chong Yidong <cyd@gnu.org>
5224
5225 * xml.el: Implement XML parameter entities.
5226 (xml-parameter-entity-alist): New variable.
5227 (xml-parse-region, xml-parse-fragment): Preserve previous values
5228 of xml-entity-alist and xml-parameter-entity-alist, so that
5229 repeated calls on different documents do not change them.
5230 (xml-parse-tag): Fix doctype regexp.
5231 (xml--entity-replacement-text): New function.
5232 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5233 properly requires url retrieval which is unimplemented.
5234 (xml-escape-string): Doc fix.
5235
5236 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5239
5240 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5241
5242 * fringe.el (fringe-mode): Doc fix.
5243
5244 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5245
5246 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5247 is non-nil.
5248 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5249 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5250
5251 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5252
5253 * calendar/cal-dst.el (calendar-current-time-zone):
5254 Return calendar-current-time-zone-cache if non-nil.
5255
5256 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5257
5258 * progmodes/which-func.el (which-func-format):
5259 Add mouse-face. (Bug#11698)
5260
5261 2012-06-29 Leo Liu <sdl.web@gmail.com>
5262
5263 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5264
5265 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * minibuffer.el (minibuffer-confirm-exit-commands):
5268 Add completion-at-point (bug#11725).
5269
5270 2012-06-29 Glenn Morris <rgm@gnu.org>
5271
5272 * progmodes/f90.el (f90-font-lock-keywords-2):
5273 Add some preprocessor elements. (Bug#10499)
5274
5275 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5278 Use syntax-propertize (bug#11739).
5279
5280 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5281
5282 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5283
5284 2012-06-28 Julien Danjou <julien@danjou.info>
5285
5286 * term.el (term-handle-colors-array): Use a set of new faces to
5287 color the terminal. Also uses :inverse-video property.
5288 (term-default-fg-color): Set to nil by default, deprecate in favor
5289 of `term-face'.
5290 (term-default-bg-color): Set to nil by default, deprecate in favor
5291 of `term-face'.
5292 (term-current-face): Use `term-face' by default.
5293 (term-bold-attribute): Variable deleted.
5294
5295 2012-06-28 Glenn Morris <rgm@gnu.org>
5296
5297 * simple.el (completion-list-mode-finish):
5298 Don't use toggle-read-only. (Since completion-list-mode has
5299 a special mode-class, it wasn't doing anything extra anyway.)
5300
5301 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 Make inlining of other-mode interpreted functions work (bug#11799).
5304 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5305 (byte-compile): Use it to fix compilation of lexical-binding closures.
5306 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5307 function, if needed.
5308
5309 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * help-mode.el (help-make-xrefs): Don't just withstand
5312 cyclic-variable-indirection but any error in documentation-property.
5313
5314 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5315 memory use.
5316 * bindings.el (bindings--define-key): New function.
5317 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5318 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5319 * bindings.el: Use it to purecopy define-key bindings.
5320
5321 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5322
5323 * emacs-lisp/cl.el (flet): Mark obsolete.
5324 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5325 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5326 * progmodes/js.el (js-c-fill-paragraph):
5327 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5328 (ebrowse-switch-member-buffer-to-derived-class):
5329 * play/5x5.el (5x5-solver): Use cl-flet.
5330
5331 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5332 (cl--symbol-function): New macro.
5333 (cl--letf, cl--letf*): Use it.
5334
5335 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5336 Strip "toggle-" if any.
5337
5338 2012-06-27 Glenn Morris <rgm@gnu.org>
5339
5340 * info.el (Info-default-directory-list): Move here from paths.el.
5341 * paths.el: Remove file, which is now empty.
5342 * loadup.el: No longer load "paths".
5343
5344 * custom.el (custom-initialize-delay): Doc fix.
5345
5346 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5347 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5348 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5349 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5350 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5351 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5352 * eshell/eshell.el (eshell-defgroup): Remove alias.
5353
5354 2012-06-27 Chong Yidong <cyd@gnu.org>
5355
5356 * help.el (help-enable-auto-load): New variable.
5357
5358 * help-fns.el (help-fns--autoloaded-p): New function.
5359 (describe-function-1): Refer to a function as "autoloaded" if it
5360 was autoloaded at any time in the past. Perform autoloading if
5361 help-enable-auto-load is non-nil.
5362
5363 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5364
5365 * makefile.w32-in (compile, compile-always): Depend on
5366 update-subdirs, not on subdirs.el. Otherwise, several different
5367 sub-targets of 'bootstrap' running in parallel could
5368 simultaneously write to subdirs.el, producing a garbled file.
5369
5370 2012-06-26 Sam Steingold <sds@gnu.org>
5371
5372 * files.el (file-name-base): New convenience function.
5373 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5374 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5375 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5376 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5377 * textmodes/ispell.el, textmodes/reftex-ref.el:
5378 * textmodes/tex-mode.el: Use it.
5379 Did not touch cedet and org because they are maintained elsewhere.
5380
5381 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5382
5383 * calendar/calendar.el (calendar-exit): Don't try to delete or
5384 iconify last frame. See:
5385 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5386
5387 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5388
5389 * server.el (server-process-filter): Remember dir in the
5390 process's `server-client-directory' properties.
5391
5392 2012-06-24 Chong Yidong <cyd@gnu.org>
5393
5394 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5395 non-tag text.
5396
5397 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5400
5401 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * help-fns.el (describe-variable): Don't croak when doc is not found.
5404 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5405 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5406 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5407 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5408 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5409 ((lambda ..) ..).
5410 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5411
5412 2012-06-23 Chong Yidong <cyd@gnu.org>
5413
5414 * info.el (Info-mouse-follow-link): Accept symbol values of
5415 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5416 (Info-fontify-node): Use Info-link-keymap for all navigation
5417 buttons, with link-args property to perform the desired action.
5418 (Info-link-keymap): Doc fix.
5419 (Info-next-link-keymap, Info-prev-link-keymap)
5420 (Info-up-link-keymap): Delete now-unused keymaps.
5421
5422 2012-06-23 Chong Yidong <cyd@gnu.org>
5423
5424 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5425
5426 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5427 system abbrevs.
5428
5429 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5430
5431 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5434 (bug#11719).
5435
5436 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5437 the requote function doesn't work properly (bug#11714).
5438
5439 2012-06-23 Glenn Morris <rgm@gnu.org>
5440
5441 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5442
5443 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 Further GV/CL cleanups.
5446 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5447 gv-expander.
5448 (gv--defun-declaration): New function.
5449 (defun-declarations-alist): Use it.
5450 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5451 (gv-place): Autoload.
5452 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5453 original definition of dotimes and dolist.
5454 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5455 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5456 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5457 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5458 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5459 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5460 to the function's definition.
5461 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5462 * window.el:
5463 * files.el:
5464 * faces.el:
5465 * env.el: Don't use CL.
5466
5467 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5468
5469 Support higher-resolution time stamps (Bug#9000).
5470
5471 * calendar/time-date.el (with-decoded-time-value): New arg
5472 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5473 (encode-time-value): New optional arg PICO. New type 3.
5474 (time-to-seconds) [!float-time]: Support the new picoseconds
5475 component if it's used.
5476 (seconds-to-time, time-subtract, time-add):
5477 Support ps-resolution time stamps as well.
5478
5479 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5480 (timerp): Timer vectors now have length 9, not 8.
5481 (timer--time): Support new-style (4-part) time stamps.
5482 (timer-next-integral-multiple-of-time): Time stamps now have
5483 picosecond resolution, so take a bit more care about rounding.
5484 (timer-relative-time, timer-inc-time): New optional arg psecs.
5485 (timer-set-time-with-usecs): Set psecs to 0.
5486 (timer--activate): Check psecs component, too.
5487
5488 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5489
5490 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5493 Move the non-essential binding to the post/pre-command-hook where it is
5494 more obviously correct.
5495
5496 * subr.el (read-passwd): Don't use a history at all.
5497 * savehist.el (savehist-save): Remove password saved accidentally
5498 because of the above bug.
5499
5500 2012-06-22 Bastien Guerry <bzg@gnu.org>
5501
5502 * files.el (toggle-read-only): Display a message telling whether
5503 the buffer is read-only or not (bug#11726).
5504
5505 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * emacs-lisp/gv.el: New file.
5508 * subr.el (push, pop): Extend to generalized variables.
5509 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5510 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5511 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5512 gv-define-simple-setter, and gv-define-expander.
5513 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5514 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5515 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5516 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5517 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5518 gv-letplace.
5519 (cl-defstruct): Don't define setf-method any more.
5520 * emacs-lisp/cl.el (flet): Don't autoload.
5521 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5522 (define-setf-expander, defsetf, define-modify-macro)
5523 (cl-struct-setf-expander): Move from cl-lib.el.
5524 * emacs-lisp/syntax.el:
5525 * emacs-lisp/ewoc.el:
5526 * emacs-lisp/smie.el:
5527 * emacs-lisp/cconv.el:
5528 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5529 (timer--time): Use gv-define-simple-setter.
5530 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5531 to avoid coding-system problems in subr.el. Adjust all users.
5532 (macroexp--maxsize, macroexp-small-p): New functions.
5533 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5534 * scroll-bar.el (scroll-bar-mode):
5535 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5536 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5537 * winner.el (winner-configuration, winner-make-point-alist)
5538 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5539 * files.el (locate-file-completion-table): Avoid list*.
5540
5541 2012-06-22 Chong Yidong <cyd@gnu.org>
5542
5543 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5544 (dired-create-files): Doc fix (Bug#11329).
5545 (dired-do-copy): Doc fix (Bug#11334).
5546 (dired-mark-read-string): Doc fix (Bug#11553).
5547
5548 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5549 Doc fix (Bug#11326).
5550 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5551 (dired-dwim-target): Doc fix.
5552
5553 * wdired.el (wdired-mode): Doc fix.
5554
5555 2012-06-22 Glenn Morris <rgm@gnu.org>
5556
5557 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5558 (pcmpl-rpm-cache-stamp-file): New constant.
5559 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5560 (pcmpl-rpm-packages): Optionally cache list of packages.
5561
5562 * pcmpl-rpm.el (pcmpl-rpm): New group.
5563 (pcmpl-rpm-query-options): New option.
5564 (pcmpl-rpm-packages): No need to inline it.
5565 Use pcmpl-rpm-query-options.
5566
5567 * calendar/calendar.el (calendar-in-read-only-buffer):
5568 Avoid some needless mode changes.
5569
5570 2012-06-21 Chong Yidong <cyd@gnu.org>
5571
5572 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5573 (desktop-path): Remove . from the default value (Bug#10977).
5574 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5575
5576 2012-06-20 Chong Yidong <cyd@gnu.org>
5577
5578 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5579
5580 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5581
5582 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5583 (bug#11201).
5584
5585 2012-06-20 Chong Yidong <cyd@gnu.org>
5586
5587 * term.el (term-window-width): Handle the case of a missing right
5588 fringe (Bug#8837).
5589 (term-check-size): Use window-text-height (Bug#5445).
5590 (term-mode): Use define-derived-mode. Minor cleanups.
5591 Set font-lock-defaults (Bug#7692).
5592 (term-move-columns, term-insert-char, term-emulate-terminal)
5593 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5594
5595 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5596
5597 * net/ange-ftp.el (ange-ftp-get-passwd):
5598 Bind `enable-recursive-minibuffers'.
5599 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5600
5601 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5602
5603 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5604
5605 2012-06-19 Glenn Morris <rgm@gnu.org>
5606
5607 * progmodes/python.el (python-mode): Derive from prog-mode.
5608
5609 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5610
5611 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5612 (edt-user-menu-bar-update-buffers): New functions.
5613 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5614
5615 2012-06-19 Chong Yidong <cyd@gnu.org>
5616
5617 * subr.el (with-selected-window): Preserve the selected window's
5618 terminal's top-frame (Bug#4702).
5619
5620 * window.el (save-selected-window): Likewise.
5621
5622 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * progmodes/python.el (python-rx-constituents): Move backquote.
5625 (python-skeleton-define, python-define-auxiliary-skeleton):
5626 Use `declare'.
5627
5628 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5629
5630 * minibuffer.el (read-file-name-default): Revert the patch from
5631 2012-06-17.
5632
5633 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5636 (pcase--u1, pcase--q1): Don't use apply-partially.
5637
5638 2012-06-18 Glenn Morris <rgm@gnu.org>
5639
5640 * progmodes/python.el (python-proc, python-buffer)
5641 (python-send-receive, python-send-string): Fix obsolete versions.
5642
5643 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5644
5645 * window.el (special-display-p): Completely remove stringp
5646 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5647
5648 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5651
5652 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5653
5654 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5655 * net/tramp-sh.el (tramp-maybe-open-connection):
5656 Throw if `non-essential' is non-nil.
5657
5658 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5659
5660 * window.el (special-display-p): Signal an error if BUFFER-NAME
5661 is not a string (Bug#11713).
5662
5663 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5664
5665 * progmodes/python.el (python-info-beginning-of-backslash):
5666 Rename from python-info-beginning-of-backlash, as a spelling fix.
5667
5668 2012-06-17 Chong Yidong <cyd@gnu.org>
5669
5670 * term.el (term-emulate-terminal): If term-check-size is called,
5671 move point to the process mark without resetting point (Bug#4635).
5672
5673 2012-06-17 Glenn Morris <rgm@gnu.org>
5674
5675 * international/mule-cmds.el (mule-menu-keymap)
5676 (set-language-environment, set-locale-environment): Doc tweaks.
5677
5678 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5679
5680 * cus-face.el (custom-face-attributes): Add wave-style underline
5681 attribute.
5682 * faces.el (set-face-attribute): Update docstring to describe
5683 wave-style underline attribute.
5684
5685 2012-06-16 Chong Yidong <cyd@gnu.org>
5686
5687 * term/xterm.el (terminal-init-xterm): Discard input before
5688 querying background mode (Bug#10959).
5689
5690 2012-06-16 Stefan Merten <smerten@oekonux.de>
5691
5692 * textmodes/rst.el: Added and corrected some comments.
5693 (rst-re-alist-def): Improve symbol syntax.
5694 (rst-mode-syntax-table): Correct syntax entries.
5695 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5696 (rst-official-version, rst-official-cvs-rev): Update version
5697 information.
5698
5699 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5702 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5703
5704 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5705
5706 * progmodes/python.el: New python.el merge.
5707 (python-guess-indent): Obsolete var.
5708 (python-indent-guess-indent-offset): New defcustom.
5709 (python-indent): Obsolete var.
5710 (python-indent-offset): New defcustom.
5711 (python-python-command, python-jython-command): Delete var.
5712 (python-shell-interpreter): New defcustom.
5713 (python-pdbtrack-do-tracking-p): Delete var.
5714 (python-pdbtrack-activate): New defcustom.
5715 (python-use-skeletons): Obsolete var.
5716 (python-skeleton-autoinsert): New defcustom.
5717 (inferior-python-filter-regexp, python-continuation-offset)
5718 (python-honour-comment-indentation, python-indent-string-contents)
5719 (python-jython-packages, python-mode-hook)
5720 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5721 (python-shell-prompt-alist)
5722 (python-source-modes): Delete defcustoms.
5723 (python-check-buffer-name, python-eldoc-setup-code)
5724 (python-eldoc-string-code, python-ffap-setup-code)
5725 (python-ffap-string-code, python-fill-comment-function)
5726 (python-fill-decorator-function, python-fill-paren-function)
5727 (python-fill-string-function, python-imenu-include-defun-type)
5728 (python-imenu-make-tree, python-imenu-subtree-root-label)
5729 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5730 (python-shell-compilation-regexp-alist)
5731 (python-shell-completion-module-string-code)
5732 (python-shell-completion-pdb-string-code)
5733 (python-shell-completion-setup-code)
5734 (python-shell-completion-string-code)
5735 (python-shell-enable-font-lock, python-shell-exec-path)
5736 (python-shell-extra-pythonpaths)
5737 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5738 (python-shell-process-environment)
5739 (python-shell-prompt-block-regexp)
5740 (python-shell-prompt-output-regexp)
5741 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5742 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5743 (python-shell-virtualenv-path): New defcustoms.
5744 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5745 (inferior-python-mode-syntax-table, python--prompt-regexp)
5746 (python-buffer, python-command python-python-command)
5747 (python-default-template, python-imports, python-indent-index)
5748 (python-indent-list, python-indent-list-length)
5749 (python-mode-running, python-pdbtrack-is-tracking-p)
5750 (python-preoutput-continuation, python-preoutput-leftover)
5751 (python-preoutput-result, python-preoutput-skip-next-prompt)
5752 (python-prev-dir/file, python-recursing)
5753 (python-saved-check-command, python-version-checked)
5754 (python-which-func-length-limit)
5755 (view-return-to-alist): Delete vars.
5756 (python-check-custom-command, python-dotty-syntax-table)
5757 (python-imenu-index-alist, python-indent-current-level)
5758 (python-indent-dedenters, python-indent-levels)
5759 (python-nav-beginning-of-defun-regexp)
5760 (python-nav-list-defun-positions-cache)
5761 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5762 (python-shell-internal-buffer)
5763 (python-skeleton-available): New vars.
5764 (def-python-skeleton): Delete macro.
5765 (python-skeleton-define): New macro.
5766 (python-define-auxiliary-skeleton, python-rx): New macros.
5767 (python-insert-class): Delete command.
5768 (python-skeleton-class): New command.
5769 (python-insert-def): Delete command.
5770 (python-skeleton-def): New command.
5771 (python-insert-for): Delete command.
5772 (python-skeleton-for): New command.
5773 (python-insert-if): Delete command.
5774 (python-skeleton-if): New command.
5775 (python-insert-try/except, python-insert-try/finally): Delete commands.
5776 (python-skeleton-try): New command.
5777 (python-insert-while): Delete command.
5778 (python-skeleton-while): New command.
5779 (python-backspace): Delete command.
5780 (python-indent-dedent-line-backspace): New command.
5781 (python-electric-colon): Delete command.
5782 (python-indent-electric-colon): New command.
5783 (python-guess-indent): Delete command.
5784 (python-indent-guess-indent-offset): New command.
5785 (python-shift-left): Delete command.
5786 (python-indent-shift-left): New command.
5787 (python-shift-right): Delete command.
5788 (python-indent-shift-right): New command.
5789 (python-find-function): Delete command.
5790 (python-nav-jump-to-defun): New command.
5791 (python-next-statement): Delete command.
5792 (python-nav-forward-sentence): New command.
5793 (python-previous-statement): Delete command.
5794 (python-nav-backward-sentence): New command.
5795 (python-fill-paragraph): Delete command.
5796 (python-fill-paragraph-function): New command.
5797 (python-send-buffer): Delete command.
5798 (python-shell-send-buffer): New command.
5799 (python-send-defun): Delete command.
5800 (python-shell-send-defun): New command.
5801 (python-send-region, python-send-region-and-go): Delete commands.
5802 (python-shell-send-region)
5803 (python-shell-switch-to-shell): New commands.
5804 (python-send-string): Delete command.
5805 (python-shell-send-string): New command.
5806 (python-switch-to-python): Delete command.
5807 (python-shell-switch-to-shell): New command.
5808 (python-describe-symbol): Delete command.
5809 (python-eldoc-at-point): New command.
5810 (python--set-prompt-regexp, python-args-to-list)
5811 (python-after-info-look, python-check-version)
5812 (python-check-comint-prompt, python-find-imports)
5813 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5814 (python-unload-function, python-expand-template)
5815 (python-maybe-jython, python-preoutput-filter)
5816 (python-pdbtrack-get-source-buffer)
5817 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5818 (python-pdbtrack-toggle-stack-tracking)
5819 (python-pdbtrack-track-stack-file, python-initial-text)
5820 (python-first-word, python-comment-line-p, python-send-command)
5821 (python-setup-brm, python-sentinel, python-set-proc)
5822 (python-skip-out, python-input-filter, python-outdent-p)
5823 (python-outline-level, python-backslash-continuation-line-p)
5824 (python-end-of-block, python-end-of-statement, python-mark-block)
5825 (python-beginning-of-block, python-beginning-of-statement)
5826 (python-blank-line-p, python-beginning-of-string)
5827 (python-open-block-statement-p): Delete functions.
5828 (python-indent-line, python-indent-line-1): Delete functions.
5829 (python-indent-line): New function.
5830 (python-indentation-levels): Delete function.
5831 (python-indent-calculate-levels): New function.
5832 (python-proc): Delete function.
5833 (python-shell-get-process): New function.
5834 (python-send-receive): Delete function.
5835 (python-shell-send-string-no-output): New function.
5836 (python-module-path): Delete function.
5837 (python-ffap-module-path): New function.
5838 (python-completion-at-point)
5839 (python-symbol-completions): Delete functions.
5840 (python-completion-complete-at-point): New function.
5841 (python-load-file): Delete function.
5842 (python-shell-send-file): New function.
5843 (python-calculate-indentation): Delete function.
5844 (python-indent-calculate-indentation): New function.
5845 (python-skip-comments/blanks): Delete function.
5846 (python-util-forward-comment): New function.
5847 (python-continuation-line-p): Delete function.
5848 (python-info-continuation-line-p): New function.
5849 (python-which-func, python-current-defun): Delete function.
5850 (python-info-current-defun): New function.
5851 (python-beginning-of-defun): Delete function.
5852 (python-nav-beginning-of-defun): New function.
5853 (python-close-block-statement-p)
5854 (python-block-end-p): Delete function.
5855 (python-info-closing-block): New function.
5856 (python-comint-output-filter-function)
5857 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5858 (python-fill-comment, python-fill-decorator, python-fill-paren)
5859 (python-fill-string, python-imenu-make-element-tree)
5860 (python-imenu-make-tree, python-imenu-tree-assoc)
5861 (python-indent-context, python-indent-dedent-line)
5862 (python-indent-line-function)
5863 (python-indent-post-self-insert-function)
5864 (python-indent-toggle-levels)
5865 (python-info-assignment-continuation-line-p)
5866 (python-info-beginning-of-backlash)
5867 (python-info-block-continuation-line-p)
5868 (python-info-closing-block-message)
5869 (python-info-line-ends-backslash-p)
5870 (python-info-looking-at-beginning-of-defun)
5871 (python-info-ppss-context, python-info-ppss-context-type)
5872 (python-nav-list-defun-positions, python-nav-read-defun)
5873 (python-nav-sentence-end, python-nav-sentence-start)
5874 (python-pdbtrack-comint-output-filter-function)
5875 (python-pdbtrack-set-tracked-buffer)
5876 (python-shell-calculate-exec-path)
5877 (python-shell-calculate-process-environment)
5878 (python-shell-completion--do-completion-at-point)
5879 (python-shell-completion--get-completions)
5880 (python-shell-completion-complete-at-point)
5881 (python-shell-completion-complete-or-indent)
5882 (python-shell-get-or-create-process)
5883 (python-shell-get-process-name)
5884 (python-shell-internal-get-or-create-process)
5885 (python-shell-internal-get-process-name)
5886 (python-shell-internal-send-string, python-shell-make-comint)
5887 (python-shell-parse-command, python-shell-send-setup-code)
5888 (python-skeleton-add-menu-items)
5889 (python-util-clone-local-variables, python-util-position)
5890 (run-python-internal, python-indentation-levels)
5891 (python-nav-beginning-of-defun)
5892 (python-completion-complete-at-point): New functions.
5893 (run-python): Change arguments. New API requirements.
5894
5895 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5898 (bug#11649).
5899
5900 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5901 (macroexp--expand-all): Use it.
5902
5903 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5904 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5905 Use `cl-function' instead.
5906
5907 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5910 Suggested by Stefan Monnier while discussing bug#11657.
5911
5912 2012-06-14 Sam Steingold <sds@gnu.org>
5913
5914 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5915
5916 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5917
5918 * play/doctor.el (doctor-doc): Remove parameter and use
5919 doctor-sent instead of sent.
5920 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5921
5922 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * files.el: Require cl-lib.
5925 (file-name-non-special): Replace case -> cl-case.
5926
5927 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5928
5929 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5930 mapping from #' to function*.
5931
5932 2012-06-13 Chong Yidong <cyd@gnu.org>
5933
5934 * mouse.el (mouse-drag-track): Do not set the mark if the user
5935 releases the mouse without selecting anything (Bug#11588).
5936
5937 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5940 as well (bug#11646).
5941
5942 * loadup.el: Count byte-code functions as well.
5943
5944 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5945 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5946
5947 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5948 (bug#11649). Add cl-defun and cl-defmacro.
5949
5950 2012-06-13 Drew Adams <drew.adams@oracle.com>
5951
5952 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5953 Fix last change.
5954
5955 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5958 Otherwise, it blocks in batch mode.
5959
5960 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5961
5962 * help-mode.el (bookmark-make-record-default): Declare.
5963
5964 2012-06-13 Chong Yidong <cyd@gnu.org>
5965
5966 * emacs-lisp/package.el (list-packages): Compute a list of
5967 packages that are newly-available since the last list-packages
5968 invocation.
5969 (package-menu--new-package-list): New var.
5970 (package-menu--generate, package-menu--print-info)
5971 (package-menu--status-predicate, package-menu-mark-install):
5972 Handle new status label "new".
5973
5974 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5977 conversion to backquotes.
5978
5979 2012-06-12 Chong Yidong <cyd@gnu.org>
5980
5981 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5982 Rename from gud-inhibit-global-bindings.
5983
5984 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5985
5986 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5987 hook from nxml-glyph-set-hook.
5988
5989 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5990 declaration.
5991
5992 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5993
5994 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5995 Convert to defcustom.
5996
5997 2012-06-12 Drew Adams <drew.adams@oracle.com>
5998
5999 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6000 New functions.
6001 (help-mode): Use them.
6002
6003 2012-06-11 Glenn Morris <rgm@gnu.org>
6004
6005 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6006 Use preprocessor face for directives.
6007 (fortran-directive-re): Doc fix.
6008
6009 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6012 conversion to backquotes (bug#11652).
6013
6014 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6015 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6016 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6017 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6018 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6019 (cl-ninth, cl-tenth): Mark them as inlinable.
6020 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6021 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6022 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6023 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6024 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6025 (cl-list*, cl-adjoin): Don't put an autoload manually.
6026 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6027 (cl--compiler-macro-list*): Add autoload cookie.
6028 (cl--compiler-macro-cXXr): New function.
6029
6030 * help-fns.el (help-fns--compiler-macro): New function extracted from
6031 describe-function-1; follow aliases and use `compiler-macro' property.
6032 (describe-function-1): Use it.
6033
6034 2012-06-11 Chong Yidong <cyd@gnu.org>
6035
6036 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6037 is uninstalled, if imagemagick is installed.
6038
6039 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * emacs-lisp/cl-lib.el: Use lexical-binding.
6042 (cl-map-extents, cl-maclisp-member): Remove.
6043 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6044 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6045 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6046 * emacs-lisp/cl-extra.el: Use lexical-binding.
6047 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6048 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6049 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6050 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6051 * emacs-lisp/cl-seq.el: Use lexical-binding.
6052 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6053 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6054 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6055 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6056 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6057 CL's internals.
6058
6059 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6060
6061 Sync with Tramp 2.2.6-pre.
6062
6063 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6064 `print-length' and `print-level' to nil, in order to avoid
6065 truncation. Reported by Christopher Schmidt
6066 <christopher@ristopher.com>.
6067
6068 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6069
6070 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6071 New defmacro.
6072 (tramp-compat-copy-directory): Add optional argument
6073 COPY-CONTENTS. It is not handled yet.
6074
6075 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6076 (tramp-ftp-file-name-p): Simplify.
6077
6078 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6079 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6080 connection vector.
6081
6082 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6083 (tramp-methods): Do not use `tramp-password-end-of-line'.
6084 (tramp-completion-function-alist-putty): Handle UNIX case.
6085 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6086 (tramp-do-file-attributes-with-stat)
6087 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6088 gid as real numbers. They could run out of integer range on cygwin.
6089 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6090 (tramp-sh-handle-expand-file-name): Handle hops.
6091 (tramp-open-connection-setup-interactive-shell):
6092 Use `tramp-cleanup'. Move check for busyboxes ...
6093 (tramp-find-shell): ... here. Simplify implementation.
6094 Set "remote-shell" property also for alternative shells.
6095 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6096 If failing, a regular file would be written otherwise.
6097 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6098 (tramp-find-inline-encoding): Cache the coding commands in the
6099 process cache. Apply test command on the remote side, if defined.
6100 (tramp-find-inline-compress): Cache the compress commands in the
6101 process cache.
6102 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6103 when requested. Handle hops.
6104 (tramp-current-connection): New defvar.
6105 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6106 Throw `suppress', if there was a failed connection shortly before.
6107 Handle user interrupt. (Bug#10187)
6108 (tramp-get-inline-compress, tramp-get-inline-coding):
6109 Read connection properties from the process cache.
6110
6111 * net/tramp-smb.el (tramp-smb-server-version)
6112 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6113 New defconsts.
6114 (tramp-smb-prompt): Extend for powershell prompt.
6115 (tramp-smb-file-name-handler-alist): Add handlers for
6116 `process-file', `shell-command' and `start-file-process'.
6117 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6118 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6119 (tramp-smb-file-name-p): Simplify.
6120 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6121 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6122 (tramp-smb-shell-quote-argument): New defuns.
6123 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6124 Implement using "tar". By this, time-stamps are preserved.
6125 (tramp-smb-handle-copy-file): Handle also the case of directories.
6126 (tramp-smb-do-file-attributes-with-stat)
6127 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6128 Use `tramp-get-connection-buffer').
6129 (tramp-smb-handle-rename-file): Use "rename", when source and
6130 target are on the same share.
6131 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6132 Use `tramp-smb-server-version'.
6133 (tramp-smb-wait-for-output): Remove prompt.
6134
6135 * net/tramp.el (top): Require 'cl.
6136 (tramp-methods, tramp-rsh-end-of-line):
6137 Remove `tramp-password-end-of-line' from docstring.
6138 (tramp-save-ad-hoc-proxies): New defcustom.
6139 (tramp-completion-function-alist): Adapt docstring.
6140 (tramp-default-password-end-of-line): Remove defcustom.
6141 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6142 (tramp-user-regexp, tramp-file-name-regexp-unified)
6143 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6144 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6145 (tramp-remote-file-name-spec-regexp): New defconst.
6146 (tramp-file-name-structure): Extend structure for hops.
6147 (tramp-get-method-parameter): Move up.
6148 (tramp-file-name-p, tramp-dissect-file-name)
6149 (with-parsed-tramp-file-name): Handle hops.
6150 (tramp-file-name-hop): New defun.
6151 (tramp-make-tramp-file-name): New optional arg HOP.
6152 (tramp-message-show-progress-reporter-message): New defvar.
6153 (tramp-with-progress-reporter): Use it. We cannot use
6154 `tramp-message-show-message' here, because this suppresses also
6155 error buffers.
6156 (tramp-error-with-buffer): Suppress buffer view, if
6157 `tramp-message-show-message' is nil.
6158 Use `tramp-get-connection-buffer'.
6159 (tramp-cleanup): New defun.
6160 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6161 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6162 an error unchanged.
6163 (tramp-completion-handle-file-name-all-completions): Handle hops.
6164 Fix an error when called from ido.
6165 (tramp-completion-dissect-file-name): Use better local variable
6166 name. Add hop to the vector.
6167 (tramp-handle-insert-file-contents): Use progress-reporter for the
6168 whole scenario.
6169 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6170 to `t'.
6171 (tramp-check-for-regexp): Simplify search.
6172 (tramp-enter-password): Remove it. Move implementation ...
6173 (tramp-action-password): ... here.
6174 (tramp-mode-string-to-int, tramp-local-host-p)
6175 (tramp-make-tramp-temp-file, tramp-read-passwd)
6176 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6177 Set tramp-autoload cookie.
6178
6179 * net/trampver.el: Update release number.
6180
6181 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6182 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6185 (tramp-parse-group, tramp-parse-file)
6186 (tramp-parse-shostkeys-sknownhosts): New defuns.
6187 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6188 (tramp-parse-shosts-group, tramp-parse-sconfig)
6189 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6190 (tramp-parse-sknownhosts, tramp-parse-hosts)
6191 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6192 Use them.
6193 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6194 (tramp-parse-putty-group): Don't narrow.
6195 (tramp-parse-putty): Make a loop.
6196 (tramp-file-name-handler): Catch the `suppress' signal.
6197
6198 2012-06-11 Chong Yidong <cyd@gnu.org>
6199
6200 * image.el (imagemagick-register-types): Put the ImageMagick entry
6201 at the end of image-type-file-name-regexps.
6202
6203 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6204
6205 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6206 (pcase, pcase-let*, pcase-dolist): Use them.
6207
6208 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * emacs-lisp/pcase.el (pcase--let*): New function.
6211 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6212 (pcase--expand): Use macroexp-let².
6213
6214 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6217 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6218 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6219 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6220 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6221 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6222
6223 2012-06-10 Glenn Morris <rgm@gnu.org>
6224
6225 * mail/rmail.el (rmail-yank-current-message): Leave point at
6226 correct position. (Bug#11660)
6227
6228 2012-06-10 Chong Yidong <cyd@gnu.org>
6229
6230 * allout-widgets.el: Fix code header.
6231
6232 2012-06-10 Chong Yidong <cyd@gnu.org>
6233
6234 * cus-edit.el (customize-changed-options-previous-release):
6235 Bump to 24.1.
6236
6237 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6238
6239 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6240
6241 2012-06-09 Chong Yidong <cyd@gnu.org>
6242
6243 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6244
6245 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6246
6247 * window.el (special-display-popup-frame): Don't use
6248 window--display-buffer (Bug#11651).
6249
6250 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6251
6252 Fix parallel builds: make sure loaddefs.el is not being written
6253 while Lisp files are compiled.
6254 (compile): Don't depend on 'mh-autoloads'.
6255 (compile-CMD, compile-SH): Depend on 'autoloads'.
6256 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6257
6258 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6259
6260 2012-06-09 Chong Yidong <cyd@gnu.org>
6261
6262 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6263 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6264 Doc fixes (Bug#11225).
6265
6266 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6269 a function if there's a clear indication that it has a compiler-macro.
6270 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6271 (macro-declarations-alist): Add arglist to declaration functions.
6272 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6273 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6274 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6275 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6276 Also add autoload to find the compiler macro.
6277 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6278 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6279 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6280 (cl--compiler-macro-get): New functions, replacing calls to
6281 cl-define-compiler-macro.
6282 (cl-typep) [compiler-macro]: Use macroexp-let².
6283
6284 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6285
6286 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6287 string properly, fixes Bug#11473.
6288
6289 2012-06-08 Chong Yidong <cyd@gnu.org>
6290
6291 * faces.el (set-face-attribute): Doc fix.
6292 (modify-face): Don't use :bold and :italic.
6293 (error, warning, success): Tweak definitions.
6294
6295 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6296 (custom-modified, custom-set, custom-changed, custom-themed)
6297 (custom-saved, custom-button, custom-button-mouse)
6298 (custom-button-pressed, custom-state, custom-comment-tag)
6299 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6300 (custom-group-subtitle): Use new-style face specs.
6301 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6302 (custom-set-face, custom-changed-face, custom-saved-face)
6303 (custom-button-face, custom-button-pressed-face)
6304 (custom-documentation-face, custom-state-face)
6305 (custom-comment-face, custom-comment-tag-face)
6306 (custom-variable-tag-face, custom-variable-button-face)
6307 (custom-face-tag-face, custom-group-tag-face-1)
6308 (custom-group-tag-face): Remove obsolete face alias.
6309
6310 * epa.el (epa-validity-high, epa-validity-medium)
6311 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6312 (epa-field-name, epa-field-body):
6313 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6314 (font-lock-keyword-face, font-lock-builtin-face)
6315 (font-lock-function-name-face, font-lock-variable-name-face)
6316 (font-lock-type-face, font-lock-constant-face):
6317 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6318 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6319 * speedbar.el (speedbar-button-face, speedbar-file-face)
6320 (speedbar-directory-face, speedbar-tag-face)
6321 (speedbar-selected-face, speedbar-highlight-face)
6322 (speedbar-separator-face):
6323 * whitespace.el (whitespace-newline, whitespace-space)
6324 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6325 (whitespace-line, whitespace-space-before-tab)
6326 (whitespace-space-after-tab, whitespace-indentation)
6327 (whitespace-empty):
6328 * emulation/cua-base.el (cua-global-mark):
6329 * eshell/em-prompt.el (eshell-prompt):
6330 * net/newst-plainview.el (newsticker-new-item-face)
6331 (newsticker-old-item-face, newsticker-immortal-item-face)
6332 (newsticker-obsolete-item-face, newsticker-date-face)
6333 (newsticker-statistics-face, newsticker-default-face):
6334 * net/newst-reader.el (newsticker-feed-face)
6335 (newsticker-extra-face, newsticker-enclosure-face):
6336 * net/newst-treeview.el (newsticker-treeview-face)
6337 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6338 (newsticker-treeview-immortal-face)
6339 (newsticker-treeview-obsolete-face)
6340 (newsticker-treeview-selection-face):
6341 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6342 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6343 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6344 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6345 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6346 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6347 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6348 (mpuz-text):
6349 * progmodes/vera-mode.el (vera-font-lock-number)
6350 (vera-font-lock-function, vera-font-lock-interface):
6351 * textmodes/table.el (table-cell): Use new-style face specs, and
6352 don't use the old :bold and :italic attributes.
6353
6354 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6355 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6356 (ebrowse-member-class, ebrowse-progress): Likewise.
6357 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6358 (ebrowse-file-name-face, ebrowse-default-face)
6359 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6360 (ebrowse-progress-face): Remove obsolete faces.
6361
6362 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6363 Inherit from error and warning faces respectively.
6364
6365 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6366 Likewise.
6367 (flyspell-incorrect-face, flyspell-duplicate-face):
6368 Remove obsolete aliases.
6369
6370 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6371
6372 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6373 Avoid infloop.
6374
6375 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * startup.el (argv, argi): Make lexically scoped.
6378 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6379 * emacs-lisp/cl-macs.el: Use lexical-binding.
6380 Rename cl-bind-* to cl--bind-*.
6381 * files.el: Don't require `cl' since it doesn't use it.
6382 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6383
6384 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6387 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6388 instead of calling external sort utility.
6389 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6390
6391 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6392
6393 * descr-text.el (describe-char): Mention how to insert the
6394 character, if the current input method doesn't support it.
6395 See the discussion in this thread for the details:
6396 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6397
6398 2012-06-08 Sam Steingold <sds@gnu.org>
6399
6400 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6401 XF86Back to previous-buffer.
6402 (minibuffer-local-map): Bind them to next-history-element and
6403 previous-history-element respectively.
6404 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6405 help-go-back respectively.
6406 * info.el (Info-mode-map): Bind them to Info-history-forward and
6407 Info-history-back respectively.
6408 These are the keys next to Up on the ThinkPad keyboard.
6409
6410 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6413 * emacs-lisp/cl-macs.el: Provide itself.
6414 (cl--labels-convert-cache): New var.
6415 (cl--labels-convert): New function.
6416 (cl-flet, cl-labels): New implementation with new semantics, relying on
6417 lexical-binding.
6418 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6419 (cl-closure-vars, cl--function-convert-cache)
6420 (cl--function-convert): Move from cl-macs.el.
6421 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6422 rename by removing the "cl-" prefix.
6423 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6424
6425 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6428 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6429 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6430 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6431 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6432 (cl-hash-table-count): Add old compatibility aliases.
6433
6434 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6435 Use macroexpand-all-environment instead.
6436 (cl--old-macroexpand): New var.
6437 (cl--sm-macroexpand): New function.
6438 (cl-symbol-macrolet): Use it during macro expansion.
6439 (cl--function-convert-cache): New var.
6440 (cl--function-convert): New function, extracted from
6441 cl-macroexpand-all.
6442 (cl-lexical-let): Use it.
6443
6444 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6445 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6446 (cl-member): Remove old alias.
6447
6448 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6449 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6450 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6451 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6452 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6453 (cl-macroexpand-cmacs): Remove var.
6454 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6455 Use macroexpand-all instead.
6456
6457 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6460 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6461 (macroexp-copyable-p): New functions and macros.
6462 * emacs-lisp/edebug.el (edebug-unwrap):
6463 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6464 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6465 (pcase--let*): Remove.
6466 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6467 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6468 macroexp-const-p instead.
6469 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6470
6471 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6472 instead of "cl-" for internal definitions. Use macroexp-const-p.
6473 (cl-old-bc-file-form): Remove var.
6474 (cl-const-exprs-p): Remove fun.
6475 (cl-labels, cl-macrolet): Use backquote.
6476 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6477 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6478 (cl-define-setf-expander): Rename from cl-define-setf-method.
6479 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6480
6481 * international/mule-cmds.el: Don't require CL.
6482 (view-hello-file): Don't use `letf'.
6483
6484 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * tmm.el (tmm-prompt): Use string-prefix-p.
6487 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6488 (tmm-add-prompt): Use minibuffer-completion-help.
6489 (tmm-delete-map): Remove.
6490
6491 * subr.el (kbd): Make it its own function.
6492
6493 2012-06-07 Stefan Merten <smerten@oekonux.de>
6494
6495 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6496 Silence compiler warnings. Fix versions.
6497 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6498 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6499 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6500 (rst-package-emacs-version-alist): Correct Emacs version to
6501 represent major merge with upstream.
6502 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6503
6504 2012-06-06 Glenn Morris <rgm@gnu.org>
6505
6506 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6507 Only print environment variables if set.
6508
6509 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6512 (macroexp--cons): Rename from maybe-cons.
6513 (macroexp--accumulate): Rename from macroexp-accumulate.
6514 (macroexp--all-forms): Rename from macroexpand-all-forms.
6515 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6516 (macroexp--expand-all): Rename from macroexpand-all-1.
6517
6518 2012-06-06 Sam Steingold <sds@gnu.org>
6519
6520 * calendar/calendar.el (calendar-in-read-only-buffer):
6521 Call `special-mode' to enable the standard read-only keybindings.
6522
6523 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6526 with "loading" messages (bug#11635).
6527
6528 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * files.el (enable-remote-dir-locals): New option.
6531 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6532
6533 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6534 Ensure, that the temp directory is local.
6535
6536 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6537 `temporary-file-directory'.
6538
6539 * progmodes/python.el (python-send-region): Ensure, that the
6540 temporary file is created also in the remote case.
6541
6542 2012-06-06 Glenn Morris <rgm@gnu.org>
6543
6544 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6545 (vc-rcs-update-changelog): Use it.
6546
6547 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6548
6549 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6550 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6551 (vc-sccs-diff): Replace use of the external vcdiff script.
6552
6553 2012-06-05 Glenn Morris <rgm@gnu.org>
6554
6555 * ledit.el: Move to obsolete/.
6556
6557 2012-06-05 Sam Steingold <sds@gnu.org>
6558
6559 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6560 patch (Bug#11140).
6561
6562 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * emacs-lisp/cust-print.el: Move to obsolete.
6565
6566 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6567 compiler-macro expansion.
6568
6569 Add native compiler-macro support.
6570 * emacs-lisp/macroexp.el (macroexpand-all-1):
6571 Support compiler-macros directly. Properly follow aliases and apply
6572 the compiler macros more thoroughly.
6573 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6574 macroexpand now properly follows aliases.
6575 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6576 (cl-compiler-macroexpand): Use new prop.
6577 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6578
6579 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6580
6581 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6582
6583 * window.el (get-lru-window, get-mru-window, get-largest-window):
6584 New argument NOT-SELECTED to avoid picking the selected window.
6585 (window--display-buffer-1, window--display-buffer-2): Replace by
6586 new function window--display-buffer
6587 (display-buffer-same-window, display-buffer-reuse-window)
6588 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6589 Use window--display-buffer.
6590 (display-buffer-use-some-window): Remove temporary dedication
6591 hack by calling get-lru-window and get-largest-window with
6592 NOT-SELECTED argument non-nil. Call window--display-buffer.
6593
6594 2012-06-05 Glenn Morris <rgm@gnu.org>
6595
6596 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6597 Replace external vcdiff script.
6598
6599 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6602
6603 2012-06-04 Chong Yidong <cyd@gnu.org>
6604
6605 * image.el (imagemagick-types-inhibit): Revert last change.
6606 Add INFO and M.
6607 (imagemagick-enabled-types): Remove CIN and EPS*.
6608
6609 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * emacs-lisp/cl-lib.el: Rename from cl.el.
6612 * emacs-lisp/cl.el: New compatibility file.
6613 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6614 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6615 to obey the "cl-" prefix.
6616 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6617
6618 2012-06-03 Glenn Morris <rgm@gnu.org>
6619
6620 * emacs-lisp/authors.el (authors-aliases): Addition.
6621
6622 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6623 Fix :version.
6624
6625 2012-06-03 Stefan Merten <smerten@oekonux.de>
6626
6627 * textmodes/rst.el: Add comments.
6628 (rst-transition, rst-adornment): New faces.
6629 (rst-adornment-faces-alist): Make default safe to reevaluate.
6630 Fixes
6631 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6632 Improve customization tags.
6633 (rst-define-level-faces): Clarify meaning.
6634
6635 2012-06-03 Chong Yidong <cyd@gnu.org>
6636
6637 * progmodes/compile.el (compilation-mode-line-fail)
6638 (compilation-mode-line-run, compilation-mode-line-exit):
6639 New faces.
6640 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6641
6642 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6643
6644 * progmodes/which-func.el (which-func-update-ediff-windows):
6645 New function. Use it in ediff-select-hook (Bug#11478).
6646
6647 2012-06-03 Chong Yidong <cyd@gnu.org>
6648
6649 * bindings.el: Remove explicit help text from format-mode-line.
6650 It is now supplied by mode-line-default-help-echo.
6651 (mode-line-front-space, mode-line-end-spaces)
6652 (mode-line-misc-info): New variables.
6653 (mode-line-modes, mode-line-position): Move the default value to
6654 the variable definition.
6655 (mode-line-default-help-echo): New defcustom.
6656 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6657 (mode-line-modified-help-echo): New functions.
6658 (mode-line-mule-info, mode-line-modified): Use them.
6659 (mode-line-eol-desc, propertized-buffer-identification):
6660 Consistency fixes for help text.
6661 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6662 set-buffer-file-coding-system (Bug#289).
6663 (mode-line-mule-info-help-echo): Update help text.
6664
6665 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * simple.el (execute-extended-command): Set real-this-command
6668 (bug#11506).
6669
6670 2012-06-02 Chong Yidong <cyd@gnu.org>
6671
6672 Remove incorrect uses of "modeline" in comments, docstrings, and
6673 function/variable names (Bug#10329).
6674
6675 * cus-edit.el (mode-line):
6676 * dframe.el (dframe-mouse-hscroll):
6677 * emacs-lisp/re-builder.el:
6678 * emacs-lisp/easy-mmode.el (define-minor-mode):
6679 * frame.el (set-frame-name):
6680 * help.el (lookup-minor-mode-from-indicator):
6681 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6682 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6683 (c-toggle-hungry-state):
6684 * progmodes/antlr-mode.el (antlr-language-alist):
6685 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6686 * progmodes/vhdl-mode.el (vhdl-mode):
6687 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6688 * term/ns-win.el (ns-face-at-pos):
6689 * term/sup-mouse.el (sup-mouse-report):
6690 * textmodes/flyspell.el (flyspell-mode-line-string):
6691 * textmodes/ispell.el (ispell-highlight-face):
6692 * textmodes/reftex-global.el:
6693 * vc/vc-arch.el (vc-arch-mode-line-string):
6694 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6695 * vc/vc-git.el (vc-git-mode-line-string):
6696 * vc/vc-hooks.el (vc-display-status)
6697 (vc-default-mode-line-string):
6698 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6699
6700 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6701
6702 * dired.el (dired-sort-set-mode-line): Rename from
6703 dired-sort-set-modeline. All callers changed.
6704
6705 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6706 eshell-status-in-modeline.
6707
6708 * foldout.el (foldout-mode-line-string): Rename from
6709 foldout-modeline-string. All callers changed.
6710 (foldout-update-mode-line): Rename from foldout-update-modeline.
6711
6712 * subr.el (redraw-modeline): Make into obsolete alias.
6713
6714 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6715 timeclock-modeline-display. Make old name an alias.
6716 (timeclock-update-mode-line): Likewise. All callers changed.
6717 (timeclock-mode-line-display): No need to check before using
6718 add-hook.
6719 (timeclock-relative, timeclock-day-over-hook)
6720 (timeclock-use-elapsed, timeclock-mode-string)
6721 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6722
6723 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6724 crisp-mode-modeline-string.
6725
6726 * play/solitaire.el (solitaire-build-mode-line): Rename from
6727 solitaire-build-modeline. All callers changed.
6728
6729 * play/zone.el (zone-hiding-mode-line): Rename from
6730 zone-hiding-modeline. All callers changed.
6731 (zone): Remove unusued `modeline-hidden-level' property.
6732
6733 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6734 xscheme-modeline-initialize. All callers changed.
6735
6736 * strokes.el (strokes-lighter): Rename from
6737 strokes-modeline-string.
6738
6739 * textmodes/sgml-mode.el (html-face-tag-alist)
6740 (html-tag-face-alist): Use mode-line face instead of obsolete
6741 alias modeline.
6742
6743 2012-06-02 Stefan Merten <smerten@oekonux.de>
6744
6745 * textmodes/rst.el: Always require `cl'.
6746 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6747
6748 2012-06-02 Chong Yidong <cyd@gnu.org>
6749
6750 * image.el (imagemagick-enabled-types): Rename from
6751 imagemagick-types-enable. Add many more types.
6752 (imagemagick-types-inhibit): Change default to nil.
6753 (imagemagick-filter-types): Caller changed.
6754
6755 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * emacs-lisp/cl-macs.el: Use backquotes.
6758 (cl-transform-function-property): Use eval-and-compile rather than
6759 abusing `require'.
6760 (defstruct): Use declare-function instead of with-no-warnings.
6761
6762 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6763 (byte-compile-output-docform): Re-add the print-circle bindings.
6764 (byte-compile-fix-header): Use #$ just because it's shorter.
6765 (byte-compile-output-file-form): Remove defun/defmacro.
6766
6767 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6768
6769 * simple.el (choose-completion): Remove now obsolete binding for
6770 owindow.
6771
6772 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6773
6774 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6775 in order to avoid "Stack overflow in regexp matcher".
6776
6777 2012-05-31 Glenn Morris <rgm@gnu.org>
6778
6779 * image.el: For clarity, call imagemagick-register-types at
6780 top-level, rather than relying on a custom :initialize.
6781 (imagemagick-types-enable): New option. (Bug#11557)
6782 (imagemagick-filter-types): New function. (Bug#7406)
6783 (imagemagick-register-types): Use imagemagick-filter-types.
6784 If disabling support, remove elements altogether rather
6785 than using an impossible regexp.
6786 (imagemagick-types-inhibit): Give it the default init function.
6787
6788 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6791 Handle arbitrary file name lengths (Bug#11585).
6792
6793 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6794
6795 * desktop.el (desktop-read): Clear previous and next buffers for
6796 all windows and bury *Messages* buffer (bug#11556).
6797
6798 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 Add `declare' for `defun'. Align `defmacro's with it.
6801 * emacs-lisp/easy-mmode.el (define-minor-mode)
6802 (define-globalized-minor-mode): Don't autoload the var definitions.
6803 * emacs-lisp/byte-run.el: Use lexical-binding.
6804 (defun-declarations-alist, macro-declarations-alist): New vars.
6805 (defmacro, defun): Use them.
6806 (make-obsolete, define-obsolete-function-alias)
6807 (make-obsolete-variable, define-obsolete-variable-alias):
6808 Use `declare'.
6809 (macro-declaration-function): Mark obsolete.
6810 * emacs-lisp/autoload.el: Use lexical-binding.
6811 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6812
6813 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6814
6815 * textmodes/ispell.el (ispell-with-no-warnings):
6816 Define as a macro.
6817 (ispell-kill-ispell, ispell-change-dictionary):
6818 Use `called-interactively-p' for Emacs instead of obsolete
6819 `interactive-p'.
6820
6821 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6824 (macro-declaration-function): Move var from C code.
6825 (macro-declaration-function): Define function with defalias.
6826 * emacs-lisp/macroexp.el (macroexpand-all-1):
6827 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6828 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6829 defun/defmacro any more.
6830 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6831 Provide fallback for unknown arglist.
6832 (byte-compile-arglist-warn): Change calling convention.
6833 (byte-compile-output-file-form): Move print-vars binding.
6834 (byte-compile-output-docform): Simplify accordingly.
6835 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6836 (byte-compile-defmacro-declaration): Remove.
6837 (byte-compile-file-form-defmumble): Generalize to defalias.
6838 (byte-compile-output-as-comment): Return byte-positions.
6839 Simplify callers accordingly.
6840 (byte-compile-lambda): Use `assert'.
6841 (byte-compile-defun, byte-compile-defmacro): Remove.
6842 (byte-compile-file-form-defalias):
6843 Use byte-compile-file-form-defmumble.
6844 (byte-compile-defalias-warn): Remove.
6845
6846 2012-05-29 Stefan Merten <smerten@oekonux.de>
6847
6848 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6849 possible. Fix authors. Improve comments. Improve loading of `cl'.
6850
6851 (rst-mode-abbrev-table): Merge definition.
6852 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6853 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6854
6855 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6856
6857 * calendar/icalendar.el
6858 (icalendar-export-region): Export UID properly.
6859
6860 2012-05-29 Leo Liu <sdl.web@gmail.com>
6861 * calendar/icalendar.el (icalendar-import-format):
6862 Add `icalendar-import-format-uid' (Bug#11525).
6863 (icalendar-import-format-uid): New.
6864 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6865 Export UID.
6866
6867 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6870 different alternative patterns.
6871 (pcase-codegen): Be more careful to preserve identity.
6872 (pcase--u1): Don't forget to mark vars as used.
6873
6874 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6875 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6876 (byte-compile-from-buffer): ...rather than here.
6877
6878 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6879 functions from byte-compile-function-environment.
6880
6881 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6882
6883 * window.el (window-deletable-p): Avoid deleting the root window
6884 of a frame with an active minibuffer.
6885
6886 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6887
6888 * simple.el (choose-completion): Use quit-window (Bug#11567).
6889
6890 2012-05-29 Chong Yidong <cyd@gnu.org>
6891
6892 * whitespace.el (whitespace-cleanup): Fix usage of
6893 whitespace-empty-at-bob-regexp (Bug#11492).
6894
6895 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6896
6897 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6898 revert (Bug#11488).
6899
6900 2012-05-29 Juri Linkov <juri@jurta.org>
6901
6902 * isearch.el (isearch-mode-map): Bind `M-s _' to
6903 `isearch-toggle-symbol'. Bind `M-s c' to
6904 `isearch-toggle-case-fold'.
6905 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6906 (isearch-forward): Add `M-s _' to the docstring.
6907 (isearch-forward-symbol, isearch-toggle-case-fold)
6908 (isearch-symbol-regexp): New functions. (Bug#11381)
6909
6910 2012-05-29 Juri Linkov <juri@jurta.org>
6911
6912 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6913 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6914 a function, call it to get the regexp.
6915 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6916 property `isearch-message-prefix' instead of the string "word ".
6917 (isearch-search-fun-default): For the case of `isearch-word',
6918 return a lambda that calls re-search-forward/re-search-backward
6919 with a regexp returned by `word-search-regexp' or by the function
6920 in `isearch-word'.
6921
6922 2012-05-29 Juri Linkov <juri@jurta.org>
6923
6924 * isearch.el (isearch-search-fun-default): New function.
6925 (isearch-search-fun): Move default part to the new function
6926 `isearch-search-fun-default'.
6927 (isearch-search-fun-function): Set the default value to
6928 `isearch-search-fun-default'. (Bug#11381)
6929
6930 * comint.el (comint-history-isearch-end):
6931 Use `isearch-search-fun-default'.
6932 (comint-history-isearch-search): Use `isearch-search-fun-default'
6933 and remove spacial case for `isearch-word'.
6934 (comint-history-isearch-wrap): Remove spacial case for
6935 `isearch-word'.
6936
6937 * hexl.el (hexl-isearch-search-function):
6938 Use `isearch-search-fun-default'.
6939
6940 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6941 Use `word-search-regexp' for `isearch-word'.
6942
6943 * misearch.el (multi-isearch-search-fun):
6944 Use `isearch-search-fun-default'.
6945
6946 * simple.el (minibuffer-history-isearch-search):
6947 Use `isearch-search-fun-default' and remove spacial case for
6948 `isearch-word'.
6949 (minibuffer-history-isearch-wrap): Remove spacial case for
6950 `isearch-word'.
6951
6952 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6953 Remove spacial case for `isearch-word'.
6954 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6955
6956 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6957
6958 Decrease XEmacs incompatibilities.
6959 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6960 Use `string-match'.
6961 (flyspell-delete-region-overlays): Use alternative definition for
6962 XEmacs.
6963 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6964 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6965 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6966 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6967 `define-obsolete-face-alias' under XEmacs, but old method.
6968
6969 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6970 `with-no-warnings' definition or Emacs alias.
6971 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6972 (ispell-word): Do not use `region-p' if XEmacs.
6973
6974 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6975
6976 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6977 Check for `ispell-dictionary-base-alist' instead of full
6978 `ispell-dictionary-alist'.
6979 (ispell-init-process): Show spellchecker when starting new Ispell
6980 process.
6981
6982 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6985 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6986
6987 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * version.el (motif-version-string, gtk-version-string)
6990 (ns-version-string): Declare.
6991
6992 2012-05-27 Juri Linkov <juri@jurta.org>
6993
6994 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6995 after the `eval-defun-1' specialcaseing
6996 like in `edebug-eval-defun' (bug#10181).
6997
6998 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6999 like in `eval-defun-1'.
7000
7001 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7002
7003 * mail/sendmail.el (mail-yank-region):
7004 Recognize rmail-yank-current-message in addition to insert-buffer.
7005 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7006 a *mail* buffer created through rmail-start-mail with sendmail as
7007 mail-user-agent.
7008
7009 2012-05-27 Chong Yidong <cyd@gnu.org>
7010
7011 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7012 Default to 256 (Bug#11267).
7013
7014 * help.el (describe-mode): Doc fix.
7015
7016 2012-05-26 Glenn Morris <rgm@gnu.org>
7017
7018 * w32-fns.el (w32-init-info): Remove.
7019 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7020
7021 * info.el (info-initialize): For self-contained NS builds, put the
7022 included info/ directory at the front. (Bug#2791)
7023
7024 * paths.el (Info-default-directory-list): Make it a defcustom,
7025 mainly so that we can use custom-initialize-delay.
7026
7027 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * subr.el (buffer-has-markers-at): Mark obsolete.
7030
7031 * subr.el (lambda): Use declare.
7032
7033 * emacs-lisp/lisp-mode.el (lambda):
7034 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7035
7036 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7037
7038 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7039
7040 2012-05-26 Glenn Morris <rgm@gnu.org>
7041
7042 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7043
7044 2012-05-25 Glenn Morris <rgm@gnu.org>
7045
7046 * paths.el: Remove no-byte-compile.
7047 * loadup.el: No need to load paths.el uncompiled.
7048
7049 * image.el (imagemagick-types-inhibit): Doc fix.
7050
7051 * version.el: Remove no-byte-compile and associated formatting.
7052 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7053 is ancient code from when there was an "inc-vers.el".
7054
7055 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * progmodes/gdb-mi.el: Minor style changes.
7058 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7059 Turn into minor modes.
7060 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7061 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7062 (gdb-shell): Remove unneeded let-binding.
7063 (gdb-get-many-fields): Eliminate O(n²) behavior.
7064
7065 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7066
7067 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7068 platforms that don't link in fontset.c.
7069
7070 2012-05-25 Juri Linkov <juri@jurta.org>
7071
7072 Use the same diff color scheme as in modern VCSes (bug#10181).
7073
7074 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7075 to avoid confusion with `diff-added' that now uses green colors.
7076 (diff-removed): Use shades of red.
7077 (diff-added): Use shades of green.
7078 (diff-changed): Leave just the yellow color.
7079 (diff-use-changed-face): New variable.
7080 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7081 how to highlight context diff changes.
7082 (diff-refine-change): Use shades of yellow.
7083 (diff-refine-removed): New face that uses shades of red.
7084 (diff-refine-added): New face that uses shades of green.
7085 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7086 `diff-refine-removed' in the call to `smerge-refine-subst'
7087 depending on the value of `diff-use-changed-face'.
7088
7089 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7090 (smerge-other): Use shades of green.
7091 (smerge-base): Use shades of yellow.
7092 (smerge-refined-change): Empty face.
7093 (smerge-refined-removed): New face that uses shades of red.
7094 (smerge-refined-added): New face that uses shades of green.
7095 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7096 args `props-r' and `props-a', and use them. Doc fix.
7097 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7098 on its value use different faces `smerge-refined-change',
7099 `smerge-refined-removed', `smerge-refined-added' in the call to
7100 `smerge-refine-subst'.
7101
7102 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7103 Add face condition `min-colors 88' with shades of red.
7104 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7105 `min-colors 88' with shades of green.
7106 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7107 `min-colors 88' with shades of yellow.
7108
7109 2012-05-24 Glenn Morris <rgm@gnu.org>
7110
7111 * paths.el (prune-directory-list, remote-shell-program): Move to...
7112 * files.el (prune-directory-list, remote-shell-program): ...here.
7113 For the latter, delay initialization, prefer ssh, just search PATH.
7114
7115 * paths.el (term-file-prefix): Move to faces.el (the only user).
7116 * faces.el (term-file-prefix): Move here, make it a defcustom.
7117
7118 * paths.el (news-directory, news-path, news-inews-program):
7119 Move to gnus/nnspool.el.
7120
7121 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7122
7123 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7124 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7125 Make the latter a defcustom, with a delayed initialization.
7126
7127 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7128 These were deleted from Gnus itself late 2010.
7129
7130 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * progmodes/which-func.el (which-func-ff-hook):
7133 Check against user-error, not error.
7134
7135 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7136 cl-specs.el, which no longer exists.
7137
7138 2012-05-22 Glenn Morris <rgm@gnu.org>
7139
7140 * info.el (info-emacs-bug): New command.
7141 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7142 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7143
7144 2012-05-21 Glenn Morris <rgm@gnu.org>
7145
7146 * makefile.w32-in (update-subdirs-SH):
7147 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7148
7149 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7152
7153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7154 Simplify Maven regexp, and make sure the file can't start with a space
7155 (bug#11517).
7156
7157 2012-05-21 Glenn Morris <rgm@gnu.org>
7158
7159 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7160 Scrap superfluous subshells.
7161
7162 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7165 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7166
7167 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7168
7169 * calc/calc.el (calc-ensure-consistent-units): New variable.
7170
7171 * calc/calc-units.el (math-consistent-units-p)
7172 (math-check-unit-consistency): New functions.
7173 (calc-quick-units, calc-convert-units):
7174 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7175 is non-nil.
7176 (calc-extract-units): Fix typo.
7177
7178 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7181
7182 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7183 (flyspell-default-deplacement-commands): Don't spell check after
7184 repeated window/frame switches (e.g. triggered by mouse-movement).
7185 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7186 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7187 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7188 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7189 Remove unused vars.
7190 (flyspell-get-casechars, flyspell-get-not-casechars):
7191 Simplify; Don't bother removing a ] just to add it back.
7192 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7193
7194 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7195
7196 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7197 New functions.
7198 (math-function-table): Add support for more C functions.
7199
7200 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7201
7202 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7203 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7204 Protect delay handling for otherchars against empty otherchars.
7205
7206 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7209 their respective macro declarations.
7210 * skeleton.el (define-skeleton):
7211 * progmodes/compile.el (define-compilation-mode):
7212 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7213 (define-ibuffer-filter):
7214 * emacs-lisp/generic.el (define-generic-mode):
7215 * emacs-lisp/easy-mmode.el (define-minor-mode)
7216 (define-globalized-minor-mode):
7217 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7218 * emacs-lisp/byte-run.el (defsubst):
7219 * custom.el (deftheme): Add doc-string metadata.
7220
7221 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7224
7225 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7228
7229 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7230 * emacs-lisp/cl-macs.el: Idem.
7231 * emacs-lisp/cl-specs.el: Remove.
7232
7233 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 Minor renaming of internal CL functions and variables.
7236 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7237 (cl--position): Rename from cl-position.
7238 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7239 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7240 (cl--random-state): Rename from *random-state*.
7241
7242 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7245 parens around the arg list (bug#11499).
7246
7247 2012-05-17 Juri Linkov <juri@jurta.org>
7248
7249 * isearch.el (word-search-regexp, word-search-backward)
7250 (word-search-forward, word-search-backward-lax)
7251 (word-search-forward-lax): Move functions from search.c
7252 (bug#10145, bug#11381).
7253
7254 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7255
7256 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7257 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7258 Delay for otherchars as for normal word components.
7259
7260 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * minibuffer.el (completion--sifn-requote): Fix last change.
7263 (minibuffer-local-must-match-filename-map):
7264 Move define-obsolete-variable-alias before its var.
7265
7266 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7269
7270 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7271 behavior.
7272 (completion--string-equal-p): New function.
7273 (completion--twq-all): Use it to get better assertion failure data.
7274
7275 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7276 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7277 (shell--requote-argument): New functions.
7278 (shell-completion-vars): Use them.
7279 (shell--parse-pcomplete-arguments): Rename from
7280 shell-parse-pcomplete-arguments.
7281 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7282 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7283 Obey comint-file-name-quote-list.
7284
7285 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7286 (smie-indent-keyword): Use it.
7287
7288 2012-05-14 Stefan Merten <smerten@oekonux.de>
7289
7290 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7291
7292 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * net/rlogin.el (rlogin-mode-map): Fix last change.
7295
7296 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7297
7298 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7299 the following \r\n using a single `process-send-string', since the
7300 Lotus SMTP server refuses to accept any commands if they are sent
7301 with two `process-send-string's (Bug#11444).
7302
7303 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * shell.el (shell-parse-pcomplete-arguments):
7306 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7307
7308 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7309
7310 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7311 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7312 (image-transform-width, image-transform-fit-width): New functions.
7313 (image-transform-properties): Use them.
7314 (image-transform-check-size): New function.
7315 (image-toggle-display-image): Use it (for testing).
7316 (image-transform-set-rotation): Reduce angle mod 360.
7317 Delete obsolete comment.
7318
7319 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7320
7321 * image-mode.el: Fix scaling (bug#11399).
7322 (image-transform-resize): Doc fix.
7323 (image-transform-properties): Default scale is 1 and height should
7324 be an integer.
7325
7326 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7327
7328 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7329 than hard-coding `car', to fix misbehavior when moving forward.
7330
7331 2012-05-13 Chong Yidong <cyd@gnu.org>
7332
7333 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7334 (tabulated-list-entries, tabulated-list-padding)
7335 (tabulated-list-sort-key): Make permanent-local.
7336
7337 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7338 (electric-buffer-list): Put electric buffer menu
7339 command descriptions in this docstring, instead of the docstring
7340 of electric-buffer-menu-mode. Code cleanups.
7341 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7342 Electric-buffer-menu-mode.
7343 (electric-buffer-update-highlight): Minor code cleanup.
7344
7345 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7348 (Bug#11447)
7349
7350 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 Move define-obsolete-variable-alias before the var's definition.
7353 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7354 * tooltip.el (tooltip-hook):
7355 * textmodes/reftex-toc.el (reftex-toc-map):
7356 * textmodes/reftex-sel.el (reftex-select-label-map)
7357 (reftex-select-bib-map):
7358 * textmodes/reftex-index.el (reftex-index-map)
7359 (reftex-index-phrases-map):
7360 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7361 * progmodes/meta-mode.el (meta-mode-map):
7362 * novice.el (disabled-command-hook):
7363 * loadhist.el (unload-hook-features-list):
7364 * frame.el (blink-cursor):
7365 * files.el (find-file-not-found-hooks, write-file-hooks)
7366 (write-contents-hooks):
7367 * emulation/tpu-edt.el (GOLD-map):
7368 * emacs-lock.el (emacs-lock-from-exiting):
7369 * emacs-lisp/generic.el (generic-font-lock-defaults):
7370 * emacs-lisp/chart.el (chart-map):
7371 * dos-fns.el (register-name-alist):
7372 * dired-x.el (dired-omit-files-p):
7373 * desktop.el (desktop-enable):
7374 * cus-edit.el (custom-mode-hook):
7375 * buff-menu.el (buffer-menu-mode-hook):
7376 * bookmark.el (bookmark-read-annotation-text-func)
7377 (bookmark-exit-hooks):
7378 * allout.el (allout-mode-deactivate-hook)
7379 (allout-exposure-change-hook, allout-structure-added-hook)
7380 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7381 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7382 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7383 comes before the corresponding variable's definition.
7384
7385 2012-05-12 Chong Yidong <cyd@gnu.org>
7386
7387 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7388 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7389 (Buffer-menu-mode-map): Bind it.
7390 (Buffer-menu--pretty-name): Add a mouse-face property.
7391
7392 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7395 (prolog-upper-case-string, prolog-lower-case-string)
7396 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7397 (prolog-use-smie, prolog-smie-grammar): New vars.
7398 (prolog-smie-forward-token, prolog-smie-backward-token)
7399 (prolog-smie-rules): New funs.
7400 (prolog-comment-indent): Remove.
7401 (prolog-mode-variables): Use default comment indentation instead.
7402 Setup SMIE.
7403 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7404 (prolog-mode): Don't call them any more.
7405 (prolog-electric-colon, prolog-electric-dash)
7406 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7407
7408 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7409
7410 * minibuffer.el (completion--twq-all): Again, allow case differences.
7411
7412 * term.el: Move keymap initialization code to be more idiomatic.
7413 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7414 (term-terminal-menu): Move initialization into declaration.
7415 (term-escape-char): Let the user set it in her .emacs.
7416
7417 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7418 Provide SMIE-based indentation (not enabled by default yet).
7419 (sh-mode-map): Don't bind electric keys.
7420 Use electric-pair-mode instead of skeleton-pair.
7421 (sh-assignment-regexp): Fit within 80 columns.
7422 (sh-indent-supported): Specify actual shell name instead of boolean.
7423 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7424 (sh-maybe-here-document): Use it. Make obsolete.
7425 (sh-electric-here-document-mode) New minor mode.
7426 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7427 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7428 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7429 (sh-smie-rc-grammar, sh-use-smie): New vars.
7430 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7431 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7432 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7433 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7434 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7435 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7436 (sh-set-shell): Use smie-setup if requested.
7437
7438 * term.el (term-set-escape-char): Properly set term-escape-char.
7439 See http://stackoverflow.com/questions/10524656.
7440
7441 2012-05-10 Chong Yidong <cyd@gnu.org>
7442
7443 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7444 Use url-generic-parse-url, and handle host names and Windows
7445 filenames properly.
7446 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7447 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7448 URL schemes to work on.
7449 (ffap--toggle-read-only): New function.
7450 (ffap-read-only, ffap-read-only-other-window)
7451 (ffap-read-only-other-frame): Use it.
7452 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7453 necessary for ffap-url-unwrap-remote.
7454
7455 2012-05-10 Dave Abrahams <dave@boostpro.com>
7456
7457 * cus-start.el (create-lockfiles): Add it.
7458
7459 2012-05-09 Chong Yidong <cyd@gnu.org>
7460
7461 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7462 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7463
7464 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7467
7468 2012-05-09 Chong Yidong <cyd@gnu.org>
7469
7470 * ansi-color.el (ansi-color-process-output): Check for validity of
7471 comint-last-output-start before using it. This avoids a bad
7472 interaction with gdb-mi's input/output buffer.
7473
7474 2012-05-09 Glenn Morris <rgm@gnu.org>
7475
7476 * files.el (dir-locals-read-from-file):
7477 Mention dir-locals in any error message.
7478
7479 2012-05-09 Chong Yidong <cyd@gnu.org>
7480
7481 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7482 package (Bug#11410).
7483
7484 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7485 variables into description.
7486
7487 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7490 shell-delimiter-argument-list (bug#11348).
7491 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7492
7493 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * textmodes/rst.el: Silence byte-compiler warnings.
7496 (rst-re-alist, rst-reset-section-caches): Move around.
7497 (rst-re): Use `characterp', not `char-valid-p'.
7498 (font-lock-beg, font-lock-end): Declare.
7499
7500 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7501 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7502
7503 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7504
7505 2012-05-08 Glenn Morris <rgm@gnu.org>
7506
7507 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7508
7509 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * vc/log-edit.el: Add GNU coding standards highlighting.
7512 (log-edit-font-lock-gnu-style)
7513 (log-edit-font-lock-gnu-keywords): New vars.
7514 (log-edit-font-lock-keywords): New fun.
7515 (log-edit-mode): Don't fold case in font-lock.
7516 (log-edit-font-lock-keywords): Do not assume case-folding.
7517
7518 * imenu.el: Misc cleanup. Make docstrings out of comments.
7519 Use lexical-binding.
7520 (imenu--index-alist, imenu--last-menubar-index-alist)
7521 (imenu-menubar-modified-tick): Use defvar-local.
7522 (imenu--split-menu): Remove unused var.
7523 (imenu--cleanup-seen): Declare as global.
7524 (imenu--cleanup): Use dolist.
7525
7526 * subr.el (defvar-local): Add debug spec and doc-string position.
7527
7528 2012-05-08 Glenn Morris <rgm@gnu.org>
7529
7530 * language/burmese.el, language/cham.el, language/czech.el:
7531 * language/english.el, language/georgian.el, language/greek.el:
7532 * language/japanese.el, language/khmer.el, language/korean.el:
7533 * language/lao.el, language/misc-lang.el, language/romanian.el:
7534 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7535 * language/thai.el, language/utf-8-lang.el:
7536 Remove no-byte-compile setting.
7537
7538 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7539
7540 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7541
7542 * progmodes/make-mode.el (makefile-browse):
7543 Remove unnecessary interactive. (Bug#11324)
7544
7545 2012-05-07 Glenn Morris <rgm@gnu.org>
7546
7547 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7548
7549 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7550
7551 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * loadup.el: Preload newcomment.el.
7554 * newcomment.el: Move autoload-only code to toplevel.
7555
7556 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7557 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7558 Handle new :right-align column property.
7559 (tabulated-list-print-col): Idem, plus use `display' text-property to
7560 try and preserve alignment for variable pitch fonts.
7561
7562 2012-05-07 Chong Yidong <cyd@gnu.org>
7563
7564 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7565 (tabulated-list-use-header-line): New var.
7566 (tabulated-list-init-header): Use it.
7567 (tabulated-list-print-fake-header): New function.
7568 (tabulated-list-print): Use it.
7569 (tabulated-list-sort-button-map): Add non-header-line commands.
7570 (tabulated-list-init-header): Add column name property to basic
7571 labels as well.
7572 (tabulated-list-col-sort): Handle non-header-line button case.
7573 (tabulated-list--sort-by-column-name): Fix a corner case.
7574
7575 * buff-menu.el (list-buffers--refresh):
7576 Handle Buffer-menu-use-header-line.
7577
7578 2012-05-06 Chong Yidong <cyd@gnu.org>
7579
7580 * buff-menu.el: Convert to Tabulated List mode.
7581 (Buffer-menu-buffer+size-width): Make obsolete.
7582 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7583 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7584 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7585 documentation into docstring of buffer-menu.
7586 (Buffer-menu-toggle-files-only): Add an informative message.
7587 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7588 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7589 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7590 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7591 (Buffer-menu-execute, Buffer-menu-select)
7592 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7593 (Buffer-menu-bury): Use Tabulated List machinery.
7594 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7595 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7596 Delete.
7597 (list-buffers--refresh): New function.
7598 (list-buffers-noselect): Use it.
7599 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7600 (Buffer-menu--pretty-file-name): New helper functions.
7601
7602 * loadup.el: Preload tabulated-list.
7603
7604 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7605 tabulated-list-sort-column.
7606 (tabulated-list-init-header): Add the initial aligning space even
7607 if tabulated-list-padding is zero.
7608
7609 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7610
7611 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7612 whose cdr is not a cons cell correctly (bug#11038).
7613
7614 2012-05-06 Chong Yidong <cyd@gnu.org>
7615
7616 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7617 Accept additional plist in column descriptors.
7618 (tabulated-list-init-header): Obey it.
7619 (tabulated-list-get-entry): New function.
7620 (tabulated-list-put-tag): Use it. Use string-width instead of
7621 length.
7622 (tabulated-list--column-number): New function.
7623 (tabulated-list-print): Use it.
7624 (tabulated-list-print-col): New function.
7625 Set `tabulated-list-column-name' property on each column's text.
7626 (tabulated-list-print-entry): Use it.
7627 (tabulated-list-delete-entry, tabulated-list-set-col):
7628 New functions.
7629 (tabulated-list-sort-column): New command (Bug#11337).
7630
7631 * buff-menu.el (list-buffers): Move C-x C-b binding from
7632 buff-menu.el to bindings.el.
7633
7634 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7635 :advertised-binding feature.
7636
7637 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7638
7639 * progmodes/compile.el (compilation-internal-error-properties):
7640 Calculate start position correctly when end-col is set but
7641 end-line is not (Bug#11382).
7642
7643 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7644
7645 * man.el (Man-unindent): Use text-property-default-nonsticky to
7646 prevent untabify from inheriting face properties (Bug#11408).
7647
7648 2012-05-05 Stefan Merten <smerten@oekonux.de>
7649
7650 * textmodes/rst.el: Major merge with upstream development up to
7651 Docutils SVN r7399 / rst.el V1.2.1.
7652
7653 Clarify maintainership and authors.
7654
7655 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7656 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7657 (rst-official-version, rst-official-cvs-rev, rst-version)
7658 (rst-package-emacs-version-alist): New functions and variables
7659 for version information.
7660
7661 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7662 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7663 (rst-mode-syntax-table, rst-mode): New and corrected functions
7664 and variables representing reStructuredText features.
7665
7666 (rst-re): New function for reStructuredText regexes. Use in
7667 many places.
7668
7669 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7670 (rst-mode-map): Rebind keys.
7671
7672 (rst-mode-lazy, rst-font-lock-keywords)
7673 (rst-font-lock-extend-region)
7674 (rst-font-lock-extend-region-internal)
7675 (rst-font-lock-extend-region-extend)
7676 (rst-font-lock-find-unindented-line-limit)
7677 (rst-font-lock-find-unindented-line-match)
7678 (rst-adornment-level, rst-font-lock-adornment-level)
7679 (rst-font-lock-adornment-match)
7680 (rst-font-lock-handle-adornment-pre-match-form)
7681 (rst-font-lock-handle-adornment-matcher): Major revision of
7682 font-locking. Integrate with other code. Use `jit-lock-mode'.
7683
7684 (rst-preferred-adornments, rst-adjust-hook)
7685 (rst-new-adornment-down, rst-preferred-bullets)
7686 (rst-preferred-bullets, rst-indent, rst-indent-width)
7687 (rst-indent-field, rst-indent-literal-normal)
7688 (rst-indent-literal-minimized, rst-indent-comment): Change,
7689 extend and improve customization.
7690
7691 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7692 (rst-normalize-cursor-position, rst-get-decoration)
7693 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7694 (rst-rstrip, rst-toc-insert-find-delete-contents)
7695 (rst-shift-fill-region, rst-compute-bullet-tabs)
7696 (rst-debug-print-tabs, rst-debug-mark-found)
7697 (rst-shift-region-guts, rst-shift-region-right)
7698 (rst-shift-region-left, rst-use-char-classes)
7699 (rst-font-lock-keywords-function)
7700 (rst-font-lock-indentation-point)
7701 (rst-font-lock-find-unindented-line-begin)
7702 (rst-font-lock-find-unindented-line-end)
7703 (rst-font-lock-find-unindented-line)
7704 (rst-font-lock-adornment-point, rst-font-lock-level)
7705 (rst-adornment-level-alist): Remove functions and variables.
7706
7707 (rst-compare-adornments, rst-get-adornment-match)
7708 (rst-suggest-new-adornment, rst-get-adornments-around)
7709 (rst-adornment-complete-p, rst-get-next-adornment)
7710 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7711 (rst-straighten-adornments): Standardize function names to
7712 use "adornment" instead of "decoration". Correct callers.
7713 Similar standardizing in many places.
7714
7715 (rst-update-section, rst-adjust, rst-promote-region)
7716 (rst-enumerate-region, rst-bullet-list-region)
7717 (rst-repeat-last-character): Correct use of `interactive'.
7718
7719 (rst-classify-adornment, rst-find-all-adornments)
7720 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7721 (rst-find-leftmost-column, rst-repeat-last-character):
7722 Refactor functions.
7723
7724 (rst-find-title-line, rst-reset-section-caches)
7725 (rst-get-adornments-around, rst-adjust-adornment-work)
7726 (rst-arabic-to-roman, rst-roman-to-arabic)
7727 (rst-insert-list-pos, rst-insert-list-new-item)
7728 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7729 New functions.
7730
7731 (rst-all-sections, rst-section-hierarchy)
7732 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7733 New variables.
7734
7735 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7736 configuration instead of only buffer. Change where necessary.
7737
7738 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7739 (rst-shift-region, rst-adaptive-fill): New functions for
7740 indentation and filling.
7741
7742 (rst-comment-line-break, rst-comment-indent)
7743 (rst-comment-insert-comment, rst-comment-region)
7744 (rst-uncomment-region): New functions for handling comments.
7745
7746 (rst-compile): Quote shell arguments.
7747
7748 (rst-compile-pdf-preview, rst-compile-slides-preview):
7749 Delete temporary files after use.
7750
7751 2012-05-05 Glenn Morris <rgm@gnu.org>
7752
7753 * calendar/cal-html.el: Optionally include holidays in the output.
7754 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7755 (cal-html-holidays): New option.
7756 (cal-html-css-default): Add holiday entry.
7757 (holiday-in-range): Autoload it.
7758 (cal-html-htmlify-entry): Add optional class argument.
7759 (cal-html-htmlify-list): Add optional holidays argument.
7760 (cal-html-insert-agenda-days): Include holidays in the output.
7761 (cal-html-one-month): Maybe include holidays.
7762
7763 * calendar/holidays.el (holiday-in-range):
7764 Move here from cal-tex-list-holidays.
7765 * calendar/cal-tex.el (cal-tex-list-holidays):
7766 Make it an obsolete alias for holiday-in-range. Update all callers.
7767
7768 2012-05-05 Chong Yidong <cyd@gnu.org>
7769
7770 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7771 Nextstep.
7772
7773 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7774
7775 * files.el (file-auto-mode-skip): New var.
7776 (set-auto-mode-1): Use it.
7777
7778 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * repeat.el: Use lexical-binding.
7781 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7782 (repeat-undo-count): Remove.
7783 (repeat):
7784 * progmodes/octave-mod.el (octave-abbrev-start):
7785 * progmodes/f90.el (f90-abbrev-start):
7786 * face-remap.el (text-scale-adjust):
7787 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7788
7789 * emacs-lisp/pcase.el (pcase--let*): New function.
7790 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7791 a bit more.
7792 (pcase--split-pred): Be more clever about ruling out overlap between
7793 a predicate and some constant pattern.
7794 (pcase--q1): Use `null' instead of (eq foo nil).
7795
7796 * subr.el (setq-local, defvar-local): New macros.
7797 (kbd): Redefine as an alias.
7798 (with-selected-window): Leave unrelated frames alone.
7799 (set-temporary-overlay-map): New function.
7800
7801 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * subr.el (user-error): New function.
7804 * window.el (switch-to-buffer):
7805 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7806 (smerge-match-conflict):
7807 * simple.el (previous-matching-history-element)
7808 (next-matching-history-element, goto-history-element, undo-more)
7809 (undo-start):
7810 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7811 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7812 (next-file, tags-loop-scan, list-tags, complete-tag):
7813 * progmodes/compile.el (compilation-loop):
7814 * mouse.el (mouse-minibuffer-check):
7815 * man.el (Man-bgproc-sentinel, Man-goto-page):
7816 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7817 (Info-history-forward, Info-follow-reference, Info-menu)
7818 (Info-extract-menu-item, Info-extract-menu-counting)
7819 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7820 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7821 (Info-next-reference, Info-prev-reference, Info-index)
7822 (Info-index-next, Info-follow-nearest-node)
7823 (Info-copy-current-node-name):
7824 * imenu.el (imenu--make-index-alist)
7825 (imenu-default-create-index-function, imenu-add-to-menubar):
7826 * files.el (basic-save-buffer, recover-file):
7827 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7828 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7829 (checkdoc-message-text, checkdoc-defun):
7830 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7831 * cus-edit.el (customize-changed-options, customize-rogue)
7832 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7833 (custom-variable-mark-to-reset-standard)
7834 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7835 (custom-file):
7836 * completion.el (check-completion-length):
7837 * comint.el (comint-search-arg)
7838 (comint-previous-matching-input-string-position)
7839 (comint-previous-matching-input)
7840 (comint-replace-by-expanded-history-before-point, comint-send-input)
7841 (comint-copy-old-input, comint-backward-matching-input)
7842 (comint-goto-process-mark, comint-set-process-mark):
7843 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7844 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7845
7846 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * dabbrev.el (dabbrev--ignore-case-p): New function.
7849 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7850 Use it.
7851
7852 * files.el (automount-dir-prefix): Mark as obsolete.
7853
7854 2012-05-04 Glenn Morris <rgm@gnu.org>
7855
7856 * patcomp.el, play/bruce.el: Move to obsolete/.
7857
7858 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7859
7860 Fix minor Y10k bugs.
7861 * arc-mode.el (archive-unixdate):
7862 * autoinsert.el (auto-insert-alist):
7863 * calc/calc-forms.el (math-this-year):
7864 * emacs-lisp/copyright.el (copyright-current-year)
7865 (copyright-update-year, copyright):
7866 * tar-mode.el (tar-clip-time-string):
7867 * time.el (display-time-update):
7868 Don't assume years have 4 digits.
7869
7870 2012-05-04 Chong Yidong <cyd@gnu.org>
7871
7872 * dos-w32.el (file-name-buffer-file-type-alist)
7873 (direct-print-region-use-command-dot-com):
7874 * ffap.el (ffap-menu-regexp):
7875 * find-file.el (ff-special-constructs):
7876 * follow.el (follow-debug):
7877 * forms.el (forms--debug):
7878 * iswitchb.el (iswitchb-all-frames):
7879 * ido.el (ido-all-frames):
7880 * emacs-lisp/timer.el (timer-max-repeats):
7881 * mail/feedmail.el (feedmail-mail-send-hook)
7882 (feedmail-mail-send-hook-queued):
7883 * mail/footnote.el (footnote-signature-separator):
7884 * mail/mailabbrev.el (mail-alias-separator-string)
7885 (mail-abbrev-mode-regexp):
7886 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7887 * progmodes/idlwave.el (idlwave-libinfo-file)
7888 (idlwave-default-completion-case-is-down)
7889 (idlwave-library-routines): Convert defvars to defcustoms.
7890
7891 * mail/rmail.el (rmail-decode-mime-charset):
7892 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7893 (idlwave-shell-fix-inserted-breaks)
7894 (idlwave-shell-activate-alt-keybindings)
7895 (idlwave-shell-use-breakpoint-glyph):
7896 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7897
7898 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7901
7902 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7903
7904 * progmodes/verilog-mode.el (font-lock-keywords):
7905 Fix mis-highligting auto. Reported by Craig Barner.
7906 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7907 defines from global name space. Reported by Dan Dever.
7908 (verilog-auto-reset, verilog-auto-reset-widths)
7909 (verilog-auto-tieoff): Support using unbased numbers for
7910 AUTORESET and AUTOTIEOFF.
7911 (verilog-submit-bug-report): Update variable list.
7912 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7913 parenthesis from not matching. Reported by Michael Rytting.
7914 (verilog-auto-template-lint): Fix hash error when linting modules
7915 with no used templates.
7916 (verilog-warn, verilog-warn-error)
7917 (verilog-warn-fatal): When non-interactive report multiple
7918 warnings before exiting. Suggested by Brad Dobbie.
7919 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7920 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7921 to report unused template errors. Reported by Brad Dobbie.
7922 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7923 nets, bug438. Reported by Vns Blore.
7924 (verilog-auto-inout-module, verilog-auto-reg)
7925 (verilog-read-decls, verilog-read-sub-decls-sig)
7926 (verilog-signals-edit-wire-reg, verilog-signals-with):
7927 Fix passing of Verilog data types in ANSI input/output ports
7928 such as "output logic" into the AUTOs. Special case "wire" and
7929 "reg" for backwards compatibility presuming Verilog 2001.
7930 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7931 (verilog-preprocess): Fix replication of preprocess output.
7932 Reported by Brad Dobbie.
7933 (verilog-auto-inst-interfaced-ports):
7934 Create verilog-auto-inst-interfaced-ports, bug429.
7935 Reported by Julian Gorfajn.
7936 (verilog-after-save-font-hook)
7937 (verilog-before-save-font-hook): New variable.
7938 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7939 (verilog-save-font-mods): Wrap disabling fontification, reported
7940 by David Rogoff.
7941 (verilog-do-indent, verilog-pretty-declarations-auto)
7942 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7943 Reported by Pierre-David Pfister.
7944 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7945 of class declarations, bug292. Reported by Kevin Heilman.
7946 (verilog-read-decls): Fix 'parameter type' not appearing in
7947 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7948 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7949 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7950 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7951 Reported by David Kravitz.
7952
7953 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7954
7955 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7956 assignment with tests in ifs and for loops.
7957 (verilog-extended-complete-re, verilog-complete-reg): Change so
7958 that DPI inport functions don't look like fuction declarations.
7959 (verilog-pretty-expr): Don't line up assignment
7960 operations to the test and increment in if and for loops
7961 (verilog-extended-complete-re, verilog-complete-reg): Change so
7962 that DPI inport functions don't look like fuction declarations.
7963
7964 2012-05-03 Kenichi Handa <handa@m17n.org>
7965
7966 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7967 decoding, and show a warning message without signaling an error
7968 (Bug#11282).
7969
7970 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * emacs-lisp/bytecomp.el
7973 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7974 since cconv.el might have introduced :fun-body, internal-make-closure,
7975 and friends for bytecomp to handle (bug#11391).
7976 * custom.el (defcustom): Avoid ((λ ..) ..).
7977
7978 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7981
7982 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * notifications.el (dbus-debug):
7985 * term/linux.el (gpm-mouse-enable):
7986 * term/screen.el (xterm-register-default-colors): Declare.
7987
7988 2012-05-02 Chong Yidong <cyd@gnu.org>
7989
7990 * cus-start.el (gc-cons-percentage, exec-suffixes)
7991 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7992 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7993 (make-cursor-line-fully-visible, void-text-area-pointer)
7994 (font-list-limit): Add customization data.
7995
7996 * allout.el (allout-exposure-change-functions)
7997 (allout-structure-added-functions)
7998 (allout-structure-deleted-functions)
7999 (allout-structure-shifted-functions): Rename abnormal hooks from
8000 *-hook, and convert to defcustoms.
8001 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8002 Convert to defcustoms.
8003 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8004
8005 * allout-widgets.el: Hook callers changed.
8006
8007 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8008
8009 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8010 the yanked message in preference to the default value of
8011 buffer-file-coding-system.
8012
8013 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8014
8015 * window.el (display-buffer--action-function-custom-type):
8016 Fix entry.
8017
8018 2012-05-02 Alan Mackenzie <acm@muc.de>
8019
8020 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8021
8022 2012-05-01 Glenn Morris <rgm@gnu.org>
8023
8024 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8025
8026 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8027
8028 * cus-edit.el (custom-variable-documentation): Simplify with format.
8029
8030 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8031 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * simple.el (suggest-key-bindings, execute-extended-command):
8034 Move from keyboard.c.
8035
8036 2012-05-01 Chong Yidong <cyd@gnu.org>
8037
8038 * follow.el: Eliminate advice.
8039 (set-process-filter, process-filter, sit-for): Advice deleted.
8040 (follow-mode-off-hook): Obsolete hook removed.
8041 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8042 Vars deleted.
8043 (follow-auto): Use a :set function.
8044 (follow-mode): Rewritten. Don't advise process filters.
8045 (follow-switch-to-current-buffer-all, follow-scroll-up)
8046 (follow-scroll-down): Assume follow-mode is bound.
8047 (follow-comint-scroll-to-bottom)
8048 (follow-align-compilation-windows): New functions.
8049 (follow--window-sorter): New function.
8050 (follow-all-followers): Use it to explicitly sort windows by their
8051 positions; don't make assumptions about next-window order.
8052 (follow-windows-start-end, follow-delete-other-windows-and-split)
8053 (follow-calc-win-start): Doc fix.
8054 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8055 vertical-motion unnecessarily.
8056 (follow-adjust-window): New function.
8057 (follow-post-command-hook): Use it.
8058 (follow-call-set-process-filter, follow-call-process-filter)
8059 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8060 (follow-stop-intercept-process-output, follow-generic-filter):
8061 Functions deleted.
8062 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8063 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8064 New functions, replacing advice on scroll-bar-* commands.
8065 (follow-mwheel-scroll): New function (Bug#4112).
8066
8067 * comint.el (comint-adjust-point): New function.
8068 (comint-postoutput-scroll-to-bottom): Use it.
8069 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8070
8071 2012-05-01 Glenn Morris <rgm@gnu.org>
8072
8073 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8074 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8075 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8076 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8077 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8078 Remove no-byte-compile setting.
8079
8080 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8083 all-completions code to not return a number in the last cdr.
8084
8085 2012-04-30 Leo Liu <sdl.web@gmail.com>
8086
8087 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8088 read-only error.
8089
8090 2012-04-29 Chong Yidong <cyd@gnu.org>
8091
8092 * follow.el (follow-calc-win-end): Rewrite to handle partial
8093 screen lines correctly (Bug#8390).
8094 (follow-avoid-tail-recenter): Minor cleanup.
8095
8096 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 Avoid the obsolete `assoc' package.
8099 * speedbar.el (speedbar-refresh): Avoid adelete.
8100 (speedbar-file-lists): Simplify and avoid aput.
8101 * man.el (Man--sections, Man--refpages): New vars, replacing
8102 Man-sections-alist and Man-refpages-alist.
8103 (Man-build-section-alist, Man-build-references-alist):
8104 Use them; avoid aput.
8105 (Man--last-section, Man--last-refpage): New vars.
8106 (Man-follow-manual-reference): Use them.
8107 Use the `default' arg of completing-read.
8108 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8109
8110 2012-04-27 Chong Yidong <cyd@gnu.org>
8111
8112 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8113
8114 * startup.el (x-apply-session-resources): New function.
8115
8116 * term/ns-win.el (ns-initialize-window-system):
8117 * term/w32-win.el (w32-initialize-window-system):
8118 * term/x-win.el (x-initialize-window-system): Use it to properly
8119 set menu-bar-mode and other vars from X resources, even if the
8120 initial frame is not a window-system frame (Bug#2299).
8121
8122 * subr.el (read-key): Avoid running filter function when setting
8123 up temporary tool bar entries (Bug#9922).
8124
8125 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8126
8127 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8128 (Bug#11344)
8129
8130 2012-04-27 Chong Yidong <cyd@gnu.org>
8131
8132 * select.el (xselect--encode-string): New function, split from
8133 xselect-convert-to-string.
8134 (xselect-convert-to-string): Use it.
8135 (xselect-convert-to-filename, xselect-convert-to-os)
8136 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8137 returned strings are properly encoded (Bug#11315).
8138
8139 2012-04-27 Chong Yidong <cyd@gnu.org>
8140
8141 * simple.el (delete-active-region): Move to killing custom group.
8142
8143 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8144
8145 * progmodes/which-func.el (which-func-current): Quote %
8146 characters for mode-line processing.
8147
8148 2012-04-27 Chong Yidong <cyd@gnu.org>
8149
8150 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8151 reaching eob (Bug#11286).
8152
8153 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8154
8155 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8156 (gdb): Make it buffer-local and init to zero.
8157 (gdb-control-commands-regexp): New variable.
8158 (gdb-send): Don't wrap in "-interpreter-exec console" if
8159 gdb-control-level is positive. Increment gdb-control-level
8160 whenever the command matches gdb-control-commands-regexp, and
8161 decrement it each time the command is "end". (Bug#11279)
8162
8163 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8164
8165 * window.el (adjust-window-trailing-edge, enlarge-window)
8166 (shrink-window, window-resize):
8167 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8168 windows (Bug#11276).
8169
8170 2012-04-27 Chong Yidong <cyd@gnu.org>
8171
8172 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8173 fix "missing prefix" warning. All callers changed.
8174
8175 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * emacs-lisp/assoc.el: Move to obsolete/.
8178
8179 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8182
8183 * term/ns-win.el (ns-define-service):
8184 * progmodes/pascal.el (pascal-goto-defun):
8185 * progmodes/js.el (js--read-tab):
8186 * progmodes/etags.el (tags-lazy-completion-table):
8187 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8188 * emacs-lisp/ewoc.el (ewoc--wrap):
8189 * emacs-lisp/assoc.el (aput, adelete, amake):
8190 * doc-view.el (doc-view-convert-current-doc):
8191 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8192
8193 2012-04-26 Chong Yidong <cyd@gnu.org>
8194
8195 * image.el (image-type-from-buffer): Only return supported image
8196 type (Bug#9045).
8197
8198 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8199 value, for symmetry with diff-end-of-hunk.
8200 (diff-split-hunk, diff-find-source-location)
8201 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8202 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8203 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8204 compute the relevant hunk or file properly (Bug#6005).
8205 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8206
8207 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * vc/vc-mtn.el:
8210 * vc/vc-hg.el:
8211 * vc/vc-git.el:
8212 * vc/vc-dir.el:
8213 * vc/vc-cvs.el:
8214 * vc/vc-bzr.el:
8215 * vc/vc-arch.el:
8216 * vc/vc.el: Replace lexical-let by lexical-binding.
8217 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8218 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8219 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8220
8221 2012-04-26 Chong Yidong <cyd@gnu.org>
8222
8223 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8224 (diff-mode-shared-map): Bind it to / and [remap undo].
8225
8226 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8227 (ediff-window-setup-function): Use it as the default, to set up
8228 windows based on whether the current frame is graphical (Bug#2138).
8229 (ediff-choose-window-setup-function-automatically): Make obsolete.
8230
8231 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8232
8233 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * ffap.el: Remove old code for obsolete package.
8236 (ffap-complete-as-file-p): Remove.
8237
8238 Use completion-table-with-quoting for comint and pcomplete.
8239 * comint.el (comint--unquote&requote-argument)
8240 (comint--unquote-argument, comint--requote-argument): New functions.
8241 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8242 (comint-quote-filename): Use regexp-opt-charset.
8243 (comint--common-suffix, comint--common-quoted-suffix)
8244 (comint--table-subvert): Remove.
8245 (comint-unquote-function, comint-requote-function): New vars.
8246 (comint--complete-file-name-data): Use them with
8247 completion-table-with-quoting.
8248 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8249 * pcomplete.el (pcomplete-arg-quote-list)
8250 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8251 (pcomplete-unquote-argument-function): Default to non-nil.
8252 (pcomplete-unquote-argument): Simplify.
8253 (pcomplete--common-quoted-suffix): Remove.
8254 (pcomplete-requote-argument-function): New var.
8255 (pcomplete--common-suffix): New function.
8256 (pcomplete-completions-at-point): Use completion-table-with-quoting
8257 and completion-table-subvert.
8258
8259 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8260 (minibuffer--double-dollars): Preserve properties.
8261 (completion--sifn-requote): New function.
8262 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8263
8264 * minibuffer.el: Add support for completion of quoted/escaped data.
8265 (completion-table-with-quoting, completion-table-subvert): New funs.
8266 (completion--twq-try, completion--twq-all): New functions.
8267 (completion--nth-completion): New function.
8268 (completion-try-completion, completion-all-completions): Use it.
8269
8270 2012-04-25 Leo Liu <sdl.web@gmail.com>
8271
8272 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8273 Use compilation-message if available to find real filename.
8274
8275 2012-04-25 Chong Yidong <cyd@gnu.org>
8276
8277 * vc/diff-mode.el (diff-setup-whitespace): New function.
8278 (diff-mode): Use it.
8279
8280 * vc/diff.el (diff-sentinel):
8281 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8282 Whitespace mode variables based on diff style (Bug#8612).
8283
8284 2012-04-25 Leo Liu <sdl.web@gmail.com>
8285
8286 * progmodes/python.el (python-send-region): Add suffix .py to the
8287 temp file.
8288
8289 * files.el (auto-mode-alist): Use javascript-mode instead.
8290
8291 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8292
8293 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8294
8295 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8296 (soap-resolve-references-for-array-type): Hack to prevent self
8297 references, see Bug#9.
8298 (soap-parse-envelope): Report the contents of the 'detail' node
8299 when receiving a fault reply.
8300 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8301
8302 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8303 (soap-inspect-simple-type): New function.
8304
8305 * net/soap-client.el (soap-simple-type): New struct.
8306 (soap-default-xsd-types, soap-default-soapenc-types)
8307 (soap-decode-basic-type, soap-encode-basic-type):
8308 support unsignedInt and double basic types.
8309 (soap-resolve-references-for-simple-type)
8310 (soap-parse-simple-type, soap-encode-simple-type): New function.
8311 (soap-parse-schema): Parse xsd:simpleType declarations.
8312
8313 * net/soap-client.el (soap-default-xsd-types)
8314 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8315 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8316 the local name of "soapenc:Array".
8317 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8318 decoding integer, byte and anyURI xsd types.
8319
8320 2012-04-25 Chong Yidong <cyd@gnu.org>
8321
8322 * cus-edit.el (custom-buffer-create-internal): Update header text.
8323
8324 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8325
8326 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8327 settings on 'system-type', not on 'window-system'. On MS-Windows,
8328 set interactive-mode on in GDB.
8329
8330 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8333 (ruby-syntax-propertize-regexp): Remove.
8334 (ruby-syntax-propertize-function): Split regexp into chunks.
8335 Match following code directly.
8336
8337 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8338
8339 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8340 (ruby-syntax-propertize-regexp): New function.
8341 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8342 by a special keyword.
8343
8344 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8345 (ruby-syntax-general-delimiters-goto-beg)
8346 (ruby-syntax-propertize-general-delimiters): New functions.
8347 (ruby-syntax-propertize-function): Use them to handle GDL.
8348 (ruby-font-lock-keywords): Move old handling of GDL...
8349 (ruby-font-lock-syntactic-keywords): .. to here.
8350 (ruby-calculate-indent): Adjust indentation for GDL.
8351
8352 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8353
8354 * notifications.el (top): Remove unneeded declarations.
8355 (notifications-specification-version): Change to "1.2".
8356 (notifications-interface, notifications-notify-method)
8357 (notifications-close-notification-method): Fix docstring.
8358 (notifications-get-capabilities-method): New defconst.
8359 (notifications-notify): Add :action-items, :resident and
8360 :transient hints. Change "image_data" to "image-data" and
8361 "image_path" to "image-path".
8362 (notifications-get-capabilities): New defun.
8363
8364 2012-04-24 Leo Liu <sdl.web@gmail.com>
8365
8366 * progmodes/python.el: Move hideshow setup to the end.
8367
8368 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8369
8370 * window.el (handle-select-window): Clear echo area since this is
8371 no more done by read_char (Bug#11304).
8372
8373 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8376 and `/ M' to filter-derived-mode.
8377 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8378 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8379 (ibuffer-mark-by-mode): Use default rather than initial-input.
8380 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8381
8382 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8383
8384 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8385 (ibuffer-filter-by-derived-mode): New filter.
8386 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8387
8388 2012-04-23 Andreas Politz <politza@fh-trier.de>
8389
8390 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8391
8392 2012-04-23 Chong Yidong <cyd@gnu.org>
8393
8394 * cus-edit.el (customize-apropos, customize-apropos-options):
8395 Disable matching of non-option variables (Bug#11176).
8396 (customize-option, customize-option-other-window)
8397 (customize-changed-options): Doc fix.
8398 (customize-apropos-options, customize-apropos-faces)
8399 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8400
8401 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8402 Fix word list splitting (Bug#11132).
8403 (apropos-symbol, apropos-keybinding, apropos-label)
8404 (apropos-property, apropos-function-button)
8405 (apropos-variable-button, apropos-misc-button): New faces.
8406 (apropos-symbol-face, apropos-keybinding-face)
8407 (apropos-label-face, apropos-property-face, apropos-match-face):
8408 Variables removed (Bug#8396).
8409 (apropos-library-button, apropos-format-plist, apropos-print)
8410 (apropos-print-doc, apropos-describe-plist): Callers changed.
8411
8412 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * net/xesam.el (xesam-mode-map): Use let-bound map in
8415 initialization. (Bug#11292)
8416
8417 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8418
8419 Preserve ispell session localwords when switching back to
8420 original buffer.
8421
8422 * textmodes/ispell.el (ispell-buffer-session-localwords):
8423 New buffer-local variable to hold buffer session localwords.
8424 (ispell-kill-ispell): Add option 'clear to delete session
8425 localwords.
8426 (ispell-command-loop, ispell-change-dictionary)
8427 (ispell-buffer-local-words): Preserve session localwords when
8428 needed.
8429
8430 * textmodes/flyspell.el (flyspell-process-localwords)
8431 (flyspell-do-correct): Preserve session localwords when needed.
8432
8433 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8434
8435 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8436 using obsolete `translation-table-for-input'.
8437 (ispell-word, ispell-process-line, ispell-complete-word):
8438 Use plain `insert' instead of removed `ispell-insert-word'.
8439
8440 2012-04-22 Chong Yidong <cyd@gnu.org>
8441
8442 * cus-edit.el (custom-variable-menu)
8443 (custom-variable-reset-saved, custom-face-menu)
8444 (custom-face-reset-saved): If there is no saved value, make the
8445 "reset-saved" operation bring back the default (Bug#9509).
8446 (custom-face-state): Properly detect themed faces.
8447
8448 * faces.el (face-spec-set): Stop supporting deprecated form of
8449 third arg.
8450
8451 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8452
8453 Move functions from C to Lisp. Make non-blocking method calls
8454 the default. Implement further D-Bus standard interfaces.
8455
8456 * net/dbus.el (dbus-message-internal): Declare function.
8457 Remove unneeded function declarations.
8458 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8459 (dbus-message-type-method-return, dbus-message-type-error)
8460 (dbus-message-type-signal): Declare variables. Remove local
8461 definitions.
8462 (dbus-interface-dbus, dbus-interface-peer)
8463 (dbus-interface-introspectable, dbus-interface-properties)
8464 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8465 Adapt docstring.
8466 (dbus-interface-objectmanager): New defconst.
8467 (dbus-call-method, dbus-call-method-asynchronously)
8468 (dbus-send-signal, dbus-method-return-internal)
8469 (dbus-method-error-internal, dbus-register-service)
8470 (dbus-register-signal, dbus-register-method): New defuns, moved
8471 from dbusbind.c
8472 (dbus-call-method-handler, dbus-setenv)
8473 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8474 New defuns.
8475 (dbus-call-method-non-blocking): Make it an obsolete function.
8476 (dbus-unregister-object, dbus-unregister-service)
8477 (dbus-handle-event, dbus-register-property)
8478 (dbus-property-handler): Obey the new structure of
8479 `bus-registered-objects'.
8480 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8481 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8482 Use `dbus-call-method'.
8483
8484 2012-04-22 Chong Yidong <cyd@gnu.org>
8485
8486 * cus-edit.el (custom-commands, custom-reset-menu)
8487 (Custom-reset-standard): Tweak labels.
8488 (custom-reset-button-menu): Change default to t.
8489 (custom-buffer-create-internal): For the custom-reset-button-menu
8490 case, put the revert button first.
8491 (custom-group-subtitle): New face.
8492 (custom-group-value-create): Align docstring to a specific column.
8493
8494 * wid-edit.el (widget-documentation-link-add): Don't handle
8495 indentation in this function.
8496 (widget-documentation-string-indent-to): New function.
8497 (widget-documentation-string-value-create): Use it.
8498
8499 * autorevert.el (auto-revert):
8500 * epg-config.el (epg):
8501 * ibuffer.el (ibuffer):
8502 * mpc.el (mpc):
8503 * ses.el (ses):
8504 * eshell/eshell.el (eshell):
8505 * net/ange-ftp.el (ange-ftp):
8506 * progmodes/ebnf2ps.el (postscript):
8507 * progmodes/flymake.el (flymake):
8508 * progmodes/prolog.el (prolog):
8509 * progmodes/verilog-mode.el (verilog-mode):
8510 * progmodes/which-func.el (which-func):
8511 * term/xterm.el (xterm):
8512 * textmodes/picture.el (picture):
8513 * textmodes/tildify.el (tildify):
8514 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8515 customization buffers.
8516
8517 2012-04-22 Alan Mackenzie <acm@muc.de>
8518
8519 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8520 Adding a ) can hide the resulting (..) from searches. Fix it.
8521 Bound the backward search to the position of the existing (.
8522
8523 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8524
8525 * progmodes/verilog-mode.el (verilog-mode): Check whether
8526 which-func-modes is t before adding verilog-mode.
8527 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8528
8529 2012-04-21 Leo Liu <sdl.web@gmail.com>
8530
8531 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8532
8533 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8534
8535 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8536 filling of the last column of a table (Bug#5635).
8537 (woman-find-next-control-line): New arg, specifying an additional
8538 regexp component for the control line.
8539 (woman2-roff-buffer): Use it.
8540 (woman-break-table): New function.
8541 (woman2-TS): Use it.
8542
8543 2012-04-21 Chong Yidong <cyd@gnu.org>
8544
8545 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8546 (woman-horizontal-escapes, woman-negative-vertical-space)
8547 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8548 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8549
8550 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * minibuffer.el (completion-file-name-table): Complete user names.
8553
8554 2012-04-20 Leo Liu <sdl.web@gmail.com>
8555
8556 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8557 and pcase-let*.
8558
8559 2012-04-20 Chong Yidong <cyd@gnu.org>
8560
8561 * server.el (server-execute): Respect initial-buffer-choice if it
8562 is a string and there are no files to open (Bug#2825).
8563 (server-create-window-system-frame, server-create-tty-frame):
8564 Don't switch buffers here.
8565 (server-process-filter): Only try to open a window system frame if
8566 compiled with graphical support (Bug#8314).
8567
8568 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8569
8570 * battery.el (battery-echo-area-format): Display remaining time
8571 for sysfs backend too (Bug#11269).
8572 (battery-linux-sysfs): Fix conditional for the charge.
8573
8574 2012-04-20 Chong Yidong <cyd@gnu.org>
8575
8576 * progmodes/gdb-mi.el (gdb): Revert previous change.
8577 (gdb-inferior-io--init-proc): New function.
8578 (gdb-init-1): Use it.
8579 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8580 responsible for allocating a new pty and hooking it to gdb when
8581 the old pty gets an EIO due to process exit.
8582 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8583 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8584 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8585
8586 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8587
8588 * window.el (window-min-size, window-sizable, window-min-delta)
8589 (window-max-delta, window--resizable, window-resizable)
8590 (window-total-size, window-full-height-p, window-full-width-p)
8591 (window-in-direction, window--resize-mini-window, window-resize)
8592 (window--resize-child-windows-normal)
8593 (window--resize-child-windows, window--resize-siblings)
8594 (window--resize-this-window, adjust-window-trailing-edge)
8595 (enlarge-window, shrink-window): Doc fixes.
8596
8597 2012-04-20 Chong Yidong <cyd@gnu.org>
8598
8599 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8600 New function to call delete-process on the gdb-inferior buffer's pty.
8601 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8602 pty process (Bug#11273).
8603 (gdb-update): New arg to suppress talking to the gdb process.
8604 (gdb-done-or-error): Use it.
8605 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8606 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8607 sentinel not being called.
8608
8609 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8610
8611 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8612
8613 2012-04-20 Glenn Morris <rgm@gnu.org>
8614
8615 * net/network-stream.el (open-network-stream): Doc fix.
8616
8617 2012-04-20 Chong Yidong <cyd@gnu.org>
8618
8619 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8620
8621 2012-04-20 Alan Mackenzie <acm@muc.de>
8622
8623 Ensure searching for keywords is case sensitive.
8624
8625 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8626 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8627 (c-defun-name, c-mark-function, c-cpp-define-name)
8628 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8629 (c-context-line-break): Bind case-fold-search to nil.
8630
8631 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8632 Bind case-fold-search to nil.
8633
8634 2012-04-20 Chong Yidong <cyd@gnu.org>
8635
8636 * mail/sendmail.el (mail-bury): Call return action with the right
8637 Rmail buffer (Bug#11242).
8638
8639 * server.el (server-process-filter): Handle corner case where both
8640 tty and nowait options are present (Bug#11102).
8641
8642 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8643
8644 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8645 (top level): Put into the executable the ident-style '$Id:' tag on
8646 windows-nt as well.
8647
8648 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * electric.el (electric-indent-post-self-insert-function): Check that
8651 electric-indent-mode is enabled in current buffer.
8652
8653 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8654
8655 * imenu.el (imenu-progress-message): Restore; it is "used" in
8656 erc/erc-imenu.el and net/snmp-mode.el.
8657
8658 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8659
8660 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8661 (mouse-avoidance-nudge-mouse): Remove unused binding.
8662
8663 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8664
8665 * descr-text.el (describe-char):
8666 * progmodes/python.el (python-describe-symbol):
8667 Don't call `toggle-read-only', set `buffer-read-only'.
8668
8669 * imenu.el (imenu-default-goto-function): Mark unused args.
8670 (imenu-progress-message): Remove obsolete macro; all callers changed.
8671
8672 * subr.el (keymap-canonicalize): Remove unused binding.
8673 (read-passwd): Mark unused arg.
8674
8675 * tutorial.el (tutorial--display-changes): Remove unused binding.
8676 (tutorial--save-tutorial-to): Remove unused variable.
8677
8678 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8679 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8680 (package-generate-autoloads, package-menu--generate)
8681 (package-menu--find-upgrades): Remove unused bindings.
8682
8683 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8684 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8685 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8686 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8687 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8688 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8689 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8690 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8691 (cua-delete-char-rectangle): Mark unused args.
8692 (cua-align-rectangle): Remove unused binding.
8693
8694 * mail/rmail.el (compilation--message->loc)
8695 (epa--find-coding-system-for-mime-charset): Declare.
8696
8697 * net/dbus.el (dbus-register-service): Declare.
8698 (dbus-name-owner-changed-handler): Remove unused binding.
8699
8700 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8701 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8702 (nxml-scan-backward-within): Mark unused arg.
8703 (nxml-dynamic-markup-word): Remove unused binding.
8704
8705 * mouse.el (mouse-menu-major-mode-map):
8706 * emacs-lisp/authors.el (authors-scan-change-log)
8707 (authors-add-to-author-list):
8708 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8709 * emacs-lisp/smie.el (smie-auto-fill):
8710 * mail/sendmail.el (mail-bury):
8711 * mail/unrmail.el (unrmail):
8712 * net/tls.el (open-tls-stream):
8713 * textmodes/picture.el (picture-mouse-set-point):
8714 Remove unused bindings.
8715
8716 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8717
8718 * net/tramp.el (tramp-action-password): Let-bind
8719 `enable-recursive-minibuffers' to t.
8720
8721 2012-04-18 Sam Steingold <sds@gnu.org>
8722
8723 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8724 instead of 'string to accommodate values like [f11].
8725 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8726 * progmodes/gdb-mi.el: Likewise.
8727
8728 2012-04-18 Leo Liu <sdl.web@gmail.com>
8729
8730 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8731 current buffer.
8732 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8733 LOCAL is nil.
8734
8735 2012-04-18 Chong Yidong <cyd@gnu.org>
8736
8737 * simple.el (line-move): Use forward-line if in batch mode
8738 (Bug#11053).
8739
8740 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8741
8742 * files.el (after-find-file): Do not try to add a final newline if
8743 the buffer is read-only (Bug#11156).
8744
8745 2012-04-17 Richard Stallman <rms@gnu.org>
8746
8747 * mail/rmail.el (rmail-start-mail):
8748 Pass (rmail-mail-return...) for the return-action.
8749 Pass (rmail-yank-current-message...) for the yank-action.
8750 (rmail-yank-current-message): New function.
8751 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8752 (rmail-reply): Likewise.
8753 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8754
8755 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8756 buffer, not the last. Reject temp buffers. Use the rmail-mode
8757 buffer, not newbuf.
8758
8759 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8760
8761 * server.el (server-ensure-safe-dir): Simplify.
8762
8763 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * emacs-lisp/smie.el: Provide smarter auto-filling.
8766 (smie-auto-fill): New function.
8767 (smie-setup): Use it.
8768
8769 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8770
8771 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8772
8773 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8774 (comment-indent): Use it.
8775
8776 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8777
8778 * ses.el: The overall change is to add cell renaming, that is
8779 setting fancy names for cell symbols other than name matching
8780 "\\`[A-Z]+[0-9]+\\'" regexp .
8781 (ses-localvars): Add ses--renamed-cell-symb-list.
8782 (ses-create-cell-variable): New defun.
8783 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8784 (ses-relocate-formula): Relocate formulas only for cells the
8785 symbols of which are not renamed, i.e. symbols whose names do not
8786 match regexp "\\`[A-Z]+[0-9]+\\'".
8787 (ses-relocate-all): Relocate values only for cells the symbols of
8788 which are not renamed.
8789 (ses-load): Create cells variables as the (ses-cell ...) are read,
8790 in order to check row col consistency with cell symbol name only
8791 for cells that are not renamed.
8792 (ses-replace-name-in-formula): New defun.
8793 (ses-rename-cell): New defun.
8794
8795 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8796
8797 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8798 New option (bug#11118).
8799 (perl-calculate-indent): Respect it.
8800
8801 2012-04-17 Glenn Morris <rgm@gnu.org>
8802
8803 * dired-aux.el (dired-mark-read-string): Doc fix.
8804
8805 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8806
8807 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8808 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8809
8810 2012-04-17 Glenn Morris <rgm@gnu.org>
8811
8812 * mouse.el (mouse-drag-track):
8813 * speedbar.el (speedbar-frame-mode):
8814 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8815
8816 2012-04-16 Leo Liu <sdl.web@gmail.com>
8817
8818 * progmodes/python.el: Trivial cleanup.
8819
8820 2012-04-16 Glenn Morris <rgm@gnu.org>
8821
8822 * vc/vc.el (vc-string-prefix-p):
8823 * vc/pcvs-util.el (cvs-string-prefix-p):
8824 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8825 * mpc.el (mpc-string-prefix-p):
8826 Make all of these into obsolete aliases for string-prefix-p.
8827 Update callers.
8828 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8829
8830 * textmodes/two-column.el: Move custom options to the start.
8831 (frame-width): Remove compat definition.
8832 (2C-associate-buffer, 2C-dissociate):
8833 Use with-current-buffer rather than save-excursion.
8834 (2C-dissociate): Force a mode-line update.
8835 (2C-autoscroll): Use ignore-errors.
8836
8837 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8838 Autoload trivia.
8839
8840 * emacs-lisp/cl-extra.el (*random-state*):
8841 Remove unnecessary declaration.
8842
8843 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8844
8845 * play/cookie1.el (cookie-snarf):
8846 Give an explicit error if input file cannot be read.
8847
8848 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8849
8850 * progmodes/perl-mode.el (c-macro-expand):
8851 Remove unnecessary autoload (it is in loaddefs.el).
8852
8853 * textmodes/picture.el (picture-desired-column)
8854 (picture-update-desired-column): Convert comments to doc-strings.
8855 (picture-substitute): Remove function.
8856 (picture-mode-map): Initialize in the defvar.
8857
8858 * woman.el: Remove eval-after-load for tar-mode.
8859 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8860 (woman-tar-extract-file): Autoload it.
8861
8862 * frame.el (automatic-hscrolling): Make this alias obsolete.
8863
8864 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8865
8866 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8867 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8868 (ispell-dictionary-base-alist): Revert to original XEmacs
8869 friendly version for default. [:alpha:] will be added in
8870 `ispell-set-spellchecker-params' if needed.
8871
8872 2012-04-16 Chong Yidong <cyd@gnu.org>
8873
8874 * image.el (imagemagick--file-regexp): New variable.
8875 (imagemagick-register-types): Use it.
8876 (imagemagick-types-inhibit): Add :set function. Allow new value
8877 of t to inhibit all types.
8878
8879 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8880 so we can preload it.
8881
8882 * loadup.el (fboundp): Preload regexp-opt, needed by
8883 imagemagick-register-types.
8884
8885 2012-04-15 Chong Yidong <cyd@gnu.org>
8886
8887 * frame.el (scrolling): Remove nearly unused customization group.
8888
8889 * scroll-all.el (scroll-all-mode): Move to windows group.
8890
8891 2012-04-15 Chong Yidong <cyd@gnu.org>
8892
8893 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8894
8895 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8898 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8899
8900 2012-04-15 Glenn Morris <rgm@gnu.org>
8901
8902 * simple.el (process-file-side-effects): Doc fix.
8903
8904 2012-04-15 Glenn Morris <rgm@gnu.org>
8905
8906 * international/mule-cmds.el (set-language-environment): Doc fix.
8907
8908 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * server.el (server-auth-key, server-generate-key): Doc fixes.
8911 (server-get-auth-key): Doc fix. Use `string-match-p'.
8912 (server-start): Reflow docstring.
8913
8914 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8915
8916 * server.el (server-generate-key): `called-interactively-p'
8917 requires a parameter.
8918
8919 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8920
8921 * server.el (server-auth-key): New variable.
8922 (server-generate-key, server-get-auth-key): New function.
8923 (server-start): Use the new variable and functions to allow
8924 setting a permanent server key (bug#9423).
8925
8926 2012-04-14 Leo Liu <sdl.web@gmail.com>
8927
8928 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8929
8930 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8931
8932 Spelling fixes.
8933 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8934 Emacs uses American spelling.
8935
8936 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8939 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8940 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8941 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8942
8943 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * progmodes/which-func.el (which-func-modes): Change default.
8946
8947 2012-04-14 Kim F. Storm <storm@cua.dk>
8948
8949 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8950 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8951
8952 2012-04-14 Chong Yidong <cyd@gnu.org>
8953
8954 * custom.el (custom-theme-set-variables): Doc fix.
8955
8956 2012-04-14 Glenn Morris <rgm@gnu.org>
8957
8958 * international/mule.el (set-auto-coding-for-load): Doc fix.
8959
8960 2012-04-14 Alan Mackenzie <acm@muc.de>
8961
8962 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8963 imenu work again for Objective C Mode. Correct the *-index values,
8964 these having been disturbed by a previous change in 2011-08.
8965
8966 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8967 Correct two search limits.
8968
8969 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8972
8973 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8974
8975 * international/characters.el: Fix sorting.
8976
8977 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8978
8979 * international/characters.el: Add more missing Latin case pairs.
8980
8981 2012-04-14 Glenn Morris <rgm@gnu.org>
8982
8983 * files.el (dir-locals-set-class-variables): Doc fix.
8984
8985 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8986
8987 * international/characters.el: Add set-case-syntax-pair call for
8988 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8989 counterpart. (Bug#11209)
8990
8991 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8992
8993 2012-04-14 Glenn Morris <rgm@gnu.org>
8994
8995 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8996
8997 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8998
8999 * textmodes/ispell.el (ispell-dictionary-base-alist):
9000 Add data for Hebrew.
9001
9002 2012-04-14 Chong Yidong <cyd@gnu.org>
9003
9004 * net/rcirc.el (rcirc-cmd-quit):
9005 Revert 2012-03-18 change (Bug#11192).
9006
9007 2012-04-14 Glenn Morris <rgm@gnu.org>
9008
9009 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9010
9011 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9012
9013 * minibuffer.el (completion-in-region-mode-map):
9014 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9015
9016 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9017
9018 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9019
9020 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9021
9022 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9023 to allow `C-M-f' and `C-M-b' to move to the nearest path
9024 separator (bug#9511).
9025
9026 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9027
9028 * avoid.el: Require cl when compiling. And also move the
9029 `provide' to the end.
9030
9031 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9032
9033 * avoid.el (mouse-avoidance-banish-position): New variable.
9034 (mouse-avoidance-banish-destination): Use it (bug#10165).
9035
9036 2012-04-13 Leo Liu <sdl.web@gmail.com>
9037
9038 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9039
9040 2012-04-13 Ken Brown <kbrown@cornell.edu>
9041
9042 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9043 this is no longer needed now that cygstart understands file:// URLs.
9044 (browse-url-filename-alist): For the same reason, don't modify
9045 file:// URLs on Cygwin.
9046
9047 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9050 the region on shift if the binding is already shifted (bug#11221).
9051
9052 2012-04-12 Glenn Morris <rgm@gnu.org>
9053
9054 * mail/mailpost.el: Move to obsolete/.
9055
9056 2012-04-12 Drew Adams <drew.adams@oracle.com>
9057
9058 * imenu.el (imenu--generic-function): Ignore invisible definitions
9059 (bug#10123).
9060
9061 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9062
9063 * hexl.el (hexl-bits): New variable.
9064 (hexl-options): Mention the variable in the doc string.
9065 (hexl-rulerise, hexl-line-displen): New functions.
9066 (hexl-mode): Mention the new variable.
9067 (hexl-mode, hexl-current-address, hexl-current-address):
9068 Use the displen.
9069 (hexl-ascii-start-column): New function.
9070 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9071 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9072
9073 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9074
9075 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9076 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9077 the encoding, as expected by hunspell.
9078
9079 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * battery.el (battery--linux-sysfs-regexp): New const.
9082 (battery-status-function): Use it. Remove yeeloong special case.
9083 (battery-yeeloong-sysfs): Remove.
9084 (battery-echo-area-format): Remove yeeloong special case.
9085
9086 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9089 Reported by Noah Friedman.
9090
9091 * subr.el (read-passwd): Use read-string.
9092
9093 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9094
9095 * vcursor.el (vcursor-move): Increase the priority of the overlay
9096 (bug#9663).
9097
9098 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9099
9100 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9101 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9102
9103 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9104
9105 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9106 define-minor-mode (bug#10760).
9107
9108 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9109
9110 * progmodes/grep.el (rgrep): Tweak the find command line so
9111 that directories matching `grep-find-ignored-files' won't be
9112 pruned (bug#10351).
9113
9114 2012-04-11 Chong Yidong <cyd@gnu.org>
9115
9116 * startup.el (command-line): Remove support for long-obsolete
9117 variable font-lock-face-attributes.
9118
9119 2012-04-11 Glenn Morris <rgm@gnu.org>
9120
9121 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9122
9123 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * window.el (window--state-get-1): Obey window-point-insertion-type.
9126
9127 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9128
9129 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9130 to previous function when point is on the first character of a
9131 function. Take care of that in `narrow-to-defun' (bug#6157).
9132
9133 2012-04-11 Glenn Morris <rgm@gnu.org>
9134
9135 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9136 not just file-errors.
9137
9138 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9139 (vc-bzr-sha1): Use internal sha1.
9140
9141 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9144
9145 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9146
9147 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9148 that start in the middle of the line (bug#10496).
9149
9150 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9151
9152 * battery.el (battery-linux-proc-acpi): Only one battery is
9153 discharged at a time, but that seems to confuse battery.el when
9154 computing `rate-type' for the battery not being discharged
9155 (bug#10332).
9156
9157 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9160
9161 * international/quail.el: Use dolist and simplify.
9162 (quail-define-package, quail-update-keyboard-layout)
9163 (quail-define-rules): Use dolist.
9164 (quail-insert-kbd-layout, quail-get-translation): CSE.
9165
9166 * tmm.el: Use dolist, remove left over hook.
9167 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9168 Use dolist.
9169 (calendar-load-hook): Don't mess with it.
9170
9171 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9172 Use derived-mode-p. Run the diff asynchronously.
9173
9174 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9175
9176 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9177
9178 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9179
9180 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9181 (list-dynamic-libraries--loaded): New function.
9182 (list-dynamic-libraries--refresh): Use it.
9183
9184 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9185
9186 * progmodes/python.el (python-fill-paragraph):
9187 Make python-fill-region in a multiline string work when font-lock is
9188 disabled (bug#7018).
9189
9190 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9191
9192 * language/european.el (cp775): Add oem/legacy (en)coding on
9193 DOS/MS Windows for the Baltic languages. There are still plenty
9194 of texts written in this encoding/codepage (bug#6519).
9195
9196 2012-04-10 Glenn Morris <rgm@gnu.org>
9197
9198 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9199 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9200
9201 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9202
9203 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9204 next-line "n" and previous-line "p" in order to make recentf more
9205 consistent with ibuffer, dired or org-mode (bug#9387).
9206
9207 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9208
9209 * image.el (put-image): Return the overlay created instead of the
9210 optional input string (bug#7834). Note that this may break code
9211 that is (for some reason or other) depending on `put-image'
9212 returning the string.
9213
9214 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9215
9216 * simple.el (zap-to-char): Allow zapping using input methods
9217 (bug#1580).
9218
9219 * textmodes/fill.el (fill-region): Leave point and mark where they
9220 were before filling (bug#5399).
9221
9222 2012-04-09 Glenn Morris <rgm@gnu.org>
9223
9224 * version.el (emacs-bzr-get-version):
9225 Handle lightweight checkouts of local branches.
9226
9227 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9228
9229 * international/characters.el: Recover lost case pairs. (Bug#11209)
9230
9231 2012-04-09 Chong Yidong <cyd@gnu.org>
9232
9233 * custom.el (custom-variable-p): Return nil for non-symbol
9234 arguments instead of signaling an error.
9235 (user-variable-p): Obsolete alias for custom-variable-p.
9236
9237 * apropos.el (apropos-variable):
9238 * files-x.el (read-file-local-variable):
9239 * simple.el (set-variable):
9240 * woman.el (woman-mini-help):
9241 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9242
9243 2012-04-09 Glenn Morris <rgm@gnu.org>
9244
9245 * startup.el (normal-top-level): Don't look for leim-list.el
9246 in places where it will not be found. (Bug#910)
9247
9248 * international/mule-cmds.el (set-default-coding-systems):
9249 * files.el (normal-mode):
9250 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9251 This function was removed with ucs-tables.el in 2008.
9252
9253 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9254
9255 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9256 ispell-encoding8-command to "-i", without a trailing space.
9257 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9258 separate command-line arguments, to specify the encoding, since
9259 that's how hunspell expects it.
9260
9261 2012-04-08 Glenn Morris <rgm@gnu.org>
9262
9263 * loadup.el: Load bindings before cus-start.
9264 This reduces somewhat the number of "rogue" settings in emacs -Q.
9265
9266 2012-04-07 Glenn Morris <rgm@gnu.org>
9267
9268 * version.el (emacs-bzr-get-version): New function.
9269 (emacs-bzr-version): New variable.
9270 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9271 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9272
9273 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9274
9275 * international/uni-bidi.el, international/uni-category.el:
9276 * international/uni-combining.el, international/uni-decimal.el:
9277 * international/uni-decomposition.el, international/uni-digit.el:
9278 * international/uni-lowercase.el, international/uni-mirrored.el:
9279 * international/uni-name.el, international/uni-numeric.el:
9280 * international/uni-titlecase.el, international/uni-uppercase.el:
9281 Update for Unicode 6.1.
9282
9283 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9284
9285 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9286
9287 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9288
9289 * window.el (shrink-window): Mention the `window-min-height'
9290 variable in the doc string.
9291
9292 2012-04-05 Bastien Guerry <bzg@altern.org>
9293
9294 * color.el (color-lighten-name): Fix typo.
9295
9296 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * server.el (server--on-display-p): New function.
9299 (server--on-display-p): Use it.
9300
9301 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9302
9303 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9304 (bug#11145).
9305
9306 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * comint.el (comint--common-quoted-suffix): Check string boundary
9309 before comparing (bug#11158).
9310 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9311
9312 2012-04-04 Chong Yidong <cyd@gnu.org>
9313
9314 * minibuffer.el (completion-extra-properties): Doc fix.
9315
9316 * subr.el (delayed-warnings-hook): Doc fix.
9317
9318 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9319
9320 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9321 selection (Bug#11159).
9322 (epa-insert-keys): Inform that the default public key will be
9323 exported if no key is selected.
9324
9325 2012-04-04 Richard Stallman <rms@gnu.org>
9326
9327 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9328
9329 2012-04-03 Chong Yidong <cyd@gnu.org>
9330
9331 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9332 mail-insert-file, not its obsolete alias mail-attach-file.
9333
9334 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9335
9336 * notifications.el (notifications-notify): Fix docstring.
9337
9338 2012-04-02 Glenn Morris <rgm@gnu.org>
9339
9340 * emacs-lisp/authors.el (authors-aliases): Another addition.
9341
9342 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9345 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9346 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9347
9348 2012-04-01 Chong Yidong <cyd@gnu.org>
9349
9350 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9351 Handle root directory properly.
9352 (copy-directory): Caller changed.
9353
9354 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9355 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9356
9357 2012-03-31 Glenn Morris <rgm@gnu.org>
9358
9359 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9360
9361 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9362
9363 * calendar/calendar.el (calendar-window-list)
9364 (calendar-hide-window): Restore. (Bug#11140)
9365 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9366
9367 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9368
9369 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9370
9371 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9372 Check if file is a symlink (Bug#10489).
9373
9374 * files.el (copy-directory): Likewise.
9375
9376 2012-03-30 Chong Yidong <cyd@gnu.org>
9377
9378 * image.el (imagemagick-types-inhibit)
9379 (imagemagick-register-types): Doc fix.
9380
9381 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9382
9383 * textmodes/ispell.el (ispell-get-extended-character-mode):
9384 Disable extended-char-mode for hunspell. hunspell does not support it
9385 and treats ~word as ordinary words in pipe mode.
9386
9387 2012-03-30 Glenn Morris <rgm@gnu.org>
9388
9389 * tutorial.el (help-with-tutorial): Ensure local variables don't
9390 happen to make the buffer read-only. (Bug#11127)
9391
9392 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9395 (perl-calculate-indent): Return `noindent' in strings.
9396
9397 2012-03-28 Sam Steingold <sds@gnu.org>
9398
9399 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9400 instead of the broken adhockery which does not prevent calendar
9401 buffers from being displayed at random after exit.
9402 (calendar-window-list, calendar-hide-window): Remove the broken
9403 adhockery.
9404
9405 2012-03-28 Glenn Morris <rgm@gnu.org>
9406
9407 * replace.el (query-replace-map): Doc fix.
9408
9409 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9410
9411 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9412 contents. (Bug#11109)
9413
9414 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9417 (bug#11077).
9418 (avl-tree--check, avl-tree--check-node): New funs.
9419
9420 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9421
9422 * window.el (switch-to-visible-buffer): New option.
9423 (switch-to-prev-buffer, switch-to-next-buffer):
9424 Observe switch-to-visible-buffer. Make sure that checking for a window
9425 showing a buffer already is done on the same frame.
9426
9427 2012-03-27 Glenn Morris <rgm@gnu.org>
9428
9429 * startup.el (mail-host-address): Doc fix.
9430
9431 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9434 than 197 variables.
9435
9436 2012-03-26 Ami Fischman <ami@fischman.org>
9437
9438 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9439
9440 2012-03-26 Glenn Morris <rgm@gnu.org>
9441
9442 * files.el (save-buffers-kill-emacs): Doc fix.
9443
9444 * startup.el (normal-top-level, command-line, command-line-1):
9445 Give them doc strings.
9446
9447 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9448
9449 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9450 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9451
9452 2012-03-25 Chong Yidong <cyd@gnu.org>
9453
9454 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9455 theme if it was previously enabled before (Bug#11031).
9456
9457 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9458 spec with custom-face-get-current-spec if its :shown-value is not
9459 determined yet (Bug#9337).
9460 (customize-create-theme, custom-theme-revert): Doc fixes.
9461
9462 * button.el (button-at): Minor addition to docstring.
9463
9464 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9465
9466 * vc/vc.el (vc-merge): Fix a prompt.
9467
9468 2012-03-24 Chong Yidong <cyd@gnu.org>
9469
9470 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9471 point (Bug#9623).
9472
9473 * button.el (button-at): Minor addition to docstring.
9474
9475 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * newcomment.el (comment-choose-indent): No space after BOL.
9478
9479 2012-03-22 Sam Steingold <sds@gnu.org>
9480
9481 * window.el (switch-to-prev-buffer): Revert last patch because the
9482 bug turned out to be an advertised feature (Elisp manual 28.14).
9483
9484 2012-03-22 Glenn Morris <rgm@gnu.org>
9485
9486 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9487 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9488
9489 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9490
9491 * net/network-stream.el (network-stream-open-starttls): Make error
9492 message under Windows be less misleading.
9493
9494 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9495
9496 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9497 understands (bug#9942).
9498
9499 2012-03-22 Chong Yidong <cyd@gnu.org>
9500
9501 * simple.el (end-of-visible-line): Handle return value of
9502 next-single-property-change properly (Bug#9371).
9503
9504 2012-03-22 Kenichi Handa <handa@m17n.org>
9505
9506 * international/quail.el (quail-insert-kbd-layout): Fix previous
9507 change. To avoid unwanted bidi reordering, use
9508 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9509
9510 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9511
9512 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9513 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9514 (ruby-beginning-of-indent): Be more careful with the difference
9515 between word-boundary and symbol boundary.
9516 (ruby-mode-syntax-table): Make : a symbol constituent.
9517
9518 2012-03-21 Andreas Politz <politza@fh-trier.de>
9519
9520 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9521
9522 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * progmodes/etags.el (tags-completion-at-point-function):
9525 Improve last fix.
9526
9527 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9528
9529 2012-03-21 Sam Steingold <sds@gnu.org>
9530
9531 * progmodes/etags.el (tags-completion-at-point-function):
9532 Avoid the error when point is inside the pattern.
9533
9534 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9535
9536 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9537 line (Bug#10855).
9538
9539 2012-03-21 Drew Adams <drew.adams@oracle.com>
9540
9541 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9542
9543 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9544
9545 * ido.el (ido-set-current-directory, ido-read-internal)
9546 (ido-choose-completion-string, ido-completion-help): Handle nil
9547 value of ido-completion-buffer (Bug#11008).
9548
9549 2012-03-21 Sam Steingold <sds@gnu.org>
9550
9551 * window.el (switch-to-prev-buffer): Do not switch to a visible
9552 window previous buffer, just like with the frame previous buffers.
9553
9554 2012-03-21 Chong Yidong <cyd@gnu.org>
9555
9556 * faces.el (make-face, make-empty-face, copy-face):
9557 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9558 Doc fixes.
9559
9560 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9563 (widget-complete): Remove broken use of it.
9564
9565 2012-03-20 Chong Yidong <cyd@gnu.org>
9566
9567 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9568 Use string-width and truncate-string-width to handle arbitrary
9569 characters.
9570
9571 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9572
9573 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9574 to draw rectangles, not squares. (Regression introduced by revno
9575 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9576
9577 2012-03-18 Chong Yidong <cyd@gnu.org>
9578
9579 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9580 it is not yet defined (for temacs).
9581
9582 2012-03-18 Leo Liu <sdl.web@gmail.com>
9583
9584 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9585 prefix.
9586
9587 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9588
9589 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9590 (ispell-choices-win-default-height, ispell-silently-savep)
9591 (ispell-dictionary-alist, ispell-encoding8-command)
9592 (ispell-check-version, ispell-aspell-find-dictionary)
9593 (ispell-valid-dictionary-list, ispell-words-keyword)
9594 (ispell-get-word, ispell-internal-change-dictionary)
9595 (ispell-region, ispell-skip-region-list)
9596 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9597 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9598 (ispell-message-text-end, ispell-message)
9599 (ispell-buffer-local-parsing): Doc fix.
9600
9601 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9602
9603 * htmlfontify.el: Add support for code block fontification for ODT
9604 export (Bug #9914).
9605 (hfy-optimisations): Define new option
9606 `body-text-only'
9607 (hfy-fontify-buffer): Honor above setting.
9608 (hfy-begin-span, hfy-end-span): New routines factored out form
9609 `hfy-fontify-buffer'.
9610 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9611 that permit insertion of custom tags.
9612 (hfy-fontify-buffer): Use above handlers.
9613 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9614 (hfy-face-to-css): Re-defined to be a variable.
9615 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9616 over multiple runs. This is made possible by having the caller let
9617 bind a special variable `hfy-user-sheet-assoc'.
9618 (htmlfontify-string): New defun.
9619 (hfy-compile-face-map): Make sure that the last char in the
9620 buffer is correctly fontified.
9621 (hfy-face-resolve-face): Whitespace only change.
9622
9623 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9624
9625 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9626 message more clear.
9627
9628 2012-03-16 Leo Liu <sdl.web@gmail.com>
9629
9630 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9631
9632 2012-03-16 Alan Mackenzie <acm@muc.de>
9633
9634 Further optimise the handling of large macros.
9635
9636 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9637 limit to a call of `c-literal-limits'.
9638 (c-determine-+ve-limit): New function.
9639 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9640 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9641 In CASE 5B, restrict a search limit to 500.
9642 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9643
9644 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9645 Restrict macro bounds to +-500 from after-change's BEG END.
9646
9647 2012-03-16 Leo Liu <sdl.web@gmail.com>
9648
9649 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9650
9651 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9652
9653 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9654 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9655
9656 2012-03-16 Glenn Morris <rgm@gnu.org>
9657
9658 * view.el (view-buffer, view-buffer-other-window)
9659 (view-buffer-other-frame): Doc fixes re special mode-class.
9660
9661 * subr.el (eval-after-load): If named feature is provided not from
9662 a file, run after-load forms. (Bug#10946)
9663
9664 * calendar/calendar.el (calendar-insert-at-column):
9665 Handle non-unit-width characters a bit better. (Bug#10978)
9666
9667 2012-03-15 Chong Yidong <cyd@gnu.org>
9668
9669 * emacs-lisp/ring.el (ring-extend): New function.
9670 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9671
9672 * comint.el (comint-read-input-ring)
9673 (comint-add-to-input-history): Grow comint-input-ring lazily.
9674
9675 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9678 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9679
9680 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9681 (imenu-add-to-menubar): Don't add a redundant index.
9682 (imenu-update-menubar): Handle a dynamically composed keymap.
9683
9684 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9685
9686 * mail/sendmail.el (mail-encode-header):
9687 Bind rfc2047-encode-encoded-words to nil.
9688
9689 2012-03-13 Glenn Morris <rgm@gnu.org>
9690
9691 * calendar/calendar.el (calendar-string-spread):
9692 Handle non-unit-width characters a bit better. (Bug#10978)
9693
9694 2012-03-13 Leo Liu <sdl.web@gmail.com>
9695
9696 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9697 directory and file as argument (Bug#10822).
9698
9699 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9700
9701 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9702 For dynamically generated code, follow $PC.
9703 (gdb-disassembly-handler-custom): Handle no function name case.
9704
9705 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9706
9707 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9708 * emulation/ws-mode.el (ws-query-replace):
9709 * sort.el (sort-regexp-fields):
9710 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9711
9712 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * dabbrev.el: Fix cycle completion order (bug#10963).
9715 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9716 (dabbrev-completion): Don't use an obarray; provide
9717 a cycle-sort-function.
9718
9719 2012-03-12 Leo Liu <sdl.web@gmail.com>
9720
9721 * simple.el (kill-new): Use equal-including-properties for comparison.
9722 (kill-do-not-save-duplicates): Doc fix.
9723
9724 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * dabbrev.el: Fix cycle completion (bug#10963).
9727 Use lexical binding and wrap to 80 columns.
9728 (dabbrev-completion): Delay computing the list of completions.
9729
9730 2012-03-12 Kenichi Handa <handa@m17n.org>
9731
9732 * international/quail.el (quail-insert-kbd-layout): Surround each
9733 row by LRO and PDF instead of inserting many LRMs. Pad the left
9734 and right of each non-spacing marks. Insert invisible space
9735 between lower and upper characters to prevent composition.
9736
9737 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * minibuffer.el (minibuffer-complete): Don't get confused when the
9740 function is run twice via different commands (bug#10958).
9741 (complete-with-action): Fix docstring.
9742
9743 2012-03-12 Chong Yidong <cyd@gnu.org>
9744
9745 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9746 (nxml-completion-at-point-function): New function.
9747 (nxml-mode): Use it.
9748 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9749
9750 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9751 Load generated autoloads file before byte compiling (Bug#10970).
9752 (package--make-autoloads-and-compile): New helper fun.
9753
9754 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9755
9756 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9757
9758 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9759
9760 * autorevert.el (auto-revert-handler): Ensure, that
9761 file-readable-p is applied only for local files or in
9762 auto-revert-tail-mode.
9763
9764 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9765
9766 * server.el (server-eval-at): Handle non-tcp connections.
9767 Decode result string.
9768
9769 * server.el (server-msg-size): New constant.
9770 (server-reply-print): New function.
9771 (server-eval-and-print): Use it.
9772 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9773 Handle -print-nonl.
9774
9775 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9776
9777 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9778 (Bug#10987).
9779
9780 2012-03-11 Chong Yidong <cyd@gnu.org>
9781
9782 * simple.el (goto-line): Doc fix (Bug#9938).
9783
9784 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9785
9786 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9787 when finished (Bug#10963).
9788
9789 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9790
9791 * window.el (split-window-below): Fix bug in case where
9792 split-window-keep-point is nil (Bug#10971).
9793
9794 2012-03-11 Juri Linkov <juri@jurta.org>
9795
9796 * replace.el (replace-highlight): Set isearch-word to nil
9797 unconditionally. (Bug#10887)
9798
9799 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9800
9801 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9802 mairix-replace-illegal-chars; all callers changed. Don't remove
9803 ^, ~, and = characters: they are meaningful in mairix search specs.
9804 (mairix-widget-create-query): Add usage information about mairix
9805 search forms: negating words, searching for substrings, etc.
9806
9807 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9808
9809 * international/fontset.el (font-encoding-alist): Add an entry for
9810 ksx1001 (Bug#5667).
9811
9812 2012-03-10 Richard Stallman <rms@gnu.org>
9813
9814 * mail/sendmail.el (mail-encode-header):
9815 Set rfc2047-encode-encoded-words.
9816
9817 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9818
9819 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9820 view buffer means not swapped.
9821 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9822 (rmail-write-region-annotate): Error if real text has disappeared.
9823
9824 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9825
9826 2012-03-10 Chong Yidong <cyd@gnu.org>
9827
9828 * emulation/cua-rect.el (cua--init-rectangles):
9829 * emulation/cua-base.el (cua--init-keymaps):
9830 Add delete-forward-char to remappings (Bug#9666).
9831
9832 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9833
9834 * speedbar.el (speedbar-unhighlight-one-tag-line):
9835 Avoid unhighlighting due to frame switching (Bug#10275).
9836
9837 2012-03-10 Chong Yidong <cyd@gnu.org>
9838
9839 * minibuffer.el (completion-in-region, completion-help-at-point):
9840 Give the completion field overlay a high priority (Bug#6830).
9841
9842 * dired.el (dired-goto-file): Recognize absolute file name
9843 listings (Bug#7126).
9844 (dired-goto-file-1): New helper function.
9845 (dired-toggle-read-only): Inhibit warnings.
9846
9847 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9848
9849 * net/dbus.el (dbus-property-handler): Return empty array if
9850 there are no properties.
9851
9852 2012-03-09 Leo Liu <sdl.web@gmail.com>
9853
9854 * savehist.el (savehist-printable): Stricter check for string
9855 value (Bug#10937).
9856
9857 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9858
9859 * mail/smtpmail.el (smtpmail-send-it):
9860 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9861 valid mbox format.
9862
9863 2012-03-09 Glenn Morris <rgm@gnu.org>
9864
9865 * files.el (dir-locals-find-file):
9866 Don't check result is regular, readable.
9867 (dir-locals-read-from-file): Demote errors.
9868
9869 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9870
9871 * international/quail.el (quail-insert-kbd-layout):
9872 Insert invisible LRM characters before each character in a keyboard
9873 layout cell, to prevent their reordering by bidi display engine.
9874 For details, see the discussion in
9875 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9876
9877 2012-03-08 Alan Mackenzie <acm@muc.de>
9878
9879 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9880 the starting position; make it extend the marked region when
9881 invoked repeatedly - all under appropriate circumstances.
9882 Fixes bugs #5525, #10906.
9883
9884 2012-03-08 Glenn Morris <rgm@gnu.org>
9885
9886 * files.el (locate-dominating-file, dir-locals-find-file):
9887 Undo 2012-03-06 change.
9888
9889 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9890
9891 * international/quail.el (quail-help):
9892 Force bidi-paragraph-direction be left-to-right. See discussion in
9893 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9894 for the reason.
9895
9896 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9897
9898 Avoid superfluous registering of signals. (Bug#10807)
9899
9900 * notifications.el (notifications-on-action-object)
9901 (notifications-on-close-object): New defvars.
9902 (notifications-on-action-signal, notifications-on-closed-signal):
9903 Unregister the signal if not needed any longer.
9904 (notifications-notify): Register `notifications-action-signal' or
9905 `notifications-closed-signal', if :on-action or :on-close has been
9906 passed as argument.
9907
9908 2012-03-07 Chong Yidong <cyd@gnu.org>
9909
9910 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9911 non-X platforms.
9912
9913 2012-03-06 Glenn Morris <rgm@gnu.org>
9914
9915 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9916 (x-disown-selection-internal, x-get-selection-internal):
9917 Doc fix (add arglist signatures). (Bug#10783)
9918
9919 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9920
9921 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9922 Handle breakpoints with no "type".
9923
9924 2012-03-06 Glenn Morris <rgm@gnu.org>
9925
9926 * files.el (locate-dominating-file): Add optional predicate argument.
9927 (dir-locals-find-file): Make use of above change.
9928
9929 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9930
9931 * info.el (Info-insert-dir): Also try "dir.gz".
9932
9933 2012-03-06 Glenn Morris <rgm@gnu.org>
9934
9935 * files.el (dir-locals-find-file):
9936 Ignore non-readable or non-regular files. (Bug#10928)
9937
9938 * files.el (locate-dominating-file): Doc fix.
9939
9940 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9941
9942 * calendar/calendar.el (calendar-set-mode-line):
9943 `getenv' returns a string. (Bug#10951)
9944
9945 2012-03-05 Leo Liu <sdl.web@gmail.com>
9946
9947 * simple.el (backward-delete-char-untabify): Constrain point to
9948 field (Bug#10939).
9949
9950 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9951
9952 2012-03-05 Chong Yidong <cyd@gnu.org>
9953
9954 * simple.el (count-words): If called from Lisp, return the word
9955 count, for symmetry with `count-lines'. Arglist changed.
9956 (count-words--message): Args changed. Consolidate counting code
9957 from count-words and count-words-region.
9958 (count-words-region): Caller changed.
9959 (count-lines-region): Make it an obsolete alias.
9960
9961 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9962
9963 * saveplace.el (save-place-to-alist)
9964 (save-place-ignore-files-regexp): Allow value nil to disable this
9965 feature.
9966
9967 2012-03-04 Chong Yidong <cyd@gnu.org>
9968
9969 * faces.el (face-spec-reset-face): For the default face, reset the
9970 attributes to default values (Bug#10748).
9971
9972 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9973
9974 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9975 previous patch: Check `message-send-mail-function', and not the
9976 default function (bug#10897).
9977
9978 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9979
9980 * notifications.el (notifications-on-action-signal)
9981 (notifications-on-closed-signal): Check for unique service name of
9982 incoming event. Fix error in removing entry.
9983 (top): Register for signals with wildcard service name.
9984 (notifications-notify): Use daemon unique service name for map entries.
9985
9986 2012-03-04 Chong Yidong <cyd@gnu.org>
9987
9988 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9989
9990 2012-03-04 Glenn Morris <rgm@gnu.org>
9991
9992 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9993 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9994 (expand-abbrev, define-abbrev-table): Doc fixes.
9995
9996 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9997
9998 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9999 `message-default-send-mail-function' and not `send-mail-function'
10000 when doing the prompting for `sendmail-query-once' before sending
10001 in Message buffers (bug#10897).
10002
10003 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10004 This is inconsistent with all the other stream functions, which leave
10005 the setting up to the higher levels (if so wanted) (bug#10931).
10006
10007 2012-03-02 Alan Mackenzie <acm@muc.de>
10008
10009 Depessimize the handling of very large macros.
10010
10011 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10012 (c-macro-cache-syntactic): New variables to implement a one
10013 element macro cache.
10014 (c-invalidate-macro-cache): New function.
10015 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10016 Adapt to use the new cache.
10017 (c-state-safe-place): Use better the cache of safe positions.
10018 (c-state-semi-nonlit-pos-cache)
10019 (c-state-semi-nonlit-pos-cache-limit):
10020 New variables for...
10021 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10022 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10023 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10024 Use c-state-semi-safe-place.
10025
10026 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10027 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10028
10029 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10030
10031 * jka-compr.el (jka-compr-call-process):
10032 Apply `file-accessible-directory-p' only when the default directory is
10033 not remote.
10034
10035 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10036
10037 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10038 access of FILE2, if FILE1 does not exist.
10039
10040 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10041 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10042
10043 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10044 Add "PAGER=" to `process-environment'.
10045
10046 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10047
10048 * progmodes/sql.el: Bug fix
10049 (sql-get-login-ext): Save login values in globals.
10050 (sql-get-login): Use new version of `sql-get-login-ext'.
10051 (sql-interactive-mode): Set global `sql-connection' to nil.
10052 (sql-connect): Set global values for connection.
10053 (sql-product-interactive): Save global values as buffer local.
10054
10055 2012-02-29 Leo Liu <sdl.web@gmail.com>
10056
10057 * abbrev.el (define-abbrevs): Reset sys to nil.
10058
10059 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10060
10061 * files.el (file-equal-p): Rename from `files-equal-p'.
10062 Return nil when one or both files don't exist.
10063 (file-subdir-of-p): Now only top directory must exists,
10064 return nil if it doesn't.
10065 (copy-directory): No need to test with `file-subdir-of-p' after
10066 creating dir.
10067 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10068 to `file-equal-p'.
10069
10070 2012-02-28 Glenn Morris <rgm@gnu.org>
10071
10072 * shell.el (shell-mode):
10073 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10074 * play/landmark.el (landmark-font-lock-face-O):
10075 * play/handwrite.el (handwrite):
10076 * play/gomoku.el (gomoku-O):
10077 * net/browse-url.el (browse-url-browser-display):
10078 * international/mule.el (define-charset):
10079 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10080 * filesets.el (filesets-find-file-delay):
10081 * eshell/em-xtra.el (eshell-xtra):
10082 * eshell/em-unix.el (eshell-grep):
10083 * emulation/viper.el (viper-mode):
10084 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10085 * emacs-lisp/easymenu.el (easy-menu-define):
10086 * calendar/timeclock.el (timeclock-use-display-time):
10087 * bs.el (bs-mode):
10088 * bookmark.el (bookmark-save-flag):
10089 Doc fix (standardize possessive apostrophe usage).
10090
10091 2012-02-27 Chong Yidong <cyd@gnu.org>
10092
10093 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10094 Fix key-binding lookup for ESC key (Bug#9146).
10095
10096 * font-lock.el (font-lock-specified-p): Rename from
10097 font-lock-spec-present. Callers changed.
10098
10099 2012-02-27 Daniel Hackney <dan@haxney.org>
10100
10101 * emacs-lisp/package.el (package-compute-transaction):
10102 Handle holding a package version to t in package-load-list.
10103
10104 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10105
10106 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10107 (tramp-get-inode, tramp-get-device): Use cached values.
10108
10109 2012-02-26 Alan Mackenzie <acm@muc.de>
10110
10111 Check there is a font-lock specification before doing initial
10112 fontification.
10113
10114 * font-core.el (font-lock-mode): Move the conditional from
10115 :after-hook to font-lock-initial-fontify.
10116 (font-lock-default-function): Move the check for a specification
10117 to font-lock-spec-present.
10118
10119 * font-lock.el (font-lock-initial-fontify): Call ...
10120 (font-lock-spec-present): New function.
10121
10122 2012-02-26 Jim Blandy <jimb@red-bean.com>
10123
10124 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10125 (gdb-send): Apply it to the operand of the '-interpreter-exec
10126 console' command, so that we can pass arguments with (say) quotes
10127 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10128
10129 2012-02-26 Chong Yidong <cyd@gnu.org>
10130
10131 * help-fns.el (describe-function-1): Clarify description of
10132 remapping (Bug#10844).
10133
10134 * files.el (files-equal-p): Doc fix.
10135 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10136 and quit the loop once a mismatch is found.
10137
10138 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * bs.el (bs--show-with-configuration): Don't throw an error
10141 if the window cannot be split; otherwise, subsequent calls to
10142 bs-show fail, restoring a stale window config. (Bug#10882)
10143
10144 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10145
10146 * term/ns-win.el (global-map): Bind ns-drag-file to
10147 ns-find-file (Bug#5855, Bug#10050).
10148
10149 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10150
10151 * calendar/parse-time.el (parse-time-string): Allow extractor to
10152 return nil.
10153
10154 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10155
10156 * net/tramp.el (tramp-file-name-for-operation):
10157 Add `files-equal-p' and `file-subdir-of-p'.
10158
10159 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10160 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10161 Add COPY-CONTENTS argument.
10162
10163 2012-02-25 Chong Yidong <cyd@gnu.org>
10164
10165 Add custom groups for VC backends, for consistency with vc-bzr.
10166
10167 * vc/vc-arch.el (vc-arch):
10168 * vc/vc-cvs.el (vc-cvs):
10169 * vc/vc-git.el (vc-git):
10170 * vc/vc-hg.el (vc-hg):
10171 * vc/vc-mtn.el (vc-mtn):
10172 * vc/vc-rcs.el (vc-rcs):
10173 * vc/vc-sccs.el (vc-sccs):
10174 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10175 All relevant defcustoms reassigned.
10176
10177 2012-02-25 Chong Yidong <cyd@gnu.org>
10178
10179 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10180
10181 * term/x-win.el (x-initialize-window-system): Reduce default for
10182 x-selection-timeout to 5 seconds (Bug#8869).
10183
10184 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10185
10186 * files.el (files-equal-p, file-subdir-of-p): New functions.
10187 (copy-directory): Error when trying to copy a directory on itself.
10188 Add missing copy-contents arg to tramp handler.
10189 * dired-aux.el (dired-copy-file-recursive): Same.
10190 (dired-create-files): Modify destination when source is equal to
10191 dest when copying files.
10192 Return also when dest is a subdir of source. (Bug#10489)
10193
10194 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10195
10196 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10197 (Bug#10874)
10198
10199 2012-02-23 Alan Mackenzie <acm@muc.de>
10200
10201 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10202 parameter "after-hook:" to allow the expansion to run code after
10203 the execution of the mode hooks.
10204
10205 * font-lock.el (font-lock-initial-fontify): New function extracted
10206 from font-lock-mode-internal.
10207
10208 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10209 :after-hook.
10210
10211 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10214 (completion--cache-all-sorted-completions): New function.
10215 (completion-all-sorted-completions): Use it.
10216 (completion--do-completion, minibuffer-force-complete):
10217 Use it to re-instate the flush hook.
10218
10219 * icomplete.el (icomplete-completions): Replace last fix with a better
10220 one (bug#10850).
10221
10222 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10223
10224 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10225 when it might call us back infinitely (bug#10797).
10226
10227 2012-02-23 Glenn Morris <rgm@gnu.org>
10228
10229 * minibuffer.el (completion-category-overrides): Doc fix.
10230
10231 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10234 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10235
10236 2012-02-23 Glenn Morris <rgm@gnu.org>
10237
10238 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10239 (authors-obsolete-files-regexps, authors-ignored-files)
10240 (authors-ambiguous-files, authors-renamed-files-alist):
10241 Add more entries.
10242
10243 2012-02-23 Juri Linkov <juri@jurta.org>
10244
10245 * isearch.el (isearch-occur): Sync interactive spec with occur's
10246 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10247
10248 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10249
10250 2012-02-22 Juri Linkov <juri@jurta.org>
10251
10252 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10253 (ucs-insert): Doc fix. Check for hex digits in the string.
10254 Don't display `nil' in the error message. (Bug#10857)
10255
10256 2012-02-22 Alan Mackenzie <acm@muc.de>
10257
10258 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10259
10260 2012-02-22 Glenn Morris <rgm@gnu.org>
10261
10262 * ffap.el (ffap-c-path):
10263 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10264
10265 2012-02-22 Chong Yidong <cyd@gnu.org>
10266
10267 * custom.el (load-theme): Doc fix.
10268
10269 2012-02-22 Glenn Morris <rgm@gnu.org>
10270
10271 * dired-x.el (dired-guess-shell-alist-default):
10272 Remove escape sequences from nroff output. (Bug#172)
10273
10274 2012-02-21 Glenn Morris <rgm@gnu.org>
10275
10276 * vc/emerge.el (emerge-defvar-local):
10277 Set `permanent-local' property rather than unused `preserved'.
10278
10279 * textmodes/picture.el (picture-delete-char): New alias.
10280 (picture-mode-map): Use it. (Bug#10860)
10281 (picture-mode): Doc fix.
10282
10283 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * newcomment.el (uncomment-region-default): Remove unused binding.
10286
10287 2012-02-21 Glenn Morris <rgm@gnu.org>
10288
10289 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10290 (picture-self-insert, picture-tab-chars): Doc fix.
10291 (picture-mode-map): Fix C-a, C-e.
10292
10293 2012-02-20 Glenn Morris <rgm@gnu.org>
10294
10295 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10296
10297 2012-02-20 Leo Liu <sdl.web@gmail.com>
10298
10299 * icomplete.el (icomplete-completions): Check FROM arg before
10300 passing to substring (Bug#10850).
10301
10302 2012-02-19 Chong Yidong <cyd@gnu.org>
10303
10304 * comint.el: Require ansi-color.
10305 (comint-output-filter-functions): Add ansi-color-process-output.
10306
10307 * ansi-color.el: Don't set comint-output-filter-functions; it is
10308 now in the initial value defined in comint.el.
10309 (ansi-color-apply-face-function): New variable.
10310 (ansi-color-apply-on-region): Use it.
10311 (ansi-color-apply-overlay-face): New function.
10312
10313 * shell.el (shell): No need to require ansi-color.
10314 (shell-mode): Use ansi-color-apply-face-function to highlight
10315 color escapes using font-lock-face property (Bug#10835).
10316
10317 2012-02-19 Chong Yidong <cyd@gnu.org>
10318
10319 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10320 mode-line formats (Bug#10839).
10321
10322 2012-02-18 Glenn Morris <rgm@gnu.org>
10323
10324 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10325
10326 * mail/undigest.el (unforward-rmail-message): Doc fix.
10327
10328 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10329
10330 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10331
10332 * international/characters.el (script-list): Sync with the latest
10333 Unicode Character Database.
10334
10335 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10336
10337 * international/titdic-cnv.el: Remove duplicate coding tag.
10338 * language/cham.el: Likewise.
10339 * language/tai-viet.el: Likewise.
10340
10341 2012-02-18 Glenn Morris <rgm@gnu.org>
10342
10343 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10344 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10345 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10346 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10347 * calendar/holidays.el (holiday-bahai-holidays)
10348 (calendar-holidays, list-holidays):
10349 Use utf-8 Bahá'í in doc-strings, menus, etc.
10350
10351 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10352
10353 * saveplace.el (save-place-ignore-files-regexp): New variable
10354 allowing for excluding files from saving their location of point.
10355 The default value matches the temporary commit message editing
10356 files from Git, SVN, Bazaar, and Mercurial.
10357 (save-place-to-alist): Use it.
10358
10359 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10360 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * newcomment.el (uncomment-region-default): Don't leave extra space
10363 when an arg is provided (bug#8150).
10364
10365 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10366
10367 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10368
10369 2012-02-17 Glenn Morris <rgm@gnu.org>
10370
10371 * net/socks.el: Require network-stream. (Bug#10599)
10372
10373 2012-02-17 Kenichi Handa <handa@m17n.org>
10374
10375 * international/charprop.el:
10376 * international/uni-name.el:
10377 * international/uni-old-name.el:
10378 * international/uni-comment.el: Regenerate.
10379
10380 2012-02-16 Glenn Morris <rgm@gnu.org>
10381
10382 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10383 Interactively in calendar buffer, give an error if not on a date.
10384
10385 2012-02-15 Glenn Morris <rgm@gnu.org>
10386
10387 * shell.el (shell-delimiter-argument-list):
10388 Revert 2011-02-17 change. (Bug#8027)
10389
10390 2012-02-15 Chong Yidong <cyd@gnu.org>
10391
10392 * minibuffer.el (completion-at-point-functions): Doc fix.
10393
10394 * custom.el (defcustom): Doc fix; note use of defvar.
10395
10396 2012-02-15 Glenn Morris <rgm@gnu.org>
10397
10398 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10399 Doc fixes.
10400
10401 2012-02-14 Glenn Morris <rgm@gnu.org>
10402
10403 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10404
10405 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10406
10407 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10408 way the ports list is computed.
10409 (smtpmail-query-smtp-server): Prompt the user for a port number if
10410 we can't connect to any of the standard ports (bug#10810).
10411
10412 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10413
10414 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10415
10416 2012-02-13 Glenn Morris <rgm@gnu.org>
10417
10418 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10419
10420 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10421
10422 * net/gnutls.el (gnutls-trustfiles): New variable.
10423 (gnutls-negotiate): Use it.
10424
10425 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10426
10427 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10428 does its stuff if Gnus is running.
10429
10430 2012-02-13 Alan Mackenzie <acm@muc.de>
10431
10432 Fix a loop in c-set-fl-decl-start.
10433
10434 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10435 c-backward-syntactic-ws actually moves backwards.
10436
10437 2012-02-13 Leo Liu <sdl.web@gmail.com>
10438
10439 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10440 beginning so that all \C-o chars are removed.
10441
10442 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10443
10444 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10445
10446 2012-02-12 Alan Mackenzie <acm@muc.de>
10447
10448 Fix infinite loop with long macros.
10449 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10450
10451 2012-02-12 Chong Yidong <cyd@gnu.org>
10452
10453 * window.el (display-buffer): Doc fix (Bug#10785).
10454
10455 2012-02-12 Glenn Morris <rgm@gnu.org>
10456
10457 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10458 (x-disown-selection-internal, x-get-selection-internal):
10459 Sync docs with the xselect.c versions.
10460
10461 * allout-widgets.el: Add missing license notice.
10462
10463 2012-02-11 Glenn Morris <rgm@gnu.org>
10464
10465 * select.el (x-get-selection-internal, x-own-selection-internal)
10466 (x-disown-selection-internal):
10467 * x-dnd.el (x-get-selection-internal): Update declarations.
10468
10469 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10470
10471 * window.el (window-sides-slots):
10472 * tool-bar.el (tool-bar-position):
10473 * term/xterm.el (xterm-extra-capabilities):
10474 * ses.el (ses-self-reference-early-detection):
10475 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10476 (verilog-auto-wire-type)
10477 (verilog-auto-delete-trailing-whitespace)
10478 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10479 (verilog-auto-tieoff-declaration):
10480 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10481 (sql-oracle-statement-starters, sql-oracle-scan-on):
10482 * progmodes/prolog.el (prolog-align-comments-flag)
10483 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10484 (prolog-left-indent-regexp, prolog-paren-indent-p)
10485 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10486 (prolog-types, prolog-mode-specificators)
10487 (prolog-determinism-specificators, prolog-directives)
10488 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10489 (prolog-electric-dot-flag)
10490 (prolog-electric-dot-full-predicate-template)
10491 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10492 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10493 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10494 (prolog-program-switches, prolog-prompt-regexp)
10495 (prolog-debug-on-string, prolog-debug-off-string)
10496 (prolog-trace-on-string, prolog-trace-off-string)
10497 (prolog-zip-on-string, prolog-zip-off-string)
10498 (prolog-use-standard-consult-compile-method-flag)
10499 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10500 (prolog-imenu-max-lines, prolog-info-predicate-index)
10501 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10502 (prolog-char-quote-workaround):
10503 * progmodes/cc-vars.el (c-defun-tactic):
10504 * net/tramp.el (tramp-encoding-command-interactive)
10505 (tramp-local-end-of-line):
10506 * net/soap-client.el (soap-client):
10507 * net/netrc.el (netrc-file):
10508 * net/gnutls.el (gnutls):
10509 * minibuffer.el (completion-category-overrides)
10510 (completion-cycle-threshold)
10511 (completion-pcm-complete-word-inserts-delimiters):
10512 * man.el (Man-name-local-regexp):
10513 * mail/feedmail.el (feedmail-display-full-frame):
10514 * international/characters.el (glyphless-char-display-control):
10515 * eshell/em-ls.el (eshell-ls-date-format):
10516 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10517 (lisp-lambda-list-keyword-parameter-indentation)
10518 (lisp-lambda-list-keyword-parameter-alignment):
10519 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10520 * dired-x.el (dired-omit-verbose):
10521 * cus-theme.el (custom-theme-allow-multiple-selections):
10522 * calc/calc.el (calc-highlight-selections-with-faces)
10523 (calc-lu-field-reference, calc-lu-power-reference)
10524 (calc-note-threshold):
10525 * battery.el (battery-mode-line-limit):
10526 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10527 (archive-7z-update):
10528 * allout.el (allout-prefixed-keybindings)
10529 (allout-unprefixed-keybindings)
10530 (allout-inhibit-auto-fill-on-headline)
10531 (allout-flattened-numbering-abbreviation):
10532 * allout-widgets.el (allout-widgets-auto-activation)
10533 (allout-widgets-icons-dark-subdir)
10534 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10535 (allout-widgets-theme-dark-background)
10536 (allout-widgets-theme-light-background)
10537 (allout-widgets-item-image-properties-emacs)
10538 (allout-widgets-item-image-properties-xemacs)
10539 (allout-widgets-run-unit-tests-on-load)
10540 (allout-widgets-time-decoration-activity)
10541 (allout-widgets-hook-error-post-time)
10542 (allout-widgets-track-decoration):
10543 Add missing :version tags to new defcustoms and defgroups.
10544
10545 * progmodes/sql.el (sql-ansi-statement-starters)
10546 (sql-oracle-statement-starters): Add custom type.
10547
10548 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10549 (prolog-system-version): Give it a type.
10550
10551 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10552
10553 * term/pc-win.el (x-select-text, x-selection-owner-p)
10554 (x-own-selection-internal, x-disown-selection-internal)
10555 (x-get-selection-internal): Sync doc strings and argument lists
10556 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10557
10558 2012-02-11 Leo Liu <sdl.web@gmail.com>
10559
10560 * progmodes/python.el (python-end-of-statement): Fix infinite
10561 loop. (Bug#10788)
10562
10563 2012-02-10 Glenn Morris <rgm@gnu.org>
10564
10565 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10566 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10567
10568 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10569
10570 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10571 about SMTP before checking the From header.
10572
10573 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10574 into own function for reuse by emacsbug.el.
10575
10576 2012-02-10 Leo Liu <sdl.web@gmail.com>
10577
10578 * subr.el (condition-case-unless-debug): Rename from
10579 condition-case-no-debug. All callers changed.
10580 (with-demoted-errors): Fix caller.
10581
10582 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10583 * nxml/rng-valid.el (rng-do-some-validation):
10584 * emacs-lisp/package.el (package-refresh-contents)
10585 (package-menu-execute):
10586 * desktop.el (desktop-create-buffer):
10587 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10588
10589 2012-02-10 Glenn Morris <rgm@gnu.org>
10590
10591 * textmodes/bibtex.el:
10592 Add missing :version tags for new/changed defcustoms.
10593
10594 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10595
10596 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10597
10598 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10599 (smtpmail-via-smtp): Use it, or fall back on the From address.
10600 (smtpmail-send-it): Ditto.
10601
10602 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10605 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10606 (byte-compile-tmp-var): New const.
10607 (byte-compile-defvar): Use it to minimize .elc size.
10608 Just use `defvar' rather than simulate it (bug#10761).
10609
10610 2012-02-09 Glenn Morris <rgm@gnu.org>
10611
10612 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10613
10614 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10615 Add :version tags.
10616
10617 * progmodes/compile.el (compilation-error-screen-columns)
10618 (compilation-first-column, compilation-filter-start): Doc fixes.
10619
10620 * vc/log-view.el (log-view-toggle-entry-display):
10621 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10622
10623 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10624 (report-emacs-bug-can-use-xdg-email):
10625 (report-emacs-bug-insert-to-mailer): Doc fixes.
10626 (report-emacs-bug): Message fix.
10627
10628 * net/browse-url.el (browse-url-can-use-xdg-open)
10629 (browse-url-xdg-open): Doc fixes.
10630
10631 * electric.el (electric-indent-mode, electric-pair-mode)
10632 (electric-layout-rules, electric-layout-mode): Doc fixes.
10633 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10634
10635 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10636
10637 * server.el (server-unselect-display): Don't inadvertently kill
10638 the current buffer. (Bug#10729)
10639
10640 2012-02-08 Glenn Morris <rgm@gnu.org>
10641
10642 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10643 (sql-list-table): Doc fixes.
10644
10645 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10646 Comment out (does nothing).
10647
10648 * completion.el (dynamic-completion-mode):
10649 * dirtrack.el (dirtrack-debug-mode):
10650 * electric.el (electric-layout-mode):
10651 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10652 * face-remap.el (text-scale-mode, buffer-face-mode):
10653 * iimage.el (iimage-mode):
10654 * image-mode.el (image-transform-mode):
10655 * minibuffer.el (completion-in-region-mode):
10656 * scroll-lock.el (scroll-lock-mode):
10657 * simple.el (next-error-follow-minor-mode):
10658 * tar-mode.el (tar-subfile-mode):
10659 * tooltip.el (tooltip-mode):
10660 * vcursor.el (vcursor-use-vcursor-map):
10661 * wid-browse.el (widget-minor-mode):
10662 * emulation/tpu-edt.el (tpu-edt-mode):
10663 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10664 * international/iso-ascii.el (iso-ascii-mode):
10665 * language/thai-util.el (thai-word-mode):
10666 * mail/supercite.el (sc-minor-mode):
10667 * net/goto-addr.el (goto-address-mode):
10668 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10669 * progmodes/cwarn.el (cwarn-mode):
10670 * progmodes/flymake.el (flymake-mode):
10671 * progmodes/glasses.el (glasses-mode):
10672 * progmodes/hideshow.el (hs-minor-mode):
10673 * progmodes/pascal.el (pascal-outline-mode):
10674 * textmodes/enriched.el (enriched-mode):
10675 * vc/smerge-mode.el (smerge-mode):
10676 Doc fixes (minor mode argument).
10677
10678 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10679
10680 * ls-lisp.el (ls-lisp-sanitize): New function.
10681 (ls-lisp-insert-directory): Use it to fix or remove any elements
10682 in file-alist with missing attributes. (Bug#4673)
10683
10684 2012-02-07 Alan Mackenzie <acm@muc.de>
10685
10686 Fix spurious recognition of c-in-knr-argdecl.
10687
10688 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10689 putative K&R region.
10690
10691 2012-02-07 Alan Mackenzie <acm@muc.de>
10692
10693 * progmodes/cc-engine.el (c-forward-objc-directive):
10694 Prevent looping in "#pragma mark @implementation".
10695
10696 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10697
10698 * notifications.el (notifications-on-closed-signal): Make `reason'
10699 optional. (Bug#10744)
10700
10701 2012-02-07 Glenn Morris <rgm@gnu.org>
10702
10703 * emacs-lisp/easy-mmode.el (define-minor-mode):
10704 Doc fixes for the macro and the mode it defines.
10705
10706 * image.el (imagemagick-types-inhibit): Doc fix.
10707
10708 * cus-start.el (imagemagick-render-type): Add it.
10709
10710 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10711
10712 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10713 Set the default at load time, too, so that `font-lock-fontify-buffer'
10714 can be called without setting up the entire mode first. This fixes
10715 a bug in `mm-inline-text' with C MIME parts.
10716
10717 2012-02-06 Chong Yidong <cyd@gnu.org>
10718
10719 * simple.el (list-processes--refresh): Delete exited processes
10720 (Bug#8094).
10721
10722 * comint.el (comint-next-prompt): next-single-char-property-change
10723 and prev-single-char-property-change never return nil (Bug#8657).
10724
10725 * custom.el (defcustom): Doc fix (Bug#9711).
10726
10727 2012-02-05 Chong Yidong <cyd@gnu.org>
10728
10729 * cus-edit.el (custom-variable-reset-backup): Quote the value
10730 before storing it in the customized-value property (Bug#6712).
10731 (custom-display): Add a customization type tag.
10732 (custom-buffer-create-internal): Improve tooltip message.
10733
10734 * wid-edit.el (widget-field-value-get): New optional arg to
10735 suppress trailing whitespace truncation.
10736 (character): Use it (Bug#2689).
10737
10738 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10739
10740 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10741 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10742
10743 2012-02-05 Chong Yidong <cyd@gnu.org>
10744
10745 * cus-edit.el (custom-variable-value-create): For mismatched
10746 types, show the current value (Bug#7600).
10747
10748 * custom.el (defcustom): Doc fix.
10749
10750 2012-02-05 Glenn Morris <rgm@gnu.org>
10751
10752 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10753
10754 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10755
10756 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10757 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10758 (pp-last-sexp): Use `looking-at-p'.
10759
10760 2012-02-04 Glenn Morris <rgm@gnu.org>
10761
10762 * files.el (revert-buffer):
10763 Doc fix (mention revert-buffer-in-progress-p).
10764
10765 * emacs-lisp/ert-x.el (ert-simulate-command):
10766 Check deferred-action-list (which is obsolete) is bound.
10767
10768 * subr.el (with-wrapper-hook): Doc fixes.
10769
10770 * simple.el (filter-buffer-substring-functions)
10771 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10772
10773 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10774
10775 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10776 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10777
10778 2012-02-04 Leo Liu <sdl.web@gmail.com>
10779
10780 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10781
10782 2012-02-04 Glenn Morris <rgm@gnu.org>
10783
10784 * image.el (image-extension-data): Add obsolete alias.
10785
10786 * isearch.el (isearch-update): Doc fix.
10787
10788 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10789
10790 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10791
10792 2012-02-03 Glenn Morris <rgm@gnu.org>
10793
10794 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10795 (image-animate-timeout): Doc fix.
10796
10797 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10798
10799 2012-02-02 Glenn Morris <rgm@gnu.org>
10800
10801 * server.el (server-auth-dir): Doc fix.
10802 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10803
10804 * subr.el (run-mode-hooks): Doc fix.
10805
10806 2012-02-02 Juri Linkov <juri@jurta.org>
10807
10808 * image-mode.el (image-toggle-display-image): Remove tautological
10809 `major-mode' from the `derived-mode-p' test.
10810
10811 2012-02-02 Kenichi Handa <handa@m17n.org>
10812
10813 * composite.el (compose-region): Cancel previous change.
10814
10815 2012-02-02 Kenichi Handa <handa@m17n.org>
10816
10817 * composite.el (compose-region, compose-string): Signal error for
10818 a null string component (Bug#6988).
10819
10820 2012-02-01 Chong Yidong <cyd@gnu.org>
10821
10822 * view.el (view-buffer-other-window, view-buffer-other-frame):
10823 Handle special modes like view-buffer (Bug#10650).
10824 (view-buffer): Simplify.
10825
10826 * frame.el (set-frame-font): Tweak meaning of third argument.
10827
10828 * dynamic-setting.el (font-setting-change-default-font):
10829 Use set-frame-font (Bug#9982).
10830
10831 2012-02-01 Glenn Morris <rgm@gnu.org>
10832
10833 * progmodes/compile.el (compilation-internal-error-properties):
10834 Respect compilation-first-column in the "*compilation*" buffer.
10835
10836 * emacs-lisp/easy-mmode.el (define-minor-mode):
10837 Relax :variable's test for a named function.
10838
10839 2012-01-31 Alan Mackenzie <acm@muc.de>
10840
10841 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10842 off by one error.
10843
10844 2012-01-31 Chong Yidong <cyd@gnu.org>
10845
10846 * frame.el (set-frame-font): New arg ALL-FRAMES.
10847
10848 * menu-bar.el (menu-set-font): Use set-frame-font.
10849
10850 * faces.el (face-spec-reset-face): Don't apply unspecified
10851 attribute values to the default face.
10852
10853 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10854
10855 * progmodes/cwarn.el (cwarn): Remove dead link.
10856 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10857 Remove * from defcustom docstrings.
10858 (turn-on-cwarn-mode): Make obsolete.
10859 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10860 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10861
10862 2012-01-31 Glenn Morris <rgm@gnu.org>
10863
10864 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10865 Fix :variable handling of mode a symbol not equal to modefun.
10866 Allow named functions to be used as the cdr of :variable.
10867
10868 2012-01-30 Glenn Morris <rgm@gnu.org>
10869
10870 * emacs-lisp/authors.el (authors-fixed-entries):
10871 Remove reference to deleted file rnewspost.el.
10872
10873 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10874
10875 * window.el (window-with-parameter): Remove unused variable `windows'.
10876 (window--side-check): Remove unused variable `code'.
10877 (window--resize-siblings): Remove unused variable `first'.
10878 (adjust-window-trailing-edge): Remove unused variable `failed'.
10879 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10880 Use `let', not `let*'.
10881 (balance-windows-2): Remove unused variable `found'.
10882 (window--state-put-2): Remove unused variable `splits'.
10883 (window-state-put): Remove unused variable `selected'.
10884 (same-window-p): Use `string-match-p'.
10885 (display-buffer-assq-regexp): Remove unused variable `value'.
10886 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10887 Mark argument ALIST as ignored.
10888 (pop-to-buffer): Remove unused variable `old-window'.
10889
10890 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10891
10892 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10893 and .lzma compressed files.
10894
10895 2012-01-29 Chong Yidong <cyd@gnu.org>
10896
10897 * frame.el (window-system-default-frame-alist): Doc fix.
10898
10899 * dynamic-setting.el (font-setting-change-default-font): Don't
10900 change the default face if SET-FONT argument is non-nil (Bug#9982).
10901
10902 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10903
10904 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10905
10906 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10907
10908 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10909 breakpoints in files outside current directory (Bug#6098).
10910
10911 2012-01-29 Chong Yidong <cyd@gnu.org>
10912
10913 * progmodes/python.el: Require ansi-color at top-level.
10914
10915 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10916 Define and use in Emacs Lisp mode (Bug#9360).
10917 (lisp-mode-abbrev-table): Add doc.
10918 (lisp-mode-variables): Don't set local-abbrev-table.
10919 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10920
10921 2012-01-28 Roland Winkler <winkler@gnu.org>
10922
10923 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10924
10925 2012-01-28 Roland Winkler <winkler@gnu.org>
10926
10927 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10928 (bibtex-set-dialect): Use it. Either set global values of
10929 dialect-dependent variables or bind these variables buffer-locally
10930 (Bug#10254).
10931 (bibtex-mode): Call bibtex-set-dialect via
10932 hack-local-variables-hook.
10933 (bibtex-dialect): Update docstring.
10934 Add safe-local-variable predicate.
10935 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10936 bibtex-set-dialect.
10937 (bibtex-mode-map): Define menu for each dialect.
10938 (bibtex-entry): Fix docstring.
10939
10940 2012-01-28 Chong Yidong <cyd@gnu.org>
10941
10942 * eshell/esh-arg.el (eshell-quote-argument): New function.
10943
10944 * eshell/esh-ext.el (eshell-invoke-batch-file):
10945 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10946 first arg to eshell-parse-command (Bug#10523).
10947
10948 2012-01-28 Drew Adams <drew.adams@oracle.com>
10949
10950 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10951 `default-directory' is non-nil.
10952
10953 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10954
10955 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10956 line that displays system-configuration-options. (Bug#9924)
10957
10958 2012-01-28 Drew Adams <drew.adams@oracle.com>
10959
10960 * descr-text.el (describe-char): Show information about POS, in
10961 addition to information about the character at POS. Improve and
10962 update the doc string. Change "code point" to "code point in
10963 charset", to avoid confusion with the character's Unicode code
10964 point shown above that. (Bug#10129)
10965
10966 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10967
10968 * descr-text.el (describe-char): Show the raw character, not only
10969 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10970 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10971 for the reasons.
10972
10973 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10974
10975 * emacs-lisp/package.el (package-install):
10976 Run package-refresh-contents if there is no archive yet (Bug#9798).
10977
10978 2012-01-28 Chong Yidong <cyd@gnu.org>
10979
10980 * emacs-lisp/package.el (package-maybe-load-descriptor):
10981 New function, split from package-maybe-load-descriptor.
10982 (package-maybe-load-descriptor): Use it.
10983 (package-download-transaction): Fully load required packages
10984 inside the loop, so that `require' calls work (Bug#10593).
10985 (package-install): No need to call package-initialize now.
10986
10987 2012-01-28 Chong Yidong <cyd@gnu.org>
10988
10989 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10990
10991 * tooltip.el (tooltip-mode): Doc fix.
10992 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10993
10994 * frame.el (set-cursor-color): Doc fix (Bug#352).
10995
10996 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10997 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10998
10999 * cus-edit.el (custom-buffer-create-internal): Fix search button
11000 action (Bug#10542).
11001 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11002
11003 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11004
11005 * dired.el (dired-mark-files-regexp):
11006 Include any subdirectory components. (Bug#10445)
11007
11008 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11009
11010 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11011 Handle [host]:port syntax. (Bug#10533)
11012
11013 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11014
11015 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11016
11017 2012-01-26 Glenn Morris <rgm@gnu.org>
11018
11019 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11020 * term.el (term-raw-escape-map): Use Control-X-prefix.
11021 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11022
11023 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11024
11025 * window.el (window-state-get, window--state-get-1): Don't deal
11026 with fixed-sizeness of windows. Simplify code.
11027
11028 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11029
11030 * window.el (window--state-get-1, window--state-put-2):
11031 Don't save and restore the mark.
11032
11033 2012-01-25 Chong Yidong <cyd@gnu.org>
11034
11035 * custom.el (custom-variable-p): Doc fix.
11036
11037 2012-01-25 Glenn Morris <rgm@gnu.org>
11038
11039 * dired.el (dired-goto-file): Handle some of the more common
11040 characters that `ls -b' escapes. (Bug#10596)
11041
11042 * progmodes/compile.el (compilation-next-error-function):
11043 Respect compilation-first-column in the "*compilation*" buffer.
11044 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11045
11046 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11047
11048 2012-01-24 Glenn Morris <rgm@gnu.org>
11049
11050 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11051
11052 2012-01-24 Julien Danjou <julien@danjou.info>
11053
11054 * color.el (color-rgb-to-hsl): Fix value computing.
11055 (color-hue-to-rgb): New function.
11056 (color-hsl-to-rgb): New function.
11057 (color-clamp, color-saturate-hsl, color-saturate-name)
11058 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11059 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11060
11061 2012-01-24 Glenn Morris <rgm@gnu.org>
11062
11063 * vc/vc-rcs.el (vc-rcs-create-tag):
11064 * vc/vc-sccs.el (vc-sccs-create-tag):
11065 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11066
11067 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11068
11069 * eshell/esh-util.el (eshell-read-hosts-file):
11070 Skip comment lines. (Bug#10549)
11071
11072 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11073
11074 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11075
11076 * subr.el (display-delayed-warnings): Doc fix.
11077 (collapse-delayed-warnings): New function to collapse identical
11078 adjacent warnings.
11079 (delayed-warnings-hook): Add it.
11080
11081 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11082
11083 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11084
11085 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11086 (tramp-default-user-alist): Don't add "pscp".
11087 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11088 property "login-as", if set. (Bug#10530)
11089
11090 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11091
11092 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11093 "plink1" and "psftp". (Bug#10530)
11094
11095 2012-01-21 Kenichi Handa <handa@m17n.org>
11096
11097 * international/mule-cmds.el (prefer-coding-system): Show a
11098 warning message if the default value of file-name-coding-system
11099 was not changed.
11100
11101 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11102
11103 * windmove.el (windmove-reference-loc):
11104 Fix windmove-reference-loc miscalculation.
11105
11106 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11107
11108 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11109 default unit.
11110
11111 2012-01-21 Glenn Morris <rgm@gnu.org>
11112
11113 * international/mule.el (auto-coding-alist): Add .tbz.
11114
11115 * files.el (local-enable-local-variables): Doc fix.
11116 (inhibit-local-variables-regexps): Rename from
11117 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11118 Doc fix. Add some extensions from auto-coding-alist.
11119 (inhibit-local-variables-suffixes):
11120 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11121 (inhibit-local-variables-p):
11122 New function, extracted from set-auto-mode-1.
11123 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11124 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11125 (hack-local-variables): Doc fix. Make the mode-only case
11126 respect enable-local-variables and friends.
11127 Respect inhibit-local-variables-regexps for file-locals, but
11128 not for directory-locals.
11129 (set-visited-file-name):
11130 Take account of inhibit-local-variables-regexps.
11131 Whether it applies may change as the file name is changed.
11132 * jka-cmpr-hook.el (jka-compr-install):
11133 * jka-compr.el (jka-compr-uninstall):
11134 Update for inhibit-first-line-modes-suffixes name change.
11135
11136 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11137
11138 * help-macro.el (make-help-screen): Temporarily restore original
11139 binding for minor-mode-map-alist (Bug#10454).
11140
11141 2012-01-19 Julien Danjou <julien@danjou.info>
11142
11143 * color.el (color-name-to-rgb): Use the white color to find the max
11144 color component value and return correctly computed values.
11145 (color-name-to-rgb): Add missing float conversion for max value.
11146
11147 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11148
11149 * window.el (window--state-get-1, window-state-get): Do not use
11150 special state value for window-persistent-parameters.
11151 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11152 (window--state-put-2): Reset all window parameters to nil before
11153 assigning values of persistent parameters.
11154
11155 2012-01-18 Alan Mackenzie <acm@muc.de>
11156
11157 Eliminate sluggishness and hangs in fontification of "semicolon
11158 deserts".
11159
11160 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11161 Change value 10000 -> 3000.
11162 (c-state-safe-place): Reformulate so it doesn't stack up an
11163 infinite number of wrong entries in c-state-nonlit-pos-cache.
11164 (c-determine-limit-get-base, c-determine-limit): New functions to
11165 determine backward search limits disregarding literals.
11166 (c-find-decl-spots): Amend commenting.
11167 (c-cheap-inside-bracelist-p): New function which detects "={".
11168
11169 * progmodes/cc-fonts.el
11170 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11171 backward search.
11172 (c-font-lock-declarations): Fix an occurrence of point being
11173 undefined. Check additionally for point being in a bracelist or
11174 near a macro invocation without a semicolon so as to avoid a
11175 fruitless time consuming search for a declarator. Give a more
11176 precise search limit for declarators using the new
11177 c-determine-limit.
11178
11179 2012-01-18 Glenn Morris <rgm@gnu.org>
11180
11181 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11182 (set-auto-mode): Doc fixes.
11183
11184 2012-01-17 Glenn Morris <rgm@gnu.org>
11185
11186 * isearch.el (search-nonincremental-instead): Fix doc typo.
11187
11188 * dired.el (dired-insert-directory): Handle newlines in directory name.
11189 (dired-build-subdir-alist): Unescape newlines in directory name.
11190
11191 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11194 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11195 (tramp-action-terminal): Use it. (Bug#10530)
11196
11197 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11200
11201 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11202
11203 * window.el (window-state-ignored-parameters): Remove variable.
11204 (window--state-get-1): Rename argument MARKERS to IGNORE.
11205 Handle persistent window parameters. Make copy of clone-of
11206 parameter only if requested. (Bug#10348)
11207 (window--state-put-2): Install a window parameter only if it has
11208 a non-nil value or an existing parameter shall be overwritten.
11209
11210 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11211
11212 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11213
11214 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11215
11216 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11217 don't pass the (nil) value of `upnode' to string-match.
11218
11219 2012-01-14 Chong Yidong <cyd@gnu.org>
11220
11221 * startup.el (command-line): Fix X resource class for cursorColor.
11222 Fix values recognized by the cursorBlink resource.
11223
11224 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11225
11226 * epg.el (epg--make-temp-file): Avoid permission race condition
11227 when running on old Emacs versions (bug#10403).
11228
11229 2012-01-14 Glenn Morris <rgm@gnu.org>
11230
11231 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11232
11233 2012-01-13 Alan Mackenzie <acm@muc.de>
11234
11235 Fix filling for when filladapt mode is enabled.
11236
11237 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11238 c-mask-paragraph, pass in `fill-paragraph' rather than
11239 `fill-region-as-paragraph'. (This is a reversion of a previous
11240 change.)
11241 * progmodes/cc-mode.el (c-basic-common-init):
11242 Make fill-paragraph-handle-comment buffer local and set it to nil.
11243
11244 2012-01-13 Glenn Morris <rgm@gnu.org>
11245
11246 * dired.el (dired-switches-escape-p): New function.
11247 (dired-insert-directory): Use dired-switches-escape-p.
11248 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11249
11250 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11251
11252 2012-01-12 Glenn Morris <rgm@gnu.org>
11253
11254 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11255 changes in adaptive-fill-regexp. (Bug#10276)
11256
11257 2012-01-11 Alan Mackenzie <acm@muc.de>
11258
11259 Fix Emacs bug #10463 - put `widen's around the critical spots.
11260
11261 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11262 widen around each invocation of c-state-pp-to-literal. Remove an
11263 unused let variable.
11264
11265 2012-01-11 Glenn Morris <rgm@gnu.org>
11266
11267 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11268 Doc fix.
11269
11270 2012-01-10 Chong Yidong <cyd@gnu.org>
11271
11272 * net/network-stream.el (network-stream-open-starttls):
11273 Avoid emitting a confusing error message when the server gives a bad
11274 response to the capability command.
11275
11276 2012-01-10 Glenn Morris <rgm@gnu.org>
11277
11278 * mail/unrmail.el (unrmail): Tweak previous change.
11279
11280 2012-01-09 Chong Yidong <cyd@gnu.org>
11281
11282 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11283
11284 2012-01-08 Alan Mackenzie <acm@muc.de>
11285
11286 Optimise font locking in long enum definitions.
11287
11288 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11289 arm to a cond form to handle enums.
11290 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11291 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11292
11293 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11294
11295 * files.el (move-file-to-trash): Preserve default file modes on error.
11296 (Bug#10401)
11297
11298 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11299
11300 * faces.el (set-face-attribute): Clarify the meaning of the nil
11301 frame (bug#10294).
11302
11303 * subr.el (with-selected-frame): Mention that the selected frame
11304 is restored (bug#9980).
11305
11306 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11307 (bug#9759).
11308
11309 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11310 (password-read): Don't autoload unused function.
11311
11312 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11313
11314 * progmodes/which-func.el (which-func-mode): Turn into a
11315 non-interactive function and mark as obsolete (bug#10428).
11316
11317 2012-01-06 Chong Yidong <cyd@gnu.org>
11318
11319 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11320 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11321 functions, along with 1 and -1.
11322
11323 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11324
11325 * time.el (display-time-load-average)
11326 (display-time-default-load-average): Doc fixes. See the thread
11327 starting at
11328 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11329 for the details.
11330
11331 2012-01-06 Glenn Morris <rgm@gnu.org>
11332
11333 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11334 has no messages. (Bug#10377)
11335
11336 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11337 than Info-edit. (Bug#10385)
11338
11339 * time.el (display-time-load-average, display-time-next-load-average):
11340 Doc fixes.
11341
11342 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11343 local setting of buffer-read-only to the input buffer. (Bug#10419)
11344
11345 * calendar/calendar.el (calendar-mode):
11346 Locally set scroll-margin to 0. (Bug#10379)
11347
11348 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11349
11350 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11351
11352 2012-01-05 Glenn Morris <rgm@gnu.org>
11353
11354 * eshell/em-unix.el (diff-no-select): Autoload it.
11355 (eshell/diff): Use diff-no-select. (Bug#10420)
11356
11357 2012-01-05 Chong Yidong <cyd@gnu.org>
11358
11359 * shell.el (shell-dynamic-complete-functions): Revert last change.
11360 (shell-command-completion-function): New function.
11361 (shell-completion-vars): Use it to implement
11362 shell-completion-execonly (Bug#10417).
11363
11364 * custom.el (enable-theme): Don't set custom-safe-themes.
11365
11366 * cus-theme.el (custom-theme-merge-theme):
11367 Ignore custom-enabled-themes and custom-safe-themes.
11368
11369 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11370
11371 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11372 first prompt in `sql-interacive-mode'.
11373 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11374 keywords.
11375 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11376 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11377 context of original buffer. Invoke `sql-login-hook'.
11378
11379 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11380
11381 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11382 letters in cite-prefix.
11383
11384 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11387
11388 2012-01-03 Chong Yidong <cyd@gnu.org>
11389
11390 * shell.el (shell-dynamic-complete-functions):
11391 Put pcomplete-completions-at-point, so as to try
11392 comint-filename-completion first (Bug#10417).
11393
11394 2012-01-02 Richard Stallman <rms@gnu.org>
11395
11396 * battery.el (battery-status-function):
11397 Detect when to use battery-yeeloong-sysfs.
11398 (battery-echo-area-format): Add string for Yeeloong.
11399 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11400 (battery-yeeloong-sysfs): New function.
11401
11402 2012-01-02 Chong Yidong <cyd@gnu.org>
11403
11404 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11405 (dirtrack): Merge code for handling relative filenames in prompt
11406 from shell-dir-cookie-watcher.
11407 (dirtrack-debug-message): New arg to avoid excess format calls.
11408
11409 * shell.el (shell-dir-cookie-re): Variable deleted.
11410 (shell-dir-cookie-watcher): Function deleted.
11411 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11412 with dirtrack-mode.
11413
11414 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11415
11416 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11417 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11418 libgnutls-26.dll.
11419
11420 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11421
11422 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11423
11424 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11425
11426 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11427 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11428
11429 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11430
11431 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11432 also for alternative shells.
11433 (tramp-open-connection-setup-interactive-shell): Check, whether
11434 the shell is a busybox.
11435 (tramp-send-command): Don't suppress multiple prompts for
11436 busyboxes, it hurts.
11437
11438 2011-12-28 Chong Yidong <cyd@gnu.org>
11439
11440 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11441 (gdb-get-source-file): Move mode line update to
11442 gdb-get-source-file (Bug#10087).
11443
11444 2011-12-25 Chong Yidong <cyd@gnu.org>
11445
11446 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11447 gud-gdb-marker-filter without taking it as an argument.
11448 (gud-gdb-run-command-fetch-lines): Caller changed.
11449 (gud-gdb-completion-function): New variable.
11450 (gud-gdb-completion-at-point): Use it.
11451 (gud-gdb-completions-1): Split from gud-gdb-completions.
11452
11453 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11454 function as separate arguments.
11455 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11456 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11457 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11458 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11459 (gdb-stopped, def-gdb-auto-update-trigger)
11460 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11461 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11462 Callers changed.
11463 (gud-gdbmi-completions): New function.
11464 (gdb): Use it for generating the completion table.
11465
11466 2011-12-24 Alan Mackenzie <acm@muc.de>
11467
11468 Introduce a mechanism to widen the region used in context font
11469 locking. Use this to protect declarations from losing their contexts.
11470
11471 * progmodes/cc-langs.el (c-before-font-lock-functions):
11472 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11473 (c-before-context-fontification-functions): New defvar, a list of
11474 functions to be run just before context (etc.) font locking.
11475
11476 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11477 New, functionality extracted from
11478 c-neutralize-syntax-in-and-mark-CPP.
11479 (c-in-after-change-fontification): New variable.
11480 (c-after-change): Set c-in-after-change-fontification.
11481 (c-set-fl-decl-start): Rejig its interface, so it can be called
11482 from both after-change and context fontifying.
11483 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11484 New functions.
11485 (c-standard-font-lock-fontify-region-function): New variable.
11486 (c-font-lock-fontify-region): New function.
11487
11488 2011-12-24 Juri Linkov <juri@jurta.org>
11489
11490 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11491 (Bug#10348)
11492
11493 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11494
11495 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11496 existence of source file. (Bug#10325)
11497
11498 2011-12-23 Alan Mackenzie <acm@muc.de>
11499
11500 Fix unstable fontification inside templates.
11501
11502 * progmodes/cc-langs.el (c-before-font-lock-functions):
11503 Newly created from the singular version. The (c c++ objc) entry now
11504 additionally has c-set-fl-decl-start. The other languages (apart
11505 from AWK) have that as a single entry.
11506
11507 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11508 The functionality for "local" declarations has been extracted to
11509 c-set-fl-decl-start.
11510
11511 * progmodes/cc-mode.el (c-common-init, c-after-change):
11512 Changes due to pluralisation of c-before-font-lock-functions.
11513 (c-set-fl-decl-start): New function, extracted from
11514 c-font-lock-enclosing-decls and enhanced.
11515
11516 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11519
11520 2011-12-22 Juri Linkov <juri@jurta.org>
11521
11522 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11523
11524 2011-12-22 Chong Yidong <cyd@gnu.org>
11525
11526 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11527
11528 2011-12-21 Drew Adams <drew.adams@oracle.com>
11529
11530 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11531
11532 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11533
11534 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11535
11536 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11537
11538 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11539 highlighting and support. Fix up comments for capitalization.
11540 (cfengine-mode-debug): New var.
11541 (cfengine3-mode): Change the modeline indicator to "CFE3".
11542 (cfengine3-font-lock-keywords): Improve defun highlighting.
11543 (cfengine2-actions): Rename from `cfengine-actions'.
11544 (cfengine2-font-lock-keywords): Rename from
11545 `cfengine-font-lock-keywords'.
11546 (cfengine2-imenu-expression): Rename from
11547 `cfengine-imenu-expression'.
11548 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11549 (cfengine2-beginning-of-defun): Rename from
11550 `cfengine-beginning-of-defun'.
11551 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11552 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11553 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11554 modeline indicator to "CFE2".
11555 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11556 (cfengine-mode-abbrevs): Mark obsolete.
11557
11558 2011-12-21 Chong Yidong <cyd@gnu.org>
11559
11560 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11561 filename argument.
11562
11563 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11564
11565 * window.el (window-normalize-buffer-to-display): Remove.
11566 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11567
11568 2011-12-19 Chong Yidong <cyd@gnu.org>
11569
11570 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11571 Don't signal an error in a predicate function; return non-nil.
11572 (vc-dir-mark-file): Move the error here.
11573 (vc-dir-mark-unmark): If acting on the region, keep going if one
11574 of the entries cannot be marked/unmarked.
11575 (vc-dir-mark-all-files): If current entry is a directory, mark
11576 only child files, as documented.
11577
11578 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11579
11580 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11581 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11582 addition.
11583
11584 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11585
11586 * term/ns-win.el (ns-get-selection-internal)
11587 (ns-store-selection-internal): Declare.
11588 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11589 Declare as obsolete.
11590 (ns-get-pasteboard, ns-paste-secondary):
11591 Use ns-get-selection-internal.
11592 (ns-set-pasteboard, ns-copy-including-secondary):
11593 Use ns-store-selection-internal.
11594
11595 2011-12-17 Chong Yidong <cyd@gnu.org>
11596
11597 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11598 (vc-deduce-fileset): Doc fix.
11599
11600 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11601
11602 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11603
11604 2011-12-13 Sam Steingold <sds@gnu.org>
11605
11606 * man.el (Man-getpage-in-background): When running under a
11607 window-system, ignore $MANWIDTH and $COLUMNS.
11608
11609 2011-12-15 Kenichi Handa <handa@m17n.org>
11610
11611 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11612 (setup-ethiopic-environment-internal): Comment out key-binding for
11613 ethio-toggle-punctuation.
11614
11615 2011-12-13 Alan Mackenzie <acm@muc.de>
11616
11617 Add the switch statement to AWK Mode.
11618
11619 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11620 "default" to the keywords regexp.
11621
11622 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11623 expression as the rest.
11624 (c-nonlabel-token-key): Allow string literals for AWK.
11625 Refactor for the other modes.
11626
11627 Large brace-block initialisation makes CC Mode slow: Fix.
11628 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11629 routines. Limit backward searching in c-font-lock-enclosing.decl.
11630
11631 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11632 pp-state and literal type in addition to the limits.
11633 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11634 (c-state-literal-at): Use the above new defun.
11635 (c-slow-in-literal, c-fast-in-literal): Remove.
11636 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11637
11638 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11639 being in a literal. Add a limit for backward searching.
11640
11641 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11642 c-slow-in-literal.
11643
11644 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11647
11648 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11649
11650 * window.el (delete-other-windows): Use correct frame in call to
11651 window-with-parameter.
11652
11653 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11654
11655 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11656 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11657 (makefile-gmake-statements, makefile-makepp-statements):
11658 Use it and add new makepp keywords.
11659 (makefile-makepp-font-lock-keywords): Add new patterns.
11660 (makefile-match-function-end): Match new [...] and [[...]].
11661
11662 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11663
11664 * ses.el (ses-call-printer-return, ses-cell-property-get)
11665 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11666 (ses-create-cell-variable, ses-reset-header-string)
11667 (ses-cell-set-formula, ses-repair-cell-reference-all)
11668 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11669 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11670 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11671 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11672 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11673 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11674 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11675 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11676 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11677 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11678 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11679 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11680
11681 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11682
11683 * ses.el: The overall change is to add cell renaming, that is
11684 setting fancy names for cell symbols other than name matching
11685 "\\`[A-Z]+[0-9]+\\'" regexp .
11686 (ses-create-cell-variable): New defun.
11687 (ses-relocate-formula): Relocate formulas only for cells the
11688 symbols of which are not renamed, i.e. symbols whose names do not
11689 match regexp "\\`[A-Z]+[0-9]+\\'".
11690 (ses-relocate-all): Relocate values only for cells the symbols of
11691 which are not renamed.
11692 (ses-load): Create cells variables as the (ses-cell ...) are read,
11693 in order to check row col consistency with cell symbol name only
11694 for cells that are not renamed.
11695 (ses-replace-name-in-formula): New defun.
11696 (ses-rename-cell): New defun.
11697
11698 2011-12-11 Chong Yidong <cyd@gnu.org>
11699
11700 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11701 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11702
11703 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11704
11705 * window.el (other-window): Fix docstring.
11706
11707 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11708
11709 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11710 `from' or `to' address before taking its substring.
11711 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11712 encoded name is chopped in the middle of the encoded string, and
11713 thus displayed encoded.
11714
11715 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11716
11717 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11718
11719 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11720
11721 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11722 to use texinfo-update-node and commands that call it if the
11723 Texinfo file uses @node lines without next/prev/up pointers.
11724 Correct outdated description about texinfo-master-menu.
11725 (texinfo-all-menus-update, texinfo-master-menu)
11726 (texinfo-update-node, texinfo-every-node-update)
11727 (texinfo-multiple-files-update): Doc fix. Warn against updating
11728 all the @node lines.
11729 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11730 argument is numeric. Explain better in the doc string what the
11731 function really does.
11732 (texinfo-insert-master-menu-list): Improve the error message
11733 displayed if there's no menu in the Top node.
11734 (Bug#2975) See also this thread:
11735 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11736
11737 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11738
11739 * speedbar.el (speedbar-supported-extension-expressions):
11740 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11741
11742 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11743
11744 * printing.el (pr-mode-alist):
11745 * simple.el (filter-buffer-substring-functions)
11746 (completion-list-insert-choice-function):
11747 * window.el (window-with-parameter, window-atom-root)
11748 (window-sides-slots, window-size-fixed, window-min-delta)
11749 (window-max-delta, window--resize-mini-window)
11750 (window--resize-child-windows-normal, window-tree)
11751 (delete-other-windows, quit-window, split-window)
11752 (display-buffer-record-window, special-display-buffer-names)
11753 (special-display-regexps, special-display-popup-frame)
11754 (same-window-p, split-window-sensibly)
11755 (display-buffer-overriding-action, display-buffer-alist)
11756 (display-buffer-base-action, display-buffer, switch-to-buffer)
11757 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11758 (fit-window-to-buffer, recenter-positions)
11759 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11760 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11761 and remove unneeded backslashes in docstrings.
11762
11763 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11766
11767 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11768 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11769 end in ".mk".
11770 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11771 when reading the makefile (bug#10116).
11772
11773 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11776 (bug#10116).
11777
11778 2011-12-06 Glenn Morris <rgm@gnu.org>
11779
11780 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11781
11782 2011-12-06 Chong Yidong <cyd@gnu.org>
11783
11784 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11785
11786 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11787
11788 * textmodes/table.el (table-shorten-cell): Fix typo.
11789
11790 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11791
11792 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11793
11794 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11795
11796 * descr-text.el (describe-char): Fix display of strong
11797 right-to-left characters and directional embeddings and overrides.
11798
11799 * simple.el (what-cursor-position): Fix display of codepoints of
11800 strong right-to-left characters.
11801
11802 2011-12-05 Chong Yidong <cyd@gnu.org>
11803
11804 * faces.el (read-color): Doc fix.
11805
11806 2011-12-05 Glenn Morris <rgm@gnu.org>
11807
11808 * align.el (align--set-marker): Add doc-string.
11809 Don't try to move something that is not a marker. (Bug#10216)
11810
11811 2011-12-04 Glenn Morris <rgm@gnu.org>
11812
11813 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11814 overly zealous deletion of trailing whitespace.
11815
11816 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * server.el (server-delete-client): On Windows, do not try to delete
11819 the only terminal.
11820 (server-process-filter): On Windows, treat requests for a tty frame as
11821 if they were for a GUI frame if the running server is in GUI mode.
11822
11823 2011-12-03 Glenn Morris <rgm@gnu.org>
11824
11825 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11826
11827 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * electric.el: Streamline electric-indent's hook.
11830 (electric-indent-chars): Revert to simple list.
11831 (electric-indent-functions): New var.
11832 (electric-indent-post-self-insert-function): Use it.
11833
11834 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11835 there's no inferior buffer (bug#10196).
11836 (prolog-consult-compile): Don't use toggle-read-only.
11837
11838 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11839
11840 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11841 interrupt. (Bug#10187)
11842
11843 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11844
11845 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11846 (bug#9160).
11847
11848 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11849 (bug#10191).
11850
11851 2011-12-02 Juri Linkov <juri@jurta.org>
11852
11853 * info.el (Info-search): Display "end of manual" when Isearch
11854 reaches the end of single-file Info manual. (Bug#9918)
11855
11856 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11857
11858 * isearch.el (isearch-message-prefix): Run the input method part
11859 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11860
11861 2011-12-02 Juri Linkov <juri@jurta.org>
11862
11863 * isearch.el (isearch-occur): Use `word-search-regexp' for
11864 `isearch-word'.
11865 (isearch-search-and-update): Add condition for `isearch-word' and
11866 call `word-search-regexp'. (Bug#10145)
11867
11868 2011-12-01 Glenn Morris <rgm@gnu.org>
11869
11870 * eshell/em-hist.el (eshell-hist-initialize):
11871 Handle eshell-history-size nil and HISTSIZE set or unset.
11872 (eshell-history-file-name, eshell-history-size): Fix custom type.
11873
11874 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11877
11878 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11879
11880 * progmodes/verilog-mode.el (verilog-pretty-expr):
11881 Rework verilog-pretty-expr to handle new assignment operators in system
11882 verilog, such as += *= and the like.
11883 (verilog-assignment-operator-re): Regular expression to find the
11884 assigment operator in a verilog assignment.
11885 (verilog-assignment-operation-re): Regular expression to find an
11886 assignment statement for pretty-expr.
11887 (verilog-in-attribute-p): Query returns true if point is in an
11888 attribute context; used to skip these for expression line up from
11889 pretty-expr.
11890 (verilog-in-parameter-p): Query returns true if point is in an
11891 parameter definition context; used to skip these for expression
11892 line up from pretty-expr.
11893 (verilog-in-parenthesis-p): Query returns true if point is in a
11894 parenthetical expression, specifically ( ) but not [ ] or { };
11895 used by pretty-expr.
11896 (verilog-just-one-space): If there is no space, don't add one.
11897 (verilog-get-lineup-indent-2): Specifically skip just attribute
11898 contexts for expression lineup, rather than skipping all
11899 parenthetical expressions.
11900 (verilog-calculate-indent): Fix comment, and fix indent.
11901 (verilog-do-indent): Indent declarations in lists (suggested by
11902 Joachim Lechner).
11903 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11904 skeleton items.
11905 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11906 by Alain Mellan).
11907
11908 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11909
11910 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11911 parameters with embedded comments. Reported by Ray Stevens.
11912 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11913 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11914 Reported by Tim Holt.
11915 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11916 instantiated by upper module causing wrong expansion until AUTOed a
11917 second time. Reported by K C Buckenmaier.
11918 (verilog-diff-auto): Fix showing .* as a difference when
11919 `verilog-auto-star-save' off. Reported by Dan Dever.
11920 (verilog-auto-reset, verilog-read-always-signals)
11921 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11922 temporary signals in reset list if
11923 verilog-auto-reset-blocking-in-non is nil, and match assignment
11924 style to each signal's assignment type, bug381.
11925 Reported by Thomas Esposito.
11926 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11927 (verilog-uvm-statement-re): Support UVM indentation and
11928 highlighting, with old OVM keywords only.
11929 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11930 Support AUTOTIEOFF creating non-wire data types.
11931 Suggested by Jonathan Greenlaw.
11932 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11933 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11934 (verilog-inject-sense, verilog-read-inst-pins)
11935 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11936 Fix mismatching parenthesis inside commented out code when deleting
11937 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11938 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11939 non-numeric vector width. Reported by Alex Reed.
11940 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11941 detecting signals with parameter widths. Reported by Alex Reed.
11942 (verilog-auto-delete-trailing-whitespace):
11943 With `verilog-auto-delete-trailing-whitespace' remove trailing
11944 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11945 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11946 Fix verilog-scan-cache corruption when running user AUTO expansion
11947 hooks that call indentation routines.
11948 (verilog-simplify-range-expression): Fix typo ignoring lower case
11949 identifiers.
11950 (verilog-delete-auto): Fix delete-autos to also remove user created
11951 automatics, as long as they start with AUTO.
11952 (verilog-batch-diff-auto, verilog-diff-auto)
11953 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11954 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11955 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11956 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11957 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11958 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11959 is disabled and its cache will get corrupt, causing AUTOS not to
11960 expand. Instead use only -quick functions.
11961 (verilog-scan-region): Fix scanning over escaped quotes.
11962 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11963 (verilog-re-search-backward-quick)
11964 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11965 related functions now ignore strings, to fix misparsing of strings
11966 with magic comments embedded in them.
11967 (verilog-read-auto-template):
11968 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11969 Reported by Brad Dobbie.
11970 (verilog-read-auto-template):
11971 Fix 'verilog-auto-inst-template-numbers' with comments.
11972 Reported by Brad Dobbie.
11973 (verilog-auto-inst, verilog-auto-inst-param)
11974 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11975 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11976 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11977 debugging templates without merge conflicts, bug357.
11978 Reported by Brad Dobbie.
11979 (verilog-read-auto-template):
11980 Fix verilog-auto-inst-template-numbers with multiple templates.
11981 Reported by Brad Dobbie.
11982 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11983 abbrevs so user won't be asked to save.
11984 (verilog-read-auto-lisp-present): Fix to start at beginning of
11985 buffer in case called outside of verilog-auto.
11986 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11987 to "X-2". Reported by Matthew Myers.
11988 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11989 all inputs from module templates. Reported by Leith Johnson.
11990 (verilog-module-inside-filename-p): Fix locating programs as with
11991 modules.
11992 (verilog-auto-inst-port): Fix vl-width expressions when using
11993 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11994 (verilog-decls-get-regs, verilog-decls-get-signals,
11995 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11996 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11997 verilog-read-decls): Combine reg and wire structures into one var
11998 structure to represent SystemVerilog concepts.
11999 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12000 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12001 (verilog-auto-wire-type, verilog-insert-definition):
12002 Add verilog-auto-wire-type and AUTOLOGIC to support using
12003 SystemVerilog "logic" keyword instead of "wire"/"reg".
12004 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12005 to declares outputs that also have assignments (presumably in an
12006 ifdef or generate if so there's not a driver conflict).
12007 Reported by Matthew Myers.
12008 (verilog-auto-declare-nettype, verilog-insert-definition):
12009 Add verilog-auto-declare-nettype to fix declarations using
12010 `default_nettype none. Reported by Julian Gorfajn.
12011 (verilog-read-always-signals-recurse, verilog-read-decls)
12012 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12013 malformed end statement, bug325. Reported by Joshua Wise and
12014 Andrew Drake.
12015 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12016 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12017 when expanding .* in interfaces, bug320.
12018 Reported by Pierre-David Pfister.
12019 (verilog-read-module-name): Fix import statements between module
12020 name and open parenthesis, bug317.
12021 Reported by Pierre-David Pfister.
12022 (verilog-simplify-range-expression): Fix simplification of
12023 multiplications inside AUTOWIRE connections, bug303.
12024 (verilog-auto-inst-port): Support parameter expansion in
12025 multidimensional arrays.
12026 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12027 after "assert property". Reported by Julian Gorfajn.
12028 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12029 with multiplication, bug303.
12030 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12031 Reported by Jan Frode Lonnum.
12032
12033 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12034
12035 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12036 (hfy-shell-file-name, hfy-shell):
12037 * international/fontset.el (x-decompose-font-name): Fix typos.
12038
12039 2011-11-29 Ken Brown <kbrown@cornell.edu>
12040
12041 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12042 (gdb-version): Remove defvar.
12043 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12044 (gdb-gud-context-command, gdb-non-stop-handler)
12045 (gdb-current-context-command, gdb-stopped): Use it.
12046 (gdb-init-1): Enable pretty printing here.
12047 (gdb-non-stop-handler): Don't enable pretty-printing here.
12048 Check to see if the target supports non-stop mode; if not, turn off
12049 non-stop mode. Use the following.
12050 (gdb-check-target-async): New defun.
12051 (gud-watch, gdb-stopped): Fix whitespace.
12052 (gdb-get-source-file): Don't try to display the source file if
12053 `gdb-main-file' is nil.
12054
12055 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * align.el: Try to generate fewer markers (bug#10047).
12058 (align--set-marker): New macro.
12059 (align-region): Use it.
12060
12061 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12064
12065 2011-11-29 Chong Yidong <cyd@gnu.org>
12066
12067 * indent.el (indent-for-tab-command, indent-according-to-mode):
12068 Doc fix.
12069 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12070
12071 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12072
12073 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12074 aware of remote file names. (Bug#10124)
12075
12076 2011-11-29 Chong Yidong <cyd@gnu.org>
12077
12078 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12079
12080 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 * files.el (find-file): Don't use force-same-window (bug#10144).
12083 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12084 use pop-to-buffer if the selected window can't be used.
12085 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12086
12087 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12088
12089 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12090 special-mode-map.
12091
12092 2011-11-28 Chong Yidong <cyd@gnu.org>
12093
12094 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12095
12096 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12099 gdb-get-source-file-list on gdb-create-source-file-list.
12100
12101 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12102
12103 * whitespace.el (whitespace-newline): Use a different foreground
12104 color for 16-color light-background displays.
12105
12106 2011-11-24 Chong Yidong <cyd@gnu.org>
12107
12108 * window.el (display-buffer--special-action): Doc fix.
12109
12110 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12111
12112 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12113 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12114 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12115 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12116 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12117 (avl-tree-stack-first):
12118 * emacs-lisp/cconv.el (cconv--analyse-use):
12119 * net/gnutls.el (gnutls-negotiate): Fix typos.
12120
12121 2011-11-24 Glenn Morris <rgm@gnu.org>
12122
12123 * lpr.el (lpr-windows-system, lpr-lp-system):
12124 * mail/binhex.el (binhex-begin-line):
12125 * progmodes/grep.el (grep-history, grep-find-history):
12126 * textmodes/flyspell.el:
12127 * vc/pcvs-defs.el (cvs-global-menu):
12128 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12129 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12130 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12131
12132 * net/tls.el: Fix case of "GnuTLS".
12133
12134 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12135
12136 * version.el (emacs-build-system): Give it a doc-string.
12137
12138 2011-11-24 Juri Linkov <juri@jurta.org>
12139
12140 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12141
12142 2011-11-24 Glenn Morris <rgm@gnu.org>
12143
12144 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12145 if called on a non-mime message just toggle the headers. (Bug#8006)
12146
12147 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12148
12149 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12150 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12151 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12152 (allout-rebullet-heading, allout-open-sibtopic)
12153 (allout-toggle-current-subtree-encryption)
12154 (allout-toggle-subtree-encryption, allout-encrypt-string)
12155 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12156 (allout-distinctive-bullets-string, allout-auto-activation):
12157 * window.el (window-normalize-buffer-to-display):
12158 * progmodes/verilog-mode.el (verilog-batch-indent):
12159 * textmodes/bibtex.el (bibtex-field-braces-opt)
12160 (bibtex-field-strings-opt):
12161 * vc/cvs-status.el (cvs-tree-merge):
12162 Fix typos.
12163
12164 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12165
12166 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12167 `non-essential' to t, in order to avoid remote connections.
12168
12169 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12170
12171 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12172 On MS-DOS and MS-Windows, compare with loaddefs.el
12173 case-insensitively.
12174
12175 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12176
12177 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12178
12179 2011-11-23 Glenn Morris <rgm@gnu.org>
12180
12181 * paths.el (rmail-file-name): Reformat the doc-string so that it
12182 is picked up.
12183
12184 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12185 (rmail-auto-file): Ignore case in the "special" field names,
12186 as mail-fetch-field does for all others.
12187
12188 * mail/rmail.el (rmail-forward):
12189 * mail/rmailkwd.el (rmail-set-label):
12190 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12191 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12192
12193 * mail/rmail.el (rmail-current-message): Doc fix.
12194
12195 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12196
12197 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12200
12201 2011-11-22 Glenn Morris <rgm@gnu.org>
12202
12203 * mail/rmailmm.el (test-rmail-mime-handler)
12204 (test-rmail-mime-bulk-handler)
12205 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12206
12207 2011-11-21 Juri Linkov <juri@jurta.org>
12208
12209 * calc/calc.el (calc-read-key-sequence):
12210 Let-bind `input-method-function' to nil. (Bug#10018)
12211
12212 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12213
12214 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12215 Tell the caller that the next line needs recomputation, even
12216 though it doesn't start a sexp (bug#10094).
12217
12218 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12221
12222 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12225 Use force-same-window.
12226
12227 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12228
12229 * descr-text.el (describe-char-unicode-data):
12230 * json.el (json-string-escape):
12231 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12232 (Footnote-unicode, Footnote-style-p):
12233 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12234
12235 2011-11-20 Chong Yidong <cyd@gnu.org>
12236
12237 * window.el (replace-buffer-in-windows): Restore interactive spec.
12238
12239 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12242
12243 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12244 (byte-compile-global-not-obsolete-vars): New var.
12245 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12246 Use it.
12247 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12248
12249 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12250
12251 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12252 * progmodes/pascal.el (electric-pascal-equal):
12253 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12254 * xml.el (xml-substitute-special): Fix typos.
12255
12256 2011-11-20 Glenn Morris <rgm@gnu.org>
12257
12258 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12259 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12260 Doc fixes.
12261 (rmail-decode-mime-charset): Mark as obsolete.
12262
12263 * mail/rmailsum.el (rmail-message-regexp-p-1):
12264 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12265 Before using mime functions, check they are set. (Bug#10077)
12266
12267 2011-11-19 Juri Linkov <juri@jurta.org>
12268
12269 * info.el (Info-finder-find-node): Use `package--builtins' instead
12270 of `package-alist'. Use node names formed by the pattern "Keyword "
12271 and the keyword name.
12272
12273 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12274
12275 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12276
12277 2011-11-19 Juri Linkov <juri@jurta.org>
12278
12279 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12280 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12281 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12282 `old-history', `old-history-forward'. Add let-binding
12283 `window-selected'. Remove calls to `kill-buffer',
12284 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12285 before calling `Info-find-node', so `Info-find-node-2' will reread
12286 the Info file. Restore window positions only when `window-selected'
12287 is non-nil.
12288
12289 2011-11-19 Juri Linkov <juri@jurta.org>
12290
12291 * isearch.el (isearch-lazy-highlight-new-loop):
12292 Remove condition `(not isearch-error)'. (Bug#9918)
12293
12294 * misearch.el (multi-isearch-search-fun): Add condition
12295 `(not bound)' to ignore lazy-highlighting search.
12296 Add the search-failed message "end of multi" when the end of
12297 multi-sequence is reached. Uncapitalize the search-failed
12298 message "Repeat for next buffer".
12299
12300 * info.el (Info-search): Add the search-failed message
12301 "end of the manual" when the end of the manual is reached
12302 in Isearch mode.
12303
12304 2011-11-19 Juri Linkov <juri@jurta.org>
12305
12306 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12307 Use non-destructive `remove' instead of `delete' because
12308 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12309 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12310
12311 2011-11-19 Juri Linkov <juri@jurta.org>
12312
12313 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12314 to nil instead of binding `search-ring' and `regexp-search-ring'.
12315 (Bug#9185)
12316
12317 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12318
12319 * simple.el (line-move): Force movement by logical lines for any
12320 hscrolled window, not only when auto-hscroll-mode is on.
12321 (line-move-visual): Update doc string to that effect. (Bug#10076)
12322
12323 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12324
12325 * language/european.el (macintosh): Define as alias for mac-roman.
12326
12327 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12328
12329 * mail/rmailmm.el (rmail-mime-display-header)
12330 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12331 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12332 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12333 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12334 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12335 of a raw aref.
12336 (rmail-mime-entity-segment): To get past the tagline, move forward
12337 2 more lines, to account for the 2 empty lines that precede and
12338 follow the line with the buttons.
12339 (rmail-mime-update-tagline): Move one more line, to get past the
12340 empty line that follows the buttons in the tagline. (Bug#9520)
12341
12342 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12343
12344 * window.el (window-max-delta-1, window-min-delta-1)
12345 (window-min-size-1, window-state-get-1, window-state-put-1)
12346 (window-state-put-2): Use "window--" prefix.
12347
12348 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12351 (smie-warning-count): New var.
12352 (smie-set-prec2tab): Use it.
12353 (smie-bnf->prec2): Improve warnings. Add docstring.
12354 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12355 (smie-bnf--set-class): New function.
12356 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12357 corner case.
12358
12359 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12360 (compilation-error-properties, compilation-move-to-column):
12361 Handle compilation-first-column while in the target buffer.
12362
12363 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12364 Don't hardcode point-min==1.
12365
12366 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12367 (eshell-rewrite-for-command): Remove workaround.
12368 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12369 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12370 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12371
12372 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12373
12374 2011-11-17 Glenn Morris <rgm@gnu.org>
12375
12376 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12377 Ignore buffer-local generated-autoload-file if it is the same
12378 as the global value. (Bug#10049)
12379
12380 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12383 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12384 (reftex-toc-previous-heading, reftex-toc-max-level)
12385 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12386 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12387 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12388 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12389 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12390 (reftex-toc-rename-label, reftex-toc-visit-location)
12391 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12392 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12393 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12394 leaving "*toc*" only for references to the buffer.
12395
12396 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12397
12398 * window.el (window-resize, delete-window, split-window):
12399 Replace window-splits by window-combination-resize.
12400 * cus-start.el (window-splits): Replace by window-combination-resize.
12401
12402 2011-11-17 Glenn Morris <rgm@gnu.org>
12403
12404 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12405 Make bash entry derive from sh entry, not shell entry.
12406
12407 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12408
12409 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12410 local file name.
12411
12412 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12413
12414 * menu-bar.el (menu-bar-file-menu):
12415 * printing.el (pr-ps-utility):
12416 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12417 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12418 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12419 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12420 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12421 (icalendar--convert-cyclic-to-ical)
12422 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12423 (icalendar--convert-ical-to-diary)
12424 (icalendar--convert-recurring-to-diary)
12425 (icalendar--convert-non-recurring-all-day-to-diary)
12426 (icalendar-import-format-sample):
12427 * progmodes/idlw-shell.el (idlwave-shell-mode):
12428 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12429 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12430 (vhdl-ps-print-init): Fix typos.
12431
12432 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12433
12434 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12435 FSF and collapse date sequence, obscure author/maintainer email address
12436 better, remove extra version line, track relocation of author's webpage.
12437
12438 * progmodes/python.el (python-pdbtrack-input-prompt)
12439 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12440 regular python pdb prompts. Adjustments shamelessly taken exactly as
12441 suggested in EmacsWiki page (tiny change):
12442 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12443
12444 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12445
12446 * expand.el (expand-pos, expand-index, expand-point):
12447 Remove redundant info from docstring.
12448 (expand-add-abbrevs): Doc fix.
12449 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12450 (expand-sample-perl-mode-expand-list): Fix typos.
12451
12452 * net/dbus.el (dbus-event-member-name):
12453 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12454 * term/pc-win.el (msdos-create-frame-with-faces):
12455 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12456
12457 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12458
12459 * window.el (split-window, window-state-get-1)
12460 (window-state-put-1, window-state-put-2): Rename occurrences of
12461 window-nest to window-combination-limit.
12462 * cus-start.el (window-nest): Rename to window-combination-limit.
12463
12464 2011-11-16 Chong Yidong <cyd@gnu.org>
12465
12466 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12467 regexp (Bug#10033).
12468
12469 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12472 `completing-read' will remove *Completions* and will preserve
12473 current-buffer for us.
12474 (tmm-add-prompt): Users of *Completions* will always (re)set its
12475 major mode.
12476 (tmm-old-comp-map): Remove.
12477
12478 2011-11-16 Glenn Morris <rgm@gnu.org>
12479
12480 * mail/rmailedit.el: Require rmailmm when compiling.
12481 (rmail-old-mime-state): New declaration.
12482 (rmail-edit-current-message): If editing a mime message,
12483 edit the "raw" message from the mbox buffer.
12484 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12485
12486 2011-11-15 Glenn Morris <rgm@gnu.org>
12487
12488 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12489 which wasn't being used. Add optional arg to force given state.
12490 (rmail-mime): Add optional arg to force given state.
12491
12492 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12493
12494 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12495 * frame.el (display-mm-dimensions-alist):
12496 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12497 (outline-move-subtree-down):
12498 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12499 (newsticker--treeview-do-get-node):
12500 * net/quickurl.el (quickurl-list-buffer-name):
12501 * progmodes/dcl-mode.el (dcl-mode):
12502 * progmodes/gdb-mi.el (gdb-mapcar*):
12503 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12504
12505 2011-11-15 Glenn Morris <rgm@gnu.org>
12506
12507 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12508 in a boolean sense, so just make it a boolean, and fix the doc.
12509 (rmail-show-mime-function, rmail-mime-feature)
12510 (rmail-require-mime-maybe): Doc fixes.
12511 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12512
12513 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12514
12515 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12518 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12519 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12520 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12521
12522 2011-11-15 Glenn Morris <rgm@gnu.org>
12523
12524 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12525 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12526 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12527 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12528 (rmail-mime, rmail-show-mime): Doc fixes.
12529
12530 * term/ns-win.el (mode-line-frame-identification):
12531 Leave it alone. (Bug#10051)
12532
12533 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12534
12535 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12536 Handle empty buffers. (Bug#9978)
12537
12538 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12539
12540 * international/mule.el (define-charset):
12541 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12542 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12543 * progmodes/verilog-mode.el (verilog-backward-token):
12544 * textmodes/ispell.el (lookup-words):
12545 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12546
12547 2011-11-14 Glenn Morris <rgm@gnu.org>
12548
12549 * progmodes/executable.el
12550 (executable-make-buffer-file-executable-if-script-p):
12551 Handle file-modes returning nil.
12552
12553 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12554 message - not necessary, and causes problems. (Bug#9831)
12555
12556 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12557
12558 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12559
12560 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12561 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12562 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12563
12564 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12565
12566 * window.el (window-resize, delete-window): Use window-splits
12567 variable instead of function.
12568 (window-state-get-1, window-state-put-2, window-state-put):
12569 Don't deal with windows' splits status.
12570
12571 2011-11-12 Glenn Morris <rgm@gnu.org>
12572
12573 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12574 (apropos-documentation): Doc fixes.
12575
12576 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12577
12578 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12579 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12580
12581 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * electric.el (electric-indent-post-self-insert-function): Make it
12584 possible for a char to only indent in some circumstances.
12585 (electric-indent-mode): Simplify.
12586
12587 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12588
12589 * window.el (windows-with-parameter): Remove unused function.
12590 (windows-at-side): Rename to window-at-side-list.
12591 (window-check, window-atom-check, window-atom-check-1)
12592 (window-side-check, window-size-ignore, window-size-fixed-1)
12593 (window-in-direction-2): Prefix with "window--".
12594 (window-tree-1): Rename to window--subtree, fix doc-string.
12595
12596 2011-11-11 Glenn Morris <rgm@gnu.org>
12597
12598 * subr.el (eval-after-load): If FILE is already loaded,
12599 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12600
12601 2011-11-10 Glenn Morris <rgm@gnu.org>
12602
12603 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12604 Call svn via vc-svn-command rather than vc-do-command.
12605 (vc-svn-command): Add --non-interactive. (Bug#9993)
12606 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12607
12608 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12609 Add toggle-read-only. (Bug#7292)
12610 * files.el (toggle-read-only): Mention that it should only
12611 be used interactively. (Bug#10006)
12612
12613 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12616 Adjust regexp for OCaml warnings.
12617
12618 * electric.el (electric-pair-post-self-insert-function): Let user
12619 turn it off buffer-locally (bug#9932).
12620
12621 * progmodes/python.el (python-beginning-of-statement):
12622 Rewrite (bug#2703).
12623
12624 * progmodes/compile.el: Better handle TABs (bug#9749).
12625 (compilation-internal-error-properties)
12626 (compilation-next-error-function): Obey the target buffer's
12627 compilation-error-screen-columns.
12628
12629 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12630
12631 * progmodes/meta-mode.el: Remove obsolete comments.
12632 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12633 Fix typos in docstrings.
12634
12635 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12636
12637 * window.el (window-size-fixed-p): Rewrite doc-string.
12638 (window-resizable-p): Rename to window--resizable-p. Update callers.
12639 (window--resizable): New function. Make all callers of
12640 window-resizable call window--resizable instead.
12641 (window-resizable): Rewrite in terms of window--resizable.
12642
12643 2011-11-08 Glenn Morris <rgm@gnu.org>
12644
12645 * progmodes/delphi.el (delphi-mode-syntax-table):
12646 Let define-derived-mode define a proper syntax table. (Bug#9994)
12647
12648 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * window.el: Stay away from defsubst.
12651 (window-list-no-nils): Remove.
12652 (window-state-get-1, window-state-get): Use backquote instead.
12653
12654 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12655
12656 * emacs-lisp/find-func.el (find-function-read):
12657 Fix incorrect use of default argument in `completing-read'.
12658
12659 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12660
12661 * window.el (display-buffer-function, special-display-function):
12662 Mention display-buffer-record-window but do not mention
12663 help-setup parameter in doc-strings.
12664 (window-min-delta): Fix doc-string typo.
12665
12666 2011-11-08 Chong Yidong <cyd@gnu.org>
12667
12668 * window.el (window-total-height, window-total-width): Doc fix.
12669 (window-body-size): Move from C.
12670 (window-body-height, window-body-width): Move to C.
12671
12672 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * window.el: Make special-display like display-buffer-alist (bug#9532).
12675 (display-buffer--special-action): New function, morphed
12676 from display-buffer--special.
12677 (display-buffer): Use it to handle special-display-buffers at higher
12678 priority (just after display-buffer-alist).
12679 (display-buffer-fallback-action, display-buffer--other-frame-action)
12680 (pop-to-buffer-same-window): Remove display-buffer--special.
12681
12682 2011-11-07 Glenn Morris <rgm@gnu.org>
12683
12684 * calendar/cal-menu.el (cal-menu-set-date-title):
12685 Do nothing if not in a calendar. (Bug#9976)
12686
12687 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * files.el (find-file): Always use selected-window.
12690
12691 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12692
12693 * window.el (window-combinations): Make WINDOW argument
12694 mandatory. Rewrite doc-string.
12695 (walk-window-subtree, window-atom-check, window-min-delta)
12696 (window-max-delta, window--resize-this-window)
12697 (window--resize-root-window-vertically, window-tree)
12698 (balance-windows, window-state-put): Rewrite doc-strings as to
12699 not mention the term "subwindow".
12700 (window--resize-subwindows-skip-p): Rename to
12701 window--resize-child-windows-skip-p.
12702 (window--resize-subwindows-normal): Rename to
12703 window--resize-child-windows-normal.
12704 (window--resize-subwindows): Rename to
12705 window--resize-child-windows.
12706 (window-or-subwindow-p): Rename to window--in-subtree-p.
12707
12708 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12709
12710 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12711 Ensure that mbox format messages end in two newlines (Bug#9974).
12712
12713 2011-11-06 Chong Yidong <cyd@gnu.org>
12714
12715 * window.el (window-combination-p): Function deleted; its
12716 side-effect is not used in any existing code.
12717 (window-combinations, window-combined-p): Call window-*-child
12718 directly.
12719
12720 2011-11-05 Chong Yidong <cyd@gnu.org>
12721
12722 * window.el (window-valid-p): Rename from window-any-p.
12723 (window-size-ignore, window-state-get): Callers changed.
12724 (window-normalize-window): Rename from window-normalize-any-window.
12725 New arg LIVE-ONLY, replacing window-normalize-live-window.
12726 (window-normalize-live-window): Delete.
12727 (window-combination-p, window-combined-p, window-combinations)
12728 (walk-window-subtree, window-atom-root, window-min-size)
12729 (window-sizable, window-sizable-p, window-size-fixed-p)
12730 (window-min-delta, window-max-delta, window-resizable)
12731 (window-resizable-p, window-full-height-p, window-full-width-p)
12732 (window-current-scroll-bars, window-point-1, set-window-point-1)
12733 (window-at-side-p, window-in-direction, window-resize)
12734 (adjust-window-trailing-edge, maximize-window, minimize-window)
12735 (window-deletable-p, delete-window, delete-other-windows)
12736 (record-window-buffer, unrecord-window-buffer)
12737 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12738 (quit-window, split-window, window-state-put)
12739 (set-window-text-height, fit-window-to-buffer)
12740 (shrink-window-if-larger-than-buffer): Callers changed.
12741
12742 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12743
12744 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12745 rfc2047-decode-string.
12746 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12747 warnings.
12748
12749 * window.el (window-body-height, window-body-width): Mention in
12750 the doc string that the return values are in frame's canonical
12751 units. (Bug#9949)
12752
12753 2011-11-03 Alan Mackenzie <acm@muc.de>
12754
12755 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12756 change in cc-engine.el.
12757
12758 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12761
12762 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12763
12764 * window.el (quit-window): Call unrecord-window-buffer after
12765 showing another buffer in the window. (Bug#9937)
12766 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12767
12768 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12769
12770 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12771 Accept status with more than 9 shelves. (Bug#9935)
12772 Reported by Colin D Bennett <colin@gibibit.com>.
12773
12774 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12775
12776 * help.el (with-help-window): Don't reference
12777 temp-buffer-show-specifiers in doc-string.
12778
12779 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12780
12781 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12782 menu-item.
12783
12784 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12785
12786 * whitespace.el: New version 13.2.2.
12787 (whitespace-newline-mode): Disable properly. Reported by Sarah
12788 <EmacsWiki>.
12789
12790 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12791
12792 * net/newst-treeview.el: Remove "Time-stamp".
12793 (newsticker--group-manage-orphan-feeds): Do not call
12794 newsticker--treeview-tree-update.
12795 (newsticker-treeview-update, newsticker-treeview):
12796 Call newsticker--treeview-tree-update if necessary.
12797
12798 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12799
12800 * window.el (window-iso-combination-p, window-iso-combined-p)
12801 (window-iso-combinations): Remove "iso-" infix.
12802 Suggested by Chong Yidong.
12803 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12804 (window-max-delta-1, window-resize, window--resize-siblings)
12805 (window--resize-this-window, adjust-window-trailing-edge)
12806 (split-window, balance-windows-1)
12807 (shrink-window-if-larger-than-buffer):
12808 * calendar/calendar.el (calendar-generate-window):
12809 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12810
12811 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12814 in place (bug#9907).
12815 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12816 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12817 (eshell-structure-basic-command, eshell-rewrite-while-command)
12818 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12819 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12820 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12821 (eshell-do-pipelines-synchronously, eshell-eval-command):
12822 Use backquotes and prefer setq to set.
12823 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12824 (eshell-macrop): Use functionp.
12825 (eshell-do-eval): Handle multiple expressions in `while' body.
12826
12827 2011-10-30 Chong Yidong <cyd@gnu.org>
12828
12829 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12830 instead of set-mark (Bug#9810).
12831
12832 2011-10-30 Chong Yidong <cyd@gnu.org>
12833
12834 * window.el (split-window-below, split-window-right): Rename from
12835 split-window-above-each-other and split-window-side-by-side
12836 respectively. All callers changed.
12837 (split-window-sensibly, split-window-sensibly): Use them.
12838 (split-window-keep-point): Doc fix.
12839
12840 * isearch.el: Add isearch-scroll property to split-window-below
12841 and split-window-right.
12842
12843 * follow.el (follow-mode):
12844 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12845 * progmodes/ada-xref.el (ada-gdb-application):
12846 * emulation/vip.el (vip-buffer-in-two-windows):
12847 * image-dired.el (image-dired-dired-with-window-configuration):
12848 * dired-x.el (dired-do-find-marked-files):
12849 * dired.el (dired-pop-to-buffer):
12850 * bs.el (bs--show-with-configuration):
12851 * vc/emerge.el (emerge-setup-windows):
12852 * textmodes/two-column.el (2C-two-columns):
12853 * textmodes/reftex-toc.el (reftex-toc):
12854 * progmodes/gdb-mi.el (gdb-setup-windows):
12855 * progmodes/fortran.el (fortran-window-create):
12856 * net/newst-treeview.el (newsticker--treeview-window-init):
12857 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12858 * emulation/tpu-edt.el (tpu-gold-map):
12859 * emulation/crisp.el (crisp-mode-map):
12860 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12861
12862 2011-10-29 Chong Yidong <cyd@gnu.org>
12863
12864 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12865
12866 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12867
12868 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12869 forged Ispell output (Bug#7904).
12870
12871 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12872
12873 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * doc-view.el: Avoid ugly errors about not finding nil.
12876 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12877 (doc-view-dvipdf-program, doc-view-unoconv-program)
12878 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12879 Avoid nil or absolute file name as default value.
12880 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12881
12882 2011-10-28 Alan Mackenzie <acm@muc.de>
12883
12884 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12885
12886 2011-10-28 Alan Mackenzie <acm@muc.de>
12887
12888 Amend the handling of c-beginning/end-of-defun in nested declaration
12889 scopes.
12890
12891 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12892 cc-langs.el. Change it to a defcustom.
12893
12894 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12895 cc-vars.el.
12896
12897 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12898 Prevent "class foo : bar" being spuriously recognized as a label.
12899
12900 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12901 Add parameter `inclusive' (to include enclosing braces in the region).
12902 (c-widen-to-enclosing-decl-scope): New function.
12903 (c-while-widening-to-decl-block): New macro.
12904 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12905 outward for defun boundaries, and correspondingly change symbol
12906 `respect-enclosure' to `go-outward'.
12907 (c-declaration-limits): Change algorithm to report only the "innermost"
12908 defun's boundaries.
12909
12910 2011-10-28 Deniz Dogan <deniz@dogan.se>
12911
12912 * net/rcirc.el (rcirc-mode): Use hard newlines.
12913
12914 2011-10-28 Alan Mackenzie <acm@muc.de>
12915
12916 Amend to indent and fontify macros "which include their own semicolon"
12917 correctly, using the "virtual semicolon" mechanism.
12918
12919 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12920
12921 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12922 Recode to scan one line at a time rather than having \n and \r
12923 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12924 (c-forward-label): Amend for virtual semicolons.
12925 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12926
12927 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12928 of the new C macros.
12929
12930 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12931 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12932 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12933 (c-opt-cpp-macro-define): Make into a full language variable.
12934 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12935 AWK Mode (including \n, \r) removed, no longer needed.
12936
12937 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12938 Invoke c-make-macro-with-semi-re.
12939
12940 * progmodes/cc-vars.el (c-macro-with-semi-re):
12941 (c-macro-names-with-semicolon): New variables.
12942 (c-make-macro-with-semi-re): New function.
12943
12944 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * vc/log-edit.el: Fill empty field rather than adding new one.
12947 (log-edit-add-field): New function.
12948 (log-edit-insert-changelog): Use it.
12949
12950 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12951
12952 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12953
12954 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12957 (gdb--check-interpreter): New function.
12958 (gdb): Use it.
12959
12960 2011-10-27 Glenn Morris <rgm@gnu.org>
12961
12962 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12963 (least-positive-float, least-negative-float)
12964 (least-positive-normalized-float, least-negative-normalized-float)
12965 (float-epsilon, float-negative-epsilon):
12966 Remove unnecessary declarations.
12967
12968 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12969 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12970 (least-positive-float, least-negative-float)
12971 (least-positive-normalized-float, least-negative-normalized-float)
12972 (float-epsilon, float-negative-epsilon): Add doc-strings,
12973 based on those in cl.texi.
12974
12975 * files.el (set-visited-file-name): If the major-mode changed,
12976 reload the local variables. (Bug#9796)
12977
12978 2011-10-27 Chong Yidong <cyd@gnu.org>
12979
12980 * subr.el (change-major-mode-after-body-hook): New hook.
12981 (run-mode-hooks): Run it.
12982
12983 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12984 Use change-major-mode-before-body-hook.
12985
12986 * simple.el (fundamental-mode):
12987 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12988 change introducing fundamental-mode-hook.
12989
12990 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12993
12994 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12995
12996 * ido.el (ido-file-name-all-completions-1): Do not require
12997 tramp.el explicitly. (Bug#7583)
12998
12999 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * progmodes/octave-mod.el:
13002 * progmodes/octave-inf.el: Update maintainer.
13003
13004 2011-10-26 Chong Yidong <cyd@gnu.org>
13005
13006 * subr.el (with-wrapper-hook): Rewrite doc.
13007
13008 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13009
13010 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13011 filenames "/method:foo:". (Bug#9793)
13012
13013 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13016 (bug#9865).
13017
13018 2011-10-24 Glenn Morris <rgm@gnu.org>
13019
13020 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13021
13022 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13023
13024 * notifications.el: Add the requirement of a running D-Bus session
13025 bus to the Commentary.
13026
13027 2011-10-24 Juri Linkov <juri@jurta.org>
13028
13029 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13030 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13031 (Bug#9364)
13032
13033 2011-10-24 Juri Linkov <juri@jurta.org>
13034
13035 * info.el (Info-following-node-name-re): Add newline to the list
13036 of allowed characters for leading space. (Bug#9824)
13037
13038 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13039
13040 * progmodes/octave-inf.el (inferior-octave-mode-map):
13041 Fix C-c C-h binding.
13042 * progmodes/octave-mod.el (octave-help): Remove.
13043
13044 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13045
13046 Sync with Tramp 2.2.3.
13047
13048 * net/tramp-cache.el (top): Pacify byte-compiler using
13049 `init-file-user' and `site-run-file'.
13050
13051 * net/trampver.el: Update release number.
13052
13053 2011-10-23 Chong Yidong <cyd@gnu.org>
13054
13055 * files.el (toggle-read-only): Remove obsolete comment about
13056 version control.
13057
13058 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13059 for toggle-read-only. Note that this hasn't called vc-next-action
13060 since 2008-05-02, though it wasn't documented at the time.
13061
13062 * vc/ediff-init.el (ediff-toggle-read-only-function):
13063 Use toggle-read-only.
13064
13065 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13066
13067 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13068 of c-parse-state.
13069
13070 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13071 correct faulty logical expression.
13072 (c-parse-state-state, c-record-parse-state-state):
13073 (c-replay-parse-state-state): New defvar/defuns.
13074 (c-debug-parse-state): Use new functions.
13075
13076 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13077
13078 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13079 last fix. Use window-in-direction correctly.
13080
13081 2011-10-21 Chong Yidong <cyd@gnu.org>
13082
13083 * progmodes/idlwave.el (idlwave-mode):
13084 * progmodes/vera-mode.el (vera-mode): No need to set
13085 require-final-newline; that's done in prog-mode.
13086 Suggested by Stefan Monnier.
13087
13088 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13089
13090 * mouse.el (mouse-drag-window-above)
13091 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13092 (mouse-drag-mode-line-1, mouse-drag-header-line)
13093 (mouse-drag-vertical-line-rightward-window): Remove.
13094 (mouse-drag-line): New function.
13095 (mouse-drag-mode-line, mouse-drag-header-line)
13096 (mouse-drag-vertical-line): Call mouse-drag-line.
13097 * window.el (window-at-side-p, windows-at-side): New functions.
13098
13099 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13100
13101 * tar-mode.el (tar-grind-file-mode):
13102 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13103
13104 2011-10-21 Chong Yidong <cyd@gnu.org>
13105
13106 * progmodes/idlwave.el (idlwave-mode):
13107 * progmodes/vera-mode.el (vera-mode):
13108 Use mode-require-final-newline.
13109
13110 2011-10-20 Glenn Morris <rgm@gnu.org>
13111
13112 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13113
13114 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13115
13116 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13117
13118 2011-10-20 Chong Yidong <cyd@gnu.org>
13119
13120 * emulation/cua-base.el (cua-mode):
13121 * mail/footnote.el (footnote-mode):
13122 * mail/mailabbrev.el (mail-abbrevs-mode):
13123 * net/xesam.el (xesam-minor-mode):
13124 * progmodes/bug-reference.el (bug-reference-mode):
13125 * progmodes/cap-words.el (capitalized-words-mode):
13126 * progmodes/compile.el (compilation-minor-mode)
13127 (compilation-shell-minor-mode):
13128 * progmodes/gud.el (gud-tooltip-mode):
13129 * progmodes/hideif.el (hide-ifdef-mode):
13130 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13131 * progmodes/subword.el (subword-mode):
13132 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13133 * progmodes/which-func.el (which-function-mode):
13134 * term/tvi970.el (tvi970-set-keypad-mode):
13135 * term/vt100.el (vt100-wide-mode):
13136 * textmodes/flyspell.el (flyspell-mode):
13137 * textmodes/ispell.el (ispell-minor-mode):
13138 * textmodes/nroff-mode.el (nroff-electric-mode):
13139 * textmodes/paragraphs.el (use-hard-newlines):
13140 * textmodes/refill.el (refill-mode):
13141 * textmodes/reftex.el (reftex-mode):
13142 * textmodes/rst.el (rst-minor-mode):
13143 * textmodes/sgml-mode.el (html-autoview-mode)
13144 (sgml-electric-tag-pair-mode):
13145 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13146 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13147 * emulation/crisp.el (crisp-mode):
13148 * emacs-lisp/eldoc.el (eldoc-mode):
13149 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13150 minor mode behavior.
13151
13152 2011-10-19 Juri Linkov <juri@jurta.org>
13153
13154 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13155 the list of hard-coded chars with escape-glyph face.
13156
13157 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13160
13161 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13162
13163 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13164 running process.
13165
13166 2011-10-19 Glenn Morris <rgm@gnu.org>
13167
13168 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13169 Ignore ignored files. (Bug#9726)
13170
13171 2011-10-19 Chong Yidong <cyd@gnu.org>
13172
13173 Doc fix for minor modes, stating that an omitted argument enables
13174 the mode unconditionally when called from Lisp.
13175
13176 * abbrev.el (abbrev-mode):
13177 * allout.el (allout-mode):
13178 * autoinsert.el (auto-insert-mode):
13179 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13180 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13181 (global-auto-revert-mode):
13182 * battery.el (display-battery-mode):
13183 * composite.el (global-auto-composition-mode)
13184 (auto-composition-mode):
13185 * delsel.el (delete-selection-mode):
13186 * desktop.el (desktop-save-mode):
13187 * dired-x.el (dired-omit-mode):
13188 * dirtrack.el (dirtrack-mode):
13189 * doc-view.el (doc-view-minor-mode):
13190 * double.el (double-mode):
13191 * electric.el (electric-indent-mode, electric-pair-mode):
13192 * emacs-lock.el (emacs-lock-mode):
13193 * epa-hook.el (auto-encryption-mode):
13194 * follow.el (follow-mode):
13195 * font-core.el (font-lock-mode):
13196 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13197 * help.el (temp-buffer-resize-mode):
13198 * hilit-chg.el (highlight-changes-mode)
13199 (highlight-changes-visible-mode):
13200 * hi-lock.el (hi-lock-mode):
13201 * hl-line.el (hl-line-mode, global-hl-line-mode):
13202 * icomplete.el (icomplete-mode):
13203 * ido.el (ido-everywhere):
13204 * image-file.el (auto-image-file-mode):
13205 * image-mode.el (image-minor-mode):
13206 * iswitchb.el (iswitchb-mode):
13207 * jka-cmpr-hook.el (auto-compression-mode):
13208 * linum.el (linum-mode):
13209 * longlines.el (longlines-mode):
13210 * master.el (master-mode):
13211 * mb-depth.el (minibuffer-depth-indicate-mode):
13212 * menu-bar.el (menu-bar-mode):
13213 * minibuf-eldef.el (minibuffer-electric-default-mode):
13214 * mouse-sel.el (mouse-sel-mode):
13215 * msb.el (msb-mode):
13216 * mwheel.el (mouse-wheel-mode):
13217 * outline.el (outline-minor-mode):
13218 * paren.el (show-paren-mode):
13219 * recentf.el (recentf-mode):
13220 * reveal.el (reveal-mode, global-reveal-mode):
13221 * rfn-eshadow.el (file-name-shadow-mode):
13222 * ruler-mode.el (ruler-mode):
13223 * savehist.el (savehist-mode):
13224 * scroll-all.el (scroll-all-mode):
13225 * scroll-bar.el (scroll-bar-mode):
13226 * server.el (server-mode):
13227 * shell.el (shell-dirtrack-mode):
13228 * simple.el (auto-fill-mode, transient-mark-mode)
13229 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13230 (line-number-mode, column-number-mode, size-indication-mode)
13231 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13232 * strokes.el (strokes-mode):
13233 * time.el (display-time-mode):
13234 * t-mouse.el (gpm-mouse-mode):
13235 * tool-bar.el (tool-bar-mode):
13236 * tooltip.el (tooltip-mode):
13237 * type-break.el (type-break-mode-line-message-mode)
13238 (type-break-query-mode):
13239 * view.el (view-mode):
13240 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13241 (global-whitespace-mode, global-whitespace-newline-mode):
13242 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13243
13244 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13245 Fix autogenerated docstring.
13246
13247 2011-10-19 Juri Linkov <juri@jurta.org>
13248
13249 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13250 by checking environment variables "DESKTOP_SESSION" and
13251 "XDG_CURRENT_DESKTOP". (Bug#9779)
13252
13253 2011-10-19 Juri Linkov <juri@jurta.org>
13254
13255 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13256 (browse-url-chromium-program, browse-url-chromium-arguments):
13257 New defcustoms.
13258 (browse-url-default-browser): Check for `browse-url-chromium' and
13259 call `browse-url-chromium-program'.
13260 (browse-url-chromium): New command. (Bug#9779)
13261
13262 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * facemenu.el (list-colors-duplicates): On Windows, detect more
13265 duplicates by assuming that only colors matching "^System" are
13266 special "system colors". (Bug#9722)
13267
13268 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13271 to distinguish the author from the committer.
13272
13273 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13274
13275 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13276
13277 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13278
13279 * international/mule.el (sgml-html-meta-auto-coding-function):
13280 Add support for detecting encoding in HTML5 specified only as
13281 <meta charset="UTF-8">. Implementation just makes http-equiv and
13282 content-type parts from HTML4 encoding string optional. (Bug#9716)
13283
13284 2011-10-18 Glenn Morris <rgm@gnu.org>
13285
13286 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13287
13288 2011-10-18 Chong Yidong <cyd@gnu.org>
13289
13290 * faces.el (cursor): Doc fix.
13291
13292 2011-10-17 Chong Yidong <cyd@gnu.org>
13293
13294 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13295
13296 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13297
13298 * dirtrack.el (dirtrack): Support shell buffers with path
13299 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13300
13301 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13302
13303 * json.el: Bump version to 1.3 and note change in History.
13304 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13305
13306 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * comint.el (comint-insert-input, comint-send-input)
13309 (comint-get-old-input-default, comint-backward-matching-input)
13310 (comint-next-prompt): Use nil instead of `input' for field property of
13311 past user input (bug#114).
13312
13313 * minibuffer.el (completion--replace): Inherit surrounding properties
13314 (bug#114).
13315 (minibuffer-complete-and-exit): Use it.
13316
13317 * comint.el (comint--table-subvert): Quote the all-completions output
13318 (bug#9160).
13319
13320 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13321
13322 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13323
13324 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13325 window on right of selected. (Bug#9350) Reword other window
13326 entries and separate them from frame entries.
13327
13328 2011-10-15 Glenn Morris <rgm@gnu.org>
13329
13330 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13331 Doc fixes.
13332
13333 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * net/network-stream.el (network-stream-open-starttls):
13336 Improve detection of failure due to lack of TLS support.
13337
13338 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13339 putting the input text in front and in bold.
13340
13341 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13342
13343 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13344
13345 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13346 empty buffer.
13347
13348 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13349 unread-command-events rather than pushing yet-another event.
13350
13351 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13352
13353 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13354 the explanation of the possible choices. Make the options passed
13355 to completing-read shorter.
13356
13357 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13358
13359 * textmodes/flyspell.el (flyspell-large-region): Make sure
13360 extended character mode is used if defined (Bug#1339).
13361
13362 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13363
13364 * simple.el (what-cursor-position): Fix the display of the
13365 character info for LRE, LRO, RLE, and RLO characters by appending
13366 an invisible PDF.
13367
13368 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13371 even in case of error; add debug spec; simplify data flow.
13372 (with-timeout-handler): Remove.
13373
13374 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13375
13376 Fix Bug#6019, Bug#9315.
13377
13378 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13379 complete `buffer-file-name', the local file name part could look
13380 remotely (for example on VMS).
13381
13382 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13383 `tramp-run-real-handler'.
13384 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13385 already quoted by '"'.
13386
13387 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13388 Let `file-name-handler-alist' be nil, the local file name part
13389 could look remotely (for example on VMS).
13390
13391 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13394 from here...
13395 (flyspell-post-command-hook): ...to here.
13396
13397 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13400 if not needed.
13401 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13402 using completion. Protect against "slow" callers.
13403 Remove the "message hack".
13404
13405 2011-10-11 Juri Linkov <juri@jurta.org>
13406
13407 * isearch.el (isearch-lazy-highlight-word): New variable.
13408 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13409 Use it. (Bug#9727)
13410
13411 2011-10-11 Glenn Morris <rgm@gnu.org>
13412
13413 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13414 like f90-previous-statement does.
13415
13416 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13417
13418 * eshell/eshell.el (eshell-command): History should be saved
13419 only in interactive use, to avoid error.
13420
13421 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * minibuffer.el (completion-file-name-table): Fix last change,
13424 i.e. ignore normal errors but not the other ones.
13425
13426 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13427
13428 * window.el (special-display-buffer-names)
13429 (special-display-regexps): Remove some remnants of earlier
13430 changes from doc-strings.
13431 (quit-windows-on): New function.
13432
13433 * vc/vc.el (vc-revert, vc-rollback):
13434 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13435 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13436 (Bug#6183) (Bug#7074) (Bug#7447)
13437
13438 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13439
13440 * window.el (frame-auto-hide-function): Add version tag.
13441 (Bug#9699)
13442
13443 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13444
13445 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13446 condition.
13447
13448 2011-10-09 Leo Liu <sdl.web@gmail.com>
13449
13450 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13451 (Bug#9701)
13452
13453 2011-10-08 Glenn Morris <rgm@gnu.org>
13454
13455 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13456 before the first code statement zero indent. (Bug#9690)
13457
13458 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13459
13460 * simple.el (count-words-region): Always count in the region.
13461 Report the number of lines and characters too.
13462 (count-words): New command, which counts in the buffer if the
13463 region is inactive, as count-words-region used to.
13464 (count-words--message): New function. Handle plurals.
13465 (count-lines-region): Make it an alias for count-words-region.
13466
13467 * bindings.el (esc-map): Replace count-lines-region with
13468 count-words-region.
13469
13470 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13471
13472 * window.el (window--delete): Delete dedicated frame
13473 unconditionally when argument KILL is non-nil. (Bug#9699)
13474 (switch-to-buffer): Fix doc-string typo.
13475
13476 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13477
13478 * eshell/eshell.el (eshell-command): Avoid using hooks.
13479
13480 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13481
13482 * bindings.el ([M-left],[M-right]): Bind to left-word and
13483 right-word respectively.
13484
13485 2011-10-07 Glenn Morris <rgm@gnu.org>
13486
13487 * cus-start.el (debug-on-quit): Fix custom type.
13488
13489 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13490
13491 * subr.el (define-key-after): Clarify that the function is not
13492 useful for non-menu keymaps.
13493
13494 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13495
13496 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13497
13498 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13499 in current minibuffer (Fix bug with recursive minibuffers).
13500
13501 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13502
13503 * progmodes/gdb-mi.el (gdb): Doc fix.
13504
13505 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13506
13507 * window.el (frame-auto-hide-function): New option replacing
13508 frame-auto-delete. Suggested by Stefan Monnier.
13509 (window--delete): Call frame-auto-hide-function instead of
13510 investigating frame-auto-delete.
13511 (window-point-1, set-window-point-1): New functions.
13512 (window-in-direction, record-window-buffer, window-state-get-1)
13513 (display-buffer-record-window): Use window-point-1 instead of
13514 window-point.
13515 (set-window-buffer-start-and-point): Use set-window-point-1.
13516
13517 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13520
13521 2011-10-05 Glenn Morris <rgm@gnu.org>
13522
13523 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13524 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13525
13526 2011-10-05 Leo Liu <sdl.web@gmail.com>
13527
13528 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13529 works with buffer object.
13530
13531 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * mpc.el (mpc-tool-bar-map): Add labels.
13534
13535 2011-10-04 Glenn Morris <rgm@gnu.org>
13536
13537 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13538
13539 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13540
13541 * window.el (window--delete): New function.
13542 (frame-auto-delete): Resuscitate option.
13543 (bury-buffer, replace-buffer-in-windows)
13544 (quit-window): Rewrite using window--delete.
13545 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13546 Pass display-buffer-mark-dedicated to window--display-buffer-2
13547 (Bug#9639).
13548
13549 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13552 returns a list (bug#9554). Add remote file name completion.
13553 * comint.el (comint--table-subvert): Curry and get quote&unquote
13554 functions as arguments.
13555 (comint--complete-file-name-data): Adjust call accordingly.
13556 * pcomplete.el (pcomplete--table-subvert): Remove.
13557 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13558
13559 * minibuffer.el (completion-table-case-fold): Use currying.
13560 (completion--styles-type, completion--cycling-threshold-type):
13561 New constants.
13562 (completion-styles, completion-category-overrides)
13563 (completion-cycle-threshold): Use them.
13564 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13565 completion-table-case-fold.
13566
13567 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13568
13569 * minibuffer.el (completion-category-overrides): Fix type of styles
13570 and add more user friendly tags (bug#9660).
13571
13572 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13575 (mule-input-method-string): New widget.
13576 (default-input-method, language-info-custom-alist): Use it.
13577
13578 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * pcomplete.el: Require comint.
13581 (pcomplete--common-suffix): Remove.
13582 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13583 (pcomplete--table-subvert): Sync with comint--table-subvert.
13584 (pcomplete--entries): Use comint-completion-file-name-table.
13585 * comint.el (comint-unquote-filename): Simplify.
13586 (comint-completion-file-name-table): New function (bug#9616).
13587 (comint--complete-file-name-data): Use it.
13588
13589 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13590 (pcmpl-gnu-tar-buffer): Remove.
13591 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13592 around. Make sure pcomplete-suffix-list is only changed temporarily.
13593 Don't look inside the tar's file if it's too large.
13594
13595 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13596
13597 * cus-edit.el (custom-mode-map):
13598 * epa.el (epa-key-list-mode-map):
13599 * man.el (Man-mode-map):
13600 * startup.el (splash-screen-keymap):
13601 * simple.el (special-mode-map): Use scroll-up-command and
13602 scroll-down-command.
13603
13604 * progmodes/idlw-help.el (idlwave-help-mode-map):
13605 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13606 * net/newst-plainview.el (newsticker-mode-map):
13607 * emulation/ws-mode.el (wordstar-mode-map):
13608 * emulation/vi.el (vi-com-map):
13609 * calc/calc-graph.el (calc-graph-show-dumb):
13610 * term/sun.el (terminal-init-sun):
13611 * term/ns-win.el (global-map):
13612 * progmodes/grep.el (grep-mode-map):
13613 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13614 * mail/rmail.el (rmail-mode-map):
13615 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13616
13617 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13618 custom-safe-themes as special.
13619
13620 2011-10-01 Julien Danjou <julien@danjou.info>
13621
13622 * notifications.el (notifications-notify): Fix docstring.
13623
13624 2011-10-01 Per Starbäck <per@starback.se>
13625
13626 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13627
13628 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13629
13630 * startup.el (command-line-1): Fix last fix by inserting
13631 initial-scratch-message into *scratch* before displaying it.
13632 (Bug#9605) and (Bug#9636)
13633
13634 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13635
13636 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13637 window is hscrolled, move by logical lines. (Bug#9607)
13638 (line-move-visual): Update the doc string to the above effect.
13639
13640 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13641
13642 * window.el (display-buffer-record-window): When WINDOW is the
13643 selected window use `point' instead of `window-point'. (Bug#9626)
13644
13645 * startup.el (command-line-1): Use insert-before-markers when
13646 inserting initial-scratch-message. (Bug#9605)
13647
13648 * help.el (help-window): Remove variable.
13649
13650 2011-09-29 Glenn Morris <rgm@gnu.org>
13651
13652 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13653
13654 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13655
13656 * descr-text.el (describe-char-categories): Accept category
13657 descriptions more than one line long.
13658
13659 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * simple.el (delete-trailing-whitespace): Fix last change.
13662
13663 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13664 Don't confuse "y => 3" as the beginning of a `y' operation.
13665
13666 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13667 object has more than 4 slots (bug#9613).
13668
13669 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * subr.el (with-output-to-temp-buffer):
13672 * net/quickurl.el (quickurl, quickurl-browse-url):
13673 Fix typos in docstrings.
13674
13675 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13676
13677 * minibuffer.el (completion-styles)
13678 (completion-category-overrides): Cross reference each other in doc
13679 strings.
13680
13681 2011-09-27 Glenn Morris <rgm@gnu.org>
13682
13683 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13684 to split-string. (Bug#9606)
13685
13686 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13687
13688 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13689 (bug#9615).
13690
13691 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13692
13693 * emacs-lisp/package.el (list-packages): Fix echo area message.
13694
13695 2011-09-27 Leo Liu <sdl.web@gmail.com>
13696
13697 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13698
13699 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * net/dbus.el (dbus-unregister-object): Don't release services for
13702 registered signals. (Bug#9581)
13703
13704 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13705
13706 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13707 function that picks between cfengine 2 and 3 support
13708 automatically. Update docs accordingly.
13709
13710 2011-09-22 Kenichi Handa <handa@m17n.org>
13711
13712 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13713 ZERO.
13714 (indian-itrans-v5-table-for-tamil): New variable.
13715 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13716
13717 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13718
13719 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13720 that's true if the current command involved collapsing of text.
13721 It's reset to false at the beginning of the next command.
13722 (allout-post-command-business): Move the cursor to the beginning
13723 of entry if the cursor is hidden and collapsing activity just
13724 happened.
13725
13726 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13729 tracking (Bug#9541).
13730
13731 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13732
13733 * net/newst-reader.el (newsticker-html-renderer)
13734 (newsticker-show-news): Automatically load html rendering package
13735 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13736 because w3m-fill-column is let-bound" and the error "Symbol's value
13737 as variable is void: w3m-fill-column".
13738
13739 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13740
13741 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13742 Release services only if they are defined. (Bug#9581)
13743
13744 2011-09-23 Richard Stallman <rms@gnu.org>
13745
13746 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13747 distinguish start of paragraph from start of its text.
13748
13749 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13750
13751 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13752 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13753 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13754
13755 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13756
13757 * international/mule-diag.el (mule-diag): Insert a newline after
13758 each fontset description.
13759
13760 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * simple.el (delete-trailing-whitespace):
13763 Document last change; simplify.
13764
13765 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13766
13767 * simple.el (delete-trailing-whitespace): Also delete
13768 extra newlines at the end of the buffer.
13769
13770 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13771 (picture-newline): Use forward-line so as to ignore fields.
13772
13773 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * subr.el (with-wrapper-hook): Fix edebug spec.
13776
13777 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13778
13779 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13780 (bug#4538).
13781
13782 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13783
13784 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13785 Fix nasty bug using wrong cached values.
13786
13787 2011-09-23 Alan Mackenzie <acm@muc.de>
13788
13789 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13790
13791 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13792
13793 * window.el (pop-to-buffer): Ensure right window is selected if we
13794 chose another frame.
13795
13796 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13797
13798 * simple.el (what-cursor-position): Use get-char-property-change
13799 and next-single-char-property-change, to be able to show display
13800 properties that come from overlays as well as text properties.
13801
13802 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13803
13804 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13805
13806 * cmuscheme.el (run-scheme, switch-to-scheme):
13807 * cus-edit.el (customize-group, custom-buffer-create)
13808 (customize-browse):
13809 * info.el (info):
13810 * shell.el (shell):
13811 * mail/sendmail.el (mail):
13812 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13813
13814 2011-09-22 Richard Stallman <rms@gnu.org>
13815
13816 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13817 move back only to line beg, don't move back over blank lines.
13818
13819 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13820
13821 * files.el (copy-directory): Set directory attributes only in case
13822 they could be retrieved from the source directory. (Bug#9565)
13823
13824 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13825
13826 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13827 (hs-find-block-beginning, hs-hide-level-recursive):
13828 Ignore strings as well as comments. (Bug#9502)
13829
13830 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13831
13832 * progmodes/sql.el (sql-comint-postgres):
13833 Convert port number to a string. (Bug#9566)
13834
13835 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13836
13837 * window.el (quit-window): Undedicate window when switching to
13838 previous buffer. Reported by Thierry Volpiatto
13839 <thierry.volpiatto@gmail.com>.
13840 (special-display-popup-frame): When popping up a new frame reset
13841 its previous buffers to nil. Simplify code.
13842
13843 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13846 and process filter, as done also in `shell-command'.
13847
13848 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13849
13850 * window.el (set-window-buffer-start-and-point):
13851 Call set-window-start with NOFORCE argument t.
13852 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13853 (quit-window): Reword doc-string. Handle new format of
13854 quit-restore parameter. Don't delete window if it has a
13855 previous buffer we can show instead of the present one.
13856 (display-buffer-record-window): Rewrite using a new format for
13857 the quit-restore window parameter
13858 (special-display-popup-frame, display-buffer-same-window)
13859 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13860 (display-buffer-pop-up-window, display-buffer-use-some-window):
13861 Adapt symbol passed to display-buffer-record-window.
13862 * help.el (help-window-setup): Handle new format of quit-restore
13863 parameter.
13864
13865 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * faces.el (face-list): Fix docstring (bug#9564).
13868
13869 * window.el (display-buffer--action-function-custom-type):
13870 Don't include internal functions in the Custom interface.
13871
13872 2011-09-20 Juri Linkov <juri@jurta.org>
13873
13874 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13875 (Info-forward-node, Info-backward-node, Info-next-preorder)
13876 (Info-last-preorder): Use it. (Bug#9528)
13877
13878 2011-09-20 Juri Linkov <juri@jurta.org>
13879
13880 * info.el (Info-last-preorder): Visit last menu item only when
13881 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13882
13883 2011-09-20 Julien Danjou <julien@danjou.info>
13884
13885 * password-cache.el (password-cache-remove): Remove entries even if the
13886 value is nil, so that password with a nil value (negative caching) is
13887 possible to invalidate.
13888
13889 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13890
13891 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13892 all whitespace around breakpoint. (Bug#9553)
13893 (f90-find-breakpoint): Only break at whitespace inside a comment.
13894
13895 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * minibuffer.el (completion-file-name-table): Keep track of errors.
13898 (completion-table-with-predicate): Handle the case where pred1 is nil.
13899 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13900
13901 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13904 (debugger-return-value): Signal an error if the debugging context does
13905 not await any return value.
13906
13907 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13908 * image-mode.el (image-toggle-display-text)
13909 (image-toggle-display-image): Stay away from evil `intangible'.
13910
13911 2011-09-19 Leo Liu <sdl.web@gmail.com>
13912
13913 * replace.el (occur-revert-arguments): Make it permanent-local.
13914 (occur-mode): Don't call font-lock-defontify.
13915
13916 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * net/ldap.el (ldap-search-internal): Don't push empty search
13919 result (Bug#9508).
13920
13921 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13924
13925 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13926
13927 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13928 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13929
13930 2011-09-18 Juri Linkov <juri@jurta.org>
13931
13932 * buff-menu.el (Buffer-menu-mode-map):
13933 * dired.el (dired-mode-map):
13934 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13935 (lisp-interaction-mode-map):
13936 * emacs-lisp/package.el (package-menu-mode-map):
13937 * epa.el (epa-key-list-mode-map):
13938 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13939 (menu-bar-options-menu):
13940 * outline.el (outline-mode-menu-bar-map):
13941 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13942 * vc/vc-dir.el (vc-dir-menu-map):
13943 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13944 Capitalize non-function content words in menu item strings.
13945
13946 * dired.el (dired-mode-map): Add menu item for
13947 `image-dired-dired-toggle-marked-thumbs'.
13948
13949 2011-09-18 Juri Linkov <juri@jurta.org>
13950
13951 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13952 to `isearch-case-fold-search' and restore its original value
13953 after the `isearch-mode' call.
13954
13955 2011-09-18 Juri Linkov <juri@jurta.org>
13956
13957 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13958 because `zgrep' returns 1 for successful matches (bug#9226).
13959
13960 2011-09-18 Juri Linkov <juri@jurta.org>
13961
13962 * info.el (Info-extract-menu-node-name): Check the second match
13963 for empty string (second test-case of bug#9528).
13964 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13965 intermediate nodes to the history (first test-case of bug#9528).
13966
13967 2011-09-18 Juri Linkov <juri@jurta.org>
13968
13969 * info.el (Info-mode-syntax-table): New variable.
13970 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13971
13972 2011-09-18 Juri Linkov <juri@jurta.org>
13973
13974 * info.el (Info-file-supports-index-cookies):
13975 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13976 outputs one more line for long file names (bug#4142).
13977
13978 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13979
13980 * newcomment.el (comment-normalize-vars): If prompting for
13981 comment-start, set comment-start-skip too (Bug#8424).
13982
13983 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13984
13985 * icomplete.el: Fix previous fix of Bug#5849.
13986 (icomplete-mode): Don't set completion-show-inline-help.
13987 (icomplete-minibuffer-setup): Set completion-show-inline-help
13988 locally during icompletion.
13989
13990 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * woman.el (woman2-process-escapes): Don't delete unrecognized
13993 escapes (Bug#7843).
13994
13995 * files.el (inhibit-first-line-modes-regexps): Add image files.
13996 (hack-local-variables-prop-line): Return nil for malformed
13997 prop-lines (Bug#9044).
13998
13999 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14000
14001 * net/tramp.el (top): Don't require 'shell.
14002 (tramp-methods): Fix docstring.
14003 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14004 Return complete remote file name. Handle "smb" case.
14005 Use `tramp-tmpdir', if defined for the respective method.
14006 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14007
14008 * net/tramp-compat.el (top): Require 'shell.
14009
14010 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14011 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14012 `tramp-current-host'.
14013 (tramp-get-remote-tmpdir): Remove.
14014
14015 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14016 `tramp-tmpdir' entries.
14017 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14018 (tramp-smb-handle-file-attributes): Ignore errors.
14019 (tramp-smb-wait-for-output): Check also for process end.
14020
14021 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14022
14023 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14024 when sending QUIT (bug#9312).
14025
14026 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14029 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14030 occur-mode-display-occurrence.
14031 (occur-edit-mode): Add usage message.
14032 (occur-cease-edit): New command.
14033 (occur-after-change-function): Use text properties to find the
14034 position of the prefix text.
14035 (occur-engine): Set stickiness of prefix text properties.
14036
14037 2011-09-17 Glenn Morris <rgm@gnu.org>
14038
14039 * progmodes/etags.el (complete-tag):
14040 Fix call to completion-in-region. (Bug#9526)
14041
14042 2011-09-17 Juri Linkov <juri@jurta.org>
14043
14044 * textmodes/ispell.el (ispell-word): Add to the error message
14045 the word, ispell program name and current dictionary (bug#9121).
14046 (ispell-tex-arg-end): Capitalize "error" in the error message.
14047
14048 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14049
14050 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14051 check. (Bug#4251)
14052
14053 2011-09-17 Juri Linkov <juri@jurta.org>
14054
14055 * window.el (window-safe-min-height, window-safe-min-width):
14056 Fix typos (followup to bug#9522).
14057
14058 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14059
14060 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14061
14062 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14063
14064 * simple.el (line-move): If goal-column is set, move by logical
14065 lines, not by display lines. (Bug#971)
14066 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14067 to reflect the above change.
14068
14069 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * image.el (imagemagick-register-types): Use regexp-opt.
14072
14073 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14074
14075 * window.el (display-buffer-base-action): Rename from
14076 display-buffer-default-action. Make default value empty.
14077 (display-buffer-overriding-action): Convert to defvar.
14078 (display-buffer-fallback-action): New var.
14079
14080 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14081
14082 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14083 declaration.
14084 (package--add-to-archive-contents): If there is a duplicate entry
14085 with an older version, remove it.
14086 (package-menu-mark-delete, package-menu-mark-install)
14087 (package-menu-mark-unmark): Make unused args optional.
14088 (package-menu-mark-obsolete-for-deletion):
14089 Use package-menu-get-status instead of a regexp search.
14090 (package-menu-get-status): Use tabulated-list-entry.
14091 (package-menu-mark-upgrades): New command.
14092 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14093 (package-menu-execute): Do installation before deletion.
14094 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14095 instead of checking major-mode.
14096 (package-menu--find-upgrades): New function.
14097
14098 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14099
14100 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14101 passwords in the log buffer.
14102 (smtpmail-process-filter): Update the process marker so that the
14103 "broken by peer" status message is inserted in the right place.
14104
14105 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14108 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14109 bibtex-completion-at-point-function.
14110 (bibtex-completion-at-point-function): Use them.
14111
14112 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14113
14114 * mpc.el (mpc-constraints-tag-lookup): New function.
14115 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14116 also to browser "album|playlist".
14117
14118 2011-09-14 Juri Linkov <juri@jurta.org>
14119
14120 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14121 (isearch-edit-string): Use length of `isearch-string' when
14122 `isearch-fail-pos' returns nil.
14123 (isearch-message): Remove duplicate code and call
14124 `isearch-fail-pos' with arg `t'.
14125
14126 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14127
14128 * replace.el (occur-mode-goto-occurrence): Don't force using other
14129 window (Bug#9499).
14130
14131 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14132
14133 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14134
14135 * window.el (display-buffer-window): Remove.
14136 (display-buffer-record-window): Use help-setup window parameter
14137 instead of variable display-buffer-window.
14138 (display-buffer-function, special-display-buffer-names)
14139 (special-display-function): Mention help-setup parameter instead
14140 of display-buffer-window in doc-string.
14141 * help.el (help-window-setup): New argument help-window.
14142 Use help-window-setup parameter instead of display-buffer-window.
14143 Reword some messages.
14144 (with-help-window): Pass window used for displaying the buffer
14145 to help-window-setup. Don't set display-buffer-window.
14146
14147 2011-09-13 Glenn Morris <rgm@gnu.org>
14148
14149 * emacs-lisp/debug.el (debugger-make-xrefs):
14150 Preserve point. (Bug#9462)
14151
14152 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14153
14154 * window.el (window-deletable-p): Use next-frame.
14155
14156 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14157
14158 * window.el (window-auto-delete): Remove.
14159 (window-deletable-p): Remove argument FORCE. Don't deal with
14160 dedication and previous buffers.
14161 (switch-to-prev-buffer): Don't delete window.
14162 (delete-windows-on): Delete a window's frame if and only if the
14163 window is dedicated.
14164 (replace-buffer-in-windows): Delete buffer's window or frame if
14165 and only if window is dedicated.
14166 (quit-window): Handle quit-restore as before last change.
14167 (bury-buffer): Delete window only if window-deletable-p returns t.
14168
14169 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14170
14171 * window.el (window-deletable-p): Never delete the last frame on a
14172 given terminal.
14173
14174 2011-09-13 Glenn Morris <rgm@gnu.org>
14175
14176 * help.el (describe-key-briefly): Copy previous standard-output change.
14177
14178 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14179
14180 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14181
14182 2011-09-13 Glenn Morris <rgm@gnu.org>
14183
14184 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14185 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14186
14187 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14188
14189 * dired-aux.el (dired-mark-read-string): Don't return default
14190 value on empty input (Bug#9361).
14191 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14192 Omit initial minibuffer contents.
14193 (dired-do-chmod): Signal an error on empty input.
14194 (dired-mark-read-string): Don't return default on empty input.
14195
14196 * files.el (file-modes-symbolic-to-number): Doc fix.
14197
14198 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * international/mule-cmds.el (ucs-completions): Remove.
14201 (read-char-by-name): Use complete-with-action instead; add metadata.
14202
14203 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14204
14205 * window.el (display-buffer--action-function-custom-type)
14206 (display-buffer--action-custom-type): New vars.
14207 (display-buffer-alist, display-buffer-default-action)
14208 (display-buffer-overriding-action): Add defcustom types.
14209
14210 * frame.el (delete-other-frames): Doc fix (Bug#276).
14211
14212 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14213
14214 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14215
14216 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14217
14218 Change modes that used same-window-* vars to use switch-to-buffer.
14219
14220 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14221 Use switch-to-buffer.
14222
14223 * cus-edit.el (customize-group, custom-buffer-create)
14224 (customize-browse, custom-buffer-create-other-window):
14225 Use switch-to-buffer or switch-to-buffer-other-window.
14226
14227 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14228 (Info-prev, Info-up, Info-speedbar-goto-node)
14229 (info-display-manual): Use switch-to-buffer.
14230 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14231
14232 * mail/sendmail.el (mail): Use switch-to-buffer.
14233 (mail-recover): Use switch-to-buffer-other-window.
14234
14235 * cmuscheme.el (run-scheme, switch-to-scheme):
14236 * ielm.el (ielm):
14237 * shell.el (shell):
14238 * net/rlogin.el (rlogin):
14239 * net/telnet.el (telnet, rsh):
14240 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14241
14242 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14243
14244 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14245
14246 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14247
14248 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14249 so don't mention it (bug#9301).
14250 (dired-sort-toggle-or-edit): Clarify string further.
14251
14252 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14253 match `x', `w32' and `ns', like the manual says (bug#9029).
14254
14255 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14256 (process-kill-buffer-query-function): Mention the buffer name in
14257 the query.
14258
14259 * image-mode.el (image-next-line): The line parameter is mandatory
14260 (bug#9258).
14261
14262 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14263 which can be useful (bug#9301).
14264
14265 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14266
14267 * subr.el (match-string): Mention that the current buffer should
14268 be the same as the search was done in (bug#9282).
14269
14270 * facemenu.el: Disable the remove-* commands if the mark isn't
14271 active (bug#9162).
14272
14273 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14274
14275 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14276 of display-buffer.
14277 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14278
14279 * replace.el (occur-mode-goto-occurrence)
14280 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14281 and display-buffer.
14282
14283 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14284 display-buffer.
14285
14286 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14287 special-display and same-window variables.
14288 (mail-other-window): Use switch-to-buffer-other-window.
14289 (mail-other-frame): USe switch-to-buffer-other-frame.
14290
14291 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14292 Use display-buffer-other-frame.
14293 (gdb-display-gdb-buffer): Use pop-to-buffer.
14294
14295 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14296
14297 * progmodes/python.el: Don't set same-window-buffer-names.
14298
14299 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14300
14301 * window.el (display-buffer-alist): Add *Python*.
14302
14303 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * window.el (display-buffer-alist): Add entry for buffers
14306 previously handled same-window-*.
14307 (display-buffer-alist, display-buffer-default-action)
14308 (display-buffer-overriding-action): Mark as risky.
14309 (display-buffer-alist): Document action function changes.
14310 (display-buffer--same-window-action)
14311 (display-buffer--other-frame-action): New variables.
14312 (switch-to-buffer, display-buffer-other-frame): Use them.
14313 (display-buffer): Rename reuse-frame entry to reusable-frames.
14314 (display-buffer-reuse-selected-window): Function deleted.
14315 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14316 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14317 (display-buffer-special): New function.
14318 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14319 display-buffer-reuse-or-pop-window. Split off special-display
14320 part into display-buffer-special.
14321 (display-buffer-use-some-window): Don't perform any special
14322 pop-up-frames handling.
14323 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14324 (display-buffer--maybe-same-window): Rename from
14325 display-buffer-maybe-same-window.
14326
14327 * info.el: Don't set same-window-regexps.
14328 (info-setup): New function.
14329 (info-other-window, info): Call it.
14330
14331 * cus-edit.el: Don't set same-window-regexps.
14332 (customize-group): New argument.
14333 (customize-group-other-window): Use it.
14334 (customize-face, customize-face-other-window): Likewise.
14335 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14336
14337 * net/rlogin.el:
14338 * net/telnet.el:
14339 * progmodes/gud.el: Don't set same-window-regexps.
14340
14341 * cmuscheme.el:
14342 * ielm.el:
14343 * shell.el:
14344 * mail/sendmail.el:
14345 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14346
14347 2011-09-10 Juri Linkov <juri@jurta.org>
14348
14349 * isearch.el (isearch-edit-string): Remove obsolete mention of
14350 `C-w' (`isearch-yank-word-or-char') from docstring.
14351 (isearch-query-replace): Fix typo in docstring (bug#9466).
14352
14353 2011-09-10 Juri Linkov <juri@jurta.org>
14354
14355 * paren.el (show-paren-function): Don't show escaped parens.
14356 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14357
14358 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14359
14360 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14361 (mm-default-file-encoding): Remove autoload forms, they are
14362 replaced with autoload cookies in mml.el and mm-encode.el.
14363 (mail-add-attachment): New command.
14364 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14365 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14366 the doc string.
14367 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14368
14369 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14370
14371 * simple.el (count-words-region): Use buffer if there's no region
14372 (bug#9429).
14373
14374 2011-09-09 Juri Linkov <juri@jurta.org>
14375
14376 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14377 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14378 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14379
14380 2011-09-09 Alan Mackenzie <acm@muc.de>
14381
14382 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14383 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14384
14385 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14386
14387 Fix for Savannah bug#9392.
14388 * simple.el (mail-encode-mml): New defvar.
14389
14390 * mail/rmail.el (mail-encode-mml): Add a defvar.
14391 (rmail-enable-mime-composing): Default to t.
14392 (rmail-forward): Use MIME method of forwarding only if both
14393 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14394 Set mail-encode-mml non-nil if the MIME method was used.
14395
14396 * mail/sendmail.el (mml-to-mime): Add autoload form.
14397 (mail-encode-mml): Add a defvar.
14398 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14399 to nil.
14400 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14401 message through mml-to-mime, and reset mail-encode-mml to nil.
14402
14403 2011-09-09 Glenn Morris <rgm@gnu.org>
14404
14405 * woman.el (woman-if-body): When processing an .el block,
14406 do not delete the next .el block as well. (Bug#9447)
14407 (woman-special-characters): Add oq, cq, and hy characters.
14408
14409 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14410
14411 * window.el (window-deletable-p): Make sure window is live before
14412 invoking window-prev-buffers.
14413
14414 2011-09-08 Leo Liu <sdl.web@gmail.com>
14415
14416 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14417
14418 2011-09-08 Juri Linkov <juri@jurta.org>
14419
14420 * progmodes/compile.el (compilation-environment): Make it
14421 a defcustom (bug#8340).
14422
14423 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14424
14425 * window.el (frame-auto-delete): Rename to window-auto-delete.
14426 Make it control auto-deletion of windows and/or frames.
14427 (window-deletable-p): New argument FORCE. Rewrite conditions
14428 for deleting window/frame. (Bug#9419)
14429 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14430 Rewrite handling of case when window/frame can be deleted.
14431 (delete-windows-on): Call window-deletable-p with new FORCE
14432 argument t. (Bug#9456)
14433
14434 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14435
14436 * help-mode.el (help-mode): Restore autoload.
14437
14438 2011-09-07 Juri Linkov <juri@jurta.org>
14439
14440 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14441 `compilation-environment'. Set buffer-local
14442 `compilation-environment' to `thisenv' later after (funcall mode).
14443 (Bug#8340)
14444
14445 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14446 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14447 instead of replacing its value. (Bug#8340)
14448
14449 2011-09-07 Juri Linkov <juri@jurta.org>
14450
14451 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14452 based on text properties put by `grep-filter' instead of matching
14453 escape sequences.
14454 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14455 to the value of `grep-error-screen-columns' (bug#9438).
14456
14457 2011-09-07 Juri Linkov <juri@jurta.org>
14458
14459 * simple.el (next-error-highlight, next-error-highlight-no-select):
14460 Doc fix (bug#9432).
14461
14462 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14463
14464 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14465 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14466
14467 2011-09-07 Leo Liu <sdl.web@gmail.com>
14468
14469 * net/rcirc.el (rcirc-mode): Conditionally initialize
14470 rcirc-input-ring.
14471
14472 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * emacs-lisp/find-func.el (find-function-C-source): Only set
14475 find-function-C-source-directory after checking that we found a source
14476 file there (bug#9440).
14477
14478 2011-09-06 Alan Mackenzie <acm@muc.de>
14479
14480 * isearch.el (isearch-other-meta-char): Wherever a key list is
14481 unread, "unread" the prefix arg, too. This fixes bug #8901.
14482
14483 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14484
14485 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14486
14487 2011-09-05 Juri Linkov <juri@jurta.org>
14488
14489 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14490
14491 2011-09-05 Juri Linkov <juri@jurta.org>
14492
14493 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14494 keeping point where processing of grep matches begins, and
14495 continue to delete remaining escape sequences from the same point.
14496 (grep-filter): Make leading zero optional in "0?1;31m" because
14497 git-grep emits "\033[1;31m" escape sequences unlike expected
14498 "\033[01;31m" as GNU Grep does (bug#9408).
14499 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14500
14501 2011-09-05 Juri Linkov <juri@jurta.org>
14502
14503 * subr.el (y-or-n-p): Capitalize "yes".
14504
14505 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14506
14507 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14508 `tramp-cache-unload-hook' where appropriate.
14509 (tramp-methods): Rename `tramp-remote-sh' to
14510 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14511 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14512
14513 * net/tramp-sh.el (top): Don't require 'shell.
14514 (tramp-methods): Add `tramp-remote-shell' and
14515 `tramp-remote-shell-args' entries.
14516 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14517 (tramp-sh-handle-shell-command): Remove.
14518 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14519 Use `tramp-remote-shell'.
14520
14521 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14522
14523 * mail/sendmail.el (sendmail-query-once-function): Delete.
14524 (sendmail-query-once): Save directly to send-mail-function.
14525 Update message-send-mail-function too.
14526
14527 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14528
14529 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14530
14531 * progmodes/python.el (python-mode-map): Use correct function to
14532 start python interpreter from menu-bar (as reported by Geert
14533 Kloosterman).
14534 (inferior-python-mode-map): Fix typo.
14535 (python-shell-map): Remove.
14536
14537 2011-09-03 Deniz Dogan <deniz@dogan.se>
14538
14539 * net/rcirc.el (rcirc-print): Simplify code for
14540 rcirc-scroll-show-maximum-output. There is no need to walk
14541 through all windows to find the right one.
14542
14543 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14544
14545 * help.el (help-return-method): Doc fix.
14546
14547 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14548
14549 * window.el (window-deletable-p): Don't return a non-nil value
14550 when there's a buffer that was shown in the window before.
14551 (Bug#9419)
14552 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14553 Set window's previous buffers to nil.
14554
14555 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14556
14557 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14558 newline before and after the tag line, so it doesn't interfere
14559 with determining the paragraph direction of bidirectional text.
14560
14561 2011-09-03 Leo Liu <sdl.web@gmail.com>
14562
14563 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14564
14565 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14566
14567 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14568 (pop-to-buffer): Change interactive spec. Pass second argument
14569 directly to display-buffer.
14570 (display-buffer): Fix interactive spec. Use functionp to
14571 distinguish between a function and a list of functions.
14572
14573 * abbrev.el (edit-abbrevs):
14574 * arc-mode.el (archive-extract):
14575 * autoinsert.el (auto-insert):
14576 * bookmark.el (bookmark-bmenu-list):
14577 * files.el (find-file):
14578 * view.el (view-buffer):
14579 * progmodes/compile.el (compilation-goto-locus):
14580 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14581
14582 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14583
14584 * window.el (display-buffer-alist): Doc fix.
14585 (display-buffer): Add docstring. Don't treat
14586 display-buffer-default specially.
14587 (display-buffer-reuse-selected-window)
14588 (display-buffer-same-window, display-buffer-maybe-same-window)
14589 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14590 (display-buffer-pop-up-window)
14591 (display-buffer-reuse-or-pop-window)
14592 (display-buffer-use-some-window): New functions.
14593 (display-buffer-default-action): Use them.
14594 (display-buffer-default): Delete.
14595 (pop-to-buffer-1): Fix choice of actions.
14596
14597 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * minibuffer.el (completion--insert-strings): Don't get confused by
14600 completion entries that end with an LF char.
14601
14602 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14603
14604 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14605
14606 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14607
14608 * window.el (display-buffer): Restore interactive spec.
14609 (display-buffer-same-window, display-buffer-other-window):
14610 New functions.
14611 (pop-to-buffer-1): New function. Use the above.
14612 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14613 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14614
14615 * view.el (view-buffer-other-window, view-buffer-other-frame):
14616 Just use pop-to-buffer.
14617
14618 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14619
14620 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14621
14622 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14623
14624 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14625
14626 2011-08-31 Richard Stallman <rms@gnu.org>
14627
14628 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14629 of the separation of rmail-view-buffer from rmail-buffer.
14630 If you say no to "replace original", the decrypt is in the
14631 view buffer. If you say yes, the decrypt goes into the
14632 rmail buffer also.
14633
14634 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14635
14636 * window.el (display-buffer-window): Rewrite doc-string.
14637 (display-buffer-record-window): New function.
14638 (display-buffer-macro-specifiers)
14639 (display-buffer-even-window-sizes, display-buffer-set-height)
14640 (display-buffer-set-width, display-buffer-in-window)
14641 (display-buffer-reuse-window, display-buffer-split-specifiers)
14642 (display-buffer-side-specifiers, display-buffer-split-window-1)
14643 (display-buffer-split-window, display-buffer-split-atom-window)
14644 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14645 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14646 (display-buffer-other-window-means-other-frame)
14647 (display-buffer-normalize-special)
14648 (display-buffer-normalize-default)
14649 (display-buffer-normalize-argument)
14650 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14651 (display-buffer-normalize-specifiers, display-buffer-frame)
14652 (display-buffer-same-window, display-buffer-same-frame)
14653 (display-buffer-other-window)
14654 (display-buffer-same-frame-other-window)
14655 (display-buffer-other-frame, pop-to-buffer-same-window)
14656 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14657 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14658 (switch-to-buffer-same-frame)
14659 (switch-to-buffer-other-window-same-frame)
14660 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14661 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14662 (display-buffer-alist-set): Remove.
14663 (display-buffer-function, special-display-buffer-names)
14664 (special-display-regexps, special-display-function):
14665 In doc-string refer to display-buffer-window and quit-restore
14666 parameter.
14667 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14668 (special-display-frame-alist, special-display-popup-frame)
14669 (same-window-buffer-names, same-window-regexps, same-window-p)
14670 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14671 (split-window-preferred-function, split-height-threshold)
14672 (split-width-threshold, window-splittable-p)
14673 (split-window-sensibly, window--try-to-split-window)
14674 (window--frame-usable-p, even-window-heights)
14675 (window--even-window-heights, window--display-buffer-1)
14676 (window--display-buffer-2, display-buffer-other-frame):
14677 Restore old Emacs 23 code, order and doc-strings where applicable.
14678 (display-buffer-default, display-buffer-assq-regexp): New functions.
14679 (display-buffer-alist): Rewrite doc-string.
14680 (display-buffer-default-action)
14681 (display-buffer-overriding-action): New variables.
14682 (display-buffer, switch-to-buffer): Rewrite.
14683 (pop-to-buffer): Restore Emacs 23 behavior but use
14684 window-normalize-buffer-to-display.
14685 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14686 Restore Emacs 23 behavior but use
14687 window-normalize-buffer-to-switch-to.
14688 (pop-to-buffer-same-window): Rewrite.
14689 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14690 Rewrite using Emacs 23 options.
14691
14692 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14693
14694 * net/tramp.el (tramp-root-regexp): Remove.
14695 (tramp-completion-file-name-regexp-unified)
14696 (tramp-completion-file-name-regexp-separate)
14697 (tramp-completion-file-name-regexp-url): Don't use leading volume
14698 letter on w32 systems. (Bug#5303, Bug#9311)
14699 (tramp-drop-volume-letter): Simplify definition.
14700 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14701
14702 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14705 (bug#9356).
14706
14707 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14708
14709 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14710
14711 2011-08-29 Juri Linkov <juri@jurta.org>
14712
14713 * isearch.el (isearch-done): Don't display message "Mark saved"
14714 when arg `edit' is non-nil to prevent its flicker in the echo area.
14715
14716 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14717
14718 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14719 obsolete packages for deletion.
14720
14721 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14722
14723 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14724 (help-mode): Derive help-mode from special-mode. Don't invoke
14725 view-mode from help-mode.
14726 (help-xref-override-view-map): Remove.
14727 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14728 view-mode is not used anymore.
14729
14730 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14731
14732 * server.el (server-port): Doc fix.
14733
14734 * cus-theme.el (custom-theme-choose-mode): Inherit from
14735 special-mode (Bug#9124).
14736 (custom-theme-choose-mode-map): Add special-mode to parent.
14737
14738 2011-08-28 Alan Mackenzie <acm@muc.de>
14739
14740 * progmodes/cc-fonts.el
14741 (c-make-font-lock-BO-decl-search-function): New function.
14742 (c-basic-matchers-after - "Fontify the clauses after various
14743 keywords"): Extract the three keyword lists for the 3 erroneous
14744 constructs from the list of four, and use the new function above
14745 in place of an old one.
14746
14747 2011-08-28 Deniz Dogan <deniz@dogan.se>
14748
14749 * net/rcirc.el (rcirc-insert-prev-input)
14750 (rcirc-insert-next-input): Remove unused argument.
14751
14752 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14755
14756 2011-08-27 Alan Mackenzie <acm@muc.de>
14757
14758 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14759 handle function pointer parameters properly.
14760
14761 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14762
14763 * window.el (display-buffer-reuse-window): Fix case where
14764 selected window was reused with non-nil OTHER-WINDOW argument.
14765 (Bug#9381)
14766
14767 2011-08-27 Deniz Dogan <deniz@dogan.se>
14768
14769 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14770 oftc's NickServ messages.
14771
14772 2011-08-27 Glenn Morris <rgm@gnu.org>
14773
14774 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14775
14776 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * emacs-lisp/package.el (package-install): Call package-initialize
14779 if called interactively.
14780
14781 2011-08-26 Leo Liu <sdl.web@gmail.com>
14782
14783 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14784
14785 2011-08-25 Juri Linkov <juri@jurta.org>
14786
14787 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14788 `search-whitespace-regexp' (bug#9364).
14789
14790 2011-08-25 Juri Linkov <juri@jurta.org>
14791
14792 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14793 `regexp-search-ring' to their global values to protect from
14794 updating by `read-from-minibuffer' (bug#9185).
14795
14796 2011-08-25 Juri Linkov <juri@jurta.org>
14797
14798 * textmodes/ispell.el (ispell-command-loop): Add newline
14799 at the end of the "Use option `i'..." line.
14800
14801 2011-08-25 Juri Linkov <juri@jurta.org>
14802
14803 * battery.el (display-battery-mode): If `battery-status-function'
14804 or `battery-mode-line-format' is nil, display the message and set
14805 `display-battery-mode' to nil (bug#9363).
14806
14807 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14808
14809 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14810 bidi-string-mark-left-to-right; they are unnecessary now.
14811
14812 2011-08-25 Deniz Dogan <deniz@dogan.se>
14813
14814 * net/quickurl.el: Documentation typo fixes.
14815
14816 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14817
14818 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14819
14820 2011-08-25 Glenn Morris <rgm@gnu.org>
14821
14822 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14823
14824 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14825 (smtpmail-via-smtp): Handle nil response from smtp.
14826
14827 2011-08-24 Juri Linkov <juri@jurta.org>
14828
14829 * proced.el (proced-marked): Inherit from `error' instead of
14830 `font-lock-warning-face'.
14831
14832 * ibuffer.el (ibuffer-marked-face): Change default face from
14833 `font-lock-warning-face' to `warning'.
14834 (ibuffer-deletion-face): Change default face from
14835 `font-lock-type-face' to `error'.
14836
14837 * battery.el (battery-update): Use the face `error' instead of
14838 `font-lock-warning-face' (bug#6117).
14839
14840 2011-08-24 Juri Linkov <juri@jurta.org>
14841
14842 * faces.el (success): Change face color from "Green3" to
14843 "ForestGreen" on light background (bug#9353).
14844
14845 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14846
14847 * window.el (quit-window): Rename from quit-restore-window.
14848 Use same arglist as old quit-window.
14849 (frame-auto-delete): Doc fix.
14850
14851 * view.el (view-mode-exit): Use quit-window.
14852
14853 2011-08-24 Juri Linkov <juri@jurta.org>
14854
14855 * isearch.el (isearch-ring-adjust1): Start visiting previous
14856 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14857 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14858 for empty search string (when the last search string is reused
14859 automatically) to adjust the isearch ring to the last element and
14860 prepare the correct index for further M-p commands (bug#9185).
14861
14862 2011-08-24 Kenichi Handa <handa@m17n.org>
14863
14864 * international/ucs-normalize.el: If decomposition property of
14865 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14866 nil.
14867 (nfd, nfkd): Likewise.
14868
14869 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14872 from process filters aren't reliably transmitted to the surrounding
14873 accept-process-output.
14874 (mpc-proc-check): New function.
14875 (mpc-proc-sync): Use it (bug#8293)
14876
14877 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14880 Add compatibility functions (bug#9313).
14881
14882 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14883
14884 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14885
14886 * international/uni-bidi.el: Regenerate.
14887
14888 2011-08-23 Kenichi Handa <handa@m17n.org>
14889
14890 * international/charprop.el:
14891 * international/uni-bidi.el:
14892 * international/uni-category.el:
14893 * international/uni-combining.el:
14894 * international/uni-comment.el:
14895 * international/uni-decimal.el:
14896 * international/uni-decomposition.el:
14897 * international/uni-digit.el:
14898 * international/uni-lowercase.el:
14899 * international/uni-mirrored.el:
14900 * international/uni-name.el:
14901 * international/uni-numeric.el:
14902 * international/uni-old-name.el:
14903 * international/uni-titlecase.el:
14904 * international/uni-uppercase.el: Regenerate.
14905
14906 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14907
14908 * help.el (help-window-setup): Fix message displayed when other
14909 window is reused. (Bug#9341)
14910
14911 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14914 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14915
14916 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14917 Mark obsolete.
14918 * shell.el (shell-parse-pcomplete-arguments): New function.
14919 (shell-completion-vars): Use it instead (bug#9160).
14920
14921 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14924 strings and comments (bug#9333).
14925
14926 * emacs-lisp/debug.el (debug-arglist): New function.
14927 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14928 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14929
14930 2011-08-22 Juri Linkov <juri@jurta.org>
14931
14932 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14933 Revert regexp that highlights output switches to its old
14934 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14935
14936 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14937 to check for empty output (bug#9226).
14938
14939 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14940
14941 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14942 symbol-constituent as the default, as that stops font-lock from
14943 working properly (Bug#8843).
14944
14945 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14946
14947 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14948 `coding-system-for-*' around the process open call to avoid
14949 auth-source side effects.
14950 (smtpmail-try-auth-methods): Expand the secret password.
14951 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14952 probe hangs.
14953
14954 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14955
14956 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14957
14958 * emacs-lisp/find-func.el (find-function-noselect): New arg
14959 lisp-only.
14960
14961 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14962 signal an error for built-in functions (Bug#6664).
14963
14964 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14965
14966 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14967 (smtpmail-try-auth-methods): Use it.
14968
14969 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * font-lock.el (font-lock-fontify-region)
14972 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14973 (font-lock-default-unfontify-buffer)
14974 (font-lock-default-fontify-region)
14975 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14976
14977 * progmodes/compile.el (compilation-error-properties):
14978 Fix confusion between file struct and message struct (Bug#9319).
14979 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14980 `ant' regexp.
14981
14982 * net/browse-url.el (browse-url-firefox): Don't call
14983 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14984
14985 2011-08-20 Glenn Morris <rgm@gnu.org>
14986
14987 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14988
14989 * tutorial.el (tutorial--default-keys): Update some default bindings.
14990
14991 * files.el (hack-local-variables): Fully ignore case for "mode:".
14992
14993 2011-08-20 Alan Mackenzie <acm@muc.de>
14994
14995 Resolve invalid use of a regexp in regexp-opt.
14996
14997 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14998 detection for a java annotation.
14999
15000 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15001 detection for a java annotation.
15002
15003 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15004 handling for java.
15005 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15006
15007 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15008
15009 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15010 (Bug#9274).
15011
15012 2011-08-20 Alan Mackenzie <acm@muc.de>
15013
15014 Fontify CPP expressions correctly when starting in the middle of
15015 such a construct. Mainly for when jit-lock etc. starts a chunk
15016 here.
15017
15018 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15019 variable.
15020 (c-make-font-lock-search-form): New function, extracted from
15021 c-make-font-lock-search-function.
15022 (c-make-font-lock-search-function): Use the above function.
15023 (c-make-font-lock-context-search-function): New function.
15024 (c-cpp-matchers): Enhance the preprocessor expression case with
15025 the above function
15026 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15027 which takes an expression.
15028
15029 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15030
15031 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15032
15033 * window.el (display-buffer-reuse-window)
15034 (display-buffer-pop-up-window): Don't reuse or split a side
15035 window.
15036
15037 2011-08-19 Glenn Morris <rgm@gnu.org>
15038
15039 * files.el (hack-local-variables-prop-line, hack-local-variables):
15040 Downcase "Mode:". (Bug#9331)
15041
15042 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15043
15044 * international/characters.el: Add L and R categories.
15045
15046 * subr.el (bidi-string-mark-left-to-right): Rename from
15047 string-mark-left-to-right. Use category search.
15048
15049 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15050
15051 2011-08-18 Juri Linkov <juri@jurta.org>
15052
15053 * faces.el (error, warning, success): New faces with definitions
15054 copied from old default values of `font-lock-warning-face',
15055 `compilation-warning', `compilation-info' (bug#6117).
15056
15057 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15058
15059 * progmodes/compile.el (compilation-error): Inherit from `error'.
15060 (compilation-warning): Inherit from `warning'.
15061 (compilation-info): Inherit from `success'.
15062
15063 * dired.el (dired-marked): Inherit from `warning'.
15064 (dired-flagged): Inherit from `error'.
15065
15066 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15067
15068 * mail/smtpmail.el (auth-source): Require to avoid problems with
15069 binding variables (bug#9298). Also clean up some unused
15070 autoloads.
15071
15072 * net/network-stream.el (network-stream-open-starttls):
15073 Support using starttls.el without using gnutls-cli.
15074
15075 2011-08-17 Juri Linkov <juri@jurta.org>
15076
15077 * progmodes/grep.el (rgrep): Handle the case when
15078 `grep-find-command' is a cons cell (bug#9278).
15079
15080 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15081
15082 * window.el (display-buffer-pop-up-frame): Run frame creation
15083 function with BUFFER current (as special-display-popup-frame
15084 does). Reported by Drew Adams.
15085
15086 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15087
15088 * epa-mail.el: Simplify GnuPG group expansion using
15089 epg-expand-group.
15090 (epa-mail-group-alist, epa-mail-group-modtime)
15091 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15092 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15093 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15094 Remove.
15095
15096 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15097
15098 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15099
15100 2011-08-16 Alan Mackenzie <acm@muc.de>
15101
15102 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15103 Correct, to avoid the inside of macros.
15104
15105 2011-08-16 Richard Stallman <rms@gnu.org>
15106
15107 * epa-mail.el: Handle GnuPG group definitions.
15108 (epa-mail-group-alist, epa-mail-group-modtime)
15109 (epa-mail-gnupg-conf-file): New variables.
15110 (epa-mail-parse-groups, epa-mail-sync-groups)
15111 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15112 (epa-mail-expand-recipients): New functions.
15113 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15114
15115 * mail/rmail.el (rmail-epa-decrypt): New command.
15116
15117 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15118 Don't bind buffer-read-only, just inhibit-read-only.
15119 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15120 (epa-decrypt-armor-in-region): Make error message clearer.
15121
15122 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15125 and "a2b" to "ab" for `prefix'.
15126
15127 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15128
15129 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15130 filter groups.
15131 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15132 Fourquet (Bug#8804).
15133
15134 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15135
15136 * startup.el (argi): Declare as global variable (bug#9275).
15137
15138 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15139
15140 * subr.el (string-mark-left-to-right): Search the entire string
15141 for RTL script, not just the terminating character. Doc fix.
15142
15143 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15146 New function.
15147 (js--regexp-literal, js-syntax-propertize-function): Remove.
15148 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15149 (js-mode-map): Don't rebind electric keys.
15150 (js-insert-and-indent): Remove.
15151 (js-mode): Setup electric-layout and electric-indent instead.
15152
15153 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15154
15155 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15156
15157 * epa.el (epa-progress-callback-function): Fix the logic of
15158 displaying progress.
15159 * epa-file.el (epa-file-insert-file-contents): Make progress
15160 display more user-friendly.
15161 (epa-file-write-region): Ditto.
15162
15163 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15164
15165 * subr.el (string-mark-left-to-right): New function.
15166
15167 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15168 Use string-mark-left-to-right.
15169 (list-buffers-noselect): Caller changed.
15170
15171 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15172 Use string-mark-left-to-right.
15173 (tabulated-list-print): Recenter after moving point.
15174
15175 2011-08-10 Juri Linkov <juri@jurta.org>
15176
15177 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15178 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15179 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15180
15181 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15182
15183 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15184 (Bug#7554).
15185
15186 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15187
15188 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15189 character. (Bug#6594)
15190
15191 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15192
15193 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15194 (image-dired--with-db-file): New macro.
15195 (image-dired-write-tags, image-dired-remove-tag)
15196 (image-dired-create-gallery-lists, image-dired-write-comments)
15197 (image-dired-get-comment, image-dired-mark-tagged-files)
15198 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15199 (image-dired-gallery-generate): Use insert-file-contents.
15200
15201 * time.el (display-time-world-list, display-time-world-display):
15202 * time-stamp.el (time-stamp-string):
15203 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15204 set-time-zone-rule (Bug#7337).
15205
15206 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15207
15208 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15209 (epg-error-to-string, epg-errors-to-string): New function.
15210 (epg-wait-for-completion): Reverse errors list.
15211 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15212 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15213 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15214 (epg-sign-keys, epg-generate-key-from-file)
15215 (epg-generate-key-from-string): Format errors by using
15216 epg-errors-to-string (bug#9255).
15217 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15218
15219 2011-08-07 Juri Linkov <juri@jurta.org>
15220
15221 * faces.el (list-faces-display): Remove extra angle bracket
15222 from `help-mode-map'.
15223
15224 * info.el (Info-history-toc-nodes): Doc fix.
15225
15226 * longlines.el (longlines-mode): Doc fix.
15227
15228 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15229
15230 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15231 of statements and in a few more cases (bug#9183).
15232
15233 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15234 New functions.
15235 (cl-transform-lambda): Use them (bug#9239).
15236
15237 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15238
15239 * window.el (display-buffer-same-window)
15240 (display-buffer-same-frame, display-buffer-other-window)
15241 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15242 (pop-to-buffer-other-window)
15243 (pop-to-buffer-same-frame-other-window)
15244 (pop-to-buffer-other-frame): Make them defuns.
15245 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15246
15247 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * subr.el (make-composed-keymap): Move from C. Change calling
15250 convention, and improve docstring to bring attention to a subtle point.
15251 * minibuffer.el (completing-read-default): Adjust accordingly.
15252
15253 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15254
15255 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15256 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15257
15258 * net/trampver.el: Update release number.
15259
15260 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15263 "in" (bug#9190).
15264
15265 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15266
15267 * mail/sendmail.el (sendmail-query-once): Restore the current
15268 buffer after querying (bug#9074).
15269
15270 * dired.el (dired-flagged): Use different faces for marked and
15271 flagged files (bug#6117).
15272
15273 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15274 (bug#4433).
15275
15276 * ido.el (ido-mode): Switch off the message if called
15277 non-interactively.
15278
15279 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15280 before 587, since it appears that that's more likely to work for
15281 more people.
15282
15283 * cus-edit.el (custom-file): When running under emacs -q, always
15284 refuse to save the customizations, even if the .emacs file doesn't
15285 exist.
15286
15287 * info.el: Remove the `Info-beginning-of-buffer' function
15288 (bug#8325).
15289
15290 * net/network-stream.el (network-stream-open-starttls):
15291 Use `starttls-available-p' to see whether starttls.el can be used.
15292
15293 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15294
15295 * window.el (display-buffer-in-window): Don't set dedicated status
15296 of window here (Bug#9215).
15297 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15298 (display-buffer-pop-up-side-window)
15299 (display-buffer-in-side-window): Set dedicated status of window here.
15300
15301 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15304 before binding generated-autoload-file.
15305
15306 2011-08-01 Deniz Dogan <deniz@dogan.se>
15307
15308 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15309
15310 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15311
15312 Sync with Tramp 2.2.2.
15313
15314 * net/trampver.el: Update release number.
15315
15316 2011-07-30 Juri Linkov <juri@jurta.org>
15317
15318 * dired-aux.el (dired-touch-initial): Remove function.
15319 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15320 current time, and `default' to the last modification time of the
15321 current marked file (bug#6887).
15322
15323 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15324
15325 * simple.el (goto-line): Use string-to-number to provide a
15326 numeric argument to read-number (bug#9163).
15327
15328 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15329
15330 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15331 connection process, it could be nil.
15332
15333 2011-07-27 Leo Liu <sdl.web@gmail.com>
15334
15335 Simplify url handling in rcirc-mode.
15336
15337 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15338 (rcirc-browse-url-at-mouse): Remove.
15339 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15340
15341 2011-07-26 Alan Mackenzie <acm@muc.de>
15342
15343 Fontify bitfield declarations properly.
15344
15345 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15346 (c-symbol-chars): Now exported as a lang variable.
15347 (c-not-primitive-type-keywords): New lang variable.
15348
15349 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15350 QT keyword "more" to prevent "more slots: ...." being spuriously
15351 parsed as a bitfield declaration.
15352
15353 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15354 Refactor and enhance to handle bitfield declarations.
15355 (c-punctuation-in): New function.
15356 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15357 declarations properly.
15358
15359 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15360
15361 * calendar/icalendar.el (icalendar--all-events): Take care of
15362 multiple vcalendars in a single file.
15363 (icalendar--convert-float-to-ical): Checkdoc fixes.
15364
15365 2011-07-25 Deniz Dogan <deniz@dogan.se>
15366
15367 * image.el (insert-image): Clarifying docstring.
15368
15369 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15370
15371 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15372 `tramp-send-command-and-check' if there is no error.
15373 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15374
15375 2011-07-22 Alan Mackenzie <acm@muc.de>
15376
15377 Prevent cc-langs.elc being loaded at run time.
15378
15379 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15380 cc-langs.
15381
15382 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15383 "(require 'cc-langs)". Quote a form so it will evaluate at
15384 (cc-mode's) compilation time.
15385
15386 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15387
15388 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15389 loading. (Bug#9114)
15390
15391 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15392
15393 * window.el (display-buffer-pop-up-window)
15394 (display-buffer-pop-up-side-window)
15395 (display-buffer-in-side-window): Call display-buffer-set-height
15396 and display-buffer-set-width after setting the new window's
15397 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15398
15399 2011-07-20 Sam Steingold <sds@gnu.org>
15400
15401 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15402 (etags-tags-included-tables): Call `convert-standard-filename' on
15403 the file names contained in TAGS so that windows Emacs can handle
15404 TAGS files created by cygwin ctags.
15405
15406 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15407
15408 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15409 which apparently didn't work.
15410
15411 2011-07-19 Roland Winkler <winkler@gnu.org>
15412
15413 * proced.el (proced-send-signal): For *Marked Processes* buffer
15414 put point at beginning of buffer.
15415
15416 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15417
15418 * proced.el (proced-format): Make header lines align with the text
15419 (bug#1779).
15420
15421 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15422
15423 * view.el (view-buffer): Allow running in `special' modes if we're
15424 visiting a file (bug#8615).
15425
15426 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15427
15428 * window.el (display-buffer-alist-of-strings-p)
15429 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15430 New functions.
15431 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15432 more accurately.
15433
15434 2011-07-18 Alan Mackenzie <acm@muc.de>
15435
15436 Fontify declarators properly when, e.g., a jit-lock chunk begins
15437 inside a declaration.
15438
15439 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15440
15441 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15442 New function.
15443 (c-complex-decl-matchers): Insert reference to
15444 c-font-lock-enclosing-decls.
15445
15446 * progmodes/cc-engine.el (c-backward-single-comment):
15447 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15448 to nil around calls to (forward-comment -1).
15449
15450 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15451
15452 * image.el (put-image): Doc typo fix.
15453
15454 * progmodes/etags.el (tags-search): Doc typo fix.
15455
15456 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15457 password if we get errors 550 to 554.
15458
15459 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15460
15461 * net/gnutls.el (gnutls-log-level): Remove.
15462
15463 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15464 indentation character (bug#6380).
15465
15466 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15467
15468 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15469 to clarify what the problem is (bug#4291).
15470
15471 * simple.el (current-kill): Clarify what
15472 `interprogram-paste-function' does (bug#7500).
15473 (auto-fill-mode): Document `auto-fill-function' in relation to
15474 `auto-fill-mode' (bug#2470).
15475
15476 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15477
15478 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15479 method if slot is read-only (bug#9035).
15480
15481 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15482
15483 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15484 * window.el (pop-to-buffer): Select window used even if it was
15485 selected before, see discussion of (Bug#8615), (Bug#6954).
15486 Pass argument NORECORD on to select-frame-set-input-focus.
15487
15488 2011-07-15 Glenn Morris <rgm@gnu.org>
15489
15490 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15491 Respect help-form.
15492
15493 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15494
15495 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15496 (gnutls-negotiate): Use it.
15497
15498 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15499
15500 * net/gnutls.el (gnutls-negotiate):
15501 Upcase `gnutls-algorithm-priority'.
15502
15503 2011-07-15 Glenn Morris <rgm@gnu.org>
15504
15505 * jka-compr.el (jka-compr-verbose): Move from here...
15506 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15507 Add missing :version tag.
15508 * info.el: No need to require jka-compr when compiling.
15509
15510 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15511
15512 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15513 (gnutls-negotiate): Use it.
15514
15515 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15516
15517 * info.el (Info-beginning-of-buffer): New command.
15518 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15519 announcing `b' as the key (bug#8325).
15520 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15521
15522 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15523
15524 * international/mule-cmds.el
15525 (describe-specified-language-support): Make the error message
15526 clearer (bug#8905).
15527
15528 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15529
15530 * isearch.el (isearch-barrier): Add a doc string, since it's
15531 mentioned in a function doc string (bug#8678).
15532
15533 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15534
15535 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15536 buffer argument (Bug#9083) and self-identifying label argument.
15537
15538 2011-07-15 Glenn Morris <rgm@gnu.org>
15539
15540 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15541
15542 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15543
15544 * man.el (Man-fontify-manpage): Fix message when formatting the
15545 man page (bug#7929).
15546
15547 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15548
15549 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15550 argument LRM; if non-nil, append an invisible LRM character to the
15551 buffer name.
15552 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15553 last argument non-nil, when formatting buffer names.
15554 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15555 paragraph direction.
15556
15557 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15558
15559 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15560 the man page name (bug#7929).
15561
15562 * image.el (put-image): Mention the `put-image' overlay property
15563 (bug#7834).
15564
15565 * scroll-bar.el (set-scroll-bar-mode): Mention that
15566 `scroll-bar-mode' lists the values (bug#7772).
15567
15568 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15569 command (bug#7729).
15570
15571 * rect.el (apply-on-rectangle): Return the point after the last
15572 operation.
15573 (string-rectangle): Go to the point after the last operation
15574 (bug#7522).
15575
15576 * printing.el (pr-toggle-region): Clarify the documentation
15577 slightly (bug#7493).
15578
15579 * time.el (display-time-update):
15580 Allow `display-time-mail-function' to return nil (bug#7158).
15581 Fix suggested by Detlev Zundel.
15582
15583 * vc/diff.el (diff): Clarify the order the file names are read
15584 (bug#7111).
15585
15586 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15587 the doc string (bug#7015).
15588
15589 * font-lock.el (font-lock-maximum-decoration): Mention what
15590 numeric levels mean (bug#6935).
15591
15592 * startup.el (initial-buffer-choice): Don't mention the `none'
15593 selection, which is against policy.
15594
15595 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15596
15597 * window.el (display-buffer-normalize-special):
15598 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15599
15600 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15601
15602 * subr.el (version<, version<=, version=): Mention "-CVS" and
15603 "-12345" alpha version numbers.
15604
15605 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15606
15607 * bindings.el: Add advertised binding for set-mark-command
15608 (Bug#5772).
15609
15610 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15611
15612 * bindings.el (mode-line-other-buffer):
15613 * bookmark.el (bookmark-bmenu-2-window):
15614 * bs.el (bs-cycle-next, bs-cycle-previous):
15615 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15616 switch-to-buffer.
15617
15618 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15619 Delete.
15620
15621 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * follow.el (follow-debug-message, follow-redisplay):
15624 * jka-cmpr-hook.el (with-auto-compression-mode):
15625 Fix typos in docstrings.
15626
15627 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15628
15629 * subr.el (with-silent-modifications): Clarify somewhat what the
15630 macro inhibits (bug#6525).
15631
15632 * simple.el (eval-expression): Note what it does if called
15633 interactively (bug#6495).
15634
15635 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15636
15637 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15638 Use pop-to-buffer buffer-or-name if it is nil.
15639
15640 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15641 Remove switch-to-buffer.
15642
15643 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15644
15645 * files.el (make-directory): Clarify that an error will be raised
15646 if there's an error (bug#6397).
15647
15648 * startup.el (initial-buffer-choice): Add `none' as a choice
15649 (bug#6234).
15650
15651 * subr.el (add-hook): Clarify section about buffer-local hooks
15652 (bug#6218).
15653
15654 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15655
15656 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15657
15658 * tabify.el (untabify): Preserve the current column so that point
15659 doesn't move (bug#6032).
15660
15661 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15662
15663 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15664 Rewrite to avoid awkward possessive "s" (bug#5986).
15665
15666 2011-07-13 Glenn Morris <rgm@gnu.org>
15667
15668 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15669 (dired-insert-directory): Give a message the first time
15670 if ls is found not to support --dired.
15671
15672 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15673
15674 * simple.el (toggle-truncate-lines): Clarify what is toggled
15675 (bug#5580). Text by Drew Adams.
15676
15677 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15678
15679 * simple.el (blink-matching-open): Make the error message from the
15680 last change less verbose.
15681
15682 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15683
15684 * font-lock.el (font-lock-comment-face): Use the high contrast
15685 "yellow" color for font-lock-comment-face on low color terminals
15686 using a dark background color (bug#4221).
15687
15688 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15689
15690 * dired.el (dired-insert-set-properties): Make the doc string
15691 reflect what it does now (bug#5325).
15692
15693 * simple.el (blink-matching-open): Say that we were unable to find
15694 the match within the limit, if we're limited (bug#5122).
15695
15696 * international/mule-cmds.el (prefer-coding-system): Add an
15697 example (bug#4869).
15698
15699 * progmodes/etags.el (tags-search): Document `file-list-form'
15700 (bug#4731).
15701
15702 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15703
15704 * net/browse-url.el (browse-url-default-browser)
15705 (browse-url-browser-function): Make the default browser choice a
15706 bit more logical (bug#4300). Also clean up the doc string.
15707
15708 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15709
15710 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15711 binary endings (bug#4440).
15712
15713 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15714
15715 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15716 which can be pretty annoying (bug#8971).
15717
15718 * jka-compr.el (jka-compr-verbose): New variable, and use
15719 throughout (bug#8971).
15720
15721 * info.el (Info-find-file): Fall back on the installation
15722 directory if we can't find the info node anywhere else.
15723
15724 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15725
15726 * vc/vc.el (vc-revert-file):
15727 Don't set file time-stamp in the past. (Bug#5181)
15728
15729 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15730
15731 * files.el (after-find-file): Give a better error message when
15732 trying to find a symlink that points to a file that doesn't exist
15733 (bug#4398).
15734
15735 * progmodes/cc-vars.el: Remove (probably) misleading comment
15736 (bug#4396).
15737
15738 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15739
15740 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15741
15742 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15743
15744 * mouse-sel.el: Hack restoring functionality, while keeping
15745 compatibility with 2010-07-03 changes to mouse selection.
15746 (mouse-sel-primary-overlay): New var.
15747 (mouse-sel-selection-alist): Use it.
15748 (mouse-sel-mode): Doc fix; remove points that are default features
15749 of mouse.el.
15750
15751 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15752
15753 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15754 Fix previous fix (bug#2490).
15755
15756 2011-07-12 Roland Winkler <winkler@gnu.org>
15757
15758 * textmodes/bibtex.el (bibtex-initialize):
15759 Use pop-to-buffer-same-window.
15760 (bibtex-search-entries): Fix interactive call.
15761
15762 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15763
15764 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15765 Fontise bytecomp Error lines more correctly (bug#2490).
15766 Fix suggested by Johan Bockgård.
15767
15768 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15769
15770 * dired-x.el (dired-guess-default): Use `delete-dups'.
15771
15772 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15773
15774 * dired.el (dired-mark-prompt):
15775 * dired-aux.el (dired-read-shell-command): Doc fix.
15776
15777 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15778
15779 * mail/sendmail.el (sendmail-query-once):
15780 Use `customize-save-variable' unconditionally, now that it works under
15781 emacs -Q.
15782
15783 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15784
15785 * cus-edit.el (custom-file): Take an optional no-error variable.
15786 (customize-save-variable): Set the variable, and give a warning if
15787 running under "emacs -q".
15788
15789 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15790
15791 * loadhist.el (unload-feature-special-hooks):
15792 Add `auto-coding-functions', `fill-nobreak-predicate' and
15793 `find-directory-functions' (bug#5327).
15794
15795 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15796
15797 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15798
15799 * cus-edit.el (custom-guess-name-alist): -alist variables should
15800 use the `alist' type (bug#3120). Suggested by Drew Adams.
15801
15802 * printing.el: Add documentation to all the `pr-toggle-' commands.
15803
15804 2011-07-11 Leo Liu <sdl.web@gmail.com>
15805
15806 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15807 backends where it makes sense (bug#2623).
15808
15809 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15810
15811 * dired-x.el (dired-guess-default): Remove duplicate shell command
15812 entries (bug#2028).
15813 (dired-guess-default): Fix grammar in doc string (bug#2028).
15814 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15815
15816 * subr.el (remove-duplicates): New conveniency function.
15817
15818 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15819
15820 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15821 (bug#1526).
15822
15823 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15824
15825 * window.el (display-buffer-normalize-default): Don't invert
15826 meaning of even-window-heights. Reported by Eli Zaretskii
15827 <eliz@gnu.org>.
15828
15829 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15830
15831 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15832
15833 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * window.el (display-buffer): Fix arguments to
15836 display-buffer-reuse-window in last change.
15837
15838 * faces.el (link): Use a less saturated blue on light backgrounds.
15839
15840 * startup.el (fancy-startup-text, fancy-about-text)
15841 (fancy-startup-tail): Use font-lock faces, for background safety.
15842
15843 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15844
15845 * emulation/viper-cmd.el (viper-change-state-to-vi):
15846 Limit triggering of abbrev expansion (Bug#9038).
15847
15848 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15849
15850 * window.el (display-buffer-default-specifiers): Remove.
15851 (display-buffer-macro-specifiers): Remove default specifiers.
15852 (display-buffer-alist): Default to nil.
15853 (display-buffer-reuse-window): New optional argument other-window.
15854 (display-buffer-pop-up-window): Allow splitting internal
15855 windows. Check whether a live window was created.
15856 (display-buffer-other-window-means-other-frame)
15857 (display-buffer-normalize-arguments): Rename to
15858 display-buffer-normalize-argument and rewrite. Set the
15859 other-window specifier.
15860 (display-buffer-normalize-special): New function.
15861 (display-buffer-normalize-options): Rename to
15862 display-buffer-normalize-default and rewrite.
15863 (display-buffer-normalize-options-inhibit): Remove.
15864 (display-buffer-normalize-specifiers): Rewrite.
15865 (display-buffer): Process other-window specifier and call
15866 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15867 more faithfully.
15868 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15869 (display-buffer-alist-set): Don't handle 'unset default values.
15870 (display-buffer-in-window, display-buffer-alist-set):
15871 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15872 <tassilo@member.fsf.org>.
15873
15874 2011-07-09 Leo Liu <sdl.web@gmail.com>
15875
15876 * register.el (insert-register): Restore accidental change on
15877 2011-06-26. (Bug#9028)
15878
15879 2011-07-09 Glenn Morris <rgm@gnu.org>
15880
15881 * subr.el (remq): Handle the empty list. (Bug#9024)
15882
15883 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15884
15885 * mail/sendmail.el (send-mail-function): No longer delay custom
15886 initialization.
15887 * custom.el (custom-initialize-delay): Doc fix.
15888
15889 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15890
15891 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15892
15893 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15894
15895 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15896 human-friendly prompt.
15897
15898 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15901 provided by a particular plugin.
15902
15903 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15904
15905 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15906 save customizations (with "emacs -Q"), just set the variable
15907 instead of erroring out.
15908
15909 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15910
15911 2011-07-08 Juri Linkov <juri@jurta.org>
15912
15913 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15914 (archive-zip-update-case): Use 7z if found by `executable-find'.
15915 The order of searching the available programs is the same as in
15916 `archive-zip-extract' (bug#8968).
15917
15918 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15919
15920 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15921 (menu-bar-options-menu): Tweak descriptions.
15922
15923 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15924
15925 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15926 menu items into verb phrases (bug#1421). Also refill to fit under
15927 80 columns.
15928
15929 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15930
15931 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15932 (Info-read-node-name): Doc fix (Bug#1084).
15933
15934 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15935 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15936 (end-of-sexp, beginning-of-sexp)
15937 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15938 (forward-symbol, forward-same-syntax, word-at-point)
15939 (sentence-at-point): Doc fix (Bug#1144).
15940
15941 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15942
15943 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15944 should cover it (bug#1281).
15945
15946 * cus-edit.el (custom-show): Mark as obsolete.
15947
15948 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15949 negotiation fails, then possibly try again with a non-encrypted
15950 connection (bug#9017).
15951
15952 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15953 be used.
15954
15955 2011-07-07 Richard Stallman <rms@gnu.org>
15956
15957 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15958 property, and handle its changed format.
15959 Look for the correct line number.
15960 Use file's line contents (but not past first =) to find
15961 correct line in message.
15962
15963 2011-07-07 Kenichi Handa <handa@m17n.org>
15964
15965 * international/characters.el (build-unicode-category-table):
15966 Delete it.
15967 (unicode-category-table): Set it by unicode-property-table-internal.
15968
15969 * international/mule-cmds.el (char-code-property-alist): Move to
15970 to src/chartab.c.
15971 (get-char-code-property): Call unicode-property-table-internal to
15972 load a file. Call get-unicode-property-internal where necessary.
15973 (put-char-code-property): Call unicode-property-table-internal to
15974 load a file. Call put-unicode-property-internal where necessary.
15975 put-unicode-property-internal where necessary.
15976 (char-code-property-description):
15977 Call unicode-property-table-internal to load a file.
15978
15979 * international/charprop.el:
15980 * international/uni-bidi.el:
15981 * international/uni-category.el:
15982 * international/uni-combining.el:
15983 * international/uni-comment.el:
15984 * international/uni-decimal.el:
15985 * international/uni-decomposition.el:
15986 * international/uni-digit.el:
15987 * international/uni-lowercase.el:
15988 * international/uni-mirrored.el:
15989 * international/uni-name.el:
15990 * international/uni-numeric.el:
15991 * international/uni-old-name.el:
15992 * international/uni-titlecase.el:
15993 * international/uni-uppercase.el: Regenerate.
15994
15995 * loadup.el: Load international/charprop.el before
15996 international/characters.
15997
15998 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * window.el (next-buffer, previous-buffer): Signal an error if
16001 called from a minibuffer window.
16002
16003 * bindings.el: Revert 2011-07-04 change.
16004
16005 2011-07-06 Richard Stallman <rms@gnu.org>
16006
16007 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16008 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16009 Treat markers like ints.
16010 (rmail-mime-entity): Doc fix.
16011
16012 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16013
16014 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16015 defcustom again for backwards compatibility.
16016
16017 * simple.el (shell-command-on-region): Fill.
16018
16019 * dired-aux.el (dired-kill-line): Add a doc string.
16020
16021 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16022 to "\\sw\\|\\s_" (bug#358).
16023
16024 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16025 (dired-unmark-backward): Ditto.
16026 (dired-flag-backup-files): Ditto.
16027
16028 * dired-x.el (dired-mark-sexp): Ditto.
16029
16030 2011-07-06 Richard Stallman <rms@gnu.org>
16031
16032 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16033 (rmail-mime-entity): New arg TRUNCATED.
16034 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16035 New functions.
16036 (rmail-mime-save): Warn if entity is truncated.
16037 (rmail-mime-toggle-hidden): Likewise, for showing.
16038 (rmail-mime-process-multipart): Record when an entity is truncated.
16039
16040 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16041 if ENTITY is a string.
16042
16043 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16044
16045 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16046 of faces when `M-C-x'-ing their definitions (bug#8378).
16047 Also clean up the code slightly.
16048
16049 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16050 because that makes the colors go away.
16051
16052 * mail/sendmail.el (send-mail-function): Change the default to
16053 `sendmail-query-once'.
16054 (sendmail-query-once): Add an autoload cookie.
16055
16056 * net/network-stream.el (network-stream-open-starttls): Try using
16057 a plain connection even if the server offered STARTTLS, and we
16058 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16059 capability. This should make smtpmail.el work in slightly more
16060 configurations.
16061
16062 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16063
16064 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16065 New defun.
16066 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16067
16068 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16069
16070 * progmodes/sql.el: Version 3.0
16071 (sql-product-alist): Add product :completion-object,
16072 :completion-column, and :statement attributes.
16073 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16074 (sql-mode-syntax-table): Mark all punctuation.
16075 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16076 ansi keywords.
16077 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16078 (sql-mode-oracle-font-lock-keywords): Improve.
16079 (sql-oracle-show-reserved-words): New function for development.
16080 (sql-product-font-lock): Simplify for source code buffers.
16081 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16082 New functions.
16083 (sql-highlight-product): Set product specific syntax table.
16084 (sql-mode-map): Add statement movement functions.
16085 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16086 New variable.
16087 (sql-statement-regexp, sql-beginning-of-statement)
16088 (sql-end-of-statement, sql-signum): New functions.
16089 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16090 (sql-show-sqli-buffer): Bug fix.
16091 (sql-interactive-mode): Store connection data as buffer local.
16092 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16093 with sql-interactive-mode.
16094 (sql-save-connection): Save buffer local settings.
16095 (sql-connection-menu-filter): Change menu entry name.
16096 (sql-product-interactive): Bug fix.
16097 (sql-preoutput-hold): New variable.
16098 (sql-interactive-remove-continuation-prompt): Bug fixes.
16099 (sql-debug-redirect): New variable.
16100 (sql-str-literal): New function.
16101 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16102 Redesign.
16103 (sql-oracle-save-settings, sql-oracle-restore-settings)
16104 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16105 (sql-completion-object, sql-completion-column)
16106 (sql-completion-sqlbuf): New variables.
16107 (sql-build-completions-1, sql-build-completions)
16108 (sql-try-completion): New functions.
16109 (sql-read-table-name): Use them.
16110 (sql-contains-names): New buffer local variable.
16111 (sql-list-all, sql-list-table): Use it.
16112 (sql-oracle-completion-types): New variable.
16113 (sql-oracle-completion-object, sql-sqlite-completion-object)
16114 (sql-postgres-completion-object): New functions.
16115
16116 2011-07-06 Glenn Morris <rgm@gnu.org>
16117
16118 * window.el (pop-to-buffer): Doc fix.
16119
16120 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16121
16122 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16123
16124 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16125
16126 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16127
16128 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16129
16130 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * button.el (button): Inherit from link face. Suggested by Dan
16133 Nicolaescu.
16134
16135 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * progmodes/gdb-mi.el: Fit in 80 columns.
16138 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16139 switch-to-buffer.
16140
16141 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16142 if imenu is simply not configured (bug#8941).
16143
16144 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16145
16146 * allout.el (allout-post-undo-hook): New allout outline-change
16147 event hook to signal undo activity.
16148 (allout-post-command-business): Run allout-post-undo-hook if an
16149 undo just occurred.
16150 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16151 * allout-widgets.el (allout-widgets-after-undo-function):
16152 Ensure the integrity of the current item's decoration after it has been
16153 in the vicinity of an undo.
16154 (allout-widgets-mode): Include allout-widgets-after-undo-function
16155 on the new allout-post-undo-hook.
16156
16157 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16160 Let define-derived-mode define it.
16161 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16162 cycles of abbrev-table inheritance (bug#8998).
16163
16164 2011-07-05 Roland Winkler <winkler@gnu.org>
16165
16166 * textmodes/bibtex.el: Add support for biblatex.
16167 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16168 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16169 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16170 (bibtex-entry-alist, bibtex-field-alist): New variables.
16171 (bibtex-entry-field-alist): Obsolete alias for
16172 bibtex-BibTeX-entry-alist.
16173 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16174 (bibtex-set-dialect): New command.
16175 (bibtex-entry-type, bibtex-entry-head)
16176 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16177 Bind via bibtex-set-dialect.
16178 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16179 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16180 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16181 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16182 Define via bibtex-set-dialect.
16183 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16184 Obey bibtex-no-opt-remove-re.
16185 (bibtex-vec-push, bibtex-vec-incr): New functions.
16186 (bibtex-format-entry, bibtex-field-list)
16187 (bibtex-print-help-message, bibtex-validate)
16188 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16189
16190 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16191
16192 * progmodes/compile.el (compilation-goto-locus):
16193 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16194 * bs.el (bs-cycle-next, bs-cycle-previous):
16195 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16196 * bindings.el (mode-line-other-buffer):
16197 * autoinsert.el (auto-insert):
16198 * arc-mode.el (archive-extract):
16199 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16200
16201 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16202
16203 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16204 Fix check of `emacs-lock-unlockable-modes'.
16205 Coerce true values of `emacs-lock--try-unlocking' to t.
16206
16207 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16210 * emacs-lock.el: New file.
16211
16212 2011-07-05 Julien Danjou <julien@danjou.info>
16213
16214 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16215 than `boundp' to check if face is set.
16216
16217 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16218
16219 * register.el (registerv-make):
16220 * window.el (window-min-height): Fix typos in docstrings.
16221
16222 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16223
16224 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16225 Update doc string.
16226
16227 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16228
16229 * server.el (server-execute): Catch quit and call
16230 `server-return-error' to pass the error back to emacsclient and
16231 close the connection (bug#8942).
16232
16233 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16234
16235 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16236 insecure exception for current topic. Also note that auto-saves
16237 are handled differently.
16238
16239 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16240 State variables for tracking auto-save inhibition situation.
16241
16242 (allout-write-contents-hook-handler): Rename from
16243 'allout-write-file-hook-handler', and describe how it depends on
16244 write-contents-functions sensitivity to non-nil value to prevent
16245 file write.
16246
16247 (allout-auto-save-hook-handler): Remove. auto-save does not check
16248 this in individual buffers, only in the starting buffer, so this
16249 is not the right way for us to inhibit auto-save in a buffer
16250 according to its condition.
16251
16252 (allout-mode): Use new allout-write-contents-hook-handler, and
16253 only with write-contents-functions. Remove auto-save provisions -
16254 they're implemented elsewhere.
16255
16256 (allout-before-change-handler): If undo is in progress, note that
16257 for attention of allout-post-command-business.
16258
16259 (allout-post-command-business): If the command we're following was
16260 an undo, check for change in the status of encrypted items and
16261 adjust auto-save inhibitions accordingly.
16262
16263 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16264 according to whether there are or aren't any plain-text topics
16265 pending encryption.
16266
16267 (allout-inhibit-auto-save-info-for-decryption):
16268 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16269 if there are plain-text topics pending encryption.
16270
16271 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16272 buffer-saved-size and some allout state to not inhibit auto-saves
16273 if there are no longer any plain-text topics pending encryption.
16274
16275 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16276 No longer provide for exemption of the current topic.
16277
16278 2011-07-04 Juri Linkov <juri@jurta.org>
16279
16280 Add 7z operations to delete and save changed members (bug#8968).
16281 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16282 New defcustoms.
16283 (archive-7z-write-file-member): New function.
16284 (archive-7z-summarize): Fix the number of dashes in the
16285 listing output.
16286
16287 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16290 (bug#8958).
16291
16292 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16293
16294 * bindings.el: Ignore next-buffer and previous-buffer in
16295 minibuffer-local-map.
16296
16297 * font-lock.el (font-lock-builtin-face): Change light background
16298 color to dark slate blue (Bug#6693).
16299
16300 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16301
16302 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16303
16304 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16307 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16308 Add switch-to-buffer.
16309
16310 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16311
16312 * isearch.el (isearch-search-fun-function): Clarify further the
16313 meaning of the function returned.
16314
16315 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16316
16317 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16318
16319 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16320 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16321 Use it.
16322 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16323 `tramp-default-remote-path' does not exist.
16324 (tramp-send-command-and-read): New optional argument NOERROR.
16325 (tramp-open-connection-setup-interactive-shell)
16326 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16327 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16328 (tramp-process-sentinel): Flush also process' connection property.
16329 (tramp-sh-handle-start-file-process): Do not set process
16330 sentinel. It is done now ...
16331 (tramp-maybe-open-connection): ... here. (Bug#8929)
16332
16333 2011-07-04 MON KEY <monkey@sandpframing.com>
16334
16335 * play/animate.el (animate-string): Doc fixes and allow changing
16336 the buffer name (bug#5417).
16337
16338 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16339
16340 * play/animate.el (animation-buffer-name): Rename from *animate*.
16341
16342 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16343
16344 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16345 This is simpler and helps future-proof the code.
16346 (timer-until): Use time-subtract and float-time.
16347 (timer--time-less-p): Use time-less-p.
16348
16349 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16350
16351 * type-break.el (timep): Use the value of `float-time' to avoid a
16352 byte-compiler warning.
16353
16354 * server.el (server-eval-and-print): Return any result, even nil.
16355
16356 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16357
16358 * type-break.el: Accept time formats that the builtins accept.
16359 (timep, type-break-time-difference): Accept any format that
16360 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16361 This is simpler and helps future-proof the code.
16362 (type-break-time-difference): Round rather than ignoring
16363 subseconds components.
16364
16365 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
16367 * info.el (Info-apropos-matches): Make non-interactive, since it
16368 doesn't seem to do anything useful as a command (bug#8829).
16369
16370 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16371
16372 * frame.el (frame-background-mode, frame-set-background-mode):
16373 Move from faces.el.
16374 (frame-default-terminal-background): New function.
16375
16376 * custom.el (custom-push-theme): Don't record faces in `changed'
16377 theme; this doesn't work correctly for per-frame face settings.
16378 (disable-theme): Use face-set-after-frame-default to reset faces.
16379 (custom--frame-color-default): New function.
16380
16381 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16382
16383 * dired.el (dired-flagging-regexp): Remove unused variable
16384 (bug#8769).
16385
16386 2011-03-29 Kevin Ryde <user42@zip.com.au>
16387
16388 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16389 `perl-Test2' extend to match possible "fail #N" rep count
16390 (bug#8377).
16391
16392 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16393
16394 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16395 `smtpmail-via-smtp' now returns the error instead of nil.
16396
16397 * isearch.el (isearch-search-fun-function): Clarify the doc string
16398 (bug#8101).
16399
16400 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16401
16402 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16403 unnecessary spaces (bug#8987).
16404
16405 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16406
16407 * net/network-stream.el (open-network-stream): Use the
16408 :end-of-capability command thoughout.
16409
16410 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16411
16412 * net/network-stream.el (open-network-stream): Add the
16413 :end-of-capability command parameter, used by pop3.el.
16414
16415 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16416
16417 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16418
16419 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16420 for list)" (bug#6475).
16421
16422 * files.el (file-expand-wildcards): Ignore non-readable
16423 sub-directories while trying to find matches instead of signaling
16424 an error (bug#6297).
16425
16426 * man.el (Man-reference-regexp): Allow matching possible
16427 word-wrapped references (bug#6289).
16428
16429 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16430 for consistency with the other vc buffers (bug#6197).
16431 (vc-checkin): Ditto.
16432
16433 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16434
16435 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16436
16437 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16438
16439 * custom.el (defcustom): Clarify that :set is only used in the
16440 Customize user interface (bug#6089).
16441
16442 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16443 associated with a file, refuse to run instead of erroring out
16444 (bug#6084).
16445
16446 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16447 the doc string, since it appears that using `fill-column' always
16448 controls the width (bug#7845).
16449
16450 * simple.el (shell-command-on-region): Say where the error output
16451 went if `shell-command-default-error-buffer' is set (bug#6857).
16452
16453 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16454
16455 * allout.el (allout-yank-processing): Adjust cursor position for
16456 backwards-deleted space.
16457
16458 (allout-rebullet-heading): Register changes with
16459 allout-exposure-changed-hook, so the modified topic is properly
16460 decorated.
16461
16462 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16463
16464 * minibuffer.el (completion-in-region): Document PREDICATE
16465 (bug#7136).
16466
16467 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16468 of keyword/argument pairs (bug#6904).
16469
16470 * replace.el (multi-occur):
16471 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16472
16473 2011-07-02 Drew Adams <drew.adams@oracle.com>
16474
16475 * dired.el (dired-mark-if): Make the message about whether it's
16476 marking or unmarking clearer (bug#8523).
16477
16478 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16479
16480 * disp-table.el (display-table-print-array): New function.
16481 (describe-display-table): Use it to print the vectors more pretty
16482 (Bug#8859).
16483
16484 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16485
16486 * window.el (window-state-get-1): Don't assign clone numbers.
16487 Add clone-of item to list of window parameters.
16488 (window-state-put-2): Don't process clone numbers.
16489 (display-buffer-alist): Fix doc-string.
16490
16491 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16492
16493 * subr.el (remq): Don't allocate if it's not needed.
16494 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16495 (keymap--merge-bindings): New functions.
16496 (keymap-canonicalize): Use them to refine the canonicalization.
16497 * minibuffer.el (minibuffer-local-completion-map)
16498 (minibuffer-local-must-match-map): Move initialization from C.
16499 (minibuffer-local-filename-completion-map): Move initialization from C;
16500 don't inherit from anything here.
16501 (minibuffer-local-filename-must-match-map): Make obsolete.
16502 (completing-read-default): Use make-composed-keymap to combine
16503 minibuffer-local-filename-completion-map with either
16504 minibuffer-local-must-match-map or
16505 minibuffer-local-filename-completion-map.
16506
16507 2011-07-01 Glenn Morris <rgm@gnu.org>
16508
16509 * type-break.el (type-break-time-sum): Use dolist.
16510
16511 * textmodes/flyspell.el (flyspell-word-search-backward):
16512 Replace CL function.
16513
16514 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * mouse.el (mouse--strip-first-event): New function.
16517 (function-key-map): Use it to map fringe clicks to normal clicks
16518 by default.
16519
16520 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16521 (vc-bzr-revision-completion-table): Add support for annotate and date.
16522
16523 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16524 inherit from parent.
16525
16526 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16527
16528 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16529 (dired-show-file-type): Doc fixup (bug#8818).
16530
16531 * dired.el (dired-mode): Fix up the doc string as suggested by
16532 Drew Adams (bug#8817).
16533
16534 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16535 cookie, since the manual says that it should be possible to add
16536 this function to `find-file-hook' (bug#8709).
16537
16538 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16539
16540 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16541 here. Noted Ted Zlatanov as the maintainer.
16542 (cfengine-common-settings, cfengine-common-syntax): New functions
16543 to set up common things between `cfengine-mode' and
16544 `cfengine3-mode'.
16545 (cfengine3-mode): New mode.
16546 (cfengine3-defuns cfengine3-defuns-regex
16547 (cfengine3-class-selector-regex cfengine3-category-regex)
16548 (cfengine3-vartypes cfengine3-font-lock-keywords)
16549 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16550 (cfengine3-indent-line): Add from cfengine3.el.
16551
16552 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16553
16554 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16555
16556 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16557
16558 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16559
16560 * window.el (same-window-buffer-names, same-window-regexps)
16561 (same-window-p, special-display-frame-alist)
16562 (special-display-popup-frame, special-display-function)
16563 (special-display-buffer-names, special-display-regexps)
16564 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16565 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16566 (split-window-preferred-function, split-height-threshold)
16567 (split-width-threshold, even-window-heights)
16568 (display-buffer-mark-dedicated, window-splittable-p)
16569 (split-window-sensibly, window-safely-shrinkable-p):
16570 Un-obsolete.
16571 (display-buffer): Don't spread args with function specifier
16572 because special-display-popup-frame won't like it.
16573
16574 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16575
16576 Time-stamp simplifications and fixes.
16577 These improve accuracy slightly, and future-proof the code
16578 against some potential changes to current-time format.
16579
16580 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16581 by using time-since and float-time.
16582
16583 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16584 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16585 + NNN microseconds".
16586
16587 * type-break.el (type-break-time-sum): Rewrite using time-add.
16588
16589 * play/hanoi.el (hanoi-current-time-float): Remove.
16590 All uses replaced by float-time.
16591
16592 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16593 This yields a more-accurate answer.
16594 (rng-time-to-float): Remove; no longer needed.
16595
16596 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16597
16598 * calendar/timeclock.el (timeclock-seconds-to-time):
16599 Defalias to seconds-to-time, since they're the same thing.
16600
16601 * emacs-lisp/elp.el (elp-elapsed-time):
16602 * emacs-lisp/benchmark.el (benchmark-elapse):
16603 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16604
16605 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * window.el (bury-buffer): Don't iconify the only frame.
16608 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16609 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16610
16611 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16612
16613 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16614 Add mouse-yank-primary.
16615
16616 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16617
16618 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16619
16620 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16621
16622 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16623 (find-library-name): Use it to find relative load names when provided
16624 absolute file name (bug#8803).
16625
16626 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16627
16628 * textmodes/flyspell.el (flyspell-word): Consider words that
16629 differ only in case as potential doublons (bug#5687).
16630
16631 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16632 Remove two rather uninteresting debugging-like messages to make
16633 debbugs.el more silent.
16634
16635 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16636 a password-like phrase.
16637
16638 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16639
16640 * progmodes/cc-guess.el: New file.
16641
16642 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16643
16644 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16645 derived from `c-basic-common-init'.
16646
16647 * progmodes/cc-mode.el (top-level): Require cc-guess.
16648 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16649
16650 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16651
16652 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16653
16654 2011-06-30 Alan Mackenzie <acm@muc.de>
16655
16656 * progmodes/cc-engine.el (c-guess-continued-construct):
16657 Correct the handling of template-args-cont, particularly for when font
16658 lock is disabled. Name this case as "CASE G".
16659
16660 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16661
16662 * allout.el (allout-yank-processing): Fix injection of extra space
16663 between bullet and non-whitespace character in first topic when
16664 pasting, ensuring that the actual spacing in the pasted topic
16665 following the bullet char is preserved. This extra space was
16666 causing pasted encrypted topics to get a decrypted status even
16667 when the content was actually still encrypted. Now the decryption
16668 status from before the paste is preserved.
16669
16670 (allout-flag-region): Set all allout overlays so they evaporate
16671 when reduced to zero length (evanescent), to prevent overlay
16672 leakage.
16673
16674 2011-06-30 Glenn Morris <rgm@gnu.org>
16675
16676 * w32-fns.el (w32-charset-info-alist): Declare.
16677
16678 * find-dired.el (find-grep-options): Simplify.
16679
16680 * term/ns-win.el (ns-set-resource): Declare.
16681
16682 * ses.el (row, col): Declare dynamic variables honestly.
16683
16684 * textmodes/reftex-parse.el (index-tags): Declare.
16685
16686 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16687
16688 * cus-edit.el (customize-push-and-save): New function.
16689
16690 * files.el (hack-local-variables-confirm): Use it.
16691
16692 * custom.el (load-theme): New arg NO-CONFIRM.
16693 Use customize-push-and-save (Bug#8720).
16694 (custom-enabled-themes): Doc fix.
16695
16696 * cus-theme.el (customize-create-theme)
16697 (custom-theme-merge-theme): Callers to load-theme changed.
16698
16699 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16700
16701 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16702 short URLs have at least one dot in them (bug #7614).
16703
16704 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16705 nil, because using a pty is apparently too slow (bug #895).
16706
16707 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16708
16709 * mail/sendmail.el (sendmail-query-once): New function.
16710 (sendmail-query-once-function): New variable.
16711
16712 2011-06-29 Glenn Morris <rgm@gnu.org>
16713
16714 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16715
16716 * ses.el (top-level): Require cl when compiling.
16717 (ses-set-localvars): Fix error statement.
16718 Call it at compile time to silence a storm of warnings.
16719
16720 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16721
16722 * window.el (normalize-live-buffer): Rename to
16723 window-normalize-buffer.
16724 (normalize-live-frame): Rename to window-normalize-frame.
16725 (normalize-any-window): Rename to window-normalize-any-window.
16726 (normalize-live-window): Rename to window-normalize-live-window.
16727 (make-window-atom): Rename to window-make-atom.
16728 (window-resize-reset): Rename to window--resize-reset.
16729 (window-resize-reset-1): Rename to window--resize-reset-1.
16730 (resize-mini-window): Rename to window--resize-mini-window.
16731 (resize-subwindows-skip-p): Rename to
16732 window--resize-subwindows-skip-p.
16733 (resize-subwindows-normal): Rename to
16734 window--resize-subwindows-normal.
16735 (resize-subwindows): Rename to window--resize-subwindows.
16736 (resize-other-windows): Rename to window--resize-siblings.
16737 (resize-this-window): Rename to window--resize-this-window.
16738 (resize-root-window): Rename to window--resize-root-window.
16739 (resize-root-window-vertically): Rename to
16740 window--resize-root-window-vertically.
16741 (normalize-buffer-to-display): Rename to
16742 window-normalize-buffer-to-display.
16743 (normalize-buffer-to-switch-to): Rename to
16744 window-normalize-buffer-to-switch-to.
16745 Correspondingly update all callers of the functions listed
16746 above.
16747 (display-buffer-alist, display-buffer-normalize-arguments)
16748 (display-buffer-normalize-options, display-buffer)
16749 (display-buffer-alist-set): Use "function" instead of
16750 "fun-with-args".
16751
16752 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16753
16754 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16755 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16756 debbugs.gnu.org. Mention acknowledgment email.
16757
16758 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16759
16760 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16761 buffer multibyteness, since it shouldn't matter.
16762
16763 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16764
16765 * window.el (display-buffer-in-side-window): Handle dedicated
16766 windows as in display-buffer-reuse-window.
16767 (display-buffer-normalize-alist): Use value of override
16768 specifier.
16769 (display-buffer-normalize-specifiers): Use value of
16770 other-window-means-other-frame specifier.
16771 (display-buffer-alist): Rewrite some texts in widgets.
16772 (display-buffer): Spread arguments when calling function
16773 specified by fun-with-args.
16774
16775 2011-06-28 Deniz Dogan <deniz@dogan.se>
16776
16777 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16778 Unnest `let'.
16779
16780 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16781 selectors (Bug#5732).
16782 (css-proprietary-nmstart-re): Use `regexp-opt'.
16783
16784 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16785
16786 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16787 (eshell-ls-date-format): New defcustom.
16788 (eshell-ls-file): Use it.
16789
16790 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16793
16794 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16795
16796 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16797 (ange-ftp-make-tmp-name): New arg.
16798 (ange-ftp-file-local-copy): Use it.
16799
16800 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16801
16802 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16803 no-conversion (Bug#8870).
16804
16805 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16806
16807 * window.el (window-right, window-left, window-child)
16808 (window-child-count, window-last-child)
16809 (window-iso-combination-p, walk-window-tree-1)
16810 (window-atom-check-1, window-tree-1, delete-window)
16811 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16812 new naming conventions - window-vchild, window-hchild,
16813 window-next and window-prev are now called window-top-child,
16814 window-left-child, window-next-sibling and window-prev-sibling
16815 respectively.
16816 (resize-window-reset): Rename to window-resize-reset.
16817 (resize-window-reset-1): Rename to window-resize-reset-1.
16818 (resize-window): Rename to window-resize.
16819 (window-min-height, window-min-width)
16820 (resize-mini-window, resize-this-window, resize-root-window)
16821 (resize-root-window-vertically, adjust-window-trailing-edge)
16822 (enlarge-window, shrink-window, maximize-window)
16823 (minimize-window, delete-window, quit-restore-window)
16824 (split-window, balance-windows, balance-windows-area-adjust)
16825 (balance-windows-area, window-state-put-2)
16826 (display-buffer-even-window-sizes, display-buffer-set-height)
16827 (display-buffer-set-width, set-window-text-height)
16828 (fit-window-to-buffer): Rename all "resize-window" prefixed
16829 calls to use the "window-resize" prefix convention.
16830 (display-buffer-alist): Fix symbol for label specifier.
16831 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16832 corresponding specifier.
16833 Reported by Juanma Barranquero <lekktu@gmail.com>.
16834
16835 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16836
16837 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16838 convention.
16839 (ses-call-printer): Does not pass an empty string to formatter when the
16840 cell is empty to keep from barking printer Calc math-format-value.
16841
16842 2011-06-27 Richard Stallman <rms@gnu.org>
16843
16844 * battery.el (battery-mode-line-limit): New variable.
16845 (battery-update): Handle it.
16846
16847 * mail/rmailmm.el (rmail-mime-process-multipart):
16848 Handle truncated messages.
16849
16850 2011-06-27 Glenn Morris <rgm@gnu.org>
16851
16852 * progmodes/flymake.el (flymake-err-line-patterns):
16853 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16854
16855 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16856
16857 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16858 (ses--clean-!, ses--clean-_): New functions.
16859 (ses-range): Add configurability of readout order, and conversion
16860 to Calc vector.
16861
16862 * ses.el (ses-repair-cell-reference-all): New function.
16863 (ses-cell-symbol): Set macro as safe, so that it can be used in
16864 formulas.
16865
16866 * ses.el: Update cycle detection algorithm.
16867 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16868 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16869 (ses-set-localvars): New function.
16870 (ses-make-cell): Add property-list as a cell element.
16871 (ses-cell-property-get-fun, ses-cell-property-get)
16872 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16873 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16874 New functions.
16875 (ses-cell-property-set, ses-cell-property-pop)
16876 (ses-cell-property-get-handle): New macro.
16877 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16878 New aliases, used for code readability.
16879 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16880 cycle detection.
16881 (ses-self-reference-early-detection): New defcustom.
16882 (ses-formula-references): Robustify against self-referring cells.
16883 (ses-mode): Use ses-set-localvars.
16884 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16885 before lauching the update processing.
16886 (ses-initialize-Dijkstra-attempt): New function.
16887 (ses-recalculate-cell): Update for cycle detection based on
16888 Dijkstra algorithm.
16889
16890 * ses.el: Fix commenting and indenting convention.
16891
16892 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16893
16894 * bs.el (bs-cycle-next): Complete last change.
16895
16896 2011-06-27 Drew Adams <drew.adams@oracle.com>
16897
16898 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16899
16900 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16901
16902 * net/network-stream.el (network-stream-open-starttls):
16903 Don't re-get capabilities unless we've reestablished connection.
16904 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16905
16906 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16907 to binary to possibly avoid line encoding issues on Windows (among
16908 other things).
16909
16910 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16911
16912 * net/network-stream.el (open-network-stream): Return an :error
16913 saying what the problem was, if possible.
16914
16915 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16916 server.
16917
16918 * net/network-stream.el (network-stream-open-starttls): If we
16919 wanted to use STARTTLS, and the server offered it, but we weren't
16920 able to because we had no STARTTLS support, then close the connection.
16921 (open-network-stream): Return an :error element, if present.
16922
16923 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16924
16925 * hl-line.el (hl-line-sticky-flag): Doc fix.
16926 (global-hl-line-sticky-flag): New option (Bug#8323).
16927 (global-hl-line-highlight): Obey it.
16928
16929 * vc/vc.el (vc-revert-show-diff): Default to t.
16930
16931 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16932
16933 * allout-widgets.el (allout-widgets-post-command-business):
16934 Stop decorating intermediate isearch matches. They're not being
16935 undecorated when an isearch is continued past, and isearch
16936 automatically collapses them. This leads to "widget leaks", where
16937 decorated items accumulate in collapsed areas. Lines with lots of
16938 hidden widgets can slow down cursor travel, substantially.
16939 Too much complicated machinery would be needed to ensure undecoration,
16940 so we're doing without this nicety.
16941
16942 (allout-widgets-tally-string): Don't try to do a hash-table-count
16943 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16944 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16945 *Messages* when allout-widgets-maintain-tally is t.
16946
16947 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16948
16949 * window.el (display-buffer-normalize-argument): Rename to
16950 display-buffer-normalize-arguments. Handle special meaning of
16951 LABEL argument. Respect special-display-function when popping up
16952 a new frame. Fix code searching for a window showing the buffer
16953 on another frame.
16954 (display-buffer-normalize-specifiers):
16955 Call display-buffer-normalize-arguments.
16956 (display-buffer-in-window): Don't undedicate the window if its
16957 buffer remains the same.
16958 Reported by Drew Adams <drew.adams@oracle.com>.
16959 (display-buffer-alist): Add choice for same-window macro
16960 specfier.
16961 (display-buffer): Mention special meaning of LABEL argument in
16962 doc-string. Fix quoting. Don't pop up a new frame even as
16963 fallback.
16964
16965 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16966
16967 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16968 avoid deleting the current window in some cases (bug#8911).
16969
16970 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16971
16972 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16973 (Bug#8934)
16974
16975 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16976
16977 * net/network-stream.el (network-stream-open-starttls):
16978 Use built-in TLS support if `gnutls-available-p' is true.
16979 (network-stream-open-tls): Ditto.
16980
16981 2011-06-26 Leo Liu <sdl.web@gmail.com>
16982
16983 * register.el (registerv): New struct.
16984 (registerv-make): New function.
16985 (jump-to-register, describe-register-1, insert-register):
16986 Support the jump-func, print-func and insert-func slot of a registerv
16987 struct. (Bug#8415)
16988
16989 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16990
16991 * vc/vc.el (vc-revert-show-diff): New defcustom.
16992 (vc-diff-internal): New arg specifying diff buffer.
16993 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16994 reuse an existing *vc-diff* buffer (Bug#8927).
16995
16996 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16997
16998 2011-06-26 Glenn Morris <rgm@gnu.org>
16999
17000 * progmodes/f90.el (f90-critical-indent): New option.
17001 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17002 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17003 (f90-mode): Doc fix.
17004 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17005 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17006 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17007 (f90-match-end): Handle block, critical.
17008
17009 2011-06-25 Glenn Morris <rgm@gnu.org>
17010
17011 * calendar/diary-lib.el (diary-included-files): Doc fix.
17012 (diary-include-files): New function, extracted from
17013 diary-include-other-diary-files and diary-mark-included-diary-files.
17014 (diary-include-other-diary-files, diary-mark-included-diary-files):
17015 Just call diary-include-files.
17016 (diary-mark-entries): Reset diary-included-files on first call.
17017
17018 * calendar/diary-lib.el (diary-mark-entries)
17019 (diary-mark-included-diary-files):
17020 Visit included diary-files in temp buffers.
17021
17022 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17023 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17024 (f90-start-block-re, f90-imenu-generic-expression)
17025 (f90-looking-at-program-block-start, f90-no-block-limit):
17026 Add support for submodules.
17027
17028 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17029 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17030
17031 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17032
17033 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17034 buffer-file-type before setting its value, to avoid disastrous
17035 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17036
17037 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17038
17039 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17040
17041 * ses.el (ses-unload-function):
17042 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17043
17044 * proced.el (proced-unload-function):
17045 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17046
17047 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17048
17049 * server.el (server-create-window-system-frame): Add parameters arg.
17050 (server-process-filter): Doc fix. Handle frame-parameters.
17051
17052 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17053
17054 Fix bug#8730, bug#8781.
17055
17056 * loadhist.el (unload--set-major-mode): New function.
17057 (unload-feature): Use it.
17058
17059 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17060 (python-unload-function): New function.
17061
17062 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17065
17066 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17067
17068 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17069 the candidates list.
17070
17071 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17074
17075 2011-06-23 Richard Stallman <rms@gnu.org>
17076
17077 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17078 (rmail-variables): Set next-error-move-function.
17079 (rmail-what-message): Take argument POS.
17080 (rmail-next-error-move): New function.
17081
17082 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17085 messages for adjacent non-terminals.
17086
17087 2011-06-23 Richard Stallman <rms@gnu.org>
17088
17089 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17090 (rmail-show-message-1): Preserve buffer modified flag.
17091 (rmail-start-mail): Don't specify use of rmail-mail-return;
17092 that's done by mail-bury now.
17093 (rmail-mail-return): Handle arg NEWBUF.
17094
17095 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17096
17097 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17098 SIZE is a number.
17099
17100 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17101
17102 * window.el (get-lru-window, get-mru-window)
17103 (get-largest-window): Never return a minibuffer window.
17104 (display-buffer-pop-up-window): Fix a bug that could lead to
17105 reusing the minibuffer window.
17106 (display-buffer): Pass original specifier argument to
17107 display-buffer-function instead of the normalized one.
17108 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17109
17110 2011-06-22 Leo Liu <sdl.web@gmail.com>
17111
17112 * minibuffer.el (completing-read-function)
17113 (completing-read-default): Move from minibuf.c.
17114
17115 2011-06-22 Richard Stallman <rms@gnu.org>
17116
17117 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17118 to Rmail even if not started by a special Rmail command.
17119
17120 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17121 Copy the buffer currently showing just one message.
17122
17123 2011-06-22 Roland Winkler <winkler@gnu.org>
17124
17125 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17126 (bibtex-clean-entry): First delete the old key so that a
17127 customized algorithm for generating the new key does not get
17128 confused by the old key.
17129 (bibtex-url): Obey regexp of first step.
17130 (bibtex-search-entries): Do not use add-to-list with local
17131 list-var.
17132
17133 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17134
17135 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17136 stored a user name, then query for the password first, instead of
17137 waiting for SMTP to give an error message and the trying again.
17138
17139 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17140
17141 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17142 BUFFER in call-process.
17143
17144 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17145
17146 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17147 QUIT twice.
17148 (smtpmail-try-auth-methods): Require user name and password from
17149 auth-source.
17150
17151 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17152
17153 * window.el (display-buffer-default-specifiers)
17154 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17155 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17156 (split-window): Normalize SIDE argument (Bug#8916).
17157
17158 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17159 (special-display-frame-alist, special-display-popup-frame):
17160 Remove duplicate declarations. These are now in window.el.
17161
17162 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17163
17164 * mail/smtpmail.el (smtpmail-via-smtp):
17165 Set :use-starttls-if-possible so that we always use STARTTLS if the
17166 server supports it. SMTP servers that support STARTTLS commonly
17167 require it.
17168
17169 * net/network-stream.el (network-stream-open-starttls): Support
17170 upgrading to STARTTLS always, even if we don't have built-in support.
17171 (open-network-stream): Add the :always-query-capabilities keyword.
17172
17173 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17174 upgrades with `open-network-stream', and rely solely on
17175 auth-source for all credentials. Big changes throughout the file,
17176 but in particular:
17177 (smtpmail-auth-credentials): Remove.
17178 (smtpmail-starttls-credentials): Remove.
17179 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17180 MAIL FROM, too.
17181
17182 * net/network-stream.el (network-stream-open-starttls):
17183 Provide support for client certificates both for external and built-in
17184 STARTTLS.
17185 (auth-source): Require.
17186 (open-network-stream): Document the :client-certificate keyword.
17187 (network-stream-certificate): Change cert-cert to cert and
17188 cert-key to key.
17189
17190 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17191
17192 * net/tramp-cache.el (top): Don't load the persistency file when
17193 "emacs -Q" has been called.
17194
17195 2011-06-21 Tim Harper <timcharper@gmail.com>
17196
17197 * term/ns-win.el (ns-initialize-window-system):
17198 Set application-specific `ApplePressAndHoldEnabled' system
17199 resource to NO as it is not yet supported by the NS port.
17200
17201 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17202
17203 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17204 (list-dynamic-libraries): ...not here.
17205
17206 2011-06-21 Leo Liu <sdl.web@gmail.com>
17207
17208 * subr.el (sha1): Implement sha1 using secure-hash.
17209
17210 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17211
17212 * window.el (display-buffer-alist): In default value do not
17213 enforce searching a window on any but the selected frame.
17214 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17215 (display-buffer-select-window): Remove function.
17216 (display-buffer-in-window): When a window on another frame gets
17217 reused, do not select it any more but just raise its frame if
17218 necessary (Bug#8851) and (Bug#8856).
17219 (display-buffer-normalize-options): Handle pop-up-frames related
17220 options more faithfully.
17221 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17222 window if it is on another frame.
17223 (display-buffer-alist, display-buffer-default-specifiers):
17224 Don't make new frame unsplittable by default.
17225 (display-buffer-normalize-argument): Fix doc-string typo and use
17226 'same-frame-other-window instead of 'other-window when associating
17227 with display-buffer-macro-specifiers.
17228
17229 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17230
17231 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17232 New functions.
17233 (5x5-mode-map, 5x5-mode-menu): Bind them.
17234 (5x5-draw-grid): Tweak the solver's rendering.
17235
17236 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17239 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17240
17241 2011-06-21 Drew Adams <drew.adams@oracle.com>
17242
17243 * menu-bar.el: Use function variable instead of switch-to-buffer.
17244 (menu-bar-select-buffer-function): New variable.
17245 (menu-bar-update-buffers): Use it (bug#8876).
17246
17247 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17250 variable's status.
17251
17252 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17253
17254 * x-dnd.el (x-dnd-version-from-flags)
17255 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17256 and long as number (Bug#8899).
17257 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17258
17259 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17262 (completion-try-completion, completion-all-completions): Compute the
17263 metadata argument if it's missing; make it optional (bug#8795).
17264
17265 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17266 (widget-complete): Use new :completion-function property.
17267 (widget-completions-at-point): New function.
17268 (default): Use :completion-function instead of :complete.
17269 (widget-default-completions): Rename from widget-default-complete;
17270 Rewrite.
17271 (widget-string-complete, widget-file-complete, widget-color-complete):
17272 Remove functions.
17273 (file, symbol, function, variable, coding-system, color):
17274 * international/mule-cmds.el (default-input-method, charset)
17275 (language-info-custom-alist):
17276 * cus-edit.el (face): Use new property :completions.
17277
17278 * progmodes/pascal.el (pascal-completions-at-point): New function.
17279 (pascal-mode): Use it.
17280 (pascal-mode-map): Use completion-at-point.
17281 (pascal-toggle-completions): Make obsolete.
17282 (pascal-complete-word, pascal-show-completions):
17283 * progmodes/octave-mod.el (octave-complete-symbol):
17284 Redefine as obsolete alias.
17285 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17286 Signal absence of completion info for old Octave,
17287 (inferior-octave-complete): Redefine as obsolete alias.
17288 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17289 (meta-completions-at-point): Rename from meta-complete-symbol and
17290 adapt it for use on completion-at-point-functions.
17291 (meta-common-mode): Use it.
17292 (meta-looking-at-backward, meta-match-buffer): Remove.
17293 (meta-complete-symbol): Redefine as obsolete alias.
17294 (meta-common-mode-map): Use completion-at-point.
17295 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17296 (makefile-mode-map): Use completion-at-point.
17297 (makefile-completions-at-point): Rename from makefile-complete and
17298 adapt it for use on completion-at-point-functions.
17299 (makefile-mode): Use it.
17300 (makefile-complete): Redefine as obsolete alias.
17301
17302 2011-06-20 Deniz Dogan <deniz@dogan.se>
17303
17304 * net/rcirc.el: Delete trailing whitespaces once and for all.
17305
17306 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17307
17308 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17309
17310 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17311
17312 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17313
17314 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17315
17316 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17317
17318 * window.el (display-buffer-other-window-means-other-frame):
17319 Call display-buffer-normalize-alist.
17320 (display-buffer-normalize-specifiers-1): Rename to
17321 display-buffer-normalize-argument. New argument other-frame.
17322 Rewrite.
17323 (display-buffer-normalize-specifiers-2): Rename to
17324 display-buffer-normalize-options.
17325 (display-buffer-normalize-alist-1): New function.
17326 (display-buffer-normalize-specifiers-3): Rename to
17327 display-buffer-normalize-alist.
17328 Call display-buffer-normalize-alist-1.
17329 (display-buffer-normalize-options-inhibit): New variable.
17330 (display-buffer-normalize-specifiers): Rewrite calling
17331 display-buffer-normalize-alist,
17332 display-buffer-normalize-argument, and
17333 display-buffer-normalize-options. Don't call the latter if
17334 display-buffer-normalize-options-inhibit is non-nil.
17335 (frame-auto-delete): New option.
17336 (window-deletable-p): Use frame-auto-delete.
17337 (window-list-no-nils, window-state-ignored-parameters)
17338 (window-state-get-1, window-state-get, window-state-put-list)
17339 (window-state-put-1, window-state-put-2, window-state-put):
17340 New functions.
17341 (display-buffer-normalize-options): Move special-display-p group
17342 after pop-up-frame group (Bug#8851) and (Bug#8856).
17343
17344 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17345
17346 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17347 groups (Bug#8776).
17348 (rx-submatch-n): New function.
17349 (rx): Document it.
17350
17351 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17352 (Bug#8768).
17353
17354 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17355
17356 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17357
17358 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17359 anytime existing face settings are present (Bug#8889).
17360
17361 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17362 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17363 Remove unused argument.
17364
17365 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17366
17367 * window.el (display-buffer-default-specifiers):
17368 Remove pop-up-frame. Add pop-up-window-min-height,
17369 pop-up-window-min-width, and another reuse-window specifier
17370 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17371 (display-buffer-normalize-specifiers-2):
17372 Handle split-height-threshold and split-width-threshold also when
17373 pop-up-windows is unset. Add a reuse-window specifier for the
17374 case popping up a new window fails.
17375 (special-display-popup-frame): Remove double quoting.
17376 (display-buffer-normalize-specifiers-1): Fix thinko.
17377
17378 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17381 according to comint-completion-addsuffix.
17382
17383 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17384 (pcomplete-suffix-list): Mark as obsolete.
17385 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17386 pcomplete-seen in the closure.
17387 (pcomplete-comint-setup): Setup completion-at-point as well.
17388 (pcomplete--entries): New function.
17389 (pcomplete--env-regexp): New var.
17390 (pcomplete-entries): Rewrite to work with partial-completion and
17391 without relying on pcomplete-suffix-list.
17392 (pcomplete-pare-list): Remove, unused.
17393
17394 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17395
17396 * window.el (display-buffer-alist): Set pop-up-window-min-height
17397 and pop-up-window-min-width in default value. Reported by
17398 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17399 other-window-means-other-frame.
17400 (display-buffer-macro-specifiers): Comment out entry for
17401 other-window specifier.
17402 (display-buffer-other-window-means-other-frame): New function.
17403 (display-buffer-normalize-specifiers-1): New arguments
17404 buffer-name and label. Treat other-window case specially.
17405 (display-buffer-normalize-specifiers-2): Treat other-window case
17406 specially.
17407 (display-buffer-normalize-specifiers-3): New function.
17408 (display-buffer-normalize-specifiers):
17409 Call display-buffer-normalize-specifiers-3.
17410
17411 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17412
17413 * window.el (same-window-p): Fix two typos introduced when
17414 adding with-no-warnings.
17415 (display-buffer-normalize-specifiers-1): Don't check
17416 pop-up-frames for 'unset initialization.
17417 (display-buffer-normalize-specifiers-2): Major rewrite using
17418 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17419 (pop-up-frames, display-buffer-reuse-frames)
17420 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17421 Suggested by David Engster <deng@randomsample.de>.
17422 (even-window-heights): Initialize to 'unset.
17423 (display-buffer-alist-set): Handle new 'unset initializations.
17424 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17425 other window case.
17426
17427 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17428
17429 * window.el (display-buffer-normalize-specifiers-1):
17430 Respect current value of pop-up-frames for most reasonable values of
17431 second argument of display-buffer (Bug#8865).
17432 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17433 (switch-to-buffer-other-window-same-frame)
17434 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17435 Adams (Bug#8875).
17436 (display-buffer): Don't check noninteractive when calling
17437 display-buffer-pop-up-frame.
17438 (display-buffer-pop-up-frame): Never pop up a frame in
17439 noninteractive mode (Bug#8857).
17440 (enlarge-window, shrink-window): Don't report an error when the
17441 window can't be resized as requested (Bug#8862).
17442
17443 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17444
17445 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17446
17447 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17448
17449 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17450
17451 2011-06-15 Alan Mackenzie <acm@muc.de>
17452
17453 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17454 for declarators, disable knr checking to speed up for normal files.
17455 2: Refactor, replacing a sequence of nested if forms by a cond form.
17456
17457 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17458
17459 * net/network-stream.el (open-network-stream): Add the keyword
17460 :always-query-capabilities for the case where you want to force a
17461 `plain' network connection, but the protocol still requires the
17462 capabilitiy command (i.e., SMTP and EHLO).
17463
17464 * subr.el (process-live-p): Rename from `process-alive-p' for
17465 consistency with other `-live-p' functions.
17466
17467 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * window.el (same-window-buffer-names, same-window-regexps)
17470 (special-display-frame-alist, special-display-popup-frame)
17471 (special-display-function, special-display-buffer-names)
17472 (special-display-regexps, pop-up-frame-alist)
17473 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17474 (pop-up-windows, split-window-preferred-function)
17475 (split-height-threshold, split-width-threshold, even-window-heights)
17476 (display-buffer-mark-dedicated): Don't encourage the use of
17477 display-buffer-alist from Elisp code.
17478
17479 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17480
17481 * progmodes/python.el (python-mode): Derive from prog-mode.
17482 * progmodes/ps-mode.el (ps-mode):
17483 * progmodes/mixal-mode.el (mixal-mode):
17484 * progmodes/cfengine.el (cfengine-mode):
17485 * progmodes/ld-script.el (ld-script-mode): Likewise.
17486
17487 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17488
17489 * window.el (display-buffer-alist): Trim default value to avoid
17490 popping up a new frame (Bug#8857) or reusing an arbitrary window
17491 on another frame.
17492 (display-buffer): Do not fall back on popping up a new frame in
17493 batch mode (Bug#8857).
17494
17495 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17496
17497 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17498 (custom-theme-summary): New function.
17499 (customize-themes): Use it.
17500
17501 2011-06-13 Glenn Morris <rgm@gnu.org>
17502
17503 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17504
17505 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17506
17507 * help.el (help-window): Remove variable.
17508 (help-window-point-marker, temp-buffer-max-height)
17509 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17510 (help-print-return-message): Don't set help-window.
17511 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17512 (help-window-setup-finish): Remove.
17513 (help-window-display-message, help-window-setup)
17514 (with-help-window): Major rewrite based on new
17515 display-buffer-window variable.
17516
17517 * help-mode.el (help-mode-finish): Remove help-window related
17518 code.
17519
17520 * view.el (view-exits-all-viewing-windows): Remove reference to
17521 view-return-to-alist in doc-string.
17522 (view-return-to-alist): Make obsolete.
17523 (view-buffer): Call pop-to-buffer-same-window and remove
17524 undo-window code.
17525 (view-buffer-other-window): Call pop-to-buffer-other-window and
17526 simplify code. Ignore second argument.
17527 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17528 simplify code. Ignore second argument.
17529 (view-return-to-alist-update): Make obsolete.
17530 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17531 Rewrite using quit-restore window parameters.
17532 (view-mode-exit): Rename second argument to EXIT-ONLY.
17533 Rewrite using quit-restore-window.
17534 (View-exit, View-exit-and-edit, View-leave, View-quit)
17535 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17536 appropriate arguments.
17537 (view-end-message): Use quit-restore window parameter.
17538
17539 * window.el (display-buffer-function): Rewrite doc-string.
17540 (display-buffer-window, display-buffer-alist): New variables.
17541 (display-buffer-split-specifiers)
17542 (display-buffer-side-specifiers)
17543 (display-buffer-macro-specifiers): New constants.
17544 (display-buffer-even-window-sizes, display-buffer-set-height)
17545 (display-buffer-set-width, display-buffer-select-window)
17546 (display-buffer-in-window, display-buffer-reuse-window)
17547 (display-buffer-split-window-1, display-buffer-split-window)
17548 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17549 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17550 (display-buffer-in-side-window, normalize-buffer-to-display)
17551 (display-buffer-normalize-specifiers-1)
17552 (display-buffer-normalize-specifiers-2)
17553 (display-buffer-normalize-specifiers, display-buffer-frame):
17554 New functions.
17555 (display-buffer): Major rewrite.
17556 (display-buffer-other-window, display-buffer-other-frame)
17557 (pop-to-buffer, switch-to-buffer-other-window)
17558 (switch-to-buffer-other-frame): Rewrite.
17559 (display-buffer-same-window, display-buffer-same-frame)
17560 (display-buffer-same-frame-other-window)
17561 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17562 (pop-to-buffer-other-window)
17563 (pop-to-buffer-same-frame-other-window)
17564 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17565 (switch-to-buffer-other-window-same-frame): New functions.
17566 (same-window-p, special-display-p): Rewrite disabling warnings.
17567 Make obsolete.
17568 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17569 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17570 Make obsolete
17571 (same-window-buffer-names, same-window-regexps)
17572 (special-display-frame-alist, special-display-popup-frame)
17573 (special-display-function, special-display-buffer-names)
17574 (special-display-regexps, pop-up-frame-alist)
17575 (pop-up-frame-function, split-window-preferred-function)
17576 (split-height-threshold, split-width-threshold)
17577 (even-window-heights): Make obsolete.
17578
17579 2011-06-12 Glenn Morris <rgm@gnu.org>
17580
17581 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17582 Misc simplifications.
17583
17584 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17585
17586 * window.el (window-safely-shrinkable-p): Restore function which
17587 was inadvertently removed in change from 2011-06-11. Declare as
17588 obsolete.
17589
17590 * calendar/calendar.el (calendar-generate-window):
17591 Use window-iso-combined-p instead of combination of one-window-p and
17592 window-safely-shrinkable-p.
17593
17594 2011-06-12 Glenn Morris <rgm@gnu.org>
17595
17596 * progmodes/fortran.el (fortran-mode-syntax-table):
17597 * progmodes/f90.el (f90-mode-syntax-table):
17598 Set % to punctuation. (Bug#8820)
17599 (f90-find-tag-default): Remove, no longer needed.
17600
17601 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17602
17603 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17604
17605 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17606
17607 * image.el (image-animated-p): Return animation delay in seconds.
17608 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17609 (image-animate-timeout): Remove DELAY argument. Don't assume
17610 every subimage has the same delay; get it from image-animated-p.
17611 (image-animate): Caller changed.
17612
17613 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17614
17615 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17616 to ignored backtrace functions.
17617
17618 2011-06-11 Glenn Morris <rgm@gnu.org>
17619
17620 * calendar/appt.el (appt-disp-window-function): Doc fix.
17621 (appt-check): Handle overlapping appointments. (Bug#8337)
17622
17623 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17624
17625 * window.el (window-tree-1, window-tree): New functions, moving
17626 the latter to window.el.
17627 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17628 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17629 (bw-refresh-edges): Remove.
17630 (balance-windows-1, balance-windows-2): New functions.
17631 (balance-windows): Rewrite in terms of window tree functions,
17632 balance-windows-1 and balance-windows-2.
17633 (bw-adjust-window): Remove.
17634 (balance-windows-area-adjust): New function with functionality of
17635 bw-adjust-window but using resize-window.
17636 (set-window-text-height): Rewrite doc-string.
17637 Use normalize-live-window and resize-window.
17638 (enlarge-window-horizontally, shrink-window-horizontally):
17639 Rename argument to DELTA.
17640 (window-buffer-height): New function.
17641 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17642 Rewrite using new window resize routines.
17643 (kill-buffer-and-window, mouse-autoselect-window-select):
17644 Use ignore-errors instead of condition-case.
17645 (quit-window): Call delete-frame instead of delete-windows-on
17646 for the only buffer on frame.
17647
17648 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17649
17650 * loadup.el (top-level): Load window before files for the sake
17651 of replace-buffer-in-windows.
17652
17653 * files.el (read-buffer-to-switch)
17654 (switch-to-buffer-other-window)
17655 (switch-to-buffer-other-frame, display-buffer-other-frame):
17656 Move to window.el.
17657
17658 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17659 (previous-buffer): Move to window.el.
17660
17661 * bindings.el (unbury-buffer): Move to window.el.
17662
17663 * window.el (delete-other-windows-vertically): Move after
17664 definition of delete-other-windows.
17665 (other-window, delete-windows-on, replace-buffer-in-windows):
17666 Move here from window.c.
17667 (record-window-buffer, unrecord-window-buffer)
17668 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17669 (switch-to-next-buffer): New functions.
17670 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17671 from simple.el. Call switch-to-next-buffer.
17672 (previous-buffer): Move here from simple.el.
17673 Call switch-to-prev-buffer.
17674 (bury-buffer): Move here from buffer.c. Switch to previous
17675 buffer when window cannot be deleted.
17676 (unbury-buffer): Move here from bindings.el.
17677 (ctl-x-map): Move binding for other-window from window.c to
17678 here.
17679 (read-buffer-to-switch, switch-to-buffer-other-window)
17680 (switch-to-buffer-other-frame): Move here from files.el.
17681 (normalize-buffer-to-switch-to): New functions.
17682 (switch-to-buffer): Move here from buffer.c.
17683 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17684
17685 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17686
17687 * window.el (window-min-height, window-min-width): Move here
17688 from window.c. Add defcustoms and rewrite doc-strings.
17689 (resize-mini-window, resize-window): New functions.
17690 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17691 Move here from window.c.
17692 (maximize-window, minimize-window): New functions.
17693 (delete-window, delete-other-windows, split-window): Move here
17694 from window.c.
17695 (window-split-min-size): New function.
17696 (split-window-keep-point): Mention split-window-above-each-other
17697 instead of split-window-vertically.
17698 (split-window-above-each-other, split-window-vertically):
17699 Rename split-window-vertically to split-window-above-each-other
17700 and provide defalias for old definition.
17701 (split-window-side-by-side, split-window-horizontally):
17702 Rename split-window-horizontally to split-window-side-by-side
17703 and provide defalias for the old definition.
17704 (ctl-x-map): Move bindings for delete-window,
17705 delete-other-windows and enlarge-window here from window.c.
17706 Replace bindings for split-window-vertically and
17707 split-window-horizontally by bindings for
17708 split-window-above-each-other and split-window-side-by-side.
17709
17710 * cus-start.el (all): Remove entries for window-min-height and
17711 window-min-width. Add entries for window-splits and
17712 window-nest.
17713
17714 2011-06-09 Glenn Morris <rgm@gnu.org>
17715
17716 * calendar/appt.el (appt-mode-line): New function.
17717 (appt-check, appt-disp-window): Use it.
17718
17719 * files.el (hack-one-local-variable-eval-safep):
17720 Allow minor-modes with explicit +/-1 arguments.
17721
17722 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17723
17724 * term/xterm.el (xterm): Add defgroup.
17725 (xterm-extra-capabilities): Add defcustom to supply known xterm
17726 capabilities, skip querying them, or query them (default).
17727 (terminal-init-xterm): Use it.
17728 (terminal-init-xterm-modify-other-keys): New function to set up
17729 modifyOtherKeys support to simplify `terminal-init-xterm'.
17730
17731 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17732
17733 * window.el (resize-window-reset, resize-window-reset-1)
17734 (resize-subwindows-skip-p, resize-subwindows-normal)
17735 (resize-subwindows, resize-other-windows, resize-this-window)
17736 (resize-root-window, resize-root-window-vertically)
17737 (window-deletable-p, window-or-subwindow-p)
17738 (frame-root-window-p): New functions.
17739
17740 2011-06-09 Glenn Morris <rgm@gnu.org>
17741
17742 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17743 (ange-ftp-get-files): Use it.
17744
17745 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17746
17747 * mail/sendmail.el (mail-recover-1, mail-recover):
17748 * files.el (recover-file, recover-session):
17749 Handle dired-listing-switches not being just a single short option.
17750
17751 2011-06-09 Glenn Morris <rgm@gnu.org>
17752
17753 * calendar/appt.el (appt-display-message, appt-disp-window):
17754 Handle lists of appointments.
17755
17756 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17757
17758 * window.el (one-window-p): Move down in code.
17759 Rewrite doc-string.
17760 (window-current-scroll-bars): Rewrite doc-string.
17761 Normalize live window argument.
17762 (walk-windows, get-window-with-predicate, count-windows):
17763 Rewrite doc-string. Use window-list-1.
17764 (window-in-direction-2, window-in-direction, get-mru-window):
17765 New functions.
17766
17767 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17768
17769 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17770 Doc fix (Bug#8713).
17771
17772 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17773
17774 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17775
17776 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17777
17778 * loadhist.el (unload-feature-special-hooks):
17779 Add `comint-output-filter-functions'.
17780
17781 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17782
17783 * calendar/appt.el (appt-check): Move some initializations into the let.
17784
17785 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17786
17787 * window.el (window-height): Defalias to window-total-height.
17788 (window-width): Defalias to window-body-width.
17789
17790 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17791
17792 * image-mode.el (image-toggle-animation): New command.
17793 (image-mode-map): Bind it to RET.
17794 (image-mode): Update message.
17795 (image-toggle-display-image): Avoid a spurious cache flush.
17796 (image-transform-rotation): Doc fix.
17797 (image-transform-properties): Return quickly in the normal case.
17798 (image-animate-loop): Rename from image-animate-max-time.
17799
17800 * image.el (image-animate-max-time): Move to image-mode.el.
17801 (create-animated-image): Remove unnecessary function.
17802 (image-animate): Rename from image-animate-start. New arg.
17803 (image-animate-stop): Remove; just use image-animate-timer.
17804 (image-animate-timer): Use car-safe.
17805 (image-animate-timeout): Rename argument.
17806
17807 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17808
17809 * window.el (get-lru-window, get-largest-window): Move here from
17810 window.c. Rename first argument to ALL-FRAMES.
17811 Rephrase doc-strings.
17812 (get-buffer-window-list): Rewrite using window-list-1.
17813 Rephrase doc-string.
17814 (window-safe-min-height, window-safe-min-width): New constants.
17815 (window-size-ignore, window-min-size, window-min-size-1)
17816 (window-sizable, window-sizable-p, window-size-fixed-1)
17817 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17818 (window-max-delta-1, window-max-delta, window-resizable)
17819 (window-resizable-p, window-total-height, window-total-width)
17820 (window-body-width): New functions.
17821 (window-full-height-p, window-full-width-p): Rewrite using
17822 window-total-size.
17823 (window-body-height): Rewrite using window-body-size.
17824
17825 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17826
17827 * window.el (window-right, window-left, window-child)
17828 (window-child-count, window-last-child, window-any-p)
17829 (normalize-live-buffer, normalize-live-frame)
17830 (normalize-any-window, normalize-live-window)
17831 (window-iso-combination-p, window-iso-combined-p)
17832 (window-iso-combinations)
17833 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17834 (windows-with-parameter, window-with-parameter)
17835 (window-atom-root, make-window-atom, window-atom-check-1)
17836 (window-atom-check, window-side-check, window-check):
17837 New functions.
17838 (ignore-window-parameters, window-sides, window-sides-vertical)
17839 (window-sides-slots): New variables.
17840 (window-size-fixed): Move down in code. Minor doc-string fix.
17841
17842 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17843
17844 * comint.el (comint-dynamic-complete-as-filename)
17845 (comint-dynamic-complete-filename): Correctly call
17846 completion-in-region.
17847
17848 2011-06-05 Deniz Dogan <deniz@dogan.se>
17849
17850 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17851 in last change.
17852
17853 2011-06-05 Deniz Dogan <deniz@dogan.se>
17854
17855 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17856 (rcirc): Use it to prompt for encryption.
17857
17858 2011-06-05 Roland Winkler <winkler@gnu.org>
17859
17860 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17861 (bibtex-search-entries): New command bound to C-c C-a.
17862 (bibtex-display-entries): New function.
17863
17864 2011-06-05 Roland Winkler <winkler@gnu.org>
17865
17866 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17867 (bibtex-insert-kill): After yanking insert newline if necessary.
17868 (bibtex-initialize): Call bibtex-string-files-init only once.
17869 (bibtex-mode): Do not call easy-menu-add.
17870 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17871 (bibtex-yank): Set arg properly if nil.
17872
17873 2011-06-05 Roland Winkler <winkler@gnu.org>
17874
17875 * textmodes/bibtex.el (bibtex-search-entry-globally):
17876 New variable.
17877 (bibtex-search-entry): Use it.
17878
17879 2011-06-05 Roland Winkler <winkler@gnu.org>
17880
17881 * textmodes/bibtex.el (bibtex-entry-format): New option
17882 sort-fields.
17883 (bibtex-format-entry, bibtex-reformat): Honor this option.
17884 (bibtex-parse-entry): Return fields in proper order.
17885
17886 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17887
17888 * doc-view.el (doc-view-remove-if): Move computation of result out
17889 of `dolist' to silence misleading lexical-binding warning.
17890
17891 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17892
17893 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17894 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17895
17896 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17897
17898 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17899 "SunOS 5.10".
17900
17901 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17902
17903 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17904 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17905 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17906 (tramp-parse-putty):
17907 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17908 (tramp-completion-function-alist-ssh)
17909 (tramp-completion-function-alist-telnet)
17910 (tramp-completion-function-alist-su)
17911 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17912 cookie.
17913
17914 * net/tramp-ftp.el:
17915 * net/tramp-sh.el:
17916 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17917 load "tramp.el" `tramp-set-completion-function'.
17918
17919 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17920
17921 * shell.el: Require and use pcomplete.
17922 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17923 (shell-completion-vars): Set pcomplete-default-completion-function.
17924
17925 2011-06-04 Deniz Dogan <deniz@dogan.se>
17926
17927 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17928 `memq' (Bug#8799).
17929
17930 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17933
17934 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17935
17936 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17937 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17938 * vc/log-view.el (log-view-beginning-of-defun):
17939 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17940 (smerge-refine-forward, smerge-refine-chopup-region):
17941 Silence warning for unused `dotimes' counter variables.
17942
17943 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * net/tramp.el (tramp-with-progress-reporter): Rename from
17946 with-progress-reporter. Use `declare'.
17947 * net/tramp-smb.el:
17948 * net/tramp-sh.el:
17949 * net/tramp-gvfs.el: Update all uses.
17950
17951 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17952
17953 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17954 buffer isn't killed before making it current.
17955
17956 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 Silence various byte-compiler warnings.
17959 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17960 `access-type' and new obsolescence format.
17961 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17962 new format.
17963 (byte-compile-check-variable): New `access-type' argument.
17964 Only warn if the access-type is obsolete.
17965 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17966 (byte-compile-variable-set): Adjust callers.
17967 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17968 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17969 setting it as obsolete.
17970 * simple.el (minibuffer-completing-symbol):
17971 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17972 access as obsolete.
17973 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17974 obsolete yet.
17975 * international/quail.el (quail-mouse-choose-completion): Remove unused
17976 code referring to obsolete var.
17977 (quail-choose-completion-string): Remove.
17978 * server.el (server-clients-with, server-kill-buffer-query-function)
17979 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17980 * proced.el (proced-send-signal):
17981 * emacs-lisp/lisp.el (lisp-complete-symbol):
17982 Replace completion-annotate-function with completion-extra-properties.
17983
17984 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * simple.el (goto-line): Use read-number.
17987 (overriding-map-is-bound): Remove.
17988 (saved-overriding-map): Change default.
17989 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17990 Take the map as argument.
17991 (universal-argument, negative-argument, digit-argument): Use it.
17992 (restore-overriding-map): Adjust.
17993 (do-auto-fill): Use fill-forward-paragraph.
17994 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17995
17996 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17997 (minibuffer-inactive-mode): New major mode.
17998 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17999 the *Messages* buffer" hack.
18000 (mouse-popup-menubar): Don't burp if the event is a normal key.
18001
18002 Miscellaneous tweaks.
18003 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18004 lexical scoping as in subr.el's dolist and dotimes.
18005 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18006 Silence compiler warning.
18007 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18008 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18009 * international/ccl.el (ccl-compile): Trivial simplification.
18010 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18011 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18012 `printflag' argument.
18013 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18014 Purecopy the whole obsolescence data.
18015
18016 2011-06-01 Leo Liu <sdl.web@gmail.com>
18017
18018 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18019 improve doc-string as suggested by Marco Pessotto
18020 <melmothx@gmail.com>.
18021 (rcirc-print): Fix last change.
18022
18023 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * minibuffer.el (complete-with-action): Return nil for the metadata and
18026 boundaries of non-functional tables.
18027 (completion-table-dynamic): Return nil for the metadata.
18028 (completion-table-with-terminator): Add default case, using
18029 complete-with-action.
18030 (completion--metadata): New function.
18031 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18032 to try and avoid pathological performance problems.
18033 (completion--embedded-envvar-table): Return `category' metadata.
18034
18035 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18036
18037 * subr.el (process-alive-p): New tiny convenience function.
18038
18039 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18040
18041 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18042 content but also its previous major mode.
18043
18044 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18045
18046 * emacs-lisp/debug.el (debug): Restore the previous content of the
18047 *Backtrace* buffer when we exit with C-M-c.
18048
18049 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18050
18051 * minibuffer.el: Add metadata method to completion tables.
18052 (completion-category-overrides): New defcustom.
18053 (completion-metadata, completion--field-metadata)
18054 (completion-metadata-get, completion--styles)
18055 (completion--cycle-threshold): New functions.
18056 (completion-try-completion, completion-all-completions):
18057 Add `metadata' argument to choose completion-styles.
18058 (completion--do-completion): Use metadata to choose cycling.
18059 (completion-all-sorted-completions): Use metadata for sorting.
18060 Remove :completion-cycle-penalty which is not needed any more.
18061 (completion--try-word-completion): Add `metadata' argument.
18062 (minibuffer-completion-help): Check metadata for annotation function
18063 and sorting.
18064 (completion-file-name-table): Return `category' metadata.
18065 (minibuffer-completing-file-name): Make obsolete.
18066 * simple.el (minibuffer-completing-symbol): Make obsolete.
18067 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18068 completion-try-completion.
18069
18070 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18073
18074 2011-05-30 Leo Liu <sdl.web@gmail.com>
18075
18076 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18077 (rcirc-print): Decode all incoming messages (bug#8744).
18078 (rcirc-decode-coding-system): Allow value nil for automatic coding
18079 system detection.
18080
18081 2011-06-01 Glenn Morris <rgm@gnu.org>
18082
18083 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18084
18085 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18086
18087 * image.el (image-animate-max-time): Allow nil and t values.
18088 Default to nil.
18089 (create-animated-image): Doc fix.
18090 (image-animate-start): Remove second arg; just use
18091 image-animate-max-time.
18092 (image-animate-timeout): Doc fix. Args changed.
18093
18094 * image-mode.el (image-toggle-display-image): Ensure that the
18095 image spec passed to the animate timer is the same object as in
18096 the buffer's display property (Bug#6981).
18097 (image-transform-properties): Doc fix.
18098
18099 * image.el (image-animate-max-time): Default to nil.
18100
18101 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18102
18103 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18104 entire buffer list (Bug#8184).
18105
18106 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18107
18108 * image.el (imagemagick-types-inhibit)
18109 (imagemagick-register-types): Doc fix.
18110
18111 2011-05-29 Deniz Dogan <deniz@dogan.se>
18112
18113 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18114 default.
18115
18116 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18117
18118 * select.el: Don't perform clipboard-manager saving in hooks;
18119 leave the hooks empty.
18120
18121 2011-05-28 Leo Liu <sdl.web@gmail.com>
18122
18123 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18124 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18125 (occur-edit-mode): New major mode (Bug#8463).
18126 (occur-after-change-function): New function.
18127 (occur-engine): Give Occur tags a read-only property.
18128
18129 2011-05-28 Kevin Ryde <user42@zip.com.au>
18130
18131 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18132
18133 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18134
18135 * bindings.el (help-echo): Make the initial non-indicator dash
18136 empty on graphical terminals (Bug#7295).
18137
18138 * files.el (auto-mode-alist): Move config rule after the
18139 in-stripping one (Bug#8547).
18140
18141 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18142
18143 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18144 setting (Bug#8740).
18145
18146 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18147
18148 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18149 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18150 (Bug#8539).
18151
18152 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18153
18154 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18155
18156 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18157
18158 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18159 (hs-hide-block-at-point, hs-find-block-beginning)
18160 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18161 (Bug#8279).
18162
18163 2011-05-28 Glenn Morris <rgm@gnu.org>
18164
18165 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18166
18167 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18168
18169 * help-fns.el (describe-function-1): If the function is a derived
18170 major mode, print the parent mode.
18171
18172 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18173 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18174
18175 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * minibuffer.el (completion--capf-wrapper): Check applicability before
18178 returning non-nil for non-exclusive completion data.
18179 * progmodes/etags.el (tags-completion-at-point-function):
18180 * info-look.el (info-lookup-completions-at-point): Mark as
18181 non-exclusive.
18182 (info-complete): Adjust accordingly.
18183
18184 * info-look.el: Convert to lexical-binding and completion-at-point.
18185 (info-lookup-completions-at-point): New function.
18186 (info-complete): Use it and completion-in-region.
18187
18188 2011-05-28 Drew Adams <drew.adams@oracle.com>
18189
18190 * isearch.el: Let M-e start with point at the first mismatched char.
18191 (isearch-fail-pos): New function.
18192 (isearch-edit-string): Use it.
18193
18194 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18195
18196 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18197
18198 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18199
18200 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18201 traversal functions for avl-trees.
18202 (avl-tree--stack): New struct.
18203 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18204 (avl-tree-enter): Add optional `updatefun' arg.
18205 (avl-tree--do-enter): Add optional `updatefun' arg.
18206 Change return value.
18207 (avl-tree-delete): Add optional `test' and `nilflag' args.
18208 (avl-tree--do-delete): Add `test' and `nilflag' args.
18209 Change return value.
18210 (avl-tree-member): Add optional `nilflag'
18211 (avl-tree-member-p): New function.
18212 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18213 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18214 (avl-tree-stack-empty-p): New functions.
18215
18216 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18217 avl-tree--del-balance1 and make it work both ways.
18218 (avl-tree--del-balance2): Remove.
18219 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18220 make it work both ways.
18221 (avl-tree--enter-balance2): Remove.
18222 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18223 New macros.
18224 (avl-tree--mapc, avl-tree-map): Add direction argument.
18225
18226 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18227
18228 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18229
18230 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18231
18232 * select.el: Support clipboard managers with built-in function
18233 x-clipboard-manager-save, via delete-frame-functions and
18234 kill-emacs-hook.
18235 (xselect-convert-to-targets): Add MULTIPLE target to list.
18236 (xselect-convert-to-save-targets): New function.
18237
18238 2011-05-27 Kenichi Handa <handa@m17n.org>
18239
18240 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18241 let-binding rfc2047-encode-encoded-words to nil.
18242
18243 2011-05-27 Glenn Morris <rgm@gnu.org>
18244
18245 * mail/emacsbug.el: Don't require url-util.
18246
18247 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18248
18249 * files.el (set-auto-mode):
18250 Also respect mode: entries at the end of the file. (Bug#8586)
18251
18252 2011-05-26 Glenn Morris <rgm@gnu.org>
18253
18254 * files.el (hack-local-variables-prop-line, hack-local-variables):
18255 Downcase mode names, as seems to be traditional.
18256 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18257
18258 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18259 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18260
18261 2011-05-25 Julien Danjou <julien@danjou.info>
18262
18263 * textmodes/rst.el (rst-define-level-faces): Do not define face
18264 symbol if it is already defined.
18265
18266 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18267
18268 * play/5x5.el (5x5-new-game, 5x5-randomize):
18269 Reset 5x5-solver-output to nil when a new grid is cast.
18270 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18271 these debugging traces, as defmacro breaks the compiled code.
18272
18273 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18274
18275 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18276
18277 2011-05-24 Leo Liu <sdl.web@gmail.com>
18278
18279 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18280 (vc-bzr-sha1): Adapt.
18281
18282 * sha1.el: Remove. Function `sha1' is now builtin.
18283
18284 * bindings.el: Provide sha1 feature.
18285
18286 2011-05-24 Kenichi Handa <handa@m17n.org>
18287
18288 * mail/sendmail.el: Require `rfc2047'.
18289 (mail-insert-from-field): Do not perform RFC2047 encoding.
18290 (mail-encode-header): New function.
18291 (sendmail-send-it): Set buffer-file-coding-system of the work
18292 buffer to the return value of select-message-coding-system.
18293 Call mail-encode-header.
18294
18295 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18296
18297 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18298
18299 * mail/supercite.el (sc-default-cite-frame):
18300 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18301
18302 2011-05-24 Glenn Morris <rgm@gnu.org>
18303
18304 * progmodes/python.el (brm-menu): Declare.
18305
18306 * emulation/viper.el (viper-set-hooks): Declare.
18307
18308 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18309 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18310 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18311 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18312 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18313 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18314
18315 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18316
18317 Add an :exit-function for completion-at-point.
18318
18319 * minibuffer.el (completion--done): New fun.
18320 (completion--do-completion): Use it. New arg `expect-exact'.
18321 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18322 since completion--do-completion does it for us now.
18323 (minibuffer-force-complete): Use completion--done and
18324 completion--replace. Handle sole-completion case with more care.
18325 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18326 (completion-extra-properties): New var.
18327 (completion-annotate-function): Make obsolete.
18328 (minibuffer-completion-help): Adjust accordingly.
18329 Use completion-list-insert-choice-function.
18330 (completion-at-point, completion-help-at-point):
18331 Bind completion-extra-properties.
18332 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18333 * simple.el (completion-list-insert-choice-function): New var.
18334 (completion-setup-function): Preserve it.
18335 (choose-completion): Pay attention to it, shuffle the code a bit.
18336 (choose-completion-string): New arg `insert-function'.
18337
18338 * textmodes/bibtex.el: Convert to lexical binding.
18339 (bibtex-mode-map): Use completion-at-point.
18340 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18341 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18342 (bibtex-complete): Define as obsolete alias.
18343 (bibtex-complete-internal): Remove.
18344 (bibtex-format-entry): Remove unused sub-group in regexp.
18345 * shell.el (shell--command-completion-data)
18346 (shell-environment-variable-completion):
18347 * pcomplete.el (pcomplete-completions-at-point):
18348 * comint.el (comint--complete-file-name-data): Use :exit-function
18349 instead of completion-table-with-terminator so it also works for
18350 choose-completion.
18351
18352 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18355
18356 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18357 (bug#8710).
18358
18359 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18360
18361 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18362
18363 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18364 customization variable and implement: If non-nil, auto-fill will
18365 be inhibited while on topic's header line.
18366
18367 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18368
18369 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18370 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18371 always have a solution in grid size = 5 cases.
18372 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18373 (5x5-solver-output, 5x5-log-buffer): New vars.
18374 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18375 Make these variables buffer local to achieve 5x5 multi-session-ness.
18376 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18377 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18378 (5x5-solve-suggest): New funs.
18379 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18380 randomize a grid so that we ensure that there is always a solution.
18381 (5x5-make-random-grid): Allow other movement than flipping.
18382
18383 2011-05-23 Kevin Ryde <user42@zip.com.au>
18384
18385 * emacs-lisp/advice.el (ad-read-advised-function):
18386 Use `function-called-at-point' as the default, if it has
18387 advice and passes PREDICATE.
18388
18389 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18390
18391 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18392 byte-compile-lambda if it's actually a lambda.
18393
18394 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18395 Fix function quoting. Use backquote better.
18396
18397 2011-05-22 Yuanle Song <sylecn@gmail.com>
18398
18399 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18400 matching (Bug#8516).
18401
18402 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18403
18404 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18405 different face (Bug#8178).
18406
18407 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18408
18409 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18410 defface (Bug#8144).
18411
18412 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18415 funcall as well (bug#8712). Warn when performing those conversions.
18416 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18417
18418 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18419
18420 2011-05-22 Glenn Morris <rgm@gnu.org>
18421
18422 * files.el (hack-local-variables-prop-line): Small simplifications.
18423 (hack-local-variables, hack-local-variables-prop-line):
18424 If MODE-ONLY, return the mode, rather than just `t'.
18425
18426 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18429
18430 2011-05-21 Glenn Morris <rgm@gnu.org>
18431
18432 * files.el (hack-local-variables-prop-line, hack-local-variables):
18433 If only interested in the mode, don't bother doing the other stuff.
18434
18435 * image-mode.el (image-after-revert-hook):
18436 Redraw all frames on which the image is visible. (Bug#8567)
18437
18438 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18439
18440 * wid-edit.el (widget-checklist-match-inline):
18441 Fix 2011-04-19 change. (Bug#8649)
18442
18443 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18444
18445 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18446 Also allow singlespace after single-letter capitals followed by a dot.
18447
18448 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18449 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18450
18451 2011-05-20 Nix <nix@esperi.org.uk>
18452
18453 * files.el (basic-save-buffer-2):
18454 Fix handling of break-hardlink-on-save with non-existent files.
18455
18456 2011-05-19 Deniz Dogan <deniz@dogan.se>
18457
18458 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18459 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18460
18461 2011-05-19 Glenn Morris <rgm@gnu.org>
18462
18463 * progmodes/f90.el (f90-type-def-re):
18464 Handle "type, bind(c)". (Bug#8691)
18465
18466 * emacs-lisp/autoload.el (batch-update-autoloads):
18467 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18468
18469 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18470
18471 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18472 property for the correct connection in case of multihops.
18473
18474 2011-05-18 Glenn Morris <rgm@gnu.org>
18475
18476 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18477 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18478
18479 Rationalize calendar handling of day and month abbrev-arrays.
18480 * calendar/calendar.el (calendar-customized-p): New function.
18481 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18482 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18483 Add :set function.
18484 (calendar-abbrev-length, calendar-day-abbrev-array)
18485 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18486 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18487 Elements may no longer be nil.
18488 (calendar-day-name, calendar-month-name):
18489 Update for changed nature of abbrev arrays.
18490 * calendar/diary-lib.el (diary-name-pattern):
18491 Update for changed nature of abbrev arrays.
18492 (diary-mark-entries-1): Update calendar-make-alist calls.
18493 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18494 * calendar/cal-html.el (cal-html-day-abbrev-array):
18495 Simply inherit from calendar-day-abbrev-array.
18496
18497 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 * progmodes/grep.el (grep-mode): Disable default
18500 compilation-directory-matcher setting (bug#8684).
18501
18502 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18503
18504 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18505 instead of "head" and "tail". There were problems with SunOS 5.9,
18506 and it performs better.
18507
18508 2011-05-17 Glenn Morris <rgm@gnu.org>
18509
18510 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18511
18512 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18513 Replace obsolete function.
18514
18515 * shell.el (pcomplete-parse-arguments-function): Declare.
18516
18517 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18518 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18519 (appt-check): Doc fixes.
18520 (appt-disp-window-function, appt-delete-window-function):
18521 Remove needless special case in custom :type.
18522 (appt-display-count): Default to 0, not nil.
18523 (appt-check): Reset appt-display-count to 0, not nil.
18524
18525 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18526
18527 * progmodes/python.el (python-font-lock-keywords):
18528 Add the Python 3.X keyword "nonlocal" (bug#8639).
18529
18530 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18531
18532 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18533
18534 2011-05-16 Kevin Ryde <user42@zip.com.au>
18535
18536 * info-look.el (makefile-automake-mode): New setups, looking in
18537 automake manual, then makefile-mode.
18538 (makefile-mode): Remove automake manual, have it just in
18539 makefile-automake-mode since there's various things different or
18540 not relevant to plain make.
18541 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18542 believe a hypothetical automake-mode would go to makefile-mode,
18543 not the other way around.
18544
18545 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18546
18547 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18548 hunk-end tags (Bug#8672).
18549
18550 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18551 vc-annotate-show-diff-revision-at-line (Bug#8671).
18552
18553 2011-05-14 Glenn Morris <rgm@gnu.org>
18554
18555 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18556 in the middle of an existing one with multiple authors. (Bug#8645)
18557 (change-log-font-lock-keywords): Also handle multiple author lines
18558 with leading tabs. (Bug#8644)
18559
18560 * calendar/appt.el (appt-check): Rename some local variables.
18561 Some simplification/reordering.
18562
18563 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18564 (feedmail-sendmail-f-doesnt-sell-me-out)
18565 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18566 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18567 (feedmail-queue-runner-message-sender): Set :version.
18568 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18569 (bbdb-dwim-net-address, vm-mail): Declare.
18570 (feedmail-binmail-gnulinuxish-template):
18571 Rename from feedmail-binmail-linuxish-template.
18572 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18573 Use insert-buffer-substring.
18574
18575 2011-05-14 Bill Carpenter <bill@carpenter.org>
18576
18577 * mail/feedmail.el (feedmail-patch-level): Increase.
18578 (feedmail-debug): New custom group.
18579 (feedmail-confirm-outgoing-timeout)
18580 (feedmail-sendmail-f-doesnt-sell-me-out)
18581 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18582 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18583 (feedmail-sender-line, feedmail-from-line)
18584 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18585 (feedmail-spray-this-address)
18586 (feedmail-spray-address-fiddle-plex-list)
18587 (feedmail-queue-use-send-time-for-date)
18588 (feedmail-queue-use-send-time-for-message-id)
18589 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18590 (feedmail-buffer-eating-function):
18591 Doc fixes.
18592 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18593 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18594 (feedmail-message-action-scroll-down): New functions.
18595 (feedmail-queue-directory, feedmail-queue-draft-directory):
18596 Use expand-file-name.
18597 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18598 Remove C-v help entry.
18599 (feedmail-queue-buffer-file-name): New variable.
18600 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18601 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18602 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18603 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18604 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18605 (feedmail-message-action-toggle-spray)
18606 (feedmail-run-the-queue-no-prompts)
18607 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18608 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18609 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18610 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18611 (feedmail-envelope-deducer, feedmail-fiddle-from)
18612 (feedmail-fiddle-sender, feedmail-default-date-generator)
18613 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18614 (feedmail-fiddle-spray-address)
18615 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18616 (feedmail-fiddle-list-of-fiddle-plexes)
18617 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18618 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18619 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18620 Change default. Doc fix.
18621 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18622 (feedmail-binmail-linuxish-template): New constant.
18623 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18624 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18625 (feedmail-send-it): Add debug call.
18626 Use feedmail-queue-buffer-file-name, and
18627 feedmail-send-it-immediately-wrapper.
18628 (feedmail-message-action-send): Add debug call.
18629 Use feedmail-send-it-immediately-wrapper.
18630 (feedmail-queue-express-to-queue): Add debug call.
18631 Run feedmail-queue-express-hook.
18632 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18633 (feedmail-message-action-help-blat):
18634 Rename from feedmail-queue-send-edit-prompt-help-first.
18635 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18636 Check line-endings. Handle errors better.
18637 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18638 Doc fix. Add debug call.
18639 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18640 Use feedmail-queue-send-edit-prompt-inner.
18641 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18642 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18643 from feedmail-queue-send-edit-prompt.
18644 (feedmail-queue-send-edit-prompt-help)
18645 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18646 (feedmail-tidy-up-slug): Add debug call.
18647 Respect feedmail-queue-slug-suspect-regexp.
18648 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18649 (feedmail-dump-message-to-queue): Add debug call.
18650 Expand queue-directory.
18651 (feedmail-dump-message-to-queue): Change message slightly.
18652 Use feedmail-say-chatter.
18653 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18654 (feedmail-send-it-immediately-wrapper): New function.
18655 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18656 Insert empty string rather than newline. Handle full-frame case.
18657 Use catch/throw. Use feedmail-say-chatter.
18658 (feedmail-fiddle-from): Try mail-host-address.
18659 (feedmail-default-message-id-generator): Doc fix.
18660 Bind system-time-locale. Handle missing end.
18661 (feedmail-fiddle-x-mailer): Add debug call.
18662 Handle feedmail-x-mailer-line being nil.
18663 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18664 Add debug call. Use buffer-substring-no-properties.
18665 (feedmail-say-debug, feedmail-say-chatter): New functions.
18666 (feedmail-find-eoh): Give an explicit error.
18667
18668 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18669
18670 * net/newst-treeview.el (newsticker-treeview-face): Change default
18671 family from helvetica to sans.
18672 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18673 etc/images/newsticker.
18674
18675 * net/newst-reader.el (newsticker-feed-face): Change default
18676 family from helvetica to sans.
18677
18678 * net/newst-plainview.el (newsticker-new-item-face)
18679 (newsticker-old-item-face, newsticker-immortal-item-face)
18680 (newsticker-obsolete-item-face, newsticker-date-face)
18681 (newsticker-statistics-face): Change default family from
18682 helvetica to sans.
18683 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18684 etc/images/newsticker.
18685
18686 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18687 (newsticker--process-auto-mark-filter-match): Tell user about
18688 auto-marking.
18689
18690 2011-05-13 Didier Verna <didier@xemacs.org>
18691
18692 Common Lisp indentation improvements on defmethod and lambda-lists.
18693 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18694 TODO entries.
18695 (lisp-lambda-list-keyword-parameter-indentation)
18696 (lisp-lambda-list-keyword-parameter-alignment)
18697 (lisp-lambda-list-keyword-alignment): New customizable user options.
18698 (lisp-indent-defun-method): Improve docstring.
18699 (extended-loop-p): Fix comment.
18700 (lisp-indent-lambda-list-keywords-regexp): New variable.
18701 (lisp-indent-lambda-list): New function.
18702 (lisp-indent-259): Use it.
18703 (lisp-indent-defmethod): Support for more than one
18704 method qualifier and properly indent methods lambda-lists.
18705 (defgeneric): Provide a missing common-lisp-indent-function property.
18706
18707 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18710 bounds for the empty string (bug#8667).
18711
18712 2011-05-13 Glenn Morris <rgm@gnu.org>
18713
18714 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18715
18716 * mail/sendmail.el (sendmail-program): Try executable-find first.
18717 (sendmail-send-it): `sendmail-program' cannot be unbound.
18718
18719 * calendar/appt.el (appt-make-list): Simplify.
18720 (appt-time-msg-list): Doc fix.
18721 (appt-check): Change mode-line message at the time of the appointment.
18722
18723 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18724
18725 * progmodes/ld-script.el (ld-script-keywords)
18726 (ld-script-builtins): Update keywords list.
18727
18728 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18731
18732 * shell.el (shell-completion-vars): New function.
18733 (shell-mode):
18734 * simple.el (read-shell-command): Use it.
18735 (blink-matching-open): No need for " [...]" in minibuffer-message.
18736
18737 2011-05-12 Glenn Morris <rgm@gnu.org>
18738
18739 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18740 (appt-check): Simplify.
18741
18742 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18743
18744 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18745 literal "/dev/null".
18746
18747 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18750 Fix typo.
18751
18752 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18753
18754 * progmodes/which-func.el (which-function):
18755 Use add-log-current-defun instead of add-log-current-defun-function,
18756 which might not be defined (Bug#8260).
18757
18758 2011-05-12 Glenn Morris <rgm@gnu.org>
18759
18760 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18761 Let byte-compile-initial-macro-environment always take precedence.
18762
18763 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * net/rcirc.el: Add support for SSL/TLS connections.
18766 (rcirc-server-alist): New field `encryption'.
18767 (rcirc): Check `encryption' settings.
18768 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18769 Merge make-local-variable into `set'.
18770 (rcirc--connection-open-p): New function.
18771 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18772 the process is not a network process (e.g. running gnutls-cli).
18773 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18774 Make rcirc-(en|de)code-coding-system local here.
18775 (rcirc-mode): Merge make-local-variable into `set'.
18776 (rcirc-parent-buffer): Make permanent buffer-local.
18777 (rcirc-multiline-minor-mode): Don't do it here.
18778 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18779 there's no server buffer.
18780
18781 2011-05-11 Glenn Morris <rgm@gnu.org>
18782
18783 * newcomment.el (comment-kill): Prefix "unused" local.
18784
18785 * term/w32console.el (get-screen-color): Declare.
18786
18787 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18788 Handle symbol elements of byte-compile-initial-macro-environment.
18789
18790 2011-05-10 Leo Liu <sdl.web@gmail.com>
18791
18792 * bookmark.el (bookmark-bmenu-mode-map):
18793 Bind bookmark-bmenu-search to `/'.
18794
18795 * mail/footnote.el: Convert to utf-8 encoding.
18796 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18797 (Footnote-unicode): New function.
18798 (footnote-style-alist): Add unicode style to the list.
18799 (footnote-style): Doc fix.
18800
18801 2011-05-10 Jim Meyering <meyering@redhat.com>
18802
18803 Fix doubled-word typos.
18804 * international/quail.el (quail-insert-kbd-layout): and and -> and
18805 * kermit.el: and and -> and
18806 * net/ldap.el (ldap-search-internal): to to -> to
18807 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18808 * progmodes/js.el (js-mode): and and -> and
18809 * textmodes/artist.el (artist-move-to-xy): at at -> at
18810 (artist-draw-region-trim-line-endings): if if -> if
18811 And Safetyc -> Safety.
18812 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18813
18814 2011-05-10 Glenn Morris <rgm@gnu.org>
18815 Stefan Monnier <monnier@iro.umontreal.ca>
18816
18817 * files.el (hack-one-local-variable-eval-safep):
18818 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18819
18820 2011-05-10 Glenn Morris <rgm@gnu.org>
18821
18822 * calendar/diary-lib.el (diary-list-entries-hook)
18823 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18824 (diary-nongregorian-marking-hook, diary-list-entries)
18825 (diary-include-other-diary-files, diary-mark-entries)
18826 (diary-mark-included-diary-files): Doc fixes.
18827
18828 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18829
18830 * misc.el: Require tabulated-list.el during compilation.
18831
18832 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18833
18834 * progmodes/compile.el (compilation-start):
18835 Run compilation-filter-hook for the async case too.
18836 (compilation-filter-hook): Doc fix.
18837
18838 2011-05-09 Deniz Dogan <deniz@dogan.se>
18839
18840 * wdired.el: Remove outdated installation comment. Fix usage
18841 comment.
18842
18843 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18844
18845 * misc.el: Implement new command `list-dynamic-libraries'.
18846 (list-dynamic-libraries--loaded-only-p): New variable.
18847 (list-dynamic-libraries--refresh): New function.
18848 (list-dynamic-libraries): New command.
18849
18850 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18851
18852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18853 Fix the ant regexp to handle end-line and end-column info from jikes.
18854 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18855 higher priority to avoid clobbering by gnu.
18856
18857 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18858
18859 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18860 if the face has existing theme settings (Bug#8454).
18861
18862 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18863
18864 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18865 Only match variables declared via `my' or `our' (Bug#8261).
18866
18867 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18868 special file names `.' and `..' (Bug#8259).
18869
18870 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * progmodes/grep.el (grep-mode-font-lock-keywords):
18873 Remove buffer-changing entries.
18874 (grep-filter): New function.
18875 (grep-mode): Add it to compilation-filter-hook.
18876
18877 * progmodes/compile.el (compilation-filter-hook)
18878 (compilation-filter-start): New defvars.
18879 (compilation-filter): Call compilation-filter-hook prior to
18880 updating the process mark.
18881
18882 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18883
18884 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18885
18886 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18887
18888 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18889 mailclient-send-it even if window-system is nil. (Bug#8595)
18890
18891 * term/w32console.el (terminal-init-w32console):
18892 Call get-screen-color and use its output to set the frame
18893 background-mode. (Bug#8597)
18894
18895 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18896
18897 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18898 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18899 New functions.
18900 (defgeneric, eieio--defmethod): Use them.
18901 (eieio-defgeneric): Remove.
18902 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18903
18904 2011-05-07 Glenn Morris <rgm@gnu.org>
18905
18906 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18907 Use let rather than let*.
18908 (timeclock-find-discrep): Remove unused local.
18909
18910 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18911
18912 * calendar/appt.el (appt-time-msg-list): Doc fix.
18913
18914 2011-05-06 Noah Friedman <friedman@splode.com>
18915
18916 * apropos.el (apropos-print-doc): Only use
18917 emacs-lisp-docstring-fill-column when it is bound to an integer,
18918 per that variable's documentation.
18919
18920 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18921
18922 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18923 and warnings are not silently discarded (e.g. use -d instead of -P).
18924
18925 2011-05-06 Glenn Morris <rgm@gnu.org>
18926
18927 * calendar/appt.el (appt-message-warning-time): Doc fix.
18928 (appt-warning-time-regexp): New option.
18929 (appt-make-list): Respect appt-message-warning-time.
18930
18931 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18932 New options.
18933 (diary-add-to-list): Strip comments from the displayed string.
18934 (diary-mode): Set comment-start and comment-end.
18935
18936 * vc/diff-mode.el (smerge-refine-subst): Declare.
18937 (diff-refine-hunk): Don't require smerge-mode when compiling.
18938
18939 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18940
18941 * simple.el (list-processes): Return nil as the docstring says.
18942
18943 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18944
18945 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18946 to "".
18947 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18948 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18949 determining of binary transfer. (Bug#7383)
18950
18951 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18952
18953 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18954 Fix port computation bug. (Bug#8618)
18955
18956 2011-05-05 Glenn Morris <rgm@gnu.org>
18957
18958 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18959
18960 * simple.el (shell-dynamic-complete-functions)
18961 (comint-dynamic-complete-functions): Declare.
18962
18963 * net/network-stream.el (gnutls-negotiate):
18964 * simple.el (tabulated-list-print): Fix declarations.
18965
18966 * progmodes/gud.el (syntax-symbol, syntax-point):
18967 Remove unnecessary and incorrect declarations.
18968
18969 * emacs-lisp/check-declare.el (check-declare-scan):
18970 Handle byte-compile-initial-macro-environment in bytecomp.el.
18971
18972 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18973
18974 Fix earlier half-done eieio-defmethod change (bug#8338).
18975 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18976 Streamline and change calling convention.
18977 (defmethod): Adjust accordingly and simplify.
18978 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18979 new eieio--defmethod.
18980 (slot-boundp): Minor CSE simplification.
18981
18982 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18983
18984 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18985 (glasses-make-readable): Use glasses-separate-capital-groups.
18986
18987 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18988
18989 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18990 (warning-series): Doc fix.
18991 (display-warning): Don't try to create the buffer if we just found it.
18992
18993 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18994
18995 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18996 (autoload-find-generated-file): New function.
18997 (generate-file-autoloads): Bind generated-autoload-file to
18998 buffer-file-name.
18999 (update-file-autoloads, update-directory-autoloads):
19000 Use autoload-find-generated-file. If called interactively, prompt for
19001 output file (Bug#7989).
19002 (batch-update-autoloads): Doc fix.
19003
19004 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19005
19006 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19007
19008 2011-05-04 Glenn Morris <rgm@gnu.org>
19009
19010 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19011 function, so it follows changes in calendar-date-style.
19012 (diary-fancy-date-matcher): New function.
19013 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19014 (diary-fancy-font-lock-fontify-region-function):
19015 Use diary-fancy-date-pattern as a function.
19016
19017 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19018 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19019
19020 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19021
19022 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19023 instead of positional arguments. Allow :keylist and :crlfiles
19024 arguments.
19025 (open-gnutls-stream): Call it.
19026
19027 * net/network-stream.el (network-stream-open-starttls): Adjust to
19028 call `gnutls-negotiate' with :process and :hostname arguments.
19029
19030 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * minibuffer.el (completion--message): New function.
19033 (completion--do-completion, minibuffer-complete)
19034 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19035 (completion--do-completion): Don't ignore completion-auto-help when in
19036 icomplete-mode.
19037
19038 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19039 internal encoding (e.g. tibetan zero is not whitespace).
19040 (global-whitespace-mode): Prefer save-current-buffer.
19041 (whitespace-trailing-regexp): Remove useless save-match-data.
19042 (whitespace-empty-at-bob-regexp): Minor simplification.
19043
19044 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19045
19046 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19047
19048 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19049
19050 * textmodes/ispell.el (ispell-add-per-file-word-list):
19051 Use `concat' to create string for insertion.
19052
19053 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19054
19055 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19056 Avoid open-line which runs post-self-insert-hook.
19057 (bibtex-fill-entry): Remove unused `end' var.
19058
19059 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19060
19061 * textmodes/ispell.el (ispell-add-per-file-word-list):
19062 Protect against `nil' value of `comment-start' (Bug#8579).
19063
19064 2011-05-03 Leo Liu <sdl.web@gmail.com>
19065
19066 * isearch.el (isearch-yank-pop): New command.
19067 (isearch-mode-map): Bind it to `M-y'.
19068 (isearch-forward): Mention it.
19069
19070 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * simple.el (minibuffer-complete-shell-command): Remove.
19073 (minibuffer-local-shell-command-map): Use completion-at-point.
19074 (read-shell-command): Setup completion vars here instead.
19075 (read-expression-map): Bind TAB to symbol completion.
19076
19077 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19078 error directly rather via storing it into `results'.
19079
19080 2011-05-02 Leo Liu <sdl.web@gmail.com>
19081
19082 * vc/diff.el: Fix description.
19083
19084 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19085
19086 * server.el (server-eval-at): New function.
19087
19088 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19089
19090 * net/network-stream.el (open-network-stream): Take a :nowait
19091 parameter and pass it on to `make-network-process'.
19092 (network-stream-open-plain): Ditto.
19093
19094 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19095
19096 * faces.el (face-spec-set-match-display): Don't match toolkit
19097 options on terminal frames.
19098
19099 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * progmodes/pascal.el: Use lexical binding.
19102 (pascal-mode-map): Remove author preferences.
19103
19104 * pcomplete.el (pcomplete-std-complete): Don't abuse
19105 completion-at-point.
19106
19107 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19108
19109 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19110 removing code that has been dead since 1991 or so.
19111
19112 * startup.el (command-line): When warning about "_emacs", use a
19113 delayed warning to allow the user to filter it out.
19114
19115 2011-04-28 Deniz Dogan <deniz@dogan.se>
19116
19117 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19118 user has not joined.
19119
19120 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19121
19122 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19123 aren't any completions at point.
19124
19125 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19126
19127 * subr.el (display-delayed-warnings): New function.
19128 (delayed-warnings-hook): New variable.
19129
19130 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19131
19132 * minibuffer.el (completion-at-point, completion-help-at-point):
19133 Don't presume that a given completion-at-point-function will always
19134 use the same calling convention.
19135
19136 * pcomplete.el (pcomplete-completions-at-point):
19137 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19138 pcomplete-seen is non-nil.
19139 (pcomplete-comint-setup): Also recognize the new comint/shell
19140 completion functions.
19141 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19142 pcomplete-seen is non-nil.
19143
19144 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19145
19146 * calendar/icalendar.el (diary-lib): Add require statement.
19147 (icalendar--create-uid): Read out a uid from a text-property on
19148 the first character in the entry. This allows for code to add its
19149 own uid to the entry.
19150 (icalendar--convert-float-to-ical): Add export of
19151 `diary-float'-entries save for those with the optional DAY
19152 argument.
19153
19154 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19155
19156 * subr.el (shell-quote-argument): Use alternate escaping strategy
19157 when we spot a variable reference in a string.
19158
19159 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19160
19161 * cus-start.el (all): Define customization for debug-on-event.
19162
19163 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19164
19165 * subr.el (shell-quote-argument): Escape correctly under Windows.
19166
19167 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19168
19169 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19170
19171 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19172
19173 * net/tramp.el (tramp-process-actions): Add POS argument.
19174 Delete region between POS and (pos).
19175
19176 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19177 Use `nil' position in `tramp-process-actions' call.
19178 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19179
19180 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19181 position in `tramp-process-actions' call.
19182
19183 * net/trampver.el: Update release number.
19184
19185 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * custom.el (defcustom): Obey lexical-binding.
19188
19189 Fix octave-inf completion problems reported by Alexander Klimov.
19190 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19191 Inherit from octave-mode-syntax-table.
19192 (inferior-octave-mode): Set info-lookup-mode.
19193 (inferior-octave-completion-at-point): New function.
19194 (inferior-octave-complete): Use it and completion-in-region.
19195 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19196 comint-filename-completion.
19197 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19198 symbol elements which shouldn't be word elements.
19199 (octave-font-lock-keywords, octave-beginning-of-defun)
19200 (octave-function-header-regexp): Adjust regexps accordingly.
19201 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19202
19203 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19204
19205 * net/gnutls.el (gnutls-errorp): Declare before first use.
19206
19207 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19208
19209 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19210 verify-error, and verify-hostname-error parameters. Check whether
19211 default trustfile exists before going to use it. Add missing
19212 argument to gnutls-message-maybe call. Return value.
19213 Reported by Claudio Bley <claudio.bley@gmail.com>.
19214 (open-gnutls-stream): Add usage example.
19215
19216 * net/network-stream.el (network-stream-open-starttls): Give host
19217 parameter to `gnutls-negotiate'.
19218 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19219 * subr.el (shell-quote-argument): Escape correctly under Windows.
19220
19221 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19222
19223 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19224 Use correct match group (bug#8438).
19225
19226 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19227
19228 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19229 (package-menu--generate): New arg specifying packages to show.
19230 (package-menu-refresh, package-menu-execute, list-packages):
19231 Callers changed.
19232 (package-show-package-list): New function, replacing deleted
19233 package--list-packages (renamed because it is non-internal).
19234
19235 * finder.el (finder-list-matches): Use package-show-package-list
19236 instead of deleted package--list-packages.
19237
19238 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19239 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19240 (vc-annotate-mode-map): Bind it to RET.
19241
19242 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19243
19244 * progmodes/etags.el (next-file): Don't use set-buffer to change
19245 buffers (Bug#8478).
19246
19247 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19248
19249 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19250
19251 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19252 (apropos-accumulator): Doc fix.
19253 (apropos-function, apropos-macro, apropos-command)
19254 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19255 (apropos-plist): Add face property.
19256 (apropos-symbols-internal): Fix indentation.
19257 (apropos-print): Simplify help, and recognize apropos-multi-type.
19258 (apropos-print-doc): Use button-type-get to extract the button's
19259 face property. Fill docstring (Bug#8352).
19260
19261 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19262
19263 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19264
19265 * play/mpuz.el (mpuz-silent): Doc fix.
19266 (mpuz-mode-map): Use mapc.
19267 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19268 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19269 Fix typos in docstrings.
19270
19271 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19272 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19273
19274 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19275
19276 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19277
19278 * minibuffer.el (completion--do-completion): Avoid the "Next char
19279 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19280
19281 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19282 mouse-2 into unread-command-events, it is interpreted correctly.
19283
19284 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19285 (image-toggle-display): Doc fix.
19286
19287 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19288
19289 * textmodes/page.el (what-page): Use line-number-at-pos to
19290 calculate line number (Bug#6825).
19291
19292 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19293
19294 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19295 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19296 Pass argument NO-DEFAULT to `find-tag-interactive'.
19297
19298 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19299
19300 Lexical-binding cleanup.
19301
19302 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19303 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19304 * progmodes/ada-prj.el (ada-prj-initialize-values)
19305 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19306 (ada-prj-show-value):
19307 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19308 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19309 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19310 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19311 * progmodes/bug-reference.el (bug-reference-push-button):
19312 * progmodes/fortran.el (fortran-line-length):
19313 * progmodes/glasses.el (glasses-change):
19314 * progmodes/octave-mod.el (octave-fill-paragraph):
19315 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19316 (python-pdbtrack-grub-for-buffer, python-sentinel):
19317 * progmodes/sql.el (sql-save-connection):
19318 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19319 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19320 Mark unused parameters.
19321
19322 * progmodes/compile.el (compilation--flush-directory-cache)
19323 (compilation--flush-parse, compile-internal): Mark unused parameters.
19324 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19325 (compilation-next-error-function): Remove unused variable `timestamp'.
19326
19327 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19328 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19329
19330 * progmodes/dcl-mode.el (dcl-end-of-command):
19331 Remove unused variable `start'.
19332 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19333 (dcl-option-value-basic, dcl-option-value-offset)
19334 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19335 Mark unused parameters.
19336 (dcl-save-local-variable): Remove unused variable `val'.
19337 (mode): Declare.
19338
19339 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19340 Mark unused parameters.
19341 (delphi-ignore-changes): Move before first use.
19342 (delphi-charset-token-at): Remove unused variable `start'.
19343 (delphi-else-start): Remove unused variable `if-count'.
19344 (delphi-comment-block-start, delphi-comment-block-end):
19345 Remove unused variable `kind'.
19346 (delphi-indent-line): Remove unused variable `new-point'.
19347
19348 * progmodes/ebrowse.el (ebrowse-files-list)
19349 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19350 Mark unused parameters. Don't quote `lambda'.
19351 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19352 Don't quote `lambda'.
19353 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19354 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19355 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19356 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19357 Use `ignore-errors'.
19358 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19359 (ebrowse-view/find-file-and-search-pattern)
19360 (ebrowse-view/find-member-declaration/definition):
19361 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19362 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19363 Rename parameter PREFIX-ARG to PREFIX.
19364 (ebrowse-tags-read-name): Remove unused variables `start' and
19365 `member-info'.
19366 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19367 to `tags-file'.
19368
19369 * progmodes/etags.el (local-find-tag-hook): Declare.
19370 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19371 Mark unused parameters.
19372
19373 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19374 (executable-interpret): Mark unused parameter.
19375
19376 * progmodes/flymake.el (flymake-process-sentinel)
19377 (flymake-after-change-function)
19378 (flymake-create-temp-with-folder-structure)
19379 (flymake-get-include-dirs-dot): Mark unused parameters.
19380 (flymake-safe-delete-directory): Remove unused variable `err'.
19381
19382 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19383 (speedbar-timer-fn, speedbar-line-text)
19384 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19385 (speedbar-center-buffer-smartly): Declare functions.
19386 (gdb-find-watch-expression): Remove unused variable `array'.
19387 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19388 (gdb-starting): Mark unused parameters.
19389 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19390 (gdb-table-string): Remove unused variable `res'.
19391 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19392 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19393 (gdb-display-buffer): Remove unused variable `cur-size'.
19394
19395 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19396 allow lexical-binding compilation.
19397 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19398 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19399 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19400 Mark unused parameters.
19401 (gud-gdb-marker-filter): Remove unused variable `match'.
19402 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19403 lambda expressions and funcall them, instead of using `fset'.
19404
19405 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19406 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19407
19408 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19409 variable `header-beg'; use `let'.
19410
19411 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19412 `restart', `last-sexp' and `at-do'.
19413
19414 * progmodes/js.el (js--debug): Mark unused parameter.
19415 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19416 (js--splice-into-items): Remove unused variable `item'.
19417 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19418
19419 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19420 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19421 (makefile-complete): Remove unused variable `try'.
19422 (makefile-fill-paragraph, makefile-match-function-end):
19423 Mark unused parameters.
19424
19425 * progmodes/octave-inf.el (inferior-octave-complete):
19426 Remove unused variable `proc'.
19427 (inferior-octave-output-digest): Mark unused parameter.
19428
19429 * progmodes/perl-mode.el (perl-calculate-indent):
19430 Remove unused variable `err'.
19431
19432 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19433 (prolog-indent-line): Mark unused parameters.
19434 (prolog-indent-line): Remove unused variable `beg'.
19435
19436 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19437 (reporter-dont-compact-list): Declare.
19438
19439 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19440 Remove unused variable `char'.
19441 (sh-debug): Mark unused parameter.
19442 (sh-get-indent-info): Remove unused variable `start'.
19443 (sh-calculate-indent): Remove unused variable `var'.
19444
19445 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19446 (simula-electric-keyword): Remove unused variable `null'.
19447 (simula-search-backward, simula-search-forward): Remove unused
19448 variables `begin' and `end'.
19449
19450 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19451 Remove unused variable `pos'.
19452 (vera-electric-tab, vera-comment-uncomment-region):
19453 Mark unused parameters.
19454 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19455
19456 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19457
19458 * emacs-lisp/package.el (package--builtins, package-alist)
19459 (package-load-descriptor, package-built-in-p, package-activate)
19460 (define-package, package-installed-p)
19461 (package-compute-transaction, package-buffer-info)
19462 (package--push): Doc fix. Distinguish more clearly between
19463 version strings and version lists.
19464
19465 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19466
19467 Lexical-binding cleanup.
19468
19469 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19470 (5x5-make-mutate-best):
19471 * play/fortune.el (fortune-in-buffer):
19472 * play/gomoku.el (gomoku-init-display):
19473 * play/solitaire.el (solitaire, solitaire-do-check):
19474 * play/tetris.el (tetris-default-update-speed-function):
19475 Mark unused parameters.
19476
19477 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19478 (bubbles--shift): Remove unused variable `char-org'.
19479 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19480 (bubbles--show-images): Remove unused variable `char'.
19481
19482 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19483 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19484 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19485 (decipher-analyze-buffer): Use ?\s.
19486 (decipher-make-checkpoint): Remove unused variable `mapping'.
19487
19488 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19489
19490 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19491 Remove unused variable `result'; use `let'.
19492
19493 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19494 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19495 (gametree-children-shown-p, gametree-compute-reduced-score):
19496 Use `ignore-errors'.
19497
19498 * play/handwrite.el (ps-lpr-switches): Declare.
19499 (handwrite): Remove unused variables `pmin' and `lastp'.
19500
19501 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19502
19503 * play/landmark.el (landmark-init-display)
19504 (landmark-update-naught-weights): Mark unused parameters.
19505 (landmark-y): Remove unused variable `noise'. Simplify.
19506 (landmark-human-plays): Remove unused variable `score'.
19507
19508 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19509 (mpuz-try-proposal): Remove unused variable `game'.
19510
19511 * play/zone.el (life-patterns): Declare.
19512
19513 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19514
19515 * vc/vc.el (ediff-vc-internal): Declare function.
19516
19517 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * shell.el: Use lexical-binding and std completion UI.
19520 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19521 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19522 comint-preoutput-filter-functions rather than on
19523 comint-output-filter-functions.
19524 (shell-command-completion, shell--command-completion-data)
19525 (shell-filename-completion, shell-environment-variable-completion)
19526 (shell-c-a-p-replace-by-expanded-directory): New functions.
19527 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19528 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19529 (shell-dynamic-complete-environment-variable): Use them.
19530 (shell-dynamic-complete-as-environment-variable)
19531 (shell-dynamic-complete-as-command): Remove.
19532 (shell-match-partial-variable): Match past point.
19533 * comint.el: Clean up use of completion-at-point-functions.
19534 (comint-completion-at-point): New function.
19535 (comint-mode): Use it completion-at-point-functions.
19536 (comint-dynamic-complete): Make it obsolete.
19537 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19538 (comint-c-a-p-replace-by-expanded-history): New function.
19539 (comint-dynamic-complete-functions)
19540 (comint-replace-by-expanded-history): Use it.
19541 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19542 termination strings. Try harder to avoid second try-completion.
19543 (completion-in-region-mode-map): Disable bindings that don't work yet.
19544
19545 * comint.el: Use lexical-binding. Require CL.
19546 (comint-dynamic-complete-functions): Use comint-filename-completion.
19547 (comint-completion-addsuffix): Tweak custom type.
19548 (comint-filename-completion, comint--common-suffix)
19549 (comint--common-quoted-suffix, comint--table-subvert)
19550 (comint--complete-file-name-data): New functions.
19551 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19552 (comint-dynamic-list-filename-completions): Use them.
19553 (comint-dynamic-simple-complete): Make obsolete.
19554
19555 * minibuffer.el (completion-in-region-mode):
19556 Keep completion-in-region-mode--predicate global.
19557 (completion-in-region--postch):
19558 Assume completion-in-region-mode--predicate is not null.
19559
19560 * progmodes/flymake.el (flymake-start-syntax-check-process):
19561 Obey `dir'. Simplify.
19562
19563 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19564 we're in VC after all.
19565
19566 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19567
19568 * vc/vc.el (vc-diff-build-argument-list-internal)
19569 (vc-version-ediff, vc-ediff): New commands.
19570 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19571
19572 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19575 add sanity check.
19576
19577 * obsolete/erc-hecomplete.el: Make obsolete.
19578 * obsolete/: Standardize obsolescence info in the header.
19579
19580 2011-04-20 Glenn Morris <rgm@gnu.org>
19581
19582 * calendar/solar.el (solar-horizontal-coordinates):
19583 Use the longitude argument rather than `calendar-longitude'.
19584 (solar-date-next-longitude): Remove unused locals.
19585
19586 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19587
19588 * whitespace.el: New version 13.2.1.
19589
19590 2011-04-20 felix <EmacsWiki> (tiny change)
19591
19592 * whitespace.el (global-whitespace-mode): Keep highlight when
19593 switching between major modes on a file.
19594
19595 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19596
19597 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19598 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19599 multi-line comments as well.
19600
19601 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19602
19603 Lexical-binding cleanup.
19604
19605 * arc-mode.el (archive-mode-revert):
19606 * cmuscheme.el (scheme-interactively-start-process):
19607 * custom.el (custom-initialize-delay):
19608 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19609 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19610 * emacs-lock.el (emacs-lock-clear-sentinel):
19611 * ezimage.el (defezimage):
19612 * follow.el (follow-avoid-tail-recenter):
19613 * fringe.el (set-fringe-mode-1):
19614 * generic-x.el (bat-generic-mode-compile):
19615 * help-mode.el (help-info-variable, help-do-xref)
19616 (help-mode-revert-buffer):
19617 * help.el (view-emacs-todo):
19618 * iswitchb.el (iswitchb-completion-help):
19619 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19620 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19621 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19622 * locate.el (locate-update):
19623 * longlines.el (longlines-encode-region)
19624 (longlines-after-change-function):
19625 * outline.el (outline-isearch-open-invisible):
19626 * ps-def.el (declare-function, charset-dimension, char-width)
19627 (encode-char):
19628 * ps-mule.el (ps-mule-plot-string):
19629 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19630 (recentf-edit-list-select, recentf-edit-list-validate)
19631 (recentf-open-files-action):
19632 * rect.el (delete-whitespace-rectangle-line)
19633 (rectangle-number-line-callback):
19634 * register.el (window-configuration-to-register)
19635 (frame-configuration-to-register):
19636 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19637 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19638 (xselect-convert-to-targets, xselect-convert-to-delete)
19639 (xselect-convert-to-filename, xselect-convert-to-charpos)
19640 (xselect-convert-to-lineno, xselect-convert-to-colno)
19641 (xselect-convert-to-os, xselect-convert-to-host)
19642 (xselect-convert-to-user, xselect-convert-to-class)
19643 (xselect-convert-to-name, xselect-convert-to-integer)
19644 (xselect-convert-to-atom, xselect-convert-to-identity):
19645 * subr.el (declare, ignore, process-kill-without-query)
19646 (text-clone-maintain):
19647 * terminal.el (te-get-char, te-tic-sentinel):
19648 * tool-bar.el (tool-bar-make-keymap):
19649 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19650 * type-break.el (type-break-mode, type-break-noninteractive-query):
19651 * view.el (View-back-to-mark):
19652 * wid-browse.el (widget-browse-action, widget-browse-widget)
19653 (widget-browse-widgets, widget-browse-sexp):
19654 * widget.el (define-widget-keywords):
19655 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19656 Mark unused parameters.
19657
19658 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19659 (align-areas): Remove unused variable `look'.
19660 (align-region): Remove unused variables `real-end' and `pos-list'.
19661
19662 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19663
19664 * bindings.el (mode-line-modified, mode-line-remote):
19665 Mark unused parameters.
19666 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19667
19668 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19669 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19670
19671 * comint.el (comint-history-isearch-pop-state)
19672 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19673 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19674 (comint-substitute-in-file-name): Doc fix.
19675
19676 * completion.el (cmpl-statistics-block): Mark unused parameter.
19677 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19678 (save-completions-to-file, load-completions-from-file):
19679 Remove unused local variable `e'.
19680
19681 * composite.el (compose-chars): Remove unused variable `len'.
19682 (lgstring-insert-glyph): Remove unused variable `g'.
19683 (compose-glyph-string): Remove unused variables `ascent',
19684 `descent', `lbearing' and `rbearing'.
19685 (compose-glyph-string-relative): Remove unused variables
19686 `lbearing', `rbearing' and `wadjust'.
19687 (compose-gstring-for-graphic): Remove unused variables `header',
19688 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19689 (compose-gstring-for-terminal): Remove unused variables `header'
19690 and `nchars'. Use `let', not `let*'.
19691
19692 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19693 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19694 (Custom-buffer-done, custom-buffer-create-internal)
19695 (custom-browse-visibility-action, custom-browse-group-tag-action)
19696 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19697 (widget-magic-mouse-down-action, custom-toggle-parent)
19698 (custom-add-parent-links, custom-toggle-hide-variable)
19699 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19700 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19701 (custom-face-menu-create, custom-variable-menu-create, get)
19702 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19703 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19704 (customize-apropos): Remove unused variable `tests'.
19705 (custom-group-value-create): Remove unused variable `hidden-p'.
19706 (sort-fold-case): Declare.
19707
19708 * cus-theme.el (custom-reset-standard-faces-list)
19709 (custom-reset-standard-variables-list): Declare.
19710 (customize-create-theme, custom-theme-revert, custom-theme-write)
19711 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19712 Mark unused parameters.
19713
19714 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19715
19716 * delim-col.el (delimit-columns-max): Move defvar before first use.
19717
19718 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19719 (describe-char): Don't quote `lambda'. Mark unused parameter.
19720
19721 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19722 (auto-insert): Declare.
19723 (desktop-restore-file-buffer): Rename desktop-* parameters;
19724 mark unused ones.
19725 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19726 (desktop-buffer): Rename desktop-* parameters.
19727
19728 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19729 (dframe-reposition-frame-xemacs, dframe-help-echo)
19730 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19731 Mark unused parameters.
19732
19733 * dired-aux.el (backup-extract-version-start, overwrite-query)
19734 (overwrite-backup-query, rename-regexp-query)
19735 (rename-non-directory-query): Declare.
19736 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19737 (dired-add-entry): Remove unused variable `orig-file-name'.
19738 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19739 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19740 `dired-copy-preserve-time' directly.
19741 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19742 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19743
19744 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19745 (dired-virtual-revert, dired-make-relative-symlink):
19746 Mark unused parameters.
19747 (manual-program): Declare.
19748 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19749 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19750 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19751
19752 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19753
19754 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19755
19756 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19757 Declare.
19758
19759 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19760
19761 * electric.el (Electric-command-loop): Rename parameter
19762 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19763
19764 * expand.el (expand-in-literal): Remove unused variable `here'.
19765
19766 * facemenu.el (facemenu-add-new-color):
19767 Remove unused variable `docstring'.
19768
19769 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19770 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19771 (face-attr-construct): Mark unused parameter. Doc fix.
19772 (read-color): Remove unused variable `hex-string'.
19773
19774 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19775 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19776 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19777 (display-buffer-other-frame): Remove unused variable `old-window'.
19778 (kill-buffer-hook): Declare.
19779 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19780 Mark unused parameters.
19781 (after-find-file): Pass 1 to `auto-save-mode', not t.
19782
19783 * files-x.el (auto-insert): Declare.
19784 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19785
19786 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19787 variable `buf'. Mark unused parameter.
19788 (find-lisp-insert-directory): Mark unused parameter.
19789
19790 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19791 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19792 (format-common-tail): Remove, unused.
19793 (format-deannotate-region): Remove unused variable `loc'.
19794 (format-annotate-region): Remove unused variable `p'.
19795 (format-annotate-single-property-change): Remove unused variables
19796 `default' and `tail'.
19797
19798 * forms.el (read-file-filter): Declare.
19799 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19800
19801 * frame.el (frame-creation-function-alist): Mark unused parameter.
19802 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19803
19804 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19805 Remove unused parameters.
19806 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19807 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19808
19809 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19810 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19811 (hfy-prepare-tag-map): Mark unused parameters.
19812 (htmlfontify-buffer): Use `called-interactively-p'.
19813
19814 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19815 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19816 (ibuffer-do-occur): Mark unused parameters.
19817 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19818 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19819
19820 * ibuffer.el: Don't quote `lambda'.
19821 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19822 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19823 Mark unused parameters.
19824
19825 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19826 (ido-completing-read): Mark unused parameters.
19827 (ido-copy-current-word): Mark unused parameters;
19828 remove unused variable `name'.
19829 (ido-sort-merged-list): Remove unused parameter `dirs'.
19830
19831 * ielm.el (ielm-input-sender): Mark unused parameter.
19832 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19833 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19834 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19835 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19836 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19837
19838 * image-dired.el (image-dired-display-thumbs): Remove unused
19839 variables `curr-file' and `count'.
19840 (image-dired-remove-tag): Remove unused variable `start'.
19841 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19842 variable `curr-file'
19843 (image-dired-rotate-original): Remove unused variable `temp-file'.
19844 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19845 Remove unused variable `file'.
19846 (image-dired-gallery-generate): Remove unused variable `curr'.
19847 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19848
19849 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19850
19851 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19852
19853 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19854
19855 * isearch.el (minibuffer-history-symbol): Declare.
19856 (isearch-edit-string): Remove unused variable `err'.
19857 (isearch-message-prefix, isearch-message-suffix):
19858 Mark unused parameters.
19859
19860 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19861
19862 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19863
19864 * makesum.el (double-column): Remove unused variable `cnt'.
19865
19866 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19867 (ido-ignore-item-temp-list): Declare.
19868
19869 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19870 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19871 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19872 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19873 `mouse-col-delta'.
19874
19875 * mouse-sel.el (mouse-extend-internal):
19876 Remove unused variable `orig-window-frame'.
19877
19878 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19879 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19880 Move declarations before first use.
19881 (pcomplete-opt): Mark unused parameters; doc fix.
19882
19883 * proced.el (proced-revert): Mark unused parameter.
19884 (proced-send-signal): Remove unused variable `err'.
19885
19886 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19887 Rename parameter PREFIX-ARG to ARG.
19888 (ps-basic-plot-string, ps-basic-plot-whitespace):
19889 Mark unused parameters.
19890
19891 * replace.el (replace-count): Define.
19892 (occur-revert-function): Mark unused parameters.
19893 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19894 (isearch-case-fold-search, isearch-string): Declare.
19895 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19896 bind `case-fold-search'. Remove unused variables `beg' and `end',
19897 and simplify.
19898 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19899 COUNT and bind `replace-count'.
19900 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19901 to COUNT.
19902
19903 * savehist.el (print-readably, print-string-length): Declare.
19904
19905 * shadowfile.el (shadow-expand-cluster-in-file-name):
19906 Remove unused variable `cluster'.
19907 (shadow-copy-file): Remove unused variable `i'.
19908 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19909 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19910 (shadow-define-literal-group, shadow-define-regexp-group)
19911 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19912
19913 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19914 (shell): Use `called-interactively-p'.
19915 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19916
19917 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19918 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19919 (delete-backward-char): Remove unused variable `ocol'.
19920 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19921 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19922 (event-apply-hyper-modifier, event-apply-shift-modifier)
19923 (event-apply-control-modifier, event-apply-meta-modifier):
19924 Mark unused parameters.
19925 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19926 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19927
19928 * speedbar.el (speedbar-ignored-directory-expressions)
19929 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19930 (speedbar-find-file, speedbar-dir-follow)
19931 (speedbar-directory-buttons-follow, speedbar-tag-find)
19932 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19933 (speedbar-buffers-line-directory, speedbar-buffer-click):
19934 Mark unused parameters.
19935 (speedbar-tag-file): Remove unused variable `mode'.
19936 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19937
19938 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19939
19940 * talk.el (talk): Remove unused variable `display'.
19941
19942 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19943 (tar-write-region-annotate): Mark unused parameter.
19944
19945 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19946 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19947 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19948 warning by another.
19949
19950 * time-stamp.el (time-stamp-string-preprocess):
19951 Remove unused variable `require-padding'.
19952
19953 * tree-widget.el (widget-glyph-enable): Declare.
19954 (tree-widget-action): Mark unused parameter.
19955
19956 * w32-fns.el (x-get-selection): Mark unused parameter.
19957 (autoload-make-program, generated-autoload-file): Declare.
19958
19959 * wdired.el (wdired-revert): Mark unused parameters.
19960 (wdired-xcase-word): Remove unused variable `err'.
19961
19962 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19963 (whitespace-help-scroll): Remove unused variable `data-help'.
19964
19965 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19966 (widget-image-insert, widget-after-change, default)
19967 (widget-default-format-handler, widget-default-notify)
19968 (widget-default-prompt-value, widget-info-link-action)
19969 (widget-url-link-action, widget-function-link-action)
19970 (widget-variable-link-action, widget-file-link-action)
19971 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19972 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19973 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19974 (widget-insert-button-action, widget-delete-button-action, visibility)
19975 (widget-documentation-link-action, widget-documentation-string-action)
19976 (widget-const-prompt-value, widget-regexp-match, symbol)
19977 (widget-coding-system-prompt-value)
19978 (widget-key-sequence-value-to-external, sexp)
19979 (widget-sexp-value-to-internal, character, vector, cons)
19980 (widget-choice-prompt-value, widget-boolean-prompt-value)
19981 (widget-color--choose-action): Mark unused parameters.
19982 (widget-item-match-inline, widget-choice-match-inline)
19983 (widget-checklist-match, widget-checklist-match-inline)
19984 (widget-group-match): Rename parameter VALUES to VALS.
19985 (widget-field-value-set): Remove unused variable `size'.
19986 (widget-color-action): Remove unused variables `value' and `start'.
19987
19988 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19989 variable `dir'. Doc fix.
19990 (windmove-find-other-window): Don't pass it.
19991
19992 * window.el (count-windows): Mark unused parameter.
19993 (bw-adjust-window): Remove unused variable `err'.
19994
19995 * woman.el (woman-file-name): Remove unused variable `default'.
19996 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19997 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19998 (global-font-lock-mode): Declare.
19999 (woman-decode-region): Mark unused parameter.
20000 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20001
20002 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20003 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20004 (x-dnd-handle-moz-url): Remove unused variable `title'.
20005 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20006
20007 * xml.el (xml-parse-tag, xml-parse-attlist):
20008 Remove unused variable `pos'.
20009
20010 2011-04-19 Glenn Morris <rgm@gnu.org>
20011
20012 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20013 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20014 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20015 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20016 * calendar/cal-html.el (cal-html-insert-minical):
20017 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20018 (calendar-mark-date-pattern):
20019 Prefix "unused" locals.
20020
20021 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20022 optional argument `style'.
20023
20024 * calendar/appt.el (appt-make-list):
20025 * calendar/cal-china.el (calendar-chinese-date-string):
20026 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20027 (diary-hebrew-yahrzeit):
20028 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20029 * calendar/calendar.el (calendar-generate-window):
20030 * calendar/time-date.el (time-to-days):
20031 Remove unused local variables.
20032
20033 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20034
20035 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20036 glyphless-char-display table.
20037 (tabulated-list-glyphless-char-display): New var.
20038
20039 2011-04-18 Sam Steingold <sds@gnu.org>
20040
20041 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20042 to acknowledgments.
20043
20044 2011-04-17 Glenn Morris <rgm@gnu.org>
20045
20046 * calendar/diary-lib.el (diary-sexp-entry):
20047 * calendar/holidays.el (holiday-sexp):
20048 Set debug-on-error rather than the removed stack-trace-on-error.
20049
20050 2011-04-16 Glenn Morris <rgm@gnu.org>
20051
20052 * progmodes/f90.el: Use lexical-binding.
20053 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20054
20055 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20058 (mail-mode): Setup mailalias completion here instead.
20059 * mail/mailalias.el: Use lexical-binding.
20060 (pattern, mailalias-done): Declare dynamic.
20061 (mail-completion-at-point-function): New function, from mail-complete.
20062 (mail-complete): Use it.
20063 (mail-completion-expand): New function.
20064 (mail-get-names): Use it.
20065 (mail-directory, mail-directory-process, mail-directory-stream):
20066 Don't use `pattern' for lexically bound arg.
20067
20068 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20069
20070 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20071 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20072 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20073
20074 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20075 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20076 (byte-interactive-p): Define them again, for use when inlining
20077 old code.
20078
20079 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20080
20081 * loadup.el: Use `string-to-number', not `string-to-int'.
20082
20083 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20084
20085 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20086 gud-gdb-complete-command.
20087 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20088 (gud-gdb-completion-at-point): New function.
20089 (gud-gdb-completions): Remove.
20090
20091 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20092
20093 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20094 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20095 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20096 whether `executable-find' is bound.
20097
20098 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20099
20100 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * minibuffer.el (completion-in-region-mode-predicate)
20103 (completion-in-region-mode--predicate): New vars.
20104 (completion-in-region, completion-in-region--postch)
20105 (completion-in-region-mode): Use them.
20106 (completion--capf-wrapper): Also return the hook function.
20107 (completion-at-point, completion-help-at-point):
20108 Adjust and provide a predicate.
20109
20110 Preserve arg names for advice of subr and lexical functions (bug#8457).
20111 * help-fns.el (help-function-arglist): Consolidate the subr and
20112 new-byte-code cases. Add argument `preserve-names' to extract names
20113 from the docstring when needed.
20114 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20115 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20116 (ad-arglist): Use help-function-arglist's new arg.
20117 (ad-definition-type): Use cond.
20118
20119 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20120
20121 * autorevert.el (auto-revert-handler):
20122 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20123 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20124 Don't quote lambda.
20125
20126 * image-mode.el (image-transform-set-scale):
20127 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20128
20129 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20130
20131 * net/network-stream.el (network-stream-open-starttls): Only do
20132 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20133 Upgrades via gnutls-cli are too slow to be done opportunistically.
20134
20135 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20136
20137 * dframe.el (dframe-current-frame): Remove spurious quote.
20138
20139 2011-04-12 Glenn Morris <rgm@gnu.org>
20140
20141 * calendar/cal-tex.el (cal-tex-end-document):
20142 Try to automatically use latin1 input if needed.
20143
20144 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20145 Don't try to cons a mark onto an empty element.
20146
20147 2011-04-11 Leo Liu <sdl.web@gmail.com>
20148
20149 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20150 buffers.
20151 (ido-kill-buffer-at-head): Support killing virtual buffers.
20152
20153 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20154
20155 * minibuffer.el (completion-show-inline-help): New var.
20156 (completion--do-completion, minibuffer-complete)
20157 (minibuffer-force-complete, minibuffer-complete-word):
20158 Inhibit minibuffer messages if completion-show-inline-help is nil.
20159
20160 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20161 to avoid interference from inline help (Bug#5849).
20162
20163 2011-04-10 Leo Liu <sdl.web@gmail.com>
20164
20165 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20166 Fix typo.
20167
20168 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20169
20170 * image-mode.el (image-toggle-display-image): Signal an error if
20171 not in Image mode.
20172 (image-transform-mode, image-transform-resize)
20173 (image-transform-set-rotation): Doc fix.
20174 (image-transform-set-resize): Delete.
20175 (image-transform-set-scale, image-transform-fit-to-height)
20176 (image-transform-fit-to-width): Handle image-toggle-display-image
20177 and image-transform-resize directly.
20178
20179 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20180
20181 * doc-view.el (doc-view-fit-width-to-window)
20182 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20183 New functions for fitting the shown image to the Emacs window size.
20184 (doc-view-mode-map): Add bindings for the new functions.
20185
20186 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20187
20188 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20189 Fix typo in docstring.
20190
20191 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20192
20193 * files.el (file-size-human-readable): Produce one digit after
20194 decimal, like "ls -lh" does.
20195
20196 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20197 the file size representation.
20198
20199 * simple.el (list-processes): If async subprocesses are not
20200 available, error out with a clear error message.
20201
20202 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * help.el (help-form-show): New function, to be called from C.
20205 Put help-form output in a buffer named differently than *Help*.
20206
20207 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20208
20209 * files.el (file-size-human-readable): New function.
20210
20211 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20212 computing the representation inline. Don't require `cl'.
20213
20214 2011-04-08 Glenn Morris <rgm@gnu.org>
20215
20216 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20217
20218 * net/browse-url.el (browse-url-firefox):
20219 Test system-type, not system-configuration.
20220
20221 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20222 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20223 Use log-edit-empty-buffer-p. (Bug#7598)
20224
20225 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20226 (rlogin-mode-map): Initialize in the defvar.
20227 (rlogin): Use ignore-errors.
20228
20229 * replace.el (occur-mode-map): Some fixes for menu items.
20230
20231 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20232
20233 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20234
20235 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20236
20237 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20238 issuing unused warnings.
20239
20240 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20241 macro directly.
20242
20243 * simple.el: Lisp reimplement of list-processes. Based on an
20244 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20245 (process-menu-mode): New major mode.
20246 (list-processes--refresh, list-processes):
20247 (process-menu-visit-buffer): New functions.
20248
20249 * files.el (save-buffers-kill-emacs): Don't assume any return
20250 value of list-processes, which is undocumented anyway.
20251
20252 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20253
20254 * emacs-lisp/tabulated-list.el: New file.
20255
20256 * emacs-lisp/package.el: Use Tabulated List mode.
20257 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20258 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20259 table format using Tabulated List mode variables.
20260 (package--push): New macro, replacing package-list-maybe-add.
20261 (package-menu--generate): Use package--push. Renamed from
20262 package--generate-package-list.
20263 (package-menu-refresh, list-packages): Use it.
20264 (package-menu--print-info): Rename from package-print-package.
20265 Return insertion data instead of inserting it directly.
20266 (package-menu-describe-package, package-menu-execute):
20267 Use tabulated-list-get-id.
20268 (package-menu-mark-delete, package-menu-mark-install)
20269 (package-menu-mark-unmark, package-menu-backup-unmark)
20270 (package-menu-mark-obsolete-for-deletion):
20271 Use tabulated-list-put-tag.
20272 (package--list-packages, package-menu-revert)
20273 (package-menu-get-package, package-menu-get-version)
20274 (package-menu-sort-by-column): Functions deleted.
20275 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20276 (package-menu--status-predicate, package-menu--version-predicate)
20277 (package-menu--name-predicate)
20278 (package-menu--description-predicate): Handle arguments in the
20279 Tabulated List format.
20280 (package-list-packages-no-fetch): Call list-packages.
20281
20282 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20283
20284 * files.el (after-find-file-from-revert-buffer): Remove variable.
20285 (after-find-file): Don't bind it.
20286 (revert-buffer-in-progress-p): New variable.
20287 (revert-buffer): Bind it.
20288 Pass nil for `after-find-file-from-revert-buffer'.
20289
20290 * saveplace.el (save-place-find-file-hook): Use new variable
20291 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20292
20293 2011-04-06 Glenn Morris <rgm@gnu.org>
20294
20295 * Makefile.in (AUTOGEN_VCS): New variable.
20296 (autoloads): Use $AUTOGEN_VCS.
20297
20298 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20299 * calendar/calendar.el (calendar-mode-map):
20300 Check for toolkit scroll bars. (Bug#8305)
20301
20302 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20303
20304 * minibuffer.el (completion-in-region--postch)
20305 (completion-in-region-mode): Remove unnecessary messages.
20306
20307 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20308
20309 * font-lock.el (font-lock-refresh-defaults):
20310 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20311 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20312
20313 * info.el (Info-directory-list, Info-read-node-name-2)
20314 (Info-split-parameter-string): Doc fixes.
20315 (Info-virtual-nodes): Reflow docstring.
20316 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20317 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20318 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20319 Fix typos in docstrings.
20320 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20321 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20322 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20323 (Info-restore-desktop-buffer): Mark unused parameters.
20324 (Info-directory-find-file, Info-directory-find-node)
20325 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20326 (Info-virtual-index-find-node, Info-apropos-find-file)
20327 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20328 Mark unused parameters; fix typos in docstrings.
20329 (Info-virtual-index): Remove unused local variable `nodename'.
20330
20331 2011-04-05 Deniz Dogan <deniz@dogan.se>
20332
20333 * net/rcirc.el: Update my e-mail address.
20334 (rcirc-mode-map): Remove M-o binding.
20335
20336 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20337
20338 * startup.el (command-line): Save the cursor's theme-face
20339 directly, instead of using face-override-spec.
20340
20341 * custom.el (load-theme): Minor optimization in assigning faces.
20342
20343 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20344
20345 * help-fns.el (describe-variable): Complete all variables having
20346 documentation, including keywords.
20347 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20348
20349 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20350
20351 Convert to lexical-binding.
20352
20353 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20354 (bs--get-marked-string, bs--get-modified-string)
20355 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20356 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20357 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20358
20359 * ehelp.el (electric-help-execute-extended)
20360 (electric-help-ctrl-x-prefix):
20361 * hexl.el (hexl-revert-buffer-function):
20362 * linum.el (linum-after-change, linum-after-scroll):
20363 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20364
20365 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20366
20367 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20368
20369 * epa-dired.el:
20370 * epa-mail.el:
20371 * epa-hook.el:
20372 * epa-file.el:
20373 * epa.el:
20374 * epg.el: Use lexical binding.
20375
20376 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20377
20378 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20379
20380 * textmodes/flyspell.el (flyspell-word): Recognize default
20381 dictionary case for flyspell-mark-duplications-exceptions.
20382 Use regexp matching for languages.
20383 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20384 default dictionary (Bug#7926).
20385
20386 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20387
20388 * emacs-lisp/package.el (package--with-work-buffer):
20389 Recognize https URLs.
20390
20391 * net/network-stream.el: Move from gnus/proto-stream.el.
20392 Change prefix to network-stream throughout.
20393 (open-protocol-stream): Merge into open-network-stream, leaving
20394 open-protocol-stream as an alias. Handle nil BUFFER args.
20395
20396 * subr.el (open-network-stream): Move to net/network-stream.el.
20397
20398 2011-04-02 Glenn Morris <rgm@gnu.org>
20399
20400 * find-dired.el (find-exec-terminator): New option.
20401 (find-ls-option): Test for -ls support.
20402 (find-ls-subdir-switches): Test for -b in find-ls-option.
20403 (find-dired, find-grep-dired): Doc fixes.
20404 (find-dired): Use find-exec-terminator.
20405
20406 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20407 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20408 (find-name-arg): Remove purecopy.
20409
20410 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20411 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20412 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20413 accordingly. Don't add the null-device if not needed.
20414
20415 * files.el (save-some-buffers): Doc fix.
20416
20417 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20418
20419 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20420
20421 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20422
20423 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20424 Use `dolist' rather than `mapcar'.
20425
20426 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20427
20428 Add lexical binding.
20429
20430 * subr.el (apply-partially): Use new closures rather than CL.
20431 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20432 (dolist, dotimes): Use slightly different expansion for lexical code.
20433 (functionp): Move to C.
20434 (letrec): New macro.
20435 (with-wrapper-hook): Use it and apply-partially instead of CL.
20436 (eval-after-load): Preserve lexical-binding.
20437 (save-window-excursion, with-output-to-temp-buffer): Turn them
20438 into macros.
20439
20440 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20441
20442 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20443 than the arglist.
20444 (help-add-fundoc-usage): Don't add `Not documented'.
20445 (help-function-arglist): Handle closures, subroutines, and new
20446 byte-code-functions.
20447 (help-make-usage): Remove leading underscores.
20448 (describe-function-1): Handle closures.
20449 (describe-variable): Use special-variable-p for completion.
20450
20451 * files.el (lexical-binding): Declare safe.
20452
20453 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20454 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20455 (pcase): Add `let' pattern.
20456 Change memoization so it actually works.
20457 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20458 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20459 <let>: New case.
20460
20461 * emacs-lisp/macroexp.el: Use lexical binding.
20462 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20463 Don't convert ' to #' without checking that it's indeed quoting
20464 a lambda.
20465
20466 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20467 Use eval-sexp-add-defvars.
20468 (eval-sexp-add-defvars): New fun.
20469
20470 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20471
20472 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20473 Don't autoload.
20474 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20475 than the internal `byte-compile-lambda'.
20476 (defmethod): Don't hide code under quotes.
20477 (eieio-defmethod): New `code' argument.
20478
20479 * emacs-lisp/eieio-comp.el: Remove.
20480
20481 * emacs-lisp/edebug.el (edebug-eval-defun)
20482 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20483 (edebug-toggle): Avoid `eval'.
20484
20485 * emacs-lisp/disass.el (disassemble-internal): Handle new
20486 `closure' objects.
20487 (disassemble-1): Handle new byte codes.
20488
20489 * emacs-lisp/cl.el (pushnew): Silence warning.
20490
20491 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20492 (cl-byte-compile-throw): Remove.
20493 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20494
20495 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20496 closures.
20497
20498 * emacs-lisp/cconv.el: New file.
20499
20500 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20501 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20502 (byte-compile-initial-macro-environment):
20503 Handle declare-function here.
20504 (byte-compile--lexical-environment): New var.
20505 (byte-stack-ref, byte-stack-set, byte-discardN)
20506 (byte-discardN-preserve-tos): New lap codes.
20507 (byte-interactive-p): Don't use any more.
20508 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20509 New macros.
20510 (byte-compile-lapcode): Use them and handle new lap codes.
20511 (byte-compile-obsolete): Remove.
20512 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20513 (byte-compile-arglist-warn): Check late def of inlinable funs.
20514 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20515 since they should have been expanded by now.
20516 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20517 (byte-compile-from-buffer): Remove unused second arg.
20518 (byte-compile-preprocess): New function.
20519 (byte-compile-toplevel-file-form): New function to distinguish
20520 file-form calls from outside from file-form calls from hunk-handlers.
20521 (byte-compile-file-form): Simplify.
20522 (byte-compile-file-form-defsubst): Remove.
20523 (byte-compile-file-form-defmumble): Simplify now that
20524 byte-compile-lambda always returns a byte-code-function.
20525 (byte-compile): Preprocess.
20526 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20527 Remove, not used any more.
20528 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20529 (byte-compile-make-args-desc): New funs.
20530 (byte-compile-lambda): Handle lexical functions. Always return
20531 a byte-code-function.
20532 (byte-compile-reserved-constants): New var, to make up room for
20533 closed-over variables.
20534 (byte-compile-constants-vector): Obey it.
20535 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20536 (byte-compile-macroexpand-declare-function): New function.
20537 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20538 byte-code-functions.
20539 (byte-compile-form): Check obsolescence here.
20540 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20541 (byte-compile-variable-ref): Remove.
20542 (byte-compile-dynamic-variable-op): New fun.
20543 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20544 (byte-compile-variable-set): New funs.
20545 (byte-compile-discard): Add 2 args.
20546 (byte-compile-stack-ref, byte-compile-stack-set)
20547 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20548 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20549 macroexpand-all instead.
20550 (byte-compile-quote-form): Remove.
20551 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20552 (byte-compile-bind, byte-compile-unbind): New funs.
20553 (byte-compile-let): Handle let* and lexical binding.
20554 (byte-compile-let*): Remove.
20555 (byte-compile-catch, byte-compile-unwind-protect)
20556 (byte-compile-track-mouse, byte-compile-condition-case):
20557 Handle a new :fun-body form, used for lexical scoping.
20558 (byte-compile-save-window-excursion)
20559 (byte-compile-with-output-to-temp-buffer): Remove.
20560 (byte-compile-defun): Simplify.
20561 (byte-compile-stack-adjustment): New fun.
20562 (byte-compile-out): Use it.
20563 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20564
20565 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20566 handler any more.
20567
20568 * emacs-lisp/byte-opt.el: Use lexical binding.
20569 (byte-inline-lapcode): Remove (to bytecomp).
20570 (byte-compile-inline-expand): Pay attention to inlining to/from
20571 lexically bound code.
20572 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20573 any more.
20574 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20575 any more and don't call compiler-macros.
20576 (byte-compile-splice-in-already-compiled-code): Remove.
20577 (byte-code): Don't inline any more.
20578 (disassemble-offset): Receive `bytes' as argument rather than via
20579 dynamic scoping.
20580 (byte-compile-tag-number): Declare before first use.
20581 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20582 `return' even if make-spliceable.
20583 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20584 obsolete interactive-p.
20585 (byte-optimize-lapcode): Optimize new lap-codes.
20586 Don't trip up on new form of `byte-constant' lap code.
20587
20588 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20589
20590 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20591
20592 * custom.el (custom-initialize-default, custom-declare-variable):
20593 Use `defvar'.
20594
20595 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20596 New variables.
20597 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20598 (COMPILE_FIRST): Add macroexp and cconv.
20599 * makefile.w32-in: Mirror changes in Makefile.in.
20600
20601 * vc/cvs-status.el:
20602 * vc/diff-mode.el:
20603 * vc/log-edit.el:
20604 * vc/log-view.el:
20605 * vc/smerge-mode.el:
20606 * textmodes/bibtex-style.el:
20607 * textmodes/css-mode.el:
20608 * startup.el:
20609 * uniquify.el:
20610 * minibuffer.el:
20611 * newcomment.el:
20612 * reveal.el:
20613 * server.el:
20614 * mpc.el:
20615 * emacs-lisp/smie.el:
20616 * doc-view.el:
20617 * dired.el:
20618 * abbrev.el: Use lexical binding.
20619
20620 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20621
20622 * info.el (info-display-manual): New function.
20623
20624 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20627
20628 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20629
20630 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20631 an entry for that server in rcirc-authinfo. (Bug#8385)
20632
20633 2011-03-31 Glenn Morris <rgm@gnu.org>
20634
20635 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20636
20637 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20638
20639 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20640
20641 * progmodes/python.el (python-default-interpreter)
20642 (python-python-command-args, python-jython-command-args)
20643 (python-which-shell, python-which-args, python-which-bufname)
20644 (python-file-queue, python-comint-output-filter-function)
20645 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20646 variables and functions.
20647
20648 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20649
20650 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20651 (completion-in-region-mode): New minor mode.
20652 (completion-in-region): Use it.
20653 (completion-in-region--data, completion-in-region-mode-map): New vars.
20654 (completion-in-region--postch): New function.
20655 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20656 New vars.
20657 (completion--capf-wrapper): New function.
20658 (completion-at-point): Use it to track well-behavedness of
20659 hook functions.
20660 (completion-help-at-point): New command.
20661
20662 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20663
20664 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20665 syntax class to search for whitespace on a single line
20666 (Message-ID: <4D938140.4030905@redhat.com>).
20667
20668 2011-03-30 Leo Liu <sdl.web@gmail.com>
20669
20670 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20671 New commands.
20672 (edit-abbrevs-map): Bind them here.
20673 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20674
20675 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20676
20677 * allout.el (allout-hide-by-annotation, allout-flag-region):
20678 Reduce possibility of overlay leakage by making them volatile.
20679
20680 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20681 hash is not shared between buffers. Mode initialization is
20682 responsible for giving it a useful starting value.
20683 (allout-item-span): Reduce possibility of overlay leakage by
20684 making them volatile.
20685 (allout-widgets-count-buttons-in-region): Add diagnostic function
20686 for tracking down button overlay leaks.
20687
20688 2011-03-29 Leo Liu <sdl.web@gmail.com>
20689
20690 * ido.el (ido-read-internal): Use the default history var
20691 minibuffer-history if no HISTORY is specified.
20692
20693 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20694
20695 * net/imap.el (imap-shell-open, imap-process-connection-type):
20696 Use imap-process-connection-type for 'shell' streams as well as
20697 Kerberos, SSL, other subprocesses.
20698
20699 2011-03-28 Leo Liu <sdl.web@gmail.com>
20700
20701 * abbrev.el (abbrev-table-empty-p): New function.
20702 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20703 nonempty ones. (Bug#5937)
20704
20705 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20706
20707 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20708
20709 2011-03-27 Leo Liu <sdl.web@gmail.com>
20710
20711 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20712 for foreground and background colors.
20713 (ansi-color-make-color-map): Adapt.
20714
20715 2011-03-25 Leo Liu <sdl.web@gmail.com>
20716
20717 * midnight.el (midnight-time-float): Remove. Note it calculates
20718 the microsecond component incorrectly and seconds-to-time does the
20719 same job.
20720 Remove redundant (require 'timer).
20721
20722 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20723 (ido-completions): Remove unused arguments. (Bug#8329)
20724
20725 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20726
20727 * minibuffer.el (completion--flush-all-sorted-completions):
20728 Remove itself from hook.
20729 (completion-at-point): Let the functions perform the completion
20730 immediately and return nil or t.
20731 * comint.el (comint-dynamic-complete-functions): Now identical to
20732 completion-at-point-functions.
20733 (comint-dynamic-list-input-ring): Remove unused var `index'.
20734 (comint--match-partial-filename, comint--unquote&expand-filename):
20735 New funs, split from comint-match-partial-filename.
20736 (comint-dynamic-complete): Use completion-at-point.
20737 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20738
20739 2011-03-24 Drew Adams <drew.adams@oracle.com>
20740
20741 * thingatpt.el: Support `defun'.
20742
20743 2011-03-23 Leo Liu <sdl.web@gmail.com>
20744
20745 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20746
20747 * help-mode.el (help-mode-finish): Tweak regexp.
20748
20749 2011-03-23 Glenn Morris <rgm@gnu.org>
20750
20751 * eshell/esh-opt.el (eshell-eval-using-options):
20752 Do not bind unused local variable `eshell-option-stub'.
20753
20754 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20755
20756 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20757
20758 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20759 keymap variable in `with-no-warnings' to avoid a warning when the
20760 keymap has been already `defconst'ed.
20761
20762 2011-03-22 Leo Liu <sdl.web@gmail.com>
20763
20764 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20765 encode all chars in abbrevs; otherwise use emacs-mule or
20766 utf-8-emacs. (Bug#8308)
20767
20768 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20769
20770 * simple.el (backward-delete-char-untabify):
20771 Avoid warning about using `delete-backward-char'.
20772
20773 * image.el (image-type-file-name-regexps): Make it variable.
20774 `imagemagick-register-types' modifies it, and the user may want
20775 to add new extensions for known image types.
20776 (imagemagick-register-types): Throw error if not using ImageMagick.
20777
20778 2011-03-22 Leo Liu <sdl.web@gmail.com>
20779
20780 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20781 located before rcirc-prompt-end-marker.
20782 (rcirc-complete): Error if point is not after rcirc prompt.
20783 Handle the case when table is nil.
20784 (rcirc-user-authenticated): Define to fix compiler warning.
20785
20786 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20787
20788 * custom.el (custom--inhibit-theme-enable): Make it affect only
20789 custom-theme-set-variables and custom-theme-set-faces.
20790 (provide-theme): Ignore custom--inhibit-theme-enable.
20791 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20792 (custom-enabling-themes): Delete variable.
20793 (enable-theme): Accept only loaded themes as arguments.
20794 Ignore the special custom-enabled-themes variable.
20795 (custom-enabled-themes): Forbid themes from setting this.
20796 Eliminate use of custom-enabling-themes.
20797 (custom-push-theme): Quote "changed" custom var entry.
20798
20799 2011-03-21 Leo Liu <sdl.web@gmail.com>
20800
20801 * ido.el (ido-read-internal): Add ido-selected to history instead
20802 of user input.
20803
20804 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * subr.el (deferred-action-list, deferred-action-function):
20807 Mark obsolete.
20808
20809 2011-03-21 Leo Liu <sdl.web@gmail.com>
20810
20811 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20812 change on 2011-02-13 (bug#8309).
20813
20814 * minibuffer.el (read-file-name-function): Change default value.
20815 (read-file-name--defaults): Rename from read-file-name-defaults.
20816 (read-file-name-default): Rename from read-file-name.
20817 (read-file-name): Call read-file-name-function.
20818
20819 2011-03-21 Glenn Morris <rgm@gnu.org>
20820
20821 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20822 Doc fixes.
20823
20824 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * cus-theme.el: Add missing provide statement.
20827 (customize-create-theme): Extract theme value correctly.
20828 (custom-theme-visit-theme): Autoload.
20829 (customize-create-theme): Prompt before inserting default faces.
20830
20831 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20832
20833 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20834 units and musical notes.
20835
20836 2011-03-20 Leo Liu <sdl.web@gmail.com>
20837
20838 * ido.el (ido-read-internal): Use completing-read-default.
20839 (ido-completing-read): Fix compatibility with completing-read.
20840
20841 2011-03-20 Christian Ohler <ohler@gnu.org>
20842
20843 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20844 (ert-delete-all-tests): Use `called-interactively-p' rather than
20845 `interactive-p'.
20846 (ert--make-xrefs-region): Respect END.
20847
20848 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20849
20850 * dired-aux.el (dired-create-directory): Signal an error if the
20851 directory already exists (Bug#8246).
20852
20853 * facemenu.el (list-colors-display): Call list-faces-display
20854 inside with-help-window.
20855 (list-colors-print): Use display property to align the final
20856 column, instead of checking window-width.
20857
20858 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20859
20860 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20861 windows-nt systems.
20862 (emerge-protect-metachars): Quote correctly for ms-dos and
20863 windows-nt systems.
20864
20865 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20866
20867 * info.el (info-initialize): Replace all uses of `:' with
20868 path-separator for compatibility with non-Unix systems.
20869 Cache quoting of path-separator. (Bug#8258)
20870
20871 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20872
20873 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20874 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20875 (mouse-avoidance-mode): Fix typos in docstrings.
20876
20877 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20878
20879 * startup.el (package-subdirectory-regexp): Move from package.el.
20880 Omit \\` and \\', and let callers add them.
20881
20882 * emacs-lisp/package.el (package-strip-version)
20883 (package-load-all-descriptors): Add \\` and \\' to
20884 package-subdirectory-regexp before using it.
20885 (package-untar-buffer): New arg DIR; ensure that file untars only
20886 into this expected directory. Remove superfluous delete-region.
20887 (package-unpack): Caller changed.
20888 (package-tar-file-info): Use package-subdirectory-regexp.
20889
20890 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20893 diff-mode-shared-map (bug#8284).
20894 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20895
20896 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20897
20898 * calendar/time-date.el (format-seconds): Use assoc instead of
20899 assoc-string, since assoc-string doesn't exist in XEmacs.
20900
20901 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20902
20903 * custom.el (custom-known-themes): Reflow docstring.
20904 (custom-theme-load-path): Fix typo in docstring.
20905 (load-theme): Fix typo in error message.
20906 (custom-available-themes, custom-variable-theme-value):
20907 Use `let', not `let*'.
20908
20909 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20910
20911 * calc/README: Mention inclusion of musical notes.
20912
20913 * calc/calc-units.el (calc-lu-quant): Rename from
20914 `calc-logunits-quantity'.
20915 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20916 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20917 (calc-db): Rename from `calc-dblevel'.
20918 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20919 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20920 (calc-np): Rename from `calc-nplevel'.
20921 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20922 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20923 (calc-lu-plus): Rename from `calc-logunits-add'.
20924 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20925 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20926 (calc-lu-minus): Rename from `calc-logunits-sub'.
20927 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20928 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20929 (calc-lu-times): Rename from `calc-logunits-mul'.
20930 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20931 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20932 (calc-lu-divide): Rename from `calc-logunits-div'.
20933 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20934 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20935
20936 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20937 functions being autoloaded.
20938
20939 * calc/calc.el (calc-lu-power-reference): Rename from
20940 `calc-logunits-power-reference'.
20941 (calc-lu-field-reference): Rename from
20942 `calc-logunits-field-reference'.
20943
20944 * calc/calc-help.el (calc-l-prefix-help):
20945 Mention musical note functions.
20946
20947 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * minibuffer.el (completion-all-sorted-completions):
20950 Use :completion-cycle-penalty text property if present.
20951
20952 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20953
20954 * allout.el (allout-yank-processing): Adjust for new rebulleting
20955 regime so bullet being yanked is used without prompting the user
20956 for a choice.
20957
20958 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20959
20960 * startup.el (command-line): Warn the user that _emacs is deprecated.
20961
20962 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20963
20964 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20965 (delphi-verbose, delphi-comment-face, delphi-string-face)
20966 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20967 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20968 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20969 (delphi-new-comment-line, delphi-font-lock-defaults)
20970 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20971 Fix typos in docstrings.
20972
20973 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20974
20975 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20976 Invert the roles of character and string values for INSTEAD, so a
20977 string is used for the more common case of a defaulting prompt.
20978
20979 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20980
20981 * progmodes/ruby-mode.el (ruby-backward-sexp):
20982 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20983 * play/gamegrid.el (gamegrid-make-face):
20984 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20985 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20986 * notifications.el (notifications-notify):
20987 * net/xesam.el (xesam-search-engines):
20988 * net/quickurl.el (quickurl-list-insert):
20989 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20990
20991 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20992
20993 * startup.el (command-line): Update package subdirectory regexp.
20994
20995 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20996
20997 * allout.el (allout-abbreviate-flattened-numbering)
20998 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20999
21000 * subr.el (read-char-choice): Only show the cursor after the prompt,
21001 not after the answer.
21002
21003 2011-03-15 Kevin Ryde <user42@zip.com.au>
21004
21005 * help-fns.el (variable-at-point): Skip leading quotes, if any
21006 (bug#8253).
21007
21008 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21009
21010 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21011 warning message.
21012
21013 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21014
21015 * shell.el (shell): When called interactively, offer to change the
21016 shell file name on remote hosts.
21017
21018 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21019
21020 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21021 integration for LDAP parameters. The host, base, user or binddn,
21022 and secret tokens can be specified in a netrc file, for instance.
21023 This is optional because an `auth-source' parameter must be
21024 specified in the search attributes.
21025
21026 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21027
21028 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21029
21030 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21031
21032 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21033 into declaration. Remove redundant and harmful binding.
21034
21035 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21036
21037 * files.el (file-ownership-preserved-p): Pass `integer' as an
21038 explicit 2nd argument to `file-attributes'. If the file's owner
21039 is the Administrators group on Windows, and the current user is
21040 Administrator, consider that a match.
21041
21042 * server.el (server-ensure-safe-dir): Consider server directory
21043 safe on MS-Windows if its owner is the Administrators group while
21044 the current Emacs user is Administrator. Use `=' to compare
21045 numerical UIDs, since they could be integers or floats.
21046
21047 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21048
21049 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21050
21051 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21052
21053 Sync with Tramp 2.2.1.
21054
21055 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21056
21057 * net/trampver.el: Update release number.
21058
21059 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * progmodes/compile.el (compilation--previous-directory): Fix up
21062 various nil/dead-marker mismatches (bug#8014).
21063 (compilation-directory-properties, compilation-error-properties):
21064 Don't call it at a position past the one we're about to change.
21065
21066 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21067 Disable obsolescence warnings in the file that declares it.
21068
21069 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21070
21071 * allout-widgets.el (allout-widgets-tally):
21072 Initialize allout-widgets-tally as a hash table rather than nil to
21073 prevent mode-line redisplay warnings. Also, clarify the module
21074 description and fix a comment typo.
21075
21076 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21077
21078 * help-fns.el (describe-variable): Don't complete keywords.
21079 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21080
21081 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21082
21083 * emacs-lisp/package.el (package-version-join): Impose a standard
21084 string representation for pre/alpha/beta version lists.
21085 (package-unpack-single): Standardize the directory name by passing
21086 it through package-version-join.
21087 (package-strip-rcs-id): Accept any version string that does not
21088 signal an error in version-to-list.
21089
21090 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21091
21092 * simple.el (delete-trailing-whitespace): Return nil for the
21093 benefit of `write-file-functions'.
21094
21095 2011-03-10 Glenn Morris <rgm@gnu.org>
21096
21097 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21098
21099 * vc/vc-git.el (vc-git-program): New option.
21100 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21101 (vc-git--call): Use it.
21102
21103 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21104
21105 * cus-edit.el (Custom-newline): If no button at point, look
21106 for a subgroup button at start-of-line. (Bug#2298)
21107
21108 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21109
21110 2011-03-10 Julien Danjou <julien@danjou.info>
21111
21112 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21113 `cursor-type' is nil.
21114
21115 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21116
21117 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21118
21119 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21120
21121 * allout.el: Change so yank of distinctive-bullet items
21122 preserves the existing header prefix, rebulleting it if necessary,
21123 rather than replacing it. This is necessary for proper operation
21124 of cooperative addons like allout-widgets.
21125 (allout-make-topic-prefix, allout-rebullet-heading):
21126 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21127 value as alternate bullet to be used, instead of prompting the user
21128 for a bullet character.
21129
21130 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21131
21132 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21133 Do not use `tramp-file-name-port', because this returns also
21134 `tramp-default-port'.
21135
21136 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21137
21138 * net/rcirc.el (rcirc-handler-001): Remove useless
21139 with-rcirc-process-buffer.
21140 (rcirc-check-auth-status): Swap arguments to string-match.
21141
21142 2011-03-09 Glenn Morris <rgm@gnu.org>
21143
21144 * shell.el (shell-mode):
21145 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21146
21147 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21148 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21149
21150 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21151
21152 * emacs-lisp/package.el (package-refresh-contents)
21153 (package-menu-execute): Use condition-case-no-debug.
21154
21155 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21156
21157 * simple.el (shell-command-to-string): Use `process-file'.
21158
21159 * emacs-lisp/package.el (package-tar-file-info): Handle also
21160 remote files.
21161
21162 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21163 Use `equal' for upload base check.
21164
21165 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21166
21167 * textmodes/texinfo.el (texinfo-environments):
21168 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21169
21170 2011-03-08 Glenn Morris <rgm@gnu.org>
21171
21172 * cus-start.el (cursor-in-non-selected-windows):
21173 Fix :set quoting oddness. (Bug#8192)
21174
21175 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21176 in some setf expressions. (Bug#2159)
21177
21178 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21179
21180 * custom.el (custom-available-themes): Return themes in
21181 alphabetical order.
21182
21183 See ChangeLog.15 for earlier changes.
21184
21185 ;; Local Variables:
21186 ;; coding: utf-8
21187 ;; End:
21188
21189 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21190
21191 This file is part of GNU Emacs.
21192
21193 GNU Emacs is free software: you can redistribute it and/or modify
21194 it under the terms of the GNU General Public License as published by
21195 the Free Software Foundation, either version 3 of the License, or
21196 (at your option) any later version.
21197
21198 GNU Emacs is distributed in the hope that it will be useful,
21199 but WITHOUT ANY WARRANTY; without even the implied warranty of
21200 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21201 GNU General Public License for more details.
21202
21203 You should have received a copy of the GNU General Public License
21204 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.