]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Improve ediff and which-func integration.
[gnu-emacs] / lisp / ChangeLog
1 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2
3 * progmodes/which-func.el (which-func-update-ediff-windows): New
4 function. Use it in ediff-select-hook (Bug#11478).
5
6 2012-06-03 Chong Yidong <cyd@gnu.org>
7
8 * bindings.el: Remove explicit help text from format-mode-line.
9 It is now supplied by mode-line-default-help-echo.
10 (mode-line-front-space, mode-line-end-spaces)
11 (mode-line-misc-info): New variables.
12 (mode-line-modes, mode-line-position): Move the default value to
13 the variable definition.
14 (mode-line-default-help-echo): New defcustom.
15 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
16 (mode-line-modified-help-echo): New functions.
17 (mode-line-mule-info, mode-line-modified): Use them.
18 (mode-line-eol-desc, propertized-buffer-identification):
19 Consistency fixes for help text.
20 (mode-line-coding-system-map): Allow using mouse-3 to invoke
21 set-buffer-file-coding-system (Bug#289).
22 (mode-line-mule-info-help-echo): Update help text.
23
24 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * simple.el (execute-extended-command): Set real-this-command
27 (bug#11506).
28
29 2012-06-02 Chong Yidong <cyd@gnu.org>
30
31 Remove incorrect uses of "modeline" in comments, docstrings, and
32 function/variable names (Bug#10329).
33
34 * cus-edit.el (mode-line):
35 * dframe.el (dframe-mouse-hscroll):
36 * emacs-lisp/re-builder.el:
37 * emacs-lisp/easy-mmode.el (define-minor-mode):
38 * frame.el (set-frame-name):
39 * help.el (lookup-minor-mode-from-indicator):
40 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
41 * progmodes/cc-cmds.el (c-toggle-auto-newline)
42 (c-toggle-hungry-state):
43 * progmodes/antlr-mode.el (antlr-language-alist):
44 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
45 * progmodes/vhdl-mode.el (vhdl-mode):
46 * progmodes/which-func.el (which-func, which-func-cleanup-function):
47 * term/ns-win.el (ns-face-at-pos):
48 * term/sup-mouse.el (sup-mouse-report):
49 * textmodes/flyspell.el (flyspell-mode-line-string):
50 * textmodes/ispell.el (ispell-highlight-face):
51 * textmodes/reftex-global.el:
52 * vc/vc-arch.el (vc-arch-mode-line-string):
53 * vc/vc-cvs.el (vc-cvs-mode-line-string):
54 * vc/vc-git.el (vc-git-mode-line-string):
55 * vc/vc-hooks.el (vc-display-status)
56 (vc-default-mode-line-string):
57 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
58
59 * ansi-color.el (ansi-color-faces-vector): Change default faces.
60
61 * dired.el (dired-sort-set-mode-line): Rename from
62 dired-sort-set-modeline. All callers changed.
63
64 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
65 eshell-status-in-modeline.
66
67 * foldout.el (foldout-mode-line-string): Rename from
68 foldout-modeline-string. All callers changed.
69 (foldout-update-mode-line): Rename from foldout-update-modeline.
70
71 * subr.el (redraw-modeline): Make into obsolete alias.
72
73 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
74 timeclock-modeline-display. Make old name an alias.
75 (timeclock-update-mode-line): Likewise. All callers changed.
76 (timeclock-mode-line-display): No need to check before using
77 add-hook.
78 (timeclock-relative, timeclock-day-over-hook)
79 (timeclock-use-elapsed, timeclock-mode-string)
80 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
81
82 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
83 crisp-mode-modeline-string.
84
85 * play/solitaire.el (solitaire-build-mode-line): Rename from
86 solitaire-build-modeline. All callers changed.
87
88 * play/zone.el (zone-hiding-mode-line): Rename from
89 zone-hiding-modeline. All callers changed.
90 (zone): Remove unusued `modeline-hidden-level' property.
91
92 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
93 xscheme-modeline-initialize. All callers changed.
94
95 * strokes.el (strokes-lighter): Rename from
96 strokes-modeline-string.
97
98 * textmodes/sgml-mode.el (html-face-tag-alist)
99 (html-tag-face-alist): Use mode-line face instead of obsolete
100 alias modeline.
101
102 2012-06-02 Stefan Merten <smerten@oekonux.de>
103
104 * textmodes/rst.el: Always require `cl'.
105 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
106
107 2012-06-02 Chong Yidong <cyd@gnu.org>
108
109 * image.el (imagemagick-enabled-types): Rename from
110 imagemagick-types-enable. Add many more types.
111 (imagemagick-types-inhibit): Change default to nil.
112 (imagemagick-filter-types): Caller changed.
113
114 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * emacs-lisp/cl-macs.el: Use backquotes.
117 (cl-transform-function-property): Use eval-and-compile rather than
118 abusing `require'.
119 (defstruct): Use declare-function instead of with-no-warnings.
120
121 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
122 (byte-compile-output-docform): Re-add the print-circle bindings.
123 (byte-compile-fix-header): Use #$ just because it's shorter.
124 (byte-compile-output-file-form): Remove defun/defmacro.
125
126 2012-06-01 Martin Rudalics <rudalics@gmx.at>
127
128 * simple.el (choose-completion): Remove now obsolete binding for
129 owindow.
130
131 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
132
133 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
134 in order to avoid "Stack overflow in regexp matcher".
135
136 2012-05-31 Glenn Morris <rgm@gnu.org>
137
138 * image.el: For clarity, call imagemagick-register-types at
139 top-level, rather than relying on a custom :initialize.
140 (imagemagick-types-enable): New option. (Bug#11557)
141 (imagemagick-filter-types): New function. (Bug#7406)
142 (imagemagick-register-types): Use imagemagick-filter-types.
143 If disabling support, remove elements altogether rather
144 than using an impossible regexp.
145 (imagemagick-types-inhibit): Give it the default init function.
146
147 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
150 Handle arbitrary file name lengths (Bug#11585).
151
152 2012-05-31 Martin Rudalics <rudalics@gmx.at>
153
154 * desktop.el (desktop-read): Clear previous and next buffers for
155 all windows and bury *Messages* buffer (bug#11556).
156
157 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 Add `declare' for `defun'. Align `defmacro's with it.
160 * emacs-lisp/easy-mmode.el (define-minor-mode)
161 (define-globalized-minor-mode): Don't autoload the var definitions.
162 * emacs-lisp/byte-run.el: Use lexical-binding.
163 (defun-declarations-alist, macro-declarations-alist): New vars.
164 (defmacro, defun): Use them.
165 (make-obsolete, define-obsolete-function-alias)
166 (make-obsolete-variable, define-obsolete-variable-alias):
167 Use `declare'.
168 (macro-declaration-function): Mark obsolete.
169 * emacs-lisp/autoload.el: Use lexical-binding.
170 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
171
172 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
173
174 * textmodes/ispell.el (ispell-with-no-warnings):
175 Define as a macro.
176 (ispell-kill-ispell, ispell-change-dictionary):
177 Use `called-interactively-p' for Emacs instead of obsolete
178 `interactive-p'.
179
180 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
183 (macro-declaration-function): Move var from C code.
184 (macro-declaration-function): Define function with defalias.
185 * emacs-lisp/macroexp.el (macroexpand-all-1):
186 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
187 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
188 defun/defmacro any more.
189 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
190 Provide fallback for unknown arglist.
191 (byte-compile-arglist-warn): Change calling convention.
192 (byte-compile-output-file-form): Move print-vars binding.
193 (byte-compile-output-docform): Simplify accordingly.
194 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
195 (byte-compile-defmacro-declaration): Remove.
196 (byte-compile-file-form-defmumble): Generalize to defalias.
197 (byte-compile-output-as-comment): Return byte-positions.
198 Simplify callers accordingly.
199 (byte-compile-lambda): Use `assert'.
200 (byte-compile-defun, byte-compile-defmacro): Remove.
201 (byte-compile-file-form-defalias):
202 Use byte-compile-file-form-defmumble.
203 (byte-compile-defalias-warn): Remove.
204
205 2012-05-29 Stefan Merten <smerten@oekonux.de>
206
207 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
208 possible. Fix authors. Improve comments. Improve loading of `cl'.
209
210 (rst-mode-abbrev-table): Merge definition.
211 (rst-mode): Make sure `font-lock-defaults' is buffer local.
212 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
213
214 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
215
216 * calendar/icalendar.el
217 (icalendar-export-region): Export UID properly.
218
219 2012-05-29 Leo <sdl.web@gmail.com>
220 * calendar/icalendar.el (icalendar-import-format):
221 Add `icalendar-import-format-uid' (Bug#11525).
222 (icalendar-import-format-uid): New.
223 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
224 Export UID.
225
226 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
229 different alternative patterns.
230 (pcase-codegen): Be more careful to preserve identity.
231 (pcase--u1): Don't forget to mark vars as used.
232
233 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
234 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
235 (byte-compile-from-buffer): ...rather than here.
236
237 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
238 functions from byte-compile-function-environment.
239
240 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
241
242 * window.el (window-deletable-p): Avoid deleting the root window
243 of a frame with an active minibuffer.
244
245 2012-05-29 Martin Rudalics <rudalics@gmx.at>
246
247 * simple.el (choose-completion): Use quit-window (Bug#11567).
248
249 2012-05-29 Chong Yidong <cyd@gnu.org>
250
251 * whitespace.el (whitespace-cleanup): Fix usage of
252 whitespace-empty-at-bob-regexp (Bug#11492).
253
254 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
255
256 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
257 revert (Bug#11488).
258
259 2012-05-29 Juri Linkov <juri@jurta.org>
260
261 * isearch.el (isearch-mode-map): Bind `M-s _' to
262 `isearch-toggle-symbol'. Bind `M-s c' to
263 `isearch-toggle-case-fold'.
264 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
265 (isearch-forward): Add `M-s _' to the docstring.
266 (isearch-forward-symbol, isearch-toggle-case-fold)
267 (isearch-symbol-regexp): New functions. (Bug#11381)
268
269 2012-05-29 Juri Linkov <juri@jurta.org>
270
271 * isearch.el (isearch-word): Add docstring. (Bug#11381)
272 (isearch-occur, isearch-search-and-update): If `isearch-word' is
273 a function, call it to get the regexp.
274 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
275 property `isearch-message-prefix' instead of the string "word ".
276 (isearch-search-fun-default): For the case of `isearch-word',
277 return a lambda that calls re-search-forward/re-search-backward
278 with a regexp returned by `word-search-regexp' or by the function
279 in `isearch-word'.
280
281 2012-05-29 Juri Linkov <juri@jurta.org>
282
283 * isearch.el (isearch-search-fun-default): New function.
284 (isearch-search-fun): Move default part to the new function
285 `isearch-search-fun-default'.
286 (isearch-search-fun-function): Set the default value to
287 `isearch-search-fun-default'. (Bug#11381)
288
289 * comint.el (comint-history-isearch-end):
290 Use `isearch-search-fun-default'.
291 (comint-history-isearch-search): Use `isearch-search-fun-default'
292 and remove spacial case for `isearch-word'.
293 (comint-history-isearch-wrap): Remove spacial case for
294 `isearch-word'.
295
296 * hexl.el (hexl-isearch-search-function):
297 Use `isearch-search-fun-default'.
298
299 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
300 Use `word-search-regexp' for `isearch-word'.
301
302 * misearch.el (multi-isearch-search-fun):
303 Use `isearch-search-fun-default'.
304
305 * simple.el (minibuffer-history-isearch-search):
306 Use `isearch-search-fun-default' and remove spacial case for
307 `isearch-word'.
308 (minibuffer-history-isearch-wrap): Remove spacial case for
309 `isearch-word'.
310
311 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
312 Remove spacial case for `isearch-word'.
313 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
314
315 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
316
317 Decrease XEmacs incompatibilities.
318 * textmodes/flyspell.el (flyspell-check-pre-word-p):
319 Use `string-match'.
320 (flyspell-delete-region-overlays): Use alternative definition for
321 XEmacs.
322 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
323 (flyspell-word): Use `process-kill-without-query' if XEmacs.
324 (flyspell-mode-on): Use `interactive-p' if XEmacs.
325 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
326 `define-obsolete-face-alias' under XEmacs, but old method.
327
328 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
329 `with-no-warnings' definition or Emacs alias.
330 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
331 (ispell-word): Do not use `region-p' if XEmacs.
332
333 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
334
335 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
336 Check for `ispell-dictionary-base-alist' instead of full
337 `ispell-dictionary-alist'.
338 (ispell-init-process): Show spellchecker when starting new Ispell
339 process.
340
341 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
344 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
345
346 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
347
348 * version.el (motif-version-string, gtk-version-string)
349 (ns-version-string): Declare.
350
351 2012-05-27 Juri Linkov <juri@jurta.org>
352
353 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
354 after the `eval-defun-1' specialcaseing
355 like in `edebug-eval-defun' (bug#10181).
356
357 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
358 like in `eval-defun-1'.
359
360 2012-05-27 Eli Zaretskii <eliz@gnu.org>
361
362 * mail/sendmail.el (mail-yank-region):
363 Recognize rmail-yank-current-message in addition to insert-buffer.
364 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
365 a *mail* buffer created through rmail-start-mail with sendmail as
366 mail-user-agent.
367
368 2012-05-27 Chong Yidong <cyd@gnu.org>
369
370 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
371 Default to 256 (Bug#11267).
372
373 * help.el (describe-mode): Doc fix.
374
375 2012-05-26 Glenn Morris <rgm@gnu.org>
376
377 * w32-fns.el (w32-init-info): Remove.
378 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
379
380 * info.el (info-initialize): For self-contained NS builds, put the
381 included info/ directory at the front. (Bug#2791)
382
383 * paths.el (Info-default-directory-list): Make it a defcustom,
384 mainly so that we can use custom-initialize-delay.
385
386 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * subr.el (buffer-has-markers-at): Mark obsolete.
389
390 * subr.el (lambda): Use declare.
391
392 * emacs-lisp/lisp-mode.el (lambda):
393 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
394
395 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
396
397 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
398
399 2012-05-26 Glenn Morris <rgm@gnu.org>
400
401 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
402
403 2012-05-25 Glenn Morris <rgm@gnu.org>
404
405 * paths.el: Remove no-byte-compile.
406 * loadup.el: No need to load paths.el uncompiled.
407
408 * image.el (imagemagick-types-inhibit): Doc fix.
409
410 * version.el: Remove no-byte-compile and associated formatting.
411 * loadup.el: No need to load version.el uncompiled. AFAICS, this
412 is ancient code from when there was an "inc-vers.el".
413
414 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * progmodes/gdb-mi.el: Minor style changes.
417 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
418 Turn into minor modes.
419 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
420 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
421 (gdb-shell): Remove unneeded let-binding.
422 (gdb-get-many-fields): Eliminate O(n²) behavior.
423
424 2012-05-25 Eli Zaretskii <eliz@gnu.org>
425
426 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
427 platforms that don't link in fontset.c.
428
429 2012-05-25 Juri Linkov <juri@jurta.org>
430
431 Use the same diff color scheme as in modern VCSes (bug#10181).
432
433 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
434 to avoid confusion with `diff-added' that now uses green colors.
435 (diff-removed): Use shades of red.
436 (diff-added): Use shades of green.
437 (diff-changed): Leave just the yellow color.
438 (diff-use-changed-face): New variable.
439 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
440 how to highlight context diff changes.
441 (diff-refine-change): Use shades of yellow.
442 (diff-refine-removed): New face that uses shades of red.
443 (diff-refine-added): New face that uses shades of green.
444 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
445 `diff-refine-removed' in the call to `smerge-refine-subst'
446 depending on the value of `diff-use-changed-face'.
447
448 * vc/smerge-mode.el (smerge-mine): Use shades of red.
449 (smerge-other): Use shades of green.
450 (smerge-base): Use shades of yellow.
451 (smerge-refined-change): Empty face.
452 (smerge-refined-removed): New face that uses shades of red.
453 (smerge-refined-added): New face that uses shades of green.
454 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
455 args `props-r' and `props-a', and use them. Doc fix.
456 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
457 on its value use different faces `smerge-refined-change',
458 `smerge-refined-removed', `smerge-refined-added' in the call to
459 `smerge-refine-subst'.
460
461 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
462 Add face condition `min-colors 88' with shades of red.
463 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
464 `min-colors 88' with shades of green.
465 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
466 `min-colors 88' with shades of yellow.
467
468 2012-05-24 Glenn Morris <rgm@gnu.org>
469
470 * paths.el (prune-directory-list, remote-shell-program): Move to...
471 * files.el (prune-directory-list, remote-shell-program): ...here.
472 For the latter, delay initialization, prefer ssh, just search PATH.
473
474 * paths.el (term-file-prefix): Move to faces.el (the only user).
475 * faces.el (term-file-prefix): Move here, make it a defcustom.
476
477 * paths.el (news-directory, news-path, news-inews-program):
478 Move to gnus/nnspool.el.
479
480 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
481
482 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
483 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
484 Make the latter a defcustom, with a delayed initialization.
485
486 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
487 These were deleted from Gnus itself late 2010.
488
489 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
490
491 * progmodes/which-func.el (which-func-ff-hook):
492 Check against user-error, not error.
493
494 * emacs-lisp/edebug.el (top): Do not load or set up loading of
495 cl-specs.el, which no longer exists.
496
497 2012-05-22 Glenn Morris <rgm@gnu.org>
498
499 * info.el (info-emacs-bug): New command.
500 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
501 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
502
503 2012-05-21 Glenn Morris <rgm@gnu.org>
504
505 * makefile.w32-in (update-subdirs-SH):
506 * Makefile.in (update-subdirs): Update for moved update-subdirs.
507
508 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
511
512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
513 Simplify Maven regexp, and make sure the file can't start with a space
514 (bug#11517).
515
516 2012-05-21 Glenn Morris <rgm@gnu.org>
517
518 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
519 Scrap superfluous subshells.
520
521 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
524 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
525
526 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
527
528 * calc/calc.el (calc-ensure-consistent-units): New variable.
529
530 * calc/calc-units.el (math-consistent-units-p)
531 (math-check-unit-consistency): New functions.
532 (calc-quick-units, calc-convert-units):
533 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
534 is non-nil.
535 (calc-extract-units): Fix typo.
536
537 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
540
541 * textmodes/flyspell.el: Commenting style, plus code simplifications.
542 (flyspell-default-deplacement-commands): Don't spell check after
543 repeated window/frame switches (e.g. triggered by mouse-movement).
544 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
545 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
546 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
547 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
548 Remove unused vars.
549 (flyspell-get-casechars, flyspell-get-not-casechars):
550 Simplify; Don't bother removing a ] just to add it back.
551 * textmodes/ispell.el (ispell-program-name): Use executable-find.
552
553 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
554
555 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
556 New functions.
557 (math-function-table): Add support for more C functions.
558
559 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
560
561 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
562 (flyspell-debug-signal-word-checked): Protect delay handling for
563 otherchars against empty otherchars.
564
565 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
568 their respective macro declarations.
569 * skeleton.el (define-skeleton):
570 * progmodes/compile.el (define-compilation-mode):
571 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
572 (define-ibuffer-filter):
573 * emacs-lisp/generic.el (define-generic-mode):
574 * emacs-lisp/easy-mmode.el (define-minor-mode)
575 (define-globalized-minor-mode):
576 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
577 * emacs-lisp/byte-run.el (defsubst):
578 * custom.el (deftheme): Add doc-string metadata.
579
580 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
583
584 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
587
588 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
589 * emacs-lisp/cl-macs.el: Idem.
590 * emacs-lisp/cl-specs.el: Remove.
591
592 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 Minor renaming of internal CL functions and variables.
595 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
596 (cl--position): Rename from cl-position.
597 (cl--delete-duplicates): Rename from cl-delete-duplicates.
598 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
599 (cl--random-state): Rename from *random-state*.
600
601 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
604 parens around the arg list (bug#11499).
605
606 2012-05-17 Juri Linkov <juri@jurta.org>
607
608 * isearch.el (word-search-regexp, word-search-backward)
609 (word-search-forward, word-search-backward-lax)
610 (word-search-forward-lax): Move functions from search.c
611 (bug#10145, bug#11381).
612
613 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
614
615 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
616 (flyspell-debug-signal-word-checked): Delay for otherchars as for
617 normal word components.
618
619 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * minibuffer.el (completion--sifn-requote): Fix last change.
622 (minibuffer-local-must-match-filename-map):
623 Move define-obsolete-variable-alias before its var.
624
625 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
628
629 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
630 behavior.
631 (completion--string-equal-p): New function.
632 (completion--twq-all): Use it to get better assertion failure data.
633
634 Only handle ".." and '..' quoting in shell-mode (bug#11466).
635 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
636 (shell--requote-argument): New functions.
637 (shell-completion-vars): Use them.
638 (shell--parse-pcomplete-arguments): Rename from
639 shell-parse-pcomplete-arguments.
640 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
641 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
642 Obey comint-file-name-quote-list.
643
644 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
645 (smie-indent-keyword): Use it.
646
647 2012-05-14 Stefan Merten <smerten@oekonux.de>
648
649 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
650
651 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * net/rlogin.el (rlogin-mode-map): Fix last change.
654
655 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
656
657 * mail/smtpmail.el (smtpmail-send-command): Send the command and
658 the following \r\n using a single `process-send-string', since the
659 Lotus SMTP server refuses to accept any commands if they are sent
660 with two `process-send-string's (Bug#11444).
661
662 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * shell.el (shell-parse-pcomplete-arguments):
665 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
666
667 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
668
669 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
670 (image-transform-scale, image-transform-right-angle-fudge): New vars.
671 (image-transform-width, image-transform-fit-width): New functions.
672 (image-transform-properties): Use them.
673 (image-transform-check-size): New function.
674 (image-toggle-display-image): Use it (for testing).
675 (image-transform-set-rotation): Reduce angle mod 360.
676 Delete obsolete comment.
677
678 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
679
680 * image-mode.el: Fix scaling (bug#11399).
681 (image-transform-resize): Doc fix.
682 (image-transform-properties): Default scale is 1 and height should
683 be an integer.
684
685 2012-05-13 Johan Bockgård <bojohan@gnu.org>
686
687 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
688 than hard-coding `car', to fix misbehavior when moving forward.
689
690 2012-05-13 Chong Yidong <cyd@gnu.org>
691
692 * emacs-lisp/tabulated-list.el (tabulated-list-format)
693 (tabulated-list-entries, tabulated-list-padding)
694 (tabulated-list-sort-key): Make permanent-local.
695
696 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
697 (electric-buffer-list): Put electric buffer menu
698 command descriptions in this docstring, instead of the docstring
699 of electric-buffer-menu-mode. Code cleanups.
700 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
701 Electric-buffer-menu-mode.
702 (electric-buffer-update-highlight): Minor code cleanup.
703
704 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
705
706 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
707 (Bug#11447)
708
709 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 Move define-obsolete-variable-alias before the var's definition.
712 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
713 * tooltip.el (tooltip-hook):
714 * textmodes/reftex-toc.el (reftex-toc-map):
715 * textmodes/reftex-sel.el (reftex-select-label-map)
716 (reftex-select-bib-map):
717 * textmodes/reftex-index.el (reftex-index-map)
718 (reftex-index-phrases-map):
719 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
720 * progmodes/meta-mode.el (meta-mode-map):
721 * novice.el (disabled-command-hook):
722 * loadhist.el (unload-hook-features-list):
723 * frame.el (blink-cursor):
724 * files.el (find-file-not-found-hooks, write-file-hooks)
725 (write-contents-hooks):
726 * emulation/tpu-edt.el (GOLD-map):
727 * emacs-lock.el (emacs-lock-from-exiting):
728 * emacs-lisp/generic.el (generic-font-lock-defaults):
729 * emacs-lisp/chart.el (chart-map):
730 * dos-fns.el (register-name-alist):
731 * dired-x.el (dired-omit-files-p):
732 * desktop.el (desktop-enable):
733 * cus-edit.el (custom-mode-hook):
734 * buff-menu.el (buffer-menu-mode-hook):
735 * bookmark.el (bookmark-read-annotation-text-func)
736 (bookmark-exit-hooks):
737 * allout.el (allout-mode-deactivate-hook)
738 (allout-exposure-change-hook, allout-structure-added-hook)
739 (allout-structure-deleted-hook, allout-structure-shifted-hook):
740 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
741 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
742 comes before the corresponding variable's definition.
743
744 2012-05-12 Chong Yidong <cyd@gnu.org>
745
746 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
747 (Buffer-menu-mouse-select): Restore function (Bug#11459).
748 (Buffer-menu-mode-map): Bind it.
749 (Buffer-menu--pretty-name): Add a mouse-face property.
750
751 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
754 (prolog-upper-case-string, prolog-lower-case-string)
755 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
756 (prolog-use-smie, prolog-smie-grammar): New vars.
757 (prolog-smie-forward-token, prolog-smie-backward-token)
758 (prolog-smie-rules): New funs.
759 (prolog-comment-indent): Remove.
760 (prolog-mode-variables): Use default comment indentation instead.
761 Setup SMIE.
762 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
763 (prolog-mode): Don't call them any more.
764 (prolog-electric-colon, prolog-electric-dash)
765 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
766
767 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
768
769 * minibuffer.el (completion--twq-all): Again, allow case differences.
770
771 * term.el: Move keymap initialization code to be more idiomatic.
772 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
773 (term-terminal-menu): Move initialization into declaration.
774 (term-escape-char): Let the user set it in her .emacs.
775
776 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
777 Provide SMIE-based indentation (not enabled by default yet).
778 (sh-mode-map): Don't bind electric keys.
779 Use electric-pair-mode instead of skeleton-pair.
780 (sh-assignment-regexp): Fit within 80 columns.
781 (sh-indent-supported): Specify actual shell name instead of boolean.
782 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
783 (sh-maybe-here-document): Use it. Make obsolete.
784 (sh-electric-here-document-mode) New minor mode.
785 (sh-mode): Use it. Don't set sh-indent-supported-here here.
786 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
787 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
788 (sh-smie-rc-grammar, sh-use-smie): New vars.
789 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
790 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
791 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
792 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
793 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
794 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
795 (sh-set-shell): Use smie-setup if requested.
796
797 * term.el (term-set-escape-char): Properly set term-escape-char.
798 See http://stackoverflow.com/questions/10524656.
799
800 2012-05-10 Chong Yidong <cyd@gnu.org>
801
802 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
803 Use url-generic-parse-url, and handle host names and Windows
804 filenames properly.
805 (ffap-url-unwrap-remote): Use url-generic-parse-url.
806 (ffap-url-unwrap-remote): Accept list values, specifying a list of
807 URL schemes to work on.
808 (ffap--toggle-read-only): New function.
809 (ffap-read-only, ffap-read-only-other-window)
810 (ffap-read-only-other-frame): Use it.
811 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
812 necessary for ffap-url-unwrap-remote.
813
814 2012-05-10 Dave Abrahams <dave@boostpro.com>
815
816 * cus-start.el (create-lockfiles): Add it.
817
818 2012-05-09 Chong Yidong <cyd@gnu.org>
819
820 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
821 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
822
823 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * shell.el (shell-completion-vars): Fix last change (bug#11348).
826
827 2012-05-09 Chong Yidong <cyd@gnu.org>
828
829 * ansi-color.el (ansi-color-process-output): Check for validity of
830 comint-last-output-start before using it. This avoids a bad
831 interaction with gdb-mi's input/output buffer.
832
833 2012-05-09 Glenn Morris <rgm@gnu.org>
834
835 * files.el (dir-locals-read-from-file):
836 Mention dir-locals in any error message.
837
838 2012-05-09 Chong Yidong <cyd@gnu.org>
839
840 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
841 package (Bug#11410).
842
843 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
844 variables into description.
845
846 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
849 shell-delimiter-argument-list (bug#11348).
850 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
851
852 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
853
854 * textmodes/rst.el: Silence byte-compiler warnings.
855 (rst-re-alist, rst-reset-section-caches): Move around.
856 (rst-re): Use `characterp', not `char-valid-p'.
857 (font-lock-beg, font-lock-end): Declare.
858
859 * progmodes/idlw-shell.el (specs): Remove reference to deleted
860 variable `idlwave-shell-activate-alt-keybindings' and simplify.
861
862 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
863
864 2012-05-08 Glenn Morris <rgm@gnu.org>
865
866 * files.el (auto-mode-alist): Treat ".make" like ".mk".
867
868 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * vc/log-edit.el: Add GNU coding standards highlighting.
871 (log-edit-font-lock-gnu-style)
872 (log-edit-font-lock-gnu-keywords): New vars.
873 (log-edit-font-lock-keywords): New fun.
874 (log-edit-mode): Don't fold case in font-lock.
875 (log-edit-font-lock-keywords): Do not assume case-folding.
876
877 * imenu.el: Misc cleanup. Make docstrings out of comments.
878 Use lexical-binding.
879 (imenu--index-alist, imenu--last-menubar-index-alist)
880 (imenu-menubar-modified-tick): Use defvar-local.
881 (imenu--split-menu): Remove unused var.
882 (imenu--cleanup-seen): Declare as global.
883 (imenu--cleanup): Use dolist.
884
885 * subr.el (defvar-local): Add debug spec and doc-string position.
886
887 2012-05-08 Glenn Morris <rgm@gnu.org>
888
889 * lisp/language/burmese.el, language/cham.el, language/czech.el:
890 * language/english.el, language/georgian.el, language/greek.el:
891 * language/japanese.el, language/khmer.el, language/korean.el:
892 * language/lao.el, language/misc-lang.el, language/romanian.el:
893 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
894 * language/thai.el, language/utf-8-lang.el:
895 Remove no-byte-compile setting.
896
897 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
898
899 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
900
901 * progmodes/make-mode.el (makefile-browse):
902 Remove unnecessary interactive. (Bug#11324)
903
904 2012-05-07 Glenn Morris <rgm@gnu.org>
905
906 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
907
908 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
909
910 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * loadup.el: Preload newcomment.el.
913 * newcomment.el: Move autoload-only code to toplevel.
914
915 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
916 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
917 Handle new :right-align column property.
918 (tabulated-list-print-col): Idem, plus use `display' text-property to
919 try and preserve alignment for variable pitch fonts.
920
921 2012-05-07 Chong Yidong <cyd@gnu.org>
922
923 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
924 (tabulated-list-use-header-line): New var.
925 (tabulated-list-init-header): Use it.
926 (tabulated-list-print-fake-header): New function.
927 (tabulated-list-print): Use it.
928 (tabulated-list-sort-button-map): Add non-header-line commands.
929 (tabulated-list-init-header): Add column name property to basic
930 labels as well.
931 (tabulated-list-col-sort): Handle non-header-line button case.
932 (tabulated-list--sort-by-column-name): Fix a corner case.
933
934 * buff-menu.el (list-buffers--refresh):
935 Handle Buffer-menu-use-header-line.
936
937 2012-05-06 Chong Yidong <cyd@gnu.org>
938
939 * buff-menu.el: Convert to Tabulated List mode.
940 (Buffer-menu-buffer+size-width): Make obsolete.
941 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
942 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
943 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
944 documentation into docstring of buffer-menu.
945 (Buffer-menu-toggle-files-only): Add an informative message.
946 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
947 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
948 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
949 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
950 (Buffer-menu-execute, Buffer-menu-select)
951 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
952 (Buffer-menu-bury): Use Tabulated List machinery.
953 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
954 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
955 Delete.
956 (list-buffers--refresh): New function.
957 (list-buffers-noselect): Use it.
958 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
959 (Buffer-menu--pretty-file-name): New helper functions.
960
961 * loadup.el: Preload tabulated-list.
962
963 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
964 tabulated-list-sort-column.
965 (tabulated-list-init-header): Add the initial aligning space even
966 if tabulated-list-padding is zero.
967
968 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
969
970 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
971 whose cdr is not a cons cell correctly (bug#11038).
972
973 2012-05-06 Chong Yidong <cyd@gnu.org>
974
975 * emacs-lisp/tabulated-list.el (tabulated-list-format):
976 Accept additional plist in column descriptors.
977 (tabulated-list-init-header): Obey it.
978 (tabulated-list-get-entry): New function.
979 (tabulated-list-put-tag): Use it. Use string-width instead of
980 length.
981 (tabulated-list--column-number): New function.
982 (tabulated-list-print): Use it.
983 (tabulated-list-print-col): New function.
984 Set `tabulated-list-column-name' property on each column's text.
985 (tabulated-list-print-entry): Use it.
986 (tabulated-list-delete-entry, tabulated-list-set-col):
987 New functions.
988 (tabulated-list-sort-column): New command (Bug#11337).
989
990 * buff-menu.el (list-buffers): Move C-x C-b binding from
991 buff-menu.el to bindings.el.
992
993 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
994 :advertised-binding feature.
995
996 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
997
998 * progmodes/compile.el (compilation-internal-error-properties):
999 Calculate start position correctly when end-col is set but
1000 end-line is not (Bug#11382).
1001
1002 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
1003
1004 * man.el (Man-unindent): Use text-property-default-nonsticky to
1005 prevent untabify from inheriting face properties (Bug#11408).
1006
1007 2012-05-05 Stefan Merten <smerten@oekonux.de>
1008
1009 * textmodes/rst.el: Major merge with upstream development up to
1010 Docutils SVN r7399 / rst.el V1.2.1.
1011
1012 Clarify maintainership and authors.
1013
1014 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
1015 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
1016 (rst-official-version, rst-official-cvs-rev, rst-version)
1017 (rst-package-emacs-version-alist): New functions and variables
1018 for version information.
1019
1020 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
1021 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
1022 (rst-mode-syntax-table, rst-mode): New and corrected functions
1023 and variables representing reStructuredText features.
1024
1025 (rst-re): New function for reStructuredText regexes. Use in
1026 many places.
1027
1028 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
1029 (rst-mode-map): Rebind keys.
1030
1031 (rst-mode-lazy, rst-font-lock-keywords)
1032 (rst-font-lock-extend-region)
1033 (rst-font-lock-extend-region-internal)
1034 (rst-font-lock-extend-region-extend)
1035 (rst-font-lock-find-unindented-line-limit)
1036 (rst-font-lock-find-unindented-line-match)
1037 (rst-adornment-level, rst-font-lock-adornment-level)
1038 (rst-font-lock-adornment-match)
1039 (rst-font-lock-handle-adornment-pre-match-form)
1040 (rst-font-lock-handle-adornment-matcher): Major revision of
1041 font-locking. Integrate with other code. Use `jit-lock-mode'.
1042
1043 (rst-preferred-adornments, rst-adjust-hook)
1044 (rst-new-adornment-down, rst-preferred-bullets)
1045 (rst-preferred-bullets, rst-indent, rst-indent-width)
1046 (rst-indent-field, rst-indent-literal-normal)
1047 (rst-indent-literal-minimized, rst-indent-comment): Change,
1048 extend and improve customization.
1049
1050 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
1051 (rst-normalize-cursor-position, rst-get-decoration)
1052 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
1053 (rst-rstrip, rst-toc-insert-find-delete-contents)
1054 (rst-shift-fill-region, rst-compute-bullet-tabs)
1055 (rst-debug-print-tabs, rst-debug-mark-found)
1056 (rst-shift-region-guts, rst-shift-region-right)
1057 (rst-shift-region-left, rst-use-char-classes)
1058 (rst-font-lock-keywords-function)
1059 (rst-font-lock-indentation-point)
1060 (rst-font-lock-find-unindented-line-begin)
1061 (rst-font-lock-find-unindented-line-end)
1062 (rst-font-lock-find-unindented-line)
1063 (rst-font-lock-adornment-point, rst-font-lock-level)
1064 (rst-adornment-level-alist): Remove functions and variables.
1065
1066 (rst-compare-adornments, rst-get-adornment-match)
1067 (rst-suggest-new-adornment, rst-get-adornments-around)
1068 (rst-adornment-complete-p, rst-get-next-adornment)
1069 (rst-adjust-adornment, rst-display-adornments-hierarchy)
1070 (rst-straighten-adornments): Standardize function names to
1071 use "adornment" instead of "decoration". Correct callers.
1072 Similar standardizing in many places.
1073
1074 (rst-update-section, rst-adjust, rst-promote-region)
1075 (rst-enumerate-region, rst-bullet-list-region)
1076 (rst-repeat-last-character): Correct use of `interactive'.
1077
1078 (rst-classify-adornment, rst-find-all-adornments)
1079 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
1080 (rst-find-leftmost-column, rst-repeat-last-character):
1081 Refactor functions.
1082
1083 (rst-find-title-line, rst-reset-section-caches)
1084 (rst-get-adornments-around, rst-adjust-adornment-work)
1085 (rst-arabic-to-roman, rst-roman-to-arabic)
1086 (rst-insert-list-pos, rst-insert-list-new-item)
1087 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
1088 New functions.
1089
1090 (rst-all-sections, rst-section-hierarchy)
1091 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
1092 New variables.
1093
1094 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
1095 configuration instead of only buffer. Change where necessary.
1096
1097 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
1098 (rst-shift-region, rst-adaptive-fill): New functions for
1099 indentation and filling.
1100
1101 (rst-comment-line-break, rst-comment-indent)
1102 (rst-comment-insert-comment, rst-comment-region)
1103 (rst-uncomment-region): New functions for handling comments.
1104
1105 (rst-compile): Quote shell arguments.
1106
1107 (rst-compile-pdf-preview, rst-compile-slides-preview):
1108 Delete temporary files after use.
1109
1110 2012-05-05 Glenn Morris <rgm@gnu.org>
1111
1112 * calendar/cal-html.el: Optionally include holidays in the output.
1113 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
1114 (cal-html-holidays): New option.
1115 (cal-html-css-default): Add holiday entry.
1116 (holiday-in-range): Autoload it.
1117 (cal-html-htmlify-entry): Add optional class argument.
1118 (cal-html-htmlify-list): Add optional holidays argument.
1119 (cal-html-insert-agenda-days): Include holidays in the output.
1120 (cal-html-one-month): Maybe include holidays.
1121
1122 * calendar/holidays.el (holiday-in-range):
1123 Move here from cal-tex-list-holidays.
1124 * calendar/cal-tex.el (cal-tex-list-holidays):
1125 Make it an obsolete alias for holiday-in-range. Update all callers.
1126
1127 2012-05-05 Chong Yidong <cyd@gnu.org>
1128
1129 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
1130 Nextstep.
1131
1132 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
1133
1134 * files.el (file-auto-mode-skip): New var.
1135 (set-auto-mode-1): Use it.
1136
1137 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * repeat.el: Use lexical-binding.
1140 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
1141 (repeat-undo-count): Remove.
1142 (repeat):
1143 * progmodes/octave-mod.el (octave-abbrev-start):
1144 * progmodes/f90.el (f90-abbrev-start):
1145 * face-remap.el (text-scale-adjust):
1146 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
1147
1148 * emacs-lisp/pcase.el (pcase--let*): New function.
1149 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
1150 a bit more.
1151 (pcase--split-pred): Be more clever about ruling out overlap between
1152 a predicate and some constant pattern.
1153 (pcase--q1): Use `null' instead of (eq foo nil).
1154
1155 * subr.el (setq-local, defvar-local): New macros.
1156 (kbd): Redefine as an alias.
1157 (with-selected-window): Leave unrelated frames alone.
1158 (set-temporary-overlay-map): New function.
1159
1160 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * subr.el (user-error): New function.
1163 * window.el (switch-to-buffer):
1164 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
1165 (smerge-match-conflict):
1166 * simple.el (previous-matching-history-element)
1167 (next-matching-history-element, goto-history-element, undo-more)
1168 (undo-start):
1169 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
1170 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
1171 (next-file, tags-loop-scan, list-tags, complete-tag):
1172 * progmodes/compile.el (compilation-loop):
1173 * mouse.el (mouse-minibuffer-check):
1174 * man.el (Man-bgproc-sentinel, Man-goto-page):
1175 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
1176 (Info-history-forward, Info-follow-reference, Info-menu)
1177 (Info-extract-menu-item, Info-extract-menu-counting)
1178 (Info-forward-node, Info-backward-node, Info-next-menu-item)
1179 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
1180 (Info-next-reference, Info-prev-reference, Info-index)
1181 (Info-index-next, Info-follow-nearest-node)
1182 (Info-copy-current-node-name):
1183 * imenu.el (imenu--make-index-alist)
1184 (imenu-default-create-index-function, imenu-add-to-menubar):
1185 * files.el (basic-save-buffer, recover-file):
1186 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1187 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1188 (checkdoc-message-text, checkdoc-defun):
1189 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
1190 * cus-edit.el (customize-changed-options, customize-rogue)
1191 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
1192 (custom-variable-mark-to-reset-standard)
1193 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
1194 (custom-file):
1195 * completion.el (check-completion-length):
1196 * comint.el (comint-search-arg)
1197 (comint-previous-matching-input-string-position)
1198 (comint-previous-matching-input)
1199 (comint-replace-by-expanded-history-before-point, comint-send-input)
1200 (comint-copy-old-input, comint-backward-matching-input)
1201 (comint-goto-process-mark, comint-set-process-mark):
1202 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1203 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1204
1205 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * dabbrev.el (dabbrev--ignore-case-p): New function.
1208 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1209 Use it.
1210
1211 * files.el (automount-dir-prefix): Mark as obsolete.
1212
1213 2012-05-04 Glenn Morris <rgm@gnu.org>
1214
1215 * patcomp.el, play/bruce.el: Move to obsolete/.
1216
1217 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1218
1219 Fix minor Y10k bugs.
1220 * arc-mode.el (archive-unixdate):
1221 * autoinsert.el (auto-insert-alist):
1222 * calc/calc-forms.el (math-this-year):
1223 * emacs-lisp/copyright.el (copyright-current-year)
1224 (copyright-update-year, copyright):
1225 * tar-mode.el (tar-clip-time-string):
1226 * time.el (display-time-update):
1227 Don't assume years have 4 digits.
1228
1229 2012-05-04 Chong Yidong <cyd@gnu.org>
1230
1231 * dos-w32.el (file-name-buffer-file-type-alist)
1232 (direct-print-region-use-command-dot-com):
1233 * ffap.el (ffap-menu-regexp):
1234 * find-file.el (ff-special-constructs):
1235 * follow.el (follow-debug):
1236 * forms.el (forms--debug):
1237 * iswitchb.el (iswitchb-all-frames):
1238 * ido.el (ido-all-frames):
1239 * emacs-lisp/timer.el (timer-max-repeats):
1240 * mail/feedmail.el (feedmail-mail-send-hook)
1241 (feedmail-mail-send-hook-queued):
1242 * mail/footnote.el (footnote-signature-separator):
1243 * mail/mailabbrev.el (mail-alias-separator-string)
1244 (mail-abbrev-mode-regexp):
1245 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1246 * progmodes/idlwave.el (idlwave-libinfo-file)
1247 (idlwave-default-completion-case-is-down)
1248 (idlwave-library-routines): Convert defvars to defcustoms.
1249
1250 * mail/rmail.el (rmail-decode-mime-charset):
1251 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1252 (idlwave-shell-fix-inserted-breaks)
1253 (idlwave-shell-activate-alt-keybindings)
1254 (idlwave-shell-use-breakpoint-glyph):
1255 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1256
1257 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1260
1261 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1262
1263 * progmodes/verilog-mode.el (font-lock-keywords):
1264 Fix mis-highligting auto. Reported by Craig Barner.
1265 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1266 defines from global name space. Reported by Dan Dever.
1267 (verilog-auto-reset, verilog-auto-reset-widths)
1268 (verilog-auto-tieoff): Support using unbased numbers for
1269 AUTORESET and AUTOTIEOFF.
1270 (verilog-submit-bug-report): Update variable list.
1271 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1272 parenthesis from not matching. Reported by Michael Rytting.
1273 (verilog-auto-template-lint): Fix hash error when linting modules
1274 with no used templates.
1275 (verilog-warn, verilog-warn-error)
1276 (verilog-warn-fatal): When non-interactive report multiple
1277 warnings before exiting. Suggested by Brad Dobbie.
1278 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1279 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1280 to report unused template errors. Reported by Brad Dobbie.
1281 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1282 nets, bug438. Reported by Vns Blore.
1283 (verilog-auto-inout-module, verilog-auto-reg)
1284 (verilog-read-decls, verilog-read-sub-decls-sig)
1285 (verilog-signals-edit-wire-reg, verilog-signals-with):
1286 Fix passing of Verilog data types in ANSI input/output ports
1287 such as "output logic" into the AUTOs. Special case "wire" and
1288 "reg" for backwards compatibility presuming Verilog 2001.
1289 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1290 (verilog-preprocess): Fix replication of preprocess output.
1291 Reported by Brad Dobbie.
1292 (verilog-auto-inst-interfaced-ports):
1293 Create verilog-auto-inst-interfaced-ports, bug429.
1294 Reported by Julian Gorfajn.
1295 (verilog-after-save-font-hook)
1296 (verilog-before-save-font-hook): New variable.
1297 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1298 (verilog-save-font-mods): Wrap disabling fontification, reported
1299 by David Rogoff.
1300 (verilog-do-indent, verilog-pretty-declarations-auto)
1301 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1302 Reported by Pierre-David Pfister.
1303 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1304 of class declarations, bug292. Reported by Kevin Heilman.
1305 (verilog-read-decls): Fix 'parameter type' not appearing in
1306 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1307 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1308 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1309 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1310 Reported by David Kravitz.
1311
1312 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
1313
1314 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1315 assignment with tests in ifs and for loops.
1316 (verilog-extended-complete-re, verilog-complete-reg): Change so
1317 that DPI inport functions don't look like fuction declarations.
1318 (verilog-pretty-expr): Don't line up assignment
1319 operations to the test and increment in if and for loops
1320 (verilog-extended-complete-re, verilog-complete-reg): Change so
1321 that DPI inport functions don't look like fuction declarations
1322
1323 2012-05-03 Kenichi Handa <handa@m17n.org>
1324
1325 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
1326 decoding, and show a warning message without signaling an error
1327 (Bug#11282).
1328
1329 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * emacs-lisp/bytecomp.el
1332 (byte-compile-file-form-custom-declare-variable): Compile all elements,
1333 since cconv.el might have introduced :fun-body, internal-make-closure,
1334 and friends for bytecomp to handle (bug#11391).
1335 * custom.el (defcustom): Avoid ((λ ..) ..).
1336
1337 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
1340
1341 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * notifications.el (dbus-debug):
1344 * term/linux.el (gpm-mouse-enable):
1345 * term/screen.el (xterm-register-default-colors): Declare.
1346
1347 2012-05-02 Chong Yidong <cyd@gnu.org>
1348
1349 * cus-start.el (gc-cons-percentage, exec-suffixes)
1350 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1351 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1352 (make-cursor-line-fully-visible, void-text-area-pointer)
1353 (font-list-limit): Add customization data.
1354
1355 * allout.el (allout-exposure-change-functions)
1356 (allout-structure-added-functions)
1357 (allout-structure-deleted-functions)
1358 (allout-structure-shifted-functions): Rename abnormal hooks from
1359 *-hook, and convert to defcustoms.
1360 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1361 Convert to defcustoms.
1362 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1363
1364 * allout-widgets.el: Hook callers changed.
1365
1366 2012-05-02 Eli Zaretskii <eliz@gnu.org>
1367
1368 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1369 the yanked message in preference to the default value of
1370 buffer-file-coding-system.
1371
1372 2012-05-02 Martin Rudalics <rudalics@gmx.at>
1373
1374 * window.el (display-buffer--action-function-custom-type):
1375 Fix entry.
1376
1377 2012-05-02 Alan Mackenzie <acm@muc.de>
1378
1379 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1380
1381 2012-05-01 Glenn Morris <rgm@gnu.org>
1382
1383 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1384
1385 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1386
1387 * cus-edit.el (custom-variable-documentation): Simplify with format.
1388
1389 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1390 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * simple.el (suggest-key-bindings, execute-extended-command):
1393 Move from keyboard.c.
1394
1395 2012-05-01 Chong Yidong <cyd@gnu.org>
1396
1397 * follow.el: Eliminate advice.
1398 (set-process-filter, process-filter, sit-for): Advice deleted.
1399 (follow-mode-off-hook): Obsolete hook removed.
1400 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1401 Vars deleted.
1402 (follow-auto): Use a :set function.
1403 (follow-mode): Rewritten. Don't advise process filters.
1404 (follow-switch-to-current-buffer-all, follow-scroll-up)
1405 (follow-scroll-down): Assume follow-mode is bound.
1406 (follow-comint-scroll-to-bottom)
1407 (follow-align-compilation-windows): New functions.
1408 (follow--window-sorter): New function.
1409 (follow-all-followers): Use it to explicitly sort windows by their
1410 positions; don't make assumptions about next-window order.
1411 (follow-windows-start-end, follow-delete-other-windows-and-split)
1412 (follow-calc-win-start): Doc fix.
1413 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1414 vertical-motion unnecessarily.
1415 (follow-adjust-window): New function.
1416 (follow-post-command-hook): Use it.
1417 (follow-call-set-process-filter, follow-call-process-filter)
1418 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1419 (follow-stop-intercept-process-output, follow-generic-filter):
1420 Functions deleted.
1421 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
1422 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1423 New functions, replacing advice on scroll-bar-* commands.
1424 (follow-mwheel-scroll): New function (Bug#4112).
1425
1426 * comint.el (comint-adjust-point): New function.
1427 (comint-postoutput-scroll-to-bottom): Use it.
1428 Call follow-comint-scroll-to-bottom for Follow mode buffers.
1429
1430 2012-05-01 Glenn Morris <rgm@gnu.org>
1431
1432 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1433 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1434 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1435 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1436 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1437 Remove no-byte-compile setting.
1438
1439 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1442 all-completions code to not return a number in the last cdr.
1443
1444 2012-04-30 Leo Liu <sdl.web@gmail.com>
1445
1446 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1447 read-only error.
1448
1449 2012-04-29 Chong Yidong <cyd@gnu.org>
1450
1451 * follow.el (follow-calc-win-end): Rewrite to handle partial
1452 screen lines correctly (Bug#8390).
1453 (follow-avoid-tail-recenter): Minor cleanup.
1454
1455 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 Avoid the obsolete `assoc' package.
1458 * speedbar.el (speedbar-refresh): Avoid adelete.
1459 (speedbar-file-lists): Simplify and avoid aput.
1460 * man.el (Man--sections, Man--refpages): New vars, replacing
1461 Man-sections-alist and Man-refpages-alist.
1462 (Man-build-section-alist, Man-build-references-alist):
1463 Use them; avoid aput.
1464 (Man--last-section, Man--last-refpage): New vars.
1465 (Man-follow-manual-reference): Use them.
1466 Use the `default' arg of completing-read.
1467 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1468
1469 2012-04-27 Chong Yidong <cyd@gnu.org>
1470
1471 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1472
1473 * startup.el (x-apply-session-resources): New function.
1474
1475 * term/ns-win.el (ns-initialize-window-system):
1476 * term/w32-win.el (w32-initialize-window-system):
1477 * term/x-win.el (x-initialize-window-system): Use it to properly
1478 set menu-bar-mode and other vars from X resources, even if the
1479 initial frame is not a window-system frame (Bug#2299).
1480
1481 * subr.el (read-key): Avoid running filter function when setting
1482 up temporary tool bar entries (Bug#9922).
1483
1484 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1485
1486 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1487 (Bug#11344)
1488
1489 2012-04-27 Chong Yidong <cyd@gnu.org>
1490
1491 * select.el (xselect--encode-string): New function, split from
1492 xselect-convert-to-string.
1493 (xselect-convert-to-string): Use it.
1494 (xselect-convert-to-filename, xselect-convert-to-os)
1495 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1496 returned strings are properly encoded (Bug#11315).
1497
1498 2012-04-27 Chong Yidong <cyd@gnu.org>
1499
1500 * simple.el (delete-active-region): Move to killing custom group.
1501
1502 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1503
1504 * progmodes/which-func.el (which-func-current): Quote %
1505 characters for mode-line processing.
1506
1507 2012-04-27 Chong Yidong <cyd@gnu.org>
1508
1509 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1510 reaching eob (Bug#11286).
1511
1512 2012-04-27 Eli Zaretskii <eliz@gnu.org>
1513
1514 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1515 (gdb): Make it buffer-local and init to zero.
1516 (gdb-control-commands-regexp): New variable.
1517 (gdb-send): Don't wrap in "-interpreter-exec console" if
1518 gdb-control-level is positive. Increment gdb-control-level
1519 whenever the command matches gdb-control-commands-regexp, and
1520 decrement it each time the command is "end". (Bug#11279)
1521
1522 2012-04-27 Martin Rudalics <rudalics@gmx.at>
1523
1524 * window.el (adjust-window-trailing-edge, enlarge-window)
1525 (shrink-window, window-resize):
1526 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1527 windows (Bug#11276).
1528
1529 2012-04-27 Chong Yidong <cyd@gnu.org>
1530
1531 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
1532 fix "missing prefix" warning. All callers changed.
1533
1534 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * emacs-lisp/assoc.el: Move to obsolete/.
1537
1538 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
1541
1542 * term/ns-win.el (ns-define-service):
1543 * progmodes/pascal.el (pascal-goto-defun):
1544 * progmodes/js.el (js--read-tab):
1545 * progmodes/etags.el (tags-lazy-completion-table):
1546 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1547 * emacs-lisp/ewoc.el (ewoc--wrap):
1548 * emacs-lisp/assoc.el (aput, adelete, amake):
1549 * doc-view.el (doc-view-convert-current-doc):
1550 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1551
1552 2012-04-26 Chong Yidong <cyd@gnu.org>
1553
1554 * image.el (image-type-from-buffer): Only return supported image
1555 type (Bug#9045).
1556
1557 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1558 value, for symmetry with diff-end-of-hunk.
1559 (diff-split-hunk, diff-find-source-location)
1560 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1561 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1562 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1563 compute the relevant hunk or file properly (Bug#6005).
1564 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1565
1566 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * vc/vc-mtn.el:
1569 * vc/vc-hg.el:
1570 * vc/vc-git.el:
1571 * vc/vc-dir.el:
1572 * vc/vc-cvs.el:
1573 * vc/vc-bzr.el:
1574 * vc/vc-arch.el:
1575 * vc/vc.el: Replace lexical-let by lexical-binding.
1576 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1577 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1578 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1579
1580 2012-04-26 Chong Yidong <cyd@gnu.org>
1581
1582 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1583 (diff-mode-shared-map): Bind it to / and [remap undo].
1584
1585 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1586 (ediff-window-setup-function): Use it as the default, to set up
1587 windows based on whether the current frame is graphical (Bug#2138).
1588 (ediff-choose-window-setup-function-automatically): Make obsolete.
1589
1590 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1591
1592 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * ffap.el: Remove old code for obsolete package.
1595 (ffap-complete-as-file-p): Remove.
1596
1597 Use completion-table-with-quoting for comint and pcomplete.
1598 * comint.el (comint--unquote&requote-argument)
1599 (comint--unquote-argument, comint--requote-argument): New functions.
1600 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1601 (comint-quote-filename): Use regexp-opt-charset.
1602 (comint--common-suffix, comint--common-quoted-suffix)
1603 (comint--table-subvert): Remove.
1604 (comint-unquote-function, comint-requote-function): New vars.
1605 (comint--complete-file-name-data): Use them with
1606 completion-table-with-quoting.
1607 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1608 * pcomplete.el (pcomplete-arg-quote-list)
1609 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1610 (pcomplete-unquote-argument-function): Default to non-nil.
1611 (pcomplete-unquote-argument): Simplify.
1612 (pcomplete--common-quoted-suffix): Remove.
1613 (pcomplete-requote-argument-function): New var.
1614 (pcomplete--common-suffix): New function.
1615 (pcomplete-completions-at-point): Use completion-table-with-quoting
1616 and completion-table-subvert.
1617
1618 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1619 (minibuffer--double-dollars): Preserve properties.
1620 (completion--sifn-requote): New function.
1621 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1622
1623 * minibuffer.el: Add support for completion of quoted/escaped data.
1624 (completion-table-with-quoting, completion-table-subvert): New funs.
1625 (completion--twq-try, completion--twq-all): New functions.
1626 (completion--nth-completion): New function.
1627 (completion-try-completion, completion-all-completions): Use it.
1628
1629 2012-04-25 Leo Liu <sdl.web@gmail.com>
1630
1631 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1632 Use compilation-message if available to find real filename.
1633
1634 2012-04-25 Chong Yidong <cyd@gnu.org>
1635
1636 * vc/diff-mode.el (diff-setup-whitespace): New function.
1637 (diff-mode): Use it.
1638
1639 * vc/diff.el (diff-sentinel):
1640 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1641 Whitespace mode variables based on diff style (Bug#8612).
1642
1643 2012-04-25 Leo Liu <sdl.web@gmail.com>
1644
1645 * progmodes/python.el (python-send-region): Add suffix .py to the
1646 temp file.
1647
1648 * files.el (auto-mode-alist): Use javascript-mode instead.
1649
1650 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1651
1652 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
1653
1654 * soap-client.el (soap-resolve-references-for-sequence-type)
1655 (soap-resolve-references-for-array-type): Hack to prevent self
1656 references, see Bug#9.
1657 (soap-parse-envelope): Report the contents of the 'detail' node
1658 when receiving a fault reply.
1659 (soap-parse-envelope): Report the contents of the entire 'detail' node.
1660
1661 * soap-inspect.el (soap-sample-value-for-simple-type)
1662 (soap-inspect-simple-type): New function.
1663
1664 * soap-client.el (soap-simple-type): New struct.
1665 (soap-default-xsd-types, soap-default-soapenc-types)
1666 (soap-decode-basic-type, soap-encode-basic-type):
1667 support unsignedInt and double basic types.
1668 (soap-resolve-references-for-simple-type)
1669 (soap-parse-simple-type, soap-encode-simple-type): New function.
1670 (soap-parse-schema): Parse xsd:simpleType declarations.
1671
1672 * soap-client.el (soap-default-xsd-types)
1673 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1674 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1675 the local name of "soapenc:Array".
1676 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
1677 decoding integer, byte and anyURI xsd types.
1678
1679 2012-04-25 Chong Yidong <cyd@gnu.org>
1680
1681 * cus-edit.el (custom-buffer-create-internal): Update header text.
1682
1683 2012-04-25 Eli Zaretskii <eliz@gnu.org>
1684
1685 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1686 settings on 'system-type', not on 'window-system'. On MS-Windows,
1687 set interactive-mode on in GDB.
1688
1689 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1692 (ruby-syntax-propertize-regexp): Remove.
1693 (ruby-syntax-propertize-function): Split regexp into chunks.
1694 Match following code directly.
1695
1696 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1697
1698 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1699 (ruby-syntax-propertize-regexp): New function.
1700 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1701 by a special keyword.
1702
1703 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1704 (ruby-syntax-general-delimiters-goto-beg)
1705 (ruby-syntax-propertize-general-delimiters): New functions.
1706 (ruby-syntax-propertize-function): Use them to handle GDL.
1707 (ruby-font-lock-keywords): Move old handling of GDL...
1708 (ruby-font-lock-syntactic-keywords): .. to here.
1709 (ruby-calculate-indent): Adjust indentation for GDL.
1710
1711 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * notifications.el (top): Remove unneeded declarations.
1714 (notifications-specification-version): Change to "1.2".
1715 (notifications-interface, notifications-notify-method)
1716 (notifications-close-notification-method): Fix docstring.
1717 (notifications-get-capabilities-method): New defconst.
1718 (notifications-notify): Add :action-items, :resident and
1719 :transient hints. Change "image_data" to "image-data" and
1720 "image_path" to "image-path".
1721 (notifications-get-capabilities): New defun.
1722
1723 2012-04-24 Leo Liu <sdl.web@gmail.com>
1724
1725 * progmodes/python.el: Move hideshow setup to the end.
1726
1727 2012-04-24 Martin Rudalics <rudalics@gmx.at>
1728
1729 * window.el (handle-select-window): Clear echo area since this is
1730 no more done by read_char (Bug#11304).
1731
1732 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1735 and `/ M' to filter-derived-mode.
1736 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1737 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1738 (ibuffer-mark-by-mode): Use default rather than initial-input.
1739 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1740
1741 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1742
1743 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1744 (ibuffer-filter-by-derived-mode): New filter.
1745 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1746
1747 2012-04-23 Andreas Politz <politza@fh-trier.de>
1748
1749 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1750
1751 2012-04-23 Chong Yidong <cyd@gnu.org>
1752
1753 * cus-edit.el (customize-apropos, customize-apropos-options):
1754 Disable matching of non-option variables (Bug#11176).
1755 (customize-option, customize-option-other-window)
1756 (customize-changed-options): Doc fix.
1757 (customize-apropos-options, customize-apropos-faces)
1758 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1759
1760 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
1761 Fix word list splitting (Bug#11132).
1762 (apropos-symbol, apropos-keybinding, apropos-label)
1763 (apropos-property, apropos-function-button)
1764 (apropos-variable-button, apropos-misc-button): New faces.
1765 (apropos-symbol-face, apropos-keybinding-face)
1766 (apropos-label-face, apropos-property-face, apropos-match-face):
1767 Variables removed (Bug#8396).
1768 (apropos-library-button, apropos-format-plist, apropos-print)
1769 (apropos-print-doc, apropos-describe-plist): Callers changed.
1770
1771 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
1772
1773 * net/xesam.el (xesam-mode-map): Use let-bound map in
1774 initialization. (Bug#11292)
1775
1776 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1777
1778 Preserve ispell session localwords when switching back to
1779 original buffer.
1780
1781 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1782 variable to hold buffer session localwords.
1783 (ispell-kill-ispell): add option 'clear to delete session
1784 localwords.
1785 (ispell-command-loop, ispell-change-dictionary)
1786 (ispell-buffer-local-words): Preserve session localwords when
1787 needed.
1788
1789 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1790 Preserve session localwords when needed.
1791
1792 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1793
1794 * ispell.el (ispell-insert-word) Remove unneeded function using
1795 obsolete `translation-table-for-input'.
1796 (ispell-word, ispell-process-line, ispell-complete-word):
1797 Use plain `insert' instead of removed `ispell-insert-word'.
1798
1799 2012-04-22 Chong Yidong <cyd@gnu.org>
1800
1801 * cus-edit.el (custom-variable-menu)
1802 (custom-variable-reset-saved, custom-face-menu)
1803 (custom-face-reset-saved): If there is no saved value, make the
1804 "reset-saved" operation bring back the default (Bug#9509).
1805 (custom-face-state): Properly detect themed faces.
1806
1807 * faces.el (face-spec-set): Stop supporting deprecated form of
1808 third arg.
1809
1810 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1811
1812 Move functions from C to Lisp. Make non-blocking method calls
1813 the default. Implement further D-Bus standard interfaces.
1814
1815 * net/dbus.el (dbus-message-internal): Declare function.
1816 Remove unneeded function declarations.
1817 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1818 (dbus-message-type-method-return, dbus-message-type-error)
1819 (dbus-message-type-signal): Declare variables. Remove local
1820 definitions.
1821 (dbus-interface-dbus, dbus-interface-peer)
1822 (dbus-interface-introspectable, dbus-interface-properties)
1823 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1824 Adapt docstring.
1825 (dbus-interface-objectmanager): New defconst.
1826 (dbus-call-method, dbus-call-method-asynchronously)
1827 (dbus-send-signal, dbus-method-return-internal)
1828 (dbus-method-error-internal, dbus-register-service)
1829 (dbus-register-signal, dbus-register-method): New defuns, moved
1830 from dbusbind.c
1831 (dbus-call-method-handler, dbus-setenv)
1832 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1833 New defuns.
1834 (dbus-call-method-non-blocking): Make it an obsolete function.
1835 (dbus-unregister-object, dbus-unregister-service)
1836 (dbus-handle-event, dbus-register-property)
1837 (dbus-property-handler): Obey the new structure of
1838 `bus-registered-objects'.
1839 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1840 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1841 Use `dbus-call-method'.
1842
1843 2012-04-22 Chong Yidong <cyd@gnu.org>
1844
1845 * cus-edit.el (custom-commands, custom-reset-menu)
1846 (Custom-reset-standard): Tweak labels.
1847 (custom-reset-button-menu): Change default to t.
1848 (custom-buffer-create-internal): For the custom-reset-button-menu
1849 case, put the revert button first.
1850 (custom-group-subtitle): New face.
1851 (custom-group-value-create): Align docstring to a specific column.
1852
1853 * wid-edit.el (widget-documentation-link-add): Don't handle
1854 indentation in this function.
1855 (widget-documentation-string-indent-to): New function.
1856 (widget-documentation-string-value-create): Use it.
1857
1858 * autorevert.el (auto-revert):
1859 * epg-config.el (epg):
1860 * ibuffer.el (ibuffer):
1861 * mpc.el (mpc):
1862 * ses.el (ses):
1863 * eshell/eshell.el (eshell):
1864 * net/ange-ftp.el (ange-ftp):
1865 * progmodes/ebnf2ps.el (postscript):
1866 * progmodes/flymake.el (flymake):
1867 * progmodes/prolog.el (prolog):
1868 * progmodes/verilog-mode.el (verilog-mode):
1869 * progmodes/which-func.el (which-func):
1870 * term/xterm.el (xterm):
1871 * textmodes/picture.el (picture):
1872 * textmodes/tildify.el (tildify):
1873 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1874 customization buffers.
1875
1876 2012-04-22 Alan Mackenzie <acm@muc.de>
1877
1878 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1879 Adding a ) can hide the resulting (..) from searches. Fix it.
1880 Bound the backward search to the position of the existing (.
1881
1882 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * progmodes/verilog-mode.el (verilog-mode): Check whether
1885 which-func-modes is t before adding verilog-mode.
1886 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1887
1888 2012-04-21 Leo Liu <sdl.web@gmail.com>
1889
1890 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
1891
1892 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1893
1894 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1895 filling of the last column of a table (Bug#5635).
1896 (woman-find-next-control-line): New arg, specifying an additional
1897 regexp component for the control line.
1898 (woman2-roff-buffer): Use it.
1899 (woman-break-table): New function.
1900 (woman2-TS): Use it.
1901
1902 2012-04-21 Chong Yidong <cyd@gnu.org>
1903
1904 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1905 (woman-horizontal-escapes, woman-negative-vertical-space)
1906 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1907 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1908
1909 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * minibuffer.el (completion-file-name-table): Complete user names.
1912
1913 2012-04-20 Leo Liu <sdl.web@gmail.com>
1914
1915 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1916 and pcase-let*.
1917
1918 2012-04-20 Chong Yidong <cyd@gnu.org>
1919
1920 * server.el (server-execute): Respect initial-buffer-choice if it
1921 is a string and there are no files to open (Bug#2825).
1922 (server-create-window-system-frame, server-create-tty-frame):
1923 Don't switch buffers here.
1924 (server-process-filter): Only try to open a window system frame if
1925 compiled with graphical support (Bug#8314).
1926
1927 2012-04-20 Dan Nicolaescu <dann@gnu.org>
1928
1929 * battery.el (battery-echo-area-format): Display remaining time
1930 for sysfs backend too (Bug#11269).
1931 (battery-linux-sysfs): Fix conditional for the charge.
1932
1933 2012-04-20 Chong Yidong <cyd@gnu.org>
1934
1935 * progmodes/gdb-mi.el (gdb): Revert previous change.
1936 (gdb-inferior-io--init-proc): New function.
1937 (gdb-init-1): Use it.
1938 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1939 responsible for allocating a new pty and hooking it to gdb when
1940 the old pty gets an EIO due to process exit.
1941 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1942 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1943 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1944
1945 2012-04-20 Eli Zaretskii <eliz@gnu.org>
1946
1947 * window.el (window-min-size, window-sizable, window-min-delta)
1948 (window-max-delta, window--resizable, window-resizable)
1949 (window-total-size, window-full-height-p, window-full-width-p)
1950 (window-in-direction, window--resize-mini-window, window-resize)
1951 (window--resize-child-windows-normal)
1952 (window--resize-child-windows, window--resize-siblings)
1953 (window--resize-this-window, adjust-window-trailing-edge)
1954 (enlarge-window, shrink-window): Doc fixes.
1955
1956 2012-04-20 Chong Yidong <cyd@gnu.org>
1957
1958 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1959 New function to call delete-process on the gdb-inferior buffer's pty.
1960 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1961 pty process (Bug#11273).
1962 (gdb-update): New arg to suppress talking to the gdb process.
1963 (gdb-done-or-error): Use it.
1964 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1965 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1966 sentinel not being called.
1967
1968 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1969
1970 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1971
1972 2012-04-20 Glenn Morris <rgm@gnu.org>
1973
1974 * net/network-stream.el (open-network-stream): Doc fix.
1975
1976 2012-04-20 Chong Yidong <cyd@gnu.org>
1977
1978 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1979
1980 2012-04-20 Alan Mackenzie <acm@muc.de>
1981
1982 Ensure searching for keywords is case sensitive.
1983
1984 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1985 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1986 (c-defun-name, c-mark-function, c-cpp-define-name)
1987 (c-comment-indent, c-scan-conditionals, c-indent-defun)
1988 (c-context-line-break): Bind case-fold-search to nil.
1989
1990 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1991 Bind case-fold-search to nil.
1992
1993 2012-04-20 Chong Yidong <cyd@gnu.org>
1994
1995 * mail/sendmail.el (mail-bury): Call return action with the right
1996 Rmail buffer (Bug#11242).
1997
1998 * server.el (server-process-filter): Handle corner case where both
1999 tty and nowait options are present (Bug#11102).
2000
2001 2012-04-20 Eli Zaretskii <eliz@gnu.org>
2002
2003 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
2004 (top level): Put into the executable the ident-style '$Id:' tag on
2005 windows-nt as well.
2006
2007 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * electric.el (electric-indent-post-self-insert-function): Check that
2010 electric-indent-mode is enabled in current buffer.
2011
2012 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * imenu.el (imenu-progress-message): Restore; it is "used" in
2015 erc/erc-imenu.el and net/snmp-mode.el.
2016
2017 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * avoid.el (mouse-avoidance-mode): Mark unused arg.
2020 (mouse-avoidance-nudge-mouse): Remove unused binding.
2021
2022 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
2023
2024 * descr-text.el (describe-char):
2025 * progmodes/python.el (python-describe-symbol):
2026 Don't call `toggle-read-only', set `buffer-read-only'.
2027
2028 * imenu.el (imenu-default-goto-function): Mark unused args.
2029 (imenu-progress-message): Remove obsolete macro; all callers changed.
2030
2031 * subr.el (keymap-canonicalize): Remove unused binding.
2032 (read-passwd): Mark unused arg.
2033
2034 * tutorial.el (tutorial--display-changes): Remove unused binding.
2035 (tutorial--save-tutorial-to): Remove unused variable.
2036
2037 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
2038 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
2039 (package-generate-autoloads, package-menu--generate)
2040 (package-menu--find-upgrades): Remove unused bindings.
2041
2042 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
2043 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
2044 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
2045 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
2046 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
2047 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
2048 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
2049 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
2050 (cua-delete-char-rectangle): Mark unused args.
2051 (cua-align-rectangle): Remove unused binding.
2052
2053 * mail/rmail.el (compilation--message->loc)
2054 (epa--find-coding-system-for-mime-charset): Declare.
2055
2056 * net/dbus.el (dbus-register-service): Declare.
2057 (dbus-name-owner-changed-handler): Remove unused binding.
2058
2059 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
2060 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
2061 (nxml-scan-backward-within): Mark unused arg.
2062 (nxml-dynamic-markup-word): Remove unused binding.
2063
2064 * mouse.el (mouse-menu-major-mode-map):
2065 * emacs-lisp/authors.el (authors-scan-change-log)
2066 (authors-add-to-author-list):
2067 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
2068 * emacs-lisp/smie.el (smie-auto-fill):
2069 * mail/sendmail.el (mail-bury):
2070 * mail/unrmail.el (unrmail):
2071 * net/tls.el (open-tls-stream):
2072 * textmodes/picture.el (picture-mouse-set-point):
2073 Remove unused bindings.
2074
2075 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
2076
2077 * net/tramp.el (tramp-action-password): Let-bind
2078 `enable-recursive-minibuffers' to t.
2079
2080 2012-04-18 Sam Steingold <sds@gnu.org>
2081
2082 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
2083 instead of 'string to accommodate values like [f11].
2084 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
2085 * progmodes/gdb-mi.el: Likewise.
2086
2087 2012-04-18 Leo Liu <sdl.web@gmail.com>
2088
2089 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
2090 current buffer.
2091 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
2092 LOCAL is nil.
2093
2094 2012-04-18 Chong Yidong <cyd@gnu.org>
2095
2096 * simple.el (line-move): Use forward-line if in batch mode
2097 (Bug#11053).
2098
2099 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2100
2101 * files.el (after-find-file): Do not try to add a final newline if
2102 the buffer is read-only (Bug#11156).
2103
2104 2012-04-17 Richard Stallman <rms@gnu.org>
2105
2106 * mail/rmail.el (rmail-start-mail):
2107 Pass (rmail-mail-return...) for the return-action.
2108 Pass (rmail-yank-current-message...) for the yank-action.
2109 (rmail-yank-current-message): New function.
2110 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
2111 (rmail-reply): Likewise.
2112 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
2113
2114 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
2115 buffer, not the last. Reject temp buffers. Use the rmail-mode
2116 buffer, not newbuf.
2117
2118 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * server.el (server-ensure-safe-dir): Simplify.
2121
2122 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * emacs-lisp/smie.el: Provide smarter auto-filling.
2125 (smie-auto-fill): New function.
2126 (smie-setup): Use it.
2127
2128 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
2129
2130 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2131
2132 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
2133 (comment-indent): Use it.
2134
2135 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
2136
2137 * ses.el: The overall change is to add cell renaming, that is
2138 setting fancy names for cell symbols other than name matching
2139 "\\`[A-Z]+[0-9]+\\'" regexp .
2140 (ses-localvars): Add ses--renamed-cell-symb-list.
2141 (ses-create-cell-variable): New defun.
2142 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
2143 (ses-relocate-formula): Relocate formulas only for cells the
2144 symbols of which are not renamed, i.e. symbols whose names do not
2145 match regexp "\\`[A-Z]+[0-9]+\\'".
2146 (ses-relocate-all): Relocate values only for cells the symbols of
2147 which are not renamed.
2148 (ses-load): Create cells variables as the (ses-cell ...) are read,
2149 in order to check row col consistency with cell symbol name only
2150 for cells that are not renamed.
2151 (ses-replace-name-in-formula): New defun.
2152 (ses-rename-cell): New defun.
2153
2154 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
2155
2156 * progmodes/perl-mode.el (perl-indent-parens-as-block):
2157 New option (bug#11118).
2158 (perl-calculate-indent): Respect it.
2159
2160 2012-04-17 Glenn Morris <rgm@gnu.org>
2161
2162 * dired-aux.el (dired-mark-read-string): Doc fix.
2163
2164 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2165
2166 * dired-aux.el (dired-mark-read-string): Offer optional completion.
2167 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
2168
2169 2012-04-17 Glenn Morris <rgm@gnu.org>
2170
2171 * mouse.el (mouse-drag-track):
2172 * speedbar.el (speedbar-frame-mode):
2173 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
2174
2175 2012-04-16 Leo Liu <sdl.web@gmail.com>
2176
2177 * progmodes/python.el: Trivial cleanup.
2178
2179 2012-04-16 Glenn Morris <rgm@gnu.org>
2180
2181 * vc/vc.el (vc-string-prefix-p):
2182 * vc/pcvs-util.el (cvs-string-prefix-p):
2183 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
2184 * mpc.el (mpc-string-prefix-p):
2185 Make all of these into obsolete aliases for string-prefix-p.
2186 Update callers.
2187 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
2188
2189 * textmodes/two-column.el: Move custom options to the start.
2190 (frame-width): Remove compat definition.
2191 (2C-associate-buffer, 2C-dissociate):
2192 Use with-current-buffer rather than save-excursion.
2193 (2C-dissociate): Force a mode-line update.
2194 (2C-autoscroll): Use ignore-errors.
2195
2196 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
2197 Autoload trivia.
2198
2199 * emacs-lisp/cl-extra.el (*random-state*):
2200 Remove unnecessary declaration.
2201
2202 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2203
2204 * play/cookie1.el (cookie-snarf):
2205 Give an explicit error if input file cannot be read.
2206
2207 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2208
2209 * progmodes/perl-mode.el (c-macro-expand):
2210 Remove unnecessary autoload (it is in loaddefs.el).
2211
2212 * textmodes/picture.el (picture-desired-column)
2213 (picture-update-desired-column): Convert comments to doc-strings.
2214 (picture-substitute): Remove function.
2215 (picture-mode-map): Initialize in the defvar.
2216
2217 * woman.el: Remove eval-after-load for tar-mode.
2218 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2219 (woman-tar-extract-file): Autoload it.
2220
2221 * frame.el (automatic-hscrolling): Make this alias obsolete.
2222
2223 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2224
2225 * ispell.el (ispell-set-spellchecker-params): Post-process
2226 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
2227 (ispell-dictionary-base-alist): Revert to original XEmacs
2228 friendly version for default. [:alpha:] will be added in
2229 `ispell-set-spellchecker-params' if needed
2230
2231 2012-04-16 Chong Yidong <cyd@gnu.org>
2232
2233 * image.el (imagemagick--extension-regexp): New variable.
2234 (imagemagick-register-types): Use it.
2235 (imagemagick-types-inhibit): Add :set function. Allow new value
2236 of t to inhibit all types.
2237
2238 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2239 so we can preload it.
2240
2241 * loadup.el (fboundp): Preload regexp-opt, needed by
2242 imagemagick-register-types.
2243
2244 2012-04-15 Chong Yidong <cyd@gnu.org>
2245
2246 * frame.el (scrolling): Remove nearly unused customization group.
2247
2248 * scroll-all.el (scroll-all-mode): Move to windows group.
2249
2250 2012-04-15 Chong Yidong <cyd@gnu.org>
2251
2252 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2253
2254 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 Avoid the use of ((lambda ...) ...) in lexical-binding code.
2257 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
2258
2259 2012-04-15 Glenn Morris <rgm@gnu.org>
2260
2261 * simple.el (process-file-side-effects): Doc fix.
2262
2263 2012-04-15 Glenn Morris <rgm@gnu.org>
2264
2265 * international/mule-cmds.el (set-language-environment): Doc fix.
2266
2267 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
2268
2269 * server.el (server-auth-key, server-generate-key): Doc fixes.
2270 (server-get-auth-key): Doc fix. Use `string-match-p'.
2271 (server-start): Reflow docstring.
2272
2273 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2274
2275 * server.el (server-generate-key): `called-interactively-p'
2276 requires a parameter.
2277
2278 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
2279
2280 * server.el (server-auth-key): New variable.
2281 (server-generate-key, server-get-auth-key): New function.
2282 (server-start): Use the new variable and functions to allow
2283 setting a permanent server key (bug#9423).
2284
2285 2012-04-14 Leo Liu <sdl.web@gmail.com>
2286
2287 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2288
2289 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2290
2291 Spelling fixes.
2292 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2293 Emacs uses American spelling.
2294
2295 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
2296
2297 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2298 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2299 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2300 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2301
2302 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * progmodes/which-func.el (which-func-modes): Change default.
2305
2306 2012-04-14 Kim F. Storm <storm@cua.dk>
2307
2308 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2309 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2310
2311 2012-04-14 Chong Yidong <cyd@gnu.org>
2312
2313 * custom.el (custom-theme-set-variables): Doc fix.
2314
2315 2012-04-14 Glenn Morris <rgm@gnu.org>
2316
2317 * international/mule.el (set-auto-coding-for-load): Doc fix.
2318
2319 2012-04-14 Alan Mackenzie <acm@muc.de>
2320
2321 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
2322 imenu work again for Objective C Mode. Correct the *-index values,
2323 these having been disturbed by a previous change in 2011-08.
2324
2325 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
2326 Correct two search limits.
2327
2328 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
2331
2332 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
2333
2334 * international/characters.el: Fix sorting.
2335
2336 2012-04-14 Eli Zaretskii <eliz@gnu.org>
2337
2338 * international/characters.el: Add more missing Latin case pairs.
2339
2340 2012-04-14 Glenn Morris <rgm@gnu.org>
2341
2342 * files.el (dir-locals-set-class-variables): Doc fix.
2343
2344 2012-04-14 Eli Zaretskii <eliz@gnu.org>
2345
2346 * international/characters.el: Add set-case-syntax-pair call for
2347 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
2348 counterpart. (Bug#11209)
2349
2350 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2351
2352 2012-04-14 Glenn Morris <rgm@gnu.org>
2353
2354 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2355
2356 2012-04-14 Eli Zaretskii <eliz@gnu.org>
2357
2358 * textmodes/ispell.el (ispell-dictionary-base-alist):
2359 Add data for Hebrew.
2360
2361 2012-04-14 Chong Yidong <cyd@gnu.org>
2362
2363 * net/rcirc.el (rcirc-cmd-quit):
2364 Revert 2012-03-18 change (Bug#11192).
2365
2366 2012-04-14 Glenn Morris <rgm@gnu.org>
2367
2368 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2369
2370 2012-04-14 Eli Zaretskii <eliz@gnu.org>
2371
2372 * minibuffer.el (completion-in-region-mode-map):
2373 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
2374
2375 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2376
2377 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2378
2379 2012-04-13 Masatake YAMATO <yamato@redhat.com>
2380
2381 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2382 to allow `C-M-f' and `C-M-b' to move to the nearest path
2383 separator (bug#9511).
2384
2385 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2386
2387 * avoid.el: Require cl when compiling. And also move the
2388 `provide' to the end.
2389
2390 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2391
2392 * avoid.el (mouse-avoidance-banish-position): New variable.
2393 (mouse-avoidance-banish-destination): Use it (bug#10165).
2394
2395 2012-04-13 Leo Liu <sdl.web@gmail.com>
2396
2397 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2398
2399 2012-04-13 Ken Brown <kbrown@cornell.edu>
2400
2401 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
2402 this is no longer needed now that cygstart understands file:// URLs.
2403 (browse-url-filename-alist): For the same reason, don't modify
2404 file:// URLs on Cygwin.
2405
2406 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2409 the region on shift if the binding is already shifted (bug#11221).
2410
2411 2012-04-12 Glenn Morris <rgm@gnu.org>
2412
2413 * mail/mailpost.el: Move to obsolete/.
2414
2415 2012-04-12 Drew Adams <drew.adams@oracle.com>
2416
2417 * imenu.el (imenu--generic-function): Ignore invisible definitions
2418 (bug#10123).
2419
2420 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2421
2422 * hexl.el (hexl-bits): New variable.
2423 (hexl-options): Mention the variable in the doc string.
2424 (hexl-rulerise, hexl-line-displen): New functions.
2425 (hexl-mode): Mention the new variable.
2426 (hexl-mode, hexl-current-address, hexl-current-address):
2427 Use the displen.
2428 (hexl-ascii-start-column): New function.
2429 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2430 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2431
2432 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2433
2434 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2435 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2436 the encoding, as expected by hunspell.
2437
2438 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * battery.el (battery--linux-sysfs-regexp): New const.
2441 (battery-status-function): Use it. Remove yeeloong special case.
2442 (battery-yeeloong-sysfs): Remove.
2443 (battery-echo-area-format): Remove yeeloong special case.
2444
2445 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2448 Reported by Noah Friedman.
2449
2450 * subr.el (read-passwd): Use read-string.
2451
2452 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * vcursor.el (vcursor-move): Increase the priority of the overlay
2455 (bug#9663).
2456
2457 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2458
2459 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2460 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2461
2462 2012-04-11 William Stevenson <yhvh2000@gmail.com>
2463
2464 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2465 define-minor-mode (bug#10760).
2466
2467 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2468
2469 * progmodes/grep.el (rgrep): Tweak the find command line so
2470 that directories matching `grep-find-ignored-files' won't be
2471 pruned (bug#10351).
2472
2473 2012-04-11 Chong Yidong <cyd@gnu.org>
2474
2475 * startup.el (command-line): Remove support for long-obsolete
2476 variable font-lock-face-attributes.
2477
2478 2012-04-11 Glenn Morris <rgm@gnu.org>
2479
2480 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2481
2482 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * window.el (window--state-get-1): Obey window-point-insertion-type.
2485
2486 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2487
2488 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2489 to previous function when point is on the first character of a
2490 function. Take care of that in `narrow-to-defun' (bug#6157).
2491
2492 2012-04-11 Glenn Morris <rgm@gnu.org>
2493
2494 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2495 not just file-errors.
2496
2497 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2498 (vc-bzr-sha1): Use internal sha1.
2499
2500 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2503
2504 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2505
2506 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2507 that start in the middle of the line (bug#10496).
2508
2509 2012-04-10 Dan Nicolaescu <dann@gnu.org>
2510
2511 * battery.el (battery-linux-proc-acpi): Only one battery is
2512 discharged at a time, but that seems to confuse battery.el when
2513 computing `rate-type' for the battery not being discharged
2514 (bug#10332).
2515
2516 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2519
2520 * international/quail.el: Use dolist and simplify.
2521 (quail-define-package, quail-update-keyboard-layout)
2522 (quail-define-rules): Use dolist.
2523 (quail-insert-kbd-layout, quail-get-translation): CSE.
2524
2525 * tmm.el: Use dolist, remove left over hook.
2526 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2527 Use dolist.
2528 (calendar-load-hook): Don't mess with it.
2529
2530 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2531 Use derived-mode-p. Run the diff asynchronously.
2532
2533 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
2535 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2536
2537 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2540 (list-dynamic-libraries--loaded): New function.
2541 (list-dynamic-libraries--refresh): Use it.
2542
2543 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
2544
2545 * progmodes/python.el (python-fill-paragraph):
2546 Make python-fill-region in a multiline string work when font-lock is
2547 disabled (bug#7018).
2548
2549 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2550
2551 * language/european.el (cp775): Add oem/legacy (en)coding on
2552 DOS/MS Windows for the Baltic languages. There are still plenty
2553 of texts written in this encoding/codepage (bug#6519).
2554
2555 2012-04-10 Glenn Morris <rgm@gnu.org>
2556
2557 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2558 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2559
2560 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2561
2562 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
2563 next-line "n" and previous-line "p" in order to make recentf more
2564 consistent with ibuffer, dired or org-mode (bug#9387).
2565
2566 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2567
2568 * image.el (put-image): Return the overlay created instead of the
2569 optional input string (bug#7834). Note that this may break code
2570 that is (for some reason or other) depending on `put-image'
2571 returning the string.
2572
2573 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2574
2575 * simple.el (zap-to-char): Allow zapping using input methods
2576 (bug#1580).
2577
2578 * textmodes/fill.el (fill-region): Leave point and mark where they
2579 were before filling (bug#5399).
2580
2581 2012-04-09 Glenn Morris <rgm@gnu.org>
2582
2583 * version.el (emacs-bzr-get-version):
2584 Handle lightweight checkouts of local branches.
2585
2586 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2587
2588 * international/characters.el: Recover lost case pairs. (Bug#11209)
2589
2590 2012-04-09 Chong Yidong <cyd@gnu.org>
2591
2592 * custom.el (custom-variable-p): Return nil for non-symbol
2593 arguments instead of signaling an error.
2594 (user-variable-p): Obsolete alias for custom-variable-p.
2595
2596 * apropos.el (apropos-variable):
2597 * files-x.el (read-file-local-variable):
2598 * simple.el (set-variable):
2599 * woman.el (woman-mini-help):
2600 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2601
2602 2012-04-09 Glenn Morris <rgm@gnu.org>
2603
2604 * startup.el (normal-top-level): Don't look for leim-list.el
2605 in places where it will not be found. (Bug#910)
2606
2607 * international/mule-cmds.el (set-default-coding-systems):
2608 * files.el (normal-mode):
2609 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2610 This function was removed with ucs-tables.el in 2008.
2611
2612 2012-04-08 Eli Zaretskii <eliz@gnu.org>
2613
2614 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2615 ispell-encoding8-command to "-i", without a trailing space.
2616 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2617 separate command-line arguments, to specify the encoding, since
2618 that's how hunspell expects it.
2619
2620 2012-04-08 Glenn Morris <rgm@gnu.org>
2621
2622 * loadup.el: Load bindings before cus-start.
2623 This reduces somewhat the number of "rogue" settings in emacs -Q.
2624
2625 2012-04-07 Glenn Morris <rgm@gnu.org>
2626
2627 * version.el (emacs-bzr-get-version): New function.
2628 (emacs-bzr-version): New variable.
2629 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2630 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2631
2632 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2633
2634 * international/uni-bidi.el, international/uni-category.el:
2635 * international/uni-combining.el, international/uni-decimal.el:
2636 * international/uni-decomposition.el, international/uni-digit.el:
2637 * international/uni-lowercase.el, international/uni-mirrored.el:
2638 * international/uni-name.el, international/uni-numeric.el:
2639 * international/uni-titlecase.el, international/uni-uppercase.el:
2640 Update for Unicode 6.1.
2641
2642 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2643
2644 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2645
2646 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * window.el (shrink-window): Mention the `window-min-height'
2649 variable in the doc string.
2650
2651 2012-04-05 Bastien Guerry <bzg@altern.org>
2652
2653 * color.el (color-lighten-name): Fix typo.
2654
2655 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * server.el (server--on-display-p): New function.
2658 (server--on-display-p): Use it.
2659
2660 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2661
2662 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2663 (bug#11145).
2664
2665 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * comint.el (comint--common-quoted-suffix): Check string boundary
2668 before comparing (bug#11158).
2669 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2670
2671 2012-04-04 Chong Yidong <cyd@gnu.org>
2672
2673 * minibuffer.el (completion-extra-properties): Doc fix.
2674
2675 * subr.el (delayed-warnings-hook): Doc fix.
2676
2677 2012-04-04 Daiki Ueno <ueno@unixuser.org>
2678
2679 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2680 selection (Bug#11159).
2681 (epa-insert-keys): Inform that the default public key will be
2682 exported if no key is selected.
2683
2684 2012-04-04 Richard Stallman <rms@gnu.org>
2685
2686 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2687
2688 2012-04-03 Chong Yidong <cyd@gnu.org>
2689
2690 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2691 mail-insert-file, not its obsolete alias mail-attach-file.
2692
2693 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2694
2695 * notifications.el (notifications-notify): Fix docstring.
2696
2697 2012-04-02 Glenn Morris <rgm@gnu.org>
2698
2699 * emacs-lisp/authors.el (authors-aliases): Another addition.
2700
2701 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2704 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2705 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2706
2707 2012-04-01 Chong Yidong <cyd@gnu.org>
2708
2709 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2710 Handle root directory properly.
2711 (copy-directory): Caller changed.
2712
2713 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2714 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2715
2716 2012-03-31 Glenn Morris <rgm@gnu.org>
2717
2718 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2719
2720 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2721
2722 * calendar/calendar.el (calendar-window-list)
2723 (calendar-hide-window): Restore. (Bug#11140)
2724 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2725
2726 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2727
2728 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2729
2730 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2731 Check if file is a symlink (Bug#10489).
2732
2733 * files.el (copy-directory): Likewise.
2734
2735 2012-03-30 Chong Yidong <cyd@gnu.org>
2736
2737 * image.el (imagemagick-types-inhibit)
2738 (imagemagick-register-types): Doc fix.
2739
2740 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2741
2742 * ispell.el (ispell-get-extended-character-mode):
2743 Disable extended-char-mode for hunspell. hunspell does not support it
2744 and treats ~word as ordinary words in pipe mode.
2745
2746 2012-03-30 Glenn Morris <rgm@gnu.org>
2747
2748 * tutorial.el (help-with-tutorial): Ensure local variables don't
2749 happen to make the buffer read-only. (Bug#11127)
2750
2751 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2754 (perl-calculate-indent): Return `noindent' in strings.
2755
2756 2012-03-28 Sam Steingold <sds@gnu.org>
2757
2758 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2759 instead of the broken adhockery which does not prevent calendar
2760 buffers from being displayed at random after exit.
2761 (calendar-window-list, calendar-hide-window): Remove the broken
2762 adhockery.
2763
2764 2012-03-28 Glenn Morris <rgm@gnu.org>
2765
2766 * replace.el (query-replace-map): Doc fix.
2767
2768 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2769
2770 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2771 contents. (Bug#11109)
2772
2773 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2776 (bug#11077).
2777 (avl-tree--check, avl-tree--check-node): New funs.
2778
2779 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2780
2781 * window.el (switch-to-visible-buffer): New option.
2782 (switch-to-prev-buffer, switch-to-next-buffer):
2783 Observe switch-to-visible-buffer. Make sure that checking for a window
2784 showing a buffer already is done on the same frame.
2785
2786 2012-03-27 Glenn Morris <rgm@gnu.org>
2787
2788 * startup.el (mail-host-address): Doc fix.
2789
2790 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2793 than 197 variables.
2794
2795 2012-03-26 Ami Fischman <ami@fischman.org>
2796
2797 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2798
2799 2012-03-26 Glenn Morris <rgm@gnu.org>
2800
2801 * files.el (save-buffers-kill-emacs): Doc fix.
2802
2803 * startup.el (normal-top-level, command-line, command-line-1):
2804 Give them doc strings.
2805
2806 2012-03-25 Eli Zaretskii <eliz@gnu.org>
2807
2808 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
2809 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
2810
2811 2012-03-25 Chong Yidong <cyd@gnu.org>
2812
2813 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2814 theme if it was previously enabled before (Bug#11031).
2815
2816 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2817 spec with custom-face-get-current-spec if its :shown-value is not
2818 determined yet (Bug#9337).
2819 (customize-create-theme, custom-theme-revert): Doc fixes.
2820
2821 * button.el (button-at): Minor addition to docstring.
2822
2823 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
2824
2825 * vc/vc.el (vc-merge): Fix a prompt.
2826
2827 2012-03-24 Chong Yidong <cyd@gnu.org>
2828
2829 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2830 point (Bug#9623).
2831
2832 * button.el (button-at): Minor addition to docstring.
2833
2834 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * newcomment.el (comment-choose-indent): No space after BOL.
2837
2838 2012-03-22 Sam Steingold <sds@gnu.org>
2839
2840 * window.el (switch-to-prev-buffer): Revert last patch because the
2841 bug turned out to be an advertised feature (Elisp manual 28.14).
2842
2843 2012-03-22 Glenn Morris <rgm@gnu.org>
2844
2845 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2846 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2847
2848 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * net/network-stream.el (network-stream-open-starttls): Make error
2851 message under Windows be less misleading.
2852
2853 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2854
2855 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2856 understands (bug#9942).
2857
2858 2012-03-22 Chong Yidong <cyd@gnu.org>
2859
2860 * simple.el (end-of-visible-line): Handle return value of
2861 next-single-property-change properly (Bug#9371).
2862
2863 2012-03-22 Kenichi Handa <handa@m17n.org>
2864
2865 * international/quail.el (quail-insert-kbd-layout): Fix previous
2866 change. To avoid unwanted bidi reordering, use
2867 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2868
2869 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2870
2871 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2872 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2873 (ruby-beginning-of-indent): Be more careful with the difference
2874 between word-boundary and symbol boundary.
2875 (ruby-mode-syntax-table): Make : a symbol constituent.
2876
2877 2012-03-21 Andreas Politz <politza@fh-trier.de>
2878
2879 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2880
2881 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * progmodes/etags.el (tags-completion-at-point-function):
2884 Improve last fix.
2885
2886 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2887
2888 2012-03-21 Sam Steingold <sds@gnu.org>
2889
2890 * progmodes/etags.el (tags-completion-at-point-function):
2891 Avoid the error when point is inside the pattern.
2892
2893 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2894
2895 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2896 line (Bug#10855).
2897
2898 2012-03-21 Drew Adams <drew.adams@oracle.com>
2899
2900 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2901
2902 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2903
2904 * ido.el (ido-set-current-directory, ido-read-internal)
2905 (ido-choose-completion-string, ido-completion-help): Handle nil
2906 value of ido-completion-buffer (Bug#11008).
2907
2908 2012-03-21 Sam Steingold <sds@gnu.org>
2909
2910 * window.el (switch-to-prev-buffer): Do not switch to a visible
2911 window previous buffer, just like with the frame previous buffers.
2912
2913 2012-03-21 Chong Yidong <cyd@gnu.org>
2914
2915 * faces.el (make-face, make-empty-face, copy-face):
2916 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2917 Doc fixes.
2918
2919 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2922 (widget-complete): Remove broken use of it.
2923
2924 2012-03-20 Chong Yidong <cyd@gnu.org>
2925
2926 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2927 Use string-width and truncate-string-width to handle arbitrary
2928 characters.
2929
2930 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2931
2932 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2933 to draw rectangles, not squares. (Regression introduced by revno
2934 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2935
2936 2012-03-18 Chong Yidong <cyd@gnu.org>
2937
2938 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2939 it is not yet defined (for temacs).
2940
2941 2012-03-18 Leo Liu <sdl.web@gmail.com>
2942
2943 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
2944
2945 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2946
2947 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2948 (ispell-choices-win-default-height, ispell-silently-savep)
2949 (ispell-dictionary-alist, ispell-encoding8-command)
2950 (ispell-check-version, ispell-aspell-find-dictionary)
2951 (ispell-valid-dictionary-list, ispell-words-keyword)
2952 (ispell-get-word, ispell-internal-change-dictionary)
2953 (ispell-region, ispell-skip-region-list)
2954 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2955 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2956 (ispell-message-text-end, ispell-message)
2957 (ispell-buffer-local-parsing): Doc fix.
2958
2959 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
2960
2961 * htmlfontify.el: Add support for code block fontification for ODT
2962 export (Bug #9914).
2963 (hfy-optimisations): Define new option
2964 `body-text-only'
2965 (hfy-fontify-buffer): Honor above setting.
2966 (hfy-begin-span, hfy-end-span): New routines factored out form
2967 `hfy-fontify-buffer'.
2968 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2969 that permit insertion of custom tags.
2970 (hfy-fontify-buffer): Use above handlers.
2971 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2972 (hfy-face-to-css): Re-defined to be a variable.
2973 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
2974 over multiple runs. This is made possible by having the caller let
2975 bind a special variable `hfy-user-sheet-assoc'.
2976 (htmlfontify-string): New defun.
2977 (hfy-compile-face-map): Make sure that the last char in the
2978 buffer is correctly fontified.
2979 (hfy-face-resolve-face): Whitespace only change.
2980
2981 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2982
2983 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2984 message more clear.
2985
2986 2012-03-16 Leo Liu <sdl.web@gmail.com>
2987
2988 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2989
2990 2012-03-16 Alan Mackenzie <acm@muc.de>
2991
2992 Further optimise the handling of large macros.
2993
2994 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2995 limit to a call of `c-literal-limits'.
2996 (c-determine-+ve-limit): New function.
2997 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2998 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2999 In CASE 5B, restrict a search limit to 500.
3000 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
3001
3002 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
3003 Restrict macro bounds to +-500 from after-change's BEG END.
3004
3005 2012-03-16 Leo Liu <sdl.web@gmail.com>
3006
3007 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
3008
3009 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
3010
3011 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
3012 `special-mode' setting of `buffer-read-only'. (Bug#11010)
3013
3014 2012-03-16 Glenn Morris <rgm@gnu.org>
3015
3016 * view.el (view-buffer, view-buffer-other-window)
3017 (view-buffer-other-frame): Doc fixes re special mode-class.
3018
3019 * subr.el (eval-after-load): If named feature is provided not from
3020 a file, run after-load forms. (Bug#10946)
3021
3022 * calendar/calendar.el (calendar-insert-at-column):
3023 Handle non-unit-width characters a bit better. (Bug#10978)
3024
3025 2012-03-15 Chong Yidong <cyd@gnu.org>
3026
3027 * emacs-lisp/ring.el (ring-extend): New function.
3028 (ring-insert+extend): Extend the ring correctly (Bug#11019).
3029
3030 * comint.el (comint-read-input-ring)
3031 (comint-add-to-input-history): Grow comint-input-ring lazily.
3032
3033 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
3036 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
3037
3038 * imenu.el: Fix multiple inheritance breakage (bug#9199).
3039 (imenu-add-to-menubar): Don't add a redundant index.
3040 (imenu-update-menubar): Handle a dynamically composed keymap.
3041
3042 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3043
3044 * mail/sendmail.el (mail-encode-header):
3045 Bind rfc2047-encode-encoded-words to nil.
3046
3047 2012-03-13 Glenn Morris <rgm@gnu.org>
3048
3049 * calendar/calendar.el (calendar-string-spread):
3050 Handle non-unit-width characters a bit better. (Bug#10978)
3051
3052 2012-03-13 Leo Liu <sdl.web@gmail.com>
3053
3054 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
3055 directory and file as argument (Bug#10822).
3056
3057 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3058
3059 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
3060 For dynamically generated code, follow $PC.
3061 (gdb-disassembly-handler-custom): Handle no function name case.
3062
3063 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3064
3065 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
3066 * emulation/ws-mode.el (ws-query-replace):
3067 * sort.el (sort-regexp-fields):
3068 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
3069
3070 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * dabbrev.el: Fix cycle completion order (bug#10963).
3073 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
3074 (dabbrev-completion): Don't use an obarray; provide
3075 a cycle-sort-function.
3076
3077 2012-03-12 Leo Liu <sdl.web@gmail.com>
3078
3079 * simple.el (kill-new): Use equal-including-properties for comparison.
3080 (kill-do-not-save-duplicates): Doc fix.
3081
3082 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * dabbrev.el: Fix cycle completion (bug#10963).
3085 Use lexical binding and wrap to 80 columns.
3086 (dabbrev-completion): Delay computing the list of completions.
3087
3088 2012-03-12 Kenichi Handa <handa@m17n.org>
3089
3090 * international/quail.el (quail-insert-kbd-layout): Surround each
3091 row by LRO and PDF instead of inserting many LRMs. Pad the left
3092 and right of each non-spacing marks. Insert invisible space
3093 between lower and upper characters to prevent composition.
3094
3095 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * minibuffer.el (minibuffer-complete): Don't get confused when the
3098 function is run twice via different commands (bug#10958).
3099 (complete-with-action): Fix docstring.
3100
3101 2012-03-12 Chong Yidong <cyd@gnu.org>
3102
3103 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
3104 (nxml-completion-at-point-function): New function.
3105 (nxml-mode): Use it.
3106 (nxml-bind-meta-tab-to-complete-flag): Default to t.
3107
3108 * emacs-lisp/package.el (package-unpack, package-unpack-single):
3109 Load generated autoloads file before byte compiling (Bug#10970).
3110 (package--make-autoloads-and-compile): New helper fun.
3111
3112 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
3113
3114 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
3115
3116 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
3117
3118 * autorevert.el (auto-revert-handler): Ensure, that
3119 file-readable-p is applied only for local files or in
3120 auto-revert-tail-mode.
3121
3122 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
3123
3124 * server.el (server-eval-at): Handle non-tcp connections.
3125 Decode result string.
3126
3127 * server.el (server-msg-size): New constant.
3128 (server-reply-print): New function.
3129 (server-eval-and-print): Use it.
3130 (server-eval-at): Use server-quote-arg and server-unquote-arg.
3131 Handle -print-nonl.
3132
3133 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
3134
3135 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
3136 (Bug#10987).
3137
3138 2012-03-11 Chong Yidong <cyd@gnu.org>
3139
3140 * simple.el (goto-line): Doc fix (Bug#9938).
3141
3142 * subr.el (save-window-excursion): Doc fix (Bug#9979).
3143
3144 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
3145 when finished (Bug#10963).
3146
3147 2012-03-11 Martin Rudalics <rudalics@gmx.at>
3148
3149 * window.el (split-window-below): Fix bug in case where
3150 split-window-keep-point is nil (Bug#10971).
3151
3152 2012-03-11 Juri Linkov <juri@jurta.org>
3153
3154 * replace.el (replace-highlight): Set isearch-word to nil
3155 unconditionally. (Bug#10887)
3156
3157 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3158
3159 * net/mairix.el (mairix-replace-invalid-chars): Rename from
3160 mairix-replace-illegal-chars; all callers changed. Don't remove
3161 ^, ~, and = characters: they are meaningful in mairix search specs.
3162 (mairix-widget-create-query): Add usage information about mairix
3163 search forms: negating words, searching for substrings, etc.
3164
3165 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
3166
3167 * international/fontset.el (font-encoding-alist): Add an entry for
3168 ksx1001 (Bug#5667).
3169
3170 2012-03-10 Richard Stallman <rms@gnu.org>
3171
3172 * mail/sendmail.el (mail-encode-header):
3173 Set rfc2047-encode-encoded-words.
3174
3175 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
3176
3177 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
3178 view buffer means not swapped.
3179 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
3180 (rmail-write-region-annotate): Error if real text has disappeared.
3181
3182 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
3183
3184 2012-03-10 Chong Yidong <cyd@gnu.org>
3185
3186 * emulation/cua-rect.el (cua--init-rectangles):
3187 * emulation/cua-base.el (cua--init-keymaps):
3188 Add delete-forward-char to remappings (Bug#9666).
3189
3190 2012-03-10 Martin Rudalics <rudalics@gmx.at>
3191
3192 * speedbar.el (speedbar-unhighlight-one-tag-line):
3193 Avoid unhighlighting due to frame switching (Bug#10275).
3194
3195 2012-03-10 Chong Yidong <cyd@gnu.org>
3196
3197 * minibuffer.el (completion-in-region, completion-help-at-point):
3198 Give the completion field overlay a high priority (Bug#6830).
3199
3200 * dired.el (dired-goto-file): Recognize absolute file name
3201 listings (Bug#7126).
3202 (dired-goto-file-1): New helper function.
3203 (dired-toggle-read-only): Inhibit warnings.
3204
3205 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * net/dbus.el (dbus-property-handler): Return empty array if
3208 there are no properties.
3209
3210 2012-03-09 Leo Liu <sdl.web@gmail.com>
3211
3212 * savehist.el (savehist-printable): Stricter check for string
3213 value (Bug#10937).
3214
3215 2012-03-09 Eli Zaretskii <eliz@gnu.org>
3216
3217 * mail/smtpmail.el (smtpmail-send-it):
3218 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3219 valid mbox format.
3220
3221 2012-03-09 Glenn Morris <rgm@gnu.org>
3222
3223 * files.el (dir-locals-find-file):
3224 Don't check result is regular, readable.
3225 (dir-locals-read-from-file): Demote errors.
3226
3227 2012-03-08 Eli Zaretskii <eliz@gnu.org>
3228
3229 * international/quail.el (quail-insert-kbd-layout):
3230 Insert invisible LRM characters before each character in a keyboard
3231 layout cell, to prevent their reordering by bidi display engine.
3232 For details, see the discussion in
3233 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3234
3235 2012-03-08 Alan Mackenzie <acm@muc.de>
3236
3237 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3238 the starting position; make it extend the marked region when
3239 invoked repeatedly - all under appropriate circumstances.
3240 Fixes bugs #5525, #10906.
3241
3242 2012-03-08 Glenn Morris <rgm@gnu.org>
3243
3244 * files.el (locate-dominating-file, dir-locals-find-file):
3245 Undo 2012-03-06 change.
3246
3247 2012-03-07 Eli Zaretskii <eliz@gnu.org>
3248
3249 * international/quail.el (quail-help):
3250 Force bidi-paragraph-direction be left-to-right. See discussion in
3251 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3252 for the reason.
3253
3254 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
3255
3256 Avoid superfluous registering of signals. (Bug#10807)
3257
3258 * notifications.el (notifications-on-action-object)
3259 (notifications-on-close-object): New defvars.
3260 (notifications-on-action-signal, notifications-on-closed-signal):
3261 Unregister the signal if not needed any longer.
3262 (notifications-notify): Register `notifications-action-signal' or
3263 `notifications-closed-signal', if :on-action or :on-close has been
3264 passed as argument.
3265
3266 2012-03-07 Chong Yidong <cyd@gnu.org>
3267
3268 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3269 non-X platforms.
3270
3271 2012-03-06 Glenn Morris <rgm@gnu.org>
3272
3273 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3274 (x-disown-selection-internal, x-get-selection-internal):
3275 Doc fix (add arglist signatures). (Bug#10783)
3276
3277 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3278
3279 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3280 Handle breakpoints with no "type".
3281
3282 2012-03-06 Glenn Morris <rgm@gnu.org>
3283
3284 * files.el (locate-dominating-file): Add optional predicate argument.
3285 (dir-locals-find-file): Make use of above change.
3286
3287 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3288
3289 * info.el (Info-insert-dir): Also try "dir.gz".
3290
3291 2012-03-06 Glenn Morris <rgm@gnu.org>
3292
3293 * files.el (dir-locals-find-file):
3294 Ignore non-readable or non-regular files. (Bug#10928)
3295
3296 * files.el (locate-dominating-file): Doc fix.
3297
3298 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3299
3300 * calendar/calendar.el (calendar-set-mode-line):
3301 `getenv' returns a string. (Bug#10951)
3302
3303 2012-03-05 Leo Liu <sdl.web@gmail.com>
3304
3305 * simple.el (backward-delete-char-untabify): Constrain point to
3306 field (Bug#10939).
3307
3308 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3309
3310 2012-03-05 Chong Yidong <cyd@gnu.org>
3311
3312 * simple.el (count-words): If called from Lisp, return the word
3313 count, for symmetry with `count-lines'. Arglist changed.
3314 (count-words--message): Args changed. Consolidate counting code
3315 from count-words and count-words-region.
3316 (count-words-region): Caller changed.
3317 (count-lines-region): Make it an obsolete alias.
3318
3319 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
3320
3321 * saveplace.el (save-place-to-alist)
3322 (save-place-ignore-files-regexp): Allow value nil to disable this
3323 feature.
3324
3325 2012-03-04 Chong Yidong <cyd@gnu.org>
3326
3327 * faces.el (face-spec-reset-face): For the default face, reset the
3328 attributes to default values (Bug#10748).
3329
3330 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
3333 previous patch: Check `message-send-mail-function', and not the
3334 default function (bug#10897).
3335
3336 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * notifications.el (notifications-on-action-signal)
3339 (notifications-on-closed-signal): Check for unique service name of
3340 incoming event. Fix error in removing entry.
3341 (top): Register for signals with wildcard service name.
3342 (notifications-notify): Use daemon unique service name for map entries.
3343
3344 2012-03-04 Chong Yidong <cyd@gnu.org>
3345
3346 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
3347
3348 2012-03-04 Glenn Morris <rgm@gnu.org>
3349
3350 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3351 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3352 (expand-abbrev, define-abbrev-table): Doc fixes.
3353
3354 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3355
3356 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3357 `message-default-send-mail-function' and not `send-mail-function'
3358 when doing the prompting for `sendmail-query-once' before sending
3359 in Message buffers (bug#10897).
3360
3361 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3362 This is inconsistent with all the other stream functions, which leave
3363 the setting up to the higher levels (if so wanted) (bug#10931).
3364
3365 2012-03-02 Alan Mackenzie <acm@muc.de>
3366
3367 Depessimize the handling of very large macros.
3368
3369 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3370 (c-macro-cache-syntactic): New variables to implement a one
3371 element macro cache.
3372 (c-invalidate-macro-cache): New function.
3373 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3374 Adapt to use the new cache.
3375 (c-state-safe-place): Use better the cache of safe positions.
3376 (c-state-semi-nonlit-pos-cache)
3377 (c-state-semi-nonlit-pos-cache-limit):
3378 New variables for...
3379 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3380 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
3381 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3382 Use c-state-semi-safe-place.
3383
3384 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3385 Add c-invalidate-macro-cache to the C, C++, Obj entries.
3386
3387 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * jka-compr.el (jka-compr-call-process):
3390 Apply `file-accessible-directory-p' only when the default directory is
3391 not remote.
3392
3393 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3394
3395 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3396 access of FILE2, if FILE1 does not exist.
3397
3398 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3399 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3400
3401 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3402 Add "PAGER=" to `process-environment'.
3403
3404 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3405
3406 * progmodes/sql.el: Bug fix
3407 (sql-get-login-ext): Save login values in globals.
3408 (sql-get-login): Use new version of `sql-get-login-ext'.
3409 (sql-interactive-mode): Set global `sql-connection' to nil.
3410 (sql-connect): Set global values for connection.
3411 (sql-product-interactive): Save global values as buffer local.
3412
3413 2012-02-29 Leo Liu <sdl.web@gmail.com>
3414
3415 * abbrev.el (define-abbrevs): Reset sys to nil.
3416
3417 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3418
3419 * files.el (file-equal-p): Rename from `files-equal-p'.
3420 Return nil when one or both files don't exist.
3421 (file-subdir-of-p): Now only top directory must exists,
3422 return nil if it doesn't.
3423 (copy-directory): No need to test with `file-subdir-of-p' after
3424 creating dir.
3425 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3426 to `file-equal-p'.
3427
3428 2012-02-28 Glenn Morris <rgm@gnu.org>
3429
3430 * shell.el (shell-mode):
3431 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3432 * play/landmark.el (landmark-font-lock-face-O):
3433 * play/handwrite.el (handwrite):
3434 * play/gomoku.el (gomoku-O):
3435 * net/browse-url.el (browse-url-browser-display):
3436 * international/mule.el (define-charset):
3437 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3438 * filesets.el (filesets-find-file-delay):
3439 * eshell/em-xtra.el (eshell-xtra):
3440 * eshell/em-unix.el (eshell-grep):
3441 * emulation/viper.el (viper-mode):
3442 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3443 * emacs-lisp/easymenu.el (easy-menu-define):
3444 * calendar/timeclock.el (timeclock-use-display-time):
3445 * bs.el (bs-mode):
3446 * bookmark.el (bookmark-save-flag):
3447 Doc fix (standardize possessive apostrophe usage).
3448
3449 2012-02-27 Chong Yidong <cyd@gnu.org>
3450
3451 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3452 Fix key-binding lookup for ESC key (Bug#9146).
3453
3454 * font-lock.el (font-lock-specified-p): Rename from
3455 font-lock-spec-present. Callers changed.
3456
3457 2012-02-27 Daniel Hackney <dan@haxney.org>
3458
3459 * emacs-lisp/package.el (package-compute-transaction):
3460 Handle holding a package version to t in package-load-list.
3461
3462 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3465 (tramp-get-inode, tramp-get-device): Use cached values.
3466
3467 2012-02-26 Alan Mackenzie <acm@muc.de>
3468
3469 Check there is a font-lock specification before doing initial
3470 fontification.
3471
3472 * font-core.el (font-lock-mode): Move the conditional from
3473 :after-hook to font-lock-initial-fontify.
3474 (font-lock-default-function): Move the check for a specification
3475 to font-lock-spec-present.
3476
3477 * font-lock.el (font-lock-initial-fontify): Call ...
3478 (font-lock-spec-present): New function.
3479
3480 2012-02-26 Jim Blandy <jimb@red-bean.com>
3481
3482 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3483 (gdb-send): Apply it to the operand of the '-interpreter-exec
3484 console' command, so that we can pass arguments with (say) quotes
3485 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3486
3487 2012-02-26 Chong Yidong <cyd@gnu.org>
3488
3489 * help-fns.el (describe-function-1): Clarify description of
3490 remapping (Bug#10844).
3491
3492 * files.el (files-equal-p): Doc fix.
3493 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3494 and quit the loop once a mismatch is found.
3495
3496 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * bs.el (bs--show-with-configuration): Don't throw an error
3499 if the window cannot be split; otherwise, subsequent calls to
3500 bs-show fail, restoring a stale window config. (Bug#10882)
3501
3502 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3503
3504 * term/ns-win.el (global-map): Bind ns-drag-file to
3505 ns-find-file (Bug#5855, Bug#10050).
3506
3507 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3508
3509 * calendar/parse-time.el (parse-time-string): Allow extractor to
3510 return nil.
3511
3512 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
3513
3514 * net/tramp.el (tramp-file-name-for-operation):
3515 Add `files-equal-p' and `file-subdir-of-p'.
3516
3517 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3518 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3519 Add COPY-CONTENTS argument.
3520
3521 2012-02-25 Chong Yidong <cyd@gnu.org>
3522
3523 Add custom groups for VC backends, for consistency with vc-bzr.
3524
3525 * vc/vc-arch.el (vc-arch):
3526 * vc/vc-cvs.el (vc-cvs):
3527 * vc/vc-git.el (vc-git):
3528 * vc/vc-hg.el (vc-hg):
3529 * vc/vc-mtn.el (vc-mtn):
3530 * vc/vc-rcs.el (vc-rcs):
3531 * vc/vc-sccs.el (vc-sccs):
3532 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3533 All relevant defcustoms reassigned.
3534
3535 2012-02-25 Chong Yidong <cyd@gnu.org>
3536
3537 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3538
3539 * term/x-win.el (x-initialize-window-system): Reduce default for
3540 x-selection-timeout to 5 seconds (Bug#8869).
3541
3542 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3543
3544 * files.el (files-equal-p, file-subdir-of-p): New functions.
3545 (copy-directory): Error when trying to copy a directory on itself.
3546 Add missing copy-contents arg to tramp handler.
3547 * dired-aux.el (dired-copy-file-recursive): Same.
3548 (dired-create-files): Modify destination when source is equal to
3549 dest when copying files.
3550 Return also when dest is a subdir of source. (Bug#10489)
3551
3552 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
3553
3554 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3555 (Bug#10874)
3556
3557 2012-02-23 Alan Mackenzie <acm@muc.de>
3558
3559 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3560 parameter "after-hook:" to allow the expansion to run code after
3561 the execution of the mode hooks.
3562
3563 * font-lock.el (font-lock-initial-fontify): New function extracted
3564 from font-lock-mode-internal.
3565
3566 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
3567 :after-hook.
3568
3569 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3572 (completion--cache-all-sorted-completions): New function.
3573 (completion-all-sorted-completions): Use it.
3574 (completion--do-completion, minibuffer-force-complete):
3575 Use it to re-instate the flush hook.
3576
3577 * icomplete.el (icomplete-completions): Replace last fix with a better
3578 one (bug#10850).
3579
3580 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3581
3582 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3583 when it might call us back infinitely (bug#10797).
3584
3585 2012-02-23 Glenn Morris <rgm@gnu.org>
3586
3587 * minibuffer.el (completion-category-overrides): Doc fix.
3588
3589 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3592 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3593
3594 2012-02-23 Glenn Morris <rgm@gnu.org>
3595
3596 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
3597 (authors-obsolete-files-regexps, authors-ignored-files)
3598 (authors-ambiguous-files, authors-renamed-files-alist):
3599 Add more entries.
3600
3601 2012-02-23 Juri Linkov <juri@jurta.org>
3602
3603 * isearch.el (isearch-occur): Sync interactive spec with occur's
3604 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3605
3606 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3607
3608 2012-02-22 Juri Linkov <juri@jurta.org>
3609
3610 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3611 (ucs-insert): Doc fix. Check for hex digits in the string.
3612 Don't display `nil' in the error message. (Bug#10857)
3613
3614 2012-02-22 Alan Mackenzie <acm@muc.de>
3615
3616 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
3617
3618 2012-02-22 Glenn Morris <rgm@gnu.org>
3619
3620 * ffap.el (ffap-c-path):
3621 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3622
3623 2012-02-22 Chong Yidong <cyd@gnu.org>
3624
3625 * custom.el (load-theme): Doc fix.
3626
3627 2012-02-22 Glenn Morris <rgm@gnu.org>
3628
3629 * dired-x.el (dired-guess-shell-alist-default):
3630 Remove escape sequences from nroff output. (Bug#172)
3631
3632 2012-02-21 Glenn Morris <rgm@gnu.org>
3633
3634 * vc/emerge.el (emerge-defvar-local):
3635 Set `permanent-local' property rather than unused `preserved'.
3636
3637 * textmodes/picture.el (picture-delete-char): New alias.
3638 (picture-mode-map): Use it. (Bug#10860)
3639 (picture-mode): Doc fix.
3640
3641 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * newcomment.el (uncomment-region-default): Remove unused binding.
3644
3645 2012-02-21 Glenn Morris <rgm@gnu.org>
3646
3647 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3648 (picture-self-insert, picture-tab-chars): Doc fix.
3649 (picture-mode-map): Fix C-a, C-e.
3650
3651 2012-02-20 Glenn Morris <rgm@gnu.org>
3652
3653 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3654
3655 2012-02-20 Leo Liu <sdl.web@gmail.com>
3656
3657 * icomplete.el (icomplete-completions): Check FROM arg before
3658 passing to substring (Bug#10850).
3659
3660 2012-02-19 Chong Yidong <cyd@gnu.org>
3661
3662 * comint.el: Require ansi-color.
3663 (comint-output-filter-functions): Add ansi-color-process-output.
3664
3665 * ansi-color.el: Don't set comint-output-filter-functions; it is
3666 now in the initial value defined in comint.el.
3667 (ansi-color-apply-face-function): New variable.
3668 (ansi-color-apply-on-region): Use it.
3669 (ansi-color-apply-overlay-face): New function.
3670
3671 * shell.el (shell): No need to require ansi-color.
3672 (shell-mode): Use ansi-color-apply-face-function to highlight
3673 color escapes using font-lock-face property (Bug#10835).
3674
3675 2012-02-19 Chong Yidong <cyd@gnu.org>
3676
3677 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3678 mode-line formats (Bug#10839).
3679
3680 2012-02-18 Glenn Morris <rgm@gnu.org>
3681
3682 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3683
3684 * mail/undigest.el (unforward-rmail-message): Doc fix.
3685
3686 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3687
3688 2012-02-18 Eli Zaretskii <eliz@gnu.org>
3689
3690 * international/characters.el (script-list): Sync with the latest
3691 Unicode Character Database.
3692
3693 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3694
3695 * international/titdic-cnv.el: Remove duplicate coding tag.
3696 * language/cham.el: Likewise.
3697 * language/tai-viet.el: Likewise.
3698
3699 2012-02-18 Glenn Morris <rgm@gnu.org>
3700
3701 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3702 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3703 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3704 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3705 * calendar/holidays.el (holiday-bahai-holidays)
3706 (calendar-holidays, list-holidays):
3707 Use utf-8 Bahá'í in doc-strings, menus, etc.
3708
3709 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3710
3711 * saveplace.el (save-place-ignore-files-regexp): New variable
3712 allowing for excluding files from saving their location of point.
3713 The default value matches the temporary commit message editing
3714 files from Git, SVN, Bazaar, and Mercurial.
3715 (save-place-to-alist): Use it.
3716
3717 2012-02-17 Lawrence Mitchell <wence@gmx.li>
3718 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * newcomment.el (uncomment-region-default): Don't leave extra space
3721 when an arg is provided (bug#8150).
3722
3723 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3724
3725 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
3726
3727 2012-02-17 Glenn Morris <rgm@gnu.org>
3728
3729 * net/socks.el: Require network-stream. (Bug#10599)
3730
3731 2012-02-17 Kenichi Handa <handa@m17n.org>
3732
3733 * international/charprop.el:
3734 * international/uni-name.el:
3735 * international/uni-old-name.el:
3736 * international/uni-comment.el: Regenerate.
3737
3738 2012-02-16 Glenn Morris <rgm@gnu.org>
3739
3740 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3741 Interactively in calendar buffer, give an error if not on a date.
3742
3743 2012-02-15 Glenn Morris <rgm@gnu.org>
3744
3745 * shell.el (shell-delimiter-argument-list):
3746 Revert 2011-02-17 change. (Bug#8027)
3747
3748 2012-02-15 Chong Yidong <cyd@gnu.org>
3749
3750 * minibuffer.el (completion-at-point-functions): Doc fix.
3751
3752 * custom.el (defcustom): Doc fix; note use of defvar.
3753
3754 2012-02-15 Glenn Morris <rgm@gnu.org>
3755
3756 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3757 Doc fixes.
3758
3759 2012-02-14 Glenn Morris <rgm@gnu.org>
3760
3761 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3762
3763 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3764
3765 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3766 way the ports list is computed.
3767 (smtpmail-query-smtp-server): Prompt the user for a port number if
3768 we can't connect to any of the standard ports (bug#10810).
3769
3770 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3771
3772 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3773
3774 2012-02-13 Glenn Morris <rgm@gnu.org>
3775
3776 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3777
3778 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3779
3780 * net/gnutls.el (gnutls-trustfiles): New variable.
3781 (gnutls-negotiate): Use it.
3782
3783 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3784
3785 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3786 does its stuff if Gnus is running.
3787
3788 2012-02-13 Alan Mackenzie <acm@muc.de>
3789
3790 Fix a loop in c-set-fl-decl-start.
3791
3792 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
3793 c-backward-syntactic-ws actually moves backwards.
3794
3795 2012-02-13 Leo Liu <sdl.web@gmail.com>
3796
3797 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3798 beginning so that all \C-o chars are removed.
3799
3800 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3801
3802 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
3803
3804 2012-02-12 Alan Mackenzie <acm@muc.de>
3805
3806 Fix infinite loop with long macros.
3807 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
3808
3809 2012-02-12 Chong Yidong <cyd@gnu.org>
3810
3811 * window.el (display-buffer): Doc fix (Bug#10785).
3812
3813 2012-02-12 Glenn Morris <rgm@gnu.org>
3814
3815 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3816 (x-disown-selection-internal, x-get-selection-internal):
3817 Sync docs with the xselect.c versions.
3818
3819 * allout-widgets.el: Add missing license notice.
3820
3821 2012-02-11 Glenn Morris <rgm@gnu.org>
3822
3823 * select.el (x-get-selection-internal, x-own-selection-internal)
3824 (x-disown-selection-internal):
3825 * x-dnd.el (x-get-selection-internal): Update declarations.
3826
3827 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3828
3829 * window.el (window-sides-slots):
3830 * tool-bar.el (tool-bar-position):
3831 * term/xterm.el (xterm-extra-capabilities):
3832 * ses.el (ses-self-reference-early-detection):
3833 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3834 (verilog-auto-wire-type)
3835 (verilog-auto-delete-trailing-whitespace)
3836 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3837 (verilog-auto-tieoff-declaration):
3838 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3839 (sql-oracle-statement-starters, sql-oracle-scan-on):
3840 * progmodes/prolog.el (prolog-align-comments-flag)
3841 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3842 (prolog-left-indent-regexp, prolog-paren-indent-p)
3843 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3844 (prolog-types, prolog-mode-specificators)
3845 (prolog-determinism-specificators, prolog-directives)
3846 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3847 (prolog-electric-dot-flag)
3848 (prolog-electric-dot-full-predicate-template)
3849 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3850 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3851 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3852 (prolog-program-switches, prolog-prompt-regexp)
3853 (prolog-debug-on-string, prolog-debug-off-string)
3854 (prolog-trace-on-string, prolog-trace-off-string)
3855 (prolog-zip-on-string, prolog-zip-off-string)
3856 (prolog-use-standard-consult-compile-method-flag)
3857 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3858 (prolog-imenu-max-lines, prolog-info-predicate-index)
3859 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3860 (prolog-char-quote-workaround):
3861 * progmodes/cc-vars.el (c-defun-tactic):
3862 * net/tramp.el (tramp-encoding-command-interactive)
3863 (tramp-local-end-of-line):
3864 * net/soap-client.el (soap-client):
3865 * net/netrc.el (netrc-file):
3866 * net/gnutls.el (gnutls):
3867 * minibuffer.el (completion-category-overrides)
3868 (completion-cycle-threshold)
3869 (completion-pcm-complete-word-inserts-delimiters):
3870 * man.el (Man-name-local-regexp):
3871 * mail/feedmail.el (feedmail-display-full-frame):
3872 * international/characters.el (glyphless-char-display-control):
3873 * eshell/em-ls.el (eshell-ls-date-format):
3874 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3875 (lisp-lambda-list-keyword-parameter-indentation)
3876 (lisp-lambda-list-keyword-parameter-alignment):
3877 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3878 * dired-x.el (dired-omit-verbose):
3879 * cus-theme.el (custom-theme-allow-multiple-selections):
3880 * calc/calc.el (calc-highlight-selections-with-faces)
3881 (calc-lu-field-reference, calc-lu-power-reference)
3882 (calc-note-threshold):
3883 * battery.el (battery-mode-line-limit):
3884 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3885 (archive-7z-update):
3886 * allout.el (allout-prefixed-keybindings)
3887 (allout-unprefixed-keybindings)
3888 (allout-inhibit-auto-fill-on-headline)
3889 (allout-flattened-numbering-abbreviation):
3890 * allout-widgets.el (allout-widgets-auto-activation)
3891 (allout-widgets-icons-dark-subdir)
3892 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3893 (allout-widgets-theme-dark-background)
3894 (allout-widgets-theme-light-background)
3895 (allout-widgets-item-image-properties-emacs)
3896 (allout-widgets-item-image-properties-xemacs)
3897 (allout-widgets-run-unit-tests-on-load)
3898 (allout-widgets-time-decoration-activity)
3899 (allout-widgets-hook-error-post-time)
3900 (allout-widgets-track-decoration):
3901 Add missing :version tags to new defcustoms and defgroups.
3902
3903 * progmodes/sql.el (sql-ansi-statement-starters)
3904 (sql-oracle-statement-starters): Add custom type.
3905
3906 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3907 (prolog-system-version): Give it a type.
3908
3909 2012-02-11 Eli Zaretskii <eliz@gnu.org>
3910
3911 * term/pc-win.el (x-select-text, x-selection-owner-p)
3912 (x-own-selection-internal, x-disown-selection-internal)
3913 (x-get-selection-internal): Sync doc strings and argument lists
3914 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3915
3916 2012-02-11 Leo Liu <sdl.web@gmail.com>
3917
3918 * progmodes/python.el (python-end-of-statement): Fix infinite
3919 loop. (Bug#10788)
3920
3921 2012-02-10 Glenn Morris <rgm@gnu.org>
3922
3923 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3924 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3925
3926 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3927
3928 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3929 about SMTP before checking the From header.
3930
3931 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
3932 into own function for reuse by emacsbug.el.
3933
3934 2012-02-10 Leo Liu <sdl.web@gmail.com>
3935
3936 * subr.el (condition-case-unless-debug): Rename from
3937 condition-case-no-debug. All callers changed.
3938 (with-demoted-errors): Fix caller.
3939
3940 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3941 * nxml/rng-valid.el (rng-do-some-validation):
3942 * emacs-lisp/package.el (package-refresh-contents)
3943 (package-menu-execute):
3944 * desktop.el (desktop-create-buffer):
3945 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
3946
3947 2012-02-10 Glenn Morris <rgm@gnu.org>
3948
3949 * textmodes/bibtex.el:
3950 Add missing :version tags for new/changed defcustoms.
3951
3952 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3953
3954 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
3955
3956 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3957 (smtpmail-via-smtp): Use it, or fall back on the From address.
3958 (smtpmail-send-it): Ditto.
3959
3960 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3963 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3964 (byte-compile-tmp-var): New const.
3965 (byte-compile-defvar): Use it to minimize .elc size.
3966 Just use `defvar' rather than simulate it (bug#10761).
3967
3968 2012-02-09 Glenn Morris <rgm@gnu.org>
3969
3970 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3971
3972 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3973 Add :version tags.
3974
3975 * progmodes/compile.el (compilation-error-screen-columns)
3976 (compilation-first-column, compilation-filter-start): Doc fixes.
3977
3978 * vc/log-view.el (log-view-toggle-entry-display):
3979 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3980
3981 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3982 (report-emacs-bug-can-use-xdg-email):
3983 (report-emacs-bug-insert-to-mailer): Doc fixes.
3984 (report-emacs-bug): Message fix.
3985
3986 * net/browse-url.el (browse-url-can-use-xdg-open)
3987 (browse-url-xdg-open): Doc fixes.
3988
3989 * electric.el (electric-indent-mode, electric-pair-mode)
3990 (electric-layout-rules, electric-layout-mode): Doc fixes.
3991 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3992
3993 2012-02-08 Martin Rudalics <rudalics@gmx.at>
3994
3995 * server.el (server-unselect-display): Don't inadvertently kill
3996 the current buffer. (Bug#10729)
3997
3998 2012-02-08 Glenn Morris <rgm@gnu.org>
3999
4000 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
4001 (sql-list-table): Doc fixes.
4002
4003 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
4004 Comment out (does nothing).
4005
4006 * completion.el (dynamic-completion-mode):
4007 * dirtrack.el (dirtrack-debug-mode):
4008 * electric.el (electric-layout-mode):
4009 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
4010 * face-remap.el (text-scale-mode, buffer-face-mode):
4011 * iimage.el (iimage-mode):
4012 * image-mode.el (image-transform-mode):
4013 * minibuffer.el (completion-in-region-mode):
4014 * scroll-lock.el (scroll-lock-mode):
4015 * simple.el (next-error-follow-minor-mode):
4016 * tar-mode.el (tar-subfile-mode):
4017 * tooltip.el (tooltip-mode):
4018 * vcursor.el (vcursor-use-vcursor-map):
4019 * wid-browse.el (widget-minor-mode):
4020 * emulation/tpu-edt.el (tpu-edt-mode):
4021 * emulation/tpu-extras.el (tpu-cursor-free-mode):
4022 * international/iso-ascii.el (iso-ascii-mode):
4023 * language/thai-util.el (thai-word-mode):
4024 * mail/supercite.el (sc-minor-mode):
4025 * net/goto-addr.el (goto-address-mode):
4026 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
4027 * progmodes/cwarn.el (cwarn-mode):
4028 * progmodes/flymake.el (flymake-mode):
4029 * progmodes/glasses.el (glasses-mode):
4030 * progmodes/hideshow.el (hs-minor-mode):
4031 * progmodes/pascal.el (pascal-outline-mode):
4032 * textmodes/enriched.el (enriched-mode):
4033 * vc/smerge-mode.el (smerge-mode):
4034 Doc fixes (minor mode argument).
4035
4036 2012-02-07 Eli Zaretskii <eliz@gnu.org>
4037
4038 * ls-lisp.el (ls-lisp-sanitize): New function.
4039 (ls-lisp-insert-directory): Use it to fix or remove any elements
4040 in file-alist with missing attributes. (Bug#4673)
4041
4042 2012-02-07 Alan Mackenzie <acm@muc.de>
4043
4044 Fix spurious recognition of c-in-knr-argdecl.
4045
4046 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
4047 putative K&R region.
4048
4049 2012-02-07 Alan Mackenzie <acm@muc.de>
4050
4051 * progmodes/cc-engine.el (c-forward-objc-directive):
4052 Prevent looping in "#pragma mark @implementation".
4053
4054 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
4055
4056 * notifications.el (notifications-on-closed-signal): Make `reason'
4057 optional. (Bug#10744)
4058
4059 2012-02-07 Glenn Morris <rgm@gnu.org>
4060
4061 * emacs-lisp/easy-mmode.el (define-minor-mode):
4062 Doc fixes for the macro and the mode it defines.
4063
4064 * image.el (imagemagick-types-inhibit): Doc fix.
4065
4066 * cus-start.el (imagemagick-render-type): Add it.
4067
4068 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4069
4070 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
4071 Set the default at load time, too, so that `font-lock-fontify-buffer'
4072 can be called without setting up the entire mode first. This fixes
4073 a bug in `mm-inline-text' with C MIME parts.
4074
4075 2012-02-06 Chong Yidong <cyd@gnu.org>
4076
4077 * simple.el (list-processes--refresh): Delete exited processes
4078 (Bug#8094).
4079
4080 * comint.el (comint-next-prompt): next-single-char-property-change
4081 and prev-single-char-property-change never return nil (Bug#8657).
4082
4083 * custom.el (defcustom): Doc fix (Bug#9711).
4084
4085 2012-02-05 Chong Yidong <cyd@gnu.org>
4086
4087 * cus-edit.el (custom-variable-reset-backup): Quote the value
4088 before storing it in the customized-value property (Bug#6712).
4089 (custom-display): Add a customization type tag.
4090 (custom-buffer-create-internal): Improve tooltip message.
4091
4092 * wid-edit.el (widget-field-value-get): New optional arg to
4093 suppress trailing whitespace truncation.
4094 (character): Use it (Bug#2689).
4095
4096 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
4097
4098 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
4099 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
4100
4101 2012-02-05 Chong Yidong <cyd@gnu.org>
4102
4103 * cus-edit.el (custom-variable-value-create): For mismatched
4104 types, show the current value (Bug#7600).
4105
4106 * custom.el (defcustom): Doc fix.
4107
4108 2012-02-05 Glenn Morris <rgm@gnu.org>
4109
4110 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4111
4112 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
4115 (pp-buffer): Use `ignore-errors', `looking-at-p'.
4116 (pp-last-sexp): Use `looking-at-p'.
4117
4118 2012-02-04 Glenn Morris <rgm@gnu.org>
4119
4120 * files.el (revert-buffer):
4121 Doc fix (mention revert-buffer-in-progress-p).
4122
4123 * emacs-lisp/ert-x.el (ert-simulate-command):
4124 Check deferred-action-list (which is obsolete) is bound.
4125
4126 * subr.el (with-wrapper-hook): Doc fixes.
4127
4128 * simple.el (filter-buffer-substring-functions)
4129 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
4130
4131 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
4132
4133 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
4134 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
4135
4136 2012-02-04 Leo Liu <sdl.web@gmail.com>
4137
4138 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4139
4140 2012-02-04 Glenn Morris <rgm@gnu.org>
4141
4142 * image.el (image-extension-data): Add obsolete alias.
4143
4144 * isearch.el (isearch-update): Doc fix.
4145
4146 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
4147
4148 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
4149
4150 2012-02-03 Glenn Morris <rgm@gnu.org>
4151
4152 * image.el (image-animated-p): Doc fix. Use image-animated-types.
4153 (image-animate-timeout): Doc fix.
4154
4155 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
4156
4157 2012-02-02 Glenn Morris <rgm@gnu.org>
4158
4159 * server.el (server-auth-dir): Doc fix.
4160 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
4161
4162 * subr.el (run-mode-hooks): Doc fix.
4163
4164 2012-02-02 Juri Linkov <juri@jurta.org>
4165
4166 * image-mode.el (image-toggle-display-image): Remove tautological
4167 `major-mode' from the `derived-mode-p' test.
4168
4169 2012-02-02 Kenichi Handa <handa@m17n.org>
4170
4171 * composite.el (compose-region): Cancel previous change.
4172
4173 2012-02-02 Kenichi Handa <handa@m17n.org>
4174
4175 * composite.el (compose-region, compose-string): Signal error for
4176 a null string component (Bug#6988).
4177
4178 2012-02-01 Chong Yidong <cyd@gnu.org>
4179
4180 * view.el (view-buffer-other-window, view-buffer-other-frame):
4181 Handle special modes like view-buffer (Bug#10650).
4182 (view-buffer): Simplify.
4183
4184 * frame.el (set-frame-font): Tweak meaning of third argument.
4185
4186 * dynamic-setting.el (font-setting-change-default-font):
4187 Use set-frame-font (Bug#9982).
4188
4189 2012-02-01 Glenn Morris <rgm@gnu.org>
4190
4191 * progmodes/compile.el (compilation-internal-error-properties):
4192 Respect compilation-first-column in the "*compilation*" buffer.
4193
4194 * emacs-lisp/easy-mmode.el (define-minor-mode):
4195 Relax :variable's test for a named function.
4196
4197 2012-01-31 Alan Mackenzie <acm@muc.de>
4198
4199 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
4200 off by one error.
4201
4202 2012-01-31 Chong Yidong <cyd@gnu.org>
4203
4204 * frame.el (set-frame-font): New arg ALL-FRAMES.
4205
4206 * menu-bar.el (menu-set-font): Use set-frame-font.
4207
4208 * faces.el (face-spec-reset-face): Don't apply unspecified
4209 attribute values to the default face.
4210
4211 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * progmodes/cwarn.el (cwarn): Remove dead link.
4214 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4215 Remove * from defcustom docstrings.
4216 (turn-on-cwarn-mode): Make obsolete.
4217 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4218 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4219
4220 2012-01-31 Glenn Morris <rgm@gnu.org>
4221
4222 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4223 Fix :variable handling of mode a symbol not equal to modefun.
4224 Allow named functions to be used as the cdr of :variable.
4225
4226 2012-01-30 Glenn Morris <rgm@gnu.org>
4227
4228 * emacs-lisp/authors.el (authors-fixed-entries):
4229 Remove reference to deleted file rnewspost.el.
4230
4231 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
4232
4233 * window.el (window-with-parameter): Remove unused variable `windows'.
4234 (window--side-check): Remove unused variable `code'.
4235 (window--resize-siblings): Remove unused variable `first'.
4236 (adjust-window-trailing-edge): Remove unused variable `failed'.
4237 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4238 Use `let', not `let*'.
4239 (balance-windows-2): Remove unused variable `found'.
4240 (window--state-put-2): Remove unused variable `splits'.
4241 (window-state-put): Remove unused variable `selected'.
4242 (same-window-p): Use `string-match-p'.
4243 (display-buffer-assq-regexp): Remove unused variable `value'.
4244 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4245 Mark argument ALIST as ignored.
4246 (pop-to-buffer): Remove unused variable `old-window'.
4247
4248 2012-01-29 Eli Zaretskii <eliz@gnu.org>
4249
4250 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4251 and .lzma compressed files.
4252
4253 2012-01-29 Chong Yidong <cyd@gnu.org>
4254
4255 * frame.el (window-system-default-frame-alist): Doc fix.
4256
4257 * dynamic-setting.el (font-setting-change-default-font): Don't
4258 change the default face if SET-FONT argument is non-nil (Bug#9982).
4259
4260 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4261
4262 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4263
4264 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
4265
4266 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4267 breakpoints in files outside current directory (Bug#6098).
4268
4269 2012-01-29 Chong Yidong <cyd@gnu.org>
4270
4271 * progmodes/python.el: Require ansi-color at top-level.
4272
4273 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4274 Define and use in Emacs Lisp mode (Bug#9360).
4275 (lisp-mode-abbrev-table): Add doc.
4276 (lisp-mode-variables): Don't set local-abbrev-table.
4277 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4278
4279 2012-01-28 Roland Winkler <winkler@gnu.org>
4280
4281 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4282
4283 2012-01-28 Roland Winkler <winkler@gnu.org>
4284
4285 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4286 (bibtex-set-dialect): Use it. Either set global values of
4287 dialect-dependent variables or bind these variables buffer-locally
4288 (Bug#10254).
4289 (bibtex-mode): Call bibtex-set-dialect via
4290 hack-local-variables-hook.
4291 (bibtex-dialect): Update docstring.
4292 Add safe-local-variable predicate.
4293 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4294 bibtex-set-dialect.
4295 (bibtex-mode-map): Define menu for each dialect.
4296 (bibtex-entry): Fix docstring.
4297
4298 2012-01-28 Chong Yidong <cyd@gnu.org>
4299
4300 * eshell/esh-arg.el (eshell-quote-argument): New function.
4301
4302 * eshell/esh-ext.el (eshell-invoke-batch-file):
4303 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4304 first arg to eshell-parse-command (Bug#10523).
4305
4306 2012-01-28 Drew Adams <drew.adams@oracle.com>
4307
4308 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4309 `default-directory' is non-nil.
4310
4311 2012-01-28 Eli Zaretskii <eliz@gnu.org>
4312
4313 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4314 line that displays system-configuration-options. (Bug#9924)
4315
4316 2012-01-28 Drew Adams <drew.adams@oracle.com>
4317
4318 * descr-text.el (describe-char): Show information about POS, in
4319 addition to information about the character at POS. Improve and
4320 update the doc string. Change "code point" to "code point in
4321 charset", to avoid confusion with the character's Unicode code
4322 point shown above that. (Bug#10129)
4323
4324 2012-01-28 Eli Zaretskii <eliz@gnu.org>
4325
4326 * descr-text.el (describe-char): Show the raw character, not only
4327 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
4328 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
4329 for the reasons.
4330
4331 2012-01-28 Phil Hagelberg <phil@hagelb.org>
4332
4333 * emacs-lisp/package.el (package-install):
4334 Run package-refresh-contents if there is no archive yet (Bug#9798).
4335
4336 2012-01-28 Chong Yidong <cyd@gnu.org>
4337
4338 * emacs-lisp/package.el (package-maybe-load-descriptor):
4339 New function, split from package-maybe-load-descriptor.
4340 (package-maybe-load-descriptor): Use it.
4341 (package-download-transaction): Fully load required packages
4342 inside the loop, so that `require' calls work (Bug#10593).
4343 (package-install): No need to call package-initialize now.
4344
4345 2012-01-28 Chong Yidong <cyd@gnu.org>
4346
4347 * simple.el (deactivate-mark): Doc fix (Bug#8614).
4348
4349 * tooltip.el (tooltip-mode): Doc fix.
4350 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4351
4352 * frame.el (set-cursor-color): Doc fix (Bug#352).
4353
4354 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4355 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4356
4357 * cus-edit.el (custom-buffer-create-internal): Fix search button
4358 action (Bug#10542).
4359 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
4360
4361 2012-01-27 Eduard Wiebe <usenet@pusto.de>
4362
4363 * dired.el (dired-mark-files-regexp):
4364 Include any subdirectory components. (Bug#10445)
4365
4366 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4367
4368 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4369 Handle [host]:port syntax. (Bug#10533)
4370
4371 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
4372
4373 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4374
4375 2012-01-26 Glenn Morris <rgm@gnu.org>
4376
4377 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4378 * term.el (term-raw-escape-map): Use Control-X-prefix.
4379 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4380
4381 2012-01-25 Martin Rudalics <rudalics@gmx.at>
4382
4383 * window.el (window-state-get, window--state-get-1): Don't deal
4384 with fixed-sizeness of windows. Simplify code.
4385
4386 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4387
4388 * window.el (window--state-get-1, window--state-put-2):
4389 Don't save and restore the mark.
4390
4391 2012-01-25 Chong Yidong <cyd@gnu.org>
4392
4393 * custom.el (custom-variable-p): Doc fix.
4394
4395 2012-01-25 Glenn Morris <rgm@gnu.org>
4396
4397 * dired.el (dired-goto-file): Handle some of the more common
4398 characters that `ls -b' escapes. (Bug#10596)
4399
4400 * progmodes/compile.el (compilation-next-error-function):
4401 Respect compilation-first-column in the "*compilation*" buffer.
4402 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4403
4404 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4405
4406 2012-01-24 Glenn Morris <rgm@gnu.org>
4407
4408 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4409
4410 2012-01-24 Julien Danjou <julien@danjou.info>
4411
4412 * color.el (color-rgb-to-hsl): Fix value computing.
4413 (color-hue-to-rgb): New function.
4414 (color-hsl-to-rgb): New function.
4415 (color-clamp, color-saturate-hsl, color-saturate-name)
4416 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4417 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4418
4419 2012-01-24 Glenn Morris <rgm@gnu.org>
4420
4421 * vc/vc-rcs.el (vc-rcs-create-tag):
4422 * vc/vc-sccs.el (vc-sccs-create-tag):
4423 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4424
4425 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4426
4427 * eshell/esh-util.el (eshell-read-hosts-file):
4428 Skip comment lines. (Bug#10549)
4429
4430 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4431
4432 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * subr.el (display-delayed-warnings): Doc fix.
4435 (collapse-delayed-warnings): New function to collapse identical
4436 adjacent warnings.
4437 (delayed-warnings-hook): Add it.
4438
4439 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4442
4443 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4444 properties, when "login-as" is set.
4445
4446 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4447 (tramp-default-user-alist): Don't add "pscp".
4448 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4449 property "login-as", if set. (Bug#10530)
4450
4451 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4454 "plink1" and "psftp". (Bug#10530)
4455
4456 2012-01-21 Kenichi Handa <handa@m17n.org>
4457
4458 * international/mule-cmds.el (prefer-coding-system): Show a
4459 warning message if the default value of file-name-coding-system
4460 was not changed.
4461
4462 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4463
4464 * windmove.el (windmove-reference-loc):
4465 Fix windmove-reference-loc miscalculation.
4466
4467 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4468
4469 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4470 default unit.
4471
4472 2012-01-21 Glenn Morris <rgm@gnu.org>
4473
4474 * international/mule.el (auto-coding-alist): Add .tbz.
4475
4476 * files.el (local-enable-local-variables): Doc fix.
4477 (inhibit-local-variables-regexps): Rename from
4478 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4479 Doc fix. Add some extensions from auto-coding-alist.
4480 (inhibit-local-variables-suffixes):
4481 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4482 (inhibit-local-variables-p):
4483 New function, extracted from set-auto-mode-1.
4484 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4485 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4486 (hack-local-variables): Doc fix. Make the mode-only case
4487 respect enable-local-variables and friends.
4488 Respect inhibit-local-variables-regexps for file-locals, but
4489 not for directory-locals.
4490 (set-visited-file-name):
4491 Take account of inhibit-local-variables-regexps.
4492 Whether it applies may change as the file name is changed.
4493 * jka-cmpr-hook.el (jka-compr-install):
4494 * jka-compr.el (jka-compr-uninstall):
4495 Update for inhibit-first-line-modes-suffixes name change.
4496
4497 2012-01-20 Martin Rudalics <rudalics@gmx.at>
4498
4499 * help-macro.el (make-help-screen): Temporarily restore original
4500 binding for minor-mode-map-alist (Bug#10454).
4501
4502 2012-01-19 Julien Danjou <julien@danjou.info>
4503
4504 * color.el (color-name-to-rgb): Use the white color to find the max
4505 color component value and return correctly computed values.
4506 (color-name-to-rgb): Add missing float conversion for max value.
4507
4508 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4509
4510 * window.el (window--state-get-1, window-state-get): Do not use
4511 special state value for window-persistent-parameters.
4512 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
4513 (window--state-put-2): Reset all window parameters to nil before
4514 assigning values of persistent parameters.
4515
4516 2012-01-18 Alan Mackenzie <acm@muc.de>
4517
4518 Eliminate sluggishness and hangs in fontification of "semicolon
4519 deserts".
4520
4521 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4522 Change value 10000 -> 3000.
4523 (c-state-safe-place): Reformulate so it doesn't stack up an
4524 infinite number of wrong entries in c-state-nonlit-pos-cache.
4525 (c-determine-limit-get-base, c-determine-limit): New functions to
4526 determine backward search limits disregarding literals.
4527 (c-find-decl-spots): Amend commenting.
4528 (c-cheap-inside-bracelist-p): New function which detects "={".
4529
4530 * progmodes/cc-fonts.el
4531 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4532 backward search.
4533 (c-font-lock-declarations): Fix an occurrence of point being
4534 undefined. Check additionally for point being in a bracelist or
4535 near a macro invocation without a semicolon so as to avoid a
4536 fruitless time consuming search for a declarator. Give a more
4537 precise search limit for declarators using the new
4538 c-determine-limit.
4539
4540 2012-01-18 Glenn Morris <rgm@gnu.org>
4541
4542 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4543 (set-auto-mode): Doc fixes.
4544
4545 2012-01-17 Glenn Morris <rgm@gnu.org>
4546
4547 * isearch.el (search-nonincremental-instead): Fix doc typo.
4548
4549 * dired.el (dired-insert-directory): Handle newlines in directory name.
4550 (dired-build-subdir-alist): Unescape newlines in directory name.
4551
4552 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
4553
4554 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4555 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4556 (tramp-action-terminal): Use it. (Bug#10530)
4557
4558 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4561
4562 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4563
4564 * window.el (window-state-ignored-parameters): Remove variable.
4565 (window--state-get-1): Rename argument MARKERS to IGNORE.
4566 Handle persistent window parameters. Make copy of clone-of
4567 parameter only if requested. (Bug#10348)
4568 (window--state-put-2): Install a window parameter only if it has
4569 a non-nil value or an existing parameter shall be overwritten.
4570
4571 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4574
4575 2012-01-14 Eli Zaretskii <eliz@gnu.org>
4576
4577 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4578 don't pass the (nil) value of `upnode' to string-match.
4579
4580 2012-01-14 Chong Yidong <cyd@gnu.org>
4581
4582 * startup.el (command-line): Fix X resource class for cursorColor.
4583 Fix values recognized by the cursorBlink resource.
4584
4585 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4586
4587 * epg.el (epg--make-temp-file): Avoid permission race condition
4588 when running on old Emacs versions (bug#10403).
4589
4590 2012-01-14 Glenn Morris <rgm@gnu.org>
4591
4592 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4593
4594 2012-01-13 Alan Mackenzie <acm@muc.de>
4595
4596 Fix filling for when filladapt mode is enabled.
4597
4598 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4599 c-mask-paragraph, pass in `fill-paragraph' rather than
4600 `fill-region-as-paragraph'. (This is a reversion of a previous
4601 change.)
4602 * progmodes/cc-mode.el (c-basic-common-init):
4603 Make fill-paragraph-handle-comment buffer local and set it to nil.
4604
4605 2012-01-13 Glenn Morris <rgm@gnu.org>
4606
4607 * dired.el (dired-switches-escape-p): New function.
4608 (dired-insert-directory): Use dired-switches-escape-p.
4609 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4610
4611 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4612
4613 2012-01-12 Glenn Morris <rgm@gnu.org>
4614
4615 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4616 changes in adaptive-fill-regexp. (Bug#10276)
4617
4618 2012-01-11 Alan Mackenzie <acm@muc.de>
4619
4620 Fix Emacs bug #10463 - put `widen's around the critical spots.
4621
4622 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
4623 widen around each invocation of c-state-pp-to-literal. Remove an
4624 unused let variable.
4625
4626 2012-01-11 Glenn Morris <rgm@gnu.org>
4627
4628 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
4629 Doc fix.
4630
4631 2012-01-10 Chong Yidong <cyd@gnu.org>
4632
4633 * net/network-stream.el (network-stream-open-starttls):
4634 Avoid emitting a confusing error message when the server gives a bad
4635 response to the capability command.
4636
4637 2012-01-10 Glenn Morris <rgm@gnu.org>
4638
4639 * mail/unrmail.el (unrmail): Tweak previous change.
4640
4641 2012-01-09 Chong Yidong <cyd@gnu.org>
4642
4643 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4644
4645 2012-01-08 Alan Mackenzie <acm@muc.de>
4646
4647 Optimise font locking in long enum definitions.
4648
4649 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4650 arm to a cond form to handle enums.
4651 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4652 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4653
4654 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
4655
4656 * files.el (move-file-to-trash): Preserve default file modes on error.
4657 (Bug#10401)
4658
4659 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
4661 * faces.el (set-face-attribute): Clarify the meaning of the nil
4662 frame (bug#10294).
4663
4664 * subr.el (with-selected-frame): Mention that the selected frame
4665 is restored (bug#9980).
4666
4667 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4668 (bug#9759).
4669
4670 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
4671 (password-read): Don't autoload unused function.
4672
4673 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * progmodes/which-func.el (which-func-mode): Turn into a
4676 non-interactive function and mark as obsolete (bug#10428).
4677
4678 2012-01-06 Chong Yidong <cyd@gnu.org>
4679
4680 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4681 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4682 functions, along with 1 and -1.
4683
4684 2012-01-06 Eli Zaretskii <eliz@gnu.org>
4685
4686 * time.el (display-time-load-average)
4687 (display-time-default-load-average): Doc fixes. See the thread
4688 starting at
4689 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4690 for the details.
4691
4692 2012-01-06 Glenn Morris <rgm@gnu.org>
4693
4694 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4695 has no messages. (Bug#10377)
4696
4697 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4698 than Info-edit. (Bug#10385)
4699
4700 * time.el (display-time-load-average, display-time-next-load-average):
4701 Doc fixes.
4702
4703 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4704 local setting of buffer-read-only to the input buffer. (Bug#10419)
4705
4706 * calendar/calendar.el (calendar-mode):
4707 Locally set scroll-margin to 0. (Bug#10379)
4708
4709 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
4710
4711 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4712
4713 2012-01-05 Glenn Morris <rgm@gnu.org>
4714
4715 * eshell/em-unix.el (diff-no-select): Autoload it.
4716 (eshell/diff): Use diff-no-select. (Bug#10420)
4717
4718 2012-01-05 Chong Yidong <cyd@gnu.org>
4719
4720 * shell.el (shell-dynamic-complete-functions): Revert last change.
4721 (shell-command-completion-function): New function.
4722 (shell-completion-vars): Use it to implement
4723 shell-completion-execonly (Bug#10417).
4724
4725 * custom.el (enable-theme): Don't set custom-safe-themes.
4726
4727 * cus-theme.el (custom-theme-merge-theme):
4728 Ignore custom-enabled-themes and custom-safe-themes.
4729
4730 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4731
4732 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4733 first prompt in `sql-interacive-mode'.
4734 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
4735 keywords.
4736 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
4737 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4738 context of original buffer. Invoke `sql-login-hook'.
4739
4740 2012-01-04 Eli Zaretskii <eliz@gnu.org>
4741
4742 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4743 letters in cite-prefix.
4744
4745 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4746
4747 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4748
4749 2012-01-03 Chong Yidong <cyd@gnu.org>
4750
4751 * shell.el (shell-dynamic-complete-functions):
4752 Put pcomplete-completions-at-point, so as to try
4753 comint-filename-completion first (Bug#10417).
4754
4755 2012-01-02 Richard Stallman <rms@gnu.org>
4756
4757 * battery.el (battery-status-function):
4758 Detect when to use battery-yeeloong-sysfs.
4759 (battery-echo-area-format): Add string for Yeeloong.
4760 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4761 (battery-yeeloong-sysfs): New function.
4762
4763 2012-01-02 Chong Yidong <cyd@gnu.org>
4764
4765 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4766 (dirtrack): Merge code for handling relative filenames in prompt
4767 from shell-dir-cookie-watcher.
4768 (dirtrack-debug-message): New arg to avoid excess format calls.
4769
4770 * shell.el (shell-dir-cookie-re): Variable deleted.
4771 (shell-dir-cookie-watcher): Function deleted.
4772 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4773 with dirtrack-mode.
4774
4775 2012-01-01 Eli Zaretskii <eliz@gnu.org>
4776
4777 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4778 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
4779 libgnutls-26.dll.
4780
4781 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4782
4783 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4784
4785 2011-12-31 Eli Zaretskii <eliz@gnu.org>
4786
4787 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4788 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4789
4790 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
4791
4792 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4793 also for alternative shells.
4794 (tramp-open-connection-setup-interactive-shell): Check, whether
4795 the shell is a busybox.
4796 (tramp-send-command): Don't suppress multiple prompts for
4797 busyboxes, it hurts.
4798
4799 2011-12-28 Chong Yidong <cyd@gnu.org>
4800
4801 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4802 (gdb-get-source-file): Move mode line update to
4803 gdb-get-source-file (Bug#10087).
4804
4805 2011-12-25 Chong Yidong <cyd@gnu.org>
4806
4807 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4808 gud-gdb-marker-filter without taking it as an argument.
4809 (gud-gdb-run-command-fetch-lines): Caller changed.
4810 (gud-gdb-completion-function): New variable.
4811 (gud-gdb-completion-at-point): Use it.
4812 (gud-gdb-completions-1): Split from gud-gdb-completions.
4813
4814 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4815 function as separate arguments.
4816 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4817 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4818 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4819 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4820 (gdb-stopped, def-gdb-auto-update-trigger)
4821 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
4822 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4823 Callers changed.
4824 (gud-gdbmi-completions): New function.
4825 (gdb): Use it for generating the completion table.
4826
4827 2011-12-24 Alan Mackenzie <acm@muc.de>
4828
4829 Introduce a mechanism to widen the region used in context font
4830 locking. Use this to protect declarations from losing their contexts.
4831
4832 * progmodes/cc-langs.el (c-before-font-lock-functions):
4833 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
4834 (c-before-context-fontification-functions): New defvar, a list of
4835 functions to be run just before context (etc.) font locking.
4836
4837 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
4838 New, functionality extracted from
4839 c-neutralize-syntax-in-and-mark-CPP.
4840 (c-in-after-change-fontification): New variable.
4841 (c-after-change): Set c-in-after-change-fontification.
4842 (c-set-fl-decl-start): Rejig its interface, so it can be called
4843 from both after-change and context fontifying.
4844 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4845 New functions.
4846 (c-standard-font-lock-fontify-region-function): New variable.
4847 (c-font-lock-fontify-region): New function.
4848
4849 2011-12-24 Juri Linkov <juri@jurta.org>
4850
4851 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4852 (Bug#10348)
4853
4854 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4857 existence of source file. (Bug#10325)
4858
4859 2011-12-23 Alan Mackenzie <acm@muc.de>
4860
4861 Fix unstable fontification inside templates.
4862
4863 * progmodes/cc-langs.el (c-before-font-lock-functions):
4864 Newly created from the singular version. The (c c++ objc) entry now
4865 additionally has c-set-fl-decl-start. The other languages (apart
4866 from AWK) have that as a single entry.
4867
4868 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4869 The functionality for "local" declarations has been extracted to
4870 c-set-fl-decl-start.
4871
4872 * progmodes/cc-mode.el (c-common-init, c-after-change):
4873 Changes due to pluralisation of c-before-font-lock-functions.
4874 (c-set-fl-decl-start): New function, extracted from
4875 c-font-lock-enclosing-decls and enhanced.
4876
4877 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4880
4881 2011-12-22 Juri Linkov <juri@jurta.org>
4882
4883 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4884
4885 2011-12-22 Chong Yidong <cyd@gnu.org>
4886
4887 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4888
4889 2011-12-21 Drew Adams <drew.adams@oracle.com>
4890
4891 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4892
4893 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4894
4895 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4896
4897 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4898
4899 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4900 highlighting and support. Fix up comments for capitalization.
4901 (cfengine-mode-debug): New var.
4902 (cfengine3-mode): Change the modeline indicator to "CFE3".
4903 (cfengine3-font-lock-keywords): Improve defun highlighting.
4904 (cfengine2-actions): Rename from `cfengine-actions'.
4905 (cfengine2-font-lock-keywords): Rename from
4906 `cfengine-font-lock-keywords'.
4907 (cfengine2-imenu-expression): Rename from
4908 `cfengine-imenu-expression'.
4909 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4910 (cfengine2-beginning-of-defun): Rename from
4911 `cfengine-beginning-of-defun'.
4912 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4913 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4914 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4915 modeline indicator to "CFE2".
4916 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4917 (cfengine-mode-abbrevs): Mark obsolete.
4918
4919 2011-12-21 Chong Yidong <cyd@gnu.org>
4920
4921 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4922 filename argument.
4923
4924 2011-12-20 Martin Rudalics <rudalics@gmx.at>
4925
4926 * window.el (window-normalize-buffer-to-display): Remove.
4927 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4928
4929 2011-12-19 Chong Yidong <cyd@gnu.org>
4930
4931 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4932 Don't signal an error in a predicate function; return non-nil.
4933 (vc-dir-mark-file): Move the error here.
4934 (vc-dir-mark-unmark): If acting on the region, keep going if one
4935 of the entries cannot be marked/unmarked.
4936 (vc-dir-mark-all-files): If current entry is a directory, mark
4937 only child files, as documented.
4938
4939 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4940
4941 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4942 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4943 addition.
4944
4945 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4946
4947 * term/ns-win.el (ns-get-selection-internal)
4948 (ns-store-selection-internal): Declare.
4949 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4950 Declare as obsolete.
4951 (ns-get-pasteboard, ns-paste-secondary):
4952 Use ns-get-selection-internal.
4953 (ns-set-pasteboard, ns-copy-including-secondary):
4954 Use ns-store-selection-internal.
4955
4956 2011-12-17 Chong Yidong <cyd@gnu.org>
4957
4958 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
4959 (vc-deduce-fileset): Doc fix.
4960
4961 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4962
4963 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4964
4965 2011-12-13 Sam Steingold <sds@gnu.org>
4966
4967 * man.el (Man-getpage-in-background): When running under a
4968 window-system, ignore $MANWIDTH and $COLUMNS.
4969
4970 2011-12-15 Kenichi Handa <handa@m17n.org>
4971
4972 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4973 (setup-ethiopic-environment-internal): Comment out key-binding for
4974 ethio-toggle-punctuation.
4975
4976 2011-12-13 Alan Mackenzie <acm@muc.de>
4977
4978 Add the switch statement to AWK Mode.
4979
4980 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
4981 "default" to the keywords regexp.
4982
4983 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
4984 expression as the rest.
4985 (c-nonlabel-token-key): Allow string literals for AWK.
4986 Refactor for the other modes.
4987
4988 Large brace-block initialisation makes CC Mode slow: Fix.
4989 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
4990 routines. Limit backward searching in c-font-lock-enclosing.decl.
4991
4992 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4993 pp-state and literal type in addition to the limits.
4994 (c-state-safe-place): New defun, extracted from c-state-literal-at.
4995 (c-state-literal-at): Use the above new defun.
4996 (c-slow-in-literal, c-fast-in-literal): Remove.
4997 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
4998
4999 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
5000 being in a literal. Add a limit for backward searching.
5001
5002 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
5003 c-slow-in-literal.
5004
5005 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
5008
5009 2011-12-13 Martin Rudalics <rudalics@gmx.at>
5010
5011 * window.el (delete-other-windows): Use correct frame in call to
5012 window-with-parameter.
5013
5014 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
5015
5016 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
5017 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
5018 (makefile-gmake-statements, makefile-makepp-statements):
5019 Use it and add new makepp keywords.
5020 (makefile-makepp-font-lock-keywords): Add new patterns.
5021 (makefile-match-function-end): Match new [...] and [[...]].
5022
5023 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * ses.el (ses-call-printer-return, ses-cell-property-get)
5026 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5027 (ses-create-cell-variable, ses-reset-header-string)
5028 (ses-cell-set-formula, ses-repair-cell-reference-all)
5029 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
5030 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
5031 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
5032 (ses-aset-with-undo, ses-load, ses-truncate-cell)
5033 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
5034 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
5035 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
5036 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
5037 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
5038 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
5039 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
5040 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
5041
5042 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
5043
5044 * ses.el: The overall change is to add cell renaming, that is
5045 setting fancy names for cell symbols other than name matching
5046 "\\`[A-Z]+[0-9]+\\'" regexp .
5047 (ses-create-cell-variable): New defun.
5048 (ses-relocate-formula): Relocate formulas only for cells the
5049 symbols of which are not renamed, i.e. symbols whose names do not
5050 match regexp "\\`[A-Z]+[0-9]+\\'".
5051 (ses-relocate-all): Relocate values only for cells the symbols of
5052 which are not renamed.
5053 (ses-load): Create cells variables as the (ses-cell ...) are read,
5054 in order to check row col consistency with cell symbol name only
5055 for cells that are not renamed.
5056 (ses-replace-name-in-formula): New defun.
5057 (ses-rename-cell): New defun.
5058
5059 2011-12-11 Chong Yidong <cyd@gnu.org>
5060
5061 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
5062 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
5063
5064 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
5065
5066 * window.el (other-window): Fix docstring.
5067
5068 2011-12-10 Eli Zaretskii <eliz@gnu.org>
5069
5070 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
5071 `from' or `to' address before taking its substring.
5072 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
5073 encoded name is chopped in the middle of the encoded string, and
5074 thus displayed encoded.
5075
5076 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
5079
5080 2011-12-10 Eli Zaretskii <eliz@gnu.org>
5081
5082 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
5083 to use texinfo-update-node and commands that call it if the
5084 Texinfo file uses @node lines without next/prev/up pointers.
5085 Correct outdated description about texinfo-master-menu.
5086 (texinfo-all-menus-update, texinfo-master-menu)
5087 (texinfo-update-node, texinfo-every-node-update)
5088 (texinfo-multiple-files-update): Doc fix. Warn against updating
5089 all the @node lines.
5090 (texinfo-master-menu): Only call texinfo-update-node if the prefix
5091 argument is numeric. Explain better in the doc string what the
5092 function really does.
5093 (texinfo-insert-master-menu-list): Improve the error message
5094 displayed if there's no menu in the Top node.
5095 (Bug#2975) See also this thread:
5096 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
5097
5098 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
5099
5100 * speedbar.el (speedbar-supported-extension-expressions):
5101 Add .adb and .ads, commonly used for Ada source code (bug#10256).
5102
5103 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * printing.el (pr-mode-alist):
5106 * simple.el (filter-buffer-substring-functions)
5107 (completion-list-insert-choice-function):
5108 * window.el (window-with-parameter, window-atom-root)
5109 (window-sides-slots, window-size-fixed, window-min-delta)
5110 (window-max-delta, window--resize-mini-window)
5111 (window--resize-child-windows-normal, window-tree)
5112 (delete-other-windows, quit-window, split-window)
5113 (display-buffer-record-window, special-display-buffer-names)
5114 (special-display-regexps, special-display-popup-frame)
5115 (same-window-p, split-window-sensibly)
5116 (display-buffer-overriding-action, display-buffer-alist)
5117 (display-buffer-base-action, display-buffer, switch-to-buffer)
5118 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
5119 (fit-window-to-buffer, recenter-positions)
5120 (mouse-autoselect-window-state, mouse-autoselect-window-select):
5121 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
5122 and remove unneeded backslashes in docstrings.
5123
5124 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
5127
5128 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
5129 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
5130 end in ".mk".
5131 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
5132 when reading the makefile (bug#10116).
5133
5134 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
5137 (bug#10116).
5138
5139 2011-12-06 Glenn Morris <rgm@gnu.org>
5140
5141 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
5142
5143 2011-12-06 Chong Yidong <cyd@gnu.org>
5144
5145 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
5146
5147 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * textmodes/table.el (table-shorten-cell): Fix typo.
5150
5151 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
5152
5153 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
5154
5155 2011-12-05 Eli Zaretskii <eliz@gnu.org>
5156
5157 * descr-text.el (describe-char): Fix display of strong
5158 right-to-left characters and directional embeddings and overrides.
5159
5160 * simple.el (what-cursor-position): Fix display of codepoints of
5161 strong right-to-left characters.
5162
5163 2011-12-05 Chong Yidong <cyd@gnu.org>
5164
5165 * faces.el (read-color): Doc fix.
5166
5167 2011-12-05 Glenn Morris <rgm@gnu.org>
5168
5169 * align.el (align--set-marker): Add doc-string.
5170 Don't try to move something that is not a marker. (Bug#10216)
5171
5172 2011-12-04 Glenn Morris <rgm@gnu.org>
5173
5174 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
5175 overly zealous deletion of trailing whitespace.
5176
5177 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * server.el (server-delete-client): On Windows, do not try to delete
5180 the only terminal.
5181 (server-process-filter): On Windows, treat requests for a tty frame as
5182 if they were for a GUI frame if the running server is in GUI mode.
5183
5184 2011-12-03 Glenn Morris <rgm@gnu.org>
5185
5186 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
5187
5188 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * electric.el: Streamline electric-indent's hook.
5191 (electric-indent-chars): Revert to simple list.
5192 (electric-indent-functions): New var.
5193 (electric-indent-post-self-insert-function): Use it.
5194
5195 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
5196 there's no inferior buffer (bug#10196).
5197 (prolog-consult-compile): Don't use toggle-read-only.
5198
5199 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
5200
5201 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
5202 interrupt. (Bug#10187)
5203
5204 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5207 (bug#9160).
5208
5209 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5210 (bug#10191).
5211
5212 2011-12-02 Juri Linkov <juri@jurta.org>
5213
5214 * info.el (Info-search): Display "end of manual" when Isearch
5215 reaches the end of single-file Info manual. (Bug#9918)
5216
5217 2011-12-02 Eli Zaretskii <eliz@gnu.org>
5218
5219 * isearch.el (isearch-message-prefix): Run the input method part
5220 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5221
5222 2011-12-02 Juri Linkov <juri@jurta.org>
5223
5224 * isearch.el (isearch-occur): Use `word-search-regexp' for
5225 `isearch-word'.
5226 (isearch-search-and-update): Add condition for `isearch-word' and
5227 call `word-search-regexp'. (Bug#10145)
5228
5229 2011-12-01 Glenn Morris <rgm@gnu.org>
5230
5231 * eshell/em-hist.el (eshell-hist-initialize):
5232 Handle eshell-history-size nil and HISTSIZE set or unset.
5233 (eshell-history-file-name, eshell-history-size): Fix custom type.
5234
5235 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5238
5239 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
5240
5241 * progmodes/verilog-mode.el (verilog-pretty-expr):
5242 Rework verilog-pretty-expr to handle new assignment operators in system
5243 verilog, such as += *= and the like.
5244 (verilog-assignment-operator-re): Regular expression to find the
5245 assigment operator in a verilog assignment.
5246 (verilog-assignment-operation-re): Regular expression to find an
5247 assignment statement for pretty-expr.
5248 (verilog-in-attribute-p): Query returns true if point is in an
5249 attribute context; used to skip these for expression line up from
5250 pretty-expr.
5251 (verilog-in-parameter-p): Query returns true if point is in an
5252 parameter definition context; used to skip these for expression
5253 line up from pretty-expr.
5254 (verilog-in-parenthesis-p): Query returns true if point is in a
5255 parenthetical expression, specifically ( ) but not [ ] or { };
5256 used by pretty-expr.
5257 (verilog-just-one-space): If there is no space, don't add one.
5258 (verilog-get-lineup-indent-2): Specifically skip just attribute
5259 contexts for expression lineup, rather than skipping all
5260 parenthetical expressions.
5261 (verilog-calculate-indent): Fix comment, and fix indent.
5262 (verilog-do-indent): Indent declarations in lists (suggested by
5263 Joachim Lechner).
5264 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5265 skeleton items.
5266 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5267 by Alain Mellan).
5268
5269 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
5270
5271 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5272 parameters with embedded comments. Reported by Ray Stevens.
5273 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5274 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5275 Reported by Tim Holt.
5276 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5277 instantiated by upper module causing wrong expansion until AUTOed a
5278 second time. Reported by K C Buckenmaier.
5279 (verilog-diff-auto): Fix showing .* as a difference when
5280 `verilog-auto-star-save' off. Reported by Dan Dever.
5281 (verilog-auto-reset, verilog-read-always-signals)
5282 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5283 temporary signals in reset list if
5284 verilog-auto-reset-blocking-in-non is nil, and match assignment
5285 style to each signal's assignment type, bug381.
5286 Reported by Thomas Esposito.
5287 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5288 (verilog-uvm-statement-re): Support UVM indentation and
5289 highlighting, with old OVM keywords only.
5290 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
5291 Support AUTOTIEOFF creating non-wire data types.
5292 Suggested by Jonathan Greenlaw.
5293 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5294 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5295 (verilog-inject-sense, verilog-read-inst-pins)
5296 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5297 Fix mismatching parenthesis inside commented out code when deleting
5298 AUTOINST, bug383. Reported by Jonathan Greenlaw.
5299 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5300 non-numeric vector width. Reported by Alex Reed.
5301 (verilog-auto-ascii-enum): Add "onehot" option to work around not
5302 detecting signals with parameter widths. Reported by Alex Reed.
5303 (verilog-auto-delete-trailing-whitespace):
5304 With `verilog-auto-delete-trailing-whitespace' remove trailing
5305 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5306 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5307 Fix verilog-scan-cache corruption when running user AUTO expansion
5308 hooks that call indentation routines.
5309 (verilog-simplify-range-expression): Fix typo ignoring lower case
5310 identifiers.
5311 (verilog-delete-auto): Fix delete-autos to also remove user created
5312 automatics, as long as they start with AUTO.
5313 (verilog-batch-diff-auto, verilog-diff-auto)
5314 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5315 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5316 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5317 (verilog-in-paren-quick, verilog-re-search-backward-quick)
5318 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5319 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
5320 is disabled and its cache will get corrupt, causing AUTOS not to
5321 expand. Instead use only -quick functions.
5322 (verilog-scan-region): Fix scanning over escaped quotes.
5323 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
5324 (verilog-re-search-backward-quick)
5325 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
5326 related functions now ignore strings, to fix misparsing of strings
5327 with magic comments embedded in them.
5328 (verilog-read-auto-template):
5329 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
5330 Reported by Brad Dobbie.
5331 (verilog-read-auto-template):
5332 Fix 'verilog-auto-inst-template-numbers' with comments.
5333 Reported by Brad Dobbie.
5334 (verilog-auto-inst, verilog-auto-inst-param)
5335 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
5336 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
5337 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
5338 debugging templates without merge conflicts, bug357.
5339 Reported by Brad Dobbie.
5340 (verilog-read-auto-template):
5341 Fix verilog-auto-inst-template-numbers with multiple templates.
5342 Reported by Brad Dobbie.
5343 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
5344 abbrevs so user won't be asked to save.
5345 (verilog-read-auto-lisp-present): Fix to start at beginning of
5346 buffer in case called outside of verilog-auto.
5347 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
5348 to "X-2". Reported by Matthew Myers.
5349 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
5350 all inputs from module templates. Reported by Leith Johnson.
5351 (verilog-module-inside-filename-p): Fix locating programs as with
5352 modules.
5353 (verilog-auto-inst-port): Fix vl-width expressions when using
5354 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5355 (verilog-decls-get-regs, verilog-decls-get-signals,
5356 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5357 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5358 verilog-read-decls): Combine reg and wire structures into one var
5359 structure to represent SystemVerilog concepts.
5360 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5361 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
5362 (verilog-auto-wire-type, verilog-insert-definition):
5363 Add verilog-auto-wire-type and AUTOLOGIC to support using
5364 SystemVerilog "logic" keyword instead of "wire"/"reg".
5365 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5366 to declares outputs that also have assignments (presumably in an
5367 ifdef or generate if so there's not a driver conflict).
5368 Reported by Matthew Myers.
5369 (verilog-auto-declare-nettype, verilog-insert-definition):
5370 Add verilog-auto-declare-nettype to fix declarations using
5371 `default_nettype none. Reported by Julian Gorfajn.
5372 (verilog-read-always-signals-recurse, verilog-read-decls)
5373 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5374 malformed end statement, bug325. Reported by Joshua Wise and
5375 Andrew Drake.
5376 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5377 (verilog-inst-comment-re): Fix not deleting Interfaced comment
5378 when expanding .* in interfaces, bug320.
5379 Reported by Pierre-David Pfister.
5380 (verilog-read-module-name): Fix import statements between module
5381 name and open parenthesis, bug317.
5382 Reported by Pierre-David Pfister.
5383 (verilog-simplify-range-expression): Fix simplification of
5384 multiplications inside AUTOWIRE connections, bug303.
5385 (verilog-auto-inst-port): Support parameter expansion in
5386 multidimensional arrays.
5387 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5388 after "assert property". Reported by Julian Gorfajn.
5389 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5390 with multiplication, bug303.
5391 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5392 Reported by Jan Frode Lonnum.
5393
5394 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5397 (hfy-shell-file-name, hfy-shell):
5398 * international/fontset.el (x-decompose-font-name): Fix typos.
5399
5400 2011-11-29 Ken Brown <kbrown@cornell.edu>
5401
5402 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5403 (gdb-version): Remove defvar.
5404 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5405 (gdb-gud-context-command, gdb-non-stop-handler)
5406 (gdb-current-context-command, gdb-stopped): Use it.
5407 (gdb-init-1): Enable pretty printing here.
5408 (gdb-non-stop-handler): Don't enable pretty-printing here.
5409 Check to see if the target supports non-stop mode; if not, turn off
5410 non-stop mode. Use the following.
5411 (gdb-check-target-async): New defun.
5412 (gud-watch, gdb-stopped): Fix whitespace.
5413 (gdb-get-source-file): Don't try to display the source file if
5414 `gdb-main-file' is nil.
5415
5416 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * align.el: Try to generate fewer markers (bug#10047).
5419 (align--set-marker): New macro.
5420 (align-region): Use it.
5421
5422 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5425
5426 2011-11-29 Chong Yidong <cyd@gnu.org>
5427
5428 * indent.el (indent-for-tab-command, indent-according-to-mode):
5429 Doc fix.
5430 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5431
5432 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5435 aware of remote file names. (Bug#10124)
5436
5437 2011-11-29 Chong Yidong <cyd@gnu.org>
5438
5439 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5440
5441 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * files.el (find-file): Don't use force-same-window (bug#10144).
5444 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5445 use pop-to-buffer if the selected window can't be used.
5446 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5447
5448 2011-11-28 Eli Zaretskii <eliz@gnu.org>
5449
5450 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5451 special-mode-map.
5452
5453 2011-11-28 Chong Yidong <cyd@gnu.org>
5454
5455 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5456
5457 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
5458
5459 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5460 gdb-get-source-file-list on gdb-create-source-file-list.
5461
5462 2011-11-26 Eli Zaretskii <eliz@gnu.org>
5463
5464 * whitespace.el (whitespace-newline): Use a different foreground
5465 color for 16-color light-background displays.
5466
5467 2011-11-24 Chong Yidong <cyd@gnu.org>
5468
5469 * window.el (display-buffer--special-action): Doc fix.
5470
5471 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
5472
5473 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5474 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5475 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5476 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5477 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5478 (avl-tree-stack-first):
5479 * emacs-lisp/cconv.el (cconv--analyse-use):
5480 * net/gnutls.el (gnutls-negotiate): Fix typos.
5481
5482 2011-11-24 Glenn Morris <rgm@gnu.org>
5483
5484 * lpr.el (lpr-windows-system, lpr-lp-system):
5485 * mail/binhex.el (binhex-begin-line):
5486 * progmodes/grep.el (grep-history, grep-find-history):
5487 * textmodes/flyspell.el:
5488 * vc/pcvs-defs.el (cvs-global-menu):
5489 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5490 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5491 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5492
5493 * net/tls.el: Fix case of "GnuTLS".
5494
5495 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5496
5497 * version.el (emacs-build-system): Give it a doc-string.
5498
5499 2011-11-24 Juri Linkov <juri@jurta.org>
5500
5501 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5502
5503 2011-11-24 Glenn Morris <rgm@gnu.org>
5504
5505 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5506 if called on a non-mime message just toggle the headers. (Bug#8006)
5507
5508 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5511 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5512 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5513 (allout-rebullet-heading, allout-open-sibtopic)
5514 (allout-toggle-current-subtree-encryption)
5515 (allout-toggle-subtree-encryption, allout-encrypt-string)
5516 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5517 (allout-distinctive-bullets-string, allout-auto-activation):
5518 * window.el (window-normalize-buffer-to-display):
5519 * progmodes/verilog-mode.el (verilog-batch-indent):
5520 * textmodes/bibtex.el (bibtex-field-braces-opt)
5521 (bibtex-field-strings-opt):
5522 * vc/cvs-status.el (cvs-tree-merge):
5523 Fix typos.
5524
5525 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5528 `non-essential' to t, in order to avoid remote connections.
5529
5530 2011-11-23 Eli Zaretskii <eliz@gnu.org>
5531
5532 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5533 On MS-DOS and MS-Windows, compare with loaddefs.el
5534 case-insensitively.
5535
5536 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5537
5538 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5539
5540 2011-11-23 Glenn Morris <rgm@gnu.org>
5541
5542 * paths.el (rmail-file-name): Reformat the doc-string so that it
5543 is picked up.
5544
5545 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5546 (rmail-auto-file): Ignore case in the "special" field names,
5547 as mail-fetch-field does for all others.
5548
5549 * mail/rmail.el (rmail-forward):
5550 * mail/rmailkwd.el (rmail-set-label):
5551 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5552 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5553
5554 * mail/rmail.el (rmail-current-message): Doc fix.
5555
5556 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5557
5558 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5561
5562 2011-11-22 Glenn Morris <rgm@gnu.org>
5563
5564 * mail/rmailmm.el (test-rmail-mime-handler)
5565 (test-rmail-mime-bulk-handler)
5566 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5567
5568 2011-11-21 Juri Linkov <juri@jurta.org>
5569
5570 * calc/calc.el (calc-read-key-sequence):
5571 Let-bind `input-method-function' to nil. (Bug#10018)
5572
5573 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5574
5575 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5576 Tell the caller that the next line needs recomputation, even
5577 though it doesn't start a sexp (bug#10094).
5578
5579 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5582
5583 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5586 Use force-same-window.
5587
5588 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * descr-text.el (describe-char-unicode-data):
5591 * json.el (json-string-escape):
5592 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5593 (Footnote-unicode, Footnote-style-p):
5594 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5595
5596 2011-11-20 Chong Yidong <cyd@gnu.org>
5597
5598 * window.el (replace-buffer-in-windows): Restore interactive spec.
5599
5600 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5603
5604 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5605 (byte-compile-global-not-obsolete-vars): New var.
5606 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5607 Use it.
5608 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5609
5610 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5613 * progmodes/pascal.el (electric-pascal-equal):
5614 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5615 * xml.el (xml-substitute-special): Fix typos.
5616
5617 2011-11-20 Glenn Morris <rgm@gnu.org>
5618
5619 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5620 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5621 Doc fixes.
5622 (rmail-decode-mime-charset): Mark as obsolete.
5623
5624 * mail/rmailsum.el (rmail-message-regexp-p-1):
5625 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5626 Before using mime functions, check they are set. (Bug#10077)
5627
5628 2011-11-19 Juri Linkov <juri@jurta.org>
5629
5630 * info.el (Info-finder-find-node): Use `package--builtins' instead
5631 of `package-alist'. Use node names formed by the pattern "Keyword "
5632 and the keyword name.
5633
5634 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5635
5636 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
5637
5638 2011-11-19 Juri Linkov <juri@jurta.org>
5639
5640 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5641 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5642 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5643 `old-history', `old-history-forward'. Add let-binding
5644 `window-selected'. Remove calls to `kill-buffer',
5645 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5646 before calling `Info-find-node', so `Info-find-node-2' will reread
5647 the Info file. Restore window positions only when `window-selected'
5648 is non-nil.
5649
5650 2011-11-19 Juri Linkov <juri@jurta.org>
5651
5652 * isearch.el (isearch-lazy-highlight-new-loop):
5653 Remove condition `(not isearch-error)'. (Bug#9918)
5654
5655 * misearch.el (multi-isearch-search-fun): Add condition
5656 `(not bound)' to ignore lazy-highlighting search.
5657 Add the search-failed message "end of multi" when the end of
5658 multi-sequence is reached. Uncapitalize the search-failed
5659 message "Repeat for next buffer".
5660
5661 * info.el (Info-search): Add the search-failed message
5662 "end of the manual" when the end of the manual is reached
5663 in Isearch mode.
5664
5665 2011-11-19 Juri Linkov <juri@jurta.org>
5666
5667 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5668 Use non-destructive `remove' instead of `delete' because
5669 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5670 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5671
5672 2011-11-19 Juri Linkov <juri@jurta.org>
5673
5674 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5675 to nil instead of binding `search-ring' and `regexp-search-ring'.
5676 (Bug#9185)
5677
5678 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5679
5680 * simple.el (line-move): Force movement by logical lines for any
5681 hscrolled window, not only when auto-hscroll-mode is on.
5682 (line-move-visual): Update doc string to that effect. (Bug#10076)
5683
5684 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5685
5686 * language/european.el (macintosh): Define as alias for mac-roman.
5687
5688 2011-11-19 Eli Zaretskii <eliz@gnu.org>
5689
5690 * mail/rmailmm.el (rmail-mime-display-header)
5691 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5692 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5693 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5694 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5695 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5696 of a raw aref.
5697 (rmail-mime-entity-segment): To get past the tagline, move forward
5698 2 more lines, to account for the 2 empty lines that precede and
5699 follow the line with the buttons.
5700 (rmail-mime-update-tagline): Move one more line, to get past the
5701 empty line that follows the buttons in the tagline. (Bug#9520)
5702
5703 2011-11-19 Martin Rudalics <rudalics@gmx.at>
5704
5705 * window.el (window-max-delta-1, window-min-delta-1)
5706 (window-min-size-1, window-state-get-1, window-state-put-1)
5707 (window-state-put-2): Use "window--" prefix.
5708
5709 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5712 (smie-warning-count): New var.
5713 (smie-set-prec2tab): Use it.
5714 (smie-bnf->prec2): Improve warnings. Add docstring.
5715 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5716 (smie-bnf--set-class): New function.
5717 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5718 corner case.
5719
5720 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5721 (compilation-error-properties, compilation-move-to-column):
5722 Handle compilation-first-column while in the target buffer.
5723
5724 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5725 Don't hardcode point-min==1.
5726
5727 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5728 (eshell-rewrite-for-command): Remove workaround.
5729 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5730 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5731 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5732
5733 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5734
5735 2011-11-17 Glenn Morris <rgm@gnu.org>
5736
5737 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5738 Ignore buffer-local generated-autoload-file if it is the same
5739 as the global value. (Bug#10049)
5740
5741 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5744 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5745 (reftex-toc-previous-heading, reftex-toc-max-level)
5746 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5747 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5748 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5749 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5750 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5751 (reftex-toc-rename-label, reftex-toc-visit-location)
5752 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5753 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5754 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5755 leaving "*toc*" only for references to the buffer.
5756
5757 2011-11-17 Martin Rudalics <rudalics@gmx.at>
5758
5759 * window.el (window-resize, delete-window, split-window):
5760 Replace window-splits by window-combination-resize.
5761 * cus-start.el (window-splits): Replace by window-combination-resize.
5762
5763 2011-11-17 Glenn Morris <rgm@gnu.org>
5764
5765 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5766 Make bash entry derive from sh entry, not shell entry.
5767
5768 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
5769
5770 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5771 properties of linked files. (Bug#9879)
5772
5773 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5774 local file name.
5775
5776 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5777
5778 * menu-bar.el (menu-bar-file-menu):
5779 * printing.el (pr-ps-utility):
5780 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5781 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5782 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5783 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5784 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5785 (icalendar--convert-cyclic-to-ical)
5786 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5787 (icalendar--convert-ical-to-diary)
5788 (icalendar--convert-recurring-to-diary)
5789 (icalendar--convert-non-recurring-all-day-to-diary)
5790 (icalendar-import-format-sample):
5791 * progmodes/idlw-shell.el (idlwave-shell-mode):
5792 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5793 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5794 (vhdl-ps-print-init): Fix typos.
5795
5796 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5797
5798 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5799 FSF and collapse date sequence, obscure author/maintainer email address
5800 better, remove extra version line, track relocation of author's webpage.
5801
5802 * progmodes/python.el (python-pdbtrack-input-prompt)
5803 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5804 regular python pdb prompts. Adjustments shamelessly taken exactly as
5805 suggested in EmacsWiki page (tiny change):
5806 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
5807
5808 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * expand.el (expand-pos, expand-index, expand-point):
5811 Remove redundant info from docstring.
5812 (expand-add-abbrevs): Doc fix.
5813 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5814 (expand-sample-perl-mode-expand-list): Fix typos.
5815
5816 * net/dbus.el (dbus-event-member-name):
5817 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5818 * term/pc-win.el (msdos-create-frame-with-faces):
5819 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5820
5821 2011-11-16 Martin Rudalics <rudalics@gmx.at>
5822
5823 * window.el (split-window, window-state-get-1)
5824 (window-state-put-1, window-state-put-2): Rename occurrences of
5825 window-nest to window-combination-limit.
5826 * cus-start.el (window-nest): Rename to window-combination-limit.
5827
5828 2011-11-16 Chong Yidong <cyd@gnu.org>
5829
5830 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5831 regexp (Bug#10033).
5832
5833 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5836 `completing-read' will remove *Completions* and will preserve
5837 current-buffer for us.
5838 (tmm-add-prompt): Users of *Completions* will always (re)set its
5839 major mode.
5840 (tmm-old-comp-map): Remove.
5841
5842 2011-11-16 Glenn Morris <rgm@gnu.org>
5843
5844 * mail/rmailedit.el: Require rmailmm when compiling.
5845 (rmail-old-mime-state): New declaration.
5846 (rmail-edit-current-message): If editing a mime message,
5847 edit the "raw" message from the mbox buffer.
5848 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5849
5850 2011-11-15 Glenn Morris <rgm@gnu.org>
5851
5852 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5853 which wasn't being used. Add optional arg to force given state.
5854 (rmail-mime): Add optional arg to force given state.
5855
5856 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5859 * frame.el (display-mm-dimensions-alist):
5860 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5861 (outline-move-subtree-down):
5862 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5863 (newsticker--treeview-do-get-node):
5864 * net/quickurl.el (quickurl-list-buffer-name):
5865 * progmodes/dcl-mode.el (dcl-mode):
5866 * progmodes/gdb-mi.el (gdb-mapcar*):
5867 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5868
5869 2011-11-15 Glenn Morris <rgm@gnu.org>
5870
5871 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5872 in a boolean sense, so just make it a boolean, and fix the doc.
5873 (rmail-show-mime-function, rmail-mime-feature)
5874 (rmail-require-mime-maybe): Doc fixes.
5875 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5876
5877 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5878
5879 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5882 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5883 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5884 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5885
5886 2011-11-15 Glenn Morris <rgm@gnu.org>
5887
5888 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5889 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5890 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5891 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5892 (rmail-mime, rmail-show-mime): Doc fixes.
5893
5894 * term/ns-win.el (mode-line-frame-identification):
5895 Leave it alone. (Bug#10051)
5896
5897 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5898
5899 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5900 Handle empty buffers. (Bug#9978)
5901
5902 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * international/mule.el (define-charset):
5905 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5906 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5907 * progmodes/verilog-mode.el (verilog-backward-token):
5908 * textmodes/ispell.el (lookup-words):
5909 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5910
5911 2011-11-14 Glenn Morris <rgm@gnu.org>
5912
5913 * progmodes/executable.el
5914 (executable-make-buffer-file-executable-if-script-p):
5915 Handle file-modes returning nil.
5916
5917 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5918 message - not necessary, and causes problems. (Bug#9831)
5919
5920 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5921
5922 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5923
5924 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5925 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5926 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5927
5928 2011-11-12 Martin Rudalics <rudalics@gmx.at>
5929
5930 * window.el (window-resize, delete-window): Use window-splits
5931 variable instead of function.
5932 (window-state-get-1, window-state-put-2, window-state-put):
5933 Don't deal with windows' splits status.
5934
5935 2011-11-12 Glenn Morris <rgm@gnu.org>
5936
5937 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5938 (apropos-documentation): Doc fixes.
5939
5940 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5943 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5944
5945 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * electric.el (electric-indent-post-self-insert-function): Make it
5948 possible for a char to only indent in some circumstances.
5949 (electric-indent-mode): Simplify.
5950
5951 2011-11-11 Martin Rudalics <rudalics@gmx.at>
5952
5953 * window.el (windows-with-parameter): Remove unused function.
5954 (windows-at-side): Rename to window-at-side-list.
5955 (window-check, window-atom-check, window-atom-check-1)
5956 (window-side-check, window-size-ignore, window-size-fixed-1)
5957 (window-in-direction-2): Prefix with "window--".
5958 (window-tree-1): Rename to window--subtree, fix doc-string.
5959
5960 2011-11-11 Glenn Morris <rgm@gnu.org>
5961
5962 * subr.el (eval-after-load): If FILE is already loaded,
5963 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5964
5965 2011-11-10 Glenn Morris <rgm@gnu.org>
5966
5967 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5968 Call svn via vc-svn-command rather than vc-do-command.
5969 (vc-svn-command): Add --non-interactive. (Bug#9993)
5970 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5971
5972 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5973 Add toggle-read-only. (Bug#7292)
5974 * files.el (toggle-read-only): Mention that it should only
5975 be used interactively. (Bug#10006)
5976
5977 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5980 Adjust regexp for OCaml warnings.
5981
5982 * electric.el (electric-pair-post-self-insert-function): Let user
5983 turn it off buffer-locally (bug#9932).
5984
5985 * progmodes/python.el (python-beginning-of-statement):
5986 Rewrite (bug#2703).
5987
5988 * progmodes/compile.el: Better handle TABs (bug#9749).
5989 (compilation-internal-error-properties)
5990 (compilation-next-error-function): Obey the target buffer's
5991 compilation-error-screen-columns.
5992
5993 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
5994
5995 * progmodes/meta-mode.el: Remove obsolete comments.
5996 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5997 Fix typos in docstrings.
5998
5999 2011-11-09 Martin Rudalics <rudalics@gmx.at>
6000
6001 * window.el (window-size-fixed-p): Rewrite doc-string.
6002 (window-resizable-p): Rename to window--resizable-p. Update callers.
6003 (window--resizable): New function. Make all callers of
6004 window-resizable call window--resizable instead.
6005 (window-resizable): Rewrite in terms of window--resizable.
6006
6007 2011-11-08 Glenn Morris <rgm@gnu.org>
6008
6009 * progmodes/delphi.el (delphi-mode-syntax-table):
6010 Let define-derived-mode define a proper syntax table. (Bug#9994)
6011
6012 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * window.el: Stay away from defsubst.
6015 (window-list-no-nils): Remove.
6016 (window-state-get-1, window-state-get): Use backquote instead.
6017
6018 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6019
6020 * emacs-lisp/find-func.el (find-function-read):
6021 Fix incorrect use of default argument in `completing-read'.
6022
6023 2011-11-08 Martin Rudalics <rudalics@gmx.at>
6024
6025 * window.el (display-buffer-function, special-display-function):
6026 Mention display-buffer-record-window but do not mention
6027 help-setup parameter in doc-strings.
6028 (window-min-delta): Fix doc-string typo.
6029
6030 2011-11-08 Chong Yidong <cyd@gnu.org>
6031
6032 * window.el (window-total-height, window-total-width): Doc fix.
6033 (window-body-size): Move from C.
6034 (window-body-height, window-body-width): Move to C.
6035
6036 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * window.el: Make special-display like display-buffer-alist (bug#9532).
6039 (display-buffer--special-action): New function, morphed
6040 from display-buffer--special.
6041 (display-buffer): Use it to handle special-display-buffers at higher
6042 priority (just after display-buffer-alist).
6043 (display-buffer-fallback-action, display-buffer--other-frame-action)
6044 (pop-to-buffer-same-window): Remove display-buffer--special.
6045
6046 2011-11-07 Glenn Morris <rgm@gnu.org>
6047
6048 * calendar/cal-menu.el (cal-menu-set-date-title):
6049 Do nothing if not in a calendar. (Bug#9976)
6050
6051 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * files.el (find-file): Always use selected-window.
6054
6055 2011-11-07 Martin Rudalics <rudalics@gmx.at>
6056
6057 * window.el (window-combinations): Make WINDOW argument
6058 mandatory. Rewrite doc-string.
6059 (walk-window-subtree, window-atom-check, window-min-delta)
6060 (window-max-delta, window--resize-this-window)
6061 (window--resize-root-window-vertically, window-tree)
6062 (balance-windows, window-state-put): Rewrite doc-strings as to
6063 not mention the term "subwindow".
6064 (window--resize-subwindows-skip-p): Rename to
6065 window--resize-child-windows-skip-p.
6066 (window--resize-subwindows-normal): Rename to
6067 window--resize-child-windows-normal.
6068 (window--resize-subwindows): Rename to
6069 window--resize-child-windows.
6070 (window-or-subwindow-p): Rename to window--in-subtree-p.
6071
6072 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6073
6074 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
6075 Ensure that mbox format messages end in two newlines (Bug#9974).
6076
6077 2011-11-06 Chong Yidong <cyd@gnu.org>
6078
6079 * window.el (window-combination-p): Function deleted; its
6080 side-effect is not used in any existing code.
6081 (window-combinations, window-combined-p): Call window-*-child
6082 directly.
6083
6084 2011-11-05 Chong Yidong <cyd@gnu.org>
6085
6086 * window.el (window-valid-p): Rename from window-any-p.
6087 (window-size-ignore, window-state-get): Callers changed.
6088 (window-normalize-window): Rename from window-normalize-any-window.
6089 New arg LIVE-ONLY, replacing window-normalize-live-window.
6090 (window-normalize-live-window): Delete.
6091 (window-combination-p, window-combined-p, window-combinations)
6092 (walk-window-subtree, window-atom-root, window-min-size)
6093 (window-sizable, window-sizable-p, window-size-fixed-p)
6094 (window-min-delta, window-max-delta, window-resizable)
6095 (window-resizable-p, window-full-height-p, window-full-width-p)
6096 (window-current-scroll-bars, window-point-1, set-window-point-1)
6097 (window-at-side-p, window-in-direction, window-resize)
6098 (adjust-window-trailing-edge, maximize-window, minimize-window)
6099 (window-deletable-p, delete-window, delete-other-windows)
6100 (record-window-buffer, unrecord-window-buffer)
6101 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
6102 (quit-window, split-window, window-state-put)
6103 (set-window-text-height, fit-window-to-buffer)
6104 (shrink-window-if-larger-than-buffer): Callers changed.
6105
6106 2011-11-04 Eli Zaretskii <eliz@gnu.org>
6107
6108 * mail/rmail.el (rmail-simplified-subject): Decode subject with
6109 rfc2047-decode-string.
6110 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
6111 warnings.
6112
6113 * window.el (window-body-height, window-body-width): Mention in
6114 the doc string that the return values are in frame's canonical
6115 units. (Bug#9949)
6116
6117 2011-11-03 Alan Mackenzie <acm@muc.de>
6118
6119 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
6120 change in cc-engine.el.
6121
6122 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * window.el (switch-to-buffer): Use `force-same-window' interactively.
6125
6126 2011-11-02 Martin Rudalics <rudalics@gmx.at>
6127
6128 * window.el (quit-window): Call unrecord-window-buffer after
6129 showing another buffer in the window. (Bug#9937)
6130 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
6131
6132 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
6135 Accept status with more than 9 shelves. (Bug#9935)
6136 Reported by Colin D Bennett <colin@gibibit.com>.
6137
6138 2011-11-01 Martin Rudalics <rudalics@gmx.at>
6139
6140 * help.el (with-help-window): Don't reference
6141 temp-buffer-show-specifiers in doc-string.
6142
6143 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
6144
6145 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
6146 menu-item.
6147
6148 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6149
6150 * whitespace.el: New version 13.2.2.
6151 (whitespace-newline-mode): Disable properly. Reported by Sarah
6152 <EmacsWiki>.
6153
6154 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
6155
6156 * net/newst-treeview.el: Remove "Time-stamp".
6157 (newsticker--group-manage-orphan-feeds): Do not call
6158 newsticker--treeview-tree-update.
6159 (newsticker-treeview-update, newsticker-treeview):
6160 Call newsticker--treeview-tree-update if necessary.
6161
6162 2011-10-30 Martin Rudalics <rudalics@gmx.at>
6163
6164 * window.el (window-iso-combination-p, window-iso-combined-p)
6165 (window-iso-combinations): Remove "iso-" infix.
6166 Suggested by Chong Yidong.
6167 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
6168 (window-max-delta-1, window-resize, window--resize-siblings)
6169 (window--resize-this-window, adjust-window-trailing-edge)
6170 (split-window, balance-windows-1)
6171 (shrink-window-if-larger-than-buffer):
6172 * calendar/calendar.el (calendar-generate-window):
6173 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
6174
6175 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
6178 in place (bug#9907).
6179 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
6180 (eshell-rewrite-if-command, eshell-rewrite-for-command)
6181 (eshell-structure-basic-command, eshell-rewrite-while-command)
6182 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
6183 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
6184 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
6185 (eshell-do-pipelines-synchronously, eshell-eval-command):
6186 Use backquotes and prefer setq to set.
6187 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
6188 (eshell-macrop): Use functionp.
6189 (eshell-do-eval): Handle multiple expressions in `while' body.
6190
6191 2011-10-30 Chong Yidong <cyd@gnu.org>
6192
6193 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
6194 instead of set-mark (Bug#9810).
6195
6196 2011-10-30 Chong Yidong <cyd@gnu.org>
6197
6198 * window.el (split-window-below, split-window-right): Rename from
6199 split-window-above-each-other and split-window-side-by-side
6200 respectively. All callers changed.
6201 (split-window-sensibly, split-window-sensibly): Use them.
6202 (split-window-keep-point): Doc fix.
6203
6204 * isearch.el: Add isearch-scroll property to split-window-below
6205 and split-window-right.
6206
6207 * follow.el (follow-mode):
6208 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6209 * progmodes/ada-xref.el (ada-gdb-application):
6210 * emulation/vip.el (vip-buffer-in-two-windows):
6211 * image-dired.el (image-dired-dired-with-window-configuration):
6212 * dired-x.el (dired-do-find-marked-files):
6213 * dired.el (dired-pop-to-buffer):
6214 * bs.el (bs--show-with-configuration):
6215 * vc/emerge.el (emerge-setup-windows):
6216 * textmodes/two-column.el (2C-two-columns):
6217 * textmodes/reftex-toc.el (reftex-toc):
6218 * progmodes/gdb-mi.el (gdb-setup-windows):
6219 * progmodes/fortran.el (fortran-window-create):
6220 * net/newst-treeview.el (newsticker--treeview-window-init):
6221 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6222 * emulation/tpu-edt.el (tpu-gold-map):
6223 * emulation/crisp.el (crisp-mode-map):
6224 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6225
6226 2011-10-29 Chong Yidong <cyd@gnu.org>
6227
6228 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6229
6230 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6231
6232 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6233 forged Ispell output (Bug#7904).
6234
6235 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6236
6237 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * doc-view.el: Avoid ugly errors about not finding nil.
6240 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6241 (doc-view-dvipdf-program, doc-view-unoconv-program)
6242 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6243 Avoid nil or absolute file name as default value.
6244 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6245
6246 2011-10-28 Alan Mackenzie <acm@muc.de>
6247
6248 * progmodes/cc-defs.el (c-version): -> 5.32.2.
6249
6250 2011-10-28 Alan Mackenzie <acm@muc.de>
6251
6252 Amend the handling of c-beginning/end-of-defun in nested declaration
6253 scopes.
6254
6255 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6256 cc-langs.el. Change it to a defcustom.
6257
6258 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6259 cc-vars.el.
6260
6261 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6262 Prevent "class foo : bar" being spuriously recognized as a label.
6263
6264 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
6265 Add parameter `inclusive' (to include enclosing braces in the region).
6266 (c-widen-to-enclosing-decl-scope): New function.
6267 (c-while-widening-to-decl-block): New macro.
6268 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6269 outward for defun boundaries, and correspondingly change symbol
6270 `respect-enclosure' to `go-outward'.
6271 (c-declaration-limits): Change algorithm to report only the "innermost"
6272 defun's boundaries.
6273
6274 2011-10-28 Deniz Dogan <deniz@dogan.se>
6275
6276 * net/rcirc.el (rcirc-mode): Use hard newlines.
6277
6278 2011-10-28 Alan Mackenzie <acm@muc.de>
6279
6280 Amend to indent and fontify macros "which include their own semicolon"
6281 correctly, using the "virtual semicolon" mechanism.
6282
6283 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
6284
6285 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6286 Recode to scan one line at a time rather than having \n and \r
6287 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
6288 (c-forward-label): Amend for virtual semicolons.
6289 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
6290
6291 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6292 of the new C macros.
6293
6294 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
6295 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6296 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
6297 (c-opt-cpp-macro-define): Make into a full language variable.
6298 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6299 AWK Mode (including \n, \r) removed, no longer needed.
6300
6301 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6302 Invoke c-make-macro-with-semi-re.
6303
6304 * progmodes/cc-vars.el (c-macro-with-semi-re):
6305 (c-macro-names-with-semicolon): New variables.
6306 (c-make-macro-with-semi-re): New function.
6307
6308 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * vc/log-edit.el: Fill empty field rather than adding new one.
6311 (log-edit-add-field): New function.
6312 (log-edit-insert-changelog): Use it.
6313
6314 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6315
6316 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6317
6318 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6321 (gdb--check-interpreter): New function.
6322 (gdb): Use it.
6323
6324 2011-10-27 Glenn Morris <rgm@gnu.org>
6325
6326 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
6327 (least-positive-float, least-negative-float)
6328 (least-positive-normalized-float, least-negative-normalized-float)
6329 (float-epsilon, float-negative-epsilon):
6330 Remove unnecessary declarations.
6331
6332 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
6333 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
6334 (least-positive-float, least-negative-float)
6335 (least-positive-normalized-float, least-negative-normalized-float)
6336 (float-epsilon, float-negative-epsilon): Add doc-strings,
6337 based on those in cl.texi.
6338
6339 * files.el (set-visited-file-name): If the major-mode changed,
6340 reload the local variables. (Bug#9796)
6341
6342 2011-10-27 Chong Yidong <cyd@gnu.org>
6343
6344 * subr.el (change-major-mode-after-body-hook): New hook.
6345 (run-mode-hooks): Run it.
6346
6347 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6348 Use change-major-mode-before-body-hook.
6349
6350 * simple.el (fundamental-mode):
6351 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6352 change introducing fundamental-mode-hook.
6353
6354 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
6357
6358 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * ido.el (ido-file-name-all-completions-1): Do not require
6361 tramp.el explicitly. (Bug#7583)
6362
6363 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * progmodes/octave-mod.el:
6366 * progmodes/octave-inf.el: Update maintainer.
6367
6368 2011-10-26 Chong Yidong <cyd@gnu.org>
6369
6370 * subr.el (with-wrapper-hook): Rewrite doc.
6371
6372 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
6373
6374 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
6375 filenames "/method:foo:". (Bug#9793)
6376
6377 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6380 (bug#9865).
6381
6382 2011-10-24 Glenn Morris <rgm@gnu.org>
6383
6384 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6385
6386 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * notifications.el: Add the requirement of a running D-Bus session
6389 bus to the Commentary.
6390
6391 2011-10-24 Juri Linkov <juri@jurta.org>
6392
6393 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6394 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6395 (Bug#9364)
6396
6397 2011-10-24 Juri Linkov <juri@jurta.org>
6398
6399 * info.el (Info-following-node-name-re): Add newline to the list
6400 of allowed characters for leading space. (Bug#9824)
6401
6402 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * progmodes/octave-inf.el (inferior-octave-mode-map):
6405 Fix C-c C-h binding.
6406 * progmodes/octave-mod.el (octave-help): Remove.
6407
6408 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
6409
6410 Sync with Tramp 2.2.3.
6411
6412 * net/tramp-cache.el (top): Pacify byte-compiler using
6413 `init-file-user' and `site-run-file'.
6414
6415 * net/trampver.el: Update release number.
6416
6417 2011-10-23 Chong Yidong <cyd@gnu.org>
6418
6419 * files.el (toggle-read-only): Remove obsolete comment about
6420 version control.
6421
6422 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6423 for toggle-read-only. Note that this hasn't called vc-next-action
6424 since 2008-05-02, though it wasn't documented at the time.
6425
6426 * vc/ediff-init.el (ediff-toggle-read-only-function):
6427 Use toggle-read-only.
6428
6429 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6430
6431 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6432 of c-parse-state.
6433
6434 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6435 correct faulty logical expression.
6436 (c-parse-state-state, c-record-parse-state-state):
6437 (c-replay-parse-state-state): New defvar/defuns.
6438 (c-debug-parse-state): Use new functions.
6439
6440 2011-10-22 Martin Rudalics <rudalics@gmx.at>
6441
6442 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
6443 last fix. Use window-in-direction correctly.
6444
6445 2011-10-21 Chong Yidong <cyd@gnu.org>
6446
6447 * progmodes/idlwave.el (idlwave-mode):
6448 * progmodes/vera-mode.el (vera-mode): No need to set
6449 require-final-newline; that's done in prog-mode.
6450 Suggested by Stefan Monnier.
6451
6452 2011-10-21 Martin Rudalics <rudalics@gmx.at>
6453
6454 * mouse.el (mouse-drag-window-above)
6455 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6456 (mouse-drag-mode-line-1, mouse-drag-header-line)
6457 (mouse-drag-vertical-line-rightward-window): Remove.
6458 (mouse-drag-line): New function.
6459 (mouse-drag-mode-line, mouse-drag-header-line)
6460 (mouse-drag-vertical-line): Call mouse-drag-line.
6461 * window.el (window-at-side-p, windows-at-side): New functions.
6462
6463 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
6464
6465 * tar-mode.el (tar-grind-file-mode):
6466 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6467
6468 2011-10-21 Chong Yidong <cyd@gnu.org>
6469
6470 * progmodes/idlwave.el (idlwave-mode):
6471 * progmodes/vera-mode.el (vera-mode):
6472 Use mode-require-final-newline.
6473
6474 2011-10-20 Glenn Morris <rgm@gnu.org>
6475
6476 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
6477
6478 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6479
6480 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6481
6482 2011-10-20 Chong Yidong <cyd@gnu.org>
6483
6484 * emulation/cua-base.el (cua-mode):
6485 * mail/footnote.el (footnote-mode):
6486 * mail/mailabbrev.el (mail-abbrevs-mode):
6487 * net/xesam.el (xesam-minor-mode):
6488 * progmodes/bug-reference.el (bug-reference-mode):
6489 * progmodes/cap-words.el (capitalized-words-mode):
6490 * progmodes/compile.el (compilation-minor-mode)
6491 (compilation-shell-minor-mode):
6492 * progmodes/gud.el (gud-tooltip-mode):
6493 * progmodes/hideif.el (hide-ifdef-mode):
6494 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6495 * progmodes/subword.el (subword-mode):
6496 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6497 * progmodes/which-func.el (which-function-mode):
6498 * term/tvi970.el (tvi970-set-keypad-mode):
6499 * term/vt100.el (vt100-wide-mode):
6500 * textmodes/flyspell.el (flyspell-mode):
6501 * textmodes/ispell.el (ispell-minor-mode):
6502 * textmodes/nroff-mode.el (nroff-electric-mode):
6503 * textmodes/paragraphs.el (use-hard-newlines):
6504 * textmodes/refill.el (refill-mode):
6505 * textmodes/reftex.el (reftex-mode):
6506 * textmodes/rst.el (rst-minor-mode):
6507 * textmodes/sgml-mode.el (html-autoview-mode)
6508 (sgml-electric-tag-pair-mode):
6509 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6510 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6511 * emulation/crisp.el (crisp-mode):
6512 * emacs-lisp/eldoc.el (eldoc-mode):
6513 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6514 minor mode behavior.
6515
6516 2011-10-19 Juri Linkov <juri@jurta.org>
6517
6518 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6519 the list of hard-coded chars with escape-glyph face.
6520
6521 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6524
6525 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
6526
6527 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6528 running process.
6529
6530 2011-10-19 Glenn Morris <rgm@gnu.org>
6531
6532 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6533 Ignore ignored files. (Bug#9726)
6534
6535 2011-10-19 Chong Yidong <cyd@gnu.org>
6536
6537 Doc fix for minor modes, stating that an omitted argument enables
6538 the mode unconditionally when called from Lisp.
6539
6540 * abbrev.el (abbrev-mode):
6541 * allout.el (allout-mode):
6542 * autoinsert.el (auto-insert-mode):
6543 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6544 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6545 (global-auto-revert-mode):
6546 * battery.el (display-battery-mode):
6547 * composite.el (global-auto-composition-mode)
6548 (auto-composition-mode):
6549 * delsel.el (delete-selection-mode):
6550 * desktop.el (desktop-save-mode):
6551 * dired-x.el (dired-omit-mode):
6552 * dirtrack.el (dirtrack-mode):
6553 * doc-view.el (doc-view-minor-mode):
6554 * double.el (double-mode):
6555 * electric.el (electric-indent-mode, electric-pair-mode):
6556 * emacs-lock.el (emacs-lock-mode):
6557 * epa-hook.el (auto-encryption-mode):
6558 * follow.el (follow-mode):
6559 * font-core.el (font-lock-mode):
6560 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6561 * help.el (temp-buffer-resize-mode):
6562 * hilit-chg.el (highlight-changes-mode)
6563 (highlight-changes-visible-mode):
6564 * hi-lock.el (hi-lock-mode):
6565 * hl-line.el (hl-line-mode, global-hl-line-mode):
6566 * icomplete.el (icomplete-mode):
6567 * ido.el (ido-everywhere):
6568 * image-file.el (auto-image-file-mode):
6569 * image-mode.el (image-minor-mode):
6570 * iswitchb.el (iswitchb-mode):
6571 * jka-cmpr-hook.el (auto-compression-mode):
6572 * linum.el (linum-mode):
6573 * longlines.el (longlines-mode):
6574 * master.el (master-mode):
6575 * mb-depth.el (minibuffer-depth-indicate-mode):
6576 * menu-bar.el (menu-bar-mode):
6577 * minibuf-eldef.el (minibuffer-electric-default-mode):
6578 * mouse-sel.el (mouse-sel-mode):
6579 * msb.el (msb-mode):
6580 * mwheel.el (mouse-wheel-mode):
6581 * outline.el (outline-minor-mode):
6582 * paren.el (show-paren-mode):
6583 * recentf.el (recentf-mode):
6584 * reveal.el (reveal-mode, global-reveal-mode):
6585 * rfn-eshadow.el (file-name-shadow-mode):
6586 * ruler-mode.el (ruler-mode):
6587 * savehist.el (savehist-mode):
6588 * scroll-all.el (scroll-all-mode):
6589 * scroll-bar.el (scroll-bar-mode):
6590 * server.el (server-mode):
6591 * shell.el (shell-dirtrack-mode):
6592 * simple.el (auto-fill-mode, transient-mark-mode)
6593 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6594 (line-number-mode, column-number-mode, size-indication-mode)
6595 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6596 * strokes.el (strokes-mode):
6597 * time.el (display-time-mode):
6598 * t-mouse.el (gpm-mouse-mode):
6599 * tool-bar.el (tool-bar-mode):
6600 * tooltip.el (tooltip-mode):
6601 * type-break.el (type-break-mode-line-message-mode)
6602 (type-break-query-mode):
6603 * view.el (view-mode):
6604 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6605 (global-whitespace-mode, global-whitespace-newline-mode):
6606 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6607
6608 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6609 Fix autogenerated docstring.
6610
6611 2011-10-19 Juri Linkov <juri@jurta.org>
6612
6613 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6614 by checking environment variables "DESKTOP_SESSION" and
6615 "XDG_CURRENT_DESKTOP". (Bug#9779)
6616
6617 2011-10-19 Juri Linkov <juri@jurta.org>
6618
6619 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6620 (browse-url-chromium-program, browse-url-chromium-arguments):
6621 New defcustoms.
6622 (browse-url-default-browser): Check for `browse-url-chromium' and
6623 call `browse-url-chromium-program'.
6624 (browse-url-chromium): New command. (Bug#9779)
6625
6626 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * facemenu.el (list-colors-duplicates): On Windows, detect more
6629 duplicates by assuming that only colors matching "^System" are
6630 special "system colors". (Bug#9722)
6631
6632 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6635 to distinguish the author from the committer.
6636
6637 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
6638
6639 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6640
6641 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6642
6643 * international/mule.el (sgml-html-meta-auto-coding-function):
6644 Add support for detecting encoding in HTML5 specified only as
6645 <meta charset="UTF-8">. Implementation just makes http-equiv and
6646 content-type parts from HTML4 encoding string optional. (Bug#9716)
6647
6648 2011-10-18 Glenn Morris <rgm@gnu.org>
6649
6650 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6651
6652 2011-10-18 Chong Yidong <cyd@gnu.org>
6653
6654 * faces.el (cursor): Doc fix.
6655
6656 2011-10-17 Chong Yidong <cyd@gnu.org>
6657
6658 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6659
6660 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
6661
6662 * dirtrack.el (dirtrack): Support shell buffers with path
6663 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6664
6665 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6666
6667 * json.el: Bump version to 1.3 and note change in History.
6668 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6669
6670 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * comint.el (comint-insert-input, comint-send-input)
6673 (comint-get-old-input-default, comint-backward-matching-input)
6674 (comint-next-prompt): Use nil instead of `input' for field property of
6675 past user input (bug#114).
6676
6677 * minibuffer.el (completion--replace): Inherit surrounding properties
6678 (bug#114).
6679 (minibuffer-complete-and-exit): Use it.
6680
6681 * comint.el (comint--table-subvert): Quote the all-completions output
6682 (bug#9160).
6683
6684 2011-10-17 Martin Rudalics <rudalics@gmx.at>
6685
6686 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
6687
6688 * menu-bar.el (menu-bar-file-menu): Add entry for making new
6689 window on right of selected. (Bug#9350) Reword other window
6690 entries and separate them from frame entries.
6691
6692 2011-10-15 Glenn Morris <rgm@gnu.org>
6693
6694 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6695 Doc fixes.
6696
6697 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * net/network-stream.el (network-stream-open-starttls):
6700 Improve detection of failure due to lack of TLS support.
6701
6702 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6703 putting the input text in front and in bold.
6704
6705 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6708
6709 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6710 empty buffer.
6711
6712 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6713 unread-command-events rather than pushing yet-another event.
6714
6715 2011-10-14 Eli Zaretskii <eliz@gnu.org>
6716
6717 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6718 the explanation of the possible choices. Make the options passed
6719 to completing-read shorter.
6720
6721 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6722
6723 * textmodes/flyspell.el (flyspell-large-region): Make sure
6724 extended character mode is used if defined (Bug#1339).
6725
6726 2011-10-13 Eli Zaretskii <eliz@gnu.org>
6727
6728 * simple.el (what-cursor-position): Fix the display of the
6729 character info for LRE, LRO, RLE, and RLO characters by appending
6730 an invisible PDF.
6731
6732 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6735 even in case of error; add debug spec; simplify data flow.
6736 (with-timeout-handler): Remove.
6737
6738 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
6739
6740 Fix Bug#6019, Bug#9315.
6741
6742 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6743 complete `buffer-file-name', the local file name part could look
6744 remotely (for example on VMS).
6745
6746 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6747 `tramp-run-real-handler'.
6748 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6749 already quoted by '"'.
6750
6751 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6752 Let `file-name-handler-alist' be nil, the local file name part
6753 could look remotely (for example on VMS).
6754
6755 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6758 from here...
6759 (flyspell-post-command-hook): ...to here.
6760
6761 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6764 if not needed.
6765 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6766 using completion. Protect against "slow" callers.
6767 Remove the "message hack".
6768
6769 2011-10-11 Juri Linkov <juri@jurta.org>
6770
6771 * isearch.el (isearch-lazy-highlight-word): New variable.
6772 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6773 Use it. (Bug#9727)
6774
6775 2011-10-11 Glenn Morris <rgm@gnu.org>
6776
6777 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6778 like f90-previous-statement does.
6779
6780 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6781
6782 * eshell/eshell.el (eshell-command): History should be saved
6783 only in interactive use, to avoid error.
6784
6785 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * minibuffer.el (completion-file-name-table): Fix last change,
6788 i.e. ignore normal errors but not the other ones.
6789
6790 2011-10-10 Martin Rudalics <rudalics@gmx.at>
6791
6792 * window.el (special-display-buffer-names)
6793 (special-display-regexps): Remove some remnants of earlier
6794 changes from doc-strings.
6795 (quit-windows-on): New function.
6796
6797 * vc/vc.el (vc-revert, vc-rollback):
6798 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6799 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
6800 (Bug#6183) (Bug#7074) (Bug#7447)
6801
6802 2011-10-09 Martin Rudalics <rudalics@gmx.at>
6803
6804 * window.el (frame-auto-hide-function): Add version tag.
6805 (Bug#9699)
6806
6807 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6810 condition.
6811
6812 2011-10-09 Leo Liu <sdl.web@gmail.com>
6813
6814 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6815 (Bug#9701)
6816
6817 2011-10-08 Glenn Morris <rgm@gnu.org>
6818
6819 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6820 before the first code statement zero indent. (Bug#9690)
6821
6822 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * simple.el (count-words-region): Always count in the region.
6825 Report the number of lines and characters too.
6826 (count-words): New command, which counts in the buffer if the
6827 region is inactive, as count-words-region used to.
6828 (count-words--message): New function. Handle plurals.
6829 (count-lines-region): Make it an alias for count-words-region.
6830
6831 * bindings.el (esc-map): Replace count-lines-region with
6832 count-words-region.
6833
6834 2011-10-08 Martin Rudalics <rudalics@gmx.at>
6835
6836 * window.el (window--delete): Delete dedicated frame
6837 unconditionally when argument KILL is non-nil. (Bug#9699)
6838 (switch-to-buffer): Fix doc-string typo.
6839
6840 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6841
6842 * eshell/eshell.el (eshell-command): Avoid using hooks.
6843
6844 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * bindings.el ([M-left],[M-right]): Bind to left-word and
6847 right-word respectively.
6848
6849 2011-10-07 Glenn Morris <rgm@gnu.org>
6850
6851 * cus-start.el (debug-on-quit): Fix custom type.
6852
6853 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
6855 * subr.el (define-key-after): Clarify that the function is not
6856 useful for non-menu keymaps.
6857
6858 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6859
6860 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6861
6862 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
6863 in current minibuffer (Fix bug with recursive minibuffers).
6864
6865 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * progmodes/gdb-mi.el (gdb): Doc fix.
6868
6869 2011-10-05 Martin Rudalics <rudalics@gmx.at>
6870
6871 * window.el (frame-auto-hide-function): New option replacing
6872 frame-auto-delete. Suggested by Stefan Monnier.
6873 (window--delete): Call frame-auto-hide-function instead of
6874 investigating frame-auto-delete.
6875 (window-point-1, set-window-point-1): New functions.
6876 (window-in-direction, record-window-buffer, window-state-get-1)
6877 (display-buffer-record-window): Use window-point-1 instead of
6878 window-point.
6879 (set-window-buffer-start-and-point): Use set-window-point-1.
6880
6881 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6884
6885 2011-10-05 Glenn Morris <rgm@gnu.org>
6886
6887 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6888 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6889
6890 2011-10-05 Leo Liu <sdl.web@gmail.com>
6891
6892 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6893 works with buffer object.
6894
6895 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * mpc.el (mpc-tool-bar-map): Add labels.
6898
6899 2011-10-04 Glenn Morris <rgm@gnu.org>
6900
6901 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6902
6903 2011-10-04 Martin Rudalics <rudalics@gmx.at>
6904
6905 * window.el (window--delete): New function.
6906 (frame-auto-delete): Resuscitate option.
6907 (bury-buffer, replace-buffer-in-windows)
6908 (quit-window): Rewrite using window--delete.
6909 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6910 Pass display-buffer-mark-dedicated to window--display-buffer-2
6911 (Bug#9639).
6912
6913 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6916 returns a list (bug#9554). Add remote file name completion.
6917 * comint.el (comint--table-subvert): Curry and get quote&unquote
6918 functions as arguments.
6919 (comint--complete-file-name-data): Adjust call accordingly.
6920 * pcomplete.el (pcomplete--table-subvert): Remove.
6921 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6922
6923 * minibuffer.el (completion-table-case-fold): Use currying.
6924 (completion--styles-type, completion--cycling-threshold-type):
6925 New constants.
6926 (completion-styles, completion-category-overrides)
6927 (completion-cycle-threshold): Use them.
6928 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6929 completion-table-case-fold.
6930
6931 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
6932
6933 * minibuffer.el (completion-category-overrides): Fix type of styles
6934 and add more user friendly tags (bug#9660).
6935
6936 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6939 (mule-input-method-string): New widget.
6940 (default-input-method, language-info-custom-alist): Use it.
6941
6942 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * pcomplete.el: Require comint.
6945 (pcomplete--common-suffix): Remove.
6946 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6947 (pcomplete--table-subvert): Sync with comint--table-subvert.
6948 (pcomplete--entries): Use comint-completion-file-name-table.
6949 * comint.el (comint-unquote-filename): Simplify.
6950 (comint-completion-file-name-table): New function (bug#9616).
6951 (comint--complete-file-name-data): Use it.
6952
6953 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6954 (pcmpl-gnu-tar-buffer): Remove.
6955 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
6956 around. Make sure pcomplete-suffix-list is only changed temporarily.
6957 Don't look inside the tar's file if it's too large.
6958
6959 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * cus-edit.el (custom-mode-map):
6962 * epa.el (epa-key-list-mode-map):
6963 * man.el (Man-mode-map):
6964 * startup.el (splash-screen-keymap):
6965 * simple.el (special-mode-map): Use scroll-up-command and
6966 scroll-down-command.
6967
6968 * progmodes/idlw-help.el (idlwave-help-mode-map):
6969 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6970 * net/newst-plainview.el (newsticker-mode-map):
6971 * emulation/ws-mode.el (wordstar-mode-map):
6972 * emulation/vi.el (vi-com-map):
6973 * calc/calc-graph.el (calc-graph-show-dumb):
6974 * term/sun.el (terminal-init-sun):
6975 * term/ns-win.el (global-map):
6976 * progmodes/grep.el (grep-mode-map):
6977 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6978 * mail/rmail.el (rmail-mode-map):
6979 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6980
6981 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6982 custom-safe-themes as special.
6983
6984 2011-10-01 Julien Danjou <julien@danjou.info>
6985
6986 * notifications.el (notifications-notify): Fix docstring.
6987
6988 2011-10-01 Per Starbäck <per@starback.se>
6989
6990 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6991
6992 2011-09-30 Martin Rudalics <rudalics@gmx.at>
6993
6994 * startup.el (command-line-1): Fix last fix by inserting
6995 initial-scratch-message into *scratch* before displaying it.
6996 (Bug#9605) and (Bug#9636)
6997
6998 2011-09-29 Eli Zaretskii <eliz@gnu.org>
6999
7000 * simple.el (line-move): If auto-hscroll-mode is disabled and the
7001 window is hscrolled, move by logical lines. (Bug#9607)
7002 (line-move-visual): Update the doc string to the above effect.
7003
7004 2011-09-29 Martin Rudalics <rudalics@gmx.at>
7005
7006 * window.el (display-buffer-record-window): When WINDOW is the
7007 selected window use `point' instead of `window-point'. (Bug#9626)
7008
7009 * startup.el (command-line-1): Use insert-before-markers when
7010 inserting initial-scratch-message. (Bug#9605)
7011
7012 * help.el (help-window): Remove variable.
7013
7014 2011-09-29 Glenn Morris <rgm@gnu.org>
7015
7016 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
7017
7018 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
7019
7020 * descr-text.el (describe-char-categories): Accept category
7021 descriptions more than one line long.
7022
7023 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * simple.el (delete-trailing-whitespace): Fix last change.
7026
7027 * progmodes/perl-mode.el (perl-syntax-propertize-function):
7028 Don't confuse "y => 3" as the beginning of a `y' operation.
7029
7030 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
7031 object has more than 4 slots (bug#9613).
7032
7033 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * subr.el (with-output-to-temp-buffer):
7036 * net/quickurl.el (quickurl, quickurl-browse-url):
7037 Fix typos in docstrings.
7038
7039 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7040
7041 * minibuffer.el (completion-styles)
7042 (completion-category-overrides): Cross reference each other in doc
7043 strings.
7044
7045 2011-09-27 Glenn Morris <rgm@gnu.org>
7046
7047 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
7048 to split-string. (Bug#9606)
7049
7050 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7051
7052 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
7053 (bug#9615).
7054
7055 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * emacs-lisp/package.el (list-packages): Fix echo area message.
7058
7059 2011-09-27 Leo Liu <sdl.web@gmail.com>
7060
7061 * ido.el (ido-read-internal): Accept cons cell HIST arg.
7062
7063 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
7064
7065 * net/dbus.el (dbus-unregister-object): Don't release services for
7066 registered signals. (Bug#9581)
7067
7068 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7069
7070 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
7071 function that picks between cfengine 2 and 3 support
7072 automatically. Update docs accordingly.
7073
7074 2011-09-22 Kenichi Handa <handa@m17n.org>
7075
7076 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
7077 ZERO.
7078 (indian-itrans-v5-table-for-tamil): New variable.
7079 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
7080
7081 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
7082
7083 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
7084 that's true if the current command involved collapsing of text.
7085 It's reset to false at the beginning of the next command.
7086 (allout-post-command-business): Move the cursor to the beginning
7087 of entry if the cursor is hidden and collapsing activity just
7088 happened.
7089
7090 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
7091
7092 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
7093 tracking (Bug#9541).
7094
7095 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
7096
7097 * net/newst-reader.el (newsticker-html-renderer)
7098 (newsticker-show-news): Automatically load html rendering package
7099 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
7100 because w3m-fill-column is let-bound" and the error "Symbol's value
7101 as variable is void: w3m-fill-column".
7102
7103 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
7104
7105 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
7106 Release services only if they are defined. (Bug#9581)
7107
7108 2011-09-23 Richard Stallman <rms@gnu.org>
7109
7110 * textmodes/paragraphs.el (forward-sentence): For backwards case,
7111 distinguish start of paragraph from start of its text.
7112
7113 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
7114
7115 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
7116 (rmail-generate-viewer-buffer): Put that hook on view buffer.
7117 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
7118
7119 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7120
7121 * international/mule-diag.el (mule-diag): Insert a newline after
7122 each fontset description.
7123
7124 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * simple.el (delete-trailing-whitespace):
7127 Document last change; simplify.
7128
7129 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
7130
7131 * simple.el (delete-trailing-whitespace): Also delete
7132 extra newlines at the end of the buffer.
7133
7134 * textmodes/picture.el: Make motion commands obey shift-select-mode.
7135 (picture-newline): Use forward-line so as to ignore fields.
7136
7137 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * subr.el (with-wrapper-hook): Fix edebug spec.
7140
7141 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7142
7143 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
7144 (bug#4538).
7145
7146 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
7147
7148 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
7149 Fix nasty bug using wrong cached values.
7150
7151 2011-09-23 Alan Mackenzie <acm@muc.de>
7152
7153 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
7154
7155 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * window.el (pop-to-buffer): Ensure right window is selected if we
7158 chose another frame.
7159
7160 2011-09-22 Eli Zaretskii <eliz@gnu.org>
7161
7162 * simple.el (what-cursor-position): Use get-char-property-change
7163 and next-single-char-property-change, to be able to show display
7164 properties that come from overlays as well as text properties.
7165
7166 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
7169
7170 * cmuscheme.el (run-scheme, switch-to-scheme):
7171 * cus-edit.el (customize-group, custom-buffer-create)
7172 (customize-browse):
7173 * info.el (info):
7174 * shell.el (shell):
7175 * mail/sendmail.el (mail):
7176 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
7177
7178 2011-09-22 Richard Stallman <rms@gnu.org>
7179
7180 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
7181 move back only to line beg, don't move back over blank lines.
7182
7183 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
7184
7185 * files.el (copy-directory): Set directory attributes only in case
7186 they could be retrieved from the source directory. (Bug#9565)
7187
7188 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
7189
7190 * progmodes/hideshow.el (hs-looking-at-block-start-p)
7191 (hs-find-block-beginning, hs-hide-level-recursive):
7192 Ignore strings as well as comments. (Bug#9502)
7193
7194 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
7195
7196 * progmodes/sql.el (sql-comint-postgres):
7197 Convert port number to a string. (Bug#9566)
7198
7199 2011-09-22 Martin Rudalics <rudalics@gmx.at>
7200
7201 * window.el (quit-window): Undedicate window when switching to
7202 previous buffer. Reported by Thierry Volpiatto
7203 <thierry.volpiatto@gmail.com>.
7204 (special-display-popup-frame): When popping up a new frame reset
7205 its previous buffers to nil. Simplify code.
7206
7207 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7210 and process filter, as done also in `shell-command'.
7211
7212 2011-09-21 Martin Rudalics <rudalics@gmx.at>
7213
7214 * window.el (set-window-buffer-start-and-point):
7215 Call set-window-start with NOFORCE argument t.
7216 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7217 (quit-window): Reword doc-string. Handle new format of
7218 quit-restore parameter. Don't delete window if it has a
7219 previous buffer we can show instead of the present one.
7220 (display-buffer-record-window): Rewrite using a new format for
7221 the quit-restore window parameter
7222 (special-display-popup-frame, display-buffer-same-window)
7223 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7224 (display-buffer-pop-up-window, display-buffer-use-some-window):
7225 Adapt symbol passed to display-buffer-record-window.
7226 * help.el (help-window-setup): Handle new format of quit-restore
7227 parameter.
7228
7229 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * faces.el (face-list): Fix docstring (bug#9564).
7232
7233 * window.el (display-buffer--action-function-custom-type):
7234 Don't include internal functions in the Custom interface.
7235
7236 2011-09-20 Juri Linkov <juri@jurta.org>
7237
7238 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7239 (Info-forward-node, Info-backward-node, Info-next-preorder)
7240 (Info-last-preorder): Use it. (Bug#9528)
7241
7242 2011-09-20 Juri Linkov <juri@jurta.org>
7243
7244 * info.el (Info-last-preorder): Visit last menu item only when
7245 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7246
7247 2011-09-20 Julien Danjou <julien@danjou.info>
7248
7249 * password-cache.el (password-cache-remove): Remove entries even if the
7250 value is nil, so that password with a nil value (negative caching) is
7251 possible to invalidate.
7252
7253 2011-09-20 Lawrence Mitchell <wence@gmx.li>
7254
7255 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7256 all whitespace around breakpoint. (Bug#9553)
7257 (f90-find-breakpoint): Only break at whitespace inside a comment.
7258
7259 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * minibuffer.el (completion-file-name-table): Keep track of errors.
7262 (completion-table-with-predicate): Handle the case where pred1 is nil.
7263 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7264
7265 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7268 (debugger-return-value): Signal an error if the debugging context does
7269 not await any return value.
7270
7271 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7272 * image-mode.el (image-toggle-display-text)
7273 (image-toggle-display-image): Stay away from evil `intangible'.
7274
7275 2011-09-19 Leo Liu <sdl.web@gmail.com>
7276
7277 * replace.el (occur-revert-arguments): Make it permanent-local.
7278 (occur-mode): Don't call font-lock-defontify.
7279
7280 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * net/ldap.el (ldap-search-internal): Don't push empty search
7283 result (Bug#9508).
7284
7285 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7288
7289 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
7290
7291 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7292 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7293
7294 2011-09-18 Juri Linkov <juri@jurta.org>
7295
7296 * buff-menu.el (Buffer-menu-mode-map):
7297 * dired.el (dired-mode-map):
7298 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7299 (lisp-interaction-mode-map):
7300 * emacs-lisp/package.el (package-menu-mode-map):
7301 * epa.el (epa-key-list-mode-map):
7302 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7303 (menu-bar-options-menu):
7304 * outline.el (outline-mode-menu-bar-map):
7305 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7306 * vc/vc-dir.el (vc-dir-menu-map):
7307 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7308 Capitalize non-function content words in menu item strings.
7309
7310 * dired.el (dired-mode-map): Add menu item for
7311 `image-dired-dired-toggle-marked-thumbs'.
7312
7313 2011-09-18 Juri Linkov <juri@jurta.org>
7314
7315 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7316 to `isearch-case-fold-search' and restore its original value
7317 after the `isearch-mode' call.
7318
7319 2011-09-18 Juri Linkov <juri@jurta.org>
7320
7321 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7322 because `zgrep' returns 1 for successful matches (bug#9226).
7323
7324 2011-09-18 Juri Linkov <juri@jurta.org>
7325
7326 * info.el (Info-extract-menu-node-name): Check the second match
7327 for empty string (second test-case of bug#9528).
7328 (Info-last-preorder): Let-bind `Info-history' to nil to not add
7329 intermediate nodes to the history (first test-case of bug#9528).
7330
7331 2011-09-18 Juri Linkov <juri@jurta.org>
7332
7333 * info.el (Info-mode-syntax-table): New variable.
7334 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
7335
7336 2011-09-18 Juri Linkov <juri@jurta.org>
7337
7338 * info.el (Info-file-supports-index-cookies):
7339 Increment line-beginning-position's arg from 3 to 4 because makeinfo
7340 outputs one more line for long file names (bug#4142).
7341
7342 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * newcomment.el (comment-normalize-vars): If prompting for
7345 comment-start, set comment-start-skip too (Bug#8424).
7346
7347 2011-09-18 Johan Bockgård <bojohan@gnu.org>
7348
7349 * icomplete.el: Fix previous fix of Bug#5849.
7350 (icomplete-mode): Don't set completion-show-inline-help.
7351 (icomplete-minibuffer-setup): Set completion-show-inline-help
7352 locally during icompletion.
7353
7354 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
7355
7356 * woman.el (woman2-process-escapes): Don't delete unrecognized
7357 escapes (Bug#7843).
7358
7359 * files.el (inhibit-first-line-modes-regexps): Add image files.
7360 (hack-local-variables-prop-line): Return nil for malformed
7361 prop-lines (Bug#9044).
7362
7363 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
7364
7365 * net/tramp.el (top): Don't require 'shell.
7366 (tramp-methods): Fix docstring.
7367 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
7368 Return complete remote file name. Handle "smb" case.
7369 Use `tramp-tmpdir', if defined for the respective method.
7370 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7371
7372 * net/tramp-compat.el (top): Require 'shell.
7373
7374 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7375 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7376 `tramp-current-host'.
7377 (tramp-get-remote-tmpdir): Remove.
7378
7379 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7380 `tramp-tmpdir' entries.
7381 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7382 (tramp-smb-handle-file-attributes): Ignore errors.
7383 (tramp-smb-wait-for-output): Check also for process end.
7384
7385 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7386
7387 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7388 when sending QUIT (bug#9312).
7389
7390 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7393 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7394 occur-mode-display-occurrence.
7395 (occur-edit-mode): Add usage message.
7396 (occur-cease-edit): New command.
7397 (occur-after-change-function): Use text properties to find the
7398 position of the prefix text.
7399 (occur-engine): Set stickiness of prefix text properties.
7400
7401 2011-09-17 Glenn Morris <rgm@gnu.org>
7402
7403 * progmodes/etags.el (complete-tag):
7404 Fix call to completion-in-region. (Bug#9526)
7405
7406 2011-09-17 Juri Linkov <juri@jurta.org>
7407
7408 * textmodes/ispell.el (ispell-word): Add to the error message
7409 the word, ispell program name and current dictionary (bug#9121).
7410 (ispell-tex-arg-end): Capitalize "error" in the error message.
7411
7412 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7413
7414 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7415 check. (Bug#4251)
7416
7417 2011-09-17 Juri Linkov <juri@jurta.org>
7418
7419 * window.el (window-safe-min-height, window-safe-min-width):
7420 Fix typos (followup to bug#9522).
7421
7422 2011-09-17 Sven Joachim <svenjoac@gmx.de>
7423
7424 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7425
7426 2011-09-16 Eli Zaretskii <eliz@gnu.org>
7427
7428 * simple.el (line-move): If goal-column is set, move by logical
7429 lines, not by display lines. (Bug#971)
7430 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7431 to reflect the above change.
7432
7433 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * image.el (imagemagick-register-types): Use regexp-opt.
7436
7437 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
7438
7439 * window.el (display-buffer-base-action): Rename from
7440 display-buffer-default-action. Make default value empty.
7441 (display-buffer-overriding-action): Convert to defvar.
7442 (display-buffer-fallback-action): New var.
7443
7444 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
7445
7446 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7447 declaration.
7448 (package--add-to-archive-contents): If there is a duplicate entry
7449 with an older version, remove it.
7450 (package-menu-mark-delete, package-menu-mark-install)
7451 (package-menu-mark-unmark): Make unused args optional.
7452 (package-menu-mark-obsolete-for-deletion):
7453 Use package-menu-get-status instead of a regexp search.
7454 (package-menu-get-status): Use tabulated-list-entry.
7455 (package-menu-mark-upgrades): New command.
7456 (package-menu-mode-map): Bind it to U. Add it to menu bar.
7457 (package-menu-execute): Do installation before deletion.
7458 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7459 instead of checking major-mode.
7460 (package-menu--find-upgrades): New function.
7461
7462 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7463
7464 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7465 passwords in the log buffer.
7466 (smtpmail-process-filter): Update the process marker so that the
7467 "broken by peer" status message is inserted in the right place.
7468
7469 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7472 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7473 bibtex-completion-at-point-function.
7474 (bibtex-completion-at-point-function): Use them.
7475
7476 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7477
7478 * mpc.el (mpc-constraints-tag-lookup): New function.
7479 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7480 also to browser "album|playlist".
7481
7482 2011-09-14 Juri Linkov <juri@jurta.org>
7483
7484 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7485 (isearch-edit-string): Use length of `isearch-string' when
7486 `isearch-fail-pos' returns nil.
7487 (isearch-message): Remove duplicate code and call
7488 `isearch-fail-pos' with arg `t'.
7489
7490 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * replace.el (occur-mode-goto-occurrence): Don't force using other
7493 window (Bug#9499).
7494
7495 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7496
7497 2011-09-14 Martin Rudalics <rudalics@gmx.at>
7498
7499 * window.el (display-buffer-window): Remove.
7500 (display-buffer-record-window): Use help-setup window parameter
7501 instead of variable display-buffer-window.
7502 (display-buffer-function, special-display-buffer-names)
7503 (special-display-function): Mention help-setup parameter instead
7504 of display-buffer-window in doc-string.
7505 * help.el (help-window-setup): New argument help-window.
7506 Use help-window-setup parameter instead of display-buffer-window.
7507 Reword some messages.
7508 (with-help-window): Pass window used for displaying the buffer
7509 to help-window-setup. Don't set display-buffer-window.
7510
7511 2011-09-13 Glenn Morris <rgm@gnu.org>
7512
7513 * emacs-lisp/debug.el (debugger-make-xrefs):
7514 Preserve point. (Bug#9462)
7515
7516 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * window.el (window-deletable-p): Use next-frame.
7519
7520 2011-09-13 Martin Rudalics <rudalics@gmx.at>
7521
7522 * window.el (window-auto-delete): Remove.
7523 (window-deletable-p): Remove argument FORCE. Don't deal with
7524 dedication and previous buffers.
7525 (switch-to-prev-buffer): Don't delete window.
7526 (delete-windows-on): Delete a window's frame if and only if the
7527 window is dedicated.
7528 (replace-buffer-in-windows): Delete buffer's window or frame if
7529 and only if window is dedicated.
7530 (quit-window): Handle quit-restore as before last change.
7531 (bury-buffer): Delete window only if window-deletable-p returns t.
7532
7533 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * window.el (window-deletable-p): Never delete the last frame on a
7536 given terminal.
7537
7538 2011-09-13 Glenn Morris <rgm@gnu.org>
7539
7540 * help.el (describe-key-briefly): Copy previous standard-output change.
7541
7542 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
7543
7544 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7545
7546 2011-09-13 Glenn Morris <rgm@gnu.org>
7547
7548 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7549 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7550
7551 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
7552
7553 * dired-aux.el (dired-mark-read-string): Don't return default
7554 value on empty input (Bug#9361).
7555 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7556 Omit initial minibuffer contents.
7557 (dired-do-chmod): Signal an error on empty input.
7558 (dired-mark-read-string): Don't return default on empty input.
7559
7560 * files.el (file-modes-symbolic-to-number): Doc fix.
7561
7562 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * international/mule-cmds.el (ucs-completions): Remove.
7565 (read-char-by-name): Use complete-with-action instead; add metadata.
7566
7567 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * window.el (display-buffer--action-function-custom-type)
7570 (display-buffer--action-custom-type): New vars.
7571 (display-buffer-alist, display-buffer-default-action)
7572 (display-buffer-overriding-action): Add defcustom types.
7573
7574 * frame.el (delete-other-frames): Doc fix (Bug#276).
7575
7576 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7577
7578 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7579
7580 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
7581
7582 Change modes that used same-window-* vars to use switch-to-buffer.
7583
7584 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7585 Use switch-to-buffer.
7586
7587 * cus-edit.el (customize-group, custom-buffer-create)
7588 (customize-browse, custom-buffer-create-other-window):
7589 Use switch-to-buffer or switch-to-buffer-other-window.
7590
7591 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7592 (Info-prev, Info-up, Info-speedbar-goto-node)
7593 (info-display-manual): Use switch-to-buffer.
7594 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7595
7596 * mail/sendmail.el (mail): Use switch-to-buffer.
7597 (mail-recover): Use switch-to-buffer-other-window.
7598
7599 * cmuscheme.el (run-scheme, switch-to-scheme):
7600 * ielm.el (ielm):
7601 * shell.el (shell):
7602 * net/rlogin.el (rlogin):
7603 * net/telnet.el (telnet, rsh):
7604 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7605
7606 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7607
7608 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7609
7610 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7613 so don't mention it (bug#9301).
7614 (dired-sort-toggle-or-edit): Clarify string further.
7615
7616 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7617 match `x', `w32' and `ns', like the manual says (bug#9029).
7618
7619 * subr.el (eval-after-load): Doc string clarification (bug#9125).
7620 (process-kill-buffer-query-function): Mention the buffer name in
7621 the query.
7622
7623 * image-mode.el (image-next-line): The line parameter is mandatory
7624 (bug#9258).
7625
7626 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7627 which can be useful (bug#9301).
7628
7629 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7630
7631 * subr.el (match-string): Mention that the current buffer should
7632 be the same as the search was done in (bug#9282).
7633
7634 * facemenu.el: Disable the remove-* commands if the mark isn't
7635 active (bug#9162).
7636
7637 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7640 of display-buffer.
7641 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7642
7643 * replace.el (occur-mode-goto-occurrence)
7644 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7645 and display-buffer.
7646
7647 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7648 display-buffer.
7649
7650 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7651 special-display and same-window variables.
7652 (mail-other-window): Use switch-to-buffer-other-window.
7653 (mail-other-frame): USe switch-to-buffer-other-frame.
7654
7655 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7656 Use display-buffer-other-frame.
7657 (gdb-display-gdb-buffer): Use pop-to-buffer.
7658
7659 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7660
7661 * progmodes/python.el: Don't set same-window-buffer-names.
7662
7663 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7664
7665 * window.el (display-buffer-alist): Add *Python*.
7666
7667 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * window.el (display-buffer-alist): Add entry for buffers
7670 previously handled same-window-*.
7671 (display-buffer-alist, display-buffer-default-action)
7672 (display-buffer-overriding-action): Mark as risky.
7673 (display-buffer-alist): Document action function changes.
7674 (display-buffer--same-window-action)
7675 (display-buffer--other-frame-action): New variables.
7676 (switch-to-buffer, display-buffer-other-frame): Use them.
7677 (display-buffer): Rename reuse-frame entry to reusable-frames.
7678 (display-buffer-reuse-selected-window): Function deleted.
7679 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7680 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7681 (display-buffer-special): New function.
7682 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7683 display-buffer-reuse-or-pop-window. Split off special-display
7684 part into display-buffer-special.
7685 (display-buffer-use-some-window): Don't perform any special
7686 pop-up-frames handling.
7687 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
7688 (display-buffer--maybe-same-window): Rename from
7689 display-buffer-maybe-same-window.
7690
7691 * info.el: Don't set same-window-regexps.
7692 (info-setup): New function.
7693 (info-other-window, info): Call it.
7694
7695 * cus-edit.el: Don't set same-window-regexps.
7696 (customize-group): New argument.
7697 (customize-group-other-window): Use it.
7698 (customize-face, customize-face-other-window): Likewise.
7699 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7700
7701 * net/rlogin.el:
7702 * net/telnet.el:
7703 * progmodes/gud.el: Don't set same-window-regexps.
7704
7705 * cmuscheme.el:
7706 * ielm.el:
7707 * shell.el:
7708 * mail/sendmail.el:
7709 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7710
7711 2011-09-10 Juri Linkov <juri@jurta.org>
7712
7713 * isearch.el (isearch-edit-string): Remove obsolete mention of
7714 `C-w' (`isearch-yank-word-or-char') from docstring.
7715 (isearch-query-replace): Fix typo in docstring (bug#9466).
7716
7717 2011-09-10 Juri Linkov <juri@jurta.org>
7718
7719 * paren.el (show-paren-function): Don't show escaped parens.
7720 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7721
7722 2011-09-10 Eli Zaretskii <eliz@gnu.org>
7723
7724 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7725 (mm-default-file-encoding): Remove autoload forms, they are
7726 replaced with autoload cookies in mml.el and mm-encode.el.
7727 (mail-add-attachment): New command.
7728 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7729 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7730 the doc string.
7731 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7732
7733 2011-09-10 Reuben Thomas <rrt@sc3d.org>
7734
7735 * simple.el (count-words-region): Use buffer if there's no region
7736 (bug#9429).
7737
7738 2011-09-09 Juri Linkov <juri@jurta.org>
7739
7740 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7741 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7742 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7743
7744 2011-09-09 Alan Mackenzie <acm@muc.de>
7745
7746 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7747 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7748
7749 2011-09-09 Eli Zaretskii <eliz@gnu.org>
7750
7751 Fix for Savannah bug#9392.
7752 * simple.el (mail-encode-mml): New defvar.
7753
7754 * mail/rmail.el (mail-encode-mml): Add a defvar.
7755 (rmail-enable-mime-composing): Default to t.
7756 (rmail-forward): Use MIME method of forwarding only if both
7757 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7758 Set mail-encode-mml non-nil if the MIME method was used.
7759
7760 * mail/sendmail.el (mml-to-mime): Add autoload form.
7761 (mail-encode-mml): Add a defvar.
7762 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7763 to nil.
7764 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7765 message through mml-to-mime, and reset mail-encode-mml to nil.
7766
7767 2011-09-09 Glenn Morris <rgm@gnu.org>
7768
7769 * woman.el (woman-if-body): When processing an .el block,
7770 do not delete the next .el block as well. (Bug#9447)
7771 (woman-special-characters): Add oq, cq, and hy characters.
7772
7773 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7774
7775 * window.el (window-deletable-p): Make sure window is live before
7776 invoking window-prev-buffers.
7777
7778 2011-09-08 Leo Liu <sdl.web@gmail.com>
7779
7780 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7781
7782 2011-09-08 Juri Linkov <juri@jurta.org>
7783
7784 * progmodes/compile.el (compilation-environment): Make it
7785 a defcustom (bug#8340).
7786
7787 2011-09-08 Martin Rudalics <rudalics@gmx.at>
7788
7789 * window.el (frame-auto-delete): Rename to window-auto-delete.
7790 Make it control auto-deletion of windows and/or frames.
7791 (window-deletable-p): New argument FORCE. Rewrite conditions
7792 for deleting window/frame. (Bug#9419)
7793 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7794 Rewrite handling of case when window/frame can be deleted.
7795 (delete-windows-on): Call window-deletable-p with new FORCE
7796 argument t. (Bug#9456)
7797
7798 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * help-mode.el (help-mode): Restore autoload.
7801
7802 2011-09-07 Juri Linkov <juri@jurta.org>
7803
7804 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7805 `compilation-environment'. Set buffer-local
7806 `compilation-environment' to `thisenv' later after (funcall mode).
7807 (Bug#8340)
7808
7809 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7810 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7811 instead of replacing its value. (Bug#8340)
7812
7813 2011-09-07 Juri Linkov <juri@jurta.org>
7814
7815 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7816 based on text properties put by `grep-filter' instead of matching
7817 escape sequences.
7818 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7819 to the value of `grep-error-screen-columns' (bug#9438).
7820
7821 2011-09-07 Juri Linkov <juri@jurta.org>
7822
7823 * simple.el (next-error-highlight, next-error-highlight-no-select):
7824 Doc fix (bug#9432).
7825
7826 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7827
7828 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7829 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7830
7831 2011-09-07 Leo Liu <sdl.web@gmail.com>
7832
7833 * net/rcirc.el (rcirc-mode): Conditionally initialize
7834 rcirc-input-ring.
7835
7836 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * emacs-lisp/find-func.el (find-function-C-source): Only set
7839 find-function-C-source-directory after checking that we found a source
7840 file there (bug#9440).
7841
7842 2011-09-06 Alan Mackenzie <acm@muc.de>
7843
7844 * isearch.el (isearch-other-meta-char): Wherever a key list is
7845 unread, "unread" the prefix arg, too. This fixes bug #8901.
7846
7847 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7848
7849 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7850
7851 2011-09-05 Juri Linkov <juri@jurta.org>
7852
7853 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7854
7855 2011-09-05 Juri Linkov <juri@jurta.org>
7856
7857 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7858 keeping point where processing of grep matches begins, and
7859 continue to delete remaining escape sequences from the same point.
7860 (grep-filter): Make leading zero optional in "0?1;31m" because
7861 git-grep emits "\033[1;31m" escape sequences unlike expected
7862 "\033[01;31m" as GNU Grep does (bug#9408).
7863 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7864
7865 2011-09-05 Juri Linkov <juri@jurta.org>
7866
7867 * subr.el (y-or-n-p): Capitalize "yes".
7868
7869 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
7870
7871 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7872 `tramp-cache-unload-hook' where appropriate.
7873 (tramp-methods): Rename `tramp-remote-sh' to
7874 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7875 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7876
7877 * net/tramp-sh.el (top): Don't require 'shell.
7878 (tramp-methods): Add `tramp-remote-shell' and
7879 `tramp-remote-shell-args' entries.
7880 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7881 (tramp-sh-handle-shell-command): Remove.
7882 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7883 Use `tramp-remote-shell'.
7884
7885 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * mail/sendmail.el (sendmail-query-once-function): Delete.
7888 (sendmail-query-once): Save directly to send-mail-function.
7889 Update message-send-mail-function too.
7890
7891 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7892
7893 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7894
7895 * progmodes/python.el (python-mode-map): Use correct function to
7896 start python interpreter from menu-bar (as reported by Geert
7897 Kloosterman).
7898 (inferior-python-mode-map): Fix typo.
7899 (python-shell-map): Remove.
7900
7901 2011-09-03 Deniz Dogan <deniz@dogan.se>
7902
7903 * net/rcirc.el (rcirc-print): Simplify code for
7904 rcirc-scroll-show-maximum-output. There is no need to walk
7905 through all windows to find the right one.
7906
7907 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7908
7909 * help.el (help-return-method): Doc fix.
7910
7911 2011-09-03 Martin Rudalics <rudalics@gmx.at>
7912
7913 * window.el (window-deletable-p): Don't return a non-nil value
7914 when there's a buffer that was shown in the window before.
7915 (Bug#9419)
7916 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7917 Set window's previous buffers to nil.
7918
7919 2011-09-03 Eli Zaretskii <eliz@gnu.org>
7920
7921 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7922 newline before and after the tag line, so it doesn't interfere
7923 with determining the paragraph direction of bidirectional text.
7924
7925 2011-09-03 Leo Liu <sdl.web@gmail.com>
7926
7927 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7928
7929 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
7932 (pop-to-buffer): Change interactive spec. Pass second argument
7933 directly to display-buffer.
7934 (display-buffer): Fix interactive spec. Use functionp to
7935 distinguish between a function and a list of functions.
7936
7937 * abbrev.el (edit-abbrevs):
7938 * arc-mode.el (archive-extract):
7939 * autoinsert.el (auto-insert):
7940 * bookmark.el (bookmark-bmenu-list):
7941 * files.el (find-file):
7942 * view.el (view-buffer):
7943 * progmodes/compile.el (compilation-goto-locus):
7944 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7945
7946 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7947
7948 * window.el (display-buffer-alist): Doc fix.
7949 (display-buffer): Add docstring. Don't treat
7950 display-buffer-default specially.
7951 (display-buffer-reuse-selected-window)
7952 (display-buffer-same-window, display-buffer-maybe-same-window)
7953 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7954 (display-buffer-pop-up-window)
7955 (display-buffer-reuse-or-pop-window)
7956 (display-buffer-use-some-window): New functions.
7957 (display-buffer-default-action): Use them.
7958 (display-buffer-default): Delete.
7959 (pop-to-buffer-1): Fix choice of actions.
7960
7961 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * minibuffer.el (completion--insert-strings): Don't get confused by
7964 completion entries that end with an LF char.
7965
7966 2011-09-01 Eli Zaretskii <eliz@gnu.org>
7967
7968 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7969
7970 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * window.el (display-buffer): Restore interactive spec.
7973 (display-buffer-same-window, display-buffer-other-window):
7974 New functions.
7975 (pop-to-buffer-1): New function. Use the above.
7976 (pop-to-buffer, pop-to-buffer-same-window): Use it.
7977 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
7978
7979 * view.el (view-buffer-other-window, view-buffer-other-frame):
7980 Just use pop-to-buffer.
7981
7982 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7983
7984 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7985
7986 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7987
7988 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7989
7990 2011-08-31 Richard Stallman <rms@gnu.org>
7991
7992 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7993 of the separation of rmail-view-buffer from rmail-buffer.
7994 If you say no to "replace original", the decrypt is in the
7995 view buffer. If you say yes, the decrypt goes into the
7996 rmail buffer also.
7997
7998 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7999
8000 * window.el (display-buffer-window): Rewrite doc-string.
8001 (display-buffer-record-window): New function.
8002 (display-buffer-macro-specifiers)
8003 (display-buffer-even-window-sizes, display-buffer-set-height)
8004 (display-buffer-set-width, display-buffer-in-window)
8005 (display-buffer-reuse-window, display-buffer-split-specifiers)
8006 (display-buffer-side-specifiers, display-buffer-split-window-1)
8007 (display-buffer-split-window, display-buffer-split-atom-window)
8008 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8009 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
8010 (display-buffer-other-window-means-other-frame)
8011 (display-buffer-normalize-special)
8012 (display-buffer-normalize-default)
8013 (display-buffer-normalize-argument)
8014 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
8015 (display-buffer-normalize-specifiers, display-buffer-frame)
8016 (display-buffer-same-window, display-buffer-same-frame)
8017 (display-buffer-other-window)
8018 (display-buffer-same-frame-other-window)
8019 (display-buffer-other-frame, pop-to-buffer-same-window)
8020 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
8021 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
8022 (switch-to-buffer-same-frame)
8023 (switch-to-buffer-other-window-same-frame)
8024 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
8025 (display-buffer-alist-set-1, display-buffer-alist-set-2)
8026 (display-buffer-alist-set): Remove.
8027 (display-buffer-function, special-display-buffer-names)
8028 (special-display-regexps, special-display-function):
8029 In doc-string refer to display-buffer-window and quit-restore
8030 parameter.
8031 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
8032 (special-display-frame-alist, special-display-popup-frame)
8033 (same-window-buffer-names, same-window-regexps, same-window-p)
8034 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8035 (split-window-preferred-function, split-height-threshold)
8036 (split-width-threshold, window-splittable-p)
8037 (split-window-sensibly, window--try-to-split-window)
8038 (window--frame-usable-p, even-window-heights)
8039 (window--even-window-heights, window--display-buffer-1)
8040 (window--display-buffer-2, display-buffer-other-frame):
8041 Restore old Emacs 23 code, order and doc-strings where applicable.
8042 (display-buffer-default, display-buffer-assq-regexp): New functions.
8043 (display-buffer-alist): Rewrite doc-string.
8044 (display-buffer-default-action)
8045 (display-buffer-overriding-action): New variables.
8046 (display-buffer, switch-to-buffer): Rewrite.
8047 (pop-to-buffer): Restore Emacs 23 behavior but use
8048 window-normalize-buffer-to-display.
8049 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8050 Restore Emacs 23 behavior but use
8051 window-normalize-buffer-to-switch-to.
8052 (pop-to-buffer-same-window): Rewrite.
8053 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
8054 Rewrite using Emacs 23 options.
8055
8056 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
8057
8058 * net/tramp.el (tramp-root-regexp): Remove.
8059 (tramp-completion-file-name-regexp-unified)
8060 (tramp-completion-file-name-regexp-separate)
8061 (tramp-completion-file-name-regexp-url): Don't use leading volume
8062 letter on win32 systems. (Bug#5303, Bug#9311)
8063 (tramp-drop-volume-letter): Simplify definition.
8064 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8065
8066 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
8069 (bug#9356).
8070
8071 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
8072
8073 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
8074
8075 2011-08-29 Juri Linkov <juri@jurta.org>
8076
8077 * isearch.el (isearch-done): Don't display message "Mark saved"
8078 when arg `edit' is non-nil to prevent its flicker in the echo area.
8079
8080 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
8083 obsolete packages for deletion.
8084
8085 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
8086
8087 * help-mode.el (help-mode-map): Add special-mode-map to parent.
8088 (help-mode): Derive help-mode from special-mode. Don't invoke
8089 view-mode from help-mode.
8090 (help-xref-override-view-map): Remove.
8091 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
8092 view-mode is not used anymore.
8093
8094 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * server.el (server-port): Doc fix.
8097
8098 * cus-theme.el (custom-theme-choose-mode): Inherit from
8099 special-mode (Bug#9124).
8100 (custom-theme-choose-mode-map): Add special-mode to parent.
8101
8102 2011-08-28 Alan Mackenzie <acm@muc.de>
8103
8104 * progmodes/cc-fonts.el
8105 (c-make-font-lock-BO-decl-search-function): New function.
8106 (c-basic-matchers-after - "Fontify the clauses after various
8107 keywords"): Extract the three keyword lists for the 3 erroneous
8108 constructs from the list of four, and use the new function above
8109 in place of an old one.
8110
8111 2011-08-28 Deniz Dogan <deniz@dogan.se>
8112
8113 * net/rcirc.el (rcirc-insert-prev-input)
8114 (rcirc-insert-next-input): Remove unused argument.
8115
8116 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
8119
8120 2011-08-27 Alan Mackenzie <acm@muc.de>
8121
8122 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
8123 handle function pointer parameters properly.
8124
8125 2011-08-27 Martin Rudalics <rudalics@gmx.at>
8126
8127 * window.el (display-buffer-reuse-window): Fix case where
8128 selected window was reused with non-nil OTHER-WINDOW argument.
8129 (Bug#9381)
8130
8131 2011-08-27 Deniz Dogan <deniz@dogan.se>
8132
8133 * net/rcirc.el (rcirc-check-auth-status): Adding support for
8134 oftc's NickServ messages.
8135
8136 2011-08-27 Glenn Morris <rgm@gnu.org>
8137
8138 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
8139
8140 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * emacs-lisp/package.el (package-install): Call package-initialize
8143 if called interactively.
8144
8145 2011-08-26 Leo Liu <sdl.web@gmail.com>
8146
8147 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
8148
8149 2011-08-25 Juri Linkov <juri@jurta.org>
8150
8151 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8152 `search-whitespace-regexp' (bug#9364).
8153
8154 2011-08-25 Juri Linkov <juri@jurta.org>
8155
8156 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
8157 `regexp-search-ring' to their global values to protect from
8158 updating by `read-from-minibuffer' (bug#9185).
8159
8160 2011-08-25 Juri Linkov <juri@jurta.org>
8161
8162 * textmodes/ispell.el (ispell-command-loop): Add newline
8163 at the end of the "Use option `i'..." line.
8164
8165 2011-08-25 Juri Linkov <juri@jurta.org>
8166
8167 * battery.el (display-battery-mode): If `battery-status-function'
8168 or `battery-mode-line-format' is nil, display the message and set
8169 `display-battery-mode' to nil (bug#9363).
8170
8171 2011-08-25 Eli Zaretskii <eliz@gnu.org>
8172
8173 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
8174 bidi-string-mark-left-to-right; they are unnecessary now.
8175
8176 2011-08-25 Deniz Dogan <deniz@dogan.se>
8177
8178 * net/quickurl.el: Documentation typo fixes.
8179
8180 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
8183
8184 2011-08-25 Glenn Morris <rgm@gnu.org>
8185
8186 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8187
8188 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8189 (smtpmail-via-smtp): Handle nil response from smtp.
8190
8191 2011-08-24 Juri Linkov <juri@jurta.org>
8192
8193 * proced.el (proced-marked): Inherit from `error' instead of
8194 `font-lock-warning-face'.
8195
8196 * ibuffer.el (ibuffer-marked-face): Change default face from
8197 `font-lock-warning-face' to `warning'.
8198 (ibuffer-deletion-face): Change default face from
8199 `font-lock-type-face' to `error'.
8200
8201 * battery.el (battery-update): Use the face `error' instead of
8202 `font-lock-warning-face' (bug#6117).
8203
8204 2011-08-24 Juri Linkov <juri@jurta.org>
8205
8206 * faces.el (success): Change face color from "Green3" to
8207 "ForestGreen" on light background (bug#9353).
8208
8209 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * window.el (quit-window): Rename from quit-restore-window.
8212 Use same arglist as old quit-window.
8213 (frame-auto-delete): Doc fix.
8214
8215 * view.el (view-mode-exit): Use quit-window.
8216
8217 2011-08-24 Juri Linkov <juri@jurta.org>
8218
8219 * isearch.el (isearch-ring-adjust1): Start visiting previous
8220 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8221 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8222 for empty search string (when the last search string is reused
8223 automatically) to adjust the isearch ring to the last element and
8224 prepare the correct index for further M-p commands (bug#9185).
8225
8226 2011-08-24 Kenichi Handa <handa@m17n.org>
8227
8228 * international/ucs-normalize.el: If decomposition property of
8229 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8230 nil.
8231 (nfd, nfkd): Likewise.
8232
8233 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8236 from process filters aren't reliably transmitted to the surrounding
8237 accept-process-output.
8238 (mpc-proc-check): New function.
8239 (mpc-proc-sync): Use it (bug#8293)
8240
8241 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8244 Add compatibility functions (bug#9313).
8245
8246 2011-08-23 Eli Zaretskii <eliz@gnu.org>
8247
8248 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8249
8250 * international/uni-bidi.el: Regenerate.
8251
8252 2011-08-23 Kenichi Handa <handa@m17n.org>
8253
8254 * international/charprop.el:
8255 * international/uni-bidi.el:
8256 * international/uni-category.el:
8257 * international/uni-combining.el:
8258 * international/uni-comment.el:
8259 * international/uni-decimal.el:
8260 * international/uni-decomposition.el:
8261 * international/uni-digit.el:
8262 * international/uni-lowercase.el:
8263 * international/uni-mirrored.el:
8264 * international/uni-name.el:
8265 * international/uni-numeric.el:
8266 * international/uni-old-name.el:
8267 * international/uni-titlecase.el:
8268 * international/uni-uppercase.el: Regenerate.
8269
8270 2011-08-23 Martin Rudalics <rudalics@gmx.at>
8271
8272 * help.el (help-window-setup): Fix message displayed when other
8273 window is reused. (Bug#9341)
8274
8275 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8278 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8279
8280 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8281 Mark obsolete.
8282 * shell.el (shell-parse-pcomplete-arguments): New function.
8283 (shell-completion-vars): Use it instead (bug#9160).
8284
8285 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8288 strings and comments (bug#9333).
8289
8290 * emacs-lisp/debug.el (debug-arglist): New function.
8291 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8292 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8293
8294 2011-08-22 Juri Linkov <juri@jurta.org>
8295
8296 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8297 Revert regexp that highlights output switches to its old
8298 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8299
8300 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8301 to check for empty output (bug#9226).
8302
8303 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8306 symbol-constituent as the default, as that stops font-lock from
8307 working properly (Bug#8843).
8308
8309 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8310
8311 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8312 `coding-system-for-*' around the process open call to avoid
8313 auth-source side effects.
8314 (smtpmail-try-auth-methods): Expand the secret password.
8315 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8316 probe hangs.
8317
8318 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
8319
8320 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8321
8322 * emacs-lisp/find-func.el (find-function-noselect): New arg
8323 lisp-only.
8324
8325 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
8326 signal an error for built-in functions (Bug#6664).
8327
8328 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8329
8330 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
8331 (smtpmail-try-auth-methods): Use it.
8332
8333 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
8334
8335 * font-lock.el (font-lock-fontify-region)
8336 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
8337 (font-lock-default-unfontify-buffer)
8338 (font-lock-default-fontify-region)
8339 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
8340
8341 * progmodes/compile.el (compilation-error-properties):
8342 Fix confusion between file struct and message struct (Bug#9319).
8343 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
8344 `ant' regexp.
8345
8346 * net/browse-url.el (browse-url-firefox): Don't call
8347 browse-url-firefox-sentinel unless using -remote (Bug#9328).
8348
8349 2011-08-20 Glenn Morris <rgm@gnu.org>
8350
8351 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8352
8353 * tutorial.el (tutorial--default-keys): Update some default bindings.
8354
8355 * files.el (hack-local-variables): Fully ignore case for "mode:".
8356
8357 2011-08-20 Alan Mackenzie <acm@muc.de>
8358
8359 Resolve invalid use of a regexp in regexp-opt.
8360
8361 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8362 detection for a java annotation.
8363
8364 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
8365 detection for a java annotation.
8366
8367 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8368 handling for java.
8369 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8370
8371 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
8372
8373 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8374 (Bug#9274).
8375
8376 2011-08-20 Alan Mackenzie <acm@muc.de>
8377
8378 Fontify CPP expressions correctly when starting in the middle of
8379 such a construct. Mainly for when jit-lock etc. starts a chunk
8380 here.
8381
8382 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
8383 variable.
8384 (c-make-font-lock-search-form): New function, extracted from
8385 c-make-font-lock-search-function.
8386 (c-make-font-lock-search-function): Use the above function.
8387 (c-make-font-lock-context-search-function): New function.
8388 (c-cpp-matchers): Enhance the preprocessor expression case with
8389 the above function
8390 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8391 which takes an expression.
8392
8393 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8394
8395 2011-08-20 Martin Rudalics <rudalics@gmx.at>
8396
8397 * window.el (display-buffer-reuse-window)
8398 (display-buffer-pop-up-window): Don't reuse or split a side
8399 window.
8400
8401 2011-08-19 Glenn Morris <rgm@gnu.org>
8402
8403 * files.el (hack-local-variables-prop-line, hack-local-variables):
8404 Downcase "Mode:". (Bug#9331)
8405
8406 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
8407
8408 * international/characters.el: Add L and R categories.
8409
8410 * subr.el (bidi-string-mark-left-to-right): Rename from
8411 string-mark-left-to-right. Use category search.
8412
8413 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8414
8415 2011-08-18 Juri Linkov <juri@jurta.org>
8416
8417 * faces.el (error, warning, success): New faces with definitions
8418 copied from old default values of `font-lock-warning-face',
8419 `compilation-warning', `compilation-info' (bug#6117).
8420
8421 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8422
8423 * progmodes/compile.el (compilation-error): Inherit from `error'.
8424 (compilation-warning): Inherit from `warning'.
8425 (compilation-info): Inherit from `success'.
8426
8427 * dired.el (dired-marked): Inherit from `warning'.
8428 (dired-flagged): Inherit from `error'.
8429
8430 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8431
8432 * mail/smtpmail.el (auth-source): Require to avoid problems with
8433 binding variables (bug#9298). Also clean up some unused
8434 autoloads.
8435
8436 * net/network-stream.el (network-stream-open-starttls):
8437 Support using starttls.el without using gnutls-cli.
8438
8439 2011-08-17 Juri Linkov <juri@jurta.org>
8440
8441 * progmodes/grep.el (rgrep): Handle the case when
8442 `grep-find-command' is a cons cell (bug#9278).
8443
8444 2011-08-17 Martin Rudalics <rudalics@gmx.at>
8445
8446 * window.el (display-buffer-pop-up-frame): Run frame creation
8447 function with BUFFER current (as special-display-popup-frame
8448 does). Reported by Drew Adams.
8449
8450 2011-08-17 Daiki Ueno <ueno@unixuser.org>
8451
8452 * epa-mail.el: Simplify GnuPG group expansion using
8453 epg-expand-group.
8454 (epa-mail-group-alist, epa-mail-group-modtime)
8455 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8456 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8457 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8458 Remove.
8459
8460 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
8461
8462 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8463
8464 2011-08-16 Alan Mackenzie <acm@muc.de>
8465
8466 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8467 Correct, to avoid the inside of macros.
8468
8469 2011-08-16 Richard Stallman <rms@gnu.org>
8470
8471 * epa-mail.el: Handle GnuPG group definitions.
8472 (epa-mail-group-alist, epa-mail-group-modtime)
8473 (epa-mail-gnupg-conf-file): New variables.
8474 (epa-mail-parse-groups, epa-mail-sync-groups)
8475 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8476 (epa-mail-expand-recipients): New functions.
8477 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8478
8479 * mail/rmail.el (rmail-epa-decrypt): New command.
8480
8481 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8482 Don't bind buffer-read-only, just inhibit-read-only.
8483 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8484 (epa-decrypt-armor-in-region): Make error message clearer.
8485
8486 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8489 and "a2b" to "ab" for `prefix'.
8490
8491 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8494 filter groups.
8495 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8496 Fourquet (Bug#8804).
8497
8498 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * startup.el (argi): Declare as global variable (bug#9275).
8501
8502 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * subr.el (string-mark-left-to-right): Search the entire string
8505 for RTL script, not just the terminating character. Doc fix.
8506
8507 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8510 New function.
8511 (js--regexp-literal, js-syntax-propertize-function): Remove.
8512 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8513 (js-mode-map): Don't rebind electric keys.
8514 (js-insert-and-indent): Remove.
8515 (js-mode): Setup electric-layout and electric-indent instead.
8516
8517 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8518
8519 2011-08-12 Daiki Ueno <ueno@unixuser.org>
8520
8521 * epa.el (epa-progress-callback-function): Fix the logic of
8522 displaying progress.
8523 * epa-file.el (epa-file-insert-file-contents): Make progress
8524 display more user-friendly.
8525 (epa-file-write-region): Ditto.
8526
8527 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * subr.el (string-mark-left-to-right): New function.
8530
8531 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8532 Use string-mark-left-to-right.
8533 (list-buffers-noselect): Caller changed.
8534
8535 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8536 Use string-mark-left-to-right.
8537 (tabulated-list-print): Recenter after moving point.
8538
8539 2011-08-10 Juri Linkov <juri@jurta.org>
8540
8541 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8542 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8543 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8544
8545 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8548 (Bug#7554).
8549
8550 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
8551
8552 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8553 character. (Bug#6594)
8554
8555 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
8556
8557 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8558 (image-dired--with-db-file): New macro.
8559 (image-dired-write-tags, image-dired-remove-tag)
8560 (image-dired-create-gallery-lists, image-dired-write-comments)
8561 (image-dired-get-comment, image-dired-mark-tagged-files)
8562 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8563 (image-dired-gallery-generate): Use insert-file-contents.
8564
8565 * time.el (display-time-world-list, display-time-world-display):
8566 * time-stamp.el (time-stamp-string):
8567 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8568 set-time-zone-rule (Bug#7337).
8569
8570 2011-08-08 Daiki Ueno <ueno@unixuser.org>
8571
8572 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8573 (epg-error-to-string, epg-errors-to-string): New function.
8574 (epg-wait-for-completion): Reverse errors list.
8575 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8576 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8577 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8578 (epg-sign-keys, epg-generate-key-from-file)
8579 (epg-generate-key-from-string): Format errors by using
8580 epg-errors-to-string (bug#9255).
8581 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8582
8583 2011-08-07 Juri Linkov <juri@jurta.org>
8584
8585 * faces.el (list-faces-display): Remove extra angle bracket
8586 from `help-mode-map'.
8587
8588 * info.el (Info-history-toc-nodes): Doc fix.
8589
8590 * longlines.el (longlines-mode): Doc fix.
8591
8592 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8595 of statements and in a few more cases (bug#9183).
8596
8597 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8598 New functions.
8599 (cl-transform-lambda): Use them (bug#9239).
8600
8601 2011-08-05 Martin Rudalics <rudalics@gmx.at>
8602
8603 * window.el (display-buffer-same-window)
8604 (display-buffer-same-frame, display-buffer-other-window)
8605 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8606 (pop-to-buffer-other-window)
8607 (pop-to-buffer-same-frame-other-window)
8608 (pop-to-buffer-other-frame): Make them defuns.
8609 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8610
8611 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * subr.el (make-composed-keymap): Move from C. Change calling
8614 convention, and improve docstring to bring attention to a subtle point.
8615 * minibuffer.el (completing-read-default): Adjust accordingly.
8616
8617 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
8618
8619 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8620 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8621
8622 * net/trampver.el: Update release number.
8623
8624 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8627 "in" (bug#9190).
8628
8629 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8630
8631 * mail/sendmail.el (sendmail-query-once): Restore the current
8632 buffer after querying (bug#9074).
8633
8634 * dired.el (dired-flagged): Use different faces for marked and
8635 flagged files (bug#6117).
8636
8637 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8638 (bug#4433).
8639
8640 * ido.el (ido-mode): Switch off the message if called
8641 non-interactively.
8642
8643 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8644 before 587, since it appears that that's more likely to work for
8645 more people.
8646
8647 * cus-edit.el (custom-file): When running under emacs -q, always
8648 refuse to save the customizations, even if the .emacs file doesn't
8649 exist.
8650
8651 * info.el: Remove the `Info-beginning-of-buffer' function
8652 (bug#8325).
8653
8654 * net/network-stream.el (network-stream-open-starttls):
8655 Use `starttls-available-p' to see whether starttls.el can be used.
8656
8657 2011-08-01 Martin Rudalics <rudalics@gmx.at>
8658
8659 * window.el (display-buffer-in-window): Don't set dedicated status
8660 of window here (Bug#9215).
8661 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8662 (display-buffer-pop-up-side-window)
8663 (display-buffer-in-side-window): Set dedicated status of window here.
8664
8665 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8668 before binding generated-autoload-file.
8669
8670 2011-08-01 Deniz Dogan <deniz@dogan.se>
8671
8672 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8673
8674 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
8675
8676 Sync with Tramp 2.2.2.
8677
8678 * net/trampver.el: Update release number.
8679
8680 2011-07-30 Juri Linkov <juri@jurta.org>
8681
8682 * dired-aux.el (dired-touch-initial): Remove function.
8683 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8684 current time, and `default' to the last modification time of the
8685 current marked file (bug#6887).
8686
8687 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8688
8689 * simple.el (goto-line): Use string-to-number to provide a
8690 numeric argument to read-number (bug#9163).
8691
8692 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
8693
8694 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8695 connection process, it could be nil.
8696
8697 2011-07-27 Leo Liu <sdl.web@gmail.com>
8698
8699 Simplify url handling in rcirc-mode.
8700
8701 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8702 (rcirc-browse-url-at-mouse): Remove.
8703 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8704
8705 2011-07-26 Alan Mackenzie <acm@muc.de>
8706
8707 Fontify bitfield declarations properly.
8708
8709 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8710 (c-symbol-chars): Now exported as a lang variable.
8711 (c-not-primitive-type-keywords): New lang variable.
8712
8713 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8714 QT keyword "more" to prevent "more slots: ...." being spuriously
8715 parsed as a bitfield declaration.
8716
8717 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8718 Refactor and enhance to handle bitfield declarations.
8719 (c-punctuation-in): New function.
8720 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8721 declarations properly.
8722
8723 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
8724
8725 * calendar/icalendar.el (icalendar--all-events): Take care of
8726 multiple vcalendars in a single file.
8727 (icalendar--convert-float-to-ical): Checkdoc fixes.
8728
8729 2011-07-25 Deniz Dogan <deniz@dogan.se>
8730
8731 * image.el (insert-image): Clarifying docstring.
8732
8733 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8736 `tramp-send-command-and-check' if there is no error.
8737 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8738
8739 2011-07-22 Alan Mackenzie <acm@muc.de>
8740
8741 Prevent cc-langs.elc being loaded at run time.
8742
8743 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8744 cc-langs.
8745
8746 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
8747 "(require 'cc-langs)". Quote a form so it will evaluate at
8748 (cc-mode's) compilation time.
8749
8750 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
8751
8752 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8753 loading. (Bug#9114)
8754
8755 2011-07-21 Martin Rudalics <rudalics@gmx.at>
8756
8757 * window.el (display-buffer-pop-up-window)
8758 (display-buffer-pop-up-side-window)
8759 (display-buffer-in-side-window): Call display-buffer-set-height
8760 and display-buffer-set-width after setting the new window's
8761 buffer so `fit-window-to-buffer' and friends work on the right buffer.
8762
8763 2011-07-20 Sam Steingold <sds@gnu.org>
8764
8765 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8766 (etags-tags-included-tables): Call `convert-standard-filename' on
8767 the file names contained in TAGS so that windows Emacs can handle
8768 TAGS files created by cygwin ctags.
8769
8770 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8771
8772 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8773 which apparently didn't work.
8774
8775 2011-07-19 Roland Winkler <winkler@gnu.org>
8776
8777 * proced.el (proced-send-signal): For *Marked Processes* buffer
8778 put point at beginning of buffer.
8779
8780 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
8781
8782 * proced.el (proced-format): Make header lines align with the text
8783 (bug#1779).
8784
8785 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8786
8787 * view.el (view-buffer): Allow running in `special' modes if we're
8788 visiting a file (bug#8615).
8789
8790 2011-07-19 Martin Rudalics <rudalics@gmx.at>
8791
8792 * window.el (display-buffer-alist-of-strings-p)
8793 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8794 New functions.
8795 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8796 more accurately.
8797
8798 2011-07-18 Alan Mackenzie <acm@muc.de>
8799
8800 Fontify declarators properly when, e.g., a jit-lock chunk begins
8801 inside a declaration.
8802
8803 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8804
8805 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8806 New function.
8807 (c-complex-decl-matchers): Insert reference to
8808 c-font-lock-enclosing-decls.
8809
8810 * progmodes/cc-engine.el (c-backward-single-comment):
8811 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8812 to nil around calls to (forward-comment -1).
8813
8814 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8815
8816 * image.el (put-image): Doc typo fix.
8817
8818 * progmodes/etags.el (tags-search): Doc typo fix.
8819
8820 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8821 password if we get errors 550 to 554.
8822
8823 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8824
8825 * net/gnutls.el (gnutls-log-level): Remove.
8826
8827 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8828 indentation character (bug#6380).
8829
8830 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8831
8832 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8833 to clarify what the problem is (bug#4291).
8834
8835 * simple.el (current-kill): Clarify what
8836 `interprogram-paste-function' does (bug#7500).
8837 (auto-fill-mode): Document `auto-fill-function' in relation to
8838 `auto-fill-mode' (bug#2470).
8839
8840 2011-07-16 Lawrence Mitchell <wence@gmx.li>
8841
8842 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8843 method if slot is read-only (bug#9035).
8844
8845 2011-07-16 Martin Rudalics <rudalics@gmx.at>
8846
8847 * frame.el (select-frame-set-input-focus): New argument NORECORD.
8848 * window.el (pop-to-buffer): Select window used even if it was
8849 selected before, see discussion of (Bug#8615), (Bug#6954).
8850 Pass argument NORECORD on to select-frame-set-input-focus.
8851
8852 2011-07-15 Glenn Morris <rgm@gnu.org>
8853
8854 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
8855 Respect help-form.
8856
8857 2011-07-09 Lawrence Mitchell <wence@gmx.li>
8858
8859 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8860 (gnutls-negotiate): Use it.
8861
8862 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8863
8864 * net/gnutls.el (gnutls-negotiate):
8865 Upcase `gnutls-algorithm-priority'.
8866
8867 2011-07-15 Glenn Morris <rgm@gnu.org>
8868
8869 * jka-compr.el (jka-compr-verbose): Move from here...
8870 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8871 Add missing :version tag.
8872 * info.el: No need to require jka-compr when compiling.
8873
8874 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
8876 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8877 (gnutls-negotiate): Use it.
8878
8879 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8880
8881 * info.el (Info-beginning-of-buffer): New command.
8882 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8883 announcing `b' as the key (bug#8325).
8884 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
8885
8886 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8887
8888 * international/mule-cmds.el
8889 (describe-specified-language-support): Make the error message
8890 clearer (bug#8905).
8891
8892 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8893
8894 * isearch.el (isearch-barrier): Add a doc string, since it's
8895 mentioned in a function doc string (bug#8678).
8896
8897 2011-07-15 Martin Rudalics <rudalics@gmx.at>
8898
8899 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8900 buffer argument (Bug#9083) and self-identifying label argument.
8901
8902 2011-07-15 Glenn Morris <rgm@gnu.org>
8903
8904 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8905
8906 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8907
8908 * man.el (Man-fontify-manpage): Fix message when formatting the
8909 man page (bug#7929).
8910
8911 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8912
8913 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8914 argument LRM; if non-nil, append an invisible LRM character to the
8915 buffer name.
8916 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8917 last argument non-nil, when formatting buffer names.
8918 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8919 paragraph direction.
8920
8921 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8922
8923 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8924 the man page name (bug#7929).
8925
8926 * image.el (put-image): Mention the `put-image' overlay property
8927 (bug#7834).
8928
8929 * scroll-bar.el (set-scroll-bar-mode): Mention that
8930 `scroll-bar-mode' lists the values (bug#7772).
8931
8932 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8933 command (bug#7729).
8934
8935 * rect.el (apply-on-rectangle): Return the point after the last
8936 operation.
8937 (string-rectangle): Go to the point after the last operation
8938 (bug#7522).
8939
8940 * printing.el (pr-toggle-region): Clarify the documentation
8941 slightly (bug#7493).
8942
8943 * time.el (display-time-update):
8944 Allow `display-time-mail-function' to return nil (bug#7158).
8945 Fix suggested by Detlev Zundel.
8946
8947 * vc/diff.el (diff): Clarify the order the file names are read
8948 (bug#7111).
8949
8950 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8951 the doc string (bug#7015).
8952
8953 * font-lock.el (font-lock-maximum-decoration): Mention what
8954 numeric levels mean (bug#6935).
8955
8956 * startup.el (initial-buffer-choice): Don't mention the `none'
8957 selection, which is against policy.
8958
8959 2011-07-14 Martin Rudalics <rudalics@gmx.at>
8960
8961 * window.el (display-buffer-normalize-special):
8962 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
8963
8964 2011-07-14 Eli Zaretskii <eliz@gnu.org>
8965
8966 * subr.el (version<, version<=, version=): Mention "-CVS" and
8967 "-12345" alpha version numbers.
8968
8969 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * bindings.el: Add advertised binding for set-mark-command
8972 (Bug#5772).
8973
8974 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * bindings.el (mode-line-other-buffer):
8977 * bookmark.el (bookmark-bmenu-2-window):
8978 * bs.el (bs-cycle-next, bs-cycle-previous):
8979 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8980 switch-to-buffer.
8981
8982 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8983 Delete.
8984
8985 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
8986
8987 * follow.el (follow-debug-message, follow-redisplay):
8988 * jka-cmpr-hook.el (with-auto-compression-mode):
8989 Fix typos in docstrings.
8990
8991 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8992
8993 * subr.el (with-silent-modifications): Clarify somewhat what the
8994 macro inhibits (bug#6525).
8995
8996 * simple.el (eval-expression): Note what it does if called
8997 interactively (bug#6495).
8998
8999 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
9002 Use pop-to-buffer buffer-or-name if it is nil.
9003
9004 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9005 Remove switch-to-buffer.
9006
9007 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9008
9009 * files.el (make-directory): Clarify that an error will be raised
9010 if there's an error (bug#6397).
9011
9012 * startup.el (initial-buffer-choice): Add `none' as a choice
9013 (bug#6234).
9014
9015 * subr.el (add-hook): Clarify section about buffer-local hooks
9016 (bug#6218).
9017
9018 * dired.el (dired-flagged): Clarify doc string (bug#6117).
9019
9020 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
9021
9022 * tabify.el (untabify): Preserve the current column so that point
9023 doesn't move (bug#6032).
9024
9025 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9026
9027 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
9028 Rewrite to avoid awkward possessive "s" (bug#5986).
9029
9030 2011-07-13 Glenn Morris <rgm@gnu.org>
9031
9032 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
9033 (dired-insert-directory): Give a message the first time
9034 if ls is found not to support --dired.
9035
9036 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9037
9038 * simple.el (toggle-truncate-lines): Clarify what is toggled
9039 (bug#5580). Text by Drew Adams.
9040
9041 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * simple.el (blink-matching-open): Make the error message from the
9044 last change less verbose.
9045
9046 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9047
9048 * font-lock.el (font-lock-comment-face): Use the high contrast
9049 "yellow" color for font-lock-comment-face on low color terminals
9050 using a dark background color (bug#4221).
9051
9052 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9053
9054 * dired.el (dired-insert-set-properties): Make the doc string
9055 reflect what it does now (bug#5325).
9056
9057 * simple.el (blink-matching-open): Say that we were unable to find
9058 the match within the limit, if we're limited (bug#5122).
9059
9060 * international/mule-cmds.el (prefer-coding-system): Add an
9061 example (bug#4869).
9062
9063 * progmodes/etags.el (tags-search): Document `file-list-form'
9064 (bug#4731).
9065
9066 2011-07-13 Lawrence Mitchell <wence@gmx.li>
9067
9068 * net/browse-url.el (browse-url-default-browser)
9069 (browse-url-browser-function): Make the default browser choice a
9070 bit more logical (bug#4300). Also clean up the doc string.
9071
9072 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
9073
9074 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
9075 binary endings (bug#4440).
9076
9077 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
9080 which can be pretty annoying (bug#8971).
9081
9082 * jka-compr.el (jka-compr-verbose): New variable, and use
9083 throughout (bug#8971).
9084
9085 * info.el (Info-find-file): Fall back on the installation
9086 directory if we can't find the info node anywhere else.
9087
9088 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
9089
9090 * vc/vc.el (vc-revert-file):
9091 Don't set file time-stamp in the past. (Bug#5181)
9092
9093 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9094
9095 * files.el (after-find-file): Give a better error message when
9096 trying to find a symlink that points to a file that doesn't exist
9097 (bug#4398).
9098
9099 * progmodes/cc-vars.el: Remove (probably) misleading comment
9100 (bug#4396).
9101
9102 2011-07-12 Johan Bockgård <bojohan@gnu.org>
9103
9104 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
9105
9106 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * mouse-sel.el: Hack restoring functionality, while keeping
9109 compatibility with 2010-07-03 changes to mouse selection.
9110 (mouse-sel-primary-overlay): New var.
9111 (mouse-sel-selection-alist): Use it.
9112 (mouse-sel-mode): Doc fix; remove points that are default features
9113 of mouse.el.
9114
9115 2011-07-12 Johan Bockgård <bojohan@gnu.org>
9116
9117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9118 Fix previous fix (bug#2490).
9119
9120 2011-07-12 Roland Winkler <winkler@gnu.org>
9121
9122 * textmodes/bibtex.el (bibtex-initialize):
9123 Use pop-to-buffer-same-window.
9124 (bibtex-search-entries): Fix interactive call.
9125
9126 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9127
9128 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9129 Fontise bytecomp Error lines more correctly (bug#2490).
9130 Fix suggested by Johan Bockgård.
9131
9132 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
9133
9134 * dired-x.el (dired-guess-default): Use `delete-dups'.
9135
9136 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * dired.el (dired-mark-prompt):
9139 * dired-aux.el (dired-read-shell-command): Doc fix.
9140
9141 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9142
9143 * mail/sendmail.el (sendmail-query-once):
9144 Use `customize-save-variable' unconditionally, now that it works under
9145 emacs -Q.
9146
9147 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9148
9149 * cus-edit.el (custom-file): Take an optional no-error variable.
9150 (customize-save-variable): Set the variable, and give a warning if
9151 running under "emacs -q".
9152
9153 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * loadhist.el (unload-feature-special-hooks):
9156 Add `auto-coding-functions', `fill-nobreak-predicate' and
9157 `find-directory-functions' (bug#5327).
9158
9159 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9160
9161 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
9162
9163 * cus-edit.el (custom-guess-name-alist): -alist variables should
9164 use the `alist' type (bug#3120). Suggested by Drew Adams.
9165
9166 * printing.el: Add documentation to all the `pr-toggle-' commands.
9167
9168 2011-07-11 Leo Liu <sdl.web@gmail.com>
9169
9170 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
9171 backends where it makes sense (bug#2623).
9172
9173 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9174
9175 * dired-x.el (dired-guess-default): Remove duplicate shell command
9176 entries (bug#2028).
9177 (dired-guess-default): Fix grammar in doc string (bug#2028).
9178 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
9179
9180 * subr.el (remove-duplicates): New conveniency function.
9181
9182 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183
9184 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
9185 (bug#1526).
9186
9187 2011-07-10 Martin Rudalics <rudalics@gmx.at>
9188
9189 * window.el (display-buffer-normalize-default): Don't invert
9190 meaning of even-window-heights. Reported by Eli Zaretskii
9191 <eliz@gnu.org>.
9192
9193 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
9194
9195 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
9196
9197 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * window.el (display-buffer): Fix arguments to
9200 display-buffer-reuse-window in last change.
9201
9202 * faces.el (link): Use a less saturated blue on light backgrounds.
9203
9204 * startup.el (fancy-startup-text, fancy-about-text)
9205 (fancy-startup-tail): Use font-lock faces, for background safety.
9206
9207 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9208
9209 * emulation/viper-cmd.el (viper-change-state-to-vi):
9210 Limit triggering of abbrev expansion (Bug#9038).
9211
9212 2011-07-09 Martin Rudalics <rudalics@gmx.at>
9213
9214 * window.el (display-buffer-default-specifiers): Remove.
9215 (display-buffer-macro-specifiers): Remove default specifiers.
9216 (display-buffer-alist): Default to nil.
9217 (display-buffer-reuse-window): New optional argument other-window.
9218 (display-buffer-pop-up-window): Allow splitting internal
9219 windows. Check whether a live window was created.
9220 (display-buffer-other-window-means-other-frame)
9221 (display-buffer-normalize-arguments): Rename to
9222 display-buffer-normalize-argument and rewrite. Set the
9223 other-window specifier.
9224 (display-buffer-normalize-special): New function.
9225 (display-buffer-normalize-options): Rename to
9226 display-buffer-normalize-default and rewrite.
9227 (display-buffer-normalize-options-inhibit): Remove.
9228 (display-buffer-normalize-specifiers): Rewrite.
9229 (display-buffer): Process other-window specifier and call
9230 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9231 more faithfully.
9232 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
9233 (display-buffer-alist-set): Don't handle 'unset default values.
9234 (display-buffer-in-window, display-buffer-alist-set):
9235 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
9236 <tassilo@member.fsf.org>.
9237
9238 2011-07-09 Leo Liu <sdl.web@gmail.com>
9239
9240 * register.el (insert-register): Restore accidental change on
9241 2011-06-26. (Bug#9028)
9242
9243 2011-07-09 Glenn Morris <rgm@gnu.org>
9244
9245 * subr.el (remq): Handle the empty list. (Bug#9024)
9246
9247 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9248
9249 * mail/sendmail.el (send-mail-function): No longer delay custom
9250 initialization.
9251 * custom.el (custom-initialize-delay): Doc fix.
9252
9253 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9256
9257 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
9258
9259 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9260 human-friendly prompt.
9261
9262 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9265 provided by a particular plugin.
9266
9267 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9268
9269 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9270 save customizations (with "emacs -Q"), just set the variable
9271 instead of erroring out.
9272
9273 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9274
9275 2011-07-08 Juri Linkov <juri@jurta.org>
9276
9277 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9278 (archive-zip-update-case): Use 7z if found by `executable-find'.
9279 The order of searching the available programs is the same as in
9280 `archive-zip-extract' (bug#8968).
9281
9282 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9285 (menu-bar-options-menu): Tweak descriptions.
9286
9287 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9288
9289 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9290 menu items into verb phrases (bug#1421). Also refill to fit under
9291 80 columns.
9292
9293 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
9294
9295 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9296 (Info-read-node-name): Doc fix (Bug#1084).
9297
9298 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9299 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9300 (end-of-sexp, beginning-of-sexp)
9301 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9302 (forward-symbol, forward-same-syntax, word-at-point)
9303 (sentence-at-point): Doc fix (Bug#1144).
9304
9305 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
9307 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9308 should cover it (bug#1281).
9309
9310 * cus-edit.el (custom-show): Mark as obsolete.
9311
9312 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
9313 negotiation fails, then possibly try again with a non-encrypted
9314 connection (bug#9017).
9315
9316 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9317 be used.
9318
9319 2011-07-07 Richard Stallman <rms@gnu.org>
9320
9321 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9322 property, and handle its changed format.
9323 Look for the correct line number.
9324 Use file's line contents (but not past first =) to find
9325 correct line in message.
9326
9327 2011-07-07 Kenichi Handa <handa@m17n.org>
9328
9329 * international/characters.el (build-unicode-category-table):
9330 Delete it.
9331 (unicode-category-table): Set it by unicode-property-table-internal.
9332
9333 * international/mule-cmds.el (char-code-property-alist): Move to
9334 to src/chartab.c.
9335 (get-char-code-property): Call unicode-property-table-internal to
9336 load a file. Call get-unicode-property-internal where necessary.
9337 (put-char-code-property): Call unicode-property-table-internal to
9338 load a file. Call put-unicode-property-internal where necessary.
9339 put-unicode-property-internal where necessary.
9340 (char-code-property-description):
9341 Call unicode-property-table-internal to load a file.
9342
9343 * international/charprop.el:
9344 * international/uni-bidi.el:
9345 * international/uni-category.el:
9346 * international/uni-combining.el:
9347 * international/uni-comment.el:
9348 * international/uni-decimal.el:
9349 * international/uni-decomposition.el:
9350 * international/uni-digit.el:
9351 * international/uni-lowercase.el:
9352 * international/uni-mirrored.el:
9353 * international/uni-name.el:
9354 * international/uni-numeric.el:
9355 * international/uni-old-name.el:
9356 * international/uni-titlecase.el:
9357 * international/uni-uppercase.el: Regenerate.
9358
9359 * loadup.el: Load international/charprop.el before
9360 international/characters.
9361
9362 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * window.el (next-buffer, previous-buffer): Signal an error if
9365 called from a minibuffer window.
9366
9367 * bindings.el: Revert 2011-07-04 change.
9368
9369 2011-07-06 Richard Stallman <rms@gnu.org>
9370
9371 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9372 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9373 Treat markers like ints.
9374 (rmail-mime-entity): Doc fix.
9375
9376 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9377
9378 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9379 defcustom again for backwards compatibility.
9380
9381 * simple.el (shell-command-on-region): Fill.
9382
9383 * dired-aux.el (dired-kill-line): Add a doc string.
9384
9385 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9386 to "\\sw\\|\\s_" (bug#358).
9387
9388 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9389 (dired-unmark-backward): Ditto.
9390 (dired-flag-backup-files): Ditto.
9391
9392 * dired-x.el (dired-mark-sexp): Ditto.
9393
9394 2011-07-06 Richard Stallman <rms@gnu.org>
9395
9396 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9397 (rmail-mime-entity): New arg TRUNCATED.
9398 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9399 New functions.
9400 (rmail-mime-save): Warn if entity is truncated.
9401 (rmail-mime-toggle-hidden): Likewise, for showing.
9402 (rmail-mime-process-multipart): Record when an entity is truncated.
9403
9404 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9405 if ENTITY is a string.
9406
9407 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9408
9409 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
9410 of faces when `M-C-x'-ing their definitions (bug#8378).
9411 Also clean up the code slightly.
9412
9413 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
9414 because that makes the colors go away.
9415
9416 * mail/sendmail.el (send-mail-function): Change the default to
9417 `sendmail-query-once'.
9418 (sendmail-query-once): Add an autoload cookie.
9419
9420 * net/network-stream.el (network-stream-open-starttls): Try using
9421 a plain connection even if the server offered STARTTLS, and we
9422 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9423 capability. This should make smtpmail.el work in slightly more
9424 configurations.
9425
9426 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9429 New defun.
9430 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9431
9432 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9433
9434 * progmodes/sql.el: Version 3.0
9435 (sql-product-alist): Add product :completion-object,
9436 :completion-column, and :statement attributes.
9437 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
9438 (sql-mode-syntax-table): Mark all punctuation.
9439 (sql-font-lock-keywords-builder): Temporarily remove fallback on
9440 ansi keywords.
9441 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
9442 (sql-mode-oracle-font-lock-keywords): Improve.
9443 (sql-oracle-show-reserved-words): New function for development.
9444 (sql-product-font-lock): Simplify for source code buffers.
9445 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9446 New functions.
9447 (sql-highlight-product): Set product specific syntax table.
9448 (sql-mode-map): Add statement movement functions.
9449 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9450 New variable.
9451 (sql-statement-regexp, sql-beginning-of-statement)
9452 (sql-end-of-statement, sql-signum): New functions.
9453 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
9454 (sql-show-sqli-buffer): Bug fix.
9455 (sql-interactive-mode): Store connection data as buffer local.
9456 (sql-connect): Add NEW-NAME parameter. Redesign interaction
9457 with sql-interactive-mode.
9458 (sql-save-connection): Save buffer local settings.
9459 (sql-connection-menu-filter): Change menu entry name.
9460 (sql-product-interactive): Bug fix.
9461 (sql-preoutput-hold): New variable.
9462 (sql-interactive-remove-continuation-prompt): Bug fixes.
9463 (sql-debug-redirect): New variable.
9464 (sql-str-literal): New function.
9465 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
9466 Redesign.
9467 (sql-oracle-save-settings, sql-oracle-restore-settings)
9468 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9469 (sql-completion-object, sql-completion-column)
9470 (sql-completion-sqlbuf): New variables.
9471 (sql-build-completions-1, sql-build-completions)
9472 (sql-try-completion): New functions.
9473 (sql-read-table-name): Use them.
9474 (sql-contains-names): New buffer local variable.
9475 (sql-list-all, sql-list-table): Use it.
9476 (sql-oracle-completion-types): New variable.
9477 (sql-oracle-completion-object, sql-sqlite-completion-object)
9478 (sql-postgres-completion-object): New functions.
9479
9480 2011-07-06 Glenn Morris <rgm@gnu.org>
9481
9482 * window.el (pop-to-buffer): Doc fix.
9483
9484 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
9485
9486 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9487
9488 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9491
9492 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
9493
9494 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * button.el (button): Inherit from link face. Suggested by Dan
9497 Nicolaescu.
9498
9499 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * progmodes/gdb-mi.el: Fit in 80 columns.
9502 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9503 switch-to-buffer.
9504
9505 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9506 if imenu is simply not configured (bug#8941).
9507
9508 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9509
9510 * allout.el (allout-post-undo-hook): New allout outline-change
9511 event hook to signal undo activity.
9512 (allout-post-command-business): Run allout-post-undo-hook if an
9513 undo just occurred.
9514 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9515 * allout-widgets.el (allout-widgets-after-undo-function):
9516 Ensure the integrity of the current item's decoration after it has been
9517 in the vicinity of an undo.
9518 (allout-widgets-mode): Include allout-widgets-after-undo-function
9519 on the new allout-post-undo-hook.
9520
9521 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9524 Let define-derived-mode define it.
9525 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9526 cycles of abbrev-table inheritance (bug#8998).
9527
9528 2011-07-05 Roland Winkler <winkler@gnu.org>
9529
9530 * textmodes/bibtex.el: Add support for biblatex.
9531 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9532 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9533 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9534 (bibtex-entry-alist, bibtex-field-alist): New variables.
9535 (bibtex-entry-field-alist): Obsolete alias for
9536 bibtex-BibTeX-entry-alist.
9537 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9538 (bibtex-set-dialect): New command.
9539 (bibtex-entry-type, bibtex-entry-head)
9540 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9541 Bind via bibtex-set-dialect.
9542 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9543 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9544 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9545 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9546 Define via bibtex-set-dialect.
9547 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9548 Obey bibtex-no-opt-remove-re.
9549 (bibtex-vec-push, bibtex-vec-incr): New functions.
9550 (bibtex-format-entry, bibtex-field-list)
9551 (bibtex-print-help-message, bibtex-validate)
9552 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9553
9554 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * progmodes/compile.el (compilation-goto-locus):
9557 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9558 * bs.el (bs-cycle-next, bs-cycle-previous):
9559 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9560 * bindings.el (mode-line-other-buffer):
9561 * autoinsert.el (auto-insert):
9562 * arc-mode.el (archive-extract):
9563 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9564
9565 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9568 Fix check of `emacs-lock-unlockable-modes'.
9569 Coerce true values of `emacs-lock--try-unlocking' to t.
9570
9571 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9574 * emacs-lock.el: New file.
9575
9576 2011-07-05 Julien Danjou <julien@danjou.info>
9577
9578 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9579 than `boundp' to check if face is set.
9580
9581 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
9582
9583 * register.el (registerv-make):
9584 * window.el (window-min-height): Fix typos in docstrings.
9585
9586 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9587
9588 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
9589 Update doc string.
9590
9591 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * server.el (server-execute): Catch quit and call
9594 `server-return-error' to pass the error back to emacsclient and
9595 close the connection (bug#8942).
9596
9597 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9598
9599 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9600 insecure exception for current topic. Also note that auto-saves
9601 are handled differently.
9602
9603 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
9604 State variables for tracking auto-save inhibition situation.
9605
9606 (allout-write-contents-hook-handler): Rename from
9607 'allout-write-file-hook-handler', and describe how it depends on
9608 write-contents-functions sensitivity to non-nil value to prevent
9609 file write.
9610
9611 (allout-auto-save-hook-handler): Remove. auto-save does not check
9612 this in individual buffers, only in the starting buffer, so this
9613 is not the right way for us to inhibit auto-save in a buffer
9614 according to its condition.
9615
9616 (allout-mode): Use new allout-write-contents-hook-handler, and
9617 only with write-contents-functions. Remove auto-save provisions -
9618 they're implemented elsewhere.
9619
9620 (allout-before-change-handler): If undo is in progress, note that
9621 for attention of allout-post-command-business.
9622
9623 (allout-post-command-business): If the command we're following was
9624 an undo, check for change in the status of encrypted items and
9625 adjust auto-save inhibitions accordingly.
9626
9627 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9628 according to whether there are or aren't any plain-text topics
9629 pending encryption.
9630
9631 (allout-inhibit-auto-save-info-for-decryption):
9632 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9633 if there are plain-text topics pending encryption.
9634
9635 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9636 buffer-saved-size and some allout state to not inhibit auto-saves
9637 if there are no longer any plain-text topics pending encryption.
9638
9639 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9640 No longer provide for exemption of the current topic.
9641
9642 2011-07-04 Juri Linkov <juri@jurta.org>
9643
9644 Add 7z operations to delete and save changed members (bug#8968).
9645 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9646 New defcustoms.
9647 (archive-7z-write-file-member): New function.
9648 (archive-7z-summarize): Fix the number of dashes in the
9649 listing output.
9650
9651 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9654 (bug#8958).
9655
9656 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * bindings.el: Ignore next-buffer and previous-buffer in
9659 minibuffer-local-map.
9660
9661 * font-lock.el (font-lock-builtin-face): Change light background
9662 color to dark slate blue (Bug#6693).
9663
9664 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9665
9666 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9667
9668 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9671 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9672 Add switch-to-buffer.
9673
9674 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9675
9676 * isearch.el (isearch-search-fun-function): Clarify further the
9677 meaning of the function returned.
9678
9679 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9682
9683 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9684 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9685 Use it.
9686 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9687 `tramp-default-remote-path' does not exist.
9688 (tramp-send-command-and-read): New optional argument NOERROR.
9689 (tramp-open-connection-setup-interactive-shell)
9690 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9691 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9692 (tramp-process-sentinel): Flush also process' connection property.
9693 (tramp-sh-handle-start-file-process): Do not set process
9694 sentinel. It is done now ...
9695 (tramp-maybe-open-connection): ... here. (Bug#8929)
9696
9697 2011-07-04 MON KEY <monkey@sandpframing.com>
9698
9699 * play/animate.el (animate-string): Doc fixes and allow changing
9700 the buffer name (bug#5417).
9701
9702 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9703
9704 * play/animate.el (animation-buffer-name): Rename from *animate*.
9705
9706 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9707
9708 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9709 This is simpler and helps future-proof the code.
9710 (timer-until): Use time-subtract and float-time.
9711 (timer--time-less-p): Use time-less-p.
9712
9713 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
9714
9715 * type-break.el (timep): Use the value of `float-time' to avoid a
9716 byte-compiler warning.
9717
9718 * server.el (server-eval-and-print): Return any result, even nil.
9719
9720 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9721
9722 * type-break.el: Accept time formats that the builtins accept.
9723 (timep, type-break-time-difference): Accept any format that
9724 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9725 This is simpler and helps future-proof the code.
9726 (type-break-time-difference): Round rather than ignoring
9727 subseconds components.
9728
9729 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9730
9731 * info.el (Info-apropos-matches): Make non-interactive, since it
9732 doesn't seem to do anything useful as a command (bug#8829).
9733
9734 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * frame.el (frame-background-mode, frame-set-background-mode):
9737 Move from faces.el.
9738 (frame-default-terminal-background): New function.
9739
9740 * custom.el (custom-push-theme): Don't record faces in `changed'
9741 theme; this doesn't work correctly for per-frame face settings.
9742 (disable-theme): Use face-set-after-frame-default to reset faces.
9743 (custom--frame-color-default): New function.
9744
9745 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9746
9747 * dired.el (dired-flagging-regexp): Remove unused variable
9748 (bug#8769).
9749
9750 2011-03-29 Kevin Ryde <user42@zip.com.au>
9751
9752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9753 `perl-Test2' extend to match possible "fail #N" rep count
9754 (bug#8377).
9755
9756 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9757
9758 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9759 `smtpmail-via-smtp' now returns the error instead of nil.
9760
9761 * isearch.el (isearch-search-fun-function): Clarify the doc string
9762 (bug#8101).
9763
9764 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9765
9766 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9767 unnecessary spaces (bug#8987).
9768
9769 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9770
9771 * net/network-stream.el (open-network-stream): Use the
9772 :end-of-capability command thoughout.
9773
9774 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9775
9776 * net/network-stream.el (open-network-stream): Add the
9777 :end-of-capability command parameter, used by pop3.el.
9778
9779 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9780
9781 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9782
9783 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9784 for list)" (bug#6475).
9785
9786 * files.el (file-expand-wildcards): Ignore non-readable
9787 sub-directories while trying to find matches instead of signaling
9788 an error (bug#6297).
9789
9790 * man.el (Man-reference-regexp): Allow matching possible
9791 word-wrapped references (bug#6289).
9792
9793 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9794 for consistency with the other vc buffers (bug#6197).
9795 (vc-checkin): Ditto.
9796
9797 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9798
9799 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9800
9801 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9802
9803 * custom.el (defcustom): Clarify that :set is only used in the
9804 Customize user interface (bug#6089).
9805
9806 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9807 associated with a file, refuse to run instead of erroring out
9808 (bug#6084).
9809
9810 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9811 the doc string, since it appears that using `fill-column' always
9812 controls the width (bug#7845).
9813
9814 * simple.el (shell-command-on-region): Say where the error output
9815 went if `shell-command-default-error-buffer' is set (bug#6857).
9816
9817 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9818
9819 * allout.el (allout-yank-processing): Adjust cursor position for
9820 backwards-deleted space.
9821
9822 (allout-rebullet-heading): Register changes with
9823 allout-exposure-changed-hook, so the modified topic is properly
9824 decorated.
9825
9826 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9827
9828 * minibuffer.el (completion-in-region): Document PREDICATE
9829 (bug#7136).
9830
9831 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9832 of keyword/argument pairs (bug#6904).
9833
9834 * replace.el (multi-occur):
9835 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
9836
9837 2011-07-02 Drew Adams <drew.adams@oracle.com>
9838
9839 * dired.el (dired-mark-if): Make the message about whether it's
9840 marking or unmarking clearer (bug#8523).
9841
9842 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9843
9844 * disp-table.el (display-table-print-array): New function.
9845 (describe-display-table): Use it to print the vectors more pretty
9846 (Bug#8859).
9847
9848 2011-07-02 Martin Rudalics <rudalics@gmx.at>
9849
9850 * window.el (window-state-get-1): Don't assign clone numbers.
9851 Add clone-of item to list of window parameters.
9852 (window-state-put-2): Don't process clone numbers.
9853 (display-buffer-alist): Fix doc-string.
9854
9855 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * subr.el (remq): Don't allocate if it's not needed.
9858 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9859 (keymap--merge-bindings): New functions.
9860 (keymap-canonicalize): Use them to refine the canonicalization.
9861 * minibuffer.el (minibuffer-local-completion-map)
9862 (minibuffer-local-must-match-map): Move initialization from C.
9863 (minibuffer-local-filename-completion-map): Move initialization from C;
9864 don't inherit from anything here.
9865 (minibuffer-local-filename-must-match-map): Make obsolete.
9866 (completing-read-default): Use make-composed-keymap to combine
9867 minibuffer-local-filename-completion-map with either
9868 minibuffer-local-must-match-map or
9869 minibuffer-local-filename-completion-map.
9870
9871 2011-07-01 Glenn Morris <rgm@gnu.org>
9872
9873 * type-break.el (type-break-time-sum): Use dolist.
9874
9875 * textmodes/flyspell.el (flyspell-word-search-backward):
9876 Replace CL function.
9877
9878 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * mouse.el (mouse--strip-first-event): New function.
9881 (function-key-map): Use it to map fringe clicks to normal clicks
9882 by default.
9883
9884 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9885 (vc-bzr-revision-completion-table): Add support for annotate and date.
9886
9887 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9888 inherit from parent.
9889
9890 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9891
9892 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
9893 (dired-show-file-type): Doc fixup (bug#8818).
9894
9895 * dired.el (dired-mode): Fix up the doc string as suggested by
9896 Drew Adams (bug#8817).
9897
9898 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9899 cookie, since the manual says that it should be possible to add
9900 this function to `find-file-hook' (bug#8709).
9901
9902 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9903
9904 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9905 here. Noted Ted Zlatanov as the maintainer.
9906 (cfengine-common-settings, cfengine-common-syntax): New functions
9907 to set up common things between `cfengine-mode' and
9908 `cfengine3-mode'.
9909 (cfengine3-mode): New mode.
9910 (cfengine3-defuns cfengine3-defuns-regex
9911 (cfengine3-class-selector-regex cfengine3-category-regex)
9912 (cfengine3-vartypes cfengine3-font-lock-keywords)
9913 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
9914 (cfengine3-indent-line): Add from cfengine3.el.
9915
9916 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
9917
9918 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9919
9920 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9921
9922 2011-07-01 Martin Rudalics <rudalics@gmx.at>
9923
9924 * window.el (same-window-buffer-names, same-window-regexps)
9925 (same-window-p, special-display-frame-alist)
9926 (special-display-popup-frame, special-display-function)
9927 (special-display-buffer-names, special-display-regexps)
9928 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9929 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9930 (split-window-preferred-function, split-height-threshold)
9931 (split-width-threshold, even-window-heights)
9932 (display-buffer-mark-dedicated, window-splittable-p)
9933 (split-window-sensibly, window-safely-shrinkable-p):
9934 Un-obsolete.
9935 (display-buffer): Don't spread args with function specifier
9936 because special-display-popup-frame won't like it.
9937
9938 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9939
9940 Time-stamp simplifications and fixes.
9941 These improve accuracy slightly, and future-proof the code
9942 against some potential changes to current-time format.
9943
9944 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9945 by using time-since and float-time.
9946
9947 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9948 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9949 + NNN microseconds".
9950
9951 * type-break.el (type-break-time-sum): Rewrite using time-add.
9952
9953 * play/hanoi.el (hanoi-current-time-float): Remove.
9954 All uses replaced by float-time.
9955
9956 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9957 This yields a more-accurate answer.
9958 (rng-time-to-float): Remove; no longer needed.
9959
9960 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9961
9962 * calendar/timeclock.el (timeclock-seconds-to-time):
9963 Defalias to seconds-to-time, since they're the same thing.
9964
9965 * emacs-lisp/elp.el (elp-elapsed-time):
9966 * emacs-lisp/benchmark.el (benchmark-elapse):
9967 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9968
9969 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * window.el (bury-buffer): Don't iconify the only frame.
9972 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9973 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9974
9975 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
9976
9977 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9978 Add mouse-yank-primary.
9979
9980 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9981
9982 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9983
9984 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9987 (find-library-name): Use it to find relative load names when provided
9988 absolute file name (bug#8803).
9989
9990 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9991
9992 * textmodes/flyspell.el (flyspell-word): Consider words that
9993 differ only in case as potential doublons (bug#5687).
9994
9995 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9996 Remove two rather uninteresting debugging-like messages to make
9997 debbugs.el more silent.
9998
9999 * comint.el (comint-password-prompt-regexp): Accept "Response" as
10000 a password-like phrase.
10001
10002 2011-06-30 Masatake YAMATO <yamato@redhat.com>
10003
10004 * progmodes/cc-guess.el: New file.
10005
10006 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
10007
10008 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
10009 derived from `c-basic-common-init'.
10010
10011 * progmodes/cc-mode.el (top-level): Require cc-guess.
10012 (c-basic-common-init): Use `cc-choose-style-for-mode'.
10013
10014 2011-06-30 Lawrence Mitchell <wence@gmx.li>
10015
10016 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
10017
10018 2011-06-30 Alan Mackenzie <acm@muc.de>
10019
10020 * progmodes/cc-engine.el (c-guess-continued-construct):
10021 Correct the handling of template-args-cont, particularly for when font
10022 lock is disabled. Name this case as "CASE G".
10023
10024 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
10025
10026 * allout.el (allout-yank-processing): Fix injection of extra space
10027 between bullet and non-whitespace character in first topic when
10028 pasting, ensuring that the actual spacing in the pasted topic
10029 following the bullet char is preserved. This extra space was
10030 causing pasted encrypted topics to get a decrypted status even
10031 when the content was actually still encrypted. Now the decryption
10032 status from before the paste is preserved.
10033
10034 (allout-flag-region): Set all allout overlays so they evaporate
10035 when reduced to zero length (evanescent), to prevent overlay
10036 leakage.
10037
10038 2011-06-30 Glenn Morris <rgm@gnu.org>
10039
10040 * w32-fns.el (w32-charset-info-alist): Declare.
10041
10042 * find-dired.el (find-grep-options): Simplify.
10043
10044 * term/ns-win.el (ns-set-resource): Declare.
10045
10046 * ses.el (row, col): Declare dynamic variables honestly.
10047
10048 * textmodes/reftex-parse.el (index-tags): Declare.
10049
10050 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
10051
10052 * cus-edit.el (customize-push-and-save): New function.
10053
10054 * files.el (hack-local-variables-confirm): Use it.
10055
10056 * custom.el (load-theme): New arg NO-CONFIRM.
10057 Use customize-push-and-save (Bug#8720).
10058 (custom-enabled-themes): Doc fix.
10059
10060 * cus-theme.el (customize-create-theme)
10061 (custom-theme-merge-theme): Callers to load-theme changed.
10062
10063 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10064
10065 * thingatpt.el (thing-at-point-short-url-regexp): Require that
10066 short URLs have at least one dot in them (bug #7614).
10067
10068 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
10069 nil, because using a pty is apparently too slow (bug #895).
10070
10071 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10072
10073 * mail/sendmail.el (sendmail-query-once): New function.
10074 (sendmail-query-once-function): New variable.
10075
10076 2011-06-29 Glenn Morris <rgm@gnu.org>
10077
10078 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
10079
10080 * ses.el (top-level): Require cl when compiling.
10081 (ses-set-localvars): Fix error statement.
10082 Call it at compile time to silence a storm of warnings.
10083
10084 2011-06-29 Martin Rudalics <rudalics@gmx.at>
10085
10086 * window.el (normalize-live-buffer): Rename to
10087 window-normalize-buffer.
10088 (normalize-live-frame): Rename to window-normalize-frame.
10089 (normalize-any-window): Rename to window-normalize-any-window.
10090 (normalize-live-window): Rename to window-normalize-live-window.
10091 (make-window-atom): Rename to window-make-atom.
10092 (window-resize-reset): Rename to window--resize-reset.
10093 (window-resize-reset-1): Rename to window--resize-reset-1.
10094 (resize-mini-window): Rename to window--resize-mini-window.
10095 (resize-subwindows-skip-p): Rename to
10096 window--resize-subwindows-skip-p.
10097 (resize-subwindows-normal): Rename to
10098 window--resize-subwindows-normal.
10099 (resize-subwindows): Rename to window--resize-subwindows.
10100 (resize-other-windows): Rename to window--resize-siblings.
10101 (resize-this-window): Rename to window--resize-this-window.
10102 (resize-root-window): Rename to window--resize-root-window.
10103 (resize-root-window-vertically): Rename to
10104 window--resize-root-window-vertically.
10105 (normalize-buffer-to-display): Rename to
10106 window-normalize-buffer-to-display.
10107 (normalize-buffer-to-switch-to): Rename to
10108 window-normalize-buffer-to-switch-to.
10109 Correspondingly update all callers of the functions listed
10110 above.
10111 (display-buffer-alist, display-buffer-normalize-arguments)
10112 (display-buffer-normalize-options, display-buffer)
10113 (display-buffer-alist-set): Use "function" instead of
10114 "fun-with-args".
10115
10116 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
10119 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
10120 debbugs.gnu.org. Mention acknowledgment email.
10121
10122 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10123
10124 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
10125 buffer multibyteness, since it shouldn't matter.
10126
10127 2011-06-28 Martin Rudalics <rudalics@gmx.at>
10128
10129 * window.el (display-buffer-in-side-window): Handle dedicated
10130 windows as in display-buffer-reuse-window.
10131 (display-buffer-normalize-alist): Use value of override
10132 specifier.
10133 (display-buffer-normalize-specifiers): Use value of
10134 other-window-means-other-frame specifier.
10135 (display-buffer-alist): Rewrite some texts in widgets.
10136 (display-buffer): Spread arguments when calling function
10137 specified by fun-with-args.
10138
10139 2011-06-28 Deniz Dogan <deniz@dogan.se>
10140
10141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10142 Unnest `let'.
10143
10144 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
10145 selectors (Bug#5732).
10146 (css-proprietary-nmstart-re): Use `regexp-opt'.
10147
10148 2011-06-27 Jari Aalto <jari.aalto@cante.net>
10149
10150 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
10151 (eshell-ls-date-format): New defcustom.
10152 (eshell-ls-file): Use it.
10153
10154 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * help-fns.el (describe-variable): Fix message for terminal-local vars.
10157
10158 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
10159
10160 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
10161 (ange-ftp-make-tmp-name): New arg.
10162 (ange-ftp-file-local-copy): Use it.
10163
10164 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
10165
10166 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
10167 no-conversion (Bug#8870).
10168
10169 2011-06-27 Martin Rudalics <rudalics@gmx.at>
10170
10171 * window.el (window-right, window-left, window-child)
10172 (window-child-count, window-last-child)
10173 (window-iso-combination-p, walk-window-tree-1)
10174 (window-atom-check-1, window-tree-1, delete-window)
10175 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
10176 new naming conventions - window-vchild, window-hchild,
10177 window-next and window-prev are now called window-top-child,
10178 window-left-child, window-next-sibling and window-prev-sibling
10179 respectively.
10180 (resize-window-reset): Rename to window-resize-reset.
10181 (resize-window-reset-1): Rename to window-resize-reset-1.
10182 (resize-window): Rename to window-resize.
10183 (window-min-height, window-min-width)
10184 (resize-mini-window, resize-this-window, resize-root-window)
10185 (resize-root-window-vertically, adjust-window-trailing-edge)
10186 (enlarge-window, shrink-window, maximize-window)
10187 (minimize-window, delete-window, quit-restore-window)
10188 (split-window, balance-windows, balance-windows-area-adjust)
10189 (balance-windows-area, window-state-put-2)
10190 (display-buffer-even-window-sizes, display-buffer-set-height)
10191 (display-buffer-set-width, set-window-text-height)
10192 (fit-window-to-buffer): Rename all "resize-window" prefixed
10193 calls to use the "window-resize" prefix convention.
10194 (display-buffer-alist): Fix symbol for label specifier.
10195 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
10196 corresponding specifier.
10197 Reported by Juanma Barranquero <lekktu@gmail.com>.
10198
10199 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10200
10201 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
10202 convention.
10203 (ses-call-printer): Does not pass an empty string to formatter when the
10204 cell is empty to keep from barking printer Calc math-format-value.
10205
10206 2011-06-27 Richard Stallman <rms@gnu.org>
10207
10208 * battery.el (battery-mode-line-limit): New variable.
10209 (battery-update): Handle it.
10210
10211 * mail/rmailmm.el (rmail-mime-process-multipart):
10212 Handle truncated messages.
10213
10214 2011-06-27 Glenn Morris <rgm@gnu.org>
10215
10216 * progmodes/flymake.el (flymake-err-line-patterns):
10217 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10218
10219 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10220
10221 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
10222 (ses--clean-!, ses--clean-_): New functions.
10223 (ses-range): Add configurability of readout order, and conversion
10224 to Calc vector.
10225
10226 * ses.el (ses-repair-cell-reference-all): New function.
10227 (ses-cell-symbol): Set macro as safe, so that it can be used in
10228 formulas.
10229
10230 * ses.el: Update cycle detection algorithm.
10231 (ses-localvars): Add ses--Dijkstra-attempt-nb and
10232 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
10233 (ses-set-localvars): New function.
10234 (ses-make-cell): Add property-list as a cell element.
10235 (ses-cell-property-get-fun, ses-cell-property-get)
10236 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
10237 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10238 New functions.
10239 (ses-cell-property-set, ses-cell-property-pop)
10240 (ses-cell-property-get-handle): New macro.
10241 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10242 New aliases, used for code readability.
10243 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10244 cycle detection.
10245 (ses-self-reference-early-detection): New defcustom.
10246 (ses-formula-references): Robustify against self-referring cells.
10247 (ses-mode): Use ses-set-localvars.
10248 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10249 before lauching the update processing.
10250 (ses-initialize-Dijkstra-attempt): New function.
10251 (ses-recalculate-cell): Update for cycle detection based on
10252 Dijkstra algorithm.
10253
10254 * ses.el: Fix commenting and indenting convention.
10255
10256 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * bs.el (bs-cycle-next): Complete last change.
10259
10260 2011-06-27 Drew Adams <drew.adams@oracle.com>
10261
10262 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10263
10264 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10265
10266 * net/network-stream.el (network-stream-open-starttls):
10267 Don't re-get capabilities unless we've reestablished connection.
10268 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10269
10270 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10271 to binary to possibly avoid line encoding issues on Windows (among
10272 other things).
10273
10274 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10275
10276 * net/network-stream.el (open-network-stream): Return an :error
10277 saying what the problem was, if possible.
10278
10279 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10280 server.
10281
10282 * net/network-stream.el (network-stream-open-starttls): If we
10283 wanted to use STARTTLS, and the server offered it, but we weren't
10284 able to because we had no STARTTLS support, then close the connection.
10285 (open-network-stream): Return an :error element, if present.
10286
10287 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * hl-line.el (hl-line-sticky-flag): Doc fix.
10290 (global-hl-line-sticky-flag): New option (Bug#8323).
10291 (global-hl-line-highlight): Obey it.
10292
10293 * vc/vc.el (vc-revert-show-diff): Default to t.
10294
10295 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10296
10297 * allout-widgets.el (allout-widgets-post-command-business):
10298 Stop decorating intermediate isearch matches. They're not being
10299 undecorated when an isearch is continued past, and isearch
10300 automatically collapses them. This leads to "widget leaks", where
10301 decorated items accumulate in collapsed areas. Lines with lots of
10302 hidden widgets can slow down cursor travel, substantially.
10303 Too much complicated machinery would be needed to ensure undecoration,
10304 so we're doing without this nicety.
10305
10306 (allout-widgets-tally-string): Don't try to do a hash-table-count
10307 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10308 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10309 *Messages* when allout-widgets-maintain-tally is t.
10310
10311 2011-06-26 Martin Rudalics <rudalics@gmx.at>
10312
10313 * window.el (display-buffer-normalize-argument): Rename to
10314 display-buffer-normalize-arguments. Handle special meaning of
10315 LABEL argument. Respect special-display-function when popping up
10316 a new frame. Fix code searching for a window showing the buffer
10317 on another frame.
10318 (display-buffer-normalize-specifiers):
10319 Call display-buffer-normalize-arguments.
10320 (display-buffer-in-window): Don't undedicate the window if its
10321 buffer remains the same.
10322 Reported by Drew Adams <drew.adams@oracle.com>.
10323 (display-buffer-alist): Add choice for same-window macro
10324 specfier.
10325 (display-buffer): Mention special meaning of LABEL argument in
10326 doc-string. Fix quoting. Don't pop up a new frame even as
10327 fallback.
10328
10329 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
10330
10331 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
10332 avoid deleting the current window in some cases (bug#8911).
10333
10334 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
10335
10336 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
10337 (Bug#8934)
10338
10339 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10340
10341 * net/network-stream.el (network-stream-open-starttls):
10342 Use built-in TLS support if `gnutls-available-p' is true.
10343 (network-stream-open-tls): Ditto.
10344
10345 2011-06-26 Leo Liu <sdl.web@gmail.com>
10346
10347 * register.el (registerv): New struct.
10348 (registerv-make): New function.
10349 (jump-to-register, describe-register-1, insert-register):
10350 Support the jump-func, print-func and insert-func slot of a registerv
10351 struct. (Bug#8415)
10352
10353 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
10354
10355 * vc/vc.el (vc-revert-show-diff): New defcustom.
10356 (vc-diff-internal): New arg specifying diff buffer.
10357 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10358 reuse an existing *vc-diff* buffer (Bug#8927).
10359
10360 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10361
10362 2011-06-26 Glenn Morris <rgm@gnu.org>
10363
10364 * progmodes/f90.el (f90-critical-indent): New option.
10365 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10366 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10367 (f90-mode): Doc fix.
10368 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10369 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10370 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10371 (f90-match-end): Handle block, critical.
10372
10373 2011-06-25 Glenn Morris <rgm@gnu.org>
10374
10375 * calendar/diary-lib.el (diary-included-files): Doc fix.
10376 (diary-include-files): New function, extracted from
10377 diary-include-other-diary-files and diary-mark-included-diary-files.
10378 (diary-include-other-diary-files, diary-mark-included-diary-files):
10379 Just call diary-include-files.
10380 (diary-mark-entries): Reset diary-included-files on first call.
10381
10382 * calendar/diary-lib.el (diary-mark-entries)
10383 (diary-mark-included-diary-files):
10384 Visit included diary-files in temp buffers.
10385
10386 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10387 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10388 (f90-start-block-re, f90-imenu-generic-expression)
10389 (f90-looking-at-program-block-start, f90-no-block-limit):
10390 Add support for submodules.
10391
10392 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10393 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
10394
10395 2011-06-25 Eli Zaretskii <eliz@gnu.org>
10396
10397 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10398 buffer-file-type before setting its value, to avoid disastrous
10399 global effects on decoding files for DOS/Windows systems. (Bug#8780)
10400
10401 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10404
10405 * ses.el (ses-unload-function):
10406 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10407
10408 * proced.el (proced-unload-function):
10409 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10410
10411 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10412
10413 * server.el (server-create-window-system-frame): Add parameters arg.
10414 (server-process-filter): Doc fix. Handle frame-parameters.
10415
10416 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
10417
10418 Fix bug#8730, bug#8781.
10419
10420 * loadhist.el (unload--set-major-mode): New function.
10421 (unload-feature): Use it.
10422
10423 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10424 (python-unload-function): New function.
10425
10426 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10429
10430 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10431
10432 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10433 the candidates list.
10434
10435 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10438
10439 2011-06-23 Richard Stallman <rms@gnu.org>
10440
10441 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10442 (rmail-variables): Set next-error-move-function.
10443 (rmail-what-message): Take argument POS.
10444 (rmail-next-error-move): New function.
10445
10446 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10447
10448 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10449 messages for adjacent non-terminals.
10450
10451 2011-06-23 Richard Stallman <rms@gnu.org>
10452
10453 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
10454 (rmail-show-message-1): Preserve buffer modified flag.
10455 (rmail-start-mail): Don't specify use of rmail-mail-return;
10456 that's done by mail-bury now.
10457 (rmail-mail-return): Handle arg NEWBUF.
10458
10459 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
10460
10461 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10462 SIZE is a number.
10463
10464 2011-06-23 Martin Rudalics <rudalics@gmx.at>
10465
10466 * window.el (get-lru-window, get-mru-window)
10467 (get-largest-window): Never return a minibuffer window.
10468 (display-buffer-pop-up-window): Fix a bug that could lead to
10469 reusing the minibuffer window.
10470 (display-buffer): Pass original specifier argument to
10471 display-buffer-function instead of the normalized one.
10472 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10473
10474 2011-06-22 Leo Liu <sdl.web@gmail.com>
10475
10476 * minibuffer.el (completing-read-function)
10477 (completing-read-default): Move from minibuf.c
10478
10479 2011-06-22 Richard Stallman <rms@gnu.org>
10480
10481 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10482 to Rmail even if not started by a special Rmail command.
10483
10484 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10485 Copy the buffer currently showing just one message.
10486
10487 2011-06-22 Roland Winkler <winkler@gnu.org>
10488
10489 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10490 (bibtex-clean-entry): First delete the old key so that a
10491 customized algorithm for generating the new key does not get
10492 confused by the old key.
10493 (bibtex-url): Obey regexp of first step.
10494 (bibtex-search-entries): Do not use add-to-list with local
10495 list-var.
10496
10497 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
10499 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10500 stored a user name, then query for the password first, instead of
10501 waiting for SMTP to give an error message and the trying again.
10502
10503 2011-06-22 Lawrence Mitchell <wence@gmx.li>
10504
10505 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10506 BUFFER in call-process.
10507
10508 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10509
10510 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10511 QUIT twice.
10512 (smtpmail-try-auth-methods): Require user name and password from
10513 auth-source.
10514
10515 2011-06-22 Martin Rudalics <rudalics@gmx.at>
10516
10517 * window.el (display-buffer-default-specifiers)
10518 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10519 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10520 (split-window): Normalize SIDE argument (Bug#8916).
10521
10522 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10523 (special-display-frame-alist, special-display-popup-frame):
10524 Remove duplicate declarations. These are now in window.el.
10525
10526 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10527
10528 * mail/smtpmail.el (smtpmail-via-smtp):
10529 Set :use-starttls-if-possible so that we always use STARTTLS if the
10530 server supports it. SMTP servers that support STARTTLS commonly
10531 require it.
10532
10533 * net/network-stream.el (network-stream-open-starttls): Support
10534 upgrading to STARTTLS always, even if we don't have built-in support.
10535 (open-network-stream): Add the :always-query-capabilities keyword.
10536
10537 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10538 upgrades with `open-network-stream', and rely solely on
10539 auth-source for all credentials. Big changes throughout the file,
10540 but in particular:
10541 (smtpmail-auth-credentials): Remove.
10542 (smtpmail-starttls-credentials): Remove.
10543 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10544 MAIL FROM, too.
10545
10546 * net/network-stream.el (network-stream-open-starttls):
10547 Provide support for client certificates both for external and built-in
10548 STARTTLS.
10549 (auth-source): Require.
10550 (open-network-stream): Document the :client-certificate keyword.
10551 (network-stream-certificate): Change cert-cert to cert and
10552 cert-key to key.
10553
10554 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
10555
10556 * net/tramp-cache.el (top): Don't load the persistency file when
10557 "emacs -Q" has been called.
10558
10559 2011-06-21 Tim Harper <timcharper@gmail.com>
10560
10561 * term/ns-win.el (ns-initialize-window-system):
10562 Set application-specific `ApplePressAndHoldEnabled' system
10563 resource to NO as it is not yet supported by the NS port.
10564
10565 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
10566
10567 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10568 (list-dynamic-libraries): ...not here.
10569
10570 2011-06-21 Leo Liu <sdl.web@gmail.com>
10571
10572 * subr.el (sha1): Implement sha1 using secure-hash.
10573
10574 2011-06-21 Martin Rudalics <rudalics@gmx.at>
10575
10576 * window.el (display-buffer-alist): In default value do not
10577 enforce searching a window on any but the selected frame.
10578 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10579 (display-buffer-select-window): Remove function.
10580 (display-buffer-in-window): When a window on another frame gets
10581 reused, do not select it any more but just raise its frame if
10582 necessary (Bug#8851) and (Bug#8856).
10583 (display-buffer-normalize-options): Handle pop-up-frames related
10584 options more faithfully.
10585 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10586 window if it is on another frame.
10587 (display-buffer-alist, display-buffer-default-specifiers):
10588 Don't make new frame unsplittable by default.
10589 (display-buffer-normalize-argument): Fix doc-string typo and use
10590 'same-frame-other-window instead of 'other-window when associating
10591 with display-buffer-macro-specifiers.
10592
10593 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10594
10595 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10596 New functions.
10597 (5x5-mode-map, 5x5-mode-menu): Bind them.
10598 (5x5-draw-grid): Tweak the solver's rendering.
10599
10600 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10603 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10604
10605 2011-06-21 Drew Adams <drew.adams@oracle.com>
10606
10607 * menu-bar.el: Use function variable instead of switch-to-buffer.
10608 (menu-bar-select-buffer-function): New variable.
10609 (menu-bar-update-buffers): Use it (bug#8876).
10610
10611 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10614 variable's status.
10615
10616 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10617
10618 * x-dnd.el (x-dnd-version-from-flags)
10619 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10620 and long as number (Bug#8899).
10621 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10622
10623 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
10626 (completion-try-completion, completion-all-completions): Compute the
10627 metadata argument if it's missing; make it optional (bug#8795).
10628
10629 * wid-edit.el: Use lex-bind and move towards completion-at-point.
10630 (widget-complete): Use new :completion-function property.
10631 (widget-completions-at-point): New function.
10632 (default): Use :completion-function instead of :complete.
10633 (widget-default-completions): Rename from widget-default-complete;
10634 Rewrite.
10635 (widget-string-complete, widget-file-complete, widget-color-complete):
10636 Remove functions.
10637 (file, symbol, function, variable, coding-system, color):
10638 * international/mule-cmds.el (default-input-method, charset)
10639 (language-info-custom-alist):
10640 * cus-edit.el (face): Use new property :completions.
10641
10642 * progmodes/pascal.el (pascal-completions-at-point): New function.
10643 (pascal-mode): Use it.
10644 (pascal-mode-map): Use completion-at-point.
10645 (pascal-toggle-completions): Make obsolete.
10646 (pascal-complete-word, pascal-show-completions):
10647 * progmodes/octave-mod.el (octave-complete-symbol):
10648 Redefine as obsolete alias.
10649 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10650 Signal absence of completion info for old Octave,
10651 (inferior-octave-complete): Redefine as obsolete alias.
10652 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10653 (meta-completions-at-point): Rename from meta-complete-symbol and
10654 adapt it for use on completion-at-point-functions.
10655 (meta-common-mode): Use it.
10656 (meta-looking-at-backward, meta-match-buffer): Remove.
10657 (meta-complete-symbol): Redefine as obsolete alias.
10658 (meta-common-mode-map): Use completion-at-point.
10659 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10660 (makefile-mode-map): Use completion-at-point.
10661 (makefile-completions-at-point): Rename from makefile-complete and
10662 adapt it for use on completion-at-point-functions.
10663 (makefile-mode): Use it.
10664 (makefile-complete): Redefine as obsolete alias.
10665
10666 2011-06-20 Deniz Dogan <deniz@dogan.se>
10667
10668 * net/rcirc.el: Delete trailing whitespaces once and for all.
10669
10670 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10671
10672 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10673
10674 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
10675
10676 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10677
10678 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10679
10680 2011-06-19 Martin Rudalics <rudalics@gmx.at>
10681
10682 * window.el (display-buffer-other-window-means-other-frame):
10683 Call display-buffer-normalize-alist.
10684 (display-buffer-normalize-specifiers-1): Rename to
10685 display-buffer-normalize-argument. New argument other-frame.
10686 Rewrite.
10687 (display-buffer-normalize-specifiers-2): Rename to
10688 display-buffer-normalize-options.
10689 (display-buffer-normalize-alist-1): New function.
10690 (display-buffer-normalize-specifiers-3): Rename to
10691 display-buffer-normalize-alist.
10692 Call display-buffer-normalize-alist-1.
10693 (display-buffer-normalize-options-inhibit): New variable.
10694 (display-buffer-normalize-specifiers): Rewrite calling
10695 display-buffer-normalize-alist,
10696 display-buffer-normalize-argument, and
10697 display-buffer-normalize-options. Don't call the latter if
10698 display-buffer-normalize-options-inhibit is non-nil.
10699 (frame-auto-delete): New option.
10700 (window-deletable-p): Use frame-auto-delete.
10701 (window-list-no-nils, window-state-ignored-parameters)
10702 (window-state-get-1, window-state-get, window-state-put-list)
10703 (window-state-put-1, window-state-put-2, window-state-put):
10704 New functions.
10705 (display-buffer-normalize-options): Move special-display-p group
10706 after pop-up-frame group (Bug#8851) and (Bug#8856).
10707
10708 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
10709
10710 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10711 groups (Bug#8776).
10712 (rx-submatch-n): New function.
10713 (rx): Document it.
10714
10715 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10716 (Bug#8768).
10717
10718 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10719
10720 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10721
10722 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10723 anytime existing face settings are present (Bug#8889).
10724
10725 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10726 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10727 Remove unused argument.
10728
10729 2011-06-18 Martin Rudalics <rudalics@gmx.at>
10730
10731 * window.el (display-buffer-default-specifiers):
10732 Remove pop-up-frame. Add pop-up-window-min-height,
10733 pop-up-window-min-width, and another reuse-window specifier
10734 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
10735 (display-buffer-normalize-specifiers-2):
10736 Handle split-height-threshold and split-width-threshold also when
10737 pop-up-windows is unset. Add a reuse-window specifier for the
10738 case popping up a new window fails.
10739 (special-display-popup-frame): Remove double quoting.
10740 (display-buffer-normalize-specifiers-1): Fix thinko.
10741
10742 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10745 according to comint-completion-addsuffix.
10746
10747 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10748 (pcomplete-suffix-list): Mark as obsolete.
10749 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10750 pcomplete-seen in the closure.
10751 (pcomplete-comint-setup): Setup completion-at-point as well.
10752 (pcomplete--entries): New function.
10753 (pcomplete--env-regexp): New var.
10754 (pcomplete-entries): Rewrite to work with partial-completion and
10755 without relying on pcomplete-suffix-list.
10756 (pcomplete-pare-list): Remove, unused.
10757
10758 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10759
10760 * window.el (display-buffer-alist): Set pop-up-window-min-height
10761 and pop-up-window-min-width in default value. Reported by
10762 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10763 other-window-means-other-frame.
10764 (display-buffer-macro-specifiers): Comment out entry for
10765 other-window specifier.
10766 (display-buffer-other-window-means-other-frame): New function.
10767 (display-buffer-normalize-specifiers-1): New arguments
10768 buffer-name and label. Treat other-window case specially.
10769 (display-buffer-normalize-specifiers-2): Treat other-window case
10770 specially.
10771 (display-buffer-normalize-specifiers-3): New function.
10772 (display-buffer-normalize-specifiers):
10773 Call display-buffer-normalize-specifiers-3.
10774
10775 2011-06-17 Martin Rudalics <rudalics@gmx.at>
10776
10777 * window.el (same-window-p): Fix two typos introduced when
10778 adding with-no-warnings.
10779 (display-buffer-normalize-specifiers-1): Don't check
10780 pop-up-frames for 'unset initialization.
10781 (display-buffer-normalize-specifiers-2): Major rewrite using
10782 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10783 (pop-up-frames, display-buffer-reuse-frames)
10784 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10785 Suggested by David Engster <deng@randomsample.de>.
10786 (even-window-heights): Initialize to 'unset.
10787 (display-buffer-alist-set): Handle new 'unset initializations.
10788 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10789 other window case.
10790
10791 2011-06-16 Martin Rudalics <rudalics@gmx.at>
10792
10793 * window.el (display-buffer-normalize-specifiers-1):
10794 Respect current value of pop-up-frames for most reasonable values of
10795 second argument of display-buffer (Bug#8865).
10796 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10797 (switch-to-buffer-other-window-same-frame)
10798 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10799 Adams (Bug#8875).
10800 (display-buffer): Don't check noninteractive when calling
10801 display-buffer-pop-up-frame.
10802 (display-buffer-pop-up-frame): Never pop up a frame in
10803 noninteractive mode (Bug#8857).
10804 (enlarge-window, shrink-window): Don't report an error when the
10805 window can't be resized as requested (Bug#8862).
10806
10807 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10810
10811 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10812
10813 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10814
10815 2011-06-15 Alan Mackenzie <acm@muc.de>
10816
10817 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10818 for declarators, disable knr checking to speed up for normal files.
10819 2: Refactor, replacing a sequence of nested if forms by a cond form.
10820
10821 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10822
10823 * net/network-stream.el (open-network-stream): Add the keyword
10824 :always-query-capabilities for the case where you want to force a
10825 `plain' network connection, but the protocol still requires the
10826 capabilitiy command (i.e., SMTP and EHLO).
10827
10828 * subr.el (process-live-p): Rename from `process-alive-p' for
10829 consistency with other `-live-p' functions.
10830
10831 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * window.el (same-window-buffer-names, same-window-regexps)
10834 (special-display-frame-alist, special-display-popup-frame)
10835 (special-display-function, special-display-buffer-names)
10836 (special-display-regexps, pop-up-frame-alist)
10837 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10838 (pop-up-windows, split-window-preferred-function)
10839 (split-height-threshold, split-width-threshold, even-window-heights)
10840 (display-buffer-mark-dedicated): Don't encourage the use of
10841 display-buffer-alist from Elisp code.
10842
10843 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * progmodes/python.el (python-mode): Derive from prog-mode.
10846 * progmodes/ps-mode.el (ps-mode):
10847 * progmodes/mixal-mode.el (mixal-mode):
10848 * progmodes/cfengine.el (cfengine-mode):
10849 * progmodes/ld-script.el (ld-script-mode): Likewise.
10850
10851 2011-06-15 Martin Rudalics <rudalics@gmx.at>
10852
10853 * window.el (display-buffer-alist): Trim default value to avoid
10854 popping up a new frame (Bug#8857) or reusing an arbitrary window
10855 on another frame.
10856 (display-buffer): Do not fall back on popping up a new frame in
10857 batch mode (Bug#8857).
10858
10859 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
10860
10861 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10862 (custom-theme-summary): New function.
10863 (customize-themes): Use it.
10864
10865 2011-06-13 Glenn Morris <rgm@gnu.org>
10866
10867 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10868
10869 2011-06-13 Martin Rudalics <rudalics@gmx.at>
10870
10871 * help.el (help-window): Remove variable.
10872 (help-window-point-marker, temp-buffer-max-height)
10873 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10874 (help-print-return-message): Don't set help-window.
10875 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10876 (help-window-setup-finish): Remove.
10877 (help-window-display-message, help-window-setup)
10878 (with-help-window): Major rewrite based on new
10879 display-buffer-window variable.
10880
10881 * help-mode.el (help-mode-finish): Remove help-window related
10882 code.
10883
10884 * view.el (view-exits-all-viewing-windows): Remove reference to
10885 view-return-to-alist in doc-string.
10886 (view-return-to-alist): Make obsolete.
10887 (view-buffer): Call pop-to-buffer-same-window and remove
10888 undo-window code.
10889 (view-buffer-other-window): Call pop-to-buffer-other-window and
10890 simplify code. Ignore second argument.
10891 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10892 simplify code. Ignore second argument.
10893 (view-return-to-alist-update): Make obsolete.
10894 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10895 Rewrite using quit-restore window parameters.
10896 (view-mode-exit): Rename second argument to EXIT-ONLY.
10897 Rewrite using quit-restore-window.
10898 (View-exit, View-exit-and-edit, View-leave, View-quit)
10899 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10900 appropriate arguments.
10901 (view-end-message): Use quit-restore window parameter.
10902
10903 * window.el (display-buffer-function): Rewrite doc-string.
10904 (display-buffer-window, display-buffer-alist): New variables.
10905 (display-buffer-split-specifiers)
10906 (display-buffer-side-specifiers)
10907 (display-buffer-macro-specifiers): New constants.
10908 (display-buffer-even-window-sizes, display-buffer-set-height)
10909 (display-buffer-set-width, display-buffer-select-window)
10910 (display-buffer-in-window, display-buffer-reuse-window)
10911 (display-buffer-split-window-1, display-buffer-split-window)
10912 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10913 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10914 (display-buffer-in-side-window, normalize-buffer-to-display)
10915 (display-buffer-normalize-specifiers-1)
10916 (display-buffer-normalize-specifiers-2)
10917 (display-buffer-normalize-specifiers, display-buffer-frame):
10918 New functions.
10919 (display-buffer): Major rewrite.
10920 (display-buffer-other-window, display-buffer-other-frame)
10921 (pop-to-buffer, switch-to-buffer-other-window)
10922 (switch-to-buffer-other-frame): Rewrite.
10923 (display-buffer-same-window, display-buffer-same-frame)
10924 (display-buffer-same-frame-other-window)
10925 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10926 (pop-to-buffer-other-window)
10927 (pop-to-buffer-same-frame-other-window)
10928 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10929 (switch-to-buffer-other-window-same-frame): New functions.
10930 (same-window-p, special-display-p): Rewrite disabling warnings.
10931 Make obsolete.
10932 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10933 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10934 Make obsolete
10935 (same-window-buffer-names, same-window-regexps)
10936 (special-display-frame-alist, special-display-popup-frame)
10937 (special-display-function, special-display-buffer-names)
10938 (special-display-regexps, pop-up-frame-alist)
10939 (pop-up-frame-function, split-window-preferred-function)
10940 (split-height-threshold, split-width-threshold)
10941 (even-window-heights): Make obsolete.
10942
10943 2011-06-12 Glenn Morris <rgm@gnu.org>
10944
10945 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
10946 Misc simplifications.
10947
10948 2011-06-12 Martin Rudalics <rudalics@gmx.at>
10949
10950 * window.el (window-safely-shrinkable-p): Restore function which
10951 was inadvertently removed in change from 2011-06-11. Declare as
10952 obsolete.
10953
10954 * calendar/calendar.el (calendar-generate-window):
10955 Use window-iso-combined-p instead of combination of one-window-p and
10956 window-safely-shrinkable-p.
10957
10958 2011-06-12 Glenn Morris <rgm@gnu.org>
10959
10960 * progmodes/fortran.el (fortran-mode-syntax-table):
10961 * progmodes/f90.el (f90-mode-syntax-table):
10962 Set % to punctuation. (Bug#8820)
10963 (f90-find-tag-default): Remove, no longer needed.
10964
10965 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10966
10967 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10968
10969 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
10970
10971 * image.el (image-animated-p): Return animation delay in seconds.
10972 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10973 (image-animate-timeout): Remove DELAY argument. Don't assume
10974 every subimage has the same delay; get it from image-animated-p.
10975 (image-animate): Caller changed.
10976
10977 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
10978
10979 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10980 to ignored backtrace functions.
10981
10982 2011-06-11 Glenn Morris <rgm@gnu.org>
10983
10984 * calendar/appt.el (appt-disp-window-function): Doc fix.
10985 (appt-check): Handle overlapping appointments. (Bug#8337)
10986
10987 2011-06-11 Martin Rudalics <rudalics@gmx.at>
10988
10989 * window.el (window-tree-1, window-tree): New functions, moving
10990 the latter to window.el.
10991 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10992 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10993 (bw-refresh-edges): Remove.
10994 (balance-windows-1, balance-windows-2): New functions.
10995 (balance-windows): Rewrite in terms of window tree functions,
10996 balance-windows-1 and balance-windows-2.
10997 (bw-adjust-window): Remove.
10998 (balance-windows-area-adjust): New function with functionality of
10999 bw-adjust-window but using resize-window.
11000 (set-window-text-height): Rewrite doc-string.
11001 Use normalize-live-window and resize-window.
11002 (enlarge-window-horizontally, shrink-window-horizontally):
11003 Rename argument to DELTA.
11004 (window-buffer-height): New function.
11005 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
11006 Rewrite using new window resize routines.
11007 (kill-buffer-and-window, mouse-autoselect-window-select):
11008 Use ignore-errors instead of condition-case.
11009 (quit-window): Call delete-frame instead of delete-windows-on
11010 for the only buffer on frame.
11011
11012 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11013
11014 * loadup.el (top-level): Load window before files for the sake
11015 of replace-buffer-in-windows.
11016
11017 * files.el (read-buffer-to-switch)
11018 (switch-to-buffer-other-window)
11019 (switch-to-buffer-other-frame, display-buffer-other-frame):
11020 Move to window.el.
11021
11022 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
11023 (previous-buffer): Move to window.el.
11024
11025 * bindings.el (unbury-buffer): Move to window.el.
11026
11027 * window.el (delete-other-windows-vertically): Move after
11028 definition of delete-other-windows.
11029 (other-window, delete-windows-on, replace-buffer-in-windows):
11030 Move here from window.c.
11031 (record-window-buffer, unrecord-window-buffer)
11032 (set-window-buffer-start-and-point, switch-to-prev-buffer)
11033 (switch-to-next-buffer): New functions.
11034 (get-next-valid-buffer, last-buffer, next-buffer): Move here
11035 from simple.el. Call switch-to-next-buffer.
11036 (previous-buffer): Move here from simple.el.
11037 Call switch-to-prev-buffer.
11038 (bury-buffer): Move here from buffer.c. Switch to previous
11039 buffer when window cannot be deleted.
11040 (unbury-buffer): Move here from bindings.el.
11041 (ctl-x-map): Move binding for other-window from window.c to
11042 here.
11043 (read-buffer-to-switch, switch-to-buffer-other-window)
11044 (switch-to-buffer-other-frame): Move here from files.el.
11045 (normalize-buffer-to-switch-to): New functions.
11046 (switch-to-buffer): Move here from buffer.c.
11047 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
11048
11049 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11050
11051 * window.el (window-min-height, window-min-width): Move here
11052 from window.c. Add defcustoms and rewrite doc-strings.
11053 (resize-mini-window, resize-window): New functions.
11054 (adjust-window-trailing-edge, enlarge-window, shrink-window):
11055 Move here from window.c.
11056 (maximize-window, minimize-window): New functions.
11057 (delete-window, delete-other-windows, split-window): Move here
11058 from window.c.
11059 (window-split-min-size): New function.
11060 (split-window-keep-point): Mention split-window-above-each-other
11061 instead of split-window-vertically.
11062 (split-window-above-each-other, split-window-vertically):
11063 Rename split-window-vertically to split-window-above-each-other
11064 and provide defalias for old definition.
11065 (split-window-side-by-side, split-window-horizontally):
11066 Rename split-window-horizontally to split-window-side-by-side
11067 and provide defalias for the old definition.
11068 (ctl-x-map): Move bindings for delete-window,
11069 delete-other-windows and enlarge-window here from window.c.
11070 Replace bindings for split-window-vertically and
11071 split-window-horizontally by bindings for
11072 split-window-above-each-other and split-window-side-by-side.
11073
11074 * cus-start.el (all): Remove entries for window-min-height and
11075 window-min-width. Add entries for window-splits and
11076 window-nest.
11077
11078 2011-06-09 Glenn Morris <rgm@gnu.org>
11079
11080 * calendar/appt.el (appt-mode-line): New function.
11081 (appt-check, appt-disp-window): Use it.
11082
11083 * files.el (hack-one-local-variable-eval-safep):
11084 Allow minor-modes with explicit +/-1 arguments.
11085
11086 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
11087
11088 * term/xterm.el (xterm): Add defgroup.
11089 (xterm-extra-capabilities): Add defcustom to supply known xterm
11090 capabilities, skip querying them, or query them (default).
11091 (terminal-init-xterm): Use it.
11092 (terminal-init-xterm-modify-other-keys): New function to set up
11093 modifyOtherKeys support to simplify `terminal-init-xterm'.
11094
11095 2011-06-09 Martin Rudalics <rudalics@gmx.at>
11096
11097 * window.el (resize-window-reset, resize-window-reset-1)
11098 (resize-subwindows-skip-p, resize-subwindows-normal)
11099 (resize-subwindows, resize-other-windows, resize-this-window)
11100 (resize-root-window, resize-root-window-vertically)
11101 (window-deletable-p, window-or-subwindow-p)
11102 (frame-root-window-p): New functions.
11103
11104 2011-06-09 Glenn Morris <rgm@gnu.org>
11105
11106 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
11107 (ange-ftp-get-files): Use it.
11108
11109 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11110
11111 * mail/sendmail.el (mail-recover-1, mail-recover):
11112 * files.el (recover-file, recover-session):
11113 Handle dired-listing-switches not being just a single short option.
11114
11115 2011-06-09 Glenn Morris <rgm@gnu.org>
11116
11117 * calendar/appt.el (appt-display-message, appt-disp-window):
11118 Handle lists of appointments.
11119
11120 2011-06-08 Martin Rudalics <rudalics@gmx.at>
11121
11122 * window.el (one-window-p): Move down in code.
11123 Rewrite doc-string.
11124 (window-current-scroll-bars): Rewrite doc-string.
11125 Normalize live window argument.
11126 (walk-windows, get-window-with-predicate, count-windows):
11127 Rewrite doc-string. Use window-list-1.
11128 (window-in-direction-2, window-in-direction, get-mru-window):
11129 New functions.
11130
11131 2011-06-08 Reuben Thomas <rrt@sc3d.org>
11132
11133 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
11134 Doc fix (Bug#8713).
11135
11136 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
11137
11138 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
11139
11140 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * loadhist.el (unload-feature-special-hooks):
11143 Add `comint-output-filter-functions'.
11144
11145 2011-06-08 Ivan Kanis <gnu@kanis.fr>
11146
11147 * calendar/appt.el (appt-check): Move some initializations into the let.
11148
11149 2011-06-08 Martin Rudalics <rudalics@gmx.at>
11150
11151 * window.el (window-height): Defalias to window-total-height.
11152 (window-width): Defalias to window-body-width.
11153
11154 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
11155
11156 * image-mode.el (image-toggle-animation): New command.
11157 (image-mode-map): Bind it to RET.
11158 (image-mode): Update message.
11159 (image-toggle-display-image): Avoid a spurious cache flush.
11160 (image-transform-rotation): Doc fix.
11161 (image-transform-properties): Return quickly in the normal case.
11162 (image-animate-loop): Rename from image-animate-max-time.
11163
11164 * image.el (image-animate-max-time): Move to image-mode.el.
11165 (create-animated-image): Remove unnecessary function.
11166 (image-animate): Rename from image-animate-start. New arg.
11167 (image-animate-stop): Remove; just use image-animate-timer.
11168 (image-animate-timer): Use car-safe.
11169 (image-animate-timeout): Rename argument.
11170
11171 2011-06-07 Martin Rudalics <rudalics@gmx.at>
11172
11173 * window.el (get-lru-window, get-largest-window): Move here from
11174 window.c. Rename first argument to ALL-FRAMES.
11175 Rephrase doc-strings.
11176 (get-buffer-window-list): Rewrite using window-list-1.
11177 Rephrase doc-string.
11178 (window-safe-min-height, window-safe-min-width): New constants.
11179 (window-size-ignore, window-min-size, window-min-size-1)
11180 (window-sizable, window-sizable-p, window-size-fixed-1)
11181 (window-size-fixed-p, window-min-delta-1, window-min-delta)
11182 (window-max-delta-1, window-max-delta, window-resizable)
11183 (window-resizable-p, window-total-height, window-total-width)
11184 (window-body-width): New functions.
11185 (window-full-height-p, window-full-width-p): Rewrite using
11186 window-total-size.
11187 (window-body-height): Rewrite using window-body-size.
11188
11189 2011-06-06 Martin Rudalics <rudalics@gmx.at>
11190
11191 * window.el (window-right, window-left, window-child)
11192 (window-child-count, window-last-child, window-any-p)
11193 (normalize-live-buffer, normalize-live-frame)
11194 (normalize-any-window, normalize-live-window)
11195 (window-iso-combination-p, window-iso-combined-p)
11196 (window-iso-combinations)
11197 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
11198 (windows-with-parameter, window-with-parameter)
11199 (window-atom-root, make-window-atom, window-atom-check-1)
11200 (window-atom-check, window-side-check, window-check):
11201 New functions.
11202 (ignore-window-parameters, window-sides, window-sides-vertical)
11203 (window-sides-slots): New variables.
11204 (window-size-fixed): Move down in code. Minor doc-string fix.
11205
11206 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11207
11208 * comint.el (comint-dynamic-complete-as-filename)
11209 (comint-dynamic-complete-filename): Correctly call
11210 completion-in-region.
11211
11212 2011-06-05 Deniz Dogan <deniz@dogan.se>
11213
11214 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11215 in last change.
11216
11217 2011-06-05 Deniz Dogan <deniz@dogan.se>
11218
11219 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11220 (rcirc): Use it to prompt for encryption.
11221
11222 2011-06-05 Roland Winkler <winkler@gnu.org>
11223
11224 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11225 (bibtex-search-entries): New command bound to C-c C-a.
11226 (bibtex-display-entries): New function.
11227
11228 2011-06-05 Roland Winkler <winkler@gnu.org>
11229
11230 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11231 (bibtex-insert-kill): After yanking insert newline if necessary.
11232 (bibtex-initialize): Call bibtex-string-files-init only once.
11233 (bibtex-mode): Do not call easy-menu-add.
11234 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11235 (bibtex-yank): Set arg properly if nil.
11236
11237 2011-06-05 Roland Winkler <winkler@gnu.org>
11238
11239 * textmodes/bibtex.el (bibtex-search-entry-globally):
11240 New variable.
11241 (bibtex-search-entry): Use it.
11242
11243 2011-06-05 Roland Winkler <winkler@gnu.org>
11244
11245 * textmodes/bibtex.el (bibtex-entry-format): New option
11246 sort-fields.
11247 (bibtex-format-entry, bibtex-reformat): Honor this option.
11248 (bibtex-parse-entry): Return fields in proper order.
11249
11250 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
11251
11252 * doc-view.el (doc-view-remove-if): Move computation of result out
11253 of `dolist' to silence misleading lexical-binding warning.
11254
11255 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11258 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11259
11260 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
11261
11262 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11263 "SunOS 5.10".
11264
11265 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
11266
11267 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11268 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11269 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11270 (tramp-parse-putty):
11271 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11272 (tramp-completion-function-alist-ssh)
11273 (tramp-completion-function-alist-telnet)
11274 (tramp-completion-function-alist-su)
11275 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11276 cookie.
11277
11278 * net/tramp-ftp.el:
11279 * net/tramp-sh.el:
11280 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11281 load "tramp.el" `tramp-set-completion-function'.
11282
11283 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * shell.el: Require and use pcomplete.
11286 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11287 (shell-completion-vars): Set pcomplete-default-completion-function.
11288
11289 2011-06-04 Deniz Dogan <deniz@dogan.se>
11290
11291 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11292 `memq' (Bug#8799).
11293
11294 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11297
11298 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
11299
11300 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11301 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11302 * vc/log-view.el (log-view-beginning-of-defun):
11303 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11304 (smerge-refine-forward, smerge-refine-chopup-region):
11305 Silence warning for unused `dotimes' counter variables.
11306
11307 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * net/tramp.el (tramp-with-progress-reporter): Rename from
11310 with-progress-reporter. Use `declare'.
11311 * net/tramp-smb.el:
11312 * net/tramp-sh.el:
11313 * net/tramp-gvfs.el: Update all uses.
11314
11315 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11316
11317 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11318 buffer isn't killed before making it current.
11319
11320 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 Silence various byte-compiler warnings.
11323 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
11324 `access-type' and new obsolescence format.
11325 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
11326 new format.
11327 (byte-compile-check-variable): New `access-type' argument.
11328 Only warn if the access-type is obsolete.
11329 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11330 (byte-compile-variable-set): Adjust callers.
11331 * help-fns.el (describe-variable): Adjust to new obsolescence format.
11332 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
11333 setting it as obsolete.
11334 * simple.el (minibuffer-completing-symbol):
11335 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
11336 access as obsolete.
11337 * minibuffer.el (minibuffer-completing-file-name): Don't make it
11338 obsolete yet.
11339 * international/quail.el (quail-mouse-choose-completion): Remove unused
11340 code referring to obsolete var.
11341 (quail-choose-completion-string): Remove.
11342 * server.el (server-clients-with, server-kill-buffer-query-function)
11343 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
11344 * proced.el (proced-send-signal):
11345 * emacs-lisp/lisp.el (lisp-complete-symbol):
11346 Replace completion-annotate-function with completion-extra-properties.
11347
11348 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * simple.el (goto-line): Use read-number.
11351 (overriding-map-is-bound): Remove.
11352 (saved-overriding-map): Change default.
11353 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11354 Take the map as argument.
11355 (universal-argument, negative-argument, digit-argument): Use it.
11356 (restore-overriding-map): Adjust.
11357 (do-auto-fill): Use fill-forward-paragraph.
11358 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11359
11360 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11361 (minibuffer-inactive-mode): New major mode.
11362 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11363 the *Messages* buffer" hack.
11364 (mouse-popup-menubar): Don't burp if the event is a normal key.
11365
11366 Miscellaneous tweaks.
11367 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11368 lexical scoping as in subr.el's dolist and dotimes.
11369 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11370 Silence compiler warning.
11371 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11372 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11373 * international/ccl.el (ccl-compile): Trivial simplification.
11374 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11375 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11376 `printflag' argument.
11377 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11378 Purecopy the whole obsolescence data.
11379
11380 2011-06-01 Leo Liu <sdl.web@gmail.com>
11381
11382 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11383 improve doc-string as suggested by Marco Pessotto
11384 <melmothx@gmail.com>.
11385 (rcirc-print): Fix last change.
11386
11387 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * minibuffer.el (complete-with-action): Return nil for the metadata and
11390 boundaries of non-functional tables.
11391 (completion-table-dynamic): Return nil for the metadata.
11392 (completion-table-with-terminator): Add default case, using
11393 complete-with-action.
11394 (completion--metadata): New function.
11395 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11396 to try and avoid pathological performance problems.
11397 (completion--embedded-envvar-table): Return `category' metadata.
11398
11399 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11400
11401 * subr.el (process-alive-p): New tiny convenience function.
11402
11403 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11406 content but also its previous major mode.
11407
11408 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
11409
11410 * emacs-lisp/debug.el (debug): Restore the previous content of the
11411 *Backtrace* buffer when we exit with C-M-c.
11412
11413 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * minibuffer.el: Add metadata method to completion tables.
11416 (completion-category-overrides): New defcustom.
11417 (completion-metadata, completion--field-metadata)
11418 (completion-metadata-get, completion--styles)
11419 (completion--cycle-threshold): New functions.
11420 (completion-try-completion, completion-all-completions):
11421 Add `metadata' argument to choose completion-styles.
11422 (completion--do-completion): Use metadata to choose cycling.
11423 (completion-all-sorted-completions): Use metadata for sorting.
11424 Remove :completion-cycle-penalty which is not needed any more.
11425 (completion--try-word-completion): Add `metadata' argument.
11426 (minibuffer-completion-help): Check metadata for annotation function
11427 and sorting.
11428 (completion-file-name-table): Return `category' metadata.
11429 (minibuffer-completing-file-name): Make obsolete.
11430 * simple.el (minibuffer-completing-symbol): Make obsolete.
11431 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11432 completion-try-completion.
11433
11434 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11437
11438 2011-05-30 Leo Liu <sdl.web@gmail.com>
11439
11440 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
11441 (rcirc-print): Decode all incoming messages (bug#8744).
11442 (rcirc-decode-coding-system): Allow value nil for automatic coding
11443 system detection.
11444
11445 2011-06-01 Glenn Morris <rgm@gnu.org>
11446
11447 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11448
11449 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * image.el (image-animate-max-time): Allow nil and t values.
11452 Default to nil.
11453 (create-animated-image): Doc fix.
11454 (image-animate-start): Remove second arg; just use
11455 image-animate-max-time.
11456 (image-animate-timeout): Doc fix. Args changed.
11457
11458 * image-mode.el (image-toggle-display-image): Ensure that the
11459 image spec passed to the animate timer is the same object as in
11460 the buffer's display property (Bug#6981).
11461 (image-transform-properties): Doc fix.
11462
11463 * image.el (image-animate-max-time): Default to nil.
11464
11465 2011-05-29 Martin Rudalics <rudalics@gmx.at>
11466
11467 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11468 entire buffer list (Bug#8184).
11469
11470 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * image.el (imagemagick-types-inhibit)
11473 (imagemagick-register-types): Doc fix.
11474
11475 2011-05-29 Deniz Dogan <deniz@dogan.se>
11476
11477 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11478 default.
11479
11480 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * select.el: Don't perform clipboard-manager saving in hooks;
11483 leave the hooks empty.
11484
11485 2011-05-28 Leo Liu <sdl.web@gmail.com>
11486
11487 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11488 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11489 (occur-edit-mode): New major mode (Bug#8463).
11490 (occur-after-change-function): New function.
11491 (occur-engine): Give Occur tags a read-only property.
11492
11493 2011-05-28 Kevin Ryde <user42@zip.com.au>
11494
11495 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11496
11497 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * bindings.el (help-echo): Make the initial non-indicator dash
11500 empty on graphical terminals (Bug#7295).
11501
11502 * files.el (auto-mode-alist): Move config rule after the
11503 in-stripping one (Bug#8547).
11504
11505 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11506
11507 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11508 setting (Bug#8740).
11509
11510 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11511
11512 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11513 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11514 (Bug#8539).
11515
11516 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11517
11518 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11519
11520 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11521
11522 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11523 (hs-hide-block-at-point, hs-find-block-beginning)
11524 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11525 (Bug#8279).
11526
11527 2011-05-28 Glenn Morris <rgm@gnu.org>
11528
11529 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11530
11531 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
11532
11533 * help-fns.el (describe-function-1): If the function is a derived
11534 major mode, print the parent mode.
11535
11536 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11537 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11538
11539 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * minibuffer.el (completion--capf-wrapper): Check applicability before
11542 returning non-nil for non-exclusive completion data.
11543 * progmodes/etags.el (tags-completion-at-point-function):
11544 * info-look.el (info-lookup-completions-at-point): Mark as
11545 non-exclusive.
11546 (info-complete): Adjust accordingly.
11547
11548 * info-look.el: Convert to lexical-binding and completion-at-point.
11549 (info-lookup-completions-at-point): New function.
11550 (info-complete): Use it and completion-in-region.
11551
11552 2011-05-28 Drew Adams <drew.adams@oracle.com>
11553
11554 * isearch.el: Let M-e start with point at the first mismatched char.
11555 (isearch-fail-pos): New function.
11556 (isearch-edit-string): Use it.
11557
11558 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11559
11560 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11561
11562 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
11563
11564 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11565 traversal functions for avl-trees.
11566 (avl-tree--stack): New struct.
11567 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11568 (avl-tree-enter): Add optional `updatefun' arg.
11569 (avl-tree--do-enter): Add optional `updatefun' arg.
11570 Change return value.
11571 (avl-tree-delete): Add optional `test' and `nilflag' args.
11572 (avl-tree--do-delete): Add `test' and `nilflag' args.
11573 Change return value.
11574 (avl-tree-member): Add optional `nilflag'
11575 (avl-tree-member-p): New function.
11576 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11577 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11578 (avl-tree-stack-empty-p): New functions.
11579
11580 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11581 avl-tree--del-balance1 and make it work both ways.
11582 (avl-tree--del-balance2): Remove.
11583 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11584 make it work both ways.
11585 (avl-tree--enter-balance2): Remove.
11586 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11587 New macros.
11588 (avl-tree--mapc, avl-tree-map): Add direction argument.
11589
11590 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
11591
11592 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11593
11594 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * select.el: Support clipboard managers with built-in function
11597 x-clipboard-manager-save, via delete-frame-functions and
11598 kill-emacs-hook.
11599 (xselect-convert-to-targets): Add MULTIPLE target to list.
11600 (xselect-convert-to-save-targets): New function.
11601
11602 2011-05-27 Kenichi Handa <handa@m17n.org>
11603
11604 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11605 let-binding rfc2047-encode-encoded-words to nil.
11606
11607 2011-05-27 Glenn Morris <rgm@gnu.org>
11608
11609 * mail/emacsbug.el: Don't require url-util.
11610
11611 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11612
11613 * files.el (set-auto-mode):
11614 Also respect mode: entries at the end of the file. (Bug#8586)
11615
11616 2011-05-26 Glenn Morris <rgm@gnu.org>
11617
11618 * files.el (hack-local-variables-prop-line, hack-local-variables):
11619 Downcase mode names, as seems to be traditional.
11620 (hack-local-variables, hack-local-variables-apply): Doc fixes.
11621
11622 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11623 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11624
11625 2011-05-25 Julien Danjou <julien@danjou.info>
11626
11627 * textmodes/rst.el (rst-define-level-faces): Do not define face
11628 symbol if it is already defined.
11629
11630 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11631
11632 * play/5x5.el (5x5-new-game, 5x5-randomize):
11633 Reset 5x5-solver-output to nil when a new grid is cast.
11634 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11635 these debugging traces, as defmacro breaks the compiled code.
11636
11637 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11638
11639 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11640
11641 2011-05-24 Leo Liu <sdl.web@gmail.com>
11642
11643 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11644 (vc-bzr-sha1): Adapt.
11645
11646 * sha1.el: Remove. Function `sha1' is now builtin.
11647
11648 * bindings.el: Provide sha1 feature.
11649
11650 2011-05-24 Kenichi Handa <handa@m17n.org>
11651
11652 * mail/sendmail.el: Require `rfc2047'.
11653 (mail-insert-from-field): Do not perform RFC2047 encoding.
11654 (mail-encode-header): New function.
11655 (sendmail-send-it): Set buffer-file-coding-system of the work
11656 buffer to the return value of select-message-coding-system.
11657 Call mail-encode-header.
11658
11659 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11660
11661 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
11662
11663 * mail/supercite.el (sc-default-cite-frame):
11664 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
11665
11666 2011-05-24 Glenn Morris <rgm@gnu.org>
11667
11668 * progmodes/python.el (brm-menu): Declare.
11669
11670 * emulation/viper.el (viper-set-hooks): Declare.
11671
11672 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11673 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11674 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11675 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11676 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11677 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11678
11679 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 Add an :exit-function for completion-at-point.
11682
11683 * minibuffer.el (completion--done): New fun.
11684 (completion--do-completion): Use it. New arg `expect-exact'.
11685 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11686 since completion--do-completion does it for us now.
11687 (minibuffer-force-complete): Use completion--done and
11688 completion--replace. Handle sole-completion case with more care.
11689 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11690 (completion-extra-properties): New var.
11691 (completion-annotate-function): Make obsolete.
11692 (minibuffer-completion-help): Adjust accordingly.
11693 Use completion-list-insert-choice-function.
11694 (completion-at-point, completion-help-at-point):
11695 Bind completion-extra-properties.
11696 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11697 * simple.el (completion-list-insert-choice-function): New var.
11698 (completion-setup-function): Preserve it.
11699 (choose-completion): Pay attention to it, shuffle the code a bit.
11700 (choose-completion-string): New arg `insert-function'.
11701
11702 * textmodes/bibtex.el: Convert to lexical binding.
11703 (bibtex-mode-map): Use completion-at-point.
11704 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11705 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11706 (bibtex-complete): Define as obsolete alias.
11707 (bibtex-complete-internal): Remove.
11708 (bibtex-format-entry): Remove unused sub-group in regexp.
11709 * shell.el (shell--command-completion-data)
11710 (shell-environment-variable-completion):
11711 * pcomplete.el (pcomplete-completions-at-point):
11712 * comint.el (comint--complete-file-name-data): Use :exit-function
11713 instead of completion-table-with-terminator so it also works for
11714 choose-completion.
11715
11716 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11719
11720 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11721 (bug#8710).
11722
11723 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11724
11725 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11726
11727 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11728 customization variable and implement: If non-nil, auto-fill will
11729 be inhibited while on topic's header line.
11730
11731 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11732
11733 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
11734 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
11735 always have a solution in grid size = 5 cases.
11736 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11737 (5x5-solver-output, 5x5-log-buffer): New vars.
11738 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11739 Make these variables buffer local to achieve 5x5 multi-session-ness.
11740 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11741 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11742 (5x5-solve-suggest): New funs.
11743 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11744 randomize a grid so that we ensure that there is always a solution.
11745 (5x5-make-random-grid): Allow other movement than flipping.
11746
11747 2011-05-23 Kevin Ryde <user42@zip.com.au>
11748
11749 * emacs-lisp/advice.el (ad-read-advised-function):
11750 Use `function-called-at-point' as the default, if it has
11751 advice and passes PREDICATE.
11752
11753 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11756 byte-compile-lambda if it's actually a lambda.
11757
11758 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11759 Fix function quoting. Use backquote better.
11760
11761 2011-05-22 Yuanle Song <sylecn@gmail.com>
11762
11763 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11764 matching (Bug#8516).
11765
11766 2011-01-22 Jari Aalto <jari.aalto@cante.net>
11767
11768 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11769 different face (Bug#8178).
11770
11771 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
11772
11773 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11774 defface (Bug#8144).
11775
11776 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11779 funcall as well (bug#8712). Warn when performing those conversions.
11780 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11781
11782 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11783
11784 2011-05-22 Glenn Morris <rgm@gnu.org>
11785
11786 * files.el (hack-local-variables-prop-line): Small simplifications.
11787 (hack-local-variables, hack-local-variables-prop-line):
11788 If MODE-ONLY, return the mode, rather than just `t'.
11789
11790 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11793
11794 2011-05-21 Glenn Morris <rgm@gnu.org>
11795
11796 * files.el (hack-local-variables-prop-line, hack-local-variables):
11797 If only interested in the mode, don't bother doing the other stuff.
11798
11799 * image-mode.el (image-after-revert-hook):
11800 Redraw all frames on which the image is visible. (Bug#8567)
11801
11802 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11803
11804 * wid-edit.el (widget-checklist-match-inline):
11805 Fix 2011-04-19 change. (Bug#8649)
11806
11807 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11810 Also allow singlespace after single-letter capitals followed by a dot.
11811
11812 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11813 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11814
11815 2011-05-20 Nix <nix@esperi.org.uk>
11816
11817 * files.el (basic-save-buffer-2):
11818 Fix handling of break-hardlink-on-save with non-existent files.
11819
11820 2011-05-19 Deniz Dogan <deniz@dogan.se>
11821
11822 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
11823 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
11824
11825 2011-05-19 Glenn Morris <rgm@gnu.org>
11826
11827 * progmodes/f90.el (f90-type-def-re):
11828 Handle "type, bind(c)". (Bug#8691)
11829
11830 * emacs-lisp/autoload.el (batch-update-autoloads):
11831 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11832
11833 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
11834
11835 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11836 property for the correct connection in case of multihops.
11837
11838 2011-05-18 Glenn Morris <rgm@gnu.org>
11839
11840 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
11841 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11842
11843 Rationalize calendar handling of day and month abbrev-arrays.
11844 * calendar/calendar.el (calendar-customized-p): New function.
11845 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11846 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11847 Add :set function.
11848 (calendar-abbrev-length, calendar-day-abbrev-array)
11849 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11850 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11851 Elements may no longer be nil.
11852 (calendar-day-name, calendar-month-name):
11853 Update for changed nature of abbrev arrays.
11854 * calendar/diary-lib.el (diary-name-pattern):
11855 Update for changed nature of abbrev arrays.
11856 (diary-mark-entries-1): Update calendar-make-alist calls.
11857 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11858 * calendar/cal-html.el (cal-html-day-abbrev-array):
11859 Simply inherit from calendar-day-abbrev-array.
11860
11861 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * progmodes/grep.el (grep-mode): Disable default
11864 compilation-directory-matcher setting (bug#8684).
11865
11866 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
11867
11868 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11869 instead of "head" and "tail". There were problems with SunOS 5.9,
11870 and it performs better.
11871
11872 2011-05-17 Glenn Morris <rgm@gnu.org>
11873
11874 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11875
11876 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11877 Replace obsolete function.
11878
11879 * shell.el (pcomplete-parse-arguments-function): Declare.
11880
11881 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11882 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11883 (appt-check): Doc fixes.
11884 (appt-disp-window-function, appt-delete-window-function):
11885 Remove needless special case in custom :type.
11886 (appt-display-count): Default to 0, not nil.
11887 (appt-check): Reset appt-display-count to 0, not nil.
11888
11889 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * progmodes/python.el (python-font-lock-keywords):
11892 Add the Python 3.X keyword "nonlocal" (bug#8639).
11893
11894 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11897
11898 2011-05-16 Kevin Ryde <user42@zip.com.au>
11899
11900 * info-look.el (makefile-automake-mode): New setups, looking in
11901 automake manual, then makefile-mode.
11902 (makefile-mode): Remove automake manual, have it just in
11903 makefile-automake-mode since there's various things different or
11904 not relevant to plain make.
11905 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11906 believe a hypothetical automake-mode would go to makefile-mode,
11907 not the other way around.
11908
11909 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11912 hunk-end tags (Bug#8672).
11913
11914 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11915 vc-annotate-show-diff-revision-at-line (Bug#8671).
11916
11917 2011-05-14 Glenn Morris <rgm@gnu.org>
11918
11919 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11920 in the middle of an existing one with multiple authors. (Bug#8645)
11921 (change-log-font-lock-keywords): Also handle multiple author lines
11922 with leading tabs. (Bug#8644)
11923
11924 * calendar/appt.el (appt-check): Rename some local variables.
11925 Some simplification/reordering.
11926
11927 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11928 (feedmail-sendmail-f-doesnt-sell-me-out)
11929 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11930 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11931 (feedmail-queue-runner-message-sender): Set :version.
11932 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11933 (bbdb-dwim-net-address, vm-mail): Declare.
11934 (feedmail-binmail-gnulinuxish-template):
11935 Rename from feedmail-binmail-linuxish-template.
11936 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11937 Use insert-buffer-substring.
11938
11939 2011-05-14 Bill Carpenter <bill@carpenter.org>
11940
11941 * mail/feedmail.el (feedmail-patch-level): Increase.
11942 (feedmail-debug): New custom group.
11943 (feedmail-confirm-outgoing-timeout)
11944 (feedmail-sendmail-f-doesnt-sell-me-out)
11945 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11946 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11947 (feedmail-sender-line, feedmail-from-line)
11948 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
11949 (feedmail-spray-this-address)
11950 (feedmail-spray-address-fiddle-plex-list)
11951 (feedmail-queue-use-send-time-for-date)
11952 (feedmail-queue-use-send-time-for-message-id)
11953 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11954 (feedmail-buffer-eating-function):
11955 Doc fixes.
11956 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11957 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11958 (feedmail-message-action-scroll-down): New functions.
11959 (feedmail-queue-directory, feedmail-queue-draft-directory):
11960 Use expand-file-name.
11961 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11962 Remove C-v help entry.
11963 (feedmail-queue-buffer-file-name): New variable.
11964 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11965 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11966 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11967 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11968 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11969 (feedmail-message-action-toggle-spray)
11970 (feedmail-run-the-queue-no-prompts)
11971 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11972 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11973 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11974 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11975 (feedmail-envelope-deducer, feedmail-fiddle-from)
11976 (feedmail-fiddle-sender, feedmail-default-date-generator)
11977 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11978 (feedmail-fiddle-spray-address)
11979 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11980 (feedmail-fiddle-list-of-fiddle-plexes)
11981 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11982 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11983 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11984 Change default. Doc fix.
11985 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11986 (feedmail-binmail-linuxish-template): New constant.
11987 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11988 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11989 (feedmail-send-it): Add debug call.
11990 Use feedmail-queue-buffer-file-name, and
11991 feedmail-send-it-immediately-wrapper.
11992 (feedmail-message-action-send): Add debug call.
11993 Use feedmail-send-it-immediately-wrapper.
11994 (feedmail-queue-express-to-queue): Add debug call.
11995 Run feedmail-queue-express-hook.
11996 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11997 (feedmail-message-action-help-blat):
11998 Rename from feedmail-queue-send-edit-prompt-help-first.
11999 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
12000 Check line-endings. Handle errors better.
12001 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
12002 Doc fix. Add debug call.
12003 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
12004 Use feedmail-queue-send-edit-prompt-inner.
12005 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
12006 (feedmail-queue-send-edit-prompt-inner): New function, extracted
12007 from feedmail-queue-send-edit-prompt.
12008 (feedmail-queue-send-edit-prompt-help)
12009 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
12010 (feedmail-tidy-up-slug): Add debug call.
12011 Respect feedmail-queue-slug-suspect-regexp.
12012 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
12013 (feedmail-dump-message-to-queue): Add debug call.
12014 Expand queue-directory.
12015 (feedmail-dump-message-to-queue): Change message slightly.
12016 Use feedmail-say-chatter.
12017 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
12018 (feedmail-send-it-immediately-wrapper): New function.
12019 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
12020 Insert empty string rather than newline. Handle full-frame case.
12021 Use catch/throw. Use feedmail-say-chatter.
12022 (feedmail-fiddle-from): Try mail-host-address.
12023 (feedmail-default-message-id-generator): Doc fix.
12024 Bind system-time-locale. Handle missing end.
12025 (feedmail-fiddle-x-mailer): Add debug call.
12026 Handle feedmail-x-mailer-line being nil.
12027 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
12028 Add debug call. Use buffer-substring-no-properties.
12029 (feedmail-say-debug, feedmail-say-chatter): New functions.
12030 (feedmail-find-eoh): Give an explicit error.
12031
12032 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
12033
12034 * net/newst-treeview.el (newsticker-treeview-face): Change default
12035 family from helvetica to sans.
12036 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
12037 etc/images/newsticker.
12038
12039 * net/newst-reader.el (newsticker-feed-face): Change default
12040 family from helvetica to sans.
12041
12042 * net/newst-plainview.el (newsticker-new-item-face)
12043 (newsticker-old-item-face, newsticker-immortal-item-face)
12044 (newsticker-obsolete-item-face, newsticker-date-face)
12045 (newsticker-statistics-face): Change default family from
12046 helvetica to sans.
12047 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
12048 etc/images/newsticker.
12049
12050 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
12051 (newsticker--process-auto-mark-filter-match): Tell user about
12052 auto-marking.
12053
12054 2011-05-13 Didier Verna <didier@xemacs.org>
12055
12056 Common Lisp indentation improvements on defmethod and lambda-lists.
12057 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
12058 TODO entries.
12059 (lisp-lambda-list-keyword-parameter-indentation)
12060 (lisp-lambda-list-keyword-parameter-alignment)
12061 (lisp-lambda-list-keyword-alignment): New customizable user options.
12062 (lisp-indent-defun-method): Improve docstring.
12063 (extended-loop-p): Fix comment.
12064 (lisp-indent-lambda-list-keywords-regexp): New variable.
12065 (lisp-indent-lambda-list): New function.
12066 (lisp-indent-259): Use it.
12067 (lisp-indent-defmethod): Support for more than one
12068 method qualifier and properly indent methods lambda-lists.
12069 (defgeneric): Provide a missing common-lisp-indent-function property.
12070
12071 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
12074 bounds for the empty string (bug#8667).
12075
12076 2011-05-13 Glenn Morris <rgm@gnu.org>
12077
12078 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
12079
12080 * mail/sendmail.el (sendmail-program): Try executable-find first.
12081 (sendmail-send-it): `sendmail-program' cannot be unbound.
12082
12083 * calendar/appt.el (appt-make-list): Simplify.
12084 (appt-time-msg-list): Doc fix.
12085 (appt-check): Change mode-line message at the time of the appointment.
12086
12087 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
12088
12089 * progmodes/ld-script.el (ld-script-keywords)
12090 (ld-script-builtins): Update keywords list.
12091
12092 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
12095
12096 * shell.el (shell-completion-vars): New function.
12097 (shell-mode):
12098 * simple.el (read-shell-command): Use it.
12099 (blink-matching-open): No need for " [...]" in minibuffer-message.
12100
12101 2011-05-12 Glenn Morris <rgm@gnu.org>
12102
12103 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
12104 (appt-check): Simplify.
12105
12106 2011-05-12 Eli Zaretskii <eliz@gnu.org>
12107
12108 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
12109 literal "/dev/null".
12110
12111 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
12114 Fix typo.
12115
12116 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
12117
12118 * progmodes/which-func.el (which-function):
12119 Use add-log-current-defun instead of add-log-current-defun-function,
12120 which might not be defined (Bug#8260).
12121
12122 2011-05-12 Glenn Morris <rgm@gnu.org>
12123
12124 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12125 Let byte-compile-initial-macro-environment always take precedence.
12126
12127 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * net/rcirc.el: Add support for SSL/TLS connections.
12130 (rcirc-server-alist): New field `encryption'.
12131 (rcirc): Check `encryption' settings.
12132 (rcirc-connect): New arg `encryption'. Use open-network-stream.
12133 Merge make-local-variable into `set'.
12134 (rcirc--connection-open-p): New function.
12135 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
12136 the process is not a network process (e.g. running gnutls-cli).
12137 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12138 Make rcirc-(en|de)code-coding-system local here.
12139 (rcirc-mode): Merge make-local-variable into `set'.
12140 (rcirc-parent-buffer): Make permanent buffer-local.
12141 (rcirc-multiline-minor-mode): Don't do it here.
12142 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
12143 there's no server buffer.
12144
12145 2011-05-11 Glenn Morris <rgm@gnu.org>
12146
12147 * newcomment.el (comment-kill): Prefix "unused" local.
12148
12149 * term/w32console.el (get-screen-color): Declare.
12150
12151 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
12152 Handle symbol elements of byte-compile-initial-macro-environment.
12153
12154 2011-05-10 Leo Liu <sdl.web@gmail.com>
12155
12156 * bookmark.el (bookmark-bmenu-mode-map):
12157 Bind bookmark-bmenu-search to `/'.
12158
12159 * mail/footnote.el: Convert to utf-8 encoding.
12160 (footnote-unicode-string, footnote-unicode-regexp): New variable.
12161 (Footnote-unicode): New function.
12162 (footnote-style-alist): Add unicode style to the list.
12163 (footnote-style): Doc fix.
12164
12165 2011-05-10 Jim Meyering <meyering@redhat.com>
12166
12167 Fix doubled-word typos.
12168 * international/quail.el (quail-insert-kbd-layout): and and -> and
12169 * kermit.el: and and -> and
12170 * net/ldap.el (ldap-search-internal): to to -> to
12171 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
12172 * progmodes/js.el (js-mode): and and -> and
12173 * textmodes/artist.el (artist-move-to-xy): at at -> at
12174 (artist-draw-region-trim-line-endings): if if -> if
12175 And Safetyc -> Safety.
12176 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
12177
12178 2011-05-10 Glenn Morris <rgm@gnu.org>
12179 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * files.el (hack-one-local-variable-eval-safep):
12182 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
12183
12184 2011-05-10 Glenn Morris <rgm@gnu.org>
12185
12186 * calendar/diary-lib.el (diary-list-entries-hook)
12187 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
12188 (diary-nongregorian-marking-hook, diary-list-entries)
12189 (diary-include-other-diary-files, diary-mark-entries)
12190 (diary-mark-included-diary-files): Doc fixes.
12191
12192 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * misc.el: Require tabulated-list.el during compilation.
12195
12196 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
12197
12198 * progmodes/compile.el (compilation-start):
12199 Run compilation-filter-hook for the async case too.
12200 (compilation-filter-hook): Doc fix.
12201
12202 2011-05-09 Deniz Dogan <deniz@dogan.se>
12203
12204 * wdired.el: Remove outdated installation comment. Fix usage
12205 comment.
12206
12207 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * misc.el: Implement new command `list-dynamic-libraries'.
12210 (list-dynamic-libraries--loaded-only-p): New variable.
12211 (list-dynamic-libraries--refresh): New function.
12212 (list-dynamic-libraries): New command.
12213
12214 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
12215
12216 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12217 Fix the ant regexp to handle end-line and end-column info from jikes.
12218 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12219 higher priority to avoid clobbering by gnu.
12220
12221 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
12222
12223 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12224 if the face has existing theme settings (Bug#8454).
12225
12226 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12227
12228 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12229 Only match variables declared via `my' or `our' (Bug#8261).
12230
12231 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12232 special file names `.' and `..' (Bug#8259).
12233
12234 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
12235
12236 * progmodes/grep.el (grep-mode-font-lock-keywords):
12237 Remove buffer-changing entries.
12238 (grep-filter): New function.
12239 (grep-mode): Add it to compilation-filter-hook.
12240
12241 * progmodes/compile.el (compilation-filter-hook)
12242 (compilation-filter-start): New defvars.
12243 (compilation-filter): Call compilation-filter-hook prior to
12244 updating the process mark.
12245
12246 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12249
12250 2011-05-07 Eli Zaretskii <eliz@gnu.org>
12251
12252 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12253 mailclient-send-it even if window-system is nil. (Bug#8595)
12254
12255 * term/w32console.el (terminal-init-w32console):
12256 Call get-screen-color and use its output to set the frame
12257 background-mode. (Bug#8597)
12258
12259 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12262 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12263 New functions.
12264 (defgeneric, eieio--defmethod): Use them.
12265 (eieio-defgeneric): Remove.
12266 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12267
12268 2011-05-07 Glenn Morris <rgm@gnu.org>
12269
12270 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12271 Use let rather than let*.
12272 (timeclock-find-discrep): Remove unused local.
12273
12274 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12275
12276 * calendar/appt.el (appt-time-msg-list): Doc fix.
12277
12278 2011-05-06 Noah Friedman <friedman@splode.com>
12279
12280 * apropos.el (apropos-print-doc): Only use
12281 emacs-lisp-docstring-fill-column when it is bound to an integer,
12282 per that variable's documentation.
12283
12284 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
12287 and warnings are not silently discarded (e.g. use -d instead of -P).
12288
12289 2011-05-06 Glenn Morris <rgm@gnu.org>
12290
12291 * calendar/appt.el (appt-message-warning-time): Doc fix.
12292 (appt-warning-time-regexp): New option.
12293 (appt-make-list): Respect appt-message-warning-time.
12294
12295 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12296 New options.
12297 (diary-add-to-list): Strip comments from the displayed string.
12298 (diary-mode): Set comment-start and comment-end.
12299
12300 * vc/diff-mode.el (smerge-refine-subst): Declare.
12301 (diff-refine-hunk): Don't require smerge-mode when compiling.
12302
12303 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
12304
12305 * simple.el (list-processes): Return nil as the docstring says.
12306
12307 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
12308
12309 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12310 to "".
12311 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12312 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12313 determining of binary transfer. (Bug#7383)
12314
12315 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
12316
12317 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12318 Fix port computation bug. (Bug#8618)
12319
12320 2011-05-05 Glenn Morris <rgm@gnu.org>
12321
12322 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12323
12324 * simple.el (shell-dynamic-complete-functions)
12325 (comint-dynamic-complete-functions): Declare.
12326
12327 * net/network-stream.el (gnutls-negotiate):
12328 * simple.el (tabulated-list-print): Fix declarations.
12329
12330 * progmodes/gud.el (syntax-symbol, syntax-point):
12331 Remove unnecessary and incorrect declarations.
12332
12333 * emacs-lisp/check-declare.el (check-declare-scan):
12334 Handle byte-compile-initial-macro-environment in bytecomp.el
12335
12336 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 Fix earlier half-done eieio-defmethod change (bug#8338).
12339 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
12340 Streamline and change calling convention.
12341 (defmethod): Adjust accordingly and simplify.
12342 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
12343 new eieio--defmethod.
12344 (slot-boundp): Minor CSE simplification.
12345
12346 2011-05-05 Milan Zamazal <pdm@zamazal.org>
12347
12348 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
12349 (glasses-make-readable): Use glasses-separate-capital-groups.
12350
12351 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
12352
12353 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12354 (warning-series): Doc fix.
12355 (display-warning): Don't try to create the buffer if we just found it.
12356
12357 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
12358
12359 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12360 (autoload-find-generated-file): New function.
12361 (generate-file-autoloads): Bind generated-autoload-file to
12362 buffer-file-name.
12363 (update-file-autoloads, update-directory-autoloads):
12364 Use autoload-find-generated-file. If called interactively, prompt for
12365 output file (Bug#7989).
12366 (batch-update-autoloads): Doc fix.
12367
12368 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
12369
12370 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12371
12372 2011-05-04 Glenn Morris <rgm@gnu.org>
12373
12374 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12375 function, so it follows changes in calendar-date-style.
12376 (diary-fancy-date-matcher): New function.
12377 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12378 (diary-fancy-font-lock-fontify-region-function):
12379 Use diary-fancy-date-pattern as a function.
12380
12381 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12382 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12383
12384 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12385
12386 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12387 instead of positional arguments. Allow :keylist and :crlfiles
12388 arguments.
12389 (open-gnutls-stream): Call it.
12390
12391 * net/network-stream.el (network-stream-open-starttls): Adjust to
12392 call `gnutls-negotiate' with :process and :hostname arguments.
12393
12394 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * minibuffer.el (completion--message): New function.
12397 (completion--do-completion, minibuffer-complete)
12398 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12399 (completion--do-completion): Don't ignore completion-auto-help when in
12400 icomplete-mode.
12401
12402 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12403 internal encoding (e.g. tibetan zero is not whitespace).
12404 (global-whitespace-mode): Prefer save-current-buffer.
12405 (whitespace-trailing-regexp): Remove useless save-match-data.
12406 (whitespace-empty-at-bob-regexp): Minor simplification.
12407
12408 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
12409
12410 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12411
12412 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12413
12414 * textmodes/ispell.el (ispell-add-per-file-word-list):
12415 Use `concat' to create string for insertion.
12416
12417 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12420 Avoid open-line which runs post-self-insert-hook.
12421 (bibtex-fill-entry): Remove unused `end' var.
12422
12423 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12424
12425 * textmodes/ispell.el (ispell-add-per-file-word-list):
12426 Protect against `nil' value of `comment-start' (Bug#8579).
12427
12428 2011-05-03 Leo Liu <sdl.web@gmail.com>
12429
12430 * isearch.el (isearch-yank-pop): New command.
12431 (isearch-mode-map): Bind it to `M-y'.
12432 (isearch-forward): Mention it.
12433
12434 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * simple.el (minibuffer-complete-shell-command): Remove.
12437 (minibuffer-local-shell-command-map): Use completion-at-point.
12438 (read-shell-command): Setup completion vars here instead.
12439 (read-expression-map): Bind TAB to symbol completion.
12440
12441 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12442 error directly rather via storing it into `results'.
12443
12444 2011-05-02 Leo Liu <sdl.web@gmail.com>
12445
12446 * vc/diff.el: Fix description.
12447
12448 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12449
12450 * server.el (server-eval-at): New function.
12451
12452 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12453
12454 * net/network-stream.el (open-network-stream): Take a :nowait
12455 parameter and pass it on to `make-network-process'.
12456 (network-stream-open-plain): Ditto.
12457
12458 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12459
12460 * faces.el (face-spec-set-match-display): Don't match toolkit
12461 options on terminal frames.
12462
12463 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * progmodes/pascal.el: Use lexical binding.
12466 (pascal-mode-map): Remove author preferences.
12467
12468 * pcomplete.el (pcomplete-std-complete): Don't abuse
12469 completion-at-point.
12470
12471 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12472
12473 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12474 removing code that has been dead since 1991 or so.
12475
12476 * startup.el (command-line): When warning about "_emacs", use a
12477 delayed warning to allow the user to filter it out.
12478
12479 2011-04-28 Deniz Dogan <deniz@dogan.se>
12480
12481 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12482 user has not joined.
12483
12484 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12487 aren't any completions at point.
12488
12489 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12490
12491 * subr.el (display-delayed-warnings): New function.
12492 (delayed-warnings-hook): New variable.
12493
12494 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * minibuffer.el (completion-at-point, completion-help-at-point):
12497 Don't presume that a given completion-at-point-function will always
12498 use the same calling convention.
12499
12500 * pcomplete.el (pcomplete-completions-at-point):
12501 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12502 pcomplete-seen is non-nil.
12503 (pcomplete-comint-setup): Also recognize the new comint/shell
12504 completion functions.
12505 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12506 pcomplete-seen is non-nil.
12507
12508 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
12509
12510 * calendar/icalendar.el (diary-lib): Add require statement.
12511 (icalendar--create-uid): Read out a uid from a text-property on
12512 the first character in the entry. This allows for code to add its
12513 own uid to the entry.
12514 (icalendar--convert-float-to-ical): Add export of
12515 `diary-float'-entries save for those with the optional DAY
12516 argument.
12517
12518 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12519
12520 * subr.el (shell-quote-argument): Use alternate escaping strategy
12521 when we spot a variable reference in a string.
12522
12523 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12524
12525 * cus-start.el (all): Define customization for debug-on-event.
12526
12527 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12528
12529 * subr.el (shell-quote-argument): Escape correctly under Windows.
12530
12531 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12534
12535 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
12536
12537 * net/tramp.el (tramp-process-actions): Add POS argument.
12538 Delete region between POS and (pos).
12539
12540 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12541 Use `nil' position in `tramp-process-actions' call.
12542 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12543
12544 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12545 position in `tramp-process-actions' call.
12546
12547 * net/trampver.el: Update release number.
12548
12549 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * custom.el (defcustom): Obey lexical-binding.
12552
12553 Fix octave-inf completion problems reported by Alexander Klimov.
12554 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12555 Inherit from octave-mode-syntax-table.
12556 (inferior-octave-mode): Set info-lookup-mode.
12557 (inferior-octave-completion-at-point): New function.
12558 (inferior-octave-complete): Use it and completion-in-region.
12559 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12560 comint-filename-completion.
12561 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12562 symbol elements which shouldn't be word elements.
12563 (octave-font-lock-keywords, octave-beginning-of-defun)
12564 (octave-function-header-regexp): Adjust regexps accordingly.
12565 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12566
12567 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
12568
12569 * net/gnutls.el (gnutls-errorp): Declare before first use.
12570
12571 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12572
12573 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12574 verify-error, and verify-hostname-error parameters. Check whether
12575 default trustfile exists before going to use it. Add missing
12576 argument to gnutls-message-maybe call. Return value.
12577 Reported by Claudio Bley <claudio.bley@gmail.com>.
12578 (open-gnutls-stream): Add usage example.
12579
12580 * net/network-stream.el (network-stream-open-starttls): Give host
12581 parameter to `gnutls-negotiate'.
12582 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
12583 * subr.el (shell-quote-argument): Escape correctly under Windows.
12584
12585 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
12586
12587 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12588 Use correct match group (bug#8438).
12589
12590 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12593 (package-menu--generate): New arg specifying packages to show.
12594 (package-menu-refresh, package-menu-execute, list-packages):
12595 Callers changed.
12596 (package-show-package-list): New function, replacing deleted
12597 package--list-packages (renamed because it is non-internal).
12598
12599 * finder.el (finder-list-matches): Use package-show-package-list
12600 instead of deleted package--list-packages.
12601
12602 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12603 Based on a previous implementation by Juanma Barranquero (Bug#8366).
12604 (vc-annotate-mode-map): Bind it to RET.
12605
12606 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12607
12608 * progmodes/etags.el (next-file): Don't use set-buffer to change
12609 buffers (Bug#8478).
12610
12611 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
12612
12613 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12614
12615 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12616 (apropos-accumulator): Doc fix.
12617 (apropos-function, apropos-macro, apropos-command)
12618 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12619 (apropos-plist): Add face property.
12620 (apropos-symbols-internal): Fix indentation.
12621 (apropos-print): Simplify help, and recognize apropos-multi-type.
12622 (apropos-print-doc): Use button-type-get to extract the button's
12623 face property. Fill docstring (Bug#8352).
12624
12625 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
12626
12627 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12628
12629 * play/mpuz.el (mpuz-silent): Doc fix.
12630 (mpuz-mode-map): Use mapc.
12631 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12632 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12633 Fix typos in docstrings.
12634
12635 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12636 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12637
12638 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12639
12640 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
12641
12642 * minibuffer.el (completion--do-completion): Avoid the "Next char
12643 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12644
12645 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12646 mouse-2 into unread-command-events, it is interpreted correctly.
12647
12648 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
12649 (image-toggle-display): Doc fix.
12650
12651 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
12652
12653 * textmodes/page.el (what-page): Use line-number-at-pos to
12654 calculate line number (Bug#6825).
12655
12656 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12657
12658 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12659 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12660 Pass argument NO-DEFAULT to `find-tag-interactive'.
12661
12662 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
12663
12664 Lexical-binding cleanup.
12665
12666 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12667 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12668 * progmodes/ada-prj.el (ada-prj-initialize-values)
12669 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12670 (ada-prj-show-value):
12671 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12672 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12673 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12674 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12675 * progmodes/bug-reference.el (bug-reference-push-button):
12676 * progmodes/fortran.el (fortran-line-length):
12677 * progmodes/glasses.el (glasses-change):
12678 * progmodes/octave-mod.el (octave-fill-paragraph):
12679 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12680 (python-pdbtrack-grub-for-buffer, python-sentinel):
12681 * progmodes/sql.el (sql-save-connection):
12682 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12683 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12684 Mark unused parameters.
12685
12686 * progmodes/compile.el (compilation--flush-directory-cache)
12687 (compilation--flush-parse, compile-internal): Mark unused parameters.
12688 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12689 (compilation-next-error-function): Remove unused variable `timestamp'.
12690
12691 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12692 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12693
12694 * progmodes/dcl-mode.el (dcl-end-of-command):
12695 Remove unused variable `start'.
12696 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12697 (dcl-option-value-basic, dcl-option-value-offset)
12698 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12699 Mark unused parameters.
12700 (dcl-save-local-variable): Remove unused variable `val'.
12701 (mode): Declare.
12702
12703 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12704 Mark unused parameters.
12705 (delphi-ignore-changes): Move before first use.
12706 (delphi-charset-token-at): Remove unused variable `start'.
12707 (delphi-else-start): Remove unused variable `if-count'.
12708 (delphi-comment-block-start, delphi-comment-block-end):
12709 Remove unused variable `kind'.
12710 (delphi-indent-line): Remove unused variable `new-point'.
12711
12712 * progmodes/ebrowse.el (ebrowse-files-list)
12713 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12714 Mark unused parameters. Don't quote `lambda'.
12715 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12716 Don't quote `lambda'.
12717 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12718 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12719 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12720 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12721 Use `ignore-errors'.
12722 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12723 (ebrowse-view/find-file-and-search-pattern)
12724 (ebrowse-view/find-member-declaration/definition):
12725 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12726 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12727 Rename parameter PREFIX-ARG to PREFIX.
12728 (ebrowse-tags-read-name): Remove unused variables `start' and
12729 `member-info'.
12730 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12731 to `tags-file'.
12732
12733 * progmodes/etags.el (local-find-tag-hook): Declare.
12734 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12735 Mark unused parameters.
12736
12737 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12738 (executable-interpret): Mark unused parameter.
12739
12740 * progmodes/flymake.el (flymake-process-sentinel)
12741 (flymake-after-change-function)
12742 (flymake-create-temp-with-folder-structure)
12743 (flymake-get-include-dirs-dot): Mark unused parameters.
12744 (flymake-safe-delete-directory): Remove unused variable `err'.
12745
12746 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12747 (speedbar-timer-fn, speedbar-line-text)
12748 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12749 (speedbar-center-buffer-smartly): Declare functions.
12750 (gdb-find-watch-expression): Remove unused variable `array'.
12751 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12752 (gdb-starting): Mark unused parameters.
12753 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12754 (gdb-table-string): Remove unused variable `res'.
12755 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12756 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12757 (gdb-display-buffer): Remove unused variable `cur-size'.
12758
12759 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12760 allow lexical-binding compilation.
12761 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12762 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12763 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12764 Mark unused parameters.
12765 (gud-gdb-marker-filter): Remove unused variable `match'.
12766 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12767 lambda expressions and funcall them, instead of using `fset'.
12768
12769 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12770 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12771
12772 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12773 variable `header-beg'; use `let'.
12774
12775 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12776 `restart', `last-sexp' and `at-do'.
12777
12778 * progmodes/js.el (js--debug): Mark unused parameter.
12779 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12780 (js--splice-into-items): Remove unused variable `item'.
12781 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12782
12783 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12784 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12785 (makefile-complete): Remove unused variable `try'.
12786 (makefile-fill-paragraph, makefile-match-function-end):
12787 Mark unused parameters.
12788
12789 * progmodes/octave-inf.el (inferior-octave-complete):
12790 Remove unused variable `proc'.
12791 (inferior-octave-output-digest): Mark unused parameter.
12792
12793 * progmodes/perl-mode.el (perl-calculate-indent):
12794 Remove unused variable `err'.
12795
12796 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12797 (prolog-indent-line): Mark unused parameters.
12798 (prolog-indent-line): Remove unused variable `beg'.
12799
12800 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12801 (reporter-dont-compact-list): Declare.
12802
12803 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12804 Remove unused variable `char'.
12805 (sh-debug): Mark unused parameter.
12806 (sh-get-indent-info): Remove unused variable `start'.
12807 (sh-calculate-indent): Remove unused variable `var'.
12808
12809 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12810 (simula-electric-keyword): Remove unused variable `null'.
12811 (simula-search-backward, simula-search-forward): Remove unused
12812 variables `begin' and `end'.
12813
12814 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12815 Remove unused variable `pos'.
12816 (vera-electric-tab, vera-comment-uncomment-region):
12817 Mark unused parameters.
12818 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12819
12820 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
12821
12822 * emacs-lisp/package.el (package--builtins, package-alist)
12823 (package-load-descriptor, package-built-in-p, package-activate)
12824 (define-package, package-installed-p)
12825 (package-compute-transaction, package-buffer-info)
12826 (package--push): Doc fix. Distinguish more clearly between
12827 version strings and version lists.
12828
12829 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
12830
12831 Lexical-binding cleanup.
12832
12833 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12834 (5x5-make-mutate-best):
12835 * play/fortune.el (fortune-in-buffer):
12836 * play/gomoku.el (gomoku-init-display):
12837 * play/solitaire.el (solitaire, solitaire-do-check):
12838 * play/tetris.el (tetris-default-update-speed-function):
12839 Mark unused parameters.
12840
12841 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12842 (bubbles--shift): Remove unused variable `char-org'.
12843 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12844 (bubbles--show-images): Remove unused variable `char'.
12845
12846 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12847 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12848 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12849 (decipher-analyze-buffer): Use ?\s.
12850 (decipher-make-checkpoint): Remove unused variable `mapping'.
12851
12852 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12853
12854 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12855 Remove unused variable `result'; use `let'.
12856
12857 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12858 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12859 (gametree-children-shown-p, gametree-compute-reduced-score):
12860 Use `ignore-errors'.
12861
12862 * play/handwrite.el (ps-lpr-switches): Declare.
12863 (handwrite): Remove unused variables `pmin' and `lastp'.
12864
12865 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12866
12867 * play/landmark.el (landmark-init-display)
12868 (landmark-update-naught-weights): Mark unused parameters.
12869 (landmark-y): Remove unused variable `noise'. Simplify.
12870 (landmark-human-plays): Remove unused variable `score'.
12871
12872 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12873 (mpuz-try-proposal): Remove unused variable `game'.
12874
12875 * play/zone.el (life-patterns): Declare.
12876
12877 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
12878
12879 * vc/vc.el (ediff-vc-internal): Declare function.
12880
12881 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * shell.el: Use lexical-binding and std completion UI.
12884 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12885 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12886 comint-preoutput-filter-functions rather than on
12887 comint-output-filter-functions.
12888 (shell-command-completion, shell--command-completion-data)
12889 (shell-filename-completion, shell-environment-variable-completion)
12890 (shell-c-a-p-replace-by-expanded-directory): New functions.
12891 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12892 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12893 (shell-dynamic-complete-environment-variable): Use them.
12894 (shell-dynamic-complete-as-environment-variable)
12895 (shell-dynamic-complete-as-command): Remove.
12896 (shell-match-partial-variable): Match past point.
12897 * comint.el: Clean up use of completion-at-point-functions.
12898 (comint-completion-at-point): New function.
12899 (comint-mode): Use it completion-at-point-functions.
12900 (comint-dynamic-complete): Make it obsolete.
12901 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12902 (comint-c-a-p-replace-by-expanded-history): New function.
12903 (comint-dynamic-complete-functions)
12904 (comint-replace-by-expanded-history): Use it.
12905 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12906 termination strings. Try harder to avoid second try-completion.
12907 (completion-in-region-mode-map): Disable bindings that don't work yet.
12908
12909 * comint.el: Use lexical-binding. Require CL.
12910 (comint-dynamic-complete-functions): Use comint-filename-completion.
12911 (comint-completion-addsuffix): Tweak custom type.
12912 (comint-filename-completion, comint--common-suffix)
12913 (comint--common-quoted-suffix, comint--table-subvert)
12914 (comint--complete-file-name-data): New functions.
12915 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12916 (comint-dynamic-list-filename-completions): Use them.
12917 (comint-dynamic-simple-complete): Make obsolete.
12918
12919 * minibuffer.el (completion-in-region-mode):
12920 Keep completion-in-region-mode--predicate global.
12921 (completion-in-region--postch):
12922 Assume completion-in-region-mode--predicate is not null.
12923
12924 * progmodes/flymake.el (flymake-start-syntax-check-process):
12925 Obey `dir'. Simplify.
12926
12927 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12928 we're in VC after all.
12929
12930 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12931
12932 * vc/vc.el (vc-diff-build-argument-list-internal)
12933 (vc-version-ediff, vc-ediff): New commands.
12934 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12935
12936 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12939 add sanity check.
12940
12941 * obsolete/erc-hecomplete.el: Make obsolete.
12942 * obsolete/: Standardize obsolescence info in the header.
12943
12944 2011-04-20 Glenn Morris <rgm@gnu.org>
12945
12946 * calendar/solar.el (solar-horizontal-coordinates):
12947 Use the longitude argument rather than `calendar-longitude'.
12948 (solar-date-next-longitude): Remove unused locals.
12949
12950 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12951
12952 * whitespace.el: New version 13.2.1.
12953
12954 2011-04-20 felix <EmacsWiki> (tiny change)
12955
12956 * whitespace.el (global-whitespace-mode): Keep highlight when
12957 switching between major modes on a file.
12958
12959 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12962 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12963 multi-line comments as well.
12964
12965 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
12966
12967 Lexical-binding cleanup.
12968
12969 * arc-mode.el (archive-mode-revert):
12970 * cmuscheme.el (scheme-interactively-start-process):
12971 * custom.el (custom-initialize-delay):
12972 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12973 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12974 * emacs-lock.el (emacs-lock-clear-sentinel):
12975 * ezimage.el (defezimage):
12976 * follow.el (follow-avoid-tail-recenter):
12977 * fringe.el (set-fringe-mode-1):
12978 * generic-x.el (bat-generic-mode-compile):
12979 * help-mode.el (help-info-variable, help-do-xref)
12980 (help-mode-revert-buffer):
12981 * help.el (view-emacs-todo):
12982 * iswitchb.el (iswitchb-completion-help):
12983 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12984 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12985 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12986 * locate.el (locate-update):
12987 * longlines.el (longlines-encode-region)
12988 (longlines-after-change-function):
12989 * outline.el (outline-isearch-open-invisible):
12990 * ps-def.el (declare-function, charset-dimension, char-width)
12991 (encode-char):
12992 * ps-mule.el (ps-mule-plot-string):
12993 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12994 (recentf-edit-list-select, recentf-edit-list-validate)
12995 (recentf-open-files-action):
12996 * rect.el (delete-whitespace-rectangle-line)
12997 (rectangle-number-line-callback):
12998 * register.el (window-configuration-to-register)
12999 (frame-configuration-to-register):
13000 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
13001 * select.el (xselect-convert-to-string, xselect-convert-to-length)
13002 (xselect-convert-to-targets, xselect-convert-to-delete)
13003 (xselect-convert-to-filename, xselect-convert-to-charpos)
13004 (xselect-convert-to-lineno, xselect-convert-to-colno)
13005 (xselect-convert-to-os, xselect-convert-to-host)
13006 (xselect-convert-to-user, xselect-convert-to-class)
13007 (xselect-convert-to-name, xselect-convert-to-integer)
13008 (xselect-convert-to-atom, xselect-convert-to-identity):
13009 * subr.el (declare, ignore, process-kill-without-query)
13010 (text-clone-maintain):
13011 * terminal.el (te-get-char, te-tic-sentinel):
13012 * tool-bar.el (tool-bar-make-keymap):
13013 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
13014 * type-break.el (type-break-mode, type-break-noninteractive-query):
13015 * view.el (View-back-to-mark):
13016 * wid-browse.el (widget-browse-action, widget-browse-widget)
13017 (widget-browse-widgets, widget-browse-sexp):
13018 * widget.el (define-widget-keywords):
13019 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
13020 Mark unused parameters.
13021
13022 * align.el (align-adjust-col-for-rule): Mark unused parameter.
13023 (align-areas): Remove unused variable `look'.
13024 (align-region): Remove unused variables `real-end' and `pos-list'.
13025
13026 * apropos.el (apropos-score-doc): Remove unused variable `i'.
13027
13028 * bindings.el (mode-line-modified, mode-line-remote):
13029 Mark unused parameters.
13030 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
13031
13032 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
13033 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
13034
13035 * comint.el (comint-history-isearch-pop-state)
13036 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
13037 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
13038 (comint-substitute-in-file-name): Doc fix.
13039
13040 * completion.el (cmpl-statistics-block): Mark unused parameter.
13041 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
13042 (save-completions-to-file, load-completions-from-file):
13043 Remove unused local variable `e'.
13044
13045 * composite.el (compose-chars): Remove unused variable `len'.
13046 (lgstring-insert-glyph): Remove unused variable `g'.
13047 (compose-glyph-string): Remove unused variables `ascent',
13048 `descent', `lbearing' and `rbearing'.
13049 (compose-glyph-string-relative): Remove unused variables
13050 `lbearing', `rbearing' and `wadjust'.
13051 (compose-gstring-for-graphic): Remove unused variables `header',
13052 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
13053 (compose-gstring-for-terminal): Remove unused variables `header'
13054 and `nchars'. Use `let', not `let*'.
13055
13056 * cus-edit.el (Custom-set, Custom-save, custom-reset)
13057 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
13058 (Custom-buffer-done, custom-buffer-create-internal)
13059 (custom-browse-visibility-action, custom-browse-group-tag-action)
13060 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
13061 (widget-magic-mouse-down-action, custom-toggle-parent)
13062 (custom-add-parent-links, custom-toggle-hide-variable)
13063 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
13064 (custom-toggle-hide-face, face, hook, custom-group-link-action)
13065 (custom-face-menu-create, custom-variable-menu-create, get)
13066 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
13067 (custom-reset-standard-save-and-update): Remove unused variable `value'.
13068 (customize-apropos): Remove unused variable `tests'.
13069 (custom-group-value-create): Remove unused variable `hidden-p'.
13070 (sort-fold-case): Declare.
13071
13072 * cus-theme.el (custom-reset-standard-faces-list)
13073 (custom-reset-standard-variables-list): Declare.
13074 (customize-create-theme, custom-theme-revert, custom-theme-write)
13075 (custom-theme-choose-mode, customize-themes, custom-theme-save):
13076 Mark unused parameters.
13077
13078 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
13079
13080 * delim-col.el (delimit-columns-max): Move defvar before first use.
13081
13082 * descr-text.el (describe-char-categories): Don't quote `lambda'.
13083 (describe-char): Don't quote `lambda'. Mark unused parameter.
13084
13085 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
13086 (auto-insert): Declare.
13087 (desktop-restore-file-buffer): Rename desktop-* parameters;
13088 mark unused ones.
13089 (desktop-create-buffer): Rename desktop-* parameters and bind them.
13090 (desktop-buffer): Rename desktop-* parameters.
13091
13092 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13093 (dframe-reposition-frame-xemacs, dframe-help-echo)
13094 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
13095 Mark unused parameters.
13096
13097 * dired-aux.el (backup-extract-version-start, overwrite-query)
13098 (overwrite-backup-query, rename-regexp-query)
13099 (rename-non-directory-query): Declare.
13100 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
13101 (dired-add-entry): Remove unused variable `orig-file-name'.
13102 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
13103 Use parameter PRESERVE-TIME instead of accessing dynamic variable
13104 `dired-copy-preserve-time' directly.
13105 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
13106 (dired-insert-subdir-newpos): Rename unused variable `pos'.
13107
13108 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
13109 (dired-virtual-revert, dired-make-relative-symlink):
13110 Mark unused parameters.
13111 (manual-program): Declare.
13112 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
13113 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
13114 wrapped in `with-no-warnings' to avoid replacing one warning by another.
13115
13116 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
13117
13118 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
13119
13120 * echistory.el (electric-history-in-progress, Helper-return-blurb):
13121 Declare.
13122
13123 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
13124
13125 * electric.el (Electric-command-loop): Rename parameter
13126 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
13127
13128 * expand.el (expand-in-literal): Remove unused variable `here'.
13129
13130 * facemenu.el (facemenu-add-new-color):
13131 Remove unused variable `docstring'.
13132
13133 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
13134 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
13135 (face-attr-construct): Mark unused parameter. Doc fix.
13136 (read-color): Remove unused variable `hex-string'.
13137
13138 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
13139 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
13140 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
13141 (display-buffer-other-frame): Remove unused variable `old-window'.
13142 (kill-buffer-hook): Declare.
13143 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
13144 Mark unused parameters.
13145 (after-find-file): Pass 1 to `auto-save-mode', not t.
13146
13147 * files-x.el (auto-insert): Declare.
13148 (modify-file-local-variable-prop-line): Remove unused variable `val'.
13149
13150 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
13151 variable `buf'. Mark unused parameter.
13152 (find-lisp-insert-directory): Mark unused parameter.
13153
13154 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
13155 (format-encode-region): Remove unused variables `cur-buf' and `result'.
13156 (format-common-tail): Remove, unused.
13157 (format-deannotate-region): Remove unused variable `loc'.
13158 (format-annotate-region): Remove unused variable `p'.
13159 (format-annotate-single-property-change): Remove unused variables
13160 `default' and `tail'.
13161
13162 * forms.el (read-file-filter): Declare.
13163 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
13164
13165 * frame.el (frame-creation-function-alist): Mark unused parameter.
13166 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
13167
13168 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
13169 Remove unused parameters.
13170 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
13171 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
13172
13173 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
13174 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
13175 (hfy-prepare-tag-map): Mark unused parameters.
13176 (htmlfontify-buffer): Use `called-interactively-p'.
13177
13178 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
13179 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
13180 (ibuffer-do-occur): Mark unused parameters.
13181 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
13182 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
13183
13184 * ibuffer.el: Don't quote `lambda'.
13185 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
13186 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
13187 Mark unused parameters.
13188
13189 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
13190 (ido-completing-read): Mark unused parameters.
13191 (ido-copy-current-word): Mark unused parameters;
13192 remove unused variable `name'.
13193 (ido-sort-merged-list): Remove unused parameter `dirs'.
13194
13195 * ielm.el (ielm-input-sender): Mark unused parameter.
13196 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
13197 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
13198 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
13199 `ielm-string' as a dynamic variable accessible from the IELM prompt.
13200 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
13201
13202 * image-dired.el (image-dired-display-thumbs): Remove unused
13203 variables `curr-file' and `count'.
13204 (image-dired-remove-tag): Remove unused variable `start'.
13205 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13206 variable `curr-file'
13207 (image-dired-rotate-original): Remove unused variable `temp-file'.
13208 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13209 Remove unused variable `file'.
13210 (image-dired-gallery-generate): Remove unused variable `curr'.
13211 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13212
13213 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13214
13215 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13216
13217 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13218
13219 * isearch.el (minibuffer-history-symbol): Declare.
13220 (isearch-edit-string): Remove unused variable `err'.
13221 (isearch-message-prefix, isearch-message-suffix):
13222 Mark unused parameters.
13223
13224 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13225
13226 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13227
13228 * makesum.el (double-column): Remove unused variable `cnt'.
13229
13230 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13231 (ido-ignore-item-temp-list): Declare.
13232
13233 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13234 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13235 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13236 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13237 `mouse-col-delta'.
13238
13239 * mouse-sel.el (mouse-extend-internal):
13240 Remove unused variable `orig-window-frame'.
13241
13242 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13243 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13244 Move declarations before first use.
13245 (pcomplete-opt): Mark unused parameters; doc fix.
13246
13247 * proced.el (proced-revert): Mark unused parameter.
13248 (proced-send-signal): Remove unused variable `err'.
13249
13250 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13251 Rename parameter PREFIX-ARG to ARG.
13252 (ps-basic-plot-string, ps-basic-plot-whitespace):
13253 Mark unused parameters.
13254
13255 * replace.el (replace-count): Define.
13256 (occur-revert-function): Mark unused parameters.
13257 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13258 (isearch-case-fold-search, isearch-string): Declare.
13259 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13260 bind `case-fold-search'. Remove unused variables `beg' and `end',
13261 and simplify.
13262 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13263 COUNT and bind `replace-count'.
13264 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13265 to COUNT.
13266
13267 * savehist.el (print-readably, print-string-length): Declare.
13268
13269 * shadowfile.el (shadow-expand-cluster-in-file-name):
13270 Remove unused variable `cluster'.
13271 (shadow-copy-file): Remove unused variable `i'.
13272 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13273 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13274 (shadow-define-literal-group, shadow-define-regexp-group)
13275 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13276
13277 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13278 (shell): Use `called-interactively-p'.
13279 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13280
13281 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13282 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13283 (delete-backward-char): Remove unused variable `ocol'.
13284 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13285 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13286 (event-apply-hyper-modifier, event-apply-shift-modifier)
13287 (event-apply-control-modifier, event-apply-meta-modifier):
13288 Mark unused parameters.
13289 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13290 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13291
13292 * speedbar.el (speedbar-ignored-directory-expressions)
13293 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13294 (speedbar-find-file, speedbar-dir-follow)
13295 (speedbar-directory-buttons-follow, speedbar-tag-find)
13296 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13297 (speedbar-buffers-line-directory, speedbar-buffer-click):
13298 Mark unused parameters.
13299 (speedbar-tag-file): Remove unused variable `mode'.
13300 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13301
13302 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13303
13304 * talk.el (talk): Remove unused variable `display'.
13305
13306 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13307 (tar-write-region-annotate): Mark unused parameter.
13308
13309 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13310 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13311 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13312 warning by another.
13313
13314 * time-stamp.el (time-stamp-string-preprocess):
13315 Remove unused variable `require-padding'.
13316
13317 * tree-widget.el (widget-glyph-enable): Declare.
13318 (tree-widget-action): Mark unused parameter.
13319
13320 * w32-fns.el (x-get-selection): Mark unused parameter.
13321 (autoload-make-program, generated-autoload-file): Declare.
13322
13323 * wdired.el (wdired-revert): Mark unused parameters.
13324 (wdired-xcase-word): Remove unused variable `err'.
13325
13326 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
13327 (whitespace-help-scroll): Remove unused variable `data-help'.
13328
13329 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
13330 (widget-image-insert, widget-after-change, default)
13331 (widget-default-format-handler, widget-default-notify)
13332 (widget-default-prompt-value, widget-info-link-action)
13333 (widget-url-link-action, widget-function-link-action)
13334 (widget-variable-link-action, widget-file-link-action)
13335 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
13336 (widget-field-prompt-internal, widget-field-action, widget-field-match)
13337 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
13338 (widget-insert-button-action, widget-delete-button-action, visibility)
13339 (widget-documentation-link-action, widget-documentation-string-action)
13340 (widget-const-prompt-value, widget-regexp-match, symbol)
13341 (widget-coding-system-prompt-value)
13342 (widget-key-sequence-value-to-external, sexp)
13343 (widget-sexp-value-to-internal, character, vector, cons)
13344 (widget-choice-prompt-value, widget-boolean-prompt-value)
13345 (widget-color--choose-action): Mark unused parameters.
13346 (widget-item-match-inline, widget-choice-match-inline)
13347 (widget-checklist-match, widget-checklist-match-inline)
13348 (widget-group-match): Rename parameter VALUES to VALS.
13349 (widget-field-value-set): Remove unused variable `size'.
13350 (widget-color-action): Remove unused variables `value' and `start'.
13351
13352 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
13353 variable `dir'. Doc fix.
13354 (windmove-find-other-window): Don't pass it.
13355
13356 * window.el (count-windows): Mark unused parameter.
13357 (bw-adjust-window): Remove unused variable `err'.
13358
13359 * woman.el (woman-file-name): Remove unused variable `default'.
13360 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13361 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13362 (global-font-lock-mode): Declare.
13363 (woman-decode-region): Mark unused parameter.
13364 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13365
13366 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13367 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13368 (x-dnd-handle-moz-url): Remove unused variable `title'.
13369 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13370
13371 * xml.el (xml-parse-tag, xml-parse-attlist):
13372 Remove unused variable `pos'.
13373
13374 2011-04-19 Glenn Morris <rgm@gnu.org>
13375
13376 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13377 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13378 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13379 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13380 * calendar/cal-html.el (cal-html-insert-minical):
13381 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13382 (calendar-mark-date-pattern):
13383 Prefix "unused" locals.
13384
13385 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13386 optional argument `style'.
13387
13388 * calendar/appt.el (appt-make-list):
13389 * calendar/cal-china.el (calendar-chinese-date-string):
13390 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13391 (diary-hebrew-yahrzeit):
13392 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13393 * calendar/calendar.el (calendar-generate-window):
13394 * calendar/time-date.el (time-to-days):
13395 Remove unused local variables.
13396
13397 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13400 glyphless-char-display table.
13401 (tabulated-list-glyphless-char-display): New var.
13402
13403 2011-04-18 Sam Steingold <sds@gnu.org>
13404
13405 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13406 to acknowledgments.
13407
13408 2011-04-17 Glenn Morris <rgm@gnu.org>
13409
13410 * calendar/diary-lib.el (diary-sexp-entry):
13411 * calendar/holidays.el (holiday-sexp):
13412 Set debug-on-error rather than the removed stack-trace-on-error.
13413
13414 2011-04-16 Glenn Morris <rgm@gnu.org>
13415
13416 * progmodes/f90.el: Use lexical-binding.
13417 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13418
13419 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13422 (mail-mode): Setup mailalias completion here instead.
13423 * mail/mailalias.el: Use lexical-binding.
13424 (pattern, mailalias-done): Declare dynamic.
13425 (mail-completion-at-point-function): New function, from mail-complete.
13426 (mail-complete): Use it.
13427 (mail-completion-expand): New function.
13428 (mail-get-names): Use it.
13429 (mail-directory, mail-directory-process, mail-directory-stream):
13430 Don't use `pattern' for lexically bound arg.
13431
13432 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13433
13434 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13435 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13436 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13437
13438 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13439 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13440 (byte-interactive-p): Define them again, for use when inlining
13441 old code.
13442
13443 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
13444
13445 * loadup.el: Use `string-to-number', not `string-to-int'.
13446
13447 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13450 gud-gdb-complete-command.
13451 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13452 (gud-gdb-completion-at-point): New function.
13453 (gud-gdb-completions): Remove.
13454
13455 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
13456
13457 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13458 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13459 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13460 whether `executable-find' is bound.
13461
13462 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13463
13464 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * minibuffer.el (completion-in-region-mode-predicate)
13467 (completion-in-region-mode--predicate): New vars.
13468 (completion-in-region, completion-in-region--postch)
13469 (completion-in-region-mode): Use them.
13470 (completion--capf-wrapper): Also return the hook function.
13471 (completion-at-point, completion-help-at-point):
13472 Adjust and provide a predicate.
13473
13474 Preserve arg names for advice of subr and lexical functions (bug#8457).
13475 * help-fns.el (help-function-arglist): Consolidate the subr and
13476 new-byte-code cases. Add argument `preserve-names' to extract names
13477 from the docstring when needed.
13478 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13479 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13480 (ad-arglist): Use help-function-arglist's new arg.
13481 (ad-definition-type): Use cond.
13482
13483 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
13484
13485 * autorevert.el (auto-revert-handler):
13486 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13487 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13488 Don't quote lambda.
13489
13490 * image-mode.el (image-transform-set-scale):
13491 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13492
13493 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13494
13495 * net/network-stream.el (network-stream-open-starttls): Only do
13496 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
13497 Upgrades via gnutls-cli are too slow to be done opportunistically.
13498
13499 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
13500
13501 * dframe.el (dframe-current-frame): Remove spurious quote.
13502
13503 2011-04-12 Glenn Morris <rgm@gnu.org>
13504
13505 * calendar/cal-tex.el (cal-tex-end-document):
13506 Try to automatically use latin1 input if needed.
13507
13508 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13509 Don't try to cons a mark onto an empty element.
13510
13511 2011-04-11 Leo Liu <sdl.web@gmail.com>
13512
13513 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13514 buffers.
13515 (ido-kill-buffer-at-head): Support killing virtual buffers.
13516
13517 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * minibuffer.el (completion-show-inline-help): New var.
13520 (completion--do-completion, minibuffer-complete)
13521 (minibuffer-force-complete, minibuffer-complete-word):
13522 Inhibit minibuffer messages if completion-show-inline-help is nil.
13523
13524 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13525 to avoid interference from inline help (Bug#5849).
13526
13527 2011-04-10 Leo Liu <sdl.web@gmail.com>
13528
13529 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13530 Fix typo.
13531
13532 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
13533
13534 * image-mode.el (image-toggle-display-image): Signal an error if
13535 not in Image mode.
13536 (image-transform-mode, image-transform-resize)
13537 (image-transform-set-rotation): Doc fix.
13538 (image-transform-set-resize): Delete.
13539 (image-transform-set-scale, image-transform-fit-to-height)
13540 (image-transform-fit-to-width): Handle image-toggle-display-image
13541 and image-transform-resize directly.
13542
13543 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
13544
13545 * doc-view.el (doc-view-fit-width-to-window)
13546 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13547 New functions for fitting the shown image to the Emacs window size.
13548 (doc-view-mode-map): Add bindings for the new functions.
13549
13550 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
13551
13552 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
13553 Fix typo in docstring.
13554
13555 2011-04-08 Eli Zaretskii <eliz@gnu.org>
13556
13557 * files.el (file-size-human-readable): Produce one digit after
13558 decimal, like "ls -lh" does.
13559
13560 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13561 the file size representation.
13562
13563 * simple.el (list-processes): If async subprocesses are not
13564 available, error out with a clear error message.
13565
13566 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
13567
13568 * help.el (help-form-show): New function, to be called from C.
13569 Put help-form output in a buffer named differently than *Help*.
13570
13571 2011-04-08 Eli Zaretskii <eliz@gnu.org>
13572
13573 * files.el (file-size-human-readable): New function.
13574
13575 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13576 computing the representation inline. Don't require `cl'.
13577
13578 2011-04-08 Glenn Morris <rgm@gnu.org>
13579
13580 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13581
13582 * net/browse-url.el (browse-url-firefox):
13583 Test system-type, not system-configuration.
13584
13585 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13586 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13587 Use log-edit-empty-buffer-p. (Bug#7598)
13588
13589 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13590 (rlogin-mode-map): Initialize in the defvar.
13591 (rlogin): Use ignore-errors.
13592
13593 * replace.el (occur-mode-map): Some fixes for menu items.
13594
13595 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13596
13597 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13598
13599 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13602 issuing unused warnings.
13603
13604 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13605 macro directly.
13606
13607 * simple.el: Lisp reimplement of list-processes. Based on an
13608 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13609 (process-menu-mode): New major mode.
13610 (list-processes--refresh, list-processes):
13611 (process-menu-visit-buffer): New functions.
13612
13613 * files.el (save-buffers-kill-emacs): Don't assume any return
13614 value of list-processes, which is undocumented anyway.
13615
13616 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
13617
13618 * emacs-lisp/tabulated-list.el: New file.
13619
13620 * emacs-lisp/package.el: Use Tabulated List mode.
13621 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13622 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13623 table format using Tabulated List mode variables.
13624 (package--push): New macro, replacing package-list-maybe-add.
13625 (package-menu--generate): Use package--push. Renamed from
13626 package--generate-package-list.
13627 (package-menu-refresh, list-packages): Use it.
13628 (package-menu--print-info): Rename from package-print-package.
13629 Return insertion data instead of inserting it directly.
13630 (package-menu-describe-package, package-menu-execute):
13631 Use tabulated-list-get-id.
13632 (package-menu-mark-delete, package-menu-mark-install)
13633 (package-menu-mark-unmark, package-menu-backup-unmark)
13634 (package-menu-mark-obsolete-for-deletion):
13635 Use tabulated-list-put-tag.
13636 (package--list-packages, package-menu-revert)
13637 (package-menu-get-package, package-menu-get-version)
13638 (package-menu-sort-by-column): Functions deleted.
13639 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13640 (package-menu--status-predicate, package-menu--version-predicate)
13641 (package-menu--name-predicate)
13642 (package-menu--description-predicate): Handle arguments in the
13643 Tabulated List format.
13644 (package-list-packages-no-fetch): Call list-packages.
13645
13646 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * files.el (after-find-file-from-revert-buffer): Remove variable.
13649 (after-find-file): Don't bind it.
13650 (revert-buffer-in-progress-p): New variable.
13651 (revert-buffer): Bind it.
13652 Pass nil for `after-find-file-from-revert-buffer'.
13653
13654 * saveplace.el (save-place-find-file-hook): Use new variable
13655 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13656
13657 2011-04-06 Glenn Morris <rgm@gnu.org>
13658
13659 * Makefile.in (AUTOGEN_VCS): New variable.
13660 (autoloads): Use $AUTOGEN_VCS.
13661
13662 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13663 * calendar/calendar.el (calendar-mode-map):
13664 Check for toolkit scroll bars. (Bug#8305)
13665
13666 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * minibuffer.el (completion-in-region--postch)
13669 (completion-in-region-mode): Remove unnecessary messages.
13670
13671 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
13672
13673 * font-lock.el (font-lock-refresh-defaults):
13674 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13675 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13676
13677 * info.el (Info-directory-list, Info-read-node-name-2)
13678 (Info-split-parameter-string): Doc fixes.
13679 (Info-virtual-nodes): Reflow docstring.
13680 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13681 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13682 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13683 Fix typos in docstrings.
13684 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13685 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13686 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13687 (Info-restore-desktop-buffer): Mark unused parameters.
13688 (Info-directory-find-file, Info-directory-find-node)
13689 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13690 (Info-virtual-index-find-node, Info-apropos-find-file)
13691 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
13692 Mark unused parameters; fix typos in docstrings.
13693 (Info-virtual-index): Remove unused local variable `nodename'.
13694
13695 2011-04-05 Deniz Dogan <deniz@dogan.se>
13696
13697 * net/rcirc.el: Update my e-mail address.
13698 (rcirc-mode-map): Remove M-o binding.
13699
13700 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
13701
13702 * startup.el (command-line): Save the cursor's theme-face
13703 directly, instead of using face-override-spec.
13704
13705 * custom.el (load-theme): Minor optimization in assigning faces.
13706
13707 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * help-fns.el (describe-variable): Complete all variables having
13710 documentation, including keywords.
13711 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13712
13713 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
13714
13715 Convert to lexical-binding.
13716
13717 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13718 (bs--get-marked-string, bs--get-modified-string)
13719 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13720 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13721 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13722
13723 * ehelp.el (electric-help-execute-extended)
13724 (electric-help-ctrl-x-prefix):
13725 * hexl.el (hexl-revert-buffer-function):
13726 * linum.el (linum-after-change, linum-after-scroll):
13727 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13728
13729 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13730
13731 2011-04-04 Daiki Ueno <ueno@unixuser.org>
13732
13733 * epa-dired.el:
13734 * epa-mail.el:
13735 * epa-hook.el:
13736 * epa-file.el:
13737 * epa.el:
13738 * epg.el: Use lexical binding.
13739
13740 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
13741
13742 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13743
13744 * textmodes/flyspell.el (flyspell-word): Recognize default
13745 dictionary case for flyspell-mark-duplications-exceptions.
13746 Use regexp matching for languages.
13747 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13748 default dictionary (Bug#7926).
13749
13750 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
13751
13752 * emacs-lisp/package.el (package--with-work-buffer):
13753 Recognize https URLs.
13754
13755 * net/network-stream.el: Move from gnus/proto-stream.el.
13756 Change prefix to network-stream throughout.
13757 (open-protocol-stream): Merge into open-network-stream, leaving
13758 open-protocol-stream as an alias. Handle nil BUFFER args.
13759
13760 * subr.el (open-network-stream): Move to net/network-stream.el.
13761
13762 2011-04-02 Glenn Morris <rgm@gnu.org>
13763
13764 * find-dired.el (find-exec-terminator): New option.
13765 (find-ls-option): Test for -ls support.
13766 (find-ls-subdir-switches): Test for -b in find-ls-option.
13767 (find-dired, find-grep-dired): Doc fixes.
13768 (find-dired): Use find-exec-terminator.
13769
13770 * find-dired.el (find-ls-option, find-ls-subdir-switches)
13771 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13772 (find-name-arg): Remove purecopy.
13773
13774 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13775 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13776 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13777 accordingly. Don't add the null-device if not needed.
13778
13779 * files.el (save-some-buffers): Doc fix.
13780
13781 2011-04-02 Eli Zaretskii <eliz@gnu.org>
13782
13783 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13784
13785 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13788 Use `dolist' rather than `mapcar'.
13789
13790 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 Add lexical binding.
13793
13794 * subr.el (apply-partially): Use new closures rather than CL.
13795 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13796 (dolist, dotimes): Use slightly different expansion for lexical code.
13797 (functionp): Move to C.
13798 (letrec): New macro.
13799 (with-wrapper-hook): Use it and apply-partially instead of CL.
13800 (eval-after-load): Preserve lexical-binding.
13801 (save-window-excursion, with-output-to-temp-buffer): Turn them
13802 into macros.
13803
13804 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13805
13806 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13807 than the arglist.
13808 (help-add-fundoc-usage): Don't add `Not documented'.
13809 (help-function-arglist): Handle closures, subroutines, and new
13810 byte-code-functions.
13811 (help-make-usage): Remove leading underscores.
13812 (describe-function-1): Handle closures.
13813 (describe-variable): Use special-variable-p for completion.
13814
13815 * files.el (lexical-binding): Declare safe.
13816
13817 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13818 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13819 (pcase): Add `let' pattern.
13820 Change memoization so it actually works.
13821 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13822 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13823 <let>: New case.
13824
13825 * emacs-lisp/macroexp.el: Use lexical binding.
13826 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13827 Don't convert ' to #' without checking that it's indeed quoting
13828 a lambda.
13829
13830 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
13831 Use eval-sexp-add-defvars.
13832 (eval-sexp-add-defvars): New fun.
13833
13834 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13835
13836 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13837 Don't autoload.
13838 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13839 than the internal `byte-compile-lambda'.
13840 (defmethod): Don't hide code under quotes.
13841 (eieio-defmethod): New `code' argument.
13842
13843 * emacs-lisp/eieio-comp.el: Remove.
13844
13845 * emacs-lisp/edebug.el (edebug-eval-defun)
13846 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13847 (edebug-toggle): Avoid `eval'.
13848
13849 * emacs-lisp/disass.el (disassemble-internal): Handle new
13850 `closure' objects.
13851 (disassemble-1): Handle new byte codes.
13852
13853 * emacs-lisp/cl.el (pushnew): Silence warning.
13854
13855 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13856 (cl-byte-compile-throw): Remove.
13857 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13858
13859 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13860 closures.
13861
13862 * emacs-lisp/cconv.el: New file.
13863
13864 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13865 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13866 (byte-compile-initial-macro-environment):
13867 Handle declare-function here.
13868 (byte-compile--lexical-environment): New var.
13869 (byte-stack-ref, byte-stack-set, byte-discardN)
13870 (byte-discardN-preserve-tos): New lap codes.
13871 (byte-interactive-p): Don't use any more.
13872 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13873 New macros.
13874 (byte-compile-lapcode): Use them and handle new lap codes.
13875 (byte-compile-obsolete): Remove.
13876 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13877 (byte-compile-arglist-warn): Check late def of inlinable funs.
13878 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13879 since they should have been expanded by now.
13880 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13881 (byte-compile-from-buffer): Remove unused second arg.
13882 (byte-compile-preprocess): New function.
13883 (byte-compile-toplevel-file-form): New function to distinguish
13884 file-form calls from outside from file-form calls from hunk-handlers.
13885 (byte-compile-file-form): Simplify.
13886 (byte-compile-file-form-defsubst): Remove.
13887 (byte-compile-file-form-defmumble): Simplify now that
13888 byte-compile-lambda always returns a byte-code-function.
13889 (byte-compile): Preprocess.
13890 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13891 Remove, not used any more.
13892 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13893 (byte-compile-make-args-desc): New funs.
13894 (byte-compile-lambda): Handle lexical functions. Always return
13895 a byte-code-function.
13896 (byte-compile-reserved-constants): New var, to make up room for
13897 closed-over variables.
13898 (byte-compile-constants-vector): Obey it.
13899 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13900 (byte-compile-macroexpand-declare-function): New function.
13901 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13902 byte-code-functions.
13903 (byte-compile-form): Check obsolescence here.
13904 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13905 (byte-compile-variable-ref): Remove.
13906 (byte-compile-dynamic-variable-op): New fun.
13907 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13908 (byte-compile-variable-set): New funs.
13909 (byte-compile-discard): Add 2 args.
13910 (byte-compile-stack-ref, byte-compile-stack-set)
13911 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13912 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13913 macroexpand-all instead.
13914 (byte-compile-quote-form): Remove.
13915 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13916 (byte-compile-bind, byte-compile-unbind): New funs.
13917 (byte-compile-let): Handle let* and lexical binding.
13918 (byte-compile-let*): Remove.
13919 (byte-compile-catch, byte-compile-unwind-protect)
13920 (byte-compile-track-mouse, byte-compile-condition-case):
13921 Handle a new :fun-body form, used for lexical scoping.
13922 (byte-compile-save-window-excursion)
13923 (byte-compile-with-output-to-temp-buffer): Remove.
13924 (byte-compile-defun): Simplify.
13925 (byte-compile-stack-adjustment): New fun.
13926 (byte-compile-out): Use it.
13927 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13928
13929 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13930 handler any more.
13931
13932 * emacs-lisp/byte-opt.el: Use lexical binding.
13933 (byte-inline-lapcode): Remove (to bytecomp).
13934 (byte-compile-inline-expand): Pay attention to inlining to/from
13935 lexically bound code.
13936 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13937 any more.
13938 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13939 any more and don't call compiler-macros.
13940 (byte-compile-splice-in-already-compiled-code): Remove.
13941 (byte-code): Don't inline any more.
13942 (disassemble-offset): Receive `bytes' as argument rather than via
13943 dynamic scoping.
13944 (byte-compile-tag-number): Declare before first use.
13945 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13946 `return' even if make-spliceable.
13947 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13948 obsolete interactive-p.
13949 (byte-optimize-lapcode): Optimize new lap-codes.
13950 Don't trip up on new form of `byte-constant' lap code.
13951
13952 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13953
13954 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13955
13956 * custom.el (custom-initialize-default, custom-declare-variable):
13957 Use `defvar'.
13958
13959 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13960 New variables.
13961 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13962 (COMPILE_FIRST): Add macroexp and cconv.
13963 * makefile.w32-in: Mirror changes in Makefile.in.
13964
13965 * vc/cvs-status.el:
13966 * vc/diff-mode.el:
13967 * vc/log-edit.el:
13968 * vc/log-view.el:
13969 * vc/smerge-mode.el:
13970 * textmodes/bibtex-style.el:
13971 * textmodes/css.el:
13972 * startup.el:
13973 * uniquify.el:
13974 * minibuffer.el:
13975 * newcomment.el:
13976 * reveal.el:
13977 * server.el:
13978 * mpc.el:
13979 * emacs-lisp/smie.el:
13980 * doc-view.el:
13981 * dired.el:
13982 * abbrev.el: Use lexical binding.
13983
13984 2011-04-01 Eli Zaretskii <eliz@gnu.org>
13985
13986 * info.el (info-display-manual): New function.
13987
13988 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13991
13992 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13993
13994 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
13995 an entry for that server in rcirc-authinfo. (Bug#8385)
13996
13997 2011-03-31 Glenn Morris <rgm@gnu.org>
13998
13999 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
14000
14001 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
14002
14003 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
14004
14005 * progmodes/python.el (python-default-interpreter)
14006 (python-python-command-args, python-jython-command-args)
14007 (python-which-shell, python-which-args, python-which-bufname)
14008 (python-file-queue, python-comint-output-filter-function)
14009 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
14010 variables and functions.
14011
14012 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
14015 (completion-in-region-mode): New minor mode.
14016 (completion-in-region): Use it.
14017 (completion-in-region--data, completion-in-region-mode-map): New vars.
14018 (completion-in-region--postch): New function.
14019 (completion--capf-misbehave-funs, completion--capf-safe-funs):
14020 New vars.
14021 (completion--capf-wrapper): New function.
14022 (completion-at-point): Use it to track well-behavedness of
14023 hook functions.
14024 (completion-help-at-point): New command.
14025
14026 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
14027
14028 * vc/add-log.el (add-change-log-entry): Don't use whitespace
14029 syntax class to search for whitespace on a single line
14030 (Message-ID: <4D938140.4030905@redhat.com>).
14031
14032 2011-03-30 Leo Liu <sdl.web@gmail.com>
14033
14034 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
14035 New commands.
14036 (edit-abbrevs-map): Bind them here.
14037 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
14038
14039 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
14040
14041 * allout.el (allout-hide-by-annotation, allout-flag-region):
14042 Reduce possibility of overlay leakage by making them volatile.
14043
14044 * allout-widgets.el (allout-widgets-tally): Define as nil so the
14045 hash is not shared between buffers. Mode initialization is
14046 responsible for giving it a useful starting value.
14047 (allout-item-span): Reduce possibility of overlay leakage by
14048 making them volatile.
14049 (allout-widgets-count-buttons-in-region): Add diagnostic function
14050 for tracking down button overlay leaks.
14051
14052 2011-03-29 Leo Liu <sdl.web@gmail.com>
14053
14054 * ido.el (ido-read-internal): Use the default history var
14055 minibuffer-history if no HISTORY is specified.
14056
14057 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
14058
14059 * net/imap.el (imap-shell-open, imap-process-connection-type):
14060 Use imap-process-connection-type for 'shell' streams as well as
14061 Kerberos, SSL, other subprocesses.
14062
14063 2011-03-28 Leo Liu <sdl.web@gmail.com>
14064
14065 * abbrev.el (abbrev-table-empty-p): New function.
14066 (prepare-abbrev-list-buffer): Place empty abbrev tables after
14067 nonempty ones. (Bug#5937)
14068
14069 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14070
14071 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
14072
14073 2011-03-27 Leo Liu <sdl.web@gmail.com>
14074
14075 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
14076 for foreground and background colors.
14077 (ansi-color-make-color-map): Adapt.
14078
14079 2011-03-25 Leo Liu <sdl.web@gmail.com>
14080
14081 * midnight.el (midnight-time-float): Remove. Note it calculates
14082 the microsecond component incorrectly and seconds-to-time does the
14083 same job.
14084 Remove redundant (require 'timer).
14085
14086 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
14087 (ido-completions): Remove unused arguments. (Bug#8329)
14088
14089 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * minibuffer.el (completion--flush-all-sorted-completions):
14092 Remove itself from hook.
14093 (completion-at-point): Let the functions perform the completion
14094 immediately and return nil or t.
14095 * comint.el (comint-dynamic-complete-functions): Now identical to
14096 completion-at-point-functions.
14097 (comint-dynamic-list-input-ring): Remove unused var `index'.
14098 (comint--match-partial-filename, comint--unquote&expand-filename):
14099 New funs, split from comint-match-partial-filename.
14100 (comint-dynamic-complete): Use completion-at-point.
14101 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
14102
14103 2011-03-24 Drew Adams <drew.adams@oracle.com>
14104
14105 * thingatpt.el: Support `defun'.
14106
14107 2011-03-23 Leo Liu <sdl.web@gmail.com>
14108
14109 * abbrevlist.el: Move to obsolete/abbrevlist.el.
14110
14111 * help-mode.el (help-mode-finish): Tweak regexp.
14112
14113 2011-03-23 Glenn Morris <rgm@gnu.org>
14114
14115 * eshell/esh-opt.el (eshell-eval-using-options):
14116 Do not bind unused local variable `eshell-option-stub'.
14117
14118 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
14119
14120 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
14121
14122 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
14123 keymap variable in `with-no-warnings' to avoid a warning when the
14124 keymap has been already `defconst'ed.
14125
14126 2011-03-22 Leo Liu <sdl.web@gmail.com>
14127
14128 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
14129 encode all chars in abbrevs; otherwise use emacs-mule or
14130 utf-8-emacs. (Bug#8308)
14131
14132 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
14133
14134 * simple.el (backward-delete-char-untabify):
14135 Avoid warning about using `delete-backward-char'.
14136
14137 * image.el (image-type-file-name-regexps): Make it variable.
14138 `imagemagick-register-types' modifies it, and the user may want
14139 to add new extensions for known image types.
14140 (imagemagick-register-types): Throw error if not using ImageMagick.
14141
14142 2011-03-22 Leo Liu <sdl.web@gmail.com>
14143
14144 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
14145 located before rcirc-prompt-end-marker.
14146 (rcirc-complete): Error if point is not after rcirc prompt.
14147 Handle the case when table is nil.
14148 (rcirc-user-authenticated): Define to fix compiler warning.
14149
14150 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
14151
14152 * custom.el (custom--inhibit-theme-enable): Make it affect only
14153 custom-theme-set-variables and custom-theme-set-faces.
14154 (provide-theme): Ignore custom--inhibit-theme-enable.
14155 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
14156 (custom-enabling-themes): Delete variable.
14157 (enable-theme): Accept only loaded themes as arguments.
14158 Ignore the special custom-enabled-themes variable.
14159 (custom-enabled-themes): Forbid themes from setting this.
14160 Eliminate use of custom-enabling-themes.
14161 (custom-push-theme): Quote "changed" custom var entry.
14162
14163 2011-03-21 Leo Liu <sdl.web@gmail.com>
14164
14165 * ido.el (ido-read-internal): Add ido-selected to history instead
14166 of user input.
14167
14168 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * subr.el (deferred-action-list, deferred-action-function):
14171 Mark obsolete.
14172
14173 2011-03-21 Leo Liu <sdl.web@gmail.com>
14174
14175 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
14176 change on 2011-02-13 (bug#8309).
14177
14178 * minibuffer.el (read-file-name-function): Change default value.
14179 (read-file-name--defaults): Rename from read-file-name-defaults.
14180 (read-file-name-default): Rename from read-file-name.
14181 (read-file-name): Call read-file-name-function.
14182
14183 2011-03-21 Glenn Morris <rgm@gnu.org>
14184
14185 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
14186 Doc fixes.
14187
14188 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
14189
14190 * cus-theme.el: Add missing provide statement.
14191 (customize-create-theme): Extract theme value correctly.
14192 (custom-theme-visit-theme): Autoload.
14193 (customize-create-theme): Prompt before inserting default faces.
14194
14195 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14196
14197 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
14198 units and musical notes.
14199
14200 2011-03-20 Leo Liu <sdl.web@gmail.com>
14201
14202 * ido.el (ido-read-internal): Use completing-read-default.
14203 (ido-completing-read): Fix compatibility with completing-read.
14204
14205 2011-03-20 Christian Ohler <ohler@gnu.org>
14206
14207 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14208 (ert-delete-all-tests): Use `called-interactively-p' rather than
14209 `interactive-p'.
14210 (ert--make-xrefs-region): Respect END.
14211
14212 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * dired-aux.el (dired-create-directory): Signal an error if the
14215 directory already exists (Bug#8246).
14216
14217 * facemenu.el (list-colors-display): Call list-faces-display
14218 inside with-help-window.
14219 (list-colors-print): Use display property to align the final
14220 column, instead of checking window-width.
14221
14222 2011-03-19 Eli Zaretskii <eliz@gnu.org>
14223
14224 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
14225 windows-nt systems.
14226 (emerge-protect-metachars): Quote correctly for ms-dos and
14227 windows-nt systems.
14228
14229 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
14230
14231 * info.el (info-initialize): Replace all uses of `:' with
14232 path-separator for compatibility with non-Unix systems.
14233 Cache quoting of path-separator. (Bug#8258)
14234
14235 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
14236
14237 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14238 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14239 (mouse-avoidance-mode): Fix typos in docstrings.
14240
14241 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
14242
14243 * startup.el (package-subdirectory-regexp): Move from package.el.
14244 Omit \\` and \\', and let callers add them.
14245
14246 * emacs-lisp/package.el (package-strip-version)
14247 (package-load-all-descriptors): Add \\` and \\' to
14248 package-subdirectory-regexp before using it.
14249 (package-untar-buffer): New arg DIR; ensure that file untars only
14250 into this expected directory. Remove superfluous delete-region.
14251 (package-unpack): Caller changed.
14252 (package-tar-file-info): Use package-subdirectory-regexp.
14253
14254 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14255
14256 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14257 diff-mode-shared-map (bug#8284).
14258 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
14259
14260 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14261
14262 * calendar/time-date.el (format-seconds): Use assoc instead of
14263 assoc-string, since assoc-string doesn't exist in XEmacs.
14264
14265 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
14266
14267 * custom.el (custom-known-themes): Reflow docstring.
14268 (custom-theme-load-path): Fix typo in docstring.
14269 (load-theme): Fix typo in error message.
14270 (custom-available-themes, custom-variable-theme-value):
14271 Use `let', not `let*'.
14272
14273 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14274
14275 * calc/README: Mention inclusion of musical notes.
14276
14277 * calc/calc-units.el (calc-lu-quant): Rename from
14278 `calc-logunits-quantity'.
14279 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14280 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14281 (calc-db): Rename from `calc-dblevel'.
14282 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14283 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14284 (calc-np): Rename from `calc-nplevel'.
14285 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14286 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14287 (calc-lu-plus): Rename from `calc-logunits-add'.
14288 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14289 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14290 (calc-lu-minus): Rename from `calc-logunits-sub'.
14291 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14292 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14293 (calc-lu-times): Rename from `calc-logunits-mul'.
14294 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14295 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14296 (calc-lu-divide): Rename from `calc-logunits-div'.
14297 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14298 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14299
14300 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14301 functions being autoloaded.
14302
14303 * calc/calc.el (calc-lu-power-reference): Rename from
14304 `calc-logunits-power-reference'.
14305 (calc-lu-field-reference): Rename from
14306 `calc-logunits-field-reference'.
14307
14308 * calc/calc-help.el (calc-l-prefix-help):
14309 Mention musical note functions.
14310
14311 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * minibuffer.el (completion-all-sorted-completions):
14314 Use :completion-cycle-penalty text property if present.
14315
14316 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14317
14318 * allout.el (allout-yank-processing): Adjust for new rebulleting
14319 regime so bullet being yanked is used without prompting the user
14320 for a choice.
14321
14322 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * startup.el (command-line): Warn the user that _emacs is deprecated.
14325
14326 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
14327
14328 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
14329 (delphi-verbose, delphi-comment-face, delphi-string-face)
14330 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
14331 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
14332 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
14333 (delphi-new-comment-line, delphi-font-lock-defaults)
14334 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
14335 Fix typos in docstrings.
14336
14337 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
14338
14339 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
14340 Invert the roles of character and string values for INSTEAD, so a
14341 string is used for the more common case of a defaulting prompt.
14342
14343 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * progmodes/ruby-mode.el (ruby-backward-sexp):
14346 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
14347 * play/gamegrid.el (gamegrid-make-face):
14348 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
14349 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
14350 * notifications.el (notifications-notify):
14351 * net/xesam.el (xesam-search-engines):
14352 * net/quickurl.el (quickurl-list-insert):
14353 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14354
14355 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * startup.el (command-line): Update package subdirectory regexp.
14358
14359 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * allout.el (allout-abbreviate-flattened-numbering)
14362 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14363
14364 * subr.el (read-char-choice): Only show the cursor after the prompt,
14365 not after the answer.
14366
14367 2011-03-15 Kevin Ryde <user42@zip.com.au>
14368
14369 * help-fns.el (variable-at-point): Skip leading quotes, if any
14370 (bug#8253).
14371
14372 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14375 warning message.
14376
14377 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
14378
14379 * shell.el (shell): When called interactively, offer to change the
14380 shell file name on remote hosts.
14381
14382 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14383
14384 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14385 integration for LDAP parameters. The host, base, user or binddn,
14386 and secret tokens can be specified in a netrc file, for instance.
14387 This is optional because an `auth-source' parameter must be
14388 specified in the search attributes.
14389
14390 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
14391
14392 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14393
14394 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14397 into declaration. Remove redundant and harmful binding.
14398
14399 2011-03-12 Eli Zaretskii <eliz@gnu.org>
14400
14401 * files.el (file-ownership-preserved-p): Pass `integer' as an
14402 explicit 2nd argument to `file-attributes'. If the file's owner
14403 is the Administrators group on Windows, and the current user is
14404 Administrator, consider that a match.
14405
14406 * server.el (server-ensure-safe-dir): Consider server directory
14407 safe on MS-Windows if its owner is the Administrators group while
14408 the current Emacs user is Administrator. Use `=' to compare
14409 numerical UIDs, since they could be integers or floats.
14410
14411 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
14412
14413 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14414
14415 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
14416
14417 Sync with Tramp 2.2.1.
14418
14419 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14420
14421 * net/trampver.el: Update release number.
14422
14423 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * progmodes/compile.el (compilation--previous-directory): Fix up
14426 various nil/dead-marker mismatches (bug#8014).
14427 (compilation-directory-properties, compilation-error-properties):
14428 Don't call it at a position past the one we're about to change.
14429
14430 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14431 Disable obsolescence warnings in the file that declares it.
14432
14433 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14434
14435 * allout-widgets.el (allout-widgets-tally):
14436 Initialize allout-widgets-tally as a hash table rather than nil to
14437 prevent mode-line redisplay warnings. Also, clarify the module
14438 description and fix a comment typo.
14439
14440 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
14441
14442 * help-fns.el (describe-variable): Don't complete keywords.
14443 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14444
14445 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
14446
14447 * emacs-lisp/package.el (package-version-join): Impose a standard
14448 string representation for pre/alpha/beta version lists.
14449 (package-unpack-single): Standardize the directory name by passing
14450 it through package-version-join.
14451 (package-strip-rcs-id): Accept any version string that does not
14452 signal an error in version-to-list.
14453
14454 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
14455
14456 * simple.el (delete-trailing-whitespace): Return nil for the
14457 benefit of `write-file-functions'.
14458
14459 2011-03-10 Glenn Morris <rgm@gnu.org>
14460
14461 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14462
14463 * vc/vc-git.el (vc-git-program): New option.
14464 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14465 (vc-git--call): Use it.
14466
14467 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14468
14469 * cus-edit.el (Custom-newline): If no button at point, look
14470 for a subgroup button at start-of-line. (Bug#2298)
14471
14472 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14473
14474 2011-03-10 Julien Danjou <julien@danjou.info>
14475
14476 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14477 `cursor-type' is nil.
14478
14479 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14480
14481 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14482
14483 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14484
14485 * allout.el: Change so yank of distinctive-bullet items
14486 preserves the existing header prefix, rebulleting it if necessary,
14487 rather than replacing it. This is necessary for proper operation
14488 of cooperative addons like allout-widgets.
14489 (allout-make-topic-prefix, allout-rebullet-heading):
14490 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14491 value as alternate bullet to be used, instead of prompting the user
14492 for a bullet character.
14493
14494 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
14495
14496 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14497 Do not use `tramp-file-name-port', because this returns also
14498 `tramp-default-port'.
14499
14500 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14501
14502 * net/rcirc.el (rcirc-handler-001): Remove useless
14503 with-rcirc-process-buffer.
14504 (rcirc-check-auth-status): Swap arguments to string-match.
14505
14506 2011-03-09 Glenn Morris <rgm@gnu.org>
14507
14508 * shell.el (shell-mode):
14509 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14510
14511 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14512 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14513
14514 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
14515
14516 * emacs-lisp/package.el (package-refresh-contents)
14517 (package-menu-execute): Use condition-case-no-debug.
14518
14519 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
14520
14521 * simple.el (shell-command-to-string): Use `process-file'.
14522
14523 * emacs-lisp/package.el (package-tar-file-info): Handle also
14524 remote files.
14525
14526 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14527 Use `equal' for upload base check.
14528
14529 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14530
14531 * textmodes/texinfo.el (texinfo-environments):
14532 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14533
14534 2011-03-08 Glenn Morris <rgm@gnu.org>
14535
14536 * cus-start.el (cursor-in-non-selected-windows):
14537 Fix :set quoting oddness. (Bug#8192)
14538
14539 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14540 in some setf expressions. (Bug#2159)
14541
14542 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
14543
14544 * custom.el (custom-available-themes): Return themes in
14545 alphabetical order.
14546
14547 See ChangeLog.15 for earlier changes.
14548
14549 ;; Local Variables:
14550 ;; coding: utf-8
14551 ;; End:
14552
14553 Copyright (C) 2011-2012 Free Software Foundation, Inc.
14554
14555 This file is part of GNU Emacs.
14556
14557 GNU Emacs is free software: you can redistribute it and/or modify
14558 it under the terms of the GNU General Public License as published by
14559 the Free Software Foundation, either version 3 of the License, or
14560 (at your option) any later version.
14561
14562 GNU Emacs is distributed in the hope that it will be useful,
14563 but WITHOUT ANY WARRANTY; without even the implied warranty of
14564 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14565 GNU General Public License for more details.
14566
14567 You should have received a copy of the GNU General Public License
14568 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.