* lisp/image.el (insert-image, insert-sliced-image): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-18 Glenn Morris <rgm@gnu.org>
2
3 * image.el (insert-image, insert-sliced-image): Doc fix.
4
5 2012-11-17 Chong Yidong <cyd@gnu.org>
6
7 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
8 (Bug#12810).
9
10 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
11
12 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
13 response when the target file is in a subdirectory (Bug#12757).
14
15 2012-11-17 Chong Yidong <cyd@gnu.org>
16
17 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
18
19 2012-11-17 Glenn Morris <rgm@gnu.org>
20
21 * woman.el (woman-non-underline-faces):
22 * emacs-lisp/cl-lib.el (face-underline-p):
23 Use set-face-underline rather than the alias set-face-underline-p.
24
25 * window.el (with-temp-buffer-window): Doc fix.
26 * subr.el (with-output-to-temp-buffer):
27 Add doc xref to with-temp-buffer-window.
28
29 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * emacs-lisp/cl-lib.el: Set more meaningful version number.
32
33 2012-11-16 Martin Rudalics <rudalics@gmx.at>
34
35 * window.el (enlarge-window, shrink-window): Don't mention return
36 value in doc-string (Bug#12896).
37 (window--display-buffer): Don't resize frames - it won't work
38 with all window managers and defeat pop-up-frame-alist.
39 (display-buffer-alist): In doc-string explain that CONDITION can
40 be a function and which arguments are passed to it (Bug#12854).
41 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
42 expressions (Bug#12854).
43 (display-buffer): Pass ACTION argument to
44 display-buffer-assq-regexp.
45
46 2012-11-16 Glenn Morris <rgm@gnu.org>
47
48 * window.el (fit-frame-to-buffer-bottom-margin)
49 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
50
51 * faces.el (face-underline-p): Use face-attribute-specified-or.
52
53 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
54
55 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
56
57 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
60
61 2012-11-15 Glenn Morris <rgm@gnu.org>
62
63 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
64 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
65
66 * faces.el (face-underline-p): Doc fix. Handle :underline being
67 things other than `t' (a string, a list).
68 (face-inverse-video-p): Doc fix.
69 (set-face-underline): Rename it back from set-face-underline-p.
70 Doc fix. Allow interactive input of values other than t.
71 (read-face-attribute): Apply formatting to :underline,
72 since like :box and :stipple it can take list values.
73
74 * term.el (ansi-term): Don't let C-x escape-char binding
75 clobber the more standard C-c binding. (Bug#12842)
76
77 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
80 (bug#12879).
81
82 2012-11-14 Glenn Morris <rgm@gnu.org>
83
84 * subr.el (set-temporary-overlay-map): Doc fix.
85
86 2012-11-13 Martin Rudalics <rudalics@gmx.at>
87
88 * window.el (record-window-buffer)
89 (display-buffer-record-window): When copying the markers to
90 window-point preserve window-point-insertion-type. (Bug#12588)
91
92 2012-11-13 Glenn Morris <rgm@gnu.org>
93
94 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
95 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
96 Use new names for hooks rather than obsolete aliases.
97
98 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
101
102 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
103
104 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
105 39 and 49. This fixes bug#12792. Also, treat unimplemented
106 parameters as 0, thereby restoring the behavior of revisions prior
107 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
108
109 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
110
111 Fix end-of-defun misbehavior.
112 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
113 python-beginning-of-defun-function. Handle nested defuns
114 correctly.
115 (python-nav-end-of-defun): Rename from
116 python-end-of-defun-function. Ensure forward movement.
117 (python-info-current-defun): Reimplement to work as intended
118 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
119 parent defuns as soon as possible.
120
121 2012-11-12 Glenn Morris <rgm@gnu.org>
122
123 * progmodes/flymake.el (flymake-error-bitmap)
124 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
125 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
126
127 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
128
129 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
130 backward, always stop at indentation. Reverts the change from
131 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
132
133 2012-11-11 Glenn Morris <rgm@gnu.org>
134
135 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
136 Add ibuffer-filter-by-derived-mode.
137
138 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
139 the same name shadowing each other.
140
141 * window.el (with-temp-buffer-window): Doc tweak.
142
143 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
144
145 * help.el (temp-buffer-max-height):
146 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
147 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
148
149 2012-11-10 Leo Liu <sdl.web@gmail.com>
150
151 * ido.el (ido-set-matches-1): Fix split-string args to avoid
152 performance issue. (Bug#12796)
153
154 2012-11-10 Glenn Morris <rgm@gnu.org>
155
156 * term.el (term-default-fg-color, term-default-bg-color):
157 Make obsolete, rather than just saying "deprecated" in the doc.
158
159 * term.el (term): Rename from `term-face'.
160 (term-current-face, ansi-term-color-vector)
161 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
162 Update all users.
163
164 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
165
166 * server.el (server-create-window-system-frame): Improve comment.
167
168 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
169
170 * server.el (server-create-window-system-frame): Handle Nextstep
171 specially (Bug#12780).
172
173 2012-11-08 Glenn Morris <rgm@gnu.org>
174
175 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
176 Unautoload, and make obsolete. (Bug#7449)
177
178 2012-11-08 Chong Yidong <cyd@gnu.org>
179
180 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
181 rename from diff-remove-trailing-whitespace (Bug#12831).
182
183 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
186 miscompilation of trace.el.
187
188 2012-11-08 Glenn Morris <rgm@gnu.org>
189
190 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
191
192 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
195 (bug#12812).
196
197 2012-11-07 Chong Yidong <cyd@gnu.org>
198
199 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
200 a defcustom with an appropriate :set function.
201 (minibuffer-default--in-prompt-regexps): New function.
202
203 2012-11-07 Glenn Morris <rgm@gnu.org>
204
205 * emacs-lisp/cl.el (define-setf-expander, defsetf)
206 (define-modify-macro): Doc fixes.
207
208 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
209 (gv-define-simple-setter): Update doc of `fix-return'.
210
211 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
214 twice when `fix-return' is set (bug#12813).
215
216 * emacs-lisp/cl.el (defsetf): Pass the third arg to
217 gv-define-simple-setter (bug#12812).
218
219 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
222 (bug#12756).
223
224 2012-11-06 Glenn Morris <rgm@gnu.org>
225
226 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
227
228 2012-11-05 Glenn Morris <rgm@gnu.org>
229
230 * emacs-lisp/cl-extra.el (cl-prettyexpand):
231 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
232 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
233 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
234
235 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
236
237 2012-11-03 Glenn Morris <rgm@gnu.org>
238
239 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
240 Rename handler properties back from cl-- to cl-. (Bug#12788)
241
242 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
243
244 2012-11-03 Eli Zaretskii <eliz@gnu.org>
245
246 * term/pc-win.el: Don't load term/internal from here.
247
248 * loadup.el: Load term/internal from here.
249
250 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
251
252 * progmodes/python.el (inferior-python-mode): Fix hang in
253 jit-lock (Bug#12645).
254
255 2012-11-03 Martin Rudalics <rudalics@gmx.at>
256
257 * window.el (switch-to-visible-buffer)
258 (switch-to-buffer-preserve-window-point): Fix doc-strings.
259
260 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
261
262 * play/gomoku.el (gomoku-display-statistics): Update mode line
263 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
264
265 2012-10-31 Martin Rudalics <rudalics@gmx.at>
266
267 * window.el (quit-restore-window): If the window has been
268 created on an existing frame and ended up as the sole window on
269 that frame, do not delete it (Bug#12764).
270
271 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * progmodes/sh-script.el (sh--inside-noncommand-expression):
274 Rename from sh--inside-arithmetic-expression, handle more cases
275 (bug#11263).
276
277 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
278 (sh-font-lock-open-heredoc): Use it (bug#12770).
279
280 2012-10-30 Glenn Morris <rgm@gnu.org>
281
282 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
283
284 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
285
286 2012-10-29 Chong Yidong <cyd@gnu.org>
287
288 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
289 function key is stored in a keyboard macro (Bug#4894).
290
291 * thingatpt.el (number-at-point): Apply a thing-at-point property.
292
293 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
296 header comments".
297 (diff-unified->context, diff-context->unified)
298 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
299
300 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
301
302 * files.el (find-alternate-file): Only ask one question (bug#12487).
303
304 2012-10-29 Chong Yidong <cyd@gnu.org>
305
306 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
307 Suggested by Dan Nicolaescu (Bug#6326).
308
309 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
310
311 * startup.el (fancy-about-screen): Don't message (Bug#12680).
312
313 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
314
315 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
316
317 * face-remap.el (face-remap-add-relative): Handle the case where a
318 face-remapping-alist entry is a cons cell (Bug#12762).
319
320 2012-10-29 Kevin Ryde <user42@zip.com.au>
321
322 * woman.el (woman-parse-numeric-value): Handle picas correctly
323 (Bug#12639).
324
325 2012-10-29 Glenn Morris <rgm@gnu.org>
326
327 * emacs-lisp/cl.el (defsetf): Doc fix.
328
329 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
332 syntax to the matching opener, if any (bug#12547).
333 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
334 matching open as a "case-(".
335 (sh-smie-rc-grammar): Add a corresponding rule for it.
336
337 2012-10-28 Daniel Hackney <dan@haxney.org>
338
339 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
340 "PKGNAME-autoloads.el" in case we created it.
341
342 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
345 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
346 (completion--twq-all): Disable too-strict assertions.
347
348 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
349
350 2012-10-27 Eli Zaretskii <eliz@gnu.org>
351
352 * profiler.el (profiler-report-make-entry-part): Fix help-echo
353 text to match the real keybindings.
354
355 2012-10-27 Juri Linkov <juri@jurta.org>
356
357 * wdired.el (wdired-keep-marker-rename): New defcustom.
358 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
359 (Bug#11795)
360
361 * dired.el (dired-keep-marker-rename): Add reference to
362 `wdired-keep-marker-rename' in the docstring.
363 Add default character value ?R to display initially in
364 Customization UI instead of ?@.
365
366 2012-10-27 Martin Rudalics <rudalics@gmx.at>
367
368 * window.el (display-buffer): In doc-string describe
369 window-height and window-width alist entries.
370
371 * time.el (display-time-world): Restore fit-window-to-buffer
372 behavior.
373
374 2012-10-27 Chong Yidong <cyd@gnu.org>
375
376 * subr.el (insert-buffer-substring-as-yank): Doc fix.
377
378 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
379
380 * minibuffer.el (completion-category-overrides): New completion
381 category `bookmark' (bug#11131).
382
383 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * emacs-lisp/advice.el (ad-assemble-advised-definition):
386 Silence bogus compiler warnings for ad-do-it.
387
388 * bookmark.el (bookmark-completing-read): Set the completion category
389 to `bookmark' (bug#11131).
390
391 2012-10-26 Bastien <bzg@altern.org>
392 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * face-remap.el: Use lexical-binding.
395 (text-scale-adjust): Improve docstring. Use itself for the temporary
396 overlay-map bindings, so as to repeat the "Use..." message each time.
397
398 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * emacs-lisp/macroexp.el (macroexp--expand-all):
401 Obey byte-compile-warning-enabled-p (bug#12486).
402
403 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
404 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
405
406 2012-10-26 Martin Rudalics <rudalics@gmx.at>
407
408 * mouse.el (mouse-drag-line): Move last form into preceding when
409 clause (Bug#12731).
410
411 * help.el (resize-temp-buffer-window): Fix doc-string.
412
413 2012-10-25 David Engster <deng@randomsample.de>
414
415 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
416 Remove. This feature is already integrated in imenu.
417
418 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
419 always loaded. Require `speedbar' unconditionally.
420
421 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
424
425 * minibuffer.el (minibuffer-force-complete): Fix thinko.
426
427 * net/ldap.el (ldap-search-internal): The official ldif format starts
428 with a "version: 1" header (bug#12724).
429
430 * emacs-lisp/package.el (package-installed-p): Warn if not ready
431 (bug#12721).
432
433 2012-10-25 Glenn Morris <rgm@gnu.org>
434
435 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
436
437 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * minibuffer.el (minibuffer-force-complete): Use one more marker
440 for the temporary-overlay-map command (bug#12619).
441
442 2012-10-24 Chong Yidong <cyd@gnu.org>
443
444 * time.el (display-time-world-mode): Derive from special-mode.
445 (display-time-world): Use display-buffer (Bug#12708).
446 (display-time-world-mode-map): Variable deleted.
447 (display-time-world-display): Wrap the final delete-char inside
448 inhibit-read-only.
449
450 2012-10-24 Chong Yidong <cyd@gnu.org>
451
452 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
453 Doc fix.
454
455 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
456
457 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * minibuffer.el (completion--all-sorted-completions-location): New var.
460 (completion--cache-all-sorted-completions)
461 (completion--flush-all-sorted-completions): Use it.
462 (completion-in-region, completion-in-region--postch)
463 (completion-at-point, completion-help-at-point): Use markers in
464 completion-in-region--data (bug#12619).
465
466 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * progmodes/compile.el (compilation-start): Try to handle common
469 quoting of `cd' argument (bug#12640).
470
471 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
472 (bug#12671).
473
474 2012-10-23 Glenn Morris <rgm@gnu.org>
475
476 * progmodes/gud.el (gud-menu-map):
477 Check gdb-active-process is bound. (Bug#12358)
478
479 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * repeat.el (repeat): Set real-this-command (bug#12232).
482
483 * htmlfontify.el (hfy-post-html-hook):
484 * filesets.el (filesets-cache-fill-content-hook):
485 * arc-mode.el (archive-extract-hook):
486 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
487 * net/rcirc.el (rcirc-sentinel-functions)
488 (rcirc-receive-message-functions, rcirc-activity-functions)
489 (rcirc-print-functions):
490 * net/dbus.el (dbus-event-error-functions):
491 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
492 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
493 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
494 * term/sun.el (sun-raw-prefix-hooks):
495 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
496
497 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
498
499 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
500 Set `tramp-chunksize' to 1. This improves the performance.
501 (tramp-smb-wait-for-output): Add timeout to
502 `tramp-accept-process-output' calls.
503
504 2012-10-23 Chong Yidong <cyd@gnu.org>
505
506 * faces.el (font-list-limit): Define as an obsolete variable.
507
508 * startup.el (command-line):
509 * cus-start.el: Don't refer to font-list-limit.
510
511 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
512
513 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * subr.el (internal-temp-output-buffer-show): Rename from
516 temp-output-buffer-show, since previously compiled files expect this name.
517
518 2012-10-23 Glenn Morris <rgm@gnu.org>
519
520 * image.el (image-type-from-file-name): If multiple types match,
521 return the first one that is supported. (Bug#9045)
522
523 2012-10-22 Glenn Morris <rgm@gnu.org>
524
525 * image.el (imagemagick-enabled-types): Doc fix.
526
527 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
528
529 * progmodes/which-func.el (which-func-current): The hash-table may have
530 an explicit nil (bug#12338).
531
532 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * electric.el (electric-pair-delete-selection-self-insert-function):
535 Rename to electric-pair-will-use-region, return a boolean.
536 (electric-pair-mode): Adjust accordingly. Don't require delsel.
537
538 * delsel.el (delete-selection-helper): Use a function instead of a hook.
539 (delete-selection-pre-hook): Use use-region-p.
540 (delete-selection-self-insert-function): Remove.
541 (self-insert-command): Obey self-insert-uses-region-functions.
542 (self-insert-iso): Revert to previous setting, since we don't actually
543 know what that command does.
544 (delete-selection-self-insert-hooks): Remove.
545
546 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
547
548 * delsel.el (delete-selection-helper): New function, extracted from
549 delete-selection-pre-hook.
550 (delete-selection-pre-hook): Use it.
551 (delete-selection-self-insert-function): New function.
552 (delete-selection-self-insert-hooks): New hook.
553 (self-insert-command, self-insert-iso): Use it.
554 * electric.el (electric-pair-syntax): New function, extracted from
555 electric-pair-post-self-insert-function.
556 (electric-pair-post-self-insert-function): Use it.
557 (electric-pair-delete-selection-self-insert-function): New function.
558 (electric-pair-mode): Require delsel and setup
559 delete-selection-self-insert-hooks (bug#11520).
560
561 2012-10-20 Chong Yidong <cyd@gnu.org>
562
563 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
564 no changes to show (Bug#12586).
565
566 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
567 list explicitly (Bug#12571).
568
569 2012-10-20 Arne Jørgensen <arne@arnested.dk>
570
571 * progmodes/flymake.el (flymake-create-temp-inplace):
572 Use file-truename.
573
574 2012-10-20 Eli Zaretskii <eliz@gnu.org>
575
576 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
577
578 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
579
580 * calc/calc-units.el (math-extract-units): Properly extract powers
581 of units.
582
583 2012-10-20 Daniel Colascione <dancol@dancol.org>
584
585 * frame.el (make-frame): Set x-display-name as we used to in order
586 to unbreak creating an X11 frame from an Emacs daemon started
587 without a display.
588
589 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * minibuffer.el (minibuffer-force-complete): Make the next completion use
592 the same completion-field (bug@12221).
593
594 2012-10-19 Martin Rudalics <rudalics@gmx.at>
595
596 * emacs-lisp/debug.el (debug): Record height of debugger window
597 also when debugger will be back (Bug#8789).
598
599 2012-10-18 Chong Yidong <cyd@gnu.org>
600
601 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
602 Convert to defcustom.
603 (gdb-get-source-file): Don't bind pop-up-windows.
604
605 * progmodes/gud.el (gud-display-line): Don't specially re-use
606 other frames for the gdb-mi case (Bug#12648).
607
608 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * emacs-lisp/advice.el: Clean up commentary a bit.
611 (ad-do-advised-functions, ad-with-originals): Use `declare'.
612 (byte-code-function-p): Never redefine.
613
614 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
615
616 2012-10-18 Glenn Morris <rgm@gnu.org>
617
618 * dired.el (dired-sort-toggle): Some ls implementations only allow
619 a single option string. (Bug#12666)
620
621 * minibuffer.el (completion-cycle-threshold): Doc fix.
622
623 2012-10-17 Kenichi Handa <handa@gnu.org>
624
625 * international/mule.el (set-keyboard-coding-system):
626 Recover input meta mode when the new coding system doesn not use 8-bit.
627 Supply TERMINAL arg to set-input-meta-mode.
628
629 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
630
631 * wdired.el (wdired-old-marks): New variable.
632 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
633 (wdired-do-renames): Move point with renamed file and don't lose
634 mark status (Bug#11795).
635
636 2012-10-16 Juri Linkov <juri@jurta.org>
637
638 * replace.el (query-replace-help): Mention multi-buffer replacement
639 keys in the Help message. (Bug#12655)
640
641 2012-10-15 Chong Yidong <cyd@gnu.org>
642
643 * emacs-lisp/byte-run.el (defsubst): Doc fix.
644
645 2012-10-14 Eli Zaretskii <eliz@gnu.org>
646
647 * window.el (display-buffer): Doc fix.
648
649 * progmodes/compile.el (compilation-error-regexp-alist-alist):
650 Adjust the msft regexp to the output of Studio 2010, and move msft
651 before edg-1. See the discussion on emacs-devel,
652 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
653 for the details.
654
655 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
658 (oset): Move uses of object-class-fast macro after its definition.
659
660 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
661
662 2012-10-13 Chong Yidong <cyd@gnu.org>
663
664 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
665 enabled, re-enable it (Bug#11963).
666
667 2012-10-13 Martin Rudalics <rudalics@gmx.at>
668
669 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
670 non-nil, restore window configuration (Bug#12623).
671
672 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * help-fns.el (describe-variable, describe-function-1):
675 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
676
677 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
678
679 2012-10-12 Glenn Morris <rgm@gnu.org>
680
681 * mail/rmailsum.el (rmail-header-summary):
682 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
683
684 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
685
686 * progmodes/python.el (python-mode-map):
687 Replace subtitute-key-definition with proper command remapping.
688 (python-nav--up-list): Fix behavior for blocks on the same level.
689
690 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
693
694 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
695 changes to the format of load-history.
696
697 * international/mule-cmds.el (read-char-by-name): Move let-binding of
698 completion-ignore-case in case that var is buffer-local (bug#12615).
699
700 2012-10-11 Kenichi Handa <handa@gnu.org>
701
702 * international/eucjp-ms.el: Re-generated.
703
704 2012-10-10 Kenichi Handa <handa@gnu.org>
705
706 * select.el (xselect--encode-string): If a coding is specified for
707 selection, and that is compatible with COMPOUND_TEXT, use it.
708
709 2012-10-10 Martin Rudalics <rudalics@gmx.at>
710
711 * window.el (switch-to-buffer-preserve-window-point): New option.
712 (switch-to-buffer):
713 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
714
715 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
718 Don't document nil as a useful value (bug#12583).
719
720 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
721
722 * net/tramp.el (tramp-debug-message):
723 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
724 (with-tramp-progress-reporter): Rename from
725 `tramp-with-progress-reporter'.
726 (with-tramp-file-property, with-tramp-connection-property):
727 Move from tramp-cache.el, rename from `with-file-property' and
728 `with-connection-property', respectively.
729
730 * net/tramp-cache.el: Remove `with-file-property' and
731 `with-connection-property'.
732
733 * net/tramp.el:
734 * net/tramp-gvfs.el:
735 * net/tramp-sh.el:
736 * net/tramp-smb.el: Adapt callees.
737
738 * net/trampver.el: Update release number.
739
740 2012-10-09 Glenn Morris <rgm@gnu.org>
741
742 * w32-fns.el (set-message-beep):
743 * term/w32-win.el (set-message-beep): Update declarations.
744
745 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
748 (mode-line-widen, mode-line-input-method-map)
749 (mode-line-coding-system-map, mode-line-remote)
750 (mode-line-unbury-buffer, mode-line-bury-buffer)
751 (mode-line-next-buffer, mode-line-previous-buffer):
752 Replace save-selected-window+select-window => with-selected-window.
753
754 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
755 * progmodes/cc-vars.el (bq-process): Remove, unused.
756
757 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
758
759 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
760
761 Implemented `backward-up-list'-like navigation.
762 * progmodes/python.el (python-nav-up-list)
763 (python-nav-backward-up-list): New functions.
764 (python-mode-map): Define substitute key for backward-up-list to
765 python-nav-backward-up-list.
766
767 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
768
769 * progmodes/python.el (python-fill-paragraph): Rename from
770 python-fill-paragraph-function. Fixed fill-paragraph for
771 decorators (Bug#12605).
772
773 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
774
775 * progmodes/python.el (python-shell-output-filter): Handle extra
776 carriage return in OSX (Bug#12409).
777
778 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
779
780 Fix shell handling of unbalanced quotes and parens in output.
781 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
782 (python-syntax-propertize-function): Use it.
783 (python-shell-output-syntax-table): New var.
784 (inferior-python-mode): Prevent unbalanced parens/quotes from
785 previous output mess with current input context.
786
787 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
788
789 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
790 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
791
792 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
793
794 * ffap.el (ffap-replace-file-component): Support Tramp file name
795 syntax, not only ange-ftp's one.
796
797 2012-10-08 Glenn Morris <rgm@gnu.org>
798
799 * cus-start.el (message-log-max): Set :version.
800
801 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
802
803 2012-10-08 Martin Rudalics <rudalics@gmx.at>
804
805 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
806 the minibuffer window (Bug#10851).
807
808 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
809
810 Enhancements on forward-sexp movement.
811 * progmodes/python.el (python-nav-beginning-of-statement)
812 (python-nav-end-of-statement): Return point-marker.
813 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
814 (python-info-current-symbol)
815 (python-info-statement-starts-block-p): Rename from
816 python-info-beginning-of-block-p.
817 (python-info-statement-ends-block-p): Rename from
818 python-info-end-of-block-p.
819 (python-info-beginning-of-statement-p)
820 (python-info-end-of-statement-p)
821 (python-info-beginning-of-block-p, python-info-end-of-block-p):
822 New functions.
823
824 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
827 frame-selected-windows.
828
829 2012-10-08 Daniel Colascione <dancol@dancol.org>
830
831 * battery.el (battery-status-function): Check for
832 w32-battery-status itself, not system-time windows-nt.
833
834 * frame.el: Require cl-lib.
835 (display-format-alist): New variable mapping frame types to
836 functions that initialize them.
837 (window-system-for-display): New function: interprets
838 display-format-alist.
839 (make-frame-on-display): Remove existing display-selection logic
840 and just forward to make-frame, which will now DTRT.
841 (make-frame): Restructure to use window-system-for-display to
842 figure out how to create a frame on a given display.
843 (display-mouse-p): Look for frame-type w32, not a particular
844 system-type.
845
846 * loadup.el: Load w32 lisp code when we have the w32 feature.
847
848 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
849 system-type windows-nt.
850
851 * server.el (server-create-window-system-frame): Look for window
852 type.
853 (server-proces-filter): Only force a window system when windows-nt
854 _and_ w32. Explain why.
855
856 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
857 of window systems we configure for the mode.
858
859 * startup.el (command-line): Mark window system is initialized
860 after we've done it.
861
862 * common-win.el (x-select-text): Look for w32, not windows-nt.
863
864 * ns-win.el: Require cl-lib. Add ourselves to
865 display-format-alist.
866 (ns-initialize-window-system): Assert we're not initialized twice.
867
868 * w32-win.el: Enable lexical binding; require cl-lib; add
869 ourselves to display-format-alist.
870 (w32-handle-dropped-file): Convert incoming dropped files from
871 Windows paths to Cygwin ones before passing them on to the rest of
872 Emacs.
873 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
874 (w32-initialize-window-system): Assert we're not initialized twice.
875
876 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
877 (x-initialize-window-system): Assert we're not initialized twice.
878
879 * w32-common-fns.el: New File.
880 (w32-version, w32-using-nt, w32-get-clipboard-data)
881 (w32-set-clipboard-data, x-set-selection, x-get-selection)
882 (w32-charset-info-alist, x-last-selected, text)
883 (x-get-selection-value, x-selection-value): Move here.
884
885 * w32-fns.el: Require w32-common-fns.
886 (w32-version, w32-using-nt, w32-get-clipboard-data)
887 (w32-set-clipboard-data, x-set-selection, x-get-selection)
888 (w32-charset-info-alist, x-last-selected, text)
889 (x-get-selection-value, x-selection-value): Move to
890 w32-common-fns.
891
892 * w32-vars.el:
893 (w32-allow-system-shell, w32-system-shells): Define only in
894 non-cygwin case.
895
896 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
899 (read-passwd): Remove a few more potential sources of leaks.
900
901 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
902
903 * progmodes/python.el (inferior-python-mode)
904 (python-shell-make-comint): Fix initialization of local
905 variables copied from parent buffer.
906
907 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
908
909 * term/ns-win.el (ns-read-file-name): Update declaration to match
910 nsfns.m.
911 (ns-respond-to-change-font): Change fontsize separatly so we are sure
912 it is set when font is acted upon.
913
914 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
915
916 Enhancements to indentation.
917 * progmodes/python.el (python-indent-context): Give priority to
918 inside-string context. Make comments indentation markers.
919 (python-indent-region): Do not mess with strings, unless it's the
920 enclosing set of quotes.
921
922 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * window.el (internal--before-save-selected-window)
925 (internal--after-save-selected-window): New functions extracted from
926 save-selected-window. Make sure we return the `alist' we construct.
927 (save-selected-window): Use them.
928
929 * textmodes/tex-mode.el (tex-recenter-output-buffer):
930 Use with-selected-window.
931
932 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
933 forms that define macros (bug#12593).
934
935 2012-10-07 Kenichi Handa <handa@gnu.org>
936
937 * international/mule-conf.el (compound-text-with-extensions):
938 Add :mime-charset property as x-ctext.
939
940 2012-10-07 Stefan Merten <smerten@oekonux.de>
941
942 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
943 (rst-indent-literal-normal, rst-indent-literal-minimized)
944 (rst-indent-comment): Correct :version tag.
945 (rst-official-cvs-rev): Correct version string.
946
947 2012-10-07 Glenn Morris <rgm@gnu.org>
948
949 * mail/rmailmm.el (rmail-mime-process-multipart):
950 Do not confuse a multipart message with an epilogue
951 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
952
953 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
954
955 Fix shell output retrieval and comint-prompt-regexp init.
956 * progmodes/python.el (inferior-python-mode):
957 (python-shell-make-comint): Fix initialization of
958 comint-prompt-regexp from copied file local variables.
959 (python-shell-fetched-lines): Remove var.
960 (python-shell-output-filter-in-progress): Rename from
961 python-shell-fetch-lines-in-progress.
962 (python-shell-output-filter-buffer): Rename from
963 python-shell-fetch-lines-string.
964 (python-shell-fetch-lines-filter): Delete function.
965 (python-shell-output-filter): New function.
966 (python-shell-send-string-no-output): Use them.
967
968 2012-10-07 Glenn Morris <rgm@gnu.org>
969
970 * hi-lock.el (hi-lock-process-phrase):
971 Try to make it less fragile. (Bug#7161)
972
973 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
974
975 2012-10-06 Glenn Morris <rgm@gnu.org>
976
977 * ehelp.el (electric-help-mode): Use help-mode rather than
978 non-existent mode `help'.
979 (electric-help-map): Use button-buffer-map. (Bug#10917)
980
981 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
982 (reftex-create-bibtex-footer): Fix custom types.
983
984 * progmodes/sh-script.el (sh-indent-after-continuation):
985 Add explicit :group.
986
987 * textmodes/rst.el (rst-preferred-decorations)
988 (rst-shift-basic-offset): Clarify obsolescence versions.
989
990 * profiler.el (profiler): Add missing group :version tag.
991 * avoid.el (mouse-avoidance-banish-position):
992 * proced.el (proced-renice-command):
993 * calc/calc.el (calc-ensure-consistent-units):
994 * calendar/icalendar.el (icalendar-import-format-uid):
995 * net/tramp.el (tramp-save-ad-hoc-proxies):
996 * progmodes/bug-reference.el (bug-reference-bug-regexp):
997 * progmodes/flymake.el (flymake-error-bitmap)
998 (flymake-warning-bitmap, flymake-fringe-indicator-position):
999 * progmodes/sh-script.el (sh-indent-after-continuation):
1000 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1001 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1002 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1003 (vhdl-array-index-record-field-in-sensitivity-list)
1004 (vhdl-indent-comment-like-next-code-line):
1005 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1006 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1007 (reftex-cite-key-separator, reftex-create-bibtex-header)
1008 (reftex-create-bibtex-footer):
1009 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1010 (rst-indent-literal-normal, rst-indent-literal-minimized)
1011 (rst-indent-comment): Add missing custom :version tags.
1012
1013 * calendar/timeclock.el (timeclock-modeline-display):
1014 Add missing obsolete alias for renamed user option.
1015
1016 * strokes.el (strokes-modeline-string):
1017 * emulation/crisp.el (crisp-mode-modeline-string):
1018 * eshell/esh-mode.el (eshell-status-in-modeline):
1019 Aliases to defcustoms must come before the defcustom.
1020
1021 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1022 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1023 (cal-tex-cursor-week-monday): Doc fixes.
1024 (cal-tex-cursor-week2-summary): Doc fix.
1025 Rename from cal-tex-cursor-week-at-a-glance.
1026
1027 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1028 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1029
1030 * calendar/calendar.el (calendar-mode-map):
1031 Add cal-tex-cursor-week2-summary.
1032
1033 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1036
1037 * subr.el (read-passwd-map): New var.
1038 (read-passwd): Use `read-string' again.
1039 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1040
1041 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1042
1043 * register.el (append-to-register, prepend-to-register):
1044 Deactivate mark, as does `copy-to-register' (bug#12389).
1045
1046 2012-10-06 Chong Yidong <cyd@gnu.org>
1047
1048 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1049
1050 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1051
1052 * international/characters.el: Fix simple mistake ((car chars) ->
1053 elt), delete duplicated code.
1054
1055 2012-10-06 Glenn Morris <rgm@gnu.org>
1056
1057 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1058
1059 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1060
1061 * color.el (color-hsl-to-rgb): Fix incorrect results for
1062 small and large hue values. (Bug#12559)
1063
1064 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1065
1066 Enhancements to docstring formatting when filling paragraphs.
1067 * progmodes/python.el (python-fill-docstring-style): Rename from
1068 python-fill-string-style. Added new style.
1069 (python-fill-string): Use new style. Better checks for
1070 docstrings.
1071
1072 2012-10-05 Glenn Morris <rgm@gnu.org>
1073
1074 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1075
1076 * color.el (color-name-to-rgb, color-rgb-to-hex)
1077 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1078 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1079 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1080 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1081
1082 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1083
1084 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1087 to get the correct size across symlinks.
1088
1089 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1090
1091 2012-10-04 Juri Linkov <juri@jurta.org>
1092
1093 * replace.el (query-replace-interactive): Declare obsolete.
1094 (query-replace-read-from): Add the last incremental search string
1095 to the list of default values accessible via M-n.
1096 (map-query-replace-regexp): Use `read-regexp'.
1097 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1098 (map-query-replace-regexp, replace-string, replace-regexp):
1099 Fix docstrings to replace mentions of `query-replace-interactive'
1100 with alternatives. (Bug#12526)
1101
1102 2012-10-04 Juri Linkov <juri@jurta.org>
1103
1104 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1105 (dired-pop-to-buffer): Declare obsolete.
1106 (dired-mark-pop-up): Doc fix.
1107
1108 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1109
1110 Allow user to set docstring style for fill-paragraph.
1111 * progmodes/python.el
1112 (python-fill-comment-function, python-fill-string-function)
1113 (python-fill-decorator-function, python-fill-paren-function):
1114 Remove :safe for defcustoms.
1115 (python-fill-string-style): New defcustom
1116 (python-fill-paragraph-function): Enhance context detection.
1117 (python-fill-string): Honor python-fill-string-style settings.
1118
1119 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1120
1121 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1122 after setting its buffer (Bug#10805).
1123
1124 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1125
1126 Fix cornercase for string syntax.
1127 * progmodes/python.el (python-syntax-propertize-function):
1128 Simplify and enhance the regexp for unescaped quotes. Now it also
1129 matches quotes in weird situations like the single quote in
1130 "something\"'".
1131 (python-syntax-stringify): Simplify num-quotes detecting code.
1132
1133 2012-10-03 Glenn Morris <rgm@gnu.org>
1134
1135 * help-macro.el (three-step-help):
1136 Revert 2012-09-29 change. (Bug#12567)
1137
1138 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1139
1140 * menu-bar.el (kill-this-buffer): Don't do anything when
1141 `menu-frame' is not alive or visible (Bug#8184).
1142
1143 * emacs-lisp/debug.el (debug): When quitting the debugger window
1144 restore current buffer (Bug#12502).
1145
1146 2012-10-02 Chong Yidong <cyd@gnu.org>
1147
1148 * progmodes/hideif.el (hif-lookup, hif-defined):
1149 Handle semantic-c-takeover-hideif.
1150
1151 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 Change sampling interval units from ms to ns.
1154 * profiler.el (profiler-sampling-interval): Change units
1155 from ms to ns, multiplying the default by 1000000 so that
1156 it remains 1 ms.
1157 (profiler-report-cpu-line-format): Give enough room for
1158 the maximum counters on 64-bit hosts.
1159 (profiler-report-render-calltree-1): Call them "CPU samples",
1160 not "Time (ms)", since they are not milliseconds now (and
1161 never really were).
1162
1163 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1164
1165 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1166 Fix querying BBDB for entries without a last name (Bug#11580).
1167
1168 2012-10-02 Chong Yidong <cyd@gnu.org>
1169
1170 * emacs-lisp/eieio.el: Restore Version header.
1171
1172 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * vc/diff-mode.el (diff--auto-refine-data): New var.
1175 (diff-hunk): Use it to delay refinement.
1176 (diff-mode): Remove overlays when we turn off font-lock.
1177
1178 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1179 (table-initialize-table-fixed-width-mode)
1180 (table-set-table-fixed-width-mode): Remove functions.
1181 (table-command-list): Move initialization into declaration.
1182 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1183 (table-with-cache-buffer): Use `declare'.
1184 (table-span-cell): Simplify via CSE.
1185 (table-fixed-width-mode): Use define-minor-mode.
1186 (table-call-interactively, table-funcall, table-apply): Remove.
1187 (table-function): New function, to replace them.
1188
1189 * bookmark.el (bookmark-search-pattern): Remove var.
1190 (bookmark-read-search-input): Remove function.
1191 (bookmark-bmenu-search): Reimplement using a minibuffer.
1192
1193 * faces.el (modeline): Remove obsolete face name.
1194
1195 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1196 and give a non-nil default value.
1197 (add-change-log-entry): Simplify accordingly.
1198
1199 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1200
1201 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1202 (vc-git-log-edit-toggle-amend): New function.
1203 (vc-git-log-edit-toggle-signoff): New function.
1204 (vc-git-log-edit-mode): New major mode.
1205 (vc-git-log-edit-mode-map): Keymap for it.
1206 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1207
1208 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1209 header names.
1210 (log-edit-toggle-header): New function.
1211 (log-edit-extract-headers): Accept function values in HEADERS alist.
1212
1213 2012-10-01 David Engster <deng@randomsample.de>
1214
1215 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1216 from symbol property and change message to be more consistent with
1217 Emacs proper.
1218 (eieio-describe-generic): Add filename for each implementation.
1219 Fix indices for generic and normal methods.
1220 (eieio-method-def, eieio-class-def): New buttons.
1221 (eieio-help-find-method-definition)
1222 (eieio-help-find-class-definition): New functions.
1223 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1224 class, constructor and method definitions.
1225
1226 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1227 information in symbol property.
1228 (scoped-class): Remove.
1229 (eieio-slot-name-index, call-next-method): Check if it is bound.
1230
1231 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1232
1233 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1234 (eieio-custom-mode): New major mode.
1235 (eieio-customize-object): Use it.
1236
1237 2012-10-01 Eric Ludlam <zappo@gnu.org>
1238
1239 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1240 specifying the expected class, and whether subclassing is allowed.
1241 (eieio-persistent-convert-list-to-object):
1242 (eieio-persistent-validate/fix-slot-value)
1243 (eieio-persistent-slot-type-is-class-p): New functions.
1244 (eieio-named::slot-missing): Doc fix.
1245
1246 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1247 Stop using unused publd variable.
1248
1249 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1250 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1251 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1252 (eieio-speedbar-handle-click): Do not specify a class for the
1253 method. Fixes method invocation order problems with EDE.
1254
1255 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1258 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1259
1260 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1261
1262 * bookmark.el (bookmark-version-control): Give tags in the
1263 :type choices (Bug#12309), and improve doc string.
1264 (bookmark-write-file): Bind `print-circle' to `t' to allow
1265 circular custom bookmark types. (Bug#12503)
1266
1267 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Revert the FOLLOW-SYMLINKS change for file-attributes.
1270 * files.el (remote-file-name-inhibit-cache, after-find-file):
1271 * time.el (display-time-file-nonempty-p): Undo last change.
1272
1273 * profiler.el (profiler-sampling-interval): Change default back to 1.
1274 See Stefan Monnier in
1275 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1276
1277 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1278
1279 Shell output catching a la gud-gdb.
1280 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1281 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1282 New Vars.
1283 (python-shell-fetch-lines-filter): New function.
1284 (python-shell-send-string-no-output): Use them.
1285
1286 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1287
1288 * profiler.el (profiler-sampling-interval): Rename from
1289 profiler-sample-interval.
1290 (profiler-sampling-interval): Default to 10.
1291 (profiler-find-profile): New command (was profiler-find-log).
1292 (profiler-find-profile-other-window): New command.
1293 (profiler-find-profile-other-frame): New command.
1294 (profiler-profile): Introduce API-level data structure.
1295
1296 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1297
1298 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1299 * files.el (remote-file-name-inhibit-cache):
1300 * time.el (display-time-file-nonempty-p): Use it.
1301 * files.el (after-find-file): Don't chase links before calling
1302 file-exists-p, as file-exists-p already does the right thing.
1303
1304 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1305
1306 Merge from standalone RefTeX repository.
1307
1308 The following ChangeLog entries are shortened versions of the
1309 original ones with file paths adapted. A not so strongly edited
1310 version of the original ChangeLog can be found in the commit log.
1311
1312 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1313 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1314 Correctly handle new value type returned by `reftex-citation'.
1315
1316 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1317 that entries with whitespace at various places are found.
1318 Doc fix. Include entries that are cross-referenced from cited entries.
1319 Include @String definitions in the resulting bib file. Add header
1320 and footer defined in `reftex-create-bibtex-header' and
1321 `reftex-create-bibtex-footer'.
1322 (reftex-do-citation): Make it possible again to insert
1323 non-existent entries. Save match data when asking for optional
1324 arguments. Return all keys, not just the first one.
1325 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1326 all citations in the same line.
1327 (reftex-parse-bibtex-entry): Accept additional optional argument
1328 `raw' and keep quotes or braces if it is non-nil. Match fields
1329 containing hyphens besides word constituents.
1330 (reftex-get-string-refs): New function.
1331 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1332 and ask if it should be reread in case it did.
1333 (reftex-pop-to-bibtex-entry)
1334 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1335 entries with spaces or tabs in front of arguments.
1336 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1337 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1338 Match entries containing numbers and symbol constituents.
1339 (reftex-do-citation, reftex-figure-out-cite-format):
1340 Use `reftex-cite-key-separator'.
1341
1342 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1343 (reftex-mouse-view-crossref): Explain why point is set.
1344
1345 * textmodes/reftex-global.el: Whitespace changes.
1346
1347 * textmodes/reftex-index.el: Move provide statement to end of
1348 file.
1349 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1350 (reftex-index-visit-phrases-buffer): Set marker when visiting
1351 buffer. This allows for returning from the phrases file to the
1352 file one was just editing instead of the file where the last
1353 phrases was added from.
1354 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1355 punctuation syntax as it usually is not used as string quote in
1356 TeX-related modes and may occur unmatched. The change also
1357 prevents fontification of quoted content.
1358 (reftex-index-phrases-mode): Use it.
1359
1360 * textmodes/reftex-parse.el (reftex-parse-from-file):
1361 Move backward one char if a `\' was matched after a section macro.
1362 (reftex-parse-from-file): Use beginning of match instead of end as
1363 bound.
1364
1365 * textmodes/reftex-ref.el: Adapt creation of
1366 `reftex-<package>-<macro>' functions to new structure of
1367 `reftex-ref-style-alist'.
1368 (reftex-reference): Use `reftex-ref-style-list' function.
1369 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1370 reference macro if `reftex-ref-macro-prompt' is non-nil.
1371 (reftex-reference): Pass refstyle to `reftex-format-special'.
1372 Determine reference macro by looking at
1373 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1374 Use only one special format function.
1375 (reftex-varioref-vref, reftex-fancyref-fref)
1376 (reftex-fancyref-Fref): Remove definitions. The functions are now
1377 generated from `reftex-ref-style-alist'.
1378 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1379 Remove.
1380 (reftex-format-special): New function.
1381
1382 * textmodes/reftex-sel.el
1383 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1384 of `reftex-ref-style-alist'. Remove code for testing macro type.
1385 (reftex-select-toggle-varioref)
1386 (reftex-select-toggle-fancyref): Remove.
1387 (reftex-select-cycle-ref-style-internal)
1388 (reftex-select-cycle-ref-style-forward)
1389 (reftex-select-cycle-ref-style-backward): New functions.
1390 (reftex-select-label-map): Use `v' and `V' for general cycling
1391 through reference styles. Add `p' for switching between number
1392 and page reference types.
1393
1394 * textmodes/reftex-toc.el (reftex-re-enlarge):
1395 Call `enlarge-window' only if there is something to do because in Emacs
1396 the horizontal version throws an error even if the parameter is 0.
1397
1398 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1399 (reftex-plug-into-AUCTeX): Doc fix.
1400 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1401 string. Adapt to new name.
1402 (reftex-ref-style-alist): Change structure so that it is not
1403 possible to use multiple different package names within a style.
1404 Remove the symbols for symbols for macro type distinction.
1405 Add characters for macro selection.
1406 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1407 (reftex-create-bibtex-footer): New variables.
1408 (reftex-format-ref-function): Mention third argument of special
1409 format function.
1410 (reftex-ref-style-alist, reftex-ref-style-default-list):
1411 New variables.
1412 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1413 to new implementation. Mark as obsolete. Add compatibility code
1414 for honoring the variable values in case they are set.
1415 (reftex-cite-format-builtin, reftex-bibliography-commands):
1416 Add support for ConTeXt.
1417 (reftex-format-ref-function, reftex-format-cite-function):
1418 Fix custom type.
1419 (reftex-cite-key-separator): New variable.
1420
1421 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1422 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1423 `reftex-syntax-table' because parens have to retain their paren
1424 syntax in order for parsing of BibTeX entries like @book(...) to
1425 work.
1426 (reftex-in-comment): Do not error out if `comment-start-skip' is
1427 not set. Deal correctly with escaped comment characters.
1428 (reftex-tie-multifile-symbols): Add doc string.
1429 Initialize `reftex-ref-style-list'.
1430 (reftex-untie-multifile-symbols): Add doc string.
1431 (reftex-add-index-macros): Doc fix.
1432 (reftex-ref-style-activate, reftex-ref-style-toggle)
1433 (reftex-ref-style-list): New functions.
1434 (reftex-mode-menu): Use them. Adapt to new structure of
1435 `reftex-ref-style-alist'.
1436 (reftex-select-with-char): Kill the RefTeX Select buffer when
1437 done.
1438 (reftex-remove-if): New function.
1439 (reftex-erase-all-selection-and-index-buffers)
1440 (reftex-mode-menu): Reference styles are now computed from
1441 `reftex-ref-style-alist'. Fix typo.
1442 (reftex-report-bug): New function.
1443 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1444 algorithms with O(n log n). Introduce optional argument SORT (not
1445 yet used).
1446
1447 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1448
1449 Enhancements for triple-quote string syntax.
1450 * progmodes/python.el (python-syntax-propertize-function):
1451 Match both quote cases in one regexp.
1452 (python-syntax-stringify): Handle matches properly.
1453
1454 2012-09-30 Juri Linkov <juri@jurta.org>
1455
1456 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1457 to nil around the call to `insert' to prevent
1458 directory time modification by lock_file. (Bug#2295)
1459 * tar-mode.el (tar-summarize-buffer): Idem.
1460
1461 2012-09-30 Juri Linkov <juri@jurta.org>
1462
1463 * facemenu.el (list-colors-sort): Add option "Luminance".
1464 (list-colors-sort-key): Implement it.
1465
1466 * vc/diff-mode.el (diff-refine-removed):
1467 * vc/ediff-init.el (ediff-fine-diff-A):
1468 * vc/smerge-mode.el (smerge-refined-removed):
1469 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1470
1471 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1472
1473 * term/ns-win.el (x-file-dialog): New function.
1474
1475 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * ido.el (ido-max-directory-size): Default to nil; the current
1478 default is small for POSIX systems, and impractical on Windows 7
1479 now that lstat returns directory sizes for NTFS.
1480
1481 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1482
1483 In buffer display functions handle window-height/window-width
1484 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1485 * window.el (window--display-buffer): New argument ALIST.
1486 Obey window-height and window-width alist entries.
1487 (window--try-to-split-window): New argument ALIST.
1488 Bind window-combination-limit to t when the window's size shall be
1489 changed and window-combination-limit equals `window-size'.
1490 (display-buffer-in-atom-window)
1491 (display-buffer-in-major-side-window)
1492 (display-buffer-in-side-window, display-buffer-same-window)
1493 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1494 (display-buffer-pop-up-window, display-buffer-below-selected)
1495 (display-buffer-at-bottom, display-buffer-in-previous-window)
1496 (display-buffer-use-some-window): Adjust all callers of
1497 window--display-buffer and window--try-to-split-window.
1498 (fit-frame-to-buffer): New option.
1499 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1500 is non-nil.
1501 (display-buffer-in-major-side-window): Evaluate window-height /
1502 window-width alist entries.
1503
1504 * help.el (temp-buffer-resize-frames)
1505 (temp-buffer-resize-regexps): Remove options.
1506 (temp-buffer-resize-mode): Adjust doc-string.
1507 (resize-temp-buffer-window): Don't consult
1508 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1509 temp-buffer-resize-frames.
1510
1511 * dired.el (dired-mark-pop-up):
1512 Call display-buffer-below-selected with a fit-window-to-buffer alist
1513 entry.
1514
1515 2012-09-30 Chong Yidong <cyd@gnu.org>
1516
1517 * server.el (server-host): Document the security implications.
1518 (server-auth-key): Doc fix.
1519
1520 * startup.el (initial-buffer-choice): Doc fix.
1521
1522 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1523
1524 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1525 restriction change.
1526
1527 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1528
1529 * help-fns.el (help-fns--obsolete): Fix last change.
1530
1531 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1534 (minor-mode-map-alist): Remove redundant code.
1535
1536 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1537 visited in a buffer.
1538 (cvs-insert-visited-file): New function.
1539 (find-file-hook): Use it.
1540
1541 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1542
1543 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1544 chose face.
1545 (log-edit-empty-buffer-p): Don't require a space after a header.
1546
1547 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1548
1549 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1550
1551 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1552 a proper minor-mode.
1553
1554 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1555
1556 2012-09-29 Glenn Morris <rgm@gnu.org>
1557
1558 * winner.el (winner-mode): Remove variable (let define-minor-mode
1559 handle it).
1560 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1561 Doc fixes.
1562 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1563 (winner-mode): Use define-minor-mode.
1564
1565 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1566 the full definition in loaddefs, rather than duplicating it.
1567
1568 * help-macro.el (three-step-help): No need to autoload defcustom.
1569
1570 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1571 (inferior-lisp-program, inferior-lisp-load-command)
1572 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1573 No need to autoload defcustoms.
1574
1575 * hippie-exp.el (hippie-expand-try-functions-list)
1576 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1577 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1578 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1579 (hippie-expand-only-buffers): No need to autoload defcustoms.
1580 * progmodes/vhdl-mode.el (vhdl-line-expand):
1581 Explicitly load hippie-exp, so it does not get autoloaded
1582 while hippie-expand-try-functions-list is let-bound.
1583
1584 2012-09-28 Glenn Morris <rgm@gnu.org>
1585
1586 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1587
1588 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1589 Only "cl.el" counts as cl these days.
1590
1591 2012-09-28 Juri Linkov <juri@jurta.org>
1592
1593 Display archive errors in the echo area instead of inserting
1594 to the file buffer.
1595
1596 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1597 to STDERR-TEST that can be a regexp matching a successful output.
1598 Create a temporary file and redirect stderr to it. Search for
1599 STDERR-TEST in the stderr output and display it in the echo area
1600 if no match is found.
1601 (archive-extract-by-file): New function like
1602 `archive-extract-by-stdout' but extracting archives to files
1603 and looking for successful matches in stdout. Function body is
1604 mostly copied from `archive-rar-extract'.
1605 (archive-rar-extract): Use `archive-extract-by-file'.
1606 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1607
1608 2012-09-28 Leo Liu <sdl.web@gmail.com>
1609
1610 * pcomplete.el (pcomplete-show-completions):
1611 Use minibuffer-message to make pcomplete usable in minibuffer.
1612
1613 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1614
1615 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * type-break.el: Use lexical-binding.
1618 (type-break-mode): Use define-minor-mode.
1619
1620 * emacs-lisp/pcase.el (pcase--mark-used): New.
1621 (pcase--u1): Use it (bug#12512).
1622
1623 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1624 in load-history with the right file name.
1625
1626 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1627
1628 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1629 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1630 (doc-view-get-bounding-box): Make bounding box slicing work for
1631 ODF and DVI documents.
1632
1633 2012-09-28 Glenn Morris <rgm@gnu.org>
1634
1635 * type-break.el (type-break-mode, type-break-interval)
1636 (type-break-good-rest-interval, type-break-keystroke-threshold):
1637 No need to autoload.
1638 (type-break-good-rest-interval, type-break-keystroke-threshold):
1639 Add :set-after.
1640
1641 2012-09-28 Chong Yidong <cyd@gnu.org>
1642
1643 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1644 Add :version tag.
1645
1646 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1649
1650 2012-09-27 Glenn Morris <rgm@gnu.org>
1651
1652 * faces.el (x-display-name): Declare (for without-x builds).
1653
1654 * linum.el (linum-format): Don't autoload it. Improve :type.
1655
1656 * progmodes/tcl.el: Don't require outline when compiling.
1657 (outline-regexp, outline-level): Declare.
1658 * textmodes/sgml-mode.el: Don't require outline when compiling.
1659 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1660
1661 * term.el (term-ansi-reset):
1662 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1663
1664 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1665 files for RCS and SCCS. (Bug#9781)
1666
1667 2012-09-27 Chong Yidong <cyd@gnu.org>
1668
1669 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1670 change; value should be t.
1671
1672 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * image-mode.el: Use lexical-binding.
1675 (image-mode-winprops): Use t to stand for the window of
1676 a buffer that's not displayed.
1677 * doc-view.el (doc-view-new-window-function): Handle the new
1678 t in winprops.
1679 (doc-view-enlarge): Make it a real nop if the size is not changed.
1680 (doc-view-display): Handle the case where the buffer is not (yet?)
1681 displayed in any window.
1682 (doc-view-saved-settings): New var.
1683 (doc-view-mode): Use it.
1684 (doc-view-fallback-mode): Set it.
1685
1686 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1687 Set lexical-binding.
1688 (minibuffer-eldef-shorten-default): New var.
1689 (minibuffer-default-in-prompt-regexps): Use it for new default.
1690 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1691
1692 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * international/uni-bidi.el:
1695 * international/uni-category.el:
1696 * international/uni-name.el:
1697 * international/uni-numeric.el: Regenerate.
1698
1699 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1700 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * profiler.el: New file.
1703
1704 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1707 (testcover-reinstrument): Simplify with CSE.
1708
1709 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1712
1713 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1714
1715 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1716 (verilog-auto-input, verilog-auto-insert-lisp)
1717 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1718 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1719 (verilog-auto-unused, verilog-auto-wire)
1720 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1721 newline. Reported by Andrew Jones.
1722 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1723 Reported by Brad Dobbie.
1724 (verilog-batch-delete-trailing-whitespace):
1725 Create verilog-batch-delete-trailing-whitespace.
1726 Reported by Brad Dobbie.
1727 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1728 parameters from another module. Reported by Dan Katz.
1729 (verilog-auto, verilog-auto-assign-modport)
1730 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1731 AUTOINOUTMODPORT for UVM interface module shell generation.
1732 Reported by Brad Dobbie.
1733 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1734 standard behavior.
1735 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1736 Reported by Matt Martin.
1737
1738 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1739
1740 * window.el (window--resize-child-windows): When resizing child
1741 windows proportionally, process them in reverse order to
1742 preserve the "when splitting a window the new one gets the odd
1743 line" behavior.
1744 (window--resize-root-window-vertically): When resizing the
1745 minibuffer window try to affect only windows at the bottom of the
1746 frame. (Bug#12419)
1747
1748 2012-09-25 Chong Yidong <cyd@gnu.org>
1749
1750 * subr.el (declare): Doc fix.
1751
1752 * help-fns.el (help-fns--obsolete): Handle macros properly.
1753
1754 2012-09-25 Chong Yidong <cyd@gnu.org>
1755
1756 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1757 this function obsolete.
1758
1759 * calendar/cal-x.el (calendar-two-frame-setup)
1760 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1761 * calendar/calendar.el (american-calendar, european-calendar)
1762 (calendar-for-loop):
1763 * comint.el (comint-dynamic-simple-complete)
1764 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1765 * desktop.el (desktop-load-default):
1766 * dired-x.el (dired-omit-here-always)
1767 (dired-hack-local-variables, dired-default-directory):
1768 * emacs-lisp/derived.el (derived-mode-class):
1769 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1770 * emacs-lock.el (toggle-emacs-lock):
1771 * epa.el (epa-display-verify-result):
1772 * epg.el (epg-sign-keys, epg-start-sign-keys)
1773 (epg-passphrase-callback-function):
1774 * eshell/esh-util.el (eshell-for):
1775 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1776 (eshell-add-to-window-buffer-names):
1777 * files.el (locate-file-completion):
1778 * imenu.el (imenu-example--create-c-index)
1779 (imenu-example--create-lisp-index)
1780 (imenu-example--lisp-extract-index-name)
1781 (imenu-example--name-and-position):
1782 * international/mule-cmds.el (princ-list):
1783 * international/mule-diag.el (decode-codepage-char):
1784 * international/mule-util.el (detect-coding-with-priority):
1785 * iswitchb.el (iswitchb-read-buffer):
1786 * mail/mailalias.el (mail-complete):
1787 * mail/sendmail.el (mail-sent-via):
1788 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1789 (mouse-major-mode-menu):
1790 * password-cache.el (password-read-and-add):
1791 * pcomplete.el (pcomplete-parse-comint-arguments):
1792 * progmodes/sh-script.el (sh-maybe-here-document):
1793 * replace.el (query-replace-regexp-eval):
1794 * savehist.el (savehist-load):
1795 * simple.el (choose-completion-delete-max-match):
1796 * term.el (term-dynamic-simple-complete):
1797 * vc/ediff-init.el (ediff-check-version):
1798 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1799 * vc/vc.el (vc-diff-switches-list):
1800 * view.el (view-return-to-alist-update): Likewise.
1801
1802 * subr.el (eval-next-after-load, makehash, insert-string)
1803 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1804 mark obsolete.
1805 (mode-line-inverse-video): Variable deleted.
1806
1807 * international/mule-util.el (string-to-sequence): Remove.
1808
1809 * calendar/calendar.el (calendar-version):
1810 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1811 (icalendar-convert-diary-to-ical):
1812 * cus-edit.el (custom-mode):
1813 * ansi-color.el (ansi-color-unfontify-region):
1814 * international/latin1-disp.el (latin1-char-displayable-p):
1815 * progmodes/cwarn.el (turn-on-cwarn-mode):
1816 * progmodes/which-func.el (which-func-update-1):
1817 Use define-obsolete-function-alias.
1818
1819 * net/newst-backend.el (newsticker-cache-filename):
1820 * net/newst-treeview.el (newsticker-groups-filename):
1821 Fix incorrect obsolescence declaration.
1822
1823 * allout.el (allout-passphrase-hint-string): Likewise.
1824 (allout-init): Use a declare form to mark obsolete.
1825
1826 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1827 this applies to functions.
1828
1829 * iswitchb.el (iswitchb-read-buffer): Move code of
1830 iswitchb-define-mode-map here, and delete that obsolete function.
1831
1832 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1833 font-lock-reference-face.
1834
1835 2012-09-25 Glenn Morris <rgm@gnu.org>
1836
1837 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1838 Doc fixes.
1839
1840 * eshell/em-term.el (eshell-term-name):
1841 Default to term-term-name. (Bug#12485)
1842
1843 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1844
1845 * progmodes/python.el (python-shell-send-buffer): Better handling
1846 of "if __name__ == '__main__':" conditionals when sending the buffer.
1847
1848 2012-09-24 Glenn Morris <rgm@gnu.org>
1849
1850 * eshell/esh-cmd.el (eshell-find-alias-function):
1851 Tighten up file-name regexp. (Bug#12499)
1852
1853 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1854
1855 Enhancements for triple-quote string syntax.
1856 * progmodes/python.el (python-quote-syntax): Remove.
1857 (python-syntax-propertize-function): New value.
1858 (python-syntax-count-quotes, python-syntax-stringify):
1859 New functions.
1860
1861 2012-09-24 Chong Yidong <cyd@gnu.org>
1862
1863 * mail/supercite.el (sc-version): Remove obsolete function.
1864 (sc-describe): Don't mark as obsolete, since it is bound.
1865 (sc-submit-bug-report): Remove.
1866
1867 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1868 (cvs-commit-buffer-require-final-newline): Remove.
1869 (log-edit-require-final-newline)
1870 (log-edit-changelog-full-paragraphs): Default to t.
1871
1872 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1873 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1874 * vc/vc.el (vc-checkout-carefully): Likewise.
1875
1876 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1877 (emerge-version): Remove.
1878
1879 * progmodes/compile.el (compile-internal): Remove.
1880 (compilation-parse-errors-function): Fix typo.
1881
1882 * international/mule.el (set-char-table-default): Remove.
1883 (set-coding-priority, make-coding-system, generic-char-p)
1884 (charset-list, charset-bytes, charset-id): Use declare to mark
1885 functions as obsolete.
1886
1887 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1888 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1889 * vc/vc-hooks.el (vc-default-registered): Don't use
1890 vc-master-templates.
1891
1892 * font-lock.el (font-lock-reference-face):
1893 Use define-obsolete-variable-alias.
1894
1895 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1896 * calendar/calendar.el (calendar-font-lock-keywords):
1897 * calendar/diary-lib.el (diary-font-lock-keywords)
1898 (diary-fancy-font-lock-keywords):
1899 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1900 * textmodes/reftex-index.el (reftex-insert-index):
1901 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1902 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1903 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1904 * progmodes/prolog.el (prolog-font-lock-keywords):
1905 * progmodes/idlwave.el (idlwave-idl-keywords):
1906 * progmodes/ada-mode.el (ada-font-lock-keywords):
1907 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1908
1909 2012-09-24 Glenn Morris <rgm@gnu.org>
1910
1911 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1912
1913 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1914
1915 * progmodes/python.el (python-indent-line): More consistent cursor
1916 movement behavior.
1917
1918 2012-09-23 Stefan Merten <smerten@oekonux.de>
1919
1920 * textmodes/rst.el: Fix compiler warning.
1921
1922 2012-09-23 Roland Winkler <winkler@gnu.org>
1923
1924 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1925 Transcribe also LaTeX hyphenation.
1926 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1927 bibtex-reformat-previous-options.
1928
1929 2012-09-23 Roland Winkler <winkler@gnu.org>
1930
1931 * proced.el (proced-renice-command): New variable.
1932 (proced-marked-processes): New function.
1933 (proced-with-processes-buffer): New macro.
1934 (proced-send-signal): Use them.
1935 (proced-renice): New command bound to r.
1936
1937 2012-09-23 Roland Winkler <winkler@gnu.org>
1938
1939 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1940 ibuffer-saved-filter-groups has one element, shortcut the call of
1941 completing-read. (Bug#12331)
1942
1943 2012-09-23 Chong Yidong <cyd@gnu.org>
1944
1945 * bindings.el (mode-line-toggle-read-only):
1946 * bs.el (bs-toggle-readonly):
1947 * buff-menu.el (Buffer-menu-toggle-read-only):
1948 * dired.el (dired-toggle-read-only):
1949 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1950
1951 2012-09-23 Chong Yidong <cyd@gnu.org>
1952
1953 * image.el (image-type-available-p): Adapt to init-image-library
1954 argument changes.
1955
1956 2012-09-22 Juri Linkov <juri@jurta.org>
1957
1958 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1959 `dired-toggle-read-only'. (Bug#12462)
1960
1961 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1962
1963 * subr.el (temp-output-buffer-show): New function.
1964 (with-output-to-temp-buffer): Call temp-output-buffer-show
1965 instead of internal-temp-output-buffer-show.
1966
1967 2012-09-22 Chong Yidong <cyd@gnu.org>
1968
1969 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1970 (Bug#12462).
1971
1972 * repeat.el (repeat): Doc fix (Bug#12348).
1973
1974 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1975 (Bug#10909).
1976
1977 * simple.el (shell-command-on-region): Doc fix.
1978 (read-only-mode): Doc fix.
1979
1980 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1981
1982 * emacs-lisp/timer.el (run-with-idle-timer)
1983 (timer-activate-when-idle): Warn against reinvoking an idle timer
1984 from within its own timer action. (Bug#12447)
1985
1986 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1987
1988 * cus-start.el (window-combination-limit): Add new optional
1989 values.
1990 * window.el (temp-buffer-window-show)
1991 (window--try-to-split-window): Handle new values of
1992 window-combination-limit (Bug#1806).
1993 (split-window): Test window-combination-limit for t instead of
1994 non-nil.
1995 (display-buffer-at-bottom): New buffer display action function.
1996 * help.el (temp-buffer-resize-regexps): New option.
1997 (temp-buffer-resize-mode): Rewrite doc-string.
1998 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1999 Don't resize reused window. Suggested by Glenn Morris.
2000
2001 2012-09-22 Stefan Merten <smerten@oekonux.de>
2002
2003 * textmodes/rst.el: Revamp section title faces.
2004 (rst-official-version)
2005 (rst-package-emacs-version-alist): Sync with official version
2006 V1.4.0.
2007 (rst-faces-defaults, rst-set-level-default)
2008 (rst-level-face-max, rst-level-face-base-color)
2009 (rst-level-face-base-light, rst-level-face-format-light)
2010 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2011 (rst-adornment-faces-alist): Match new setup.
2012 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2013 (rst-level-5, rst-level-6): New faces.
2014
2015 2012-09-22 Chong Yidong <cyd@gnu.org>
2016
2017 * simple.el (undo): Handle indirect buffers (Bug#8207).
2018
2019 2012-09-21 Leo Liu <sdl.web@gmail.com>
2020
2021 IDO: Disable match re-ordering for buffer switching.
2022 * ido.el (ido-buffer-disable-smart-matches): New variable.
2023 (ido-set-matches-1): Use it. (Bug#2042)
2024
2025 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2026
2027 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2028 Fix 2011-05-17 change. (Bug#12418)
2029
2030 2012-09-21 Leo Liu <sdl.web@gmail.com>
2031
2032 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2033
2034 2012-09-21 Glenn Morris <rgm@gnu.org>
2035
2036 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2037 Be more robust about locating simple.el.
2038
2039 2012-09-21 Glenn Morris <rgm@gnu.org>
2040
2041 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2042
2043 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2044
2045 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2046
2047 2012-09-20 Juri Linkov <juri@jurta.org>
2048
2049 * replace.el (query-replace-read-from): Use `read-regexp' instead
2050 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2051 (occur-read-primary-args): Use `read-regexp' instead of
2052 `read-string'.
2053 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2054 `read-from-minibuffer'.
2055 * isearch.el (isearch-occur): Use `read-regexp' instead of
2056 `read-string'.
2057 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2058 `read-from-minibuffer'.
2059 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2060 of `read-string'. (Bug#7567)
2061
2062 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2063 and allow accepting a list of strings prepended to a list of
2064 standard default values. Doc fix. (Bug#12321)
2065
2066 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2067
2068 * replace.el (read-regexp): Don't add ": " when PROMPT already
2069 ends with a colon and space. (Bug#12321)
2070
2071 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2072
2073 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2074 error.
2075
2076 2012-09-20 Stefan Merten <smerten@oekonux.de>
2077
2078 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2079 Fixes feature request bug#11711.
2080 (rst-mode): Create `imenu-create-index-function'.
2081 (rst-get-stripped-line): Delete after refactoring.
2082 (rst-section-tree, rst-section-tree-rec)
2083 (rst-section-tree-point): Refactor and document properly.
2084 (rst-imenu-find-adornments-for-position)
2085 (rst-imenu-convert-cell, rst-imenu-create-index):
2086 New function.
2087
2088 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2091 (macroexp--expand-all): Use it.
2092 (macroexp--funcall-and-return): Remove by folding it into its sole
2093 caller (macroexp--warn-and-return).
2094 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2095 Use macroexp--obsolete-warning.
2096
2097 * calc/calc.el: Fix last change by removing the whole chunk, since it
2098 was only needed back when Calc was not bundled.
2099
2100 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2101
2102 * emacs-lisp/debug.el (debug): Restore assignment to
2103 debugger-old-buffer removed on 2012-09-08.
2104
2105 2012-09-20 Juri Linkov <juri@jurta.org>
2106
2107 * dired-aux.el (dired-diff): Remove (require 'diff) since
2108 `diff-latest-backup-file' is now autoloaded.
2109
2110 2012-09-20 Chong Yidong <cyd@gnu.org>
2111
2112 * vc/diff.el (diff-latest-backup-file): Autoload.
2113
2114 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * calc/calc.el: Remove redundant autoload shape check.
2117 (sel-mode): Don't defvar.
2118 (calc-get-stack-element): Add `sel-mode' arg instead.
2119 (calc-top, calc-top-list): Pass it this additional argument.
2120 * calc/calc-store.el (calc-store-map):
2121 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2122 (calc-map-equation, calc-outer-product, calc-inner-product):
2123 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2124
2125 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2126
2127 2012-09-19 Juri Linkov <juri@jurta.org>
2128
2129 * dired-aux.el (dired-diff): Add (require 'diff) because
2130 `diff-latest-backup-file' is not autoloaded.
2131 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2132 of `dired-get-filename' to t to not report error when there is
2133 no default file on the current line.
2134
2135 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2138 macroexp--eval-if-compile.
2139 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2140 (macroexp--expand-all): Use them (bug#12371).
2141
2142 * doc-view.el (doc-view-guess-paper-size)
2143 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2144
2145 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2146
2147 New feature: set optimal slice from BoundingBox information.
2148 * doc-view.el (doc-view-mode-map): Add keybinding.
2149 (doc-view-menu): Add menu entry.
2150 (doc-view-set-slice): Adapt docstring.
2151 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2152 (doc-view-scale-bounding-box)
2153 (doc-view-set-slice-from-bounding-box): New functions.
2154 (doc-view-paper-sizes): New defvar.
2155
2156 2012-09-19 Glenn Morris <rgm@gnu.org>
2157
2158 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2159 (byte-compile-log-warning): Autoload. (Bug#12371)
2160
2161 * calendar/calendar.el (calendar-american-month-header)
2162 (calendar-european-month-header, calendar-iso-month-header)
2163 (calendar-month-header): New options.
2164 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2165 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2166
2167 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2168
2169 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2170
2171 2012-09-18 Juri Linkov <juri@jurta.org>
2172
2173 * dired-aux.el (dired-diff): Restore original functionality of
2174 getting the default value, but keep new feature of using the
2175 latest existing backup file (`diff-latest-backup-file').
2176
2177 2012-09-18 Juri Linkov <juri@jurta.org>
2178
2179 * dired.el (dired-mark): If the region is active in Transient Mark
2180 mode, mark all files in the active region. Doc fix.
2181 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2182 Doc fix. (Bug#10624)
2183
2184 2012-09-18 Juri Linkov <juri@jurta.org>
2185
2186 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2187 attributes for M-n are pulled from the file at point.
2188 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2189 Suggested by Drew Adams. (Bug#10624)
2190
2191 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2192
2193 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2194 whitespace after "end".
2195 (ruby-do-end-to-brace): Collapse block to one line if it fits
2196 within fill-column.
2197
2198 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2199
2200 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2201 value.
2202 (debug): Don't remove debugger window when debugger is expected
2203 to be back.
2204
2205 2012-09-18 Chong Yidong <cyd@gnu.org>
2206
2207 * custom.el (defface): Doc fix.
2208
2209 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2210
2211 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2212
2213 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2214 to initialize query-on-exit; then test that instead (bug#12288).
2215
2216 2012-09-17 Stefan Merten <smerten@oekonux.de>
2217
2218 * textmodes/rst.el: Add support for `testcover'.
2219 (rst-defcustom-testcover, rst-testcover-add-compose)
2220 (rst-testcover-add-1value): New functions.
2221 (rst-portable-mark-active-p): Replace by `use-region-p'.
2222 (rst-update-section, rst-classify-adornment)
2223 (rst-find-title-line): Mark `1value' forms.
2224 (rst-classify-adornment): Remove superfluous form.
2225 (rst-update-section, rst-get-adornments-around)
2226 (rst-adornment-complete-p, rst-get-next-adornment)
2227 (rst-adjust, rst-promote-region)
2228 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2229 (rst-find-pfx-in-region, rst-section-tree-rec)
2230 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2231 (rst-toc-node, rst-toc, rst-forward-section)
2232 (rst-iterate-leftmost-paragraphs)
2233 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2234 (rst-bullet-list-region)
2235 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2236 (rst-compile-find-conf, rst-compile)
2237 (rst-repeat-last-character): Fix style.
2238
2239 2012-09-17 Chong Yidong <cyd@gnu.org>
2240
2241 * comint.el (comint--complete-file-name-data): Don't add a space
2242 if the status is `sole'; that adds a gratuitous space in the
2243 completion-cycling case (Bug#12092).
2244
2245 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2246
2247 2012-09-17 Richard Stallman <rms@gnu.org>
2248
2249 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2250 only in the mime-shown mode, not in raw mode.
2251 (rmail-mime): Toggle off mime by displaying the message without
2252 mime processing. (Bug#12305)
2253
2254 * mail/rmail.el (rmail-retry-failure):
2255 Turn off mime processing first. (Bug#12037)
2256
2257 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2258
2259 2012-09-17 Chong Yidong <cyd@gnu.org>
2260
2261 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2262 (shell-dynamic-complete-functions): Convert to defcustom.
2263 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2264
2265 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2266 * comint.el (comint-prompt-read-only):
2267 * custom.el (defcustom):
2268 * hi-lock.el (hi-lock-mode):
2269 * ibuffer.el (ibuffer-formats):
2270 * ielm.el (ielm-prompt-read-only):
2271 * novice.el (disable-command):
2272 * saveplace.el (toggle-save-place):
2273 * speedbar.el (speedbar-supported-extension-expressions):
2274 * startup.el (auto-save-list-file-prefix, init-file-user)
2275 (after-init-hook, inhibit-startup-echo-area-message):
2276 * strokes.el (strokes-help):
2277 * time-stamp.el (time-stamp):
2278 * calendar/calendar.el (calendar, diary-file):
2279 * calendar/diary-lib.el (diary-mail-entries, diary)
2280 (diary-list-entries-hook):
2281 * calendar/holidays.el (holidays, calendar-holidays):
2282 * calendar/lunar.el (lunar-phases):
2283 * calendar/solar.el (sunrise-sunset):
2284 * emulation/edt.el (edt-load-keys):
2285 * emulation/viper.el (viper-mode):
2286 * eshell/em-alias.el (eshell-command-aliases-list):
2287 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2288 * international/ogonek.el (ogonek-information):
2289 * net/tramp-cmds.el (tramp-bug):
2290 * net/quickurl.el (quickurl-reread-hook-postfix):
2291 * play/decipher.el (decipher-font-lock-keywords):
2292 * progmodes/cc-styles.el (c-set-style):
2293 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2294 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2295 * progmodes/octave-mod.el (octave-mode):
2296 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2297 * progmodes/verilog-mode.el (verilog-read-defines):
2298 * textmodes/two-column.el (2C-mode): Likewise.
2299
2300 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2301
2302 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2303 that holds many addresses.
2304
2305 2012-09-16 Chong Yidong <cyd@gnu.org>
2306
2307 * align.el (align-areas): Call the indication function with
2308 positions instead of markers for arguments (Bug#12343).
2309
2310 * files.el (parse-colon-path): Use split-string (Bug#12351).
2311
2312 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2313 (display-buffer-function): Mark as obsolete.
2314
2315 * progmodes/compile.el (compilation-parse-errors): Accept list
2316 values similar to font-lock-keywords (Bug#12136).
2317 Suggested by Oleksandr Manzyuk.
2318 (compilation-error-regexp-alist): Doc fix.
2319
2320 2012-09-15 Glenn Morris <rgm@gnu.org>
2321
2322 * version.el (emacs-bzr-version-bzr): New function.
2323 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2324
2325 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2326 checkouts, check the parent dirstate matches the branch.
2327 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2328 empty string.
2329
2330 * version.el (emacs-bzr-version): Doc fix.
2331 (emacs-bzr-version-dirstate): New function.
2332 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2333 is local try and check that it matches the branch. If not, just
2334 use dirstate information. (Bug#12441)
2335
2336 2012-09-14 Juri Linkov <juri@jurta.org>
2337
2338 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2339 (Bug#12399)
2340
2341 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2344
2345 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2346 Remove obsolete byte-compiler hack that tried to silence some warnings.
2347 (edebug-submit-bug-report): Remove.
2348 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2349 Remove aliases, use the un-prefixed name instead.
2350 (edebug-pop-to-buffer): Consider other frames.
2351 (edebug-original-read):: Make it more obvious that it's always defined.
2352 (edebug--make-form-data-entry, edebug--form-data-name)
2353 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2354 single-dashed name, and implement with cl-defstruct.
2355 (edebug-set-form-data-entry): Use the standard accessors.
2356 (edebug-make-top-form-data-entry): Use push.
2357 (edebug-no-match): Drop useless `funcall'.
2358 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2359 to functions.
2360 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2361 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2362 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2363 (easy-menu-define, with-custom-print): Remove redundant specs.
2364 (edebug-outside-overriding-local-map)
2365 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2366 (edebug--display): Bind unread-command-events directly to nil rather
2367 than binding it to unread-command-events and later setting it to nil.
2368 (edebug--display): Kill edebug-eval-buffer here...
2369 (edebug--recursive-edit): ...rather than here.
2370 Bind standard-output and standard-input.
2371 (edebug-eval): Check cl-macroexpand-all is fboundp.
2372 (edebug-temp-display-freq-count): Fix last change.
2373
2374 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2375 * subr.el (noreturn, 1value): Add `debug' spec.
2376 * emacs-lisp/advice.el: Require cl-lib.
2377 (ad-copy-tree): Remove, use copy-tree instead.
2378 (ad-dolist): Remove use dolist or cl-dolist instead.
2379 (ad-do-return): Remove, use cl-return instead.
2380 (defadvice): Add `debug' spec.
2381
2382 2012-09-13 Juri Linkov <juri@jurta.org>
2383
2384 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2385 (Bug#12399)
2386
2387 2012-09-13 Glenn Morris <rgm@gnu.org>
2388
2389 * calc/calc.el (math-compose-expr):
2390 * calc/calc-ext.el (math-compose-expr):
2391 * progmodes/cc-defs.el (cl-macroexpand-all):
2392 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2393 (cl-macroexpand-all): Update declarations.
2394
2395 * vc/vc.el: No need to require ediff.
2396 (ediff-load-version-control): Declare.
2397 (ediff-vc-internal): Fix declaration.
2398 (vc-version-ediff): Require ediff.
2399
2400 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2401
2402 Use a more backwards-compatible timer format (Bug#12430).
2403 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2404 being right after USECS, as that better supports old code that
2405 inadvisedly looked directly at the timer vector.
2406
2407 2012-09-13 Kenichi Handa <handa@gnu.org>
2408
2409 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2410 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2411 `coding-priority' property of these language environment.
2412
2413 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 Fix glitches caused by addition of psec to timers (Bug#12430).
2416 * image.el (image-animate-timer):
2417 * time.el (display-time-world-timer):
2418 Use timer--function and timer--args rather than raw access to
2419 timer vector.
2420
2421 2012-09-13 Glenn Morris <rgm@gnu.org>
2422
2423 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2424 If not compiling a file, try using load-file-name.
2425
2426 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2429 Fix last change.
2430 (edebug-update-eval-list): Use `push'.
2431
2432 * emacs-lisp/edebug.el: Use lexical-binding.
2433 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2434 Mark unused args with underscore.
2435 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2436 (edebug-form-data): Use defvar-local.
2437 (edebug-make-before-and-after-form, edebug-make-after-form):
2438 Use backquote.
2439 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2440 Not dynamically scoped any more.
2441 (edebug--enter-trace): Add arguments `function' and `args'.
2442 Rename from edebug-enter-trace.
2443 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2444 (edebug--update-coverage): Add `after-index' and `value' args.
2445 Rename from edebug-update-coverage.
2446 (edebug-slow-after): Call it accordingly.
2447 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2448 edebug-recursive-edit.
2449 (edebug--display): Call it accordingly. Add args `value',
2450 `offset-index', and `arg-mode'. Rename from edebug-display.
2451 (edebug-debugger, edebug): Call it accordingly.
2452 (edebug-eval-display-list): Use dolist.
2453
2454 2012-09-12 Juri Linkov <juri@jurta.org>
2455
2456 * info.el (Info-search): Don't check for isearch-mode and
2457 isearch-regexp before let-binding search-spaces-regexp to
2458 Info-search-whitespace-regexp.
2459 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2460 search-whitespace-regexp if isearch-lax-whitespace or
2461 isearch-regexp-lax-whitespace is non-nil.
2462 (Info-mode): Don't set local variable search-whitespace-regexp.
2463 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2464
2465 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2468 (debugger-env-macro): Remove support for unread-command-char.
2469
2470 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2471 the temporary map re-appearing on emulation-mode-map-alists.
2472
2473 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2474 since 22.1.
2475
2476 * ehelp.el (with-electric-help): Accept functions in
2477 electric-help-form-to-execute.
2478 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2479 And replace unread-command-char -> unread-command-events.
2480
2481 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2482
2483 Sync with Tramp 2.2.6.
2484
2485 * net/tramp.el (tramp-accept-process-output): Don't use
2486 JUST-THIS-ONE in the XEmacs case.
2487
2488 * net/trampver.el: Update release number.
2489
2490 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2491
2492 * emacs-lisp/debug.el (debugger-previous-window-height):
2493 New variable.
2494 (debug): When debugger-jumping-flag is non-nil try to restore
2495 height of debugger window. (Bug#8789)
2496
2497 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2500 overriding-local-map and pre/post-command-hook here.
2501 (edebug-recursive-edit): Do it here instead (bug#12345).
2502 (edebug-outside-unread-command-char): Remove all uses of
2503 unread-command-char.
2504
2505 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2506 inhibit-debugger is bound instead.
2507
2508 2012-09-11 Bastien Guerry <bzg@gnu.org>
2509
2510 * subr.el (set-temporary-overlay-map): Add a docstring.
2511 (Bug#12346)
2512
2513 2012-09-11 Bastien Guerry <bzg@gnu.org>
2514
2515 * minibuffer.el (completion-table-subvert): Fix docstring.
2516 (Bug#12347)
2517
2518 2012-09-11 Bastien Guerry <bzg@gnu.org>
2519
2520 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2521
2522 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2523
2524 * progmodes/sql.el: Version 3.1
2525 (sql-db2-escape-newlines): New variable.
2526 (sql-escape-newlines-filter): Use it.
2527
2528 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2529
2530 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2531
2532 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2533
2534 * vc/diff-mode.el (diff-mode-menu):
2535 Bind diff-remove-trailing-whitespace.
2536
2537 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2540 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2541 (emacs-lisp-byte-code-mode): New functions.
2542 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2543 (eval-defun-2): Remove bogus interactive spec.
2544 (lisp-indent-line): Remove redundant whole-exp code, now done in
2545 indent-according-to-mode.
2546 (save-match-data): Remove redundant indent data.
2547
2548 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2549 Use `declare'.
2550
2551 2012-09-09 Juri Linkov <juri@jurta.org>
2552
2553 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2554 (replace-lax-whitespace, query-replace-regexp)
2555 (query-replace-regexp-eval, replace-regexp): Doc fix.
2556 (perform-replace, replace-highlight): Let-bind
2557 isearch-lax-whitespace to replace-lax-whitespace and
2558 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2559
2560 * isearch.el (isearch-query-replace): Let-bind
2561 replace-lax-whitespace to isearch-lax-whitespace and
2562 replace-regexp-lax-whitespace to
2563 isearch-regexp-lax-whitespace. (Bug#10885)
2564
2565 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2568
2569 2012-09-09 Alan Mackenzie <acm@muc.de>
2570
2571 * progmodes/cc-engine.el (c-state-cache-init):
2572 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2573 (c-record-parse-state-state):
2574 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2575
2576 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2577
2578 * register.el (register-separator): Rename from
2579 separator-register. All uses changed. Doc fix.
2580 (register): Fix version.
2581
2582 2012-09-09 Chong Yidong <cyd@gnu.org>
2583
2584 * replace.el (query-replace-map): Bind four new symbols for
2585 requesting window scrolling.
2586
2587 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2588 query-replace-map (Bug#8948).
2589
2590 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2591
2592 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2593 since they are now in query-replace-map.
2594
2595 * window.el (scroll-other-window-down): Make the arg optional.
2596
2597 2012-09-09 Chong Yidong <cyd@gnu.org>
2598
2599 * files.el (hack-local-variables-confirm): Use quit-window to kill
2600 the *Local Variables* buffer.
2601
2602 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2603
2604 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2605 not just expect to be at its beginning. Adjust callees.
2606 Succeed when do-end block has no space before the pipe character.
2607 (ruby-brace-to-do-end): When the original block is one-liner,
2608 convert to multiline. Reindent the result.
2609
2610 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2611
2612 * register.el (register): New group.
2613 (separator-register): New user option.
2614 (increment-register): Route it to `append-to-register', if
2615 register contains text. Implication is that `C-x r +' can now be
2616 used for appending to a text register (bug#12217).
2617 (append-to-register, prepend-to-register): Add separator based on
2618 `separator-register'.
2619
2620 2012-09-08 Alan Mackenzie <acm@muc.de>
2621
2622 AWK Mode: make auto-newline work when there's "==" in the pattern.
2623 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2624 correctly.
2625 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2626 Test more rigorously for "=" token.
2627
2628 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2629
2630 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2631 Only fail when reached LIMIT.
2632
2633 2012-09-08 Chong Yidong <cyd@gnu.org>
2634
2635 * dired.el (dired-mode-map): Don't bind M-=.
2636
2637 * dired-aux.el (dired-diff): Use backup file as default.
2638
2639 2012-09-08 Drew Adams <drew.adams@oracle.com>
2640
2641 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2642
2643 2012-09-08 Chong Yidong <cyd@gnu.org>
2644
2645 * subr.el (syntax-after, syntax-class): Doc fix.
2646
2647 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2648
2649 * window.el (display-buffer-in-previous-window): New buffer
2650 display action function.
2651
2652 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2653 (debugger-previous-window): New variable.
2654 (debug): Rewrite using display-buffer-in-previous-window,
2655 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2656
2657 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2660
2661 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2662
2663 * progmodes/python.el (python-shell-send-string):
2664 When default-directory is remote, create temp file on remote
2665 filesystem.
2666 (python-shell-send-file): When file is remote, pass local view of
2667 file paths to remote Python interpreter. (Bug#12340)
2668
2669 2012-09-07 Chong Yidong <cyd@gnu.org>
2670
2671 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2672
2673 * files.el (after-find-file): Don't fail on a read-only buffer if
2674 require-final-newline is `visit' or `visit-save' (Bug#11156).
2675
2676 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2677
2678 * userlock.el (ask-user-about-supersession-threat):
2679 Use read-char-choice (Bug#12093).
2680
2681 2012-09-07 Chong Yidong <cyd@gnu.org>
2682
2683 * subr.el (buffer-narrowed-p): New function.
2684
2685 * ses.el (ses-widen):
2686 * simple.el (count-words--buffer-message):
2687 * net/browse-url.el (browse-url-of-buffer): Use it.
2688
2689 * simple.el (count-words-region): Don't signal an error if there
2690 is a non-nil prefix arg and the mark is not set.
2691
2692 * help.el (describe-key-briefly): Allow the message to be seen
2693 when invoked from the minibuffer (Bug#7014).
2694
2695 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2696
2697 * progmodes/ruby-mode.el (ruby-end-of-defun)
2698 (ruby-beginning-of-defun): Simplify, allow indentation before
2699 block beginning and end keywords.
2700 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2701 (ruby-end-of-defun): Expect that the point is at the beginning of
2702 the defun.
2703
2704 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2707 (bug#12367).
2708 (cl--make-usage-args): Strip _ from argument names.
2709
2710 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2711
2712 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2713 obsolete alias speedbar-key-map.
2714 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2715 (vhdl-index-menu-init): Don't use obsolete variable
2716 font-lock-maximum-size.
2717
2718 2012-09-06 Chong Yidong <cyd@gnu.org>
2719
2720 * frame.el (window-system-version): Mark as obsolete.
2721
2722 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2723 of obsolete variable speedbar-key-map.
2724
2725 2012-09-06 Juri Linkov <juri@jurta.org>
2726
2727 * replace.el (replace-lax-whitespace): New defcustom.
2728 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2729 (replace-string, replace-regexp): Mention it in docstrings.
2730 (perform-replace, replace-highlight): Let-bind
2731 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2732 to the values of replace-lax-whitespace and regexp-flag.
2733 Don't let-bind search-whitespace-regexp. (Bug#10885)
2734
2735 * isearch.el (isearch-query-replace): Let-bind
2736 replace-lax-whitespace instead of let-binding
2737 replace-search-function and replace-re-search-function.
2738 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2739 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2740 (isearch-toggle-symbol): Set isearch-regexp to nil
2741 in isearch-word mode (like in isearch-toggle-word).
2742
2743 2012-09-06 Juri Linkov <juri@jurta.org>
2744
2745 * replace.el (replace-search-function)
2746 (replace-re-search-function): Set default values to nil.
2747 (perform-replace): Let-bind isearch-related variables based on
2748 replace-related values, call `isearch-search-fun' and let-bind
2749 the result to `search-function'. Remove code that sets
2750 `search-function' and `search-string' separately for
2751 `delimited-flag'.
2752 (replace-highlight): Add new argument `delimited-flag' and
2753 rename other arguments to the names used in `perform-replace'.
2754 Let-bind `isearch-word' to the argument `delimited-flag'.
2755 (Bug#10885, bug#10887)
2756
2757 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2758
2759 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2760 ruby-beginning-of-indent, simplify, allow all keywords to have
2761 indentation before them.
2762 (ruby-beginning-of-indent): Adjust for above. Search until the
2763 found point is not inside a string or comment.
2764 (ruby-font-lock-keywords): Allow symbols to start with "@"
2765 character, give them higher priority than variables.
2766 (ruby-syntax-propertize-function)
2767 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2768 matchers. Expression expansions are not comments when inside a
2769 string, and there comment syntax status is irrelevant.
2770 (ruby-match-expression-expansion): New function. Check that
2771 expression expansion is inside a string, and it's not escaped.
2772 (ruby-font-lock-keywords): Use it.
2773
2774 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2775
2776 * help.el (temp-buffer-max-height): New default value.
2777 (temp-buffer-resize-frames): New option.
2778 (resize-temp-buffer-window): Optionally resize frame.
2779
2780 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2781 (fit-frame-to-buffer): New function.
2782
2783 2012-09-05 Glenn Morris <rgm@gnu.org>
2784
2785 * emulation/cua-rect.el (cua--init-rectangles):
2786 * textmodes/picture.el (picture-mode-map):
2787 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2788 like forward-char and backward-char. (Bug#12317)
2789
2790 2012-09-05 Leo Liu <sdl.web@gmail.com>
2791
2792 * progmodes/flymake.el (flymake-warning-re): New variable.
2793 (flymake-parse-line): Use it.
2794
2795 2012-09-05 Glenn Morris <rgm@gnu.org>
2796
2797 * calendar/holidays.el (holiday-christian-holidays):
2798 Rename an entry. (Bug#12289)
2799
2800 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2803 (bug#12222).
2804
2805 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * loadup.el: Load macroexp. Remove hack.
2808 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2809 (macroexp--expand-all): Use it to get better warnings.
2810 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2811 (internal-macroexpand-for-load): New functions.
2812 (macroexp--pending-eager-loads): New var.
2813 (emacs-startup-hook): New hack to replace one in loadup.el.
2814 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2815 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2816 (cl-psetf): Simplify.
2817 (cl-defstruct): Add indent rule.
2818
2819 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2820
2821 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2822 over `user-mail-address' for the SMTP MAIL FROM envelope.
2823 (smtpmail-via-smtp): Ditto.
2824
2825 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2826
2827 * progmodes/ruby-mode.el: Clean up keybindings.
2828 (ruby-mode-map): Don't bind ruby-electric-brace,
2829 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2830 backward-kill-word, reindent-then-newline-and-indent.
2831 (ruby-mark-defun): Remove.
2832 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2833 (ruby-mode): Set local beginning-of-defun-function and
2834 end-of-defun-function values.
2835
2836 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2837
2838 * window.el (temp-buffer-window-setup-hook)
2839 (temp-buffer-window-show-hook): New hooks.
2840 (temp-buffer-window-setup, temp-buffer-window-show)
2841 (with-temp-buffer-window): New functions.
2842 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2843 (special-display-popup-frame): Make sure the window used shows BUFFER.
2844
2845 * help.el (temp-buffer-resize-mode): Fix doc-string.
2846 (resize-temp-buffer-window): New optional argument WINDOW.
2847
2848 * files.el (recover-file, save-buffers-kill-emacs):
2849 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2850
2851 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2854 remote definition of `default-directory', ensure we can connect.
2855
2856 2012-09-02 Juri Linkov <juri@jurta.org>
2857
2858 Toggle whitespace matching mode with M-s SPC.
2859 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2860
2861 * isearch.el (search-whitespace-regexp): Doc fix.
2862 Remove cons cell customization.
2863 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2864 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2865 New variables.
2866 (isearch-forward, isearch-forward-regexp): Doc fix.
2867 (isearch-toggle-lax-whitespace): New command.
2868 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2869 (re-search-forward-lax-whitespace)
2870 (re-search-backward-lax-whitespace): New functions.
2871 (isearch-whitespace-regexp): Remove function.
2872 (isearch-query-replace): Let-bind replace-search-function and
2873 replace-re-search-function.
2874 (isearch-occur): Let-bind search-spaces-regexp according to the
2875 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2876 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2877 condition for C-q SPC.
2878 (isearch-search-fun-default): Use new functions mentioned above.
2879 (isearch-search-forward, isearch-search-backward): Remove functions.
2880 (isearch-search): Don't let-bind search-spaces-regexp.
2881 (isearch-lazy-highlight-space-regexp): Remove variable.
2882 (isearch-lazy-highlight-lax-whitespace)
2883 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2884 (isearch-lazy-highlight-new-loop): Use them.
2885 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2886
2887 2012-09-02 Chong Yidong <cyd@gnu.org>
2888
2889 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2890
2891 2012-09-02 Glenn Morris <rgm@gnu.org>
2892
2893 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2894
2895 2012-09-01 Glenn Morris <rgm@gnu.org>
2896
2897 * term.el: Tidy up menu definitions.
2898 (term-mode-map): Use easymenu for In/Out, Complete menus.
2899 (term-pager-break-map): Initialize in the defvar.
2900 (term-terminal-menu, term-signals-menu): Define with easymenu.
2901 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2902 (term-pager-menu): New, extracted from term-process-pager.
2903 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2904 (term-update-mode-line): Propertize line/char and page items.
2905 (term-process-pager): Move keymap initialization elsewhere.
2906
2907 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2908
2909 * window.el (switch-to-prev-buffer): Handle additional values of
2910 BURY-OR-KILL argument. Don't switch in minibuffer window.
2911 (switch-to-next-buffer): Don't switch in minibuffer window.
2912 (quit-restore-window): New function based on quit-window.
2913 Handle additional values of former KILL argument.
2914 (quit-window): Call quit-restore-window with appropriate
2915 interpretation of KILL argument.
2916 (display-buffer-below-selected): New buffer display action
2917 function.
2918
2919 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * minibuffer.el (completion-at-point-functions): Complete docstring
2922 (bug#12254).
2923
2924 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2925
2926 Better seed support for (random).
2927 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2928 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2929 * play/mpuz.el, play/tetris.el, play/zone.el:
2930 * calc/calc-comb.el (math-init-random-base):
2931 * play/blackbox.el (bb-init-board):
2932 * play/life.el (life):
2933 * server.el (server-use-tcp):
2934 * type-break.el (type-break):
2935 Remove unnecessary call to (random t).
2936 * net/sasl.el (sasl-unique-id-function):
2937 Change (random t) to (random), now that the latter is more random.
2938 * play/life.el (life-initialized): Remove no-longer-needed var.
2939
2940 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2941
2942 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2943 Consider frame's buffer predicate when choosing the buffer.
2944 (Bug#12081)
2945
2946 2012-08-30 Richard Stallman <rms@gnu.org>
2947
2948 * simple.el (special-mode-map): Delete binding for `z'.
2949
2950 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2951
2952 * progmodes/compile.el (compilation-always-kill): Doc fix.
2953
2954 2012-08-30 Chong Yidong <cyd@gnu.org>
2955
2956 * window.el (display-buffer-reuse-frames): Make the obsolescence
2957 message more informative.
2958
2959 2012-08-30 Glenn Morris <rgm@gnu.org>
2960
2961 * paren.el (show-paren-delay):
2962 Add a :set function. Doc fix. (Bug#12297)
2963
2964 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2965
2966 * progmodes/compile.el (compilation-always-kill): New var.
2967 (compilation-start): Use it.
2968
2969 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2972 * files.el (read-only-mode): Move to simple.el.
2973
2974 * files.el (read-only-mode): New minor mode.
2975 (toggle-read-only): Use it and mark obsolete.
2976 (find-file--read-only):
2977 * vc/vc.el (vc-next-action, vc-checkout):
2978 * vc/vc-cvs.el (vc-cvs-checkout):
2979 * obsolete/vc-mcvs.el (vc-mcvs-update):
2980 * ffap.el (ffap--toggle-read-only): Update callers.
2981
2982 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * eshell/esh-ext.el (eshell-external-command): Do not examine
2985 remote shell scripts.
2986 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2987
2988 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2989 "/usr/local/sbin".
2990
2991 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2994
2995 2012-08-28 Leo Liu <sdl.web@gmail.com>
2996
2997 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2998 completion-at-point. (Bug#12220)
2999
3000 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3001
3002 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3003
3004 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3007 be buffer-local; add delete-trailing-whitespace (bug#12259).
3008
3009 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3010
3011 * progmodes/hideif.el (hif-compress-define-list):
3012 Fix typo. (Bug#11951)
3013
3014 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3015
3016 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3017 buffer local setting.
3018
3019 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3020 rcirc-encode-coding-system.
3021
3022 2012-08-28 Leo Liu <sdl.web@gmail.com>
3023
3024 * net/rcirc.el (rcirc-split-message): New function.
3025 (rcirc-send-message): Use it. (Bug#12051)
3026
3027 2012-08-28 Juri Linkov <juri@jurta.org>
3028
3029 * info.el (Info-fontify-node): Hide empty lines at the end of
3030 the node. (Bug#12272)
3031
3032 2012-08-27 Drew Adams <drew.adams@oracle.com>
3033
3034 * dired.el (dired-pop-to-buffer): Make window start at beginning
3035 of buffer (Bug#12281).
3036
3037 2012-08-26 Chong Yidong <cyd@gnu.org>
3038
3039 * window.el (special-display-regexps, special-display-frame-alist)
3040 (special-display-buffer-names, special-display-function)
3041 (display-buffer-reuse-frames): Mark as obsolete.
3042
3043 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3044
3045 * help.el (help-print-return-message): Don't treat
3046 display-buffer-reuse-frames specially.
3047
3048 2012-08-26 Chong Yidong <cyd@gnu.org>
3049
3050 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3051 New variable, replacing gdb-frame-parameters.
3052 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3053 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3054 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3055 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3056 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3057 the functions directly with gdb-display-buffer-other-frame-action.
3058 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3059 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3060 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3061 (gdb-display-registers-buffer): Define directly.
3062 (def-gdb-display-buffer): Macro deleted.
3063 (gdb-display-buffer): Remove second and third args, callers don't
3064 use them. Defer to the default display-buffer behavior, apart
3065 from making windows dedicated.
3066 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3067
3068 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3069
3070 * window.el (display-buffer-pop-up-frame): Handle a
3071 pop-up-frame-parameters alist entry.
3072 (display-buffer): Document it.
3073
3074 2012-08-26 Chong Yidong <cyd@gnu.org>
3075
3076 * isearch.el (search-whitespace-regexp): Make string and nil
3077 values apply to both ordinary and regexp search. Allow a cons
3078 cell value to distinguish between the two.
3079 (isearch-whitespace-regexp, isearch-search-forward)
3080 (isearch-search-backward): New functions.
3081 (isearch-occur, isearch-search-fun-default, isearch-search)
3082 (isearch-lazy-highlight-new-loop): Use them.
3083 (isearch-forward, isearch-forward-regexp): Doc fix.
3084
3085 2012-08-26 Chong Yidong <cyd@gnu.org>
3086
3087 * faces.el (help-argument-name): Always inherit from italic
3088 (Bug#12213).
3089
3090 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3091
3092 * window.el (window--even-window-heights): Even heights when
3093 WINDOW and the selected window form a vertical combination.
3094 (display-buffer-use-some-window): Provide that window used gets
3095 sized back by quit-window. (Bug#11880) and (Bug#12091)
3096
3097 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3098
3099 Fix file time stamp problem with bzr and CVS (Bug#12001).
3100 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3101 in the file's time stamp, since the version control system loses
3102 that information.
3103
3104 2012-08-22 Juri Linkov <juri@jurta.org>
3105
3106 * info.el (Info-fontify-node): Hide the suffix of the
3107 Info file name in the header line. (Bug#12187)
3108
3109 2012-08-22 Glenn Morris <rgm@gnu.org>
3110
3111 * calendar/cal-tex.el (cal-tex-weekly-common):
3112 Restore leading blank page.
3113
3114 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3115
3116 * misc.el (forward-to-word, backward-to-word): Activate or extend
3117 the region under `shift-select-mode'. (Bug#12231)
3118
3119 2012-08-22 Bastien Guerry <bzg@gnu.org>
3120
3121 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3122 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3123 gives details on why the space is never needed.
3124
3125 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3126
3127 * window.el (walk-window-tree, window-with-parameter):
3128 New optional argument MINIBUF to control whether these functions
3129 should run on the minibuffer window.
3130 (window-at-side-list): Don't operate on minibuffer window.
3131 (window-in-direction): Simplify and rewrite doc-string.
3132 (window--size-ignore): Rename to window--size-ignore-p.
3133 Update callers.
3134 (display-buffer-in-atom-window, window--major-non-side-window)
3135 (window--major-side-window, display-buffer-in-major-side-window)
3136 (delete-side-window, display-buffer-in-side-window):
3137 New functions.
3138 (window--side-check, window-deletable-p, delete-window)
3139 (delete-other-windows, split-window): Handle side windows and
3140 atomic windows appropriately.
3141 (window--display-buffer): Call display-buffer-record-window also
3142 when the window buffer did not change.
3143
3144 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3145
3146 * help-fns.el (help-fns--key-bindings):
3147 Abbreviate non-symbol remap targets. (Bug#12174)
3148
3149 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3150
3151 * dired.el (dired-mark-remembered): Don't clobber point.
3152 (Bug#11795)
3153
3154 2012-08-22 Glenn Morris <rgm@gnu.org>
3155
3156 * progmodes/bug-reference.el (bug-reference): New custom group.
3157 (bug-reference-bug-regexp): Make it a defcustom.
3158
3159 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3160
3161 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3162 (js-paren-indent-offset, js-square-indent-offset)
3163 (js-curly-indent-offset): Add :safe (Bug#12257).
3164
3165 2012-08-22 Edward O'Connor <hober0@gmail.com>
3166
3167 * json.el (json-key-format): Add error properties.
3168 (json-encode-key): New function.
3169 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3170 Use json-encode-key.
3171
3172 2012-08-22 Glenn Morris <rgm@gnu.org>
3173
3174 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3175 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3176 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3177 Update for above change.
3178
3179 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3180
3181 * cus-face.el (custom-face-attributes): Fix customize type for the
3182 :underline attribute. (Bug#11805)
3183
3184 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3185
3186 * window.el (window-point-1, set-window-point-1): Remove.
3187 (window-in-direction, record-window-buffer)
3188 (set-window-buffer-start-and-point, split-window-below)
3189 (window--state-get-1, display-buffer-record-window):
3190 Replace calls to window-point-1 and set-window-point-1 by calls to
3191 window-point and set-window-point respectively.
3192
3193 2012-08-21 Glenn Morris <rgm@gnu.org>
3194
3195 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3196 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3197 Use it.
3198
3199 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3200 (cal-tex-shortday): New function.
3201 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3202 (cal-tex-cursor-filofax-daily): Use the above.
3203
3204 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3205 New functions.
3206 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3207 (cal-tex-cursor-filofax-week): Use them.
3208
3209 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3210 New constants.
3211 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3212 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3213
3214 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3215 (cal-tex-end-document): Don't rely on buffer name.
3216
3217 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3218 Use cal-tex-vspace.
3219 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3220 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3221 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3222 Use cal-tex-arg.
3223
3224 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3225 (cal-tex-cursor-week, cal-tex-cursor-week2)
3226 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3227 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3228 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3229 (cal-tex-insert-preamble, cal-tex-b-document)
3230 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3231 Improve cal-tex-cmd usage.
3232
3233 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3234 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3235 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3236 (cal-tex-weekly-paper): New function.
3237 (cal-tex-cursor-week, cal-tex-cursor-week2)
3238 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3239 (cal-tex-cursor-day): Use it.
3240
3241 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3242 (cal-tex-cursor-filofax-week): Remove leading blank page.
3243
3244 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3245 Add autoload cookie. For now at least, don't use color, since
3246 no other cal-tex function does.
3247
3248 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3249 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3250 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3251
3252 2012-08-21 Juri Linkov <juri@jurta.org>
3253
3254 * info.el (Info-file-attributes): New variable.
3255 (info-insert-file-contents): Add file attributes to
3256 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3257 `Info-toc-nodes' when previous modtime of the Info file is less
3258 than new modtime.
3259 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3260 of info.el. (Bug#12230)
3261
3262 2012-08-20 Glenn Morris <rgm@gnu.org>
3263
3264 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3265 * calendar/holidays.el (calendar-holiday-list):
3266 Report errors with display-warning rather than beep'n'sleep.
3267
3268 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * net/tramp.el (tramp-accept-process-output): Accept only output
3271 from PROC. Otherwise, process filters and sentinels might be
3272 confused. (Bug#12145)
3273
3274 2012-08-20 Chong Yidong <cyd@gnu.org>
3275
3276 * descr-text.el (describe-text-properties-1): Use overlays-in to
3277 report on empty overlays (Bug#3322).
3278
3279 2012-08-20 Glenn Morris <rgm@gnu.org>
3280
3281 * mail/rmailout.el (rmail-output-read-file-name):
3282 Trap and report errors in rmail-output-file-alist elements.
3283
3284 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3285 since most non-font-lock faces are not also variables).
3286
3287 2012-08-20 Edward Reingold <reingold@iit.edu>
3288
3289 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3290 New function. (Bug12160)
3291
3292 2012-08-19 Glenn Morris <rgm@gnu.org>
3293
3294 * mail/rmailout.el (rmail-output-read-file-name):
3295 Fix previous change (when the alist is nil or does not match).
3296
3297 2012-08-19 Chong Yidong <cyd@gnu.org>
3298
3299 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3300 (Bug#12228).
3301
3302 2012-08-18 Chong Yidong <cyd@gnu.org>
3303
3304 * simple.el (yank-handled-properties): New defcustom.
3305 (yank-excluded-properties): Add font-lock-face and category.
3306 (yank): Doc fix.
3307
3308 * subr.el (remove-yank-excluded-properties):
3309 Obey yank-handled-properties. The special handling of font-lock-face
3310 and category is now done this way, instead of being hard-coded.
3311 (insert-for-yank-1): Remove font-lock-face handling.
3312 (yank-handle-font-lock-face-property)
3313 (yank-handle-category-property): New function.
3314
3315 2012-08-17 Glenn Morris <rgm@gnu.org>
3316
3317 * mail/rmailout.el (rmail-output-read-file-name):
3318 Check rmail-output-file-alist against the full message body
3319 in the correct rmail buffer. (Bug#12214)
3320
3321 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3324 Eliminate superfluous prompt. (Bug#12203)
3325
3326 2012-08-17 Chong Yidong <cyd@gnu.org>
3327
3328 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3329 font spec, set the font directly (Bug#3228).
3330
3331 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3332
3333 * window.el (delete-window): Fix last fix.
3334
3335 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3336
3337 * window.el (window-valid-p): Move to window.c.
3338 (window-child, window-child-count, window-last-child)
3339 (window-normalize-window, window-combined-p)
3340 (window-combinations, window-atom-root, window-min-size)
3341 (window-sizable, window-sizable-p, window-size-fixed-p)
3342 (window-min-delta, window-max-delta, window--resizable)
3343 (window--resizable-p, window-resizable, window-total-size)
3344 (window-full-height-p, window-full-width-p, window-body-size)
3345 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3346 (minimize-window, window-deletable-p, delete-window)
3347 (delete-other-windows, set-window-buffer-start-and-point)
3348 (next-buffer, previous-buffer, split-window, balance-windows-2)
3349 (set-window-text-height, window-buffer-height)
3350 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3351 (truncated-partial-width-window-p): Minor code adjustments.
3352 In doc-strings state whether the argument window has to denote a
3353 live, valid or any window.
3354
3355 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3356
3357 * progmodes/subword.el (subword-forward-function)
3358 (subword-backward-function, subword-forward-regexp)
3359 (subword-backward-regexp): New variables.
3360 (subword-forward, subword-forward-internal, subword-backward-internal):
3361 Use new variables, eg so that different "word" definitions
3362 can be easily used. (Bug#11411)
3363
3364 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3367 for composite selectors.
3368 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3369 operation just because we can't find a previous revision.
3370
3371 2012-08-15 Chong Yidong <cyd@gnu.org>
3372
3373 * frame.el (set-frame-font): Accept font objects.
3374
3375 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3378
3379 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3380
3381 * man.el (Man-overstrike-face, Man-underline-face)
3382 (Man-reverse-face): Remove variables.
3383 (Man-overstrike, Man-underline, Man-reverse): New faces.
3384 (Man-fontify-manpage): Use them instead of the variables.
3385 (Man-cleanup-manpage): Comment change.
3386 (Man-ansi-color-map): New variable.
3387 (Man-fontify-manpage): Use it.
3388 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3389
3390 Implement ANSI SGR parameters 22-27 (bug#12146).
3391 * ansi-color.el (ansi-colors): Doc fix.
3392 (ansi-color-context, ansi-color-context-region): Doc fix.
3393 (ansi-color--find-face): New function.
3394 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3395 Rename the local variable `face' to `codes' since it is now a list of
3396 ansi codes. Doc fix.
3397 (ansi-color-get-face): Remove.
3398 (ansi-color-parse-sequence): New function, derived from
3399 ansi-color-get-face.
3400 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3401 codes 22-27.
3402
3403 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * subr.el (read-passwd): Allow use from a minibuffer.
3406
3407 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3408
3409 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3410 inside comments and strings as identifiers.
3411
3412 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3413 expression to evaluate. This allows to evaluate expressions with
3414 embedded whitespace.
3415 (gud-tooltip-tips): Add a blank before the newline in the
3416 message-box text, for the benefit of message-box emulation on
3417 MS-Windows.
3418
3419 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3420 messages from GDB, pop them up in a tooltip to give feedback to
3421 user.
3422 (gdb-tooltip-print-1): Quote the expression to evaluate.
3423 This allows to evaluate expressions with embedded whitespace.
3424 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3425 if the TTY name is nil or empty (which happens when communicating
3426 with the inferior via pipes, e.g. on MS-Windows).
3427 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3428 don't send that to the GUD buffer.
3429
3430 2012-08-14 Glenn Morris <rgm@gnu.org>
3431
3432 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3433 Optimize away setq-default with no args, as for setq. (Bug#12195)
3434
3435 2012-08-14 Chong Yidong <cyd@gnu.org>
3436
3437 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3438
3439 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3440 (Bug#12085).
3441
3442 2012-08-14 Glenn Morris <rgm@gnu.org>
3443
3444 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3445
3446 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3449 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3450 Use cached shell name.
3451
3452 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3453
3454 * progmodes/python.el (python-shell-send-string):
3455 (python-shell-send-setup-code): Do not use `format' with `message'.
3456
3457 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3458
3459 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3460 (ruby-percent-literal-beg-re): New constant.
3461 (ruby-syntax-general-delimiters-goto-beg): Rename to
3462 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3463 (ruby-syntax-propertize-general-delimiters): Rename to
3464 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3465 popular term. Adjust comments everywhere.
3466 (ruby-syntax-propertize-percent-literal): Only propertize when not
3467 inside a simple string or comment. When the literal is unclosed,
3468 leave the text after it unpropertized.
3469 (ruby-syntax-methods-before-regexp): New constant.
3470 (ruby-syntax-propertize-function): Use it to recognize regexps.
3471 Don't look at the text after regexp, just use the whitelist.
3472
3473 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3474
3475 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3476 non-nil always load the compiled file if it exists. (Bug#12197)
3477
3478 2012-08-14 Chong Yidong <cyd@gnu.org>
3479
3480 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3481 (hi-lock-set-pattern): When deciding whether to use font lock or
3482 overlays, look at font-lock-mode instead of font-lock-fontified
3483 (Bug#12168).
3484 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3485 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3486
3487 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3488
3489 * subr.el (internal--after-with-selected-window): Fix typo
3490 (Bug#12193).
3491
3492 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3493
3494 Use `completion-table-dynamic' for completion functions.
3495 * progmodes/python.el
3496 (python-shell-completion--do-completion-at-point)
3497 (python-shell-completion--get-completions):
3498 Remove functions.
3499 (python-shell-completion-complete-at-point): New function.
3500 (python-completion-complete-at-point): Use it.
3501
3502 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3503
3504 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3505 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3506
3507 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * subr.el (function-get): Refine `autoload' arg so it can also
3510 autoload functions for gv.el (bug#12191).
3511 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3512 autoloads macros.
3513
3514 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3515 Prefer pcase-let over destructuring-bind.
3516 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3517 Also, remove whitespace as we go, rather than after accumulating the
3518 various places.
3519
3520 * subr.el (internal--before-with-selected-window)
3521 (internal--after-with-selected-window): Fix typo seleted->selected.
3522 (with-selected-window): Adjust callers.
3523 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3524
3525 2012-08-13 Bastien Guerry <bzg@gnu.org>
3526
3527 * window.el (special-display-popup-frame): Minor docstring
3528 enhancement. (Bug#12172)
3529
3530 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3531
3532 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3533 type 1-6.
3534 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3535 extended headers.
3536
3537 * files.el (hack-local-variables-filter): Remove useless eval.
3538
3539 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3540
3541 * subr.el (with-selected-window): Fix last change.
3542
3543 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * subr.el (internal--before-with-seleted-window)
3546 (internal--after-with-seleted-window): New functions.
3547 (with-selected-window): Use them, to replace dependency on
3548 tty-top-frame.
3549
3550 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3551
3552 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3553 binding for `newline'.
3554 (ruby-move-to-block): When moving backward, stop at block opening,
3555 not indentation.
3556 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3557 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3558 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3559 `ruby-toggle-block'.
3560
3561 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * ibuffer.el (ibuffer-do-toggle-read-only):
3564 * dired.el (dired-toggle-read-only):
3565 * buff-menu.el (Buffer-menu-toggle-read-only):
3566 * bindings.el (mode-line-toggle-read-only):
3567 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3568
3569 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3570
3571 * descr-text.el (describe-char): Put the overlays over the
3572 "displayed as" character.
3573
3574 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3575
3576 * calc/calc-units.el (math-default-units-table): Give an
3577 initial value.
3578 (math-put-default-units): Add options to put composite units and
3579 unit systems in the default units table.
3580 (calc-convert-units): Send composite units to
3581 `math-put-default-units' when appropriate.
3582
3583 2012-08-11 Glenn Morris <rgm@gnu.org>
3584
3585 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3586
3587 * tutorial.el (help-with-tutorial):
3588 * emacs-lisp/copyright.el (copyright-update-directory):
3589 * emacs-lisp/autoload.el (autoload-find-generated-file)
3590 (autoload-find-file): Disable local eval: (for insurance).
3591
3592 * files.el (hack-local-variables-filter): If an eval: form is not
3593 known to be safe, and enable-local-variables is :safe, then ignore
3594 the form totally, as is done for non-eval forms. (Bug#12155)
3595 This is CVE-2012-3479.
3596
3597 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3600 (rx-form): Simplify.
3601
3602 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3603
3604 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3605 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3606 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3607 (ruby-syntax-propertize-function): Adjust for changes in
3608 `ruby-syntax-propertize-heredoc'.
3609
3610 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3611
3612 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3613 binding (use `M-;' instead).
3614 (ruby-singleton-class-p): New function.
3615 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3616
3617 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3620
3621 2012-08-10 Chong Yidong <cyd@gnu.org>
3622
3623 * progmodes/python.el (python-shell-get-process-name): Don't mess
3624 with same-window-buffer-names.
3625
3626 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3627 (eshell-remove-from-window-buffer-names): Make obsolete.
3628 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3629 (eshell): Just use pop-to-buffer-same-window instead.
3630
3631 2012-08-10 Chong Yidong <cyd@gnu.org>
3632
3633 * bindings.el: Bind M-= back to count-words-region.
3634
3635 * simple.el (count-words-region): Accept a prefix arg for acting
3636 on the entire buffer.
3637 (count-words--buffer-message): New helper function.
3638
3639 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3642 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3643 (event-start, event-end): Use posn-at-point to return a more
3644 informative posn.
3645 (posnp): New function.
3646 * mouse.el (popup-menu-normalize-position): Use it.
3647
3648 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3649
3650 * mouse.el (popup-menu-normalize-position): New function.
3651 (popup-menu): Use `popup-menu-normalize-position' to normalize
3652 the form for POSITION argument.
3653
3654 * term/x-win.el (x-menu-bar-open):
3655 Use the value returend from (posn-at-point) as position
3656 passed to `popup-menu'.
3657
3658 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3659
3660 * calc/calccomp.el (math-compose-expr): Add extra argument
3661 indicating that parentheses should be put around products in
3662 denominators. Give multiplication precedence over division during
3663 composition.
3664
3665 2012-08-09 Chong Yidong <cyd@gnu.org>
3666
3667 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3668 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3669 (Man-untabify-command, manual-program): Convert to defcustom
3670 (Bug#10429).
3671
3672 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3673
3674 * descr-text.el (describe-char): Don't insert extra newlines
3675 (Bug#10127).
3676
3677 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3678 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3679
3680 * align.el (align-region): Delete temporary markers (Bug#10047).
3681 Plus some code cleanups.
3682
3683 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3684
3685 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3686 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3687 (python-shell-internal-last-output): Use make-local-variable
3688 instead of make-variable-buffer-local.
3689
3690 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3691
3692 * progmodes/python.el: Enhancements to forward-sexp.
3693 (python-nav-forward-sexp): Rename from
3694 python-nav-forward-sexp-function.
3695 (python-nav--forward-sexp, python-nav--backward-sexp):
3696 New functions.
3697
3698 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3699
3700 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3701 modes and simplification modes.
3702
3703 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * delsel.el (delete-selection-pre-hook): Don't propagate the
3706 file-supersession signals (bug#12161).
3707
3708 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3711 (cl-map-extents): Add compatibility aliases (bug#12135).
3712
3713 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3716 tests by `ignore-error'.
3717 (tramp-find-shell): Open also a new shell, when cache is already
3718 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3719
3720 2012-08-08 Juri Linkov <juri@jurta.org>
3721
3722 * bookmark.el: Add `defaults' property to the bookmark record.
3723 (bookmark-current-buffer): Doc fix.
3724 (bookmark-make-record): Add `defaults' property with default values
3725 to the bookmark record.
3726 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3727 with `bookmark-insert-current-bookmark'.
3728 (bookmark-set): Get `defaults' property from the bookmark record
3729 and use it in `read-from-minibuffer'.
3730 (bookmark-insert-current-bookmark): Remove function.
3731
3732 * info.el (Info-bookmark-make-record): Add `defaults' property
3733 with values of canonical Info node name, the current Info file
3734 name and the current Info node name. (Bug#12107)
3735
3736 2012-08-08 Juri Linkov <juri@jurta.org>
3737
3738 * files.el (basic-save-buffer): Use `buffer-name' as the default
3739 of `read-file-name' when buffer is not visiting a file (bug#12128).
3740
3741 2012-08-08 Juri Linkov <juri@jurta.org>
3742
3743 * info.el (Info-isearch-search): Doc fix.
3744 (Info-search): Change search-failed message from "initial node" to
3745 "end of node" (bug#12078).
3746 (Info-isearch-search): Change `isearch-string-state' to
3747 `isearch--state-string'.
3748
3749 2012-08-08 Glenn Morris <rgm@gnu.org>
3750
3751 * language/persian.el: Remove file.
3752 * language/misc-lang.el: Move unique part of persian.el here.
3753 * loadup.el: Remove language/persian.
3754
3755 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3756
3757 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3758
3759 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3760
3761 * progmodes/python.el Fixed defsubst warning.
3762 (python-syntax-context) Rename from python-info-ppss-context.
3763 (python-syntax-context-type): Rename from
3764 python-info-ppss-context-type.
3765 (python-syntax-comment-or-string-p): Rename from
3766 python-info-ppss-comment-or-string-p.
3767
3768 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3769
3770 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3771
3772 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3773
3774 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3775 a defcustom that is quoted with backquote.
3776
3777 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3778 Fix handling of interactive spec when the body uses return.
3779 (math-do-arg-check, math-define-function-body): Use backquote forms.
3780 * calc/calc-ext.el (math-defcache): Likewise.
3781 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3782 * allout.el (allout-new-exposure): Likewise.
3783 * calc/calcalg2.el (math-tracing-integral): Likewise.
3784 * info.el (Info-last-menu-item): Likewise.
3785 * emulation/vip.el (vip-loop): Likewise.
3786 * textmodes/artist.el (artist-funcall): Likewise.
3787 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3788 Construct menu-item directly.
3789
3790 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3791 Don't declare.
3792
3793 2012-08-07 Chong Yidong <cyd@gnu.org>
3794
3795 * simple.el (deactivate-mark): Preserve text properties when
3796 saving the primary selection (Bug#8384).
3797
3798 2012-08-07 Kevin Ryde <user42@zip.com.au>
3799
3800 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3801 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3802 and continue processing (Bug#12110).
3803
3804 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3807 syntax-propertize-function (bug#10095).
3808
3809 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3812 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3813 describe-function-1.
3814 (describe-function-1): Use them. Move compiler macro after sig.
3815 (help-fns--compiler-macro): Use function-get. Assume we're already in
3816 standard-output. Adjust layout to new call order.
3817
3818 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3819 re-binding a symbol that has a symbol-macro (bug#12119).
3820
3821 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3822
3823 * language/persian.el: New file. (Bug#11812)
3824 * loadup.el: Add language/persian.el.
3825
3826 2012-08-06 Chong Yidong <cyd@gnu.org>
3827
3828 * window.el (window--maybe-raise-frame): New function.
3829 (window--display-buffer): Split off from here.
3830 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3831 (display-buffer-pop-up-window, display-buffer-use-some-window):
3832 Obey an inhibit-switch-frame action alist entry.
3833 (display-buffer): Update doc.
3834
3835 * replace.el (occur-after-change-function): Avoid losing focus by
3836 using the inhibit-switch-frame display parameter (Bug#12139).
3837
3838 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3839
3840 Make internal shell process buffer names start with space.
3841 * progmodes/python.el (python-shell-make-comint): Add optional
3842 argument INTERNAL.
3843 (run-python-internal): Use it.
3844 (python-shell-internal-get-or-create-process): Check for new
3845 internal buffer names.
3846
3847 2012-08-06 Glenn Morris <rgm@gnu.org>
3848
3849 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3850 Do less getting and setting of environment variables.
3851
3852 2012-08-05 Chong Yidong <cyd@gnu.org>
3853
3854 * proced.el (proced): Add substitution string to docstring to
3855 trigger autoloading of the proced library on C-h f (Bug#1768).
3856
3857 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3858 Don't show defvars which have no second argument (Bug#8638).
3859
3860 * imenu.el (imenu-generic-expression): Move documentation here
3861 from imenu--generic-function.
3862 (imenu--generic-function): Refer to imenu-generic-expression.
3863
3864 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3865
3866 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3867 indentation declaration.
3868 (viper-loop): Add indentation declaration (Bug#7025).
3869
3870 2012-08-05 Chong Yidong <cyd@gnu.org>
3871
3872 * help-fns.el (describe-variable): Add hyperlink for
3873 directory-local variables files. Improve buffer-local and
3874 permanent-local reporting; suggested by MON KEY (Bug#6644).
3875
3876 * help-mode.el (help-dir-local-var-def): New button type.
3877
3878 * files.el (kill-buffer-hook): Provide a defvar.
3879
3880 2012-08-05 Glenn Morris <rgm@gnu.org>
3881
3882 * eshell/esh-ext.el (eshell/addpath):
3883 Also update eshell-path-env. (Bug#12013)
3884
3885 2012-08-05 Chong Yidong <cyd@gnu.org>
3886
3887 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3888
3889 * fringe.el (fringe-styles): Add docstring.
3890 (fringe--check-mode): New function.
3891 (set-fringe-mode, set-fringe-style): Use it.
3892 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3893
3894 * files.el (set-auto-mode): Fix invalid setq call.
3895
3896 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * isearch.el: Misc simplification; use defstruct.
3899 (isearch-mode-map): Dense maps now work like sparse ones.
3900 (isearch--state): New defstruct.
3901 (isearch-string-state, isearch-message-state, isearch-point-state)
3902 (isearch-success-state, isearch-forward-state)
3903 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3904 (isearch-wrapped-state, isearch-barrier-state)
3905 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3906 replaced by defstruct's accessors.
3907 (isearch--set-state): Rename from isearch-top-state and change
3908 calling convention.
3909 (isearch-push-state): Use new isearch--get-state.
3910 (isearch-toggle-word): Disable regexp when enabling word.
3911 (isearch-message-prefix): Remove unused arg _c-q-hack.
3912 (isearch-message-suffix): Remove unused arg _ellipsis.
3913
3914 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3915
3916 * simple.el (list-processes--refresh): For a server use :host or
3917 :local as the address.
3918 (list-processes): Doc fix.
3919
3920 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3921
3922 * lisp/mpc.el: Support password in host argument.
3923 (mpc--proc-connect): Parse and use new password element.
3924 Set mpc-proc variable instead of returning process.
3925 (mpc-proc): Adjust accordingly.
3926
3927 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3928
3929 * whitespace.el (whitespace-display-mappings): Use Unicode
3930 codepoints, instead of emacs-mule codepoints. See
3931 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3932 for the details.
3933
3934 * files.el (file-truename): Don't skip symlink-chasing part on
3935 windows-nt. Incorporate the resolution of 8+3 short aliases on
3936 Windows into the loop that recursively chases symlinks.
3937 Compare directory and its parent case-insensitively on MS-Windows and
3938 MS-DOS.
3939
3940 2012-08-03 Chong Yidong <cyd@gnu.org>
3941
3942 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3943
3944 * sort.el (sort-regexp-fields): Doc fix.
3945
3946 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3947
3948 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3949 labels regex position point at the expected place.
3950
3951 2012-08-03 MON KEY <monkey@sandpframing.com>
3952
3953 * net/imap.el (imap-interactive-login, imap-authenticate)
3954 (imap-mailbox-lsub, imap-mailbox-list)
3955 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3956 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3957 (imap-parse-response): Doc fix.
3958
3959 2012-08-03 João Távora <joaotavora@gmail.com>
3960
3961 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3962 if sexp scanning does not move point (Bug#5734).
3963
3964 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3965
3966 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3967 Add listings, minted, and ctable packages.
3968 (reftex-label-alist-builtin): Move listings, minted, and ctable
3969 entries before LaTeX.
3970 (reftex-label-alist): Docfix.
3971
3972 2012-08-02 Bastien Guerry <bzg@gnu.org>
3973
3974 * replace.el (occur): Fix docstring (bug#12122).
3975
3976 2012-08-02 Glenn Morris <rgm@gnu.org>
3977
3978 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3979
3980 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3981
3982 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3983 * international/mule-cmds.el: Create
3984 inactivate-current-input-method-function as an obsolete alias for
3985 deactivate-current-input-method-function. See Katsumi Yamaoka in
3986 <http://bugs.gnu.org/10150#46>.
3987
3988 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3989
3990 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3991 of nested `if's.
3992
3993 2012-08-01 Glenn Morris <rgm@gnu.org>
3994
3995 * progmodes/autoconf.el (autoconf-definition-regexp):
3996 Add AH_TEMPLATE, adjust submatch numbering.
3997 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3998 (autoconf-current-defun-function): Update for above change.
3999 (autoconf-current-defun-function): First skip to end of current word.
4000
4001 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4002
4003 * calendar/cal-html.el (cal-html-insert-agenda-days):
4004 Fix typo. (Bug#12018)
4005
4006 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4007
4008 Shell processes: enhancements to startup and CEDET compatibility.
4009 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4010 (python-shell-make-comint): accept-process-output at startup.
4011 (run-python-internal): Set inferior-python-mode-hook to nil.
4012 (python-shell-internal-get-or-create-process): call sit-for.
4013 (python-preoutput-result): Add obsolete alias.
4014 (python-shell-internal-send-string): Use it.
4015 (python-shell-send-setup-code): Remove call to
4016 accept-process-output.
4017
4018 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4019
4020 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4021 (Bug#12108)
4022
4023 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4024
4025 * calc-mode.el (calc-basic-simplification-mode): Rename from
4026 `calc-limited-simplification-mode'.
4027 (calc-alg-simplification-mode): New function.
4028 (calc-set-simplify-mode): Adjust message.
4029
4030 * calc.el (calc-set-mode-line): Adjust mode line display for
4031 basic simplification mode.
4032
4033 * calc-help.el (calc-m-prefix-help): Update help message.
4034
4035 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4036 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4037
4038 2012-07-31 Bastien Guerry <bzg@gnu.org>
4039
4040 * man.el (man): Fix comment. (bug#12101)
4041
4042 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4043
4044 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4045 Don't return a non-nil value when no suitable buffer was found.
4046
4047 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4048
4049 * progmodes/python.el (run-python-internal): Disable font lock for
4050 internal shells.
4051
4052 2012-07-30 Stefan Merten <smerten@oekonux.de>
4053
4054 * textmodes/rst.el: Silence `checkdoc-ispell'.
4055 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4056 (rst-official-version, rst-official-cvs-rev)
4057 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4058 (rst-mode-map): New key binding.
4059
4060 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4061
4062 Update .PHONY listings in makefiles.
4063 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4064 autoloads, update-subdirs, updates, bzr-update, update-authors,
4065 compile-onefile, compile-calc, backup-compiled-files,
4066 compile-after-backup, compile-one-process, mh-autoloads,
4067 bootstrap-clean, distclean, maintainer-clean.
4068
4069 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4070
4071 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4072 (calc-set-mode-line): Don't display "AlgSimp ".
4073
4074 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4075 (calc-lim-simplify-mode): New function.
4076 (calc-set-simplify-mode): Default to 'alg.
4077 (calc-default-simplify-mode): Make algebraic simplifications
4078 the default.
4079
4080 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4081 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4082
4083 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4084 indicate new simplification modes.
4085
4086 * calc/README: Mention new default simplification mode.
4087
4088 * calc/calc.el (math-normalize-error): New variable.
4089 (math-normalize): Set `math-normalize-error' to t
4090 when there's an error.
4091
4092 * calc/calc-alg.el (math-simplify): Don't simplify when
4093 `math-normalize' returns an error.
4094
4095 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4096
4097 * international/mule-cmds.el (set-locale-environment): Revert last
4098 change, since display-graphic-p returns nil when this function is
4099 called during startup. Instead...
4100
4101 * term/w32console.el (terminal-init-w32console): ...setup the
4102 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4103
4104 2012-07-29 Juri Linkov <juri@jurta.org>
4105
4106 * simple.el (goto-line): Don't display default line number in the
4107 prompt because it should be displayed by `read-number' (bug#9952).
4108 Add the current line number to the defaults of `goto-line' to
4109 allow its easier modification by users with `M-n' (bug#9201).
4110
4111 * subr.el (read-number): Support multiple default values like in
4112 other minibuffer reading functions. Replace `read' with
4113 `string-to-number' for consistency with `number-to-string'.
4114
4115 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4116
4117 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4118 * emulation/viper-init.el (viper-deactivate-input-method-action):
4119 Rename from viper-inactivate-input-method-action.
4120 (viper-deactivate-input-method):
4121 Rename from viper-inactivate-input-method.
4122 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4123 * international/mule-cmds.el (deactivate-input-method):
4124 Rename from inactivate-input-method.
4125 Also run input-method-deactivate-hook.
4126 (deactivate-current-input-method-function):
4127 Rename from inactivate-current-input-method-function.
4128 (input-method-deactivate-hook): New hook.
4129 (input-method-inactivate-hook): Mark obsolete.
4130 (inactivate-input-method): Mark obsolete.
4131
4132 * international/quail.el (quail-activate):
4133 Also run quail-deactivate-hook.
4134 (quail-deactivate): Rename from quail-inactivate.
4135 * international/robin.el (robin-activate):
4136 Also run robin-deactivate-hook.
4137 (robin-deactivate): Rename from robin-inactivate.
4138
4139 2012-07-29 Chong Yidong <cyd@gnu.org>
4140
4141 * simple.el (indicate-copied-region): New function.
4142 (kill-ring-save): Split off from here.
4143
4144 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4145 (kill-rectangle): Set deactivate-mark to t on read-only error.
4146
4147 * register.el (copy-to-register, copy-rectangle-to-register):
4148 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4149 (append-to-register, prepend-to-register): Call indicate-copied-region.
4150
4151 2012-07-29 Juri Linkov <juri@jurta.org>
4152
4153 * simple.el (async-shell-command-buffer): New defcustom.
4154 (shell-command): Use it. (Bug#4719)
4155
4156 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4157
4158 * international/mule-cmds.el (set-locale-environment): In a
4159 console session on MS-Windows, set up keyboard and terminal
4160 encoding from the OEM codepage, not the ANSI codepage.
4161 (Bug#12055)
4162
4163 2012-07-28 Chong Yidong <cyd@gnu.org>
4164
4165 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4166 gdb-get-location.
4167
4168 2012-07-28 Leo Liu <sdl.web@gmail.com>
4169
4170 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4171 the alist (bug#12029).
4172
4173 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4174
4175 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4176 (compile-always, compile-first)
4177 ($(lisp)/calendar/cal-loaddefs.el)
4178 ($(lisp)/calendar/diary-loaddefs.el)
4179 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4180 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4181 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4182 instead of on update-subdirs.
4183 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4184
4185 2012-07-28 Chong Yidong <cyd@gnu.org>
4186
4187 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4188 directory if vc-deduce-backend returns nil (Bug#7350).
4189
4190 * simple.el (delete-trailing-lines): New option.
4191 (delete-trailing-whitespace): Obey it (Bug#11879).
4192
4193 2012-07-28 David Engster <deng@randomsample.de>
4194
4195 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4196 Explanation of new 'symbol-qnames feature in doc-strings.
4197 (xml-maybe-do-ns): Return expanded names as plain symbols if
4198 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4199 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4200
4201 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4202
4203 Consistent completion in inferior python with emacs -nw.
4204 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4205 binding in inferior-python-mode-map with "\t".
4206 (python-shell-completion-complete-at-point)
4207 (python-completion-complete-at-point): Remove interactive spec.
4208
4209 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4210
4211 * calc/calccomp.el (math-compose-expr): Undo previous change.
4212
4213 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4214
4215 * progmodes/python.el (python-mode-map): Add keybinding for
4216 run-python.
4217 (python-shell-make-comint): Fix pop-to-buffer call.
4218 (run-python): Autoload. New arg SHOW.
4219 (python-shell-get-or-create-process): Do not pop python process
4220 buffer.
4221
4222 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4223
4224 * notifications.el (notifications-on-action-signal)
4225 (notifications-on-closed-signal): Use also the bus address for the map.
4226 (notifications-notify, notifications-close-notification)
4227 (notifications-get-capabilities): Add optional argument BUS.
4228
4229 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4230
4231 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4232 Add support for the lstlisting and minted environments, and for the
4233 ctable macro.
4234 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4235 labels written in keyvals syntax.
4236
4237 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4238
4239 * calc/calccomp.el (math-compose-expr): Use parentheses when
4240 there is a product in the denominator of a fraction.
4241
4242 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4243
4244 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4245 ($(lisp)/calendar/diary-loaddefs.el)
4246 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4247 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4248 Fixes failures in parallel bootstrap because subdirs.el is being
4249 rewritten while the autoload files are built at the same time,
4250 which needs to load subdirs.el.
4251
4252 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4253
4254 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4255 (mouse-drag-line): Don't exit tracking when a switch-frame or
4256 switch-window event occurs (Bug#12006).
4257
4258 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * mouse.el (popup-menu): Fix last change.
4261
4262 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 Autoload from Lisp with more care. Follow aliases when looking for
4265 function properties.
4266 * subr.el (autoloadp): New function.
4267 (symbol-file): Use it.
4268 (function-get): New function.
4269 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4270 autoload-do-load.
4271 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4272 (lisp-indent-function):
4273 * emacs-lisp/gv.el (gv-get):
4274 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4275 * emacs-lisp/byte-opt.el (byte-optimize-form):
4276 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4277 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4278 Use function-get.
4279 * emacs-lisp/cl.el: Don't propagate function properties any more.
4280
4281 * speedbar.el (speedbar-add-localized-speedbar-support):
4282 * emacs-lisp/disass.el (disassemble-internal):
4283 * desktop.el (desktop-load-file):
4284 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4285 (describe-function-1):
4286 * emacs-lisp/find-func.el (find-function-noselect):
4287 * emacs-lisp/elp.el (elp-instrument-function):
4288 * emacs-lisp/advice.el (ad-has-proper-definition):
4289 * apropos.el (apropos-safe-documentation, apropos-macrop):
4290 * emacs-lisp/debug.el (debug-on-entry):
4291 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4292 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4293 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4294
4295 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4296
4297 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4298 function, not an obsolete variable (Bug#12046).
4299
4300 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4301
4302 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4303
4304 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4305
4306 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4307 window only if it is still live (Bug#12034).
4308
4309 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4310
4311 * subr.el (redirect-frame-focus): Add advertised calling
4312 convention (Bug#12030).
4313
4314 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4315
4316 Prefer typical American spelling for "acknowledgment".
4317 * vc/add-log.el (change-log-acknowledgment): Rename from
4318 change-log-acknowledgement, with an alias for the old name.
4319
4320 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4321
4322 * calc-alg.el (math-simplify-divide): Don't cross multiply
4323 in an equation when the lhs is a variable.
4324
4325 2012-07-24 Julien Danjou <julien@danjou.info>
4326
4327 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4328 Remove, unused.
4329
4330 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4331
4332 * startup.el (command-line): Don't display an empty user name in
4333 the error message about non-existent home directory, when
4334 init-file-user was set to an empty string. See
4335 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4336 for the details and context.
4337
4338 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4339
4340 * ses.el (ses-cell-formula-aset): New macro.
4341 (ses-cell-references-aset): New macro.
4342 (ses-cell-p): New function.
4343 (ses-rename-cell): Do no longer rely on complex operations like
4344 ses-cell-set-formula or ses-set-cell to change the cell and handle
4345 the undo at the same time, but rather use lower level new macros
4346 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4347 the undo directly. Refresh the mode line.
4348
4349 2012-07-21 Leo Liu <sdl.web@gmail.com>
4350
4351 * progmodes/cc-cmds.el (c-defun-name):
4352 Use match-string-no-properties instead for consistency.
4353
4354 2012-07-20 Leo Liu <sdl.web@gmail.com>
4355
4356 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4357 (Bug#7879)
4358
4359 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4360
4361 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4364 * progmodes/bug-reference.el, misearch.el: Provide themselves
4365 (bug#11915).
4366
4367 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4368 of narrowed buffer (bug#11966).
4369
4370 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4371
4372 * ses.el (ses-rename-cell): Set new name also in reference list of
4373 cells of which the renamed cell depends.
4374
4375 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4376
4377 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4378 to check whether menu-bar is shown or not. If not shown,
4379 show the menu-bar as a popup menu instead of using tmm.
4380 * mouse.el (popup-menu): Accept `point' as `position' argument.
4381
4382 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4383
4384 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4385 up inside string symbol literal (bug#11923).
4386
4387 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4388
4389 * startup.el (fancy-startup-text): Read the whole tutorial, not
4390 just its first 256 bytes. Prevents gibberish in display of the
4391 tutorial title.
4392
4393 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4394
4395 Drop idle buffer compaction due to an absence of the
4396 proved efficiency.
4397 * compact.el: Remove.
4398
4399 2012-07-19 Sam Steingold <sds@gnu.org>
4400
4401 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4402 vc-bzr-pull & vc-bzr-merge-branch.
4403 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4404 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4405 for consistency with compilation-error-regexp-alist.
4406 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4407 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4408 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4409 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4410
4411 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * emacs-lisp/chart.el: Use lexical-binding.
4414 (chart-emacs-storage): Don't hardcode the list of entries.
4415
4416 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4417
4418 Next round of tweaks caused by Fgarbage_collect changes.
4419 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4420
4421 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4422
4423 Compact buffers when idle.
4424 * compact.el: New file.
4425
4426 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * subr.el (eventp): Presume that if it looks vaguely like an event,
4429 it's an event (bug#10190).
4430
4431 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4432
4433 Enhancements to ppss related code (thanks Stefan).
4434 * progmodes/python.el (python-indent-context)
4435 (python-indent-calculate-indentation, python-indent-dedent-line)
4436 (python-indent-electric-colon, python-nav-forward-block)
4437 (python-mode-abbrev-table)
4438 (python-info-assignment-continuation-line-p): Simplify checks
4439 for ppss context.
4440 (python-info-continuation-line-p): Cleanup.
4441 (python-info-ppss-context): Do not catch 'quote.
4442 (python-info-ppss-context-type)
4443 (python-info-ppss-comment-or-string-p): Simplify.
4444
4445 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4446
4447 * progmodes/python.el: Enhancements to eldoc support.
4448 (python-info-current-symbol): New function.
4449 (python-eldoc-at-point): Use python-info-current-symbol.
4450 (python-info-current-defun): Fix cornercase on first defun scan.
4451 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4452 and signal error when no inferior python process is available.
4453
4454 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4455
4456 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4457 assume it's always t.
4458 (vc-git-registered): Remove caching, the function is only called
4459 once.
4460 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4461
4462 2012-07-18 Chong Yidong <cyd@gnu.org>
4463
4464 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4465
4466 * simple.el (count-words): Report on narrowing (Bug#9959).
4467
4468 * bindings.el: Bind M-= to count-words.
4469
4470 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4471
4472 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4473
4474 * progmodes/sh-script.el (sh-imenu-generic-expression):
4475 Capture a function with `function' keyword and without parentheses
4476 like "function FOO" (bug#11856).
4477
4478 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4479
4480 * window.el (split-window-sensibly): Make WINDOW argument
4481 optional.
4482
4483 2012-07-18 Chong Yidong <cyd@gnu.org>
4484
4485 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4486
4487 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4488 and make C-x 8 RET exit isearch (Bug#11439).
4489
4490 * international/iso-transl.el: Move isearch-mode-map key
4491 definitions to isearch.el.
4492
4493 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4496 (eieio-defclass): Use gv-define-setter when possible.
4497
4498 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4499
4500 Reflect recent changes in Fgarbage_collect.
4501 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4502 reflect new format of data returned by Fgarbage_collect.
4503
4504 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4505
4506 New utility functions + python-info-ppss-context fix (Bug#11910).
4507 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4508 (python-info-ppss-comment-or-string-p): New functions.
4509 (python-info-ppss-context): Small fix for string check.
4510
4511 2012-07-17 Juri Linkov <juri@jurta.org>
4512
4513 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4514 (dired-do-async-shell-command): Don't add `*' at the end of the
4515 command (Bug#11815).
4516 (dired-do-shell-command): Doc fix.
4517 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4518 Join the individual commands using either "&" or ";" as the
4519 separator depending on the values of these trailing characters.
4520 At the end re-add the trailing "&". (Bug#10598)
4521
4522 * simple.el (async-shell-command): Sync the interactive spec with
4523 `shell-command'. Doc fix.
4524 (shell-command): Doc fix.
4525
4526 2012-07-17 Juri Linkov <juri@jurta.org>
4527
4528 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4529
4530 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4531
4532 Final renames and doc fixes for movement commands (bug#11899).
4533 * progmodes/python.el (python-nav-beginning-of-statement):
4534 Rename from python-nav-statement-start.
4535 (python-nav-end-of-statement): Rename from
4536 python-nav-statement-end.
4537 (python-nav-beginning-of-block): Rename from
4538 python-nav-block-start.
4539 (python-nav-end-of-block): Rename from python-nav-block-end.
4540
4541 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4542
4543 * progmodes/python.el (python-shell-send-string-no-output):
4544 Allow accept-process-output to quit, keeping shell process ready for
4545 future interactions (Bug#11868).
4546
4547 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4550
4551 * emacs-lisp/elint.el (elint-find-args-in-code):
4552 Use help-function-arglist, so as to handle lexical byte-code.
4553
4554 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4555 change (bug#11826).
4556
4557 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4560 Avoid spuriously marking the buffer as modified because of c-is-sws.
4561
4562 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4563 as not-a-comment (bug#11946).
4564
4565 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4566 for uninterned vars.
4567
4568 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4569 Use read-event since we don't really want to read chars but bytes.
4570
4571 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4572 $$..$$ but also $..$ using regexps (bug#11953).
4573 Use tex-verbatim for \url and \path.
4574 (tex-font-lock-keywords): Define as defconst like the others.
4575 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4576
4577 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4578
4579 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4580 alias for insert-char.
4581
4582 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4583
4584 * progmodes/python.el: Simplified imenu implementation.
4585 (python-nav-jump-to-defun): Remove command.
4586 (python-mode-map): Use `imenu' instead.
4587 (python-nav-list-defun-positions-cache)
4588 (python-imenu-include-defun-type, python-imenu-make-tree)
4589 (python-imenu-subtree-root-label, python-imenu-index-alist):
4590 Remove vars.
4591 (python-nav-list-defun-positions, python-nav-read-defun)
4592 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4593 (python-imenu-make-tree, python-imenu-create-index):
4594 Remove functions.
4595 (python-mode): Update to interact with imenu by setting
4596 `imenu-extract-index-name-function' only.
4597
4598 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4599
4600 * progmodes/python.el: Enhancements to navigation commands.
4601 (python-nav-backward-sentence)
4602 (python-nav-forward-sentence): Remove.
4603 (python-nav-backward-statement, python-nav-forward-statement)
4604 (python-nav-statement-start, python-nav-statement-end)
4605 (python-nav-backward-block, python-nav-forward-block)
4606 (python-nav-block-start, python-nav-block-end)
4607 (python-nav-forward-sexp-function)
4608 (python-info-current-line-comment-p)
4609 (python-info-current-line-empty-p): New functions.
4610 (python-indent-context): Use `python-nav-statement-start'.
4611
4612 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4613
4614 * eshell/em-ls.el (eshell/ls): Use `apply'.
4615
4616 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4617 multi-hops, instead of Tramp internals.
4618
4619 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4620
4621 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4622 when F1 and F2 are located on different hosts.
4623
4624 2012-07-14 Chong Yidong <cyd@gnu.org>
4625
4626 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4627 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4628 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4629 (xterm-mouse--read-event-sequence-1000)
4630 (xterm-mouse--read-event-sequence-1006): New functions. For old
4631 mouse protocol, handle M-mouse-X events correctly.
4632 (xterm-mouse-event): New arg specifying mouse protocol.
4633 (turn-on-xterm-mouse-tracking-on-terminal)
4634 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4635 sequence to toggle extended coordinates on newer XTerms.
4636 This appears to be harmless on terminals which do not support this.
4637
4638 2012-07-14 Leo Liu <sdl.web@gmail.com>
4639
4640 Add fringe bitmap indicators for flymake. (Bug#11253)
4641 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4642 (flymake-make-overlay): New arg BITMAP.
4643 (flymake-error-bitmap, flymake-warning-bitmap)
4644 (flymake-fringe-indicator-position): New user variables.
4645
4646 * fringe.el: New bitmap exclamation-mark.
4647
4648 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4649
4650 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4651 also (Bug#7879).
4652
4653 2012-07-14 Chong Yidong <cyd@gnu.org>
4654
4655 * electric.el (electric-pair-post-self-insert-function): Fix pair
4656 insertion in empty-region case (Bug#11520).
4657
4658 2012-07-14 Chong Yidong <cyd@gnu.org>
4659
4660 * bindings.el: Consolidate ctl-x-r-map bindings.
4661 Bind copy-rectangle-as-kill to C-x r w.
4662
4663 * rect.el, register.el: Move bindings to bindings.el.
4664
4665 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4666
4667 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4668
4669 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4670
4671 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4672
4673 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * bindings.el (top): Use `mapc' instead of `mapcar'.
4676
4677 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4678
4679 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4680
4681 * progmodes/sql.el (sql-comint): Suppress the check for program on
4682 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4683 (Bug#11908)
4684
4685 2012-07-13 Chong Yidong <cyd@gnu.org>
4686
4687 * bindings.el: Assign a non-nil permanent-local property to
4688 per-buffer variables which lack a default value (Bug#11930).
4689
4690 * help-fns.el (describe-variable): In the "automatically becomes
4691 local" notice, take note of permanent-local variables.
4692
4693 2012-07-13 Chong Yidong <cyd@gnu.org>
4694
4695 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4696 to allow printing the message when called from Lisp.
4697
4698 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4699 Remove toggle-read-only.
4700
4701 * bs.el (bs-toggle-readonly):
4702 * buff-menu.el (Buffer-menu-toggle-read-only):
4703 Remove with-no-warnings around toggle-read-only.
4704
4705 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4706 Remove with-no-warnings around toggle-read-only.
4707 (ffap-read-only, ffap-read-only-other-window)
4708 (ffap-read-only-other-frame): Callers changed.
4709
4710 * help-mode.el: Don't require view package.
4711 (help-mode-finish): Set buffer-read-only instead of calling
4712 toggle-read-only.
4713
4714 * bindings.el (mode-line-toggle-read-only):
4715 * dired.el (dired-toggle-read-only):
4716 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4717 with non-nil second arg.
4718
4719 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4720 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4721 directly.
4722
4723 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4724
4725 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4726 not incf.
4727
4728 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 More CL cleanups and reduction of use of cl.el.
4731 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4732 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4733 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4734 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4735 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4736 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4737 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4738 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4739 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4740 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4741 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4742 * eshell/em-cmpl.el, eshell/em-banner.el:
4743 * calendar/parse-time.el: Use cl-lib.
4744 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4745 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4746 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4747 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4748 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4749 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4750 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4751 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4752 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4753 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4754 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4755 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4756 `lambda' rather than with `quote'.
4757 (eshell-do-opt): Adjust accordingly.
4758 (eshell-process-option): Simplify.
4759 * eshell/esh-var.el:
4760 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4761 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4762 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4763 to `pcase--dontcare'.
4764 * emacs-lisp/cl.el (labels): Mark obsolete.
4765 (cl--letf, letf): Move to cl-lib.
4766 (cl--letf*, letf*): Remove.
4767 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4768 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4769 (cl-progv): Rewrite.
4770 (cl--letf, cl-letf): Move from cl.el.
4771 (cl-letf*): New macro.
4772 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4773
4774 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4775
4776 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4777
4778 2012-07-11 Chong Yidong <cyd@gnu.org>
4779
4780 * vc/log-edit.el (log-edit-vc-backend): New variable.
4781 (log-edit): Doc fix.
4782
4783 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4784 argument of log-edit to set up all local variables.
4785 (vc-start-logentry): New optional arg specifying VC backend.
4786
4787 * vc/vc.el (vc-checkin): Use it.
4788 (vc-deduce-fileset): Handle Log Edit buffers.
4789 (vc-diff): Make first argument optional too.
4790
4791 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4792
4793 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4794
4795 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4796 command, just in case. The function is not needed anymore.
4797 (eshell-external-command): Do not call `eshell-remote-command'.
4798
4799 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 Reduce use of (require 'cl).
4802 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4803 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4804 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4805 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4806 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4807 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4808 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4809 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4810 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4811 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4812 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4813 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4814 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4815 (byte-compile-unfold-bcf, byte-compile-check-variable):
4816 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4817 (byte-compile-nilconstp):
4818 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4819 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4820
4821 * emacs-lisp/gv.el (cond): Make it a valid place.
4822 (if): Simplify slightly.
4823
4824 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4825 (pcase--self-quoting-p): New function.
4826 (pcase--u1): Use it.
4827
4828 2012-07-10 Glenn Morris <rgm@gnu.org>
4829
4830 * emacs-lisp/authors.el (authors-fixed-entries):
4831 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4832
4833 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4834
4835 Rename configure.in to configure.ac (Bug#11603).
4836 * emacs-lisp/authors.el (authors-canonical-file-name):
4837 * progmodes/autoconf.el (autoconf-mode):
4838 Prefer configure.ac to configure.in.
4839
4840 2012-07-08 Chong Yidong <cyd@gnu.org>
4841
4842 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4843 Implement the mouse-1-click-follows-link handling properly.
4844
4845 * info.el (Info-link-keymap): Use follow-link mechanism for
4846 header-line links (Bug#374).
4847
4848 * simple.el (deactivate-mark): Do not set the primary selection
4849 if another program has acquired it (Bug#11772).
4850
4851 2012-07-07 Kevin Ryde <user42@zip.com.au>
4852
4853 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4854 (woman-decode-region): Replace escaped-escapes without destroying
4855 bold or underline (Bug#11552).
4856 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4857
4858 2012-07-07 Chong Yidong <cyd@gnu.org>
4859
4860 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4861 (interprogram-cut-function, interprogram-paste-function):
4862 Mention that we typically mean the clipboard.
4863
4864 2012-07-06 Glenn Morris <rgm@gnu.org>
4865
4866 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4867
4868 * files.el (toggle-read-only): Restrict message to interactive use.
4869
4870 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4873
4874 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4875
4876 2012-07-06 Glenn Morris <rgm@gnu.org>
4877
4878 * Makefile.in (compile-one-process): Rename from "recompile".
4879
4880 * Makefile.in (bzr-update): "compile" is the same as "recompile
4881 autoloads", but parallelizable, so use that instead.
4882
4883 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4884
4885 * window.el (quit-window): Always restore window height when
4886 it's saved in quit-restore parameter (Bug#11810).
4887
4888 2012-07-06 Glenn Morris <rgm@gnu.org>
4889
4890 * simple.el (kill-whole-line): Doc tweak.
4891
4892 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4893
4894 * files.el (file-relative-name): Compare file names
4895 case-insensitively if on MS-Windows or MS-DOS, or if
4896 read-file-name-completion-ignore-case is non-nil. Don't use
4897 case-fold-search for this purpose. (Bug#11827)
4898
4899 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4900
4901 * calendar/cal-dst.el (calendar-current-time-zone):
4902 Return calendar-current-time-zone-cache if non-nil.
4903
4904 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4905 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4906
4907 * calendar/cal-dst.el (calendar-current-time-zone):
4908 Return calendar-current-time-zone-cache if non-nil.
4909
4910 2012-07-06 Glenn Morris <rgm@gnu.org>
4911
4912 * Makefile.in (cvs-update): Remove old alias.
4913
4914 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4915
4916 Sync with Tramp 2.2.6-pre.
4917
4918 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4919 compatible declaration.
4920
4921 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4922 Protect `list-load-path-shadows' call.
4923
4924 * net/tramp-compat.el (top): Require packages, which aren't
4925 autoloaded anymore for XEmacs. Protect call of
4926 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4927 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4928 it hurts at least for SXEmacs.
4929 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4930 standard-value for `temporary-file-directory'.
4931
4932 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4933 Redirect stderr to /dev/null.
4934 (tramp-sh-handle-write-region): uid and gid can be floats.
4935 Reported by Russell Sim <russell.sim@gmail.com>.
4936 (tramp-sh-handle-vc-registered): Hide errors.
4937 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4938 and `start-file-process'.
4939 (tramp-maybe-open-connection): Check also whether `non-essential'
4940 is bound.
4941
4942 2012-07-04 Chong Yidong <cyd@gnu.org>
4943
4944 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4945 (xml-parse-tag): Likewise, and avoid changing entity tables.
4946 (xml-syntax-table): Define from scratch, making sure not to give
4947 x2000 and other Unicode spaces whitespace syntax, since those are
4948 not spaces in XML.
4949 (xml-parse-fragment): Delete unused function.
4950 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4951 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4952 (xml-entity-ref, xml-pe-reference-re)
4953 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4954 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4955 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4956 (xml-entity-value-re): Use syntax references in regexps where
4957 possible; no need to define inside a let-binding.
4958 (xml-parse-dtd): Use xml-pe-reference-re.
4959 (xml-entity-or-char-ref-re): New defconst.
4960 (xml-parse-string, xml-substitute-special): Use it.
4961
4962 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4965 (find-file--read-only): New function.
4966 (find-file-read-only, find-file-read-only-other-window)
4967 (find-file-read-only-other-frame): Use it.
4968 (insert-file-contents-literally): Don't `fset'.
4969 (get-free-disk-space): Use locate-dominating-file.
4970
4971 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4972 function is already compiled.
4973
4974 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4975
4976 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4977
4978 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4979 files on the same host.
4980
4981 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4982
4983 * help-fns.el (describe-function-1): Only call
4984 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4985
4986 2012-07-03 Chong Yidong <cyd@gnu.org>
4987
4988 * xml.el: Protect parser against XML bombs.
4989 (xml-entity-expansion-limit): New variable.
4990 (xml-parse-string, xml-substitute-special): Use it.
4991 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4992
4993 2012-07-03 Glenn Morris <rgm@gnu.org>
4994
4995 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4996 Allow linking to specific messages in debbugs reports (eg 123#5).
4997
4998 2012-07-02 Chong Yidong <cyd@gnu.org>
4999
5000 * xml.el: Fix entity and character reference expansion, allowing
5001 them to expand into markup as per XML spec.
5002 (xml-default-ns): New variable.
5003 (xml-entity-alist): Use XML spec definitions for lt and amp.
5004 (xml-parse-region): Make first two arguments optional.
5005 Discard text properties.
5006 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5007 All callers changed.
5008 (xml-parse-tag): Call xml-parse-tag-1. For backward
5009 compatibility, this function should not modify buffer contents.
5010 (xml-parse-tag-1): Fix opening-tag regexp.
5011 (xml-parse-string): Rewrite, handling entity and character
5012 references properly.
5013 (xml--entity-replacement-text): Signal an error if a parameter
5014 entity is undefined.
5015
5016 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * comint.el (comint-output-filter): Filter out repeated prompts.
5019
5020 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5021 and file-name-absolute-p.
5022 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5023 internal calls.
5024
5025 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5026
5027 Spelling fixes.
5028 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5029 Rename from byte-compile--refiy-function. All uses changed.
5030
5031 2012-07-01 Chong Yidong <cyd@gnu.org>
5032
5033 * xml.el (xml--parse-buffer): New function. Move most of
5034 xml-parse-region here.
5035 (xml-parse-region): Copy region into a temporary buffer, since
5036 parameter entity substitution requires changing buffer contents.
5037 Use xml--parse-buffer.
5038 (xml-parse-file): Use xml--parse-buffer.
5039 (xml-parse-dtd): Make parameter entity substitution work right.
5040 Use proper regexps for ELEMENT declarations (Bug#7172).
5041
5042 2012-06-30 Glenn Morris <rgm@gnu.org>
5043
5044 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5045
5046 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5047 Remove outdated and unnecessary dbus declarations.
5048
5049 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5050
5051 * emacs-lisp/timer.el (timer-until): Subtract results of
5052 float-time, instead of taking float-time of the result of
5053 time-subtract, since float-time signals an error for negative time
5054 arguments.
5055
5056 2012-06-30 Chong Yidong <cyd@gnu.org>
5057
5058 * xml.el (xml-*-re): Convert defvars into defconsts, and
5059 eval-and-compile them so eval-and-compile works on derivatives.
5060 (xml--entity-replacement-text): Use eval-and-comple.
5061
5062 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5063
5064 * vc/vc-git.el (vc-git-registered): Use cache property
5065 `git-registered'.
5066 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5067 `vc-git-working-revision' in order to benefit from the cache.
5068 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5069
5070 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5071
5072 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5073 removed (likely outside Emacs). (Bug#11757)
5074
5075 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * emacs-lisp/cl-lib.el: Require macroexp.
5078
5079 2012-06-30 Chong Yidong <cyd@gnu.org>
5080
5081 * xml.el: Implement XML parameter entities.
5082 (xml-parameter-entity-alist): New variable.
5083 (xml-parse-region, xml-parse-fragment): Preserve previous values
5084 of xml-entity-alist and xml-parameter-entity-alist, so that
5085 repeated calls on different documents do not change them.
5086 (xml-parse-tag): Fix doctype regexp.
5087 (xml--entity-replacement-text): New function.
5088 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5089 properly requires url retrieval which is unimplemented.
5090 (xml-escape-string): Doc fix.
5091
5092 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5095
5096 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5097
5098 * fringe.el (fringe-mode): Doc fix.
5099
5100 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5101
5102 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5103 is non-nil.
5104 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5105 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5106
5107 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5108
5109 * calendar/cal-dst.el (calendar-current-time-zone):
5110 Return calendar-current-time-zone-cache if non-nil.
5111
5112 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5113
5114 * progmodes/which-func.el (which-func-format):
5115 Add mouse-face. (Bug#11698)
5116
5117 2012-06-29 Leo Liu <sdl.web@gmail.com>
5118
5119 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5120
5121 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * minibuffer.el (minibuffer-confirm-exit-commands):
5124 Add completion-at-point (bug#11725).
5125
5126 2012-06-29 Glenn Morris <rgm@gnu.org>
5127
5128 * progmodes/f90.el (f90-font-lock-keywords-2):
5129 Add some preprocessor elements. (Bug#10499)
5130
5131 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5134 Use syntax-propertize (bug#11739).
5135
5136 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5139
5140 2012-06-28 Julien Danjou <julien@danjou.info>
5141
5142 * term.el (term-handle-colors-array): Use a set of new faces to
5143 color the terminal. Also uses :inverse-video property.
5144 (term-default-fg-color): Set to nil by default, deprecate in favor
5145 of `term-face'.
5146 (term-default-bg-color): Set to nil by default, deprecate in favor
5147 of `term-face'.
5148 (term-current-face): Use `term-face' by default.
5149 (term-bold-attribute): Variable deleted.
5150
5151 2012-06-28 Glenn Morris <rgm@gnu.org>
5152
5153 * simple.el (completion-list-mode-finish):
5154 Don't use toggle-read-only. (Since completion-list-mode has
5155 a special mode-class, it wasn't doing anything extra anyway.)
5156
5157 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 Make inlining of other-mode interpreted functions work (bug#11799).
5160 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5161 (byte-compile): Use it to fix compilation of lexical-binding closures.
5162 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5163 function, if needed.
5164
5165 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * help-mode.el (help-make-xrefs): Don't just withstand
5168 cyclic-variable-indirection but any error in documentation-property.
5169
5170 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5171 memory use.
5172 * bindings.el (bindings--define-key): New function.
5173 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5174 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5175 * bindings.el: Use it to purecopy define-key bindings.
5176
5177 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5178
5179 * emacs-lisp/cl.el (flet): Mark obsolete.
5180 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5181 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5182 * progmodes/js.el (js-c-fill-paragraph):
5183 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5184 (ebrowse-switch-member-buffer-to-derived-class):
5185 * play/5x5.el (5x5-solver): Use cl-flet.
5186
5187 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5188 (cl--symbol-function): New macro.
5189 (cl--letf, cl--letf*): Use it.
5190
5191 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5192 Strip "toggle-" if any.
5193
5194 2012-06-27 Glenn Morris <rgm@gnu.org>
5195
5196 * info.el (Info-default-directory-list): Move here from paths.el.
5197 * paths.el: Remove file, which is now empty.
5198 * loadup.el: No longer load "paths".
5199
5200 * custom.el (custom-initialize-delay): Doc fix.
5201
5202 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5203 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5204 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5205 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5206 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5207 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5208 * eshell/eshell.el (eshell-defgroup): Remove alias.
5209
5210 2012-06-27 Chong Yidong <cyd@gnu.org>
5211
5212 * help.el (help-enable-auto-load): New variable.
5213
5214 * help-fns.el (help-fns--autoloaded-p): New function.
5215 (describe-function-1): Refer to a function as "autoloaded" if it
5216 was autoloaded at any time in the past. Perform autoloading if
5217 help-enable-auto-load is non-nil.
5218
5219 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5220
5221 * makefile.w32-in (compile, compile-always): Depend on
5222 update-subdirs, not on subdirs.el. Otherwise, several different
5223 sub-targets of 'bootstrap' running in parallel could
5224 simultaneously write to subdirs.el, producing a garbled file.
5225
5226 2012-06-26 Sam Steingold <sds@gnu.org>
5227
5228 * files.el (file-name-base): New convenience function.
5229 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5230 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5231 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5232 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5233 * textmodes/ispell.el, textmodes/reftex-ref.el:
5234 * textmodes/tex-mode.el: Use it.
5235 Did not touch cedet and org because they are maintained elsewhere.
5236
5237 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5238
5239 * calendar/calendar.el (calendar-exit): Don't try to delete or
5240 iconify last frame. See:
5241 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5242
5243 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5244
5245 * server.el (server-process-filter): Remember dir in the
5246 process's `server-client-directory' properties.
5247
5248 2012-06-24 Chong Yidong <cyd@gnu.org>
5249
5250 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5251 non-tag text.
5252
5253 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5254
5255 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5256
5257 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * help-fns.el (describe-variable): Don't croak when doc is not found.
5260 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5261 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5262 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5263 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5264 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5265 ((lambda ..) ..).
5266 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5267
5268 2012-06-23 Chong Yidong <cyd@gnu.org>
5269
5270 * info.el (Info-mouse-follow-link): Accept symbol values of
5271 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5272 (Info-fontify-node): Use Info-link-keymap for all navigation
5273 buttons, with link-args property to perform the desired action.
5274 (Info-link-keymap): Doc fix.
5275 (Info-next-link-keymap, Info-prev-link-keymap)
5276 (Info-up-link-keymap): Delete now-unused keymaps.
5277
5278 2012-06-23 Chong Yidong <cyd@gnu.org>
5279
5280 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5281
5282 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5283 system abbrevs.
5284
5285 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5286
5287 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5290 (bug#11719).
5291
5292 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5293 the requote function doesn't work properly (bug#11714).
5294
5295 2012-06-23 Glenn Morris <rgm@gnu.org>
5296
5297 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5298
5299 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 Further GV/CL cleanups.
5302 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5303 gv-expander.
5304 (gv--defun-declaration): New function.
5305 (defun-declarations-alist): Use it.
5306 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5307 (gv-place): Autoload.
5308 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5309 original definition of dotimes and dolist.
5310 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5311 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5312 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5313 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5314 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5315 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5316 to the function's definition.
5317 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5318 * window.el:
5319 * files.el:
5320 * faces.el:
5321 * env.el: Don't use CL.
5322
5323 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5324
5325 Support higher-resolution time stamps (Bug#9000).
5326
5327 * calendar/time-date.el (with-decoded-time-value): New arg
5328 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5329 (encode-time-value): New optional arg PICO. New type 3.
5330 (time-to-seconds) [!float-time]: Support the new picoseconds
5331 component if it's used.
5332 (seconds-to-time, time-subtract, time-add):
5333 Support ps-resolution time stamps as well.
5334
5335 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5336 (timerp): Timer vectors now have length 9, not 8.
5337 (timer--time): Support new-style (4-part) time stamps.
5338 (timer-next-integral-multiple-of-time): Time stamps now have
5339 picosecond resolution, so take a bit more care about rounding.
5340 (timer-relative-time, timer-inc-time): New optional arg psecs.
5341 (timer-set-time-with-usecs): Set psecs to 0.
5342 (timer--activate): Check psecs component, too.
5343
5344 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5345
5346 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5349 Move the non-essential binding to the post/pre-command-hook where it is
5350 more obviously correct.
5351
5352 * subr.el (read-passwd): Don't use a history at all.
5353 * savehist.el (savehist-save): Remove password saved accidentally
5354 because of the above bug.
5355
5356 2012-06-22 Bastien Guerry <bzg@gnu.org>
5357
5358 * files.el (toggle-read-only): Display a message telling whether
5359 the buffer is read-only or not (bug#11726).
5360
5361 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emacs-lisp/gv.el: New file.
5364 * subr.el (push, pop): Extend to generalized variables.
5365 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5366 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5367 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5368 gv-define-simple-setter, and gv-define-expander.
5369 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5370 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5371 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5372 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5373 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5374 gv-letplace.
5375 (cl-defstruct): Don't define setf-method any more.
5376 * emacs-lisp/cl.el (flet): Don't autoload.
5377 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5378 (define-setf-expander, defsetf, define-modify-macro)
5379 (cl-struct-setf-expander): Move from cl-lib.el.
5380 * emacs-lisp/syntax.el:
5381 * emacs-lisp/ewoc.el:
5382 * emacs-lisp/smie.el:
5383 * emacs-lisp/cconv.el:
5384 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5385 (timer--time): Use gv-define-simple-setter.
5386 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5387 to avoid coding-system problems in subr.el. Adjust all users.
5388 (macroexp--maxsize, macroexp-small-p): New functions.
5389 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5390 * scroll-bar.el (scroll-bar-mode):
5391 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5392 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5393 * winner.el (winner-configuration, winner-make-point-alist)
5394 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5395 * files.el (locate-file-completion-table): Avoid list*.
5396
5397 2012-06-22 Chong Yidong <cyd@gnu.org>
5398
5399 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5400 (dired-create-files): Doc fix (Bug#11329).
5401 (dired-do-copy): Doc fix (Bug#11334).
5402 (dired-mark-read-string): Doc fix (Bug#11553).
5403
5404 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5405 Doc fix (Bug#11326).
5406 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5407 (dired-dwim-target): Doc fix.
5408
5409 * wdired.el (wdired-mode): Doc fix.
5410
5411 2012-06-22 Glenn Morris <rgm@gnu.org>
5412
5413 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5414 (pcmpl-rpm-cache-stamp-file): New constant.
5415 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5416 (pcmpl-rpm-packages): Optionally cache list of packages.
5417
5418 * pcmpl-rpm.el (pcmpl-rpm): New group.
5419 (pcmpl-rpm-query-options): New option.
5420 (pcmpl-rpm-packages): No need to inline it.
5421 Use pcmpl-rpm-query-options.
5422
5423 * calendar/calendar.el (calendar-in-read-only-buffer):
5424 Avoid some needless mode changes.
5425
5426 2012-06-21 Chong Yidong <cyd@gnu.org>
5427
5428 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5429 (desktop-path): Remove . from the default value (Bug#10977).
5430 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5431
5432 2012-06-20 Chong Yidong <cyd@gnu.org>
5433
5434 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5435
5436 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5437
5438 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5439 (bug#11201).
5440
5441 2012-06-20 Chong Yidong <cyd@gnu.org>
5442
5443 * term.el (term-window-width): Handle the case of a missing right
5444 fringe (Bug#8837).
5445 (term-check-size): Use window-text-height (Bug#5445).
5446 (term-mode): Use define-derived-mode. Minor cleanups.
5447 Set font-lock-defaults (Bug#7692).
5448 (term-move-columns, term-insert-char, term-emulate-terminal)
5449 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5450
5451 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5452
5453 * net/ange-ftp.el (ange-ftp-get-passwd):
5454 Bind `enable-recursive-minibuffers'.
5455 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5456
5457 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5458
5459 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5460
5461 2012-06-19 Glenn Morris <rgm@gnu.org>
5462
5463 * progmodes/python.el (python-mode): Derive from prog-mode.
5464
5465 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5466
5467 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5468 (edt-user-menu-bar-update-buffers): New functions.
5469 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5470
5471 2012-06-19 Chong Yidong <cyd@gnu.org>
5472
5473 * subr.el (with-selected-window): Preserve the selected window's
5474 terminal's top-frame (Bug#4702).
5475
5476 * window.el (save-selected-window): Likewise.
5477
5478 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * progmodes/python.el (python-rx-constituents): Move backquote.
5481 (python-skeleton-define, python-define-auxiliary-skeleton):
5482 Use `declare'.
5483
5484 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5485
5486 * minibuffer.el (read-file-name-default): Revert the patch from
5487 2012-06-17.
5488
5489 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5492 (pcase--u1, pcase--q1): Don't use apply-partially.
5493
5494 2012-06-18 Glenn Morris <rgm@gnu.org>
5495
5496 * progmodes/python.el (python-proc, python-buffer)
5497 (python-send-receive, python-send-string): Fix obsolete versions.
5498
5499 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5500
5501 * window.el (special-display-p): Completely remove stringp
5502 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5503
5504 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5505
5506 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5507
5508 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5509
5510 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5511 * net/tramp-sh.el (tramp-maybe-open-connection):
5512 Throw if `non-essential' is non-nil.
5513
5514 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5515
5516 * window.el (special-display-p): Signal an error if BUFFER-NAME
5517 is not a string (Bug#11713).
5518
5519 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5520
5521 * progmodes/python.el (python-info-beginning-of-backslash):
5522 Rename from python-info-beginning-of-backlash, as a spelling fix.
5523
5524 2012-06-17 Chong Yidong <cyd@gnu.org>
5525
5526 * term.el (term-emulate-terminal): If term-check-size is called,
5527 move point to the process mark without resetting point (Bug#4635).
5528
5529 2012-06-17 Glenn Morris <rgm@gnu.org>
5530
5531 * international/mule-cmds.el (mule-menu-keymap)
5532 (set-language-environment, set-locale-environment): Doc tweaks.
5533
5534 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5535
5536 * cus-face.el (custom-face-attributes): Add wave-style underline
5537 attribute.
5538 * faces.el (set-face-attribute): Update docstring to describe
5539 wave-style underline attribute.
5540
5541 2012-06-16 Chong Yidong <cyd@gnu.org>
5542
5543 * term/xterm.el (terminal-init-xterm): Discard input before
5544 querying background mode (Bug#10959).
5545
5546 2012-06-16 Stefan Merten <smerten@oekonux.de>
5547
5548 * textmodes/rst.el: Added and corrected some comments.
5549 (rst-re-alist-def): Improve symbol syntax.
5550 (rst-mode-syntax-table): Correct syntax entries.
5551 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5552 (rst-official-version, rst-official-cvs-rev): Update version
5553 information.
5554
5555 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5556
5557 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5558 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5559
5560 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5561
5562 * progmodes/python.el: New python.el merge.
5563 (python-guess-indent): Obsolete var.
5564 (python-indent-guess-indent-offset): New defcustom.
5565 (python-indent): Obsolete var.
5566 (python-indent-offset): New defcustom.
5567 (python-python-command, python-jython-command): Delete var.
5568 (python-shell-interpreter): New defcustom.
5569 (python-pdbtrack-do-tracking-p): Delete var.
5570 (python-pdbtrack-activate): New defcustom.
5571 (python-use-skeletons): Obsolete var.
5572 (python-skeleton-autoinsert): New defcustom.
5573 (inferior-python-filter-regexp, python-continuation-offset)
5574 (python-honour-comment-indentation, python-indent-string-contents)
5575 (python-jython-packages, python-mode-hook)
5576 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5577 (python-shell-prompt-alist)
5578 (python-source-modes): Delete defcustoms.
5579 (python-check-buffer-name, python-eldoc-setup-code)
5580 (python-eldoc-string-code, python-ffap-setup-code)
5581 (python-ffap-string-code, python-fill-comment-function)
5582 (python-fill-decorator-function, python-fill-paren-function)
5583 (python-fill-string-function, python-imenu-include-defun-type)
5584 (python-imenu-make-tree, python-imenu-subtree-root-label)
5585 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5586 (python-shell-compilation-regexp-alist)
5587 (python-shell-completion-module-string-code)
5588 (python-shell-completion-pdb-string-code)
5589 (python-shell-completion-setup-code)
5590 (python-shell-completion-string-code)
5591 (python-shell-enable-font-lock, python-shell-exec-path)
5592 (python-shell-extra-pythonpaths)
5593 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5594 (python-shell-process-environment)
5595 (python-shell-prompt-block-regexp)
5596 (python-shell-prompt-output-regexp)
5597 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5598 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5599 (python-shell-virtualenv-path): New defcustoms.
5600 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5601 (inferior-python-mode-syntax-table, python--prompt-regexp)
5602 (python-buffer, python-command python-python-command)
5603 (python-default-template, python-imports, python-indent-index)
5604 (python-indent-list, python-indent-list-length)
5605 (python-mode-running, python-pdbtrack-is-tracking-p)
5606 (python-preoutput-continuation, python-preoutput-leftover)
5607 (python-preoutput-result, python-preoutput-skip-next-prompt)
5608 (python-prev-dir/file, python-recursing)
5609 (python-saved-check-command, python-version-checked)
5610 (python-which-func-length-limit)
5611 (view-return-to-alist): Delete vars.
5612 (python-check-custom-command, python-dotty-syntax-table)
5613 (python-imenu-index-alist, python-indent-current-level)
5614 (python-indent-dedenters, python-indent-levels)
5615 (python-nav-beginning-of-defun-regexp)
5616 (python-nav-list-defun-positions-cache)
5617 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5618 (python-shell-internal-buffer)
5619 (python-skeleton-available): New vars.
5620 (def-python-skeleton): Delete macro.
5621 (python-skeleton-define): New macro.
5622 (python-define-auxiliary-skeleton, python-rx): New macros.
5623 (python-insert-class): Delete command.
5624 (python-skeleton-class): New command.
5625 (python-insert-def): Delete command.
5626 (python-skeleton-def): New command.
5627 (python-insert-for): Delete command.
5628 (python-skeleton-for): New command.
5629 (python-insert-if): Delete command.
5630 (python-skeleton-if): New command.
5631 (python-insert-try/except, python-insert-try/finally): Delete commands.
5632 (python-skeleton-try): New command.
5633 (python-insert-while): Delete command.
5634 (python-skeleton-while): New command.
5635 (python-backspace): Delete command.
5636 (python-indent-dedent-line-backspace): New command.
5637 (python-electric-colon): Delete command.
5638 (python-indent-electric-colon): New command.
5639 (python-guess-indent): Delete command.
5640 (python-indent-guess-indent-offset): New command.
5641 (python-shift-left): Delete command.
5642 (python-indent-shift-left): New command.
5643 (python-shift-right): Delete command.
5644 (python-indent-shift-right): New command.
5645 (python-find-function): Delete command.
5646 (python-nav-jump-to-defun): New command.
5647 (python-next-statement): Delete command.
5648 (python-nav-forward-sentence): New command.
5649 (python-previous-statement): Delete command.
5650 (python-nav-backward-sentence): New command.
5651 (python-fill-paragraph): Delete command.
5652 (python-fill-paragraph-function): New command.
5653 (python-send-buffer): Delete command.
5654 (python-shell-send-buffer): New command.
5655 (python-send-defun): Delete command.
5656 (python-shell-send-defun): New command.
5657 (python-send-region, python-send-region-and-go): Delete commands.
5658 (python-shell-send-region)
5659 (python-shell-switch-to-shell): New commands.
5660 (python-send-string): Delete command.
5661 (python-shell-send-string): New command.
5662 (python-switch-to-python): Delete command.
5663 (python-shell-switch-to-shell): New command.
5664 (python-describe-symbol): Delete command.
5665 (python-eldoc-at-point): New command.
5666 (python--set-prompt-regexp, python-args-to-list)
5667 (python-after-info-look, python-check-version)
5668 (python-check-comint-prompt, python-find-imports)
5669 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5670 (python-unload-function, python-expand-template)
5671 (python-maybe-jython, python-preoutput-filter)
5672 (python-pdbtrack-get-source-buffer)
5673 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5674 (python-pdbtrack-toggle-stack-tracking)
5675 (python-pdbtrack-track-stack-file, python-initial-text)
5676 (python-first-word, python-comment-line-p, python-send-command)
5677 (python-setup-brm, python-sentinel, python-set-proc)
5678 (python-skip-out, python-input-filter, python-outdent-p)
5679 (python-outline-level, python-backslash-continuation-line-p)
5680 (python-end-of-block, python-end-of-statement, python-mark-block)
5681 (python-beginning-of-block, python-beginning-of-statement)
5682 (python-blank-line-p, python-beginning-of-string)
5683 (python-open-block-statement-p): Delete functions.
5684 (python-indent-line, python-indent-line-1): Delete functions.
5685 (python-indent-line): New function.
5686 (python-indentation-levels): Delete function.
5687 (python-indent-calculate-levels): New function.
5688 (python-proc): Delete function.
5689 (python-shell-get-process): New function.
5690 (python-send-receive): Delete function.
5691 (python-shell-send-string-no-output): New function.
5692 (python-module-path): Delete function.
5693 (python-ffap-module-path): New function.
5694 (python-completion-at-point)
5695 (python-symbol-completions): Delete functions.
5696 (python-completion-complete-at-point): New function.
5697 (python-load-file): Delete function.
5698 (python-shell-send-file): New function.
5699 (python-calculate-indentation): Delete function.
5700 (python-indent-calculate-indentation): New function.
5701 (python-skip-comments/blanks): Delete function.
5702 (python-util-forward-comment): New function.
5703 (python-continuation-line-p): Delete function.
5704 (python-info-continuation-line-p): New function.
5705 (python-which-func, python-current-defun): Delete function.
5706 (python-info-current-defun): New function.
5707 (python-beginning-of-defun): Delete function.
5708 (python-nav-beginning-of-defun): New function.
5709 (python-close-block-statement-p)
5710 (python-block-end-p): Delete function.
5711 (python-info-closing-block): New function.
5712 (python-comint-output-filter-function)
5713 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5714 (python-fill-comment, python-fill-decorator, python-fill-paren)
5715 (python-fill-string, python-imenu-make-element-tree)
5716 (python-imenu-make-tree, python-imenu-tree-assoc)
5717 (python-indent-context, python-indent-dedent-line)
5718 (python-indent-line-function)
5719 (python-indent-post-self-insert-function)
5720 (python-indent-toggle-levels)
5721 (python-info-assignment-continuation-line-p)
5722 (python-info-beginning-of-backlash)
5723 (python-info-block-continuation-line-p)
5724 (python-info-closing-block-message)
5725 (python-info-line-ends-backslash-p)
5726 (python-info-looking-at-beginning-of-defun)
5727 (python-info-ppss-context, python-info-ppss-context-type)
5728 (python-nav-list-defun-positions, python-nav-read-defun)
5729 (python-nav-sentence-end, python-nav-sentence-start)
5730 (python-pdbtrack-comint-output-filter-function)
5731 (python-pdbtrack-set-tracked-buffer)
5732 (python-shell-calculate-exec-path)
5733 (python-shell-calculate-process-environment)
5734 (python-shell-completion--do-completion-at-point)
5735 (python-shell-completion--get-completions)
5736 (python-shell-completion-complete-at-point)
5737 (python-shell-completion-complete-or-indent)
5738 (python-shell-get-or-create-process)
5739 (python-shell-get-process-name)
5740 (python-shell-internal-get-or-create-process)
5741 (python-shell-internal-get-process-name)
5742 (python-shell-internal-send-string, python-shell-make-comint)
5743 (python-shell-parse-command, python-shell-send-setup-code)
5744 (python-skeleton-add-menu-items)
5745 (python-util-clone-local-variables, python-util-position)
5746 (run-python-internal, python-indentation-levels)
5747 (python-nav-beginning-of-defun)
5748 (python-completion-complete-at-point): New functions.
5749 (run-python): Change arguments. New API requirements.
5750
5751 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5754 (bug#11649).
5755
5756 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5757 (macroexp--expand-all): Use it.
5758
5759 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5760 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5761 Use `cl-function' instead.
5762
5763 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5764
5765 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5766 Suggested by Stefan Monnier while discussing bug#11657.
5767
5768 2012-06-14 Sam Steingold <sds@gnu.org>
5769
5770 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5771
5772 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5773
5774 * play/doctor.el (doctor-doc): Remove parameter and use
5775 doctor-sent instead of sent.
5776 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5777
5778 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * files.el: Require cl-lib.
5781 (file-name-non-special): Replace case -> cl-case.
5782
5783 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5784
5785 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5786 mapping from #' to function*.
5787
5788 2012-06-13 Chong Yidong <cyd@gnu.org>
5789
5790 * mouse.el (mouse-drag-track): Do not set the mark if the user
5791 releases the mouse without selecting anything (Bug#11588).
5792
5793 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5796 as well (bug#11646).
5797
5798 * loadup.el: Count byte-code functions as well.
5799
5800 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5801 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5802
5803 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5804 (bug#11649). Add cl-defun and cl-defmacro.
5805
5806 2012-06-13 Drew Adams <drew.adams@oracle.com>
5807
5808 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5809 Fix last change.
5810
5811 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5812
5813 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5814 Otherwise, it blocks in batch mode.
5815
5816 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * help-mode.el (bookmark-make-record-default): Declare.
5819
5820 2012-06-13 Chong Yidong <cyd@gnu.org>
5821
5822 * emacs-lisp/package.el (list-packages): Compute a list of
5823 packages that are newly-available since the last list-packages
5824 invocation.
5825 (package-menu--new-package-list): New var.
5826 (package-menu--generate, package-menu--print-info)
5827 (package-menu--status-predicate, package-menu-mark-install):
5828 Handle new status label "new".
5829
5830 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5833 conversion to backquotes.
5834
5835 2012-06-12 Chong Yidong <cyd@gnu.org>
5836
5837 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5838 Rename from gud-inhibit-global-bindings.
5839
5840 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5841
5842 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5843 hook from nxml-glyph-set-hook.
5844
5845 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5846 declaration.
5847
5848 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5849
5850 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5851 Convert to defcustom.
5852
5853 2012-06-12 Drew Adams <drew.adams@oracle.com>
5854
5855 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5856 New functions.
5857 (help-mode): Use them.
5858
5859 2012-06-11 Glenn Morris <rgm@gnu.org>
5860
5861 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5862 Use preprocessor face for directives.
5863 (fortran-directive-re): Doc fix.
5864
5865 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5868 conversion to backquotes (bug#11652).
5869
5870 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5871 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5872 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5873 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5874 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5875 (cl-ninth, cl-tenth): Mark them as inlinable.
5876 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5877 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5878 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5879 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5880 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5881 (cl-list*, cl-adjoin): Don't put an autoload manually.
5882 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5883 (cl--compiler-macro-list*): Add autoload cookie.
5884 (cl--compiler-macro-cXXr): New function.
5885
5886 * help-fns.el (help-fns--compiler-macro): New function extracted from
5887 describe-function-1; follow aliases and use `compiler-macro' property.
5888 (describe-function-1): Use it.
5889
5890 2012-06-11 Chong Yidong <cyd@gnu.org>
5891
5892 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5893 is uninstalled, if imagemagick is installed.
5894
5895 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * emacs-lisp/cl-lib.el: Use lexical-binding.
5898 (cl-map-extents, cl-maclisp-member): Remove.
5899 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5900 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5901 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5902 * emacs-lisp/cl-extra.el: Use lexical-binding.
5903 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5904 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5905 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5906 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5907 * emacs-lisp/cl-seq.el: Use lexical-binding.
5908 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5909 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5910 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5911 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5912 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5913 CL's internals.
5914
5915 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5916
5917 Sync with Tramp 2.2.6-pre.
5918
5919 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5920 `print-length' and `print-level' to nil, in order to avoid
5921 truncation. Reported by Christopher Schmidt
5922 <christopher@ristopher.com>.
5923
5924 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5925
5926 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5927 New defmacro.
5928 (tramp-compat-copy-directory): Add optional argument
5929 COPY-CONTENTS. It is not handled yet.
5930
5931 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5932 (tramp-ftp-file-name-p): Simplify.
5933
5934 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5935 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5936 connection vector.
5937
5938 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5939 (tramp-methods): Do not use `tramp-password-end-of-line'.
5940 (tramp-completion-function-alist-putty): Handle UNIX case.
5941 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5942 (tramp-do-file-attributes-with-stat)
5943 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5944 gid as real numbers. They could run out of integer range on cygwin.
5945 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5946 (tramp-sh-handle-expand-file-name): Handle hops.
5947 (tramp-open-connection-setup-interactive-shell):
5948 Use `tramp-cleanup'. Move check for busyboxes ...
5949 (tramp-find-shell): ... here. Simplify implementation.
5950 Set "remote-shell" property also for alternative shells.
5951 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5952 If failing, a regular file would be written otherwise.
5953 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5954 (tramp-find-inline-encoding): Cache the coding commands in the
5955 process cache. Apply test command on the remote side, if defined.
5956 (tramp-find-inline-compress): Cache the compress commands in the
5957 process cache.
5958 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5959 when requested. Handle hops.
5960 (tramp-current-connection): New defvar.
5961 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5962 Throw `suppress', if there was a failed connection shortly before.
5963 Handle user interrupt. (Bug#10187)
5964 (tramp-get-inline-compress, tramp-get-inline-coding):
5965 Read connection properties from the process cache.
5966
5967 * net/tramp-smb.el (tramp-smb-server-version)
5968 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5969 New defconsts.
5970 (tramp-smb-prompt): Extend for powershell prompt.
5971 (tramp-smb-file-name-handler-alist): Add handlers for
5972 `process-file', `shell-command' and `start-file-process'.
5973 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5974 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5975 (tramp-smb-file-name-p): Simplify.
5976 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5977 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5978 (tramp-smb-shell-quote-argument): New defuns.
5979 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5980 Implement using "tar". By this, time-stamps are preserved.
5981 (tramp-smb-handle-copy-file): Handle also the case of directories.
5982 (tramp-smb-do-file-attributes-with-stat)
5983 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5984 Use `tramp-get-connection-buffer').
5985 (tramp-smb-handle-rename-file): Use "rename", when source and
5986 target are on the same share.
5987 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5988 Use `tramp-smb-server-version'.
5989 (tramp-smb-wait-for-output): Remove prompt.
5990
5991 * net/tramp.el (top): Require 'cl.
5992 (tramp-methods, tramp-rsh-end-of-line):
5993 Remove `tramp-password-end-of-line' from docstring.
5994 (tramp-save-ad-hoc-proxies): New defcustom.
5995 (tramp-completion-function-alist): Adapt docstring.
5996 (tramp-default-password-end-of-line): Remove defcustom.
5997 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5998 (tramp-user-regexp, tramp-file-name-regexp-unified)
5999 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6000 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6001 (tramp-remote-file-name-spec-regexp): New defconst.
6002 (tramp-file-name-structure): Extend structure for hops.
6003 (tramp-get-method-parameter): Move up.
6004 (tramp-file-name-p, tramp-dissect-file-name)
6005 (with-parsed-tramp-file-name): Handle hops.
6006 (tramp-file-name-hop): New defun.
6007 (tramp-make-tramp-file-name): New optional arg HOP.
6008 (tramp-message-show-progress-reporter-message): New defvar.
6009 (tramp-with-progress-reporter): Use it. We cannot use
6010 `tramp-message-show-message' here, because this suppresses also
6011 error buffers.
6012 (tramp-error-with-buffer): Suppress buffer view, if
6013 `tramp-message-show-message' is nil.
6014 Use `tramp-get-connection-buffer'.
6015 (tramp-cleanup): New defun.
6016 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6017 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6018 an error unchanged.
6019 (tramp-completion-handle-file-name-all-completions): Handle hops.
6020 Fix an error when called from ido.
6021 (tramp-completion-dissect-file-name): Use better local variable
6022 name. Add hop to the vector.
6023 (tramp-handle-insert-file-contents): Use progress-reporter for the
6024 whole scenario.
6025 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6026 to `t'.
6027 (tramp-check-for-regexp): Simplify search.
6028 (tramp-enter-password): Remove it. Move implementation ...
6029 (tramp-action-password): ... here.
6030 (tramp-mode-string-to-int, tramp-local-host-p)
6031 (tramp-make-tramp-temp-file, tramp-read-passwd)
6032 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6033 Set tramp-autoload cookie.
6034
6035 * net/trampver.el: Update release number.
6036
6037 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6038 Michael Albinus <michael.albinus@gmx.de>
6039
6040 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6041 (tramp-parse-group, tramp-parse-file)
6042 (tramp-parse-shostkeys-sknownhosts): New defuns.
6043 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6044 (tramp-parse-shosts-group, tramp-parse-sconfig)
6045 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6046 (tramp-parse-sknownhosts, tramp-parse-hosts)
6047 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6048 Use them.
6049 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6050 (tramp-parse-putty-group): Don't narrow.
6051 (tramp-parse-putty): Make a loop.
6052 (tramp-file-name-handler): Catch the `suppress' signal.
6053
6054 2012-06-11 Chong Yidong <cyd@gnu.org>
6055
6056 * image.el (imagemagick-register-types): Put the ImageMagick entry
6057 at the end of image-type-file-name-regexps.
6058
6059 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6060
6061 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6062 (pcase, pcase-let*, pcase-dolist): Use them.
6063
6064 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * emacs-lisp/pcase.el (pcase--let*): New function.
6067 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6068 (pcase--expand): Use macroexp-let².
6069
6070 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6073 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6074 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6075 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6076 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6077 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6078
6079 2012-06-10 Glenn Morris <rgm@gnu.org>
6080
6081 * mail/rmail.el (rmail-yank-current-message): Leave point at
6082 correct position. (Bug#11660)
6083
6084 2012-06-10 Chong Yidong <cyd@gnu.org>
6085
6086 * allout-widgets.el: Fix code header.
6087
6088 2012-06-10 Chong Yidong <cyd@gnu.org>
6089
6090 * cus-edit.el (customize-changed-options-previous-release):
6091 Bump to 24.1.
6092
6093 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6094
6095 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6096
6097 2012-06-09 Chong Yidong <cyd@gnu.org>
6098
6099 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6100
6101 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6102
6103 * window.el (special-display-popup-frame): Don't use
6104 window--display-buffer (Bug#11651).
6105
6106 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6107
6108 Fix parallel builds: make sure loaddefs.el is not being written
6109 while Lisp files are compiled.
6110 (compile): Don't depend on 'mh-autoloads'.
6111 (compile-CMD, compile-SH): Depend on 'autoloads'.
6112 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6113
6114 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6115
6116 2012-06-09 Chong Yidong <cyd@gnu.org>
6117
6118 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6119 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6120 Doc fixes (Bug#11225).
6121
6122 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6125 a function if there's a clear indication that it has a compiler-macro.
6126 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6127 (macro-declarations-alist): Add arglist to declaration functions.
6128 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6129 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6130 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6131 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6132 Also add autoload to find the compiler macro.
6133 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6134 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6135 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6136 (cl--compiler-macro-get): New functions, replacing calls to
6137 cl-define-compiler-macro.
6138 (cl-typep) [compiler-macro]: Use macroexp-let².
6139
6140 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6141
6142 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6143 string properly, fixes Bug#11473.
6144
6145 2012-06-08 Chong Yidong <cyd@gnu.org>
6146
6147 * faces.el (set-face-attribute): Doc fix.
6148 (modify-face): Don't use :bold and :italic.
6149 (error, warning, success): Tweak definitions.
6150
6151 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6152 (custom-modified, custom-set, custom-changed, custom-themed)
6153 (custom-saved, custom-button, custom-button-mouse)
6154 (custom-button-pressed, custom-state, custom-comment-tag)
6155 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6156 (custom-group-subtitle): Use new-style face specs.
6157 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6158 (custom-set-face, custom-changed-face, custom-saved-face)
6159 (custom-button-face, custom-button-pressed-face)
6160 (custom-documentation-face, custom-state-face)
6161 (custom-comment-face, custom-comment-tag-face)
6162 (custom-variable-tag-face, custom-variable-button-face)
6163 (custom-face-tag-face, custom-group-tag-face-1)
6164 (custom-group-tag-face): Remove obsolete face alias.
6165
6166 * epa.el (epa-validity-high, epa-validity-medium)
6167 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6168 (epa-field-name, epa-field-body):
6169 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6170 (font-lock-keyword-face, font-lock-builtin-face)
6171 (font-lock-function-name-face, font-lock-variable-name-face)
6172 (font-lock-type-face, font-lock-constant-face):
6173 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6174 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6175 * speedbar.el (speedbar-button-face, speedbar-file-face)
6176 (speedbar-directory-face, speedbar-tag-face)
6177 (speedbar-selected-face, speedbar-highlight-face)
6178 (speedbar-separator-face):
6179 * whitespace.el (whitespace-newline, whitespace-space)
6180 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6181 (whitespace-line, whitespace-space-before-tab)
6182 (whitespace-space-after-tab, whitespace-indentation)
6183 (whitespace-empty):
6184 * emulation/cua-base.el (cua-global-mark):
6185 * eshell/em-prompt.el (eshell-prompt):
6186 * net/newst-plainview.el (newsticker-new-item-face)
6187 (newsticker-old-item-face, newsticker-immortal-item-face)
6188 (newsticker-obsolete-item-face, newsticker-date-face)
6189 (newsticker-statistics-face, newsticker-default-face):
6190 * net/newst-reader.el (newsticker-feed-face)
6191 (newsticker-extra-face, newsticker-enclosure-face):
6192 * net/newst-treeview.el (newsticker-treeview-face)
6193 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6194 (newsticker-treeview-immortal-face)
6195 (newsticker-treeview-obsolete-face)
6196 (newsticker-treeview-selection-face):
6197 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6198 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6199 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6200 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6201 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6202 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6203 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6204 (mpuz-text):
6205 * progmodes/vera-mode.el (vera-font-lock-number)
6206 (vera-font-lock-function, vera-font-lock-interface):
6207 * textmodes/table.el (table-cell): Use new-style face specs, and
6208 don't use the old :bold and :italic attributes.
6209
6210 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6211 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6212 (ebrowse-member-class, ebrowse-progress): Likewise.
6213 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6214 (ebrowse-file-name-face, ebrowse-default-face)
6215 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6216 (ebrowse-progress-face): Remove obsolete faces.
6217
6218 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6219 Inherit from error and warning faces respectively.
6220
6221 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6222 Likewise.
6223 (flyspell-incorrect-face, flyspell-duplicate-face):
6224 Remove obsolete aliases.
6225
6226 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6227
6228 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6229 Avoid infloop.
6230
6231 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * startup.el (argv, argi): Make lexically scoped.
6234 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6235 * emacs-lisp/cl-macs.el: Use lexical-binding.
6236 Rename cl-bind-* to cl--bind-*.
6237 * files.el: Don't require `cl' since it doesn't use it.
6238 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6239
6240 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6243 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6244 instead of calling external sort utility.
6245 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6246
6247 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6248
6249 * descr-text.el (describe-char): Mention how to insert the
6250 character, if the current input method doesn't support it.
6251 See the discussion in this thread for the details:
6252 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6253
6254 2012-06-08 Sam Steingold <sds@gnu.org>
6255
6256 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6257 XF86Back to previous-buffer.
6258 (minibuffer-local-map): Bind them to next-history-element and
6259 previous-history-element respectively.
6260 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6261 help-go-back respectively.
6262 * info.el (Info-mode-map): Bind them to Info-history-forward and
6263 Info-history-back respectively.
6264 These are the keys next to Up on the ThinkPad keyboard.
6265
6266 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6269 * emacs-lisp/cl-macs.el: Provide itself.
6270 (cl--labels-convert-cache): New var.
6271 (cl--labels-convert): New function.
6272 (cl-flet, cl-labels): New implementation with new semantics, relying on
6273 lexical-binding.
6274 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6275 (cl-closure-vars, cl--function-convert-cache)
6276 (cl--function-convert): Move from cl-macs.el.
6277 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6278 rename by removing the "cl-" prefix.
6279 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6280
6281 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6284 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6285 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6286 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6287 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6288 (cl-hash-table-count): Add old compatibility aliases.
6289
6290 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6291 Use macroexpand-all-environment instead.
6292 (cl--old-macroexpand): New var.
6293 (cl--sm-macroexpand): New function.
6294 (cl-symbol-macrolet): Use it during macro expansion.
6295 (cl--function-convert-cache): New var.
6296 (cl--function-convert): New function, extracted from
6297 cl-macroexpand-all.
6298 (cl-lexical-let): Use it.
6299
6300 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6301 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6302 (cl-member): Remove old alias.
6303
6304 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6305 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6306 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6307 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6308 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6309 (cl-macroexpand-cmacs): Remove var.
6310 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6311 Use macroexpand-all instead.
6312
6313 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6316 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6317 (macroexp-copyable-p): New functions and macros.
6318 * emacs-lisp/edebug.el (edebug-unwrap):
6319 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6320 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6321 (pcase--let*): Remove.
6322 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6323 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6324 macroexp-const-p instead.
6325 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6326
6327 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6328 instead of "cl-" for internal definitions. Use macroexp-const-p.
6329 (cl-old-bc-file-form): Remove var.
6330 (cl-const-exprs-p): Remove fun.
6331 (cl-labels, cl-macrolet): Use backquote.
6332 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6333 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6334 (cl-define-setf-expander): Rename from cl-define-setf-method.
6335 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6336
6337 * international/mule-cmds.el: Don't require CL.
6338 (view-hello-file): Don't use `letf'.
6339
6340 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * tmm.el (tmm-prompt): Use string-prefix-p.
6343 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6344 (tmm-add-prompt): Use minibuffer-completion-help.
6345 (tmm-delete-map): Remove.
6346
6347 * subr.el (kbd): Make it its own function.
6348
6349 2012-06-07 Stefan Merten <smerten@oekonux.de>
6350
6351 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6352 Silence compiler warnings. Fix versions.
6353 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6354 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6355 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6356 (rst-package-emacs-version-alist): Correct Emacs version to
6357 represent major merge with upstream.
6358 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6359
6360 2012-06-06 Glenn Morris <rgm@gnu.org>
6361
6362 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6363 Only print environment variables if set.
6364
6365 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6368 (macroexp--cons): Rename from maybe-cons.
6369 (macroexp--accumulate): Rename from macroexp-accumulate.
6370 (macroexp--all-forms): Rename from macroexpand-all-forms.
6371 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6372 (macroexp--expand-all): Rename from macroexpand-all-1.
6373
6374 2012-06-06 Sam Steingold <sds@gnu.org>
6375
6376 * calendar/calendar.el (calendar-in-read-only-buffer):
6377 Call `special-mode' to enable the standard read-only keybindings.
6378
6379 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6380
6381 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6382 with "loading" messages (bug#11635).
6383
6384 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6385
6386 * files.el (enable-remote-dir-locals): New option.
6387 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6388
6389 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6390 Ensure, that the temp directory is local.
6391
6392 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6393 `temporary-file-directory'.
6394
6395 * progmodes/python.el (python-send-region): Ensure, that the
6396 temporary file is created also in the remote case.
6397
6398 2012-06-06 Glenn Morris <rgm@gnu.org>
6399
6400 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6401 (vc-rcs-update-changelog): Use it.
6402
6403 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6404
6405 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6406 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6407 (vc-sccs-diff): Replace use of the external vcdiff script.
6408
6409 2012-06-05 Glenn Morris <rgm@gnu.org>
6410
6411 * ledit.el: Move to obsolete/.
6412
6413 2012-06-05 Sam Steingold <sds@gnu.org>
6414
6415 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6416 patch (Bug#11140).
6417
6418 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * emacs-lisp/cust-print.el: Move to obsolete.
6421
6422 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6423 compiler-macro expansion.
6424
6425 Add native compiler-macro support.
6426 * emacs-lisp/macroexp.el (macroexpand-all-1):
6427 Support compiler-macros directly. Properly follow aliases and apply
6428 the compiler macros more thoroughly.
6429 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6430 macroexpand now properly follows aliases.
6431 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6432 (cl-compiler-macroexpand): Use new prop.
6433 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6434
6435 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6436
6437 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6438
6439 * window.el (get-lru-window, get-mru-window, get-largest-window):
6440 New argument NOT-SELECTED to avoid picking the selected window.
6441 (window--display-buffer-1, window--display-buffer-2): Replace by
6442 new function window--display-buffer
6443 (display-buffer-same-window, display-buffer-reuse-window)
6444 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6445 Use window--display-buffer.
6446 (display-buffer-use-some-window): Remove temporary dedication
6447 hack by calling get-lru-window and get-largest-window with
6448 NOT-SELECTED argument non-nil. Call window--display-buffer.
6449
6450 2012-06-05 Glenn Morris <rgm@gnu.org>
6451
6452 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6453 Replace external vcdiff script.
6454
6455 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6458
6459 2012-06-04 Chong Yidong <cyd@gnu.org>
6460
6461 * image.el (imagemagick-types-inhibit): Revert last change.
6462 Add INFO and M.
6463 (imagemagick-enabled-types): Remove CIN and EPS*.
6464
6465 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * emacs-lisp/cl-lib.el: Rename from cl.el.
6468 * emacs-lisp/cl.el: New compatibility file.
6469 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6470 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6471 to obey the "cl-" prefix.
6472 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6473
6474 2012-06-03 Glenn Morris <rgm@gnu.org>
6475
6476 * emacs-lisp/authors.el (authors-aliases): Addition.
6477
6478 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6479 Fix :version.
6480
6481 2012-06-03 Stefan Merten <smerten@oekonux.de>
6482
6483 * textmodes/rst.el: Add comments.
6484 (rst-transition, rst-adornment): New faces.
6485 (rst-adornment-faces-alist): Make default safe to reevaluate.
6486 Fixes
6487 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6488 Improve customization tags.
6489 (rst-define-level-faces): Clarify meaning.
6490
6491 2012-06-03 Chong Yidong <cyd@gnu.org>
6492
6493 * progmodes/compile.el (compilation-mode-line-fail)
6494 (compilation-mode-line-run, compilation-mode-line-exit):
6495 New faces.
6496 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6497
6498 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6499
6500 * progmodes/which-func.el (which-func-update-ediff-windows):
6501 New function. Use it in ediff-select-hook (Bug#11478).
6502
6503 2012-06-03 Chong Yidong <cyd@gnu.org>
6504
6505 * bindings.el: Remove explicit help text from format-mode-line.
6506 It is now supplied by mode-line-default-help-echo.
6507 (mode-line-front-space, mode-line-end-spaces)
6508 (mode-line-misc-info): New variables.
6509 (mode-line-modes, mode-line-position): Move the default value to
6510 the variable definition.
6511 (mode-line-default-help-echo): New defcustom.
6512 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6513 (mode-line-modified-help-echo): New functions.
6514 (mode-line-mule-info, mode-line-modified): Use them.
6515 (mode-line-eol-desc, propertized-buffer-identification):
6516 Consistency fixes for help text.
6517 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6518 set-buffer-file-coding-system (Bug#289).
6519 (mode-line-mule-info-help-echo): Update help text.
6520
6521 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * simple.el (execute-extended-command): Set real-this-command
6524 (bug#11506).
6525
6526 2012-06-02 Chong Yidong <cyd@gnu.org>
6527
6528 Remove incorrect uses of "modeline" in comments, docstrings, and
6529 function/variable names (Bug#10329).
6530
6531 * cus-edit.el (mode-line):
6532 * dframe.el (dframe-mouse-hscroll):
6533 * emacs-lisp/re-builder.el:
6534 * emacs-lisp/easy-mmode.el (define-minor-mode):
6535 * frame.el (set-frame-name):
6536 * help.el (lookup-minor-mode-from-indicator):
6537 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6538 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6539 (c-toggle-hungry-state):
6540 * progmodes/antlr-mode.el (antlr-language-alist):
6541 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6542 * progmodes/vhdl-mode.el (vhdl-mode):
6543 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6544 * term/ns-win.el (ns-face-at-pos):
6545 * term/sup-mouse.el (sup-mouse-report):
6546 * textmodes/flyspell.el (flyspell-mode-line-string):
6547 * textmodes/ispell.el (ispell-highlight-face):
6548 * textmodes/reftex-global.el:
6549 * vc/vc-arch.el (vc-arch-mode-line-string):
6550 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6551 * vc/vc-git.el (vc-git-mode-line-string):
6552 * vc/vc-hooks.el (vc-display-status)
6553 (vc-default-mode-line-string):
6554 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6555
6556 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6557
6558 * dired.el (dired-sort-set-mode-line): Rename from
6559 dired-sort-set-modeline. All callers changed.
6560
6561 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6562 eshell-status-in-modeline.
6563
6564 * foldout.el (foldout-mode-line-string): Rename from
6565 foldout-modeline-string. All callers changed.
6566 (foldout-update-mode-line): Rename from foldout-update-modeline.
6567
6568 * subr.el (redraw-modeline): Make into obsolete alias.
6569
6570 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6571 timeclock-modeline-display. Make old name an alias.
6572 (timeclock-update-mode-line): Likewise. All callers changed.
6573 (timeclock-mode-line-display): No need to check before using
6574 add-hook.
6575 (timeclock-relative, timeclock-day-over-hook)
6576 (timeclock-use-elapsed, timeclock-mode-string)
6577 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6578
6579 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6580 crisp-mode-modeline-string.
6581
6582 * play/solitaire.el (solitaire-build-mode-line): Rename from
6583 solitaire-build-modeline. All callers changed.
6584
6585 * play/zone.el (zone-hiding-mode-line): Rename from
6586 zone-hiding-modeline. All callers changed.
6587 (zone): Remove unusued `modeline-hidden-level' property.
6588
6589 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6590 xscheme-modeline-initialize. All callers changed.
6591
6592 * strokes.el (strokes-lighter): Rename from
6593 strokes-modeline-string.
6594
6595 * textmodes/sgml-mode.el (html-face-tag-alist)
6596 (html-tag-face-alist): Use mode-line face instead of obsolete
6597 alias modeline.
6598
6599 2012-06-02 Stefan Merten <smerten@oekonux.de>
6600
6601 * textmodes/rst.el: Always require `cl'.
6602 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6603
6604 2012-06-02 Chong Yidong <cyd@gnu.org>
6605
6606 * image.el (imagemagick-enabled-types): Rename from
6607 imagemagick-types-enable. Add many more types.
6608 (imagemagick-types-inhibit): Change default to nil.
6609 (imagemagick-filter-types): Caller changed.
6610
6611 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * emacs-lisp/cl-macs.el: Use backquotes.
6614 (cl-transform-function-property): Use eval-and-compile rather than
6615 abusing `require'.
6616 (defstruct): Use declare-function instead of with-no-warnings.
6617
6618 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6619 (byte-compile-output-docform): Re-add the print-circle bindings.
6620 (byte-compile-fix-header): Use #$ just because it's shorter.
6621 (byte-compile-output-file-form): Remove defun/defmacro.
6622
6623 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6624
6625 * simple.el (choose-completion): Remove now obsolete binding for
6626 owindow.
6627
6628 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6629
6630 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6631 in order to avoid "Stack overflow in regexp matcher".
6632
6633 2012-05-31 Glenn Morris <rgm@gnu.org>
6634
6635 * image.el: For clarity, call imagemagick-register-types at
6636 top-level, rather than relying on a custom :initialize.
6637 (imagemagick-types-enable): New option. (Bug#11557)
6638 (imagemagick-filter-types): New function. (Bug#7406)
6639 (imagemagick-register-types): Use imagemagick-filter-types.
6640 If disabling support, remove elements altogether rather
6641 than using an impossible regexp.
6642 (imagemagick-types-inhibit): Give it the default init function.
6643
6644 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6647 Handle arbitrary file name lengths (Bug#11585).
6648
6649 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6650
6651 * desktop.el (desktop-read): Clear previous and next buffers for
6652 all windows and bury *Messages* buffer (bug#11556).
6653
6654 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 Add `declare' for `defun'. Align `defmacro's with it.
6657 * emacs-lisp/easy-mmode.el (define-minor-mode)
6658 (define-globalized-minor-mode): Don't autoload the var definitions.
6659 * emacs-lisp/byte-run.el: Use lexical-binding.
6660 (defun-declarations-alist, macro-declarations-alist): New vars.
6661 (defmacro, defun): Use them.
6662 (make-obsolete, define-obsolete-function-alias)
6663 (make-obsolete-variable, define-obsolete-variable-alias):
6664 Use `declare'.
6665 (macro-declaration-function): Mark obsolete.
6666 * emacs-lisp/autoload.el: Use lexical-binding.
6667 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6668
6669 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6670
6671 * textmodes/ispell.el (ispell-with-no-warnings):
6672 Define as a macro.
6673 (ispell-kill-ispell, ispell-change-dictionary):
6674 Use `called-interactively-p' for Emacs instead of obsolete
6675 `interactive-p'.
6676
6677 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6680 (macro-declaration-function): Move var from C code.
6681 (macro-declaration-function): Define function with defalias.
6682 * emacs-lisp/macroexp.el (macroexpand-all-1):
6683 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6684 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6685 defun/defmacro any more.
6686 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6687 Provide fallback for unknown arglist.
6688 (byte-compile-arglist-warn): Change calling convention.
6689 (byte-compile-output-file-form): Move print-vars binding.
6690 (byte-compile-output-docform): Simplify accordingly.
6691 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6692 (byte-compile-defmacro-declaration): Remove.
6693 (byte-compile-file-form-defmumble): Generalize to defalias.
6694 (byte-compile-output-as-comment): Return byte-positions.
6695 Simplify callers accordingly.
6696 (byte-compile-lambda): Use `assert'.
6697 (byte-compile-defun, byte-compile-defmacro): Remove.
6698 (byte-compile-file-form-defalias):
6699 Use byte-compile-file-form-defmumble.
6700 (byte-compile-defalias-warn): Remove.
6701
6702 2012-05-29 Stefan Merten <smerten@oekonux.de>
6703
6704 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6705 possible. Fix authors. Improve comments. Improve loading of `cl'.
6706
6707 (rst-mode-abbrev-table): Merge definition.
6708 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6709 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6710
6711 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6712
6713 * calendar/icalendar.el
6714 (icalendar-export-region): Export UID properly.
6715
6716 2012-05-29 Leo Liu <sdl.web@gmail.com>
6717 * calendar/icalendar.el (icalendar-import-format):
6718 Add `icalendar-import-format-uid' (Bug#11525).
6719 (icalendar-import-format-uid): New.
6720 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6721 Export UID.
6722
6723 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6726 different alternative patterns.
6727 (pcase-codegen): Be more careful to preserve identity.
6728 (pcase--u1): Don't forget to mark vars as used.
6729
6730 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6731 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6732 (byte-compile-from-buffer): ...rather than here.
6733
6734 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6735 functions from byte-compile-function-environment.
6736
6737 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6738
6739 * window.el (window-deletable-p): Avoid deleting the root window
6740 of a frame with an active minibuffer.
6741
6742 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6743
6744 * simple.el (choose-completion): Use quit-window (Bug#11567).
6745
6746 2012-05-29 Chong Yidong <cyd@gnu.org>
6747
6748 * whitespace.el (whitespace-cleanup): Fix usage of
6749 whitespace-empty-at-bob-regexp (Bug#11492).
6750
6751 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6752
6753 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6754 revert (Bug#11488).
6755
6756 2012-05-29 Juri Linkov <juri@jurta.org>
6757
6758 * isearch.el (isearch-mode-map): Bind `M-s _' to
6759 `isearch-toggle-symbol'. Bind `M-s c' to
6760 `isearch-toggle-case-fold'.
6761 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6762 (isearch-forward): Add `M-s _' to the docstring.
6763 (isearch-forward-symbol, isearch-toggle-case-fold)
6764 (isearch-symbol-regexp): New functions. (Bug#11381)
6765
6766 2012-05-29 Juri Linkov <juri@jurta.org>
6767
6768 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6769 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6770 a function, call it to get the regexp.
6771 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6772 property `isearch-message-prefix' instead of the string "word ".
6773 (isearch-search-fun-default): For the case of `isearch-word',
6774 return a lambda that calls re-search-forward/re-search-backward
6775 with a regexp returned by `word-search-regexp' or by the function
6776 in `isearch-word'.
6777
6778 2012-05-29 Juri Linkov <juri@jurta.org>
6779
6780 * isearch.el (isearch-search-fun-default): New function.
6781 (isearch-search-fun): Move default part to the new function
6782 `isearch-search-fun-default'.
6783 (isearch-search-fun-function): Set the default value to
6784 `isearch-search-fun-default'. (Bug#11381)
6785
6786 * comint.el (comint-history-isearch-end):
6787 Use `isearch-search-fun-default'.
6788 (comint-history-isearch-search): Use `isearch-search-fun-default'
6789 and remove spacial case for `isearch-word'.
6790 (comint-history-isearch-wrap): Remove spacial case for
6791 `isearch-word'.
6792
6793 * hexl.el (hexl-isearch-search-function):
6794 Use `isearch-search-fun-default'.
6795
6796 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6797 Use `word-search-regexp' for `isearch-word'.
6798
6799 * misearch.el (multi-isearch-search-fun):
6800 Use `isearch-search-fun-default'.
6801
6802 * simple.el (minibuffer-history-isearch-search):
6803 Use `isearch-search-fun-default' and remove spacial case for
6804 `isearch-word'.
6805 (minibuffer-history-isearch-wrap): Remove spacial case for
6806 `isearch-word'.
6807
6808 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6809 Remove spacial case for `isearch-word'.
6810 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6811
6812 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6813
6814 Decrease XEmacs incompatibilities.
6815 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6816 Use `string-match'.
6817 (flyspell-delete-region-overlays): Use alternative definition for
6818 XEmacs.
6819 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6820 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6821 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6822 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6823 `define-obsolete-face-alias' under XEmacs, but old method.
6824
6825 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6826 `with-no-warnings' definition or Emacs alias.
6827 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6828 (ispell-word): Do not use `region-p' if XEmacs.
6829
6830 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6831
6832 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6833 Check for `ispell-dictionary-base-alist' instead of full
6834 `ispell-dictionary-alist'.
6835 (ispell-init-process): Show spellchecker when starting new Ispell
6836 process.
6837
6838 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6841 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6842
6843 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * version.el (motif-version-string, gtk-version-string)
6846 (ns-version-string): Declare.
6847
6848 2012-05-27 Juri Linkov <juri@jurta.org>
6849
6850 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6851 after the `eval-defun-1' specialcaseing
6852 like in `edebug-eval-defun' (bug#10181).
6853
6854 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6855 like in `eval-defun-1'.
6856
6857 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6858
6859 * mail/sendmail.el (mail-yank-region):
6860 Recognize rmail-yank-current-message in addition to insert-buffer.
6861 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6862 a *mail* buffer created through rmail-start-mail with sendmail as
6863 mail-user-agent.
6864
6865 2012-05-27 Chong Yidong <cyd@gnu.org>
6866
6867 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6868 Default to 256 (Bug#11267).
6869
6870 * help.el (describe-mode): Doc fix.
6871
6872 2012-05-26 Glenn Morris <rgm@gnu.org>
6873
6874 * w32-fns.el (w32-init-info): Remove.
6875 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6876
6877 * info.el (info-initialize): For self-contained NS builds, put the
6878 included info/ directory at the front. (Bug#2791)
6879
6880 * paths.el (Info-default-directory-list): Make it a defcustom,
6881 mainly so that we can use custom-initialize-delay.
6882
6883 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * subr.el (buffer-has-markers-at): Mark obsolete.
6886
6887 * subr.el (lambda): Use declare.
6888
6889 * emacs-lisp/lisp-mode.el (lambda):
6890 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6891
6892 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6893
6894 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6895
6896 2012-05-26 Glenn Morris <rgm@gnu.org>
6897
6898 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6899
6900 2012-05-25 Glenn Morris <rgm@gnu.org>
6901
6902 * paths.el: Remove no-byte-compile.
6903 * loadup.el: No need to load paths.el uncompiled.
6904
6905 * image.el (imagemagick-types-inhibit): Doc fix.
6906
6907 * version.el: Remove no-byte-compile and associated formatting.
6908 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6909 is ancient code from when there was an "inc-vers.el".
6910
6911 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * progmodes/gdb-mi.el: Minor style changes.
6914 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6915 Turn into minor modes.
6916 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6917 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6918 (gdb-shell): Remove unneeded let-binding.
6919 (gdb-get-many-fields): Eliminate O(n²) behavior.
6920
6921 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6922
6923 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6924 platforms that don't link in fontset.c.
6925
6926 2012-05-25 Juri Linkov <juri@jurta.org>
6927
6928 Use the same diff color scheme as in modern VCSes (bug#10181).
6929
6930 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6931 to avoid confusion with `diff-added' that now uses green colors.
6932 (diff-removed): Use shades of red.
6933 (diff-added): Use shades of green.
6934 (diff-changed): Leave just the yellow color.
6935 (diff-use-changed-face): New variable.
6936 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6937 how to highlight context diff changes.
6938 (diff-refine-change): Use shades of yellow.
6939 (diff-refine-removed): New face that uses shades of red.
6940 (diff-refine-added): New face that uses shades of green.
6941 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6942 `diff-refine-removed' in the call to `smerge-refine-subst'
6943 depending on the value of `diff-use-changed-face'.
6944
6945 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6946 (smerge-other): Use shades of green.
6947 (smerge-base): Use shades of yellow.
6948 (smerge-refined-change): Empty face.
6949 (smerge-refined-removed): New face that uses shades of red.
6950 (smerge-refined-added): New face that uses shades of green.
6951 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6952 args `props-r' and `props-a', and use them. Doc fix.
6953 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6954 on its value use different faces `smerge-refined-change',
6955 `smerge-refined-removed', `smerge-refined-added' in the call to
6956 `smerge-refine-subst'.
6957
6958 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6959 Add face condition `min-colors 88' with shades of red.
6960 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6961 `min-colors 88' with shades of green.
6962 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6963 `min-colors 88' with shades of yellow.
6964
6965 2012-05-24 Glenn Morris <rgm@gnu.org>
6966
6967 * paths.el (prune-directory-list, remote-shell-program): Move to...
6968 * files.el (prune-directory-list, remote-shell-program): ...here.
6969 For the latter, delay initialization, prefer ssh, just search PATH.
6970
6971 * paths.el (term-file-prefix): Move to faces.el (the only user).
6972 * faces.el (term-file-prefix): Move here, make it a defcustom.
6973
6974 * paths.el (news-directory, news-path, news-inews-program):
6975 Move to gnus/nnspool.el.
6976
6977 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6978
6979 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6980 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6981 Make the latter a defcustom, with a delayed initialization.
6982
6983 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6984 These were deleted from Gnus itself late 2010.
6985
6986 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * progmodes/which-func.el (which-func-ff-hook):
6989 Check against user-error, not error.
6990
6991 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6992 cl-specs.el, which no longer exists.
6993
6994 2012-05-22 Glenn Morris <rgm@gnu.org>
6995
6996 * info.el (info-emacs-bug): New command.
6997 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6998 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6999
7000 2012-05-21 Glenn Morris <rgm@gnu.org>
7001
7002 * makefile.w32-in (update-subdirs-SH):
7003 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7004
7005 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7008
7009 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7010 Simplify Maven regexp, and make sure the file can't start with a space
7011 (bug#11517).
7012
7013 2012-05-21 Glenn Morris <rgm@gnu.org>
7014
7015 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7016 Scrap superfluous subshells.
7017
7018 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7021 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7022
7023 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7024
7025 * calc/calc.el (calc-ensure-consistent-units): New variable.
7026
7027 * calc/calc-units.el (math-consistent-units-p)
7028 (math-check-unit-consistency): New functions.
7029 (calc-quick-units, calc-convert-units):
7030 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7031 is non-nil.
7032 (calc-extract-units): Fix typo.
7033
7034 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7037
7038 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7039 (flyspell-default-deplacement-commands): Don't spell check after
7040 repeated window/frame switches (e.g. triggered by mouse-movement).
7041 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7042 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7043 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7044 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7045 Remove unused vars.
7046 (flyspell-get-casechars, flyspell-get-not-casechars):
7047 Simplify; Don't bother removing a ] just to add it back.
7048 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7049
7050 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7051
7052 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7053 New functions.
7054 (math-function-table): Add support for more C functions.
7055
7056 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7057
7058 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7059 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7060 Protect delay handling for otherchars against empty otherchars.
7061
7062 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7065 their respective macro declarations.
7066 * skeleton.el (define-skeleton):
7067 * progmodes/compile.el (define-compilation-mode):
7068 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7069 (define-ibuffer-filter):
7070 * emacs-lisp/generic.el (define-generic-mode):
7071 * emacs-lisp/easy-mmode.el (define-minor-mode)
7072 (define-globalized-minor-mode):
7073 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7074 * emacs-lisp/byte-run.el (defsubst):
7075 * custom.el (deftheme): Add doc-string metadata.
7076
7077 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7080
7081 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7084
7085 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7086 * emacs-lisp/cl-macs.el: Idem.
7087 * emacs-lisp/cl-specs.el: Remove.
7088
7089 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 Minor renaming of internal CL functions and variables.
7092 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7093 (cl--position): Rename from cl-position.
7094 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7095 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7096 (cl--random-state): Rename from *random-state*.
7097
7098 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7101 parens around the arg list (bug#11499).
7102
7103 2012-05-17 Juri Linkov <juri@jurta.org>
7104
7105 * isearch.el (word-search-regexp, word-search-backward)
7106 (word-search-forward, word-search-backward-lax)
7107 (word-search-forward-lax): Move functions from search.c
7108 (bug#10145, bug#11381).
7109
7110 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7111
7112 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7113 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7114 Delay for otherchars as for normal word components.
7115
7116 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * minibuffer.el (completion--sifn-requote): Fix last change.
7119 (minibuffer-local-must-match-filename-map):
7120 Move define-obsolete-variable-alias before its var.
7121
7122 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7125
7126 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7127 behavior.
7128 (completion--string-equal-p): New function.
7129 (completion--twq-all): Use it to get better assertion failure data.
7130
7131 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7132 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7133 (shell--requote-argument): New functions.
7134 (shell-completion-vars): Use them.
7135 (shell--parse-pcomplete-arguments): Rename from
7136 shell-parse-pcomplete-arguments.
7137 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7138 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7139 Obey comint-file-name-quote-list.
7140
7141 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7142 (smie-indent-keyword): Use it.
7143
7144 2012-05-14 Stefan Merten <smerten@oekonux.de>
7145
7146 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7147
7148 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * net/rlogin.el (rlogin-mode-map): Fix last change.
7151
7152 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7153
7154 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7155 the following \r\n using a single `process-send-string', since the
7156 Lotus SMTP server refuses to accept any commands if they are sent
7157 with two `process-send-string's (Bug#11444).
7158
7159 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * shell.el (shell-parse-pcomplete-arguments):
7162 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7163
7164 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7165
7166 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7167 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7168 (image-transform-width, image-transform-fit-width): New functions.
7169 (image-transform-properties): Use them.
7170 (image-transform-check-size): New function.
7171 (image-toggle-display-image): Use it (for testing).
7172 (image-transform-set-rotation): Reduce angle mod 360.
7173 Delete obsolete comment.
7174
7175 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7176
7177 * image-mode.el: Fix scaling (bug#11399).
7178 (image-transform-resize): Doc fix.
7179 (image-transform-properties): Default scale is 1 and height should
7180 be an integer.
7181
7182 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7183
7184 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7185 than hard-coding `car', to fix misbehavior when moving forward.
7186
7187 2012-05-13 Chong Yidong <cyd@gnu.org>
7188
7189 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7190 (tabulated-list-entries, tabulated-list-padding)
7191 (tabulated-list-sort-key): Make permanent-local.
7192
7193 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7194 (electric-buffer-list): Put electric buffer menu
7195 command descriptions in this docstring, instead of the docstring
7196 of electric-buffer-menu-mode. Code cleanups.
7197 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7198 Electric-buffer-menu-mode.
7199 (electric-buffer-update-highlight): Minor code cleanup.
7200
7201 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7202
7203 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7204 (Bug#11447)
7205
7206 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 Move define-obsolete-variable-alias before the var's definition.
7209 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7210 * tooltip.el (tooltip-hook):
7211 * textmodes/reftex-toc.el (reftex-toc-map):
7212 * textmodes/reftex-sel.el (reftex-select-label-map)
7213 (reftex-select-bib-map):
7214 * textmodes/reftex-index.el (reftex-index-map)
7215 (reftex-index-phrases-map):
7216 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7217 * progmodes/meta-mode.el (meta-mode-map):
7218 * novice.el (disabled-command-hook):
7219 * loadhist.el (unload-hook-features-list):
7220 * frame.el (blink-cursor):
7221 * files.el (find-file-not-found-hooks, write-file-hooks)
7222 (write-contents-hooks):
7223 * emulation/tpu-edt.el (GOLD-map):
7224 * emacs-lock.el (emacs-lock-from-exiting):
7225 * emacs-lisp/generic.el (generic-font-lock-defaults):
7226 * emacs-lisp/chart.el (chart-map):
7227 * dos-fns.el (register-name-alist):
7228 * dired-x.el (dired-omit-files-p):
7229 * desktop.el (desktop-enable):
7230 * cus-edit.el (custom-mode-hook):
7231 * buff-menu.el (buffer-menu-mode-hook):
7232 * bookmark.el (bookmark-read-annotation-text-func)
7233 (bookmark-exit-hooks):
7234 * allout.el (allout-mode-deactivate-hook)
7235 (allout-exposure-change-hook, allout-structure-added-hook)
7236 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7237 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7238 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7239 comes before the corresponding variable's definition.
7240
7241 2012-05-12 Chong Yidong <cyd@gnu.org>
7242
7243 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7244 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7245 (Buffer-menu-mode-map): Bind it.
7246 (Buffer-menu--pretty-name): Add a mouse-face property.
7247
7248 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7251 (prolog-upper-case-string, prolog-lower-case-string)
7252 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7253 (prolog-use-smie, prolog-smie-grammar): New vars.
7254 (prolog-smie-forward-token, prolog-smie-backward-token)
7255 (prolog-smie-rules): New funs.
7256 (prolog-comment-indent): Remove.
7257 (prolog-mode-variables): Use default comment indentation instead.
7258 Setup SMIE.
7259 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7260 (prolog-mode): Don't call them any more.
7261 (prolog-electric-colon, prolog-electric-dash)
7262 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7263
7264 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7265
7266 * minibuffer.el (completion--twq-all): Again, allow case differences.
7267
7268 * term.el: Move keymap initialization code to be more idiomatic.
7269 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7270 (term-terminal-menu): Move initialization into declaration.
7271 (term-escape-char): Let the user set it in her .emacs.
7272
7273 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7274 Provide SMIE-based indentation (not enabled by default yet).
7275 (sh-mode-map): Don't bind electric keys.
7276 Use electric-pair-mode instead of skeleton-pair.
7277 (sh-assignment-regexp): Fit within 80 columns.
7278 (sh-indent-supported): Specify actual shell name instead of boolean.
7279 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7280 (sh-maybe-here-document): Use it. Make obsolete.
7281 (sh-electric-here-document-mode) New minor mode.
7282 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7283 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7284 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7285 (sh-smie-rc-grammar, sh-use-smie): New vars.
7286 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7287 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7288 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7289 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7290 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7291 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7292 (sh-set-shell): Use smie-setup if requested.
7293
7294 * term.el (term-set-escape-char): Properly set term-escape-char.
7295 See http://stackoverflow.com/questions/10524656.
7296
7297 2012-05-10 Chong Yidong <cyd@gnu.org>
7298
7299 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7300 Use url-generic-parse-url, and handle host names and Windows
7301 filenames properly.
7302 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7303 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7304 URL schemes to work on.
7305 (ffap--toggle-read-only): New function.
7306 (ffap-read-only, ffap-read-only-other-window)
7307 (ffap-read-only-other-frame): Use it.
7308 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7309 necessary for ffap-url-unwrap-remote.
7310
7311 2012-05-10 Dave Abrahams <dave@boostpro.com>
7312
7313 * cus-start.el (create-lockfiles): Add it.
7314
7315 2012-05-09 Chong Yidong <cyd@gnu.org>
7316
7317 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7318 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7319
7320 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7323
7324 2012-05-09 Chong Yidong <cyd@gnu.org>
7325
7326 * ansi-color.el (ansi-color-process-output): Check for validity of
7327 comint-last-output-start before using it. This avoids a bad
7328 interaction with gdb-mi's input/output buffer.
7329
7330 2012-05-09 Glenn Morris <rgm@gnu.org>
7331
7332 * files.el (dir-locals-read-from-file):
7333 Mention dir-locals in any error message.
7334
7335 2012-05-09 Chong Yidong <cyd@gnu.org>
7336
7337 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7338 package (Bug#11410).
7339
7340 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7341 variables into description.
7342
7343 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7346 shell-delimiter-argument-list (bug#11348).
7347 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7348
7349 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * textmodes/rst.el: Silence byte-compiler warnings.
7352 (rst-re-alist, rst-reset-section-caches): Move around.
7353 (rst-re): Use `characterp', not `char-valid-p'.
7354 (font-lock-beg, font-lock-end): Declare.
7355
7356 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7357 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7358
7359 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7360
7361 2012-05-08 Glenn Morris <rgm@gnu.org>
7362
7363 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7364
7365 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * vc/log-edit.el: Add GNU coding standards highlighting.
7368 (log-edit-font-lock-gnu-style)
7369 (log-edit-font-lock-gnu-keywords): New vars.
7370 (log-edit-font-lock-keywords): New fun.
7371 (log-edit-mode): Don't fold case in font-lock.
7372 (log-edit-font-lock-keywords): Do not assume case-folding.
7373
7374 * imenu.el: Misc cleanup. Make docstrings out of comments.
7375 Use lexical-binding.
7376 (imenu--index-alist, imenu--last-menubar-index-alist)
7377 (imenu-menubar-modified-tick): Use defvar-local.
7378 (imenu--split-menu): Remove unused var.
7379 (imenu--cleanup-seen): Declare as global.
7380 (imenu--cleanup): Use dolist.
7381
7382 * subr.el (defvar-local): Add debug spec and doc-string position.
7383
7384 2012-05-08 Glenn Morris <rgm@gnu.org>
7385
7386 * language/burmese.el, language/cham.el, language/czech.el:
7387 * language/english.el, language/georgian.el, language/greek.el:
7388 * language/japanese.el, language/khmer.el, language/korean.el:
7389 * language/lao.el, language/misc-lang.el, language/romanian.el:
7390 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7391 * language/thai.el, language/utf-8-lang.el:
7392 Remove no-byte-compile setting.
7393
7394 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7395
7396 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7397
7398 * progmodes/make-mode.el (makefile-browse):
7399 Remove unnecessary interactive. (Bug#11324)
7400
7401 2012-05-07 Glenn Morris <rgm@gnu.org>
7402
7403 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7404
7405 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7406
7407 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * loadup.el: Preload newcomment.el.
7410 * newcomment.el: Move autoload-only code to toplevel.
7411
7412 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7413 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7414 Handle new :right-align column property.
7415 (tabulated-list-print-col): Idem, plus use `display' text-property to
7416 try and preserve alignment for variable pitch fonts.
7417
7418 2012-05-07 Chong Yidong <cyd@gnu.org>
7419
7420 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7421 (tabulated-list-use-header-line): New var.
7422 (tabulated-list-init-header): Use it.
7423 (tabulated-list-print-fake-header): New function.
7424 (tabulated-list-print): Use it.
7425 (tabulated-list-sort-button-map): Add non-header-line commands.
7426 (tabulated-list-init-header): Add column name property to basic
7427 labels as well.
7428 (tabulated-list-col-sort): Handle non-header-line button case.
7429 (tabulated-list--sort-by-column-name): Fix a corner case.
7430
7431 * buff-menu.el (list-buffers--refresh):
7432 Handle Buffer-menu-use-header-line.
7433
7434 2012-05-06 Chong Yidong <cyd@gnu.org>
7435
7436 * buff-menu.el: Convert to Tabulated List mode.
7437 (Buffer-menu-buffer+size-width): Make obsolete.
7438 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7439 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7440 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7441 documentation into docstring of buffer-menu.
7442 (Buffer-menu-toggle-files-only): Add an informative message.
7443 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7444 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7445 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7446 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7447 (Buffer-menu-execute, Buffer-menu-select)
7448 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7449 (Buffer-menu-bury): Use Tabulated List machinery.
7450 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7451 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7452 Delete.
7453 (list-buffers--refresh): New function.
7454 (list-buffers-noselect): Use it.
7455 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7456 (Buffer-menu--pretty-file-name): New helper functions.
7457
7458 * loadup.el: Preload tabulated-list.
7459
7460 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7461 tabulated-list-sort-column.
7462 (tabulated-list-init-header): Add the initial aligning space even
7463 if tabulated-list-padding is zero.
7464
7465 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7466
7467 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7468 whose cdr is not a cons cell correctly (bug#11038).
7469
7470 2012-05-06 Chong Yidong <cyd@gnu.org>
7471
7472 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7473 Accept additional plist in column descriptors.
7474 (tabulated-list-init-header): Obey it.
7475 (tabulated-list-get-entry): New function.
7476 (tabulated-list-put-tag): Use it. Use string-width instead of
7477 length.
7478 (tabulated-list--column-number): New function.
7479 (tabulated-list-print): Use it.
7480 (tabulated-list-print-col): New function.
7481 Set `tabulated-list-column-name' property on each column's text.
7482 (tabulated-list-print-entry): Use it.
7483 (tabulated-list-delete-entry, tabulated-list-set-col):
7484 New functions.
7485 (tabulated-list-sort-column): New command (Bug#11337).
7486
7487 * buff-menu.el (list-buffers): Move C-x C-b binding from
7488 buff-menu.el to bindings.el.
7489
7490 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7491 :advertised-binding feature.
7492
7493 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7494
7495 * progmodes/compile.el (compilation-internal-error-properties):
7496 Calculate start position correctly when end-col is set but
7497 end-line is not (Bug#11382).
7498
7499 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7500
7501 * man.el (Man-unindent): Use text-property-default-nonsticky to
7502 prevent untabify from inheriting face properties (Bug#11408).
7503
7504 2012-05-05 Stefan Merten <smerten@oekonux.de>
7505
7506 * textmodes/rst.el: Major merge with upstream development up to
7507 Docutils SVN r7399 / rst.el V1.2.1.
7508
7509 Clarify maintainership and authors.
7510
7511 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7512 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7513 (rst-official-version, rst-official-cvs-rev, rst-version)
7514 (rst-package-emacs-version-alist): New functions and variables
7515 for version information.
7516
7517 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7518 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7519 (rst-mode-syntax-table, rst-mode): New and corrected functions
7520 and variables representing reStructuredText features.
7521
7522 (rst-re): New function for reStructuredText regexes. Use in
7523 many places.
7524
7525 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7526 (rst-mode-map): Rebind keys.
7527
7528 (rst-mode-lazy, rst-font-lock-keywords)
7529 (rst-font-lock-extend-region)
7530 (rst-font-lock-extend-region-internal)
7531 (rst-font-lock-extend-region-extend)
7532 (rst-font-lock-find-unindented-line-limit)
7533 (rst-font-lock-find-unindented-line-match)
7534 (rst-adornment-level, rst-font-lock-adornment-level)
7535 (rst-font-lock-adornment-match)
7536 (rst-font-lock-handle-adornment-pre-match-form)
7537 (rst-font-lock-handle-adornment-matcher): Major revision of
7538 font-locking. Integrate with other code. Use `jit-lock-mode'.
7539
7540 (rst-preferred-adornments, rst-adjust-hook)
7541 (rst-new-adornment-down, rst-preferred-bullets)
7542 (rst-preferred-bullets, rst-indent, rst-indent-width)
7543 (rst-indent-field, rst-indent-literal-normal)
7544 (rst-indent-literal-minimized, rst-indent-comment): Change,
7545 extend and improve customization.
7546
7547 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7548 (rst-normalize-cursor-position, rst-get-decoration)
7549 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7550 (rst-rstrip, rst-toc-insert-find-delete-contents)
7551 (rst-shift-fill-region, rst-compute-bullet-tabs)
7552 (rst-debug-print-tabs, rst-debug-mark-found)
7553 (rst-shift-region-guts, rst-shift-region-right)
7554 (rst-shift-region-left, rst-use-char-classes)
7555 (rst-font-lock-keywords-function)
7556 (rst-font-lock-indentation-point)
7557 (rst-font-lock-find-unindented-line-begin)
7558 (rst-font-lock-find-unindented-line-end)
7559 (rst-font-lock-find-unindented-line)
7560 (rst-font-lock-adornment-point, rst-font-lock-level)
7561 (rst-adornment-level-alist): Remove functions and variables.
7562
7563 (rst-compare-adornments, rst-get-adornment-match)
7564 (rst-suggest-new-adornment, rst-get-adornments-around)
7565 (rst-adornment-complete-p, rst-get-next-adornment)
7566 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7567 (rst-straighten-adornments): Standardize function names to
7568 use "adornment" instead of "decoration". Correct callers.
7569 Similar standardizing in many places.
7570
7571 (rst-update-section, rst-adjust, rst-promote-region)
7572 (rst-enumerate-region, rst-bullet-list-region)
7573 (rst-repeat-last-character): Correct use of `interactive'.
7574
7575 (rst-classify-adornment, rst-find-all-adornments)
7576 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7577 (rst-find-leftmost-column, rst-repeat-last-character):
7578 Refactor functions.
7579
7580 (rst-find-title-line, rst-reset-section-caches)
7581 (rst-get-adornments-around, rst-adjust-adornment-work)
7582 (rst-arabic-to-roman, rst-roman-to-arabic)
7583 (rst-insert-list-pos, rst-insert-list-new-item)
7584 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7585 New functions.
7586
7587 (rst-all-sections, rst-section-hierarchy)
7588 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7589 New variables.
7590
7591 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7592 configuration instead of only buffer. Change where necessary.
7593
7594 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7595 (rst-shift-region, rst-adaptive-fill): New functions for
7596 indentation and filling.
7597
7598 (rst-comment-line-break, rst-comment-indent)
7599 (rst-comment-insert-comment, rst-comment-region)
7600 (rst-uncomment-region): New functions for handling comments.
7601
7602 (rst-compile): Quote shell arguments.
7603
7604 (rst-compile-pdf-preview, rst-compile-slides-preview):
7605 Delete temporary files after use.
7606
7607 2012-05-05 Glenn Morris <rgm@gnu.org>
7608
7609 * calendar/cal-html.el: Optionally include holidays in the output.
7610 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7611 (cal-html-holidays): New option.
7612 (cal-html-css-default): Add holiday entry.
7613 (holiday-in-range): Autoload it.
7614 (cal-html-htmlify-entry): Add optional class argument.
7615 (cal-html-htmlify-list): Add optional holidays argument.
7616 (cal-html-insert-agenda-days): Include holidays in the output.
7617 (cal-html-one-month): Maybe include holidays.
7618
7619 * calendar/holidays.el (holiday-in-range):
7620 Move here from cal-tex-list-holidays.
7621 * calendar/cal-tex.el (cal-tex-list-holidays):
7622 Make it an obsolete alias for holiday-in-range. Update all callers.
7623
7624 2012-05-05 Chong Yidong <cyd@gnu.org>
7625
7626 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7627 Nextstep.
7628
7629 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7630
7631 * files.el (file-auto-mode-skip): New var.
7632 (set-auto-mode-1): Use it.
7633
7634 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * repeat.el: Use lexical-binding.
7637 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7638 (repeat-undo-count): Remove.
7639 (repeat):
7640 * progmodes/octave-mod.el (octave-abbrev-start):
7641 * progmodes/f90.el (f90-abbrev-start):
7642 * face-remap.el (text-scale-adjust):
7643 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7644
7645 * emacs-lisp/pcase.el (pcase--let*): New function.
7646 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7647 a bit more.
7648 (pcase--split-pred): Be more clever about ruling out overlap between
7649 a predicate and some constant pattern.
7650 (pcase--q1): Use `null' instead of (eq foo nil).
7651
7652 * subr.el (setq-local, defvar-local): New macros.
7653 (kbd): Redefine as an alias.
7654 (with-selected-window): Leave unrelated frames alone.
7655 (set-temporary-overlay-map): New function.
7656
7657 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * subr.el (user-error): New function.
7660 * window.el (switch-to-buffer):
7661 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7662 (smerge-match-conflict):
7663 * simple.el (previous-matching-history-element)
7664 (next-matching-history-element, goto-history-element, undo-more)
7665 (undo-start):
7666 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7667 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7668 (next-file, tags-loop-scan, list-tags, complete-tag):
7669 * progmodes/compile.el (compilation-loop):
7670 * mouse.el (mouse-minibuffer-check):
7671 * man.el (Man-bgproc-sentinel, Man-goto-page):
7672 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7673 (Info-history-forward, Info-follow-reference, Info-menu)
7674 (Info-extract-menu-item, Info-extract-menu-counting)
7675 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7676 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7677 (Info-next-reference, Info-prev-reference, Info-index)
7678 (Info-index-next, Info-follow-nearest-node)
7679 (Info-copy-current-node-name):
7680 * imenu.el (imenu--make-index-alist)
7681 (imenu-default-create-index-function, imenu-add-to-menubar):
7682 * files.el (basic-save-buffer, recover-file):
7683 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7684 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7685 (checkdoc-message-text, checkdoc-defun):
7686 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7687 * cus-edit.el (customize-changed-options, customize-rogue)
7688 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7689 (custom-variable-mark-to-reset-standard)
7690 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7691 (custom-file):
7692 * completion.el (check-completion-length):
7693 * comint.el (comint-search-arg)
7694 (comint-previous-matching-input-string-position)
7695 (comint-previous-matching-input)
7696 (comint-replace-by-expanded-history-before-point, comint-send-input)
7697 (comint-copy-old-input, comint-backward-matching-input)
7698 (comint-goto-process-mark, comint-set-process-mark):
7699 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7700 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7701
7702 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * dabbrev.el (dabbrev--ignore-case-p): New function.
7705 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7706 Use it.
7707
7708 * files.el (automount-dir-prefix): Mark as obsolete.
7709
7710 2012-05-04 Glenn Morris <rgm@gnu.org>
7711
7712 * patcomp.el, play/bruce.el: Move to obsolete/.
7713
7714 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7715
7716 Fix minor Y10k bugs.
7717 * arc-mode.el (archive-unixdate):
7718 * autoinsert.el (auto-insert-alist):
7719 * calc/calc-forms.el (math-this-year):
7720 * emacs-lisp/copyright.el (copyright-current-year)
7721 (copyright-update-year, copyright):
7722 * tar-mode.el (tar-clip-time-string):
7723 * time.el (display-time-update):
7724 Don't assume years have 4 digits.
7725
7726 2012-05-04 Chong Yidong <cyd@gnu.org>
7727
7728 * dos-w32.el (file-name-buffer-file-type-alist)
7729 (direct-print-region-use-command-dot-com):
7730 * ffap.el (ffap-menu-regexp):
7731 * find-file.el (ff-special-constructs):
7732 * follow.el (follow-debug):
7733 * forms.el (forms--debug):
7734 * iswitchb.el (iswitchb-all-frames):
7735 * ido.el (ido-all-frames):
7736 * emacs-lisp/timer.el (timer-max-repeats):
7737 * mail/feedmail.el (feedmail-mail-send-hook)
7738 (feedmail-mail-send-hook-queued):
7739 * mail/footnote.el (footnote-signature-separator):
7740 * mail/mailabbrev.el (mail-alias-separator-string)
7741 (mail-abbrev-mode-regexp):
7742 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7743 * progmodes/idlwave.el (idlwave-libinfo-file)
7744 (idlwave-default-completion-case-is-down)
7745 (idlwave-library-routines): Convert defvars to defcustoms.
7746
7747 * mail/rmail.el (rmail-decode-mime-charset):
7748 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7749 (idlwave-shell-fix-inserted-breaks)
7750 (idlwave-shell-activate-alt-keybindings)
7751 (idlwave-shell-use-breakpoint-glyph):
7752 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7753
7754 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7757
7758 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7759
7760 * progmodes/verilog-mode.el (font-lock-keywords):
7761 Fix mis-highligting auto. Reported by Craig Barner.
7762 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7763 defines from global name space. Reported by Dan Dever.
7764 (verilog-auto-reset, verilog-auto-reset-widths)
7765 (verilog-auto-tieoff): Support using unbased numbers for
7766 AUTORESET and AUTOTIEOFF.
7767 (verilog-submit-bug-report): Update variable list.
7768 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7769 parenthesis from not matching. Reported by Michael Rytting.
7770 (verilog-auto-template-lint): Fix hash error when linting modules
7771 with no used templates.
7772 (verilog-warn, verilog-warn-error)
7773 (verilog-warn-fatal): When non-interactive report multiple
7774 warnings before exiting. Suggested by Brad Dobbie.
7775 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7776 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7777 to report unused template errors. Reported by Brad Dobbie.
7778 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7779 nets, bug438. Reported by Vns Blore.
7780 (verilog-auto-inout-module, verilog-auto-reg)
7781 (verilog-read-decls, verilog-read-sub-decls-sig)
7782 (verilog-signals-edit-wire-reg, verilog-signals-with):
7783 Fix passing of Verilog data types in ANSI input/output ports
7784 such as "output logic" into the AUTOs. Special case "wire" and
7785 "reg" for backwards compatibility presuming Verilog 2001.
7786 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7787 (verilog-preprocess): Fix replication of preprocess output.
7788 Reported by Brad Dobbie.
7789 (verilog-auto-inst-interfaced-ports):
7790 Create verilog-auto-inst-interfaced-ports, bug429.
7791 Reported by Julian Gorfajn.
7792 (verilog-after-save-font-hook)
7793 (verilog-before-save-font-hook): New variable.
7794 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7795 (verilog-save-font-mods): Wrap disabling fontification, reported
7796 by David Rogoff.
7797 (verilog-do-indent, verilog-pretty-declarations-auto)
7798 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7799 Reported by Pierre-David Pfister.
7800 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7801 of class declarations, bug292. Reported by Kevin Heilman.
7802 (verilog-read-decls): Fix 'parameter type' not appearing in
7803 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7804 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7805 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7806 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7807 Reported by David Kravitz.
7808
7809 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7810
7811 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7812 assignment with tests in ifs and for loops.
7813 (verilog-extended-complete-re, verilog-complete-reg): Change so
7814 that DPI inport functions don't look like fuction declarations.
7815 (verilog-pretty-expr): Don't line up assignment
7816 operations to the test and increment in if and for loops
7817 (verilog-extended-complete-re, verilog-complete-reg): Change so
7818 that DPI inport functions don't look like fuction declarations.
7819
7820 2012-05-03 Kenichi Handa <handa@m17n.org>
7821
7822 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7823 decoding, and show a warning message without signaling an error
7824 (Bug#11282).
7825
7826 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * emacs-lisp/bytecomp.el
7829 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7830 since cconv.el might have introduced :fun-body, internal-make-closure,
7831 and friends for bytecomp to handle (bug#11391).
7832 * custom.el (defcustom): Avoid ((λ ..) ..).
7833
7834 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7837
7838 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * notifications.el (dbus-debug):
7841 * term/linux.el (gpm-mouse-enable):
7842 * term/screen.el (xterm-register-default-colors): Declare.
7843
7844 2012-05-02 Chong Yidong <cyd@gnu.org>
7845
7846 * cus-start.el (gc-cons-percentage, exec-suffixes)
7847 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7848 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7849 (make-cursor-line-fully-visible, void-text-area-pointer)
7850 (font-list-limit): Add customization data.
7851
7852 * allout.el (allout-exposure-change-functions)
7853 (allout-structure-added-functions)
7854 (allout-structure-deleted-functions)
7855 (allout-structure-shifted-functions): Rename abnormal hooks from
7856 *-hook, and convert to defcustoms.
7857 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7858 Convert to defcustoms.
7859 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7860
7861 * allout-widgets.el: Hook callers changed.
7862
7863 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7864
7865 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7866 the yanked message in preference to the default value of
7867 buffer-file-coding-system.
7868
7869 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7870
7871 * window.el (display-buffer--action-function-custom-type):
7872 Fix entry.
7873
7874 2012-05-02 Alan Mackenzie <acm@muc.de>
7875
7876 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7877
7878 2012-05-01 Glenn Morris <rgm@gnu.org>
7879
7880 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7881
7882 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7883
7884 * cus-edit.el (custom-variable-documentation): Simplify with format.
7885
7886 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7887 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * simple.el (suggest-key-bindings, execute-extended-command):
7890 Move from keyboard.c.
7891
7892 2012-05-01 Chong Yidong <cyd@gnu.org>
7893
7894 * follow.el: Eliminate advice.
7895 (set-process-filter, process-filter, sit-for): Advice deleted.
7896 (follow-mode-off-hook): Obsolete hook removed.
7897 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7898 Vars deleted.
7899 (follow-auto): Use a :set function.
7900 (follow-mode): Rewritten. Don't advise process filters.
7901 (follow-switch-to-current-buffer-all, follow-scroll-up)
7902 (follow-scroll-down): Assume follow-mode is bound.
7903 (follow-comint-scroll-to-bottom)
7904 (follow-align-compilation-windows): New functions.
7905 (follow--window-sorter): New function.
7906 (follow-all-followers): Use it to explicitly sort windows by their
7907 positions; don't make assumptions about next-window order.
7908 (follow-windows-start-end, follow-delete-other-windows-and-split)
7909 (follow-calc-win-start): Doc fix.
7910 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7911 vertical-motion unnecessarily.
7912 (follow-adjust-window): New function.
7913 (follow-post-command-hook): Use it.
7914 (follow-call-set-process-filter, follow-call-process-filter)
7915 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7916 (follow-stop-intercept-process-output, follow-generic-filter):
7917 Functions deleted.
7918 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7919 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7920 New functions, replacing advice on scroll-bar-* commands.
7921 (follow-mwheel-scroll): New function (Bug#4112).
7922
7923 * comint.el (comint-adjust-point): New function.
7924 (comint-postoutput-scroll-to-bottom): Use it.
7925 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7926
7927 2012-05-01 Glenn Morris <rgm@gnu.org>
7928
7929 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7930 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7931 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7932 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7933 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7934 Remove no-byte-compile setting.
7935
7936 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7939 all-completions code to not return a number in the last cdr.
7940
7941 2012-04-30 Leo Liu <sdl.web@gmail.com>
7942
7943 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7944 read-only error.
7945
7946 2012-04-29 Chong Yidong <cyd@gnu.org>
7947
7948 * follow.el (follow-calc-win-end): Rewrite to handle partial
7949 screen lines correctly (Bug#8390).
7950 (follow-avoid-tail-recenter): Minor cleanup.
7951
7952 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 Avoid the obsolete `assoc' package.
7955 * speedbar.el (speedbar-refresh): Avoid adelete.
7956 (speedbar-file-lists): Simplify and avoid aput.
7957 * man.el (Man--sections, Man--refpages): New vars, replacing
7958 Man-sections-alist and Man-refpages-alist.
7959 (Man-build-section-alist, Man-build-references-alist):
7960 Use them; avoid aput.
7961 (Man--last-section, Man--last-refpage): New vars.
7962 (Man-follow-manual-reference): Use them.
7963 Use the `default' arg of completing-read.
7964 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7965
7966 2012-04-27 Chong Yidong <cyd@gnu.org>
7967
7968 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7969
7970 * startup.el (x-apply-session-resources): New function.
7971
7972 * term/ns-win.el (ns-initialize-window-system):
7973 * term/w32-win.el (w32-initialize-window-system):
7974 * term/x-win.el (x-initialize-window-system): Use it to properly
7975 set menu-bar-mode and other vars from X resources, even if the
7976 initial frame is not a window-system frame (Bug#2299).
7977
7978 * subr.el (read-key): Avoid running filter function when setting
7979 up temporary tool bar entries (Bug#9922).
7980
7981 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7982
7983 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7984 (Bug#11344)
7985
7986 2012-04-27 Chong Yidong <cyd@gnu.org>
7987
7988 * select.el (xselect--encode-string): New function, split from
7989 xselect-convert-to-string.
7990 (xselect-convert-to-string): Use it.
7991 (xselect-convert-to-filename, xselect-convert-to-os)
7992 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7993 returned strings are properly encoded (Bug#11315).
7994
7995 2012-04-27 Chong Yidong <cyd@gnu.org>
7996
7997 * simple.el (delete-active-region): Move to killing custom group.
7998
7999 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8000
8001 * progmodes/which-func.el (which-func-current): Quote %
8002 characters for mode-line processing.
8003
8004 2012-04-27 Chong Yidong <cyd@gnu.org>
8005
8006 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8007 reaching eob (Bug#11286).
8008
8009 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8010
8011 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8012 (gdb): Make it buffer-local and init to zero.
8013 (gdb-control-commands-regexp): New variable.
8014 (gdb-send): Don't wrap in "-interpreter-exec console" if
8015 gdb-control-level is positive. Increment gdb-control-level
8016 whenever the command matches gdb-control-commands-regexp, and
8017 decrement it each time the command is "end". (Bug#11279)
8018
8019 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8020
8021 * window.el (adjust-window-trailing-edge, enlarge-window)
8022 (shrink-window, window-resize):
8023 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8024 windows (Bug#11276).
8025
8026 2012-04-27 Chong Yidong <cyd@gnu.org>
8027
8028 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8029 fix "missing prefix" warning. All callers changed.
8030
8031 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * emacs-lisp/assoc.el: Move to obsolete/.
8034
8035 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8038
8039 * term/ns-win.el (ns-define-service):
8040 * progmodes/pascal.el (pascal-goto-defun):
8041 * progmodes/js.el (js--read-tab):
8042 * progmodes/etags.el (tags-lazy-completion-table):
8043 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8044 * emacs-lisp/ewoc.el (ewoc--wrap):
8045 * emacs-lisp/assoc.el (aput, adelete, amake):
8046 * doc-view.el (doc-view-convert-current-doc):
8047 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8048
8049 2012-04-26 Chong Yidong <cyd@gnu.org>
8050
8051 * image.el (image-type-from-buffer): Only return supported image
8052 type (Bug#9045).
8053
8054 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8055 value, for symmetry with diff-end-of-hunk.
8056 (diff-split-hunk, diff-find-source-location)
8057 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8058 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8059 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8060 compute the relevant hunk or file properly (Bug#6005).
8061 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8062
8063 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * vc/vc-mtn.el:
8066 * vc/vc-hg.el:
8067 * vc/vc-git.el:
8068 * vc/vc-dir.el:
8069 * vc/vc-cvs.el:
8070 * vc/vc-bzr.el:
8071 * vc/vc-arch.el:
8072 * vc/vc.el: Replace lexical-let by lexical-binding.
8073 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8074 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8075 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8076
8077 2012-04-26 Chong Yidong <cyd@gnu.org>
8078
8079 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8080 (diff-mode-shared-map): Bind it to / and [remap undo].
8081
8082 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8083 (ediff-window-setup-function): Use it as the default, to set up
8084 windows based on whether the current frame is graphical (Bug#2138).
8085 (ediff-choose-window-setup-function-automatically): Make obsolete.
8086
8087 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8088
8089 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * ffap.el: Remove old code for obsolete package.
8092 (ffap-complete-as-file-p): Remove.
8093
8094 Use completion-table-with-quoting for comint and pcomplete.
8095 * comint.el (comint--unquote&requote-argument)
8096 (comint--unquote-argument, comint--requote-argument): New functions.
8097 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8098 (comint-quote-filename): Use regexp-opt-charset.
8099 (comint--common-suffix, comint--common-quoted-suffix)
8100 (comint--table-subvert): Remove.
8101 (comint-unquote-function, comint-requote-function): New vars.
8102 (comint--complete-file-name-data): Use them with
8103 completion-table-with-quoting.
8104 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8105 * pcomplete.el (pcomplete-arg-quote-list)
8106 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8107 (pcomplete-unquote-argument-function): Default to non-nil.
8108 (pcomplete-unquote-argument): Simplify.
8109 (pcomplete--common-quoted-suffix): Remove.
8110 (pcomplete-requote-argument-function): New var.
8111 (pcomplete--common-suffix): New function.
8112 (pcomplete-completions-at-point): Use completion-table-with-quoting
8113 and completion-table-subvert.
8114
8115 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8116 (minibuffer--double-dollars): Preserve properties.
8117 (completion--sifn-requote): New function.
8118 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8119
8120 * minibuffer.el: Add support for completion of quoted/escaped data.
8121 (completion-table-with-quoting, completion-table-subvert): New funs.
8122 (completion--twq-try, completion--twq-all): New functions.
8123 (completion--nth-completion): New function.
8124 (completion-try-completion, completion-all-completions): Use it.
8125
8126 2012-04-25 Leo Liu <sdl.web@gmail.com>
8127
8128 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8129 Use compilation-message if available to find real filename.
8130
8131 2012-04-25 Chong Yidong <cyd@gnu.org>
8132
8133 * vc/diff-mode.el (diff-setup-whitespace): New function.
8134 (diff-mode): Use it.
8135
8136 * vc/diff.el (diff-sentinel):
8137 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8138 Whitespace mode variables based on diff style (Bug#8612).
8139
8140 2012-04-25 Leo Liu <sdl.web@gmail.com>
8141
8142 * progmodes/python.el (python-send-region): Add suffix .py to the
8143 temp file.
8144
8145 * files.el (auto-mode-alist): Use javascript-mode instead.
8146
8147 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8148
8149 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8150
8151 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8152 (soap-resolve-references-for-array-type): Hack to prevent self
8153 references, see Bug#9.
8154 (soap-parse-envelope): Report the contents of the 'detail' node
8155 when receiving a fault reply.
8156 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8157
8158 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8159 (soap-inspect-simple-type): New function.
8160
8161 * net/soap-client.el (soap-simple-type): New struct.
8162 (soap-default-xsd-types, soap-default-soapenc-types)
8163 (soap-decode-basic-type, soap-encode-basic-type):
8164 support unsignedInt and double basic types.
8165 (soap-resolve-references-for-simple-type)
8166 (soap-parse-simple-type, soap-encode-simple-type): New function.
8167 (soap-parse-schema): Parse xsd:simpleType declarations.
8168
8169 * net/soap-client.el (soap-default-xsd-types)
8170 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8171 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8172 the local name of "soapenc:Array".
8173 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8174 decoding integer, byte and anyURI xsd types.
8175
8176 2012-04-25 Chong Yidong <cyd@gnu.org>
8177
8178 * cus-edit.el (custom-buffer-create-internal): Update header text.
8179
8180 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8181
8182 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8183 settings on 'system-type', not on 'window-system'. On MS-Windows,
8184 set interactive-mode on in GDB.
8185
8186 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8189 (ruby-syntax-propertize-regexp): Remove.
8190 (ruby-syntax-propertize-function): Split regexp into chunks.
8191 Match following code directly.
8192
8193 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8194
8195 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8196 (ruby-syntax-propertize-regexp): New function.
8197 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8198 by a special keyword.
8199
8200 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8201 (ruby-syntax-general-delimiters-goto-beg)
8202 (ruby-syntax-propertize-general-delimiters): New functions.
8203 (ruby-syntax-propertize-function): Use them to handle GDL.
8204 (ruby-font-lock-keywords): Move old handling of GDL...
8205 (ruby-font-lock-syntactic-keywords): .. to here.
8206 (ruby-calculate-indent): Adjust indentation for GDL.
8207
8208 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8209
8210 * notifications.el (top): Remove unneeded declarations.
8211 (notifications-specification-version): Change to "1.2".
8212 (notifications-interface, notifications-notify-method)
8213 (notifications-close-notification-method): Fix docstring.
8214 (notifications-get-capabilities-method): New defconst.
8215 (notifications-notify): Add :action-items, :resident and
8216 :transient hints. Change "image_data" to "image-data" and
8217 "image_path" to "image-path".
8218 (notifications-get-capabilities): New defun.
8219
8220 2012-04-24 Leo Liu <sdl.web@gmail.com>
8221
8222 * progmodes/python.el: Move hideshow setup to the end.
8223
8224 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8225
8226 * window.el (handle-select-window): Clear echo area since this is
8227 no more done by read_char (Bug#11304).
8228
8229 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8232 and `/ M' to filter-derived-mode.
8233 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8234 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8235 (ibuffer-mark-by-mode): Use default rather than initial-input.
8236 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8237
8238 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8239
8240 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8241 (ibuffer-filter-by-derived-mode): New filter.
8242 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8243
8244 2012-04-23 Andreas Politz <politza@fh-trier.de>
8245
8246 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8247
8248 2012-04-23 Chong Yidong <cyd@gnu.org>
8249
8250 * cus-edit.el (customize-apropos, customize-apropos-options):
8251 Disable matching of non-option variables (Bug#11176).
8252 (customize-option, customize-option-other-window)
8253 (customize-changed-options): Doc fix.
8254 (customize-apropos-options, customize-apropos-faces)
8255 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8256
8257 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8258 Fix word list splitting (Bug#11132).
8259 (apropos-symbol, apropos-keybinding, apropos-label)
8260 (apropos-property, apropos-function-button)
8261 (apropos-variable-button, apropos-misc-button): New faces.
8262 (apropos-symbol-face, apropos-keybinding-face)
8263 (apropos-label-face, apropos-property-face, apropos-match-face):
8264 Variables removed (Bug#8396).
8265 (apropos-library-button, apropos-format-plist, apropos-print)
8266 (apropos-print-doc, apropos-describe-plist): Callers changed.
8267
8268 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8269
8270 * net/xesam.el (xesam-mode-map): Use let-bound map in
8271 initialization. (Bug#11292)
8272
8273 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8274
8275 Preserve ispell session localwords when switching back to
8276 original buffer.
8277
8278 * textmodes/ispell.el (ispell-buffer-session-localwords):
8279 New buffer-local variable to hold buffer session localwords.
8280 (ispell-kill-ispell): Add option 'clear to delete session
8281 localwords.
8282 (ispell-command-loop, ispell-change-dictionary)
8283 (ispell-buffer-local-words): Preserve session localwords when
8284 needed.
8285
8286 * textmodes/flyspell.el (flyspell-process-localwords)
8287 (flyspell-do-correct): Preserve session localwords when needed.
8288
8289 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8290
8291 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8292 using obsolete `translation-table-for-input'.
8293 (ispell-word, ispell-process-line, ispell-complete-word):
8294 Use plain `insert' instead of removed `ispell-insert-word'.
8295
8296 2012-04-22 Chong Yidong <cyd@gnu.org>
8297
8298 * cus-edit.el (custom-variable-menu)
8299 (custom-variable-reset-saved, custom-face-menu)
8300 (custom-face-reset-saved): If there is no saved value, make the
8301 "reset-saved" operation bring back the default (Bug#9509).
8302 (custom-face-state): Properly detect themed faces.
8303
8304 * faces.el (face-spec-set): Stop supporting deprecated form of
8305 third arg.
8306
8307 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8308
8309 Move functions from C to Lisp. Make non-blocking method calls
8310 the default. Implement further D-Bus standard interfaces.
8311
8312 * net/dbus.el (dbus-message-internal): Declare function.
8313 Remove unneeded function declarations.
8314 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8315 (dbus-message-type-method-return, dbus-message-type-error)
8316 (dbus-message-type-signal): Declare variables. Remove local
8317 definitions.
8318 (dbus-interface-dbus, dbus-interface-peer)
8319 (dbus-interface-introspectable, dbus-interface-properties)
8320 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8321 Adapt docstring.
8322 (dbus-interface-objectmanager): New defconst.
8323 (dbus-call-method, dbus-call-method-asynchronously)
8324 (dbus-send-signal, dbus-method-return-internal)
8325 (dbus-method-error-internal, dbus-register-service)
8326 (dbus-register-signal, dbus-register-method): New defuns, moved
8327 from dbusbind.c
8328 (dbus-call-method-handler, dbus-setenv)
8329 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8330 New defuns.
8331 (dbus-call-method-non-blocking): Make it an obsolete function.
8332 (dbus-unregister-object, dbus-unregister-service)
8333 (dbus-handle-event, dbus-register-property)
8334 (dbus-property-handler): Obey the new structure of
8335 `bus-registered-objects'.
8336 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8337 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8338 Use `dbus-call-method'.
8339
8340 2012-04-22 Chong Yidong <cyd@gnu.org>
8341
8342 * cus-edit.el (custom-commands, custom-reset-menu)
8343 (Custom-reset-standard): Tweak labels.
8344 (custom-reset-button-menu): Change default to t.
8345 (custom-buffer-create-internal): For the custom-reset-button-menu
8346 case, put the revert button first.
8347 (custom-group-subtitle): New face.
8348 (custom-group-value-create): Align docstring to a specific column.
8349
8350 * wid-edit.el (widget-documentation-link-add): Don't handle
8351 indentation in this function.
8352 (widget-documentation-string-indent-to): New function.
8353 (widget-documentation-string-value-create): Use it.
8354
8355 * autorevert.el (auto-revert):
8356 * epg-config.el (epg):
8357 * ibuffer.el (ibuffer):
8358 * mpc.el (mpc):
8359 * ses.el (ses):
8360 * eshell/eshell.el (eshell):
8361 * net/ange-ftp.el (ange-ftp):
8362 * progmodes/ebnf2ps.el (postscript):
8363 * progmodes/flymake.el (flymake):
8364 * progmodes/prolog.el (prolog):
8365 * progmodes/verilog-mode.el (verilog-mode):
8366 * progmodes/which-func.el (which-func):
8367 * term/xterm.el (xterm):
8368 * textmodes/picture.el (picture):
8369 * textmodes/tildify.el (tildify):
8370 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8371 customization buffers.
8372
8373 2012-04-22 Alan Mackenzie <acm@muc.de>
8374
8375 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8376 Adding a ) can hide the resulting (..) from searches. Fix it.
8377 Bound the backward search to the position of the existing (.
8378
8379 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8380
8381 * progmodes/verilog-mode.el (verilog-mode): Check whether
8382 which-func-modes is t before adding verilog-mode.
8383 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8384
8385 2012-04-21 Leo Liu <sdl.web@gmail.com>
8386
8387 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8388
8389 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8390
8391 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8392 filling of the last column of a table (Bug#5635).
8393 (woman-find-next-control-line): New arg, specifying an additional
8394 regexp component for the control line.
8395 (woman2-roff-buffer): Use it.
8396 (woman-break-table): New function.
8397 (woman2-TS): Use it.
8398
8399 2012-04-21 Chong Yidong <cyd@gnu.org>
8400
8401 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8402 (woman-horizontal-escapes, woman-negative-vertical-space)
8403 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8404 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8405
8406 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * minibuffer.el (completion-file-name-table): Complete user names.
8409
8410 2012-04-20 Leo Liu <sdl.web@gmail.com>
8411
8412 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8413 and pcase-let*.
8414
8415 2012-04-20 Chong Yidong <cyd@gnu.org>
8416
8417 * server.el (server-execute): Respect initial-buffer-choice if it
8418 is a string and there are no files to open (Bug#2825).
8419 (server-create-window-system-frame, server-create-tty-frame):
8420 Don't switch buffers here.
8421 (server-process-filter): Only try to open a window system frame if
8422 compiled with graphical support (Bug#8314).
8423
8424 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8425
8426 * battery.el (battery-echo-area-format): Display remaining time
8427 for sysfs backend too (Bug#11269).
8428 (battery-linux-sysfs): Fix conditional for the charge.
8429
8430 2012-04-20 Chong Yidong <cyd@gnu.org>
8431
8432 * progmodes/gdb-mi.el (gdb): Revert previous change.
8433 (gdb-inferior-io--init-proc): New function.
8434 (gdb-init-1): Use it.
8435 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8436 responsible for allocating a new pty and hooking it to gdb when
8437 the old pty gets an EIO due to process exit.
8438 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8439 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8440 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8441
8442 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8443
8444 * window.el (window-min-size, window-sizable, window-min-delta)
8445 (window-max-delta, window--resizable, window-resizable)
8446 (window-total-size, window-full-height-p, window-full-width-p)
8447 (window-in-direction, window--resize-mini-window, window-resize)
8448 (window--resize-child-windows-normal)
8449 (window--resize-child-windows, window--resize-siblings)
8450 (window--resize-this-window, adjust-window-trailing-edge)
8451 (enlarge-window, shrink-window): Doc fixes.
8452
8453 2012-04-20 Chong Yidong <cyd@gnu.org>
8454
8455 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8456 New function to call delete-process on the gdb-inferior buffer's pty.
8457 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8458 pty process (Bug#11273).
8459 (gdb-update): New arg to suppress talking to the gdb process.
8460 (gdb-done-or-error): Use it.
8461 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8462 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8463 sentinel not being called.
8464
8465 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8466
8467 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8468
8469 2012-04-20 Glenn Morris <rgm@gnu.org>
8470
8471 * net/network-stream.el (open-network-stream): Doc fix.
8472
8473 2012-04-20 Chong Yidong <cyd@gnu.org>
8474
8475 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8476
8477 2012-04-20 Alan Mackenzie <acm@muc.de>
8478
8479 Ensure searching for keywords is case sensitive.
8480
8481 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8482 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8483 (c-defun-name, c-mark-function, c-cpp-define-name)
8484 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8485 (c-context-line-break): Bind case-fold-search to nil.
8486
8487 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8488 Bind case-fold-search to nil.
8489
8490 2012-04-20 Chong Yidong <cyd@gnu.org>
8491
8492 * mail/sendmail.el (mail-bury): Call return action with the right
8493 Rmail buffer (Bug#11242).
8494
8495 * server.el (server-process-filter): Handle corner case where both
8496 tty and nowait options are present (Bug#11102).
8497
8498 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8499
8500 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8501 (top level): Put into the executable the ident-style '$Id:' tag on
8502 windows-nt as well.
8503
8504 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * electric.el (electric-indent-post-self-insert-function): Check that
8507 electric-indent-mode is enabled in current buffer.
8508
8509 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * imenu.el (imenu-progress-message): Restore; it is "used" in
8512 erc/erc-imenu.el and net/snmp-mode.el.
8513
8514 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8517 (mouse-avoidance-nudge-mouse): Remove unused binding.
8518
8519 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8520
8521 * descr-text.el (describe-char):
8522 * progmodes/python.el (python-describe-symbol):
8523 Don't call `toggle-read-only', set `buffer-read-only'.
8524
8525 * imenu.el (imenu-default-goto-function): Mark unused args.
8526 (imenu-progress-message): Remove obsolete macro; all callers changed.
8527
8528 * subr.el (keymap-canonicalize): Remove unused binding.
8529 (read-passwd): Mark unused arg.
8530
8531 * tutorial.el (tutorial--display-changes): Remove unused binding.
8532 (tutorial--save-tutorial-to): Remove unused variable.
8533
8534 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8535 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8536 (package-generate-autoloads, package-menu--generate)
8537 (package-menu--find-upgrades): Remove unused bindings.
8538
8539 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8540 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8541 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8542 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8543 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8544 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8545 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8546 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8547 (cua-delete-char-rectangle): Mark unused args.
8548 (cua-align-rectangle): Remove unused binding.
8549
8550 * mail/rmail.el (compilation--message->loc)
8551 (epa--find-coding-system-for-mime-charset): Declare.
8552
8553 * net/dbus.el (dbus-register-service): Declare.
8554 (dbus-name-owner-changed-handler): Remove unused binding.
8555
8556 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8557 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8558 (nxml-scan-backward-within): Mark unused arg.
8559 (nxml-dynamic-markup-word): Remove unused binding.
8560
8561 * mouse.el (mouse-menu-major-mode-map):
8562 * emacs-lisp/authors.el (authors-scan-change-log)
8563 (authors-add-to-author-list):
8564 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8565 * emacs-lisp/smie.el (smie-auto-fill):
8566 * mail/sendmail.el (mail-bury):
8567 * mail/unrmail.el (unrmail):
8568 * net/tls.el (open-tls-stream):
8569 * textmodes/picture.el (picture-mouse-set-point):
8570 Remove unused bindings.
8571
8572 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * net/tramp.el (tramp-action-password): Let-bind
8575 `enable-recursive-minibuffers' to t.
8576
8577 2012-04-18 Sam Steingold <sds@gnu.org>
8578
8579 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8580 instead of 'string to accommodate values like [f11].
8581 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8582 * progmodes/gdb-mi.el: Likewise.
8583
8584 2012-04-18 Leo Liu <sdl.web@gmail.com>
8585
8586 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8587 current buffer.
8588 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8589 LOCAL is nil.
8590
8591 2012-04-18 Chong Yidong <cyd@gnu.org>
8592
8593 * simple.el (line-move): Use forward-line if in batch mode
8594 (Bug#11053).
8595
8596 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8597
8598 * files.el (after-find-file): Do not try to add a final newline if
8599 the buffer is read-only (Bug#11156).
8600
8601 2012-04-17 Richard Stallman <rms@gnu.org>
8602
8603 * mail/rmail.el (rmail-start-mail):
8604 Pass (rmail-mail-return...) for the return-action.
8605 Pass (rmail-yank-current-message...) for the yank-action.
8606 (rmail-yank-current-message): New function.
8607 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8608 (rmail-reply): Likewise.
8609 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8610
8611 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8612 buffer, not the last. Reject temp buffers. Use the rmail-mode
8613 buffer, not newbuf.
8614
8615 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8616
8617 * server.el (server-ensure-safe-dir): Simplify.
8618
8619 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * emacs-lisp/smie.el: Provide smarter auto-filling.
8622 (smie-auto-fill): New function.
8623 (smie-setup): Use it.
8624
8625 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8626
8627 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8628
8629 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8630 (comment-indent): Use it.
8631
8632 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8633
8634 * ses.el: The overall change is to add cell renaming, that is
8635 setting fancy names for cell symbols other than name matching
8636 "\\`[A-Z]+[0-9]+\\'" regexp .
8637 (ses-localvars): Add ses--renamed-cell-symb-list.
8638 (ses-create-cell-variable): New defun.
8639 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8640 (ses-relocate-formula): Relocate formulas only for cells the
8641 symbols of which are not renamed, i.e. symbols whose names do not
8642 match regexp "\\`[A-Z]+[0-9]+\\'".
8643 (ses-relocate-all): Relocate values only for cells the symbols of
8644 which are not renamed.
8645 (ses-load): Create cells variables as the (ses-cell ...) are read,
8646 in order to check row col consistency with cell symbol name only
8647 for cells that are not renamed.
8648 (ses-replace-name-in-formula): New defun.
8649 (ses-rename-cell): New defun.
8650
8651 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8652
8653 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8654 New option (bug#11118).
8655 (perl-calculate-indent): Respect it.
8656
8657 2012-04-17 Glenn Morris <rgm@gnu.org>
8658
8659 * dired-aux.el (dired-mark-read-string): Doc fix.
8660
8661 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8662
8663 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8664 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8665
8666 2012-04-17 Glenn Morris <rgm@gnu.org>
8667
8668 * mouse.el (mouse-drag-track):
8669 * speedbar.el (speedbar-frame-mode):
8670 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8671
8672 2012-04-16 Leo Liu <sdl.web@gmail.com>
8673
8674 * progmodes/python.el: Trivial cleanup.
8675
8676 2012-04-16 Glenn Morris <rgm@gnu.org>
8677
8678 * vc/vc.el (vc-string-prefix-p):
8679 * vc/pcvs-util.el (cvs-string-prefix-p):
8680 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8681 * mpc.el (mpc-string-prefix-p):
8682 Make all of these into obsolete aliases for string-prefix-p.
8683 Update callers.
8684 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8685
8686 * textmodes/two-column.el: Move custom options to the start.
8687 (frame-width): Remove compat definition.
8688 (2C-associate-buffer, 2C-dissociate):
8689 Use with-current-buffer rather than save-excursion.
8690 (2C-dissociate): Force a mode-line update.
8691 (2C-autoscroll): Use ignore-errors.
8692
8693 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8694 Autoload trivia.
8695
8696 * emacs-lisp/cl-extra.el (*random-state*):
8697 Remove unnecessary declaration.
8698
8699 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8700
8701 * play/cookie1.el (cookie-snarf):
8702 Give an explicit error if input file cannot be read.
8703
8704 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8705
8706 * progmodes/perl-mode.el (c-macro-expand):
8707 Remove unnecessary autoload (it is in loaddefs.el).
8708
8709 * textmodes/picture.el (picture-desired-column)
8710 (picture-update-desired-column): Convert comments to doc-strings.
8711 (picture-substitute): Remove function.
8712 (picture-mode-map): Initialize in the defvar.
8713
8714 * woman.el: Remove eval-after-load for tar-mode.
8715 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8716 (woman-tar-extract-file): Autoload it.
8717
8718 * frame.el (automatic-hscrolling): Make this alias obsolete.
8719
8720 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8721
8722 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8723 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8724 (ispell-dictionary-base-alist): Revert to original XEmacs
8725 friendly version for default. [:alpha:] will be added in
8726 `ispell-set-spellchecker-params' if needed.
8727
8728 2012-04-16 Chong Yidong <cyd@gnu.org>
8729
8730 * image.el (imagemagick--file-regexp): New variable.
8731 (imagemagick-register-types): Use it.
8732 (imagemagick-types-inhibit): Add :set function. Allow new value
8733 of t to inhibit all types.
8734
8735 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8736 so we can preload it.
8737
8738 * loadup.el (fboundp): Preload regexp-opt, needed by
8739 imagemagick-register-types.
8740
8741 2012-04-15 Chong Yidong <cyd@gnu.org>
8742
8743 * frame.el (scrolling): Remove nearly unused customization group.
8744
8745 * scroll-all.el (scroll-all-mode): Move to windows group.
8746
8747 2012-04-15 Chong Yidong <cyd@gnu.org>
8748
8749 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8750
8751 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8754 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8755
8756 2012-04-15 Glenn Morris <rgm@gnu.org>
8757
8758 * simple.el (process-file-side-effects): Doc fix.
8759
8760 2012-04-15 Glenn Morris <rgm@gnu.org>
8761
8762 * international/mule-cmds.el (set-language-environment): Doc fix.
8763
8764 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * server.el (server-auth-key, server-generate-key): Doc fixes.
8767 (server-get-auth-key): Doc fix. Use `string-match-p'.
8768 (server-start): Reflow docstring.
8769
8770 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8771
8772 * server.el (server-generate-key): `called-interactively-p'
8773 requires a parameter.
8774
8775 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8776
8777 * server.el (server-auth-key): New variable.
8778 (server-generate-key, server-get-auth-key): New function.
8779 (server-start): Use the new variable and functions to allow
8780 setting a permanent server key (bug#9423).
8781
8782 2012-04-14 Leo Liu <sdl.web@gmail.com>
8783
8784 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8785
8786 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8787
8788 Spelling fixes.
8789 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8790 Emacs uses American spelling.
8791
8792 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8793
8794 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8795 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8796 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8797 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8798
8799 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * progmodes/which-func.el (which-func-modes): Change default.
8802
8803 2012-04-14 Kim F. Storm <storm@cua.dk>
8804
8805 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8806 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8807
8808 2012-04-14 Chong Yidong <cyd@gnu.org>
8809
8810 * custom.el (custom-theme-set-variables): Doc fix.
8811
8812 2012-04-14 Glenn Morris <rgm@gnu.org>
8813
8814 * international/mule.el (set-auto-coding-for-load): Doc fix.
8815
8816 2012-04-14 Alan Mackenzie <acm@muc.de>
8817
8818 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8819 imenu work again for Objective C Mode. Correct the *-index values,
8820 these having been disturbed by a previous change in 2011-08.
8821
8822 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8823 Correct two search limits.
8824
8825 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8828
8829 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8830
8831 * international/characters.el: Fix sorting.
8832
8833 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8834
8835 * international/characters.el: Add more missing Latin case pairs.
8836
8837 2012-04-14 Glenn Morris <rgm@gnu.org>
8838
8839 * files.el (dir-locals-set-class-variables): Doc fix.
8840
8841 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8842
8843 * international/characters.el: Add set-case-syntax-pair call for
8844 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8845 counterpart. (Bug#11209)
8846
8847 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8848
8849 2012-04-14 Glenn Morris <rgm@gnu.org>
8850
8851 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8852
8853 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8854
8855 * textmodes/ispell.el (ispell-dictionary-base-alist):
8856 Add data for Hebrew.
8857
8858 2012-04-14 Chong Yidong <cyd@gnu.org>
8859
8860 * net/rcirc.el (rcirc-cmd-quit):
8861 Revert 2012-03-18 change (Bug#11192).
8862
8863 2012-04-14 Glenn Morris <rgm@gnu.org>
8864
8865 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8866
8867 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8868
8869 * minibuffer.el (completion-in-region-mode-map):
8870 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8871
8872 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8873
8874 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8875
8876 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8877
8878 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8879 to allow `C-M-f' and `C-M-b' to move to the nearest path
8880 separator (bug#9511).
8881
8882 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8883
8884 * avoid.el: Require cl when compiling. And also move the
8885 `provide' to the end.
8886
8887 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8888
8889 * avoid.el (mouse-avoidance-banish-position): New variable.
8890 (mouse-avoidance-banish-destination): Use it (bug#10165).
8891
8892 2012-04-13 Leo Liu <sdl.web@gmail.com>
8893
8894 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8895
8896 2012-04-13 Ken Brown <kbrown@cornell.edu>
8897
8898 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8899 this is no longer needed now that cygstart understands file:// URLs.
8900 (browse-url-filename-alist): For the same reason, don't modify
8901 file:// URLs on Cygwin.
8902
8903 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8906 the region on shift if the binding is already shifted (bug#11221).
8907
8908 2012-04-12 Glenn Morris <rgm@gnu.org>
8909
8910 * mail/mailpost.el: Move to obsolete/.
8911
8912 2012-04-12 Drew Adams <drew.adams@oracle.com>
8913
8914 * imenu.el (imenu--generic-function): Ignore invisible definitions
8915 (bug#10123).
8916
8917 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8918
8919 * hexl.el (hexl-bits): New variable.
8920 (hexl-options): Mention the variable in the doc string.
8921 (hexl-rulerise, hexl-line-displen): New functions.
8922 (hexl-mode): Mention the new variable.
8923 (hexl-mode, hexl-current-address, hexl-current-address):
8924 Use the displen.
8925 (hexl-ascii-start-column): New function.
8926 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8927 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8928
8929 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8930
8931 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8932 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8933 the encoding, as expected by hunspell.
8934
8935 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * battery.el (battery--linux-sysfs-regexp): New const.
8938 (battery-status-function): Use it. Remove yeeloong special case.
8939 (battery-yeeloong-sysfs): Remove.
8940 (battery-echo-area-format): Remove yeeloong special case.
8941
8942 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8945 Reported by Noah Friedman.
8946
8947 * subr.el (read-passwd): Use read-string.
8948
8949 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8950
8951 * vcursor.el (vcursor-move): Increase the priority of the overlay
8952 (bug#9663).
8953
8954 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8955
8956 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8957 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8958
8959 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8960
8961 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8962 define-minor-mode (bug#10760).
8963
8964 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8965
8966 * progmodes/grep.el (rgrep): Tweak the find command line so
8967 that directories matching `grep-find-ignored-files' won't be
8968 pruned (bug#10351).
8969
8970 2012-04-11 Chong Yidong <cyd@gnu.org>
8971
8972 * startup.el (command-line): Remove support for long-obsolete
8973 variable font-lock-face-attributes.
8974
8975 2012-04-11 Glenn Morris <rgm@gnu.org>
8976
8977 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8978
8979 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * window.el (window--state-get-1): Obey window-point-insertion-type.
8982
8983 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8984
8985 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8986 to previous function when point is on the first character of a
8987 function. Take care of that in `narrow-to-defun' (bug#6157).
8988
8989 2012-04-11 Glenn Morris <rgm@gnu.org>
8990
8991 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8992 not just file-errors.
8993
8994 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8995 (vc-bzr-sha1): Use internal sha1.
8996
8997 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9000
9001 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9002
9003 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9004 that start in the middle of the line (bug#10496).
9005
9006 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9007
9008 * battery.el (battery-linux-proc-acpi): Only one battery is
9009 discharged at a time, but that seems to confuse battery.el when
9010 computing `rate-type' for the battery not being discharged
9011 (bug#10332).
9012
9013 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9016
9017 * international/quail.el: Use dolist and simplify.
9018 (quail-define-package, quail-update-keyboard-layout)
9019 (quail-define-rules): Use dolist.
9020 (quail-insert-kbd-layout, quail-get-translation): CSE.
9021
9022 * tmm.el: Use dolist, remove left over hook.
9023 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9024 Use dolist.
9025 (calendar-load-hook): Don't mess with it.
9026
9027 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9028 Use derived-mode-p. Run the diff asynchronously.
9029
9030 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9031
9032 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9033
9034 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9037 (list-dynamic-libraries--loaded): New function.
9038 (list-dynamic-libraries--refresh): Use it.
9039
9040 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9041
9042 * progmodes/python.el (python-fill-paragraph):
9043 Make python-fill-region in a multiline string work when font-lock is
9044 disabled (bug#7018).
9045
9046 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9047
9048 * language/european.el (cp775): Add oem/legacy (en)coding on
9049 DOS/MS Windows for the Baltic languages. There are still plenty
9050 of texts written in this encoding/codepage (bug#6519).
9051
9052 2012-04-10 Glenn Morris <rgm@gnu.org>
9053
9054 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9055 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9056
9057 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9058
9059 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9060 next-line "n" and previous-line "p" in order to make recentf more
9061 consistent with ibuffer, dired or org-mode (bug#9387).
9062
9063 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9064
9065 * image.el (put-image): Return the overlay created instead of the
9066 optional input string (bug#7834). Note that this may break code
9067 that is (for some reason or other) depending on `put-image'
9068 returning the string.
9069
9070 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9071
9072 * simple.el (zap-to-char): Allow zapping using input methods
9073 (bug#1580).
9074
9075 * textmodes/fill.el (fill-region): Leave point and mark where they
9076 were before filling (bug#5399).
9077
9078 2012-04-09 Glenn Morris <rgm@gnu.org>
9079
9080 * version.el (emacs-bzr-get-version):
9081 Handle lightweight checkouts of local branches.
9082
9083 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9084
9085 * international/characters.el: Recover lost case pairs. (Bug#11209)
9086
9087 2012-04-09 Chong Yidong <cyd@gnu.org>
9088
9089 * custom.el (custom-variable-p): Return nil for non-symbol
9090 arguments instead of signaling an error.
9091 (user-variable-p): Obsolete alias for custom-variable-p.
9092
9093 * apropos.el (apropos-variable):
9094 * files-x.el (read-file-local-variable):
9095 * simple.el (set-variable):
9096 * woman.el (woman-mini-help):
9097 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9098
9099 2012-04-09 Glenn Morris <rgm@gnu.org>
9100
9101 * startup.el (normal-top-level): Don't look for leim-list.el
9102 in places where it will not be found. (Bug#910)
9103
9104 * international/mule-cmds.el (set-default-coding-systems):
9105 * files.el (normal-mode):
9106 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9107 This function was removed with ucs-tables.el in 2008.
9108
9109 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9110
9111 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9112 ispell-encoding8-command to "-i", without a trailing space.
9113 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9114 separate command-line arguments, to specify the encoding, since
9115 that's how hunspell expects it.
9116
9117 2012-04-08 Glenn Morris <rgm@gnu.org>
9118
9119 * loadup.el: Load bindings before cus-start.
9120 This reduces somewhat the number of "rogue" settings in emacs -Q.
9121
9122 2012-04-07 Glenn Morris <rgm@gnu.org>
9123
9124 * version.el (emacs-bzr-get-version): New function.
9125 (emacs-bzr-version): New variable.
9126 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9127 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9128
9129 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9130
9131 * international/uni-bidi.el, international/uni-category.el:
9132 * international/uni-combining.el, international/uni-decimal.el:
9133 * international/uni-decomposition.el, international/uni-digit.el:
9134 * international/uni-lowercase.el, international/uni-mirrored.el:
9135 * international/uni-name.el, international/uni-numeric.el:
9136 * international/uni-titlecase.el, international/uni-uppercase.el:
9137 Update for Unicode 6.1.
9138
9139 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9140
9141 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9142
9143 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9144
9145 * window.el (shrink-window): Mention the `window-min-height'
9146 variable in the doc string.
9147
9148 2012-04-05 Bastien Guerry <bzg@altern.org>
9149
9150 * color.el (color-lighten-name): Fix typo.
9151
9152 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * server.el (server--on-display-p): New function.
9155 (server--on-display-p): Use it.
9156
9157 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9158
9159 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9160 (bug#11145).
9161
9162 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * comint.el (comint--common-quoted-suffix): Check string boundary
9165 before comparing (bug#11158).
9166 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9167
9168 2012-04-04 Chong Yidong <cyd@gnu.org>
9169
9170 * minibuffer.el (completion-extra-properties): Doc fix.
9171
9172 * subr.el (delayed-warnings-hook): Doc fix.
9173
9174 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9175
9176 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9177 selection (Bug#11159).
9178 (epa-insert-keys): Inform that the default public key will be
9179 exported if no key is selected.
9180
9181 2012-04-04 Richard Stallman <rms@gnu.org>
9182
9183 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9184
9185 2012-04-03 Chong Yidong <cyd@gnu.org>
9186
9187 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9188 mail-insert-file, not its obsolete alias mail-attach-file.
9189
9190 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9191
9192 * notifications.el (notifications-notify): Fix docstring.
9193
9194 2012-04-02 Glenn Morris <rgm@gnu.org>
9195
9196 * emacs-lisp/authors.el (authors-aliases): Another addition.
9197
9198 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9199
9200 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9201 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9202 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9203
9204 2012-04-01 Chong Yidong <cyd@gnu.org>
9205
9206 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9207 Handle root directory properly.
9208 (copy-directory): Caller changed.
9209
9210 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9211 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9212
9213 2012-03-31 Glenn Morris <rgm@gnu.org>
9214
9215 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9216
9217 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9218
9219 * calendar/calendar.el (calendar-window-list)
9220 (calendar-hide-window): Restore. (Bug#11140)
9221 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9222
9223 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9224
9225 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9226
9227 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9228 Check if file is a symlink (Bug#10489).
9229
9230 * files.el (copy-directory): Likewise.
9231
9232 2012-03-30 Chong Yidong <cyd@gnu.org>
9233
9234 * image.el (imagemagick-types-inhibit)
9235 (imagemagick-register-types): Doc fix.
9236
9237 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9238
9239 * textmodes/ispell.el (ispell-get-extended-character-mode):
9240 Disable extended-char-mode for hunspell. hunspell does not support it
9241 and treats ~word as ordinary words in pipe mode.
9242
9243 2012-03-30 Glenn Morris <rgm@gnu.org>
9244
9245 * tutorial.el (help-with-tutorial): Ensure local variables don't
9246 happen to make the buffer read-only. (Bug#11127)
9247
9248 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9251 (perl-calculate-indent): Return `noindent' in strings.
9252
9253 2012-03-28 Sam Steingold <sds@gnu.org>
9254
9255 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9256 instead of the broken adhockery which does not prevent calendar
9257 buffers from being displayed at random after exit.
9258 (calendar-window-list, calendar-hide-window): Remove the broken
9259 adhockery.
9260
9261 2012-03-28 Glenn Morris <rgm@gnu.org>
9262
9263 * replace.el (query-replace-map): Doc fix.
9264
9265 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9266
9267 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9268 contents. (Bug#11109)
9269
9270 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9273 (bug#11077).
9274 (avl-tree--check, avl-tree--check-node): New funs.
9275
9276 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9277
9278 * window.el (switch-to-visible-buffer): New option.
9279 (switch-to-prev-buffer, switch-to-next-buffer):
9280 Observe switch-to-visible-buffer. Make sure that checking for a window
9281 showing a buffer already is done on the same frame.
9282
9283 2012-03-27 Glenn Morris <rgm@gnu.org>
9284
9285 * startup.el (mail-host-address): Doc fix.
9286
9287 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9290 than 197 variables.
9291
9292 2012-03-26 Ami Fischman <ami@fischman.org>
9293
9294 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9295
9296 2012-03-26 Glenn Morris <rgm@gnu.org>
9297
9298 * files.el (save-buffers-kill-emacs): Doc fix.
9299
9300 * startup.el (normal-top-level, command-line, command-line-1):
9301 Give them doc strings.
9302
9303 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9304
9305 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9306 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9307
9308 2012-03-25 Chong Yidong <cyd@gnu.org>
9309
9310 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9311 theme if it was previously enabled before (Bug#11031).
9312
9313 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9314 spec with custom-face-get-current-spec if its :shown-value is not
9315 determined yet (Bug#9337).
9316 (customize-create-theme, custom-theme-revert): Doc fixes.
9317
9318 * button.el (button-at): Minor addition to docstring.
9319
9320 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9321
9322 * vc/vc.el (vc-merge): Fix a prompt.
9323
9324 2012-03-24 Chong Yidong <cyd@gnu.org>
9325
9326 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9327 point (Bug#9623).
9328
9329 * button.el (button-at): Minor addition to docstring.
9330
9331 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * newcomment.el (comment-choose-indent): No space after BOL.
9334
9335 2012-03-22 Sam Steingold <sds@gnu.org>
9336
9337 * window.el (switch-to-prev-buffer): Revert last patch because the
9338 bug turned out to be an advertised feature (Elisp manual 28.14).
9339
9340 2012-03-22 Glenn Morris <rgm@gnu.org>
9341
9342 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9343 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9344
9345 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * net/network-stream.el (network-stream-open-starttls): Make error
9348 message under Windows be less misleading.
9349
9350 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9351
9352 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9353 understands (bug#9942).
9354
9355 2012-03-22 Chong Yidong <cyd@gnu.org>
9356
9357 * simple.el (end-of-visible-line): Handle return value of
9358 next-single-property-change properly (Bug#9371).
9359
9360 2012-03-22 Kenichi Handa <handa@m17n.org>
9361
9362 * international/quail.el (quail-insert-kbd-layout): Fix previous
9363 change. To avoid unwanted bidi reordering, use
9364 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9365
9366 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9367
9368 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9369 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9370 (ruby-beginning-of-indent): Be more careful with the difference
9371 between word-boundary and symbol boundary.
9372 (ruby-mode-syntax-table): Make : a symbol constituent.
9373
9374 2012-03-21 Andreas Politz <politza@fh-trier.de>
9375
9376 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9377
9378 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * progmodes/etags.el (tags-completion-at-point-function):
9381 Improve last fix.
9382
9383 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9384
9385 2012-03-21 Sam Steingold <sds@gnu.org>
9386
9387 * progmodes/etags.el (tags-completion-at-point-function):
9388 Avoid the error when point is inside the pattern.
9389
9390 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9391
9392 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9393 line (Bug#10855).
9394
9395 2012-03-21 Drew Adams <drew.adams@oracle.com>
9396
9397 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9398
9399 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9400
9401 * ido.el (ido-set-current-directory, ido-read-internal)
9402 (ido-choose-completion-string, ido-completion-help): Handle nil
9403 value of ido-completion-buffer (Bug#11008).
9404
9405 2012-03-21 Sam Steingold <sds@gnu.org>
9406
9407 * window.el (switch-to-prev-buffer): Do not switch to a visible
9408 window previous buffer, just like with the frame previous buffers.
9409
9410 2012-03-21 Chong Yidong <cyd@gnu.org>
9411
9412 * faces.el (make-face, make-empty-face, copy-face):
9413 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9414 Doc fixes.
9415
9416 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9419 (widget-complete): Remove broken use of it.
9420
9421 2012-03-20 Chong Yidong <cyd@gnu.org>
9422
9423 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9424 Use string-width and truncate-string-width to handle arbitrary
9425 characters.
9426
9427 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9428
9429 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9430 to draw rectangles, not squares. (Regression introduced by revno
9431 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9432
9433 2012-03-18 Chong Yidong <cyd@gnu.org>
9434
9435 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9436 it is not yet defined (for temacs).
9437
9438 2012-03-18 Leo Liu <sdl.web@gmail.com>
9439
9440 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9441 prefix.
9442
9443 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9444
9445 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9446 (ispell-choices-win-default-height, ispell-silently-savep)
9447 (ispell-dictionary-alist, ispell-encoding8-command)
9448 (ispell-check-version, ispell-aspell-find-dictionary)
9449 (ispell-valid-dictionary-list, ispell-words-keyword)
9450 (ispell-get-word, ispell-internal-change-dictionary)
9451 (ispell-region, ispell-skip-region-list)
9452 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9453 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9454 (ispell-message-text-end, ispell-message)
9455 (ispell-buffer-local-parsing): Doc fix.
9456
9457 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9458
9459 * htmlfontify.el: Add support for code block fontification for ODT
9460 export (Bug #9914).
9461 (hfy-optimisations): Define new option
9462 `body-text-only'
9463 (hfy-fontify-buffer): Honor above setting.
9464 (hfy-begin-span, hfy-end-span): New routines factored out form
9465 `hfy-fontify-buffer'.
9466 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9467 that permit insertion of custom tags.
9468 (hfy-fontify-buffer): Use above handlers.
9469 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9470 (hfy-face-to-css): Re-defined to be a variable.
9471 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9472 over multiple runs. This is made possible by having the caller let
9473 bind a special variable `hfy-user-sheet-assoc'.
9474 (htmlfontify-string): New defun.
9475 (hfy-compile-face-map): Make sure that the last char in the
9476 buffer is correctly fontified.
9477 (hfy-face-resolve-face): Whitespace only change.
9478
9479 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9480
9481 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9482 message more clear.
9483
9484 2012-03-16 Leo Liu <sdl.web@gmail.com>
9485
9486 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9487
9488 2012-03-16 Alan Mackenzie <acm@muc.de>
9489
9490 Further optimise the handling of large macros.
9491
9492 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9493 limit to a call of `c-literal-limits'.
9494 (c-determine-+ve-limit): New function.
9495 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9496 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9497 In CASE 5B, restrict a search limit to 500.
9498 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9499
9500 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9501 Restrict macro bounds to +-500 from after-change's BEG END.
9502
9503 2012-03-16 Leo Liu <sdl.web@gmail.com>
9504
9505 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9506
9507 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9508
9509 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9510 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9511
9512 2012-03-16 Glenn Morris <rgm@gnu.org>
9513
9514 * view.el (view-buffer, view-buffer-other-window)
9515 (view-buffer-other-frame): Doc fixes re special mode-class.
9516
9517 * subr.el (eval-after-load): If named feature is provided not from
9518 a file, run after-load forms. (Bug#10946)
9519
9520 * calendar/calendar.el (calendar-insert-at-column):
9521 Handle non-unit-width characters a bit better. (Bug#10978)
9522
9523 2012-03-15 Chong Yidong <cyd@gnu.org>
9524
9525 * emacs-lisp/ring.el (ring-extend): New function.
9526 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9527
9528 * comint.el (comint-read-input-ring)
9529 (comint-add-to-input-history): Grow comint-input-ring lazily.
9530
9531 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9534 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9535
9536 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9537 (imenu-add-to-menubar): Don't add a redundant index.
9538 (imenu-update-menubar): Handle a dynamically composed keymap.
9539
9540 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9541
9542 * mail/sendmail.el (mail-encode-header):
9543 Bind rfc2047-encode-encoded-words to nil.
9544
9545 2012-03-13 Glenn Morris <rgm@gnu.org>
9546
9547 * calendar/calendar.el (calendar-string-spread):
9548 Handle non-unit-width characters a bit better. (Bug#10978)
9549
9550 2012-03-13 Leo Liu <sdl.web@gmail.com>
9551
9552 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9553 directory and file as argument (Bug#10822).
9554
9555 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9556
9557 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9558 For dynamically generated code, follow $PC.
9559 (gdb-disassembly-handler-custom): Handle no function name case.
9560
9561 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9562
9563 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9564 * emulation/ws-mode.el (ws-query-replace):
9565 * sort.el (sort-regexp-fields):
9566 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9567
9568 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * dabbrev.el: Fix cycle completion order (bug#10963).
9571 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9572 (dabbrev-completion): Don't use an obarray; provide
9573 a cycle-sort-function.
9574
9575 2012-03-12 Leo Liu <sdl.web@gmail.com>
9576
9577 * simple.el (kill-new): Use equal-including-properties for comparison.
9578 (kill-do-not-save-duplicates): Doc fix.
9579
9580 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * dabbrev.el: Fix cycle completion (bug#10963).
9583 Use lexical binding and wrap to 80 columns.
9584 (dabbrev-completion): Delay computing the list of completions.
9585
9586 2012-03-12 Kenichi Handa <handa@m17n.org>
9587
9588 * international/quail.el (quail-insert-kbd-layout): Surround each
9589 row by LRO and PDF instead of inserting many LRMs. Pad the left
9590 and right of each non-spacing marks. Insert invisible space
9591 between lower and upper characters to prevent composition.
9592
9593 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * minibuffer.el (minibuffer-complete): Don't get confused when the
9596 function is run twice via different commands (bug#10958).
9597 (complete-with-action): Fix docstring.
9598
9599 2012-03-12 Chong Yidong <cyd@gnu.org>
9600
9601 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9602 (nxml-completion-at-point-function): New function.
9603 (nxml-mode): Use it.
9604 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9605
9606 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9607 Load generated autoloads file before byte compiling (Bug#10970).
9608 (package--make-autoloads-and-compile): New helper fun.
9609
9610 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9611
9612 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9613
9614 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9615
9616 * autorevert.el (auto-revert-handler): Ensure, that
9617 file-readable-p is applied only for local files or in
9618 auto-revert-tail-mode.
9619
9620 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9621
9622 * server.el (server-eval-at): Handle non-tcp connections.
9623 Decode result string.
9624
9625 * server.el (server-msg-size): New constant.
9626 (server-reply-print): New function.
9627 (server-eval-and-print): Use it.
9628 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9629 Handle -print-nonl.
9630
9631 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9632
9633 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9634 (Bug#10987).
9635
9636 2012-03-11 Chong Yidong <cyd@gnu.org>
9637
9638 * simple.el (goto-line): Doc fix (Bug#9938).
9639
9640 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9641
9642 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9643 when finished (Bug#10963).
9644
9645 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9646
9647 * window.el (split-window-below): Fix bug in case where
9648 split-window-keep-point is nil (Bug#10971).
9649
9650 2012-03-11 Juri Linkov <juri@jurta.org>
9651
9652 * replace.el (replace-highlight): Set isearch-word to nil
9653 unconditionally. (Bug#10887)
9654
9655 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9656
9657 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9658 mairix-replace-illegal-chars; all callers changed. Don't remove
9659 ^, ~, and = characters: they are meaningful in mairix search specs.
9660 (mairix-widget-create-query): Add usage information about mairix
9661 search forms: negating words, searching for substrings, etc.
9662
9663 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9664
9665 * international/fontset.el (font-encoding-alist): Add an entry for
9666 ksx1001 (Bug#5667).
9667
9668 2012-03-10 Richard Stallman <rms@gnu.org>
9669
9670 * mail/sendmail.el (mail-encode-header):
9671 Set rfc2047-encode-encoded-words.
9672
9673 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9674
9675 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9676 view buffer means not swapped.
9677 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9678 (rmail-write-region-annotate): Error if real text has disappeared.
9679
9680 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9681
9682 2012-03-10 Chong Yidong <cyd@gnu.org>
9683
9684 * emulation/cua-rect.el (cua--init-rectangles):
9685 * emulation/cua-base.el (cua--init-keymaps):
9686 Add delete-forward-char to remappings (Bug#9666).
9687
9688 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9689
9690 * speedbar.el (speedbar-unhighlight-one-tag-line):
9691 Avoid unhighlighting due to frame switching (Bug#10275).
9692
9693 2012-03-10 Chong Yidong <cyd@gnu.org>
9694
9695 * minibuffer.el (completion-in-region, completion-help-at-point):
9696 Give the completion field overlay a high priority (Bug#6830).
9697
9698 * dired.el (dired-goto-file): Recognize absolute file name
9699 listings (Bug#7126).
9700 (dired-goto-file-1): New helper function.
9701 (dired-toggle-read-only): Inhibit warnings.
9702
9703 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9704
9705 * net/dbus.el (dbus-property-handler): Return empty array if
9706 there are no properties.
9707
9708 2012-03-09 Leo Liu <sdl.web@gmail.com>
9709
9710 * savehist.el (savehist-printable): Stricter check for string
9711 value (Bug#10937).
9712
9713 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9714
9715 * mail/smtpmail.el (smtpmail-send-it):
9716 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9717 valid mbox format.
9718
9719 2012-03-09 Glenn Morris <rgm@gnu.org>
9720
9721 * files.el (dir-locals-find-file):
9722 Don't check result is regular, readable.
9723 (dir-locals-read-from-file): Demote errors.
9724
9725 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9726
9727 * international/quail.el (quail-insert-kbd-layout):
9728 Insert invisible LRM characters before each character in a keyboard
9729 layout cell, to prevent their reordering by bidi display engine.
9730 For details, see the discussion in
9731 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9732
9733 2012-03-08 Alan Mackenzie <acm@muc.de>
9734
9735 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9736 the starting position; make it extend the marked region when
9737 invoked repeatedly - all under appropriate circumstances.
9738 Fixes bugs #5525, #10906.
9739
9740 2012-03-08 Glenn Morris <rgm@gnu.org>
9741
9742 * files.el (locate-dominating-file, dir-locals-find-file):
9743 Undo 2012-03-06 change.
9744
9745 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9746
9747 * international/quail.el (quail-help):
9748 Force bidi-paragraph-direction be left-to-right. See discussion in
9749 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9750 for the reason.
9751
9752 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9753
9754 Avoid superfluous registering of signals. (Bug#10807)
9755
9756 * notifications.el (notifications-on-action-object)
9757 (notifications-on-close-object): New defvars.
9758 (notifications-on-action-signal, notifications-on-closed-signal):
9759 Unregister the signal if not needed any longer.
9760 (notifications-notify): Register `notifications-action-signal' or
9761 `notifications-closed-signal', if :on-action or :on-close has been
9762 passed as argument.
9763
9764 2012-03-07 Chong Yidong <cyd@gnu.org>
9765
9766 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9767 non-X platforms.
9768
9769 2012-03-06 Glenn Morris <rgm@gnu.org>
9770
9771 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9772 (x-disown-selection-internal, x-get-selection-internal):
9773 Doc fix (add arglist signatures). (Bug#10783)
9774
9775 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9776
9777 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9778 Handle breakpoints with no "type".
9779
9780 2012-03-06 Glenn Morris <rgm@gnu.org>
9781
9782 * files.el (locate-dominating-file): Add optional predicate argument.
9783 (dir-locals-find-file): Make use of above change.
9784
9785 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9786
9787 * info.el (Info-insert-dir): Also try "dir.gz".
9788
9789 2012-03-06 Glenn Morris <rgm@gnu.org>
9790
9791 * files.el (dir-locals-find-file):
9792 Ignore non-readable or non-regular files. (Bug#10928)
9793
9794 * files.el (locate-dominating-file): Doc fix.
9795
9796 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9797
9798 * calendar/calendar.el (calendar-set-mode-line):
9799 `getenv' returns a string. (Bug#10951)
9800
9801 2012-03-05 Leo Liu <sdl.web@gmail.com>
9802
9803 * simple.el (backward-delete-char-untabify): Constrain point to
9804 field (Bug#10939).
9805
9806 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9807
9808 2012-03-05 Chong Yidong <cyd@gnu.org>
9809
9810 * simple.el (count-words): If called from Lisp, return the word
9811 count, for symmetry with `count-lines'. Arglist changed.
9812 (count-words--message): Args changed. Consolidate counting code
9813 from count-words and count-words-region.
9814 (count-words-region): Caller changed.
9815 (count-lines-region): Make it an obsolete alias.
9816
9817 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9818
9819 * saveplace.el (save-place-to-alist)
9820 (save-place-ignore-files-regexp): Allow value nil to disable this
9821 feature.
9822
9823 2012-03-04 Chong Yidong <cyd@gnu.org>
9824
9825 * faces.el (face-spec-reset-face): For the default face, reset the
9826 attributes to default values (Bug#10748).
9827
9828 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9831 previous patch: Check `message-send-mail-function', and not the
9832 default function (bug#10897).
9833
9834 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9835
9836 * notifications.el (notifications-on-action-signal)
9837 (notifications-on-closed-signal): Check for unique service name of
9838 incoming event. Fix error in removing entry.
9839 (top): Register for signals with wildcard service name.
9840 (notifications-notify): Use daemon unique service name for map entries.
9841
9842 2012-03-04 Chong Yidong <cyd@gnu.org>
9843
9844 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9845
9846 2012-03-04 Glenn Morris <rgm@gnu.org>
9847
9848 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9849 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9850 (expand-abbrev, define-abbrev-table): Doc fixes.
9851
9852 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9853
9854 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9855 `message-default-send-mail-function' and not `send-mail-function'
9856 when doing the prompting for `sendmail-query-once' before sending
9857 in Message buffers (bug#10897).
9858
9859 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9860 This is inconsistent with all the other stream functions, which leave
9861 the setting up to the higher levels (if so wanted) (bug#10931).
9862
9863 2012-03-02 Alan Mackenzie <acm@muc.de>
9864
9865 Depessimize the handling of very large macros.
9866
9867 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9868 (c-macro-cache-syntactic): New variables to implement a one
9869 element macro cache.
9870 (c-invalidate-macro-cache): New function.
9871 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9872 Adapt to use the new cache.
9873 (c-state-safe-place): Use better the cache of safe positions.
9874 (c-state-semi-nonlit-pos-cache)
9875 (c-state-semi-nonlit-pos-cache-limit):
9876 New variables for...
9877 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9878 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9879 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9880 Use c-state-semi-safe-place.
9881
9882 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9883 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9884
9885 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9886
9887 * jka-compr.el (jka-compr-call-process):
9888 Apply `file-accessible-directory-p' only when the default directory is
9889 not remote.
9890
9891 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9892
9893 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9894 access of FILE2, if FILE1 does not exist.
9895
9896 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9897 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9898
9899 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9900 Add "PAGER=" to `process-environment'.
9901
9902 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9903
9904 * progmodes/sql.el: Bug fix
9905 (sql-get-login-ext): Save login values in globals.
9906 (sql-get-login): Use new version of `sql-get-login-ext'.
9907 (sql-interactive-mode): Set global `sql-connection' to nil.
9908 (sql-connect): Set global values for connection.
9909 (sql-product-interactive): Save global values as buffer local.
9910
9911 2012-02-29 Leo Liu <sdl.web@gmail.com>
9912
9913 * abbrev.el (define-abbrevs): Reset sys to nil.
9914
9915 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9916
9917 * files.el (file-equal-p): Rename from `files-equal-p'.
9918 Return nil when one or both files don't exist.
9919 (file-subdir-of-p): Now only top directory must exists,
9920 return nil if it doesn't.
9921 (copy-directory): No need to test with `file-subdir-of-p' after
9922 creating dir.
9923 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9924 to `file-equal-p'.
9925
9926 2012-02-28 Glenn Morris <rgm@gnu.org>
9927
9928 * shell.el (shell-mode):
9929 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9930 * play/landmark.el (landmark-font-lock-face-O):
9931 * play/handwrite.el (handwrite):
9932 * play/gomoku.el (gomoku-O):
9933 * net/browse-url.el (browse-url-browser-display):
9934 * international/mule.el (define-charset):
9935 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9936 * filesets.el (filesets-find-file-delay):
9937 * eshell/em-xtra.el (eshell-xtra):
9938 * eshell/em-unix.el (eshell-grep):
9939 * emulation/viper.el (viper-mode):
9940 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9941 * emacs-lisp/easymenu.el (easy-menu-define):
9942 * calendar/timeclock.el (timeclock-use-display-time):
9943 * bs.el (bs-mode):
9944 * bookmark.el (bookmark-save-flag):
9945 Doc fix (standardize possessive apostrophe usage).
9946
9947 2012-02-27 Chong Yidong <cyd@gnu.org>
9948
9949 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9950 Fix key-binding lookup for ESC key (Bug#9146).
9951
9952 * font-lock.el (font-lock-specified-p): Rename from
9953 font-lock-spec-present. Callers changed.
9954
9955 2012-02-27 Daniel Hackney <dan@haxney.org>
9956
9957 * emacs-lisp/package.el (package-compute-transaction):
9958 Handle holding a package version to t in package-load-list.
9959
9960 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9963 (tramp-get-inode, tramp-get-device): Use cached values.
9964
9965 2012-02-26 Alan Mackenzie <acm@muc.de>
9966
9967 Check there is a font-lock specification before doing initial
9968 fontification.
9969
9970 * font-core.el (font-lock-mode): Move the conditional from
9971 :after-hook to font-lock-initial-fontify.
9972 (font-lock-default-function): Move the check for a specification
9973 to font-lock-spec-present.
9974
9975 * font-lock.el (font-lock-initial-fontify): Call ...
9976 (font-lock-spec-present): New function.
9977
9978 2012-02-26 Jim Blandy <jimb@red-bean.com>
9979
9980 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9981 (gdb-send): Apply it to the operand of the '-interpreter-exec
9982 console' command, so that we can pass arguments with (say) quotes
9983 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9984
9985 2012-02-26 Chong Yidong <cyd@gnu.org>
9986
9987 * help-fns.el (describe-function-1): Clarify description of
9988 remapping (Bug#10844).
9989
9990 * files.el (files-equal-p): Doc fix.
9991 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9992 and quit the loop once a mismatch is found.
9993
9994 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * bs.el (bs--show-with-configuration): Don't throw an error
9997 if the window cannot be split; otherwise, subsequent calls to
9998 bs-show fail, restoring a stale window config. (Bug#10882)
9999
10000 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10001
10002 * term/ns-win.el (global-map): Bind ns-drag-file to
10003 ns-find-file (Bug#5855, Bug#10050).
10004
10005 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10006
10007 * calendar/parse-time.el (parse-time-string): Allow extractor to
10008 return nil.
10009
10010 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10011
10012 * net/tramp.el (tramp-file-name-for-operation):
10013 Add `files-equal-p' and `file-subdir-of-p'.
10014
10015 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10016 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10017 Add COPY-CONTENTS argument.
10018
10019 2012-02-25 Chong Yidong <cyd@gnu.org>
10020
10021 Add custom groups for VC backends, for consistency with vc-bzr.
10022
10023 * vc/vc-arch.el (vc-arch):
10024 * vc/vc-cvs.el (vc-cvs):
10025 * vc/vc-git.el (vc-git):
10026 * vc/vc-hg.el (vc-hg):
10027 * vc/vc-mtn.el (vc-mtn):
10028 * vc/vc-rcs.el (vc-rcs):
10029 * vc/vc-sccs.el (vc-sccs):
10030 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10031 All relevant defcustoms reassigned.
10032
10033 2012-02-25 Chong Yidong <cyd@gnu.org>
10034
10035 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10036
10037 * term/x-win.el (x-initialize-window-system): Reduce default for
10038 x-selection-timeout to 5 seconds (Bug#8869).
10039
10040 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10041
10042 * files.el (files-equal-p, file-subdir-of-p): New functions.
10043 (copy-directory): Error when trying to copy a directory on itself.
10044 Add missing copy-contents arg to tramp handler.
10045 * dired-aux.el (dired-copy-file-recursive): Same.
10046 (dired-create-files): Modify destination when source is equal to
10047 dest when copying files.
10048 Return also when dest is a subdir of source. (Bug#10489)
10049
10050 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10051
10052 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10053 (Bug#10874)
10054
10055 2012-02-23 Alan Mackenzie <acm@muc.de>
10056
10057 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10058 parameter "after-hook:" to allow the expansion to run code after
10059 the execution of the mode hooks.
10060
10061 * font-lock.el (font-lock-initial-fontify): New function extracted
10062 from font-lock-mode-internal.
10063
10064 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10065 :after-hook.
10066
10067 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10070 (completion--cache-all-sorted-completions): New function.
10071 (completion-all-sorted-completions): Use it.
10072 (completion--do-completion, minibuffer-force-complete):
10073 Use it to re-instate the flush hook.
10074
10075 * icomplete.el (icomplete-completions): Replace last fix with a better
10076 one (bug#10850).
10077
10078 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10079
10080 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10081 when it might call us back infinitely (bug#10797).
10082
10083 2012-02-23 Glenn Morris <rgm@gnu.org>
10084
10085 * minibuffer.el (completion-category-overrides): Doc fix.
10086
10087 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10090 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10091
10092 2012-02-23 Glenn Morris <rgm@gnu.org>
10093
10094 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10095 (authors-obsolete-files-regexps, authors-ignored-files)
10096 (authors-ambiguous-files, authors-renamed-files-alist):
10097 Add more entries.
10098
10099 2012-02-23 Juri Linkov <juri@jurta.org>
10100
10101 * isearch.el (isearch-occur): Sync interactive spec with occur's
10102 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10103
10104 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10105
10106 2012-02-22 Juri Linkov <juri@jurta.org>
10107
10108 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10109 (ucs-insert): Doc fix. Check for hex digits in the string.
10110 Don't display `nil' in the error message. (Bug#10857)
10111
10112 2012-02-22 Alan Mackenzie <acm@muc.de>
10113
10114 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10115
10116 2012-02-22 Glenn Morris <rgm@gnu.org>
10117
10118 * ffap.el (ffap-c-path):
10119 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10120
10121 2012-02-22 Chong Yidong <cyd@gnu.org>
10122
10123 * custom.el (load-theme): Doc fix.
10124
10125 2012-02-22 Glenn Morris <rgm@gnu.org>
10126
10127 * dired-x.el (dired-guess-shell-alist-default):
10128 Remove escape sequences from nroff output. (Bug#172)
10129
10130 2012-02-21 Glenn Morris <rgm@gnu.org>
10131
10132 * vc/emerge.el (emerge-defvar-local):
10133 Set `permanent-local' property rather than unused `preserved'.
10134
10135 * textmodes/picture.el (picture-delete-char): New alias.
10136 (picture-mode-map): Use it. (Bug#10860)
10137 (picture-mode): Doc fix.
10138
10139 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10140
10141 * newcomment.el (uncomment-region-default): Remove unused binding.
10142
10143 2012-02-21 Glenn Morris <rgm@gnu.org>
10144
10145 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10146 (picture-self-insert, picture-tab-chars): Doc fix.
10147 (picture-mode-map): Fix C-a, C-e.
10148
10149 2012-02-20 Glenn Morris <rgm@gnu.org>
10150
10151 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10152
10153 2012-02-20 Leo Liu <sdl.web@gmail.com>
10154
10155 * icomplete.el (icomplete-completions): Check FROM arg before
10156 passing to substring (Bug#10850).
10157
10158 2012-02-19 Chong Yidong <cyd@gnu.org>
10159
10160 * comint.el: Require ansi-color.
10161 (comint-output-filter-functions): Add ansi-color-process-output.
10162
10163 * ansi-color.el: Don't set comint-output-filter-functions; it is
10164 now in the initial value defined in comint.el.
10165 (ansi-color-apply-face-function): New variable.
10166 (ansi-color-apply-on-region): Use it.
10167 (ansi-color-apply-overlay-face): New function.
10168
10169 * shell.el (shell): No need to require ansi-color.
10170 (shell-mode): Use ansi-color-apply-face-function to highlight
10171 color escapes using font-lock-face property (Bug#10835).
10172
10173 2012-02-19 Chong Yidong <cyd@gnu.org>
10174
10175 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10176 mode-line formats (Bug#10839).
10177
10178 2012-02-18 Glenn Morris <rgm@gnu.org>
10179
10180 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10181
10182 * mail/undigest.el (unforward-rmail-message): Doc fix.
10183
10184 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10185
10186 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10187
10188 * international/characters.el (script-list): Sync with the latest
10189 Unicode Character Database.
10190
10191 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10192
10193 * international/titdic-cnv.el: Remove duplicate coding tag.
10194 * language/cham.el: Likewise.
10195 * language/tai-viet.el: Likewise.
10196
10197 2012-02-18 Glenn Morris <rgm@gnu.org>
10198
10199 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10200 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10201 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10202 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10203 * calendar/holidays.el (holiday-bahai-holidays)
10204 (calendar-holidays, list-holidays):
10205 Use utf-8 Bahá'í in doc-strings, menus, etc.
10206
10207 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10208
10209 * saveplace.el (save-place-ignore-files-regexp): New variable
10210 allowing for excluding files from saving their location of point.
10211 The default value matches the temporary commit message editing
10212 files from Git, SVN, Bazaar, and Mercurial.
10213 (save-place-to-alist): Use it.
10214
10215 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10216 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * newcomment.el (uncomment-region-default): Don't leave extra space
10219 when an arg is provided (bug#8150).
10220
10221 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10222
10223 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10224
10225 2012-02-17 Glenn Morris <rgm@gnu.org>
10226
10227 * net/socks.el: Require network-stream. (Bug#10599)
10228
10229 2012-02-17 Kenichi Handa <handa@m17n.org>
10230
10231 * international/charprop.el:
10232 * international/uni-name.el:
10233 * international/uni-old-name.el:
10234 * international/uni-comment.el: Regenerate.
10235
10236 2012-02-16 Glenn Morris <rgm@gnu.org>
10237
10238 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10239 Interactively in calendar buffer, give an error if not on a date.
10240
10241 2012-02-15 Glenn Morris <rgm@gnu.org>
10242
10243 * shell.el (shell-delimiter-argument-list):
10244 Revert 2011-02-17 change. (Bug#8027)
10245
10246 2012-02-15 Chong Yidong <cyd@gnu.org>
10247
10248 * minibuffer.el (completion-at-point-functions): Doc fix.
10249
10250 * custom.el (defcustom): Doc fix; note use of defvar.
10251
10252 2012-02-15 Glenn Morris <rgm@gnu.org>
10253
10254 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10255 Doc fixes.
10256
10257 2012-02-14 Glenn Morris <rgm@gnu.org>
10258
10259 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10260
10261 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10262
10263 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10264 way the ports list is computed.
10265 (smtpmail-query-smtp-server): Prompt the user for a port number if
10266 we can't connect to any of the standard ports (bug#10810).
10267
10268 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10269
10270 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10271
10272 2012-02-13 Glenn Morris <rgm@gnu.org>
10273
10274 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10275
10276 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10277
10278 * net/gnutls.el (gnutls-trustfiles): New variable.
10279 (gnutls-negotiate): Use it.
10280
10281 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10282
10283 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10284 does its stuff if Gnus is running.
10285
10286 2012-02-13 Alan Mackenzie <acm@muc.de>
10287
10288 Fix a loop in c-set-fl-decl-start.
10289
10290 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10291 c-backward-syntactic-ws actually moves backwards.
10292
10293 2012-02-13 Leo Liu <sdl.web@gmail.com>
10294
10295 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10296 beginning so that all \C-o chars are removed.
10297
10298 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10299
10300 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10301
10302 2012-02-12 Alan Mackenzie <acm@muc.de>
10303
10304 Fix infinite loop with long macros.
10305 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10306
10307 2012-02-12 Chong Yidong <cyd@gnu.org>
10308
10309 * window.el (display-buffer): Doc fix (Bug#10785).
10310
10311 2012-02-12 Glenn Morris <rgm@gnu.org>
10312
10313 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10314 (x-disown-selection-internal, x-get-selection-internal):
10315 Sync docs with the xselect.c versions.
10316
10317 * allout-widgets.el: Add missing license notice.
10318
10319 2012-02-11 Glenn Morris <rgm@gnu.org>
10320
10321 * select.el (x-get-selection-internal, x-own-selection-internal)
10322 (x-disown-selection-internal):
10323 * x-dnd.el (x-get-selection-internal): Update declarations.
10324
10325 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10326
10327 * window.el (window-sides-slots):
10328 * tool-bar.el (tool-bar-position):
10329 * term/xterm.el (xterm-extra-capabilities):
10330 * ses.el (ses-self-reference-early-detection):
10331 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10332 (verilog-auto-wire-type)
10333 (verilog-auto-delete-trailing-whitespace)
10334 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10335 (verilog-auto-tieoff-declaration):
10336 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10337 (sql-oracle-statement-starters, sql-oracle-scan-on):
10338 * progmodes/prolog.el (prolog-align-comments-flag)
10339 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10340 (prolog-left-indent-regexp, prolog-paren-indent-p)
10341 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10342 (prolog-types, prolog-mode-specificators)
10343 (prolog-determinism-specificators, prolog-directives)
10344 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10345 (prolog-electric-dot-flag)
10346 (prolog-electric-dot-full-predicate-template)
10347 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10348 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10349 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10350 (prolog-program-switches, prolog-prompt-regexp)
10351 (prolog-debug-on-string, prolog-debug-off-string)
10352 (prolog-trace-on-string, prolog-trace-off-string)
10353 (prolog-zip-on-string, prolog-zip-off-string)
10354 (prolog-use-standard-consult-compile-method-flag)
10355 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10356 (prolog-imenu-max-lines, prolog-info-predicate-index)
10357 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10358 (prolog-char-quote-workaround):
10359 * progmodes/cc-vars.el (c-defun-tactic):
10360 * net/tramp.el (tramp-encoding-command-interactive)
10361 (tramp-local-end-of-line):
10362 * net/soap-client.el (soap-client):
10363 * net/netrc.el (netrc-file):
10364 * net/gnutls.el (gnutls):
10365 * minibuffer.el (completion-category-overrides)
10366 (completion-cycle-threshold)
10367 (completion-pcm-complete-word-inserts-delimiters):
10368 * man.el (Man-name-local-regexp):
10369 * mail/feedmail.el (feedmail-display-full-frame):
10370 * international/characters.el (glyphless-char-display-control):
10371 * eshell/em-ls.el (eshell-ls-date-format):
10372 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10373 (lisp-lambda-list-keyword-parameter-indentation)
10374 (lisp-lambda-list-keyword-parameter-alignment):
10375 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10376 * dired-x.el (dired-omit-verbose):
10377 * cus-theme.el (custom-theme-allow-multiple-selections):
10378 * calc/calc.el (calc-highlight-selections-with-faces)
10379 (calc-lu-field-reference, calc-lu-power-reference)
10380 (calc-note-threshold):
10381 * battery.el (battery-mode-line-limit):
10382 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10383 (archive-7z-update):
10384 * allout.el (allout-prefixed-keybindings)
10385 (allout-unprefixed-keybindings)
10386 (allout-inhibit-auto-fill-on-headline)
10387 (allout-flattened-numbering-abbreviation):
10388 * allout-widgets.el (allout-widgets-auto-activation)
10389 (allout-widgets-icons-dark-subdir)
10390 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10391 (allout-widgets-theme-dark-background)
10392 (allout-widgets-theme-light-background)
10393 (allout-widgets-item-image-properties-emacs)
10394 (allout-widgets-item-image-properties-xemacs)
10395 (allout-widgets-run-unit-tests-on-load)
10396 (allout-widgets-time-decoration-activity)
10397 (allout-widgets-hook-error-post-time)
10398 (allout-widgets-track-decoration):
10399 Add missing :version tags to new defcustoms and defgroups.
10400
10401 * progmodes/sql.el (sql-ansi-statement-starters)
10402 (sql-oracle-statement-starters): Add custom type.
10403
10404 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10405 (prolog-system-version): Give it a type.
10406
10407 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10408
10409 * term/pc-win.el (x-select-text, x-selection-owner-p)
10410 (x-own-selection-internal, x-disown-selection-internal)
10411 (x-get-selection-internal): Sync doc strings and argument lists
10412 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10413
10414 2012-02-11 Leo Liu <sdl.web@gmail.com>
10415
10416 * progmodes/python.el (python-end-of-statement): Fix infinite
10417 loop. (Bug#10788)
10418
10419 2012-02-10 Glenn Morris <rgm@gnu.org>
10420
10421 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10422 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10423
10424 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10425
10426 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10427 about SMTP before checking the From header.
10428
10429 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10430 into own function for reuse by emacsbug.el.
10431
10432 2012-02-10 Leo Liu <sdl.web@gmail.com>
10433
10434 * subr.el (condition-case-unless-debug): Rename from
10435 condition-case-no-debug. All callers changed.
10436 (with-demoted-errors): Fix caller.
10437
10438 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10439 * nxml/rng-valid.el (rng-do-some-validation):
10440 * emacs-lisp/package.el (package-refresh-contents)
10441 (package-menu-execute):
10442 * desktop.el (desktop-create-buffer):
10443 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10444
10445 2012-02-10 Glenn Morris <rgm@gnu.org>
10446
10447 * textmodes/bibtex.el:
10448 Add missing :version tags for new/changed defcustoms.
10449
10450 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10451
10452 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10453
10454 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10455 (smtpmail-via-smtp): Use it, or fall back on the From address.
10456 (smtpmail-send-it): Ditto.
10457
10458 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10461 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10462 (byte-compile-tmp-var): New const.
10463 (byte-compile-defvar): Use it to minimize .elc size.
10464 Just use `defvar' rather than simulate it (bug#10761).
10465
10466 2012-02-09 Glenn Morris <rgm@gnu.org>
10467
10468 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10469
10470 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10471 Add :version tags.
10472
10473 * progmodes/compile.el (compilation-error-screen-columns)
10474 (compilation-first-column, compilation-filter-start): Doc fixes.
10475
10476 * vc/log-view.el (log-view-toggle-entry-display):
10477 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10478
10479 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10480 (report-emacs-bug-can-use-xdg-email):
10481 (report-emacs-bug-insert-to-mailer): Doc fixes.
10482 (report-emacs-bug): Message fix.
10483
10484 * net/browse-url.el (browse-url-can-use-xdg-open)
10485 (browse-url-xdg-open): Doc fixes.
10486
10487 * electric.el (electric-indent-mode, electric-pair-mode)
10488 (electric-layout-rules, electric-layout-mode): Doc fixes.
10489 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10490
10491 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10492
10493 * server.el (server-unselect-display): Don't inadvertently kill
10494 the current buffer. (Bug#10729)
10495
10496 2012-02-08 Glenn Morris <rgm@gnu.org>
10497
10498 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10499 (sql-list-table): Doc fixes.
10500
10501 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10502 Comment out (does nothing).
10503
10504 * completion.el (dynamic-completion-mode):
10505 * dirtrack.el (dirtrack-debug-mode):
10506 * electric.el (electric-layout-mode):
10507 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10508 * face-remap.el (text-scale-mode, buffer-face-mode):
10509 * iimage.el (iimage-mode):
10510 * image-mode.el (image-transform-mode):
10511 * minibuffer.el (completion-in-region-mode):
10512 * scroll-lock.el (scroll-lock-mode):
10513 * simple.el (next-error-follow-minor-mode):
10514 * tar-mode.el (tar-subfile-mode):
10515 * tooltip.el (tooltip-mode):
10516 * vcursor.el (vcursor-use-vcursor-map):
10517 * wid-browse.el (widget-minor-mode):
10518 * emulation/tpu-edt.el (tpu-edt-mode):
10519 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10520 * international/iso-ascii.el (iso-ascii-mode):
10521 * language/thai-util.el (thai-word-mode):
10522 * mail/supercite.el (sc-minor-mode):
10523 * net/goto-addr.el (goto-address-mode):
10524 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10525 * progmodes/cwarn.el (cwarn-mode):
10526 * progmodes/flymake.el (flymake-mode):
10527 * progmodes/glasses.el (glasses-mode):
10528 * progmodes/hideshow.el (hs-minor-mode):
10529 * progmodes/pascal.el (pascal-outline-mode):
10530 * textmodes/enriched.el (enriched-mode):
10531 * vc/smerge-mode.el (smerge-mode):
10532 Doc fixes (minor mode argument).
10533
10534 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10535
10536 * ls-lisp.el (ls-lisp-sanitize): New function.
10537 (ls-lisp-insert-directory): Use it to fix or remove any elements
10538 in file-alist with missing attributes. (Bug#4673)
10539
10540 2012-02-07 Alan Mackenzie <acm@muc.de>
10541
10542 Fix spurious recognition of c-in-knr-argdecl.
10543
10544 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10545 putative K&R region.
10546
10547 2012-02-07 Alan Mackenzie <acm@muc.de>
10548
10549 * progmodes/cc-engine.el (c-forward-objc-directive):
10550 Prevent looping in "#pragma mark @implementation".
10551
10552 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10553
10554 * notifications.el (notifications-on-closed-signal): Make `reason'
10555 optional. (Bug#10744)
10556
10557 2012-02-07 Glenn Morris <rgm@gnu.org>
10558
10559 * emacs-lisp/easy-mmode.el (define-minor-mode):
10560 Doc fixes for the macro and the mode it defines.
10561
10562 * image.el (imagemagick-types-inhibit): Doc fix.
10563
10564 * cus-start.el (imagemagick-render-type): Add it.
10565
10566 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10567
10568 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10569 Set the default at load time, too, so that `font-lock-fontify-buffer'
10570 can be called without setting up the entire mode first. This fixes
10571 a bug in `mm-inline-text' with C MIME parts.
10572
10573 2012-02-06 Chong Yidong <cyd@gnu.org>
10574
10575 * simple.el (list-processes--refresh): Delete exited processes
10576 (Bug#8094).
10577
10578 * comint.el (comint-next-prompt): next-single-char-property-change
10579 and prev-single-char-property-change never return nil (Bug#8657).
10580
10581 * custom.el (defcustom): Doc fix (Bug#9711).
10582
10583 2012-02-05 Chong Yidong <cyd@gnu.org>
10584
10585 * cus-edit.el (custom-variable-reset-backup): Quote the value
10586 before storing it in the customized-value property (Bug#6712).
10587 (custom-display): Add a customization type tag.
10588 (custom-buffer-create-internal): Improve tooltip message.
10589
10590 * wid-edit.el (widget-field-value-get): New optional arg to
10591 suppress trailing whitespace truncation.
10592 (character): Use it (Bug#2689).
10593
10594 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10595
10596 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10597 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10598
10599 2012-02-05 Chong Yidong <cyd@gnu.org>
10600
10601 * cus-edit.el (custom-variable-value-create): For mismatched
10602 types, show the current value (Bug#7600).
10603
10604 * custom.el (defcustom): Doc fix.
10605
10606 2012-02-05 Glenn Morris <rgm@gnu.org>
10607
10608 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10609
10610 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10611
10612 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10613 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10614 (pp-last-sexp): Use `looking-at-p'.
10615
10616 2012-02-04 Glenn Morris <rgm@gnu.org>
10617
10618 * files.el (revert-buffer):
10619 Doc fix (mention revert-buffer-in-progress-p).
10620
10621 * emacs-lisp/ert-x.el (ert-simulate-command):
10622 Check deferred-action-list (which is obsolete) is bound.
10623
10624 * subr.el (with-wrapper-hook): Doc fixes.
10625
10626 * simple.el (filter-buffer-substring-functions)
10627 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10628
10629 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10630
10631 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10632 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10633
10634 2012-02-04 Leo Liu <sdl.web@gmail.com>
10635
10636 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10637
10638 2012-02-04 Glenn Morris <rgm@gnu.org>
10639
10640 * image.el (image-extension-data): Add obsolete alias.
10641
10642 * isearch.el (isearch-update): Doc fix.
10643
10644 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10645
10646 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10647
10648 2012-02-03 Glenn Morris <rgm@gnu.org>
10649
10650 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10651 (image-animate-timeout): Doc fix.
10652
10653 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10654
10655 2012-02-02 Glenn Morris <rgm@gnu.org>
10656
10657 * server.el (server-auth-dir): Doc fix.
10658 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10659
10660 * subr.el (run-mode-hooks): Doc fix.
10661
10662 2012-02-02 Juri Linkov <juri@jurta.org>
10663
10664 * image-mode.el (image-toggle-display-image): Remove tautological
10665 `major-mode' from the `derived-mode-p' test.
10666
10667 2012-02-02 Kenichi Handa <handa@m17n.org>
10668
10669 * composite.el (compose-region): Cancel previous change.
10670
10671 2012-02-02 Kenichi Handa <handa@m17n.org>
10672
10673 * composite.el (compose-region, compose-string): Signal error for
10674 a null string component (Bug#6988).
10675
10676 2012-02-01 Chong Yidong <cyd@gnu.org>
10677
10678 * view.el (view-buffer-other-window, view-buffer-other-frame):
10679 Handle special modes like view-buffer (Bug#10650).
10680 (view-buffer): Simplify.
10681
10682 * frame.el (set-frame-font): Tweak meaning of third argument.
10683
10684 * dynamic-setting.el (font-setting-change-default-font):
10685 Use set-frame-font (Bug#9982).
10686
10687 2012-02-01 Glenn Morris <rgm@gnu.org>
10688
10689 * progmodes/compile.el (compilation-internal-error-properties):
10690 Respect compilation-first-column in the "*compilation*" buffer.
10691
10692 * emacs-lisp/easy-mmode.el (define-minor-mode):
10693 Relax :variable's test for a named function.
10694
10695 2012-01-31 Alan Mackenzie <acm@muc.de>
10696
10697 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10698 off by one error.
10699
10700 2012-01-31 Chong Yidong <cyd@gnu.org>
10701
10702 * frame.el (set-frame-font): New arg ALL-FRAMES.
10703
10704 * menu-bar.el (menu-set-font): Use set-frame-font.
10705
10706 * faces.el (face-spec-reset-face): Don't apply unspecified
10707 attribute values to the default face.
10708
10709 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * progmodes/cwarn.el (cwarn): Remove dead link.
10712 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10713 Remove * from defcustom docstrings.
10714 (turn-on-cwarn-mode): Make obsolete.
10715 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10716 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10717
10718 2012-01-31 Glenn Morris <rgm@gnu.org>
10719
10720 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10721 Fix :variable handling of mode a symbol not equal to modefun.
10722 Allow named functions to be used as the cdr of :variable.
10723
10724 2012-01-30 Glenn Morris <rgm@gnu.org>
10725
10726 * emacs-lisp/authors.el (authors-fixed-entries):
10727 Remove reference to deleted file rnewspost.el.
10728
10729 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10730
10731 * window.el (window-with-parameter): Remove unused variable `windows'.
10732 (window--side-check): Remove unused variable `code'.
10733 (window--resize-siblings): Remove unused variable `first'.
10734 (adjust-window-trailing-edge): Remove unused variable `failed'.
10735 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10736 Use `let', not `let*'.
10737 (balance-windows-2): Remove unused variable `found'.
10738 (window--state-put-2): Remove unused variable `splits'.
10739 (window-state-put): Remove unused variable `selected'.
10740 (same-window-p): Use `string-match-p'.
10741 (display-buffer-assq-regexp): Remove unused variable `value'.
10742 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10743 Mark argument ALIST as ignored.
10744 (pop-to-buffer): Remove unused variable `old-window'.
10745
10746 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10747
10748 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10749 and .lzma compressed files.
10750
10751 2012-01-29 Chong Yidong <cyd@gnu.org>
10752
10753 * frame.el (window-system-default-frame-alist): Doc fix.
10754
10755 * dynamic-setting.el (font-setting-change-default-font): Don't
10756 change the default face if SET-FONT argument is non-nil (Bug#9982).
10757
10758 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10759
10760 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10761
10762 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10763
10764 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10765 breakpoints in files outside current directory (Bug#6098).
10766
10767 2012-01-29 Chong Yidong <cyd@gnu.org>
10768
10769 * progmodes/python.el: Require ansi-color at top-level.
10770
10771 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10772 Define and use in Emacs Lisp mode (Bug#9360).
10773 (lisp-mode-abbrev-table): Add doc.
10774 (lisp-mode-variables): Don't set local-abbrev-table.
10775 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10776
10777 2012-01-28 Roland Winkler <winkler@gnu.org>
10778
10779 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10780
10781 2012-01-28 Roland Winkler <winkler@gnu.org>
10782
10783 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10784 (bibtex-set-dialect): Use it. Either set global values of
10785 dialect-dependent variables or bind these variables buffer-locally
10786 (Bug#10254).
10787 (bibtex-mode): Call bibtex-set-dialect via
10788 hack-local-variables-hook.
10789 (bibtex-dialect): Update docstring.
10790 Add safe-local-variable predicate.
10791 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10792 bibtex-set-dialect.
10793 (bibtex-mode-map): Define menu for each dialect.
10794 (bibtex-entry): Fix docstring.
10795
10796 2012-01-28 Chong Yidong <cyd@gnu.org>
10797
10798 * eshell/esh-arg.el (eshell-quote-argument): New function.
10799
10800 * eshell/esh-ext.el (eshell-invoke-batch-file):
10801 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10802 first arg to eshell-parse-command (Bug#10523).
10803
10804 2012-01-28 Drew Adams <drew.adams@oracle.com>
10805
10806 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10807 `default-directory' is non-nil.
10808
10809 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10810
10811 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10812 line that displays system-configuration-options. (Bug#9924)
10813
10814 2012-01-28 Drew Adams <drew.adams@oracle.com>
10815
10816 * descr-text.el (describe-char): Show information about POS, in
10817 addition to information about the character at POS. Improve and
10818 update the doc string. Change "code point" to "code point in
10819 charset", to avoid confusion with the character's Unicode code
10820 point shown above that. (Bug#10129)
10821
10822 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10823
10824 * descr-text.el (describe-char): Show the raw character, not only
10825 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10826 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10827 for the reasons.
10828
10829 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10830
10831 * emacs-lisp/package.el (package-install):
10832 Run package-refresh-contents if there is no archive yet (Bug#9798).
10833
10834 2012-01-28 Chong Yidong <cyd@gnu.org>
10835
10836 * emacs-lisp/package.el (package-maybe-load-descriptor):
10837 New function, split from package-maybe-load-descriptor.
10838 (package-maybe-load-descriptor): Use it.
10839 (package-download-transaction): Fully load required packages
10840 inside the loop, so that `require' calls work (Bug#10593).
10841 (package-install): No need to call package-initialize now.
10842
10843 2012-01-28 Chong Yidong <cyd@gnu.org>
10844
10845 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10846
10847 * tooltip.el (tooltip-mode): Doc fix.
10848 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10849
10850 * frame.el (set-cursor-color): Doc fix (Bug#352).
10851
10852 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10853 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10854
10855 * cus-edit.el (custom-buffer-create-internal): Fix search button
10856 action (Bug#10542).
10857 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10858
10859 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10860
10861 * dired.el (dired-mark-files-regexp):
10862 Include any subdirectory components. (Bug#10445)
10863
10864 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10865
10866 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10867 Handle [host]:port syntax. (Bug#10533)
10868
10869 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10870
10871 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10872
10873 2012-01-26 Glenn Morris <rgm@gnu.org>
10874
10875 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10876 * term.el (term-raw-escape-map): Use Control-X-prefix.
10877 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10878
10879 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10880
10881 * window.el (window-state-get, window--state-get-1): Don't deal
10882 with fixed-sizeness of windows. Simplify code.
10883
10884 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10885
10886 * window.el (window--state-get-1, window--state-put-2):
10887 Don't save and restore the mark.
10888
10889 2012-01-25 Chong Yidong <cyd@gnu.org>
10890
10891 * custom.el (custom-variable-p): Doc fix.
10892
10893 2012-01-25 Glenn Morris <rgm@gnu.org>
10894
10895 * dired.el (dired-goto-file): Handle some of the more common
10896 characters that `ls -b' escapes. (Bug#10596)
10897
10898 * progmodes/compile.el (compilation-next-error-function):
10899 Respect compilation-first-column in the "*compilation*" buffer.
10900 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10901
10902 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10903
10904 2012-01-24 Glenn Morris <rgm@gnu.org>
10905
10906 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10907
10908 2012-01-24 Julien Danjou <julien@danjou.info>
10909
10910 * color.el (color-rgb-to-hsl): Fix value computing.
10911 (color-hue-to-rgb): New function.
10912 (color-hsl-to-rgb): New function.
10913 (color-clamp, color-saturate-hsl, color-saturate-name)
10914 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10915 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10916
10917 2012-01-24 Glenn Morris <rgm@gnu.org>
10918
10919 * vc/vc-rcs.el (vc-rcs-create-tag):
10920 * vc/vc-sccs.el (vc-sccs-create-tag):
10921 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10922
10923 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10924
10925 * eshell/esh-util.el (eshell-read-hosts-file):
10926 Skip comment lines. (Bug#10549)
10927
10928 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10929
10930 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * subr.el (display-delayed-warnings): Doc fix.
10933 (collapse-delayed-warnings): New function to collapse identical
10934 adjacent warnings.
10935 (delayed-warnings-hook): Add it.
10936
10937 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10940
10941 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10942 (tramp-default-user-alist): Don't add "pscp".
10943 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10944 property "login-as", if set. (Bug#10530)
10945
10946 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10947
10948 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10949 "plink1" and "psftp". (Bug#10530)
10950
10951 2012-01-21 Kenichi Handa <handa@m17n.org>
10952
10953 * international/mule-cmds.el (prefer-coding-system): Show a
10954 warning message if the default value of file-name-coding-system
10955 was not changed.
10956
10957 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10958
10959 * windmove.el (windmove-reference-loc):
10960 Fix windmove-reference-loc miscalculation.
10961
10962 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10963
10964 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10965 default unit.
10966
10967 2012-01-21 Glenn Morris <rgm@gnu.org>
10968
10969 * international/mule.el (auto-coding-alist): Add .tbz.
10970
10971 * files.el (local-enable-local-variables): Doc fix.
10972 (inhibit-local-variables-regexps): Rename from
10973 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10974 Doc fix. Add some extensions from auto-coding-alist.
10975 (inhibit-local-variables-suffixes):
10976 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10977 (inhibit-local-variables-p):
10978 New function, extracted from set-auto-mode-1.
10979 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10980 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10981 (hack-local-variables): Doc fix. Make the mode-only case
10982 respect enable-local-variables and friends.
10983 Respect inhibit-local-variables-regexps for file-locals, but
10984 not for directory-locals.
10985 (set-visited-file-name):
10986 Take account of inhibit-local-variables-regexps.
10987 Whether it applies may change as the file name is changed.
10988 * jka-cmpr-hook.el (jka-compr-install):
10989 * jka-compr.el (jka-compr-uninstall):
10990 Update for inhibit-first-line-modes-suffixes name change.
10991
10992 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10993
10994 * help-macro.el (make-help-screen): Temporarily restore original
10995 binding for minor-mode-map-alist (Bug#10454).
10996
10997 2012-01-19 Julien Danjou <julien@danjou.info>
10998
10999 * color.el (color-name-to-rgb): Use the white color to find the max
11000 color component value and return correctly computed values.
11001 (color-name-to-rgb): Add missing float conversion for max value.
11002
11003 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11004
11005 * window.el (window--state-get-1, window-state-get): Do not use
11006 special state value for window-persistent-parameters.
11007 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11008 (window--state-put-2): Reset all window parameters to nil before
11009 assigning values of persistent parameters.
11010
11011 2012-01-18 Alan Mackenzie <acm@muc.de>
11012
11013 Eliminate sluggishness and hangs in fontification of "semicolon
11014 deserts".
11015
11016 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11017 Change value 10000 -> 3000.
11018 (c-state-safe-place): Reformulate so it doesn't stack up an
11019 infinite number of wrong entries in c-state-nonlit-pos-cache.
11020 (c-determine-limit-get-base, c-determine-limit): New functions to
11021 determine backward search limits disregarding literals.
11022 (c-find-decl-spots): Amend commenting.
11023 (c-cheap-inside-bracelist-p): New function which detects "={".
11024
11025 * progmodes/cc-fonts.el
11026 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11027 backward search.
11028 (c-font-lock-declarations): Fix an occurrence of point being
11029 undefined. Check additionally for point being in a bracelist or
11030 near a macro invocation without a semicolon so as to avoid a
11031 fruitless time consuming search for a declarator. Give a more
11032 precise search limit for declarators using the new
11033 c-determine-limit.
11034
11035 2012-01-18 Glenn Morris <rgm@gnu.org>
11036
11037 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11038 (set-auto-mode): Doc fixes.
11039
11040 2012-01-17 Glenn Morris <rgm@gnu.org>
11041
11042 * isearch.el (search-nonincremental-instead): Fix doc typo.
11043
11044 * dired.el (dired-insert-directory): Handle newlines in directory name.
11045 (dired-build-subdir-alist): Unescape newlines in directory name.
11046
11047 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11048
11049 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11050 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11051 (tramp-action-terminal): Use it. (Bug#10530)
11052
11053 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11056
11057 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11058
11059 * window.el (window-state-ignored-parameters): Remove variable.
11060 (window--state-get-1): Rename argument MARKERS to IGNORE.
11061 Handle persistent window parameters. Make copy of clone-of
11062 parameter only if requested. (Bug#10348)
11063 (window--state-put-2): Install a window parameter only if it has
11064 a non-nil value or an existing parameter shall be overwritten.
11065
11066 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11067
11068 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11069
11070 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11071
11072 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11073 don't pass the (nil) value of `upnode' to string-match.
11074
11075 2012-01-14 Chong Yidong <cyd@gnu.org>
11076
11077 * startup.el (command-line): Fix X resource class for cursorColor.
11078 Fix values recognized by the cursorBlink resource.
11079
11080 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11081
11082 * epg.el (epg--make-temp-file): Avoid permission race condition
11083 when running on old Emacs versions (bug#10403).
11084
11085 2012-01-14 Glenn Morris <rgm@gnu.org>
11086
11087 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11088
11089 2012-01-13 Alan Mackenzie <acm@muc.de>
11090
11091 Fix filling for when filladapt mode is enabled.
11092
11093 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11094 c-mask-paragraph, pass in `fill-paragraph' rather than
11095 `fill-region-as-paragraph'. (This is a reversion of a previous
11096 change.)
11097 * progmodes/cc-mode.el (c-basic-common-init):
11098 Make fill-paragraph-handle-comment buffer local and set it to nil.
11099
11100 2012-01-13 Glenn Morris <rgm@gnu.org>
11101
11102 * dired.el (dired-switches-escape-p): New function.
11103 (dired-insert-directory): Use dired-switches-escape-p.
11104 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11105
11106 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11107
11108 2012-01-12 Glenn Morris <rgm@gnu.org>
11109
11110 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11111 changes in adaptive-fill-regexp. (Bug#10276)
11112
11113 2012-01-11 Alan Mackenzie <acm@muc.de>
11114
11115 Fix Emacs bug #10463 - put `widen's around the critical spots.
11116
11117 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11118 widen around each invocation of c-state-pp-to-literal. Remove an
11119 unused let variable.
11120
11121 2012-01-11 Glenn Morris <rgm@gnu.org>
11122
11123 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11124 Doc fix.
11125
11126 2012-01-10 Chong Yidong <cyd@gnu.org>
11127
11128 * net/network-stream.el (network-stream-open-starttls):
11129 Avoid emitting a confusing error message when the server gives a bad
11130 response to the capability command.
11131
11132 2012-01-10 Glenn Morris <rgm@gnu.org>
11133
11134 * mail/unrmail.el (unrmail): Tweak previous change.
11135
11136 2012-01-09 Chong Yidong <cyd@gnu.org>
11137
11138 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11139
11140 2012-01-08 Alan Mackenzie <acm@muc.de>
11141
11142 Optimise font locking in long enum definitions.
11143
11144 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11145 arm to a cond form to handle enums.
11146 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11147 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11148
11149 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11150
11151 * files.el (move-file-to-trash): Preserve default file modes on error.
11152 (Bug#10401)
11153
11154 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11155
11156 * faces.el (set-face-attribute): Clarify the meaning of the nil
11157 frame (bug#10294).
11158
11159 * subr.el (with-selected-frame): Mention that the selected frame
11160 is restored (bug#9980).
11161
11162 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11163 (bug#9759).
11164
11165 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11166 (password-read): Don't autoload unused function.
11167
11168 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * progmodes/which-func.el (which-func-mode): Turn into a
11171 non-interactive function and mark as obsolete (bug#10428).
11172
11173 2012-01-06 Chong Yidong <cyd@gnu.org>
11174
11175 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11176 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11177 functions, along with 1 and -1.
11178
11179 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11180
11181 * time.el (display-time-load-average)
11182 (display-time-default-load-average): Doc fixes. See the thread
11183 starting at
11184 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11185 for the details.
11186
11187 2012-01-06 Glenn Morris <rgm@gnu.org>
11188
11189 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11190 has no messages. (Bug#10377)
11191
11192 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11193 than Info-edit. (Bug#10385)
11194
11195 * time.el (display-time-load-average, display-time-next-load-average):
11196 Doc fixes.
11197
11198 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11199 local setting of buffer-read-only to the input buffer. (Bug#10419)
11200
11201 * calendar/calendar.el (calendar-mode):
11202 Locally set scroll-margin to 0. (Bug#10379)
11203
11204 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11205
11206 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11207
11208 2012-01-05 Glenn Morris <rgm@gnu.org>
11209
11210 * eshell/em-unix.el (diff-no-select): Autoload it.
11211 (eshell/diff): Use diff-no-select. (Bug#10420)
11212
11213 2012-01-05 Chong Yidong <cyd@gnu.org>
11214
11215 * shell.el (shell-dynamic-complete-functions): Revert last change.
11216 (shell-command-completion-function): New function.
11217 (shell-completion-vars): Use it to implement
11218 shell-completion-execonly (Bug#10417).
11219
11220 * custom.el (enable-theme): Don't set custom-safe-themes.
11221
11222 * cus-theme.el (custom-theme-merge-theme):
11223 Ignore custom-enabled-themes and custom-safe-themes.
11224
11225 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11226
11227 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11228 first prompt in `sql-interacive-mode'.
11229 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11230 keywords.
11231 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11232 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11233 context of original buffer. Invoke `sql-login-hook'.
11234
11235 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11236
11237 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11238 letters in cite-prefix.
11239
11240 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11241
11242 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11243
11244 2012-01-03 Chong Yidong <cyd@gnu.org>
11245
11246 * shell.el (shell-dynamic-complete-functions):
11247 Put pcomplete-completions-at-point, so as to try
11248 comint-filename-completion first (Bug#10417).
11249
11250 2012-01-02 Richard Stallman <rms@gnu.org>
11251
11252 * battery.el (battery-status-function):
11253 Detect when to use battery-yeeloong-sysfs.
11254 (battery-echo-area-format): Add string for Yeeloong.
11255 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11256 (battery-yeeloong-sysfs): New function.
11257
11258 2012-01-02 Chong Yidong <cyd@gnu.org>
11259
11260 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11261 (dirtrack): Merge code for handling relative filenames in prompt
11262 from shell-dir-cookie-watcher.
11263 (dirtrack-debug-message): New arg to avoid excess format calls.
11264
11265 * shell.el (shell-dir-cookie-re): Variable deleted.
11266 (shell-dir-cookie-watcher): Function deleted.
11267 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11268 with dirtrack-mode.
11269
11270 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11271
11272 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11273 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11274 libgnutls-26.dll.
11275
11276 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11277
11278 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11279
11280 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11281
11282 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11283 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11284
11285 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11286
11287 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11288 also for alternative shells.
11289 (tramp-open-connection-setup-interactive-shell): Check, whether
11290 the shell is a busybox.
11291 (tramp-send-command): Don't suppress multiple prompts for
11292 busyboxes, it hurts.
11293
11294 2011-12-28 Chong Yidong <cyd@gnu.org>
11295
11296 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11297 (gdb-get-source-file): Move mode line update to
11298 gdb-get-source-file (Bug#10087).
11299
11300 2011-12-25 Chong Yidong <cyd@gnu.org>
11301
11302 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11303 gud-gdb-marker-filter without taking it as an argument.
11304 (gud-gdb-run-command-fetch-lines): Caller changed.
11305 (gud-gdb-completion-function): New variable.
11306 (gud-gdb-completion-at-point): Use it.
11307 (gud-gdb-completions-1): Split from gud-gdb-completions.
11308
11309 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11310 function as separate arguments.
11311 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11312 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11313 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11314 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11315 (gdb-stopped, def-gdb-auto-update-trigger)
11316 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11317 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11318 Callers changed.
11319 (gud-gdbmi-completions): New function.
11320 (gdb): Use it for generating the completion table.
11321
11322 2011-12-24 Alan Mackenzie <acm@muc.de>
11323
11324 Introduce a mechanism to widen the region used in context font
11325 locking. Use this to protect declarations from losing their contexts.
11326
11327 * progmodes/cc-langs.el (c-before-font-lock-functions):
11328 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11329 (c-before-context-fontification-functions): New defvar, a list of
11330 functions to be run just before context (etc.) font locking.
11331
11332 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11333 New, functionality extracted from
11334 c-neutralize-syntax-in-and-mark-CPP.
11335 (c-in-after-change-fontification): New variable.
11336 (c-after-change): Set c-in-after-change-fontification.
11337 (c-set-fl-decl-start): Rejig its interface, so it can be called
11338 from both after-change and context fontifying.
11339 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11340 New functions.
11341 (c-standard-font-lock-fontify-region-function): New variable.
11342 (c-font-lock-fontify-region): New function.
11343
11344 2011-12-24 Juri Linkov <juri@jurta.org>
11345
11346 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11347 (Bug#10348)
11348
11349 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11350
11351 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11352 existence of source file. (Bug#10325)
11353
11354 2011-12-23 Alan Mackenzie <acm@muc.de>
11355
11356 Fix unstable fontification inside templates.
11357
11358 * progmodes/cc-langs.el (c-before-font-lock-functions):
11359 Newly created from the singular version. The (c c++ objc) entry now
11360 additionally has c-set-fl-decl-start. The other languages (apart
11361 from AWK) have that as a single entry.
11362
11363 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11364 The functionality for "local" declarations has been extracted to
11365 c-set-fl-decl-start.
11366
11367 * progmodes/cc-mode.el (c-common-init, c-after-change):
11368 Changes due to pluralisation of c-before-font-lock-functions.
11369 (c-set-fl-decl-start): New function, extracted from
11370 c-font-lock-enclosing-decls and enhanced.
11371
11372 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11373
11374 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11375
11376 2011-12-22 Juri Linkov <juri@jurta.org>
11377
11378 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11379
11380 2011-12-22 Chong Yidong <cyd@gnu.org>
11381
11382 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11383
11384 2011-12-21 Drew Adams <drew.adams@oracle.com>
11385
11386 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11387
11388 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11389
11390 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11391
11392 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11393
11394 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11395 highlighting and support. Fix up comments for capitalization.
11396 (cfengine-mode-debug): New var.
11397 (cfengine3-mode): Change the modeline indicator to "CFE3".
11398 (cfengine3-font-lock-keywords): Improve defun highlighting.
11399 (cfengine2-actions): Rename from `cfengine-actions'.
11400 (cfengine2-font-lock-keywords): Rename from
11401 `cfengine-font-lock-keywords'.
11402 (cfengine2-imenu-expression): Rename from
11403 `cfengine-imenu-expression'.
11404 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11405 (cfengine2-beginning-of-defun): Rename from
11406 `cfengine-beginning-of-defun'.
11407 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11408 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11409 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11410 modeline indicator to "CFE2".
11411 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11412 (cfengine-mode-abbrevs): Mark obsolete.
11413
11414 2011-12-21 Chong Yidong <cyd@gnu.org>
11415
11416 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11417 filename argument.
11418
11419 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11420
11421 * window.el (window-normalize-buffer-to-display): Remove.
11422 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11423
11424 2011-12-19 Chong Yidong <cyd@gnu.org>
11425
11426 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11427 Don't signal an error in a predicate function; return non-nil.
11428 (vc-dir-mark-file): Move the error here.
11429 (vc-dir-mark-unmark): If acting on the region, keep going if one
11430 of the entries cannot be marked/unmarked.
11431 (vc-dir-mark-all-files): If current entry is a directory, mark
11432 only child files, as documented.
11433
11434 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11435
11436 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11437 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11438 addition.
11439
11440 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11441
11442 * term/ns-win.el (ns-get-selection-internal)
11443 (ns-store-selection-internal): Declare.
11444 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11445 Declare as obsolete.
11446 (ns-get-pasteboard, ns-paste-secondary):
11447 Use ns-get-selection-internal.
11448 (ns-set-pasteboard, ns-copy-including-secondary):
11449 Use ns-store-selection-internal.
11450
11451 2011-12-17 Chong Yidong <cyd@gnu.org>
11452
11453 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11454 (vc-deduce-fileset): Doc fix.
11455
11456 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11457
11458 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11459
11460 2011-12-13 Sam Steingold <sds@gnu.org>
11461
11462 * man.el (Man-getpage-in-background): When running under a
11463 window-system, ignore $MANWIDTH and $COLUMNS.
11464
11465 2011-12-15 Kenichi Handa <handa@m17n.org>
11466
11467 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11468 (setup-ethiopic-environment-internal): Comment out key-binding for
11469 ethio-toggle-punctuation.
11470
11471 2011-12-13 Alan Mackenzie <acm@muc.de>
11472
11473 Add the switch statement to AWK Mode.
11474
11475 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11476 "default" to the keywords regexp.
11477
11478 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11479 expression as the rest.
11480 (c-nonlabel-token-key): Allow string literals for AWK.
11481 Refactor for the other modes.
11482
11483 Large brace-block initialisation makes CC Mode slow: Fix.
11484 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11485 routines. Limit backward searching in c-font-lock-enclosing.decl.
11486
11487 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11488 pp-state and literal type in addition to the limits.
11489 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11490 (c-state-literal-at): Use the above new defun.
11491 (c-slow-in-literal, c-fast-in-literal): Remove.
11492 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11493
11494 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11495 being in a literal. Add a limit for backward searching.
11496
11497 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11498 c-slow-in-literal.
11499
11500 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11503
11504 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11505
11506 * window.el (delete-other-windows): Use correct frame in call to
11507 window-with-parameter.
11508
11509 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11510
11511 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11512 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11513 (makefile-gmake-statements, makefile-makepp-statements):
11514 Use it and add new makepp keywords.
11515 (makefile-makepp-font-lock-keywords): Add new patterns.
11516 (makefile-match-function-end): Match new [...] and [[...]].
11517
11518 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11519
11520 * ses.el (ses-call-printer-return, ses-cell-property-get)
11521 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11522 (ses-create-cell-variable, ses-reset-header-string)
11523 (ses-cell-set-formula, ses-repair-cell-reference-all)
11524 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11525 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11526 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11527 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11528 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11529 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11530 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11531 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11532 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11533 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11534 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11535 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11536
11537 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11538
11539 * ses.el: The overall change is to add cell renaming, that is
11540 setting fancy names for cell symbols other than name matching
11541 "\\`[A-Z]+[0-9]+\\'" regexp .
11542 (ses-create-cell-variable): New defun.
11543 (ses-relocate-formula): Relocate formulas only for cells the
11544 symbols of which are not renamed, i.e. symbols whose names do not
11545 match regexp "\\`[A-Z]+[0-9]+\\'".
11546 (ses-relocate-all): Relocate values only for cells the symbols of
11547 which are not renamed.
11548 (ses-load): Create cells variables as the (ses-cell ...) are read,
11549 in order to check row col consistency with cell symbol name only
11550 for cells that are not renamed.
11551 (ses-replace-name-in-formula): New defun.
11552 (ses-rename-cell): New defun.
11553
11554 2011-12-11 Chong Yidong <cyd@gnu.org>
11555
11556 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11557 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11558
11559 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11560
11561 * window.el (other-window): Fix docstring.
11562
11563 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11564
11565 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11566 `from' or `to' address before taking its substring.
11567 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11568 encoded name is chopped in the middle of the encoded string, and
11569 thus displayed encoded.
11570
11571 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11572
11573 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11574
11575 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11576
11577 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11578 to use texinfo-update-node and commands that call it if the
11579 Texinfo file uses @node lines without next/prev/up pointers.
11580 Correct outdated description about texinfo-master-menu.
11581 (texinfo-all-menus-update, texinfo-master-menu)
11582 (texinfo-update-node, texinfo-every-node-update)
11583 (texinfo-multiple-files-update): Doc fix. Warn against updating
11584 all the @node lines.
11585 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11586 argument is numeric. Explain better in the doc string what the
11587 function really does.
11588 (texinfo-insert-master-menu-list): Improve the error message
11589 displayed if there's no menu in the Top node.
11590 (Bug#2975) See also this thread:
11591 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11592
11593 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11594
11595 * speedbar.el (speedbar-supported-extension-expressions):
11596 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11597
11598 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11599
11600 * printing.el (pr-mode-alist):
11601 * simple.el (filter-buffer-substring-functions)
11602 (completion-list-insert-choice-function):
11603 * window.el (window-with-parameter, window-atom-root)
11604 (window-sides-slots, window-size-fixed, window-min-delta)
11605 (window-max-delta, window--resize-mini-window)
11606 (window--resize-child-windows-normal, window-tree)
11607 (delete-other-windows, quit-window, split-window)
11608 (display-buffer-record-window, special-display-buffer-names)
11609 (special-display-regexps, special-display-popup-frame)
11610 (same-window-p, split-window-sensibly)
11611 (display-buffer-overriding-action, display-buffer-alist)
11612 (display-buffer-base-action, display-buffer, switch-to-buffer)
11613 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11614 (fit-window-to-buffer, recenter-positions)
11615 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11616 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11617 and remove unneeded backslashes in docstrings.
11618
11619 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11622
11623 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11624 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11625 end in ".mk".
11626 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11627 when reading the makefile (bug#10116).
11628
11629 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11632 (bug#10116).
11633
11634 2011-12-06 Glenn Morris <rgm@gnu.org>
11635
11636 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11637
11638 2011-12-06 Chong Yidong <cyd@gnu.org>
11639
11640 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11641
11642 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11643
11644 * textmodes/table.el (table-shorten-cell): Fix typo.
11645
11646 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11647
11648 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11649
11650 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11651
11652 * descr-text.el (describe-char): Fix display of strong
11653 right-to-left characters and directional embeddings and overrides.
11654
11655 * simple.el (what-cursor-position): Fix display of codepoints of
11656 strong right-to-left characters.
11657
11658 2011-12-05 Chong Yidong <cyd@gnu.org>
11659
11660 * faces.el (read-color): Doc fix.
11661
11662 2011-12-05 Glenn Morris <rgm@gnu.org>
11663
11664 * align.el (align--set-marker): Add doc-string.
11665 Don't try to move something that is not a marker. (Bug#10216)
11666
11667 2011-12-04 Glenn Morris <rgm@gnu.org>
11668
11669 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11670 overly zealous deletion of trailing whitespace.
11671
11672 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * server.el (server-delete-client): On Windows, do not try to delete
11675 the only terminal.
11676 (server-process-filter): On Windows, treat requests for a tty frame as
11677 if they were for a GUI frame if the running server is in GUI mode.
11678
11679 2011-12-03 Glenn Morris <rgm@gnu.org>
11680
11681 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11682
11683 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * electric.el: Streamline electric-indent's hook.
11686 (electric-indent-chars): Revert to simple list.
11687 (electric-indent-functions): New var.
11688 (electric-indent-post-self-insert-function): Use it.
11689
11690 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11691 there's no inferior buffer (bug#10196).
11692 (prolog-consult-compile): Don't use toggle-read-only.
11693
11694 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11695
11696 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11697 interrupt. (Bug#10187)
11698
11699 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11702 (bug#9160).
11703
11704 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11705 (bug#10191).
11706
11707 2011-12-02 Juri Linkov <juri@jurta.org>
11708
11709 * info.el (Info-search): Display "end of manual" when Isearch
11710 reaches the end of single-file Info manual. (Bug#9918)
11711
11712 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11713
11714 * isearch.el (isearch-message-prefix): Run the input method part
11715 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11716
11717 2011-12-02 Juri Linkov <juri@jurta.org>
11718
11719 * isearch.el (isearch-occur): Use `word-search-regexp' for
11720 `isearch-word'.
11721 (isearch-search-and-update): Add condition for `isearch-word' and
11722 call `word-search-regexp'. (Bug#10145)
11723
11724 2011-12-01 Glenn Morris <rgm@gnu.org>
11725
11726 * eshell/em-hist.el (eshell-hist-initialize):
11727 Handle eshell-history-size nil and HISTSIZE set or unset.
11728 (eshell-history-file-name, eshell-history-size): Fix custom type.
11729
11730 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11733
11734 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11735
11736 * progmodes/verilog-mode.el (verilog-pretty-expr):
11737 Rework verilog-pretty-expr to handle new assignment operators in system
11738 verilog, such as += *= and the like.
11739 (verilog-assignment-operator-re): Regular expression to find the
11740 assigment operator in a verilog assignment.
11741 (verilog-assignment-operation-re): Regular expression to find an
11742 assignment statement for pretty-expr.
11743 (verilog-in-attribute-p): Query returns true if point is in an
11744 attribute context; used to skip these for expression line up from
11745 pretty-expr.
11746 (verilog-in-parameter-p): Query returns true if point is in an
11747 parameter definition context; used to skip these for expression
11748 line up from pretty-expr.
11749 (verilog-in-parenthesis-p): Query returns true if point is in a
11750 parenthetical expression, specifically ( ) but not [ ] or { };
11751 used by pretty-expr.
11752 (verilog-just-one-space): If there is no space, don't add one.
11753 (verilog-get-lineup-indent-2): Specifically skip just attribute
11754 contexts for expression lineup, rather than skipping all
11755 parenthetical expressions.
11756 (verilog-calculate-indent): Fix comment, and fix indent.
11757 (verilog-do-indent): Indent declarations in lists (suggested by
11758 Joachim Lechner).
11759 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11760 skeleton items.
11761 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11762 by Alain Mellan).
11763
11764 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11765
11766 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11767 parameters with embedded comments. Reported by Ray Stevens.
11768 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11769 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11770 Reported by Tim Holt.
11771 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11772 instantiated by upper module causing wrong expansion until AUTOed a
11773 second time. Reported by K C Buckenmaier.
11774 (verilog-diff-auto): Fix showing .* as a difference when
11775 `verilog-auto-star-save' off. Reported by Dan Dever.
11776 (verilog-auto-reset, verilog-read-always-signals)
11777 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11778 temporary signals in reset list if
11779 verilog-auto-reset-blocking-in-non is nil, and match assignment
11780 style to each signal's assignment type, bug381.
11781 Reported by Thomas Esposito.
11782 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11783 (verilog-uvm-statement-re): Support UVM indentation and
11784 highlighting, with old OVM keywords only.
11785 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11786 Support AUTOTIEOFF creating non-wire data types.
11787 Suggested by Jonathan Greenlaw.
11788 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11789 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11790 (verilog-inject-sense, verilog-read-inst-pins)
11791 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11792 Fix mismatching parenthesis inside commented out code when deleting
11793 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11794 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11795 non-numeric vector width. Reported by Alex Reed.
11796 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11797 detecting signals with parameter widths. Reported by Alex Reed.
11798 (verilog-auto-delete-trailing-whitespace):
11799 With `verilog-auto-delete-trailing-whitespace' remove trailing
11800 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11801 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11802 Fix verilog-scan-cache corruption when running user AUTO expansion
11803 hooks that call indentation routines.
11804 (verilog-simplify-range-expression): Fix typo ignoring lower case
11805 identifiers.
11806 (verilog-delete-auto): Fix delete-autos to also remove user created
11807 automatics, as long as they start with AUTO.
11808 (verilog-batch-diff-auto, verilog-diff-auto)
11809 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11810 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11811 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11812 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11813 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11814 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11815 is disabled and its cache will get corrupt, causing AUTOS not to
11816 expand. Instead use only -quick functions.
11817 (verilog-scan-region): Fix scanning over escaped quotes.
11818 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11819 (verilog-re-search-backward-quick)
11820 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11821 related functions now ignore strings, to fix misparsing of strings
11822 with magic comments embedded in them.
11823 (verilog-read-auto-template):
11824 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11825 Reported by Brad Dobbie.
11826 (verilog-read-auto-template):
11827 Fix 'verilog-auto-inst-template-numbers' with comments.
11828 Reported by Brad Dobbie.
11829 (verilog-auto-inst, verilog-auto-inst-param)
11830 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11831 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11832 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11833 debugging templates without merge conflicts, bug357.
11834 Reported by Brad Dobbie.
11835 (verilog-read-auto-template):
11836 Fix verilog-auto-inst-template-numbers with multiple templates.
11837 Reported by Brad Dobbie.
11838 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11839 abbrevs so user won't be asked to save.
11840 (verilog-read-auto-lisp-present): Fix to start at beginning of
11841 buffer in case called outside of verilog-auto.
11842 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11843 to "X-2". Reported by Matthew Myers.
11844 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11845 all inputs from module templates. Reported by Leith Johnson.
11846 (verilog-module-inside-filename-p): Fix locating programs as with
11847 modules.
11848 (verilog-auto-inst-port): Fix vl-width expressions when using
11849 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11850 (verilog-decls-get-regs, verilog-decls-get-signals,
11851 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11852 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11853 verilog-read-decls): Combine reg and wire structures into one var
11854 structure to represent SystemVerilog concepts.
11855 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11856 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11857 (verilog-auto-wire-type, verilog-insert-definition):
11858 Add verilog-auto-wire-type and AUTOLOGIC to support using
11859 SystemVerilog "logic" keyword instead of "wire"/"reg".
11860 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11861 to declares outputs that also have assignments (presumably in an
11862 ifdef or generate if so there's not a driver conflict).
11863 Reported by Matthew Myers.
11864 (verilog-auto-declare-nettype, verilog-insert-definition):
11865 Add verilog-auto-declare-nettype to fix declarations using
11866 `default_nettype none. Reported by Julian Gorfajn.
11867 (verilog-read-always-signals-recurse, verilog-read-decls)
11868 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11869 malformed end statement, bug325. Reported by Joshua Wise and
11870 Andrew Drake.
11871 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11872 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11873 when expanding .* in interfaces, bug320.
11874 Reported by Pierre-David Pfister.
11875 (verilog-read-module-name): Fix import statements between module
11876 name and open parenthesis, bug317.
11877 Reported by Pierre-David Pfister.
11878 (verilog-simplify-range-expression): Fix simplification of
11879 multiplications inside AUTOWIRE connections, bug303.
11880 (verilog-auto-inst-port): Support parameter expansion in
11881 multidimensional arrays.
11882 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11883 after "assert property". Reported by Julian Gorfajn.
11884 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11885 with multiplication, bug303.
11886 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11887 Reported by Jan Frode Lonnum.
11888
11889 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11892 (hfy-shell-file-name, hfy-shell):
11893 * international/fontset.el (x-decompose-font-name): Fix typos.
11894
11895 2011-11-29 Ken Brown <kbrown@cornell.edu>
11896
11897 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11898 (gdb-version): Remove defvar.
11899 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11900 (gdb-gud-context-command, gdb-non-stop-handler)
11901 (gdb-current-context-command, gdb-stopped): Use it.
11902 (gdb-init-1): Enable pretty printing here.
11903 (gdb-non-stop-handler): Don't enable pretty-printing here.
11904 Check to see if the target supports non-stop mode; if not, turn off
11905 non-stop mode. Use the following.
11906 (gdb-check-target-async): New defun.
11907 (gud-watch, gdb-stopped): Fix whitespace.
11908 (gdb-get-source-file): Don't try to display the source file if
11909 `gdb-main-file' is nil.
11910
11911 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * align.el: Try to generate fewer markers (bug#10047).
11914 (align--set-marker): New macro.
11915 (align-region): Use it.
11916
11917 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11920
11921 2011-11-29 Chong Yidong <cyd@gnu.org>
11922
11923 * indent.el (indent-for-tab-command, indent-according-to-mode):
11924 Doc fix.
11925 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11926
11927 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11928
11929 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11930 aware of remote file names. (Bug#10124)
11931
11932 2011-11-29 Chong Yidong <cyd@gnu.org>
11933
11934 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11935
11936 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * files.el (find-file): Don't use force-same-window (bug#10144).
11939 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11940 use pop-to-buffer if the selected window can't be used.
11941 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11942
11943 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11944
11945 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11946 special-mode-map.
11947
11948 2011-11-28 Chong Yidong <cyd@gnu.org>
11949
11950 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11951
11952 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11953
11954 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11955 gdb-get-source-file-list on gdb-create-source-file-list.
11956
11957 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11958
11959 * whitespace.el (whitespace-newline): Use a different foreground
11960 color for 16-color light-background displays.
11961
11962 2011-11-24 Chong Yidong <cyd@gnu.org>
11963
11964 * window.el (display-buffer--special-action): Doc fix.
11965
11966 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11969 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11970 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11971 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11972 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11973 (avl-tree-stack-first):
11974 * emacs-lisp/cconv.el (cconv--analyse-use):
11975 * net/gnutls.el (gnutls-negotiate): Fix typos.
11976
11977 2011-11-24 Glenn Morris <rgm@gnu.org>
11978
11979 * lpr.el (lpr-windows-system, lpr-lp-system):
11980 * mail/binhex.el (binhex-begin-line):
11981 * progmodes/grep.el (grep-history, grep-find-history):
11982 * textmodes/flyspell.el:
11983 * vc/pcvs-defs.el (cvs-global-menu):
11984 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11985 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11986 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11987
11988 * net/tls.el: Fix case of "GnuTLS".
11989
11990 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11991
11992 * version.el (emacs-build-system): Give it a doc-string.
11993
11994 2011-11-24 Juri Linkov <juri@jurta.org>
11995
11996 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11997
11998 2011-11-24 Glenn Morris <rgm@gnu.org>
11999
12000 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12001 if called on a non-mime message just toggle the headers. (Bug#8006)
12002
12003 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12004
12005 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12006 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12007 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12008 (allout-rebullet-heading, allout-open-sibtopic)
12009 (allout-toggle-current-subtree-encryption)
12010 (allout-toggle-subtree-encryption, allout-encrypt-string)
12011 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12012 (allout-distinctive-bullets-string, allout-auto-activation):
12013 * window.el (window-normalize-buffer-to-display):
12014 * progmodes/verilog-mode.el (verilog-batch-indent):
12015 * textmodes/bibtex.el (bibtex-field-braces-opt)
12016 (bibtex-field-strings-opt):
12017 * vc/cvs-status.el (cvs-tree-merge):
12018 Fix typos.
12019
12020 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12021
12022 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12023 `non-essential' to t, in order to avoid remote connections.
12024
12025 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12026
12027 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12028 On MS-DOS and MS-Windows, compare with loaddefs.el
12029 case-insensitively.
12030
12031 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12032
12033 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12034
12035 2011-11-23 Glenn Morris <rgm@gnu.org>
12036
12037 * paths.el (rmail-file-name): Reformat the doc-string so that it
12038 is picked up.
12039
12040 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12041 (rmail-auto-file): Ignore case in the "special" field names,
12042 as mail-fetch-field does for all others.
12043
12044 * mail/rmail.el (rmail-forward):
12045 * mail/rmailkwd.el (rmail-set-label):
12046 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12047 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12048
12049 * mail/rmail.el (rmail-current-message): Doc fix.
12050
12051 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12052
12053 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12056
12057 2011-11-22 Glenn Morris <rgm@gnu.org>
12058
12059 * mail/rmailmm.el (test-rmail-mime-handler)
12060 (test-rmail-mime-bulk-handler)
12061 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12062
12063 2011-11-21 Juri Linkov <juri@jurta.org>
12064
12065 * calc/calc.el (calc-read-key-sequence):
12066 Let-bind `input-method-function' to nil. (Bug#10018)
12067
12068 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12069
12070 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12071 Tell the caller that the next line needs recomputation, even
12072 though it doesn't start a sexp (bug#10094).
12073
12074 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12077
12078 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12081 Use force-same-window.
12082
12083 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12084
12085 * descr-text.el (describe-char-unicode-data):
12086 * json.el (json-string-escape):
12087 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12088 (Footnote-unicode, Footnote-style-p):
12089 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12090
12091 2011-11-20 Chong Yidong <cyd@gnu.org>
12092
12093 * window.el (replace-buffer-in-windows): Restore interactive spec.
12094
12095 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12098
12099 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12100 (byte-compile-global-not-obsolete-vars): New var.
12101 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12102 Use it.
12103 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12104
12105 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12106
12107 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12108 * progmodes/pascal.el (electric-pascal-equal):
12109 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12110 * xml.el (xml-substitute-special): Fix typos.
12111
12112 2011-11-20 Glenn Morris <rgm@gnu.org>
12113
12114 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12115 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12116 Doc fixes.
12117 (rmail-decode-mime-charset): Mark as obsolete.
12118
12119 * mail/rmailsum.el (rmail-message-regexp-p-1):
12120 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12121 Before using mime functions, check they are set. (Bug#10077)
12122
12123 2011-11-19 Juri Linkov <juri@jurta.org>
12124
12125 * info.el (Info-finder-find-node): Use `package--builtins' instead
12126 of `package-alist'. Use node names formed by the pattern "Keyword "
12127 and the keyword name.
12128
12129 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12130
12131 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12132
12133 2011-11-19 Juri Linkov <juri@jurta.org>
12134
12135 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12136 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12137 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12138 `old-history', `old-history-forward'. Add let-binding
12139 `window-selected'. Remove calls to `kill-buffer',
12140 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12141 before calling `Info-find-node', so `Info-find-node-2' will reread
12142 the Info file. Restore window positions only when `window-selected'
12143 is non-nil.
12144
12145 2011-11-19 Juri Linkov <juri@jurta.org>
12146
12147 * isearch.el (isearch-lazy-highlight-new-loop):
12148 Remove condition `(not isearch-error)'. (Bug#9918)
12149
12150 * misearch.el (multi-isearch-search-fun): Add condition
12151 `(not bound)' to ignore lazy-highlighting search.
12152 Add the search-failed message "end of multi" when the end of
12153 multi-sequence is reached. Uncapitalize the search-failed
12154 message "Repeat for next buffer".
12155
12156 * info.el (Info-search): Add the search-failed message
12157 "end of the manual" when the end of the manual is reached
12158 in Isearch mode.
12159
12160 2011-11-19 Juri Linkov <juri@jurta.org>
12161
12162 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12163 Use non-destructive `remove' instead of `delete' because
12164 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12165 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12166
12167 2011-11-19 Juri Linkov <juri@jurta.org>
12168
12169 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12170 to nil instead of binding `search-ring' and `regexp-search-ring'.
12171 (Bug#9185)
12172
12173 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12174
12175 * simple.el (line-move): Force movement by logical lines for any
12176 hscrolled window, not only when auto-hscroll-mode is on.
12177 (line-move-visual): Update doc string to that effect. (Bug#10076)
12178
12179 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12180
12181 * language/european.el (macintosh): Define as alias for mac-roman.
12182
12183 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12184
12185 * mail/rmailmm.el (rmail-mime-display-header)
12186 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12187 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12188 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12189 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12190 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12191 of a raw aref.
12192 (rmail-mime-entity-segment): To get past the tagline, move forward
12193 2 more lines, to account for the 2 empty lines that precede and
12194 follow the line with the buttons.
12195 (rmail-mime-update-tagline): Move one more line, to get past the
12196 empty line that follows the buttons in the tagline. (Bug#9520)
12197
12198 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12199
12200 * window.el (window-max-delta-1, window-min-delta-1)
12201 (window-min-size-1, window-state-get-1, window-state-put-1)
12202 (window-state-put-2): Use "window--" prefix.
12203
12204 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12207 (smie-warning-count): New var.
12208 (smie-set-prec2tab): Use it.
12209 (smie-bnf->prec2): Improve warnings. Add docstring.
12210 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12211 (smie-bnf--set-class): New function.
12212 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12213 corner case.
12214
12215 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12216 (compilation-error-properties, compilation-move-to-column):
12217 Handle compilation-first-column while in the target buffer.
12218
12219 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12220 Don't hardcode point-min==1.
12221
12222 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12223 (eshell-rewrite-for-command): Remove workaround.
12224 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12225 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12226 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12227
12228 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12229
12230 2011-11-17 Glenn Morris <rgm@gnu.org>
12231
12232 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12233 Ignore buffer-local generated-autoload-file if it is the same
12234 as the global value. (Bug#10049)
12235
12236 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12237
12238 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12239 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12240 (reftex-toc-previous-heading, reftex-toc-max-level)
12241 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12242 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12243 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12244 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12245 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12246 (reftex-toc-rename-label, reftex-toc-visit-location)
12247 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12248 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12249 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12250 leaving "*toc*" only for references to the buffer.
12251
12252 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12253
12254 * window.el (window-resize, delete-window, split-window):
12255 Replace window-splits by window-combination-resize.
12256 * cus-start.el (window-splits): Replace by window-combination-resize.
12257
12258 2011-11-17 Glenn Morris <rgm@gnu.org>
12259
12260 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12261 Make bash entry derive from sh entry, not shell entry.
12262
12263 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12264
12265 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12266 local file name.
12267
12268 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12269
12270 * menu-bar.el (menu-bar-file-menu):
12271 * printing.el (pr-ps-utility):
12272 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12273 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12274 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12275 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12276 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12277 (icalendar--convert-cyclic-to-ical)
12278 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12279 (icalendar--convert-ical-to-diary)
12280 (icalendar--convert-recurring-to-diary)
12281 (icalendar--convert-non-recurring-all-day-to-diary)
12282 (icalendar-import-format-sample):
12283 * progmodes/idlw-shell.el (idlwave-shell-mode):
12284 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12285 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12286 (vhdl-ps-print-init): Fix typos.
12287
12288 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12289
12290 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12291 FSF and collapse date sequence, obscure author/maintainer email address
12292 better, remove extra version line, track relocation of author's webpage.
12293
12294 * progmodes/python.el (python-pdbtrack-input-prompt)
12295 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12296 regular python pdb prompts. Adjustments shamelessly taken exactly as
12297 suggested in EmacsWiki page (tiny change):
12298 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12299
12300 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12301
12302 * expand.el (expand-pos, expand-index, expand-point):
12303 Remove redundant info from docstring.
12304 (expand-add-abbrevs): Doc fix.
12305 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12306 (expand-sample-perl-mode-expand-list): Fix typos.
12307
12308 * net/dbus.el (dbus-event-member-name):
12309 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12310 * term/pc-win.el (msdos-create-frame-with-faces):
12311 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12312
12313 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12314
12315 * window.el (split-window, window-state-get-1)
12316 (window-state-put-1, window-state-put-2): Rename occurrences of
12317 window-nest to window-combination-limit.
12318 * cus-start.el (window-nest): Rename to window-combination-limit.
12319
12320 2011-11-16 Chong Yidong <cyd@gnu.org>
12321
12322 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12323 regexp (Bug#10033).
12324
12325 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12328 `completing-read' will remove *Completions* and will preserve
12329 current-buffer for us.
12330 (tmm-add-prompt): Users of *Completions* will always (re)set its
12331 major mode.
12332 (tmm-old-comp-map): Remove.
12333
12334 2011-11-16 Glenn Morris <rgm@gnu.org>
12335
12336 * mail/rmailedit.el: Require rmailmm when compiling.
12337 (rmail-old-mime-state): New declaration.
12338 (rmail-edit-current-message): If editing a mime message,
12339 edit the "raw" message from the mbox buffer.
12340 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12341
12342 2011-11-15 Glenn Morris <rgm@gnu.org>
12343
12344 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12345 which wasn't being used. Add optional arg to force given state.
12346 (rmail-mime): Add optional arg to force given state.
12347
12348 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12351 * frame.el (display-mm-dimensions-alist):
12352 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12353 (outline-move-subtree-down):
12354 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12355 (newsticker--treeview-do-get-node):
12356 * net/quickurl.el (quickurl-list-buffer-name):
12357 * progmodes/dcl-mode.el (dcl-mode):
12358 * progmodes/gdb-mi.el (gdb-mapcar*):
12359 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12360
12361 2011-11-15 Glenn Morris <rgm@gnu.org>
12362
12363 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12364 in a boolean sense, so just make it a boolean, and fix the doc.
12365 (rmail-show-mime-function, rmail-mime-feature)
12366 (rmail-require-mime-maybe): Doc fixes.
12367 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12368
12369 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12370
12371 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12374 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12375 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12376 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12377
12378 2011-11-15 Glenn Morris <rgm@gnu.org>
12379
12380 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12381 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12382 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12383 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12384 (rmail-mime, rmail-show-mime): Doc fixes.
12385
12386 * term/ns-win.el (mode-line-frame-identification):
12387 Leave it alone. (Bug#10051)
12388
12389 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12390
12391 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12392 Handle empty buffers. (Bug#9978)
12393
12394 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * international/mule.el (define-charset):
12397 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12398 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12399 * progmodes/verilog-mode.el (verilog-backward-token):
12400 * textmodes/ispell.el (lookup-words):
12401 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12402
12403 2011-11-14 Glenn Morris <rgm@gnu.org>
12404
12405 * progmodes/executable.el
12406 (executable-make-buffer-file-executable-if-script-p):
12407 Handle file-modes returning nil.
12408
12409 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12410 message - not necessary, and causes problems. (Bug#9831)
12411
12412 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12413
12414 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12415
12416 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12417 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12418 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12419
12420 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12421
12422 * window.el (window-resize, delete-window): Use window-splits
12423 variable instead of function.
12424 (window-state-get-1, window-state-put-2, window-state-put):
12425 Don't deal with windows' splits status.
12426
12427 2011-11-12 Glenn Morris <rgm@gnu.org>
12428
12429 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12430 (apropos-documentation): Doc fixes.
12431
12432 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12433
12434 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12435 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12436
12437 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * electric.el (electric-indent-post-self-insert-function): Make it
12440 possible for a char to only indent in some circumstances.
12441 (electric-indent-mode): Simplify.
12442
12443 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12444
12445 * window.el (windows-with-parameter): Remove unused function.
12446 (windows-at-side): Rename to window-at-side-list.
12447 (window-check, window-atom-check, window-atom-check-1)
12448 (window-side-check, window-size-ignore, window-size-fixed-1)
12449 (window-in-direction-2): Prefix with "window--".
12450 (window-tree-1): Rename to window--subtree, fix doc-string.
12451
12452 2011-11-11 Glenn Morris <rgm@gnu.org>
12453
12454 * subr.el (eval-after-load): If FILE is already loaded,
12455 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12456
12457 2011-11-10 Glenn Morris <rgm@gnu.org>
12458
12459 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12460 Call svn via vc-svn-command rather than vc-do-command.
12461 (vc-svn-command): Add --non-interactive. (Bug#9993)
12462 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12463
12464 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12465 Add toggle-read-only. (Bug#7292)
12466 * files.el (toggle-read-only): Mention that it should only
12467 be used interactively. (Bug#10006)
12468
12469 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12472 Adjust regexp for OCaml warnings.
12473
12474 * electric.el (electric-pair-post-self-insert-function): Let user
12475 turn it off buffer-locally (bug#9932).
12476
12477 * progmodes/python.el (python-beginning-of-statement):
12478 Rewrite (bug#2703).
12479
12480 * progmodes/compile.el: Better handle TABs (bug#9749).
12481 (compilation-internal-error-properties)
12482 (compilation-next-error-function): Obey the target buffer's
12483 compilation-error-screen-columns.
12484
12485 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12486
12487 * progmodes/meta-mode.el: Remove obsolete comments.
12488 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12489 Fix typos in docstrings.
12490
12491 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12492
12493 * window.el (window-size-fixed-p): Rewrite doc-string.
12494 (window-resizable-p): Rename to window--resizable-p. Update callers.
12495 (window--resizable): New function. Make all callers of
12496 window-resizable call window--resizable instead.
12497 (window-resizable): Rewrite in terms of window--resizable.
12498
12499 2011-11-08 Glenn Morris <rgm@gnu.org>
12500
12501 * progmodes/delphi.el (delphi-mode-syntax-table):
12502 Let define-derived-mode define a proper syntax table. (Bug#9994)
12503
12504 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * window.el: Stay away from defsubst.
12507 (window-list-no-nils): Remove.
12508 (window-state-get-1, window-state-get): Use backquote instead.
12509
12510 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12511
12512 * emacs-lisp/find-func.el (find-function-read):
12513 Fix incorrect use of default argument in `completing-read'.
12514
12515 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12516
12517 * window.el (display-buffer-function, special-display-function):
12518 Mention display-buffer-record-window but do not mention
12519 help-setup parameter in doc-strings.
12520 (window-min-delta): Fix doc-string typo.
12521
12522 2011-11-08 Chong Yidong <cyd@gnu.org>
12523
12524 * window.el (window-total-height, window-total-width): Doc fix.
12525 (window-body-size): Move from C.
12526 (window-body-height, window-body-width): Move to C.
12527
12528 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12529
12530 * window.el: Make special-display like display-buffer-alist (bug#9532).
12531 (display-buffer--special-action): New function, morphed
12532 from display-buffer--special.
12533 (display-buffer): Use it to handle special-display-buffers at higher
12534 priority (just after display-buffer-alist).
12535 (display-buffer-fallback-action, display-buffer--other-frame-action)
12536 (pop-to-buffer-same-window): Remove display-buffer--special.
12537
12538 2011-11-07 Glenn Morris <rgm@gnu.org>
12539
12540 * calendar/cal-menu.el (cal-menu-set-date-title):
12541 Do nothing if not in a calendar. (Bug#9976)
12542
12543 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * files.el (find-file): Always use selected-window.
12546
12547 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12548
12549 * window.el (window-combinations): Make WINDOW argument
12550 mandatory. Rewrite doc-string.
12551 (walk-window-subtree, window-atom-check, window-min-delta)
12552 (window-max-delta, window--resize-this-window)
12553 (window--resize-root-window-vertically, window-tree)
12554 (balance-windows, window-state-put): Rewrite doc-strings as to
12555 not mention the term "subwindow".
12556 (window--resize-subwindows-skip-p): Rename to
12557 window--resize-child-windows-skip-p.
12558 (window--resize-subwindows-normal): Rename to
12559 window--resize-child-windows-normal.
12560 (window--resize-subwindows): Rename to
12561 window--resize-child-windows.
12562 (window-or-subwindow-p): Rename to window--in-subtree-p.
12563
12564 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12565
12566 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12567 Ensure that mbox format messages end in two newlines (Bug#9974).
12568
12569 2011-11-06 Chong Yidong <cyd@gnu.org>
12570
12571 * window.el (window-combination-p): Function deleted; its
12572 side-effect is not used in any existing code.
12573 (window-combinations, window-combined-p): Call window-*-child
12574 directly.
12575
12576 2011-11-05 Chong Yidong <cyd@gnu.org>
12577
12578 * window.el (window-valid-p): Rename from window-any-p.
12579 (window-size-ignore, window-state-get): Callers changed.
12580 (window-normalize-window): Rename from window-normalize-any-window.
12581 New arg LIVE-ONLY, replacing window-normalize-live-window.
12582 (window-normalize-live-window): Delete.
12583 (window-combination-p, window-combined-p, window-combinations)
12584 (walk-window-subtree, window-atom-root, window-min-size)
12585 (window-sizable, window-sizable-p, window-size-fixed-p)
12586 (window-min-delta, window-max-delta, window-resizable)
12587 (window-resizable-p, window-full-height-p, window-full-width-p)
12588 (window-current-scroll-bars, window-point-1, set-window-point-1)
12589 (window-at-side-p, window-in-direction, window-resize)
12590 (adjust-window-trailing-edge, maximize-window, minimize-window)
12591 (window-deletable-p, delete-window, delete-other-windows)
12592 (record-window-buffer, unrecord-window-buffer)
12593 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12594 (quit-window, split-window, window-state-put)
12595 (set-window-text-height, fit-window-to-buffer)
12596 (shrink-window-if-larger-than-buffer): Callers changed.
12597
12598 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12599
12600 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12601 rfc2047-decode-string.
12602 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12603 warnings.
12604
12605 * window.el (window-body-height, window-body-width): Mention in
12606 the doc string that the return values are in frame's canonical
12607 units. (Bug#9949)
12608
12609 2011-11-03 Alan Mackenzie <acm@muc.de>
12610
12611 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12612 change in cc-engine.el.
12613
12614 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12617
12618 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12619
12620 * window.el (quit-window): Call unrecord-window-buffer after
12621 showing another buffer in the window. (Bug#9937)
12622 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12623
12624 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12625
12626 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12627 Accept status with more than 9 shelves. (Bug#9935)
12628 Reported by Colin D Bennett <colin@gibibit.com>.
12629
12630 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12631
12632 * help.el (with-help-window): Don't reference
12633 temp-buffer-show-specifiers in doc-string.
12634
12635 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12636
12637 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12638 menu-item.
12639
12640 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12641
12642 * whitespace.el: New version 13.2.2.
12643 (whitespace-newline-mode): Disable properly. Reported by Sarah
12644 <EmacsWiki>.
12645
12646 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12647
12648 * net/newst-treeview.el: Remove "Time-stamp".
12649 (newsticker--group-manage-orphan-feeds): Do not call
12650 newsticker--treeview-tree-update.
12651 (newsticker-treeview-update, newsticker-treeview):
12652 Call newsticker--treeview-tree-update if necessary.
12653
12654 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12655
12656 * window.el (window-iso-combination-p, window-iso-combined-p)
12657 (window-iso-combinations): Remove "iso-" infix.
12658 Suggested by Chong Yidong.
12659 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12660 (window-max-delta-1, window-resize, window--resize-siblings)
12661 (window--resize-this-window, adjust-window-trailing-edge)
12662 (split-window, balance-windows-1)
12663 (shrink-window-if-larger-than-buffer):
12664 * calendar/calendar.el (calendar-generate-window):
12665 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12666
12667 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12670 in place (bug#9907).
12671 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12672 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12673 (eshell-structure-basic-command, eshell-rewrite-while-command)
12674 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12675 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12676 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12677 (eshell-do-pipelines-synchronously, eshell-eval-command):
12678 Use backquotes and prefer setq to set.
12679 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12680 (eshell-macrop): Use functionp.
12681 (eshell-do-eval): Handle multiple expressions in `while' body.
12682
12683 2011-10-30 Chong Yidong <cyd@gnu.org>
12684
12685 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12686 instead of set-mark (Bug#9810).
12687
12688 2011-10-30 Chong Yidong <cyd@gnu.org>
12689
12690 * window.el (split-window-below, split-window-right): Rename from
12691 split-window-above-each-other and split-window-side-by-side
12692 respectively. All callers changed.
12693 (split-window-sensibly, split-window-sensibly): Use them.
12694 (split-window-keep-point): Doc fix.
12695
12696 * isearch.el: Add isearch-scroll property to split-window-below
12697 and split-window-right.
12698
12699 * follow.el (follow-mode):
12700 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12701 * progmodes/ada-xref.el (ada-gdb-application):
12702 * emulation/vip.el (vip-buffer-in-two-windows):
12703 * image-dired.el (image-dired-dired-with-window-configuration):
12704 * dired-x.el (dired-do-find-marked-files):
12705 * dired.el (dired-pop-to-buffer):
12706 * bs.el (bs--show-with-configuration):
12707 * vc/emerge.el (emerge-setup-windows):
12708 * textmodes/two-column.el (2C-two-columns):
12709 * textmodes/reftex-toc.el (reftex-toc):
12710 * progmodes/gdb-mi.el (gdb-setup-windows):
12711 * progmodes/fortran.el (fortran-window-create):
12712 * net/newst-treeview.el (newsticker--treeview-window-init):
12713 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12714 * emulation/tpu-edt.el (tpu-gold-map):
12715 * emulation/crisp.el (crisp-mode-map):
12716 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12717
12718 2011-10-29 Chong Yidong <cyd@gnu.org>
12719
12720 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12721
12722 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12723
12724 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12725 forged Ispell output (Bug#7904).
12726
12727 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12728
12729 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * doc-view.el: Avoid ugly errors about not finding nil.
12732 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12733 (doc-view-dvipdf-program, doc-view-unoconv-program)
12734 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12735 Avoid nil or absolute file name as default value.
12736 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12737
12738 2011-10-28 Alan Mackenzie <acm@muc.de>
12739
12740 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12741
12742 2011-10-28 Alan Mackenzie <acm@muc.de>
12743
12744 Amend the handling of c-beginning/end-of-defun in nested declaration
12745 scopes.
12746
12747 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12748 cc-langs.el. Change it to a defcustom.
12749
12750 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12751 cc-vars.el.
12752
12753 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12754 Prevent "class foo : bar" being spuriously recognized as a label.
12755
12756 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12757 Add parameter `inclusive' (to include enclosing braces in the region).
12758 (c-widen-to-enclosing-decl-scope): New function.
12759 (c-while-widening-to-decl-block): New macro.
12760 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12761 outward for defun boundaries, and correspondingly change symbol
12762 `respect-enclosure' to `go-outward'.
12763 (c-declaration-limits): Change algorithm to report only the "innermost"
12764 defun's boundaries.
12765
12766 2011-10-28 Deniz Dogan <deniz@dogan.se>
12767
12768 * net/rcirc.el (rcirc-mode): Use hard newlines.
12769
12770 2011-10-28 Alan Mackenzie <acm@muc.de>
12771
12772 Amend to indent and fontify macros "which include their own semicolon"
12773 correctly, using the "virtual semicolon" mechanism.
12774
12775 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12776
12777 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12778 Recode to scan one line at a time rather than having \n and \r
12779 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12780 (c-forward-label): Amend for virtual semicolons.
12781 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12782
12783 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12784 of the new C macros.
12785
12786 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12787 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12788 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12789 (c-opt-cpp-macro-define): Make into a full language variable.
12790 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12791 AWK Mode (including \n, \r) removed, no longer needed.
12792
12793 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12794 Invoke c-make-macro-with-semi-re.
12795
12796 * progmodes/cc-vars.el (c-macro-with-semi-re):
12797 (c-macro-names-with-semicolon): New variables.
12798 (c-make-macro-with-semi-re): New function.
12799
12800 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * vc/log-edit.el: Fill empty field rather than adding new one.
12803 (log-edit-add-field): New function.
12804 (log-edit-insert-changelog): Use it.
12805
12806 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12807
12808 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12809
12810 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12813 (gdb--check-interpreter): New function.
12814 (gdb): Use it.
12815
12816 2011-10-27 Glenn Morris <rgm@gnu.org>
12817
12818 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12819 (least-positive-float, least-negative-float)
12820 (least-positive-normalized-float, least-negative-normalized-float)
12821 (float-epsilon, float-negative-epsilon):
12822 Remove unnecessary declarations.
12823
12824 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12825 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12826 (least-positive-float, least-negative-float)
12827 (least-positive-normalized-float, least-negative-normalized-float)
12828 (float-epsilon, float-negative-epsilon): Add doc-strings,
12829 based on those in cl.texi.
12830
12831 * files.el (set-visited-file-name): If the major-mode changed,
12832 reload the local variables. (Bug#9796)
12833
12834 2011-10-27 Chong Yidong <cyd@gnu.org>
12835
12836 * subr.el (change-major-mode-after-body-hook): New hook.
12837 (run-mode-hooks): Run it.
12838
12839 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12840 Use change-major-mode-before-body-hook.
12841
12842 * simple.el (fundamental-mode):
12843 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12844 change introducing fundamental-mode-hook.
12845
12846 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12847
12848 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12849
12850 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12851
12852 * ido.el (ido-file-name-all-completions-1): Do not require
12853 tramp.el explicitly. (Bug#7583)
12854
12855 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * progmodes/octave-mod.el:
12858 * progmodes/octave-inf.el: Update maintainer.
12859
12860 2011-10-26 Chong Yidong <cyd@gnu.org>
12861
12862 * subr.el (with-wrapper-hook): Rewrite doc.
12863
12864 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12865
12866 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12867 filenames "/method:foo:". (Bug#9793)
12868
12869 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12870
12871 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12872 (bug#9865).
12873
12874 2011-10-24 Glenn Morris <rgm@gnu.org>
12875
12876 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12877
12878 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12879
12880 * notifications.el: Add the requirement of a running D-Bus session
12881 bus to the Commentary.
12882
12883 2011-10-24 Juri Linkov <juri@jurta.org>
12884
12885 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12886 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12887 (Bug#9364)
12888
12889 2011-10-24 Juri Linkov <juri@jurta.org>
12890
12891 * info.el (Info-following-node-name-re): Add newline to the list
12892 of allowed characters for leading space. (Bug#9824)
12893
12894 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * progmodes/octave-inf.el (inferior-octave-mode-map):
12897 Fix C-c C-h binding.
12898 * progmodes/octave-mod.el (octave-help): Remove.
12899
12900 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12901
12902 Sync with Tramp 2.2.3.
12903
12904 * net/tramp-cache.el (top): Pacify byte-compiler using
12905 `init-file-user' and `site-run-file'.
12906
12907 * net/trampver.el: Update release number.
12908
12909 2011-10-23 Chong Yidong <cyd@gnu.org>
12910
12911 * files.el (toggle-read-only): Remove obsolete comment about
12912 version control.
12913
12914 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12915 for toggle-read-only. Note that this hasn't called vc-next-action
12916 since 2008-05-02, though it wasn't documented at the time.
12917
12918 * vc/ediff-init.el (ediff-toggle-read-only-function):
12919 Use toggle-read-only.
12920
12921 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12922
12923 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12924 of c-parse-state.
12925
12926 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12927 correct faulty logical expression.
12928 (c-parse-state-state, c-record-parse-state-state):
12929 (c-replay-parse-state-state): New defvar/defuns.
12930 (c-debug-parse-state): Use new functions.
12931
12932 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12933
12934 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12935 last fix. Use window-in-direction correctly.
12936
12937 2011-10-21 Chong Yidong <cyd@gnu.org>
12938
12939 * progmodes/idlwave.el (idlwave-mode):
12940 * progmodes/vera-mode.el (vera-mode): No need to set
12941 require-final-newline; that's done in prog-mode.
12942 Suggested by Stefan Monnier.
12943
12944 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12945
12946 * mouse.el (mouse-drag-window-above)
12947 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12948 (mouse-drag-mode-line-1, mouse-drag-header-line)
12949 (mouse-drag-vertical-line-rightward-window): Remove.
12950 (mouse-drag-line): New function.
12951 (mouse-drag-mode-line, mouse-drag-header-line)
12952 (mouse-drag-vertical-line): Call mouse-drag-line.
12953 * window.el (window-at-side-p, windows-at-side): New functions.
12954
12955 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12956
12957 * tar-mode.el (tar-grind-file-mode):
12958 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12959
12960 2011-10-21 Chong Yidong <cyd@gnu.org>
12961
12962 * progmodes/idlwave.el (idlwave-mode):
12963 * progmodes/vera-mode.el (vera-mode):
12964 Use mode-require-final-newline.
12965
12966 2011-10-20 Glenn Morris <rgm@gnu.org>
12967
12968 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12969
12970 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12971
12972 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12973
12974 2011-10-20 Chong Yidong <cyd@gnu.org>
12975
12976 * emulation/cua-base.el (cua-mode):
12977 * mail/footnote.el (footnote-mode):
12978 * mail/mailabbrev.el (mail-abbrevs-mode):
12979 * net/xesam.el (xesam-minor-mode):
12980 * progmodes/bug-reference.el (bug-reference-mode):
12981 * progmodes/cap-words.el (capitalized-words-mode):
12982 * progmodes/compile.el (compilation-minor-mode)
12983 (compilation-shell-minor-mode):
12984 * progmodes/gud.el (gud-tooltip-mode):
12985 * progmodes/hideif.el (hide-ifdef-mode):
12986 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12987 * progmodes/subword.el (subword-mode):
12988 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12989 * progmodes/which-func.el (which-function-mode):
12990 * term/tvi970.el (tvi970-set-keypad-mode):
12991 * term/vt100.el (vt100-wide-mode):
12992 * textmodes/flyspell.el (flyspell-mode):
12993 * textmodes/ispell.el (ispell-minor-mode):
12994 * textmodes/nroff-mode.el (nroff-electric-mode):
12995 * textmodes/paragraphs.el (use-hard-newlines):
12996 * textmodes/refill.el (refill-mode):
12997 * textmodes/reftex.el (reftex-mode):
12998 * textmodes/rst.el (rst-minor-mode):
12999 * textmodes/sgml-mode.el (html-autoview-mode)
13000 (sgml-electric-tag-pair-mode):
13001 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13002 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13003 * emulation/crisp.el (crisp-mode):
13004 * emacs-lisp/eldoc.el (eldoc-mode):
13005 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13006 minor mode behavior.
13007
13008 2011-10-19 Juri Linkov <juri@jurta.org>
13009
13010 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13011 the list of hard-coded chars with escape-glyph face.
13012
13013 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13016
13017 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13018
13019 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13020 running process.
13021
13022 2011-10-19 Glenn Morris <rgm@gnu.org>
13023
13024 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13025 Ignore ignored files. (Bug#9726)
13026
13027 2011-10-19 Chong Yidong <cyd@gnu.org>
13028
13029 Doc fix for minor modes, stating that an omitted argument enables
13030 the mode unconditionally when called from Lisp.
13031
13032 * abbrev.el (abbrev-mode):
13033 * allout.el (allout-mode):
13034 * autoinsert.el (auto-insert-mode):
13035 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13036 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13037 (global-auto-revert-mode):
13038 * battery.el (display-battery-mode):
13039 * composite.el (global-auto-composition-mode)
13040 (auto-composition-mode):
13041 * delsel.el (delete-selection-mode):
13042 * desktop.el (desktop-save-mode):
13043 * dired-x.el (dired-omit-mode):
13044 * dirtrack.el (dirtrack-mode):
13045 * doc-view.el (doc-view-minor-mode):
13046 * double.el (double-mode):
13047 * electric.el (electric-indent-mode, electric-pair-mode):
13048 * emacs-lock.el (emacs-lock-mode):
13049 * epa-hook.el (auto-encryption-mode):
13050 * follow.el (follow-mode):
13051 * font-core.el (font-lock-mode):
13052 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13053 * help.el (temp-buffer-resize-mode):
13054 * hilit-chg.el (highlight-changes-mode)
13055 (highlight-changes-visible-mode):
13056 * hi-lock.el (hi-lock-mode):
13057 * hl-line.el (hl-line-mode, global-hl-line-mode):
13058 * icomplete.el (icomplete-mode):
13059 * ido.el (ido-everywhere):
13060 * image-file.el (auto-image-file-mode):
13061 * image-mode.el (image-minor-mode):
13062 * iswitchb.el (iswitchb-mode):
13063 * jka-cmpr-hook.el (auto-compression-mode):
13064 * linum.el (linum-mode):
13065 * longlines.el (longlines-mode):
13066 * master.el (master-mode):
13067 * mb-depth.el (minibuffer-depth-indicate-mode):
13068 * menu-bar.el (menu-bar-mode):
13069 * minibuf-eldef.el (minibuffer-electric-default-mode):
13070 * mouse-sel.el (mouse-sel-mode):
13071 * msb.el (msb-mode):
13072 * mwheel.el (mouse-wheel-mode):
13073 * outline.el (outline-minor-mode):
13074 * paren.el (show-paren-mode):
13075 * recentf.el (recentf-mode):
13076 * reveal.el (reveal-mode, global-reveal-mode):
13077 * rfn-eshadow.el (file-name-shadow-mode):
13078 * ruler-mode.el (ruler-mode):
13079 * savehist.el (savehist-mode):
13080 * scroll-all.el (scroll-all-mode):
13081 * scroll-bar.el (scroll-bar-mode):
13082 * server.el (server-mode):
13083 * shell.el (shell-dirtrack-mode):
13084 * simple.el (auto-fill-mode, transient-mark-mode)
13085 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13086 (line-number-mode, column-number-mode, size-indication-mode)
13087 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13088 * strokes.el (strokes-mode):
13089 * time.el (display-time-mode):
13090 * t-mouse.el (gpm-mouse-mode):
13091 * tool-bar.el (tool-bar-mode):
13092 * tooltip.el (tooltip-mode):
13093 * type-break.el (type-break-mode-line-message-mode)
13094 (type-break-query-mode):
13095 * view.el (view-mode):
13096 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13097 (global-whitespace-mode, global-whitespace-newline-mode):
13098 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13099
13100 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13101 Fix autogenerated docstring.
13102
13103 2011-10-19 Juri Linkov <juri@jurta.org>
13104
13105 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13106 by checking environment variables "DESKTOP_SESSION" and
13107 "XDG_CURRENT_DESKTOP". (Bug#9779)
13108
13109 2011-10-19 Juri Linkov <juri@jurta.org>
13110
13111 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13112 (browse-url-chromium-program, browse-url-chromium-arguments):
13113 New defcustoms.
13114 (browse-url-default-browser): Check for `browse-url-chromium' and
13115 call `browse-url-chromium-program'.
13116 (browse-url-chromium): New command. (Bug#9779)
13117
13118 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13119
13120 * facemenu.el (list-colors-duplicates): On Windows, detect more
13121 duplicates by assuming that only colors matching "^System" are
13122 special "system colors". (Bug#9722)
13123
13124 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13127 to distinguish the author from the committer.
13128
13129 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13130
13131 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13132
13133 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13134
13135 * international/mule.el (sgml-html-meta-auto-coding-function):
13136 Add support for detecting encoding in HTML5 specified only as
13137 <meta charset="UTF-8">. Implementation just makes http-equiv and
13138 content-type parts from HTML4 encoding string optional. (Bug#9716)
13139
13140 2011-10-18 Glenn Morris <rgm@gnu.org>
13141
13142 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13143
13144 2011-10-18 Chong Yidong <cyd@gnu.org>
13145
13146 * faces.el (cursor): Doc fix.
13147
13148 2011-10-17 Chong Yidong <cyd@gnu.org>
13149
13150 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13151
13152 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13153
13154 * dirtrack.el (dirtrack): Support shell buffers with path
13155 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13156
13157 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13158
13159 * json.el: Bump version to 1.3 and note change in History.
13160 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13161
13162 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * comint.el (comint-insert-input, comint-send-input)
13165 (comint-get-old-input-default, comint-backward-matching-input)
13166 (comint-next-prompt): Use nil instead of `input' for field property of
13167 past user input (bug#114).
13168
13169 * minibuffer.el (completion--replace): Inherit surrounding properties
13170 (bug#114).
13171 (minibuffer-complete-and-exit): Use it.
13172
13173 * comint.el (comint--table-subvert): Quote the all-completions output
13174 (bug#9160).
13175
13176 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13177
13178 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13179
13180 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13181 window on right of selected. (Bug#9350) Reword other window
13182 entries and separate them from frame entries.
13183
13184 2011-10-15 Glenn Morris <rgm@gnu.org>
13185
13186 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13187 Doc fixes.
13188
13189 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13190
13191 * net/network-stream.el (network-stream-open-starttls):
13192 Improve detection of failure due to lack of TLS support.
13193
13194 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13195 putting the input text in front and in bold.
13196
13197 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13200
13201 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13202 empty buffer.
13203
13204 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13205 unread-command-events rather than pushing yet-another event.
13206
13207 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13208
13209 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13210 the explanation of the possible choices. Make the options passed
13211 to completing-read shorter.
13212
13213 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13214
13215 * textmodes/flyspell.el (flyspell-large-region): Make sure
13216 extended character mode is used if defined (Bug#1339).
13217
13218 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13219
13220 * simple.el (what-cursor-position): Fix the display of the
13221 character info for LRE, LRO, RLE, and RLO characters by appending
13222 an invisible PDF.
13223
13224 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13227 even in case of error; add debug spec; simplify data flow.
13228 (with-timeout-handler): Remove.
13229
13230 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13231
13232 Fix Bug#6019, Bug#9315.
13233
13234 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13235 complete `buffer-file-name', the local file name part could look
13236 remotely (for example on VMS).
13237
13238 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13239 `tramp-run-real-handler'.
13240 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13241 already quoted by '"'.
13242
13243 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13244 Let `file-name-handler-alist' be nil, the local file name part
13245 could look remotely (for example on VMS).
13246
13247 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13250 from here...
13251 (flyspell-post-command-hook): ...to here.
13252
13253 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13256 if not needed.
13257 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13258 using completion. Protect against "slow" callers.
13259 Remove the "message hack".
13260
13261 2011-10-11 Juri Linkov <juri@jurta.org>
13262
13263 * isearch.el (isearch-lazy-highlight-word): New variable.
13264 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13265 Use it. (Bug#9727)
13266
13267 2011-10-11 Glenn Morris <rgm@gnu.org>
13268
13269 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13270 like f90-previous-statement does.
13271
13272 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13273
13274 * eshell/eshell.el (eshell-command): History should be saved
13275 only in interactive use, to avoid error.
13276
13277 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * minibuffer.el (completion-file-name-table): Fix last change,
13280 i.e. ignore normal errors but not the other ones.
13281
13282 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13283
13284 * window.el (special-display-buffer-names)
13285 (special-display-regexps): Remove some remnants of earlier
13286 changes from doc-strings.
13287 (quit-windows-on): New function.
13288
13289 * vc/vc.el (vc-revert, vc-rollback):
13290 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13291 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13292 (Bug#6183) (Bug#7074) (Bug#7447)
13293
13294 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13295
13296 * window.el (frame-auto-hide-function): Add version tag.
13297 (Bug#9699)
13298
13299 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13300
13301 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13302 condition.
13303
13304 2011-10-09 Leo Liu <sdl.web@gmail.com>
13305
13306 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13307 (Bug#9701)
13308
13309 2011-10-08 Glenn Morris <rgm@gnu.org>
13310
13311 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13312 before the first code statement zero indent. (Bug#9690)
13313
13314 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * simple.el (count-words-region): Always count in the region.
13317 Report the number of lines and characters too.
13318 (count-words): New command, which counts in the buffer if the
13319 region is inactive, as count-words-region used to.
13320 (count-words--message): New function. Handle plurals.
13321 (count-lines-region): Make it an alias for count-words-region.
13322
13323 * bindings.el (esc-map): Replace count-lines-region with
13324 count-words-region.
13325
13326 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13327
13328 * window.el (window--delete): Delete dedicated frame
13329 unconditionally when argument KILL is non-nil. (Bug#9699)
13330 (switch-to-buffer): Fix doc-string typo.
13331
13332 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13333
13334 * eshell/eshell.el (eshell-command): Avoid using hooks.
13335
13336 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13337
13338 * bindings.el ([M-left],[M-right]): Bind to left-word and
13339 right-word respectively.
13340
13341 2011-10-07 Glenn Morris <rgm@gnu.org>
13342
13343 * cus-start.el (debug-on-quit): Fix custom type.
13344
13345 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13346
13347 * subr.el (define-key-after): Clarify that the function is not
13348 useful for non-menu keymaps.
13349
13350 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13351
13352 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13353
13354 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13355 in current minibuffer (Fix bug with recursive minibuffers).
13356
13357 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * progmodes/gdb-mi.el (gdb): Doc fix.
13360
13361 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13362
13363 * window.el (frame-auto-hide-function): New option replacing
13364 frame-auto-delete. Suggested by Stefan Monnier.
13365 (window--delete): Call frame-auto-hide-function instead of
13366 investigating frame-auto-delete.
13367 (window-point-1, set-window-point-1): New functions.
13368 (window-in-direction, record-window-buffer, window-state-get-1)
13369 (display-buffer-record-window): Use window-point-1 instead of
13370 window-point.
13371 (set-window-buffer-start-and-point): Use set-window-point-1.
13372
13373 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13376
13377 2011-10-05 Glenn Morris <rgm@gnu.org>
13378
13379 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13380 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13381
13382 2011-10-05 Leo Liu <sdl.web@gmail.com>
13383
13384 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13385 works with buffer object.
13386
13387 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * mpc.el (mpc-tool-bar-map): Add labels.
13390
13391 2011-10-04 Glenn Morris <rgm@gnu.org>
13392
13393 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13394
13395 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13396
13397 * window.el (window--delete): New function.
13398 (frame-auto-delete): Resuscitate option.
13399 (bury-buffer, replace-buffer-in-windows)
13400 (quit-window): Rewrite using window--delete.
13401 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13402 Pass display-buffer-mark-dedicated to window--display-buffer-2
13403 (Bug#9639).
13404
13405 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13408 returns a list (bug#9554). Add remote file name completion.
13409 * comint.el (comint--table-subvert): Curry and get quote&unquote
13410 functions as arguments.
13411 (comint--complete-file-name-data): Adjust call accordingly.
13412 * pcomplete.el (pcomplete--table-subvert): Remove.
13413 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13414
13415 * minibuffer.el (completion-table-case-fold): Use currying.
13416 (completion--styles-type, completion--cycling-threshold-type):
13417 New constants.
13418 (completion-styles, completion-category-overrides)
13419 (completion-cycle-threshold): Use them.
13420 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13421 completion-table-case-fold.
13422
13423 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13424
13425 * minibuffer.el (completion-category-overrides): Fix type of styles
13426 and add more user friendly tags (bug#9660).
13427
13428 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13431 (mule-input-method-string): New widget.
13432 (default-input-method, language-info-custom-alist): Use it.
13433
13434 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * pcomplete.el: Require comint.
13437 (pcomplete--common-suffix): Remove.
13438 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13439 (pcomplete--table-subvert): Sync with comint--table-subvert.
13440 (pcomplete--entries): Use comint-completion-file-name-table.
13441 * comint.el (comint-unquote-filename): Simplify.
13442 (comint-completion-file-name-table): New function (bug#9616).
13443 (comint--complete-file-name-data): Use it.
13444
13445 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13446 (pcmpl-gnu-tar-buffer): Remove.
13447 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13448 around. Make sure pcomplete-suffix-list is only changed temporarily.
13449 Don't look inside the tar's file if it's too large.
13450
13451 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13452
13453 * cus-edit.el (custom-mode-map):
13454 * epa.el (epa-key-list-mode-map):
13455 * man.el (Man-mode-map):
13456 * startup.el (splash-screen-keymap):
13457 * simple.el (special-mode-map): Use scroll-up-command and
13458 scroll-down-command.
13459
13460 * progmodes/idlw-help.el (idlwave-help-mode-map):
13461 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13462 * net/newst-plainview.el (newsticker-mode-map):
13463 * emulation/ws-mode.el (wordstar-mode-map):
13464 * emulation/vi.el (vi-com-map):
13465 * calc/calc-graph.el (calc-graph-show-dumb):
13466 * term/sun.el (terminal-init-sun):
13467 * term/ns-win.el (global-map):
13468 * progmodes/grep.el (grep-mode-map):
13469 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13470 * mail/rmail.el (rmail-mode-map):
13471 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13472
13473 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13474 custom-safe-themes as special.
13475
13476 2011-10-01 Julien Danjou <julien@danjou.info>
13477
13478 * notifications.el (notifications-notify): Fix docstring.
13479
13480 2011-10-01 Per Starbäck <per@starback.se>
13481
13482 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13483
13484 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13485
13486 * startup.el (command-line-1): Fix last fix by inserting
13487 initial-scratch-message into *scratch* before displaying it.
13488 (Bug#9605) and (Bug#9636)
13489
13490 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13491
13492 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13493 window is hscrolled, move by logical lines. (Bug#9607)
13494 (line-move-visual): Update the doc string to the above effect.
13495
13496 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13497
13498 * window.el (display-buffer-record-window): When WINDOW is the
13499 selected window use `point' instead of `window-point'. (Bug#9626)
13500
13501 * startup.el (command-line-1): Use insert-before-markers when
13502 inserting initial-scratch-message. (Bug#9605)
13503
13504 * help.el (help-window): Remove variable.
13505
13506 2011-09-29 Glenn Morris <rgm@gnu.org>
13507
13508 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13509
13510 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13511
13512 * descr-text.el (describe-char-categories): Accept category
13513 descriptions more than one line long.
13514
13515 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * simple.el (delete-trailing-whitespace): Fix last change.
13518
13519 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13520 Don't confuse "y => 3" as the beginning of a `y' operation.
13521
13522 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13523 object has more than 4 slots (bug#9613).
13524
13525 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13526
13527 * subr.el (with-output-to-temp-buffer):
13528 * net/quickurl.el (quickurl, quickurl-browse-url):
13529 Fix typos in docstrings.
13530
13531 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13532
13533 * minibuffer.el (completion-styles)
13534 (completion-category-overrides): Cross reference each other in doc
13535 strings.
13536
13537 2011-09-27 Glenn Morris <rgm@gnu.org>
13538
13539 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13540 to split-string. (Bug#9606)
13541
13542 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13543
13544 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13545 (bug#9615).
13546
13547 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13548
13549 * emacs-lisp/package.el (list-packages): Fix echo area message.
13550
13551 2011-09-27 Leo Liu <sdl.web@gmail.com>
13552
13553 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13554
13555 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13556
13557 * net/dbus.el (dbus-unregister-object): Don't release services for
13558 registered signals. (Bug#9581)
13559
13560 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13561
13562 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13563 function that picks between cfengine 2 and 3 support
13564 automatically. Update docs accordingly.
13565
13566 2011-09-22 Kenichi Handa <handa@m17n.org>
13567
13568 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13569 ZERO.
13570 (indian-itrans-v5-table-for-tamil): New variable.
13571 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13572
13573 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13574
13575 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13576 that's true if the current command involved collapsing of text.
13577 It's reset to false at the beginning of the next command.
13578 (allout-post-command-business): Move the cursor to the beginning
13579 of entry if the cursor is hidden and collapsing activity just
13580 happened.
13581
13582 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13585 tracking (Bug#9541).
13586
13587 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13588
13589 * net/newst-reader.el (newsticker-html-renderer)
13590 (newsticker-show-news): Automatically load html rendering package
13591 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13592 because w3m-fill-column is let-bound" and the error "Symbol's value
13593 as variable is void: w3m-fill-column".
13594
13595 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13596
13597 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13598 Release services only if they are defined. (Bug#9581)
13599
13600 2011-09-23 Richard Stallman <rms@gnu.org>
13601
13602 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13603 distinguish start of paragraph from start of its text.
13604
13605 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13606
13607 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13608 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13609 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13610
13611 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13612
13613 * international/mule-diag.el (mule-diag): Insert a newline after
13614 each fontset description.
13615
13616 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * simple.el (delete-trailing-whitespace):
13619 Document last change; simplify.
13620
13621 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13622
13623 * simple.el (delete-trailing-whitespace): Also delete
13624 extra newlines at the end of the buffer.
13625
13626 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13627 (picture-newline): Use forward-line so as to ignore fields.
13628
13629 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * subr.el (with-wrapper-hook): Fix edebug spec.
13632
13633 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13634
13635 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13636 (bug#4538).
13637
13638 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13639
13640 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13641 Fix nasty bug using wrong cached values.
13642
13643 2011-09-23 Alan Mackenzie <acm@muc.de>
13644
13645 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13646
13647 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13648
13649 * window.el (pop-to-buffer): Ensure right window is selected if we
13650 chose another frame.
13651
13652 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13653
13654 * simple.el (what-cursor-position): Use get-char-property-change
13655 and next-single-char-property-change, to be able to show display
13656 properties that come from overlays as well as text properties.
13657
13658 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13659
13660 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13661
13662 * cmuscheme.el (run-scheme, switch-to-scheme):
13663 * cus-edit.el (customize-group, custom-buffer-create)
13664 (customize-browse):
13665 * info.el (info):
13666 * shell.el (shell):
13667 * mail/sendmail.el (mail):
13668 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13669
13670 2011-09-22 Richard Stallman <rms@gnu.org>
13671
13672 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13673 move back only to line beg, don't move back over blank lines.
13674
13675 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13676
13677 * files.el (copy-directory): Set directory attributes only in case
13678 they could be retrieved from the source directory. (Bug#9565)
13679
13680 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13681
13682 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13683 (hs-find-block-beginning, hs-hide-level-recursive):
13684 Ignore strings as well as comments. (Bug#9502)
13685
13686 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13687
13688 * progmodes/sql.el (sql-comint-postgres):
13689 Convert port number to a string. (Bug#9566)
13690
13691 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13692
13693 * window.el (quit-window): Undedicate window when switching to
13694 previous buffer. Reported by Thierry Volpiatto
13695 <thierry.volpiatto@gmail.com>.
13696 (special-display-popup-frame): When popping up a new frame reset
13697 its previous buffers to nil. Simplify code.
13698
13699 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13702 and process filter, as done also in `shell-command'.
13703
13704 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13705
13706 * window.el (set-window-buffer-start-and-point):
13707 Call set-window-start with NOFORCE argument t.
13708 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13709 (quit-window): Reword doc-string. Handle new format of
13710 quit-restore parameter. Don't delete window if it has a
13711 previous buffer we can show instead of the present one.
13712 (display-buffer-record-window): Rewrite using a new format for
13713 the quit-restore window parameter
13714 (special-display-popup-frame, display-buffer-same-window)
13715 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13716 (display-buffer-pop-up-window, display-buffer-use-some-window):
13717 Adapt symbol passed to display-buffer-record-window.
13718 * help.el (help-window-setup): Handle new format of quit-restore
13719 parameter.
13720
13721 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * faces.el (face-list): Fix docstring (bug#9564).
13724
13725 * window.el (display-buffer--action-function-custom-type):
13726 Don't include internal functions in the Custom interface.
13727
13728 2011-09-20 Juri Linkov <juri@jurta.org>
13729
13730 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13731 (Info-forward-node, Info-backward-node, Info-next-preorder)
13732 (Info-last-preorder): Use it. (Bug#9528)
13733
13734 2011-09-20 Juri Linkov <juri@jurta.org>
13735
13736 * info.el (Info-last-preorder): Visit last menu item only when
13737 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13738
13739 2011-09-20 Julien Danjou <julien@danjou.info>
13740
13741 * password-cache.el (password-cache-remove): Remove entries even if the
13742 value is nil, so that password with a nil value (negative caching) is
13743 possible to invalidate.
13744
13745 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13746
13747 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13748 all whitespace around breakpoint. (Bug#9553)
13749 (f90-find-breakpoint): Only break at whitespace inside a comment.
13750
13751 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * minibuffer.el (completion-file-name-table): Keep track of errors.
13754 (completion-table-with-predicate): Handle the case where pred1 is nil.
13755 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13756
13757 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13760 (debugger-return-value): Signal an error if the debugging context does
13761 not await any return value.
13762
13763 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13764 * image-mode.el (image-toggle-display-text)
13765 (image-toggle-display-image): Stay away from evil `intangible'.
13766
13767 2011-09-19 Leo Liu <sdl.web@gmail.com>
13768
13769 * replace.el (occur-revert-arguments): Make it permanent-local.
13770 (occur-mode): Don't call font-lock-defontify.
13771
13772 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13773
13774 * net/ldap.el (ldap-search-internal): Don't push empty search
13775 result (Bug#9508).
13776
13777 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13780
13781 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13782
13783 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13784 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13785
13786 2011-09-18 Juri Linkov <juri@jurta.org>
13787
13788 * buff-menu.el (Buffer-menu-mode-map):
13789 * dired.el (dired-mode-map):
13790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13791 (lisp-interaction-mode-map):
13792 * emacs-lisp/package.el (package-menu-mode-map):
13793 * epa.el (epa-key-list-mode-map):
13794 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13795 (menu-bar-options-menu):
13796 * outline.el (outline-mode-menu-bar-map):
13797 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13798 * vc/vc-dir.el (vc-dir-menu-map):
13799 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13800 Capitalize non-function content words in menu item strings.
13801
13802 * dired.el (dired-mode-map): Add menu item for
13803 `image-dired-dired-toggle-marked-thumbs'.
13804
13805 2011-09-18 Juri Linkov <juri@jurta.org>
13806
13807 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13808 to `isearch-case-fold-search' and restore its original value
13809 after the `isearch-mode' call.
13810
13811 2011-09-18 Juri Linkov <juri@jurta.org>
13812
13813 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13814 because `zgrep' returns 1 for successful matches (bug#9226).
13815
13816 2011-09-18 Juri Linkov <juri@jurta.org>
13817
13818 * info.el (Info-extract-menu-node-name): Check the second match
13819 for empty string (second test-case of bug#9528).
13820 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13821 intermediate nodes to the history (first test-case of bug#9528).
13822
13823 2011-09-18 Juri Linkov <juri@jurta.org>
13824
13825 * info.el (Info-mode-syntax-table): New variable.
13826 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13827
13828 2011-09-18 Juri Linkov <juri@jurta.org>
13829
13830 * info.el (Info-file-supports-index-cookies):
13831 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13832 outputs one more line for long file names (bug#4142).
13833
13834 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13835
13836 * newcomment.el (comment-normalize-vars): If prompting for
13837 comment-start, set comment-start-skip too (Bug#8424).
13838
13839 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13840
13841 * icomplete.el: Fix previous fix of Bug#5849.
13842 (icomplete-mode): Don't set completion-show-inline-help.
13843 (icomplete-minibuffer-setup): Set completion-show-inline-help
13844 locally during icompletion.
13845
13846 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * woman.el (woman2-process-escapes): Don't delete unrecognized
13849 escapes (Bug#7843).
13850
13851 * files.el (inhibit-first-line-modes-regexps): Add image files.
13852 (hack-local-variables-prop-line): Return nil for malformed
13853 prop-lines (Bug#9044).
13854
13855 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13856
13857 * net/tramp.el (top): Don't require 'shell.
13858 (tramp-methods): Fix docstring.
13859 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13860 Return complete remote file name. Handle "smb" case.
13861 Use `tramp-tmpdir', if defined for the respective method.
13862 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13863
13864 * net/tramp-compat.el (top): Require 'shell.
13865
13866 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13867 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13868 `tramp-current-host'.
13869 (tramp-get-remote-tmpdir): Remove.
13870
13871 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13872 `tramp-tmpdir' entries.
13873 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13874 (tramp-smb-handle-file-attributes): Ignore errors.
13875 (tramp-smb-wait-for-output): Check also for process end.
13876
13877 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13878
13879 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13880 when sending QUIT (bug#9312).
13881
13882 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13885 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13886 occur-mode-display-occurrence.
13887 (occur-edit-mode): Add usage message.
13888 (occur-cease-edit): New command.
13889 (occur-after-change-function): Use text properties to find the
13890 position of the prefix text.
13891 (occur-engine): Set stickiness of prefix text properties.
13892
13893 2011-09-17 Glenn Morris <rgm@gnu.org>
13894
13895 * progmodes/etags.el (complete-tag):
13896 Fix call to completion-in-region. (Bug#9526)
13897
13898 2011-09-17 Juri Linkov <juri@jurta.org>
13899
13900 * textmodes/ispell.el (ispell-word): Add to the error message
13901 the word, ispell program name and current dictionary (bug#9121).
13902 (ispell-tex-arg-end): Capitalize "error" in the error message.
13903
13904 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13905
13906 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13907 check. (Bug#4251)
13908
13909 2011-09-17 Juri Linkov <juri@jurta.org>
13910
13911 * window.el (window-safe-min-height, window-safe-min-width):
13912 Fix typos (followup to bug#9522).
13913
13914 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13915
13916 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13917
13918 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13919
13920 * simple.el (line-move): If goal-column is set, move by logical
13921 lines, not by display lines. (Bug#971)
13922 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13923 to reflect the above change.
13924
13925 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13926
13927 * image.el (imagemagick-register-types): Use regexp-opt.
13928
13929 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13930
13931 * window.el (display-buffer-base-action): Rename from
13932 display-buffer-default-action. Make default value empty.
13933 (display-buffer-overriding-action): Convert to defvar.
13934 (display-buffer-fallback-action): New var.
13935
13936 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13937
13938 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13939 declaration.
13940 (package--add-to-archive-contents): If there is a duplicate entry
13941 with an older version, remove it.
13942 (package-menu-mark-delete, package-menu-mark-install)
13943 (package-menu-mark-unmark): Make unused args optional.
13944 (package-menu-mark-obsolete-for-deletion):
13945 Use package-menu-get-status instead of a regexp search.
13946 (package-menu-get-status): Use tabulated-list-entry.
13947 (package-menu-mark-upgrades): New command.
13948 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13949 (package-menu-execute): Do installation before deletion.
13950 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13951 instead of checking major-mode.
13952 (package-menu--find-upgrades): New function.
13953
13954 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13955
13956 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13957 passwords in the log buffer.
13958 (smtpmail-process-filter): Update the process marker so that the
13959 "broken by peer" status message is inserted in the right place.
13960
13961 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13964 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13965 bibtex-completion-at-point-function.
13966 (bibtex-completion-at-point-function): Use them.
13967
13968 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13969
13970 * mpc.el (mpc-constraints-tag-lookup): New function.
13971 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13972 also to browser "album|playlist".
13973
13974 2011-09-14 Juri Linkov <juri@jurta.org>
13975
13976 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13977 (isearch-edit-string): Use length of `isearch-string' when
13978 `isearch-fail-pos' returns nil.
13979 (isearch-message): Remove duplicate code and call
13980 `isearch-fail-pos' with arg `t'.
13981
13982 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13983
13984 * replace.el (occur-mode-goto-occurrence): Don't force using other
13985 window (Bug#9499).
13986
13987 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13988
13989 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13990
13991 * window.el (display-buffer-window): Remove.
13992 (display-buffer-record-window): Use help-setup window parameter
13993 instead of variable display-buffer-window.
13994 (display-buffer-function, special-display-buffer-names)
13995 (special-display-function): Mention help-setup parameter instead
13996 of display-buffer-window in doc-string.
13997 * help.el (help-window-setup): New argument help-window.
13998 Use help-window-setup parameter instead of display-buffer-window.
13999 Reword some messages.
14000 (with-help-window): Pass window used for displaying the buffer
14001 to help-window-setup. Don't set display-buffer-window.
14002
14003 2011-09-13 Glenn Morris <rgm@gnu.org>
14004
14005 * emacs-lisp/debug.el (debugger-make-xrefs):
14006 Preserve point. (Bug#9462)
14007
14008 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14009
14010 * window.el (window-deletable-p): Use next-frame.
14011
14012 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14013
14014 * window.el (window-auto-delete): Remove.
14015 (window-deletable-p): Remove argument FORCE. Don't deal with
14016 dedication and previous buffers.
14017 (switch-to-prev-buffer): Don't delete window.
14018 (delete-windows-on): Delete a window's frame if and only if the
14019 window is dedicated.
14020 (replace-buffer-in-windows): Delete buffer's window or frame if
14021 and only if window is dedicated.
14022 (quit-window): Handle quit-restore as before last change.
14023 (bury-buffer): Delete window only if window-deletable-p returns t.
14024
14025 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14026
14027 * window.el (window-deletable-p): Never delete the last frame on a
14028 given terminal.
14029
14030 2011-09-13 Glenn Morris <rgm@gnu.org>
14031
14032 * help.el (describe-key-briefly): Copy previous standard-output change.
14033
14034 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14035
14036 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14037
14038 2011-09-13 Glenn Morris <rgm@gnu.org>
14039
14040 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14041 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14042
14043 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14044
14045 * dired-aux.el (dired-mark-read-string): Don't return default
14046 value on empty input (Bug#9361).
14047 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14048 Omit initial minibuffer contents.
14049 (dired-do-chmod): Signal an error on empty input.
14050 (dired-mark-read-string): Don't return default on empty input.
14051
14052 * files.el (file-modes-symbolic-to-number): Doc fix.
14053
14054 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * international/mule-cmds.el (ucs-completions): Remove.
14057 (read-char-by-name): Use complete-with-action instead; add metadata.
14058
14059 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14060
14061 * window.el (display-buffer--action-function-custom-type)
14062 (display-buffer--action-custom-type): New vars.
14063 (display-buffer-alist, display-buffer-default-action)
14064 (display-buffer-overriding-action): Add defcustom types.
14065
14066 * frame.el (delete-other-frames): Doc fix (Bug#276).
14067
14068 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14069
14070 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14071
14072 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14073
14074 Change modes that used same-window-* vars to use switch-to-buffer.
14075
14076 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14077 Use switch-to-buffer.
14078
14079 * cus-edit.el (customize-group, custom-buffer-create)
14080 (customize-browse, custom-buffer-create-other-window):
14081 Use switch-to-buffer or switch-to-buffer-other-window.
14082
14083 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14084 (Info-prev, Info-up, Info-speedbar-goto-node)
14085 (info-display-manual): Use switch-to-buffer.
14086 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14087
14088 * mail/sendmail.el (mail): Use switch-to-buffer.
14089 (mail-recover): Use switch-to-buffer-other-window.
14090
14091 * cmuscheme.el (run-scheme, switch-to-scheme):
14092 * ielm.el (ielm):
14093 * shell.el (shell):
14094 * net/rlogin.el (rlogin):
14095 * net/telnet.el (telnet, rsh):
14096 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14097
14098 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14099
14100 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14101
14102 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14103
14104 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14105 so don't mention it (bug#9301).
14106 (dired-sort-toggle-or-edit): Clarify string further.
14107
14108 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14109 match `x', `w32' and `ns', like the manual says (bug#9029).
14110
14111 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14112 (process-kill-buffer-query-function): Mention the buffer name in
14113 the query.
14114
14115 * image-mode.el (image-next-line): The line parameter is mandatory
14116 (bug#9258).
14117
14118 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14119 which can be useful (bug#9301).
14120
14121 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14122
14123 * subr.el (match-string): Mention that the current buffer should
14124 be the same as the search was done in (bug#9282).
14125
14126 * facemenu.el: Disable the remove-* commands if the mark isn't
14127 active (bug#9162).
14128
14129 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14132 of display-buffer.
14133 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14134
14135 * replace.el (occur-mode-goto-occurrence)
14136 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14137 and display-buffer.
14138
14139 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14140 display-buffer.
14141
14142 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14143 special-display and same-window variables.
14144 (mail-other-window): Use switch-to-buffer-other-window.
14145 (mail-other-frame): USe switch-to-buffer-other-frame.
14146
14147 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14148 Use display-buffer-other-frame.
14149 (gdb-display-gdb-buffer): Use pop-to-buffer.
14150
14151 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14152
14153 * progmodes/python.el: Don't set same-window-buffer-names.
14154
14155 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14156
14157 * window.el (display-buffer-alist): Add *Python*.
14158
14159 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14160
14161 * window.el (display-buffer-alist): Add entry for buffers
14162 previously handled same-window-*.
14163 (display-buffer-alist, display-buffer-default-action)
14164 (display-buffer-overriding-action): Mark as risky.
14165 (display-buffer-alist): Document action function changes.
14166 (display-buffer--same-window-action)
14167 (display-buffer--other-frame-action): New variables.
14168 (switch-to-buffer, display-buffer-other-frame): Use them.
14169 (display-buffer): Rename reuse-frame entry to reusable-frames.
14170 (display-buffer-reuse-selected-window): Function deleted.
14171 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14172 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14173 (display-buffer-special): New function.
14174 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14175 display-buffer-reuse-or-pop-window. Split off special-display
14176 part into display-buffer-special.
14177 (display-buffer-use-some-window): Don't perform any special
14178 pop-up-frames handling.
14179 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14180 (display-buffer--maybe-same-window): Rename from
14181 display-buffer-maybe-same-window.
14182
14183 * info.el: Don't set same-window-regexps.
14184 (info-setup): New function.
14185 (info-other-window, info): Call it.
14186
14187 * cus-edit.el: Don't set same-window-regexps.
14188 (customize-group): New argument.
14189 (customize-group-other-window): Use it.
14190 (customize-face, customize-face-other-window): Likewise.
14191 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14192
14193 * net/rlogin.el:
14194 * net/telnet.el:
14195 * progmodes/gud.el: Don't set same-window-regexps.
14196
14197 * cmuscheme.el:
14198 * ielm.el:
14199 * shell.el:
14200 * mail/sendmail.el:
14201 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14202
14203 2011-09-10 Juri Linkov <juri@jurta.org>
14204
14205 * isearch.el (isearch-edit-string): Remove obsolete mention of
14206 `C-w' (`isearch-yank-word-or-char') from docstring.
14207 (isearch-query-replace): Fix typo in docstring (bug#9466).
14208
14209 2011-09-10 Juri Linkov <juri@jurta.org>
14210
14211 * paren.el (show-paren-function): Don't show escaped parens.
14212 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14213
14214 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14215
14216 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14217 (mm-default-file-encoding): Remove autoload forms, they are
14218 replaced with autoload cookies in mml.el and mm-encode.el.
14219 (mail-add-attachment): New command.
14220 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14221 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14222 the doc string.
14223 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14224
14225 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14226
14227 * simple.el (count-words-region): Use buffer if there's no region
14228 (bug#9429).
14229
14230 2011-09-09 Juri Linkov <juri@jurta.org>
14231
14232 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14233 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14234 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14235
14236 2011-09-09 Alan Mackenzie <acm@muc.de>
14237
14238 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14239 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14240
14241 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14242
14243 Fix for Savannah bug#9392.
14244 * simple.el (mail-encode-mml): New defvar.
14245
14246 * mail/rmail.el (mail-encode-mml): Add a defvar.
14247 (rmail-enable-mime-composing): Default to t.
14248 (rmail-forward): Use MIME method of forwarding only if both
14249 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14250 Set mail-encode-mml non-nil if the MIME method was used.
14251
14252 * mail/sendmail.el (mml-to-mime): Add autoload form.
14253 (mail-encode-mml): Add a defvar.
14254 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14255 to nil.
14256 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14257 message through mml-to-mime, and reset mail-encode-mml to nil.
14258
14259 2011-09-09 Glenn Morris <rgm@gnu.org>
14260
14261 * woman.el (woman-if-body): When processing an .el block,
14262 do not delete the next .el block as well. (Bug#9447)
14263 (woman-special-characters): Add oq, cq, and hy characters.
14264
14265 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14266
14267 * window.el (window-deletable-p): Make sure window is live before
14268 invoking window-prev-buffers.
14269
14270 2011-09-08 Leo Liu <sdl.web@gmail.com>
14271
14272 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14273
14274 2011-09-08 Juri Linkov <juri@jurta.org>
14275
14276 * progmodes/compile.el (compilation-environment): Make it
14277 a defcustom (bug#8340).
14278
14279 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14280
14281 * window.el (frame-auto-delete): Rename to window-auto-delete.
14282 Make it control auto-deletion of windows and/or frames.
14283 (window-deletable-p): New argument FORCE. Rewrite conditions
14284 for deleting window/frame. (Bug#9419)
14285 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14286 Rewrite handling of case when window/frame can be deleted.
14287 (delete-windows-on): Call window-deletable-p with new FORCE
14288 argument t. (Bug#9456)
14289
14290 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14291
14292 * help-mode.el (help-mode): Restore autoload.
14293
14294 2011-09-07 Juri Linkov <juri@jurta.org>
14295
14296 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14297 `compilation-environment'. Set buffer-local
14298 `compilation-environment' to `thisenv' later after (funcall mode).
14299 (Bug#8340)
14300
14301 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14302 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14303 instead of replacing its value. (Bug#8340)
14304
14305 2011-09-07 Juri Linkov <juri@jurta.org>
14306
14307 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14308 based on text properties put by `grep-filter' instead of matching
14309 escape sequences.
14310 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14311 to the value of `grep-error-screen-columns' (bug#9438).
14312
14313 2011-09-07 Juri Linkov <juri@jurta.org>
14314
14315 * simple.el (next-error-highlight, next-error-highlight-no-select):
14316 Doc fix (bug#9432).
14317
14318 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14319
14320 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14321 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14322
14323 2011-09-07 Leo Liu <sdl.web@gmail.com>
14324
14325 * net/rcirc.el (rcirc-mode): Conditionally initialize
14326 rcirc-input-ring.
14327
14328 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emacs-lisp/find-func.el (find-function-C-source): Only set
14331 find-function-C-source-directory after checking that we found a source
14332 file there (bug#9440).
14333
14334 2011-09-06 Alan Mackenzie <acm@muc.de>
14335
14336 * isearch.el (isearch-other-meta-char): Wherever a key list is
14337 unread, "unread" the prefix arg, too. This fixes bug #8901.
14338
14339 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14340
14341 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14342
14343 2011-09-05 Juri Linkov <juri@jurta.org>
14344
14345 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14346
14347 2011-09-05 Juri Linkov <juri@jurta.org>
14348
14349 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14350 keeping point where processing of grep matches begins, and
14351 continue to delete remaining escape sequences from the same point.
14352 (grep-filter): Make leading zero optional in "0?1;31m" because
14353 git-grep emits "\033[1;31m" escape sequences unlike expected
14354 "\033[01;31m" as GNU Grep does (bug#9408).
14355 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14356
14357 2011-09-05 Juri Linkov <juri@jurta.org>
14358
14359 * subr.el (y-or-n-p): Capitalize "yes".
14360
14361 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14362
14363 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14364 `tramp-cache-unload-hook' where appropriate.
14365 (tramp-methods): Rename `tramp-remote-sh' to
14366 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14367 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14368
14369 * net/tramp-sh.el (top): Don't require 'shell.
14370 (tramp-methods): Add `tramp-remote-shell' and
14371 `tramp-remote-shell-args' entries.
14372 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14373 (tramp-sh-handle-shell-command): Remove.
14374 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14375 Use `tramp-remote-shell'.
14376
14377 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14378
14379 * mail/sendmail.el (sendmail-query-once-function): Delete.
14380 (sendmail-query-once): Save directly to send-mail-function.
14381 Update message-send-mail-function too.
14382
14383 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14384
14385 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14386
14387 * progmodes/python.el (python-mode-map): Use correct function to
14388 start python interpreter from menu-bar (as reported by Geert
14389 Kloosterman).
14390 (inferior-python-mode-map): Fix typo.
14391 (python-shell-map): Remove.
14392
14393 2011-09-03 Deniz Dogan <deniz@dogan.se>
14394
14395 * net/rcirc.el (rcirc-print): Simplify code for
14396 rcirc-scroll-show-maximum-output. There is no need to walk
14397 through all windows to find the right one.
14398
14399 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14400
14401 * help.el (help-return-method): Doc fix.
14402
14403 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14404
14405 * window.el (window-deletable-p): Don't return a non-nil value
14406 when there's a buffer that was shown in the window before.
14407 (Bug#9419)
14408 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14409 Set window's previous buffers to nil.
14410
14411 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14412
14413 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14414 newline before and after the tag line, so it doesn't interfere
14415 with determining the paragraph direction of bidirectional text.
14416
14417 2011-09-03 Leo Liu <sdl.web@gmail.com>
14418
14419 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14420
14421 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14422
14423 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14424 (pop-to-buffer): Change interactive spec. Pass second argument
14425 directly to display-buffer.
14426 (display-buffer): Fix interactive spec. Use functionp to
14427 distinguish between a function and a list of functions.
14428
14429 * abbrev.el (edit-abbrevs):
14430 * arc-mode.el (archive-extract):
14431 * autoinsert.el (auto-insert):
14432 * bookmark.el (bookmark-bmenu-list):
14433 * files.el (find-file):
14434 * view.el (view-buffer):
14435 * progmodes/compile.el (compilation-goto-locus):
14436 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14437
14438 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14439
14440 * window.el (display-buffer-alist): Doc fix.
14441 (display-buffer): Add docstring. Don't treat
14442 display-buffer-default specially.
14443 (display-buffer-reuse-selected-window)
14444 (display-buffer-same-window, display-buffer-maybe-same-window)
14445 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14446 (display-buffer-pop-up-window)
14447 (display-buffer-reuse-or-pop-window)
14448 (display-buffer-use-some-window): New functions.
14449 (display-buffer-default-action): Use them.
14450 (display-buffer-default): Delete.
14451 (pop-to-buffer-1): Fix choice of actions.
14452
14453 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * minibuffer.el (completion--insert-strings): Don't get confused by
14456 completion entries that end with an LF char.
14457
14458 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14459
14460 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14461
14462 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14463
14464 * window.el (display-buffer): Restore interactive spec.
14465 (display-buffer-same-window, display-buffer-other-window):
14466 New functions.
14467 (pop-to-buffer-1): New function. Use the above.
14468 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14469 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14470
14471 * view.el (view-buffer-other-window, view-buffer-other-frame):
14472 Just use pop-to-buffer.
14473
14474 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14475
14476 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14477
14478 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14479
14480 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14481
14482 2011-08-31 Richard Stallman <rms@gnu.org>
14483
14484 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14485 of the separation of rmail-view-buffer from rmail-buffer.
14486 If you say no to "replace original", the decrypt is in the
14487 view buffer. If you say yes, the decrypt goes into the
14488 rmail buffer also.
14489
14490 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14491
14492 * window.el (display-buffer-window): Rewrite doc-string.
14493 (display-buffer-record-window): New function.
14494 (display-buffer-macro-specifiers)
14495 (display-buffer-even-window-sizes, display-buffer-set-height)
14496 (display-buffer-set-width, display-buffer-in-window)
14497 (display-buffer-reuse-window, display-buffer-split-specifiers)
14498 (display-buffer-side-specifiers, display-buffer-split-window-1)
14499 (display-buffer-split-window, display-buffer-split-atom-window)
14500 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14501 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14502 (display-buffer-other-window-means-other-frame)
14503 (display-buffer-normalize-special)
14504 (display-buffer-normalize-default)
14505 (display-buffer-normalize-argument)
14506 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14507 (display-buffer-normalize-specifiers, display-buffer-frame)
14508 (display-buffer-same-window, display-buffer-same-frame)
14509 (display-buffer-other-window)
14510 (display-buffer-same-frame-other-window)
14511 (display-buffer-other-frame, pop-to-buffer-same-window)
14512 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14513 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14514 (switch-to-buffer-same-frame)
14515 (switch-to-buffer-other-window-same-frame)
14516 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14517 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14518 (display-buffer-alist-set): Remove.
14519 (display-buffer-function, special-display-buffer-names)
14520 (special-display-regexps, special-display-function):
14521 In doc-string refer to display-buffer-window and quit-restore
14522 parameter.
14523 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14524 (special-display-frame-alist, special-display-popup-frame)
14525 (same-window-buffer-names, same-window-regexps, same-window-p)
14526 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14527 (split-window-preferred-function, split-height-threshold)
14528 (split-width-threshold, window-splittable-p)
14529 (split-window-sensibly, window--try-to-split-window)
14530 (window--frame-usable-p, even-window-heights)
14531 (window--even-window-heights, window--display-buffer-1)
14532 (window--display-buffer-2, display-buffer-other-frame):
14533 Restore old Emacs 23 code, order and doc-strings where applicable.
14534 (display-buffer-default, display-buffer-assq-regexp): New functions.
14535 (display-buffer-alist): Rewrite doc-string.
14536 (display-buffer-default-action)
14537 (display-buffer-overriding-action): New variables.
14538 (display-buffer, switch-to-buffer): Rewrite.
14539 (pop-to-buffer): Restore Emacs 23 behavior but use
14540 window-normalize-buffer-to-display.
14541 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14542 Restore Emacs 23 behavior but use
14543 window-normalize-buffer-to-switch-to.
14544 (pop-to-buffer-same-window): Rewrite.
14545 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14546 Rewrite using Emacs 23 options.
14547
14548 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14549
14550 * net/tramp.el (tramp-root-regexp): Remove.
14551 (tramp-completion-file-name-regexp-unified)
14552 (tramp-completion-file-name-regexp-separate)
14553 (tramp-completion-file-name-regexp-url): Don't use leading volume
14554 letter on w32 systems. (Bug#5303, Bug#9311)
14555 (tramp-drop-volume-letter): Simplify definition.
14556 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14557
14558 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14561 (bug#9356).
14562
14563 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14564
14565 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14566
14567 2011-08-29 Juri Linkov <juri@jurta.org>
14568
14569 * isearch.el (isearch-done): Don't display message "Mark saved"
14570 when arg `edit' is non-nil to prevent its flicker in the echo area.
14571
14572 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14573
14574 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14575 obsolete packages for deletion.
14576
14577 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14578
14579 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14580 (help-mode): Derive help-mode from special-mode. Don't invoke
14581 view-mode from help-mode.
14582 (help-xref-override-view-map): Remove.
14583 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14584 view-mode is not used anymore.
14585
14586 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14587
14588 * server.el (server-port): Doc fix.
14589
14590 * cus-theme.el (custom-theme-choose-mode): Inherit from
14591 special-mode (Bug#9124).
14592 (custom-theme-choose-mode-map): Add special-mode to parent.
14593
14594 2011-08-28 Alan Mackenzie <acm@muc.de>
14595
14596 * progmodes/cc-fonts.el
14597 (c-make-font-lock-BO-decl-search-function): New function.
14598 (c-basic-matchers-after - "Fontify the clauses after various
14599 keywords"): Extract the three keyword lists for the 3 erroneous
14600 constructs from the list of four, and use the new function above
14601 in place of an old one.
14602
14603 2011-08-28 Deniz Dogan <deniz@dogan.se>
14604
14605 * net/rcirc.el (rcirc-insert-prev-input)
14606 (rcirc-insert-next-input): Remove unused argument.
14607
14608 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14611
14612 2011-08-27 Alan Mackenzie <acm@muc.de>
14613
14614 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14615 handle function pointer parameters properly.
14616
14617 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14618
14619 * window.el (display-buffer-reuse-window): Fix case where
14620 selected window was reused with non-nil OTHER-WINDOW argument.
14621 (Bug#9381)
14622
14623 2011-08-27 Deniz Dogan <deniz@dogan.se>
14624
14625 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14626 oftc's NickServ messages.
14627
14628 2011-08-27 Glenn Morris <rgm@gnu.org>
14629
14630 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14631
14632 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * emacs-lisp/package.el (package-install): Call package-initialize
14635 if called interactively.
14636
14637 2011-08-26 Leo Liu <sdl.web@gmail.com>
14638
14639 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14640
14641 2011-08-25 Juri Linkov <juri@jurta.org>
14642
14643 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14644 `search-whitespace-regexp' (bug#9364).
14645
14646 2011-08-25 Juri Linkov <juri@jurta.org>
14647
14648 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14649 `regexp-search-ring' to their global values to protect from
14650 updating by `read-from-minibuffer' (bug#9185).
14651
14652 2011-08-25 Juri Linkov <juri@jurta.org>
14653
14654 * textmodes/ispell.el (ispell-command-loop): Add newline
14655 at the end of the "Use option `i'..." line.
14656
14657 2011-08-25 Juri Linkov <juri@jurta.org>
14658
14659 * battery.el (display-battery-mode): If `battery-status-function'
14660 or `battery-mode-line-format' is nil, display the message and set
14661 `display-battery-mode' to nil (bug#9363).
14662
14663 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14664
14665 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14666 bidi-string-mark-left-to-right; they are unnecessary now.
14667
14668 2011-08-25 Deniz Dogan <deniz@dogan.se>
14669
14670 * net/quickurl.el: Documentation typo fixes.
14671
14672 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14673
14674 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14675
14676 2011-08-25 Glenn Morris <rgm@gnu.org>
14677
14678 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14679
14680 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14681 (smtpmail-via-smtp): Handle nil response from smtp.
14682
14683 2011-08-24 Juri Linkov <juri@jurta.org>
14684
14685 * proced.el (proced-marked): Inherit from `error' instead of
14686 `font-lock-warning-face'.
14687
14688 * ibuffer.el (ibuffer-marked-face): Change default face from
14689 `font-lock-warning-face' to `warning'.
14690 (ibuffer-deletion-face): Change default face from
14691 `font-lock-type-face' to `error'.
14692
14693 * battery.el (battery-update): Use the face `error' instead of
14694 `font-lock-warning-face' (bug#6117).
14695
14696 2011-08-24 Juri Linkov <juri@jurta.org>
14697
14698 * faces.el (success): Change face color from "Green3" to
14699 "ForestGreen" on light background (bug#9353).
14700
14701 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * window.el (quit-window): Rename from quit-restore-window.
14704 Use same arglist as old quit-window.
14705 (frame-auto-delete): Doc fix.
14706
14707 * view.el (view-mode-exit): Use quit-window.
14708
14709 2011-08-24 Juri Linkov <juri@jurta.org>
14710
14711 * isearch.el (isearch-ring-adjust1): Start visiting previous
14712 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14713 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14714 for empty search string (when the last search string is reused
14715 automatically) to adjust the isearch ring to the last element and
14716 prepare the correct index for further M-p commands (bug#9185).
14717
14718 2011-08-24 Kenichi Handa <handa@m17n.org>
14719
14720 * international/ucs-normalize.el: If decomposition property of
14721 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14722 nil.
14723 (nfd, nfkd): Likewise.
14724
14725 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14728 from process filters aren't reliably transmitted to the surrounding
14729 accept-process-output.
14730 (mpc-proc-check): New function.
14731 (mpc-proc-sync): Use it (bug#8293)
14732
14733 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14736 Add compatibility functions (bug#9313).
14737
14738 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14739
14740 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14741
14742 * international/uni-bidi.el: Regenerate.
14743
14744 2011-08-23 Kenichi Handa <handa@m17n.org>
14745
14746 * international/charprop.el:
14747 * international/uni-bidi.el:
14748 * international/uni-category.el:
14749 * international/uni-combining.el:
14750 * international/uni-comment.el:
14751 * international/uni-decimal.el:
14752 * international/uni-decomposition.el:
14753 * international/uni-digit.el:
14754 * international/uni-lowercase.el:
14755 * international/uni-mirrored.el:
14756 * international/uni-name.el:
14757 * international/uni-numeric.el:
14758 * international/uni-old-name.el:
14759 * international/uni-titlecase.el:
14760 * international/uni-uppercase.el: Regenerate.
14761
14762 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14763
14764 * help.el (help-window-setup): Fix message displayed when other
14765 window is reused. (Bug#9341)
14766
14767 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14770 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14771
14772 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14773 Mark obsolete.
14774 * shell.el (shell-parse-pcomplete-arguments): New function.
14775 (shell-completion-vars): Use it instead (bug#9160).
14776
14777 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14780 strings and comments (bug#9333).
14781
14782 * emacs-lisp/debug.el (debug-arglist): New function.
14783 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14784 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14785
14786 2011-08-22 Juri Linkov <juri@jurta.org>
14787
14788 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14789 Revert regexp that highlights output switches to its old
14790 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14791
14792 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14793 to check for empty output (bug#9226).
14794
14795 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14796
14797 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14798 symbol-constituent as the default, as that stops font-lock from
14799 working properly (Bug#8843).
14800
14801 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14802
14803 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14804 `coding-system-for-*' around the process open call to avoid
14805 auth-source side effects.
14806 (smtpmail-try-auth-methods): Expand the secret password.
14807 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14808 probe hangs.
14809
14810 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14813
14814 * emacs-lisp/find-func.el (find-function-noselect): New arg
14815 lisp-only.
14816
14817 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14818 signal an error for built-in functions (Bug#6664).
14819
14820 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14821
14822 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14823 (smtpmail-try-auth-methods): Use it.
14824
14825 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * font-lock.el (font-lock-fontify-region)
14828 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14829 (font-lock-default-unfontify-buffer)
14830 (font-lock-default-fontify-region)
14831 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14832
14833 * progmodes/compile.el (compilation-error-properties):
14834 Fix confusion between file struct and message struct (Bug#9319).
14835 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14836 `ant' regexp.
14837
14838 * net/browse-url.el (browse-url-firefox): Don't call
14839 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14840
14841 2011-08-20 Glenn Morris <rgm@gnu.org>
14842
14843 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14844
14845 * tutorial.el (tutorial--default-keys): Update some default bindings.
14846
14847 * files.el (hack-local-variables): Fully ignore case for "mode:".
14848
14849 2011-08-20 Alan Mackenzie <acm@muc.de>
14850
14851 Resolve invalid use of a regexp in regexp-opt.
14852
14853 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14854 detection for a java annotation.
14855
14856 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14857 detection for a java annotation.
14858
14859 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14860 handling for java.
14861 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14862
14863 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14864
14865 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14866 (Bug#9274).
14867
14868 2011-08-20 Alan Mackenzie <acm@muc.de>
14869
14870 Fontify CPP expressions correctly when starting in the middle of
14871 such a construct. Mainly for when jit-lock etc. starts a chunk
14872 here.
14873
14874 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14875 variable.
14876 (c-make-font-lock-search-form): New function, extracted from
14877 c-make-font-lock-search-function.
14878 (c-make-font-lock-search-function): Use the above function.
14879 (c-make-font-lock-context-search-function): New function.
14880 (c-cpp-matchers): Enhance the preprocessor expression case with
14881 the above function
14882 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14883 which takes an expression.
14884
14885 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14886
14887 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14888
14889 * window.el (display-buffer-reuse-window)
14890 (display-buffer-pop-up-window): Don't reuse or split a side
14891 window.
14892
14893 2011-08-19 Glenn Morris <rgm@gnu.org>
14894
14895 * files.el (hack-local-variables-prop-line, hack-local-variables):
14896 Downcase "Mode:". (Bug#9331)
14897
14898 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14899
14900 * international/characters.el: Add L and R categories.
14901
14902 * subr.el (bidi-string-mark-left-to-right): Rename from
14903 string-mark-left-to-right. Use category search.
14904
14905 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14906
14907 2011-08-18 Juri Linkov <juri@jurta.org>
14908
14909 * faces.el (error, warning, success): New faces with definitions
14910 copied from old default values of `font-lock-warning-face',
14911 `compilation-warning', `compilation-info' (bug#6117).
14912
14913 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14914
14915 * progmodes/compile.el (compilation-error): Inherit from `error'.
14916 (compilation-warning): Inherit from `warning'.
14917 (compilation-info): Inherit from `success'.
14918
14919 * dired.el (dired-marked): Inherit from `warning'.
14920 (dired-flagged): Inherit from `error'.
14921
14922 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14923
14924 * mail/smtpmail.el (auth-source): Require to avoid problems with
14925 binding variables (bug#9298). Also clean up some unused
14926 autoloads.
14927
14928 * net/network-stream.el (network-stream-open-starttls):
14929 Support using starttls.el without using gnutls-cli.
14930
14931 2011-08-17 Juri Linkov <juri@jurta.org>
14932
14933 * progmodes/grep.el (rgrep): Handle the case when
14934 `grep-find-command' is a cons cell (bug#9278).
14935
14936 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14937
14938 * window.el (display-buffer-pop-up-frame): Run frame creation
14939 function with BUFFER current (as special-display-popup-frame
14940 does). Reported by Drew Adams.
14941
14942 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14943
14944 * epa-mail.el: Simplify GnuPG group expansion using
14945 epg-expand-group.
14946 (epa-mail-group-alist, epa-mail-group-modtime)
14947 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14948 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14949 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14950 Remove.
14951
14952 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14953
14954 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14955
14956 2011-08-16 Alan Mackenzie <acm@muc.de>
14957
14958 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14959 Correct, to avoid the inside of macros.
14960
14961 2011-08-16 Richard Stallman <rms@gnu.org>
14962
14963 * epa-mail.el: Handle GnuPG group definitions.
14964 (epa-mail-group-alist, epa-mail-group-modtime)
14965 (epa-mail-gnupg-conf-file): New variables.
14966 (epa-mail-parse-groups, epa-mail-sync-groups)
14967 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14968 (epa-mail-expand-recipients): New functions.
14969 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14970
14971 * mail/rmail.el (rmail-epa-decrypt): New command.
14972
14973 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14974 Don't bind buffer-read-only, just inhibit-read-only.
14975 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14976 (epa-decrypt-armor-in-region): Make error message clearer.
14977
14978 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14981 and "a2b" to "ab" for `prefix'.
14982
14983 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14984
14985 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14986 filter groups.
14987 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14988 Fourquet (Bug#8804).
14989
14990 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14991
14992 * startup.el (argi): Declare as global variable (bug#9275).
14993
14994 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14995
14996 * subr.el (string-mark-left-to-right): Search the entire string
14997 for RTL script, not just the terminating character. Doc fix.
14998
14999 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15002 New function.
15003 (js--regexp-literal, js-syntax-propertize-function): Remove.
15004 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15005 (js-mode-map): Don't rebind electric keys.
15006 (js-insert-and-indent): Remove.
15007 (js-mode): Setup electric-layout and electric-indent instead.
15008
15009 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15010
15011 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15012
15013 * epa.el (epa-progress-callback-function): Fix the logic of
15014 displaying progress.
15015 * epa-file.el (epa-file-insert-file-contents): Make progress
15016 display more user-friendly.
15017 (epa-file-write-region): Ditto.
15018
15019 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15020
15021 * subr.el (string-mark-left-to-right): New function.
15022
15023 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15024 Use string-mark-left-to-right.
15025 (list-buffers-noselect): Caller changed.
15026
15027 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15028 Use string-mark-left-to-right.
15029 (tabulated-list-print): Recenter after moving point.
15030
15031 2011-08-10 Juri Linkov <juri@jurta.org>
15032
15033 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15034 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15035 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15036
15037 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15038
15039 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15040 (Bug#7554).
15041
15042 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15043
15044 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15045 character. (Bug#6594)
15046
15047 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15048
15049 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15050 (image-dired--with-db-file): New macro.
15051 (image-dired-write-tags, image-dired-remove-tag)
15052 (image-dired-create-gallery-lists, image-dired-write-comments)
15053 (image-dired-get-comment, image-dired-mark-tagged-files)
15054 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15055 (image-dired-gallery-generate): Use insert-file-contents.
15056
15057 * time.el (display-time-world-list, display-time-world-display):
15058 * time-stamp.el (time-stamp-string):
15059 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15060 set-time-zone-rule (Bug#7337).
15061
15062 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15063
15064 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15065 (epg-error-to-string, epg-errors-to-string): New function.
15066 (epg-wait-for-completion): Reverse errors list.
15067 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15068 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15069 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15070 (epg-sign-keys, epg-generate-key-from-file)
15071 (epg-generate-key-from-string): Format errors by using
15072 epg-errors-to-string (bug#9255).
15073 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15074
15075 2011-08-07 Juri Linkov <juri@jurta.org>
15076
15077 * faces.el (list-faces-display): Remove extra angle bracket
15078 from `help-mode-map'.
15079
15080 * info.el (Info-history-toc-nodes): Doc fix.
15081
15082 * longlines.el (longlines-mode): Doc fix.
15083
15084 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15087 of statements and in a few more cases (bug#9183).
15088
15089 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15090 New functions.
15091 (cl-transform-lambda): Use them (bug#9239).
15092
15093 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15094
15095 * window.el (display-buffer-same-window)
15096 (display-buffer-same-frame, display-buffer-other-window)
15097 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15098 (pop-to-buffer-other-window)
15099 (pop-to-buffer-same-frame-other-window)
15100 (pop-to-buffer-other-frame): Make them defuns.
15101 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15102
15103 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * subr.el (make-composed-keymap): Move from C. Change calling
15106 convention, and improve docstring to bring attention to a subtle point.
15107 * minibuffer.el (completing-read-default): Adjust accordingly.
15108
15109 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15110
15111 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15112 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15113
15114 * net/trampver.el: Update release number.
15115
15116 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15119 "in" (bug#9190).
15120
15121 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15122
15123 * mail/sendmail.el (sendmail-query-once): Restore the current
15124 buffer after querying (bug#9074).
15125
15126 * dired.el (dired-flagged): Use different faces for marked and
15127 flagged files (bug#6117).
15128
15129 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15130 (bug#4433).
15131
15132 * ido.el (ido-mode): Switch off the message if called
15133 non-interactively.
15134
15135 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15136 before 587, since it appears that that's more likely to work for
15137 more people.
15138
15139 * cus-edit.el (custom-file): When running under emacs -q, always
15140 refuse to save the customizations, even if the .emacs file doesn't
15141 exist.
15142
15143 * info.el: Remove the `Info-beginning-of-buffer' function
15144 (bug#8325).
15145
15146 * net/network-stream.el (network-stream-open-starttls):
15147 Use `starttls-available-p' to see whether starttls.el can be used.
15148
15149 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15150
15151 * window.el (display-buffer-in-window): Don't set dedicated status
15152 of window here (Bug#9215).
15153 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15154 (display-buffer-pop-up-side-window)
15155 (display-buffer-in-side-window): Set dedicated status of window here.
15156
15157 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15160 before binding generated-autoload-file.
15161
15162 2011-08-01 Deniz Dogan <deniz@dogan.se>
15163
15164 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15165
15166 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15167
15168 Sync with Tramp 2.2.2.
15169
15170 * net/trampver.el: Update release number.
15171
15172 2011-07-30 Juri Linkov <juri@jurta.org>
15173
15174 * dired-aux.el (dired-touch-initial): Remove function.
15175 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15176 current time, and `default' to the last modification time of the
15177 current marked file (bug#6887).
15178
15179 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15180
15181 * simple.el (goto-line): Use string-to-number to provide a
15182 numeric argument to read-number (bug#9163).
15183
15184 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15185
15186 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15187 connection process, it could be nil.
15188
15189 2011-07-27 Leo Liu <sdl.web@gmail.com>
15190
15191 Simplify url handling in rcirc-mode.
15192
15193 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15194 (rcirc-browse-url-at-mouse): Remove.
15195 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15196
15197 2011-07-26 Alan Mackenzie <acm@muc.de>
15198
15199 Fontify bitfield declarations properly.
15200
15201 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15202 (c-symbol-chars): Now exported as a lang variable.
15203 (c-not-primitive-type-keywords): New lang variable.
15204
15205 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15206 QT keyword "more" to prevent "more slots: ...." being spuriously
15207 parsed as a bitfield declaration.
15208
15209 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15210 Refactor and enhance to handle bitfield declarations.
15211 (c-punctuation-in): New function.
15212 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15213 declarations properly.
15214
15215 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15216
15217 * calendar/icalendar.el (icalendar--all-events): Take care of
15218 multiple vcalendars in a single file.
15219 (icalendar--convert-float-to-ical): Checkdoc fixes.
15220
15221 2011-07-25 Deniz Dogan <deniz@dogan.se>
15222
15223 * image.el (insert-image): Clarifying docstring.
15224
15225 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15226
15227 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15228 `tramp-send-command-and-check' if there is no error.
15229 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15230
15231 2011-07-22 Alan Mackenzie <acm@muc.de>
15232
15233 Prevent cc-langs.elc being loaded at run time.
15234
15235 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15236 cc-langs.
15237
15238 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15239 "(require 'cc-langs)". Quote a form so it will evaluate at
15240 (cc-mode's) compilation time.
15241
15242 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15243
15244 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15245 loading. (Bug#9114)
15246
15247 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15248
15249 * window.el (display-buffer-pop-up-window)
15250 (display-buffer-pop-up-side-window)
15251 (display-buffer-in-side-window): Call display-buffer-set-height
15252 and display-buffer-set-width after setting the new window's
15253 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15254
15255 2011-07-20 Sam Steingold <sds@gnu.org>
15256
15257 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15258 (etags-tags-included-tables): Call `convert-standard-filename' on
15259 the file names contained in TAGS so that windows Emacs can handle
15260 TAGS files created by cygwin ctags.
15261
15262 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15263
15264 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15265 which apparently didn't work.
15266
15267 2011-07-19 Roland Winkler <winkler@gnu.org>
15268
15269 * proced.el (proced-send-signal): For *Marked Processes* buffer
15270 put point at beginning of buffer.
15271
15272 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15273
15274 * proced.el (proced-format): Make header lines align with the text
15275 (bug#1779).
15276
15277 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15278
15279 * view.el (view-buffer): Allow running in `special' modes if we're
15280 visiting a file (bug#8615).
15281
15282 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15283
15284 * window.el (display-buffer-alist-of-strings-p)
15285 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15286 New functions.
15287 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15288 more accurately.
15289
15290 2011-07-18 Alan Mackenzie <acm@muc.de>
15291
15292 Fontify declarators properly when, e.g., a jit-lock chunk begins
15293 inside a declaration.
15294
15295 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15296
15297 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15298 New function.
15299 (c-complex-decl-matchers): Insert reference to
15300 c-font-lock-enclosing-decls.
15301
15302 * progmodes/cc-engine.el (c-backward-single-comment):
15303 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15304 to nil around calls to (forward-comment -1).
15305
15306 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15307
15308 * image.el (put-image): Doc typo fix.
15309
15310 * progmodes/etags.el (tags-search): Doc typo fix.
15311
15312 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15313 password if we get errors 550 to 554.
15314
15315 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * net/gnutls.el (gnutls-log-level): Remove.
15318
15319 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15320 indentation character (bug#6380).
15321
15322 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15323
15324 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15325 to clarify what the problem is (bug#4291).
15326
15327 * simple.el (current-kill): Clarify what
15328 `interprogram-paste-function' does (bug#7500).
15329 (auto-fill-mode): Document `auto-fill-function' in relation to
15330 `auto-fill-mode' (bug#2470).
15331
15332 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15333
15334 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15335 method if slot is read-only (bug#9035).
15336
15337 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15338
15339 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15340 * window.el (pop-to-buffer): Select window used even if it was
15341 selected before, see discussion of (Bug#8615), (Bug#6954).
15342 Pass argument NORECORD on to select-frame-set-input-focus.
15343
15344 2011-07-15 Glenn Morris <rgm@gnu.org>
15345
15346 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15347 Respect help-form.
15348
15349 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15350
15351 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15352 (gnutls-negotiate): Use it.
15353
15354 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15355
15356 * net/gnutls.el (gnutls-negotiate):
15357 Upcase `gnutls-algorithm-priority'.
15358
15359 2011-07-15 Glenn Morris <rgm@gnu.org>
15360
15361 * jka-compr.el (jka-compr-verbose): Move from here...
15362 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15363 Add missing :version tag.
15364 * info.el: No need to require jka-compr when compiling.
15365
15366 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15367
15368 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15369 (gnutls-negotiate): Use it.
15370
15371 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15372
15373 * info.el (Info-beginning-of-buffer): New command.
15374 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15375 announcing `b' as the key (bug#8325).
15376 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15377
15378 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15379
15380 * international/mule-cmds.el
15381 (describe-specified-language-support): Make the error message
15382 clearer (bug#8905).
15383
15384 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15385
15386 * isearch.el (isearch-barrier): Add a doc string, since it's
15387 mentioned in a function doc string (bug#8678).
15388
15389 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15390
15391 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15392 buffer argument (Bug#9083) and self-identifying label argument.
15393
15394 2011-07-15 Glenn Morris <rgm@gnu.org>
15395
15396 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15397
15398 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15399
15400 * man.el (Man-fontify-manpage): Fix message when formatting the
15401 man page (bug#7929).
15402
15403 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15404
15405 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15406 argument LRM; if non-nil, append an invisible LRM character to the
15407 buffer name.
15408 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15409 last argument non-nil, when formatting buffer names.
15410 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15411 paragraph direction.
15412
15413 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15414
15415 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15416 the man page name (bug#7929).
15417
15418 * image.el (put-image): Mention the `put-image' overlay property
15419 (bug#7834).
15420
15421 * scroll-bar.el (set-scroll-bar-mode): Mention that
15422 `scroll-bar-mode' lists the values (bug#7772).
15423
15424 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15425 command (bug#7729).
15426
15427 * rect.el (apply-on-rectangle): Return the point after the last
15428 operation.
15429 (string-rectangle): Go to the point after the last operation
15430 (bug#7522).
15431
15432 * printing.el (pr-toggle-region): Clarify the documentation
15433 slightly (bug#7493).
15434
15435 * time.el (display-time-update):
15436 Allow `display-time-mail-function' to return nil (bug#7158).
15437 Fix suggested by Detlev Zundel.
15438
15439 * vc/diff.el (diff): Clarify the order the file names are read
15440 (bug#7111).
15441
15442 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15443 the doc string (bug#7015).
15444
15445 * font-lock.el (font-lock-maximum-decoration): Mention what
15446 numeric levels mean (bug#6935).
15447
15448 * startup.el (initial-buffer-choice): Don't mention the `none'
15449 selection, which is against policy.
15450
15451 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15452
15453 * window.el (display-buffer-normalize-special):
15454 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15455
15456 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15457
15458 * subr.el (version<, version<=, version=): Mention "-CVS" and
15459 "-12345" alpha version numbers.
15460
15461 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15462
15463 * bindings.el: Add advertised binding for set-mark-command
15464 (Bug#5772).
15465
15466 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15467
15468 * bindings.el (mode-line-other-buffer):
15469 * bookmark.el (bookmark-bmenu-2-window):
15470 * bs.el (bs-cycle-next, bs-cycle-previous):
15471 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15472 switch-to-buffer.
15473
15474 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15475 Delete.
15476
15477 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15478
15479 * follow.el (follow-debug-message, follow-redisplay):
15480 * jka-cmpr-hook.el (with-auto-compression-mode):
15481 Fix typos in docstrings.
15482
15483 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15484
15485 * subr.el (with-silent-modifications): Clarify somewhat what the
15486 macro inhibits (bug#6525).
15487
15488 * simple.el (eval-expression): Note what it does if called
15489 interactively (bug#6495).
15490
15491 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15492
15493 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15494 Use pop-to-buffer buffer-or-name if it is nil.
15495
15496 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15497 Remove switch-to-buffer.
15498
15499 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15500
15501 * files.el (make-directory): Clarify that an error will be raised
15502 if there's an error (bug#6397).
15503
15504 * startup.el (initial-buffer-choice): Add `none' as a choice
15505 (bug#6234).
15506
15507 * subr.el (add-hook): Clarify section about buffer-local hooks
15508 (bug#6218).
15509
15510 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15511
15512 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15513
15514 * tabify.el (untabify): Preserve the current column so that point
15515 doesn't move (bug#6032).
15516
15517 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15518
15519 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15520 Rewrite to avoid awkward possessive "s" (bug#5986).
15521
15522 2011-07-13 Glenn Morris <rgm@gnu.org>
15523
15524 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15525 (dired-insert-directory): Give a message the first time
15526 if ls is found not to support --dired.
15527
15528 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15529
15530 * simple.el (toggle-truncate-lines): Clarify what is toggled
15531 (bug#5580). Text by Drew Adams.
15532
15533 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * simple.el (blink-matching-open): Make the error message from the
15536 last change less verbose.
15537
15538 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15539
15540 * font-lock.el (font-lock-comment-face): Use the high contrast
15541 "yellow" color for font-lock-comment-face on low color terminals
15542 using a dark background color (bug#4221).
15543
15544 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15545
15546 * dired.el (dired-insert-set-properties): Make the doc string
15547 reflect what it does now (bug#5325).
15548
15549 * simple.el (blink-matching-open): Say that we were unable to find
15550 the match within the limit, if we're limited (bug#5122).
15551
15552 * international/mule-cmds.el (prefer-coding-system): Add an
15553 example (bug#4869).
15554
15555 * progmodes/etags.el (tags-search): Document `file-list-form'
15556 (bug#4731).
15557
15558 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15559
15560 * net/browse-url.el (browse-url-default-browser)
15561 (browse-url-browser-function): Make the default browser choice a
15562 bit more logical (bug#4300). Also clean up the doc string.
15563
15564 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15565
15566 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15567 binary endings (bug#4440).
15568
15569 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15570
15571 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15572 which can be pretty annoying (bug#8971).
15573
15574 * jka-compr.el (jka-compr-verbose): New variable, and use
15575 throughout (bug#8971).
15576
15577 * info.el (Info-find-file): Fall back on the installation
15578 directory if we can't find the info node anywhere else.
15579
15580 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15581
15582 * vc/vc.el (vc-revert-file):
15583 Don't set file time-stamp in the past. (Bug#5181)
15584
15585 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15586
15587 * files.el (after-find-file): Give a better error message when
15588 trying to find a symlink that points to a file that doesn't exist
15589 (bug#4398).
15590
15591 * progmodes/cc-vars.el: Remove (probably) misleading comment
15592 (bug#4396).
15593
15594 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15595
15596 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15597
15598 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15599
15600 * mouse-sel.el: Hack restoring functionality, while keeping
15601 compatibility with 2010-07-03 changes to mouse selection.
15602 (mouse-sel-primary-overlay): New var.
15603 (mouse-sel-selection-alist): Use it.
15604 (mouse-sel-mode): Doc fix; remove points that are default features
15605 of mouse.el.
15606
15607 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15608
15609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15610 Fix previous fix (bug#2490).
15611
15612 2011-07-12 Roland Winkler <winkler@gnu.org>
15613
15614 * textmodes/bibtex.el (bibtex-initialize):
15615 Use pop-to-buffer-same-window.
15616 (bibtex-search-entries): Fix interactive call.
15617
15618 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15619
15620 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15621 Fontise bytecomp Error lines more correctly (bug#2490).
15622 Fix suggested by Johan Bockgård.
15623
15624 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15625
15626 * dired-x.el (dired-guess-default): Use `delete-dups'.
15627
15628 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15629
15630 * dired.el (dired-mark-prompt):
15631 * dired-aux.el (dired-read-shell-command): Doc fix.
15632
15633 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15634
15635 * mail/sendmail.el (sendmail-query-once):
15636 Use `customize-save-variable' unconditionally, now that it works under
15637 emacs -Q.
15638
15639 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15640
15641 * cus-edit.el (custom-file): Take an optional no-error variable.
15642 (customize-save-variable): Set the variable, and give a warning if
15643 running under "emacs -q".
15644
15645 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * loadhist.el (unload-feature-special-hooks):
15648 Add `auto-coding-functions', `fill-nobreak-predicate' and
15649 `find-directory-functions' (bug#5327).
15650
15651 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15652
15653 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15654
15655 * cus-edit.el (custom-guess-name-alist): -alist variables should
15656 use the `alist' type (bug#3120). Suggested by Drew Adams.
15657
15658 * printing.el: Add documentation to all the `pr-toggle-' commands.
15659
15660 2011-07-11 Leo Liu <sdl.web@gmail.com>
15661
15662 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15663 backends where it makes sense (bug#2623).
15664
15665 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15666
15667 * dired-x.el (dired-guess-default): Remove duplicate shell command
15668 entries (bug#2028).
15669 (dired-guess-default): Fix grammar in doc string (bug#2028).
15670 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15671
15672 * subr.el (remove-duplicates): New conveniency function.
15673
15674 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15675
15676 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15677 (bug#1526).
15678
15679 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15680
15681 * window.el (display-buffer-normalize-default): Don't invert
15682 meaning of even-window-heights. Reported by Eli Zaretskii
15683 <eliz@gnu.org>.
15684
15685 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15686
15687 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15688
15689 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15690
15691 * window.el (display-buffer): Fix arguments to
15692 display-buffer-reuse-window in last change.
15693
15694 * faces.el (link): Use a less saturated blue on light backgrounds.
15695
15696 * startup.el (fancy-startup-text, fancy-about-text)
15697 (fancy-startup-tail): Use font-lock faces, for background safety.
15698
15699 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15700
15701 * emulation/viper-cmd.el (viper-change-state-to-vi):
15702 Limit triggering of abbrev expansion (Bug#9038).
15703
15704 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15705
15706 * window.el (display-buffer-default-specifiers): Remove.
15707 (display-buffer-macro-specifiers): Remove default specifiers.
15708 (display-buffer-alist): Default to nil.
15709 (display-buffer-reuse-window): New optional argument other-window.
15710 (display-buffer-pop-up-window): Allow splitting internal
15711 windows. Check whether a live window was created.
15712 (display-buffer-other-window-means-other-frame)
15713 (display-buffer-normalize-arguments): Rename to
15714 display-buffer-normalize-argument and rewrite. Set the
15715 other-window specifier.
15716 (display-buffer-normalize-special): New function.
15717 (display-buffer-normalize-options): Rename to
15718 display-buffer-normalize-default and rewrite.
15719 (display-buffer-normalize-options-inhibit): Remove.
15720 (display-buffer-normalize-specifiers): Rewrite.
15721 (display-buffer): Process other-window specifier and call
15722 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15723 more faithfully.
15724 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15725 (display-buffer-alist-set): Don't handle 'unset default values.
15726 (display-buffer-in-window, display-buffer-alist-set):
15727 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15728 <tassilo@member.fsf.org>.
15729
15730 2011-07-09 Leo Liu <sdl.web@gmail.com>
15731
15732 * register.el (insert-register): Restore accidental change on
15733 2011-06-26. (Bug#9028)
15734
15735 2011-07-09 Glenn Morris <rgm@gnu.org>
15736
15737 * subr.el (remq): Handle the empty list. (Bug#9024)
15738
15739 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15740
15741 * mail/sendmail.el (send-mail-function): No longer delay custom
15742 initialization.
15743 * custom.el (custom-initialize-delay): Doc fix.
15744
15745 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15748
15749 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15750
15751 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15752 human-friendly prompt.
15753
15754 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15757 provided by a particular plugin.
15758
15759 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15760
15761 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15762 save customizations (with "emacs -Q"), just set the variable
15763 instead of erroring out.
15764
15765 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15766
15767 2011-07-08 Juri Linkov <juri@jurta.org>
15768
15769 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15770 (archive-zip-update-case): Use 7z if found by `executable-find'.
15771 The order of searching the available programs is the same as in
15772 `archive-zip-extract' (bug#8968).
15773
15774 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15775
15776 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15777 (menu-bar-options-menu): Tweak descriptions.
15778
15779 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15780
15781 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15782 menu items into verb phrases (bug#1421). Also refill to fit under
15783 80 columns.
15784
15785 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15786
15787 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15788 (Info-read-node-name): Doc fix (Bug#1084).
15789
15790 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15791 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15792 (end-of-sexp, beginning-of-sexp)
15793 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15794 (forward-symbol, forward-same-syntax, word-at-point)
15795 (sentence-at-point): Doc fix (Bug#1144).
15796
15797 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15798
15799 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15800 should cover it (bug#1281).
15801
15802 * cus-edit.el (custom-show): Mark as obsolete.
15803
15804 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15805 negotiation fails, then possibly try again with a non-encrypted
15806 connection (bug#9017).
15807
15808 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15809 be used.
15810
15811 2011-07-07 Richard Stallman <rms@gnu.org>
15812
15813 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15814 property, and handle its changed format.
15815 Look for the correct line number.
15816 Use file's line contents (but not past first =) to find
15817 correct line in message.
15818
15819 2011-07-07 Kenichi Handa <handa@m17n.org>
15820
15821 * international/characters.el (build-unicode-category-table):
15822 Delete it.
15823 (unicode-category-table): Set it by unicode-property-table-internal.
15824
15825 * international/mule-cmds.el (char-code-property-alist): Move to
15826 to src/chartab.c.
15827 (get-char-code-property): Call unicode-property-table-internal to
15828 load a file. Call get-unicode-property-internal where necessary.
15829 (put-char-code-property): Call unicode-property-table-internal to
15830 load a file. Call put-unicode-property-internal where necessary.
15831 put-unicode-property-internal where necessary.
15832 (char-code-property-description):
15833 Call unicode-property-table-internal to load a file.
15834
15835 * international/charprop.el:
15836 * international/uni-bidi.el:
15837 * international/uni-category.el:
15838 * international/uni-combining.el:
15839 * international/uni-comment.el:
15840 * international/uni-decimal.el:
15841 * international/uni-decomposition.el:
15842 * international/uni-digit.el:
15843 * international/uni-lowercase.el:
15844 * international/uni-mirrored.el:
15845 * international/uni-name.el:
15846 * international/uni-numeric.el:
15847 * international/uni-old-name.el:
15848 * international/uni-titlecase.el:
15849 * international/uni-uppercase.el: Regenerate.
15850
15851 * loadup.el: Load international/charprop.el before
15852 international/characters.
15853
15854 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15855
15856 * window.el (next-buffer, previous-buffer): Signal an error if
15857 called from a minibuffer window.
15858
15859 * bindings.el: Revert 2011-07-04 change.
15860
15861 2011-07-06 Richard Stallman <rms@gnu.org>
15862
15863 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15864 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15865 Treat markers like ints.
15866 (rmail-mime-entity): Doc fix.
15867
15868 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15869
15870 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15871 defcustom again for backwards compatibility.
15872
15873 * simple.el (shell-command-on-region): Fill.
15874
15875 * dired-aux.el (dired-kill-line): Add a doc string.
15876
15877 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15878 to "\\sw\\|\\s_" (bug#358).
15879
15880 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15881 (dired-unmark-backward): Ditto.
15882 (dired-flag-backup-files): Ditto.
15883
15884 * dired-x.el (dired-mark-sexp): Ditto.
15885
15886 2011-07-06 Richard Stallman <rms@gnu.org>
15887
15888 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15889 (rmail-mime-entity): New arg TRUNCATED.
15890 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15891 New functions.
15892 (rmail-mime-save): Warn if entity is truncated.
15893 (rmail-mime-toggle-hidden): Likewise, for showing.
15894 (rmail-mime-process-multipart): Record when an entity is truncated.
15895
15896 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15897 if ENTITY is a string.
15898
15899 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15900
15901 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15902 of faces when `M-C-x'-ing their definitions (bug#8378).
15903 Also clean up the code slightly.
15904
15905 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15906 because that makes the colors go away.
15907
15908 * mail/sendmail.el (send-mail-function): Change the default to
15909 `sendmail-query-once'.
15910 (sendmail-query-once): Add an autoload cookie.
15911
15912 * net/network-stream.el (network-stream-open-starttls): Try using
15913 a plain connection even if the server offered STARTTLS, and we
15914 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15915 capability. This should make smtpmail.el work in slightly more
15916 configurations.
15917
15918 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15919
15920 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15921 New defun.
15922 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15923
15924 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15925
15926 * progmodes/sql.el: Version 3.0
15927 (sql-product-alist): Add product :completion-object,
15928 :completion-column, and :statement attributes.
15929 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15930 (sql-mode-syntax-table): Mark all punctuation.
15931 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15932 ansi keywords.
15933 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15934 (sql-mode-oracle-font-lock-keywords): Improve.
15935 (sql-oracle-show-reserved-words): New function for development.
15936 (sql-product-font-lock): Simplify for source code buffers.
15937 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15938 New functions.
15939 (sql-highlight-product): Set product specific syntax table.
15940 (sql-mode-map): Add statement movement functions.
15941 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15942 New variable.
15943 (sql-statement-regexp, sql-beginning-of-statement)
15944 (sql-end-of-statement, sql-signum): New functions.
15945 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15946 (sql-show-sqli-buffer): Bug fix.
15947 (sql-interactive-mode): Store connection data as buffer local.
15948 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15949 with sql-interactive-mode.
15950 (sql-save-connection): Save buffer local settings.
15951 (sql-connection-menu-filter): Change menu entry name.
15952 (sql-product-interactive): Bug fix.
15953 (sql-preoutput-hold): New variable.
15954 (sql-interactive-remove-continuation-prompt): Bug fixes.
15955 (sql-debug-redirect): New variable.
15956 (sql-str-literal): New function.
15957 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15958 Redesign.
15959 (sql-oracle-save-settings, sql-oracle-restore-settings)
15960 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15961 (sql-completion-object, sql-completion-column)
15962 (sql-completion-sqlbuf): New variables.
15963 (sql-build-completions-1, sql-build-completions)
15964 (sql-try-completion): New functions.
15965 (sql-read-table-name): Use them.
15966 (sql-contains-names): New buffer local variable.
15967 (sql-list-all, sql-list-table): Use it.
15968 (sql-oracle-completion-types): New variable.
15969 (sql-oracle-completion-object, sql-sqlite-completion-object)
15970 (sql-postgres-completion-object): New functions.
15971
15972 2011-07-06 Glenn Morris <rgm@gnu.org>
15973
15974 * window.el (pop-to-buffer): Doc fix.
15975
15976 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15977
15978 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15979
15980 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15981
15982 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15983
15984 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15985
15986 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15987
15988 * button.el (button): Inherit from link face. Suggested by Dan
15989 Nicolaescu.
15990
15991 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * progmodes/gdb-mi.el: Fit in 80 columns.
15994 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15995 switch-to-buffer.
15996
15997 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15998 if imenu is simply not configured (bug#8941).
15999
16000 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16001
16002 * allout.el (allout-post-undo-hook): New allout outline-change
16003 event hook to signal undo activity.
16004 (allout-post-command-business): Run allout-post-undo-hook if an
16005 undo just occurred.
16006 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16007 * allout-widgets.el (allout-widgets-after-undo-function):
16008 Ensure the integrity of the current item's decoration after it has been
16009 in the vicinity of an undo.
16010 (allout-widgets-mode): Include allout-widgets-after-undo-function
16011 on the new allout-post-undo-hook.
16012
16013 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16014
16015 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16016 Let define-derived-mode define it.
16017 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16018 cycles of abbrev-table inheritance (bug#8998).
16019
16020 2011-07-05 Roland Winkler <winkler@gnu.org>
16021
16022 * textmodes/bibtex.el: Add support for biblatex.
16023 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16024 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16025 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16026 (bibtex-entry-alist, bibtex-field-alist): New variables.
16027 (bibtex-entry-field-alist): Obsolete alias for
16028 bibtex-BibTeX-entry-alist.
16029 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16030 (bibtex-set-dialect): New command.
16031 (bibtex-entry-type, bibtex-entry-head)
16032 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16033 Bind via bibtex-set-dialect.
16034 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16035 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16036 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16037 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16038 Define via bibtex-set-dialect.
16039 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16040 Obey bibtex-no-opt-remove-re.
16041 (bibtex-vec-push, bibtex-vec-incr): New functions.
16042 (bibtex-format-entry, bibtex-field-list)
16043 (bibtex-print-help-message, bibtex-validate)
16044 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16045
16046 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * progmodes/compile.el (compilation-goto-locus):
16049 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16050 * bs.el (bs-cycle-next, bs-cycle-previous):
16051 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16052 * bindings.el (mode-line-other-buffer):
16053 * autoinsert.el (auto-insert):
16054 * arc-mode.el (archive-extract):
16055 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16056
16057 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16058
16059 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16060 Fix check of `emacs-lock-unlockable-modes'.
16061 Coerce true values of `emacs-lock--try-unlocking' to t.
16062
16063 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16064
16065 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16066 * emacs-lock.el: New file.
16067
16068 2011-07-05 Julien Danjou <julien@danjou.info>
16069
16070 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16071 than `boundp' to check if face is set.
16072
16073 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16074
16075 * register.el (registerv-make):
16076 * window.el (window-min-height): Fix typos in docstrings.
16077
16078 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16079
16080 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16081 Update doc string.
16082
16083 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16084
16085 * server.el (server-execute): Catch quit and call
16086 `server-return-error' to pass the error back to emacsclient and
16087 close the connection (bug#8942).
16088
16089 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16090
16091 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16092 insecure exception for current topic. Also note that auto-saves
16093 are handled differently.
16094
16095 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16096 State variables for tracking auto-save inhibition situation.
16097
16098 (allout-write-contents-hook-handler): Rename from
16099 'allout-write-file-hook-handler', and describe how it depends on
16100 write-contents-functions sensitivity to non-nil value to prevent
16101 file write.
16102
16103 (allout-auto-save-hook-handler): Remove. auto-save does not check
16104 this in individual buffers, only in the starting buffer, so this
16105 is not the right way for us to inhibit auto-save in a buffer
16106 according to its condition.
16107
16108 (allout-mode): Use new allout-write-contents-hook-handler, and
16109 only with write-contents-functions. Remove auto-save provisions -
16110 they're implemented elsewhere.
16111
16112 (allout-before-change-handler): If undo is in progress, note that
16113 for attention of allout-post-command-business.
16114
16115 (allout-post-command-business): If the command we're following was
16116 an undo, check for change in the status of encrypted items and
16117 adjust auto-save inhibitions accordingly.
16118
16119 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16120 according to whether there are or aren't any plain-text topics
16121 pending encryption.
16122
16123 (allout-inhibit-auto-save-info-for-decryption):
16124 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16125 if there are plain-text topics pending encryption.
16126
16127 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16128 buffer-saved-size and some allout state to not inhibit auto-saves
16129 if there are no longer any plain-text topics pending encryption.
16130
16131 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16132 No longer provide for exemption of the current topic.
16133
16134 2011-07-04 Juri Linkov <juri@jurta.org>
16135
16136 Add 7z operations to delete and save changed members (bug#8968).
16137 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16138 New defcustoms.
16139 (archive-7z-write-file-member): New function.
16140 (archive-7z-summarize): Fix the number of dashes in the
16141 listing output.
16142
16143 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16146 (bug#8958).
16147
16148 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16149
16150 * bindings.el: Ignore next-buffer and previous-buffer in
16151 minibuffer-local-map.
16152
16153 * font-lock.el (font-lock-builtin-face): Change light background
16154 color to dark slate blue (Bug#6693).
16155
16156 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16157
16158 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16159
16160 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16163 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16164 Add switch-to-buffer.
16165
16166 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16167
16168 * isearch.el (isearch-search-fun-function): Clarify further the
16169 meaning of the function returned.
16170
16171 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16172
16173 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16174
16175 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16176 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16177 Use it.
16178 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16179 `tramp-default-remote-path' does not exist.
16180 (tramp-send-command-and-read): New optional argument NOERROR.
16181 (tramp-open-connection-setup-interactive-shell)
16182 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16183 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16184 (tramp-process-sentinel): Flush also process' connection property.
16185 (tramp-sh-handle-start-file-process): Do not set process
16186 sentinel. It is done now ...
16187 (tramp-maybe-open-connection): ... here. (Bug#8929)
16188
16189 2011-07-04 MON KEY <monkey@sandpframing.com>
16190
16191 * play/animate.el (animate-string): Doc fixes and allow changing
16192 the buffer name (bug#5417).
16193
16194 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16195
16196 * play/animate.el (animation-buffer-name): Rename from *animate*.
16197
16198 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16199
16200 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16201 This is simpler and helps future-proof the code.
16202 (timer-until): Use time-subtract and float-time.
16203 (timer--time-less-p): Use time-less-p.
16204
16205 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16206
16207 * type-break.el (timep): Use the value of `float-time' to avoid a
16208 byte-compiler warning.
16209
16210 * server.el (server-eval-and-print): Return any result, even nil.
16211
16212 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16213
16214 * type-break.el: Accept time formats that the builtins accept.
16215 (timep, type-break-time-difference): Accept any format that
16216 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16217 This is simpler and helps future-proof the code.
16218 (type-break-time-difference): Round rather than ignoring
16219 subseconds components.
16220
16221 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16222
16223 * info.el (Info-apropos-matches): Make non-interactive, since it
16224 doesn't seem to do anything useful as a command (bug#8829).
16225
16226 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16227
16228 * frame.el (frame-background-mode, frame-set-background-mode):
16229 Move from faces.el.
16230 (frame-default-terminal-background): New function.
16231
16232 * custom.el (custom-push-theme): Don't record faces in `changed'
16233 theme; this doesn't work correctly for per-frame face settings.
16234 (disable-theme): Use face-set-after-frame-default to reset faces.
16235 (custom--frame-color-default): New function.
16236
16237 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16238
16239 * dired.el (dired-flagging-regexp): Remove unused variable
16240 (bug#8769).
16241
16242 2011-03-29 Kevin Ryde <user42@zip.com.au>
16243
16244 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16245 `perl-Test2' extend to match possible "fail #N" rep count
16246 (bug#8377).
16247
16248 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16249
16250 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16251 `smtpmail-via-smtp' now returns the error instead of nil.
16252
16253 * isearch.el (isearch-search-fun-function): Clarify the doc string
16254 (bug#8101).
16255
16256 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16257
16258 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16259 unnecessary spaces (bug#8987).
16260
16261 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * net/network-stream.el (open-network-stream): Use the
16264 :end-of-capability command thoughout.
16265
16266 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16267
16268 * net/network-stream.el (open-network-stream): Add the
16269 :end-of-capability command parameter, used by pop3.el.
16270
16271 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16272
16273 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16274
16275 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16276 for list)" (bug#6475).
16277
16278 * files.el (file-expand-wildcards): Ignore non-readable
16279 sub-directories while trying to find matches instead of signaling
16280 an error (bug#6297).
16281
16282 * man.el (Man-reference-regexp): Allow matching possible
16283 word-wrapped references (bug#6289).
16284
16285 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16286 for consistency with the other vc buffers (bug#6197).
16287 (vc-checkin): Ditto.
16288
16289 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16290
16291 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16292
16293 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16294
16295 * custom.el (defcustom): Clarify that :set is only used in the
16296 Customize user interface (bug#6089).
16297
16298 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16299 associated with a file, refuse to run instead of erroring out
16300 (bug#6084).
16301
16302 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16303 the doc string, since it appears that using `fill-column' always
16304 controls the width (bug#7845).
16305
16306 * simple.el (shell-command-on-region): Say where the error output
16307 went if `shell-command-default-error-buffer' is set (bug#6857).
16308
16309 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16310
16311 * allout.el (allout-yank-processing): Adjust cursor position for
16312 backwards-deleted space.
16313
16314 (allout-rebullet-heading): Register changes with
16315 allout-exposure-changed-hook, so the modified topic is properly
16316 decorated.
16317
16318 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16319
16320 * minibuffer.el (completion-in-region): Document PREDICATE
16321 (bug#7136).
16322
16323 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16324 of keyword/argument pairs (bug#6904).
16325
16326 * replace.el (multi-occur):
16327 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16328
16329 2011-07-02 Drew Adams <drew.adams@oracle.com>
16330
16331 * dired.el (dired-mark-if): Make the message about whether it's
16332 marking or unmarking clearer (bug#8523).
16333
16334 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16335
16336 * disp-table.el (display-table-print-array): New function.
16337 (describe-display-table): Use it to print the vectors more pretty
16338 (Bug#8859).
16339
16340 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16341
16342 * window.el (window-state-get-1): Don't assign clone numbers.
16343 Add clone-of item to list of window parameters.
16344 (window-state-put-2): Don't process clone numbers.
16345 (display-buffer-alist): Fix doc-string.
16346
16347 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * subr.el (remq): Don't allocate if it's not needed.
16350 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16351 (keymap--merge-bindings): New functions.
16352 (keymap-canonicalize): Use them to refine the canonicalization.
16353 * minibuffer.el (minibuffer-local-completion-map)
16354 (minibuffer-local-must-match-map): Move initialization from C.
16355 (minibuffer-local-filename-completion-map): Move initialization from C;
16356 don't inherit from anything here.
16357 (minibuffer-local-filename-must-match-map): Make obsolete.
16358 (completing-read-default): Use make-composed-keymap to combine
16359 minibuffer-local-filename-completion-map with either
16360 minibuffer-local-must-match-map or
16361 minibuffer-local-filename-completion-map.
16362
16363 2011-07-01 Glenn Morris <rgm@gnu.org>
16364
16365 * type-break.el (type-break-time-sum): Use dolist.
16366
16367 * textmodes/flyspell.el (flyspell-word-search-backward):
16368 Replace CL function.
16369
16370 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16371
16372 * mouse.el (mouse--strip-first-event): New function.
16373 (function-key-map): Use it to map fringe clicks to normal clicks
16374 by default.
16375
16376 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16377 (vc-bzr-revision-completion-table): Add support for annotate and date.
16378
16379 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16380 inherit from parent.
16381
16382 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16385 (dired-show-file-type): Doc fixup (bug#8818).
16386
16387 * dired.el (dired-mode): Fix up the doc string as suggested by
16388 Drew Adams (bug#8817).
16389
16390 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16391 cookie, since the manual says that it should be possible to add
16392 this function to `find-file-hook' (bug#8709).
16393
16394 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16395
16396 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16397 here. Noted Ted Zlatanov as the maintainer.
16398 (cfengine-common-settings, cfengine-common-syntax): New functions
16399 to set up common things between `cfengine-mode' and
16400 `cfengine3-mode'.
16401 (cfengine3-mode): New mode.
16402 (cfengine3-defuns cfengine3-defuns-regex
16403 (cfengine3-class-selector-regex cfengine3-category-regex)
16404 (cfengine3-vartypes cfengine3-font-lock-keywords)
16405 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16406 (cfengine3-indent-line): Add from cfengine3.el.
16407
16408 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16409
16410 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16411
16412 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16413
16414 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16415
16416 * window.el (same-window-buffer-names, same-window-regexps)
16417 (same-window-p, special-display-frame-alist)
16418 (special-display-popup-frame, special-display-function)
16419 (special-display-buffer-names, special-display-regexps)
16420 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16421 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16422 (split-window-preferred-function, split-height-threshold)
16423 (split-width-threshold, even-window-heights)
16424 (display-buffer-mark-dedicated, window-splittable-p)
16425 (split-window-sensibly, window-safely-shrinkable-p):
16426 Un-obsolete.
16427 (display-buffer): Don't spread args with function specifier
16428 because special-display-popup-frame won't like it.
16429
16430 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16431
16432 Time-stamp simplifications and fixes.
16433 These improve accuracy slightly, and future-proof the code
16434 against some potential changes to current-time format.
16435
16436 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16437 by using time-since and float-time.
16438
16439 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16440 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16441 + NNN microseconds".
16442
16443 * type-break.el (type-break-time-sum): Rewrite using time-add.
16444
16445 * play/hanoi.el (hanoi-current-time-float): Remove.
16446 All uses replaced by float-time.
16447
16448 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16449 This yields a more-accurate answer.
16450 (rng-time-to-float): Remove; no longer needed.
16451
16452 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16453
16454 * calendar/timeclock.el (timeclock-seconds-to-time):
16455 Defalias to seconds-to-time, since they're the same thing.
16456
16457 * emacs-lisp/elp.el (elp-elapsed-time):
16458 * emacs-lisp/benchmark.el (benchmark-elapse):
16459 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16460
16461 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * window.el (bury-buffer): Don't iconify the only frame.
16464 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16465 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16466
16467 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16468
16469 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16470 Add mouse-yank-primary.
16471
16472 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16473
16474 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16475
16476 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16479 (find-library-name): Use it to find relative load names when provided
16480 absolute file name (bug#8803).
16481
16482 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16483
16484 * textmodes/flyspell.el (flyspell-word): Consider words that
16485 differ only in case as potential doublons (bug#5687).
16486
16487 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16488 Remove two rather uninteresting debugging-like messages to make
16489 debbugs.el more silent.
16490
16491 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16492 a password-like phrase.
16493
16494 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16495
16496 * progmodes/cc-guess.el: New file.
16497
16498 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16499
16500 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16501 derived from `c-basic-common-init'.
16502
16503 * progmodes/cc-mode.el (top-level): Require cc-guess.
16504 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16505
16506 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16507
16508 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16509
16510 2011-06-30 Alan Mackenzie <acm@muc.de>
16511
16512 * progmodes/cc-engine.el (c-guess-continued-construct):
16513 Correct the handling of template-args-cont, particularly for when font
16514 lock is disabled. Name this case as "CASE G".
16515
16516 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16517
16518 * allout.el (allout-yank-processing): Fix injection of extra space
16519 between bullet and non-whitespace character in first topic when
16520 pasting, ensuring that the actual spacing in the pasted topic
16521 following the bullet char is preserved. This extra space was
16522 causing pasted encrypted topics to get a decrypted status even
16523 when the content was actually still encrypted. Now the decryption
16524 status from before the paste is preserved.
16525
16526 (allout-flag-region): Set all allout overlays so they evaporate
16527 when reduced to zero length (evanescent), to prevent overlay
16528 leakage.
16529
16530 2011-06-30 Glenn Morris <rgm@gnu.org>
16531
16532 * w32-fns.el (w32-charset-info-alist): Declare.
16533
16534 * find-dired.el (find-grep-options): Simplify.
16535
16536 * term/ns-win.el (ns-set-resource): Declare.
16537
16538 * ses.el (row, col): Declare dynamic variables honestly.
16539
16540 * textmodes/reftex-parse.el (index-tags): Declare.
16541
16542 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16543
16544 * cus-edit.el (customize-push-and-save): New function.
16545
16546 * files.el (hack-local-variables-confirm): Use it.
16547
16548 * custom.el (load-theme): New arg NO-CONFIRM.
16549 Use customize-push-and-save (Bug#8720).
16550 (custom-enabled-themes): Doc fix.
16551
16552 * cus-theme.el (customize-create-theme)
16553 (custom-theme-merge-theme): Callers to load-theme changed.
16554
16555 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16556
16557 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16558 short URLs have at least one dot in them (bug #7614).
16559
16560 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16561 nil, because using a pty is apparently too slow (bug #895).
16562
16563 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16564
16565 * mail/sendmail.el (sendmail-query-once): New function.
16566 (sendmail-query-once-function): New variable.
16567
16568 2011-06-29 Glenn Morris <rgm@gnu.org>
16569
16570 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16571
16572 * ses.el (top-level): Require cl when compiling.
16573 (ses-set-localvars): Fix error statement.
16574 Call it at compile time to silence a storm of warnings.
16575
16576 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16577
16578 * window.el (normalize-live-buffer): Rename to
16579 window-normalize-buffer.
16580 (normalize-live-frame): Rename to window-normalize-frame.
16581 (normalize-any-window): Rename to window-normalize-any-window.
16582 (normalize-live-window): Rename to window-normalize-live-window.
16583 (make-window-atom): Rename to window-make-atom.
16584 (window-resize-reset): Rename to window--resize-reset.
16585 (window-resize-reset-1): Rename to window--resize-reset-1.
16586 (resize-mini-window): Rename to window--resize-mini-window.
16587 (resize-subwindows-skip-p): Rename to
16588 window--resize-subwindows-skip-p.
16589 (resize-subwindows-normal): Rename to
16590 window--resize-subwindows-normal.
16591 (resize-subwindows): Rename to window--resize-subwindows.
16592 (resize-other-windows): Rename to window--resize-siblings.
16593 (resize-this-window): Rename to window--resize-this-window.
16594 (resize-root-window): Rename to window--resize-root-window.
16595 (resize-root-window-vertically): Rename to
16596 window--resize-root-window-vertically.
16597 (normalize-buffer-to-display): Rename to
16598 window-normalize-buffer-to-display.
16599 (normalize-buffer-to-switch-to): Rename to
16600 window-normalize-buffer-to-switch-to.
16601 Correspondingly update all callers of the functions listed
16602 above.
16603 (display-buffer-alist, display-buffer-normalize-arguments)
16604 (display-buffer-normalize-options, display-buffer)
16605 (display-buffer-alist-set): Use "function" instead of
16606 "fun-with-args".
16607
16608 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16609
16610 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16611 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16612 debbugs.gnu.org. Mention acknowledgment email.
16613
16614 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16615
16616 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16617 buffer multibyteness, since it shouldn't matter.
16618
16619 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16620
16621 * window.el (display-buffer-in-side-window): Handle dedicated
16622 windows as in display-buffer-reuse-window.
16623 (display-buffer-normalize-alist): Use value of override
16624 specifier.
16625 (display-buffer-normalize-specifiers): Use value of
16626 other-window-means-other-frame specifier.
16627 (display-buffer-alist): Rewrite some texts in widgets.
16628 (display-buffer): Spread arguments when calling function
16629 specified by fun-with-args.
16630
16631 2011-06-28 Deniz Dogan <deniz@dogan.se>
16632
16633 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16634 Unnest `let'.
16635
16636 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16637 selectors (Bug#5732).
16638 (css-proprietary-nmstart-re): Use `regexp-opt'.
16639
16640 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16641
16642 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16643 (eshell-ls-date-format): New defcustom.
16644 (eshell-ls-file): Use it.
16645
16646 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16649
16650 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16651
16652 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16653 (ange-ftp-make-tmp-name): New arg.
16654 (ange-ftp-file-local-copy): Use it.
16655
16656 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16657
16658 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16659 no-conversion (Bug#8870).
16660
16661 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16662
16663 * window.el (window-right, window-left, window-child)
16664 (window-child-count, window-last-child)
16665 (window-iso-combination-p, walk-window-tree-1)
16666 (window-atom-check-1, window-tree-1, delete-window)
16667 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16668 new naming conventions - window-vchild, window-hchild,
16669 window-next and window-prev are now called window-top-child,
16670 window-left-child, window-next-sibling and window-prev-sibling
16671 respectively.
16672 (resize-window-reset): Rename to window-resize-reset.
16673 (resize-window-reset-1): Rename to window-resize-reset-1.
16674 (resize-window): Rename to window-resize.
16675 (window-min-height, window-min-width)
16676 (resize-mini-window, resize-this-window, resize-root-window)
16677 (resize-root-window-vertically, adjust-window-trailing-edge)
16678 (enlarge-window, shrink-window, maximize-window)
16679 (minimize-window, delete-window, quit-restore-window)
16680 (split-window, balance-windows, balance-windows-area-adjust)
16681 (balance-windows-area, window-state-put-2)
16682 (display-buffer-even-window-sizes, display-buffer-set-height)
16683 (display-buffer-set-width, set-window-text-height)
16684 (fit-window-to-buffer): Rename all "resize-window" prefixed
16685 calls to use the "window-resize" prefix convention.
16686 (display-buffer-alist): Fix symbol for label specifier.
16687 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16688 corresponding specifier.
16689 Reported by Juanma Barranquero <lekktu@gmail.com>.
16690
16691 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16692
16693 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16694 convention.
16695 (ses-call-printer): Does not pass an empty string to formatter when the
16696 cell is empty to keep from barking printer Calc math-format-value.
16697
16698 2011-06-27 Richard Stallman <rms@gnu.org>
16699
16700 * battery.el (battery-mode-line-limit): New variable.
16701 (battery-update): Handle it.
16702
16703 * mail/rmailmm.el (rmail-mime-process-multipart):
16704 Handle truncated messages.
16705
16706 2011-06-27 Glenn Morris <rgm@gnu.org>
16707
16708 * progmodes/flymake.el (flymake-err-line-patterns):
16709 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16710
16711 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16712
16713 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16714 (ses--clean-!, ses--clean-_): New functions.
16715 (ses-range): Add configurability of readout order, and conversion
16716 to Calc vector.
16717
16718 * ses.el (ses-repair-cell-reference-all): New function.
16719 (ses-cell-symbol): Set macro as safe, so that it can be used in
16720 formulas.
16721
16722 * ses.el: Update cycle detection algorithm.
16723 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16724 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16725 (ses-set-localvars): New function.
16726 (ses-make-cell): Add property-list as a cell element.
16727 (ses-cell-property-get-fun, ses-cell-property-get)
16728 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16729 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16730 New functions.
16731 (ses-cell-property-set, ses-cell-property-pop)
16732 (ses-cell-property-get-handle): New macro.
16733 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16734 New aliases, used for code readability.
16735 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16736 cycle detection.
16737 (ses-self-reference-early-detection): New defcustom.
16738 (ses-formula-references): Robustify against self-referring cells.
16739 (ses-mode): Use ses-set-localvars.
16740 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16741 before lauching the update processing.
16742 (ses-initialize-Dijkstra-attempt): New function.
16743 (ses-recalculate-cell): Update for cycle detection based on
16744 Dijkstra algorithm.
16745
16746 * ses.el: Fix commenting and indenting convention.
16747
16748 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16749
16750 * bs.el (bs-cycle-next): Complete last change.
16751
16752 2011-06-27 Drew Adams <drew.adams@oracle.com>
16753
16754 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16755
16756 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16757
16758 * net/network-stream.el (network-stream-open-starttls):
16759 Don't re-get capabilities unless we've reestablished connection.
16760 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16761
16762 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16763 to binary to possibly avoid line encoding issues on Windows (among
16764 other things).
16765
16766 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16767
16768 * net/network-stream.el (open-network-stream): Return an :error
16769 saying what the problem was, if possible.
16770
16771 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16772 server.
16773
16774 * net/network-stream.el (network-stream-open-starttls): If we
16775 wanted to use STARTTLS, and the server offered it, but we weren't
16776 able to because we had no STARTTLS support, then close the connection.
16777 (open-network-stream): Return an :error element, if present.
16778
16779 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16780
16781 * hl-line.el (hl-line-sticky-flag): Doc fix.
16782 (global-hl-line-sticky-flag): New option (Bug#8323).
16783 (global-hl-line-highlight): Obey it.
16784
16785 * vc/vc.el (vc-revert-show-diff): Default to t.
16786
16787 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16788
16789 * allout-widgets.el (allout-widgets-post-command-business):
16790 Stop decorating intermediate isearch matches. They're not being
16791 undecorated when an isearch is continued past, and isearch
16792 automatically collapses them. This leads to "widget leaks", where
16793 decorated items accumulate in collapsed areas. Lines with lots of
16794 hidden widgets can slow down cursor travel, substantially.
16795 Too much complicated machinery would be needed to ensure undecoration,
16796 so we're doing without this nicety.
16797
16798 (allout-widgets-tally-string): Don't try to do a hash-table-count
16799 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16800 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16801 *Messages* when allout-widgets-maintain-tally is t.
16802
16803 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16804
16805 * window.el (display-buffer-normalize-argument): Rename to
16806 display-buffer-normalize-arguments. Handle special meaning of
16807 LABEL argument. Respect special-display-function when popping up
16808 a new frame. Fix code searching for a window showing the buffer
16809 on another frame.
16810 (display-buffer-normalize-specifiers):
16811 Call display-buffer-normalize-arguments.
16812 (display-buffer-in-window): Don't undedicate the window if its
16813 buffer remains the same.
16814 Reported by Drew Adams <drew.adams@oracle.com>.
16815 (display-buffer-alist): Add choice for same-window macro
16816 specfier.
16817 (display-buffer): Mention special meaning of LABEL argument in
16818 doc-string. Fix quoting. Don't pop up a new frame even as
16819 fallback.
16820
16821 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16822
16823 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16824 avoid deleting the current window in some cases (bug#8911).
16825
16826 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16827
16828 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16829 (Bug#8934)
16830
16831 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16832
16833 * net/network-stream.el (network-stream-open-starttls):
16834 Use built-in TLS support if `gnutls-available-p' is true.
16835 (network-stream-open-tls): Ditto.
16836
16837 2011-06-26 Leo Liu <sdl.web@gmail.com>
16838
16839 * register.el (registerv): New struct.
16840 (registerv-make): New function.
16841 (jump-to-register, describe-register-1, insert-register):
16842 Support the jump-func, print-func and insert-func slot of a registerv
16843 struct. (Bug#8415)
16844
16845 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16846
16847 * vc/vc.el (vc-revert-show-diff): New defcustom.
16848 (vc-diff-internal): New arg specifying diff buffer.
16849 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16850 reuse an existing *vc-diff* buffer (Bug#8927).
16851
16852 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16853
16854 2011-06-26 Glenn Morris <rgm@gnu.org>
16855
16856 * progmodes/f90.el (f90-critical-indent): New option.
16857 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16858 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16859 (f90-mode): Doc fix.
16860 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16861 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16862 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16863 (f90-match-end): Handle block, critical.
16864
16865 2011-06-25 Glenn Morris <rgm@gnu.org>
16866
16867 * calendar/diary-lib.el (diary-included-files): Doc fix.
16868 (diary-include-files): New function, extracted from
16869 diary-include-other-diary-files and diary-mark-included-diary-files.
16870 (diary-include-other-diary-files, diary-mark-included-diary-files):
16871 Just call diary-include-files.
16872 (diary-mark-entries): Reset diary-included-files on first call.
16873
16874 * calendar/diary-lib.el (diary-mark-entries)
16875 (diary-mark-included-diary-files):
16876 Visit included diary-files in temp buffers.
16877
16878 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16879 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16880 (f90-start-block-re, f90-imenu-generic-expression)
16881 (f90-looking-at-program-block-start, f90-no-block-limit):
16882 Add support for submodules.
16883
16884 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16885 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16886
16887 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16888
16889 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16890 buffer-file-type before setting its value, to avoid disastrous
16891 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16892
16893 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16894
16895 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16896
16897 * ses.el (ses-unload-function):
16898 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16899
16900 * proced.el (proced-unload-function):
16901 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16902
16903 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16904
16905 * server.el (server-create-window-system-frame): Add parameters arg.
16906 (server-process-filter): Doc fix. Handle frame-parameters.
16907
16908 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16909
16910 Fix bug#8730, bug#8781.
16911
16912 * loadhist.el (unload--set-major-mode): New function.
16913 (unload-feature): Use it.
16914
16915 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16916 (python-unload-function): New function.
16917
16918 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16921
16922 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16923
16924 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16925 the candidates list.
16926
16927 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16928
16929 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16930
16931 2011-06-23 Richard Stallman <rms@gnu.org>
16932
16933 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16934 (rmail-variables): Set next-error-move-function.
16935 (rmail-what-message): Take argument POS.
16936 (rmail-next-error-move): New function.
16937
16938 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16941 messages for adjacent non-terminals.
16942
16943 2011-06-23 Richard Stallman <rms@gnu.org>
16944
16945 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16946 (rmail-show-message-1): Preserve buffer modified flag.
16947 (rmail-start-mail): Don't specify use of rmail-mail-return;
16948 that's done by mail-bury now.
16949 (rmail-mail-return): Handle arg NEWBUF.
16950
16951 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16952
16953 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16954 SIZE is a number.
16955
16956 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16957
16958 * window.el (get-lru-window, get-mru-window)
16959 (get-largest-window): Never return a minibuffer window.
16960 (display-buffer-pop-up-window): Fix a bug that could lead to
16961 reusing the minibuffer window.
16962 (display-buffer): Pass original specifier argument to
16963 display-buffer-function instead of the normalized one.
16964 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16965
16966 2011-06-22 Leo Liu <sdl.web@gmail.com>
16967
16968 * minibuffer.el (completing-read-function)
16969 (completing-read-default): Move from minibuf.c.
16970
16971 2011-06-22 Richard Stallman <rms@gnu.org>
16972
16973 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16974 to Rmail even if not started by a special Rmail command.
16975
16976 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16977 Copy the buffer currently showing just one message.
16978
16979 2011-06-22 Roland Winkler <winkler@gnu.org>
16980
16981 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16982 (bibtex-clean-entry): First delete the old key so that a
16983 customized algorithm for generating the new key does not get
16984 confused by the old key.
16985 (bibtex-url): Obey regexp of first step.
16986 (bibtex-search-entries): Do not use add-to-list with local
16987 list-var.
16988
16989 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16990
16991 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16992 stored a user name, then query for the password first, instead of
16993 waiting for SMTP to give an error message and the trying again.
16994
16995 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16996
16997 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16998 BUFFER in call-process.
16999
17000 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17001
17002 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17003 QUIT twice.
17004 (smtpmail-try-auth-methods): Require user name and password from
17005 auth-source.
17006
17007 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17008
17009 * window.el (display-buffer-default-specifiers)
17010 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17011 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17012 (split-window): Normalize SIDE argument (Bug#8916).
17013
17014 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17015 (special-display-frame-alist, special-display-popup-frame):
17016 Remove duplicate declarations. These are now in window.el.
17017
17018 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17019
17020 * mail/smtpmail.el (smtpmail-via-smtp):
17021 Set :use-starttls-if-possible so that we always use STARTTLS if the
17022 server supports it. SMTP servers that support STARTTLS commonly
17023 require it.
17024
17025 * net/network-stream.el (network-stream-open-starttls): Support
17026 upgrading to STARTTLS always, even if we don't have built-in support.
17027 (open-network-stream): Add the :always-query-capabilities keyword.
17028
17029 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17030 upgrades with `open-network-stream', and rely solely on
17031 auth-source for all credentials. Big changes throughout the file,
17032 but in particular:
17033 (smtpmail-auth-credentials): Remove.
17034 (smtpmail-starttls-credentials): Remove.
17035 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17036 MAIL FROM, too.
17037
17038 * net/network-stream.el (network-stream-open-starttls):
17039 Provide support for client certificates both for external and built-in
17040 STARTTLS.
17041 (auth-source): Require.
17042 (open-network-stream): Document the :client-certificate keyword.
17043 (network-stream-certificate): Change cert-cert to cert and
17044 cert-key to key.
17045
17046 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17047
17048 * net/tramp-cache.el (top): Don't load the persistency file when
17049 "emacs -Q" has been called.
17050
17051 2011-06-21 Tim Harper <timcharper@gmail.com>
17052
17053 * term/ns-win.el (ns-initialize-window-system):
17054 Set application-specific `ApplePressAndHoldEnabled' system
17055 resource to NO as it is not yet supported by the NS port.
17056
17057 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17058
17059 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17060 (list-dynamic-libraries): ...not here.
17061
17062 2011-06-21 Leo Liu <sdl.web@gmail.com>
17063
17064 * subr.el (sha1): Implement sha1 using secure-hash.
17065
17066 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17067
17068 * window.el (display-buffer-alist): In default value do not
17069 enforce searching a window on any but the selected frame.
17070 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17071 (display-buffer-select-window): Remove function.
17072 (display-buffer-in-window): When a window on another frame gets
17073 reused, do not select it any more but just raise its frame if
17074 necessary (Bug#8851) and (Bug#8856).
17075 (display-buffer-normalize-options): Handle pop-up-frames related
17076 options more faithfully.
17077 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17078 window if it is on another frame.
17079 (display-buffer-alist, display-buffer-default-specifiers):
17080 Don't make new frame unsplittable by default.
17081 (display-buffer-normalize-argument): Fix doc-string typo and use
17082 'same-frame-other-window instead of 'other-window when associating
17083 with display-buffer-macro-specifiers.
17084
17085 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17086
17087 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17088 New functions.
17089 (5x5-mode-map, 5x5-mode-menu): Bind them.
17090 (5x5-draw-grid): Tweak the solver's rendering.
17091
17092 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17095 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17096
17097 2011-06-21 Drew Adams <drew.adams@oracle.com>
17098
17099 * menu-bar.el: Use function variable instead of switch-to-buffer.
17100 (menu-bar-select-buffer-function): New variable.
17101 (menu-bar-update-buffers): Use it (bug#8876).
17102
17103 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17104
17105 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17106 variable's status.
17107
17108 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17109
17110 * x-dnd.el (x-dnd-version-from-flags)
17111 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17112 and long as number (Bug#8899).
17113 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17114
17115 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17118 (completion-try-completion, completion-all-completions): Compute the
17119 metadata argument if it's missing; make it optional (bug#8795).
17120
17121 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17122 (widget-complete): Use new :completion-function property.
17123 (widget-completions-at-point): New function.
17124 (default): Use :completion-function instead of :complete.
17125 (widget-default-completions): Rename from widget-default-complete;
17126 Rewrite.
17127 (widget-string-complete, widget-file-complete, widget-color-complete):
17128 Remove functions.
17129 (file, symbol, function, variable, coding-system, color):
17130 * international/mule-cmds.el (default-input-method, charset)
17131 (language-info-custom-alist):
17132 * cus-edit.el (face): Use new property :completions.
17133
17134 * progmodes/pascal.el (pascal-completions-at-point): New function.
17135 (pascal-mode): Use it.
17136 (pascal-mode-map): Use completion-at-point.
17137 (pascal-toggle-completions): Make obsolete.
17138 (pascal-complete-word, pascal-show-completions):
17139 * progmodes/octave-mod.el (octave-complete-symbol):
17140 Redefine as obsolete alias.
17141 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17142 Signal absence of completion info for old Octave,
17143 (inferior-octave-complete): Redefine as obsolete alias.
17144 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17145 (meta-completions-at-point): Rename from meta-complete-symbol and
17146 adapt it for use on completion-at-point-functions.
17147 (meta-common-mode): Use it.
17148 (meta-looking-at-backward, meta-match-buffer): Remove.
17149 (meta-complete-symbol): Redefine as obsolete alias.
17150 (meta-common-mode-map): Use completion-at-point.
17151 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17152 (makefile-mode-map): Use completion-at-point.
17153 (makefile-completions-at-point): Rename from makefile-complete and
17154 adapt it for use on completion-at-point-functions.
17155 (makefile-mode): Use it.
17156 (makefile-complete): Redefine as obsolete alias.
17157
17158 2011-06-20 Deniz Dogan <deniz@dogan.se>
17159
17160 * net/rcirc.el: Delete trailing whitespaces once and for all.
17161
17162 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17163
17164 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17165
17166 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17167
17168 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17169
17170 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17171
17172 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17173
17174 * window.el (display-buffer-other-window-means-other-frame):
17175 Call display-buffer-normalize-alist.
17176 (display-buffer-normalize-specifiers-1): Rename to
17177 display-buffer-normalize-argument. New argument other-frame.
17178 Rewrite.
17179 (display-buffer-normalize-specifiers-2): Rename to
17180 display-buffer-normalize-options.
17181 (display-buffer-normalize-alist-1): New function.
17182 (display-buffer-normalize-specifiers-3): Rename to
17183 display-buffer-normalize-alist.
17184 Call display-buffer-normalize-alist-1.
17185 (display-buffer-normalize-options-inhibit): New variable.
17186 (display-buffer-normalize-specifiers): Rewrite calling
17187 display-buffer-normalize-alist,
17188 display-buffer-normalize-argument, and
17189 display-buffer-normalize-options. Don't call the latter if
17190 display-buffer-normalize-options-inhibit is non-nil.
17191 (frame-auto-delete): New option.
17192 (window-deletable-p): Use frame-auto-delete.
17193 (window-list-no-nils, window-state-ignored-parameters)
17194 (window-state-get-1, window-state-get, window-state-put-list)
17195 (window-state-put-1, window-state-put-2, window-state-put):
17196 New functions.
17197 (display-buffer-normalize-options): Move special-display-p group
17198 after pop-up-frame group (Bug#8851) and (Bug#8856).
17199
17200 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17201
17202 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17203 groups (Bug#8776).
17204 (rx-submatch-n): New function.
17205 (rx): Document it.
17206
17207 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17208 (Bug#8768).
17209
17210 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17211
17212 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17213
17214 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17215 anytime existing face settings are present (Bug#8889).
17216
17217 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17218 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17219 Remove unused argument.
17220
17221 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17222
17223 * window.el (display-buffer-default-specifiers):
17224 Remove pop-up-frame. Add pop-up-window-min-height,
17225 pop-up-window-min-width, and another reuse-window specifier
17226 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17227 (display-buffer-normalize-specifiers-2):
17228 Handle split-height-threshold and split-width-threshold also when
17229 pop-up-windows is unset. Add a reuse-window specifier for the
17230 case popping up a new window fails.
17231 (special-display-popup-frame): Remove double quoting.
17232 (display-buffer-normalize-specifiers-1): Fix thinko.
17233
17234 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17237 according to comint-completion-addsuffix.
17238
17239 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17240 (pcomplete-suffix-list): Mark as obsolete.
17241 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17242 pcomplete-seen in the closure.
17243 (pcomplete-comint-setup): Setup completion-at-point as well.
17244 (pcomplete--entries): New function.
17245 (pcomplete--env-regexp): New var.
17246 (pcomplete-entries): Rewrite to work with partial-completion and
17247 without relying on pcomplete-suffix-list.
17248 (pcomplete-pare-list): Remove, unused.
17249
17250 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17251
17252 * window.el (display-buffer-alist): Set pop-up-window-min-height
17253 and pop-up-window-min-width in default value. Reported by
17254 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17255 other-window-means-other-frame.
17256 (display-buffer-macro-specifiers): Comment out entry for
17257 other-window specifier.
17258 (display-buffer-other-window-means-other-frame): New function.
17259 (display-buffer-normalize-specifiers-1): New arguments
17260 buffer-name and label. Treat other-window case specially.
17261 (display-buffer-normalize-specifiers-2): Treat other-window case
17262 specially.
17263 (display-buffer-normalize-specifiers-3): New function.
17264 (display-buffer-normalize-specifiers):
17265 Call display-buffer-normalize-specifiers-3.
17266
17267 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17268
17269 * window.el (same-window-p): Fix two typos introduced when
17270 adding with-no-warnings.
17271 (display-buffer-normalize-specifiers-1): Don't check
17272 pop-up-frames for 'unset initialization.
17273 (display-buffer-normalize-specifiers-2): Major rewrite using
17274 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17275 (pop-up-frames, display-buffer-reuse-frames)
17276 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17277 Suggested by David Engster <deng@randomsample.de>.
17278 (even-window-heights): Initialize to 'unset.
17279 (display-buffer-alist-set): Handle new 'unset initializations.
17280 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17281 other window case.
17282
17283 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17284
17285 * window.el (display-buffer-normalize-specifiers-1):
17286 Respect current value of pop-up-frames for most reasonable values of
17287 second argument of display-buffer (Bug#8865).
17288 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17289 (switch-to-buffer-other-window-same-frame)
17290 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17291 Adams (Bug#8875).
17292 (display-buffer): Don't check noninteractive when calling
17293 display-buffer-pop-up-frame.
17294 (display-buffer-pop-up-frame): Never pop up a frame in
17295 noninteractive mode (Bug#8857).
17296 (enlarge-window, shrink-window): Don't report an error when the
17297 window can't be resized as requested (Bug#8862).
17298
17299 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17302
17303 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17304
17305 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17306
17307 2011-06-15 Alan Mackenzie <acm@muc.de>
17308
17309 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17310 for declarators, disable knr checking to speed up for normal files.
17311 2: Refactor, replacing a sequence of nested if forms by a cond form.
17312
17313 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17314
17315 * net/network-stream.el (open-network-stream): Add the keyword
17316 :always-query-capabilities for the case where you want to force a
17317 `plain' network connection, but the protocol still requires the
17318 capabilitiy command (i.e., SMTP and EHLO).
17319
17320 * subr.el (process-live-p): Rename from `process-alive-p' for
17321 consistency with other `-live-p' functions.
17322
17323 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * window.el (same-window-buffer-names, same-window-regexps)
17326 (special-display-frame-alist, special-display-popup-frame)
17327 (special-display-function, special-display-buffer-names)
17328 (special-display-regexps, pop-up-frame-alist)
17329 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17330 (pop-up-windows, split-window-preferred-function)
17331 (split-height-threshold, split-width-threshold, even-window-heights)
17332 (display-buffer-mark-dedicated): Don't encourage the use of
17333 display-buffer-alist from Elisp code.
17334
17335 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17336
17337 * progmodes/python.el (python-mode): Derive from prog-mode.
17338 * progmodes/ps-mode.el (ps-mode):
17339 * progmodes/mixal-mode.el (mixal-mode):
17340 * progmodes/cfengine.el (cfengine-mode):
17341 * progmodes/ld-script.el (ld-script-mode): Likewise.
17342
17343 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17344
17345 * window.el (display-buffer-alist): Trim default value to avoid
17346 popping up a new frame (Bug#8857) or reusing an arbitrary window
17347 on another frame.
17348 (display-buffer): Do not fall back on popping up a new frame in
17349 batch mode (Bug#8857).
17350
17351 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17352
17353 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17354 (custom-theme-summary): New function.
17355 (customize-themes): Use it.
17356
17357 2011-06-13 Glenn Morris <rgm@gnu.org>
17358
17359 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17360
17361 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17362
17363 * help.el (help-window): Remove variable.
17364 (help-window-point-marker, temp-buffer-max-height)
17365 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17366 (help-print-return-message): Don't set help-window.
17367 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17368 (help-window-setup-finish): Remove.
17369 (help-window-display-message, help-window-setup)
17370 (with-help-window): Major rewrite based on new
17371 display-buffer-window variable.
17372
17373 * help-mode.el (help-mode-finish): Remove help-window related
17374 code.
17375
17376 * view.el (view-exits-all-viewing-windows): Remove reference to
17377 view-return-to-alist in doc-string.
17378 (view-return-to-alist): Make obsolete.
17379 (view-buffer): Call pop-to-buffer-same-window and remove
17380 undo-window code.
17381 (view-buffer-other-window): Call pop-to-buffer-other-window and
17382 simplify code. Ignore second argument.
17383 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17384 simplify code. Ignore second argument.
17385 (view-return-to-alist-update): Make obsolete.
17386 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17387 Rewrite using quit-restore window parameters.
17388 (view-mode-exit): Rename second argument to EXIT-ONLY.
17389 Rewrite using quit-restore-window.
17390 (View-exit, View-exit-and-edit, View-leave, View-quit)
17391 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17392 appropriate arguments.
17393 (view-end-message): Use quit-restore window parameter.
17394
17395 * window.el (display-buffer-function): Rewrite doc-string.
17396 (display-buffer-window, display-buffer-alist): New variables.
17397 (display-buffer-split-specifiers)
17398 (display-buffer-side-specifiers)
17399 (display-buffer-macro-specifiers): New constants.
17400 (display-buffer-even-window-sizes, display-buffer-set-height)
17401 (display-buffer-set-width, display-buffer-select-window)
17402 (display-buffer-in-window, display-buffer-reuse-window)
17403 (display-buffer-split-window-1, display-buffer-split-window)
17404 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17405 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17406 (display-buffer-in-side-window, normalize-buffer-to-display)
17407 (display-buffer-normalize-specifiers-1)
17408 (display-buffer-normalize-specifiers-2)
17409 (display-buffer-normalize-specifiers, display-buffer-frame):
17410 New functions.
17411 (display-buffer): Major rewrite.
17412 (display-buffer-other-window, display-buffer-other-frame)
17413 (pop-to-buffer, switch-to-buffer-other-window)
17414 (switch-to-buffer-other-frame): Rewrite.
17415 (display-buffer-same-window, display-buffer-same-frame)
17416 (display-buffer-same-frame-other-window)
17417 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17418 (pop-to-buffer-other-window)
17419 (pop-to-buffer-same-frame-other-window)
17420 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17421 (switch-to-buffer-other-window-same-frame): New functions.
17422 (same-window-p, special-display-p): Rewrite disabling warnings.
17423 Make obsolete.
17424 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17425 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17426 Make obsolete
17427 (same-window-buffer-names, same-window-regexps)
17428 (special-display-frame-alist, special-display-popup-frame)
17429 (special-display-function, special-display-buffer-names)
17430 (special-display-regexps, pop-up-frame-alist)
17431 (pop-up-frame-function, split-window-preferred-function)
17432 (split-height-threshold, split-width-threshold)
17433 (even-window-heights): Make obsolete.
17434
17435 2011-06-12 Glenn Morris <rgm@gnu.org>
17436
17437 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17438 Misc simplifications.
17439
17440 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17441
17442 * window.el (window-safely-shrinkable-p): Restore function which
17443 was inadvertently removed in change from 2011-06-11. Declare as
17444 obsolete.
17445
17446 * calendar/calendar.el (calendar-generate-window):
17447 Use window-iso-combined-p instead of combination of one-window-p and
17448 window-safely-shrinkable-p.
17449
17450 2011-06-12 Glenn Morris <rgm@gnu.org>
17451
17452 * progmodes/fortran.el (fortran-mode-syntax-table):
17453 * progmodes/f90.el (f90-mode-syntax-table):
17454 Set % to punctuation. (Bug#8820)
17455 (f90-find-tag-default): Remove, no longer needed.
17456
17457 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17458
17459 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17460
17461 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17462
17463 * image.el (image-animated-p): Return animation delay in seconds.
17464 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17465 (image-animate-timeout): Remove DELAY argument. Don't assume
17466 every subimage has the same delay; get it from image-animated-p.
17467 (image-animate): Caller changed.
17468
17469 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17470
17471 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17472 to ignored backtrace functions.
17473
17474 2011-06-11 Glenn Morris <rgm@gnu.org>
17475
17476 * calendar/appt.el (appt-disp-window-function): Doc fix.
17477 (appt-check): Handle overlapping appointments. (Bug#8337)
17478
17479 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17480
17481 * window.el (window-tree-1, window-tree): New functions, moving
17482 the latter to window.el.
17483 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17484 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17485 (bw-refresh-edges): Remove.
17486 (balance-windows-1, balance-windows-2): New functions.
17487 (balance-windows): Rewrite in terms of window tree functions,
17488 balance-windows-1 and balance-windows-2.
17489 (bw-adjust-window): Remove.
17490 (balance-windows-area-adjust): New function with functionality of
17491 bw-adjust-window but using resize-window.
17492 (set-window-text-height): Rewrite doc-string.
17493 Use normalize-live-window and resize-window.
17494 (enlarge-window-horizontally, shrink-window-horizontally):
17495 Rename argument to DELTA.
17496 (window-buffer-height): New function.
17497 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17498 Rewrite using new window resize routines.
17499 (kill-buffer-and-window, mouse-autoselect-window-select):
17500 Use ignore-errors instead of condition-case.
17501 (quit-window): Call delete-frame instead of delete-windows-on
17502 for the only buffer on frame.
17503
17504 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17505
17506 * loadup.el (top-level): Load window before files for the sake
17507 of replace-buffer-in-windows.
17508
17509 * files.el (read-buffer-to-switch)
17510 (switch-to-buffer-other-window)
17511 (switch-to-buffer-other-frame, display-buffer-other-frame):
17512 Move to window.el.
17513
17514 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17515 (previous-buffer): Move to window.el.
17516
17517 * bindings.el (unbury-buffer): Move to window.el.
17518
17519 * window.el (delete-other-windows-vertically): Move after
17520 definition of delete-other-windows.
17521 (other-window, delete-windows-on, replace-buffer-in-windows):
17522 Move here from window.c.
17523 (record-window-buffer, unrecord-window-buffer)
17524 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17525 (switch-to-next-buffer): New functions.
17526 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17527 from simple.el. Call switch-to-next-buffer.
17528 (previous-buffer): Move here from simple.el.
17529 Call switch-to-prev-buffer.
17530 (bury-buffer): Move here from buffer.c. Switch to previous
17531 buffer when window cannot be deleted.
17532 (unbury-buffer): Move here from bindings.el.
17533 (ctl-x-map): Move binding for other-window from window.c to
17534 here.
17535 (read-buffer-to-switch, switch-to-buffer-other-window)
17536 (switch-to-buffer-other-frame): Move here from files.el.
17537 (normalize-buffer-to-switch-to): New functions.
17538 (switch-to-buffer): Move here from buffer.c.
17539 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17540
17541 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17542
17543 * window.el (window-min-height, window-min-width): Move here
17544 from window.c. Add defcustoms and rewrite doc-strings.
17545 (resize-mini-window, resize-window): New functions.
17546 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17547 Move here from window.c.
17548 (maximize-window, minimize-window): New functions.
17549 (delete-window, delete-other-windows, split-window): Move here
17550 from window.c.
17551 (window-split-min-size): New function.
17552 (split-window-keep-point): Mention split-window-above-each-other
17553 instead of split-window-vertically.
17554 (split-window-above-each-other, split-window-vertically):
17555 Rename split-window-vertically to split-window-above-each-other
17556 and provide defalias for old definition.
17557 (split-window-side-by-side, split-window-horizontally):
17558 Rename split-window-horizontally to split-window-side-by-side
17559 and provide defalias for the old definition.
17560 (ctl-x-map): Move bindings for delete-window,
17561 delete-other-windows and enlarge-window here from window.c.
17562 Replace bindings for split-window-vertically and
17563 split-window-horizontally by bindings for
17564 split-window-above-each-other and split-window-side-by-side.
17565
17566 * cus-start.el (all): Remove entries for window-min-height and
17567 window-min-width. Add entries for window-splits and
17568 window-nest.
17569
17570 2011-06-09 Glenn Morris <rgm@gnu.org>
17571
17572 * calendar/appt.el (appt-mode-line): New function.
17573 (appt-check, appt-disp-window): Use it.
17574
17575 * files.el (hack-one-local-variable-eval-safep):
17576 Allow minor-modes with explicit +/-1 arguments.
17577
17578 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17579
17580 * term/xterm.el (xterm): Add defgroup.
17581 (xterm-extra-capabilities): Add defcustom to supply known xterm
17582 capabilities, skip querying them, or query them (default).
17583 (terminal-init-xterm): Use it.
17584 (terminal-init-xterm-modify-other-keys): New function to set up
17585 modifyOtherKeys support to simplify `terminal-init-xterm'.
17586
17587 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17588
17589 * window.el (resize-window-reset, resize-window-reset-1)
17590 (resize-subwindows-skip-p, resize-subwindows-normal)
17591 (resize-subwindows, resize-other-windows, resize-this-window)
17592 (resize-root-window, resize-root-window-vertically)
17593 (window-deletable-p, window-or-subwindow-p)
17594 (frame-root-window-p): New functions.
17595
17596 2011-06-09 Glenn Morris <rgm@gnu.org>
17597
17598 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17599 (ange-ftp-get-files): Use it.
17600
17601 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17602
17603 * mail/sendmail.el (mail-recover-1, mail-recover):
17604 * files.el (recover-file, recover-session):
17605 Handle dired-listing-switches not being just a single short option.
17606
17607 2011-06-09 Glenn Morris <rgm@gnu.org>
17608
17609 * calendar/appt.el (appt-display-message, appt-disp-window):
17610 Handle lists of appointments.
17611
17612 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17613
17614 * window.el (one-window-p): Move down in code.
17615 Rewrite doc-string.
17616 (window-current-scroll-bars): Rewrite doc-string.
17617 Normalize live window argument.
17618 (walk-windows, get-window-with-predicate, count-windows):
17619 Rewrite doc-string. Use window-list-1.
17620 (window-in-direction-2, window-in-direction, get-mru-window):
17621 New functions.
17622
17623 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17624
17625 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17626 Doc fix (Bug#8713).
17627
17628 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17629
17630 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17631
17632 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17633
17634 * loadhist.el (unload-feature-special-hooks):
17635 Add `comint-output-filter-functions'.
17636
17637 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17638
17639 * calendar/appt.el (appt-check): Move some initializations into the let.
17640
17641 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17642
17643 * window.el (window-height): Defalias to window-total-height.
17644 (window-width): Defalias to window-body-width.
17645
17646 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17647
17648 * image-mode.el (image-toggle-animation): New command.
17649 (image-mode-map): Bind it to RET.
17650 (image-mode): Update message.
17651 (image-toggle-display-image): Avoid a spurious cache flush.
17652 (image-transform-rotation): Doc fix.
17653 (image-transform-properties): Return quickly in the normal case.
17654 (image-animate-loop): Rename from image-animate-max-time.
17655
17656 * image.el (image-animate-max-time): Move to image-mode.el.
17657 (create-animated-image): Remove unnecessary function.
17658 (image-animate): Rename from image-animate-start. New arg.
17659 (image-animate-stop): Remove; just use image-animate-timer.
17660 (image-animate-timer): Use car-safe.
17661 (image-animate-timeout): Rename argument.
17662
17663 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17664
17665 * window.el (get-lru-window, get-largest-window): Move here from
17666 window.c. Rename first argument to ALL-FRAMES.
17667 Rephrase doc-strings.
17668 (get-buffer-window-list): Rewrite using window-list-1.
17669 Rephrase doc-string.
17670 (window-safe-min-height, window-safe-min-width): New constants.
17671 (window-size-ignore, window-min-size, window-min-size-1)
17672 (window-sizable, window-sizable-p, window-size-fixed-1)
17673 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17674 (window-max-delta-1, window-max-delta, window-resizable)
17675 (window-resizable-p, window-total-height, window-total-width)
17676 (window-body-width): New functions.
17677 (window-full-height-p, window-full-width-p): Rewrite using
17678 window-total-size.
17679 (window-body-height): Rewrite using window-body-size.
17680
17681 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17682
17683 * window.el (window-right, window-left, window-child)
17684 (window-child-count, window-last-child, window-any-p)
17685 (normalize-live-buffer, normalize-live-frame)
17686 (normalize-any-window, normalize-live-window)
17687 (window-iso-combination-p, window-iso-combined-p)
17688 (window-iso-combinations)
17689 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17690 (windows-with-parameter, window-with-parameter)
17691 (window-atom-root, make-window-atom, window-atom-check-1)
17692 (window-atom-check, window-side-check, window-check):
17693 New functions.
17694 (ignore-window-parameters, window-sides, window-sides-vertical)
17695 (window-sides-slots): New variables.
17696 (window-size-fixed): Move down in code. Minor doc-string fix.
17697
17698 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17699
17700 * comint.el (comint-dynamic-complete-as-filename)
17701 (comint-dynamic-complete-filename): Correctly call
17702 completion-in-region.
17703
17704 2011-06-05 Deniz Dogan <deniz@dogan.se>
17705
17706 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17707 in last change.
17708
17709 2011-06-05 Deniz Dogan <deniz@dogan.se>
17710
17711 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17712 (rcirc): Use it to prompt for encryption.
17713
17714 2011-06-05 Roland Winkler <winkler@gnu.org>
17715
17716 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17717 (bibtex-search-entries): New command bound to C-c C-a.
17718 (bibtex-display-entries): New function.
17719
17720 2011-06-05 Roland Winkler <winkler@gnu.org>
17721
17722 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17723 (bibtex-insert-kill): After yanking insert newline if necessary.
17724 (bibtex-initialize): Call bibtex-string-files-init only once.
17725 (bibtex-mode): Do not call easy-menu-add.
17726 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17727 (bibtex-yank): Set arg properly if nil.
17728
17729 2011-06-05 Roland Winkler <winkler@gnu.org>
17730
17731 * textmodes/bibtex.el (bibtex-search-entry-globally):
17732 New variable.
17733 (bibtex-search-entry): Use it.
17734
17735 2011-06-05 Roland Winkler <winkler@gnu.org>
17736
17737 * textmodes/bibtex.el (bibtex-entry-format): New option
17738 sort-fields.
17739 (bibtex-format-entry, bibtex-reformat): Honor this option.
17740 (bibtex-parse-entry): Return fields in proper order.
17741
17742 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * doc-view.el (doc-view-remove-if): Move computation of result out
17745 of `dolist' to silence misleading lexical-binding warning.
17746
17747 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17748
17749 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17750 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17751
17752 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17753
17754 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17755 "SunOS 5.10".
17756
17757 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17758
17759 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17760 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17761 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17762 (tramp-parse-putty):
17763 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17764 (tramp-completion-function-alist-ssh)
17765 (tramp-completion-function-alist-telnet)
17766 (tramp-completion-function-alist-su)
17767 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17768 cookie.
17769
17770 * net/tramp-ftp.el:
17771 * net/tramp-sh.el:
17772 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17773 load "tramp.el" `tramp-set-completion-function'.
17774
17775 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * shell.el: Require and use pcomplete.
17778 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17779 (shell-completion-vars): Set pcomplete-default-completion-function.
17780
17781 2011-06-04 Deniz Dogan <deniz@dogan.se>
17782
17783 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17784 `memq' (Bug#8799).
17785
17786 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17789
17790 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17791
17792 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17793 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17794 * vc/log-view.el (log-view-beginning-of-defun):
17795 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17796 (smerge-refine-forward, smerge-refine-chopup-region):
17797 Silence warning for unused `dotimes' counter variables.
17798
17799 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17800
17801 * net/tramp.el (tramp-with-progress-reporter): Rename from
17802 with-progress-reporter. Use `declare'.
17803 * net/tramp-smb.el:
17804 * net/tramp-sh.el:
17805 * net/tramp-gvfs.el: Update all uses.
17806
17807 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17808
17809 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17810 buffer isn't killed before making it current.
17811
17812 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17813
17814 Silence various byte-compiler warnings.
17815 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17816 `access-type' and new obsolescence format.
17817 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17818 new format.
17819 (byte-compile-check-variable): New `access-type' argument.
17820 Only warn if the access-type is obsolete.
17821 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17822 (byte-compile-variable-set): Adjust callers.
17823 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17824 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17825 setting it as obsolete.
17826 * simple.el (minibuffer-completing-symbol):
17827 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17828 access as obsolete.
17829 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17830 obsolete yet.
17831 * international/quail.el (quail-mouse-choose-completion): Remove unused
17832 code referring to obsolete var.
17833 (quail-choose-completion-string): Remove.
17834 * server.el (server-clients-with, server-kill-buffer-query-function)
17835 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17836 * proced.el (proced-send-signal):
17837 * emacs-lisp/lisp.el (lisp-complete-symbol):
17838 Replace completion-annotate-function with completion-extra-properties.
17839
17840 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17841
17842 * simple.el (goto-line): Use read-number.
17843 (overriding-map-is-bound): Remove.
17844 (saved-overriding-map): Change default.
17845 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17846 Take the map as argument.
17847 (universal-argument, negative-argument, digit-argument): Use it.
17848 (restore-overriding-map): Adjust.
17849 (do-auto-fill): Use fill-forward-paragraph.
17850 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17851
17852 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17853 (minibuffer-inactive-mode): New major mode.
17854 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17855 the *Messages* buffer" hack.
17856 (mouse-popup-menubar): Don't burp if the event is a normal key.
17857
17858 Miscellaneous tweaks.
17859 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17860 lexical scoping as in subr.el's dolist and dotimes.
17861 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17862 Silence compiler warning.
17863 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17864 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17865 * international/ccl.el (ccl-compile): Trivial simplification.
17866 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17867 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17868 `printflag' argument.
17869 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17870 Purecopy the whole obsolescence data.
17871
17872 2011-06-01 Leo Liu <sdl.web@gmail.com>
17873
17874 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17875 improve doc-string as suggested by Marco Pessotto
17876 <melmothx@gmail.com>.
17877 (rcirc-print): Fix last change.
17878
17879 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * minibuffer.el (complete-with-action): Return nil for the metadata and
17882 boundaries of non-functional tables.
17883 (completion-table-dynamic): Return nil for the metadata.
17884 (completion-table-with-terminator): Add default case, using
17885 complete-with-action.
17886 (completion--metadata): New function.
17887 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17888 to try and avoid pathological performance problems.
17889 (completion--embedded-envvar-table): Return `category' metadata.
17890
17891 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17892
17893 * subr.el (process-alive-p): New tiny convenience function.
17894
17895 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17898 content but also its previous major mode.
17899
17900 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17901
17902 * emacs-lisp/debug.el (debug): Restore the previous content of the
17903 *Backtrace* buffer when we exit with C-M-c.
17904
17905 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * minibuffer.el: Add metadata method to completion tables.
17908 (completion-category-overrides): New defcustom.
17909 (completion-metadata, completion--field-metadata)
17910 (completion-metadata-get, completion--styles)
17911 (completion--cycle-threshold): New functions.
17912 (completion-try-completion, completion-all-completions):
17913 Add `metadata' argument to choose completion-styles.
17914 (completion--do-completion): Use metadata to choose cycling.
17915 (completion-all-sorted-completions): Use metadata for sorting.
17916 Remove :completion-cycle-penalty which is not needed any more.
17917 (completion--try-word-completion): Add `metadata' argument.
17918 (minibuffer-completion-help): Check metadata for annotation function
17919 and sorting.
17920 (completion-file-name-table): Return `category' metadata.
17921 (minibuffer-completing-file-name): Make obsolete.
17922 * simple.el (minibuffer-completing-symbol): Make obsolete.
17923 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17924 completion-try-completion.
17925
17926 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17929
17930 2011-05-30 Leo Liu <sdl.web@gmail.com>
17931
17932 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17933 (rcirc-print): Decode all incoming messages (bug#8744).
17934 (rcirc-decode-coding-system): Allow value nil for automatic coding
17935 system detection.
17936
17937 2011-06-01 Glenn Morris <rgm@gnu.org>
17938
17939 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17940
17941 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17942
17943 * image.el (image-animate-max-time): Allow nil and t values.
17944 Default to nil.
17945 (create-animated-image): Doc fix.
17946 (image-animate-start): Remove second arg; just use
17947 image-animate-max-time.
17948 (image-animate-timeout): Doc fix. Args changed.
17949
17950 * image-mode.el (image-toggle-display-image): Ensure that the
17951 image spec passed to the animate timer is the same object as in
17952 the buffer's display property (Bug#6981).
17953 (image-transform-properties): Doc fix.
17954
17955 * image.el (image-animate-max-time): Default to nil.
17956
17957 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17958
17959 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17960 entire buffer list (Bug#8184).
17961
17962 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17963
17964 * image.el (imagemagick-types-inhibit)
17965 (imagemagick-register-types): Doc fix.
17966
17967 2011-05-29 Deniz Dogan <deniz@dogan.se>
17968
17969 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17970 default.
17971
17972 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17973
17974 * select.el: Don't perform clipboard-manager saving in hooks;
17975 leave the hooks empty.
17976
17977 2011-05-28 Leo Liu <sdl.web@gmail.com>
17978
17979 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17980 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17981 (occur-edit-mode): New major mode (Bug#8463).
17982 (occur-after-change-function): New function.
17983 (occur-engine): Give Occur tags a read-only property.
17984
17985 2011-05-28 Kevin Ryde <user42@zip.com.au>
17986
17987 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17988
17989 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17990
17991 * bindings.el (help-echo): Make the initial non-indicator dash
17992 empty on graphical terminals (Bug#7295).
17993
17994 * files.el (auto-mode-alist): Move config rule after the
17995 in-stripping one (Bug#8547).
17996
17997 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17998
17999 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18000 setting (Bug#8740).
18001
18002 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18003
18004 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18005 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18006 (Bug#8539).
18007
18008 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18009
18010 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18011
18012 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18013
18014 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18015 (hs-hide-block-at-point, hs-find-block-beginning)
18016 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18017 (Bug#8279).
18018
18019 2011-05-28 Glenn Morris <rgm@gnu.org>
18020
18021 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18022
18023 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18024
18025 * help-fns.el (describe-function-1): If the function is a derived
18026 major mode, print the parent mode.
18027
18028 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18029 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18030
18031 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * minibuffer.el (completion--capf-wrapper): Check applicability before
18034 returning non-nil for non-exclusive completion data.
18035 * progmodes/etags.el (tags-completion-at-point-function):
18036 * info-look.el (info-lookup-completions-at-point): Mark as
18037 non-exclusive.
18038 (info-complete): Adjust accordingly.
18039
18040 * info-look.el: Convert to lexical-binding and completion-at-point.
18041 (info-lookup-completions-at-point): New function.
18042 (info-complete): Use it and completion-in-region.
18043
18044 2011-05-28 Drew Adams <drew.adams@oracle.com>
18045
18046 * isearch.el: Let M-e start with point at the first mismatched char.
18047 (isearch-fail-pos): New function.
18048 (isearch-edit-string): Use it.
18049
18050 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18051
18052 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18053
18054 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18055
18056 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18057 traversal functions for avl-trees.
18058 (avl-tree--stack): New struct.
18059 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18060 (avl-tree-enter): Add optional `updatefun' arg.
18061 (avl-tree--do-enter): Add optional `updatefun' arg.
18062 Change return value.
18063 (avl-tree-delete): Add optional `test' and `nilflag' args.
18064 (avl-tree--do-delete): Add `test' and `nilflag' args.
18065 Change return value.
18066 (avl-tree-member): Add optional `nilflag'
18067 (avl-tree-member-p): New function.
18068 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18069 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18070 (avl-tree-stack-empty-p): New functions.
18071
18072 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18073 avl-tree--del-balance1 and make it work both ways.
18074 (avl-tree--del-balance2): Remove.
18075 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18076 make it work both ways.
18077 (avl-tree--enter-balance2): Remove.
18078 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18079 New macros.
18080 (avl-tree--mapc, avl-tree-map): Add direction argument.
18081
18082 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18083
18084 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18085
18086 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18087
18088 * select.el: Support clipboard managers with built-in function
18089 x-clipboard-manager-save, via delete-frame-functions and
18090 kill-emacs-hook.
18091 (xselect-convert-to-targets): Add MULTIPLE target to list.
18092 (xselect-convert-to-save-targets): New function.
18093
18094 2011-05-27 Kenichi Handa <handa@m17n.org>
18095
18096 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18097 let-binding rfc2047-encode-encoded-words to nil.
18098
18099 2011-05-27 Glenn Morris <rgm@gnu.org>
18100
18101 * mail/emacsbug.el: Don't require url-util.
18102
18103 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18104
18105 * files.el (set-auto-mode):
18106 Also respect mode: entries at the end of the file. (Bug#8586)
18107
18108 2011-05-26 Glenn Morris <rgm@gnu.org>
18109
18110 * files.el (hack-local-variables-prop-line, hack-local-variables):
18111 Downcase mode names, as seems to be traditional.
18112 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18113
18114 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18115 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18116
18117 2011-05-25 Julien Danjou <julien@danjou.info>
18118
18119 * textmodes/rst.el (rst-define-level-faces): Do not define face
18120 symbol if it is already defined.
18121
18122 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18123
18124 * play/5x5.el (5x5-new-game, 5x5-randomize):
18125 Reset 5x5-solver-output to nil when a new grid is cast.
18126 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18127 these debugging traces, as defmacro breaks the compiled code.
18128
18129 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18130
18131 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18132
18133 2011-05-24 Leo Liu <sdl.web@gmail.com>
18134
18135 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18136 (vc-bzr-sha1): Adapt.
18137
18138 * sha1.el: Remove. Function `sha1' is now builtin.
18139
18140 * bindings.el: Provide sha1 feature.
18141
18142 2011-05-24 Kenichi Handa <handa@m17n.org>
18143
18144 * mail/sendmail.el: Require `rfc2047'.
18145 (mail-insert-from-field): Do not perform RFC2047 encoding.
18146 (mail-encode-header): New function.
18147 (sendmail-send-it): Set buffer-file-coding-system of the work
18148 buffer to the return value of select-message-coding-system.
18149 Call mail-encode-header.
18150
18151 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18152
18153 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18154
18155 * mail/supercite.el (sc-default-cite-frame):
18156 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18157
18158 2011-05-24 Glenn Morris <rgm@gnu.org>
18159
18160 * progmodes/python.el (brm-menu): Declare.
18161
18162 * emulation/viper.el (viper-set-hooks): Declare.
18163
18164 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18165 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18166 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18167 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18168 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18169 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18170
18171 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 Add an :exit-function for completion-at-point.
18174
18175 * minibuffer.el (completion--done): New fun.
18176 (completion--do-completion): Use it. New arg `expect-exact'.
18177 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18178 since completion--do-completion does it for us now.
18179 (minibuffer-force-complete): Use completion--done and
18180 completion--replace. Handle sole-completion case with more care.
18181 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18182 (completion-extra-properties): New var.
18183 (completion-annotate-function): Make obsolete.
18184 (minibuffer-completion-help): Adjust accordingly.
18185 Use completion-list-insert-choice-function.
18186 (completion-at-point, completion-help-at-point):
18187 Bind completion-extra-properties.
18188 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18189 * simple.el (completion-list-insert-choice-function): New var.
18190 (completion-setup-function): Preserve it.
18191 (choose-completion): Pay attention to it, shuffle the code a bit.
18192 (choose-completion-string): New arg `insert-function'.
18193
18194 * textmodes/bibtex.el: Convert to lexical binding.
18195 (bibtex-mode-map): Use completion-at-point.
18196 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18197 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18198 (bibtex-complete): Define as obsolete alias.
18199 (bibtex-complete-internal): Remove.
18200 (bibtex-format-entry): Remove unused sub-group in regexp.
18201 * shell.el (shell--command-completion-data)
18202 (shell-environment-variable-completion):
18203 * pcomplete.el (pcomplete-completions-at-point):
18204 * comint.el (comint--complete-file-name-data): Use :exit-function
18205 instead of completion-table-with-terminator so it also works for
18206 choose-completion.
18207
18208 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18211
18212 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18213 (bug#8710).
18214
18215 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18216
18217 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18218
18219 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18220 customization variable and implement: If non-nil, auto-fill will
18221 be inhibited while on topic's header line.
18222
18223 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18224
18225 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18226 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18227 always have a solution in grid size = 5 cases.
18228 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18229 (5x5-solver-output, 5x5-log-buffer): New vars.
18230 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18231 Make these variables buffer local to achieve 5x5 multi-session-ness.
18232 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18233 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18234 (5x5-solve-suggest): New funs.
18235 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18236 randomize a grid so that we ensure that there is always a solution.
18237 (5x5-make-random-grid): Allow other movement than flipping.
18238
18239 2011-05-23 Kevin Ryde <user42@zip.com.au>
18240
18241 * emacs-lisp/advice.el (ad-read-advised-function):
18242 Use `function-called-at-point' as the default, if it has
18243 advice and passes PREDICATE.
18244
18245 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18248 byte-compile-lambda if it's actually a lambda.
18249
18250 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18251 Fix function quoting. Use backquote better.
18252
18253 2011-05-22 Yuanle Song <sylecn@gmail.com>
18254
18255 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18256 matching (Bug#8516).
18257
18258 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18259
18260 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18261 different face (Bug#8178).
18262
18263 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18264
18265 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18266 defface (Bug#8144).
18267
18268 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18271 funcall as well (bug#8712). Warn when performing those conversions.
18272 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18273
18274 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18275
18276 2011-05-22 Glenn Morris <rgm@gnu.org>
18277
18278 * files.el (hack-local-variables-prop-line): Small simplifications.
18279 (hack-local-variables, hack-local-variables-prop-line):
18280 If MODE-ONLY, return the mode, rather than just `t'.
18281
18282 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18283
18284 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18285
18286 2011-05-21 Glenn Morris <rgm@gnu.org>
18287
18288 * files.el (hack-local-variables-prop-line, hack-local-variables):
18289 If only interested in the mode, don't bother doing the other stuff.
18290
18291 * image-mode.el (image-after-revert-hook):
18292 Redraw all frames on which the image is visible. (Bug#8567)
18293
18294 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18295
18296 * wid-edit.el (widget-checklist-match-inline):
18297 Fix 2011-04-19 change. (Bug#8649)
18298
18299 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18300
18301 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18302 Also allow singlespace after single-letter capitals followed by a dot.
18303
18304 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18305 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18306
18307 2011-05-20 Nix <nix@esperi.org.uk>
18308
18309 * files.el (basic-save-buffer-2):
18310 Fix handling of break-hardlink-on-save with non-existent files.
18311
18312 2011-05-19 Deniz Dogan <deniz@dogan.se>
18313
18314 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18315 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18316
18317 2011-05-19 Glenn Morris <rgm@gnu.org>
18318
18319 * progmodes/f90.el (f90-type-def-re):
18320 Handle "type, bind(c)". (Bug#8691)
18321
18322 * emacs-lisp/autoload.el (batch-update-autoloads):
18323 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18324
18325 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18328 property for the correct connection in case of multihops.
18329
18330 2011-05-18 Glenn Morris <rgm@gnu.org>
18331
18332 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18333 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18334
18335 Rationalize calendar handling of day and month abbrev-arrays.
18336 * calendar/calendar.el (calendar-customized-p): New function.
18337 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18338 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18339 Add :set function.
18340 (calendar-abbrev-length, calendar-day-abbrev-array)
18341 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18342 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18343 Elements may no longer be nil.
18344 (calendar-day-name, calendar-month-name):
18345 Update for changed nature of abbrev arrays.
18346 * calendar/diary-lib.el (diary-name-pattern):
18347 Update for changed nature of abbrev arrays.
18348 (diary-mark-entries-1): Update calendar-make-alist calls.
18349 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18350 * calendar/cal-html.el (cal-html-day-abbrev-array):
18351 Simply inherit from calendar-day-abbrev-array.
18352
18353 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18354
18355 * progmodes/grep.el (grep-mode): Disable default
18356 compilation-directory-matcher setting (bug#8684).
18357
18358 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18359
18360 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18361 instead of "head" and "tail". There were problems with SunOS 5.9,
18362 and it performs better.
18363
18364 2011-05-17 Glenn Morris <rgm@gnu.org>
18365
18366 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18367
18368 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18369 Replace obsolete function.
18370
18371 * shell.el (pcomplete-parse-arguments-function): Declare.
18372
18373 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18374 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18375 (appt-check): Doc fixes.
18376 (appt-disp-window-function, appt-delete-window-function):
18377 Remove needless special case in custom :type.
18378 (appt-display-count): Default to 0, not nil.
18379 (appt-check): Reset appt-display-count to 0, not nil.
18380
18381 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18382
18383 * progmodes/python.el (python-font-lock-keywords):
18384 Add the Python 3.X keyword "nonlocal" (bug#8639).
18385
18386 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18389
18390 2011-05-16 Kevin Ryde <user42@zip.com.au>
18391
18392 * info-look.el (makefile-automake-mode): New setups, looking in
18393 automake manual, then makefile-mode.
18394 (makefile-mode): Remove automake manual, have it just in
18395 makefile-automake-mode since there's various things different or
18396 not relevant to plain make.
18397 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18398 believe a hypothetical automake-mode would go to makefile-mode,
18399 not the other way around.
18400
18401 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18402
18403 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18404 hunk-end tags (Bug#8672).
18405
18406 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18407 vc-annotate-show-diff-revision-at-line (Bug#8671).
18408
18409 2011-05-14 Glenn Morris <rgm@gnu.org>
18410
18411 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18412 in the middle of an existing one with multiple authors. (Bug#8645)
18413 (change-log-font-lock-keywords): Also handle multiple author lines
18414 with leading tabs. (Bug#8644)
18415
18416 * calendar/appt.el (appt-check): Rename some local variables.
18417 Some simplification/reordering.
18418
18419 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18420 (feedmail-sendmail-f-doesnt-sell-me-out)
18421 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18422 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18423 (feedmail-queue-runner-message-sender): Set :version.
18424 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18425 (bbdb-dwim-net-address, vm-mail): Declare.
18426 (feedmail-binmail-gnulinuxish-template):
18427 Rename from feedmail-binmail-linuxish-template.
18428 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18429 Use insert-buffer-substring.
18430
18431 2011-05-14 Bill Carpenter <bill@carpenter.org>
18432
18433 * mail/feedmail.el (feedmail-patch-level): Increase.
18434 (feedmail-debug): New custom group.
18435 (feedmail-confirm-outgoing-timeout)
18436 (feedmail-sendmail-f-doesnt-sell-me-out)
18437 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18438 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18439 (feedmail-sender-line, feedmail-from-line)
18440 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18441 (feedmail-spray-this-address)
18442 (feedmail-spray-address-fiddle-plex-list)
18443 (feedmail-queue-use-send-time-for-date)
18444 (feedmail-queue-use-send-time-for-message-id)
18445 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18446 (feedmail-buffer-eating-function):
18447 Doc fixes.
18448 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18449 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18450 (feedmail-message-action-scroll-down): New functions.
18451 (feedmail-queue-directory, feedmail-queue-draft-directory):
18452 Use expand-file-name.
18453 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18454 Remove C-v help entry.
18455 (feedmail-queue-buffer-file-name): New variable.
18456 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18457 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18458 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18459 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18460 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18461 (feedmail-message-action-toggle-spray)
18462 (feedmail-run-the-queue-no-prompts)
18463 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18464 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18465 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18466 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18467 (feedmail-envelope-deducer, feedmail-fiddle-from)
18468 (feedmail-fiddle-sender, feedmail-default-date-generator)
18469 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18470 (feedmail-fiddle-spray-address)
18471 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18472 (feedmail-fiddle-list-of-fiddle-plexes)
18473 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18474 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18475 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18476 Change default. Doc fix.
18477 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18478 (feedmail-binmail-linuxish-template): New constant.
18479 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18480 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18481 (feedmail-send-it): Add debug call.
18482 Use feedmail-queue-buffer-file-name, and
18483 feedmail-send-it-immediately-wrapper.
18484 (feedmail-message-action-send): Add debug call.
18485 Use feedmail-send-it-immediately-wrapper.
18486 (feedmail-queue-express-to-queue): Add debug call.
18487 Run feedmail-queue-express-hook.
18488 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18489 (feedmail-message-action-help-blat):
18490 Rename from feedmail-queue-send-edit-prompt-help-first.
18491 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18492 Check line-endings. Handle errors better.
18493 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18494 Doc fix. Add debug call.
18495 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18496 Use feedmail-queue-send-edit-prompt-inner.
18497 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18498 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18499 from feedmail-queue-send-edit-prompt.
18500 (feedmail-queue-send-edit-prompt-help)
18501 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18502 (feedmail-tidy-up-slug): Add debug call.
18503 Respect feedmail-queue-slug-suspect-regexp.
18504 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18505 (feedmail-dump-message-to-queue): Add debug call.
18506 Expand queue-directory.
18507 (feedmail-dump-message-to-queue): Change message slightly.
18508 Use feedmail-say-chatter.
18509 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18510 (feedmail-send-it-immediately-wrapper): New function.
18511 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18512 Insert empty string rather than newline. Handle full-frame case.
18513 Use catch/throw. Use feedmail-say-chatter.
18514 (feedmail-fiddle-from): Try mail-host-address.
18515 (feedmail-default-message-id-generator): Doc fix.
18516 Bind system-time-locale. Handle missing end.
18517 (feedmail-fiddle-x-mailer): Add debug call.
18518 Handle feedmail-x-mailer-line being nil.
18519 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18520 Add debug call. Use buffer-substring-no-properties.
18521 (feedmail-say-debug, feedmail-say-chatter): New functions.
18522 (feedmail-find-eoh): Give an explicit error.
18523
18524 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18525
18526 * net/newst-treeview.el (newsticker-treeview-face): Change default
18527 family from helvetica to sans.
18528 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18529 etc/images/newsticker.
18530
18531 * net/newst-reader.el (newsticker-feed-face): Change default
18532 family from helvetica to sans.
18533
18534 * net/newst-plainview.el (newsticker-new-item-face)
18535 (newsticker-old-item-face, newsticker-immortal-item-face)
18536 (newsticker-obsolete-item-face, newsticker-date-face)
18537 (newsticker-statistics-face): Change default family from
18538 helvetica to sans.
18539 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18540 etc/images/newsticker.
18541
18542 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18543 (newsticker--process-auto-mark-filter-match): Tell user about
18544 auto-marking.
18545
18546 2011-05-13 Didier Verna <didier@xemacs.org>
18547
18548 Common Lisp indentation improvements on defmethod and lambda-lists.
18549 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18550 TODO entries.
18551 (lisp-lambda-list-keyword-parameter-indentation)
18552 (lisp-lambda-list-keyword-parameter-alignment)
18553 (lisp-lambda-list-keyword-alignment): New customizable user options.
18554 (lisp-indent-defun-method): Improve docstring.
18555 (extended-loop-p): Fix comment.
18556 (lisp-indent-lambda-list-keywords-regexp): New variable.
18557 (lisp-indent-lambda-list): New function.
18558 (lisp-indent-259): Use it.
18559 (lisp-indent-defmethod): Support for more than one
18560 method qualifier and properly indent methods lambda-lists.
18561 (defgeneric): Provide a missing common-lisp-indent-function property.
18562
18563 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18566 bounds for the empty string (bug#8667).
18567
18568 2011-05-13 Glenn Morris <rgm@gnu.org>
18569
18570 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18571
18572 * mail/sendmail.el (sendmail-program): Try executable-find first.
18573 (sendmail-send-it): `sendmail-program' cannot be unbound.
18574
18575 * calendar/appt.el (appt-make-list): Simplify.
18576 (appt-time-msg-list): Doc fix.
18577 (appt-check): Change mode-line message at the time of the appointment.
18578
18579 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18580
18581 * progmodes/ld-script.el (ld-script-keywords)
18582 (ld-script-builtins): Update keywords list.
18583
18584 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18585
18586 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18587
18588 * shell.el (shell-completion-vars): New function.
18589 (shell-mode):
18590 * simple.el (read-shell-command): Use it.
18591 (blink-matching-open): No need for " [...]" in minibuffer-message.
18592
18593 2011-05-12 Glenn Morris <rgm@gnu.org>
18594
18595 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18596 (appt-check): Simplify.
18597
18598 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18599
18600 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18601 literal "/dev/null".
18602
18603 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18606 Fix typo.
18607
18608 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18609
18610 * progmodes/which-func.el (which-function):
18611 Use add-log-current-defun instead of add-log-current-defun-function,
18612 which might not be defined (Bug#8260).
18613
18614 2011-05-12 Glenn Morris <rgm@gnu.org>
18615
18616 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18617 Let byte-compile-initial-macro-environment always take precedence.
18618
18619 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18620
18621 * net/rcirc.el: Add support for SSL/TLS connections.
18622 (rcirc-server-alist): New field `encryption'.
18623 (rcirc): Check `encryption' settings.
18624 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18625 Merge make-local-variable into `set'.
18626 (rcirc--connection-open-p): New function.
18627 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18628 the process is not a network process (e.g. running gnutls-cli).
18629 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18630 Make rcirc-(en|de)code-coding-system local here.
18631 (rcirc-mode): Merge make-local-variable into `set'.
18632 (rcirc-parent-buffer): Make permanent buffer-local.
18633 (rcirc-multiline-minor-mode): Don't do it here.
18634 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18635 there's no server buffer.
18636
18637 2011-05-11 Glenn Morris <rgm@gnu.org>
18638
18639 * newcomment.el (comment-kill): Prefix "unused" local.
18640
18641 * term/w32console.el (get-screen-color): Declare.
18642
18643 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18644 Handle symbol elements of byte-compile-initial-macro-environment.
18645
18646 2011-05-10 Leo Liu <sdl.web@gmail.com>
18647
18648 * bookmark.el (bookmark-bmenu-mode-map):
18649 Bind bookmark-bmenu-search to `/'.
18650
18651 * mail/footnote.el: Convert to utf-8 encoding.
18652 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18653 (Footnote-unicode): New function.
18654 (footnote-style-alist): Add unicode style to the list.
18655 (footnote-style): Doc fix.
18656
18657 2011-05-10 Jim Meyering <meyering@redhat.com>
18658
18659 Fix doubled-word typos.
18660 * international/quail.el (quail-insert-kbd-layout): and and -> and
18661 * kermit.el: and and -> and
18662 * net/ldap.el (ldap-search-internal): to to -> to
18663 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18664 * progmodes/js.el (js-mode): and and -> and
18665 * textmodes/artist.el (artist-move-to-xy): at at -> at
18666 (artist-draw-region-trim-line-endings): if if -> if
18667 And Safetyc -> Safety.
18668 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18669
18670 2011-05-10 Glenn Morris <rgm@gnu.org>
18671 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * files.el (hack-one-local-variable-eval-safep):
18674 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18675
18676 2011-05-10 Glenn Morris <rgm@gnu.org>
18677
18678 * calendar/diary-lib.el (diary-list-entries-hook)
18679 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18680 (diary-nongregorian-marking-hook, diary-list-entries)
18681 (diary-include-other-diary-files, diary-mark-entries)
18682 (diary-mark-included-diary-files): Doc fixes.
18683
18684 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18685
18686 * misc.el: Require tabulated-list.el during compilation.
18687
18688 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18689
18690 * progmodes/compile.el (compilation-start):
18691 Run compilation-filter-hook for the async case too.
18692 (compilation-filter-hook): Doc fix.
18693
18694 2011-05-09 Deniz Dogan <deniz@dogan.se>
18695
18696 * wdired.el: Remove outdated installation comment. Fix usage
18697 comment.
18698
18699 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18700
18701 * misc.el: Implement new command `list-dynamic-libraries'.
18702 (list-dynamic-libraries--loaded-only-p): New variable.
18703 (list-dynamic-libraries--refresh): New function.
18704 (list-dynamic-libraries): New command.
18705
18706 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18707
18708 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18709 Fix the ant regexp to handle end-line and end-column info from jikes.
18710 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18711 higher priority to avoid clobbering by gnu.
18712
18713 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18714
18715 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18716 if the face has existing theme settings (Bug#8454).
18717
18718 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18719
18720 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18721 Only match variables declared via `my' or `our' (Bug#8261).
18722
18723 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18724 special file names `.' and `..' (Bug#8259).
18725
18726 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18727
18728 * progmodes/grep.el (grep-mode-font-lock-keywords):
18729 Remove buffer-changing entries.
18730 (grep-filter): New function.
18731 (grep-mode): Add it to compilation-filter-hook.
18732
18733 * progmodes/compile.el (compilation-filter-hook)
18734 (compilation-filter-start): New defvars.
18735 (compilation-filter): Call compilation-filter-hook prior to
18736 updating the process mark.
18737
18738 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18741
18742 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18743
18744 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18745 mailclient-send-it even if window-system is nil. (Bug#8595)
18746
18747 * term/w32console.el (terminal-init-w32console):
18748 Call get-screen-color and use its output to set the frame
18749 background-mode. (Bug#8597)
18750
18751 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18754 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18755 New functions.
18756 (defgeneric, eieio--defmethod): Use them.
18757 (eieio-defgeneric): Remove.
18758 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18759
18760 2011-05-07 Glenn Morris <rgm@gnu.org>
18761
18762 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18763 Use let rather than let*.
18764 (timeclock-find-discrep): Remove unused local.
18765
18766 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18767
18768 * calendar/appt.el (appt-time-msg-list): Doc fix.
18769
18770 2011-05-06 Noah Friedman <friedman@splode.com>
18771
18772 * apropos.el (apropos-print-doc): Only use
18773 emacs-lisp-docstring-fill-column when it is bound to an integer,
18774 per that variable's documentation.
18775
18776 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18779 and warnings are not silently discarded (e.g. use -d instead of -P).
18780
18781 2011-05-06 Glenn Morris <rgm@gnu.org>
18782
18783 * calendar/appt.el (appt-message-warning-time): Doc fix.
18784 (appt-warning-time-regexp): New option.
18785 (appt-make-list): Respect appt-message-warning-time.
18786
18787 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18788 New options.
18789 (diary-add-to-list): Strip comments from the displayed string.
18790 (diary-mode): Set comment-start and comment-end.
18791
18792 * vc/diff-mode.el (smerge-refine-subst): Declare.
18793 (diff-refine-hunk): Don't require smerge-mode when compiling.
18794
18795 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * simple.el (list-processes): Return nil as the docstring says.
18798
18799 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18800
18801 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18802 to "".
18803 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18804 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18805 determining of binary transfer. (Bug#7383)
18806
18807 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18808
18809 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18810 Fix port computation bug. (Bug#8618)
18811
18812 2011-05-05 Glenn Morris <rgm@gnu.org>
18813
18814 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18815
18816 * simple.el (shell-dynamic-complete-functions)
18817 (comint-dynamic-complete-functions): Declare.
18818
18819 * net/network-stream.el (gnutls-negotiate):
18820 * simple.el (tabulated-list-print): Fix declarations.
18821
18822 * progmodes/gud.el (syntax-symbol, syntax-point):
18823 Remove unnecessary and incorrect declarations.
18824
18825 * emacs-lisp/check-declare.el (check-declare-scan):
18826 Handle byte-compile-initial-macro-environment in bytecomp.el.
18827
18828 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 Fix earlier half-done eieio-defmethod change (bug#8338).
18831 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18832 Streamline and change calling convention.
18833 (defmethod): Adjust accordingly and simplify.
18834 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18835 new eieio--defmethod.
18836 (slot-boundp): Minor CSE simplification.
18837
18838 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18839
18840 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18841 (glasses-make-readable): Use glasses-separate-capital-groups.
18842
18843 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18844
18845 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18846 (warning-series): Doc fix.
18847 (display-warning): Don't try to create the buffer if we just found it.
18848
18849 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18850
18851 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18852 (autoload-find-generated-file): New function.
18853 (generate-file-autoloads): Bind generated-autoload-file to
18854 buffer-file-name.
18855 (update-file-autoloads, update-directory-autoloads):
18856 Use autoload-find-generated-file. If called interactively, prompt for
18857 output file (Bug#7989).
18858 (batch-update-autoloads): Doc fix.
18859
18860 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18861
18862 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18863
18864 2011-05-04 Glenn Morris <rgm@gnu.org>
18865
18866 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18867 function, so it follows changes in calendar-date-style.
18868 (diary-fancy-date-matcher): New function.
18869 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18870 (diary-fancy-font-lock-fontify-region-function):
18871 Use diary-fancy-date-pattern as a function.
18872
18873 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18874 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18875
18876 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18877
18878 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18879 instead of positional arguments. Allow :keylist and :crlfiles
18880 arguments.
18881 (open-gnutls-stream): Call it.
18882
18883 * net/network-stream.el (network-stream-open-starttls): Adjust to
18884 call `gnutls-negotiate' with :process and :hostname arguments.
18885
18886 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18887
18888 * minibuffer.el (completion--message): New function.
18889 (completion--do-completion, minibuffer-complete)
18890 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18891 (completion--do-completion): Don't ignore completion-auto-help when in
18892 icomplete-mode.
18893
18894 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18895 internal encoding (e.g. tibetan zero is not whitespace).
18896 (global-whitespace-mode): Prefer save-current-buffer.
18897 (whitespace-trailing-regexp): Remove useless save-match-data.
18898 (whitespace-empty-at-bob-regexp): Minor simplification.
18899
18900 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18901
18902 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18903
18904 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18905
18906 * textmodes/ispell.el (ispell-add-per-file-word-list):
18907 Use `concat' to create string for insertion.
18908
18909 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18910
18911 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18912 Avoid open-line which runs post-self-insert-hook.
18913 (bibtex-fill-entry): Remove unused `end' var.
18914
18915 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18916
18917 * textmodes/ispell.el (ispell-add-per-file-word-list):
18918 Protect against `nil' value of `comment-start' (Bug#8579).
18919
18920 2011-05-03 Leo Liu <sdl.web@gmail.com>
18921
18922 * isearch.el (isearch-yank-pop): New command.
18923 (isearch-mode-map): Bind it to `M-y'.
18924 (isearch-forward): Mention it.
18925
18926 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18927
18928 * simple.el (minibuffer-complete-shell-command): Remove.
18929 (minibuffer-local-shell-command-map): Use completion-at-point.
18930 (read-shell-command): Setup completion vars here instead.
18931 (read-expression-map): Bind TAB to symbol completion.
18932
18933 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18934 error directly rather via storing it into `results'.
18935
18936 2011-05-02 Leo Liu <sdl.web@gmail.com>
18937
18938 * vc/diff.el: Fix description.
18939
18940 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18941
18942 * server.el (server-eval-at): New function.
18943
18944 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18945
18946 * net/network-stream.el (open-network-stream): Take a :nowait
18947 parameter and pass it on to `make-network-process'.
18948 (network-stream-open-plain): Ditto.
18949
18950 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18951
18952 * faces.el (face-spec-set-match-display): Don't match toolkit
18953 options on terminal frames.
18954
18955 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18956
18957 * progmodes/pascal.el: Use lexical binding.
18958 (pascal-mode-map): Remove author preferences.
18959
18960 * pcomplete.el (pcomplete-std-complete): Don't abuse
18961 completion-at-point.
18962
18963 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18964
18965 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18966 removing code that has been dead since 1991 or so.
18967
18968 * startup.el (command-line): When warning about "_emacs", use a
18969 delayed warning to allow the user to filter it out.
18970
18971 2011-04-28 Deniz Dogan <deniz@dogan.se>
18972
18973 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18974 user has not joined.
18975
18976 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18979 aren't any completions at point.
18980
18981 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18982
18983 * subr.el (display-delayed-warnings): New function.
18984 (delayed-warnings-hook): New variable.
18985
18986 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18987
18988 * minibuffer.el (completion-at-point, completion-help-at-point):
18989 Don't presume that a given completion-at-point-function will always
18990 use the same calling convention.
18991
18992 * pcomplete.el (pcomplete-completions-at-point):
18993 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18994 pcomplete-seen is non-nil.
18995 (pcomplete-comint-setup): Also recognize the new comint/shell
18996 completion functions.
18997 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18998 pcomplete-seen is non-nil.
18999
19000 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19001
19002 * calendar/icalendar.el (diary-lib): Add require statement.
19003 (icalendar--create-uid): Read out a uid from a text-property on
19004 the first character in the entry. This allows for code to add its
19005 own uid to the entry.
19006 (icalendar--convert-float-to-ical): Add export of
19007 `diary-float'-entries save for those with the optional DAY
19008 argument.
19009
19010 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19011
19012 * subr.el (shell-quote-argument): Use alternate escaping strategy
19013 when we spot a variable reference in a string.
19014
19015 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19016
19017 * cus-start.el (all): Define customization for debug-on-event.
19018
19019 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19020
19021 * subr.el (shell-quote-argument): Escape correctly under Windows.
19022
19023 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19026
19027 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19028
19029 * net/tramp.el (tramp-process-actions): Add POS argument.
19030 Delete region between POS and (pos).
19031
19032 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19033 Use `nil' position in `tramp-process-actions' call.
19034 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19035
19036 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19037 position in `tramp-process-actions' call.
19038
19039 * net/trampver.el: Update release number.
19040
19041 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19042
19043 * custom.el (defcustom): Obey lexical-binding.
19044
19045 Fix octave-inf completion problems reported by Alexander Klimov.
19046 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19047 Inherit from octave-mode-syntax-table.
19048 (inferior-octave-mode): Set info-lookup-mode.
19049 (inferior-octave-completion-at-point): New function.
19050 (inferior-octave-complete): Use it and completion-in-region.
19051 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19052 comint-filename-completion.
19053 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19054 symbol elements which shouldn't be word elements.
19055 (octave-font-lock-keywords, octave-beginning-of-defun)
19056 (octave-function-header-regexp): Adjust regexps accordingly.
19057 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19058
19059 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19060
19061 * net/gnutls.el (gnutls-errorp): Declare before first use.
19062
19063 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19064
19065 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19066 verify-error, and verify-hostname-error parameters. Check whether
19067 default trustfile exists before going to use it. Add missing
19068 argument to gnutls-message-maybe call. Return value.
19069 Reported by Claudio Bley <claudio.bley@gmail.com>.
19070 (open-gnutls-stream): Add usage example.
19071
19072 * net/network-stream.el (network-stream-open-starttls): Give host
19073 parameter to `gnutls-negotiate'.
19074 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19075 * subr.el (shell-quote-argument): Escape correctly under Windows.
19076
19077 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19078
19079 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19080 Use correct match group (bug#8438).
19081
19082 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19083
19084 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19085 (package-menu--generate): New arg specifying packages to show.
19086 (package-menu-refresh, package-menu-execute, list-packages):
19087 Callers changed.
19088 (package-show-package-list): New function, replacing deleted
19089 package--list-packages (renamed because it is non-internal).
19090
19091 * finder.el (finder-list-matches): Use package-show-package-list
19092 instead of deleted package--list-packages.
19093
19094 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19095 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19096 (vc-annotate-mode-map): Bind it to RET.
19097
19098 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19099
19100 * progmodes/etags.el (next-file): Don't use set-buffer to change
19101 buffers (Bug#8478).
19102
19103 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19106
19107 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19108 (apropos-accumulator): Doc fix.
19109 (apropos-function, apropos-macro, apropos-command)
19110 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19111 (apropos-plist): Add face property.
19112 (apropos-symbols-internal): Fix indentation.
19113 (apropos-print): Simplify help, and recognize apropos-multi-type.
19114 (apropos-print-doc): Use button-type-get to extract the button's
19115 face property. Fill docstring (Bug#8352).
19116
19117 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19118
19119 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19120
19121 * play/mpuz.el (mpuz-silent): Doc fix.
19122 (mpuz-mode-map): Use mapc.
19123 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19124 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19125 Fix typos in docstrings.
19126
19127 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19128 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19129
19130 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19131
19132 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19133
19134 * minibuffer.el (completion--do-completion): Avoid the "Next char
19135 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19136
19137 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19138 mouse-2 into unread-command-events, it is interpreted correctly.
19139
19140 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19141 (image-toggle-display): Doc fix.
19142
19143 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19144
19145 * textmodes/page.el (what-page): Use line-number-at-pos to
19146 calculate line number (Bug#6825).
19147
19148 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19149
19150 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19151 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19152 Pass argument NO-DEFAULT to `find-tag-interactive'.
19153
19154 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19155
19156 Lexical-binding cleanup.
19157
19158 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19159 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19160 * progmodes/ada-prj.el (ada-prj-initialize-values)
19161 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19162 (ada-prj-show-value):
19163 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19164 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19165 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19166 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19167 * progmodes/bug-reference.el (bug-reference-push-button):
19168 * progmodes/fortran.el (fortran-line-length):
19169 * progmodes/glasses.el (glasses-change):
19170 * progmodes/octave-mod.el (octave-fill-paragraph):
19171 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19172 (python-pdbtrack-grub-for-buffer, python-sentinel):
19173 * progmodes/sql.el (sql-save-connection):
19174 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19175 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19176 Mark unused parameters.
19177
19178 * progmodes/compile.el (compilation--flush-directory-cache)
19179 (compilation--flush-parse, compile-internal): Mark unused parameters.
19180 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19181 (compilation-next-error-function): Remove unused variable `timestamp'.
19182
19183 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19184 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19185
19186 * progmodes/dcl-mode.el (dcl-end-of-command):
19187 Remove unused variable `start'.
19188 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19189 (dcl-option-value-basic, dcl-option-value-offset)
19190 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19191 Mark unused parameters.
19192 (dcl-save-local-variable): Remove unused variable `val'.
19193 (mode): Declare.
19194
19195 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19196 Mark unused parameters.
19197 (delphi-ignore-changes): Move before first use.
19198 (delphi-charset-token-at): Remove unused variable `start'.
19199 (delphi-else-start): Remove unused variable `if-count'.
19200 (delphi-comment-block-start, delphi-comment-block-end):
19201 Remove unused variable `kind'.
19202 (delphi-indent-line): Remove unused variable `new-point'.
19203
19204 * progmodes/ebrowse.el (ebrowse-files-list)
19205 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19206 Mark unused parameters. Don't quote `lambda'.
19207 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19208 Don't quote `lambda'.
19209 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19210 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19211 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19212 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19213 Use `ignore-errors'.
19214 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19215 (ebrowse-view/find-file-and-search-pattern)
19216 (ebrowse-view/find-member-declaration/definition):
19217 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19218 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19219 Rename parameter PREFIX-ARG to PREFIX.
19220 (ebrowse-tags-read-name): Remove unused variables `start' and
19221 `member-info'.
19222 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19223 to `tags-file'.
19224
19225 * progmodes/etags.el (local-find-tag-hook): Declare.
19226 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19227 Mark unused parameters.
19228
19229 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19230 (executable-interpret): Mark unused parameter.
19231
19232 * progmodes/flymake.el (flymake-process-sentinel)
19233 (flymake-after-change-function)
19234 (flymake-create-temp-with-folder-structure)
19235 (flymake-get-include-dirs-dot): Mark unused parameters.
19236 (flymake-safe-delete-directory): Remove unused variable `err'.
19237
19238 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19239 (speedbar-timer-fn, speedbar-line-text)
19240 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19241 (speedbar-center-buffer-smartly): Declare functions.
19242 (gdb-find-watch-expression): Remove unused variable `array'.
19243 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19244 (gdb-starting): Mark unused parameters.
19245 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19246 (gdb-table-string): Remove unused variable `res'.
19247 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19248 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19249 (gdb-display-buffer): Remove unused variable `cur-size'.
19250
19251 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19252 allow lexical-binding compilation.
19253 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19254 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19255 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19256 Mark unused parameters.
19257 (gud-gdb-marker-filter): Remove unused variable `match'.
19258 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19259 lambda expressions and funcall them, instead of using `fset'.
19260
19261 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19262 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19263
19264 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19265 variable `header-beg'; use `let'.
19266
19267 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19268 `restart', `last-sexp' and `at-do'.
19269
19270 * progmodes/js.el (js--debug): Mark unused parameter.
19271 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19272 (js--splice-into-items): Remove unused variable `item'.
19273 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19274
19275 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19276 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19277 (makefile-complete): Remove unused variable `try'.
19278 (makefile-fill-paragraph, makefile-match-function-end):
19279 Mark unused parameters.
19280
19281 * progmodes/octave-inf.el (inferior-octave-complete):
19282 Remove unused variable `proc'.
19283 (inferior-octave-output-digest): Mark unused parameter.
19284
19285 * progmodes/perl-mode.el (perl-calculate-indent):
19286 Remove unused variable `err'.
19287
19288 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19289 (prolog-indent-line): Mark unused parameters.
19290 (prolog-indent-line): Remove unused variable `beg'.
19291
19292 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19293 (reporter-dont-compact-list): Declare.
19294
19295 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19296 Remove unused variable `char'.
19297 (sh-debug): Mark unused parameter.
19298 (sh-get-indent-info): Remove unused variable `start'.
19299 (sh-calculate-indent): Remove unused variable `var'.
19300
19301 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19302 (simula-electric-keyword): Remove unused variable `null'.
19303 (simula-search-backward, simula-search-forward): Remove unused
19304 variables `begin' and `end'.
19305
19306 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19307 Remove unused variable `pos'.
19308 (vera-electric-tab, vera-comment-uncomment-region):
19309 Mark unused parameters.
19310 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19311
19312 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19313
19314 * emacs-lisp/package.el (package--builtins, package-alist)
19315 (package-load-descriptor, package-built-in-p, package-activate)
19316 (define-package, package-installed-p)
19317 (package-compute-transaction, package-buffer-info)
19318 (package--push): Doc fix. Distinguish more clearly between
19319 version strings and version lists.
19320
19321 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19322
19323 Lexical-binding cleanup.
19324
19325 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19326 (5x5-make-mutate-best):
19327 * play/fortune.el (fortune-in-buffer):
19328 * play/gomoku.el (gomoku-init-display):
19329 * play/solitaire.el (solitaire, solitaire-do-check):
19330 * play/tetris.el (tetris-default-update-speed-function):
19331 Mark unused parameters.
19332
19333 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19334 (bubbles--shift): Remove unused variable `char-org'.
19335 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19336 (bubbles--show-images): Remove unused variable `char'.
19337
19338 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19339 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19340 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19341 (decipher-analyze-buffer): Use ?\s.
19342 (decipher-make-checkpoint): Remove unused variable `mapping'.
19343
19344 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19345
19346 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19347 Remove unused variable `result'; use `let'.
19348
19349 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19350 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19351 (gametree-children-shown-p, gametree-compute-reduced-score):
19352 Use `ignore-errors'.
19353
19354 * play/handwrite.el (ps-lpr-switches): Declare.
19355 (handwrite): Remove unused variables `pmin' and `lastp'.
19356
19357 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19358
19359 * play/landmark.el (landmark-init-display)
19360 (landmark-update-naught-weights): Mark unused parameters.
19361 (landmark-y): Remove unused variable `noise'. Simplify.
19362 (landmark-human-plays): Remove unused variable `score'.
19363
19364 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19365 (mpuz-try-proposal): Remove unused variable `game'.
19366
19367 * play/zone.el (life-patterns): Declare.
19368
19369 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19370
19371 * vc/vc.el (ediff-vc-internal): Declare function.
19372
19373 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * shell.el: Use lexical-binding and std completion UI.
19376 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19377 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19378 comint-preoutput-filter-functions rather than on
19379 comint-output-filter-functions.
19380 (shell-command-completion, shell--command-completion-data)
19381 (shell-filename-completion, shell-environment-variable-completion)
19382 (shell-c-a-p-replace-by-expanded-directory): New functions.
19383 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19384 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19385 (shell-dynamic-complete-environment-variable): Use them.
19386 (shell-dynamic-complete-as-environment-variable)
19387 (shell-dynamic-complete-as-command): Remove.
19388 (shell-match-partial-variable): Match past point.
19389 * comint.el: Clean up use of completion-at-point-functions.
19390 (comint-completion-at-point): New function.
19391 (comint-mode): Use it completion-at-point-functions.
19392 (comint-dynamic-complete): Make it obsolete.
19393 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19394 (comint-c-a-p-replace-by-expanded-history): New function.
19395 (comint-dynamic-complete-functions)
19396 (comint-replace-by-expanded-history): Use it.
19397 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19398 termination strings. Try harder to avoid second try-completion.
19399 (completion-in-region-mode-map): Disable bindings that don't work yet.
19400
19401 * comint.el: Use lexical-binding. Require CL.
19402 (comint-dynamic-complete-functions): Use comint-filename-completion.
19403 (comint-completion-addsuffix): Tweak custom type.
19404 (comint-filename-completion, comint--common-suffix)
19405 (comint--common-quoted-suffix, comint--table-subvert)
19406 (comint--complete-file-name-data): New functions.
19407 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19408 (comint-dynamic-list-filename-completions): Use them.
19409 (comint-dynamic-simple-complete): Make obsolete.
19410
19411 * minibuffer.el (completion-in-region-mode):
19412 Keep completion-in-region-mode--predicate global.
19413 (completion-in-region--postch):
19414 Assume completion-in-region-mode--predicate is not null.
19415
19416 * progmodes/flymake.el (flymake-start-syntax-check-process):
19417 Obey `dir'. Simplify.
19418
19419 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19420 we're in VC after all.
19421
19422 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19423
19424 * vc/vc.el (vc-diff-build-argument-list-internal)
19425 (vc-version-ediff, vc-ediff): New commands.
19426 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19427
19428 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19429
19430 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19431 add sanity check.
19432
19433 * obsolete/erc-hecomplete.el: Make obsolete.
19434 * obsolete/: Standardize obsolescence info in the header.
19435
19436 2011-04-20 Glenn Morris <rgm@gnu.org>
19437
19438 * calendar/solar.el (solar-horizontal-coordinates):
19439 Use the longitude argument rather than `calendar-longitude'.
19440 (solar-date-next-longitude): Remove unused locals.
19441
19442 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19443
19444 * whitespace.el: New version 13.2.1.
19445
19446 2011-04-20 felix <EmacsWiki> (tiny change)
19447
19448 * whitespace.el (global-whitespace-mode): Keep highlight when
19449 switching between major modes on a file.
19450
19451 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19454 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19455 multi-line comments as well.
19456
19457 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19458
19459 Lexical-binding cleanup.
19460
19461 * arc-mode.el (archive-mode-revert):
19462 * cmuscheme.el (scheme-interactively-start-process):
19463 * custom.el (custom-initialize-delay):
19464 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19465 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19466 * emacs-lock.el (emacs-lock-clear-sentinel):
19467 * ezimage.el (defezimage):
19468 * follow.el (follow-avoid-tail-recenter):
19469 * fringe.el (set-fringe-mode-1):
19470 * generic-x.el (bat-generic-mode-compile):
19471 * help-mode.el (help-info-variable, help-do-xref)
19472 (help-mode-revert-buffer):
19473 * help.el (view-emacs-todo):
19474 * iswitchb.el (iswitchb-completion-help):
19475 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19476 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19477 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19478 * locate.el (locate-update):
19479 * longlines.el (longlines-encode-region)
19480 (longlines-after-change-function):
19481 * outline.el (outline-isearch-open-invisible):
19482 * ps-def.el (declare-function, charset-dimension, char-width)
19483 (encode-char):
19484 * ps-mule.el (ps-mule-plot-string):
19485 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19486 (recentf-edit-list-select, recentf-edit-list-validate)
19487 (recentf-open-files-action):
19488 * rect.el (delete-whitespace-rectangle-line)
19489 (rectangle-number-line-callback):
19490 * register.el (window-configuration-to-register)
19491 (frame-configuration-to-register):
19492 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19493 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19494 (xselect-convert-to-targets, xselect-convert-to-delete)
19495 (xselect-convert-to-filename, xselect-convert-to-charpos)
19496 (xselect-convert-to-lineno, xselect-convert-to-colno)
19497 (xselect-convert-to-os, xselect-convert-to-host)
19498 (xselect-convert-to-user, xselect-convert-to-class)
19499 (xselect-convert-to-name, xselect-convert-to-integer)
19500 (xselect-convert-to-atom, xselect-convert-to-identity):
19501 * subr.el (declare, ignore, process-kill-without-query)
19502 (text-clone-maintain):
19503 * terminal.el (te-get-char, te-tic-sentinel):
19504 * tool-bar.el (tool-bar-make-keymap):
19505 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19506 * type-break.el (type-break-mode, type-break-noninteractive-query):
19507 * view.el (View-back-to-mark):
19508 * wid-browse.el (widget-browse-action, widget-browse-widget)
19509 (widget-browse-widgets, widget-browse-sexp):
19510 * widget.el (define-widget-keywords):
19511 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19512 Mark unused parameters.
19513
19514 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19515 (align-areas): Remove unused variable `look'.
19516 (align-region): Remove unused variables `real-end' and `pos-list'.
19517
19518 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19519
19520 * bindings.el (mode-line-modified, mode-line-remote):
19521 Mark unused parameters.
19522 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19523
19524 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19525 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19526
19527 * comint.el (comint-history-isearch-pop-state)
19528 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19529 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19530 (comint-substitute-in-file-name): Doc fix.
19531
19532 * completion.el (cmpl-statistics-block): Mark unused parameter.
19533 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19534 (save-completions-to-file, load-completions-from-file):
19535 Remove unused local variable `e'.
19536
19537 * composite.el (compose-chars): Remove unused variable `len'.
19538 (lgstring-insert-glyph): Remove unused variable `g'.
19539 (compose-glyph-string): Remove unused variables `ascent',
19540 `descent', `lbearing' and `rbearing'.
19541 (compose-glyph-string-relative): Remove unused variables
19542 `lbearing', `rbearing' and `wadjust'.
19543 (compose-gstring-for-graphic): Remove unused variables `header',
19544 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19545 (compose-gstring-for-terminal): Remove unused variables `header'
19546 and `nchars'. Use `let', not `let*'.
19547
19548 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19549 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19550 (Custom-buffer-done, custom-buffer-create-internal)
19551 (custom-browse-visibility-action, custom-browse-group-tag-action)
19552 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19553 (widget-magic-mouse-down-action, custom-toggle-parent)
19554 (custom-add-parent-links, custom-toggle-hide-variable)
19555 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19556 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19557 (custom-face-menu-create, custom-variable-menu-create, get)
19558 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19559 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19560 (customize-apropos): Remove unused variable `tests'.
19561 (custom-group-value-create): Remove unused variable `hidden-p'.
19562 (sort-fold-case): Declare.
19563
19564 * cus-theme.el (custom-reset-standard-faces-list)
19565 (custom-reset-standard-variables-list): Declare.
19566 (customize-create-theme, custom-theme-revert, custom-theme-write)
19567 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19568 Mark unused parameters.
19569
19570 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19571
19572 * delim-col.el (delimit-columns-max): Move defvar before first use.
19573
19574 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19575 (describe-char): Don't quote `lambda'. Mark unused parameter.
19576
19577 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19578 (auto-insert): Declare.
19579 (desktop-restore-file-buffer): Rename desktop-* parameters;
19580 mark unused ones.
19581 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19582 (desktop-buffer): Rename desktop-* parameters.
19583
19584 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19585 (dframe-reposition-frame-xemacs, dframe-help-echo)
19586 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19587 Mark unused parameters.
19588
19589 * dired-aux.el (backup-extract-version-start, overwrite-query)
19590 (overwrite-backup-query, rename-regexp-query)
19591 (rename-non-directory-query): Declare.
19592 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19593 (dired-add-entry): Remove unused variable `orig-file-name'.
19594 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19595 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19596 `dired-copy-preserve-time' directly.
19597 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19598 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19599
19600 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19601 (dired-virtual-revert, dired-make-relative-symlink):
19602 Mark unused parameters.
19603 (manual-program): Declare.
19604 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19605 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19606 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19607
19608 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19609
19610 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19611
19612 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19613 Declare.
19614
19615 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19616
19617 * electric.el (Electric-command-loop): Rename parameter
19618 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19619
19620 * expand.el (expand-in-literal): Remove unused variable `here'.
19621
19622 * facemenu.el (facemenu-add-new-color):
19623 Remove unused variable `docstring'.
19624
19625 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19626 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19627 (face-attr-construct): Mark unused parameter. Doc fix.
19628 (read-color): Remove unused variable `hex-string'.
19629
19630 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19631 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19632 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19633 (display-buffer-other-frame): Remove unused variable `old-window'.
19634 (kill-buffer-hook): Declare.
19635 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19636 Mark unused parameters.
19637 (after-find-file): Pass 1 to `auto-save-mode', not t.
19638
19639 * files-x.el (auto-insert): Declare.
19640 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19641
19642 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19643 variable `buf'. Mark unused parameter.
19644 (find-lisp-insert-directory): Mark unused parameter.
19645
19646 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19647 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19648 (format-common-tail): Remove, unused.
19649 (format-deannotate-region): Remove unused variable `loc'.
19650 (format-annotate-region): Remove unused variable `p'.
19651 (format-annotate-single-property-change): Remove unused variables
19652 `default' and `tail'.
19653
19654 * forms.el (read-file-filter): Declare.
19655 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19656
19657 * frame.el (frame-creation-function-alist): Mark unused parameter.
19658 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19659
19660 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19661 Remove unused parameters.
19662 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19663 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19664
19665 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19666 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19667 (hfy-prepare-tag-map): Mark unused parameters.
19668 (htmlfontify-buffer): Use `called-interactively-p'.
19669
19670 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19671 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19672 (ibuffer-do-occur): Mark unused parameters.
19673 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19674 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19675
19676 * ibuffer.el: Don't quote `lambda'.
19677 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19678 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19679 Mark unused parameters.
19680
19681 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19682 (ido-completing-read): Mark unused parameters.
19683 (ido-copy-current-word): Mark unused parameters;
19684 remove unused variable `name'.
19685 (ido-sort-merged-list): Remove unused parameter `dirs'.
19686
19687 * ielm.el (ielm-input-sender): Mark unused parameter.
19688 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19689 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19690 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19691 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19692 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19693
19694 * image-dired.el (image-dired-display-thumbs): Remove unused
19695 variables `curr-file' and `count'.
19696 (image-dired-remove-tag): Remove unused variable `start'.
19697 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19698 variable `curr-file'
19699 (image-dired-rotate-original): Remove unused variable `temp-file'.
19700 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19701 Remove unused variable `file'.
19702 (image-dired-gallery-generate): Remove unused variable `curr'.
19703 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19704
19705 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19706
19707 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19708
19709 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19710
19711 * isearch.el (minibuffer-history-symbol): Declare.
19712 (isearch-edit-string): Remove unused variable `err'.
19713 (isearch-message-prefix, isearch-message-suffix):
19714 Mark unused parameters.
19715
19716 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19717
19718 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19719
19720 * makesum.el (double-column): Remove unused variable `cnt'.
19721
19722 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19723 (ido-ignore-item-temp-list): Declare.
19724
19725 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19726 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19727 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19728 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19729 `mouse-col-delta'.
19730
19731 * mouse-sel.el (mouse-extend-internal):
19732 Remove unused variable `orig-window-frame'.
19733
19734 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19735 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19736 Move declarations before first use.
19737 (pcomplete-opt): Mark unused parameters; doc fix.
19738
19739 * proced.el (proced-revert): Mark unused parameter.
19740 (proced-send-signal): Remove unused variable `err'.
19741
19742 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19743 Rename parameter PREFIX-ARG to ARG.
19744 (ps-basic-plot-string, ps-basic-plot-whitespace):
19745 Mark unused parameters.
19746
19747 * replace.el (replace-count): Define.
19748 (occur-revert-function): Mark unused parameters.
19749 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19750 (isearch-case-fold-search, isearch-string): Declare.
19751 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19752 bind `case-fold-search'. Remove unused variables `beg' and `end',
19753 and simplify.
19754 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19755 COUNT and bind `replace-count'.
19756 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19757 to COUNT.
19758
19759 * savehist.el (print-readably, print-string-length): Declare.
19760
19761 * shadowfile.el (shadow-expand-cluster-in-file-name):
19762 Remove unused variable `cluster'.
19763 (shadow-copy-file): Remove unused variable `i'.
19764 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19765 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19766 (shadow-define-literal-group, shadow-define-regexp-group)
19767 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19768
19769 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19770 (shell): Use `called-interactively-p'.
19771 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19772
19773 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19774 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19775 (delete-backward-char): Remove unused variable `ocol'.
19776 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19777 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19778 (event-apply-hyper-modifier, event-apply-shift-modifier)
19779 (event-apply-control-modifier, event-apply-meta-modifier):
19780 Mark unused parameters.
19781 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19782 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19783
19784 * speedbar.el (speedbar-ignored-directory-expressions)
19785 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19786 (speedbar-find-file, speedbar-dir-follow)
19787 (speedbar-directory-buttons-follow, speedbar-tag-find)
19788 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19789 (speedbar-buffers-line-directory, speedbar-buffer-click):
19790 Mark unused parameters.
19791 (speedbar-tag-file): Remove unused variable `mode'.
19792 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19793
19794 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19795
19796 * talk.el (talk): Remove unused variable `display'.
19797
19798 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19799 (tar-write-region-annotate): Mark unused parameter.
19800
19801 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19802 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19803 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19804 warning by another.
19805
19806 * time-stamp.el (time-stamp-string-preprocess):
19807 Remove unused variable `require-padding'.
19808
19809 * tree-widget.el (widget-glyph-enable): Declare.
19810 (tree-widget-action): Mark unused parameter.
19811
19812 * w32-fns.el (x-get-selection): Mark unused parameter.
19813 (autoload-make-program, generated-autoload-file): Declare.
19814
19815 * wdired.el (wdired-revert): Mark unused parameters.
19816 (wdired-xcase-word): Remove unused variable `err'.
19817
19818 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19819 (whitespace-help-scroll): Remove unused variable `data-help'.
19820
19821 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19822 (widget-image-insert, widget-after-change, default)
19823 (widget-default-format-handler, widget-default-notify)
19824 (widget-default-prompt-value, widget-info-link-action)
19825 (widget-url-link-action, widget-function-link-action)
19826 (widget-variable-link-action, widget-file-link-action)
19827 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19828 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19829 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19830 (widget-insert-button-action, widget-delete-button-action, visibility)
19831 (widget-documentation-link-action, widget-documentation-string-action)
19832 (widget-const-prompt-value, widget-regexp-match, symbol)
19833 (widget-coding-system-prompt-value)
19834 (widget-key-sequence-value-to-external, sexp)
19835 (widget-sexp-value-to-internal, character, vector, cons)
19836 (widget-choice-prompt-value, widget-boolean-prompt-value)
19837 (widget-color--choose-action): Mark unused parameters.
19838 (widget-item-match-inline, widget-choice-match-inline)
19839 (widget-checklist-match, widget-checklist-match-inline)
19840 (widget-group-match): Rename parameter VALUES to VALS.
19841 (widget-field-value-set): Remove unused variable `size'.
19842 (widget-color-action): Remove unused variables `value' and `start'.
19843
19844 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19845 variable `dir'. Doc fix.
19846 (windmove-find-other-window): Don't pass it.
19847
19848 * window.el (count-windows): Mark unused parameter.
19849 (bw-adjust-window): Remove unused variable `err'.
19850
19851 * woman.el (woman-file-name): Remove unused variable `default'.
19852 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19853 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19854 (global-font-lock-mode): Declare.
19855 (woman-decode-region): Mark unused parameter.
19856 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19857
19858 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19859 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19860 (x-dnd-handle-moz-url): Remove unused variable `title'.
19861 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19862
19863 * xml.el (xml-parse-tag, xml-parse-attlist):
19864 Remove unused variable `pos'.
19865
19866 2011-04-19 Glenn Morris <rgm@gnu.org>
19867
19868 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19869 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19870 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19871 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19872 * calendar/cal-html.el (cal-html-insert-minical):
19873 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19874 (calendar-mark-date-pattern):
19875 Prefix "unused" locals.
19876
19877 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19878 optional argument `style'.
19879
19880 * calendar/appt.el (appt-make-list):
19881 * calendar/cal-china.el (calendar-chinese-date-string):
19882 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19883 (diary-hebrew-yahrzeit):
19884 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19885 * calendar/calendar.el (calendar-generate-window):
19886 * calendar/time-date.el (time-to-days):
19887 Remove unused local variables.
19888
19889 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19890
19891 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19892 glyphless-char-display table.
19893 (tabulated-list-glyphless-char-display): New var.
19894
19895 2011-04-18 Sam Steingold <sds@gnu.org>
19896
19897 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19898 to acknowledgments.
19899
19900 2011-04-17 Glenn Morris <rgm@gnu.org>
19901
19902 * calendar/diary-lib.el (diary-sexp-entry):
19903 * calendar/holidays.el (holiday-sexp):
19904 Set debug-on-error rather than the removed stack-trace-on-error.
19905
19906 2011-04-16 Glenn Morris <rgm@gnu.org>
19907
19908 * progmodes/f90.el: Use lexical-binding.
19909 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19910
19911 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19914 (mail-mode): Setup mailalias completion here instead.
19915 * mail/mailalias.el: Use lexical-binding.
19916 (pattern, mailalias-done): Declare dynamic.
19917 (mail-completion-at-point-function): New function, from mail-complete.
19918 (mail-complete): Use it.
19919 (mail-completion-expand): New function.
19920 (mail-get-names): Use it.
19921 (mail-directory, mail-directory-process, mail-directory-stream):
19922 Don't use `pattern' for lexically bound arg.
19923
19924 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19925
19926 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19927 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19928 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19929
19930 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19931 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19932 (byte-interactive-p): Define them again, for use when inlining
19933 old code.
19934
19935 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * loadup.el: Use `string-to-number', not `string-to-int'.
19938
19939 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19940
19941 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19942 gud-gdb-complete-command.
19943 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19944 (gud-gdb-completion-at-point): New function.
19945 (gud-gdb-completions): Remove.
19946
19947 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19948
19949 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19950 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19951 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19952 whether `executable-find' is bound.
19953
19954 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19955
19956 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19957
19958 * minibuffer.el (completion-in-region-mode-predicate)
19959 (completion-in-region-mode--predicate): New vars.
19960 (completion-in-region, completion-in-region--postch)
19961 (completion-in-region-mode): Use them.
19962 (completion--capf-wrapper): Also return the hook function.
19963 (completion-at-point, completion-help-at-point):
19964 Adjust and provide a predicate.
19965
19966 Preserve arg names for advice of subr and lexical functions (bug#8457).
19967 * help-fns.el (help-function-arglist): Consolidate the subr and
19968 new-byte-code cases. Add argument `preserve-names' to extract names
19969 from the docstring when needed.
19970 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19971 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19972 (ad-arglist): Use help-function-arglist's new arg.
19973 (ad-definition-type): Use cond.
19974
19975 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19976
19977 * autorevert.el (auto-revert-handler):
19978 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19979 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19980 Don't quote lambda.
19981
19982 * image-mode.el (image-transform-set-scale):
19983 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19984
19985 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19986
19987 * net/network-stream.el (network-stream-open-starttls): Only do
19988 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19989 Upgrades via gnutls-cli are too slow to be done opportunistically.
19990
19991 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19992
19993 * dframe.el (dframe-current-frame): Remove spurious quote.
19994
19995 2011-04-12 Glenn Morris <rgm@gnu.org>
19996
19997 * calendar/cal-tex.el (cal-tex-end-document):
19998 Try to automatically use latin1 input if needed.
19999
20000 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20001 Don't try to cons a mark onto an empty element.
20002
20003 2011-04-11 Leo Liu <sdl.web@gmail.com>
20004
20005 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20006 buffers.
20007 (ido-kill-buffer-at-head): Support killing virtual buffers.
20008
20009 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20010
20011 * minibuffer.el (completion-show-inline-help): New var.
20012 (completion--do-completion, minibuffer-complete)
20013 (minibuffer-force-complete, minibuffer-complete-word):
20014 Inhibit minibuffer messages if completion-show-inline-help is nil.
20015
20016 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20017 to avoid interference from inline help (Bug#5849).
20018
20019 2011-04-10 Leo Liu <sdl.web@gmail.com>
20020
20021 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20022 Fix typo.
20023
20024 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20025
20026 * image-mode.el (image-toggle-display-image): Signal an error if
20027 not in Image mode.
20028 (image-transform-mode, image-transform-resize)
20029 (image-transform-set-rotation): Doc fix.
20030 (image-transform-set-resize): Delete.
20031 (image-transform-set-scale, image-transform-fit-to-height)
20032 (image-transform-fit-to-width): Handle image-toggle-display-image
20033 and image-transform-resize directly.
20034
20035 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20036
20037 * doc-view.el (doc-view-fit-width-to-window)
20038 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20039 New functions for fitting the shown image to the Emacs window size.
20040 (doc-view-mode-map): Add bindings for the new functions.
20041
20042 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20043
20044 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20045 Fix typo in docstring.
20046
20047 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20048
20049 * files.el (file-size-human-readable): Produce one digit after
20050 decimal, like "ls -lh" does.
20051
20052 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20053 the file size representation.
20054
20055 * simple.el (list-processes): If async subprocesses are not
20056 available, error out with a clear error message.
20057
20058 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20059
20060 * help.el (help-form-show): New function, to be called from C.
20061 Put help-form output in a buffer named differently than *Help*.
20062
20063 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20064
20065 * files.el (file-size-human-readable): New function.
20066
20067 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20068 computing the representation inline. Don't require `cl'.
20069
20070 2011-04-08 Glenn Morris <rgm@gnu.org>
20071
20072 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20073
20074 * net/browse-url.el (browse-url-firefox):
20075 Test system-type, not system-configuration.
20076
20077 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20078 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20079 Use log-edit-empty-buffer-p. (Bug#7598)
20080
20081 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20082 (rlogin-mode-map): Initialize in the defvar.
20083 (rlogin): Use ignore-errors.
20084
20085 * replace.el (occur-mode-map): Some fixes for menu items.
20086
20087 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20088
20089 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20090
20091 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20092
20093 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20094 issuing unused warnings.
20095
20096 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20097 macro directly.
20098
20099 * simple.el: Lisp reimplement of list-processes. Based on an
20100 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20101 (process-menu-mode): New major mode.
20102 (list-processes--refresh, list-processes):
20103 (process-menu-visit-buffer): New functions.
20104
20105 * files.el (save-buffers-kill-emacs): Don't assume any return
20106 value of list-processes, which is undocumented anyway.
20107
20108 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20109
20110 * emacs-lisp/tabulated-list.el: New file.
20111
20112 * emacs-lisp/package.el: Use Tabulated List mode.
20113 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20114 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20115 table format using Tabulated List mode variables.
20116 (package--push): New macro, replacing package-list-maybe-add.
20117 (package-menu--generate): Use package--push. Renamed from
20118 package--generate-package-list.
20119 (package-menu-refresh, list-packages): Use it.
20120 (package-menu--print-info): Rename from package-print-package.
20121 Return insertion data instead of inserting it directly.
20122 (package-menu-describe-package, package-menu-execute):
20123 Use tabulated-list-get-id.
20124 (package-menu-mark-delete, package-menu-mark-install)
20125 (package-menu-mark-unmark, package-menu-backup-unmark)
20126 (package-menu-mark-obsolete-for-deletion):
20127 Use tabulated-list-put-tag.
20128 (package--list-packages, package-menu-revert)
20129 (package-menu-get-package, package-menu-get-version)
20130 (package-menu-sort-by-column): Functions deleted.
20131 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20132 (package-menu--status-predicate, package-menu--version-predicate)
20133 (package-menu--name-predicate)
20134 (package-menu--description-predicate): Handle arguments in the
20135 Tabulated List format.
20136 (package-list-packages-no-fetch): Call list-packages.
20137
20138 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20139
20140 * files.el (after-find-file-from-revert-buffer): Remove variable.
20141 (after-find-file): Don't bind it.
20142 (revert-buffer-in-progress-p): New variable.
20143 (revert-buffer): Bind it.
20144 Pass nil for `after-find-file-from-revert-buffer'.
20145
20146 * saveplace.el (save-place-find-file-hook): Use new variable
20147 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20148
20149 2011-04-06 Glenn Morris <rgm@gnu.org>
20150
20151 * Makefile.in (AUTOGEN_VCS): New variable.
20152 (autoloads): Use $AUTOGEN_VCS.
20153
20154 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20155 * calendar/calendar.el (calendar-mode-map):
20156 Check for toolkit scroll bars. (Bug#8305)
20157
20158 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20159
20160 * minibuffer.el (completion-in-region--postch)
20161 (completion-in-region-mode): Remove unnecessary messages.
20162
20163 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20164
20165 * font-lock.el (font-lock-refresh-defaults):
20166 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20167 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20168
20169 * info.el (Info-directory-list, Info-read-node-name-2)
20170 (Info-split-parameter-string): Doc fixes.
20171 (Info-virtual-nodes): Reflow docstring.
20172 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20173 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20174 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20175 Fix typos in docstrings.
20176 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20177 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20178 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20179 (Info-restore-desktop-buffer): Mark unused parameters.
20180 (Info-directory-find-file, Info-directory-find-node)
20181 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20182 (Info-virtual-index-find-node, Info-apropos-find-file)
20183 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20184 Mark unused parameters; fix typos in docstrings.
20185 (Info-virtual-index): Remove unused local variable `nodename'.
20186
20187 2011-04-05 Deniz Dogan <deniz@dogan.se>
20188
20189 * net/rcirc.el: Update my e-mail address.
20190 (rcirc-mode-map): Remove M-o binding.
20191
20192 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20193
20194 * startup.el (command-line): Save the cursor's theme-face
20195 directly, instead of using face-override-spec.
20196
20197 * custom.el (load-theme): Minor optimization in assigning faces.
20198
20199 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20200
20201 * help-fns.el (describe-variable): Complete all variables having
20202 documentation, including keywords.
20203 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20204
20205 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20206
20207 Convert to lexical-binding.
20208
20209 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20210 (bs--get-marked-string, bs--get-modified-string)
20211 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20212 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20213 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20214
20215 * ehelp.el (electric-help-execute-extended)
20216 (electric-help-ctrl-x-prefix):
20217 * hexl.el (hexl-revert-buffer-function):
20218 * linum.el (linum-after-change, linum-after-scroll):
20219 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20220
20221 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20222
20223 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20224
20225 * epa-dired.el:
20226 * epa-mail.el:
20227 * epa-hook.el:
20228 * epa-file.el:
20229 * epa.el:
20230 * epg.el: Use lexical binding.
20231
20232 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20233
20234 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20235
20236 * textmodes/flyspell.el (flyspell-word): Recognize default
20237 dictionary case for flyspell-mark-duplications-exceptions.
20238 Use regexp matching for languages.
20239 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20240 default dictionary (Bug#7926).
20241
20242 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20243
20244 * emacs-lisp/package.el (package--with-work-buffer):
20245 Recognize https URLs.
20246
20247 * net/network-stream.el: Move from gnus/proto-stream.el.
20248 Change prefix to network-stream throughout.
20249 (open-protocol-stream): Merge into open-network-stream, leaving
20250 open-protocol-stream as an alias. Handle nil BUFFER args.
20251
20252 * subr.el (open-network-stream): Move to net/network-stream.el.
20253
20254 2011-04-02 Glenn Morris <rgm@gnu.org>
20255
20256 * find-dired.el (find-exec-terminator): New option.
20257 (find-ls-option): Test for -ls support.
20258 (find-ls-subdir-switches): Test for -b in find-ls-option.
20259 (find-dired, find-grep-dired): Doc fixes.
20260 (find-dired): Use find-exec-terminator.
20261
20262 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20263 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20264 (find-name-arg): Remove purecopy.
20265
20266 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20267 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20268 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20269 accordingly. Don't add the null-device if not needed.
20270
20271 * files.el (save-some-buffers): Doc fix.
20272
20273 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20274
20275 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20276
20277 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20278
20279 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20280 Use `dolist' rather than `mapcar'.
20281
20282 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20283
20284 Add lexical binding.
20285
20286 * subr.el (apply-partially): Use new closures rather than CL.
20287 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20288 (dolist, dotimes): Use slightly different expansion for lexical code.
20289 (functionp): Move to C.
20290 (letrec): New macro.
20291 (with-wrapper-hook): Use it and apply-partially instead of CL.
20292 (eval-after-load): Preserve lexical-binding.
20293 (save-window-excursion, with-output-to-temp-buffer): Turn them
20294 into macros.
20295
20296 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20297
20298 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20299 than the arglist.
20300 (help-add-fundoc-usage): Don't add `Not documented'.
20301 (help-function-arglist): Handle closures, subroutines, and new
20302 byte-code-functions.
20303 (help-make-usage): Remove leading underscores.
20304 (describe-function-1): Handle closures.
20305 (describe-variable): Use special-variable-p for completion.
20306
20307 * files.el (lexical-binding): Declare safe.
20308
20309 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20310 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20311 (pcase): Add `let' pattern.
20312 Change memoization so it actually works.
20313 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20314 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20315 <let>: New case.
20316
20317 * emacs-lisp/macroexp.el: Use lexical binding.
20318 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20319 Don't convert ' to #' without checking that it's indeed quoting
20320 a lambda.
20321
20322 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20323 Use eval-sexp-add-defvars.
20324 (eval-sexp-add-defvars): New fun.
20325
20326 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20327
20328 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20329 Don't autoload.
20330 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20331 than the internal `byte-compile-lambda'.
20332 (defmethod): Don't hide code under quotes.
20333 (eieio-defmethod): New `code' argument.
20334
20335 * emacs-lisp/eieio-comp.el: Remove.
20336
20337 * emacs-lisp/edebug.el (edebug-eval-defun)
20338 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20339 (edebug-toggle): Avoid `eval'.
20340
20341 * emacs-lisp/disass.el (disassemble-internal): Handle new
20342 `closure' objects.
20343 (disassemble-1): Handle new byte codes.
20344
20345 * emacs-lisp/cl.el (pushnew): Silence warning.
20346
20347 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20348 (cl-byte-compile-throw): Remove.
20349 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20350
20351 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20352 closures.
20353
20354 * emacs-lisp/cconv.el: New file.
20355
20356 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20357 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20358 (byte-compile-initial-macro-environment):
20359 Handle declare-function here.
20360 (byte-compile--lexical-environment): New var.
20361 (byte-stack-ref, byte-stack-set, byte-discardN)
20362 (byte-discardN-preserve-tos): New lap codes.
20363 (byte-interactive-p): Don't use any more.
20364 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20365 New macros.
20366 (byte-compile-lapcode): Use them and handle new lap codes.
20367 (byte-compile-obsolete): Remove.
20368 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20369 (byte-compile-arglist-warn): Check late def of inlinable funs.
20370 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20371 since they should have been expanded by now.
20372 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20373 (byte-compile-from-buffer): Remove unused second arg.
20374 (byte-compile-preprocess): New function.
20375 (byte-compile-toplevel-file-form): New function to distinguish
20376 file-form calls from outside from file-form calls from hunk-handlers.
20377 (byte-compile-file-form): Simplify.
20378 (byte-compile-file-form-defsubst): Remove.
20379 (byte-compile-file-form-defmumble): Simplify now that
20380 byte-compile-lambda always returns a byte-code-function.
20381 (byte-compile): Preprocess.
20382 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20383 Remove, not used any more.
20384 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20385 (byte-compile-make-args-desc): New funs.
20386 (byte-compile-lambda): Handle lexical functions. Always return
20387 a byte-code-function.
20388 (byte-compile-reserved-constants): New var, to make up room for
20389 closed-over variables.
20390 (byte-compile-constants-vector): Obey it.
20391 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20392 (byte-compile-macroexpand-declare-function): New function.
20393 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20394 byte-code-functions.
20395 (byte-compile-form): Check obsolescence here.
20396 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20397 (byte-compile-variable-ref): Remove.
20398 (byte-compile-dynamic-variable-op): New fun.
20399 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20400 (byte-compile-variable-set): New funs.
20401 (byte-compile-discard): Add 2 args.
20402 (byte-compile-stack-ref, byte-compile-stack-set)
20403 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20404 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20405 macroexpand-all instead.
20406 (byte-compile-quote-form): Remove.
20407 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20408 (byte-compile-bind, byte-compile-unbind): New funs.
20409 (byte-compile-let): Handle let* and lexical binding.
20410 (byte-compile-let*): Remove.
20411 (byte-compile-catch, byte-compile-unwind-protect)
20412 (byte-compile-track-mouse, byte-compile-condition-case):
20413 Handle a new :fun-body form, used for lexical scoping.
20414 (byte-compile-save-window-excursion)
20415 (byte-compile-with-output-to-temp-buffer): Remove.
20416 (byte-compile-defun): Simplify.
20417 (byte-compile-stack-adjustment): New fun.
20418 (byte-compile-out): Use it.
20419 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20420
20421 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20422 handler any more.
20423
20424 * emacs-lisp/byte-opt.el: Use lexical binding.
20425 (byte-inline-lapcode): Remove (to bytecomp).
20426 (byte-compile-inline-expand): Pay attention to inlining to/from
20427 lexically bound code.
20428 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20429 any more.
20430 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20431 any more and don't call compiler-macros.
20432 (byte-compile-splice-in-already-compiled-code): Remove.
20433 (byte-code): Don't inline any more.
20434 (disassemble-offset): Receive `bytes' as argument rather than via
20435 dynamic scoping.
20436 (byte-compile-tag-number): Declare before first use.
20437 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20438 `return' even if make-spliceable.
20439 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20440 obsolete interactive-p.
20441 (byte-optimize-lapcode): Optimize new lap-codes.
20442 Don't trip up on new form of `byte-constant' lap code.
20443
20444 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20445
20446 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20447
20448 * custom.el (custom-initialize-default, custom-declare-variable):
20449 Use `defvar'.
20450
20451 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20452 New variables.
20453 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20454 (COMPILE_FIRST): Add macroexp and cconv.
20455 * makefile.w32-in: Mirror changes in Makefile.in.
20456
20457 * vc/cvs-status.el:
20458 * vc/diff-mode.el:
20459 * vc/log-edit.el:
20460 * vc/log-view.el:
20461 * vc/smerge-mode.el:
20462 * textmodes/bibtex-style.el:
20463 * textmodes/css-mode.el:
20464 * startup.el:
20465 * uniquify.el:
20466 * minibuffer.el:
20467 * newcomment.el:
20468 * reveal.el:
20469 * server.el:
20470 * mpc.el:
20471 * emacs-lisp/smie.el:
20472 * doc-view.el:
20473 * dired.el:
20474 * abbrev.el: Use lexical binding.
20475
20476 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20477
20478 * info.el (info-display-manual): New function.
20479
20480 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20481
20482 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20483
20484 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20485
20486 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20487 an entry for that server in rcirc-authinfo. (Bug#8385)
20488
20489 2011-03-31 Glenn Morris <rgm@gnu.org>
20490
20491 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20492
20493 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20494
20495 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20496
20497 * progmodes/python.el (python-default-interpreter)
20498 (python-python-command-args, python-jython-command-args)
20499 (python-which-shell, python-which-args, python-which-bufname)
20500 (python-file-queue, python-comint-output-filter-function)
20501 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20502 variables and functions.
20503
20504 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20507 (completion-in-region-mode): New minor mode.
20508 (completion-in-region): Use it.
20509 (completion-in-region--data, completion-in-region-mode-map): New vars.
20510 (completion-in-region--postch): New function.
20511 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20512 New vars.
20513 (completion--capf-wrapper): New function.
20514 (completion-at-point): Use it to track well-behavedness of
20515 hook functions.
20516 (completion-help-at-point): New command.
20517
20518 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20519
20520 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20521 syntax class to search for whitespace on a single line
20522 (Message-ID: <4D938140.4030905@redhat.com>).
20523
20524 2011-03-30 Leo Liu <sdl.web@gmail.com>
20525
20526 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20527 New commands.
20528 (edit-abbrevs-map): Bind them here.
20529 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20530
20531 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20532
20533 * allout.el (allout-hide-by-annotation, allout-flag-region):
20534 Reduce possibility of overlay leakage by making them volatile.
20535
20536 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20537 hash is not shared between buffers. Mode initialization is
20538 responsible for giving it a useful starting value.
20539 (allout-item-span): Reduce possibility of overlay leakage by
20540 making them volatile.
20541 (allout-widgets-count-buttons-in-region): Add diagnostic function
20542 for tracking down button overlay leaks.
20543
20544 2011-03-29 Leo Liu <sdl.web@gmail.com>
20545
20546 * ido.el (ido-read-internal): Use the default history var
20547 minibuffer-history if no HISTORY is specified.
20548
20549 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20550
20551 * net/imap.el (imap-shell-open, imap-process-connection-type):
20552 Use imap-process-connection-type for 'shell' streams as well as
20553 Kerberos, SSL, other subprocesses.
20554
20555 2011-03-28 Leo Liu <sdl.web@gmail.com>
20556
20557 * abbrev.el (abbrev-table-empty-p): New function.
20558 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20559 nonempty ones. (Bug#5937)
20560
20561 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20562
20563 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20564
20565 2011-03-27 Leo Liu <sdl.web@gmail.com>
20566
20567 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20568 for foreground and background colors.
20569 (ansi-color-make-color-map): Adapt.
20570
20571 2011-03-25 Leo Liu <sdl.web@gmail.com>
20572
20573 * midnight.el (midnight-time-float): Remove. Note it calculates
20574 the microsecond component incorrectly and seconds-to-time does the
20575 same job.
20576 Remove redundant (require 'timer).
20577
20578 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20579 (ido-completions): Remove unused arguments. (Bug#8329)
20580
20581 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * minibuffer.el (completion--flush-all-sorted-completions):
20584 Remove itself from hook.
20585 (completion-at-point): Let the functions perform the completion
20586 immediately and return nil or t.
20587 * comint.el (comint-dynamic-complete-functions): Now identical to
20588 completion-at-point-functions.
20589 (comint-dynamic-list-input-ring): Remove unused var `index'.
20590 (comint--match-partial-filename, comint--unquote&expand-filename):
20591 New funs, split from comint-match-partial-filename.
20592 (comint-dynamic-complete): Use completion-at-point.
20593 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20594
20595 2011-03-24 Drew Adams <drew.adams@oracle.com>
20596
20597 * thingatpt.el: Support `defun'.
20598
20599 2011-03-23 Leo Liu <sdl.web@gmail.com>
20600
20601 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20602
20603 * help-mode.el (help-mode-finish): Tweak regexp.
20604
20605 2011-03-23 Glenn Morris <rgm@gnu.org>
20606
20607 * eshell/esh-opt.el (eshell-eval-using-options):
20608 Do not bind unused local variable `eshell-option-stub'.
20609
20610 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20611
20612 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20613
20614 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20615 keymap variable in `with-no-warnings' to avoid a warning when the
20616 keymap has been already `defconst'ed.
20617
20618 2011-03-22 Leo Liu <sdl.web@gmail.com>
20619
20620 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20621 encode all chars in abbrevs; otherwise use emacs-mule or
20622 utf-8-emacs. (Bug#8308)
20623
20624 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20625
20626 * simple.el (backward-delete-char-untabify):
20627 Avoid warning about using `delete-backward-char'.
20628
20629 * image.el (image-type-file-name-regexps): Make it variable.
20630 `imagemagick-register-types' modifies it, and the user may want
20631 to add new extensions for known image types.
20632 (imagemagick-register-types): Throw error if not using ImageMagick.
20633
20634 2011-03-22 Leo Liu <sdl.web@gmail.com>
20635
20636 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20637 located before rcirc-prompt-end-marker.
20638 (rcirc-complete): Error if point is not after rcirc prompt.
20639 Handle the case when table is nil.
20640 (rcirc-user-authenticated): Define to fix compiler warning.
20641
20642 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20643
20644 * custom.el (custom--inhibit-theme-enable): Make it affect only
20645 custom-theme-set-variables and custom-theme-set-faces.
20646 (provide-theme): Ignore custom--inhibit-theme-enable.
20647 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20648 (custom-enabling-themes): Delete variable.
20649 (enable-theme): Accept only loaded themes as arguments.
20650 Ignore the special custom-enabled-themes variable.
20651 (custom-enabled-themes): Forbid themes from setting this.
20652 Eliminate use of custom-enabling-themes.
20653 (custom-push-theme): Quote "changed" custom var entry.
20654
20655 2011-03-21 Leo Liu <sdl.web@gmail.com>
20656
20657 * ido.el (ido-read-internal): Add ido-selected to history instead
20658 of user input.
20659
20660 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20661
20662 * subr.el (deferred-action-list, deferred-action-function):
20663 Mark obsolete.
20664
20665 2011-03-21 Leo Liu <sdl.web@gmail.com>
20666
20667 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20668 change on 2011-02-13 (bug#8309).
20669
20670 * minibuffer.el (read-file-name-function): Change default value.
20671 (read-file-name--defaults): Rename from read-file-name-defaults.
20672 (read-file-name-default): Rename from read-file-name.
20673 (read-file-name): Call read-file-name-function.
20674
20675 2011-03-21 Glenn Morris <rgm@gnu.org>
20676
20677 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20678 Doc fixes.
20679
20680 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20681
20682 * cus-theme.el: Add missing provide statement.
20683 (customize-create-theme): Extract theme value correctly.
20684 (custom-theme-visit-theme): Autoload.
20685 (customize-create-theme): Prompt before inserting default faces.
20686
20687 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20688
20689 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20690 units and musical notes.
20691
20692 2011-03-20 Leo Liu <sdl.web@gmail.com>
20693
20694 * ido.el (ido-read-internal): Use completing-read-default.
20695 (ido-completing-read): Fix compatibility with completing-read.
20696
20697 2011-03-20 Christian Ohler <ohler@gnu.org>
20698
20699 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20700 (ert-delete-all-tests): Use `called-interactively-p' rather than
20701 `interactive-p'.
20702 (ert--make-xrefs-region): Respect END.
20703
20704 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20705
20706 * dired-aux.el (dired-create-directory): Signal an error if the
20707 directory already exists (Bug#8246).
20708
20709 * facemenu.el (list-colors-display): Call list-faces-display
20710 inside with-help-window.
20711 (list-colors-print): Use display property to align the final
20712 column, instead of checking window-width.
20713
20714 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20715
20716 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20717 windows-nt systems.
20718 (emerge-protect-metachars): Quote correctly for ms-dos and
20719 windows-nt systems.
20720
20721 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20722
20723 * info.el (info-initialize): Replace all uses of `:' with
20724 path-separator for compatibility with non-Unix systems.
20725 Cache quoting of path-separator. (Bug#8258)
20726
20727 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20728
20729 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20730 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20731 (mouse-avoidance-mode): Fix typos in docstrings.
20732
20733 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20734
20735 * startup.el (package-subdirectory-regexp): Move from package.el.
20736 Omit \\` and \\', and let callers add them.
20737
20738 * emacs-lisp/package.el (package-strip-version)
20739 (package-load-all-descriptors): Add \\` and \\' to
20740 package-subdirectory-regexp before using it.
20741 (package-untar-buffer): New arg DIR; ensure that file untars only
20742 into this expected directory. Remove superfluous delete-region.
20743 (package-unpack): Caller changed.
20744 (package-tar-file-info): Use package-subdirectory-regexp.
20745
20746 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20747
20748 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20749 diff-mode-shared-map (bug#8284).
20750 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20751
20752 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20753
20754 * calendar/time-date.el (format-seconds): Use assoc instead of
20755 assoc-string, since assoc-string doesn't exist in XEmacs.
20756
20757 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20758
20759 * custom.el (custom-known-themes): Reflow docstring.
20760 (custom-theme-load-path): Fix typo in docstring.
20761 (load-theme): Fix typo in error message.
20762 (custom-available-themes, custom-variable-theme-value):
20763 Use `let', not `let*'.
20764
20765 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20766
20767 * calc/README: Mention inclusion of musical notes.
20768
20769 * calc/calc-units.el (calc-lu-quant): Rename from
20770 `calc-logunits-quantity'.
20771 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20772 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20773 (calc-db): Rename from `calc-dblevel'.
20774 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20775 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20776 (calc-np): Rename from `calc-nplevel'.
20777 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20778 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20779 (calc-lu-plus): Rename from `calc-logunits-add'.
20780 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20781 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20782 (calc-lu-minus): Rename from `calc-logunits-sub'.
20783 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20784 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20785 (calc-lu-times): Rename from `calc-logunits-mul'.
20786 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20787 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20788 (calc-lu-divide): Rename from `calc-logunits-div'.
20789 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20790 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20791
20792 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20793 functions being autoloaded.
20794
20795 * calc/calc.el (calc-lu-power-reference): Rename from
20796 `calc-logunits-power-reference'.
20797 (calc-lu-field-reference): Rename from
20798 `calc-logunits-field-reference'.
20799
20800 * calc/calc-help.el (calc-l-prefix-help):
20801 Mention musical note functions.
20802
20803 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * minibuffer.el (completion-all-sorted-completions):
20806 Use :completion-cycle-penalty text property if present.
20807
20808 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20809
20810 * allout.el (allout-yank-processing): Adjust for new rebulleting
20811 regime so bullet being yanked is used without prompting the user
20812 for a choice.
20813
20814 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20815
20816 * startup.el (command-line): Warn the user that _emacs is deprecated.
20817
20818 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20819
20820 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20821 (delphi-verbose, delphi-comment-face, delphi-string-face)
20822 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20823 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20824 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20825 (delphi-new-comment-line, delphi-font-lock-defaults)
20826 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20827 Fix typos in docstrings.
20828
20829 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20830
20831 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20832 Invert the roles of character and string values for INSTEAD, so a
20833 string is used for the more common case of a defaulting prompt.
20834
20835 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * progmodes/ruby-mode.el (ruby-backward-sexp):
20838 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20839 * play/gamegrid.el (gamegrid-make-face):
20840 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20841 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20842 * notifications.el (notifications-notify):
20843 * net/xesam.el (xesam-search-engines):
20844 * net/quickurl.el (quickurl-list-insert):
20845 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20846
20847 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * startup.el (command-line): Update package subdirectory regexp.
20850
20851 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * allout.el (allout-abbreviate-flattened-numbering)
20854 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20855
20856 * subr.el (read-char-choice): Only show the cursor after the prompt,
20857 not after the answer.
20858
20859 2011-03-15 Kevin Ryde <user42@zip.com.au>
20860
20861 * help-fns.el (variable-at-point): Skip leading quotes, if any
20862 (bug#8253).
20863
20864 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20865
20866 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20867 warning message.
20868
20869 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20870
20871 * shell.el (shell): When called interactively, offer to change the
20872 shell file name on remote hosts.
20873
20874 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20875
20876 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20877 integration for LDAP parameters. The host, base, user or binddn,
20878 and secret tokens can be specified in a netrc file, for instance.
20879 This is optional because an `auth-source' parameter must be
20880 specified in the search attributes.
20881
20882 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20883
20884 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20885
20886 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20889 into declaration. Remove redundant and harmful binding.
20890
20891 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20892
20893 * files.el (file-ownership-preserved-p): Pass `integer' as an
20894 explicit 2nd argument to `file-attributes'. If the file's owner
20895 is the Administrators group on Windows, and the current user is
20896 Administrator, consider that a match.
20897
20898 * server.el (server-ensure-safe-dir): Consider server directory
20899 safe on MS-Windows if its owner is the Administrators group while
20900 the current Emacs user is Administrator. Use `=' to compare
20901 numerical UIDs, since they could be integers or floats.
20902
20903 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20904
20905 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20906
20907 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20908
20909 Sync with Tramp 2.2.1.
20910
20911 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20912
20913 * net/trampver.el: Update release number.
20914
20915 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * progmodes/compile.el (compilation--previous-directory): Fix up
20918 various nil/dead-marker mismatches (bug#8014).
20919 (compilation-directory-properties, compilation-error-properties):
20920 Don't call it at a position past the one we're about to change.
20921
20922 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20923 Disable obsolescence warnings in the file that declares it.
20924
20925 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20926
20927 * allout-widgets.el (allout-widgets-tally):
20928 Initialize allout-widgets-tally as a hash table rather than nil to
20929 prevent mode-line redisplay warnings. Also, clarify the module
20930 description and fix a comment typo.
20931
20932 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20933
20934 * help-fns.el (describe-variable): Don't complete keywords.
20935 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20936
20937 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20938
20939 * emacs-lisp/package.el (package-version-join): Impose a standard
20940 string representation for pre/alpha/beta version lists.
20941 (package-unpack-single): Standardize the directory name by passing
20942 it through package-version-join.
20943 (package-strip-rcs-id): Accept any version string that does not
20944 signal an error in version-to-list.
20945
20946 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20947
20948 * simple.el (delete-trailing-whitespace): Return nil for the
20949 benefit of `write-file-functions'.
20950
20951 2011-03-10 Glenn Morris <rgm@gnu.org>
20952
20953 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20954
20955 * vc/vc-git.el (vc-git-program): New option.
20956 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20957 (vc-git--call): Use it.
20958
20959 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20960
20961 * cus-edit.el (Custom-newline): If no button at point, look
20962 for a subgroup button at start-of-line. (Bug#2298)
20963
20964 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20965
20966 2011-03-10 Julien Danjou <julien@danjou.info>
20967
20968 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20969 `cursor-type' is nil.
20970
20971 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20972
20973 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20974
20975 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20976
20977 * allout.el: Change so yank of distinctive-bullet items
20978 preserves the existing header prefix, rebulleting it if necessary,
20979 rather than replacing it. This is necessary for proper operation
20980 of cooperative addons like allout-widgets.
20981 (allout-make-topic-prefix, allout-rebullet-heading):
20982 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20983 value as alternate bullet to be used, instead of prompting the user
20984 for a bullet character.
20985
20986 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20987
20988 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20989 Do not use `tramp-file-name-port', because this returns also
20990 `tramp-default-port'.
20991
20992 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20993
20994 * net/rcirc.el (rcirc-handler-001): Remove useless
20995 with-rcirc-process-buffer.
20996 (rcirc-check-auth-status): Swap arguments to string-match.
20997
20998 2011-03-09 Glenn Morris <rgm@gnu.org>
20999
21000 * shell.el (shell-mode):
21001 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21002
21003 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21004 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21005
21006 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21007
21008 * emacs-lisp/package.el (package-refresh-contents)
21009 (package-menu-execute): Use condition-case-no-debug.
21010
21011 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21012
21013 * simple.el (shell-command-to-string): Use `process-file'.
21014
21015 * emacs-lisp/package.el (package-tar-file-info): Handle also
21016 remote files.
21017
21018 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21019 Use `equal' for upload base check.
21020
21021 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21022
21023 * textmodes/texinfo.el (texinfo-environments):
21024 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21025
21026 2011-03-08 Glenn Morris <rgm@gnu.org>
21027
21028 * cus-start.el (cursor-in-non-selected-windows):
21029 Fix :set quoting oddness. (Bug#8192)
21030
21031 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21032 in some setf expressions. (Bug#2159)
21033
21034 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21035
21036 * custom.el (custom-available-themes): Return themes in
21037 alphabetical order.
21038
21039 See ChangeLog.15 for earlier changes.
21040
21041 ;; Local Variables:
21042 ;; coding: utf-8
21043 ;; End:
21044
21045 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21046
21047 This file is part of GNU Emacs.
21048
21049 GNU Emacs is free software: you can redistribute it and/or modify
21050 it under the terms of the GNU General Public License as published by
21051 the Free Software Foundation, either version 3 of the License, or
21052 (at your option) any later version.
21053
21054 GNU Emacs is distributed in the hope that it will be useful,
21055 but WITHOUT ANY WARRANTY; without even the implied warranty of
21056 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21057 GNU General Public License for more details.
21058
21059 You should have received a copy of the GNU General Public License
21060 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.