Remove obsolete comment about NON_SAVING_SETJMP.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f90ff906 12013-01-11 Felix H. Dahlke <fhd@ubercode.de>
9fc9a531 2
f90ff906
FD
3 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4 (js--declaration-keyword-re): New var.
5 (js--multi-line-declaration-indentation): New function.
6 (js--proper-indentation): Use it.
9fc9a531 7
f90ff906 82013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
9fc9a531 9
f90ff906
FD
10 * calc/calc.el (calc-highlight-selections-with-faces)
11 (calc-dispatch):
12 * comint.el (comint-history-isearch-message):
13 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
9fc9a531
AH
14 * ffap.el (ffap-string-at-point-region, ffap-next)
15 (ffap-string-at-point, ffap-string-around)
16 (ffap-copy-string-as-kill, ffap-highlight-overlay)
f90ff906 17 (ffap-literally):
9fc9a531 18 * font-lock.el (font-lock-keywords-alist)
f90ff906
FD
19 (font-lock-removed-keywords-alist):
20 * help-mode.el (help-xref-symbol-regexp):
21 * info.el (Info-find-emacs-command-nodes):
22 * international/mule.el (add-to-coding-system-list):
23 * isearch.el (isearch-message-function, isearch-fail-pos):
24 * misearch.el (multi-isearch-next-buffer-function):
25 * newcomment.el (comment-box):
9fc9a531 26 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
f90ff906 27 (pr-setting-database):
9fc9a531
AH
28 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
29 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
30 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
f90ff906
FD
31 (pike-font-lock-keywords-3):
32 * progmodes/compile.el (compile):
9fc9a531 33 * progmodes/etags.el (tags-table-files)
f90ff906 34 (tags-table-files-function, tags-included-tables-function):
9fc9a531 35 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
f90ff906 36 (gdb-restore-windows):
9fc9a531 37 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
f90ff906
FD
38 (ps-n-up-filling-database):
39 * server.el (server-buffer, server-log):
9fc9a531
AH
40 * simple.el (newline, delete-backward-char, delete-forward-char)
41 (minibuffer-history-isearch-message, kill-line, track-eol)
f90ff906 42 (temporary-goal-column):
9fc9a531 43 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
f90ff906
FD
44 (flyspell-default-deplacement-commands):
45 * textmodes/ispell.el (ispell-accept-output):
46 * textmodes/sgml-mode.el (html-tag-help):
9fc9a531 47 * vc/compare-w.el (compare-ignore-whitespace)
f90ff906
FD
48 (compare-ignore-case, compare-windows-dehighlight):
49 * vc/diff.el (diff):
9fc9a531
AH
50 * whitespace.el (whitespace-point)
51 (whitespace-font-lock-refontify, whitespace-bob-marker)
f90ff906 52 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
9fc9a531 53
65adfa20
MA
542013-01-11 Michael Albinus <michael.albinus@gmx.de>
55
56 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
57 (auto-revert-notify-rm-watch): Ignore errors.
58 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
f90ff906
FD
59 inotify, and '(size last-write-time) for w32notify.
60 Set buffer-local `auto-revert-use-notify' to nil when adding a file
65adfa20
MA
61 watch fails - this is a fallback to the file modification check.
62 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
63 (auto-revert-notify-event-action)
64 (auto-revert-notify-event-file-name): New defuns.
65 (auto-revert-notify-handler): Use them. Implement first
66 plausibility checks.
67 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
68
43b2e2e7
JD
692013-01-11 Julien Danjou <julien@danjou.info>
70
71 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
72 max are almost equal. Also return the correct value for V which is
73 already between 0 and 1.
74
30818a23
DA
752013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
76
77 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
78
10e714d5
EZ
792013-01-11 Eli Zaretskii <eliz@gnu.org>
80
81 * autorevert.el (auto-revert-notify-rm-watch)
82 (auto-revert-notify-add-watch): Fix typos in w32notify function
83 names.
84
a778dd57
MA
852013-01-10 Michael Albinus <michael.albinus@gmx.de>
86
87 * autorevert.el (auto-revert-notify-enabled): Move up.
88 (auto-revert-use-notify): New defcustom.
89 (auto-revert-mode, global-auto-revert-mode)
90 (auto-revert-notify-add-watch, auto-revert-handler)
91 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
92 `auto-revert-notify-enabled'.
93
72781fef
EP
942013-01-10 Elias Pipping <pipping@exherbo.org>
95
96 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
97 * doc-view.el (doc-view-document->bitmap):
98 Use doc-view-single-page-converter-function instead of
99 single-page-converter arg; adjust callers.
100
e6ed8f08
FL
1012013-01-10 Feng Li <fengli@gmail.com> (tiny change)
102
103 * progmodes/which-func.el (which-function): Understand Semantic's use
104 of overlays in imenu--index-alist.
105
327a6cca
WJ
1062013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
107
108 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
109 (Man-man-k-use-anchor): New var.
110 (Man-parse-man-k): New function.
111 (Man-completion-table): Use it.
112 (man): Flush the completion cache between uses.
113
ed911257
MA
1142013-01-10 Michael Albinus <michael.albinus@gmx.de>
115
116 * autorevert.el: Add file watch support.
117 (auto-revert-notify-enabled): New defconst.
118 (auto-revert-notify-watch-descriptor-hash-list)
119 (auto-revert-notify-watch-descriptor)
120 (auto-revert-notify-modified-p): New defvars.
121 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
122 (auto-revert-notify-handler): New defuns.
123 (auto-revert-mode, global-auto-revert-mode): Remove file watches
124 when mode is disabled.
125 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
126 (auto-revert-buffers): Add file watches for active buffers.
127
58cc0a01
DA
1282013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
129
130 * cus-start.el (toplevel): Only allow float values for
131 scroll-up-aggressively and scroll-down-aggressively.
132 Allow any number for line-spacing.
133
bbc7ff25
SM
1342013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
137 (doc-view-pdf->png-converter-function): Use mupdf if available.
138 (doc-view-djvu->png-converter-function)
139 (doc-view-ps->png-converter-function): Remove.
140 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
141 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
142 (doc-view-already-converted-p): Adjust accordingly.
143 (doc-view-mode-p): Simplify.
144 (doc-view-enlarge): Use setq-local.
145 (doc-view-pdf->png-converter-ghostscript)
146 (doc-view-djvu->png-converter-ddjvu)
147 (doc-view-pdf->png-converter-mupdf): Rework to call
148 doc-view-start-process directly.
149 (doc-view-pdf/ps->png): Simplify accordingly.
150 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
151 (doc-view-document->bitmap): Rename from doc-view-document->png.
152 (doc-view-convert-current-doc): Merge pdf and djvu cases.
153 (doc-view-set-slice-from-bounding-box): Fix completion table.
154 (doc-view-mode): Use add-hook for after-revert-hook.
155
3c855b96
GM
1562013-01-10 Glenn Morris <rgm@gnu.org>
157
158 * emacs-lisp/authors.el (authors-ignored-files)
159 (authors-valid-file-names, authors-renamed-files-alist):
160 Add some more entries.
161
3f9549e8 1622013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
08ce64e6
SM
163
164 * image-mode.el (image-mode-winprops): Don't throw away the fallback
165 `t' pseudo-window entry.
166
3f9549e8 1672013-01-10 Alan Mackenzie <acm@muc.de>
8cff5feb
AM
168
169 Fix bugs in the c-parse-state mechanism. Reuse some markers
170 instead of continually generating new ones.
171
172 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
173 (c-state-old-cpp-end-marker): New variables.
174 (c-append-lower-brace-pair-to-state-cache): Start a backward
175 search for "}" definitively outside CPP constructs.
176 (c-remove-stale-state-cache): Inform the caller of a need to
177 search back for a brace pair in certain circumstances.
178 (c-state-maybe-marker): New macro.
179 (c-parse-state): Reuse markers when appropriate.
180
3f9549e8 1812013-01-10 Glenn Morris <rgm@gnu.org>
89c0dda8
GM
182
183 * simple.el (execute-extended-command): Doc fix.
184 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
185
3f9549e8 1862013-01-10 Chong Yidong <cyd@gnu.org>
5b64ccd7
CY
187
188 * faces.el (read-face-name): Doc fix.
189
b14abca9
RW
1902013-01-10 Roland Winkler <winkler@gnu.org>
191
192 * emacs-lisp/crm.el: Allow any regexp for separators.
193 (crm-default-separator): All spaces around the default comma separator.
194 (crm--completion-command): New macro.
195 (crm-completion-help, crm-complete, crm-complete-word): Use it.
196 (crm-complete-and-exit): Handle non-single-char separators.
197
2b541f9a
EP
1982013-01-09 Elias Pipping <pipping@lavabit.com>
199
200 * doc-view.el: Add support for DjVu (bug#13164).
201 (doc-view-djvu->png-converter-function): New config var.
202 (doc-view-single-page-converter-function, doc-view--image-type)
203 (doc-view--image-file-extension): New vars.
204 (doc-view-mode): Initialize them.
205 (doc-view-goto-page): Use them.
206 (doc-view-mode-p): Add support for ddjvu.
207 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
208 (doc-view-set-up-single-converter): New funs.
209 (doc-view-pdf/ps->png): Extend for djvu.
210 (doc-view-document->png): Rename from doc-view-pdf->png.
211 (doc-view-convert-current-doc): Handle djvu.
212 (doc-view-insert-image, doc-view-display)
213 (doc-view-already-converted-p): Don't hardcode png.
214 (doc-view-set-doc-type): Recognize djvu docs.
215
85f17e35
EP
2162013-01-09 Elias Pipping <pipping@lavabit.com>
217
218 * doc-view.el: Add support for mupdf converter (bug#13164).
219 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
220 (doc-view-ps->png-converter-function): New config vars.
221 (doc-view-pdf->png-converter-ghostscript)
222 (doc-view-ps->png-converter-ghostscript)
223 (doc-view-pdf->png-converter-mupdf): New functions.
224 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
225
ccd04887
MA
2262013-01-09 Jürgen Hötzel <juergen@archlinux.org>
227
228 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
229 first in session cache: When `tramp-own-remote-path' is in
230 `tramp-remote-path', the remote path is only set in the session
231 cache.
232
c5ad92de
GM
2332013-01-09 Glenn Morris <rgm@gnu.org>
234
fb9f7146
GM
235 * emacs-lisp/trace.el (trace-function-foreground)
236 (trace-function-background): Doc fix.
c5ad92de 237
39a0786e
JL
2382013-01-09 Juri Linkov <juri@jurta.org>
239
240 * international/mule-cmds.el (read-char-by-name): Move let-binding
241 of completion-ignore-case around completing-read to fix regression
242 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
243 `string-match-p' using the nil value of `case-fold-search' and
244 `completion-ignore-case' in `completion-pcm--all-completions'.
245 (Bug#12615).
246
fb9f7146 2472013-01-09 Glenn Morris <rgm@gnu.org>
06364e64
GM
248
249 * progmodes/compile.el (compilation-parse-errors):
250 Fix typo. (Bug#13369)
251
fb9f7146 2522013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
236a8f0c
VS
253
254 * comint.el (comint-send-input): Check size of buffer before
255 waiting for process output, in case already accepted. (Bug#13290)
256
677d5c92
PE
2572013-01-09 Paul Eggert <eggert@cs.ucla.edu>
258
259 Spelling fixes.
260 * net/tramp-adb.el (tramp-adb-get-toolbox):
261 Fix misspelling of 'unknown'.
262
073ca75b
JL
2632013-01-08 Juri Linkov <juri@jurta.org>
264
265 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
266 * progmodes/flymake.el (flymake-errline, flymake-warnline):
267 Use underline style wave on terminals that support it. (Bug#13000)
268
a4648137
SM
2692013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
270
4bdc3526
SM
271 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
272 the predicate returns nil.
273
a4648137
SM
274 * simple.el: Use lexical-binding.
275 (primitive-undo): Use pcase.
276 (minibuffer-history-isearch-push-state): Use a closure.
277
3bace969
AH
2782013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
279
280 * simple.el (primitive-undo): Move from undo.c.
281
a731fc1b
SM
2822013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
283
1c851e98
SM
284 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
285 (cvs-mode-remove-handled): Use it (bug#13380).
286
a731fc1b
SM
287 * emacs-lisp/nadvice.el (advice--tweak): New function.
288 (advice--remove-function, advice--subst-main): Use it.
289
290 * emacs-lisp/advice.el: Update commentary.
291
2a22c83b
MA
2922013-01-08 Michael Albinus <michael.albinus@gmx.de>
293
a731fc1b
SM
294 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
295 Remove spurious entry.
2a22c83b 296
83c1803a
GM
2972013-01-08 Glenn Morris <rgm@gnu.org>
298
299 * net/tramp.el (tramp-default-host-alist): Add :version.
300
8a2e287c
JL
3012013-01-08 Juri Linkov <juri@jurta.org>
302
303 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
304 single completion. (Bug#12456)
305 (info--manual-names): Expand node completions into an explicit list
306 before appending it to another list. Filter out internal buffers
307 with the leading space in the buffer name. (Bug#10771)
308
c6a22ce2
JL
3092013-01-08 Juri Linkov <juri@jurta.org>
310
311 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
312 that defaults to the Top node.
313 (Info-goto-node, Info-read-node-name): Doc fix to mention that
314 the short format (FILENAME) goes to the Top node.
315 (Info-build-node-completions): Rename arg `file' to `filename'.
316 (Bug#13365)
317
acfe10b7
BG
3182013-01-07 Bastien Guerry <bzg@gnu.org>
319
a731fc1b
SM
320 * menu-bar.el (menu-bar-search-documentation-menu):
321 Use `apropos-user-option' and fix the help message.
acfe10b7
BG
322
3232013-01-07 Bastien Guerry <bzg@gnu.org>
324
325 * apropos.el (apropos-do-all): Update docstring.
326 (apropos-user-option-button): New face.
327 (apropos-user-option): Rename from `apropos-variable' and update
328 docstring.
329 (apropos-variable): Rewrite, now show all variables by default.
330 (apropos-print): Mention "User option" instead of "Variable" when
331 printing doc for user options. (Bug#13276)
332
62bcf670
JH
3332013-01-07 Jürgen Hötzel <juergen@archlinux.org>
334
335 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
336 Handle filename correctly, when parsing "source -> target" symlink
337 output.
338 (tramp-adb-handle-set-file-times): New defun.
339
4986fa21
SM
3402013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
343 advice list when the interactive-spec of ad-Advice-* changes.
344
3bee311e
KY
3452013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
346
347 * wid-edit.el (widget-default-get): Work for inlined elements.
348 (Bug#12670)
349
b49eebcc
MA
3502013-01-07 Michael Albinus <michael.albinus@gmx.de>
351
352 * net/tramp.el (tramp-default-host-alist): New defcustom.
353 (tramp-find-host): Use it.
4986fa21 354 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
b49eebcc
MA
355 `eshell-directory-change-hook'.
356
357 * net/tramp-adb.el (top): Add adb specific entry in
358 `tramp-default-host-alist'.
359 (tramp-adb-file-name-host): Remove function.
360 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
361 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
362
3bee311e 363 * net/tramp-sh.el: Move eshell integration code to tramp.el.
b49eebcc 364
84f6744a
JH
3652013-01-06 Jürgen Hötzel <juergen@archlinux.org>
366
367 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
368
b6cfbcd0
MA
3692013-01-06 Michael Albinus <michael.albinus@gmx.de>
370
371 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
b49eebcc 372 consist of more than one digit.
4986fa21
SM
373 (tramp-adb-file-name-handler-alist):
374 Use `tramp-handle-file-exists-p' consistently.
b6cfbcd0
MA
375 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
376 (tramp-adb-handle-file-exists-p): Remove function.
377 (tramp-adb-file-name-host): New defun.
378 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
379 Use it.
380 (tramp-adb-maybe-open-connection): Set "remote-path" property.
381
58ba7b1b
CY
3822013-01-06 Chong Yidong <cyd@gnu.org>
383
384 * vc/vc.el (vc-next-action): Detect buffer modifications
385 conflicting with locking VCS operation (Bug#11490).
386
387 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
388
f4566fe9
MA
3892013-01-05 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
392 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
393
838cf298
MA
3942013-01-05 Jürgen Hötzel <juergen@archlinux.org>
395
396 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
397 parsing of ls output using regular expression (handle filenames
398 with spaces). Use virtual device number.
399 (tramp-do-parse-file-attributes-with-ls): New defun (Code
400 cleanup).
401
1bd71e9f
DU
4022013-01-04 Daiki Ueno <ueno@gnu.org>
403
404 * epg.el: Silence byte-compiler warnings.
405 (epg--start): Use delete-char instead of delete-backward-char.
406 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
407
00cd4c1c
DU
4082013-01-04 Daiki Ueno <ueno@gnu.org>
409
410 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
411 Suggested by Eli Zaretskii <eliz@gnu.org>.
412
f99ced35
MA
4132013-01-04 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
416 non-negative integers. Otherwise, the default values are used.
417 (tramp-convert-file-attributes): Convert uid and gid to integers.
418
0f668a4d 4192013-01-04 Glenn Morris <rgm@gnu.org>
ad235a8b 420
d2be4dcc
GM
421 * term.el (term-handle-colors-array): Ensure face attributes
422 are fully specified, not nil. (Bug#13337)
423
5b00b749
GM
424 * term.el (term-default-fg-color, term-default-bg-color):
425 Fix custom type.
426
220740a3
GM
427 * progmodes/etags.el (tags-compression-info-list): Doc fix.
428 (tag-find-file-of-tag-noselect): Check auto-compression-mode
429 rather than 'jka-compr being loaded. (Bug#13338)
430
bdd9367d
WD
4312013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
432
433 * icomplete.el (icomplete-completions):
434 Honor icomplete-prospects-height once more following
435 2012-11-29 changes. (Bug#13224)
436
96dd18b1
SM
4372013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
438
c0bd248c
SM
439 * subr.el (internal--called-interactively-p--get-frame): Find aliases
440 of called-interactively-p as well (bug#13237).
441
4a74c818
SM
442 * view.el (view--enable, view--disable): Rename from view-mode-enable
443 and view-mode-disable and assume it's called from view-mode.
444 (view-mode-enable, view-mode-disable): Redefine as obsolete
445 compatibility layer above view-mode.
446 (view-mode-enter): Call `view-mode'.
447
448 * files.el (after-find-file): Call `view-mode'.
449
96dd18b1
SM
450 * doc-view.el (doc-view-scale-internally): New var.
451 (doc-view-enlarge, doc-view-insert-image): Obey it.
452
c2cf1829
DU
4532013-01-03 Daiki Ueno <ueno@gnu.org>
454
455 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
456 exist. (Bug#13344)
457
ad235a8b
GM
4582013-01-03 Glenn Morris <rgm@gnu.org>
459
a8aa6c2d
GM
460 * mail/rmail.el (rmail-set-header-1): Ignore case.
461 Handle multi-line headers. (Bug#13330)
462
a6d6c20b
GM
463 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
464 Handle paragraph starting at beginning of buffer.
465
ed5bdeb9
GM
466 * subr.el (eval-after-load): Don't purecopy the form, so that it
467 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
468
ad235a8b
GM
469 * emacs-lisp/byte-run.el (defun): Place cl declarations
470 after any interactive spec. (Bug#13265)
471
9539d465 4722013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5cebef2d
AS
473
474 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
475 defun. Don't check for DECL if DOCSTRING isn't a string.
476 (defun): Likewise.
477
9539d465 4782013-01-02 Glenn Morris <rgm@gnu.org>
4cddca30 479
5ee1772e
GM
480 * eshell/em-cmpl.el (eshell-pcomplete):
481 More thoroughly imitate pcomplete. (Bug#13293)
482
4cddca30
GM
483 * files.el (parse-colon-path): Doc fix. (Bug#12351)
484 Return nil for empty path elements. (Bug#13296)
485
9539d465 4862013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
6861432e
FEG
487
488 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
489 order to improve efficiency (Based on Daniel Colascione's
490 <dancol@dancol.org> patch). (Bug#13182)
491
9539d465 4922013-01-02 Glenn Morris <rgm@gnu.org>
b83a2ddd
GM
493
494 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
495
9539d465 4962013-01-02 Andreas Schwab <schwab@linux-m68k.org>
bdcad781
AS
497
498 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
499 neither DOCSTRING nor DECL was given. (Bug#13316)
500
aca3d51d
MA
5012013-01-02 Michael Albinus <michael.albinus@gmx.de>
502
503 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
504 `error' call.
505 (tramp-do-copy-or-rename-file): Ignore errors when calling
506 `set-file-extended-attributes'.
507
4986fa21
SM
508 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
509 Add handler for `file-acl'.
aca3d51d
MA
510 (tramp-smb-handle-file-acl): New defun.
511
87e65f96
JB
5122013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
513
514 * calc/README: Mention ISO 8601 week-numbering dates.
515
0aac98ac
MR
5162013-01-01 Martin Rudalics <rudalics@gmx.at>
517
518 * view.el (view-mode-enable): New argument run-view-mode-hook.
519 Run view-mode-hook only when it's non-nil (Bug#13315).
520 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
521 argument t.
522
1a82330c
JH
5232012-12-31 Jürgen Hötzel <juergen@archlinux.org>
524
525 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
526 (No device connected, invalid device name). (Bug #13299)
527
27fcfe31
MR
5282012-12-31 Martin Rudalics <rudalics@gmx.at>
529
530 * window.el (window-resizable--p): Rename to window-resizable-p.
531 (window-resize-no-error): New function.
532
533 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
534 broken in fix from 2012-12-28.
535
96c052a5
SM
5362012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * subr.el (special-form-p): Don't signal errors on undef aliases.
539
fd1f1603
JB
5402012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
541
542 * calc/calc-forms.el (math-parse-date): Try using
96c052a5
SM
543 `math-parse-iso-date' when it looks like it might be needed.
544 Allow times of 24:00.
fd1f1603
JB
545 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
546 of 24:00.
547
8db39aeb
GM
5482012-12-30 Glenn Morris <rgm@gnu.org>
549
550 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
551 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
552 (rmail-summary-displayed, rmail-summary): Declare.
553 (mairix-rmail-display): Just require rmail.
554
d5e5e7b4 5552012-12-30 Chong Yidong <cyd@gnu.org>
3c94d7a6
CY
556
557 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
558 check for the tarball contents.
559
d5e5e7b4 5602012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
af39894a
MF
561
562 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
563 tarfile content listings (Bug#13136).
564
d5e5e7b4 5652012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
bb709253 566
96c052a5
SM
567 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
568 Insert the undecoded text of the message being forwarded. (Bug#9521)
bb709253 569
4f752957
MA
5702012-12-30 Michael Albinus <michael.albinus@gmx.de>
571
3ee24a3b
MA
572 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
573 integers, if they are real numbers. (Bug#13282)
574
4f752957
MA
575 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
576 Return `t' on success.
577
96c052a5
SM
578 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
579 Add handler for `set-file-selinux-context'.
4f752957 580
eff2eb58
MA
5812012-12-29 Michael Albinus <michael.albinus@gmx.de>
582
583 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
584 (tramp-sh-handle-set-file-acl): Return `t' on success.
585
ccad023b
EZ
5862012-12-29 Eli Zaretskii <eliz@gnu.org>
587
96c052a5
SM
588 * files.el (backup-buffer-copy, basic-save-buffer-2):
589 If set-file-extended-attributes fails, fall back on set-file-modes
ccad023b 590 instead of signaling an error. (Bug#13298)
7e56b103 591 (basic-save-buffer): Likewise.
ccad023b 592
ccb1c17e
FEG
5932012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
594
595 * progmodes/python.el: Support other commands triggering
596 python-indent-line so indentation cycling continues to work.
597 (python-indent-trigger-commands): New defcustom.
598 (python-indent-line): Use it.
599
16768034
FEG
6002012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
601
602 * progmodes/python.el (python-shell-send-region): Add blank lines
603 for non sent code so backtraces remain correct.
604
66164d2f
FEG
6052012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
606
607 * progmodes/python.el: Remove cl dependency.
608 (python-syntax-count-quotes): Replace incf call.
609 (python-fill-string): Replace setf call.
610
761231d1
DC
6112012-12-29 Damien Cassou <damien.cassou@gmail.com>
612
43ebd12b 613 * info.el (info-other-window): New arg, for consistency with info.
761231d1 614
7c3e220a
MR
6152012-12-28 Martin Rudalics <rudalics@gmx.at>
616
96c052a5
SM
617 * mail/rmail.el (rmail-maybe-display-summary):
618 Rewrite (Bug#13066).
7c3e220a 619
361828b5
AS
6202012-12-28 Andreas Schwab <schwab@linux-m68k.org>
621
622 * epg.el (epg--start): Modify process-environment locally.
623
23bd348c
DU
6242012-12-28 Daiki Ueno <ueno@gnu.org>
625
626 * epg.el: Support pinentry-curses.
627 Suggested by Werner Koch in
628 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
629 (epg-agent-file, epg-agent-mtime): New variable.
630 (epg--start): Record the modified time of gpg-agent socket file,
631 to restore Emacs frame after pinentry-curses termination.
632 (epg-wait-for-completion): Restore Emacs frame here.
633
313f39aa
JL
6342012-12-27 Juri Linkov <juri@jurta.org>
635
636 * info.el (Info-file-completions): New variable.
637 (Info-read-node-name-1): Complete node names in the Info file
638 when a file name is given. Call `Info-build-node-completions'
639 with a file name.
640 (Info-build-node-completions): Add new arg `file'. When it is
641 non-nil, visit it in a temporary buffer and cache its completions in
642 `Info-current-file-completions'. Move most of the function body to
643 `Info-build-node-completions-1'.
644 (Info-build-node-completions-1): New function with the body from
645 `Info-build-node-completions'. (Bug#12456)
646
a45b7647
JL
6472012-12-27 Juri Linkov <juri@jurta.org>
648
649 * frame.el (frame-maximization-style): Remove user option.
650 (cycle-frame-maximized): Remove function.
651 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
652 (toggle-frame-fullscreen): New command bound to <f11> instead of
653 `toggle-frame-maximized'.
654 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
655
10ffd0be
MA
6562012-12-27 Michael Albinus <michael.albinus@gmx.de>
657
658 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
659
660 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
661 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
662 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
663 for `file-accessible-directory-p'. (Bug#13275)
664
fd146719
SS
6652012-12-27 Sam Steingold <sds@gnu.org>
666
667 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
668 continuations, see <http://stackoverflow.com/questions/3582436>.
669
82e2a1f0 6702012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
671
672 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
96c052a5
SM
673 "module" and "def" to have indentation before them.
674 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
db590ef6 675
ea0857a1
DG
676 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
677
82e2a1f0 6782012-12-27 Alan Mackenzie <acm@muc.de>
3f6b93cd
AM
679
680 Speed up fontification where there's large brace blocks.
681 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
682 to a call of c-beginning-of-decl-1.
683
c34339f3
VS
6842012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
685
686 * comint.el (comint-adjust-window-point): New function.
96c052a5
SM
687 (comint-postoutput-scroll-to-bottom):
688 Call comint-adjust-window-point (Bug#13248).
c34339f3 689
78269b95
DG
6902012-12-26 Dmitry Gutov <dgutov@yandex.ru>
691
692 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
693 Rakefile regexp.
694 (auto-mode-alist): Associate .gemspec files with ruby-mode
695 (https://bugs.ruby-lang.org/issues/5453).
696
bd8c13f9
JH
6972012-12-26 Jürgen Hötzel <juergen@archlinux.org>
698
96c052a5
SM
699 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
700 Suppress coloring, if possible (required for BusyBox based systems like
677d5c92 701 CyanogenMod).
bd8c13f9
JH
702 (tramp-adb-handle-file-attributes)
703 (tramp-adb-handle-insert-directory)
704 (tramp-adb-handle-file-name-all-completions): Use it.
705 (tramp-adb-get-toolbox): New defun. Check for remote shell
706 implementation (BusyBox or Toolbox).
707
dc646358
CK
7082012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
709
710 * startup.el (initial-buffer-choice): Allow function as value
711 (Bug#13251).
712 (command-line-1): Handle case where initial-buffer-choice
713 specifies a function.
714 * server.el (server-execute): Handle case where
715 initial-buffer-choice specifies a function.
716
e7d52a4d
LI
7172012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
718
719 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
720 its own function.
721 (smtpmail-try-auth-methods): Forget the user name/password if the
722 login is unsuccessful (bug#12424).
723
cdb07539
MA
7242012-12-22 Michael Albinus <michael.albinus@gmx.de>
725
1ef5f225
MA
726 * notifications.el (notifications-notify): Protect body with
727 `with-demoted-errors'.
728
96c052a5
SM
729 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
730 Check properties of remote device. Restart connection, if there is a
cdb07539
MA
731 change.
732
594f37aa
CY
7332012-12-21 Chong Yidong <cyd@gnu.org>
734
735 * sort.el (sort-subr): Doc fix (Bug#13056).
736
a4b0cca1 7372012-12-21 Bastien Guerry <bzg@gnu.org>
acc650b8 738
acc650b8
BG
739 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
740
0e9c7693
MA
7412012-12-21 Michael Albinus <michael.albinus@gmx.de>
742
743 * simple.el (process-file): Overwrite stderr file, if exists.
744
c6609164
DU
7452012-12-21 Daiki Ueno <ueno@gnu.org>
746
747 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3eb05092 748 (epg-error): Set `error-message' property.
c6609164 749
aa26f345
CY
7502012-12-21 Chong Yidong <cyd@gnu.org>
751
34b4b7eb
CY
752 * international/mule-cmds.el (read-char-by-name): Signal an error
753 if the user does not supply a valid character (Bug#13177).
754
aa26f345
CY
755 * simple.el (transpose-subr-1): Preserve marker positions by
756 changing the insertion sequence (Bug#13122).
757
05c22d87
KD
7582012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
759
760 * simple.el (kill-region): Deactivate mark even for empty regions
761 (Bug#13169).
762
f5733f87
CY
7632012-12-21 Chong Yidong <cyd@gnu.org>
764
765 * help-fns.el (describe-variable): Make sure we get the right
766 buffer name (Bug#13105). Suggested by Kelly Dean.
767
fab6916d
MM
7682012-12-20 Michael R. Mauger <mmaug@yahoo.com>
769
770 * comint.el (comint-redirect-previous-input-string): New variable.
771 (comint-redirect-setup, comint-redirect-cleanup)
772 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
773 (comint-redirect-preoutput-filter): Fix verbose message.
774
91b982a0
MA
7752012-12-20 Michael Albinus <michael.albinus@gmx.de>
776
777 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
778 is too long for Tramp. See discussion in
779 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
780
781 * progmodes/compile.el (compilation-start): Remove line escape
782 template.
783
87523aed
DA
7842012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
785
786 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
787 Adjust comment.
788
ee3c0aec
JB
7892012-12-19 Jonas Bernoulli <jonas@bernoul.li>
790
791 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
792 following non-comment text (bug#13207).
793 (lm-header-multiline): Continuation lines need to be indented more than
794 the first line.
795 (lm-homepage): New function.
796 (lm-with-file): Don't be confused if narrowing is in effect.
f4d79bd0 797
4a74c818
SM
7982012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
799
f4d79bd0
SM
800 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
801 very beginning of a hunk (e.g. killing the first line).
802
3c532af6
MA
8032012-12-19 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
806 and text properties from returned ACL string.
807 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
808 for "setfacl" command.
809
e0d01ef3
MA
8102012-12-18 Michael Albinus <michael.albinus@gmx.de>
811
812 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
813 `tramp-cleanup-this-connection', when the process has died.
814 (Bug#13151)
815
2387610d
SM
8162012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
819
19156242
KR
8202012-12-17 Kevin Ryde <user42@zip.com.au>
821
822 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
823
53b6a8b1
MA
8242012-12-17 Michael Albinus <michael.albinus@gmx.de>
825
826 Add support for preserving ACL entries of files.
827
828 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
829 `set-file-acl' handlers.
830
19156242
KR
831 * net/tramp-adb.el (tramp-adb-handle-copy-file):
832 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 833
19156242
KR
834 * net/tramp-compat.el (tramp-compat-copy-file):
835 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 836
19156242
KR
837 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
838 Add `file-acl' and `set-file-acl' handlers.
839 (tramp-gvfs-handle-copy-file):
840 Handle PRESERVE-EXTENDED-ATTRIBUTES.
841 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
842 New defuns.
53b6a8b1 843
19156242
KR
844 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
845 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
846 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
847 (tramp-sh-handle-set-file-acl): New defuns.
19156242
KR
848 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
849 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 850
19156242
KR
851 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
852 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
853 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
854
6ae57a67
KD
8552012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
856
857 * help-macro.el (make-help-screen): Instead of switch-to-buffer
19156242 858 use pop-to-buffer with NORECORD argument t. As buffer name, use
6ae57a67
KD
859 *Metahelp* with a leading space (Bug#13190).
860
7c3d167f
RF
8612012-12-16 Romain Francoise <romain@orebokech.com>
862
863 * files.el (file-extended-attributes)
864 (set-file-extended-attributes): New functions.
865 (backup-buffer): Use them to handle both SELinux context and ACL
866 entries.
867 (backup-buffer-copy): Work with an alist of extended attributes,
868 rather than an SELinux context.
869 (basic-save-buffer-2): Ditto.
870
19b748ad
TM
8712012-12-16 Timo Myyrä <timo.myyra@gmail.com>
872
873 * battery.el (battery-bsd-apm): New function.
874
70042c64
JB
8752012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
876
877 * calc/calc.el (calc-standard-date-formats): Adjust one of the
878 standard date formats.
879
279f9b06
JL
8802012-12-15 Juri Linkov <juri@jurta.org>
881
882 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
883 `isearch-insert-char-by-name'.
884 (with-isearch-suspended): New defmacro with body mostly from
885 `isearch-edit-string' except the part that sets
886 `isearch-new-string' and `isearch-new-message'.
887 (isearch-edit-string): Use new macro `with-isearch-suspended' with
888 body that sets `isearch-new-string' and `isearch-new-message'.
889 (isearch-insert-char-by-name): New command.
890 * international/mule-cmds.el (read-char-by-name): Let-bind
891 `enable-recursive-minibuffers' to t.
892 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
893
8370def5
JL
8942012-12-15 Juri Linkov <juri@jurta.org>
895
896 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
897 (Bug#13175)
898
178fb95d
CS
8992012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
900
901 * dired-x.el (dired-guess-shell-command): Put colon at the end of
902 the prompt. (Bug#13045)
903
a5f74442
GM
9042012-12-14 Glenn Morris <rgm@gnu.org>
905
906 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
907 Try to include filename in non-bytecomp warning. (Bug#13132)
908
97976f9f
PE
9092012-12-14 Paul Eggert <eggert@cs.ucla.edu>
910
911 Fix permissions bugs with setgid directories etc. (Bug#13125)
912 * files.el (backup-buffer): Don't rely on 9th output of
913 file-attributes, as it's now a placeholder. Instead, use the new
914 optional arg of file-ownership-preserved-p.
915 (file-ownership-preserved-p): New optional arg GROUP.
916 Fix mishandling of setuid directories that would cause this
917 function to return t when it should have returned nil.
918 Document what happens if the file does not exist, and when
919 it's not known whether the ownership will be preserved.
920 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
921 Likewise.
922 (tramp-get-local-gid): Use group-gid for integer, as that's
923 faster and more reliable.
924
016b2a42
JD
9252012-12-14 Julien Danjou <julien@danjou.info>
926
19156242
KR
927 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
928 Update keywords list, data type and PL/pgSQL.
016b2a42 929
665e5e07
DA
9302012-12-14 Dave Abrahams <dave@boostpro.com>
931
932 * vc/ediff-util.el (ediff-buffer-type): New function.
933 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
934 rather than taking it as as argument.
935 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
936
d72e9e92
RC
9372012-12-14 Ryan Crum <ryan.crum@eleostech.com>
938
939 * json.el: Add pretty-print option (bug#12634).
940 (json-encoding-separator, json-encoding-default-indentation)
941 (json--encoding-current-indentation, json-encoding-pretty-print)
942 (json-encoding-lisp-style-closings): New vars.
943 (json--with-indentation): New macro.
944 (json-encode-hash-table, json-encode-alist, json-encode-plist)
945 (json-encode-array): Use it to obey json-encoding-pretty-print.
946 (json-pretty-print-buffer, json-pretty-print): New commands.
947
dbb530d9
DG
9482012-12-14 Dmitry Gutov <dgutov@yandex.ru>
949
950 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
951 Extract `ruby-syntax-propertize-expansions'.
952 (ruby-syntax-propertize-expansions): Only change syntax on
953 certain string delimiters, to punctuation. This way the common
954 functions like forward-word and thing-at-point still work.
955 (ruby-match-expression-expansion): Improve readability.
bb808526
DG
956 (ruby-block-contains-point): New function.
957 (ruby-add-log-current-method): Handle several edge cases.
dbb530d9 958
ce0440ff
JB
9592012-12-13 Juanma Barranquero <lekktu@gmail.com>
960
961 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
962 unload-feature finishes even when aborting an ongoing edebug session.
963 Also, do not worry about edebug-mode, unload-feature takes care of it.
964
f10331bf
AS
9652012-12-13 Andreas Schwab <schwab@suse.de>
966
967 * net/tls.el (tls-program): Update customize type.
968
5f3a3bb1
JB
9692012-12-13 Juanma Barranquero <lekktu@gmail.com>
970
971 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
972 (edebug-setup-hook, cl-read-load-hooks): Use it.
973 (edebug-unload-function): New function. (Bug#13163)
974
6ce21463
MA
9752012-12-13 Michael Albinus <michael.albinus@gmx.de>
976
977 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
978 Otherwise, there could be errors in autoloading. (Bug#13151)
979
d754b364
JH
9802012-12-13 Jürgen Hötzel <juergen@archlinux.org>
981
982 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
983 sequences.
984
727f9739 9852012-12-13 Alan Mackenzie <acm@muc.de>
14b8c3d9
AM
986
987 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
988 * progmodes/cc-engine.el (c-backward-comments): Add code to work
989 around `forward-comment' not recognizing ^M as whitespace.
990
727f9739 9912012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2c43a9ad
FEG
992
993 * progmodes/python.el (python-skeleton-class)
994 (python-skeleton-def): Do not add space after defun name.
995
eb8006c6
SM
9962012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
999 (cl--symbol-function): Remove (now that funbound is like nil).
1000
4c74b1e4
GM
10012012-12-12 Glenn Morris <rgm@gnu.org>
1002
1003 * button.el (button--area-button-p): Fix typo.
1004
37f38bca
SS
10052012-12-12 Sam Steingold <sds@gnu.org>
1006
1007 * frame.el (frame-maximization-style): New user option.
1008 (toggle-frame-maximized): Toggle frame maximization according to
1009 `frame-maximization-style', bound to <f11>.
1010 (cycle-frame-maximized): Cycle between all maximization styles and
1011 non-maximized frame, bound to shift-<f11>.
1012
fd49a218
DC
10132012-12-12 David Cadé <codename68@gmail.com>
1014
1015 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1016
69e1c203
JB
10172012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1018
1019 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1020 (eieio-override-prin1): Don't quote kewords and booleans.
1021 (object-write) <eieio-default-superclass>: Don't put closing parens
1022 on new line, avoid needless empty lines, align values that are objects
1023 with the slot keyword (instead of beginning on the same line).
1024 (eieio-list-prin1): Align value with slot keyword; increase
1025 eieio-print-depth before printing members of the list.
1026
4b0df848
SM
10272012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1028
030f4af5
SM
1029 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1030 a display text-property.
1031 (report-emacs-bug-hook): Don't bother deleting it any more.
1032
6ac1f8ca
SM
1033 * hilit-chg.el (highlight-save-buffer-state): Delete.
1034 Use with-silent-modifications instead.
1035 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1036
4b0df848
SM
1037 * button.el: Handle buttons in display text-properties.
1038 (button--area-button-p, button--area-button-string):
1039 Use (STRING . STRING-POS) representation instead of just STRING.
1040
d46d2d3a
EZ
10412012-12-11 Eli Zaretskii <eliz@gnu.org>
1042
1043 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1044 subdirectory be skipped.
1045
a0099d31
GM
10462012-12-11 Glenn Morris <rgm@gnu.org>
1047
36327e4f
GM
1048 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1049
a0099d31
GM
1050 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1051 Treat preprocessor lines embedded in continuations like comments.
1052 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1053
ff3f6c26
JB
10542012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1055
1056 * calc/calc.el (calc-standard-date-formats): Add more date
1057 formats.
1058 * calc/calc-forms.el (math-parse-iso-date): New function.
1059 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1060 (math-parse-iso-date-validate): Add extra error checking.
1061 (calc-date-notation): Add ability to access new date formats.
1062
ed6f2cd4
SM
10632012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1066 font-lock as well as when there's no text-property.
1067
c868b919
J
10682012-12-10 Jambunathan K <kjambunathan@gmail.com>
1069
1070 * hi-lock.el: Refine the choice of default face.
1071 (hi-lock-keyword->face): New function. Use it wherever we used
1072 cadadadr instead.
1073 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1074 (hi-lock--last-face): Remove var.
1075 (hi-lock--unused-faces): New var to replace it.
1076 (hi-lock-read-face-name): Use/maintain it.
1077 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1078 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1079 if it has another face.
1080
2b8c9064
EZ
10812012-12-10 Eli Zaretskii <eliz@gnu.org>
1082
1083 * subr.el (w32notify-handle-event): New function.
1084 (inotify-handle-event): Doc fix.
1085
81606b10
RS
10862012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1087
1088 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1089
265c2fbf 10902012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
1091
1092 * simple.el (just-one-space): Doc fix.
1093
265c2fbf 10942012-12-10 Eli Zaretskii <eliz@gnu.org>
8d43bd30 1095
c868b919 1096 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
8d43bd30 1097
265c2fbf 10982012-12-10 Le Wang <l26wang@gmail.com>
3a21537c
LW
1099
1100 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1101 narrowed buffer (bug#12361).
1102
265c2fbf 11032012-12-10 Juanma Barranquero <lekktu@gmail.com>
bf741d33
JB
1104
1105 * vc/vc-hooks.el (vc-state): Doc fix.
1106
265c2fbf 11072012-12-10 Glenn Morris <rgm@gnu.org>
07026166
GM
1108
1109 * mail/rmail.el (rmail-maybe-display-summary):
1110 Preserve buffer, in case select-window changes it. (Bug#13066)
1111
265c2fbf 11122012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
82e1f390
SM
1113
1114 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1115 cl-load-hook where they belong.
1116
bad162fd
SM
11172012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1120
ca065258
EZ
11212012-12-09 Eli Zaretskii <eliz@gnu.org>
1122
1123 Parallelize byte compilation on MS-Windows.
1124 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
bad162fd 1125 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
ca065258
EZ
1126 (WINS_BASIC): Define as concatenation of the above.
1127 (compile): Subdivide into 4 separate and independent jobs that can
1128 be run in parallel.
1129 (compile0-CMD, compile0-SH): New targets for compiling
1130 COMPILE_FIRST files, which are prerequisites for the rest of the
1131 byte-compilation.
bad162fd
SM
1132 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1133 New targets for parallel compilation with cmd.exe.
ca065258
EZ
1134 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1135 compiling under a Unixy shell.
1136
5dea55d2
CY
11372012-12-09 Chong Yidong <cyd@gnu.org>
1138
1139 * simple.el (set-mark-default-inactive): Delete this
1140 accidentally-introduced option.
1141 (set-mark-command, exchange-point-and-mark): Remove calls.
1142
c6c08d3f
GM
11432012-12-09 Glenn Morris <rgm@gnu.org>
1144
1145 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1146 Respect a defcustom's :set function, if appropriate. (Bug#109)
1147 (eval-defun): Doc fix.
1148
858aab4c
JL
11492012-12-08 Juri Linkov <juri@jurta.org>
1150
1151 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1152 (Info-fontify-node, Info-bookmark-make-record): Remove the
1153 file extension from Info-current-file (Bug#13016).
1154
2e4ad7e5
SM
11552012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1158 point, still provide some default.
1159 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1160 names, since we don't use it right now. Actually return the list.
1161 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1162
75498db0
CY
11632012-12-07 Chong Yidong <cyd@gnu.org>
1164
ffe7ba8f
CY
1165 * novice.el (disabled-command-function): Remove a spurious help
1166 xref (Bug#13043). Suggested by Kelly Dean.
1167
454eb095
CY
1168 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1169 syntax is specified (Bug#13025).
1170
75498db0
CY
1171 * info.el (Info-set-mode-line): Remove the file extension from
1172 Info-current-file if there is one (Bug#13016).
1173
13a40633
GM
11742012-12-07 Glenn Morris <rgm@gnu.org>
1175
54c8b5ba
GM
1176 * mail/rmail.el (rmail-mime-decoded): New permanent local.
1177 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1178 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1179 and rmail-mime-decoded. (Bug#9841)
1180
13a40633
GM
1181 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
1182 (batch-unrmail, unrmail): Doc fixes.
1183 (unrmail): Respect unrmail-mbox-format.
1184 * mail/rmail.el (rmail-mbox-format): New option.
1185 (rmail-show-message-1): Respect rmail-mbox-format.
1186
4611a3cc
SM
11872012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1190
1812c724
SM
11912012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1192
338bfefa
SM
1193 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
1194 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1195 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1196 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1197 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1198 (cl-progv): Don't rely on dynamic scoping to find the body.
1199 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1200 (cl--proclaims-deferred): Rename from the "cl-" prefix.
1201 (cl-declaim): Use backquotes.
1202 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1203 Use "cl--" prefix for the object's tag.
1204
1812c724
SM
1205 * ses.el: Use advice-add/remove.
1206 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1207 (copy-region-as-kill, yank): Use advice-add.
1208 (ses-unload-function): Use advice-remove.
1209
24fc9480
JB
12102012-12-06 Jonas Bernoulli <jonas@bernoul.li>
1211
1212 * button.el: Make them work in header-lines (bug#12817).
1213 (button-map): Add bindings for header-line and mode-line use.
1214 (button-get, button-put, button-label): `button' may now be a string.
1215 (button-activate): Don't make it a defsubst.
1216 (button--area-button-p, button--area-button-string): New functions.
1217 (make-text-button): Fix the return value when `beg' was a string.
1218 (push-button): Handle the mode-line case.
1219
853c1ffc
SM
12202012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1221
93852cb0
SM
1222 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1223 (sql-signum): Remove. Use `cl-signum' instead.
1224 (sql-read-passwd): Remove; use read-passwd instread.
1225 (sql-get-login-ext): Use read-string.
1226 (sql-get-login): Use dolist and pcase.
1227 (sql--completion-table): Rename from sql-try-completion.
1228 Use complete-with-action.
1229 (sql-mode): Don't change abbrev-all-caps globally.
1230 (sql-connect): Don't rely on dynamic scoping for `new-name'.
1231 (sql-postgres-completion-object): Initialize vars in their `let'.
1232 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1233 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1234 (sql-comint-interbase): Use a single append, without setq.
1235 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
1236
853c1ffc
SM
1237 * hi-lock.el: Rework the default face and the serialize regexp code.
1238 (hi-lock--auto-select-face-defaults): Remove.
1239 (hi-lock-string-serialize-serial): Remove.
1240 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
1241 make weak.
1242 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
1243 equal string.
1244 (hi-lock-set-pattern): Adjust accordingly.
1245 (hi-lock--regexps-at-point): Simplify accordingly.
1246 (hi-lock--auto-select-face-defaults): Remove.
1247 (hi-lock--last-face): New var to replace it.
1248 (hi-lock-read-face-name): Rewrite (bug#11095).
1249 (hi-lock-unface-buffer): Arrange for the face to be the next default.
1250
5504e2c7
MA
12512012-12-06 Michael Albinus <michael.albinus@gmx.de>
1252
853c1ffc
SM
1253 * net/tramp.el (tramp-replace-environment-variables):
1254 Hide compiler warning.
5504e2c7
MA
1255 (tramp-file-name-for-operation): Remove `executable-find',
1256 `start-process', `call-process' and `call-process-region'.
1257
853c1ffc 1258 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5504e2c7
MA
1259
1260 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
1261 compatibility.
1262
1263 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
1264
e1d51545
CY
12652012-12-06 Chong Yidong <cyd@gnu.org>
1266
1267 * ffap.el (ffap-replace-file-component): Fix typo.
1268
d8ad4d3f 12692012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
ef54d315
SM
1270
1271 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
1272 fix open-paren-like token test (bug#12785).
1273
d8ad4d3f 12742012-12-06 Glenn Morris <rgm@gnu.org>
52d129cd
GM
1275
1276 * mail/rmailsum.el (rmail-new-summary): Tweak for
1277 rmail-maybe-display-summary changing buffer. (Bug#13066)
1278
d8ad4d3f 12792012-12-06 Juri Linkov <juri@jurta.org>
68bf4e09
JL
1280
1281 * info.el (Info-fontify-node): Don't hide the last newline.
1282 (Bug#12272)
1283
9ad948e2
KY
12842012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
1287 so as to enable message-read-from-minibuffer to expand mail aliases.
1288
4b5c89ee
SM
12892012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
1292 the `intangible' property.
1293 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
1294
5602a53a
DD
12952012-12-05 Deniz Dogan <deniz@dogan.se>
1296
1297 * net/rcirc.el (rcirc-urls): Update documentation.
1298 (rcirc-condition-filter): New function.
1299 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
1300 and exclude consecutive duplicate URLs (Bug#6082).
1301
51b890ac
MA
13022012-12-05 Michael Albinus <michael.albinus@gmx.de>
1303
d5f97f62
MA
1304 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1305 Check return code of copy command.
1306
853c1ffc
SM
1307 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
1308 Use group `tramp'. Add version.
51b890ac 1309
04b14f2b
CY
13102012-12-05 Chong Yidong <cyd@gnu.org>
1311
a3680194
CY
1312 * ffap.el (ffap-url-regexp): Don't require matching at front of
1313 string (Bug#4952).
1314 (ffap-url-p): If only a substring matches, return that.
1315 (ffap-url-at-point): Use the return value of ffap-url-p.
1316 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
1317 (find-file-at-point, dired-at-point, dired-at-point-prompter)
1318 (ffap-guess-file-name-at-point): Likewise.
1319 (ffap-replace-file-component): Fix typo.
1320
04b14f2b
CY
1321 * info.el (info-display-manual): Add existing Info buffers, whose
1322 files may not be in Info-directory-list, to the completion.
1323 (info--manual-names): New helper function.
1324
49596095
GM
13252012-12-05 Glenn Morris <rgm@gnu.org>
1326
1327 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
1328 New functions, for detecting and resolving conflicts. (Bug#10709)
1329
b85aec93
J
13302012-12-04 Jambunathan K <kjambunathan@gmail.com>
1331
1332 * hi-lock.el (hi-lock-auto-select-face): New user variable.
1333 (hi-lock-auto-select-face-defaults): New buffer local variable.
1334 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
1335 (hi-lock-unface-buffer): Prompt user with useful defaults.
1336 With prefix arg, unhighlight all hi-lock patterns in buffer.
1337
8515507f
SM
13382012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
1341
72cebfb7
MA
13422012-12-04 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * Makefile.in (TRAMP_SRC):
1345 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
1346
0ec3f7ea
JH
13472012-12-04 Juergen Hoetzel <juergen@archlinux.org>
1348
1349 * net/tramp-adb.el: New package.
1350
770de7cf
CY
13512012-12-04 Chong Yidong <cyd@gnu.org>
1352
ce3e7725
CY
1353 * terminal.el: Move to obsolete/.
1354
770de7cf
CY
1355 * longlines.el: Move to obsolete/.
1356
1357 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1358 Remove code referring to longlines mode.
1359
c38a186c
JL
13602012-12-03 Juri Linkov <juri@jurta.org>
1361
1362 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
1363
329bfd64
AM
13642012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1365
1366 * textmodes/ispell.el (ispell-init-process)
475eea6f
AM
1367 (ispell-start-process, ispell-internal-change-dictionary):
1368 Make sure personal dictionary name is expanded after initial
1369 `default-directory' value. Use expanded strings for
1370 keep/restart checks and for value (Bug#13019).
329bfd64 1371
77a74935
JB
13722012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1373
1374 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1375
c5bc2d1d 13762012-12-03 Leo Liu <sdl.web@gmail.com>
ff3d86d0
LL
1377
1378 * files.el (dir-locals-read-from-file): Check file non-empty
1379 before reading. (Bug#13038)
1380
c5bc2d1d 13812012-12-03 Glenn Morris <rgm@gnu.org>
6247eff5
GM
1382
1383 * jka-cmpr-hook.el (jka-compr-get-compression-info):
1384 Remove any version extension before checking filename. (Bug#13006)
1385 (jka-compr-compression-info-list): Belated :version bump.
1386
c5bc2d1d 13872012-12-03 Chong Yidong <cyd@gnu.org>
a5bf43ba 1388
8ecba97d
CY
1389 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
1390
a5bf43ba
CY
1391 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
1392 (buffer-menu): Doc fix (Bug#12294).
1393
c5bc2d1d 13942012-12-03 Roland Winkler <winkler@gnu.org>
34755291
RW
1395
1396 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
1397 of diary-show-all-entries in the diary buffer (Bug#12994).
1398
c5bc2d1d 13992012-12-03 Michael Albinus <michael.albinus@gmx.de>
c2f5b60a
MA
1400
1401 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
1402 "<STDIN>". This is binary safe.
1403
682ceaf8
JB
14042012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1405
1406 * calc/calc-forms.el (math-absolute-from-iso-dt)
1407 (math-date-to-iso-dt, math-parse-iso-date-validate)
1408 (math-iso-dt-to-date): New functions.
1409 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
1410 (math-fd-isoweekday): New variables.
1411 (calc-date-notation, math-parse-standard-date, math-format-date)
1412 (math-format-date-part): Add support for more formatting codes.
1413
db47d5e9
DG
14142012-12-02 Dmitry Gutov <dgutov@yandex.ru>
1415
1416 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
1417 current buffer's file name when called interactively (Bug#12488).
1418
3faf4944
JL
14192012-12-02 Juri Linkov <juri@jurta.org>
1420
1421 * info.el (info-display-manual): Don't clobber an existing Info
010db6da 1422 buffer (Bug#10770). Add completion (Bug#10771).
3faf4944 1423
cb5d51dc
YN
14242012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
1425
1426 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
1427 before using it for comparison (Bug#5297).
1428
f38cd76e
JA
14292012-12-01 Jari Aalto <jari.aalto@cante.net>
1430
1431 * textmodes/css-mode.el (css-current-defun-name): New function.
1432 (css-mode): Use it.
1433
1434 * textmodes/sgml-mode.el (html-current-defun-name): New function.
1435 (html-mode): Use it.
1436
ba03d0d9
CY
14372012-12-01 Chong Yidong <cyd@gnu.org>
1438
1439 Modularize add-log-current-defun (Bug#2224).
1440 Suggested by Jari Aalto.
1441
1442 * vc/add-log.el (add-log-current-defun-function): Doc fix.
1443 (add-log-current-defun): Move mode-specific code to other files.
1444 (add-log-lisp-like-modes, add-log-c-like-modes)
1445 (add-log-tex-like-modes): Variables deleted.
1446
1447 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
1448 (lisp-mode-variables): Use it.
1449
1450 * progmodes/cc-mode.el (c-common-init):
1451 * progmodes/cperl-mode.el (cperl-mode): Set a value for
1452 add-log-current-defun-function.
1453
1454 * progmodes/m4-mode.el (m4-current-defun-name): New function.
1455 (m4-mode): Use it.
1456
1457 * progmodes/perl-mode.el (perl-current-defun-name): New.
1458 (perl-mode): Use it.
1459
853c1ffc
SM
1460 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1461 Use lisp-current-defun-name.
ba03d0d9
CY
1462
1463 * textmodes/tex-mode.el (tex-current-defun-name): New.
1464 (tex-common-initialization): Use it.
1465
1466 * textmodes/texinfo.el (texinfo-current-defun-name): New.
1467 (texinfo-mode): Use it.
1468
92eadba5
CY
14692012-12-01 Chong Yidong <cyd@gnu.org>
1470
1471 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
1472 * progmodes/autoconf.el (autoconf-mode):
1473 * progmodes/js.el (js-mode):
1474 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
1475 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
1476 * progmodes/perl-mode.el (perl-mode):
1477 * progmodes/sh-script.el (sh-mode, sh-set-shell):
1478 * textmodes/css-mode.el (css-mode):
1479 * textmodes/sgml-mode.el (html-mode, sgml-mode)
1480 (sgml-tags-invisible, sgml-guess-indent):
1481 * textmodes/tex-mode.el (tex-common-initialization)
1482 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
1483 (doctex-mode, plain-tex-mode, latex-mode):
1484 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
1485
3ddbf803
KK
14862012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
1487
1488 * vc/vc-hg.el (vc-hg-next-revision):
1489 Ensure use of default "tip" output format. (Bug#6968)
1490
f0b6ae63
KS
14912012-12-01 Kim F. Storm <storm@cua.dk>
1492
1493 * startup.el (fancy-startup-tail): Add a clickable link
1494 (Bug#2176).
1495
c01bf73e
CY
14962012-12-01 Chong Yidong <cyd@gnu.org>
1497
1498 * startup.el (fancy-startup-tail): Improve the message about
1499 auto-save files (Bug#2176).
1500
f0b6ae63
KS
1501 * files.el (recover-session): Improve the descriptive message, and
1502 use substitute-command-keys.
1503
a9400458
GM
15042012-12-01 Glenn Morris <rgm@gnu.org>
1505
1506 * ido.el (ido-file-internal):
1507 Handle other-window, other-frame for dired. (Bug#13036)
1508
fb3bf6ce
GM
15092012-11-30 Glenn Morris <rgm@gnu.org>
1510
1511 * icomplete.el (icomplete-separator): Fix :version.
1512
a813fe3f
CY
15132012-11-30 Chong Yidong <cyd@gnu.org>
1514
1515 * shell.el (shell): For C-u M-x shell, use an inactive shell
1516 buffer as the default (Bug#1975).
276479fd
CY
1517 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
1518 (shell-mode): Use them to reapply ansi colorization if Shell mode
1519 is re-enabled.
a813fe3f 1520
a8b733a5
CY
15212012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
1522
1523 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
1524
6fccd6e8
SB
15252012-11-30 Samuel Bronson <naesten@gmail.com>
1526
1527 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
1528 flag to xargs, for compatibility with BSD xargs (Bug#11703).
1529
53c9a337
TT
15302012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1531
1532 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
1533 by move-to-column (Bug#3234).
1534
ccf520bb
CY
15352012-11-30 Chong Yidong <cyd@gnu.org>
1536
1537 * longlines.el (longlines-wrap-line, longlines-encode-region):
1538 Preserve text properties (Bug#1425).
1539
171b0949
OT
15402012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1541
1542 * vc/vc.el (vc-register): Allow registering a file which is
1543 already registered with a different backend (Bug#10589).
1544
cc37e70f
J
15452012-11-29 Jambunathan K <kjambunathan@gmail.com>
1546 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * icomplete.el: Change separator; add ido-style commands.
1549 (icomplete-show-key-bindings): Remove custom var.
1550 (icomplete-get-keys): Remove function.
1551 (icomplete-forward-completions, icomplete-backward-completions):
1552 New commands.
1553 (icomplete-minibuffer-map): New var.
1554 (icomplete-minibuffer-setup): Use it.
1555 (icomplete-exhibit): Don't delay if the list of completions is known.
1556 (icomplete-separator): New custom.
1557 (icomplete-completions): Use it.
1558 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
1559 (minibuffer-force-complete-and-exit): New command.
1560 (minibuffer--complete-and-exit): New function extracted from
1561 minibuffer-complete-and-exit.
1562 (minibuffer-complete-and-exit): Use it.
83e12fe0
SM
1563
1564 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
1565 error message when the file doesn't exist (bug#12974).
1566
31646597
KD
15672012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1568
1569 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
1570
e9df8f87
GM
15712012-11-29 Glenn Morris <rgm@gnu.org>
1572
824eefe4
GM
1573 * files.el (hack-dir-local-variables): Warn if try to set
1574 coding via dir-locals, since it doesn't work. (Bug#7169)
1575
4ad900d9
GM
1576 Add desktop support for restoring vc-dir buffers. (Bug#10606)
1577 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
1578 Set buffer-local value of desktop-save-buffer.
1579 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
1580 New functions.
1581 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
1582 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
1583
e9df8f87
GM
1584 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
1585 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
1586 Doc fix.
1587 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
1588 Doc fixes.
1589
e7c8fcc4
JB
15902012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1591
1592 * calc/calc-forms.el (calc-date-notation): Fix regexp
1593 used to find time codes. Fix symbol for seconds.
1594
48d6d9c0
GM
15952012-11-27 Glenn Morris <rgm@gnu.org>
1596
1597 * emacs-lisp/derived.el (derived-mode-make-docstring):
1598 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
1599
369f945d
SM
16002012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * textmodes/table.el (table-insert): Don't use `symbol-name' on
1603 lexically scoped variables (bug#13005).
1604
5c9cf0a3 16052012-11-27 Glenn Morris <rgm@gnu.org>
98f99594 1606
999e745e
GM
1607 * vc/vc-hooks.el (vc-mistrust-permissions):
1608 Default to t, to avoid data-loss. (Bug#11490)
98f99594 1609
5c9cf0a3 16102012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
207cb73c 1611
999e745e
GM
1612 * progmodes/python.el (python-indent-guess-indent-offset):
1613 If indentation is guessed make python-indent-offset buffer-local.
1614
207cb73c 1615 Fix Imenu regression.
999e745e
GM
1616 * progmodes/python.el (python-nav-beginning-of-defun):
1617 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
1618 (python-imenu-prev-index-position): New function.
1619
5c9cf0a3 16202012-11-27 Eli Zaretskii <eliz@gnu.org>
33a488e4
EZ
1621
1622 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
1623
1624 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 1625 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 1626
5c9cf0a3 16272012-11-27 Glenn Morris <rgm@gnu.org>
50207191
GM
1628
1629 * hippie-exp.el (hippie-expand-try-functions-list):
1630 Re-autoload it. (Bug#12982)
1631
5c9cf0a3 16322012-11-27 Eli Zaretskii <eliz@gnu.org>
2147c6ab 1633
369f945d
SM
1634 * descr-text.el (describe-char-padded-string):
1635 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 1636
5c9cf0a3 16372012-11-27 Andreas Schwab <schwab@linux-m68k.org>
58b1ae1e
AS
1638
1639 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
1640 and obsoletion message.
1641
5c9cf0a3 16422012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
35a10516
SM
1643
1644 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
1645 the constructs to keep outside of the `cl-block' (bug#12977).
1646
5c9cf0a3 16472012-11-27 Chong Yidong <cyd@gnu.org>
0c5ef133
CY
1648
1649 * mouse.el (mouse-drag-line): Even if the line is not draggable,
1650 keep reading until we get the up-event anyway, in order to process
1651 the up-event for mouse-1-click-follows-link (Bug#12971).
1652
848a2dd1
SM
16532012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1656 base function is not yet defined (bug#12965).
1657 (ad-activate-advised-definition): Use ad-compile-function.
1658 (ad-activate): Use cond.
1659
9ad79506
LL
16602012-11-25 Leo Liu <sdl.web@gmail.com>
1661
1662 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1663 (Bug#12979)
1664
e2cb57f5
VB
16652012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1666
1667 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1668 reftex-section-info-function in order to be compatible with
1669 Texinfo integration.
1670
1671 * textmodes/reftex.el (reftex-section-pre-regexp)
848a2dd1
SM
1672 (reftex-section-post-regexp, reftex-section-info-function):
1673 New variable.
1674 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1675 reftex-section-post-regexp, and reftex-section-info-function in order
1676 to be compatible with Texinfo integration.
1677
1678 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1679 use reftex-section-pre-regexp variable in order to be compatible with
e2cb57f5
VB
1680 Texinfo integration.
1681
1c4f115d
CY
16822012-11-25 Chong Yidong <cyd@gnu.org>
1683
1684 * faces.el: Make face-spec-set more analogous to setq.
1685 (face-spec-set): Change the third arg to specify whether this
1686 function is being called via defface, customize, or a third party.
1687 Set the appropriate symbol properties. Clear the override spec if
1688 setting via Custom. Initialize face if necessary. (Bug#4988)
1689 (face-spec-recalc): Allow theme faces to completely replace the
1690 defface spec, in the same way as custom faces (Bug#8454).
1691
1692 * cus-face.el (custom-declare-face): Move face initialization to
1693 face-spec-set.
1694 (custom-theme-set-faces): Don't initialize the face name here, as
1695 that is now done in face-spec-set.
1696
1697 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1698 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1699 Simplify by using the new arg to face-spec-set.
1700
1701 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1702 reset face-override-spec too, and use custom-declare-face.
1703
c2350548
JD
17042012-11-24 Jan Djärv <jan.h.d@swipnet.se>
1705
1706 * term/ns-win.el (ns-initialize-window-system): Move creation of
1707 fontsets here (Bug#11964).
1708
ecfc364c
VB
17092012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1710
1711 * ses.el (ses-rename-cell): Correct bug on mode-line update after
1712 cell renaming.
1713
0917cc54
CY
17142012-11-24 Chong Yidong <cyd@gnu.org>
1715
433212bf
CY
1716 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1717 obsolete.
1718
0917cc54
CY
1719 * custom.el (custom-theme-set-variables): Use a topological sort
1720 for ordering by custom dependencies (Bug#12952).
1721 (custom--sort-vars, custom--sort-vars-1): New functions.
1722
d125ca15 17232012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
002c019c
SM
1724
1725 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1726 lexical-binding (bug#12938).
1727
d125ca15 17282012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
977f9325
WJ
1729
1730 * image-mode.el (image-transform-check-size): Use assertions only
1731 for images of type imagemagick.
1732
1733 Otherwise no error, image-transform-fit-to-{width,height} is
1734 silently ignored, as before. Doc fix.
1735
d125ca15 17362012-11-24 Chong Yidong <cyd@gnu.org>
bccffa83
CY
1737
1738 * faces.el (color-defined-p): Doc fix (Bug#12853).
1739
d125ca15 17402012-11-24 Juri Linkov <juri@jurta.org>
61a2a122
JL
1741
1742 * dired.el (dired-mark): Add optional arg `interactive'.
1743 Check for `use-region-p' if `interactive' is non-nil.
1744 (dired-unmark, dired-flag-file-deletion): Add optional arg
1745 `interactive'. Call `dired-mark' with the arg `interactive'.
1746 (Bug#10624)
1747
cc4c01bd
JL
1748 * wdired.el: Revert 2012-10-17 change partly and replace it with
1749 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1750 (wdired-finish-edit): Add marks for new file names to
1751 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1752 after `revert-buffer'.
1753 (wdired-do-renames): Remove calls to `dired-remove-file',
1754 `dired-add-file', `dired-add-entry'. (Bug#11795)
1755
d125ca15 17562012-11-24 Alan Mackenzie <acm@muc.de>
b03aabda 1757
dc310ed0
AM
1758 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1759
b03aabda
AM
1760 Fix bugs in the state cache. Enhance a debugging mechanism.
1761 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1762 "brace at column zero" strategy for C++.
1763 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1764 (c-parse-state-point): New variable.
1765 (c-record-parse-state-state): Record old parse state with
1766 `copy-tree'. Record previous value of point.
1767 (c-debug-parse-state-double-cons): New debugging function.
1768 (c-debug-parse-state): Call the above new function.
1769 (c-toggle-parse-state-debug): Output a confirmatory message.
1770
002c019c
SM
1771 * progmodes/cc-mode.el (c-before-change, c-after-change):
1772 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
1773 `c-after-change'.
1774
930a6273
CY
17752012-11-23 Chong Yidong <cyd@gnu.org>
1776
1777 * find-cmd.el (find-constituents): Add executable, ipath,
1778 readable, samefile, writable, daystart, regextype (Bug#12856).
1779
15c9d04e
SM
17802012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1783
2ecb2679
PE
17842012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1785
1786 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1787 definition. This fixes a bootstrap failure.
a14a5a40
PE
1788 (calc-gregorian-switch): In menu, put dates before regions.
1789 This is easier to follow, lines up better in the menu, and lets us
1790 coalesce regions that switch at the same time. Give country
15c9d04e
SM
1791 names, not "Vatican", as that's better for non-expert users.
1792 Use names that are stable between the date of switch and now, e.g.,
a14a5a40
PE
1793 Bohemia and Moravia (which existed then and now) and not
1794 Czechoslovakia (which didn't exist then and doesn't exist now).
1795 What is now the U.S. mostly did not switch at the same time as
1796 Britain, so omit the U.S. Correct spelling of "Britain".
1797 Catholic Switzerland was too much of a mess, so omit it.
2ecb2679 1798
723da6aa
JB
17992012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1800
1801 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1802 after the variable is changed.
1803
21fa2482
DC
18042012-11-21 Daniel Colascione <dancol@dancol.org>
1805
1806 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
b6096e85
DC
1807 in SQL declarations for font-lock.
1808 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
21fa2482 1809
3ca2f1bf
GM
18102012-11-21 Glenn Morris <rgm@gnu.org>
1811
1bf335cf
GM
1812 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1813 (face-italic-p): Add optional argument "inherit".
1814
3ca2f1bf
GM
1815 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1816 Remove -p suffix from names, for consistency with other set-face-*.
1817 (set-face-inverse-video): Fix interactive spec.
1818 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1819 * textmodes/table.el (table--update-cell-face):
1820 Use set-face-inverse-video rather than now obsolete alias.
1821
6ef2e5ef 18222012-11-21 Eli Zaretskii <eliz@gnu.org>
7cf95797
EZ
1823
1824 * simple.el (line-move): Don't call line-move-partial if
1825 scroll-conservatively is in effect. (Bug#12927)
1826
6ef2e5ef 18272012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
63f25172 1828
93b05041
SM
1829 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1830 Fallback on completion-at-point rather than
1831 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1832 (eshell-cmpl-initialize): Setup completion-at-point.
1833
1834 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1835
bc715d67
SM
1836 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1837
6ef2e5ef 18382012-11-21 Michael Albinus <michael.albinus@gmx.de>
d7f2a65c
MA
1839
1840 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1841 are remote, check out-of-band property for both.
1842
6ef2e5ef 18432012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
d1c0cddf
SM
1844
1845 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1846 code rewrite.
1847
6ef2e5ef 18482012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38 1849
535efd4a
PE
1850 More minor time fixes.
1851 * calendar/time-date.el: Commentary fix.
1852 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1853 too much other code depends on (0 0) time stamps.
1854 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1855 Add a couple of FIXME comments.
1856
0c93aa38
PE
1857 Minor cleanup for times as lists of four integers.
1858 * files.el (dir-locals-directory-cache):
1859 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1860 Doc fixes.
1861 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1862 * ps-bdf.el (bdf-file-newer-than-time):
1863 Process four-integers time stamps, not two. Doc fixes.
1864
23ba2705
SM
18652012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1866
2e31777b
SM
1867 * uniquify.el (uniquify-managed): Use defvar-local.
1868 (rename-buffer, create-file-buffer): Advise with advice-add.
1869 (uniquify-unload-function): Unadvise accordingly.
1870
8b62d742
SM
1871 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1872 (trace-buffer): Don't purecopy.
1873 (trace-entry-message, trace-exit-message): Add `context' arg.
1874 (trace--timer): New var.
1875 (trace-make-advice): Adjust for use in nadvice.
1876 Add `context' argument. Delay `display-buffer' via a timer.
1877 (trace-function-internal): Use advice-add.
1878 (trace--read-args): New function.
1879 (trace-function-foreground, trace-function-background): Use it.
1880 (trace-function): Rename to trace-function-foreground and redefine as
1881 an alias to that new name.
1882 (untrace-function, untrace-all): Adjust to the use of nadvice.
1883
5d0ccd95
SM
1884 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1885
3837d988
SM
1886 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1887
23ba2705
SM
1888 * subr.el (called-interactively-p-functions): New var.
1889 (internal--called-interactively-p--get-frame): New macro.
1890 (called-interactively-p, interactive-p): Rewrite in Lisp.
1891 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1892 (called-interactively-p-functions): Use it.
1893 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1894 (called-interactively-p-functions): Use it.
1895 * allout.el (allout-called-interactively-p): Don't assume
1896 called-interactively-p is a subr.
1897
b0636be7
GM
18982012-11-20 Glenn Morris <rgm@gnu.org>
1899
1900 * profiler.el (profiler-report-mode-map): Add a menu.
1901 No need to bind `q' because we derive from special-mode.
1902 (profiler-report-find-entry): Handle calls from the menu-bar.
1903
855b17af
SM
19042012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1905
14146222
SM
1906 * emacs-lisp/byte-run.el (defun-declarations-alist):
1907 Allow a compiler-macro to be a lambda expression.
1908
1909 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1910 eval-when-compile.
1911 (python-syntax-context): Add compiler-macro.
1912 (python-font-lock-keywords): Simplify with De Morgan.
1913
1000d895
SM
1914 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1915
ac5392dc
SM
1916 * files.el (load-file): Require match in minibuffer selection, as was
1917 the case in Emacs-20 before we changed the spec to allow .elc files
1918 (bug#12935).
1919
19dc7206
SM
1920 * json.el: Don't require cl since we don't use it.
1921 * color.el: Don't require cl.
1922 (color-complement): `caddr' -> `nth 2'.
1923
855b17af
SM
1924 * calendar/time-date.el (time-to-seconds): De-obsolete.
1925
e8909bdc
JB
19262012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1927
1928 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1929 year numbers.
1930 (math-date-to-julian-dt): Adjust the initial approximation for the
1931 year to deal with the new definition of the DATE.
1932
6e9f7997
DC
19332012-11-19 Daniel Colascione <dancol@dancol.org>
1934
855b17af
SM
1935 * term/w32-win.el (cygwin-convert-path-from-windows):
1936 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6e9f7997 1937
6a3dd257
CY
19382012-11-18 Chong Yidong <cyd@gnu.org>
1939
1940 * filecache.el (file-cache--read-list): New function.
1941 (file-cache-add-directory-list, file-cache-add-file-list)
1942 (file-cache-delete-file-list, file-cache-delete-directory-list):
1943 Use it to read a list of files or directories (Bug#12846).
1944 (file-cache-add-file, file-cache-add-directory)
1945 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1946 (file-cache-delete-directory): Print an message.
1947
eef97f35
JB
19482012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1949
1950 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1951 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1952
913c8291
GM
19532012-11-18 Glenn Morris <rgm@gnu.org>
1954
1955 * image.el (insert-image, insert-sliced-image): Doc fix.
1956
2ac9538d 19572012-11-18 Chong Yidong <cyd@gnu.org>
ec6f8ce6
CY
1958
1959 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1960 (Bug#12810).
1961
2ac9538d 19622012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
c2d07557
CY
1963
1964 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1965 response when the target file is in a subdirectory (Bug#12757).
1966
2ac9538d 19672012-11-18 Chong Yidong <cyd@gnu.org>
33f8917c
CY
1968
1969 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1970
2ac9538d 19712012-11-18 Glenn Morris <rgm@gnu.org>
65463c40 1972
9a5e2ee3
GM
1973 * emacs-lisp/cl-lib.el (face-underline-p):
1974 Use set-face-underline rather than the alias set-face-underline-p.
1975
65463c40 1976 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
1977 * subr.el (with-output-to-temp-buffer):
1978 Add doc xref to with-temp-buffer-window.
65463c40 1979
c9ed8e3d
JB
19802012-11-18 Juanma Barranquero <lekktu@gmail.com>
1981
1982 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1983 * calc/calc.el (math-format-date-cache): Declare.
1984
310e60d9
PE
19852012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1986
6f6b82d6
PE
1987 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1988 It also uses January 1, 1 AD as its day number 1.
310e60d9 1989 * calc/calc-forms.el (math-julian-date-beginning)
6f6b82d6 1990 (math-julian-date-beginning-int): Implement this.
310e60d9 1991
d7fe6352
JB
19922012-11-17 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * descr-text.el (quail-find-key):
1995 * dired.el (desktop-file-name):
1996 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1997 * generic-x.el (comint-mode, comint-exec):
1998 * image-dired.el (widget-forward):
1999 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2000 (speedbar-change-expand-button-char)
2001 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2002 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2003 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2004 (widget-field-action, widget-value-set):
2005 * speedbar.el (imenu--make-index-alist):
2006 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2007 (ring-length, ring-insert):
2008 * vcursor.el (compare-windows-skip-whitespace):
2009 * woman.el (dired-get-filename):
2010 Declare functions.
2011
2012 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2013
c9f618db
JB
20142012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2015
2016 * calc/calc.el (calc-gregorian-switch): New variable.
2017
2018 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2019 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2020 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2021 (math-leap-year-p): Add option to distinguish between Julian
2022 and Gregorian calendars.
2023 (math-day-number): Use `math-day-in-year' to do the computations.
2024 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2025 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2026 to do the computations.
2027 (math-date-to-dt): Use `math-date-to-julian-dt' and
2028 `math-date-to-gregorian-dt' to do the computations.
2029 (calcFunc-weekday, math-format-date-part): Use the new version of
2030 the DATE to determine the weekday.
2031 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2032 when necessary.
2033
3804f7bc
EZ
20342012-11-17 Eli Zaretskii <eliz@gnu.org>
2035
2036 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2037 Cygwin; otherwise use 'file:'. (Bug#12914)
2038 (cygwin-convert-path-from-windows): Declare, to avoid
2039 byte-compiler warnings.
2040
de959d4d
AP
20412012-11-17 Andreas Politz <politza@fh-trier.de>
2042
2043 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2044 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2045 prefix and negative numeric prefix args (Bug#12795).
2046
e45deaef
SB
20472012-11-17 Stephen Berman <stephen.berman@gmx.net>
2048
2049 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2050 Don't signal an error with a score that is too low to add to the
2051 list of top scores. (Bug#12779)
2052
ec15e0ff
CY
20532012-11-17 Chong Yidong <cyd@gnu.org>
2054
8e7696a1
CY
2055 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2056
ec15e0ff
CY
2057 * filecache.el (file-cache-add-file): Handle relative file name in
2058 the argument (Bug#12694).
2059
60c4ee66
JH
20602012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2061
2062 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2063
cdc5d88c
SM
20642012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2065
dd0c5bbb
SM
2066 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2067
cdc5d88c
SM
2068 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2069
0ff7851c
MR
20702012-11-16 Martin Rudalics <rudalics@gmx.at>
2071
2072 * window.el (enlarge-window, shrink-window): Don't mention return
2073 value in doc-string (Bug#12896).
2074 (window--display-buffer): Don't resize frames - it won't work
2075 with all window managers and defeat pop-up-frame-alist.
2076 (display-buffer-alist): In doc-string explain that CONDITION can
2077 be a function and which arguments are passed to it (Bug#12854).
2078 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2079 expressions (Bug#12854).
2080 (display-buffer): Pass ACTION argument to
2081 display-buffer-assq-regexp.
2082
dedd1884
GM
20832012-11-16 Glenn Morris <rgm@gnu.org>
2084
7c82753d
GM
2085 * window.el (fit-frame-to-buffer-bottom-margin)
2086 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2087
dedd1884
GM
2088 * faces.el (face-underline-p): Use face-attribute-specified-or.
2089
96e05507 20902012-11-16 Juanma Barranquero <lekktu@gmail.com>
662b0ee6
JB
2091
2092 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2093
96e05507 20942012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
eb31fa40
SM
2095
2096 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2097
96e05507 20982012-11-16 Glenn Morris <rgm@gnu.org>
e2e13f18 2099
17c083ac
GM
2100 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2101 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2102
bde3c6c0
GM
2103 * faces.el (face-underline-p): Doc fix. Handle :underline being
2104 things other than `t' (a string, a list).
2105 (face-inverse-video-p): Doc fix.
2106 (set-face-underline): Rename it back from set-face-underline-p.
2107 Doc fix. Allow interactive input of values other than t.
2108 (read-face-attribute): Apply formatting to :underline,
2109 since like :box and :stipple it can take list values.
2110
e2e13f18
GM
2111 * term.el (ansi-term): Don't let C-x escape-char binding
2112 clobber the more standard C-c binding. (Bug#12842)
2113
e0ea8060
GM
2114 * subr.el (set-temporary-overlay-map): Doc fix.
2115
96e05507 21162012-11-16 Martin Rudalics <rudalics@gmx.at>
92346275
MR
2117
2118 * window.el (record-window-buffer)
2119 (display-buffer-record-window): When copying the markers to
2120 window-point preserve window-point-insertion-type. (Bug#12588)
2121
96e05507 21222012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
2123
2124 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2125 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2126 Use new names for hooks rather than obsolete aliases.
2127
faeafc01
DC
21282012-11-15 Daniel Colascione <dancol@dancol.org>
2129
2130 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
9533048d
DC
2131 prefix instead of "file:" so that when FILE-NAME begins with "//",
2132 as it does when the target file is on a network share, url-handler
2133 isn't confused.
2134
1232d6c2
SM
21352012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2138 a preactivated advice from an old advice.el; they're not compatible!
2139
47f01a8a
KY
21402012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * emacs-lisp/nadvice.el (advice--make-interactive-form):
2143 Fix string-spec case.
2144
2145 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2146
a61428c4
SM
21472012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2150 (advice--buffer-local-function-sample): New var.
2151 (advice--set-buffer-local, advice--buffer-local): New functions.
2152 (add-function, remove-function): Use them.
2153
875ce3a7
DA
21542012-11-15 Drew Adams <drew.adams@oracle.com>
2155
2156 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2157
589fc479
SM
21582012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2161 potential binding of print-gensym to t, and prettify (back)quotes in
2162 case they appear in args's default values (bug#12884).
2163
1668ea90
SM
21642012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2167 (advice-eval-interactive-spec): New function.
2168 (advice--make-interactive-form): Support around advice (bug#12844).
2169
8619323f
DG
21702012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2171
2172 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2173 more strict. Add docstring.
c62792e7
DG
2174 (ruby-expression-expansion-re): Extract from
2175 `ruby-match-expression-expansion'.
2176 (ruby-syntax-propertize-function): After everything else, search
2177 for expansions in string literals, mark their insides as
2178 whitespace syntax and save match data for font-lock.
2179 (ruby-font-lock-keywords): Use the 2nd group from expression
2180 expansion matches.
2181 (ruby-match-expression-expansion): Use the match data saved to the
2182 text property in ruby-syntax-propertize-function.
8619323f 2183
9c3912d3
SM
21842012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2187 (bug#12879).
2188
5e9419e8
DG
21892012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2190
2191 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2192 start/end keyword a bit harder. Works with different values of N.
2193 Add more comments.
2194 (ruby-end-of-block): Update accordingly.
2195
3c442f8b
SM
21962012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2197
fa470af0
SM
2198 * woman.el (woman-file-name): Don't mess with unread-command-events
2199 (bug#12861).
2200
3c442f8b
SM
2201 * emacs-lisp/advice.el: Layer on top of nadvice.el.
2202 Remove out of date self-require hack.
2203 (ad-do-advised-functions): Use simple `dolist'.
2204 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2205 (ad-advice-definition): Redefine as functions.
2206 (ad-advice-classes): Move before first use.
2207 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
fa470af0 2208 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3c442f8b 2209 (ad--defalias-fset): Remove functions.
fa470af0 2210 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3c442f8b
SM
2211 (ad-get-orig-definition): Rewrite.
2212 (ad-make-advised-definition-docstring): Change base docstring.
2213 (ad-real-orig-definition): Rewrite.
2214 (ad-map-arglists): Change name of called function.
2215 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2216 (ad-make-advised-definition): Simplify.
2217 (ad-assemble-advised-definition): Tweak for new calling context.
fa470af0 2218 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3c442f8b
SM
2219 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
2220 function and call ad-activate if needed.
2221 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2222 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2223 (ad-compile-function): Compile ad-Advice-*.
2224 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2225 (ad-start-advice, ad-stop-advice): Remove.
2226
5745cae6
DG
22272012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2228
2229 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2230 period before class method names, not after. Remove handling of
2231 one impossible case. Add comments.
2232
413d4689
SM
22332012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2234
7db1bda8
SM
2235 * emacs-lisp/advice.el: Remove support for freezing.
2236 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
2237 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
2238 Remove support for `freeze'.
2239
413d4689
SM
2240 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
2241 override the default.
2242 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
2243 cl--dotimes/dolist.
2244 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
2245 `cl' is loaded.
2246
2247 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
2248 from add-advice.
2249 (advice--strip-macro): New function.
2250 (advice--defalias-fset): Use them to handle macros.
2251 (advice-add): Use them.
2252 (advice-member-p): Correctly handle macros.
2253
f178c32d
DG
22542012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2255
7db1bda8
SM
2256 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2257 Never font-lock the beginning of singleton class as heredoc.
f178c32d 2258
f78ee6af 22592012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
f8705f6e
SM
2260
2261 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
2262
f78ee6af 22632012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
9db94175
WJ
2264
2265 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
f78ee6af
GM
2266 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
2267 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
9db94175 2268
f78ee6af 22692012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2e6625b5
FEG
2270
2271 Fix end-of-defun misbehavior.
2272 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
2273 python-beginning-of-defun-function. Handle nested defuns
2274 correctly.
2275 (python-nav-end-of-defun): Rename from
2276 python-end-of-defun-function. Ensure forward movement.
f8705f6e 2277 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
2278 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
2279 parent defuns as soon as possible.
2280
f78ee6af 22812012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
2282
2283 * progmodes/flymake.el (flymake-error-bitmap)
2284 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
2285 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
2286
f78ee6af 22872012-11-13 Dmitry Gutov <dgutov@yandex.ru>
d1e1e53d
DG
2288
2289 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
2290 backward, always stop at indentation. Reverts the change from
2291 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
2292
f78ee6af 22932012-11-13 Glenn Morris <rgm@gnu.org>
68146aa5 2294
a1d3e07e
GM
2295 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
2296 Add ibuffer-filter-by-derived-mode.
2297
84acf328
GM
2298 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
2299 the same name shadowing each other.
2300
38785e75
GM
2301 * window.el (with-temp-buffer-window): Doc tweak.
2302
57fc0fee
GM
2303 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
2304
6ba6a3e5
GM
2305 * help.el (temp-buffer-max-height):
2306 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
2307 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2308
231d8498
SM
23092012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * emacs-lisp/nadvice.el: New package.
2312 * subr.el (special-form-p): New function.
2313 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
2314 (elp-all-instrumented-list): Remove var.
2315 (elp-not-profilable): Remove elp-wrapper.
2316 (elp-profilable-p): Use autoloadp and special-form-p.
2317 (elp--advice-name): New const.
2318 (elp-instrument-function): Use advice-add.
2319 (elp--instrumented-p): New predicate.
2320 (elp-restore-function): Use advice-remove.
2321 (elp-restore-all, elp-reset-all): Use mapatoms.
2322 (elp-set-master): Use elp--instrumented-p.
2323 (elp--make-wrapper): Rename from elp-wrapper, return a function
2324 suitable for advice-add. Use cl-inf.
2325 (elp-results): Use mapatoms+elp--instrumented-p.
2326 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
2327 (debug-function-list): Remove var.
2328 (debug): Rename arg, and then let-bind it explicitly inside.
2329 (debugger-setup-buffer): Rename arg.
2330 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
2331 (debugger-frame-number): Adjust to new debug-on-entry setup.
2332 (debug--implement-debug-on-entry): Rename from
2333 implement-debug-on-entry, add argument.
2334 (debugger-special-form-p): Remove, use special-form-p instead.
2335 (debug-on-entry): Use advice-add.
2336 (debug--function-list): New function.
2337 (cancel-debug-on-entry): Use it, along with advice-remove.
2338 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
2339 (debugger-list-functions): Use debug--function-list instead of
2340 debug-function-list.
2341 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
2342 (ad-special-form-p): Remove, use special-form-p instead.
2343 (ad-set-advice-info): Use add-function and remove-function.
2344 (ad--defalias-fset): Adjust accordingly.
2345
19e09879
GM
23462012-11-10 Glenn Morris <rgm@gnu.org>
2347
714cebd1
GM
2348 * mail/emacsbug.el (report-emacs-bug-tracker-url)
2349 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2350 (report-emacs-bug-create-existing-bugs-buffer)
2351 (report-emacs-bug-parse-query-results)
2352 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
2353
bf67dafa
GM
2354 * term.el (term-default-fg-color, term-default-bg-color):
2355 Make obsolete, rather than just saying "deprecated" in the doc.
2356
19e09879
GM
2357 * term.el (term): Rename from `term-face'.
2358 (term-current-face, ansi-term-color-vector)
2359 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2360 Update all users.
2361
6baf66d5 23622012-11-10 Jan Djärv <jan.h.d@swipnet.se>
531bdce6
JD
2363
2364 * server.el (server-create-window-system-frame): Handle Nextstep
2365 specially (Bug#12780).
2366
6baf66d5 23672012-11-10 Glenn Morris <rgm@gnu.org>
fedb154e
GM
2368
2369 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2370 Unautoload, and make obsolete. (Bug#7449)
2371
6baf66d5 23722012-11-10 Chong Yidong <cyd@gnu.org>
9d9e48d9
CY
2373
2374 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2375 rename from diff-remove-trailing-whitespace (Bug#12831).
2376
6baf66d5 23772012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
32170f7f
SM
2378
2379 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2380 miscompilation of trace.el.
2381
6baf66d5 23822012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
2383
2384 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
2385
6baf66d5 23862012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
41626722
SM
2387
2388 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
2389 (bug#12812).
2390
6baf66d5 23912012-11-10 Chong Yidong <cyd@gnu.org>
7d806bfe
CY
2392
2393 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
2394 a defcustom with an appropriate :set function.
2395 (minibuffer-default--in-prompt-regexps): New function.
2396
6baf66d5 23972012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f 2398
031b2ea7
GM
2399 * emacs-lisp/cl.el (define-setf-expander, defsetf)
2400 (define-modify-macro): Doc fixes.
2401
2ee1d59f
GM
2402 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
2403 (gv-define-simple-setter): Update doc of `fix-return'.
2404
6baf66d5 24052012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
d57c286e 2406
b715ed44
SM
2407 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
2408 twice when `fix-return' is set (bug#12813).
2409
d57c286e
SM
2410 * emacs-lisp/cl.el (defsetf): Pass the third arg to
2411 gv-define-simple-setter (bug#12812).
2412
c9cac599
SM
2413 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
2414 (bug#12756).
2415
6baf66d5 24162012-11-10 Glenn Morris <rgm@gnu.org>
6b3770fb
GM
2417
2418 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2419
5593ed90
GM
2420 * emacs-lisp/cl-extra.el (cl-prettyexpand):
2421 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
2422 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
2423 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
2424
2425 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
2426
05a859c1
LL
24272012-11-10 Leo Liu <sdl.web@gmail.com>
2428
2429 * ido.el (ido-set-matches-1): Improve flex matching performance by
2430 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
2431
32e5c58c
SM
24322012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
2435 (ad--defalias-fset): New function.
2436 (ad-safe-fset): Remove.
2437 (ad-make-freeze-definition): Use cl-letf*.
2438
f5925cd9
SM
24392012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2440
da03ef8a
SM
2441 * subr.el (dolist): Don't bind VAR in RESULT.
2442
6858633a
SM
2443 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
2444 (fset, documentation): Don't save real def since we don't advise.
2445 (ad-do-advised-functions): Remove problematic `result-form'.
2446 (ad-safe-fset): `ad-real-fset' => `fset'.
2447 (ad-read-advised-function): Don't assume that ad-do-advised-functions
2448 uses CL's dolist internally.
2449 (ad-arglist): Remove unused arg `name'.
2450 (ad-docstring, ad-make-advised-docstring):
2451 `ad-real-documentation' => `documentation'.
2452 (warning-suppress-types): Declare.
2453 (ad-set-arguments): Simple CSE.
2454 (ad-recover-normality): Sanity check.
2455
f5925cd9
SM
2456 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
2457 (funcall '(lambda ..) ..) into ((lambda ..) ..).
2458
93a66b3a
VB
24592012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
2460
2461 * ses.el: symbol to coordinate mapping is made by symbol property
f5925cd9
SM
2462 `ses-cell'. This means that the same mapping is done for all SES
2463 sheets. That is good enough for cells with standard A1 names, but
2464 not for named cell. So a hash map is added for the latter.
2465 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
93a66b3a
VB
2466 (ses-sym-rowcol): Use hashmap for named cell.
2467 (ses-is-cell-sym-p): New defun.
2468 (ses-decode-cell-symbol): New defun.
f5925cd9
SM
2469 (ses-create-cell-variable): Add cell to hashmap when name is not
2470 A1-like.
93a66b3a
VB
2471 (ses-rename-cell): Check that cell new name is not already in
2472 spreadsheet with the use of ses-is-cell-sym-p
2473 (ses-rename-cell): Use hash map for named cells, but accept also
2474 renaming back to A1-like.
2475
67dd8ad1
SM
24762012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2477
57618ecf
SM
2478 * emacs-lisp/advice.el: Use new dynamic docstrings.
2479 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2480 Use dynamic-docstring-function instead of ad-advice-info.
2481 (ad--make-advised-docstring): New function extracted from
2482 ad-make-advised-docstring.
2483 (ad-make-advised-docstring): Use it.
2484 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
2485 from sql-help.
2486 (sql-help): Use it with dynamic-docstring-function.
2487
67dd8ad1
SM
2488 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
2489
be883b34
SM
24902012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2491
d41706aa
SM
2492 * files.el (hack-one-local-variable--obsolete): New function.
2493 (hack-one-local-variable): Use it for obsolete settings.
2494
85e55412
SM
2495 * subr.el (locate-user-emacs-file): If both old and new name exist, use
2496 the new name.
2497
be883b34
SM
2498 * progmodes/js.el (js--filling-paragraph): New var.
2499 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
2500 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
2501 less sneaky.
2502
cabc040a
JD
25032012-11-08 Julien Danjou <julien@danjou.info>
2504
2505 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
2506 `auto-mode-alist' (Bug#12835).
2507
d14bb752
SM
25082012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2509
79b3e376
SM
2510 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
2511 (perl--prettify-symbols-alist): New const.
2512 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
2513 New functions.
2514 (perl-font-lock-keywords-2): Use them.
2515 (perl-electric-noindent-p): New function.
2516 (perl-mode): Use it to set up electric-indent-mode.
2517 (perl-electric-terminator, perl-indent-command): Mark obsolete.
2518 (perl-mode-map): Remove bindings for them.
2519 (perl-imenu-generic-expression, perl-outline-level):
2520 Match functions&packages in column>0.
2521
3b11e6ac
SM
2522 * env.el (env--substitute-vars-regexp): New const.
2523 (substitute-env-vars): Use it. Add `only-defined' arg.
2524 * net/tramp.el (tramp-replace-environment-variables): Use it.
2525
784c1a7b
SM
2526 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2527 Byte-compile *before* eval in eval-and-compile.
2528 (byte-compile-log-warning): Remove redundant inhibit-read-only.
2529 (byte-compile-file-form-autoload): Don't hide actual definition.
2530 (byte-compile-maybe-guarded): Accept `functionp' as well.
2531
d14bb752
SM
2532 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2533
499a0f7a
MA
25342012-11-07 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * notifications.el (notifications-get-server-information-method):
2537 New defconst.
2538 (notifications-get-capabilities): Fix docstring.
2539 (notifications-get-server-information): New defun.
2540
f0704a9a
AM
25412012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2542
2543 * textmodes/ispell.el (ispell-region): Standard re-indent for better
2544 readability.
2545
b159a1fd
AM
2546 * textmodes/ispell.el: Experimental support for support debugging.
2547 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
2548 buffer for ispell.
2549 (ispell-print-if-debug): New function to print stuff to
2550 `ispell-debug-buffer' if debugging is enabled.
2551 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
2552 show some debugging info.
2553 (ispell-buffer-with-debug): New function that creates a debugging
2554 buffer and calls `ispell-buffer' with debugging enabled.
2555
056cb3a1
AM
2556 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
2557 comment in autoconf mode. (Bug#12768)
2558
8e6a67b7
DA
25592012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2560
2561 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
2562 frame-first-window, frame-root-window, frame-selected-window,
2563 minibuffer-selected-window, minibuffer-window,
2564 window-absolute-pixel-edges, window-at, window-body-height,
2565 window-body-width, window-display-table, window-combination-limit,
2566 window-frame, window-fringes, window-inside-absolute-pixel-edges,
2567 window-inside-edges, window-inside-pixel-edges, window-left-child,
2568 window-left-column, window-margins, window-next-buffers,
2569 window-next-sibling, window-new-normal, window-new-total,
2570 window-normal-size, window-parameter, window-parameters, window-parent,
2571 window-pixel-edges, window-point, window-prev-buffers,
2572 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
2573 window-start, window-text-height, window-top-child, window-top-line,
2574 window-total-height, window-total-width and window-use-time to the list
2575 of functions without side-effects.
2576 (toplevel): Add window-valid-p to the list of error-free functions
2577 without side-effects.
2578
53fc914f
AM
25792012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2580
f5925cd9
SM
2581 * textmodes/ispell.el (ispell-program-name):
2582 Update spellchecker parameters when customized.
53fc914f 2583
9749e2b0
GM
25842012-11-04 Glenn Morris <rgm@gnu.org>
2585
2586 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
2587
2cbafa56
CY
25882012-11-04 Chong Yidong <cyd@gnu.org>
2589
2590 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
2591 same-window-* variables.
2592
85178ca1
JL
25932012-11-04 Juri Linkov <juri@jurta.org>
2594
2595 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2596 (isearch-describe-key, isearch-describe-mode): Use a display
2597 action instead of binding same-window-* variables (Bug#10040).
2598
5c677d44
GM
25992012-11-03 Glenn Morris <rgm@gnu.org>
2600
49138400
GM
2601 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2602 Rename handler properties back from cl-- to cl-. (Bug#12788)
2603
5c677d44
GM
2604 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
2605
1d4341f9
EZ
26062012-11-03 Eli Zaretskii <eliz@gnu.org>
2607
2608 * term/pc-win.el: Don't load term/internal from here.
2609
2610 * loadup.el: Load term/internal from here.
2611
12fd5ee1
FEG
26122012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
2613
2614 * progmodes/python.el (inferior-python-mode): Fix hang in
2615 jit-lock (Bug#12645).
2616
43bcfda6
MR
26172012-11-03 Martin Rudalics <rudalics@gmx.at>
2618
2619 * window.el (switch-to-visible-buffer)
2620 (switch-to-buffer-preserve-window-point): Fix doc-strings.
2621
376a8e83
GM
26222012-11-03 Glenn Morris <rgm@gnu.org>
2623
2624 * emacs-lisp/cl-lib.el (cl--random-time):
2625 Rename from cl-random-time. (Bug#12773)
2626 (cl--gensym-counter, cl--random-state): Update callers.
2627 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
2628
0f7b074f
CY
26292012-11-03 Chong Yidong <cyd@gnu.org>
2630
2631 * cus-start.el: Make cursor-type customizable (Bug#11633).
2632
3a6851d9
GM
26332012-11-02 Glenn Morris <rgm@gnu.org>
2634
00a3b041
GM
2635 * filecache.el: No need to load find-lisp when compiling.
2636 (find-lisp-find-files): Autoload it.
2637 (file-cache-add-directory-recursively): Don't require find-lisp.
2638
11fef14a
GM
2639 * image.el (image-type-from-file-name): Trivial simplification.
2640
3a6851d9
GM
2641 * emacs-lisp/bytecomp.el (byte-compile-eval):
2642 Decouple "noruntime" and "cl-functions" warnings.
2643
b4b096e4
SB
26442012-11-01 Stephen Berman <stephen.berman@gmx.net>
2645
2646 * play/gomoku.el (gomoku-display-statistics): Update mode line
2647 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2648
218e997a
MR
26492012-10-31 Martin Rudalics <rudalics@gmx.at>
2650
2651 * window.el (quit-restore-window): If the window has been
2652 created on an existing frame and ended up as the sole window on
2653 that frame, do not delete it (Bug#12764).
2654
b08b6da7
SM
26552012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2656
3618df45
SM
2657 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2658 Rename from sh--inside-arithmetic-expression, handle more cases
2659 (bug#11263).
2660
b08b6da7
SM
2661 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2662 (sh-font-lock-open-heredoc): Use it (bug#12770).
2663
4ddedf94
GM
26642012-10-30 Glenn Morris <rgm@gnu.org>
2665
f43a5263
GM
2666 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
2667
4ddedf94
GM
2668 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
2669
748b0d84
CY
26702012-10-29 Chong Yidong <cyd@gnu.org>
2671
b5dd9a77
CY
2672 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2673 function key is stored in a keyboard macro (Bug#4894).
2674
748b0d84
CY
2675 * thingatpt.el (number-at-point): Apply a thing-at-point property.
2676
e07fcbdc
SM
26772012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2678
d7f9cc85
SM
2679 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2680 header comments".
2681 (diff-unified->context, diff-context->unified)
2682 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2683
c606253c
SM
2684 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2685
e07fcbdc
SM
2686 * files.el (find-alternate-file): Only ask one question (bug#12487).
2687
894b9dd9
CY
26882012-10-29 Chong Yidong <cyd@gnu.org>
2689
1dc2755a
CY
2690 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2691 Suggested by Dan Nicolaescu (Bug#6326).
2692
329c48d8
CY
2693 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2694
2230fa5b 2695 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 2696
e84cad57
CY
2697 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2698
1913c5f5
CY
2699 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2700
894b9dd9
CY
2701 * face-remap.el (face-remap-add-relative): Handle the case where a
2702 face-remapping-alist entry is a cons cell (Bug#12762).
2703
329c48d8
CY
27042012-10-29 Kevin Ryde <user42@zip.com.au>
2705
2706 * woman.el (woman-parse-numeric-value): Handle picas correctly
2707 (Bug#12639).
2708
a0ccbcbd
GM
27092012-10-29 Glenn Morris <rgm@gnu.org>
2710
2711 * emacs-lisp/cl.el (defsetf): Doc fix.
2712
b3871e59
SM
27132012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2716 syntax to the matching opener, if any (bug#12547).
2717 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2718 matching open as a "case-(".
2719 (sh-smie-rc-grammar): Add a corresponding rule for it.
2720
cd44022c
DH
27212012-10-28 Daniel Hackney <dan@haxney.org>
2722
2723 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2724 "PKGNAME-autoloads.el" in case we created it.
2725
70edffb1
SM
27262012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2727
86957a0c
SM
2728 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2729 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 2730 (completion--twq-all): Disable too-strict assertions.
86957a0c 2731
70edffb1
SM
2732 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2733
d069271c
EZ
27342012-10-27 Eli Zaretskii <eliz@gnu.org>
2735
2736 * profiler.el (profiler-report-make-entry-part): Fix help-echo
2737 text to match the real keybindings.
2738
e2f022a3
JL
27392012-10-27 Juri Linkov <juri@jurta.org>
2740
2741 * wdired.el (wdired-keep-marker-rename): New defcustom.
2742 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2743 (Bug#11795)
2744
2745 * dired.el (dired-keep-marker-rename): Add reference to
2746 `wdired-keep-marker-rename' in the docstring.
2747 Add default character value ?R to display initially in
2748 Customization UI instead of ?@.
2749
df171c23
MR
27502012-10-27 Martin Rudalics <rudalics@gmx.at>
2751
2752 * window.el (display-buffer): In doc-string describe
2753 window-height and window-width alist entries.
2754
2755 * time.el (display-time-world): Restore fit-window-to-buffer
2756 behavior.
2757
05b621a6
CY
27582012-10-27 Chong Yidong <cyd@gnu.org>
2759
2760 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2761
55f197b2
J
27622012-10-26 Jambunathan K <kjambunathan@gmail.com>
2763
2764 * minibuffer.el (completion-category-overrides): New completion
2765 category `bookmark' (bug#11131).
2766
372212df
SM
27672012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2768
150f809c
SM
2769 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2770 Silence bogus compiler warnings for ad-do-it.
2771
372212df
SM
2772 * bookmark.el (bookmark-completing-read): Set the completion category
2773 to `bookmark' (bug#11131).
2774
c5772569
B
27752012-10-26 Bastien <bzg@altern.org>
2776 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * face-remap.el: Use lexical-binding.
2779 (text-scale-adjust): Improve docstring. Use itself for the temporary
2780 overlay-map bindings, so as to repeat the "Use..." message each time.
2781
a2be0357
SM
27822012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2783
63314e57
SM
2784 * emacs-lisp/macroexp.el (macroexp--expand-all):
2785 Obey byte-compile-warning-enabled-p (bug#12486).
2786
a2be0357
SM
2787 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2788 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2789
8c7727c3
MR
27902012-10-26 Martin Rudalics <rudalics@gmx.at>
2791
2792 * mouse.el (mouse-drag-line): Move last form into preceding when
2793 clause (Bug#12731).
2794
2795 * help.el (resize-temp-buffer-window): Fix doc-string.
2796
3f2a848d
DE
27972012-10-25 David Engster <deng@randomsample.de>
2798
2799 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 2800 Remove. This feature is already integrated in imenu.
3f2a848d
DE
2801
2802 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2803 always loaded. Require `speedbar' unconditionally.
2804
a7723be6
SM
28052012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2806
aaabfc8b
SM
2807 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2808
414a8595
SM
2809 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2810
fb5b9475
SM
2811 * net/ldap.el (ldap-search-internal): The official ldif format starts
2812 with a "version: 1" header (bug#12724).
2813
a7723be6
SM
2814 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2815 (bug#12721).
2816
a05cb6e3
GM
28172012-10-25 Glenn Morris <rgm@gnu.org>
2818
2819 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2820
3c92de70
SM
28212012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * minibuffer.el (minibuffer-force-complete): Use one more marker
2824 for the temporary-overlay-map command (bug#12619).
2825
a4b6d7c6
CY
28262012-10-24 Chong Yidong <cyd@gnu.org>
2827
2828 * time.el (display-time-world-mode): Derive from special-mode.
2829 (display-time-world): Use display-buffer (Bug#12708).
2830 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
2831 (display-time-world-display): Wrap the final delete-char inside
2832 inhibit-read-only.
a4b6d7c6 2833
75e8f9d2
CY
28342012-10-24 Chong Yidong <cyd@gnu.org>
2835
cd996018
CY
2836 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2837 Doc fix.
2838
75e8f9d2
CY
2839 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2840
d92df117
SM
28412012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * minibuffer.el (completion--all-sorted-completions-location): New var.
2844 (completion--cache-all-sorted-completions)
2845 (completion--flush-all-sorted-completions): Use it.
2846 (completion-in-region, completion-in-region--postch)
2847 (completion-at-point, completion-help-at-point): Use markers in
2848 completion-in-region--data (bug#12619).
2849
9c3e39f3
SM
28502012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2851
c79825bd
SM
2852 * progmodes/compile.el (compilation-start): Try to handle common
2853 quoting of `cd' argument (bug#12640).
2854
9c3e39f3
SM
2855 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2856 (bug#12671).
2857
a6709bc7
GM
28582012-10-23 Glenn Morris <rgm@gnu.org>
2859
2860 * progmodes/gud.el (gud-menu-map):
2861 Check gdb-active-process is bound. (Bug#12358)
2862
d1069532
SM
28632012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2864
d20d69c0
SM
2865 * repeat.el (repeat): Set real-this-command (bug#12232).
2866
d1069532
SM
2867 * htmlfontify.el (hfy-post-html-hook):
2868 * filesets.el (filesets-cache-fill-content-hook):
2869 * arc-mode.el (archive-extract-hook):
2870 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2871 * net/rcirc.el (rcirc-sentinel-functions)
2872 (rcirc-receive-message-functions, rcirc-activity-functions)
2873 (rcirc-print-functions):
2874 * net/dbus.el (dbus-event-error-functions):
2875 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2876 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2877 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2878 * term/sun.el (sun-raw-prefix-hooks):
2879 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2880
f7eac6d8
MA
28812012-10-23 Michael Albinus <michael.albinus@gmx.de>
2882
d1069532
SM
2883 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2884 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
2885 (tramp-smb-wait-for-output): Add timeout to
2886 `tramp-accept-process-output' calls.
2887
608d9d7c
CY
28882012-10-23 Chong Yidong <cyd@gnu.org>
2889
49238e7f
CY
2890 * faces.el (font-list-limit): Define as an obsolete variable.
2891
2892 * startup.el (command-line):
2893 * cus-start.el: Don't refer to font-list-limit.
2894
608d9d7c
CY
2895 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2896
4ff5b1b2
SM
28972012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * subr.el (internal-temp-output-buffer-show): Rename from
2900 temp-output-buffer-show, since previously compiled files expect this name.
2901
ea1d4aac
GM
29022012-10-23 Glenn Morris <rgm@gnu.org>
2903
2904 * image.el (image-type-from-file-name): If multiple types match,
2905 return the first one that is supported. (Bug#9045)
2906
eda82a31
GM
29072012-10-22 Glenn Morris <rgm@gnu.org>
2908
2909 * image.el (imagemagick-enabled-types): Doc fix.
2910
4f020bec
TA
29112012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2912
2913 * progmodes/which-func.el (which-func-current): The hash-table may have
2914 an explicit nil (bug#12338).
2915
c77d37e2
SM
29162012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * electric.el (electric-pair-delete-selection-self-insert-function):
2919 Rename to electric-pair-will-use-region, return a boolean.
2920 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2921
2922 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2923 (delete-selection-pre-hook): Use use-region-p.
2924 (delete-selection-self-insert-function): Remove.
2925 (self-insert-command): Obey self-insert-uses-region-functions.
2926 (self-insert-iso): Revert to previous setting, since we don't actually
2927 know what that command does.
2928 (delete-selection-self-insert-hooks): Remove.
2929
b1d39ccc
SL
29302012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2931
2932 * delsel.el (delete-selection-helper): New function, extracted from
2933 delete-selection-pre-hook.
2934 (delete-selection-pre-hook): Use it.
2935 (delete-selection-self-insert-function): New function.
2936 (delete-selection-self-insert-hooks): New hook.
2937 (self-insert-command, self-insert-iso): Use it.
2938 * electric.el (electric-pair-syntax): New function, extracted from
2939 electric-pair-post-self-insert-function.
2940 (electric-pair-post-self-insert-function): Use it.
2941 (electric-pair-delete-selection-self-insert-function): New function.
2942 (electric-pair-mode): Require delsel and setup
2943 delete-selection-self-insert-hooks (bug#11520).
2944
045ef729
CY
29452012-10-20 Chong Yidong <cyd@gnu.org>
2946
4c5d08a8
CY
2947 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2948 no changes to show (Bug#12586).
2949
045ef729
CY
2950 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2951 list explicitly (Bug#12571).
2952
3503c798 29532012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 2954
b1d39ccc
SL
2955 * progmodes/flymake.el (flymake-create-temp-inplace):
2956 Use file-truename.
79e1997a 2957
2068905b
EZ
29582012-10-20 Eli Zaretskii <eliz@gnu.org>
2959
2960 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2961
4c9e9550
JB
29622012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2963
2964 * calc/calc-units.el (math-extract-units): Properly extract powers
2965 of units.
2966
1a6e7e38
DC
29672012-10-20 Daniel Colascione <dancol@dancol.org>
2968
2969 * frame.el (make-frame): Set x-display-name as we used to in order
2970 to unbreak creating an X11 frame from an Emacs daemon started
2971 without a display.
2972
8e808318
SM
29732012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * minibuffer.el (minibuffer-force-complete): Make the next completion use
f5925cd9 2976 the same completion-field (bug#12221).
8e808318 2977
fb0104da
MR
29782012-10-19 Martin Rudalics <rudalics@gmx.at>
2979
2980 * emacs-lisp/debug.el (debug): Record height of debugger window
2981 also when debugger will be back (Bug#8789).
2982
8c27235e
CY
29832012-10-18 Chong Yidong <cyd@gnu.org>
2984
2985 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2986 Convert to defcustom.
2987 (gdb-get-source-file): Don't bind pop-up-windows.
2988
2989 * progmodes/gud.el (gud-display-line): Don't specially re-use
2990 other frames for the gdb-mi case (Bug#12648).
2991
90eacf99
SM
29922012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2993
aaf0c300
SM
2994 * emacs-lisp/advice.el: Clean up commentary a bit.
2995 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2996 (byte-code-function-p): Never redefine.
2997
90eacf99
SM
2998 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2999
281c9d2b
GM
30002012-10-18 Glenn Morris <rgm@gnu.org>
3001
40714e3d
GM
3002 * dired.el (dired-sort-toggle): Some ls implementations only allow
3003 a single option string. (Bug#12666)
3004
281c9d2b
GM
3005 * minibuffer.el (completion-cycle-threshold): Doc fix.
3006
b278604e
KH
30072012-10-17 Kenichi Handa <handa@gnu.org>
3008
90eacf99
SM
3009 * international/mule.el (set-keyboard-coding-system):
3010 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
3011 Supply TERMINAL arg to set-input-meta-mode.
3012
df171c23 30132012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
3014
3015 * wdired.el (wdired-old-marks): New variable.
3016 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3017 (wdired-do-renames): Move point with renamed file and don't lose
3018 mark status (Bug#11795).
3019
e5a94ec4
JL
30202012-10-16 Juri Linkov <juri@jurta.org>
3021
3022 * replace.el (query-replace-help): Mention multi-buffer replacement
3023 keys in the Help message. (Bug#12655)
3024
d18a0d24
CY
30252012-10-15 Chong Yidong <cyd@gnu.org>
3026
3027 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3028
8111f5e6
EZ
30292012-10-14 Eli Zaretskii <eliz@gnu.org>
3030
7b9abf24
EZ
3031 * window.el (display-buffer): Doc fix.
3032
8111f5e6
EZ
3033 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3034 Adjust the msft regexp to the output of Studio 2010, and move msft
3035 before edg-1. See the discussion on emacs-devel,
3036 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3037 for the details.
3038
5046ef67
SM
30392012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3040
9760c73c
SM
3041 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3042 (oset): Move uses of object-class-fast macro after its definition.
3043
5046ef67
SM
3044 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3045
0d11ff1c
CY
30462012-10-13 Chong Yidong <cyd@gnu.org>
3047
3048 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3049 enabled, re-enable it (Bug#11963).
3050
88ded8ac
MR
30512012-10-13 Martin Rudalics <rudalics@gmx.at>
3052
3053 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3054 non-nil, restore window configuration (Bug#12623).
3055
bd0ffffd
SM
30562012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3057
06485aa8
SM
3058 * help-fns.el (describe-variable, describe-function-1):
3059 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3060
bd0ffffd
SM
3061 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3062
3a989246
GM
30632012-10-12 Glenn Morris <rgm@gnu.org>
3064
3065 * mail/rmailsum.el (rmail-header-summary):
3066 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3067
55cd00c8
FEG
30682012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3069
bd0ffffd
SM
3070 * progmodes/python.el (python-mode-map):
3071 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
3072 (python-nav--up-list): Fix behavior for blocks on the same level.
3073
ac9fc2c7
SM
30742012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3075
d8cc4c00 3076 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 3077
5253a5fd
SM
3078 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3079 changes to the format of load-history.
3080
ac9fc2c7
SM
3081 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3082 completion-ignore-case in case that var is buffer-local (bug#12615).
3083
cde44a77
KH
30842012-10-11 Kenichi Handa <handa@gnu.org>
3085
3086 * international/eucjp-ms.el: Re-generated.
3087
4ef4a10d
KH
30882012-10-10 Kenichi Handa <handa@gnu.org>
3089
3090 * select.el (xselect--encode-string): If a coding is specified for
3091 selection, and that is compatible with COMPOUND_TEXT, use it.
3092
9d7f027b
MR
30932012-10-10 Martin Rudalics <rudalics@gmx.at>
3094
3095 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
3096 (switch-to-buffer):
3097 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 3098
238f3a58
SM
30992012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3102 Don't document nil as a useful value (bug#12583).
3103
1d51f99c
MA
31042012-10-09 Michael Albinus <michael.albinus@gmx.de>
3105
238f3a58
SM
3106 * net/tramp.el (tramp-debug-message):
3107 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
3108 (with-tramp-progress-reporter): Rename from
3109 `tramp-with-progress-reporter'.
238f3a58
SM
3110 (with-tramp-file-property, with-tramp-connection-property):
3111 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
3112 `with-connection-property', respectively.
3113
3114 * net/tramp-cache.el: Remove `with-file-property' and
3115 `with-connection-property'.
3116
3117 * net/tramp.el:
3118 * net/tramp-gvfs.el:
3119 * net/tramp-sh.el:
3120 * net/tramp-smb.el: Adapt callees.
3121
3122 * net/trampver.el: Update release number.
3123
26b77251
GM
31242012-10-09 Glenn Morris <rgm@gnu.org>
3125
9a5f296f
GM
3126 * w32-fns.el (set-message-beep):
3127 * term/w32-win.el (set-message-beep): Update declarations.
3128
94c66ce5
SM
31292012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3130
10766e9e
SM
3131 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3132 (mode-line-widen, mode-line-input-method-map)
3133 (mode-line-coding-system-map, mode-line-remote)
3134 (mode-line-unbury-buffer, mode-line-bury-buffer)
3135 (mode-line-next-buffer, mode-line-previous-buffer):
3136 Replace save-selected-window+select-window => with-selected-window.
3137
f754db08
SM
3138 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3139 * progmodes/cc-vars.el (bq-process): Remove, unused.
3140
94c66ce5
SM
3141 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3142
a4ff7fe1
FEG
31432012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
3144
3145 Implemented `backward-up-list'-like navigation.
3146 * progmodes/python.el (python-nav-up-list)
3147 (python-nav-backward-up-list): New functions.
3148 (python-mode-map): Define substitute key for backward-up-list to
3149 python-nav-backward-up-list.
3150
24517d82
FEG
31512012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3152
3153 * progmodes/python.el (python-fill-paragraph): Rename from
3154 python-fill-paragraph-function. Fixed fill-paragraph for
3155 decorators (Bug#12605).
3156
51867ae2
FEG
31572012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3158
3159 * progmodes/python.el (python-shell-output-filter): Handle extra
3160 carriage return in OSX (Bug#12409).
3161
a5b773c4
FEG
31622012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3163
3164 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 3165 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
3166 (python-syntax-propertize-function): Use it.
3167 (python-shell-output-syntax-table): New var.
3168 (inferior-python-mode): Prevent unbalanced parens/quotes from
3169 previous output mess with current input context.
3170
13373538
JB
31712012-10-08 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3174 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3175
775a132d
MA
31762012-10-08 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * ffap.el (ffap-replace-file-component): Support Tramp file name
3179 syntax, not only ange-ftp's one.
3180
3ab44929
GM
31812012-10-08 Glenn Morris <rgm@gnu.org>
3182
57f1dee4
GM
3183 * cus-start.el (message-log-max): Set :version.
3184
3ab44929
GM
3185 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3186
6a088630
MR
31872012-10-08 Martin Rudalics <rudalics@gmx.at>
3188
3189 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3190 the minibuffer window (Bug#10851).
3191
8dbce54c
FEG
31922012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
3193
3194 Enhancements on forward-sexp movement.
3195 * progmodes/python.el (python-nav-beginning-of-statement)
3196 (python-nav-end-of-statement): Return point-marker.
3197 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3198 (python-info-current-symbol)
3199 (python-info-statement-starts-block-p): Rename from
3200 python-info-beginning-of-block-p.
3201 (python-info-statement-ends-block-p): Rename from
3202 python-info-end-of-block-p.
3203 (python-info-beginning-of-statement-p)
3204 (python-info-end-of-statement-p)
3205 (python-info-beginning-of-block-p, python-info-end-of-block-p):
3206 New functions.
3207
5acd2b3e
SM
32082012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3211 frame-selected-windows.
3212
e08348a0
DC
32132012-10-08 Daniel Colascione <dancol@dancol.org>
3214
3215 * battery.el (battery-status-function): Check for
3216 w32-battery-status itself, not system-time windows-nt.
3217
3218 * frame.el: Require cl-lib.
3219 (display-format-alist): New variable mapping frame types to
3220 functions that initialize them.
3221 (window-system-for-display): New function: interprets
3222 display-format-alist.
3223 (make-frame-on-display): Remove existing display-selection logic
3224 and just forward to make-frame, which will now DTRT.
3225 (make-frame): Restructure to use window-system-for-display to
3226 figure out how to create a frame on a given display.
3227 (display-mouse-p): Look for frame-type w32, not a particular
3228 system-type.
3229
3230 * loadup.el: Load w32 lisp code when we have the w32 feature.
3231
3232 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3233 system-type windows-nt.
3234
3235 * server.el (server-create-window-system-frame): Look for window
3236 type.
3237 (server-proces-filter): Only force a window system when windows-nt
3238 _and_ w32. Explain why.
3239
3240 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
3241 of window systems we configure for the mode.
3242
3243 * startup.el (command-line): Mark window system is initialized
3244 after we've done it.
3245
3246 * common-win.el (x-select-text): Look for w32, not windows-nt.
3247
3248 * ns-win.el: Require cl-lib. Add ourselves to
3249 display-format-alist.
3250 (ns-initialize-window-system): Assert we're not initialized twice.
3251
3252 * w32-win.el: Enable lexical binding; require cl-lib; add
3253 ourselves to display-format-alist.
3254 (w32-handle-dropped-file): Convert incoming dropped files from
3255 Windows paths to Cygwin ones before passing them on to the rest of
3256 Emacs.
3257 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
3258 (w32-initialize-window-system): Assert we're not initialized twice.
3259
3260 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
3261 (x-initialize-window-system): Assert we're not initialized twice.
3262
3263 * w32-common-fns.el: New File.
3264 (w32-version, w32-using-nt, w32-get-clipboard-data)
3265 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3266 (w32-charset-info-alist, x-last-selected, text)
3267 (x-get-selection-value, x-selection-value): Move here.
3268
3269 * w32-fns.el: Require w32-common-fns.
3270 (w32-version, w32-using-nt, w32-get-clipboard-data)
3271 (w32-set-clipboard-data, x-set-selection, x-get-selection)
3272 (w32-charset-info-alist, x-last-selected, text)
3273 (x-get-selection-value, x-selection-value): Move to
3274 w32-common-fns.
3275
3276 * w32-vars.el:
3277 (w32-allow-system-shell, w32-system-shells): Define only in
3278 non-cygwin case.
3279
795b1482
SM
32802012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
3283 (read-passwd): Remove a few more potential sources of leaks.
3284
f27c99dc
FEG
32852012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3286
3287 * progmodes/python.el (inferior-python-mode)
795b1482 3288 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
3289 variables copied from parent buffer.
3290
fcacb558
JD
32912012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * term/ns-win.el (ns-read-file-name): Update declaration to match
3294 nsfns.m.
3295 (ns-respond-to-change-font): Change fontsize separatly so we are sure
3296 it is set when font is acted upon.
3297
be0d5bae
FEG
32982012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3299
3300 Enhancements to indentation.
3301 * progmodes/python.el (python-indent-context): Give priority to
3302 inside-string context. Make comments indentation markers.
3303 (python-indent-region): Do not mess with strings, unless it's the
3304 enclosing set of quotes.
3305
13af0d10
SM
33062012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3307
662a9d0e
SM
3308 * window.el (internal--before-save-selected-window)
3309 (internal--after-save-selected-window): New functions extracted from
3310 save-selected-window. Make sure we return the `alist' we construct.
3311 (save-selected-window): Use them.
3312
3313 * textmodes/tex-mode.el (tex-recenter-output-buffer):
3314 Use with-selected-window.
3315
13af0d10
SM
3316 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
3317 forms that define macros (bug#12593).
3318
6aa75fb6
KH
33192012-10-07 Kenichi Handa <handa@gnu.org>
3320
13af0d10
SM
3321 * international/mule-conf.el (compound-text-with-extensions):
3322 Add :mime-charset property as x-ctext.
6aa75fb6 3323
78d876b9
SM
33242012-10-07 Stefan Merten <smerten@oekonux.de>
3325
3326 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3327 (rst-indent-literal-normal, rst-indent-literal-minimized)
3328 (rst-indent-comment): Correct :version tag.
557337e9 3329 (rst-official-cvs-rev): Correct version string.
78d876b9 3330
99a1e701
GM
33312012-10-07 Glenn Morris <rgm@gnu.org>
3332
3333 * mail/rmailmm.el (rmail-mime-process-multipart):
3334 Do not confuse a multipart message with an epilogue
3335 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
3336
08f18c3d
FEG
33372012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
3338
3339 Fix shell output retrieval and comint-prompt-regexp init.
3340 * progmodes/python.el (inferior-python-mode):
3341 (python-shell-make-comint): Fix initialization of
3342 comint-prompt-regexp from copied file local variables.
3343 (python-shell-fetched-lines): Remove var.
3344 (python-shell-output-filter-in-progress): Rename from
3345 python-shell-fetch-lines-in-progress.
3346 (python-shell-output-filter-buffer): Rename from
3347 python-shell-fetch-lines-string.
3348 (python-shell-fetch-lines-filter): Delete function.
3349 (python-shell-output-filter): New function.
3350 (python-shell-send-string-no-output): Use them.
3351
82ed3ab4
GM
33522012-10-07 Glenn Morris <rgm@gnu.org>
3353
1595ecfa
GM
3354 * hi-lock.el (hi-lock-process-phrase):
3355 Try to make it less fragile. (Bug#7161)
3356
82ed3ab4
GM
3357 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3358
f1f4dba0
GM
33592012-10-06 Glenn Morris <rgm@gnu.org>
3360
addc11ed 3361 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
3362 non-existent mode `help'.
3363 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 3364
460042b8
GM
3365 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3366 (reftex-create-bibtex-footer): Fix custom types.
3367
67667c70
GM
3368 * progmodes/sh-script.el (sh-indent-after-continuation):
3369 Add explicit :group.
3370
18dec750
GM
3371 * textmodes/rst.el (rst-preferred-decorations)
3372 (rst-shift-basic-offset): Clarify obsolescence versions.
3373
d1a1c7e6
GM
3374 * profiler.el (profiler): Add missing group :version tag.
3375 * avoid.el (mouse-avoidance-banish-position):
3376 * proced.el (proced-renice-command):
3377 * calc/calc.el (calc-ensure-consistent-units):
3378 * calendar/icalendar.el (icalendar-import-format-uid):
3379 * net/tramp.el (tramp-save-ad-hoc-proxies):
3380 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3381 * progmodes/flymake.el (flymake-error-bitmap)
3382 (flymake-warning-bitmap, flymake-fringe-indicator-position):
3383 * progmodes/sh-script.el (sh-indent-after-continuation):
3384 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
3385 (verilog-before-save-font-hook, verilog-after-save-font-hook):
3386 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
3387 (vhdl-array-index-record-field-in-sensitivity-list)
3388 (vhdl-indent-comment-like-next-code-line):
3389 * textmodes/reftex-vars.el (reftex-ref-style-alist)
3390 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
3391 (reftex-cite-key-separator, reftex-create-bibtex-header)
3392 (reftex-create-bibtex-footer):
3393 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3394 (rst-indent-literal-normal, rst-indent-literal-minimized)
3395 (rst-indent-comment): Add missing custom :version tags.
3396
ef35abb4
GM
3397 * calendar/timeclock.el (timeclock-modeline-display):
3398 Add missing obsolete alias for renamed user option.
3399
d1aae614
GM
3400 * strokes.el (strokes-modeline-string):
3401 * emulation/crisp.el (crisp-mode-modeline-string):
3402 * eshell/esh-mode.el (eshell-status-in-modeline):
3403 Aliases to defcustoms must come before the defcustom.
3404
f1f4dba0
GM
3405 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
3406 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3407 (cal-tex-cursor-week-monday): Doc fixes.
3408 (cal-tex-cursor-week2-summary): Doc fix.
3409 Rename from cal-tex-cursor-week-at-a-glance.
3410
3411 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
3412 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
3413
3414 * calendar/calendar.el (calendar-mode-map):
3415 Add cal-tex-cursor-week2-summary.
3416
d39109c3
SM
34172012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3418
685f87b0
SM
3419 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
3420
d39109c3
SM
3421 * subr.el (read-passwd-map): New var.
3422 (read-passwd): Use `read-string' again.
3423 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
3424
5694896d
J
34252012-10-06 Jambunathan K <kjambunathan@gmail.com>
3426
3427 * register.el (append-to-register, prepend-to-register):
3428 Deactivate mark, as does `copy-to-register' (bug#12389).
3429
9414dd8d
CY
34302012-10-06 Chong Yidong <cyd@gnu.org>
3431
3432 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
3433
2b89bca4
KH
34342012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3435
3436 * international/characters.el: Fix simple mistake ((car chars) ->
3437 elt), delete duplicated code.
3438
d5acb99a
GM
34392012-10-06 Glenn Morris <rgm@gnu.org>
3440
3441 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
3442
123ec157
JS
34432012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
3444
3445 * color.el (color-hsl-to-rgb): Fix incorrect results for
3446 small and large hue values. (Bug#12559)
3447
7fa36ccb
FEG
34482012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
3449
3450 Enhancements to docstring formatting when filling paragraphs.
3451 * progmodes/python.el (python-fill-docstring-style): Rename from
3452 python-fill-string-style. Added new style.
3453 (python-fill-string): Use new style. Better checks for
3454 docstrings.
3455
d8788e1e
GM
34562012-10-05 Glenn Morris <rgm@gnu.org>
3457
204f3953
GM
3458 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
3459
d8788e1e
GM
3460 * color.el (color-name-to-rgb, color-rgb-to-hex)
3461 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3462 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3463 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3464 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3465
8d956cef
GM
3466 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
3467
e8757f09 34682012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
3469
3470 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
3471 to get the correct size across symlinks.
3472
e8757f09
GM
3473 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
3474
0e2ae83d
JL
34752012-10-04 Juri Linkov <juri@jurta.org>
3476
3477 * replace.el (query-replace-interactive): Declare obsolete.
3478 (query-replace-read-from): Add the last incremental search string
3479 to the list of default values accessible via M-n.
3480 (map-query-replace-regexp): Use `read-regexp'.
3481 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3482 (map-query-replace-regexp, replace-string, replace-regexp):
3483 Fix docstrings to replace mentions of `query-replace-interactive'
3484 with alternatives. (Bug#12526)
3485
93cacb6d
JL
34862012-10-04 Juri Linkov <juri@jurta.org>
3487
3488 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
3489 (dired-pop-to-buffer): Declare obsolete.
3490 (dired-mark-pop-up): Doc fix.
3491
fc345011
FEG
34922012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
3493
3494 Allow user to set docstring style for fill-paragraph.
3495 * progmodes/python.el
3496 (python-fill-comment-function, python-fill-string-function)
3497 (python-fill-decorator-function, python-fill-paren-function):
3498 Remove :safe for defcustoms.
3499 (python-fill-string-style): New defcustom
5694896d 3500 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
3501 (python-fill-string): Honor python-fill-string-style settings.
3502
6bab5d8b
MR
35032012-10-04 Martin Rudalics <rudalics@gmx.at>
3504
3505 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
3506 after setting its buffer (Bug#10805).
3507
a1a9f411
FEG
35082012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
3509
3510 Fix cornercase for string syntax.
3511 * progmodes/python.el (python-syntax-propertize-function):
3512 Simplify and enhance the regexp for unescaped quotes. Now it also
3513 matches quotes in weird situations like the single quote in
3514 "something\"'".
3515 (python-syntax-stringify): Simplify num-quotes detecting code.
3516
05e153a6
GM
35172012-10-03 Glenn Morris <rgm@gnu.org>
3518
3519 * help-macro.el (three-step-help):
3520 Revert 2012-09-29 change. (Bug#12567)
3521
2e566ecb
MR
35222012-10-03 Martin Rudalics <rudalics@gmx.at>
3523
96ef9ccd
MR
3524 * menu-bar.el (kill-this-buffer): Don't do anything when
3525 `menu-frame' is not alive or visible (Bug#8184).
3526
2e566ecb
MR
3527 * emacs-lisp/debug.el (debug): When quitting the debugger window
3528 restore current buffer (Bug#12502).
3529
a96e1cb7
CY
35302012-10-02 Chong Yidong <cyd@gnu.org>
3531
5694896d
J
3532 * progmodes/hideif.el (hif-lookup, hif-defined):
3533 Handle semantic-c-takeover-hideif.
a96e1cb7 3534
b3ecad33
PE
35352012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3536
3537 Change sampling interval units from ms to ns.
3538 * profiler.el (profiler-sampling-interval): Change units
3539 from ms to ns, multiplying the default by 1000000 so that
3540 it remains 1 ms.
3541 (profiler-report-cpu-line-format): Give enough room for
3542 the maximum counters on 64-bit hosts.
3543 (profiler-report-render-calltree-1): Call them "CPU samples",
3544 not "Time (ms)", since they are not milliseconds now (and
3545 never really were).
3546
8cb51b66 35472012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 3548
5694896d
J
3549 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
3550 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 3551
fd795bf4
CY
35522012-10-02 Chong Yidong <cyd@gnu.org>
3553
3554 * emacs-lisp/eieio.el: Restore Version header.
3555
fe0a74f9
SM
35562012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3557
6be9197e
SM
3558 * vc/diff-mode.el (diff--auto-refine-data): New var.
3559 (diff-hunk): Use it to delay refinement.
3560 (diff-mode): Remove overlays when we turn off font-lock.
3561
18486139
SM
3562 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
3563 (table-initialize-table-fixed-width-mode)
3564 (table-set-table-fixed-width-mode): Remove functions.
3565 (table-command-list): Move initialization into declaration.
3566 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
3567 (table-with-cache-buffer): Use `declare'.
3568 (table-span-cell): Simplify via CSE.
3569 (table-fixed-width-mode): Use define-minor-mode.
3570 (table-call-interactively, table-funcall, table-apply): Remove.
3571 (table-function): New function, to replace them.
3572
d83ef976
SM
3573 * bookmark.el (bookmark-search-pattern): Remove var.
3574 (bookmark-read-search-input): Remove function.
3575 (bookmark-bmenu-search): Reimplement using a minibuffer.
3576
cd386662
SM
3577 * faces.el (modeline): Remove obsolete face name.
3578
fe0a74f9
SM
3579 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
3580 and give a non-nil default value.
3581 (add-change-log-entry): Simplify accordingly.
3582
9f7b98f8
DG
35832012-10-01 Dmitry Gutov <dgutov@yandex.ru>
3584
3585 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
3586 (vc-git-log-edit-toggle-amend): New function.
3587 (vc-git-log-edit-toggle-signoff): New function.
3588 (vc-git-log-edit-mode): New major mode.
3589 (vc-git-log-edit-mode-map): Keymap for it.
3590 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
3591
3592 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
3593 header names.
3594 (log-edit-toggle-header): New function.
3595 (log-edit-extract-headers): Accept function values in HEADERS alist.
3596
62a81506
CY
35972012-10-01 David Engster <deng@randomsample.de>
3598
3599 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
3600 from symbol property and change message to be more consistent with
3601 Emacs proper.
3602 (eieio-describe-generic): Add filename for each implementation.
3603 Fix indices for generic and normal methods.
3604 (eieio-method-def, eieio-class-def): New buttons.
3605 (eieio-help-find-method-definition)
3606 (eieio-help-find-class-definition): New functions.
3607 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
3608 class, constructor and method definitions.
3609
3610 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
3611 information in symbol property.
3612 (scoped-class): Remove.
3613 (eieio-slot-name-index, call-next-method): Check if it is bound.
3614
36152012-10-01 Leo P. White <lpw25@cam.ac.uk>
3616
3617 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
3618 (eieio-custom-mode): New major mode.
3619 (eieio-customize-object): Use it.
3620
36212012-10-01 Eric Ludlam <zappo@gnu.org>
3622
3623 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
3624 specifying the expected class, and whether subclassing is allowed.
3625 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
3626 (eieio-persistent-validate/fix-slot-value)
3627 (eieio-persistent-slot-type-is-class-p): New functions.
3628 (eieio-named::slot-missing): Doc fix.
62a81506
CY
3629
3630 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
3631 Stop using unused publd variable.
3632
3633 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3634 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
3635 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
3636 (eieio-speedbar-handle-click): Do not specify a class for the
3637 method. Fixes method invocation order problems with EDE.
3638
375e49d4
SM
36392012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
3642 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
3643
16ce6ccd
KF
36442012-10-01 Karl Fogel <kfogel@red-bean.com>
3645
3646 * bookmark.el (bookmark-version-control): Give tags in the
3647 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
3648 (bookmark-write-file): Bind `print-circle' to `t' to allow
3649 circular custom bookmark types. (Bug#12503)
16ce6ccd 3650
19e54a4d
PE
36512012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3652
86ec63ba
PE
3653 Revert the FOLLOW-SYMLINKS change for file-attributes.
3654 * files.el (remote-file-name-inhibit-cache, after-find-file):
3655 * time.el (display-time-file-nonempty-p): Undo last change.
3656
19e54a4d
PE
3657 * profiler.el (profiler-sampling-interval): Change default back to 1.
3658 See Stefan Monnier in
3659 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3660
0478776b
FEG
36612012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
3662
3663 Shell output catching a la gud-gdb.
3664 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
3665 (python-shell-fetch-lines-string, python-shell-fetched-lines):
3666 New Vars.
0478776b
FEG
3667 (python-shell-fetch-lines-filter): New function.
3668 (python-shell-send-string-no-output): Use them.
3669
c22bac2c
TM
36702012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
3671
3672 * profiler.el (profiler-sampling-interval): Rename from
3673 profiler-sample-interval.
3674 (profiler-sampling-interval): Default to 10.
3675 (profiler-find-profile): New command (was profiler-find-log).
3676 (profiler-find-profile-other-window): New command.
3677 (profiler-find-profile-other-frame): New command.
3678 (profiler-profile): Introduce API-level data structure.
3679
e7a2937b
PE
36802012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3681
3682 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3683 * files.el (remote-file-name-inhibit-cache):
3684 * time.el (display-time-file-nonempty-p): Use it.
3685 * files.el (after-find-file): Don't chase links before calling
3686 file-exists-p, as file-exists-p already does the right thing.
3687
4f595e15
RA
36882012-09-30 Ralf Angeli <angeli@caeruleus.net>
3689
3690 Merge from standalone RefTeX repository.
3691
3692 The following ChangeLog entries are shortened versions of the
3693 original ones with file paths adapted. A not so strongly edited
3694 version of the original ChangeLog can be found in the commit log.
3695
3696 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
3697 (reftex-arg-cite): Use `reftex-cite-key-separator'.
3698 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
3699
3700 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
3701 that entries with whitespace at various places are found.
3702 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
3703 Include @String definitions in the resulting bib file. Add header
3704 and footer defined in `reftex-create-bibtex-header' and
3705 `reftex-create-bibtex-footer'.
3706 (reftex-do-citation): Make it possible again to insert
3707 non-existent entries. Save match data when asking for optional
3708 arguments. Return all keys, not just the first one.
3709 (reftex-all-used-citation-keys): Fix regexp to correctly extract
3710 all citations in the same line.
3711 (reftex-parse-bibtex-entry): Accept additional optional argument
3712 `raw' and keep quotes or braces if it is non-nil. Match fields
3713 containing hyphens besides word constituents.
3714 (reftex-get-string-refs): New function.
3715 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3716 and ask if it should be reread in case it did.
3717 (reftex-pop-to-bibtex-entry)
3718 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3719 entries with spaces or tabs in front of arguments.
3720 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
3721 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3722 Match entries containing numbers and symbol constituents.
3723 (reftex-do-citation, reftex-figure-out-cite-format):
3724 Use `reftex-cite-key-separator'.
4f595e15
RA
3725
3726 * textmodes/reftex-dcr.el: Move provide statement to end of file.
3727 (reftex-mouse-view-crossref): Explain why point is set.
3728
3729 * textmodes/reftex-global.el: Whitespace changes.
3730
3731 * textmodes/reftex-index.el: Move provide statement to end of
3732 file.
3733 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3734 (reftex-index-visit-phrases-buffer): Set marker when visiting
3735 buffer. This allows for returning from the phrases file to the
3736 file one was just editing instead of the file where the last
3737 phrases was added from.
3738 (reftex-index-phrases-syntax-table): New variable. Give ?\"
3739 punctuation syntax as it usually is not used as string quote in
3740 TeX-related modes and may occur unmatched. The change also
3741 prevents fontification of quoted content.
3742 (reftex-index-phrases-mode): Use it.
3743
375e49d4
SM
3744 * textmodes/reftex-parse.el (reftex-parse-from-file):
3745 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
3746 (reftex-parse-from-file): Use beginning of match instead of end as
3747 bound.
3748
3749 * textmodes/reftex-ref.el: Adapt creation of
3750 `reftex-<package>-<macro>' functions to new structure of
3751 `reftex-ref-style-alist'.
375e49d4
SM
3752 (reftex-reference): Use `reftex-ref-style-list' function.
3753 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
3754 reference macro if `reftex-ref-macro-prompt' is non-nil.
3755 (reftex-reference): Pass refstyle to `reftex-format-special'.
3756 Determine reference macro by looking at
375e49d4
SM
3757 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3758 Use only one special format function.
4f595e15
RA
3759 (reftex-varioref-vref, reftex-fancyref-fref)
3760 (reftex-fancyref-Fref): Remove definitions. The functions are now
3761 generated from `reftex-ref-style-alist'.
3762 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3763 Remove.
3764 (reftex-format-special): New function.
3765
3766 * textmodes/reftex-sel.el
3767 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3768 of `reftex-ref-style-alist'. Remove code for testing macro type.
3769 (reftex-select-toggle-varioref)
3770 (reftex-select-toggle-fancyref): Remove.
3771 (reftex-select-cycle-ref-style-internal)
3772 (reftex-select-cycle-ref-style-forward)
3773 (reftex-select-cycle-ref-style-backward): New functions.
3774 (reftex-select-label-map): Use `v' and `V' for general cycling
3775 through reference styles. Add `p' for switching between number
3776 and page reference types.
3777
375e49d4
SM
3778 * textmodes/reftex-toc.el (reftex-re-enlarge):
3779 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
3780 the horizontal version throws an error even if the parameter is 0.
3781
3782 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3783 (reftex-plug-into-AUCTeX): Doc fix.
3784 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3785 string. Adapt to new name.
3786 (reftex-ref-style-alist): Change structure so that it is not
3787 possible to use multiple different package names within a style.
375e49d4
SM
3788 Remove the symbols for symbols for macro type distinction.
3789 Add characters for macro selection.
4f595e15
RA
3790 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3791 (reftex-create-bibtex-footer): New variables.
3792 (reftex-format-ref-function): Mention third argument of special
3793 format function.
375e49d4
SM
3794 (reftex-ref-style-alist, reftex-ref-style-default-list):
3795 New variables.
4f595e15
RA
3796 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3797 to new implementation. Mark as obsolete. Add compatibility code
3798 for honoring the variable values in case they are set.
375e49d4
SM
3799 (reftex-cite-format-builtin, reftex-bibliography-commands):
3800 Add support for ConTeXt.
3801 (reftex-format-ref-function, reftex-format-cite-function):
3802 Fix custom type.
4f595e15
RA
3803 (reftex-cite-key-separator): New variable.
3804
3805 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3806 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3807 `reftex-syntax-table' because parens have to retain their paren
3808 syntax in order for parsing of BibTeX entries like @book(...) to
3809 work.
3810 (reftex-in-comment): Do not error out if `comment-start-skip' is
3811 not set. Deal correctly with escaped comment characters.
375e49d4
SM
3812 (reftex-tie-multifile-symbols): Add doc string.
3813 Initialize `reftex-ref-style-list'.
4f595e15
RA
3814 (reftex-untie-multifile-symbols): Add doc string.
3815 (reftex-add-index-macros): Doc fix.
3816 (reftex-ref-style-activate, reftex-ref-style-toggle)
3817 (reftex-ref-style-list): New functions.
3818 (reftex-mode-menu): Use them. Adapt to new structure of
3819 `reftex-ref-style-alist'.
3820 (reftex-select-with-char): Kill the RefTeX Select buffer when
3821 done.
3822 (reftex-remove-if): New function.
3823 (reftex-erase-all-selection-and-index-buffers)
3824 (reftex-mode-menu): Reference styles are now computed from
3825 `reftex-ref-style-alist'. Fix typo.
3826 (reftex-report-bug): New function.
3827 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3828 algorithms with O(n log n). Introduce optional argument SORT (not
3829 yet used).
3830
440ba395
FEG
38312012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3832
3833 Enhancements for triple-quote string syntax.
375e49d4
SM
3834 * progmodes/python.el (python-syntax-propertize-function):
3835 Match both quote cases in one regexp.
440ba395
FEG
3836 (python-syntax-stringify): Handle matches properly.
3837
4c478e6b
JL
38382012-09-30 Juri Linkov <juri@jurta.org>
3839
3840 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 3841 to nil around the call to `insert' to prevent
4c478e6b
JL
3842 directory time modification by lock_file. (Bug#2295)
3843 * tar-mode.el (tar-summarize-buffer): Idem.
3844
d80d54b2
JL
38452012-09-30 Juri Linkov <juri@jurta.org>
3846
3847 * facemenu.el (list-colors-sort): Add option "Luminance".
3848 (list-colors-sort-key): Implement it.
3849
3850 * vc/diff-mode.el (diff-refine-removed):
3851 * vc/ediff-init.el (ediff-fine-diff-A):
3852 * vc/smerge-mode.el (smerge-refined-removed):
3853 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3854
d7e642cc
JD
38552012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3856
3857 * term/ns-win.el (x-file-dialog): New function.
3858
ee41332b
JB
38592012-09-30 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * ido.el (ido-max-directory-size): Default to nil; the current
3862 default is small for POSIX systems, and impractical on Windows 7
3863 now that lstat returns directory sizes for NTFS.
3864
5938d519
MR
38652012-09-30 Martin Rudalics <rudalics@gmx.at>
3866
3867 In buffer display functions handle window-height/window-width
3868 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
3869 * window.el (window--display-buffer): New argument ALIST.
3870 Obey window-height and window-width alist entries.
3871 (window--try-to-split-window): New argument ALIST.
3872 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
3873 changed and window-combination-limit equals `window-size'.
3874 (display-buffer-in-atom-window)
3875 (display-buffer-in-major-side-window)
3876 (display-buffer-in-side-window, display-buffer-same-window)
3877 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3878 (display-buffer-pop-up-window, display-buffer-below-selected)
3879 (display-buffer-at-bottom, display-buffer-in-previous-window)
3880 (display-buffer-use-some-window): Adjust all callers of
3881 window--display-buffer and window--try-to-split-window.
3882 (fit-frame-to-buffer): New option.
3883 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3884 is non-nil.
3885 (display-buffer-in-major-side-window): Evaluate window-height /
3886 window-width alist entries.
3887
3888 * help.el (temp-buffer-resize-frames)
3889 (temp-buffer-resize-regexps): Remove options.
3890 (temp-buffer-resize-mode): Adjust doc-string.
3891 (resize-temp-buffer-window): Don't consult
3892 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3893 temp-buffer-resize-frames.
3894
375e49d4
SM
3895 * dired.el (dired-mark-pop-up):
3896 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
3897 entry.
3898
c4c0c2df
CY
38992012-09-30 Chong Yidong <cyd@gnu.org>
3900
48de8b12
CY
3901 * server.el (server-host): Document the security implications.
3902 (server-auth-key): Doc fix.
3903
3904 * startup.el (initial-buffer-choice): Doc fix.
3905
3906 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3907
a97dc380
CY
3908 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3909 restriction change.
3910
d39d3c8e
CY
3911 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3912
c4c0c2df
CY
3913 * help-fns.el (help-fns--obsolete): Fix last change.
3914
98a5e33b
SM
39152012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3916
34cf6f39
SM
3917 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3918 (minor-mode-map-alist): Remove redundant code.
3919
e01c13fe
SM
3920 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3921 visited in a buffer.
3922 (cvs-insert-visited-file): New function.
3923 (find-file-hook): Use it.
3924
3925 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3926
02661b3a
SM
3927 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3928 chose face.
3929 (log-edit-empty-buffer-p): Don't require a space after a header.
3930
43711d4b
SM
3931 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3932
38a30d64
SM
3933 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3934
4ffb41a9
SM
3935 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3936 a proper minor-mode.
3937
98a5e33b
SM
3938 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3939
de82e29b
GM
39402012-09-29 Glenn Morris <rgm@gnu.org>
3941
5cc2e639
GM
3942 * winner.el (winner-mode): Remove variable (let define-minor-mode
3943 handle it).
3944 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3945 Doc fixes.
3946 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3947 (winner-mode): Use define-minor-mode.
3948
7bd302eb
GM
3949 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3950 the full definition in loaddefs, rather than duplicating it.
3951
2923922f 3952 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 3953
0e3e4156
GM
3954 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3955 (inferior-lisp-program, inferior-lisp-load-command)
3956 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 3957 No need to autoload defcustoms.
0e3e4156 3958
de82e29b
GM
3959 * hippie-exp.el (hippie-expand-try-functions-list)
3960 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3961 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3962 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 3963 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
3964 * progmodes/vhdl-mode.el (vhdl-line-expand):
3965 Explicitly load hippie-exp, so it does not get autoloaded
3966 while hippie-expand-try-functions-list is let-bound.
3967
e60b51ab
GM
39682012-09-28 Glenn Morris <rgm@gnu.org>
3969
277f0cfa
GM
3970 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3971
e60b51ab
GM
3972 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3973 Only "cl.el" counts as cl these days.
3974
53baf48a
JL
39752012-09-28 Juri Linkov <juri@jurta.org>
3976
3977 Display archive errors in the echo area instead of inserting
3978 to the file buffer.
3979
3980 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3981 to STDERR-TEST that can be a regexp matching a successful output.
3982 Create a temporary file and redirect stderr to it. Search for
3983 STDERR-TEST in the stderr output and display it in the echo area
3984 if no match is found.
3985 (archive-extract-by-file): New function like
3986 `archive-extract-by-stdout' but extracting archives to files
3987 and looking for successful matches in stdout. Function body is
3988 mostly copied from `archive-rar-extract'.
3989 (archive-rar-extract): Use `archive-extract-by-file'.
3990 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3991
9c1228c3
LL
39922012-09-28 Leo Liu <sdl.web@gmail.com>
3993
375e49d4
SM
3994 * pcomplete.el (pcomplete-show-completions):
3995 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 3996
9c1228c3
LL
3997 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3998
7f457c06
SM
39992012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4000
3df749b0
SM
4001 * type-break.el: Use lexical-binding.
4002 (type-break-mode): Use define-minor-mode.
4003
7f457c06
SM
4004 * emacs-lisp/pcase.el (pcase--mark-used): New.
4005 (pcase--u1): Use it (bug#12512).
4006
4007 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4008 in load-history with the right file name.
4009
c00ebc98
TH
40102012-09-28 Tassilo Horn <tsdh@gnu.org>
4011
4012 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4013 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4014 (doc-view-get-bounding-box): Make bounding box slicing work for
4015 ODF and DVI documents.
4016
96fb7170
GM
40172012-09-28 Glenn Morris <rgm@gnu.org>
4018
4019 * type-break.el (type-break-mode, type-break-interval)
4020 (type-break-good-rest-interval, type-break-keystroke-threshold):
4021 No need to autoload.
4022 (type-break-good-rest-interval, type-break-keystroke-threshold):
4023 Add :set-after.
4024
5bc93c67
CY
40252012-09-28 Chong Yidong <cyd@gnu.org>
4026
4027 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4028 Add :version tag.
4029
9cad61d6
SM
40302012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4031
e28e67b3 4032 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 4033
daee954c
GM
40342012-09-27 Glenn Morris <rgm@gnu.org>
4035
a88324d4
GM
4036 * faces.el (x-display-name): Declare (for without-x builds).
4037
8e5064e5
GM
4038 * linum.el (linum-format): Don't autoload it. Improve :type.
4039
cc1783c2
GM
4040 * progmodes/tcl.el: Don't require outline when compiling.
4041 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
4042 * textmodes/sgml-mode.el: Don't require outline when compiling.
4043 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4044
48c339f2
GM
4045 * term.el (term-ansi-reset):
4046 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4047
daee954c
GM
4048 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4049 files for RCS and SCCS. (Bug#9781)
4050
b7f42161
CY
40512012-09-27 Chong Yidong <cyd@gnu.org>
4052
4053 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4054 change; value should be t.
4055
a2e770db
SM
40562012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4057
83600dc8
SM
4058 * image-mode.el: Use lexical-binding.
4059 (image-mode-winprops): Use t to stand for the window of
4060 a buffer that's not displayed.
4061 * doc-view.el (doc-view-new-window-function): Handle the new
4062 t in winprops.
4063 (doc-view-enlarge): Make it a real nop if the size is not changed.
4064 (doc-view-display): Handle the case where the buffer is not (yet?)
4065 displayed in any window.
4066 (doc-view-saved-settings): New var.
4067 (doc-view-mode): Use it.
4068 (doc-view-fallback-mode): Set it.
4069
a2e770db
SM
4070 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4071 Set lexical-binding.
4072 (minibuffer-eldef-shorten-default): New var.
4073 (minibuffer-default-in-prompt-regexps): Use it for new default.
4074 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4075
e3b60857
JB
40762012-09-26 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * international/uni-bidi.el:
4079 * international/uni-category.el:
4080 * international/uni-name.el:
4081 * international/uni-numeric.el: Regenerate.
4082
3a880af4
SM
40832012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4084 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * profiler.el: New file.
4087
07b1a5fb
SM
40882012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4091 (testcover-reinstrument): Simplify with CSE.
4092
42019c2e
JB
40932012-09-26 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4096
179f044b
WS
40972012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4098
4099 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4100 (verilog-auto-input, verilog-auto-insert-lisp)
4101 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4102 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4103 (verilog-auto-unused, verilog-auto-wire)
4104 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4105 newline. Reported by Andrew Jones.
4106 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4107 Reported by Brad Dobbie.
07b1a5fb
SM
4108 (verilog-batch-delete-trailing-whitespace):
4109 Create verilog-batch-delete-trailing-whitespace.
4110 Reported by Brad Dobbie.
179f044b
WS
4111 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4112 parameters from another module. Reported by Dan Katz.
4113 (verilog-auto, verilog-auto-assign-modport)
4114 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4115 AUTOINOUTMODPORT for UVM interface module shell generation.
4116 Reported by Brad Dobbie.
4117 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4118 standard behavior.
4119 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4120 Reported by Matt Martin.
4121
9c52dd5a
MR
41222012-09-25 Martin Rudalics <rudalics@gmx.at>
4123
4124 * window.el (window--resize-child-windows): When resizing child
4125 windows proportionally, process them in reverse order to
4126 preserve the "when splitting a window the new one gets the odd
4127 line" behavior.
4128 (window--resize-root-window-vertically): When resizing the
4129 minibuffer window try to affect only windows at the bottom of the
4130 frame. (Bug#12419)
4131
863666eb
CY
41322012-09-25 Chong Yidong <cyd@gnu.org>
4133
4134 * subr.el (declare): Doc fix.
4135
4136 * help-fns.el (help-fns--obsolete): Handle macros properly.
4137
59f7af81
CY
41382012-09-25 Chong Yidong <cyd@gnu.org>
4139
4140 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4141 this function obsolete.
4142
4143 * calendar/cal-x.el (calendar-two-frame-setup)
4144 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4145 * calendar/calendar.el (american-calendar, european-calendar)
4146 (calendar-for-loop):
4147 * comint.el (comint-dynamic-simple-complete)
4148 (comint-dynamic-complete-as-filename, comint-unquote-filename):
4149 * desktop.el (desktop-load-default):
4150 * dired-x.el (dired-omit-here-always)
4151 (dired-hack-local-variables, dired-default-directory):
4152 * emacs-lisp/derived.el (derived-mode-class):
4153 * emacs-lisp/timer.el (timer-set-time-with-usecs):
4154 * emacs-lock.el (toggle-emacs-lock):
4155 * epa.el (epa-display-verify-result):
4156 * epg.el (epg-sign-keys, epg-start-sign-keys)
4157 (epg-passphrase-callback-function):
4158 * eshell/esh-util.el (eshell-for):
4159 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4160 (eshell-add-to-window-buffer-names):
4161 * files.el (locate-file-completion):
4162 * imenu.el (imenu-example--create-c-index)
4163 (imenu-example--create-lisp-index)
4164 (imenu-example--lisp-extract-index-name)
4165 (imenu-example--name-and-position):
4166 * international/mule-cmds.el (princ-list):
4167 * international/mule-diag.el (decode-codepage-char):
4168 * international/mule-util.el (detect-coding-with-priority):
4169 * iswitchb.el (iswitchb-read-buffer):
4170 * mail/mailalias.el (mail-complete):
4171 * mail/sendmail.el (mail-sent-via):
4172 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4173 (mouse-major-mode-menu):
4174 * password-cache.el (password-read-and-add):
4175 * pcomplete.el (pcomplete-parse-comint-arguments):
4176 * progmodes/sh-script.el (sh-maybe-here-document):
4177 * replace.el (query-replace-regexp-eval):
4178 * savehist.el (savehist-load):
4179 * simple.el (choose-completion-delete-max-match):
4180 * term.el (term-dynamic-simple-complete):
4181 * vc/ediff-init.el (ediff-check-version):
4182 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4183 * vc/vc.el (vc-diff-switches-list):
4184 * view.el (view-return-to-alist-update): Likewise.
4185
4186 * subr.el (eval-next-after-load, makehash, insert-string)
4187 (assoc-ignore-representation, assoc-ignore-case): Use declare to
4188 mark obsolete.
4189 (mode-line-inverse-video): Variable deleted.
4190
4191 * international/mule-util.el (string-to-sequence): Remove.
4192
4193 * calendar/calendar.el (calendar-version):
4194 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4195 (icalendar-convert-diary-to-ical):
4196 * cus-edit.el (custom-mode):
4197 * ansi-color.el (ansi-color-unfontify-region):
4198 * international/latin1-disp.el (latin1-char-displayable-p):
4199 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
4200 * progmodes/which-func.el (which-func-update-1):
4201 Use define-obsolete-function-alias.
59f7af81
CY
4202
4203 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
4204 * net/newst-treeview.el (newsticker-groups-filename):
4205 Fix incorrect obsolescence declaration.
59f7af81
CY
4206
4207 * allout.el (allout-passphrase-hint-string): Likewise.
4208 (allout-init): Use a declare form to mark obsolete.
4209
4210 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4211 this applies to functions.
4212
4213 * iswitchb.el (iswitchb-read-buffer): Move code of
4214 iswitchb-define-mode-map here, and delete that obsolete function.
4215
4216 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4217 font-lock-reference-face.
4218
cca96c97
GM
42192012-09-25 Glenn Morris <rgm@gnu.org>
4220
b06eeda8
GM
4221 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4222 Doc fixes.
4223
cca96c97
GM
4224 * eshell/em-term.el (eshell-term-name):
4225 Default to term-term-name. (Bug#12485)
4226
dc4f818b
FEG
42272012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4228
cca96c97
GM
4229 * progmodes/python.el (python-shell-send-buffer): Better handling
4230 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 4231
289c24bd
GM
42322012-09-24 Glenn Morris <rgm@gnu.org>
4233
4234 * eshell/esh-cmd.el (eshell-find-alias-function):
4235 Tighten up file-name regexp. (Bug#12499)
4236
8fb8b88f
FEG
42372012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
4238
4239 Enhancements for triple-quote string syntax.
4240 * progmodes/python.el (python-quote-syntax): Remove.
4241 (python-syntax-propertize-function): New value.
07b1a5fb
SM
4242 (python-syntax-count-quotes, python-syntax-stringify):
4243 New functions.
8fb8b88f 4244
6c27f0f8
CY
42452012-09-24 Chong Yidong <cyd@gnu.org>
4246
a5f2b6ec
CY
4247 * mail/supercite.el (sc-version): Remove obsolete function.
4248 (sc-describe): Don't mark as obsolete, since it is bound.
4249 (sc-submit-bug-report): Remove.
4250
4251 * vc/log-edit.el (cvs-changelog-full-paragraphs)
4252 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
4253 (log-edit-require-final-newline)
4254 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
4255
4256 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
4257 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4258 * vc/vc.el (vc-checkout-carefully): Likewise.
4259
4260 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
4261 (emerge-version): Remove.
4262
4263 * progmodes/compile.el (compile-internal): Remove.
4264 (compilation-parse-errors-function): Fix typo.
4265
4266 * international/mule.el (set-char-table-default): Remove.
4267 (set-coding-priority, make-coding-system, generic-char-p)
4268 (charset-list, charset-bytes, charset-id): Use declare to mark
4269 functions as obsolete.
4270
4271 * vc/pcvs-defs.el (cvs-buffer-name-alist)
4272 (cvs-invert-ignore-marks): Remove references to obsolete vars.
4273 * vc/vc-hooks.el (vc-default-registered): Don't use
4274 vc-master-templates.
4275
07b1a5fb
SM
4276 * font-lock.el (font-lock-reference-face):
4277 Use define-obsolete-variable-alias.
6c27f0f8
CY
4278
4279 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
4280 * calendar/calendar.el (calendar-font-lock-keywords):
4281 * calendar/diary-lib.el (diary-font-lock-keywords)
4282 (diary-fancy-font-lock-keywords):
4283 * textmodes/reftex-sel.el (reftex-insert-docstruct):
4284 * textmodes/reftex-index.el (reftex-insert-index):
4285 * textmodes/reftex-cite.el (reftex-format-bib-entry):
4286 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4287 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4288 * progmodes/prolog.el (prolog-font-lock-keywords):
4289 * progmodes/idlwave.el (idlwave-idl-keywords):
4290 * progmodes/ada-mode.el (ada-font-lock-keywords):
4291 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
4292
bcc0adbf
GM
42932012-09-24 Glenn Morris <rgm@gnu.org>
4294
4295 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
4296
095bb823
FEG
42972012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
4298
4299 * progmodes/python.el (python-indent-line): More consistent cursor
4300 movement behavior.
4301
70efc5c9
SM
43022012-09-23 Stefan Merten <smerten@oekonux.de>
4303
4304 * textmodes/rst.el: Fix compiler warning.
4305
2f438239
RW
43062012-09-23 Roland Winkler <winkler@gnu.org>
4307
07b1a5fb
SM
4308 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
4309 Transcribe also LaTeX hyphenation.
2f438239
RW
4310 (bibtex-reformat): Bug fix. Do not quote twice the elements of
4311 bibtex-reformat-previous-options.
4312
936ad041
RW
43132012-09-23 Roland Winkler <winkler@gnu.org>
4314
4315 * proced.el (proced-renice-command): New variable.
4316 (proced-marked-processes): New function.
4317 (proced-with-processes-buffer): New macro.
4318 (proced-send-signal): Use them.
4319 (proced-renice): New command bound to r.
4320
6fab0274
RW
43212012-09-23 Roland Winkler <winkler@gnu.org>
4322
4323 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
4324 ibuffer-saved-filter-groups has one element, shortcut the call of
4325 completing-read. (Bug#12331)
4326
9a930676
CY
43272012-09-23 Chong Yidong <cyd@gnu.org>
4328
4329 * bindings.el (mode-line-toggle-read-only):
4330 * bs.el (bs-toggle-readonly):
4331 * buff-menu.el (Buffer-menu-toggle-read-only):
4332 * dired.el (dired-toggle-read-only):
4333 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
4334
d07ff9db
CY
43352012-09-23 Chong Yidong <cyd@gnu.org>
4336
4337 * image.el (image-type-available-p): Adapt to init-image-library
4338 argument changes.
4339
51c4474e
JL
43402012-09-22 Juri Linkov <juri@jurta.org>
4341
4342 * dired.el (dired-mode-map): Add [remap read-only-mode] for
4343 `dired-toggle-read-only'. (Bug#12462)
4344
43bf5e8e
MR
43452012-09-22 Martin Rudalics <rudalics@gmx.at>
4346
4347 * subr.el (temp-output-buffer-show): New function.
4348 (with-output-to-temp-buffer): Call temp-output-buffer-show
4349 instead of internal-temp-output-buffer-show.
4350
c88b867f
CY
43512012-09-22 Chong Yidong <cyd@gnu.org>
4352
3df47cd5
CY
4353 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4354 (Bug#12462).
4355
c88b867f
CY
4356 * repeat.el (repeat): Doc fix (Bug#12348).
4357
4358 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4359 (Bug#10909).
4360
4361 * simple.el (shell-command-on-region): Doc fix.
3171e303 4362 (read-only-mode): Doc fix.
c88b867f 4363
df9685f3
EZ
43642012-09-22 Eli Zaretskii <eliz@gnu.org>
4365
4366 * emacs-lisp/timer.el (run-with-idle-timer)
4367 (timer-activate-when-idle): Warn against reinvoking an idle timer
4368 from within its own timer action. (Bug#12447)
4369
8e17c9ba
MR
43702012-09-22 Martin Rudalics <rudalics@gmx.at>
4371
4372 * cus-start.el (window-combination-limit): Add new optional
4373 values.
4374 * window.el (temp-buffer-window-show)
4375 (window--try-to-split-window): Handle new values of
4376 window-combination-limit (Bug#1806).
4377 (split-window): Test window-combination-limit for t instead of
4378 non-nil.
4379 (display-buffer-at-bottom): New buffer display action function.
4380 * help.el (temp-buffer-resize-regexps): New option.
4381 (temp-buffer-resize-mode): Rewrite doc-string.
4382 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 4383 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 4384
48a24920
SM
43852012-09-22 Stefan Merten <smerten@oekonux.de>
4386
70efc5c9 4387 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
4388 (rst-official-version)
4389 (rst-package-emacs-version-alist): Sync with official version
4390 V1.4.0.
4391 (rst-faces-defaults, rst-set-level-default)
4392 (rst-level-face-max, rst-level-face-base-color)
4393 (rst-level-face-base-light, rst-level-face-format-light)
4394 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
4395 (rst-adornment-faces-alist): Match new setup.
4396 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
4397 (rst-level-5, rst-level-6): New faces.
4398
82f8cd94
CY
43992012-09-22 Chong Yidong <cyd@gnu.org>
4400
4401 * simple.el (undo): Handle indirect buffers (Bug#8207).
4402
acfa068f 44032012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
4404
4405 IDO: Disable match re-ordering for buffer switching.
2bc9406c 4406 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
4407 (ido-set-matches-1): Use it. (Bug#2042)
4408
acfa068f 44092012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
4410
4411 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4412 Fix 2011-05-17 change. (Bug#12418)
4413
acfa068f 44142012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
4415
4416 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
4417
acfa068f 44182012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
4419
4420 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
4421 Be more robust about locating simple.el.
4422
acfa068f 44232012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
4424
4425 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
4426
acfa068f
CY
44272012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
4428
4429 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
4430
41a97e6f
JL
44312012-09-20 Juri Linkov <juri@jurta.org>
4432
eb2deaff
JL
4433 * replace.el (query-replace-read-from): Use `read-regexp' instead
4434 of `read-from-minibuffer' when `regexp-flag' is non-nil.
4435 (occur-read-primary-args): Use `read-regexp' instead of
4436 `read-string'.
4437 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
4438 `read-from-minibuffer'.
4439 * isearch.el (isearch-occur): Use `read-regexp' instead of
4440 `read-string'.
4441 * dired.el (dired-read-regexp): Use `read-regexp' instead of
4442 `read-from-minibuffer'.
4443 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
4444 of `read-string'. (Bug#7567)
4445
5825610b
JL
4446 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
4447 and allow accepting a list of strings prepended to a list of
4448 standard default values. Doc fix. (Bug#12321)
4449
eebbf404
JL
4450 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
4451
41a97e6f
JL
4452 * replace.el (read-regexp): Don't add ": " when PROMPT already
4453 ends with a colon and space. (Bug#12321)
4454
c9e452d3
TH
44552012-09-20 Tassilo Horn <tsdh@gnu.org>
4456
4457 * doc-view.el (doc-view-display): Better fix for the cl-assertion
4458 error.
4459
ee97deee
SM
44602012-09-20 Stefan Merten <smerten@oekonux.de>
4461
70efc5c9 4462 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
4463 Fixes feature request bug#11711.
4464 (rst-mode): Create `imenu-create-index-function'.
4465 (rst-get-stripped-line): Delete after refactoring.
4466 (rst-section-tree, rst-section-tree-rec)
4467 (rst-section-tree-point): Refactor and document properly.
4468 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
4469 (rst-imenu-convert-cell, rst-imenu-create-index):
4470 New function.
ee97deee 4471
f490dab9
SM
44722012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4473
95b9712e
SM
4474 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
4475 (macroexp--expand-all): Use it.
4476 (macroexp--funcall-and-return): Remove by folding it into its sole
4477 caller (macroexp--warn-and-return).
4478 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
4479 Use macroexp--obsolete-warning.
4480
f490dab9
SM
4481 * calc/calc.el: Fix last change by removing the whole chunk, since it
4482 was only needed back when Calc was not bundled.
4483
96e8d411
MR
44842012-09-20 Martin Rudalics <rudalics@gmx.at>
4485
4486 * emacs-lisp/debug.el (debug): Restore assignment to
4487 debugger-old-buffer removed on 2012-09-08.
4488
0876a82d
JL
44892012-09-20 Juri Linkov <juri@jurta.org>
4490
4491 * dired-aux.el (dired-diff): Remove (require 'diff) since
4492 `diff-latest-backup-file' is now autoloaded.
4493
9f7c28f0
CY
44942012-09-20 Chong Yidong <cyd@gnu.org>
4495
4496 * vc/diff.el (diff-latest-backup-file): Autoload.
4497
7a04bee9
SM
44982012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4499
e6f0a80d
SM
4500 * calc/calc.el: Remove redundant autoload shape check.
4501 (sel-mode): Don't defvar.
4502 (calc-get-stack-element): Add `sel-mode' arg instead.
4503 (calc-top, calc-top-list): Pass it this additional argument.
4504 * calc/calc-store.el (calc-store-map):
4505 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
4506 (calc-map-equation, calc-outer-product, calc-inner-product):
4507 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
4508
7a04bee9
SM
4509 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
4510
12734222
JL
45112012-09-19 Juri Linkov <juri@jurta.org>
4512
4513 * dired-aux.el (dired-diff): Add (require 'diff) because
4514 `diff-latest-backup-file' is not autoloaded.
4515 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
4516 of `dired-get-filename' to t to not report error when there is
4517 no default file on the current line.
4518
46624b4f
SM
45192012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4520
ce97595b
SM
4521 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
4522 macroexp--eval-if-compile.
4523 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
4524 (macroexp--expand-all): Use them (bug#12371).
4525
46624b4f
SM
4526 * doc-view.el (doc-view-guess-paper-size)
4527 (doc-view-scale-bounding-box): Fix unbound `caddr'.
4528
db8a5a18
TH
45292012-09-19 Tassilo Horn <tsdh@gnu.org>
4530
4531 New feature: set optimal slice from BoundingBox information.
4532 * doc-view.el (doc-view-mode-map): Add keybinding.
4533 (doc-view-menu): Add menu entry.
4534 (doc-view-set-slice): Adapt docstring.
4535 (doc-view-get-bounding-box, doc-view-guess-paper-size)
4536 (doc-view-scale-bounding-box)
4537 (doc-view-set-slice-from-bounding-box): New functions.
4538 (doc-view-paper-sizes): New defvar.
4539
69f6644c
GM
45402012-09-19 Glenn Morris <rgm@gnu.org>
4541
35f5b19d
GM
4542 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
4543 (byte-compile-log-warning): Autoload. (Bug#12371)
4544
69f6644c
GM
4545 * calendar/calendar.el (calendar-american-month-header)
4546 (calendar-european-month-header, calendar-iso-month-header)
4547 (calendar-month-header): New options.
4548 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
4549 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
4550
e543ae91
JD
45512012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4552
4553 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
4554
2fd5e67d
JL
45552012-09-18 Juri Linkov <juri@jurta.org>
4556
4557 * dired-aux.el (dired-diff): Restore original functionality of
4558 getting the default value, but keep new feature of using the
4559 latest existing backup file (`diff-latest-backup-file').
4560
42917e79
JL
45612012-09-18 Juri Linkov <juri@jurta.org>
4562
4563 * dired.el (dired-mark): If the region is active in Transient Mark
4564 mode, mark all files in the active region. Doc fix.
4565 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
4566 Doc fix. (Bug#10624)
4567
20f70ede
JL
45682012-09-18 Juri Linkov <juri@jurta.org>
4569
4570 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
4571 attributes for M-n are pulled from the file at point.
4572 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
4573 Suggested by Drew Adams. (Bug#10624)
4574
32fb8162
DG
45752012-09-18 Dmitry Gutov <dgutov@yandex.ru>
4576
4577 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
4578 whitespace after "end".
4579 (ruby-do-end-to-brace): Collapse block to one line if it fits
4580 within fill-column.
4581
37ab5092
MR
45822012-09-18 Martin Rudalics <rudalics@gmx.at>
4583
4584 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4585 value.
4586 (debug): Don't remove debugger window when debugger is expected
4587 to be back.
4588
ed1f0bd3
CY
45892012-09-18 Chong Yidong <cyd@gnu.org>
4590
4591 * custom.el (defface): Doc fix.
4592
4593 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
4594
a11035b8
MB
45952012-09-18 Martin Blais <blais@furius.ca> (tiny change)
4596
4597 * progmodes/compile.el (compilation-start): Use compilation-always-kill
4598 to initialize query-on-exit; then test that instead (bug#12288).
4599
64f6a736
SM
46002012-09-17 Stefan Merten <smerten@oekonux.de>
4601
70efc5c9 4602 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
4603 (rst-defcustom-testcover, rst-testcover-add-compose)
4604 (rst-testcover-add-1value): New functions.
4605 (rst-portable-mark-active-p): Replace by `use-region-p'.
4606 (rst-update-section, rst-classify-adornment)
4607 (rst-find-title-line): Mark `1value' forms.
4608 (rst-classify-adornment): Remove superfluous form.
4609 (rst-update-section, rst-get-adornments-around)
4610 (rst-adornment-complete-p, rst-get-next-adornment)
4611 (rst-adjust, rst-promote-region)
4612 (rst-display-adornments-hierarchy, rst-straighten-adornments)
4613 (rst-find-pfx-in-region, rst-section-tree-rec)
4614 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
4615 (rst-toc-node, rst-toc, rst-forward-section)
4616 (rst-iterate-leftmost-paragraphs)
4617 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
4618 (rst-bullet-list-region)
4619 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
4620 (rst-compile-find-conf, rst-compile)
4621 (rst-repeat-last-character): Fix style.
4622
580bd868
CY
46232012-09-17 Chong Yidong <cyd@gnu.org>
4624
4625 * comint.el (comint--complete-file-name-data): Don't add a space
4626 if the status is `sole'; that adds a gratuitous space in the
4627 completion-cycling case (Bug#12092).
4628
4629 * pcomplete.el (pcomplete-completions-at-point): Likewise.
4630
69de3ec6
RS
46312012-09-17 Richard Stallman <rms@gnu.org>
4632
0dee970c
RS
4633 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
4634 only in the mime-shown mode, not in raw mode.
4635 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 4636 mime processing. (Bug#12305)
0dee970c 4637
6b250df6
GM
4638 * mail/rmail.el (rmail-retry-failure):
4639 Turn off mime processing first. (Bug#12037)
acb1c47b 4640
69de3ec6
RS
4641 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4642
d079ee5f
CY
46432012-09-17 Chong Yidong <cyd@gnu.org>
4644
4645 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
4646 (shell-dynamic-complete-functions): Convert to defcustom.
4647 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4648
865fe16f
CY
4649 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4650 * comint.el (comint-prompt-read-only):
4651 * custom.el (defcustom):
4652 * hi-lock.el (hi-lock-mode):
4653 * ibuffer.el (ibuffer-formats):
4654 * ielm.el (ielm-prompt-read-only):
4655 * novice.el (disable-command):
4656 * saveplace.el (toggle-save-place):
4657 * speedbar.el (speedbar-supported-extension-expressions):
4658 * startup.el (auto-save-list-file-prefix, init-file-user)
4659 (after-init-hook, inhibit-startup-echo-area-message):
4660 * strokes.el (strokes-help):
4661 * time-stamp.el (time-stamp):
4662 * calendar/calendar.el (calendar, diary-file):
4663 * calendar/diary-lib.el (diary-mail-entries, diary)
4664 (diary-list-entries-hook):
4665 * calendar/holidays.el (holidays, calendar-holidays):
4666 * calendar/lunar.el (lunar-phases):
4667 * calendar/solar.el (sunrise-sunset):
4668 * emulation/edt.el (edt-load-keys):
4669 * emulation/viper.el (viper-mode):
4670 * eshell/em-alias.el (eshell-command-aliases-list):
4671 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4672 * international/ogonek.el (ogonek-information):
4673 * net/tramp-cmds.el (tramp-bug):
4674 * net/quickurl.el (quickurl-reread-hook-postfix):
4675 * play/decipher.el (decipher-font-lock-keywords):
4676 * progmodes/cc-styles.el (c-set-style):
4677 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4678 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4679 * progmodes/octave-mod.el (octave-mode):
4680 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4681 * progmodes/verilog-mode.el (verilog-read-defines):
4682 * textmodes/two-column.el (2C-mode): Likewise.
4683
48093eb9
KY
46842012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4687 that holds many addresses.
4688
c584eaf9
CY
46892012-09-16 Chong Yidong <cyd@gnu.org>
4690
40d70ecb
CY
4691 * align.el (align-areas): Call the indication function with
4692 positions instead of markers for arguments (Bug#12343).
4693
1667e065
CY
4694 * files.el (parse-colon-path): Use split-string (Bug#12351).
4695
fdc2806d 4696 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 4697 (display-buffer-function): Mark as obsolete.
fdc2806d 4698
f1be615c 4699 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
4700 values similar to font-lock-keywords (Bug#12136).
4701 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
4702 (compilation-error-regexp-alist): Doc fix.
4703
f40a9709
GM
47042012-09-15 Glenn Morris <rgm@gnu.org>
4705
72aa16e1
GM
4706 * version.el (emacs-bzr-version-bzr): New function.
4707 (emacs-bzr-get-version): Add optional EXTERNAL argument.
4708
82375160
GM
4709 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4710 checkouts, check the parent dirstate matches the branch.
4711 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
4712 empty string.
4713
f40a9709
GM
4714 * version.el (emacs-bzr-version): Doc fix.
4715 (emacs-bzr-version-dirstate): New function.
4716 (emacs-bzr-get-version): For lightweight checkouts, if the parent
4717 is local try and check that it matches the branch. If not, just
4718 use dirstate information. (Bug#12441)
4719
cb26b7f5
JL
47202012-09-14 Juri Linkov <juri@jurta.org>
4721
4722 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4723 (Bug#12399)
4724
2de39f08
SM
47252012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4726
0fb3cb7c
SM
4727 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4728
2de39f08
SM
4729 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4730 Remove obsolete byte-compiler hack that tried to silence some warnings.
4731 (edebug-submit-bug-report): Remove.
4732 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4733 Remove aliases, use the un-prefixed name instead.
4734 (edebug-pop-to-buffer): Consider other frames.
4735 (edebug-original-read):: Make it more obvious that it's always defined.
4736 (edebug--make-form-data-entry, edebug--form-data-name)
4737 (edebug--form-data-begin, edebug--form-data-end): Rename from the
4738 single-dashed name, and implement with cl-defstruct.
4739 (edebug-set-form-data-entry): Use the standard accessors.
4740 (edebug-make-top-form-data-entry): Use push.
4741 (edebug-no-match): Drop useless `funcall'.
4742 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4743 to functions.
4744 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4745 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4746 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4747 (easy-menu-define, with-custom-print): Remove redundant specs.
4748 (edebug-outside-overriding-local-map)
4749 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4750 (edebug--display): Bind unread-command-events directly to nil rather
4751 than binding it to unread-command-events and later setting it to nil.
4752 (edebug--display): Kill edebug-eval-buffer here...
4753 (edebug--recursive-edit): ...rather than here.
4754 Bind standard-output and standard-input.
4755 (edebug-eval): Check cl-macroexpand-all is fboundp.
4756 (edebug-temp-display-freq-count): Fix last change.
4757
4758 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4759 * subr.el (noreturn, 1value): Add `debug' spec.
4760 * emacs-lisp/advice.el: Require cl-lib.
4761 (ad-copy-tree): Remove, use copy-tree instead.
4762 (ad-dolist): Remove use dolist or cl-dolist instead.
4763 (ad-do-return): Remove, use cl-return instead.
4764 (defadvice): Add `debug' spec.
4765
5b68b333
JL
47662012-09-13 Juri Linkov <juri@jurta.org>
4767
4768 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4769 (Bug#12399)
4770
b9800ec4
GM
47712012-09-13 Glenn Morris <rgm@gnu.org>
4772
6a2e6868
GM
4773 * calc/calc.el (math-compose-expr):
4774 * calc/calc-ext.el (math-compose-expr):
4775 * progmodes/cc-defs.el (cl-macroexpand-all):
4776 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4777 (cl-macroexpand-all): Update declarations.
4778
b9800ec4
GM
4779 * vc/vc.el: No need to require ediff.
4780 (ediff-load-version-control): Declare.
4781 (ediff-vc-internal): Fix declaration.
4782 (vc-version-ediff): Require ediff.
4783
c18e885b
PE
47842012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4785
4786 Use a more backwards-compatible timer format (Bug#12430).
4787 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4788 being right after USECS, as that better supports old code that
4789 inadvisedly looked directly at the timer vector.
4790
d607d303
KH
47912012-09-13 Kenichi Handa <handa@gnu.org>
4792
4793 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4794 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4795 `coding-priority' property of these language environment.
4796
72eac303
PE
47972012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4798
4799 Fix glitches caused by addition of psec to timers (Bug#12430).
4800 * image.el (image-animate-timer):
4801 * time.el (display-time-world-timer):
4802 Use timer--function and timer--args rather than raw access to
4803 timer vector.
4804
2168fe4f
GM
48052012-09-13 Glenn Morris <rgm@gnu.org>
4806
4807 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4808 If not compiling a file, try using load-file-name.
4809
bd8d6108
SM
48102012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4811
c0c54fbd
SM
4812 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4813 Fix last change.
4814 (edebug-update-eval-list): Use `push'.
4815
bd8d6108
SM
4816 * emacs-lisp/edebug.el: Use lexical-binding.
4817 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4818 Mark unused args with underscore.
4819 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4820 (edebug-form-data): Use defvar-local.
4821 (edebug-make-before-and-after-form, edebug-make-after-form):
4822 Use backquote.
4823 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4824 Not dynamically scoped any more.
4825 (edebug--enter-trace): Add arguments `function' and `args'.
4826 Rename from edebug-enter-trace.
4827 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4828 (edebug--update-coverage): Add `after-index' and `value' args.
4829 Rename from edebug-update-coverage.
4830 (edebug-slow-after): Call it accordingly.
4831 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4832 edebug-recursive-edit.
4833 (edebug--display): Call it accordingly. Add args `value',
4834 `offset-index', and `arg-mode'. Rename from edebug-display.
4835 (edebug-debugger, edebug): Call it accordingly.
4836 (edebug-eval-display-list): Use dolist.
4837
a9f9d9de
JL
48382012-09-12 Juri Linkov <juri@jurta.org>
4839
4840 * info.el (Info-search): Don't check for isearch-mode and
4841 isearch-regexp before let-binding search-spaces-regexp to
4842 Info-search-whitespace-regexp.
4843 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4844 search-whitespace-regexp if isearch-lax-whitespace or
4845 isearch-regexp-lax-whitespace is non-nil.
4846 (Info-mode): Don't set local variable search-whitespace-regexp.
4847 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4848
bfeae2cf
SM
48492012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4852 (debugger-env-macro): Remove support for unread-command-char.
4853
4854 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4855 the temporary map re-appearing on emulation-mode-map-alists.
4856
4857 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4858 since 22.1.
4859
4860 * ehelp.el (with-electric-help): Accept functions in
4861 electric-help-form-to-execute.
4862 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4863 And replace unread-command-char -> unread-command-events.
4864
fbbcaf1b
MA
48652012-09-12 Michael Albinus <michael.albinus@gmx.de>
4866
4867 Sync with Tramp 2.2.6.
4868
4869 * net/tramp.el (tramp-accept-process-output): Don't use
4870 JUST-THIS-ONE in the XEmacs case.
4871
4872 * net/trampver.el: Update release number.
4873
4dece104
MR
48742012-09-12 Martin Rudalics <rudalics@gmx.at>
4875
bfeae2cf
SM
4876 * emacs-lisp/debug.el (debugger-previous-window-height):
4877 New variable.
4dece104
MR
4878 (debug): When debugger-jumping-flag is non-nil try to restore
4879 height of debugger window. (Bug#8789)
4880
45b82ad0
SM
48812012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4882
60c49c0f
SM
4883 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4884 overriding-local-map and pre/post-command-hook here.
4885 (edebug-recursive-edit): Do it here instead (bug#12345).
4886 (edebug-outside-unread-command-char): Remove all uses of
4887 unread-command-char.
4888
45b82ad0
SM
4889 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4890 inhibit-debugger is bound instead.
4891
baa26ea0
BG
48922012-09-11 Bastien Guerry <bzg@gnu.org>
4893
4894 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 4895 (Bug#12346)
baa26ea0 4896
04e8abfa
BG
48972012-09-11 Bastien Guerry <bzg@gnu.org>
4898
96d03571 4899 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 4900 (Bug#12347)
96d03571
BG
4901
49022012-09-11 Bastien Guerry <bzg@gnu.org>
4903
fc0c31f8 4904 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 4905
04e082b0
MM
49062012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4907
4908 * progmodes/sql.el: Version 3.1
4909 (sql-db2-escape-newlines): New variable.
4910 (sql-escape-newlines-filter): Use it.
4911
399a361b
JB
49122012-09-10 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4915
0780c517
DN
49162012-09-10 Dan Nicolaescu <dann@gnu.org>
4917
45b82ad0
SM
4918 * vc/diff-mode.el (diff-mode-menu):
4919 Bind diff-remove-trailing-whitespace.
0780c517 4920
9b851e25
SM
49212012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
4924 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4925 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
4926 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4927 (eval-defun-2): Remove bogus interactive spec.
4928 (lisp-indent-line): Remove redundant whole-exp code, now done in
4929 indent-according-to-mode.
4930 (save-match-data): Remove redundant indent data.
4931
4932 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4933 Use `declare'.
4934
3231d532
JL
49352012-09-09 Juri Linkov <juri@jurta.org>
4936
4937 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4938 (replace-lax-whitespace, query-replace-regexp)
4939 (query-replace-regexp-eval, replace-regexp): Doc fix.
4940 (perform-replace, replace-highlight): Let-bind
4941 isearch-lax-whitespace to replace-lax-whitespace and
4942 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4943
4944 * isearch.el (isearch-query-replace): Let-bind
4945 replace-lax-whitespace to isearch-lax-whitespace and
4946 replace-regexp-lax-whitespace to
4947 isearch-regexp-lax-whitespace. (Bug#10885)
4948
70fe8236
SM
49492012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4952
8ed43f15
AM
49532012-09-09 Alan Mackenzie <acm@muc.de>
4954
70fe8236
SM
4955 * progmodes/cc-engine.el (c-state-cache-init):
4956 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4957 (c-record-parse-state-state):
4958 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 4959
bfabf70a
AS
49602012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4961
4962 * register.el (register-separator): Rename from
4963 separator-register. All uses changed. Doc fix.
4964 (register): Fix version.
4965
011474aa
CY
49662012-09-09 Chong Yidong <cyd@gnu.org>
4967
4968 * replace.el (query-replace-map): Bind four new symbols for
4969 requesting window scrolling.
4970
4971 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4972 query-replace-map (Bug#8948).
4973
4974 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4975
4976 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4977 since they are now in query-replace-map.
4978
4979 * window.el (scroll-other-window-down): Make the arg optional.
4980
a8b7cd8d
CY
49812012-09-09 Chong Yidong <cyd@gnu.org>
4982
4983 * files.el (hack-local-variables-confirm): Use quit-window to kill
4984 the *Local Variables* buffer.
4985
c3268831
DG
49862012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4987
4988 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4989 not just expect to be at its beginning. Adjust callees.
4990 Succeed when do-end block has no space before the pipe character.
4991 (ruby-brace-to-do-end): When the original block is one-liner,
4992 convert to multiline. Reindent the result.
4993
0979429b
J
49942012-09-08 Jambunathan K <kjambunathan@gmail.com>
4995
4996 * register.el (register): New group.
27359e99 4997 (separator-register): New user option.
0979429b
J
4998 (increment-register): Route it to `append-to-register', if
4999 register contains text. Implication is that `C-x r +' can now be
5000 used for appending to a text register (bug#12217).
5001 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 5002 `separator-register'.
0979429b 5003
ace2989a
AM
50042012-09-08 Alan Mackenzie <acm@muc.de>
5005
5006 AWK Mode: make auto-newline work when there's "==" in the pattern.
5007 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5008 correctly.
0979429b
J
5009 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5010 Test more rigorously for "=" token.
ace2989a 5011
616c6c36
DG
50122012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5013
0979429b
J
5014 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5015 Only fail when reached LIMIT.
616c6c36 5016
35d98877
CY
50172012-09-08 Chong Yidong <cyd@gnu.org>
5018
5019 * dired.el (dired-mode-map): Don't bind M-=.
5020
5021 * dired-aux.el (dired-diff): Use backup file as default.
5022
1715f2db
DA
50232012-09-08 Drew Adams <drew.adams@oracle.com>
5024
5025 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5026
6dcef6ec
CY
50272012-09-08 Chong Yidong <cyd@gnu.org>
5028
5029 * subr.el (syntax-after, syntax-class): Doc fix.
5030
fa2bcf43
MR
50312012-09-08 Martin Rudalics <rudalics@gmx.at>
5032
5033 * window.el (display-buffer-in-previous-window): New buffer
5034 display action function.
5035
5036 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5037 (debugger-previous-window): New variable.
5038 (debug): Rewrite using display-buffer-in-previous-window,
5039 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5040
daac280a
SM
50412012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5044
9dd40b00
MM
50452012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5046
daac280a
SM
5047 * progmodes/python.el (python-shell-send-string):
5048 When default-directory is remote, create temp file on remote
9dd40b00
MM
5049 filesystem.
5050 (python-shell-send-file): When file is remote, pass local view of
5051 file paths to remote Python interpreter. (Bug#12340)
5052
145823ec
CY
50532012-09-07 Chong Yidong <cyd@gnu.org>
5054
cee2e90d
CY
5055 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5056
0d7eb2ea
CY
5057 * files.el (after-find-file): Don't fail on a read-only buffer if
5058 require-final-newline is `visit' or `visit-save' (Bug#11156).
5059
145823ec
CY
5060 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5061
daac280a
SM
5062 * userlock.el (ask-user-about-supersession-threat):
5063 Use read-char-choice (Bug#12093).
145823ec 5064
74c582e6
CY
50652012-09-07 Chong Yidong <cyd@gnu.org>
5066
e5c2edf7
CY
5067 * subr.el (buffer-narrowed-p): New function.
5068
5069 * ses.el (ses-widen):
5070 * simple.el (count-words--buffer-message):
1f9f395d 5071 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
5072
5073 * simple.el (count-words-region): Don't signal an error if there
5074 is a non-nil prefix arg and the mark is not set.
c640e87d 5075
74c582e6
CY
5076 * help.el (describe-key-briefly): Allow the message to be seen
5077 when invoked from the minibuffer (Bug#7014).
5078
d81ceaaf
DG
50792012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5080
5081 * progmodes/ruby-mode.el (ruby-end-of-defun)
5082 (ruby-beginning-of-defun): Simplify, allow indentation before
5083 block beginning and end keywords.
8f06acce
DG
5084 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5085 (ruby-end-of-defun): Expect that the point is at the beginning of
5086 the defun.
d81ceaaf 5087
d458ef98
SM
50882012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5091 (bug#12367).
5092 (cl--make-usage-args): Strip _ from argument names.
5093
20367d28
RS
50942012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5095
5096 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5097 obsolete alias speedbar-key-map.
5098 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5099 (vhdl-index-menu-init): Don't use obsolete variable
5100 font-lock-maximum-size.
5101
3424a4f6
CY
51022012-09-06 Chong Yidong <cyd@gnu.org>
5103
5104 * frame.el (window-system-version): Mark as obsolete.
5105
fcbfbdea
CY
5106 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5107 of obsolete variable speedbar-key-map.
5108
826b3235
JL
51092012-09-06 Juri Linkov <juri@jurta.org>
5110
5111 * replace.el (replace-lax-whitespace): New defcustom.
5112 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5113 (replace-string, replace-regexp): Mention it in docstrings.
5114 (perform-replace, replace-highlight): Let-bind
5115 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5116 to the values of replace-lax-whitespace and regexp-flag.
5117 Don't let-bind search-whitespace-regexp. (Bug#10885)
5118
5119 * isearch.el (isearch-query-replace): Let-bind
5120 replace-lax-whitespace instead of let-binding
5121 replace-search-function and replace-re-search-function.
5122 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5123 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5124 (isearch-toggle-symbol): Set isearch-regexp to nil
5125 in isearch-word mode (like in isearch-toggle-word).
5126
1ec5e41d
JL
51272012-09-06 Juri Linkov <juri@jurta.org>
5128
5129 * replace.el (replace-search-function)
5130 (replace-re-search-function): Set default values to nil.
5131 (perform-replace): Let-bind isearch-related variables based on
5132 replace-related values, call `isearch-search-fun' and let-bind
5133 the result to `search-function'. Remove code that sets
5134 `search-function' and `search-string' separately for
5135 `delimited-flag'.
5136 (replace-highlight): Add new argument `delimited-flag' and
5137 rename other arguments to the names used in `perform-replace'.
5138 Let-bind `isearch-word' to the argument `delimited-flag'.
5139 (Bug#10885, bug#10887)
5140
0ba2d4b6
DG
51412012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5142
5143 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5144 ruby-beginning-of-indent, simplify, allow all keywords to have
5145 indentation before them.
5146 (ruby-beginning-of-indent): Adjust for above. Search until the
5147 found point is not inside a string or comment.
5148 (ruby-font-lock-keywords): Allow symbols to start with "@"
5149 character, give them higher priority than variables.
5150 (ruby-syntax-propertize-function)
5151 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5152 matchers. Expression expansions are not comments when inside a
5153 string, and there comment syntax status is irrelevant.
5154 (ruby-match-expression-expansion): New function. Check that
5155 expression expansion is inside a string, and it's not escaped.
5156 (ruby-font-lock-keywords): Use it.
5157
ef654460
MR
51582012-09-05 Martin Rudalics <rudalics@gmx.at>
5159
5160 * help.el (temp-buffer-max-height): New default value.
5161 (temp-buffer-resize-frames): New option.
5162 (resize-temp-buffer-window): Optionally resize frame.
5163
5164 * window.el (fit-frame-to-buffer-bottom-margin): New option.
5165 (fit-frame-to-buffer): New function.
5166
7e570fbf 51672012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
5168
5169 * emulation/cua-rect.el (cua--init-rectangles):
5170 * textmodes/picture.el (picture-mode-map):
5171 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5172 like forward-char and backward-char. (Bug#12317)
5173
7e570fbf 51742012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
5175
5176 * progmodes/flymake.el (flymake-warning-re): New variable.
5177 (flymake-parse-line): Use it.
5178
7e570fbf 51792012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
5180
5181 * calendar/holidays.el (holiday-christian-holidays):
5182 Rename an entry. (Bug#12289)
5183
7e570fbf 51842012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
5185
5186 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5187 (bug#12222).
5188
972debf2
SM
51892012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * loadup.el: Load macroexp. Remove hack.
5192 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5193 (macroexp--expand-all): Use it to get better warnings.
5194 (macroexp--backtrace, macroexp--trim-backtrace-frame)
5195 (internal-macroexpand-for-load): New functions.
5196 (macroexp--pending-eager-loads): New var.
5197 (emacs-startup-hook): New hack to replace one in loadup.el.
5198 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5199 (cl--compiler-macro-cXXr): Move to top, before they can be used.
5200 (cl-psetf): Simplify.
5201 (cl-defstruct): Add indent rule.
5202
8ce192e3
LI
52032012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5204
5205 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5206 over `user-mail-address' for the SMTP MAIL FROM envelope.
5207 (smtpmail-via-smtp): Ditto.
5208
6578b4d8
DG
52092012-09-04 Dmitry Gutov <dgutov@yandex.ru>
5210
5211 * progmodes/ruby-mode.el: Clean up keybindings.
5212 (ruby-mode-map): Don't bind ruby-electric-brace,
5213 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5214 backward-kill-word, reindent-then-newline-and-indent.
5215 (ruby-mark-defun): Remove.
5216 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
5217 (ruby-mode): Set local beginning-of-defun-function and
5218 end-of-defun-function values.
5219
c5e28e39
MR
52202012-09-03 Martin Rudalics <rudalics@gmx.at>
5221
5222 * window.el (temp-buffer-window-setup-hook)
5223 (temp-buffer-window-show-hook): New hooks.
5224 (temp-buffer-window-setup, temp-buffer-window-show)
5225 (with-temp-buffer-window): New functions.
972debf2
SM
5226 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5227 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
5228
5229 * help.el (temp-buffer-resize-mode): Fix doc-string.
5230 (resize-temp-buffer-window): New optional argument WINDOW.
5231
5232 * files.el (recover-file, save-buffers-kill-emacs):
5233 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5234
73406194
MA
52352012-09-02 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
5238 remote definition of `default-directory', ensure we can connect.
5239
63dd1c6f
JL
52402012-09-02 Juri Linkov <juri@jurta.org>
5241
5242 Toggle whitespace matching mode with M-s SPC.
5243 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
5244
5245 * isearch.el (search-whitespace-regexp): Doc fix.
5246 Remove cons cell customization.
5247 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
5248 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
5249 New variables.
5250 (isearch-forward, isearch-forward-regexp): Doc fix.
5251 (isearch-toggle-lax-whitespace): New command.
5252 (search-forward-lax-whitespace, search-backward-lax-whitespace)
5253 (re-search-forward-lax-whitespace)
5254 (re-search-backward-lax-whitespace): New functions.
5255 (isearch-whitespace-regexp): Remove function.
5256 (isearch-query-replace): Let-bind replace-search-function and
5257 replace-re-search-function.
5258 (isearch-occur): Let-bind search-spaces-regexp according to the
5259 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
5260 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
5261 condition for C-q SPC.
5262 (isearch-search-fun-default): Use new functions mentioned above.
5263 (isearch-search-forward, isearch-search-backward): Remove functions.
5264 (isearch-search): Don't let-bind search-spaces-regexp.
5265 (isearch-lazy-highlight-space-regexp): Remove variable.
5266 (isearch-lazy-highlight-lax-whitespace)
5267 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
5268 (isearch-lazy-highlight-new-loop): Use them.
5269 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
5270
af7dda05
CY
52712012-09-02 Chong Yidong <cyd@gnu.org>
5272
5273 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
5274
d67d3afd
GM
52752012-09-02 Glenn Morris <rgm@gnu.org>
5276
5277 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
5278
69678719
GM
52792012-09-01 Glenn Morris <rgm@gnu.org>
5280
5281 * term.el: Tidy up menu definitions.
5282 (term-mode-map): Use easymenu for In/Out, Complete menus.
5283 (term-pager-break-map): Initialize in the defvar.
5284 (term-terminal-menu, term-signals-menu): Define with easymenu.
5285 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
5286 (term-pager-menu): New, extracted from term-process-pager.
5287 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
5288 (term-update-mode-line): Propertize line/char and page items.
5289 (term-process-pager): Move keymap initialization elsewhere.
5290
78dd6ab1
MR
52912012-09-01 Martin Rudalics <rudalics@gmx.at>
5292
5293 * window.el (switch-to-prev-buffer): Handle additional values of
5294 BURY-OR-KILL argument. Don't switch in minibuffer window.
5295 (switch-to-next-buffer): Don't switch in minibuffer window.
5296 (quit-restore-window): New function based on quit-window.
5297 Handle additional values of former KILL argument.
5298 (quit-window): Call quit-restore-window with appropriate
5299 interpretation of KILL argument.
5300 (display-buffer-below-selected): New buffer display action
5301 function.
5302
3d10e134
SM
53032012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * minibuffer.el (completion-at-point-functions): Complete docstring
5306 (bug#12254).
5307
0e23ef9d
PE
53082012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5309
5310 Better seed support for (random).
5311 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
5312 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
5313 * play/mpuz.el, play/tetris.el, play/zone.el:
5314 * calc/calc-comb.el (math-init-random-base):
5315 * play/blackbox.el (bb-init-board):
5316 * play/life.el (life):
5317 * server.el (server-use-tcp):
5318 * type-break.el (type-break):
5319 Remove unnecessary call to (random t).
5320 * net/sasl.el (sasl-unique-id-function):
5321 Change (random t) to (random), now that the latter is more random.
5322 * play/life.el (life-initialized): Remove no-longer-needed var.
5323
862382df
MR
53242012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
5325
5326 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5327 Consider frame's buffer predicate when choosing the buffer.
5328 (Bug#12081)
5329
262a66e1
RS
53302012-08-30 Richard Stallman <rms@gnu.org>
5331
5332 * simple.el (special-mode-map): Delete binding for `z'.
5333
f17e1d00
AS
53342012-08-30 Andreas Schwab <schwab@linux-m68k.org>
5335
5336 * progmodes/compile.el (compilation-always-kill): Doc fix.
5337
24777832
CY
53382012-08-30 Chong Yidong <cyd@gnu.org>
5339
5340 * window.el (display-buffer-reuse-frames): Make the obsolescence
5341 message more informative.
5342
69ba1f04
GM
53432012-08-30 Glenn Morris <rgm@gnu.org>
5344
5345 * paren.el (show-paren-delay):
5346 Add a :set function. Doc fix. (Bug#12297)
5347
f0019ede
MB
53482012-08-29 Martin Blais <blais@furius.ca> (tiny change)
5349
5350 * progmodes/compile.el (compilation-always-kill): New var.
5351 (compilation-start): Use it.
5352
35e62fc9
SM
53532012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5354
af070a1c
SM
5355 * simple.el (read-only-mode): Move from files.el for bootstrapping.
5356 * files.el (read-only-mode): Move to simple.el.
5357
35e62fc9
SM
5358 * files.el (read-only-mode): New minor mode.
5359 (toggle-read-only): Use it and mark obsolete.
5360 (find-file--read-only):
5361 * vc/vc.el (vc-next-action, vc-checkout):
5362 * vc/vc-cvs.el (vc-cvs-checkout):
5363 * obsolete/vc-mcvs.el (vc-mcvs-update):
5364 * ffap.el (ffap--toggle-read-only): Update callers.
5365
c2c43c23
MA
53662012-08-29 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
5369 remote shell scripts.
5370 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
5371
5372 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5373 "/usr/local/sbin".
5374
9fba804b
SM
53752012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5378
eada0861 53792012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 5380
806f0cc7
LL
5381 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
5382 completion-at-point. (Bug#12220)
5383
3bb213b9
LL
5384 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
5385
22ab32ef
LL
5386 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
5387
eada0861 53882012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 5389
19c17fc1
CY
5390 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
5391 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 5392
eada0861 53932012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
5394
5395 * progmodes/hideif.el (hif-compress-define-list):
5396 Fix typo. (Bug#11951)
5397
eada0861 53982012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
5399
5400 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
5401 buffer local setting.
5402
27d6c5a8
LL
5403 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
5404 rcirc-encode-coding-system.
5405
eada0861 54062012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
5407
5408 * net/rcirc.el (rcirc-split-message): New function.
5409 (rcirc-send-message): Use it. (Bug#12051)
5410
d44688e4
JL
54112012-08-28 Juri Linkov <juri@jurta.org>
5412
5413 * info.el (Info-fontify-node): Hide empty lines at the end of
5414 the node. (Bug#12272)
5415
34f10d41
MR
54162012-08-27 Drew Adams <drew.adams@oracle.com>
5417
5418 * dired.el (dired-pop-to-buffer): Make window start at beginning
5419 of buffer (Bug#12281).
5420
77f1f99c
CY
54212012-08-26 Chong Yidong <cyd@gnu.org>
5422
5423 * window.el (special-display-regexps, special-display-frame-alist)
5424 (special-display-buffer-names, special-display-function)
5425 (display-buffer-reuse-frames): Mark as obsolete.
5426
5427 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
5428
5429 * help.el (help-print-return-message): Don't treat
5430 display-buffer-reuse-frames specially.
5431
d97af5a0
CY
54322012-08-26 Chong Yidong <cyd@gnu.org>
5433
9fba804b
SM
5434 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5435 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
5436 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
5437 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
5438 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
5439 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
5440 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
5441 the functions directly with gdb-display-buffer-other-frame-action.
5442 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
5443 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
5444 (gdb-display-stack-buffer, gdb-display-locals-buffer)
5445 (gdb-display-registers-buffer): Define directly.
5446 (def-gdb-display-buffer): Macro deleted.
5447 (gdb-display-buffer): Remove second and third args, callers don't
5448 use them. Defer to the default display-buffer behavior, apart
5449 from making windows dedicated.
5450 (gdb-setup-windows): Don't call display-buffer unnecessarily.
5451
5452 * progmodes/gud.el (gud-display-line): Just use display-buffer.
5453
5454 * window.el (display-buffer-pop-up-frame): Handle a
5455 pop-up-frame-parameters alist entry.
5456 (display-buffer): Document it.
5457
dd7ffad6
CY
54582012-08-26 Chong Yidong <cyd@gnu.org>
5459
5460 * isearch.el (search-whitespace-regexp): Make string and nil
5461 values apply to both ordinary and regexp search. Allow a cons
5462 cell value to distinguish between the two.
5463 (isearch-whitespace-regexp, isearch-search-forward)
5464 (isearch-search-backward): New functions.
5465 (isearch-occur, isearch-search-fun-default, isearch-search)
5466 (isearch-lazy-highlight-new-loop): Use them.
5467 (isearch-forward, isearch-forward-regexp): Doc fix.
5468
4c47bd1e
CY
54692012-08-26 Chong Yidong <cyd@gnu.org>
5470
5471 * faces.el (help-argument-name): Always inherit from italic
5472 (Bug#12213).
5473
9aba119d
MR
54742012-08-25 Martin Rudalics <rudalics@gmx.at>
5475
5476 * window.el (window--even-window-heights): Even heights when
5477 WINDOW and the selected window form a vertical combination.
5478 (display-buffer-use-some-window): Provide that window used gets
5479 sized back by quit-window. (Bug#11880) and (Bug#12091)
5480
ca5256ad
PE
54812012-08-24 Paul Eggert <eggert@cs.ucla.edu>
5482
5483 Fix file time stamp problem with bzr and CVS (Bug#12001).
5484 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
5485 in the file's time stamp, since the version control system loses
5486 that information.
5487
d1c0d176
JL
54882012-08-22 Juri Linkov <juri@jurta.org>
5489
5490 * info.el (Info-fontify-node): Hide the suffix of the
5491 Info file name in the header line. (Bug#12187)
5492
141562ff
GM
54932012-08-22 Glenn Morris <rgm@gnu.org>
5494
5495 * calendar/cal-tex.el (cal-tex-weekly-common):
5496 Restore leading blank page.
5497
3a21537c 54982012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
5499
5500 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
5501 the region under `shift-select-mode'. (Bug#12231)
5502
55032012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
5504
5505 * progmodes/executable.el (executable-prefix): Set to "#!" instead
5506 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
5507 gives details on why the space is never needed.
5508
ea95074e
MR
55092012-08-22 Martin Rudalics <rudalics@gmx.at>
5510
9fba804b
SM
5511 * window.el (walk-window-tree, window-with-parameter):
5512 New optional argument MINIBUF to control whether these functions
ea95074e
MR
5513 should run on the minibuffer window.
5514 (window-at-side-list): Don't operate on minibuffer window.
5515 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
5516 (window--size-ignore): Rename to window--size-ignore-p.
5517 Update callers.
caceae25
MR
5518 (display-buffer-in-atom-window, window--major-non-side-window)
5519 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
5520 (delete-side-window, display-buffer-in-side-window):
5521 New functions.
caceae25
MR
5522 (window--side-check, window-deletable-p, delete-window)
5523 (delete-other-windows, split-window): Handle side windows and
5524 atomic windows appropriately.
5525 (window--display-buffer): Call display-buffer-record-window also
5526 when the window buffer did not change.
ea95074e 5527
80a51fa0
CS
55282012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
5529
5530 * help-fns.el (help-fns--key-bindings):
5531 Abbreviate non-symbol remap targets. (Bug#12174)
5532
fbb6300b
MR
55332012-08-22 Martin Rudalics <rudalics@gmx.at>
5534
5535 * dired.el (dired-mark-remembered): Don't clobber point.
5536 (Bug#11795)
5537
2b2c0794
GM
55382012-08-22 Glenn Morris <rgm@gnu.org>
5539
5540 * progmodes/bug-reference.el (bug-reference): New custom group.
5541 (bug-reference-bug-regexp): Make it a defcustom.
5542
37219830
DU
55432012-08-22 Daiki Ueno <ueno@unixuser.org>
5544
5545 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
5546 (js-paren-indent-offset, js-square-indent-offset)
5547 (js-curly-indent-offset): Add :safe (Bug#12257).
5548
94e0e559
EC
55492012-08-22 Edward O'Connor <hober0@gmail.com>
5550
5551 * json.el (json-key-format): Add error properties.
5552 (json-encode-key): New function.
5553 (json-encode-hash-table, json-encode-alist, json-encode-plist):
5554 Use json-encode-key.
5555
da485f5e
GM
55562012-08-22 Glenn Morris <rgm@gnu.org>
5557
5558 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
5559 (cal-tex-leftday, cal-tex-rightday): Remove functions.
5560 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
5561 Update for above change.
5562
c6cc78b8
AS
55632012-08-21 Andreas Schwab <schwab@linux-m68k.org>
5564
5565 * cus-face.el (custom-face-attributes): Fix customize type for the
5566 :underline attribute. (Bug#11805)
5567
5481664a
MR
55682012-08-21 Martin Rudalics <rudalics@gmx.at>
5569
5570 * window.el (window-point-1, set-window-point-1): Remove.
5571 (window-in-direction, record-window-buffer)
5572 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
5573 (window--state-get-1, display-buffer-record-window):
5574 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
5575 window-point and set-window-point respectively.
5576
6d74698e
GM
55772012-08-21 Glenn Morris <rgm@gnu.org>
5578
b7fa2691
GM
5579 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
5580 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
5581 Use it.
5582
52f56d5a
GM
5583 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
5584 (cal-tex-shortday): New function.
5585 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
5586 (cal-tex-cursor-filofax-daily): Use the above.
5587
9f1ee09e
GM
5588 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
5589 New functions.
5590 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5591 (cal-tex-cursor-filofax-week): Use them.
5592
79858159
GM
5593 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
5594 New constants.
5595 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5596 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
5597
d346b2b4
GM
5598 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
5599 (cal-tex-end-document): Don't rely on buffer name.
5600
b2403709
GM
5601 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
5602 Use cal-tex-vspace.
5603 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
5604 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
5605 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
5606 Use cal-tex-arg.
b2403709 5607
1cebb5c0
GM
5608 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
5609 (cal-tex-cursor-week, cal-tex-cursor-week2)
5610 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
5611 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5612 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
5613 (cal-tex-insert-preamble, cal-tex-b-document)
5614 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
5615 Improve cal-tex-cmd usage.
5616
c68cd5d4
GM
5617 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
5618 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
5619 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
5620 (cal-tex-weekly-paper): New function.
5621 (cal-tex-cursor-week, cal-tex-cursor-week2)
5622 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5623 (cal-tex-cursor-day): Use it.
5624
9dca4801
GM
5625 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
5626 (cal-tex-cursor-filofax-week): Remove leading blank page.
5627
1941e134
GM
5628 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5629 Add autoload cookie. For now at least, don't use color, since
5630 no other cal-tex function does.
5631
6d74698e
GM
5632 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
5633 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5634 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
5635
64cde199
JL
56362012-08-21 Juri Linkov <juri@jurta.org>
5637
5638 * info.el (Info-file-attributes): New variable.
5639 (info-insert-file-contents): Add file attributes to
5640 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
5641 `Info-toc-nodes' when previous modtime of the Info file is less
5642 than new modtime.
5643 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
5644 of info.el. (Bug#12230)
5645
32757648
GM
56462012-08-20 Glenn Morris <rgm@gnu.org>
5647
5648 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5649 * calendar/holidays.el (calendar-holiday-list):
5650 Report errors with display-warning rather than beep'n'sleep.
5651
a32fbbcf
MA
56522012-08-20 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * net/tramp.el (tramp-accept-process-output): Accept only output
5655 from PROC. Otherwise, process filters and sentinels might be
5656 confused. (Bug#12145)
5657
a05731a0
CY
56582012-08-20 Chong Yidong <cyd@gnu.org>
5659
5660 * descr-text.el (describe-text-properties-1): Use overlays-in to
5661 report on empty overlays (Bug#3322).
5662
36e8d1eb
GM
56632012-08-20 Glenn Morris <rgm@gnu.org>
5664
3d300447
GM
5665 * mail/rmailout.el (rmail-output-read-file-name):
5666 Trap and report errors in rmail-output-file-alist elements.
5667
36e8d1eb
GM
5668 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5669 since most non-font-lock faces are not also variables).
5670
b96e5814
ER
56712012-08-20 Edward Reingold <reingold@iit.edu>
5672
5673 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5674 New function. (Bug12160)
5675
7cef3569
GM
56762012-08-19 Glenn Morris <rgm@gnu.org>
5677
5678 * mail/rmailout.el (rmail-output-read-file-name):
5679 Fix previous change (when the alist is nil or does not match).
5680
17975d7f
CY
56812012-08-19 Chong Yidong <cyd@gnu.org>
5682
5683 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5684 (Bug#12228).
5685
2170b1bd
CY
56862012-08-18 Chong Yidong <cyd@gnu.org>
5687
5688 * simple.el (yank-handled-properties): New defcustom.
5689 (yank-excluded-properties): Add font-lock-face and category.
5690 (yank): Doc fix.
5691
9fba804b
SM
5692 * subr.el (remove-yank-excluded-properties):
5693 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
5694 and category is now done this way, instead of being hard-coded.
5695 (insert-for-yank-1): Remove font-lock-face handling.
5696 (yank-handle-font-lock-face-property)
5697 (yank-handle-category-property): New function.
5698
ee218151
GM
56992012-08-17 Glenn Morris <rgm@gnu.org>
5700
5701 * mail/rmailout.el (rmail-output-read-file-name):
5702 Check rmail-output-file-alist against the full message body
5703 in the correct rmail buffer. (Bug#12214)
5704
4a6bc3fd
MA
57052012-08-17 Michael Albinus <michael.albinus@gmx.de>
5706
9fba804b
SM
5707 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5708 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 5709
383dcbf9
CY
57102012-08-17 Chong Yidong <cyd@gnu.org>
5711
5712 * mouse.el (mouse-appearance-menu): If x-select-font returns a
5713 font spec, set the font directly (Bug#3228).
5714
998c4a6a
MR
57152012-08-17 Martin Rudalics <rudalics@gmx.at>
5716
5717 * window.el (delete-window): Fix last fix.
5718
52162052
MR
57192012-08-16 Martin Rudalics <rudalics@gmx.at>
5720
5721 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
5722 (window-child, window-child-count, window-last-child)
5723 (window-normalize-window, window-combined-p)
5724 (window-combinations, window-atom-root, window-min-size)
5725 (window-sizable, window-sizable-p, window-size-fixed-p)
5726 (window-min-delta, window-max-delta, window--resizable)
5727 (window--resizable-p, window-resizable, window-total-size)
5728 (window-full-height-p, window-full-width-p, window-body-size)
5729 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5730 (minimize-window, window-deletable-p, delete-window)
5731 (delete-other-windows, set-window-buffer-start-and-point)
5732 (next-buffer, previous-buffer, split-window, balance-windows-2)
5733 (set-window-text-height, window-buffer-height)
5734 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
5735 (truncated-partial-width-window-p): Minor code adjustments.
5736 In doc-strings state whether the argument window has to denote a
85c2386b 5737 live, valid or any window.
52162052 5738
1c308380
PS
57392012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
5740
5741 * progmodes/subword.el (subword-forward-function)
5742 (subword-backward-function, subword-forward-regexp)
5743 (subword-backward-regexp): New variables.
5744 (subword-forward, subword-forward-internal, subword-backward-internal):
5745 Use new variables, eg so that different "word" definitions
5746 can be easily used. (Bug#11411)
5747
94c9ece1
SM
57482012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5751 for composite selectors.
5752 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5753 operation just because we can't find a previous revision.
5754
f2045622
CY
57552012-08-15 Chong Yidong <cyd@gnu.org>
5756
5757 * frame.el (set-frame-font): Accept font objects.
5758
582db660
SM
57592012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5762
2f29c200
WJ
57632012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5764
456e62c2
WJ
5765 * man.el (Man-overstrike-face, Man-underline-face)
5766 (Man-reverse-face): Remove variables.
5767 (Man-overstrike, Man-underline, Man-reverse): New faces.
5768 (Man-fontify-manpage): Use them instead of the variables.
5769 (Man-cleanup-manpage): Comment change.
5770 (Man-ansi-color-map): New variable.
5771 (Man-fontify-manpage): Use it.
5772 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5773
2f29c200
WJ
5774 Implement ANSI SGR parameters 22-27 (bug#12146).
5775 * ansi-color.el (ansi-colors): Doc fix.
5776 (ansi-color-context, ansi-color-context-region): Doc fix.
5777 (ansi-color--find-face): New function.
5778 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5779 Rename the local variable `face' to `codes' since it is now a list of
5780 ansi codes. Doc fix.
5781 (ansi-color-get-face): Remove.
5782 (ansi-color-parse-sequence): New function, derived from
5783 ansi-color-get-face.
5784 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5785 codes 22-27.
5786
b4f5e9df
SM
57872012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * subr.el (read-passwd): Allow use from a minibuffer.
5790
ba025fbd
EZ
57912012-08-14 Eli Zaretskii <eliz@gnu.org>
5792
5793 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5794 inside comments and strings as identifiers.
5795
5796 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5797 expression to evaluate. This allows to evaluate expressions with
5798 embedded whitespace.
5799 (gud-tooltip-tips): Add a blank before the newline in the
5800 message-box text, for the benefit of message-box emulation on
5801 MS-Windows.
5802
5803 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5804 messages from GDB, pop them up in a tooltip to give feedback to
5805 user.
b4f5e9df
SM
5806 (gdb-tooltip-print-1): Quote the expression to evaluate.
5807 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
5808 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5809 if the TTY name is nil or empty (which happens when communicating
5810 with the inferior via pipes, e.g. on MS-Windows).
5811 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5812 don't send that to the GUD buffer.
5813
c548f821
GM
58142012-08-14 Glenn Morris <rgm@gnu.org>
5815
5816 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5817 Optimize away setq-default with no args, as for setq. (Bug#12195)
5818
55802e4a
CY
58192012-08-14 Chong Yidong <cyd@gnu.org>
5820
4abcdac8
CY
5821 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5822
55802e4a
CY
5823 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5824 (Bug#12085).
5825
3c3cda1a
GM
58262012-08-14 Glenn Morris <rgm@gnu.org>
5827
5828 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5829
e1873bd0
MA
58302012-08-14 Michael Albinus <michael.albinus@gmx.de>
5831
5832 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5833 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5834 Use cached shell name.
5835
925411b4
FEG
58362012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5837
5838 * progmodes/python.el (python-shell-send-string):
3c3cda1a 5839 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 5840
e636fafe
DG
58412012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5842
5843 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5844 (ruby-percent-literal-beg-re): New constant.
5845 (ruby-syntax-general-delimiters-goto-beg): Rename to
5846 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5847 (ruby-syntax-propertize-general-delimiters): Rename to
5848 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5849 popular term. Adjust comments everywhere.
5850 (ruby-syntax-propertize-percent-literal): Only propertize when not
5851 inside a simple string or comment. When the literal is unclosed,
5852 leave the text after it unpropertized.
f063063a
DG
5853 (ruby-syntax-methods-before-regexp): New constant.
5854 (ruby-syntax-propertize-function): Use it to recognize regexps.
5855 Don't look at the text after regexp, just use the whitelist.
e636fafe 5856
e5b19827
AS
58572012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5858
5859 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5860 non-nil always load the compiled file if it exists. (Bug#12197)
5861
a9f6f311
CY
58622012-08-14 Chong Yidong <cyd@gnu.org>
5863
5864 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5865 (hi-lock-set-pattern): When deciding whether to use font lock or
5866 overlays, look at font-lock-mode instead of font-lock-fontified
5867 (Bug#12168).
5868 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5869 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5870
7d806b1e
DU
58712012-08-14 Daiki Ueno <ueno@unixuser.org>
5872
5873 * subr.el (internal--after-with-selected-window): Fix typo
5874 (Bug#12193).
5875
5beed586
FEG
58762012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5877
5878 Use `completion-table-dynamic' for completion functions.
5879 * progmodes/python.el
5880 (python-shell-completion--do-completion-at-point)
e636fafe
DG
5881 (python-shell-completion--get-completions):
5882 Remove functions.
5beed586
FEG
5883 (python-shell-completion-complete-at-point): New function.
5884 (python-completion-complete-at-point): Use it.
5885
92cb3b04
J
58862012-08-13 Jambunathan K <kjambunathan@gmail.com>
5887
5888 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5889 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5890
89660017
SM
58912012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5892
3c98c962
SM
5893 * subr.el (function-get): Refine `autoload' arg so it can also
5894 autoload functions for gv.el (bug#12191).
5895 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5896 autoloads macros.
5897
aa7c6dbe
SM
5898 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5899 Prefer pcase-let over destructuring-bind.
5900 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5901 Also, remove whitespace as we go, rather than after accumulating the
5902 various places.
5903
89660017
SM
5904 * subr.el (internal--before-with-selected-window)
5905 (internal--after-with-selected-window): Fix typo seleted->selected.
5906 (with-selected-window): Adjust callers.
5907 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5908
31cd32c9
BG
59092012-08-13 Bastien Guerry <bzg@gnu.org>
5910
0fcd3d9f 5911 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
5912 enhancement. (Bug#12172)
5913
1b15d8ad
AS
59142012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5915
31e54db0
AS
5916 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5917 type 1-6.
5918 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5919 extended headers.
5920
1b15d8ad
AS
5921 * files.el (hack-local-variables-filter): Remove useless eval.
5922
35cb9c06
MR
59232012-08-13 Martin Rudalics <rudalics@gmx.at>
5924
5925 * subr.el (with-selected-window): Fix last change.
5926
1439443b
SM
59272012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * subr.el (internal--before-with-seleted-window)
5930 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
5931 (with-selected-window): Use them, to replace dependency on
5932 tty-top-frame.
1439443b 5933
0d9e2599
NN
59342012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5935
5936 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5937 binding for `newline'.
5938 (ruby-move-to-block): When moving backward, stop at block opening,
5939 not indentation.
5940 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5941 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5942 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5943 `ruby-toggle-block'.
5944
ba10c48c
SM
59452012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * ibuffer.el (ibuffer-do-toggle-read-only):
5948 * dired.el (dired-toggle-read-only):
5949 * buff-menu.el (Buffer-menu-toggle-read-only):
5950 * bindings.el (mode-line-toggle-read-only):
5951 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5952
9229c658
AS
59532012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5954
5955 * descr-text.el (describe-char): Put the overlays over the
5956 "displayed as" character.
5957
0fd09128
JB
59582012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5959
5960 * calc/calc-units.el (math-default-units-table): Give an
5961 initial value.
5962 (math-put-default-units): Add options to put composite units and
5963 unit systems in the default units table.
5964 (calc-convert-units): Send composite units to
5965 `math-put-default-units' when appropriate.
5966
9ff9402d 59672012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 5968
fbb5e336
GM
5969 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5970
7aacaf15
GM
5971 * tutorial.el (help-with-tutorial):
5972 * emacs-lisp/copyright.el (copyright-update-directory):
5973 * emacs-lisp/autoload.el (autoload-find-generated-file)
5974 (autoload-find-file): Disable local eval: (for insurance).
5975
f40b9f10
GM
5976 * files.el (hack-local-variables-filter): If an eval: form is not
5977 known to be safe, and enable-local-variables is :safe, then ignore
5978 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 5979 This is CVE-2012-3479.
f40b9f10 5980
daa9f1a6
SM
59812012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5984 (rx-form): Simplify.
5985
9cd80478
DG
59862012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5987
0d9e2599
NN
5988 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5989 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5990 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5991 (ruby-syntax-propertize-function): Adjust for changes in
5992 `ruby-syntax-propertize-heredoc'.
5993
59942012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5995
9cd80478
DG
5996 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5997 binding (use `M-;' instead).
9cd80478 5998 (ruby-singleton-class-p): New function.
0d9e2599 5999 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 6000
d301b413
SM
60012012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6004
1530c98e
CY
60052012-08-10 Chong Yidong <cyd@gnu.org>
6006
6007 * progmodes/python.el (python-shell-get-process-name): Don't mess
6008 with same-window-buffer-names.
6009
6010 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6011 (eshell-remove-from-window-buffer-names): Make obsolete.
6012 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6013 (eshell): Just use pop-to-buffer-same-window instead.
6014
e1293765
CY
60152012-08-10 Chong Yidong <cyd@gnu.org>
6016
6017 * bindings.el: Bind M-= back to count-words-region.
6018
6019 * simple.el (count-words-region): Accept a prefix arg for acting
6020 on the entire buffer.
6021 (count-words--buffer-message): New helper function.
6022
e1894109
SM
60232012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6026 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6027 (event-start, event-end): Use posn-at-point to return a more
6028 informative posn.
6029 (posnp): New function.
6030 * mouse.el (popup-menu-normalize-position): Use it.
6031
c69f56a2
MY
60322012-08-10 Masatake YAMATO <yamato@redhat.com>
6033
6034 * mouse.el (popup-menu-normalize-position): New function.
6035 (popup-menu): Use `popup-menu-normalize-position' to normalize
6036 the form for POSITION argument.
6037
6038 * term/x-win.el (x-menu-bar-open):
6039 Use the value returend from (posn-at-point) as position
6040 passed to `popup-menu'.
6041
31673780
JB
60422012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6043
6044 * calc/calccomp.el (math-compose-expr): Add extra argument
6045 indicating that parentheses should be put around products in
6046 denominators. Give multiplication precedence over division during
6047 composition.
6048
dab7711b
CY
60492012-08-09 Chong Yidong <cyd@gnu.org>
6050
dee4ef93
CY
6051 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6052 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6053 (Man-untabify-command, manual-program): Convert to defcustom
6054 (Bug#10429).
6055
73e2bbc5
CY
6056 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6057
3e861c8a
CY
6058 * descr-text.el (describe-char): Don't insert extra newlines
6059 (Bug#10127).
6060
a9f5a649
CY
6061 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6062 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6063
dab7711b
CY
6064 * align.el (align-region): Delete temporary markers (Bug#10047).
6065 Plus some code cleanups.
6066
e0cc4efa
FEG
60672012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6068
6069 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6070 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6071 (python-shell-internal-last-output): Use make-local-variable
6072 instead of make-variable-buffer-local.
6073
489af14f
FEG
60742012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6075
6076 * progmodes/python.el: Enhancements to forward-sexp.
6077 (python-nav-forward-sexp): Rename from
6078 python-nav-forward-sexp-function.
c69f56a2
MY
6079 (python-nav--forward-sexp, python-nav--backward-sexp):
6080 New functions.
489af14f 6081
0fc50303
JB
60822012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6083
6084 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6085 modes and simplification modes.
6086
5d65606a
SM
60872012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * delsel.el (delete-selection-pre-hook): Don't propagate the
6090 file-supersession signals (bug#12161).
6091
4250fdf5
SM
60922012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6095 (cl-map-extents): Add compatibility aliases (bug#12135).
6096
d9f9b465
MA
60972012-08-08 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6100 tests by `ignore-error'.
6101 (tramp-find-shell): Open also a new shell, when cache is already
6102 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6103
ce0fcefa
JL
61042012-08-08 Juri Linkov <juri@jurta.org>
6105
6106 * bookmark.el: Add `defaults' property to the bookmark record.
6107 (bookmark-current-buffer): Doc fix.
6108 (bookmark-make-record): Add `defaults' property with default values
6109 to the bookmark record.
6110 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6111 with `bookmark-insert-current-bookmark'.
6112 (bookmark-set): Get `defaults' property from the bookmark record
6113 and use it in `read-from-minibuffer'.
6114 (bookmark-insert-current-bookmark): Remove function.
6115
6116 * info.el (Info-bookmark-make-record): Add `defaults' property
6117 with values of canonical Info node name, the current Info file
6118 name and the current Info node name. (Bug#12107)
6119
53fa8652
JL
61202012-08-08 Juri Linkov <juri@jurta.org>
6121
6122 * files.el (basic-save-buffer): Use `buffer-name' as the default
6123 of `read-file-name' when buffer is not visiting a file (bug#12128).
6124
242c0a95
JL
61252012-08-08 Juri Linkov <juri@jurta.org>
6126
6127 * info.el (Info-isearch-search): Doc fix.
6128 (Info-search): Change search-failed message from "initial node" to
6129 "end of node" (bug#12078).
6130 (Info-isearch-search): Change `isearch-string-state' to
6131 `isearch--state-string'.
6132
32ac3a6b
GM
61332012-08-08 Glenn Morris <rgm@gnu.org>
6134
6135 * language/persian.el: Remove file.
f8c1afd5 6136 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
6137 * loadup.el: Remove language/persian.
6138
2c2d9c9c
OF
61392012-08-08 Óscar Fuentes <ofv@wanadoo.es>
6140
6141 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6142
2d79ec42
FEG
61432012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
6144
3c855b96 6145 * progmodes/python.el: Fix defsubst warning.
2d79ec42
FEG
6146 (python-syntax-context) Rename from python-info-ppss-context.
6147 (python-syntax-context-type): Rename from
6148 python-info-ppss-context-type.
6149 (python-syntax-comment-or-string-p): Rename from
6150 python-info-ppss-comment-or-string-p.
6151
2bd255dd
JB
61522012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6153
6154 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6155
c395097f
AS
61562012-08-07 Andreas Schwab <schwab@linux-m68k.org>
6157
6125983e
AS
6158 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6159 a defcustom that is quoted with backquote.
6160
4250fdf5
SM
6161 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6162 Fix handling of interactive spec when the body uses return.
651eaf36
AS
6163 (math-do-arg-check, math-define-function-body): Use backquote forms.
6164 * calc/calc-ext.el (math-defcache): Likewise.
6165 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6166 * allout.el (allout-new-exposure): Likewise.
6167 * calc/calcalg2.el (math-tracing-integral): Likewise.
6168 * info.el (Info-last-menu-item): Likewise.
6169 * emulation/vip.el (vip-loop): Likewise.
6170 * textmodes/artist.el (artist-funcall): Likewise.
6171 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6172 Construct menu-item directly.
6173
4250fdf5
SM
6174 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6175 Don't declare.
c395097f 6176
5fb50dd3
CY
61772012-08-07 Chong Yidong <cyd@gnu.org>
6178
6179 * simple.el (deactivate-mark): Preserve text properties when
6180 saving the primary selection (Bug#8384).
6181
54eea618
KR
61822012-08-07 Kevin Ryde <user42@zip.com.au>
6183
6184 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6185 (woman-parse-numeric-value): On a bad .IP line, issue a warning
6186 and continue processing (Bug#12110).
6187
638eaeb9
SM
61882012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6191 syntax-propertize-function (bug#10095).
6192
ea376861
SM
61932012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6194
f91b35be
SM
6195 * help-fns.el (help-fns--key-bindings, help-fns--signature)
6196 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6197 describe-function-1.
6198 (describe-function-1): Use them. Move compiler macro after sig.
6199 (help-fns--compiler-macro): Use function-get. Assume we're already in
6200 standard-output. Adjust layout to new call order.
6201
ea376861
SM
6202 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6203 re-binding a symbol that has a symbol-macro (bug#12119).
6204
d5be7bd0
MB
62052012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
6206
6207 * language/persian.el: New file. (Bug#11812)
6208 * loadup.el: Add language/persian.el.
6209
90749b53
CY
62102012-08-06 Chong Yidong <cyd@gnu.org>
6211
6212 * window.el (window--maybe-raise-frame): New function.
6213 (window--display-buffer): Split off from here.
6214 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6215 (display-buffer-pop-up-window, display-buffer-use-some-window):
6216 Obey an inhibit-switch-frame action alist entry.
6217 (display-buffer): Update doc.
6218
6219 * replace.el (occur-after-change-function): Avoid losing focus by
6220 using the inhibit-switch-frame display parameter (Bug#12139).
6221
ba7b0154
FEG
62222012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
6223
6224 Make internal shell process buffer names start with space.
6225 * progmodes/python.el (python-shell-make-comint): Add optional
6226 argument INTERNAL.
6227 (run-python-internal): Use it.
6228 (python-shell-internal-get-or-create-process): Check for new
6229 internal buffer names.
6230
5eaeacb5
GM
62312012-08-06 Glenn Morris <rgm@gnu.org>
6232
e296d94b 6233 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
6234 Do less getting and setting of environment variables.
6235
b7ccbdc2
CY
62362012-08-05 Chong Yidong <cyd@gnu.org>
6237
777fe95e
CY
6238 * proced.el (proced): Add substitution string to docstring to
6239 trigger autoloading of the proced library on C-h f (Bug#1768).
6240
4250fdf5
SM
6241 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6242 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
6243
6244 * imenu.el (imenu-generic-expression): Move documentation here
6245 from imenu--generic-function.
6246 (imenu--generic-function): Refer to imenu-generic-expression.
6247
9e3b7800 62482012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
VØ
6249
6250 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
6251 indentation declaration.
6252 (viper-loop): Add indentation declaration (Bug#7025).
6253
e5d9c0d1
CY
62542012-08-05 Chong Yidong <cyd@gnu.org>
6255
f0422feb
CY
6256 * help-fns.el (describe-variable): Add hyperlink for
6257 directory-local variables files. Improve buffer-local and
6258 permanent-local reporting; suggested by MON KEY (Bug#6644).
6259
6260 * help-mode.el (help-dir-local-var-def): New button type.
6261
e5d9c0d1
CY
6262 * files.el (kill-buffer-hook): Provide a defvar.
6263
a4f2deaa
GM
62642012-08-05 Glenn Morris <rgm@gnu.org>
6265
6266 * eshell/esh-ext.el (eshell/addpath):
6267 Also update eshell-path-env. (Bug#12013)
6268
a9dd5754
CY
62692012-08-05 Chong Yidong <cyd@gnu.org>
6270
a4f2deaa 6271 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 6272
d014c740
CY
6273 * fringe.el (fringe-styles): Add docstring.
6274 (fringe--check-mode): New function.
6275 (set-fringe-mode, set-fringe-style): Use it.
6276 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
6277
a9dd5754
CY
6278 * files.el (set-auto-mode): Fix invalid setq call.
6279
7c2dc8bd
SM
62802012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * isearch.el: Misc simplification; use defstruct.
6283 (isearch-mode-map): Dense maps now work like sparse ones.
6284 (isearch--state): New defstruct.
6285 (isearch-string-state, isearch-message-state, isearch-point-state)
6286 (isearch-success-state, isearch-forward-state)
6287 (isearch-other-end-state, isearch-word-state, isearch-error-state)
6288 (isearch-wrapped-state, isearch-barrier-state)
6289 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
6290 replaced by defstruct's accessors.
6291 (isearch--set-state): Rename from isearch-top-state and change
6292 calling convention.
6293 (isearch-push-state): Use new isearch--get-state.
6294 (isearch-toggle-word): Disable regexp when enabling word.
6295 (isearch-message-prefix): Remove unused arg _c-q-hack.
6296 (isearch-message-suffix): Remove unused arg _ellipsis.
6297
7fcc0070
AS
62982012-08-04 Andreas Schwab <schwab@linux-m68k.org>
6299
6300 * simple.el (list-processes--refresh): For a server use :host or
6301 :local as the address.
97ad0769 6302 (list-processes): Doc fix.
7fcc0070 6303
a11035b8 63042012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
6305
6306 * lisp/mpc.el: Support password in host argument.
6307 (mpc--proc-connect): Parse and use new password element.
6308 Set mpc-proc variable instead of returning process.
6309 (mpc-proc): Adjust accordingly.
6310
6dad7178
EZ
63112012-08-03 Eli Zaretskii <eliz@gnu.org>
6312
18949c2f
EZ
6313 * whitespace.el (whitespace-display-mappings): Use Unicode
6314 codepoints, instead of emacs-mule codepoints. See
6315 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
6316 for the details.
6317
6dad7178
EZ
6318 * files.el (file-truename): Don't skip symlink-chasing part on
6319 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
6320 Windows into the loop that recursively chases symlinks.
6321 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
6322 MS-DOS.
6323
385b0198
CY
63242012-08-03 Chong Yidong <cyd@gnu.org>
6325
6200f3c4
CY
6326 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
6327
385b0198
CY
6328 * sort.el (sort-regexp-fields): Doc fix.
6329
b9e74744
TH
63302012-08-03 Tassilo Horn <tsdh@gnu.org>
6331
6332 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
6333 labels regex position point at the expected place.
6334
41013cb4
MK
63352012-08-03 MON KEY <monkey@sandpframing.com>
6336
6337 * net/imap.el (imap-interactive-login, imap-authenticate)
6338 (imap-mailbox-lsub, imap-mailbox-list)
6339 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
6340 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
6341 (imap-parse-response): Doc fix.
6342
0ffee616
JT
63432012-08-03 João Távora <joaotavora@gmail.com>
6344
6345 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
6346 if sexp scanning does not move point (Bug#5734).
6347
cfcc9cc8
TH
63482012-08-02 Tassilo Horn <tsdh@gnu.org>
6349
6350 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6351 Add listings, minted, and ctable packages.
6352 (reftex-label-alist-builtin): Move listings, minted, and ctable
6353 entries before LaTeX.
a01bbb84 6354 (reftex-label-alist): Docfix.
cfcc9cc8 6355
66ec2442
BG
63562012-08-02 Bastien Guerry <bzg@gnu.org>
6357
6358 * replace.el (occur): Fix docstring (bug#12122).
6359
837b365b
GM
63602012-08-02 Glenn Morris <rgm@gnu.org>
6361
6362 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6363
e098de97
PE
63642012-08-02 Paul Eggert <eggert@cs.ucla.edu>
6365
6366 Obsolete alias inactivate-current-input-method-function (Bug#10150).
6367 * international/mule-cmds.el: Create
6368 inactivate-current-input-method-function as an obsolete alias for
6369 deactivate-current-input-method-function. See Katsumi Yamaoka in
6370 <http://bugs.gnu.org/10150#46>.
6371
a0f95636
JB
63722012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6373
6374 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6375 of nested `if's.
6376
0d26d7c4
GM
63772012-08-01 Glenn Morris <rgm@gnu.org>
6378
6379 * progmodes/autoconf.el (autoconf-definition-regexp):
6380 Add AH_TEMPLATE, adjust submatch numbering.
6381 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
6382 (autoconf-current-defun-function): Update for above change.
6383 (autoconf-current-defun-function): First skip to end of current word.
6384
b686ba06
RS
63852012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
6386
6387 * calendar/cal-html.el (cal-html-insert-agenda-days):
6388 Fix typo. (Bug#12018)
6389
0d49da68
FEG
63902012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6391
6392 Shell processes: enhancements to startup and CEDET compatibility.
6393 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
6394 (python-shell-make-comint): accept-process-output at startup.
6395 (run-python-internal): Set inferior-python-mode-hook to nil.
6396 (python-shell-internal-get-or-create-process): call sit-for.
6397 (python-preoutput-result): Add obsolete alias.
6398 (python-shell-internal-send-string): Use it.
6399 (python-shell-send-setup-code): Remove call to
6400 accept-process-output.
6401
f1a71c6e
AS
64022012-07-31 Andreas Schwab <schwab@linux-m68k.org>
6403
6404 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
6405 (Bug#12108)
6406
d2605269
JB
64072012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
6408
6409 * calc-mode.el (calc-basic-simplification-mode): Rename from
6410 `calc-limited-simplification-mode'.
6411 (calc-alg-simplification-mode): New function.
fc0c31f8 6412 (calc-set-simplify-mode): Adjust message.
f1a71c6e 6413
d2605269
JB
6414 * calc.el (calc-set-mode-line): Adjust mode line display for
6415 basic simplification mode.
6416
6417 * calc-help.el (calc-m-prefix-help): Update help message.
6418
6419 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
6420 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
6421
a3827a43
BG
64222012-07-31 Bastien Guerry <bzg@gnu.org>
6423
6424 * man.el (man): Fix comment. (bug#12101)
6425
502e3f89
MR
64262012-07-31 Martin Rudalics <rudalics@gmx.at>
6427
6428 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6429 Don't return a non-nil value when no suitable buffer was found.
6430
d7714961
FEG
64312012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6432
6433 * progmodes/python.el (run-python-internal): Disable font lock for
6434 internal shells.
6435
1f45e27e
SM
64362012-07-30 Stefan Merten <smerten@oekonux.de>
6437
70efc5c9 6438 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
6439 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6440 (rst-official-version, rst-official-cvs-rev)
6441 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
6442 (rst-mode-map): New key binding.
6443
0aee6912
PE
64442012-07-30 Paul Eggert <eggert@cs.ucla.edu>
6445
6446 Update .PHONY listings in makefiles.
6447 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
6448 autoloads, update-subdirs, updates, bzr-update, update-authors,
6449 compile-onefile, compile-calc, backup-compiled-files,
6450 compile-after-backup, compile-one-process, mh-autoloads,
6451 bootstrap-clean, distclean, maintainer-clean.
6452
9052f9f0
JB
64532012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6454
1823ac5a
JB
6455 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
6456 (calc-set-mode-line): Don't display "AlgSimp ".
6457
6458 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
6459 (calc-lim-simplify-mode): New function.
6460 (calc-set-simplify-mode): Default to 'alg.
6461 (calc-default-simplify-mode): Make algebraic simplifications
6462 the default.
6463
6464 * calc/calc-ext.el (calc-init-extensions): Remove binding for
6465 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
6466
8d7c7eed 6467 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
6468 indicate new simplification modes.
6469
1823ac5a
JB
6470 * calc/README: Mention new default simplification mode.
6471
9052f9f0
JB
6472 * calc/calc.el (math-normalize-error): New variable.
6473 (math-normalize): Set `math-normalize-error' to t
6474 when there's an error.
6475
6476 * calc/calc-alg.el (math-simplify): Don't simplify when
6477 `math-normalize' returns an error.
6478
20ba0cb4
EZ
64792012-07-29 Eli Zaretskii <eliz@gnu.org>
6480
6481 * international/mule-cmds.el (set-locale-environment): Revert last
6482 change, since display-graphic-p returns nil when this function is
6483 called during startup. Instead...
6484
6485 * term/w32console.el (terminal-init-w32console): ...setup the
6486 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
6487
a5dcc929
JL
64882012-07-29 Juri Linkov <juri@jurta.org>
6489
6490 * simple.el (goto-line): Don't display default line number in the
6491 prompt because it should be displayed by `read-number' (bug#9952).
6492 Add the current line number to the defaults of `goto-line' to
6493 allow its easier modification by users with `M-n' (bug#9201).
6494
6495 * subr.el (read-number): Support multiple default values like in
6496 other minibuffer reading functions. Replace `read' with
6497 `string-to-number' for consistency with `number-to-string'.
6498
72b255c7
PE
64992012-07-29 Paul Eggert <eggert@cs.ucla.edu>
6500
6501 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
6502 * emulation/viper-init.el (viper-deactivate-input-method-action):
6503 Rename from viper-inactivate-input-method-action.
6504 (viper-deactivate-input-method):
6505 Rename from viper-inactivate-input-method.
6506 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
6507 * international/mule-cmds.el (deactivate-input-method):
6508 Rename from inactivate-input-method.
6509 Also run input-method-deactivate-hook.
6510 (deactivate-current-input-method-function):
6511 Rename from inactivate-current-input-method-function.
6512 (input-method-deactivate-hook): New hook.
6513 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
6514 (inactivate-input-method): Mark obsolete.
6515
72b255c7
PE
6516 * international/quail.el (quail-activate):
6517 Also run quail-deactivate-hook.
6518 (quail-deactivate): Rename from quail-inactivate.
6519 * international/robin.el (robin-activate):
6520 Also run robin-deactivate-hook.
6521 (robin-deactivate): Rename from robin-inactivate.
6522
2549c068
CY
65232012-07-29 Chong Yidong <cyd@gnu.org>
6524
6525 * simple.el (indicate-copied-region): New function.
6526 (kill-ring-save): Split off from here.
6527
6528 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
6529 (kill-rectangle): Set deactivate-mark to t on read-only error.
6530
6531 * register.el (copy-to-register, copy-rectangle-to-register):
6532 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
6533 (append-to-register, prepend-to-register): Call indicate-copied-region.
6534
65352012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
6536
6537 * simple.el (async-shell-command-buffer): New defcustom.
6538 (shell-command): Use it. (Bug#4719)
6539
01bd1b0d
EZ
65402012-07-28 Eli Zaretskii <eliz@gnu.org>
6541
6542 * international/mule-cmds.el (set-locale-environment): In a
6543 console session on MS-Windows, set up keyboard and terminal
6544 encoding from the OEM codepage, not the ANSI codepage.
6545 (Bug#12055)
6546
a55739d3
CY
65472012-07-28 Chong Yidong <cyd@gnu.org>
6548
6549 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
6550 gdb-get-location.
6551
0e1a094f 65522012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
6553
6554 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
6555 the alist (bug#12029).
6556
20329d73
EZ
65572012-07-28 Eli Zaretskii <eliz@gnu.org>
6558
6559 * makefile.w32-in (custom-deps, finder-data, updates, compile)
6560 (compile-always, compile-first)
6561 ($(lisp)/calendar/cal-loaddefs.el)
6562 ($(lisp)/calendar/diary-loaddefs.el)
6563 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6564 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
6565 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
6566 instead of on update-subdirs.
6567 (bootstrap-clean): Delete $(lisp)/subdirs.el.
6568
345a2258
CY
65692012-07-28 Chong Yidong <cyd@gnu.org>
6570
1eee6341
CY
6571 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
6572 directory if vc-deduce-backend returns nil (Bug#7350).
6573
345a2258
CY
6574 * simple.el (delete-trailing-lines): New option.
6575 (delete-trailing-whitespace): Obey it (Bug#11879).
6576
049a0936
DE
65772012-07-28 David Engster <deng@randomsample.de>
6578
6579 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
6580 Explanation of new 'symbol-qnames feature in doc-strings.
6581 (xml-maybe-do-ns): Return expanded names as plain symbols if
6582 'symbol-qnames was provided in XML-NS argument (Bug#11916).
6583 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
6584
aa81af71
FEG
65852012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6586
6587 Consistent completion in inferior python with emacs -nw.
6588 * progmodes/python.el (inferior-python-mode): replace "<tab>"
6589 binding in inferior-python-mode-map with "\t".
6590 (python-shell-completion-complete-at-point)
6591 (python-completion-complete-at-point): Remove interactive spec.
6592
e827b1eb
JB
65932012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6594
6595 * calc/calccomp.el (math-compose-expr): Undo previous change.
6596
a90dfb95
FEG
65972012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6598
4250fdf5 6599 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
6600 run-python.
6601 (python-shell-make-comint): Fix pop-to-buffer call.
6602 (run-python): Autoload. New arg SHOW.
6603 (python-shell-get-or-create-process): Do not pop python process
6604 buffer.
6605
32770973 66062012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
6607
6608 * notifications.el (notifications-on-action-signal)
6609 (notifications-on-closed-signal): Use also the bus address for the map.
6610 (notifications-notify, notifications-close-notification)
fc0c31f8 6611 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 6612
86332df2
TH
66132012-07-27 Tassilo Horn <tsdh@gnu.org>
6614
4250fdf5
SM
6615 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6616 Add support for the lstlisting and minted environments, and for the
86332df2
TH
6617 ctable macro.
6618 * textmodes/reftex.el (reftex-compile-variables): Also recognize
6619 labels written in keyvals syntax.
6620
ca1302a4
JB
66212012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6622
6623 * calc/calccomp.el (math-compose-expr): Use parentheses when
6624 there is a product in the denominator of a fraction.
6625
f8b91036
EZ
66262012-07-26 Eli Zaretskii <eliz@gnu.org>
6627
6628 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6629 ($(lisp)/calendar/diary-loaddefs.el)
6630 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
6631 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
6632 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
6633 rewritten while the autoload files are built at the same time,
6634 which needs to load subdirs.el.
6635
c8e5a42c
MR
66362012-07-26 Martin Rudalics <rudalics@gmx.at>
6637
6638 * mouse.el (popup-menu): Fix doc-string and re-indent code.
6639 (mouse-drag-line): Don't exit tracking when a switch-frame or
6640 switch-window event occurs (Bug#12006).
6641
670d85ea
SM
66422012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * mouse.el (popup-menu): Fix last change.
6645
7abaf5cc
SM
66462012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 Autoload from Lisp with more care. Follow aliases when looking for
6649 function properties.
6650 * subr.el (autoloadp): New function.
6651 (symbol-file): Use it.
6652 (function-get): New function.
6653 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6654 autoload-do-load.
6655 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6656 (lisp-indent-function):
6657 * emacs-lisp/gv.el (gv-get):
6658 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6659 * emacs-lisp/byte-opt.el (byte-optimize-form):
6660 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6661 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6662 Use function-get.
6663 * emacs-lisp/cl.el: Don't propagate function properties any more.
6664
6665 * speedbar.el (speedbar-add-localized-speedbar-support):
6666 * emacs-lisp/disass.el (disassemble-internal):
6667 * desktop.el (desktop-load-file):
6668 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6669 (describe-function-1):
6670 * emacs-lisp/find-func.el (find-function-noselect):
6671 * emacs-lisp/elp.el (elp-instrument-function):
6672 * emacs-lisp/advice.el (ad-has-proper-definition):
6673 * apropos.el (apropos-safe-documentation, apropos-macrop):
6674 * emacs-lisp/debug.el (debug-on-entry):
6675 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6676 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6677 * calc/calc.el (name): Use autoloadp & autoload-do-load.
6678
b1364986
AA
66792012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
6680
6681 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6682 function, not an obsolete variable (Bug#12046).
6683
67ada220
AS
66842012-07-25 Andreas Schwab <schwab@linux-m68k.org>
6685
6686 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
6687
f08088e3
CS
66882012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
6689
6690 * emacs-lisp/pp.el (pp-display-expression): Select old selected
6691 window only if it is still live (Bug#12034).
6692
8137e7b3
MR
66932012-07-25 Martin Rudalics <rudalics@gmx.at>
6694
6695 * subr.el (redirect-frame-focus): Add advertised calling
6696 convention (Bug#12030).
6697
09ae5da1
PE
66982012-07-25 Paul Eggert <eggert@cs.ucla.edu>
6699
6700 Prefer typical American spelling for "acknowledgment".
6701 * vc/add-log.el (change-log-acknowledgment): Rename from
6702 change-log-acknowledgement, with an alias for the old name.
6703
3cc5a3a8
JB
67042012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
6705
6706 * calc-alg.el (math-simplify-divide): Don't cross multiply
6707 in an equation when the lhs is a variable.
6708
b7af7f62
JD
67092012-07-24 Julien Danjou <julien@danjou.info>
6710
6711 * net/netrc.el (netrc-find-service-number, netrc-store-data):
6712 Remove, unused.
6713
ec1b09b1
EZ
67142012-07-23 Eli Zaretskii <eliz@gnu.org>
6715
6716 * startup.el (command-line): Don't display an empty user name in
6717 the error message about non-existent home directory, when
6718 init-file-user was set to an empty string. See
6719 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6720 for the details and context.
6721
b525fd8a
VB
67222012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
6723
6724 * ses.el (ses-cell-formula-aset): New macro.
6725 (ses-cell-references-aset): New macro.
6726 (ses-cell-p): New function.
6727 (ses-rename-cell): Do no longer rely on complex operations like
6728 ses-cell-set-formula or ses-set-cell to change the cell and handle
6729 the undo at the same time, but rather use lower level new macros
6730 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 6731 the undo directly. Refresh the mode line.
b525fd8a 6732
2c73e345
LL
67332012-07-21 Leo Liu <sdl.web@gmail.com>
6734
670d85ea
SM
6735 * progmodes/cc-cmds.el (c-defun-name):
6736 Use match-string-no-properties instead for consistency.
2c73e345 6737
542dfbde
LL
67382012-07-20 Leo Liu <sdl.web@gmail.com>
6739
3646bcd6
LL
6740 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6741 (Bug#7879)
6742
542dfbde
LL
6743 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6744
25721031
CY
67452012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6748 * progmodes/bug-reference.el, misearch.el: Provide themselves
6749 (bug#11915).
6750
6751 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6752 of narrowed buffer (bug#11966).
6753
316e68a7
VB
67542012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6755
6756 * ses.el (ses-rename-cell): Set new name also in reference list of
6757 cells of which the renamed cell depends.
6758
bbf0e7d9
MY
67592012-07-20 Masatake YAMATO <yamato@redhat.com>
6760
6761 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6762 to check whether menu-bar is shown or not. If not shown,
6763 show the menu-bar as a popup menu instead of using tmm.
6764 * mouse.el (popup-menu): Accept `point' as `position' argument.
6765
c28662a8
DG
67662012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6767
6768 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6769 up inside string symbol literal (bug#11923).
6770
87ab808f
EZ
67712012-07-20 Eli Zaretskii <eliz@gnu.org>
6772
6773 * startup.el (fancy-startup-text): Read the whole tutorial, not
6774 just its first 256 bytes. Prevents gibberish in display of the
6775 tutorial title.
6776
89dea803
DA
67772012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6778
6779 Drop idle buffer compaction due to an absence of the
6780 proved efficiency.
6781 * compact.el: Remove.
6782
8a4e6db8
SS
67832012-07-19 Sam Steingold <sds@gnu.org>
6784
6785 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6786 vc-bzr-pull & vc-bzr-merge-branch.
6787 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6788 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6789 for consistency with compilation-error-regexp-alist.
6790 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6791 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6792 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6793 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6794
5db81e33
SM
67952012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * emacs-lisp/chart.el: Use lexical-binding.
6798 (chart-emacs-storage): Don't hardcode the list of entries.
6799
5b835e1d
DA
68002012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6801
6802 Next round of tweaks caused by Fgarbage_collect changes.
6803 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6804
9cd47b72
DA
68052012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6806
6807 Compact buffers when idle.
6808 * compact.el: New file.
6809
1d6fc0df
SM
68102012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * subr.el (eventp): Presume that if it looks vaguely like an event,
6813 it's an event (bug#10190).
6814
1d29cc7d
FEG
68152012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6816
6817 Enhancements to ppss related code (thanks Stefan).
6818 * progmodes/python.el (python-indent-context)
6819 (python-indent-calculate-indentation, python-indent-dedent-line)
6820 (python-indent-electric-colon, python-nav-forward-block)
6821 (python-mode-abbrev-table)
1d6fc0df 6822 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
6823 for ppss context.
6824 (python-info-continuation-line-p): Cleanup.
6825 (python-info-ppss-context): Do not catch 'quote.
6826 (python-info-ppss-context-type)
6827 (python-info-ppss-comment-or-string-p): Simplify.
6828
d583cbe6
FEG
68292012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6830
6831 * progmodes/python.el: Enhancements to eldoc support.
6832 (python-info-current-symbol): New function.
6833 (python-eldoc-at-point): Use python-info-current-symbol.
6834 (python-info-current-defun): Fix cornercase on first defun scan.
6835 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6836 and signal error when no inferior python process is available.
6837
eceb6feb
DG
68382012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6839
6840 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6841 assume it's always t.
6842 (vc-git-registered): Remove caching, the function is only called
6843 once.
6844 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6845
4c8ff0fe
CY
68462012-07-18 Chong Yidong <cyd@gnu.org>
6847
19fb7186
CY
6848 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6849
9587c688
CY
6850 * simple.el (count-words): Report on narrowing (Bug#9959).
6851
0fe776a1
CY
6852 * bindings.el: Bind M-= to count-words.
6853
4c8ff0fe
CY
6854 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6855
7f5331cc
MY
68562012-07-18 Masatake YAMATO <yamato@redhat.com>
6857
6858 * progmodes/sh-script.el (sh-imenu-generic-expression):
6859 Capture a function with `function' keyword and without parentheses
6860 like "function FOO" (bug#11856).
6861
2dc2a609
TH
68622012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6863
6864 * window.el (split-window-sensibly): Make WINDOW argument
6865 optional.
6866
439f7677
CY
68672012-07-18 Chong Yidong <cyd@gnu.org>
6868
9aeb25a6
CY
6869 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6870
439f7677
CY
6871 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6872 and make C-x 8 RET exit isearch (Bug#11439).
6873
6874 * international/iso-transl.el: Move isearch-mode-map key
6875 definitions to isearch.el.
6876
12999ea8
SM
68772012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6880 (eieio-defclass): Use gv-define-setter when possible.
6881
3ab6e069
DA
68822012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6883
6884 Reflect recent changes in Fgarbage_collect.
6885 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6886 reflect new format of data returned by Fgarbage_collect.
6887
0a60bc10
FEG
68882012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6889
6890 New utility functions + python-info-ppss-context fix (Bug#11910).
6891 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6892 (python-info-ppss-comment-or-string-p): New functions.
6893 (python-info-ppss-context): Small fix for string check.
6894
6dafa0d5
JL
68952012-07-17 Juri Linkov <juri@jurta.org>
6896
6897 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6898 (dired-do-async-shell-command): Don't add `*' at the end of the
6899 command (Bug#11815).
6900 (dired-do-shell-command): Doc fix.
6901 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6902 Join the individual commands using either "&" or ";" as the
6903 separator depending on the values of these trailing characters.
6904 At the end re-add the trailing "&". (Bug#10598)
6905
6906 * simple.el (async-shell-command): Sync the interactive spec with
6907 `shell-command'. Doc fix.
6908 (shell-command): Doc fix.
6909
b19dd9d1
JL
69102012-07-17 Juri Linkov <juri@jurta.org>
6911
6912 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6913
bcdc27d7 69142012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 6915
bcdc27d7 6916 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
6917 * progmodes/python.el (python-nav-beginning-of-statement):
6918 Rename from python-nav-statement-start.
bcdc27d7
FEG
6919 (python-nav-end-of-statement): Rename from
6920 python-nav-statement-end.
6921 (python-nav-beginning-of-block): Rename from
6922 python-nav-block-start.
6923 (python-nav-end-of-block): Rename from python-nav-block-end.
6924
191da00e
FEG
69252012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6926
7f5331cc
MY
6927 * progmodes/python.el (python-shell-send-string-no-output):
6928 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
6929 future interactions (Bug#11868).
6930
4dc7c8d5 69312012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 6932
88ecaf8f
SM
6933 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6934
ef501ef0
SM
6935 * emacs-lisp/elint.el (elint-find-args-in-code):
6936 Use help-function-arglist, so as to handle lexical byte-code.
6937
aa7aaf8f
SM
6938 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6939 change (bug#11826).
6940
45fd731c
SM
69412012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6942
2143fa32
SM
6943 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6944 Avoid spuriously marking the buffer as modified because of c-is-sws.
6945
efc26dbe
SM
6946 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6947 as not-a-comment (bug#11946).
6948
f5695c9a
SM
6949 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6950 for uninterned vars.
6951
6952 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6953 Use read-event since we don't really want to read chars but bytes.
6954
45fd731c
SM
6955 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6956 $$..$$ but also $..$ using regexps (bug#11953).
6957 Use tex-verbatim for \url and \path.
6958 (tex-font-lock-keywords): Define as defconst like the others.
6959 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6960
ddfc8813
RK
69612012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6962
6963 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6964 alias for insert-char.
6965
758e556a
FEG
69662012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6967
6968 * progmodes/python.el: Simplified imenu implementation.
6969 (python-nav-jump-to-defun): Remove command.
6970 (python-mode-map): Use `imenu' instead.
6971 (python-nav-list-defun-positions-cache)
6972 (python-imenu-include-defun-type, python-imenu-make-tree)
6973 (python-imenu-subtree-root-label, python-imenu-index-alist):
6974 Remove vars.
6975 (python-nav-list-defun-positions, python-nav-read-defun)
6976 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
6977 (python-imenu-make-tree, python-imenu-create-index):
6978 Remove functions.
758e556a
FEG
6979 (python-mode): Update to interact with imenu by setting
6980 `imenu-extract-index-name-function' only.
6981
032d23ab
FEG
69822012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6983
6984 * progmodes/python.el: Enhancements to navigation commands.
6985 (python-nav-backward-sentence)
6986 (python-nav-forward-sentence): Remove.
6987 (python-nav-backward-statement, python-nav-forward-statement)
6988 (python-nav-statement-start, python-nav-statement-end)
6989 (python-nav-backward-block, python-nav-forward-block)
6990 (python-nav-block-start, python-nav-block-end)
6991 (python-nav-forward-sexp-function)
6992 (python-info-current-line-comment-p)
6993 (python-info-current-line-empty-p): New functions.
6994 (python-indent-context): Use `python-nav-statement-start'.
6995
01795a1b
MA
69962012-07-16 Michael Albinus <michael.albinus@gmx.de>
6997
9328d9aa
MA
6998 * eshell/em-ls.el (eshell/ls): Use `apply'.
6999
7000 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7001 multi-hops, instead of Tramp internals.
7002
01795a1b
MA
7003 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7004
7005 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7006 when F1 and F2 are located on different hosts.
7007
63408057
CY
70082012-07-14 Chong Yidong <cyd@gnu.org>
7009
7010 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7011 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7012 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7013 (xterm-mouse--read-event-sequence-1000)
7014 (xterm-mouse--read-event-sequence-1006): New functions. For old
7015 mouse protocol, handle M-mouse-X events correctly.
7016 (xterm-mouse-event): New arg specifying mouse protocol.
7017 (turn-on-xterm-mouse-tracking-on-terminal)
7018 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
7019 sequence to toggle extended coordinates on newer XTerms.
7020 This appears to be harmless on terminals which do not support this.
63408057 7021
cd276f6e
LL
70222012-07-14 Leo Liu <sdl.web@gmail.com>
7023
28ca98ac
LL
7024 Add fringe bitmap indicators for flymake. (Bug#11253)
7025 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7026 (flymake-make-overlay): New arg BITMAP.
7027 (flymake-error-bitmap, flymake-warning-bitmap)
7028 (flymake-fringe-indicator-position): New user variables.
7029
cd276f6e
LL
7030 * fringe.el: New bitmap exclamation-mark.
7031
04408072
JD
70322012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7033
7034 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7035 also (Bug#7879).
7036
b5cf7fc4
CY
70372012-07-14 Chong Yidong <cyd@gnu.org>
7038
7039 * electric.el (electric-pair-post-self-insert-function): Fix pair
7040 insertion in empty-region case (Bug#11520).
7041
be755c79
RT
70422012-07-14 Chong Yidong <cyd@gnu.org>
7043
45fd731c
SM
7044 * bindings.el: Consolidate ctl-x-r-map bindings.
7045 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
7046
7047 * rect.el, register.el: Move bindings to bindings.el.
7048
70492012-07-14 Reuben Thomas <rrt@sc3d.org>
7050
7051 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7052
7f5b3198
AS
70532012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7054
7055 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7056
97662200
JB
70572012-07-13 Juanma Barranquero <lekktu@gmail.com>
7058
80185fed
JB
7059 * bindings.el (top): Use `mapc' instead of `mapcar'.
7060
97662200
JB
7061 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7062
2bb1ae55
MA
70632012-07-13 Michael Albinus <michael.albinus@gmx.de>
7064
7065 * progmodes/sql.el (sql-comint): Suppress the check for program on
7066 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7067 (Bug#11908)
7068
dea31bd3
CY
70692012-07-13 Chong Yidong <cyd@gnu.org>
7070
7071 * bindings.el: Assign a non-nil permanent-local property to
7072 per-buffer variables which lack a default value (Bug#11930).
7073
7074 * help-fns.el (describe-variable): In the "automatically becomes
7075 local" notice, take note of permanent-local variables.
7076
b68b3337
CY
70772012-07-13 Chong Yidong <cyd@gnu.org>
7078
7079 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7080 to allow printing the message when called from Lisp.
7081
7082 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7083 Remove toggle-read-only.
7084
7085 * bs.el (bs-toggle-readonly):
45fd731c
SM
7086 * buff-menu.el (Buffer-menu-toggle-read-only):
7087 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
7088
7089 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7090 Remove with-no-warnings around toggle-read-only.
7091 (ffap-read-only, ffap-read-only-other-window)
7092 (ffap-read-only-other-frame): Callers changed.
7093
7094 * help-mode.el: Don't require view package.
7095 (help-mode-finish): Set buffer-read-only instead of calling
7096 toggle-read-only.
7097
7098 * bindings.el (mode-line-toggle-read-only):
7099 * dired.el (dired-toggle-read-only):
7100 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7101 with non-nil second arg.
7102
7103 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7104 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7105 directly.
7106
56bc1586
EZ
71072012-07-12 Eli Zaretskii <eliz@gnu.org>
7108
7109 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7110 not incf.
7111
a464a6c7
SM
71122012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 More CL cleanups and reduction of use of cl.el.
7115 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7116 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7117 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7118 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7119 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7120 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7121 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7122 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7123 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7124 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7125 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7126 * eshell/em-cmpl.el, eshell/em-banner.el:
7127 * calendar/parse-time.el: Use cl-lib.
7128 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7129 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7130 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7131 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7132 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7133 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7134 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7135 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7136 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7137 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7138 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7139 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7140 `lambda' rather than with `quote'.
7141 (eshell-do-opt): Adjust accordingly.
7142 (eshell-process-option): Simplify.
7143 * eshell/esh-var.el:
7144 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7145 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7146 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7147 to `pcase--dontcare'.
7148 * emacs-lisp/cl.el (labels): Mark obsolete.
7149 (cl--letf, letf): Move to cl-lib.
7150 (cl--letf*, letf*): Remove.
7151 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7152 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7153 (cl-progv): Rewrite.
7154 (cl--letf, cl-letf): Move from cl.el.
7155 (cl-letf*): New macro.
7156 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7157
7ad4afe1
MA
71582012-07-11 Michael Albinus <michael.albinus@gmx.de>
7159
7160 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7161
9af57756
CY
71622012-07-11 Chong Yidong <cyd@gnu.org>
7163
7164 * vc/log-edit.el (log-edit-vc-backend): New variable.
7165 (log-edit): Doc fix.
7166
7167 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
7168 argument of log-edit to set up all local variables.
7169 (vc-start-logentry): New optional arg specifying VC backend.
7170
7171 * vc/vc.el (vc-checkin): Use it.
7172 (vc-deduce-fileset): Handle Log Edit buffers.
7173 (vc-diff): Make first argument optional too.
7174
7175 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7176
8477cc7a
MA
71772012-07-10 Michael Albinus <michael.albinus@gmx.de>
7178
7179 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7180 command, just in case. The function is not needed anymore.
7181 (eshell-external-command): Do not call `eshell-remote-command'.
7182
19faa8e8
SM
71832012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7184
f58e0fd5
SM
7185 Reduce use of (require 'cl).
7186 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7187 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7188 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7189 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7190 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7191 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7192 * battery.el, avoid.el, abbrev.el: Use cl-lib.
7193 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7194 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7195 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7196 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7197 * calculator.el, autorevert.el, apropos.el: Don't require CL.
7198 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7199 (byte-compile-unfold-bcf, byte-compile-check-variable):
7200 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7201 (byte-compile-nilconstp):
7202 * emacs-lisp/autoload.el (make-autoload): Use pcase.
7203 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7204
2519d43a
SM
7205 * emacs-lisp/gv.el (cond): Make it a valid place.
7206 (if): Simplify slightly.
7207
19faa8e8
SM
7208 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7209 (pcase--self-quoting-p): New function.
7210 (pcase--u1): Use it.
7211
c4907a5e
GM
72122012-07-10 Glenn Morris <rgm@gnu.org>
7213
7214 * emacs-lisp/authors.el (authors-fixed-entries):
7215 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7216
c4444d16
PE
72172012-07-09 Paul Eggert <eggert@cs.ucla.edu>
7218
7219 Rename configure.in to configure.ac (Bug#11603).
7220 * emacs-lisp/authors.el (authors-canonical-file-name):
7221 * progmodes/autoconf.el (autoconf-mode):
7222 Prefer configure.ac to configure.in.
7223
d75be97d
CY
72242012-07-08 Chong Yidong <cyd@gnu.org>
7225
01ac65bd
CY
7226 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7227 Implement the mouse-1-click-follows-link handling properly.
7228
7229 * info.el (Info-link-keymap): Use follow-link mechanism for
7230 header-line links (Bug#374).
7231
d75be97d
CY
7232 * simple.el (deactivate-mark): Do not set the primary selection
7233 if another program has acquired it (Bug#11772).
7234
87a92845 72352012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
7236
7237 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
7238 (woman-decode-region): Replace escaped-escapes without destroying
7239 bold or underline (Bug#11552).
87a92845 7240 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 7241
621b9d6c
CY
72422012-07-07 Chong Yidong <cyd@gnu.org>
7243
7244 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
7245 (interprogram-cut-function, interprogram-paste-function):
7246 Mention that we typically mean the clipboard.
621b9d6c 7247
133a11fc
GM
72482012-07-06 Glenn Morris <rgm@gnu.org>
7249
0d27a45e
GM
7250 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
7251
133a11fc
GM
7252 * files.el (toggle-read-only): Restrict message to interactive use.
7253
07b151f1
MA
72542012-07-06 Michael Albinus <michael.albinus@gmx.de>
7255
7256 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
7257
7258 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
7259
211b896b
GM
72602012-07-06 Glenn Morris <rgm@gnu.org>
7261
50394322
GM
7262 * Makefile.in (compile-one-process): Rename from "recompile".
7263
211b896b
GM
7264 * Makefile.in (bzr-update): "compile" is the same as "recompile
7265 autoloads", but parallelizable, so use that instead.
7266
4737eec9
DG
72672012-07-06 Dmitry Gutov <dgutov@yandex.ru>
7268
7269 * window.el (quit-window): Always restore window height when
8137e7b3 7270 it's saved in quit-restore parameter (Bug#11810).
4737eec9 7271
226c3633 72722012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
7273
7274 * simple.el (kill-whole-line): Doc tweak.
7275
226c3633 72762012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
7277
7278 * files.el (file-relative-name): Compare file names
7279 case-insensitively if on MS-Windows or MS-DOS, or if
7280 read-file-name-completion-ignore-case is non-nil. Don't use
7281 case-fold-search for this purpose. (Bug#11827)
7282
4dc7c8d5
SM
72832012-07-17 Andreas Schwab <schwab@linux-m68k.org>
7284
7285 * calendar/cal-dst.el (calendar-current-time-zone):
7286 Return calendar-current-time-zone-cache if non-nil.
7287
72882012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 72892012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 7290
19faa8e8
SM
7291 * calendar/cal-dst.el (calendar-current-time-zone):
7292 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 7293
60198fc9
GM
72942012-07-06 Glenn Morris <rgm@gnu.org>
7295
7296 * Makefile.in (cvs-update): Remove old alias.
7297
957b3189
MA
72982012-07-05 Michael Albinus <michael.albinus@gmx.de>
7299
7300 Sync with Tramp 2.2.6-pre.
7301
7302 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
7303 compatible declaration.
7304
19faa8e8
SM
7305 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7306 Protect `list-load-path-shadows' call.
957b3189
MA
7307
7308 * net/tramp-compat.el (top): Require packages, which aren't
7309 autoloaded anymore for XEmacs. Protect call of
7310 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
7311 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
7312 it hurts at least for SXEmacs.
7313 (tramp-compat-temporary-file-directory): In XEmacs, there is no
7314 standard-value for `temporary-file-directory'.
7315
7316 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
7317 Redirect stderr to /dev/null.
7318 (tramp-sh-handle-write-region): uid and gid can be floats.
7319 Reported by Russell Sim <russell.sim@gmail.com>.
7320 (tramp-sh-handle-vc-registered): Hide errors.
7321 (tramp-vc-file-name-handler): Use dummy results for `process-file'
7322 and `start-file-process'.
7323 (tramp-maybe-open-connection): Check also whether `non-essential'
7324 is bound.
7325
566df3fc
CY
73262012-07-04 Chong Yidong <cyd@gnu.org>
7327
7328 * xml.el (xml--parse-buffer): Use xml-syntax-table.
7329 (xml-parse-tag): Likewise, and avoid changing entity tables.
7330 (xml-syntax-table): Define from scratch, making sure not to give
7331 x2000 and other Unicode spaces whitespace syntax, since those are
7332 not spaces in XML.
7333 (xml-parse-fragment): Delete unused function.
7334 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
7335 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
7336 (xml-entity-ref, xml-pe-reference-re)
7337 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
7338 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
7339 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
7340 (xml-entity-value-re): Use syntax references in regexps where
7341 possible; no need to define inside a let-binding.
7342 (xml-parse-dtd): Use xml-pe-reference-re.
7343 (xml-entity-or-char-ref-re): New defconst.
7344 (xml-parse-string, xml-substitute-special): Use it.
7345
30eabd7a
SM
73462012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7347
0781098a
SM
7348 * files.el (locate-dominating-file): Allow `name' to be a predicate.
7349 (find-file--read-only): New function.
7350 (find-file-read-only, find-file-read-only-other-window)
7351 (find-file-read-only-other-frame): Use it.
7352 (insert-file-contents-literally): Don't `fset'.
7353 (get-free-disk-space): Use locate-dominating-file.
7354
b5771c0d
SM
7355 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7356 function is already compiled.
7357
30eabd7a
SM
7358 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
7359
b4886f6e
MA
73602012-07-03 Michael Albinus <michael.albinus@gmx.de>
7361
7362 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7363 files on the same host.
7364
b9d82339
AS
73652012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7366
7367 * help-fns.el (describe-function-1): Only call
7368 help-fns--autoloaded-p when we have a file name. (Bug#11848)
7369
a76e6535
CY
73702012-07-03 Chong Yidong <cyd@gnu.org>
7371
7372 * xml.el: Protect parser against XML bombs.
7373 (xml-entity-expansion-limit): New variable.
7374 (xml-parse-string, xml-substitute-special): Use it.
7375 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7376
b544fef2
GM
73772012-07-03 Glenn Morris <rgm@gnu.org>
7378
7379 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7380 Allow linking to specific messages in debbugs reports (eg 123#5).
7381
a7aef6f5
CY
73822012-07-02 Chong Yidong <cyd@gnu.org>
7383
7384 * xml.el: Fix entity and character reference expansion, allowing
7385 them to expand into markup as per XML spec.
7386 (xml-default-ns): New variable.
7387 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
7388 (xml-parse-region): Make first two arguments optional.
7389 Discard text properties.
7390 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
7391 All callers changed.
a7aef6f5
CY
7392 (xml-parse-tag): Call xml-parse-tag-1. For backward
7393 compatibility, this function should not modify buffer contents.
7394 (xml-parse-tag-1): Fix opening-tag regexp.
7395 (xml-parse-string): Rewrite, handling entity and character
7396 references properly.
7397 (xml--entity-replacement-text): Signal an error if a parameter
7398 entity is undefined.
7399
3df31c9f
SM
74002012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7401
2b5208f1
SM
7402 * comint.el (comint-output-filter): Filter out repeated prompts.
7403
3df31c9f
SM
7404 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
7405 and file-name-absolute-p.
7406 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
7407 internal calls.
7408
e3ac1281
PE
74092012-07-02 Paul Eggert <eggert@cs.ucla.edu>
7410
7411 Spelling fixes.
7412 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
7413 Rename from byte-compile--refiy-function. All uses changed.
7414
fbf2e7ad
CY
74152012-07-01 Chong Yidong <cyd@gnu.org>
7416
7417 * xml.el (xml--parse-buffer): New function. Move most of
7418 xml-parse-region here.
7419 (xml-parse-region): Copy region into a temporary buffer, since
7420 parameter entity substitution requires changing buffer contents.
7421 Use xml--parse-buffer.
7422 (xml-parse-file): Use xml--parse-buffer.
7423 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 7424 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 7425
9bf0aa15
GM
74262012-06-30 Glenn Morris <rgm@gnu.org>
7427
bbce2853
GM
7428 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
7429
9bf0aa15
GM
7430 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
7431 Remove outdated and unnecessary dbus declarations.
7432
0d23c240
EZ
74332012-06-30 Eli Zaretskii <eliz@gnu.org>
7434
7435 * emacs-lisp/timer.el (timer-until): Subtract results of
7436 float-time, instead of taking float-time of the result of
7437 time-subtract, since float-time signals an error for negative time
7438 arguments.
7439
b3218de1
CY
74402012-06-30 Chong Yidong <cyd@gnu.org>
7441
7442 * xml.el (xml-*-re): Convert defvars into defconsts, and
7443 eval-and-compile them so eval-and-compile works on derivatives.
7444 (xml--entity-replacement-text): Use eval-and-comple.
7445
a40c87a0
MA
74462012-06-30 Michael Albinus <michael.albinus@gmx.de>
7447
7448 * vc/vc-git.el (vc-git-registered): Use cache property
7449 `git-registered'.
7450 (vc-git-mode-line-string): Call `vc-working-revision' instead of
7451 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 7452 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 7453
ac87de97
DG
74542012-06-30 Dmitry Gutov <dgutov@yandex.ru>
7455
7456 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 7457 removed (likely outside Emacs). (Bug#11757)
ac87de97 7458
ac10fe06
SM
74592012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7460
3df31c9f 7461 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 7462
7f3fbd5d
CY
74632012-06-30 Chong Yidong <cyd@gnu.org>
7464
7465 * xml.el: Implement XML parameter entities.
7466 (xml-parameter-entity-alist): New variable.
7467 (xml-parse-region, xml-parse-fragment): Preserve previous values
7468 of xml-entity-alist and xml-parameter-entity-alist, so that
7469 repeated calls on different documents do not change them.
7470 (xml-parse-tag): Fix doctype regexp.
7471 (xml--entity-replacement-text): New function.
7472 (xml-parse-dtd): Use it. Don't handle system entities; doing that
7473 properly requires url retrieval which is unimplemented.
7474 (xml-escape-string): Doc fix.
7475
3cfbebba
SM
74762012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
7479
2af3565e
DA
74802012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7481
7482 * fringe.el (fringe-mode): Doc fix.
7483
929df0e7
MA
74842012-06-29 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
7487 is non-nil.
7488 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
7489 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
7490
c8d3a25c 74912012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 7492
c8d3a25c
GM
7493 * calendar/cal-dst.el (calendar-current-time-zone):
7494 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 7495
c8d3a25c 74962012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
7497
7498 * progmodes/which-func.el (which-func-format):
7499 Add mouse-face. (Bug#11698)
7500
c8d3a25c
GM
75012012-06-29 Leo Liu <sdl.web@gmail.com>
7502
7503 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
7504
75052012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * minibuffer.el (minibuffer-confirm-exit-commands):
7508 Add completion-at-point (bug#11725).
7509
75102012-06-29 Glenn Morris <rgm@gnu.org>
7511
7512 * progmodes/f90.el (f90-font-lock-keywords-2):
7513 Add some preprocessor elements. (Bug#10499)
7514
75152012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * progmodes/cperl-mode.el (cperl-update-syntaxification):
7518 Use syntax-propertize (bug#11739).
7519
2badeec4
JB
75202012-06-28 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
7523
ae4969c2
JD
75242012-06-28 Julien Danjou <julien@danjou.info>
7525
7526 * term.el (term-handle-colors-array): Use a set of new faces to
7527 color the terminal. Also uses :inverse-video property.
7528 (term-default-fg-color): Set to nil by default, deprecate in favor
7529 of `term-face'.
7530 (term-default-bg-color): Set to nil by default, deprecate in favor
7531 of `term-face'.
7532 (term-current-face): Use `term-face' by default.
7533 (term-bold-attribute): Variable deleted.
7534
1c9bd870
GM
75352012-06-28 Glenn Morris <rgm@gnu.org>
7536
7537 * simple.el (completion-list-mode-finish):
7538 Don't use toggle-read-only. (Since completion-list-mode has
7539 a special mode-class, it wasn't doing anything extra anyway.)
7540
c207708c
SM
75412012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 Make inlining of other-mode interpreted functions work (bug#11799).
7544 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
7545 (byte-compile): Use it to fix compilation of lexical-binding closures.
7546 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
7547 function, if needed.
7548
3fd56834
SM
75492012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7550
04901786
SM
7551 * help-mode.el (help-make-xrefs): Don't just withstand
7552 cyclic-variable-indirection but any error in documentation-property.
7553
1ec4b7b2
SM
7554 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7555 memory use.
7556 * bindings.el (bindings--define-key): New function.
7557 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7558 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
7559 * bindings.el: Use it to purecopy define-key bindings.
7560
e309e2a5
SM
7561 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
7562
d5c6faf9
SM
7563 * emacs-lisp/cl.el (flet): Mark obsolete.
7564 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
7565 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
7566 * progmodes/js.el (js-c-fill-paragraph):
7567 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
7568 (ebrowse-switch-member-buffer-to-derived-class):
7569 * play/5x5.el (5x5-solver): Use cl-flet.
7570
6e9590e2
SM
7571 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
7572 (cl--symbol-function): New macro.
7573 (cl--letf, cl--letf*): Use it.
7574
3fd56834
SM
7575 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7576 Strip "toggle-" if any.
7577
35ff222c
GM
75782012-06-27 Glenn Morris <rgm@gnu.org>
7579
1ba6038a
GM
7580 * info.el (Info-default-directory-list): Move here from paths.el.
7581 * paths.el: Remove file, which is now empty.
7582 * loadup.el: No longer load "paths".
7583
0ea0e51b
GM
7584 * custom.el (custom-initialize-delay): Doc fix.
7585
35ff222c
GM
7586 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7587 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7588 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7589 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7590 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7591 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
7592 * eshell/eshell.el (eshell-defgroup): Remove alias.
7593
c89926a5
CY
75942012-06-27 Chong Yidong <cyd@gnu.org>
7595
7596 * help.el (help-enable-auto-load): New variable.
7597
7598 * help-fns.el (help-fns--autoloaded-p): New function.
7599 (describe-function-1): Refer to a function as "autoloaded" if it
7600 was autoloaded at any time in the past. Perform autoloading if
7601 help-enable-auto-load is non-nil.
7602
cc06e7e7
EZ
76032012-06-26 Eli Zaretskii <eliz@gnu.org>
7604
7605 * makefile.w32-in (compile, compile-always): Depend on
7606 update-subdirs, not on subdirs.el. Otherwise, several different
7607 sub-targets of 'bootstrap' running in parallel could
7608 simultaneously write to subdirs.el, producing a garbled file.
7609
d2c32364
SS
76102012-06-26 Sam Steingold <sds@gnu.org>
7611
7612 * files.el (file-name-base): New convenience function.
0d14cc21
GM
7613 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
7614 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
7615 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
7616 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
7617 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
7618 * textmodes/tex-mode.el: Use it.
7619 Did not touch cedet and org because they are maintained elsewhere.
7620
5cf983b2
MR
76212012-06-26 Martin Rudalics <rudalics@gmx.at>
7622
7623 * calendar/calendar.el (calendar-exit): Don't try to delete or
7624 iconify last frame. See:
7625 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
7626
8c4f2952
JD
76272012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
7628
7629 * server.el (server-process-filter): Remember dir in the
7630 process's `server-client-directory' properties.
7631
772b2e2c
CY
76322012-06-24 Chong Yidong <cyd@gnu.org>
7633
7634 * xml.el (xml-parse-tag): Correctly handle comment embedded in
7635 non-tag text.
7636
711b11e1
JB
76372012-06-23 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
7640
dc5d230c
SM
76412012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * help-fns.el (describe-variable): Don't croak when doc is not found.
7644 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
7645 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
7646 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
7647 * emacs-lisp/smie.el (smie-next-sexp): CSE.
7648 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7649 ((lambda ..) ..).
7650 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7651
136e1c1d
CY
76522012-06-23 Chong Yidong <cyd@gnu.org>
7653
e8c1cabf
CY
7654 * info.el (Info-mouse-follow-link): Accept symbol values of
7655 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
7656 (Info-fontify-node): Use Info-link-keymap for all navigation
7657 buttons, with link-args property to perform the desired action.
7658 (Info-link-keymap): Doc fix.
7659 (Info-next-link-keymap, Info-prev-link-keymap)
7660 (Info-up-link-keymap): Delete now-unused keymaps.
7661
0e9e6c6a
CY
76622012-06-23 Chong Yidong <cyd@gnu.org>
7663
05e89fea
CY
7664 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7665
0e9e6c6a
CY
7666 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7667 system abbrevs.
7668
7669 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7670
e33c6771
SM
76712012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7672
b68581e2
SM
7673 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7674 (bug#11719).
7675
e33c6771
SM
7676 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7677 the requote function doesn't work properly (bug#11714).
7678
7117e105
GM
76792012-06-23 Glenn Morris <rgm@gnu.org>
7680
7681 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7682
36cec983
SM
76832012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 Further GV/CL cleanups.
7686 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7687 gv-expander.
7688 (gv--defun-declaration): New function.
7689 (defun-declarations-alist): Use it.
7690 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7691 (gv-place): Autoload.
7692 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7693 original definition of dotimes and dolist.
7694 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7695 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7696 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7697 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7698 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7699 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7700 to the function's definition.
7701 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7702 * window.el:
7703 * files.el:
7704 * faces.el:
7705 * env.el: Don't use CL.
7706
d35af63c
PE
77072012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7708
7709 Support higher-resolution time stamps (Bug#9000).
7710
7711 * calendar/time-date.el (with-decoded-time-value): New arg
7712 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7713 (encode-time-value): New optional arg PICO. New type 3.
7714 (time-to-seconds) [!float-time]: Support the new picoseconds
7715 component if it's used.
7716 (seconds-to-time, time-subtract, time-add):
7717 Support ps-resolution time stamps as well.
7718
7719 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
7720 (timerp): Timer vectors now have length 9, not 8.
7721 (timer--time): Support new-style (4-part) time stamps.
7722 (timer-next-integral-multiple-of-time): Time stamps now have
7723 picosecond resolution, so take a bit more care about rounding.
7724 (timer-relative-time, timer-inc-time): New optional arg psecs.
7725 (timer-set-time-with-usecs): Set psecs to 0.
7726 (timer--activate): Check psecs component, too.
7727
7728 * proced.el (proced-time-lessp): Support ps-resolution stamps.
7729
ac77b21a
SM
77302012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7731
f143bfe3
SM
7732 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7733 Move the non-essential binding to the post/pre-command-hook where it is
7734 more obviously correct.
7735
ac77b21a
SM
7736 * subr.el (read-passwd): Don't use a history at all.
7737 * savehist.el (savehist-save): Remove password saved accidentally
7738 because of the above bug.
7739
76386c5a
BG
77402012-06-22 Bastien Guerry <bzg@gnu.org>
7741
7742 * files.el (toggle-read-only): Display a message telling whether
7743 the buffer is read-only or not (bug#11726).
7744
2ee3d7f0
SM
77452012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * emacs-lisp/gv.el: New file.
7748 * subr.el (push, pop): Extend to generalized variables.
7749 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7750 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7751 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7752 gv-define-simple-setter, and gv-define-expander.
7753 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7754 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7755 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7756 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7757 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7758 gv-letplace.
7759 (cl-defstruct): Don't define setf-method any more.
7760 * emacs-lisp/cl.el (flet): Don't autoload.
7761 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7762 (define-setf-expander, defsetf, define-modify-macro)
7763 (cl-struct-setf-expander): Move from cl-lib.el.
7764 * emacs-lisp/syntax.el:
7765 * emacs-lisp/ewoc.el:
7766 * emacs-lisp/smie.el:
7767 * emacs-lisp/cconv.el:
7768 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7769 (timer--time): Use gv-define-simple-setter.
7770 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7771 to avoid coding-system problems in subr.el. Adjust all users.
7772 (macroexp--maxsize, macroexp-small-p): New functions.
7773 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7774 * scroll-bar.el (scroll-bar-mode):
7775 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7776 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7777 * winner.el (winner-configuration, winner-make-point-alist)
7778 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7779 * files.el (locate-file-completion-table): Avoid list*.
7780
c5695d1d
CY
77812012-06-22 Chong Yidong <cyd@gnu.org>
7782
7783 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7784 (dired-create-files): Doc fix (Bug#11329).
7785 (dired-do-copy): Doc fix (Bug#11334).
7786 (dired-mark-read-string): Doc fix (Bug#11553).
7787
2ee3d7f0
SM
7788 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7789 Doc fix (Bug#11326).
c5695d1d
CY
7790 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7791 (dired-dwim-target): Doc fix.
7792
7793 * wdired.el (wdired-mode): Doc fix.
7794
89b5595a
GM
77952012-06-22 Glenn Morris <rgm@gnu.org>
7796
575db3f1
GM
7797 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7798 (pcmpl-rpm-cache-stamp-file): New constant.
7799 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7800 (pcmpl-rpm-packages): Optionally cache list of packages.
7801
a4c8dd51
GM
7802 * pcmpl-rpm.el (pcmpl-rpm): New group.
7803 (pcmpl-rpm-query-options): New option.
7804 (pcmpl-rpm-packages): No need to inline it.
7805 Use pcmpl-rpm-query-options.
7806
89b5595a
GM
7807 * calendar/calendar.el (calendar-in-read-only-buffer):
7808 Avoid some needless mode changes.
7809
e76f0800
CY
78102012-06-21 Chong Yidong <cyd@gnu.org>
7811
7812 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7813 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 7814 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 7815
297a8f1d
CY
78162012-06-20 Chong Yidong <cyd@gnu.org>
7817
7818 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7819
d34c18b1
DR
78202012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7821
7822 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7823 (bug#11201).
7824
32f7f28e
CY
78252012-06-20 Chong Yidong <cyd@gnu.org>
7826
7827 * term.el (term-window-width): Handle the case of a missing right
7828 fringe (Bug#8837).
7829 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
7830 (term-mode): Use define-derived-mode. Minor cleanups.
7831 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
7832 (term-move-columns, term-insert-char, term-emulate-terminal)
7833 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 7834
493c6688
MA
78352012-06-20 Michael Albinus <michael.albinus@gmx.de>
7836
d34c18b1
DR
7837 * net/ange-ftp.el (ange-ftp-get-passwd):
7838 Bind `enable-recursive-minibuffers'.
493c6688
MA
7839 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7840
3f06ecf4
DR
78412012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7842
7843 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7844
68f12411
GM
78452012-06-19 Glenn Morris <rgm@gnu.org>
7846
7847 * progmodes/python.el (python-mode): Derive from prog-mode.
7848
b3820318
KG
78492012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7850
7851 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7852 (edt-user-menu-bar-update-buffers): New functions.
7853 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7854
c6bf3022
CY
78552012-06-19 Chong Yidong <cyd@gnu.org>
7856
7857 * subr.el (with-selected-window): Preserve the selected window's
7858 terminal's top-frame (Bug#4702).
7859
7860 * window.el (save-selected-window): Likewise.
7861
25f09295
SM
78622012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * progmodes/python.el (python-rx-constituents): Move backquote.
7865 (python-skeleton-define, python-define-auxiliary-skeleton):
7866 Use `declare'.
7867
6b11952a
MA
78682012-06-18 Michael Albinus <michael.albinus@gmx.de>
7869
7870 * minibuffer.el (read-file-name-default): Revert the patch from
7871 2012-06-17.
7872
ee4b1330
SM
78732012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7876 (pcase--u1, pcase--q1): Don't use apply-partially.
7877
35647f79
GM
78782012-06-18 Glenn Morris <rgm@gnu.org>
7879
7880 * progmodes/python.el (python-proc, python-buffer)
7881 (python-send-receive, python-send-string): Fix obsolete versions.
7882
24b0cff0
MR
78832012-06-18 Martin Rudalics <rudalics@gmx.at>
7884
7885 * window.el (special-display-p): Completely remove stringp
7886 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7887
29855149
MA
78882012-06-17 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7891
7892 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7893
7894 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7895 * net/tramp-sh.el (tramp-maybe-open-connection):
7896 Throw if `non-essential' is non-nil.
7897
07463363
MR
78982012-06-17 Martin Rudalics <rudalics@gmx.at>
7899
7900 * window.el (special-display-p): Signal an error if BUFFER-NAME
7901 is not a string (Bug#11713).
7902
48d1354e
PE
79032012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7904
7905 * progmodes/python.el (python-info-beginning-of-backslash):
7906 Rename from python-info-beginning-of-backlash, as a spelling fix.
7907
eb4a8a9a
CY
79082012-06-17 Chong Yidong <cyd@gnu.org>
7909
7910 * term.el (term-emulate-terminal): If term-check-size is called,
7911 move point to the process mark without resetting point (Bug#4635).
7912
ddfbf826 79132012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
7914
7915 * international/mule-cmds.el (mule-menu-keymap)
7916 (set-language-environment, set-locale-environment): Doc tweaks.
7917
9b0e3eba
AA
79182012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7919
7920 * cus-face.el (custom-face-attributes): Add wave-style underline
7921 attribute.
7922 * faces.el (set-face-attribute): Update docstring to describe
7923 wave-style underline attribute.
7924
771e3eae
CY
79252012-06-16 Chong Yidong <cyd@gnu.org>
7926
7927 * term/xterm.el (terminal-init-xterm): Discard input before
7928 querying background mode (Bug#10959).
7929
7ae2ea10
SM
79302012-06-16 Stefan Merten <smerten@oekonux.de>
7931
7932 * textmodes/rst.el: Added and corrected some comments.
7933 (rst-re-alist-def): Improve symbol syntax.
7934 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
7935 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7936 (rst-official-version, rst-official-cvs-rev): Update version
7937 information.
7ae2ea10 7938
b6974efa
JB
79392012-06-15 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7942 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7943
8826d473
GM
79442012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7945
7946 * progmodes/python.el: New python.el merge.
7947 (python-guess-indent): Obsolete var.
7948 (python-indent-guess-indent-offset): New defcustom.
7949 (python-indent): Obsolete var.
7950 (python-indent-offset): New defcustom.
7951 (python-python-command, python-jython-command): Delete var.
7952 (python-shell-interpreter): New defcustom.
7953 (python-pdbtrack-do-tracking-p): Delete var.
7954 (python-pdbtrack-activate): New defcustom.
7955 (python-use-skeletons): Obsolete var.
7956 (python-skeleton-autoinsert): New defcustom.
7957 (inferior-python-filter-regexp, python-continuation-offset)
7958 (python-honour-comment-indentation, python-indent-string-contents)
7959 (python-jython-packages, python-mode-hook)
7960 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7961 (python-shell-prompt-alist)
7962 (python-source-modes): Delete defcustoms.
7963 (python-check-buffer-name, python-eldoc-setup-code)
7964 (python-eldoc-string-code, python-ffap-setup-code)
7965 (python-ffap-string-code, python-fill-comment-function)
7966 (python-fill-decorator-function, python-fill-paren-function)
7967 (python-fill-string-function, python-imenu-include-defun-type)
7968 (python-imenu-make-tree, python-imenu-subtree-root-label)
7969 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7970 (python-shell-compilation-regexp-alist)
7971 (python-shell-completion-module-string-code)
7972 (python-shell-completion-pdb-string-code)
7973 (python-shell-completion-setup-code)
7974 (python-shell-completion-string-code)
7975 (python-shell-enable-font-lock, python-shell-exec-path)
7976 (python-shell-extra-pythonpaths)
7977 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7978 (python-shell-process-environment)
7979 (python-shell-prompt-block-regexp)
7980 (python-shell-prompt-output-regexp)
7981 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7982 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7983 (python-shell-virtualenv-path): New defcustoms.
7984 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7985 (inferior-python-mode-syntax-table, python--prompt-regexp)
7986 (python-buffer, python-command python-python-command)
7987 (python-default-template, python-imports, python-indent-index)
7988 (python-indent-list, python-indent-list-length)
7989 (python-mode-running, python-pdbtrack-is-tracking-p)
7990 (python-preoutput-continuation, python-preoutput-leftover)
7991 (python-preoutput-result, python-preoutput-skip-next-prompt)
7992 (python-prev-dir/file, python-recursing)
7993 (python-saved-check-command, python-version-checked)
7994 (python-which-func-length-limit)
7995 (view-return-to-alist): Delete vars.
7996 (python-check-custom-command, python-dotty-syntax-table)
7997 (python-imenu-index-alist, python-indent-current-level)
7998 (python-indent-dedenters, python-indent-levels)
7999 (python-nav-beginning-of-defun-regexp)
8000 (python-nav-list-defun-positions-cache)
8001 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8002 (python-shell-internal-buffer)
8003 (python-skeleton-available): New vars.
8004 (def-python-skeleton): Delete macro.
8005 (python-skeleton-define): New macro.
8006 (python-define-auxiliary-skeleton, python-rx): New macros.
8007 (python-insert-class): Delete command.
8008 (python-skeleton-class): New command.
8009 (python-insert-def): Delete command.
8010 (python-skeleton-def): New command.
8011 (python-insert-for): Delete command.
8012 (python-skeleton-for): New command.
8013 (python-insert-if): Delete command.
8014 (python-skeleton-if): New command.
8015 (python-insert-try/except, python-insert-try/finally): Delete commands.
8016 (python-skeleton-try): New command.
8017 (python-insert-while): Delete command.
8018 (python-skeleton-while): New command.
8019 (python-backspace): Delete command.
8020 (python-indent-dedent-line-backspace): New command.
8021 (python-electric-colon): Delete command.
8022 (python-indent-electric-colon): New command.
8023 (python-guess-indent): Delete command.
8024 (python-indent-guess-indent-offset): New command.
8025 (python-shift-left): Delete command.
8026 (python-indent-shift-left): New command.
8027 (python-shift-right): Delete command.
8028 (python-indent-shift-right): New command.
8029 (python-find-function): Delete command.
8030 (python-nav-jump-to-defun): New command.
8031 (python-next-statement): Delete command.
8032 (python-nav-forward-sentence): New command.
8033 (python-previous-statement): Delete command.
8034 (python-nav-backward-sentence): New command.
8035 (python-fill-paragraph): Delete command.
8036 (python-fill-paragraph-function): New command.
8037 (python-send-buffer): Delete command.
8038 (python-shell-send-buffer): New command.
8039 (python-send-defun): Delete command.
8040 (python-shell-send-defun): New command.
8041 (python-send-region, python-send-region-and-go): Delete commands.
8042 (python-shell-send-region)
8043 (python-shell-switch-to-shell): New commands.
8044 (python-send-string): Delete command.
8045 (python-shell-send-string): New command.
8046 (python-switch-to-python): Delete command.
8047 (python-shell-switch-to-shell): New command.
8048 (python-describe-symbol): Delete command.
8049 (python-eldoc-at-point): New command.
8050 (python--set-prompt-regexp, python-args-to-list)
8051 (python-after-info-look, python-check-version)
8052 (python-check-comint-prompt, python-find-imports)
8053 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8054 (python-unload-function, python-expand-template)
8055 (python-maybe-jython, python-preoutput-filter)
8056 (python-pdbtrack-get-source-buffer)
8057 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8058 (python-pdbtrack-toggle-stack-tracking)
8059 (python-pdbtrack-track-stack-file, python-initial-text)
8060 (python-first-word, python-comment-line-p, python-send-command)
8061 (python-setup-brm, python-sentinel, python-set-proc)
8062 (python-skip-out, python-input-filter, python-outdent-p)
8063 (python-outline-level, python-backslash-continuation-line-p)
8064 (python-end-of-block, python-end-of-statement, python-mark-block)
8065 (python-beginning-of-block, python-beginning-of-statement)
8066 (python-blank-line-p, python-beginning-of-string)
8067 (python-open-block-statement-p): Delete functions.
8068 (python-indent-line, python-indent-line-1): Delete functions.
8069 (python-indent-line): New function.
8070 (python-indentation-levels): Delete function.
8071 (python-indent-calculate-levels): New function.
8072 (python-proc): Delete function.
8073 (python-shell-get-process): New function.
8074 (python-send-receive): Delete function.
8075 (python-shell-send-string-no-output): New function.
8076 (python-module-path): Delete function.
8077 (python-ffap-module-path): New function.
8078 (python-completion-at-point)
8079 (python-symbol-completions): Delete functions.
8080 (python-completion-complete-at-point): New function.
8081 (python-load-file): Delete function.
8082 (python-shell-send-file): New function.
8083 (python-calculate-indentation): Delete function.
8084 (python-indent-calculate-indentation): New function.
8085 (python-skip-comments/blanks): Delete function.
8086 (python-util-forward-comment): New function.
8087 (python-continuation-line-p): Delete function.
8088 (python-info-continuation-line-p): New function.
8089 (python-which-func, python-current-defun): Delete function.
8090 (python-info-current-defun): New function.
8091 (python-beginning-of-defun): Delete function.
8092 (python-nav-beginning-of-defun): New function.
8093 (python-close-block-statement-p)
8094 (python-block-end-p): Delete function.
8095 (python-info-closing-block): New function.
8096 (python-comint-output-filter-function)
8097 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8098 (python-fill-comment, python-fill-decorator, python-fill-paren)
8099 (python-fill-string, python-imenu-make-element-tree)
8100 (python-imenu-make-tree, python-imenu-tree-assoc)
8101 (python-indent-context, python-indent-dedent-line)
8102 (python-indent-line-function)
8103 (python-indent-post-self-insert-function)
8104 (python-indent-toggle-levels)
8105 (python-info-assignment-continuation-line-p)
8106 (python-info-beginning-of-backlash)
8107 (python-info-block-continuation-line-p)
8108 (python-info-closing-block-message)
8109 (python-info-line-ends-backslash-p)
8110 (python-info-looking-at-beginning-of-defun)
8111 (python-info-ppss-context, python-info-ppss-context-type)
8112 (python-nav-list-defun-positions, python-nav-read-defun)
8113 (python-nav-sentence-end, python-nav-sentence-start)
8114 (python-pdbtrack-comint-output-filter-function)
8115 (python-pdbtrack-set-tracked-buffer)
8116 (python-shell-calculate-exec-path)
8117 (python-shell-calculate-process-environment)
8118 (python-shell-completion--do-completion-at-point)
8119 (python-shell-completion--get-completions)
8120 (python-shell-completion-complete-at-point)
8121 (python-shell-completion-complete-or-indent)
8122 (python-shell-get-or-create-process)
8123 (python-shell-get-process-name)
8124 (python-shell-internal-get-or-create-process)
8125 (python-shell-internal-get-process-name)
8126 (python-shell-internal-send-string, python-shell-make-comint)
8127 (python-shell-parse-command, python-shell-send-setup-code)
8128 (python-skeleton-add-menu-items)
8129 (python-util-clone-local-variables, python-util-position)
8130 (run-python-internal, python-indentation-levels)
8131 (python-nav-beginning-of-defun)
8132 (python-completion-complete-at-point): New functions.
8133 (run-python): Change arguments. New API requirements.
8134
4302f5ba
SM
81352012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8136
f38ea36d
SM
8137 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8138 (bug#11649).
8139
8140 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8141 (macroexp--expand-all): Use it.
8142
4302f5ba
SM
8143 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8144 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8145 Use `cl-function' instead.
8146
33377562
JB
81472012-06-14 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8150 Suggested by Stefan Monnier while discussing bug#11657.
8151
54c5ba1a
SS
81522012-06-14 Sam Steingold <sds@gnu.org>
8153
8154 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8155
f9f1b1fe
AS
81562012-06-14 Andreas Schwab <schwab@linux-m68k.org>
8157
8158 * play/doctor.el (doctor-doc): Remove parameter and use
8159 doctor-sent instead of sent.
8160 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
8161
a81068ba
SM
81622012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8163
5a315f9c
SM
8164 * files.el: Require cl-lib.
8165 (file-name-non-special): Replace case -> cl-case.
8166
8167 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8168
a81068ba
SM
8169 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8170 mapping from #' to function*.
8171
8cca9703
CY
81722012-06-13 Chong Yidong <cyd@gnu.org>
8173
8174 * mouse.el (mouse-drag-track): Do not set the mark if the user
8175 releases the mouse without selecting anything (Bug#11588).
8176
a12ac9d7
SM
81772012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8178
ccf1dc18
SM
8179 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8180 as well (bug#11646).
8181
ef62b23d
SM
8182 * loadup.el: Count byte-code functions as well.
8183
c4c8444a
SM
8184 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8185 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8186
a12ac9d7
SM
8187 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8188 (bug#11649). Add cl-defun and cl-defmacro.
8189
87e6e64f
DA
81902012-06-13 Drew Adams <drew.adams@oracle.com>
8191
8192 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8193 Fix last change.
8194
682cefaf
MA
81952012-06-13 Michael Albinus <michael.albinus@gmx.de>
8196
8197 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8198 Otherwise, it blocks in batch mode.
8199
773e1f08
JB
82002012-06-13 Juanma Barranquero <lekktu@gmail.com>
8201
8202 * help-mode.el (bookmark-make-record-default): Declare.
8203
60057926
CY
82042012-06-13 Chong Yidong <cyd@gnu.org>
8205
8206 * emacs-lisp/package.el (list-packages): Compute a list of
8207 packages that are newly-available since the last list-packages
8208 invocation.
8209 (package-menu--new-package-list): New var.
8210 (package-menu--generate, package-menu--print-info)
8211 (package-menu--status-predicate, package-menu-mark-install):
8212 Handle new status label "new".
8213
ad4d226c
SM
82142012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8217 conversion to backquotes.
8218
f1a4e679
CY
82192012-06-12 Chong Yidong <cyd@gnu.org>
8220
8221 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8222 Rename from gud-inhibit-global-bindings.
8223
8224 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8225
8226 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8227 hook from nxml-glyph-set-hook.
8228
8229 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8230 declaration.
8231
8232 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8233
8234 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8235 Convert to defcustom.
8236
0c9e42b5
DA
82372012-06-12 Drew Adams <drew.adams@oracle.com>
8238
8239 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8240 New functions.
8241 (help-mode): Use them.
8242
09e06855
GM
82432012-06-11 Glenn Morris <rgm@gnu.org>
8244
8245 * progmodes/fortran.el (fortran-font-lock-keywords-3):
8246 Use preprocessor face for directives.
8247 (fortran-directive-re): Doc fix.
8248
71adb94b
SM
82492012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8250
2eb87922
SM
8251 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
8252 conversion to backquotes (bug#11652).
8253
71adb94b
SM
8254 Fix compiler-expansion of CL's cXXr functions (bug#11673).
8255 * emacs-lisp/cl-lib.el (cl--defalias): New function.
8256 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
8257 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
8258 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8259 (cl-ninth, cl-tenth): Mark them as inlinable.
8260 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
8261 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
8262 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
8263 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
8264 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
8265 (cl-list*, cl-adjoin): Don't put an autoload manually.
8266 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
8267 (cl--compiler-macro-list*): Add autoload cookie.
8268 (cl--compiler-macro-cXXr): New function.
2eb87922 8269
71adb94b
SM
8270 * help-fns.el (help-fns--compiler-macro): New function extracted from
8271 describe-function-1; follow aliases and use `compiler-macro' property.
8272 (describe-function-1): Use it.
8273
a6674402
CY
82742012-06-11 Chong Yidong <cyd@gnu.org>
8275
8276 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
8277 is uninstalled, if imagemagick is installed.
8278
bb3faf5b
SM
82792012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * emacs-lisp/cl-lib.el: Use lexical-binding.
8282 (cl-map-extents, cl-maclisp-member): Remove.
8283 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
8284 (cl--set-substring, cl--block-wrapper, cl--block-throw)
8285 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
8286 * emacs-lisp/cl-extra.el: Use lexical-binding.
8287 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
8288 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
8289 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
8290 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
8291 * emacs-lisp/cl-seq.el: Use lexical-binding.
8292 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
8293 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
8294 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
8295 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
8296 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
8297 CL's internals.
8298
2fe4b125
MA
82992012-06-11 Michael Albinus <michael.albinus@gmx.de>
8300
8301 Sync with Tramp 2.2.6-pre.
8302
8303 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
8304 `print-length' and `print-level' to nil, in order to avoid
8305 truncation. Reported by Christopher Schmidt
8306 <christopher@ristopher.com>.
8307
8308 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
8309
8310 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
8311 New defmacro.
8312 (tramp-compat-copy-directory): Add optional argument
8313 COPY-CONTENTS. It is not handled yet.
8314
8315 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
8316 (tramp-ftp-file-name-p): Simplify.
8317
8318 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
8319 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
8320 connection vector.
8321
8322 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
8323 (tramp-methods): Do not use `tramp-password-end-of-line'.
8324 (tramp-completion-function-alist-putty): Handle UNIX case.
8325 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
8326 (tramp-do-file-attributes-with-stat)
8327 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
8328 gid as real numbers. They could run out of integer range on cygwin.
8329 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
8330 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
8331 (tramp-open-connection-setup-interactive-shell):
8332 Use `tramp-cleanup'. Move check for busyboxes ...
8333 (tramp-find-shell): ... here. Simplify implementation.
8334 Set "remote-shell" property also for alternative shells.
8335 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
8336 If failing, a regular file would be written otherwise.
8337 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
8338 (tramp-find-inline-encoding): Cache the coding commands in the
8339 process cache. Apply test command on the remote side, if defined.
8340 (tramp-find-inline-compress): Cache the compress commands in the
8341 process cache.
8342 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
8343 when requested. Handle hops.
8344 (tramp-current-connection): New defvar.
87e6e64f
DA
8345 (tramp-maybe-open-connection): Use `tramp-cleanup'.
8346 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 8347 Handle user interrupt. (Bug#10187)
87e6e64f
DA
8348 (tramp-get-inline-compress, tramp-get-inline-coding):
8349 Read connection properties from the process cache.
2fe4b125
MA
8350
8351 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
8352 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8353 New defconsts.
2fe4b125
MA
8354 (tramp-smb-prompt): Extend for powershell prompt.
8355 (tramp-smb-file-name-handler-alist): Add handlers for
8356 `process-file', `shell-command' and `start-file-process'.
8357 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8358 (tramp-smb-winexe-shell-command-switch): New defcustoms.
8359 (tramp-smb-file-name-p): Simplify.
8360 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8361 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8362 (tramp-smb-shell-quote-argument): New defuns.
8363 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8364 Implement using "tar". By this, time-stamps are preserved.
8365 (tramp-smb-handle-copy-file): Handle also the case of directories.
8366 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
8367 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8368 Use `tramp-get-connection-buffer').
2fe4b125
MA
8369 (tramp-smb-handle-rename-file): Use "rename", when source and
8370 target are on the same share.
87e6e64f
DA
8371 (tramp-smb-maybe-open-connection): Handle wrong passwords.
8372 Use `tramp-smb-server-version'.
2fe4b125
MA
8373 (tramp-smb-wait-for-output): Remove prompt.
8374
8375 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
8376 (tramp-methods, tramp-rsh-end-of-line):
8377 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
8378 (tramp-save-ad-hoc-proxies): New defcustom.
8379 (tramp-completion-function-alist): Adapt docstring.
8380 (tramp-default-password-end-of-line): Remove defcustom.
8381 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
8382 (tramp-user-regexp, tramp-file-name-regexp-unified)
8383 (tramp-file-name-regexp-url): Extend regexp by hop separator.
8384 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
8385 (tramp-remote-file-name-spec-regexp): New defconst.
8386 (tramp-file-name-structure): Extend structure for hops.
8387 (tramp-get-method-parameter): Move up.
8388 (tramp-file-name-p, tramp-dissect-file-name)
8389 (with-parsed-tramp-file-name): Handle hops.
8390 (tramp-file-name-hop): New defun.
8391 (tramp-make-tramp-file-name): New optional arg HOP.
8392 (tramp-message-show-progress-reporter-message): New defvar.
8393 (tramp-with-progress-reporter): Use it. We cannot use
8394 `tramp-message-show-message' here, because this suppresses also
8395 error buffers.
8396 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
8397 `tramp-message-show-message' is nil.
8398 Use `tramp-get-connection-buffer'.
2fe4b125
MA
8399 (tramp-cleanup): New defun.
8400 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
8401 (tramp-file-name-handler): If `debug-on-error' is set, propagate
8402 an error unchanged.
8403 (tramp-completion-handle-file-name-all-completions): Handle hops.
8404 Fix an error when called from ido.
8405 (tramp-completion-dissect-file-name): Use better local variable
8406 name. Add hop to the vector.
8407 (tramp-handle-insert-file-contents): Use progress-reporter for the
8408 whole scenario.
8409 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
8410 to `t'.
8411 (tramp-check-for-regexp): Simplify search.
8412 (tramp-enter-password): Remove it. Move implementation ...
8413 (tramp-action-password): ... here.
8414 (tramp-mode-string-to-int, tramp-local-host-p)
8415 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
8416 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
8417 Set tramp-autoload cookie.
2fe4b125
MA
8418
8419 * net/trampver.el: Update release number.
8420
84212012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8422 Michael Albinus <michael.albinus@gmx.de>
8423
8424 * net/tramp.el (tramp-set-completion-function): Fix docstring.
8425 (tramp-parse-group, tramp-parse-file)
8426 (tramp-parse-shostkeys-sknownhosts): New defuns.
8427 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
8428 (tramp-parse-shosts-group, tramp-parse-sconfig)
8429 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
8430 (tramp-parse-sknownhosts, tramp-parse-hosts)
8431 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
8432 Use them.
8433 (tramp-parse-passwd-group, tramp-parse-netrc-group)
8434 (tramp-parse-putty-group): Don't narrow.
8435 (tramp-parse-putty): Make a loop.
8436 (tramp-file-name-handler): Catch the `suppress' signal.
8437
72834e10
CY
84382012-06-11 Chong Yidong <cyd@gnu.org>
8439
8440 * image.el (imagemagick-register-types): Put the ImageMagick entry
8441 at the end of image-type-file-name-regexps.
8442
a4712e11
JB
84432012-06-11 Johan Bockgård <bojohan@gnu.org>
8444
8445 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
8446 (pcase, pcase-let*, pcase-dolist): Use them.
8447
82ad98e3
SM
84482012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/pcase.el (pcase--let*): New function.
8451 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
8452 (pcase--expand): Use macroexp-let².
8453
f80efb86
SM
84542012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
8457 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
8458 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
8459 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
8460 * emacs-lisp/derived.el: Use pcase instead of `cl'.
8461 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
8462
31ca4639 84632012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 8464
31ca4639
CY
8465 * mail/rmail.el (rmail-yank-current-message): Leave point at
8466 correct position. (Bug#11660)
94f0aa34 8467
31ca4639 84682012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 8469
31ca4639 8470 * allout-widgets.el: Fix code header.
9e1b8ec4 8471
31ca4639 84722012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 8473
f80efb86
SM
8474 * cus-edit.el (customize-changed-options-previous-release):
8475 Bump to 24.1.
31ca4639 8476
642b6d30
AS
84772012-06-09 Andreas Schwab <schwab@linux-m68k.org>
8478
8479 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
8480
4f5d2ba1
CY
84812012-06-09 Chong Yidong <cyd@gnu.org>
8482
8483 * ebuff-menu.el (electric-buffer-list): Preserve header line.
8484
e75852fd
MR
84852012-06-09 Martin Rudalics <rudalics@gmx.at>
8486
8487 * window.el (special-display-popup-frame): Don't use
8488 window--display-buffer (Bug#11651).
8489
1e48e282
EZ
84902012-06-09 Eli Zaretskii <eliz@gnu.org>
8491
8a26b487
EZ
8492 Fix parallel builds: make sure loaddefs.el is not being written
8493 while Lisp files are compiled.
8494 (compile): Don't depend on 'mh-autoloads'.
8495 (compile-CMD, compile-SH): Depend on 'autoloads'.
8496 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
8497
1e48e282
EZ
8498 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
8499
6175e34b
CY
85002012-06-09 Chong Yidong <cyd@gnu.org>
8501
8502 * face-remap.el (face-remap-add-relative, face-remap-set-base)
8503 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
8504 Doc fixes (Bug#11225).
8505
d9857e53
SM
85062012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
8509 a function if there's a clear indication that it has a compiler-macro.
8510 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
8511 (macro-declarations-alist): Add arglist to declaration functions.
8512 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
8513 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
8514 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
8515 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
8516 Also add autoload to find the compiler macro.
8517 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
8518 (cl--compiler-macro-member, cl--compiler-macro-assoc)
8519 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
8520 (cl--compiler-macro-get): New functions, replacing calls to
8521 cl-define-compiler-macro.
8522 (cl-typep) [compiler-macro]: Use macroexp-let².
8523
f81298f8 85242012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
8525
8526 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
8527 string properly, fixes Bug#11473.
8528
4b56d0fe
CY
85292012-06-08 Chong Yidong <cyd@gnu.org>
8530
8531 * faces.el (set-face-attribute): Doc fix.
8532 (modify-face): Don't use :bold and :italic.
8533 (error, warning, success): Tweak definitions.
8534
8535 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
8536 (custom-modified, custom-set, custom-changed, custom-themed)
8537 (custom-saved, custom-button, custom-button-mouse)
8538 (custom-button-pressed, custom-state, custom-comment-tag)
8539 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
8540 (custom-group-subtitle): Use new-style face specs.
8541 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8542 (custom-set-face, custom-changed-face, custom-saved-face)
8543 (custom-button-face, custom-button-pressed-face)
8544 (custom-documentation-face, custom-state-face)
8545 (custom-comment-face, custom-comment-tag-face)
8546 (custom-variable-tag-face, custom-variable-button-face)
8547 (custom-face-tag-face, custom-group-tag-face-1)
8548 (custom-group-tag-face): Remove obsolete face alias.
8549
8550 * epa.el (epa-validity-high, epa-validity-medium)
8551 (epa-validity-low, epa-mark, epa-field-name, epa-string)
8552 (epa-field-name, epa-field-body):
8553 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8554 (font-lock-keyword-face, font-lock-builtin-face)
8555 (font-lock-function-name-face, font-lock-variable-name-face)
8556 (font-lock-type-face, font-lock-constant-face):
8557 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8558 (ido-virtual, ido-indicator, ido-incomplete-regexp):
8559 * speedbar.el (speedbar-button-face, speedbar-file-face)
8560 (speedbar-directory-face, speedbar-tag-face)
8561 (speedbar-selected-face, speedbar-highlight-face)
8562 (speedbar-separator-face):
8563 * whitespace.el (whitespace-newline, whitespace-space)
8564 (whitespace-hspace, whitespace-tab, whitespace-trailing)
8565 (whitespace-line, whitespace-space-before-tab)
8566 (whitespace-space-after-tab, whitespace-indentation)
8567 (whitespace-empty):
8568 * emulation/cua-base.el (cua-global-mark):
8569 * eshell/em-prompt.el (eshell-prompt):
8570 * net/newst-plainview.el (newsticker-new-item-face)
8571 (newsticker-old-item-face, newsticker-immortal-item-face)
8572 (newsticker-obsolete-item-face, newsticker-date-face)
8573 (newsticker-statistics-face, newsticker-default-face):
8574 * net/newst-reader.el (newsticker-feed-face)
8575 (newsticker-extra-face, newsticker-enclosure-face):
8576 * net/newst-treeview.el (newsticker-treeview-face)
8577 (newsticker-treeview-new-face, newsticker-treeview-old-face)
8578 (newsticker-treeview-immortal-face)
8579 (newsticker-treeview-obsolete-face)
8580 (newsticker-treeview-selection-face):
8581 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
8582 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
8583 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
8584 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
8585 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8586 (nxml-outline-active-indicator, nxml-outline-ellipsis):
8587 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8588 (mpuz-text):
8589 * progmodes/vera-mode.el (vera-font-lock-number)
8590 (vera-font-lock-function, vera-font-lock-interface):
8591 * textmodes/table.el (table-cell): Use new-style face specs, and
8592 don't use the old :bold and :italic attributes.
8593
8594 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8595 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
8596 (ebrowse-member-class, ebrowse-progress): Likewise.
8597 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8598 (ebrowse-file-name-face, ebrowse-default-face)
8599 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8600 (ebrowse-progress-face): Remove obsolete faces.
8601
8602 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8603 Inherit from error and warning faces respectively.
8604
8605 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8606 Likewise.
f80efb86
SM
8607 (flyspell-incorrect-face, flyspell-duplicate-face):
8608 Remove obsolete aliases.
4b56d0fe 8609
03310646
MA
86102012-06-08 Michael Albinus <michael.albinus@gmx.de>
8611
8612 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8613 Avoid infloop.
8614
513749ee
SM
86152012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * startup.el (argv, argi): Make lexically scoped.
8618 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
8619 * emacs-lisp/cl-macs.el: Use lexical-binding.
8620 Rename cl-bind-* to cl--bind-*.
8621 * files.el: Don't require `cl' since it doesn't use it.
8622 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
8623
595ef4ad
JB
86242012-06-08 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
8627 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
8628 instead of calling external sort utility.
8629 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
8630
e9f66fcb
EZ
86312012-06-08 Eli Zaretskii <eliz@gnu.org>
8632
8633 * descr-text.el (describe-char): Mention how to insert the
8634 character, if the current input method doesn't support it.
8635 See the discussion in this thread for the details:
8636 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
8637
3d10db47
SS
86382012-06-08 Sam Steingold <sds@gnu.org>
8639
8640 * bindings.el (global-map): Bind XF86Forward to next-buffer and
8641 XF86Back to previous-buffer.
8642 (minibuffer-local-map): Bind them to next-history-element and
8643 previous-history-element respectively.
8644 * help-mode.el (help-mode-map): Bind them to help-go-forward and
8645 help-go-back respectively.
8646 * info.el (Info-mode-map): Bind them to Info-history-forward and
8647 Info-history-back respectively.
8648 These are the keys next to Up on the ThinkPad keyboard.
8649
de7e2b36
SM
86502012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8653 * emacs-lisp/cl-macs.el: Provide itself.
8654 (cl--labels-convert-cache): New var.
8655 (cl--labels-convert): New function.
8656 (cl-flet, cl-labels): New implementation with new semantics, relying on
8657 lexical-binding.
8658 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8659 (cl-closure-vars, cl--function-convert-cache)
8660 (cl--function-convert): Move from cl-macs.el.
8661 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8662 rename by removing the "cl-" prefix.
8663 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8664
6fa6c4ae
SM
86652012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8668 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8669 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8670 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8671 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8672 (cl-hash-table-count): Add old compatibility aliases.
8673
8674 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8675 Use macroexpand-all-environment instead.
8676 (cl--old-macroexpand): New var.
8677 (cl--sm-macroexpand): New function.
8678 (cl-symbol-macrolet): Use it during macro expansion.
8679 (cl--function-convert-cache): New var.
8680 (cl--function-convert): New function, extracted from
8681 cl-macroexpand-all.
8682 (cl-lexical-let): Use it.
8683
8684 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8685 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8686 (cl-member): Remove old alias.
8687
8688 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8689 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8690 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8691 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8692 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8693 (cl-macroexpand-cmacs): Remove var.
8694 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8695 Use macroexpand-all instead.
8696
4dd1c416
SM
86972012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8700 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8701 (macroexp-copyable-p): New functions and macros.
8702 * emacs-lisp/edebug.el (edebug-unwrap):
8703 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8704 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8705 (pcase--let*): Remove.
8706 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8707 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
8708 macroexp-const-p instead.
8709 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8710
8711 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8712 instead of "cl-" for internal definitions. Use macroexp-const-p.
8713 (cl-old-bc-file-form): Remove var.
8714 (cl-const-exprs-p): Remove fun.
8715 (cl-labels, cl-macrolet): Use backquote.
8716 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
8717 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8718 (cl-define-setf-expander): Rename from cl-define-setf-method.
8719 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8720
8721 * international/mule-cmds.el: Don't require CL.
8722 (view-hello-file): Don't use `letf'.
8723
ed8bd4d7
SM
87242012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8725
7287f2f3
SM
8726 * tmm.el (tmm-prompt): Use string-prefix-p.
8727 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8728 (tmm-add-prompt): Use minibuffer-completion-help.
8729 (tmm-delete-map): Remove.
8730
ed8bd4d7
SM
8731 * subr.el (kbd): Make it its own function.
8732
7b4cdbf4
SM
87332012-06-07 Stefan Merten <smerten@oekonux.de>
8734
8735 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8736 Silence compiler warnings. Fix versions.
ed8bd4d7 8737 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 8738 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 8739 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
8740 (rst-package-emacs-version-alist): Correct Emacs version to
8741 represent major merge with upstream.
ed8bd4d7 8742 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 8743
2b48d721
GM
87442012-06-06 Glenn Morris <rgm@gnu.org>
8745
8746 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8747 Only print environment variables if set.
8748
fa779ab0
SM
87492012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8752 (macroexp--cons): Rename from maybe-cons.
8753 (macroexp--accumulate): Rename from macroexp-accumulate.
8754 (macroexp--all-forms): Rename from macroexpand-all-forms.
8755 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8756 (macroexp--expand-all): Rename from macroexpand-all-1.
8757
628299e0
SS
87582012-06-06 Sam Steingold <sds@gnu.org>
8759
8760 * calendar/calendar.el (calendar-in-read-only-buffer):
8761 Call `special-mode' to enable the standard read-only keybindings.
8762
b7bb5838
SM
87632012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8766 with "loading" messages (bug#11635).
8767
dfb308ba
MA
87682012-06-06 Michael Albinus <michael.albinus@gmx.de>
8769
8770 * files.el (enable-remote-dir-locals): New option.
8771 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8772
0372ee92
MA
8773 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8774 Ensure, that the temp directory is local.
8775
8776 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8777 `temporary-file-directory'.
8778
eed0bb91
MA
8779 * progmodes/python.el (python-send-region): Ensure, that the
8780 temporary file is created also in the remote case.
8781
7a58f64d
GM
87822012-06-06 Glenn Morris <rgm@gnu.org>
8783
f7dd4e98
GM
8784 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8785 (vc-rcs-update-changelog): Use it.
8786
090bd7cb 8787 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 8788
7a58f64d
GM
8789 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8790 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8791 (vc-sccs-diff): Replace use of the external vcdiff script.
8792
daed4003
GM
87932012-06-05 Glenn Morris <rgm@gnu.org>
8794
8795 * ledit.el: Move to obsolete/.
8796
48c455c7
SS
87972012-06-05 Sam Steingold <sds@gnu.org>
8798
ed9265fc 8799 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
8800 patch (Bug#11140).
8801
57a7d507
SM
88022012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8803
090bd7cb 8804 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 8805
53aacf21
SM
8806 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8807 compiler-macro expansion.
8808
57a7d507
SM
8809 Add native compiler-macro support.
8810 * emacs-lisp/macroexp.el (macroexpand-all-1):
8811 Support compiler-macros directly. Properly follow aliases and apply
8812 the compiler macros more thoroughly.
8813 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8814 macroexpand now properly follows aliases.
8815 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8816 (cl-compiler-macroexpand): Use new prop.
8817 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8818
8819 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8820
51a5f9d8
MR
88212012-06-05 Martin Rudalics <rudalics@gmx.at>
8822
8823 * window.el (get-lru-window, get-mru-window, get-largest-window):
8824 New argument NOT-SELECTED to avoid picking the selected window.
8825 (window--display-buffer-1, window--display-buffer-2): Replace by
8826 new function window--display-buffer
8827 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
8828 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8829 Use window--display-buffer.
51a5f9d8
MR
8830 (display-buffer-use-some-window): Remove temporary dedication
8831 hack by calling get-lru-window and get-largest-window with
8832 NOT-SELECTED argument non-nil. Call window--display-buffer.
8833
08f9f738
GM
88342012-06-05 Glenn Morris <rgm@gnu.org>
8835
8836 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8837 Replace external vcdiff script.
8838
e364a2b7
SM
88392012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8842
041df390
CY
88432012-06-04 Chong Yidong <cyd@gnu.org>
8844
e364a2b7
SM
8845 * image.el (imagemagick-types-inhibit): Revert last change.
8846 Add INFO and M.
47b36b94 8847 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 8848
7c1898a7
SM
88492012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * emacs-lisp/cl-lib.el: Rename from cl.el.
8852 * emacs-lisp/cl.el: New compatibility file.
8853 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8854 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8855 to obey the "cl-" prefix.
8856 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8857
0c3461de
GM
88582012-06-03 Glenn Morris <rgm@gnu.org>
8859
1e266c88
GM
8860 * emacs-lisp/authors.el (authors-aliases): Addition.
8861
0c3461de
GM
8862 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8863 Fix :version.
8864
d8a52e15
SM
88652012-06-03 Stefan Merten <smerten@oekonux.de>
8866
8867 * textmodes/rst.el: Add comments.
8868 (rst-transition, rst-adornment): New faces.
8869 (rst-adornment-faces-alist): Make default safe to reevaluate.
8870 Fixes
8871 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8872 Improve customization tags.
8873 (rst-define-level-faces): Clarify meaning.
8874
5205d6f6
CY
88752012-06-03 Chong Yidong <cyd@gnu.org>
8876
8877 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
8878 (compilation-mode-line-run, compilation-mode-line-exit):
8879 New faces.
5205d6f6
CY
8880 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8881
757ee657
JD
88822012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8883
7c1898a7
SM
8884 * progmodes/which-func.el (which-func-update-ediff-windows):
8885 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 8886
5f2c76c6
CY
88872012-06-03 Chong Yidong <cyd@gnu.org>
8888
8889 * bindings.el: Remove explicit help text from format-mode-line.
8890 It is now supplied by mode-line-default-help-echo.
8891 (mode-line-front-space, mode-line-end-spaces)
8892 (mode-line-misc-info): New variables.
8893 (mode-line-modes, mode-line-position): Move the default value to
8894 the variable definition.
8895 (mode-line-default-help-echo): New defcustom.
383f7350
CY
8896 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8897 (mode-line-modified-help-echo): New functions.
8898 (mode-line-mule-info, mode-line-modified): Use them.
8899 (mode-line-eol-desc, propertized-buffer-identification):
8900 Consistency fixes for help text.
cbe46e5f
CY
8901 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8902 set-buffer-file-coding-system (Bug#289).
8903 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 8904
f2d6a3df
SM
89052012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * simple.el (execute-extended-command): Set real-this-command
8908 (bug#11506).
8909
37269466
CY
89102012-06-02 Chong Yidong <cyd@gnu.org>
8911
8912 Remove incorrect uses of "modeline" in comments, docstrings, and
8913 function/variable names (Bug#10329).
8914
8915 * cus-edit.el (mode-line):
8916 * dframe.el (dframe-mouse-hscroll):
8917 * emacs-lisp/re-builder.el:
8918 * emacs-lisp/easy-mmode.el (define-minor-mode):
8919 * frame.el (set-frame-name):
8920 * help.el (lookup-minor-mode-from-indicator):
8921 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8922 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8923 (c-toggle-hungry-state):
8924 * progmodes/antlr-mode.el (antlr-language-alist):
8925 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8926 * progmodes/vhdl-mode.el (vhdl-mode):
8927 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8928 * term/ns-win.el (ns-face-at-pos):
8929 * term/sup-mouse.el (sup-mouse-report):
8930 * textmodes/flyspell.el (flyspell-mode-line-string):
8931 * textmodes/ispell.el (ispell-highlight-face):
8932 * textmodes/reftex-global.el:
8933 * vc/vc-arch.el (vc-arch-mode-line-string):
8934 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8935 * vc/vc-git.el (vc-git-mode-line-string):
8936 * vc/vc-hooks.el (vc-display-status)
8937 (vc-default-mode-line-string):
8938 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8939
8940 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8941
8942 * dired.el (dired-sort-set-mode-line): Rename from
8943 dired-sort-set-modeline. All callers changed.
8944
8945 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8946 eshell-status-in-modeline.
8947
8948 * foldout.el (foldout-mode-line-string): Rename from
8949 foldout-modeline-string. All callers changed.
8950 (foldout-update-mode-line): Rename from foldout-update-modeline.
8951
8952 * subr.el (redraw-modeline): Make into obsolete alias.
8953
8954 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8955 timeclock-modeline-display. Make old name an alias.
8956 (timeclock-update-mode-line): Likewise. All callers changed.
8957 (timeclock-mode-line-display): No need to check before using
8958 add-hook.
8959 (timeclock-relative, timeclock-day-over-hook)
8960 (timeclock-use-elapsed, timeclock-mode-string)
8961 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8962
8963 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8964 crisp-mode-modeline-string.
8965
8966 * play/solitaire.el (solitaire-build-mode-line): Rename from
8967 solitaire-build-modeline. All callers changed.
8968
8969 * play/zone.el (zone-hiding-mode-line): Rename from
8970 zone-hiding-modeline. All callers changed.
8971 (zone): Remove unusued `modeline-hidden-level' property.
8972
8973 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8974 xscheme-modeline-initialize. All callers changed.
8975
8976 * strokes.el (strokes-lighter): Rename from
8977 strokes-modeline-string.
8978
8979 * textmodes/sgml-mode.el (html-face-tag-alist)
8980 (html-tag-face-alist): Use mode-line face instead of obsolete
8981 alias modeline.
8982
42152ee4
SM
89832012-06-02 Stefan Merten <smerten@oekonux.de>
8984
8985 * textmodes/rst.el: Always require `cl'.
4cf9b38d 8986 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 8987
95f520b5
CY
89882012-06-02 Chong Yidong <cyd@gnu.org>
8989
8990 * image.el (imagemagick-enabled-types): Rename from
8991 imagemagick-types-enable. Add many more types.
8992 (imagemagick-types-inhibit): Change default to nil.
8993 (imagemagick-filter-types): Caller changed.
8994
4a5f187a
SM
89952012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8996
03fef3e6
SM
8997 * emacs-lisp/cl-macs.el: Use backquotes.
8998 (cl-transform-function-property): Use eval-and-compile rather than
8999 abusing `require'.
9000 (defstruct): Use declare-function instead of with-no-warnings.
9001
4a5f187a
SM
9002 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9003 (byte-compile-output-docform): Re-add the print-circle bindings.
9004 (byte-compile-fix-header): Use #$ just because it's shorter.
9005 (byte-compile-output-file-form): Remove defun/defmacro.
9006
bd56924f
MR
90072012-06-01 Martin Rudalics <rudalics@gmx.at>
9008
9009 * simple.el (choose-completion): Remove now obsolete binding for
9010 owindow.
9011
046e38ce
MA
90122012-06-01 Michael Albinus <michael.albinus@gmx.de>
9013
9014 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9015 in order to avoid "Stack overflow in regexp matcher".
9016
32d72c2f
GM
90172012-05-31 Glenn Morris <rgm@gnu.org>
9018
9019 * image.el: For clarity, call imagemagick-register-types at
9020 top-level, rather than relying on a custom :initialize.
9021 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
9022 (imagemagick-filter-types): New function. (Bug#7406)
9023 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
9024 If disabling support, remove elements altogether rather
9025 than using an impossible regexp.
9026 (imagemagick-types-inhibit): Give it the default init function.
9027
dd41169b
SM
90282012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9029
4a5f187a
SM
9030 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9031 Handle arbitrary file name lengths (Bug#11585).
dd41169b 9032
efc00ab1 90332012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
9034
9035 * desktop.el (desktop-read): Clear previous and next buffers for
9036 all windows and bury *Messages* buffer (bug#11556).
9037
500fcedc
SM
90382012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 Add `declare' for `defun'. Align `defmacro's with it.
9041 * emacs-lisp/easy-mmode.el (define-minor-mode)
9042 (define-globalized-minor-mode): Don't autoload the var definitions.
9043 * emacs-lisp/byte-run.el: Use lexical-binding.
9044 (defun-declarations-alist, macro-declarations-alist): New vars.
9045 (defmacro, defun): Use them.
9046 (make-obsolete, define-obsolete-function-alias)
9047 (make-obsolete-variable, define-obsolete-variable-alias):
9048 Use `declare'.
9049 (macro-declaration-function): Mark obsolete.
9050 * emacs-lisp/autoload.el: Use lexical-binding.
9051 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9052
6e8a1786
AM
90532012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9054
9055 * textmodes/ispell.el (ispell-with-no-warnings):
9056 Define as a macro.
500fcedc
SM
9057 (ispell-kill-ispell, ispell-change-dictionary):
9058 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
9059 `interactive-p'.
9060
61b108cc
SM
90612012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9064 (macro-declaration-function): Move var from C code.
9065 (macro-declaration-function): Define function with defalias.
9066 * emacs-lisp/macroexp.el (macroexpand-all-1):
9067 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9068 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9069 defun/defmacro any more.
9070 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9071 Provide fallback for unknown arglist.
9072 (byte-compile-arglist-warn): Change calling convention.
9073 (byte-compile-output-file-form): Move print-vars binding.
9074 (byte-compile-output-docform): Simplify accordingly.
9075 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9076 (byte-compile-defmacro-declaration): Remove.
9077 (byte-compile-file-form-defmumble): Generalize to defalias.
9078 (byte-compile-output-as-comment): Return byte-positions.
9079 Simplify callers accordingly.
9080 (byte-compile-lambda): Use `assert'.
9081 (byte-compile-defun, byte-compile-defmacro): Remove.
9082 (byte-compile-file-form-defalias):
9083 Use byte-compile-file-form-defmumble.
9084 (byte-compile-defalias-warn): Remove.
9085
6d3f7c2f
SM
90862012-05-29 Stefan Merten <smerten@oekonux.de>
9087
9088 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 9089 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
9090
9091 (rst-mode-abbrev-table): Merge definition.
9092 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9093 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9094
6dbaa1c7
UJ
90952012-05-29 Ulf Jasper <ulf.jasper@web.de>
9096
9097 * calendar/icalendar.el
9098 (icalendar-export-region): Export UID properly.
9099
d209e2fb 91002012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
9101 * calendar/icalendar.el (icalendar-import-format):
9102 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
9103 (icalendar-import-format-uid): New.
9104 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9105 Export UID.
9106
6876a58d
SM
91072012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9110 different alternative patterns.
9111 (pcase-codegen): Be more careful to preserve identity.
9112 (pcase--u1): Don't forget to mark vars as used.
9113
9114 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9115 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9116 (byte-compile-from-buffer): ...rather than here.
9117
9118 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9119 functions from byte-compile-function-environment.
9120
46b7967e
TN
91212012-05-29 Troels Nielsen <bn.troels@gmail.com>
9122
9123 * window.el (window-deletable-p): Avoid deleting the root window
9124 of a frame with an active minibuffer.
9125
69d565e2
MR
91262012-05-29 Martin Rudalics <rudalics@gmx.at>
9127
9128 * simple.el (choose-completion): Use quit-window (Bug#11567).
9129
a149fa51
CY
91302012-05-29 Chong Yidong <cyd@gnu.org>
9131
9132 * whitespace.el (whitespace-cleanup): Fix usage of
9133 whitespace-empty-at-bob-regexp (Bug#11492).
9134
2b311310
AH
91352012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9136
9137 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9138 revert (Bug#11488).
9139
b9cb2387
JL
91402012-05-29 Juri Linkov <juri@jurta.org>
9141
9142 * isearch.el (isearch-mode-map): Bind `M-s _' to
9143 `isearch-toggle-symbol'. Bind `M-s c' to
9144 `isearch-toggle-case-fold'.
9145 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9146 (isearch-forward): Add `M-s _' to the docstring.
9147 (isearch-forward-symbol, isearch-toggle-case-fold)
9148 (isearch-symbol-regexp): New functions. (Bug#11381)
9149
d5e61c1c
JL
91502012-05-29 Juri Linkov <juri@jurta.org>
9151
9152 * isearch.el (isearch-word): Add docstring. (Bug#11381)
9153 (isearch-occur, isearch-search-and-update): If `isearch-word' is
9154 a function, call it to get the regexp.
9155 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9156 property `isearch-message-prefix' instead of the string "word ".
9157 (isearch-search-fun-default): For the case of `isearch-word',
9158 return a lambda that calls re-search-forward/re-search-backward
9159 with a regexp returned by `word-search-regexp' or by the function
9160 in `isearch-word'.
9161
8cbd80f7
JL
91622012-05-29 Juri Linkov <juri@jurta.org>
9163
9164 * isearch.el (isearch-search-fun-default): New function.
9165 (isearch-search-fun): Move default part to the new function
9166 `isearch-search-fun-default'.
9167 (isearch-search-fun-function): Set the default value to
9168 `isearch-search-fun-default'. (Bug#11381)
9169
9170 * comint.el (comint-history-isearch-end):
9171 Use `isearch-search-fun-default'.
9172 (comint-history-isearch-search): Use `isearch-search-fun-default'
9173 and remove spacial case for `isearch-word'.
9174 (comint-history-isearch-wrap): Remove spacial case for
9175 `isearch-word'.
9176
9177 * hexl.el (hexl-isearch-search-function):
9178 Use `isearch-search-fun-default'.
9179
9180 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9181 Use `word-search-regexp' for `isearch-word'.
9182
9183 * misearch.el (multi-isearch-search-fun):
9184 Use `isearch-search-fun-default'.
9185
9186 * simple.el (minibuffer-history-isearch-search):
9187 Use `isearch-search-fun-default' and remove spacial case for
9188 `isearch-word'.
9189 (minibuffer-history-isearch-wrap): Remove spacial case for
9190 `isearch-word'.
9191
9192 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9193 Remove spacial case for `isearch-word'.
9194 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9195
85c8c5b6
AM
91962012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9197
9198 Decrease XEmacs incompatibilities.
9199 * textmodes/flyspell.el (flyspell-check-pre-word-p):
9200 Use `string-match'.
9201 (flyspell-delete-region-overlays): Use alternative definition for
9202 XEmacs.
9203 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9204 (flyspell-word): Use `process-kill-without-query' if XEmacs.
9205 (flyspell-mode-on): Use `interactive-p' if XEmacs.
9206 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9207 `define-obsolete-face-alias' under XEmacs, but old method.
9208
9209 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9210 `with-no-warnings' definition or Emacs alias.
9211 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9212 (ispell-word): Do not use `region-p' if XEmacs.
9213
8cab9efc
AM
92142012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9215
9216 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9217 Check for `ispell-dictionary-base-alist' instead of full
9218 `ispell-dictionary-alist'.
9219 (ispell-init-process): Show spellchecker when starting new Ispell
9220 process.
9221
fda91268
RZ
92222012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9225 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9226
694ea8e3
JB
92272012-05-27 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * version.el (motif-version-string, gtk-version-string)
9230 (ns-version-string): Declare.
9231
e4d4f539
JL
92322012-05-27 Juri Linkov <juri@jurta.org>
9233
9234 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9235 after the `eval-defun-1' specialcaseing
9236 like in `edebug-eval-defun' (bug#10181).
9237
9238 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
9239 like in `eval-defun-1'.
9240
33017faf 92412012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 9242
fda91268
RZ
9243 * mail/sendmail.el (mail-yank-region):
9244 Recognize rmail-yank-current-message in addition to insert-buffer.
9245 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
9246 a *mail* buffer created through rmail-start-mail with sendmail as
9247 mail-user-agent.
9248
33017faf
GM
92492012-05-27 Chong Yidong <cyd@gnu.org>
9250
9251 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
9252 Default to 256 (Bug#11267).
9253
9254 * help.el (describe-mode): Doc fix.
9255
04188bb9
GM
92562012-05-26 Glenn Morris <rgm@gnu.org>
9257
38264cc9
GM
9258 * w32-fns.el (w32-init-info): Remove.
9259 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
9260
eb7afdad
GM
9261 * info.el (info-initialize): For self-contained NS builds, put the
9262 included info/ directory at the front. (Bug#2791)
9263
04188bb9
GM
9264 * paths.el (Info-default-directory-list): Make it a defcustom,
9265 mainly so that we can use custom-initialize-delay.
9266
a179e3f7
SM
92672012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9268
43416392
SM
9269 * subr.el (buffer-has-markers-at): Mark obsolete.
9270
a179e3f7 9271 * subr.el (lambda): Use declare.
43416392 9272
a179e3f7
SM
9273 * emacs-lisp/lisp-mode.el (lambda):
9274 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
9275
34a008d9
AH
92762012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9277
9278 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
9279
0a3b289f
GM
92802012-05-26 Glenn Morris <rgm@gnu.org>
9281
9282 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
9283
758c81e8
GM
92842012-05-25 Glenn Morris <rgm@gnu.org>
9285
f9f334f0
GM
9286 * paths.el: Remove no-byte-compile.
9287 * loadup.el: No need to load paths.el uncompiled.
9288
87eb79c2
GM
9289 * image.el (imagemagick-types-inhibit): Doc fix.
9290
758c81e8
GM
9291 * version.el: Remove no-byte-compile and associated formatting.
9292 * loadup.el: No need to load version.el uncompiled. AFAICS, this
9293 is ancient code from when there was an "inc-vers.el".
9294
e7e85dc0
SM
92952012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * progmodes/gdb-mi.el: Minor style changes.
9298 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
9299 Turn into minor modes.
9300 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
9301 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
9302 (gdb-shell): Remove unneeded let-binding.
9303 (gdb-get-many-fields): Eliminate O(n²) behavior.
9304
f31237a4
EZ
93052012-05-25 Eli Zaretskii <eliz@gnu.org>
9306
9307 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
9308 platforms that don't link in fontset.c.
9309
bc1b21bb
JL
93102012-05-25 Juri Linkov <juri@jurta.org>
9311
9312 Use the same diff color scheme as in modern VCSes (bug#10181).
9313
9314 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
9315 to avoid confusion with `diff-added' that now uses green colors.
9316 (diff-removed): Use shades of red.
9317 (diff-added): Use shades of green.
9318 (diff-changed): Leave just the yellow color.
9319 (diff-use-changed-face): New variable.
9320 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
9321 how to highlight context diff changes.
9322 (diff-refine-change): Use shades of yellow.
9323 (diff-refine-removed): New face that uses shades of red.
9324 (diff-refine-added): New face that uses shades of green.
9325 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
9326 `diff-refine-removed' in the call to `smerge-refine-subst'
9327 depending on the value of `diff-use-changed-face'.
9328
9329 * vc/smerge-mode.el (smerge-mine): Use shades of red.
9330 (smerge-other): Use shades of green.
9331 (smerge-base): Use shades of yellow.
9332 (smerge-refined-change): Empty face.
9333 (smerge-refined-removed): New face that uses shades of red.
9334 (smerge-refined-added): New face that uses shades of green.
9335 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
9336 args `props-r' and `props-a', and use them. Doc fix.
9337 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
9338 on its value use different faces `smerge-refined-change',
9339 `smerge-refined-removed', `smerge-refined-added' in the call to
9340 `smerge-refine-subst'.
9341
9342 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
9343 Add face condition `min-colors 88' with shades of red.
9344 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
9345 `min-colors 88' with shades of green.
9346 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
9347 `min-colors 88' with shades of yellow.
9348
6df9112c
GM
93492012-05-24 Glenn Morris <rgm@gnu.org>
9350
ead5edc0
GM
9351 * paths.el (prune-directory-list, remote-shell-program): Move to...
9352 * files.el (prune-directory-list, remote-shell-program): ...here.
9353 For the latter, delay initialization, prefer ssh, just search PATH.
9354
f18b81e6
GM
9355 * paths.el (term-file-prefix): Move to faces.el (the only user).
9356 * faces.el (term-file-prefix): Move here, make it a defcustom.
9357
ee2f89a6
GM
9358 * paths.el (news-directory, news-path, news-inews-program):
9359 Move to gnus/nnspool.el.
61a583ca 9360
f8815e4c
GM
9361 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9362
c8f3b42c
GM
9363 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9364 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9365 Make the latter a defcustom, with a delayed initialization.
9366
6df9112c
GM
9367 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9368 These were deleted from Gnus itself late 2010.
9369
5dadff36
JB
93702012-05-22 Juanma Barranquero <lekktu@gmail.com>
9371
9e1701c6
JB
9372 * progmodes/which-func.el (which-func-ff-hook):
9373 Check against user-error, not error.
9374
bd7239f5 9375 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
9376 cl-specs.el, which no longer exists.
9377
3290526d
GM
93782012-05-22 Glenn Morris <rgm@gnu.org>
9379
9380 * info.el (info-emacs-bug): New command.
9381 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
9382 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
9383
ff0c3cfb
GM
93842012-05-21 Glenn Morris <rgm@gnu.org>
9385
9386 * makefile.w32-in (update-subdirs-SH):
9387 * Makefile.in (update-subdirs): Update for moved update-subdirs.
9388
5814f126
SM
93892012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9390
a52c0aa0
SM
9391 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
9392
5814f126
SM
9393 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9394 Simplify Maven regexp, and make sure the file can't start with a space
9395 (bug#11517).
9396
b847032c
GM
93972012-05-21 Glenn Morris <rgm@gnu.org>
9398
9399 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9400 Scrap superfluous subshells.
9401
3858bfe7
SM
94022012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9405 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
9406
d14b0029
JB
94072012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
9408
9409 * calc/calc.el (calc-ensure-consistent-units): New variable.
9410
a52c0aa0
SM
9411 * calc/calc-units.el (math-consistent-units-p)
9412 (math-check-unit-consistency): New functions.
9413 (calc-quick-units, calc-convert-units):
9414 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
9415 is non-nil.
d14b0029
JB
9416 (calc-extract-units): Fix typo.
9417
60c4db3a
SM
94182012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9419
77f3b62e
SM
9420 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
9421
60c4db3a
SM
9422 * textmodes/flyspell.el: Commenting style, plus code simplifications.
9423 (flyspell-default-deplacement-commands): Don't spell check after
9424 repeated window/frame switches (e.g. triggered by mouse-movement).
9425 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
9426 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
9427 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
9428 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
9429 Remove unused vars.
9430 (flyspell-get-casechars, flyspell-get-not-casechars):
9431 Simplify; Don't bother removing a ] just to add it back.
9432 * textmodes/ispell.el (ispell-program-name): Use executable-find.
9433
d209e2fb 94342012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
9435
9436 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
9437 New functions.
bd7239f5 9438 (math-function-table): Add support for more C functions.
b1a10716 9439
3f1b25b5
AM
94402012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9441
090bd7cb
JB
9442 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9443 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9444 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 9445
b581bb5c
SM
94462012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
9449 their respective macro declarations.
9450 * skeleton.el (define-skeleton):
9451 * progmodes/compile.el (define-compilation-mode):
9452 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
9453 (define-ibuffer-filter):
9454 * emacs-lisp/generic.el (define-generic-mode):
9455 * emacs-lisp/easy-mmode.el (define-minor-mode)
9456 (define-globalized-minor-mode):
9457 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
9458 * emacs-lisp/byte-run.el (defsubst):
9459 * custom.el (deftheme): Add doc-string metadata.
9460
70b8ef8f
SM
94612012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
9464
b1198e17
SM
94652012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9abdc45d
SM
9467 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
9468
b1198e17
SM
9469 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
9470 * emacs-lisp/cl-macs.el: Idem.
9471 * emacs-lisp/cl-specs.el: Remove.
9472
4735906a
SM
94732012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 Minor renaming of internal CL functions and variables.
9476 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
9477 (cl--position): Rename from cl-position.
9478 (cl--delete-duplicates): Rename from cl-delete-duplicates.
9479 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
9480 (cl--random-state): Rename from *random-state*.
9481
ac348012
SM
94822012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
9485 parens around the arg list (bug#11499).
9486
a0a79cde
JL
94872012-05-17 Juri Linkov <juri@jurta.org>
9488
9489 * isearch.el (word-search-regexp, word-search-backward)
9490 (word-search-forward, word-search-backward-lax)
9491 (word-search-forward-lax): Move functions from search.c
9492 (bug#10145, bug#11381).
9493
65034a51
AM
94942012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9495
090bd7cb
JB
9496 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9497 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9498 Delay for otherchars as for normal word components.
65034a51 9499
1a72a195
SM
95002012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * minibuffer.el (completion--sifn-requote): Fix last change.
9503 (minibuffer-local-must-match-filename-map):
9504 Move define-obsolete-variable-alias before its var.
9505
fdb058c2
SM
95062012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9507
c41045e6
SM
9508 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
9509
036dfb8b
SM
9510 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
9511 behavior.
9512 (completion--string-equal-p): New function.
9513 (completion--twq-all): Use it to get better assertion failure data.
9514
2473256d
SM
9515 Only handle ".." and '..' quoting in shell-mode (bug#11466).
9516 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
9517 (shell--requote-argument): New functions.
9518 (shell-completion-vars): Use them.
9519 (shell--parse-pcomplete-arguments): Rename from
9520 shell-parse-pcomplete-arguments.
9521 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
9522 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
9523 Obey comint-file-name-quote-list.
9524
fdb058c2
SM
9525 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
9526 (smie-indent-keyword): Use it.
9527
51fa99f1
SM
95282012-05-14 Stefan Merten <smerten@oekonux.de>
9529
9530 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9531
e18afed7 95322012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
9533
9534 * net/rlogin.el (rlogin-mode-map): Fix last change.
9535
e18afed7 95362012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
9537
9538 * mail/smtpmail.el (smtpmail-send-command): Send the command and
9539 the following \r\n using a single `process-send-string', since the
9540 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 9541 with two `process-send-string's (Bug#11444).
8633b1f4 9542
e18afed7 95432012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 9544
fdb058c2
SM
9545 * shell.el (shell-parse-pcomplete-arguments):
9546 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 9547
2d21d7f6
WJ
95482012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9549
e18afed7 9550 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
9551 (image-transform-scale, image-transform-right-angle-fudge): New vars.
9552 (image-transform-width, image-transform-fit-width): New functions.
9553 (image-transform-properties): Use them.
9554 (image-transform-check-size): New function.
9555 (image-toggle-display-image): Use it (for testing).
9556 (image-transform-set-rotation): Reduce angle mod 360.
9557 Delete obsolete comment.
9558
7102e6d0
WJ
95592012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9560
9561 * image-mode.el: Fix scaling (bug#11399).
9562 (image-transform-resize): Doc fix.
9563 (image-transform-properties): Default scale is 1 and height should
9564 be an integer.
9565
06bc5e6e
SM
95662012-05-13 Johan Bockgård <bojohan@gnu.org>
9567
9568 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
9569 than hard-coding `car', to fix misbehavior when moving forward.
9570
0ae03b6a
CY
95712012-05-13 Chong Yidong <cyd@gnu.org>
9572
9573 * emacs-lisp/tabulated-list.el (tabulated-list-format)
9574 (tabulated-list-entries, tabulated-list-padding)
9575 (tabulated-list-sort-key): Make permanent-local.
9576
9577 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
9578 (electric-buffer-list): Put electric buffer menu
9579 command descriptions in this docstring, instead of the docstring
9580 of electric-buffer-menu-mode. Code cleanups.
9581 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
9582 Electric-buffer-menu-mode.
9583 (electric-buffer-update-highlight): Minor code cleanup.
9584
205a7391
MA
95852012-05-13 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
9588 (Bug#11447)
9589
e5bd0a28
SM
95902012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 Move define-obsolete-variable-alias before the var's definition.
9593 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
9594 * tooltip.el (tooltip-hook):
9595 * textmodes/reftex-toc.el (reftex-toc-map):
9596 * textmodes/reftex-sel.el (reftex-select-label-map)
9597 (reftex-select-bib-map):
9598 * textmodes/reftex-index.el (reftex-index-map)
9599 (reftex-index-phrases-map):
9600 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
9601 * progmodes/meta-mode.el (meta-mode-map):
9602 * novice.el (disabled-command-hook):
9603 * loadhist.el (unload-hook-features-list):
9604 * frame.el (blink-cursor):
9605 * files.el (find-file-not-found-hooks, write-file-hooks)
9606 (write-contents-hooks):
9607 * emulation/tpu-edt.el (GOLD-map):
9608 * emacs-lock.el (emacs-lock-from-exiting):
9609 * emacs-lisp/generic.el (generic-font-lock-defaults):
9610 * emacs-lisp/chart.el (chart-map):
9611 * dos-fns.el (register-name-alist):
9612 * dired-x.el (dired-omit-files-p):
9613 * desktop.el (desktop-enable):
9614 * cus-edit.el (custom-mode-hook):
9615 * buff-menu.el (buffer-menu-mode-hook):
9616 * bookmark.el (bookmark-read-annotation-text-func)
9617 (bookmark-exit-hooks):
9618 * allout.el (allout-mode-deactivate-hook)
9619 (allout-exposure-change-hook, allout-structure-added-hook)
9620 (allout-structure-deleted-hook, allout-structure-shifted-hook):
9621 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
9622 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
9623 comes before the corresponding variable's definition.
9624
ac59c2f6
CY
96252012-05-12 Chong Yidong <cyd@gnu.org>
9626
9627 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
9628 (Buffer-menu-mouse-select): Restore function (Bug#11459).
9629 (Buffer-menu-mode-map): Bind it.
9630 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 9631
dee6c9a3
SM
96322012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9633
2171cea5
SM
9634 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
9635 (prolog-upper-case-string, prolog-lower-case-string)
9636 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
9637 (prolog-use-smie, prolog-smie-grammar): New vars.
9638 (prolog-smie-forward-token, prolog-smie-backward-token)
9639 (prolog-smie-rules): New funs.
9640 (prolog-comment-indent): Remove.
9641 (prolog-mode-variables): Use default comment indentation instead.
9642 Setup SMIE.
9643 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
9644 (prolog-mode): Don't call them any more.
9645 (prolog-electric-colon, prolog-electric-dash)
9646 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
9647
aa0382bd
SM
9648 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9649
dbacb4bd
SM
9650 * minibuffer.el (completion--twq-all): Again, allow case differences.
9651
13bdd94c
SM
9652 * term.el: Move keymap initialization code to be more idiomatic.
9653 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9654 (term-terminal-menu): Move initialization into declaration.
9655 (term-escape-char): Let the user set it in her .emacs.
9656
ff46c759
SM
9657 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9658 Provide SMIE-based indentation (not enabled by default yet).
9659 (sh-mode-map): Don't bind electric keys.
9660 Use electric-pair-mode instead of skeleton-pair.
9661 (sh-assignment-regexp): Fit within 80 columns.
9662 (sh-indent-supported): Specify actual shell name instead of boolean.
9663 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9664 (sh-maybe-here-document): Use it. Make obsolete.
9665 (sh-electric-here-document-mode) New minor mode.
9666 (sh-mode): Use it. Don't set sh-indent-supported-here here.
9667 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9668 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9669 (sh-smie-rc-grammar, sh-use-smie): New vars.
9670 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9671 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9672 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9673 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9674 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9675 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9676 (sh-set-shell): Use smie-setup if requested.
9677
dee6c9a3
SM
9678 * term.el (term-set-escape-char): Properly set term-escape-char.
9679 See http://stackoverflow.com/questions/10524656.
9680
9f9aa044
CY
96812012-05-10 Chong Yidong <cyd@gnu.org>
9682
9683 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9684 Use url-generic-parse-url, and handle host names and Windows
9685 filenames properly.
9686 (ffap-url-unwrap-remote): Use url-generic-parse-url.
9687 (ffap-url-unwrap-remote): Accept list values, specifying a list of
9688 URL schemes to work on.
9689 (ffap--toggle-read-only): New function.
9690 (ffap-read-only, ffap-read-only-other-window)
9691 (ffap-read-only-other-frame): Use it.
9692 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9693 necessary for ffap-url-unwrap-remote.
9694
836d29b3
DA
96952012-05-10 Dave Abrahams <dave@boostpro.com>
9696
9697 * cus-start.el (create-lockfiles): Add it.
9698
00fd78ed
CY
96992012-05-09 Chong Yidong <cyd@gnu.org>
9700
9701 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9702 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9703
666b903b 97042012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
9705
9706 * shell.el (shell-completion-vars): Fix last change (bug#11348).
9707
666b903b 97082012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
9709
9710 * ansi-color.el (ansi-color-process-output): Check for validity of
9711 comint-last-output-start before using it. This avoids a bad
9712 interaction with gdb-mi's input/output buffer.
9713
666b903b 97142012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
9715
9716 * files.el (dir-locals-read-from-file):
9717 Mention dir-locals in any error message.
9718
666b903b 97192012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
9720
9721 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9722 package (Bug#11410).
9723
f677562b
CY
9724 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9725 variables into description.
9726
666b903b 97272012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
9728
9729 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9730 shell-delimiter-argument-list (bug#11348).
9731 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9732
b499d8d0
JB
97332012-05-09 Juanma Barranquero <lekktu@gmail.com>
9734
8f6b6da8
JB
9735 * textmodes/rst.el: Silence byte-compiler warnings.
9736 (rst-re-alist, rst-reset-section-caches): Move around.
9737 (rst-re): Use `characterp', not `char-valid-p'.
9738 (font-lock-beg, font-lock-end): Declare.
9739
4824146a
JB
9740 * progmodes/idlw-shell.el (specs): Remove reference to deleted
9741 variable `idlwave-shell-activate-alt-keybindings' and simplify.
9742
b499d8d0
JB
9743 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9744
ad89bb83
GM
97452012-05-08 Glenn Morris <rgm@gnu.org>
9746
9747 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9748
8bba5a75
SM
97492012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9750
49ed9c8e
SM
9751 * vc/log-edit.el: Add GNU coding standards highlighting.
9752 (log-edit-font-lock-gnu-style)
9753 (log-edit-font-lock-gnu-keywords): New vars.
9754 (log-edit-font-lock-keywords): New fun.
9755 (log-edit-mode): Don't fold case in font-lock.
9756 (log-edit-font-lock-keywords): Do not assume case-folding.
9757
07d00b56
SM
9758 * imenu.el: Misc cleanup. Make docstrings out of comments.
9759 Use lexical-binding.
9760 (imenu--index-alist, imenu--last-menubar-index-alist)
9761 (imenu-menubar-modified-tick): Use defvar-local.
9762 (imenu--split-menu): Remove unused var.
9763 (imenu--cleanup-seen): Declare as global.
9764 (imenu--cleanup): Use dolist.
9765
8bba5a75
SM
9766 * subr.el (defvar-local): Add debug spec and doc-string position.
9767
5075bdb5
GM
97682012-05-08 Glenn Morris <rgm@gnu.org>
9769
090bd7cb 9770 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
9771 * language/english.el, language/georgian.el, language/greek.el:
9772 * language/japanese.el, language/khmer.el, language/korean.el:
9773 * language/lao.el, language/misc-lang.el, language/romanian.el:
9774 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9775 * language/thai.el, language/utf-8-lang.el:
9776 Remove no-byte-compile setting.
9777
5075bdb5
GM
9778 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9779
06f679a7
AH
97802012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9781
9782 * progmodes/make-mode.el (makefile-browse):
9783 Remove unnecessary interactive. (Bug#11324)
9784
03794570
GM
97852012-05-07 Glenn Morris <rgm@gnu.org>
9786
af8630f4
GM
9787 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9788
03794570
GM
9789 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9790
f0809a9d
SM
97912012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9792
28be5ce7
SM
9793 * loadup.el: Preload newcomment.el.
9794 * newcomment.el: Move autoload-only code to toplevel.
9795
f0809a9d
SM
9796 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9797 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9798 Handle new :right-align column property.
9799 (tabulated-list-print-col): Idem, plus use `display' text-property to
9800 try and preserve alignment for variable pitch fonts.
9801
1241b724
CY
98022012-05-07 Chong Yidong <cyd@gnu.org>
9803
9804 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9805 (tabulated-list-use-header-line): New var.
9806 (tabulated-list-init-header): Use it.
9807 (tabulated-list-print-fake-header): New function.
9808 (tabulated-list-print): Use it.
9809 (tabulated-list-sort-button-map): Add non-header-line commands.
9810 (tabulated-list-init-header): Add column name property to basic
9811 labels as well.
9812 (tabulated-list-col-sort): Handle non-header-line button case.
9813 (tabulated-list--sort-by-column-name): Fix a corner case.
9814
f0809a9d
SM
9815 * buff-menu.el (list-buffers--refresh):
9816 Handle Buffer-menu-use-header-line.
1241b724 9817
e5f9458f
CY
98182012-05-06 Chong Yidong <cyd@gnu.org>
9819
9820 * buff-menu.el: Convert to Tabulated List mode.
9821 (Buffer-menu-buffer+size-width): Make obsolete.
9822 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9823 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9824 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9825 documentation into docstring of buffer-menu.
9826 (Buffer-menu-toggle-files-only): Add an informative message.
9827 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9828 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9829 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9830 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9831 (Buffer-menu-execute, Buffer-menu-select)
9832 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9833 (Buffer-menu-bury): Use Tabulated List machinery.
9834 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9835 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 9836 Delete.
e5f9458f
CY
9837 (list-buffers--refresh): New function.
9838 (list-buffers-noselect): Use it.
9839 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9840 (Buffer-menu--pretty-file-name): New helper functions.
9841
9842 * loadup.el: Preload tabulated-list.
9843
9844 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9845 tabulated-list-sort-column.
9846 (tabulated-list-init-header): Add the initial aligning space even
9847 if tabulated-list-padding is zero.
9848
e129292c
CS
98492012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9850
9851 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9852 whose cdr is not a cons cell correctly (bug#11038).
9853
6632d361
CY
98542012-05-06 Chong Yidong <cyd@gnu.org>
9855
e129292c
CS
9856 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9857 Accept additional plist in column descriptors.
6632d361
CY
9858 (tabulated-list-init-header): Obey it.
9859 (tabulated-list-get-entry): New function.
9860 (tabulated-list-put-tag): Use it. Use string-width instead of
9861 length.
9862 (tabulated-list--column-number): New function.
9863 (tabulated-list-print): Use it.
e129292c
CS
9864 (tabulated-list-print-col): New function.
9865 Set `tabulated-list-column-name' property on each column's text.
6632d361 9866 (tabulated-list-print-entry): Use it.
e129292c
CS
9867 (tabulated-list-delete-entry, tabulated-list-set-col):
9868 New functions.
6632d361
CY
9869 (tabulated-list-sort-column): New command (Bug#11337).
9870
3cc99f68
CY
9871 * buff-menu.el (list-buffers): Move C-x C-b binding from
9872 buff-menu.el to bindings.el.
9873
9874 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9875 :advertised-binding feature.
9876
52b61776
TN
98772012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9878
9879 * progmodes/compile.el (compilation-internal-error-properties):
9880 Calculate start position correctly when end-col is set but
9881 end-line is not (Bug#11382).
9882
ebfe2597
WJ
98832012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9884
9885 * man.el (Man-unindent): Use text-property-default-nonsticky to
9886 prevent untabify from inheriting face properties (Bug#11408).
9887
6d3f7c2f
SM
98882012-05-05 Stefan Merten <smerten@oekonux.de>
9889
9890 * textmodes/rst.el: Major merge with upstream development up to
9891 Docutils SVN r7399 / rst.el V1.2.1.
9892
9893 Clarify maintainership and authors.
9894
9895 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9896 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9897 (rst-official-version, rst-official-cvs-rev, rst-version)
9898 (rst-package-emacs-version-alist): New functions and variables
9899 for version information.
9900
9901 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9902 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9903 (rst-mode-syntax-table, rst-mode): New and corrected functions
9904 and variables representing reStructuredText features.
9905
9906 (rst-re): New function for reStructuredText regexes. Use in
9907 many places.
9908
9909 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9910 (rst-mode-map): Rebind keys.
9911
9912 (rst-mode-lazy, rst-font-lock-keywords)
9913 (rst-font-lock-extend-region)
9914 (rst-font-lock-extend-region-internal)
9915 (rst-font-lock-extend-region-extend)
9916 (rst-font-lock-find-unindented-line-limit)
9917 (rst-font-lock-find-unindented-line-match)
9918 (rst-adornment-level, rst-font-lock-adornment-level)
9919 (rst-font-lock-adornment-match)
9920 (rst-font-lock-handle-adornment-pre-match-form)
9921 (rst-font-lock-handle-adornment-matcher): Major revision of
9922 font-locking. Integrate with other code. Use `jit-lock-mode'.
9923
9924 (rst-preferred-adornments, rst-adjust-hook)
9925 (rst-new-adornment-down, rst-preferred-bullets)
9926 (rst-preferred-bullets, rst-indent, rst-indent-width)
9927 (rst-indent-field, rst-indent-literal-normal)
9928 (rst-indent-literal-minimized, rst-indent-comment): Change,
9929 extend and improve customization.
9930
9931 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9932 (rst-normalize-cursor-position, rst-get-decoration)
9933 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9934 (rst-rstrip, rst-toc-insert-find-delete-contents)
9935 (rst-shift-fill-region, rst-compute-bullet-tabs)
9936 (rst-debug-print-tabs, rst-debug-mark-found)
9937 (rst-shift-region-guts, rst-shift-region-right)
9938 (rst-shift-region-left, rst-use-char-classes)
9939 (rst-font-lock-keywords-function)
9940 (rst-font-lock-indentation-point)
9941 (rst-font-lock-find-unindented-line-begin)
9942 (rst-font-lock-find-unindented-line-end)
9943 (rst-font-lock-find-unindented-line)
9944 (rst-font-lock-adornment-point, rst-font-lock-level)
9945 (rst-adornment-level-alist): Remove functions and variables.
9946
9947 (rst-compare-adornments, rst-get-adornment-match)
9948 (rst-suggest-new-adornment, rst-get-adornments-around)
9949 (rst-adornment-complete-p, rst-get-next-adornment)
9950 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9951 (rst-straighten-adornments): Standardize function names to
9952 use "adornment" instead of "decoration". Correct callers.
9953 Similar standardizing in many places.
9954
9955 (rst-update-section, rst-adjust, rst-promote-region)
9956 (rst-enumerate-region, rst-bullet-list-region)
9957 (rst-repeat-last-character): Correct use of `interactive'.
9958
9959 (rst-classify-adornment, rst-find-all-adornments)
9960 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9961 (rst-find-leftmost-column, rst-repeat-last-character):
9962 Refactor functions.
9963
9964 (rst-find-title-line, rst-reset-section-caches)
9965 (rst-get-adornments-around, rst-adjust-adornment-work)
9966 (rst-arabic-to-roman, rst-roman-to-arabic)
9967 (rst-insert-list-pos, rst-insert-list-new-item)
9968 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9969 New functions.
9970
9971 (rst-all-sections, rst-section-hierarchy)
9972 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9973 New variables.
9974
9975 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9976 configuration instead of only buffer. Change where necessary.
9977
9978 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9979 (rst-shift-region, rst-adaptive-fill): New functions for
9980 indentation and filling.
9981
9982 (rst-comment-line-break, rst-comment-indent)
9983 (rst-comment-insert-comment, rst-comment-region)
9984 (rst-uncomment-region): New functions for handling comments.
9985
9986 (rst-compile): Quote shell arguments.
9987
9988 (rst-compile-pdf-preview, rst-compile-slides-preview):
9989 Delete temporary files after use.
9990
a43f98b3
GM
99912012-05-05 Glenn Morris <rgm@gnu.org>
9992
48176e8b
GM
9993 * calendar/cal-html.el: Optionally include holidays in the output.
9994 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9995 (cal-html-holidays): New option.
9996 (cal-html-css-default): Add holiday entry.
9997 (holiday-in-range): Autoload it.
9998 (cal-html-htmlify-entry): Add optional class argument.
9999 (cal-html-htmlify-list): Add optional holidays argument.
10000 (cal-html-insert-agenda-days): Include holidays in the output.
10001 (cal-html-one-month): Maybe include holidays.
10002
a43f98b3
GM
10003 * calendar/holidays.el (holiday-in-range):
10004 Move here from cal-tex-list-holidays.
10005 * calendar/cal-tex.el (cal-tex-list-holidays):
10006 Make it an obsolete alias for holiday-in-range. Update all callers.
10007
fef9d149 100082012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
10009
10010 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10011 Nextstep.
10012
248da2f4
RW
100132012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10014
10015 * files.el (file-auto-mode-skip): New var.
10016 (set-auto-mode-1): Use it.
10017
f95e9344
SM
100182012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10019
df96ab1e
SM
10020 * repeat.el: Use lexical-binding.
10021 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10022 (repeat-undo-count): Remove.
10023 (repeat):
10024 * progmodes/octave-mod.el (octave-abbrev-start):
10025 * progmodes/f90.el (f90-abbrev-start):
10026 * face-remap.el (text-scale-adjust):
10027 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10028
5342bb06
SM
10029 * emacs-lisp/pcase.el (pcase--let*): New function.
10030 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10031 a bit more.
10032 (pcase--split-pred): Be more clever about ruling out overlap between
10033 a predicate and some constant pattern.
10034 (pcase--q1): Use `null' instead of (eq foo nil).
10035
f95e9344
SM
10036 * subr.el (setq-local, defvar-local): New macros.
10037 (kbd): Redefine as an alias.
10038 (with-selected-window): Leave unrelated frames alone.
10039 (set-temporary-overlay-map): New function.
10040
71873e2b
SM
100412012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * subr.el (user-error): New function.
10044 * window.el (switch-to-buffer):
10045 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10046 (smerge-match-conflict):
10047 * simple.el (previous-matching-history-element)
10048 (next-matching-history-element, goto-history-element, undo-more)
10049 (undo-start):
10050 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10051 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10052 (next-file, tags-loop-scan, list-tags, complete-tag):
10053 * progmodes/compile.el (compilation-loop):
10054 * mouse.el (mouse-minibuffer-check):
10055 * man.el (Man-bgproc-sentinel, Man-goto-page):
10056 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10057 (Info-history-forward, Info-follow-reference, Info-menu)
10058 (Info-extract-menu-item, Info-extract-menu-counting)
10059 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10060 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10061 (Info-next-reference, Info-prev-reference, Info-index)
10062 (Info-index-next, Info-follow-nearest-node)
10063 (Info-copy-current-node-name):
10064 * imenu.el (imenu--make-index-alist)
10065 (imenu-default-create-index-function, imenu-add-to-menubar):
10066 * files.el (basic-save-buffer, recover-file):
10067 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10068 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10069 (checkdoc-message-text, checkdoc-defun):
10070 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10071 * cus-edit.el (customize-changed-options, customize-rogue)
10072 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10073 (custom-variable-mark-to-reset-standard)
10074 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10075 (custom-file):
10076 * completion.el (check-completion-length):
10077 * comint.el (comint-search-arg)
10078 (comint-previous-matching-input-string-position)
10079 (comint-previous-matching-input)
10080 (comint-replace-by-expanded-history-before-point, comint-send-input)
10081 (comint-copy-old-input, comint-backward-matching-input)
10082 (comint-goto-process-mark, comint-set-process-mark):
10083 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10084 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10085
8a61ee22
SM
100862012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10087
66408d1e
SM
10088 * dabbrev.el (dabbrev--ignore-case-p): New function.
10089 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10090 Use it.
10091
8a61ee22
SM
10092 * files.el (automount-dir-prefix): Mark as obsolete.
10093
3c74813a
GM
100942012-05-04 Glenn Morris <rgm@gnu.org>
10095
10096 * patcomp.el, play/bruce.el: Move to obsolete/.
10097
0bfcf5c5
PE
100982012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10099
10100 Fix minor Y10k bugs.
10101 * arc-mode.el (archive-unixdate):
10102 * autoinsert.el (auto-insert-alist):
10103 * calc/calc-forms.el (math-this-year):
10104 * emacs-lisp/copyright.el (copyright-current-year)
10105 (copyright-update-year, copyright):
10106 * tar-mode.el (tar-clip-time-string):
10107 * time.el (display-time-update):
10108 Don't assume years have 4 digits.
10109
78f3273a
CY
101102012-05-04 Chong Yidong <cyd@gnu.org>
10111
10112 * dos-w32.el (file-name-buffer-file-type-alist)
10113 (direct-print-region-use-command-dot-com):
10114 * ffap.el (ffap-menu-regexp):
10115 * find-file.el (ff-special-constructs):
10116 * follow.el (follow-debug):
10117 * forms.el (forms--debug):
10118 * iswitchb.el (iswitchb-all-frames):
10119 * ido.el (ido-all-frames):
10120 * emacs-lisp/timer.el (timer-max-repeats):
10121 * mail/feedmail.el (feedmail-mail-send-hook)
10122 (feedmail-mail-send-hook-queued):
10123 * mail/footnote.el (footnote-signature-separator):
10124 * mail/mailabbrev.el (mail-alias-separator-string)
10125 (mail-abbrev-mode-regexp):
10126 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10127 * progmodes/idlwave.el (idlwave-libinfo-file)
10128 (idlwave-default-completion-case-is-down)
10129 (idlwave-library-routines): Convert defvars to defcustoms.
10130
10131 * mail/rmail.el (rmail-decode-mime-charset):
10132 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10133 (idlwave-shell-fix-inserted-breaks)
10134 (idlwave-shell-activate-alt-keybindings)
10135 (idlwave-shell-use-breakpoint-glyph):
10136 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10137
f7ae6719
SM
101382012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10141
47086495
WS
101422012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
10143
10144 * progmodes/verilog-mode.el (font-lock-keywords):
10145 Fix mis-highligting auto. Reported by Craig Barner.
10146 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 10147 defines from global name space. Reported by Dan Dever.
47086495
WS
10148 (verilog-auto-reset, verilog-auto-reset-widths)
10149 (verilog-auto-tieoff): Support using unbased numbers for
10150 AUTORESET and AUTOTIEOFF.
10151 (verilog-submit-bug-report): Update variable list.
10152 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 10153 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
10154 (verilog-auto-template-lint): Fix hash error when linting modules
10155 with no used templates.
10156 (verilog-warn, verilog-warn-error)
10157 (verilog-warn-fatal): When non-interactive report multiple
10158 warnings before exiting. Suggested by Brad Dobbie.
10159 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10160 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10161 to report unused template errors. Reported by Brad Dobbie.
10162 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 10163 nets, bug438. Reported by Vns Blore.
47086495
WS
10164 (verilog-auto-inout-module, verilog-auto-reg)
10165 (verilog-read-decls, verilog-read-sub-decls-sig)
10166 (verilog-signals-edit-wire-reg, verilog-signals-with):
10167 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 10168 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
10169 "reg" for backwards compatibility presuming Verilog 2001.
10170 (verilog-auto-ascii-enum): Add "auto enum" as alias.
10171 (verilog-preprocess): Fix replication of preprocess output.
10172 Reported by Brad Dobbie.
10173 (verilog-auto-inst-interfaced-ports):
10174 Create verilog-auto-inst-interfaced-ports, bug429.
10175 Reported by Julian Gorfajn.
10176 (verilog-after-save-font-hook)
10177 (verilog-before-save-font-hook): New variable.
10178 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10179 (verilog-save-font-mods): Wrap disabling fontification, reported
10180 by David Rogoff.
10181 (verilog-do-indent, verilog-pretty-declarations-auto)
10182 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10183 Reported by Pierre-David Pfister.
10184 (verilog-set-auto-endcomments): Fix endtask auto comments outside
10185 of class declarations, bug292. Reported by Kevin Heilman.
10186 (verilog-read-decls): Fix 'parameter type' not appearing in
10187 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
10188 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 10189 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
10190 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10191 Reported by David Kravitz.
10192
101932012-05-03 Michael McNamara <mac@mail.brushroad.com>
10194
10195 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10196 assignment with tests in ifs and for loops.
10197 (verilog-extended-complete-re, verilog-complete-reg): Change so
10198 that DPI inport functions don't look like fuction declarations.
10199 (verilog-pretty-expr): Don't line up assignment
10200 operations to the test and increment in if and for loops
10201 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 10202 that DPI inport functions don't look like fuction declarations.
47086495 10203
2e51d4b5
KH
102042012-05-03 Kenichi Handa <handa@m17n.org>
10205
10206 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 10207 decoding, and show a warning message without signaling an error
2e51d4b5
KH
10208 (Bug#11282).
10209
2bd785a2
SM
102102012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * emacs-lisp/bytecomp.el
10213 (byte-compile-file-form-custom-declare-variable): Compile all elements,
10214 since cconv.el might have introduced :fun-body, internal-make-closure,
10215 and friends for bytecomp to handle (bug#11391).
10216 * custom.el (defcustom): Avoid ((λ ..) ..).
10217
99d27583
SM
102182012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10221
55a71479
JB
102222012-05-02 Juanma Barranquero <lekktu@gmail.com>
10223
10224 * notifications.el (dbus-debug):
10225 * term/linux.el (gpm-mouse-enable):
10226 * term/screen.el (xterm-register-default-colors): Declare.
10227
7b97c764
CY
102282012-05-02 Chong Yidong <cyd@gnu.org>
10229
2bc356d7
CY
10230 * cus-start.el (gc-cons-percentage, exec-suffixes)
10231 (dos-display-scancodes, dos-hyper-key, dos-super-key)
10232 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10233 (make-cursor-line-fully-visible, void-text-area-pointer)
10234 (font-list-limit): Add customization data.
10235
7b97c764
CY
10236 * allout.el (allout-exposure-change-functions)
10237 (allout-structure-added-functions)
10238 (allout-structure-deleted-functions)
10239 (allout-structure-shifted-functions): Rename abnormal hooks from
10240 *-hook, and convert to defcustoms.
5d3385a0
JB
10241 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
10242 Convert to defcustoms.
7b97c764
CY
10243 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
10244
10245 * allout-widgets.el: Hook callers changed.
10246
90207a15 102472012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
10248
10249 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
10250 the yanked message in preference to the default value of
10251 buffer-file-coding-system.
10252
90207a15 102532012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 10254
5d3385a0
JB
10255 * window.el (display-buffer--action-function-custom-type):
10256 Fix entry.
d9558cad 10257
90207a15 102582012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
10259
10260 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
10261
d80ac57b
GM
102622012-05-01 Glenn Morris <rgm@gnu.org>
10263
976f7668
GM
10264 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
10265
beb83b5a
GM
10266 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
10267
d80ac57b
GM
10268 * cus-edit.el (custom-variable-documentation): Simplify with format.
10269
b593d6a9 102702012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 10271 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
10272
10273 * simple.el (suggest-key-bindings, execute-extended-command):
10274 Move from keyboard.c.
10275
782fbf2a
CY
102762012-05-01 Chong Yidong <cyd@gnu.org>
10277
10278 * follow.el: Eliminate advice.
10279 (set-process-filter, process-filter, sit-for): Advice deleted.
10280 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
10281 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
10282 Vars deleted.
782fbf2a
CY
10283 (follow-auto): Use a :set function.
10284 (follow-mode): Rewritten. Don't advise process filters.
10285 (follow-switch-to-current-buffer-all, follow-scroll-up)
10286 (follow-scroll-down): Assume follow-mode is bound.
10287 (follow-comint-scroll-to-bottom)
10288 (follow-align-compilation-windows): New functions.
10289 (follow--window-sorter): New function.
10290 (follow-all-followers): Use it to explicitly sort windows by their
10291 positions; don't make assumptions about next-window order.
10292 (follow-windows-start-end, follow-delete-other-windows-and-split)
10293 (follow-calc-win-start): Doc fix.
10294 (follow-windows-aligned-p, follow-select-if-visible): Don't call
10295 vertical-motion unnecessarily.
10296 (follow-adjust-window): New function.
10297 (follow-post-command-hook): Use it.
10298 (follow-call-set-process-filter, follow-call-process-filter)
10299 (follow-intercept-process-output, follow-tidy-process-filter-alist)
10300 (follow-stop-intercept-process-output, follow-generic-filter):
10301 Functions deleted.
10302 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
10303 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
10304 New functions, replacing advice on scroll-bar-* commands.
87233a14 10305 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
10306
10307 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
10308 (comint-postoutput-scroll-to-bottom): Use it.
10309 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 10310
290af740
GM
103112012-05-01 Glenn Morris <rgm@gnu.org>
10312
10313 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
10314 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
10315 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
10316 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
10317 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
10318 Remove no-byte-compile setting.
10319
6eac8dc9
SM
103202012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * minibuffer.el (completion-table-with-quoting): Fix compatibility
10323 all-completions code to not return a number in the last cdr.
10324
9cc7819c
LL
103252012-04-30 Leo Liu <sdl.web@gmail.com>
10326
10327 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
10328 read-only error.
10329
c93b886f
CY
103302012-04-29 Chong Yidong <cyd@gnu.org>
10331
10332 * follow.el (follow-calc-win-end): Rewrite to handle partial
10333 screen lines correctly (Bug#8390).
10334 (follow-avoid-tail-recenter): Minor cleanup.
10335
8b6c19f4
SM
103362012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 Avoid the obsolete `assoc' package.
10339 * speedbar.el (speedbar-refresh): Avoid adelete.
10340 (speedbar-file-lists): Simplify and avoid aput.
10341 * man.el (Man--sections, Man--refpages): New vars, replacing
10342 Man-sections-alist and Man-refpages-alist.
10343 (Man-build-section-alist, Man-build-references-alist):
10344 Use them; avoid aput.
10345 (Man--last-section, Man--last-refpage): New vars.
10346 (Man-follow-manual-reference): Use them.
10347 Use the `default' arg of completing-read.
10348 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
10349
c5bb7569
CY
103502012-04-27 Chong Yidong <cyd@gnu.org>
10351
d1d2e2e8
CY
10352 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10353
15cd8efd
CY
10354 * startup.el (x-apply-session-resources): New function.
10355
10356 * term/ns-win.el (ns-initialize-window-system):
10357 * term/w32-win.el (w32-initialize-window-system):
10358 * term/x-win.el (x-initialize-window-system): Use it to properly
10359 set menu-bar-mode and other vars from X resources, even if the
10360 initial frame is not a window-system frame (Bug#2299).
10361
c5bb7569
CY
10362 * subr.el (read-key): Avoid running filter function when setting
10363 up temporary tool bar entries (Bug#9922).
10364
a8e7d6d7 103652012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
10366
10367 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10368 (Bug#11344)
10369
a8e7d6d7 103702012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
10371
10372 * select.el (xselect--encode-string): New function, split from
10373 xselect-convert-to-string.
10374 (xselect-convert-to-string): Use it.
10375 (xselect-convert-to-filename, xselect-convert-to-os)
10376 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10377 returned strings are properly encoded (Bug#11315).
10378
a8e7d6d7 103792012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
10380
10381 * simple.el (delete-active-region): Move to killing custom group.
10382
a8e7d6d7 103832012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
10384
10385 * progmodes/which-func.el (which-func-current): Quote %
10386 characters for mode-line processing.
10387
578c1d4b 103882012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
10389
10390 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
10391 reaching eob (Bug#11286).
10392
a8e7d6d7 103932012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
10394
10395 * progmodes/gdb-mi.el (gdb-control-level): New variable.
10396 (gdb): Make it buffer-local and init to zero.
10397 (gdb-control-commands-regexp): New variable.
10398 (gdb-send): Don't wrap in "-interpreter-exec console" if
10399 gdb-control-level is positive. Increment gdb-control-level
10400 whenever the command matches gdb-control-commands-regexp, and
10401 decrement it each time the command is "end". (Bug#11279)
10402
a8e7d6d7 104032012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
10404
10405 * window.el (adjust-window-trailing-edge, enlarge-window)
10406 (shrink-window, window-resize):
10407 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
10408 windows (Bug#11276).
10409
b3608390
CY
104102012-04-27 Chong Yidong <cyd@gnu.org>
10411
10412 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 10413 fix "missing prefix" warning. All callers changed.
b3608390 10414
797e6e88
SM
104152012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * emacs-lisp/assoc.el: Move to obsolete/.
10418
e95a67dc
SM
104192012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10420
657c21e4 10421 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
10422
10423 * term/ns-win.el (ns-define-service):
10424 * progmodes/pascal.el (pascal-goto-defun):
10425 * progmodes/js.el (js--read-tab):
10426 * progmodes/etags.el (tags-lazy-completion-table):
10427 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
10428 * emacs-lisp/ewoc.el (ewoc--wrap):
10429 * emacs-lisp/assoc.el (aput, adelete, amake):
10430 * doc-view.el (doc-view-convert-current-doc):
10431 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
10432
cb3e7ae0
CY
104332012-04-26 Chong Yidong <cyd@gnu.org>
10434
dce04f7f
CY
10435 * image.el (image-type-from-buffer): Only return supported image
10436 type (Bug#9045).
10437
cb3e7ae0
CY
10438 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
10439 value, for symmetry with diff-end-of-hunk.
10440 (diff-split-hunk, diff-find-source-location)
10441 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
10442 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
10443 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
10444 compute the relevant hunk or file properly (Bug#6005).
10445 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
10446
0d42eb3e
SM
104472012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * vc/vc-mtn.el:
10450 * vc/vc-hg.el:
10451 * vc/vc-git.el:
10452 * vc/vc-dir.el:
10453 * vc/vc-cvs.el:
10454 * vc/vc-bzr.el:
10455 * vc/vc-arch.el:
10456 * vc/vc.el: Replace lexical-let by lexical-binding.
10457 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
10458 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
10459 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
10460
f08ae1c9
CY
104612012-04-26 Chong Yidong <cyd@gnu.org>
10462
8b71081d
CY
10463 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
10464 (diff-mode-shared-map): Bind it to / and [remap undo].
10465
f08ae1c9
CY
10466 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
10467 (ediff-window-setup-function): Use it as the default, to set up
10468 windows based on whether the current frame is graphical (Bug#2138).
10469 (ediff-choose-window-setup-function-automatically): Make obsolete.
10470
10471 * vc/ediff-init.el: Always define ediff-pixel-width/height.
10472
ef24141c
SM
104732012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10474
cc356a5d
SM
10475 * ffap.el: Remove old code for obsolete package.
10476 (ffap-complete-as-file-p): Remove.
10477
b4ff4f1f
SM
10478 Use completion-table-with-quoting for comint and pcomplete.
10479 * comint.el (comint--unquote&requote-argument)
10480 (comint--unquote-argument, comint--requote-argument): New functions.
10481 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
10482 (comint-quote-filename): Use regexp-opt-charset.
10483 (comint--common-suffix, comint--common-quoted-suffix)
10484 (comint--table-subvert): Remove.
10485 (comint-unquote-function, comint-requote-function): New vars.
10486 (comint--complete-file-name-data): Use them with
10487 completion-table-with-quoting.
10488 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
10489 * pcomplete.el (pcomplete-arg-quote-list)
10490 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
10491 (pcomplete-unquote-argument-function): Default to non-nil.
10492 (pcomplete-unquote-argument): Simplify.
10493 (pcomplete--common-quoted-suffix): Remove.
10494 (pcomplete-requote-argument-function): New var.
10495 (pcomplete--common-suffix): New function.
10496 (pcomplete-completions-at-point): Use completion-table-with-quoting
10497 and completion-table-subvert.
10498
79c4eeb4
SM
10499 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
10500 (minibuffer--double-dollars): Preserve properties.
10501 (completion--sifn-requote): New function.
10502 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
10503
ef24141c
SM
10504 * minibuffer.el: Add support for completion of quoted/escaped data.
10505 (completion-table-with-quoting, completion-table-subvert): New funs.
10506 (completion--twq-try, completion--twq-all): New functions.
10507 (completion--nth-completion): New function.
10508 (completion-try-completion, completion-all-completions): Use it.
10509
784e7d6e
LL
105102012-04-25 Leo Liu <sdl.web@gmail.com>
10511
dd2ac746
SM
10512 * progmodes/python.el (python-pdbtrack-get-source-buffer):
10513 Use compilation-message if available to find real filename.
784e7d6e 10514
07875ee7
CY
105152012-04-25 Chong Yidong <cyd@gnu.org>
10516
10517 * vc/diff-mode.el (diff-setup-whitespace): New function.
10518 (diff-mode): Use it.
10519
10520 * vc/diff.el (diff-sentinel):
10521 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
10522 Whitespace mode variables based on diff style (Bug#8612).
10523
5055880d
LL
105242012-04-25 Leo Liu <sdl.web@gmail.com>
10525
daf75653
LL
10526 * progmodes/python.el (python-send-region): Add suffix .py to the
10527 temp file.
10528
5055880d
LL
10529 * files.el (auto-mode-alist): Use javascript-mode instead.
10530
db9b177b
AH
105312012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
10532
ef24141c 10533 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 10534
090bd7cb 10535 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 10536 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 10537 references, see Bug#9.
ef24141c 10538 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 10539 when receiving a fault reply.
ef24141c 10540 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 10541
090bd7cb 10542 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 10543 (soap-inspect-simple-type): New function.
db9b177b 10544
090bd7cb 10545 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 10546 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
10547 (soap-decode-basic-type, soap-encode-basic-type):
10548 support unsignedInt and double basic types.
db9b177b 10549 (soap-resolve-references-for-simple-type)
ef24141c
SM
10550 (soap-parse-simple-type, soap-encode-simple-type): New function.
10551 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 10552
090bd7cb 10553 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
10554 (soap-default-soapenc-types): Add integer, byte and anyURI types.
10555 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
10556 the local name of "soapenc:Array".
10557 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
10558 decoding integer, byte and anyURI xsd types.
10559
1fc6097b
CY
105602012-04-25 Chong Yidong <cyd@gnu.org>
10561
10562 * cus-edit.el (custom-buffer-create-internal): Update header text.
10563
afc6df87
EZ
105642012-04-25 Eli Zaretskii <eliz@gnu.org>
10565
10566 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
10567 settings on 'system-type', not on 'window-system'. On MS-Windows,
10568 set interactive-mode on in GDB.
10569
dfbd787f
SM
105702012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
10573 (ruby-syntax-propertize-regexp): Remove.
10574 (ruby-syntax-propertize-function): Split regexp into chunks.
10575 Match following code directly.
10576
85222d44
DG
105772012-04-24 Dmitry Gutov <dgutov@yandex.ru>
10578
51a8ea2a
DG
10579 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
10580 (ruby-syntax-propertize-regexp): New function.
10581 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
10582 by a special keyword.
10583
85222d44
DG
10584 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
10585 (ruby-syntax-general-delimiters-goto-beg)
10586 (ruby-syntax-propertize-general-delimiters): New functions.
10587 (ruby-syntax-propertize-function): Use them to handle GDL.
10588 (ruby-font-lock-keywords): Move old handling of GDL...
10589 (ruby-font-lock-syntactic-keywords): .. to here.
10590 (ruby-calculate-indent): Adjust indentation for GDL.
10591
b613912b
MA
105922012-04-24 Michael Albinus <michael.albinus@gmx.de>
10593
b5380639
MA
10594 * notifications.el (top): Remove unneeded declarations.
10595 (notifications-specification-version): Change to "1.2".
e43042fe 10596 (notifications-interface, notifications-notify-method)
b613912b
MA
10597 (notifications-close-notification-method): Fix docstring.
10598 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
10599 (notifications-notify): Add :action-items, :resident and
10600 :transient hints. Change "image_data" to "image-data" and
10601 "image_path" to "image-path".
b613912b
MA
10602 (notifications-get-capabilities): New defun.
10603
257440aa
LL
106042012-04-24 Leo Liu <sdl.web@gmail.com>
10605
10606 * progmodes/python.el: Move hideshow setup to the end.
10607
b1bac16e
MR
106082012-04-24 Martin Rudalics <rudalics@gmx.at>
10609
10610 * window.el (handle-select-window): Clear echo area since this is
10611 no more done by read_char (Bug#11304).
10612
d81bd059
SM
106132012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
10616 and `/ M' to filter-derived-mode.
10617 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
10618 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10619 (ibuffer-mark-by-mode): Use default rather than initial-input.
10620 (ibuffer-filter-by-derived-mode): Autoload and require-match.
10621
c4cf6d91
IA
106222012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
10623
10624 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
10625 (ibuffer-filter-by-derived-mode): New filter.
10626 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
10627
7511ded8
CY
106282012-04-23 Andreas Politz <politza@fh-trier.de>
10629
10630 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
10631
775c916b
CY
106322012-04-23 Chong Yidong <cyd@gnu.org>
10633
10634 * cus-edit.el (customize-apropos, customize-apropos-options):
10635 Disable matching of non-option variables (Bug#11176).
10636 (customize-option, customize-option-other-window)
10637 (customize-changed-options): Doc fix.
10638 (customize-apropos-options, customize-apropos-faces)
10639 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
10640
10641 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 10642 Fix word list splitting (Bug#11132).
46c71e23
CY
10643 (apropos-symbol, apropos-keybinding, apropos-label)
10644 (apropos-property, apropos-function-button)
10645 (apropos-variable-button, apropos-misc-button): New faces.
10646 (apropos-symbol-face, apropos-keybinding-face)
10647 (apropos-label-face, apropos-property-face, apropos-match-face):
10648 Variables removed (Bug#8396).
10649 (apropos-library-button, apropos-format-plist, apropos-print)
10650 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 10651
2df41f9c
MA
106522012-04-23 Michael Albinus <michael.albinus@gmx.de>
10653
10654 * net/xesam.el (xesam-mode-map): Use let-bound map in
10655 initialization. (Bug#11292)
10656
da00640a
AM
106572012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10658
10659 Preserve ispell session localwords when switching back to
10660 original buffer.
10661
090bd7cb
JB
10662 * textmodes/ispell.el (ispell-buffer-session-localwords):
10663 New buffer-local variable to hold buffer session localwords.
ed9265fc 10664 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
10665 localwords.
10666 (ispell-command-loop, ispell-change-dictionary)
10667 (ispell-buffer-local-words): Preserve session localwords when
10668 needed.
10669
090bd7cb
JB
10670 * textmodes/flyspell.el (flyspell-process-localwords)
10671 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 10672
f621ccf5
AM
106732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10674
090bd7cb
JB
10675 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10676 using obsolete `translation-table-for-input'.
ef24141c
SM
10677 (ispell-word, ispell-process-line, ispell-complete-word):
10678 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 10679
c2d1019e
CY
106802012-04-22 Chong Yidong <cyd@gnu.org>
10681
10682 * cus-edit.el (custom-variable-menu)
10683 (custom-variable-reset-saved, custom-face-menu)
10684 (custom-face-reset-saved): If there is no saved value, make the
10685 "reset-saved" operation bring back the default (Bug#9509).
10686 (custom-face-state): Properly detect themed faces.
10687
eeddc531
CY
10688 * faces.el (face-spec-set): Stop supporting deprecated form of
10689 third arg.
10690
dcbf5805
MA
106912012-04-22 Michael Albinus <michael.albinus@gmx.de>
10692
10693 Move functions from C to Lisp. Make non-blocking method calls
10694 the default. Implement further D-Bus standard interfaces.
10695
ef24141c
SM
10696 * net/dbus.el (dbus-message-internal): Declare function.
10697 Remove unneeded function declarations.
dcbf5805
MA
10698 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10699 (dbus-message-type-method-return, dbus-message-type-error)
10700 (dbus-message-type-signal): Declare variables. Remove local
10701 definitions.
10702 (dbus-interface-dbus, dbus-interface-peer)
10703 (dbus-interface-introspectable, dbus-interface-properties)
10704 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10705 Adapt docstring.
10706 (dbus-interface-objectmanager): New defconst.
10707 (dbus-call-method, dbus-call-method-asynchronously)
10708 (dbus-send-signal, dbus-method-return-internal)
10709 (dbus-method-error-internal, dbus-register-service)
10710 (dbus-register-signal, dbus-register-method): New defuns, moved
10711 from dbusbind.c
10712 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
10713 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10714 New defuns.
dcbf5805
MA
10715 (dbus-call-method-non-blocking): Make it an obsolete function.
10716 (dbus-unregister-object, dbus-unregister-service)
10717 (dbus-handle-event, dbus-register-property)
10718 (dbus-property-handler): Obey the new structure of
10719 `bus-registered-objects'.
10720 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
10721 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10722 Use `dbus-call-method'.
10723
cf20dee0
CY
107242012-04-22 Chong Yidong <cyd@gnu.org>
10725
10726 * cus-edit.el (custom-commands, custom-reset-menu)
10727 (Custom-reset-standard): Tweak labels.
10728 (custom-reset-button-menu): Change default to t.
10729 (custom-buffer-create-internal): For the custom-reset-button-menu
10730 case, put the revert button first.
10731 (custom-group-subtitle): New face.
10732 (custom-group-value-create): Align docstring to a specific column.
10733
10734 * wid-edit.el (widget-documentation-link-add): Don't handle
10735 indentation in this function.
10736 (widget-documentation-string-indent-to): New function.
10737 (widget-documentation-string-value-create): Use it.
10738
10739 * autorevert.el (auto-revert):
10740 * epg-config.el (epg):
10741 * ibuffer.el (ibuffer):
10742 * mpc.el (mpc):
10743 * ses.el (ses):
10744 * eshell/eshell.el (eshell):
10745 * net/ange-ftp.el (ange-ftp):
10746 * progmodes/ebnf2ps.el (postscript):
10747 * progmodes/flymake.el (flymake):
10748 * progmodes/prolog.el (prolog):
10749 * progmodes/verilog-mode.el (verilog-mode):
10750 * progmodes/which-func.el (which-func):
10751 * term/xterm.el (xterm):
10752 * textmodes/picture.el (picture):
10753 * textmodes/tildify.el (tildify):
10754 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10755 customization buffers.
10756
583e23bd
AM
107572012-04-22 Alan Mackenzie <acm@muc.de>
10758
10759 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10760 Adding a ) can hide the resulting (..) from searches. Fix it.
10761 Bound the backward search to the position of the existing (.
10762
7dd51bf1
JB
107632012-04-21 Juanma Barranquero <lekktu@gmail.com>
10764
10765 * progmodes/verilog-mode.el (verilog-mode): Check whether
10766 which-func-modes is t before adding verilog-mode.
10767 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10768
d64a438f
LL
107692012-04-21 Leo Liu <sdl.web@gmail.com>
10770
7dd51bf1 10771 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 10772
081e8d65
MV
107732012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10774
10775 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10776 filling of the last column of a table (Bug#5635).
10777 (woman-find-next-control-line): New arg, specifying an additional
10778 regexp component for the control line.
10779 (woman2-roff-buffer): Use it.
10780 (woman-break-table): New function.
10781 (woman2-TS): Use it.
10782
107832012-04-21 Chong Yidong <cyd@gnu.org>
10784
10785 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10786 (woman-horizontal-escapes, woman-negative-vertical-space)
10787 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10788 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10789
ed571ccb
SM
107902012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * minibuffer.el (completion-file-name-table): Complete user names.
10793
39773899
LL
107942012-04-20 Leo Liu <sdl.web@gmail.com>
10795
10796 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10797 and pcase-let*.
10798
de6ff46d
CY
107992012-04-20 Chong Yidong <cyd@gnu.org>
10800
10801 * server.el (server-execute): Respect initial-buffer-choice if it
10802 is a string and there are no files to open (Bug#2825).
10803 (server-create-window-system-frame, server-create-tty-frame):
10804 Don't switch buffers here.
2d0e8e61
CY
10805 (server-process-filter): Only try to open a window system frame if
10806 compiled with graphical support (Bug#8314).
de6ff46d 10807
54071013
DN
108082012-04-20 Dan Nicolaescu <dann@gnu.org>
10809
10810 * battery.el (battery-echo-area-format): Display remaining time
10811 for sysfs backend too (Bug#11269).
10812 (battery-linux-sysfs): Fix conditional for the charge.
10813
f30d612a
CY
108142012-04-20 Chong Yidong <cyd@gnu.org>
10815
c07a4c0b 10816 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
10817 (gdb-inferior-io--init-proc): New function.
10818 (gdb-init-1): Use it.
10819 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10820 responsible for allocating a new pty and hooking it to gdb when
10821 the old pty gets an EIO due to process exit.
10822 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10823 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10824 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10825
2116e93c
EZ
108262012-04-20 Eli Zaretskii <eliz@gnu.org>
10827
10828 * window.el (window-min-size, window-sizable, window-min-delta)
10829 (window-max-delta, window--resizable, window-resizable)
10830 (window-total-size, window-full-height-p, window-full-width-p)
10831 (window-in-direction, window--resize-mini-window, window-resize)
10832 (window--resize-child-windows-normal)
10833 (window--resize-child-windows, window--resize-siblings)
10834 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 10835 (enlarge-window, shrink-window): Doc fixes.
2116e93c 10836
c07a4c0b 108372012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 10838
ef24141c
SM
10839 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10840 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
10841 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10842 pty process (Bug#11273).
10843 (gdb-update): New arg to suppress talking to the gdb process.
10844 (gdb-done-or-error): Use it.
10845 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10846 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10847 sentinel not being called.
10848
10849 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10850
d02766ab
CY
10851 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10852
c07a4c0b 108532012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
10854
10855 * net/network-stream.el (open-network-stream): Doc fix.
10856
c07a4c0b 108572012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
10858
10859 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10860
c07a4c0b 108612012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
10862
10863 Ensure searching for keywords is case sensitive.
10864
10865 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10866 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10867 (c-defun-name, c-mark-function, c-cpp-define-name)
10868 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 10869 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 10870
ef24141c
SM
10871 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10872 Bind case-fold-search to nil.
f0f6bc35 10873
c07a4c0b 108742012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
10875
10876 * mail/sendmail.el (mail-bury): Call return action with the right
10877 Rmail buffer (Bug#11242).
10878
9a864fa2
CY
10879 * server.el (server-process-filter): Handle corner case where both
10880 tty and nowait options are present (Bug#11102).
10881
539aa513
EZ
108822012-04-20 Eli Zaretskii <eliz@gnu.org>
10883
10884 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
10885 (top level): Put into the executable the ident-style '$Id:' tag on
10886 windows-nt as well.
539aa513 10887
cfc7d5da
SM
108882012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * electric.el (electric-indent-post-self-insert-function): Check that
10891 electric-indent-mode is enabled in current buffer.
10892
5b01685c
JB
108932012-04-19 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * imenu.el (imenu-progress-message): Restore; it is "used" in
10896 erc/erc-imenu.el and net/snmp-mode.el.
10897
4d6769e1
JB
108982012-04-19 Juanma Barranquero <lekktu@gmail.com>
10899
10900 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10901 (mouse-avoidance-nudge-mouse): Remove unused binding.
10902
10903 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10904
10905 * descr-text.el (describe-char):
10906 * progmodes/python.el (python-describe-symbol):
10907 Don't call `toggle-read-only', set `buffer-read-only'.
10908
10909 * imenu.el (imenu-default-goto-function): Mark unused args.
10910 (imenu-progress-message): Remove obsolete macro; all callers changed.
10911
10912 * subr.el (keymap-canonicalize): Remove unused binding.
10913 (read-passwd): Mark unused arg.
10914
10915 * tutorial.el (tutorial--display-changes): Remove unused binding.
10916 (tutorial--save-tutorial-to): Remove unused variable.
10917
10918 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10919 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10920 (package-generate-autoloads, package-menu--generate)
10921 (package-menu--find-upgrades): Remove unused bindings.
10922
10923 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10924 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10925 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10926 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10927 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10928 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10929 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10930 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10931 (cua-delete-char-rectangle): Mark unused args.
10932 (cua-align-rectangle): Remove unused binding.
10933
10934 * mail/rmail.el (compilation--message->loc)
10935 (epa--find-coding-system-for-mime-charset): Declare.
10936
10937 * net/dbus.el (dbus-register-service): Declare.
10938 (dbus-name-owner-changed-handler): Remove unused binding.
10939
10940 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10941 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10942 (nxml-scan-backward-within): Mark unused arg.
10943 (nxml-dynamic-markup-word): Remove unused binding.
10944
10945 * mouse.el (mouse-menu-major-mode-map):
10946 * emacs-lisp/authors.el (authors-scan-change-log)
10947 (authors-add-to-author-list):
10948 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10949 * emacs-lisp/smie.el (smie-auto-fill):
10950 * mail/sendmail.el (mail-bury):
10951 * mail/unrmail.el (unrmail):
10952 * net/tls.el (open-tls-stream):
10953 * textmodes/picture.el (picture-mouse-set-point):
10954 Remove unused bindings.
10955
8c8fc5df
MA
109562012-04-19 Michael Albinus <michael.albinus@gmx.de>
10957
10958 * net/tramp.el (tramp-action-password): Let-bind
10959 `enable-recursive-minibuffers' to t.
10960
a77b0ac9
SS
109612012-04-18 Sam Steingold <sds@gnu.org>
10962
10963 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10964 instead of 'string to accommodate values like [f11].
10965 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10966 * progmodes/gdb-mi.el: Likewise.
10967
12a106a9
LL
109682012-04-18 Leo Liu <sdl.web@gmail.com>
10969
10970 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10971 current buffer.
10972 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10973 LOCAL is nil.
10974
bc6494ef
CY
109752012-04-18 Chong Yidong <cyd@gnu.org>
10976
10977 * simple.el (line-move): Use forward-line if in batch mode
10978 (Bug#11053).
10979
c09c46b2
CS
109802012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10981
10982 * files.el (after-find-file): Do not try to add a final newline if
10983 the buffer is read-only (Bug#11156).
10984
5f6530ea
RS
109852012-04-17 Richard Stallman <rms@gnu.org>
10986
10987 * mail/rmail.el (rmail-start-mail):
10988 Pass (rmail-mail-return...) for the return-action.
10989 Pass (rmail-yank-current-message...) for the yank-action.
10990 (rmail-yank-current-message): New function.
10991 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10992 (rmail-reply): Likewise.
10993 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10994
10995 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 10996 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
10997 buffer, not newbuf.
10998
197b6f3c
JB
109992012-04-17 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * server.el (server-ensure-safe-dir): Simplify.
11002
2311d8e5 110032012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 11004
2311d8e5
GM
11005 * emacs-lisp/smie.el: Provide smarter auto-filling.
11006 (smie-auto-fill): New function.
11007 (smie-setup): Use it.
98fb480e 11008
2311d8e5
GM
11009 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11010
110112012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
11012
11013 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11014 (comment-indent): Use it.
11015
2311d8e5 110162012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
11017
11018 * ses.el: The overall change is to add cell renaming, that is
11019 setting fancy names for cell symbols other than name matching
11020 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 11021 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 11022 (ses-create-cell-variable): New defun.
2311d8e5 11023 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
11024 (ses-relocate-formula): Relocate formulas only for cells the
11025 symbols of which are not renamed, i.e. symbols whose names do not
11026 match regexp "\\`[A-Z]+[0-9]+\\'".
11027 (ses-relocate-all): Relocate values only for cells the symbols of
11028 which are not renamed.
11029 (ses-load): Create cells variables as the (ses-cell ...) are read,
11030 in order to check row col consistency with cell symbol name only
11031 for cells that are not renamed.
11032 (ses-replace-name-in-formula): New defun.
11033 (ses-rename-cell): New defun.
4bdf2ad2 11034
fc72b15c
PO
110352012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11036
11037 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11038 New option (bug#11118).
11039 (perl-calculate-indent): Respect it.
11040
12e10e61
GM
110412012-04-17 Glenn Morris <rgm@gnu.org>
11042
11043 * dired-aux.el (dired-mark-read-string): Doc fix.
11044
30009afd
DA
110452012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11046
11047 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11048 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11049
41f03f4d
GM
110502012-04-17 Glenn Morris <rgm@gnu.org>
11051
11052 * mouse.el (mouse-drag-track):
11053 * speedbar.el (speedbar-frame-mode):
11054 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11055
f45f90f3
LL
110562012-04-16 Leo Liu <sdl.web@gmail.com>
11057
11058 * progmodes/python.el: Trivial cleanup.
11059
94ee8db5
GM
110602012-04-16 Glenn Morris <rgm@gnu.org>
11061
121b8917
GM
11062 * vc/vc.el (vc-string-prefix-p):
11063 * vc/pcvs-util.el (cvs-string-prefix-p):
11064 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11065 * mpc.el (mpc-string-prefix-p):
11066 Make all of these into obsolete aliases for string-prefix-p.
11067 Update callers.
11068 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11069
1197ecfa
GM
11070 * textmodes/two-column.el: Move custom options to the start.
11071 (frame-width): Remove compat definition.
11072 (2C-associate-buffer, 2C-dissociate):
11073 Use with-current-buffer rather than save-excursion.
11074 (2C-dissociate): Force a mode-line update.
11075 (2C-autoscroll): Use ignore-errors.
11076
099e7202
GM
11077 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11078 Autoload trivia.
11079
bf350d6a
GM
11080 * emacs-lisp/cl-extra.el (*random-state*):
11081 Remove unnecessary declaration.
11082
0e829eab
GM
11083 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11084
e3ad7552
GM
11085 * play/cookie1.el (cookie-snarf):
11086 Give an explicit error if input file cannot be read.
11087
68892d27
GM
11088 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11089
20f0c46d
GM
11090 * progmodes/perl-mode.el (c-macro-expand):
11091 Remove unnecessary autoload (it is in loaddefs.el).
11092
5a0978ce
GM
11093 * textmodes/picture.el (picture-desired-column)
11094 (picture-update-desired-column): Convert comments to doc-strings.
11095 (picture-substitute): Remove function.
11096 (picture-mode-map): Initialize in the defvar.
11097
6b955486
GM
11098 * woman.el: Remove eval-after-load for tar-mode.
11099 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11100 (woman-tar-extract-file): Autoload it.
11101
94ee8db5
GM
11102 * frame.el (automatic-hscrolling): Make this alias obsolete.
11103
177eca34
AM
111042012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11105
090bd7cb 11106 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 11107 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
11108 (ispell-dictionary-base-alist): Revert to original XEmacs
11109 friendly version for default. [:alpha:] will be added in
090bd7cb 11110 `ispell-set-spellchecker-params' if needed.
177eca34 11111
c505aaeb
CY
111122012-04-16 Chong Yidong <cyd@gnu.org>
11113
b19dd9d1 11114 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
11115 (imagemagick-register-types): Use it.
11116 (imagemagick-types-inhibit): Add :set function. Allow new value
11117 of t to inhibit all types.
11118
11119 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11120 so we can preload it.
11121
11122 * loadup.el (fboundp): Preload regexp-opt, needed by
11123 imagemagick-register-types.
11124
60efac0f
CY
111252012-04-15 Chong Yidong <cyd@gnu.org>
11126
11127 * frame.el (scrolling): Remove nearly unused customization group.
11128
11129 * scroll-all.el (scroll-all-mode): Move to windows group.
11130
5dd1713e
CY
111312012-04-15 Chong Yidong <cyd@gnu.org>
11132
11133 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11134
e6fd457e
CY
111352012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 11138 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 11139
e153c136
GM
111402012-04-15 Glenn Morris <rgm@gnu.org>
11141
11142 * simple.el (process-file-side-effects): Doc fix.
11143
e6fd457e 111442012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
11145
11146 * international/mule-cmds.el (set-language-environment): Doc fix.
11147
3603c3b1
JB
111482012-04-14 Juanma Barranquero <lekktu@gmail.com>
11149
11150 * server.el (server-auth-key, server-generate-key): Doc fixes.
11151 (server-get-auth-key): Doc fix. Use `string-match-p'.
11152 (server-start): Reflow docstring.
11153
e6de100c
LI
111542012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
11155
11156 * server.el (server-generate-key): `called-interactively-p'
11157 requires a parameter.
11158
29734c21
MN
111592012-04-14 Michal Nazarewicz <mina86@mina86.com>
11160
11161 * server.el (server-auth-key): New variable.
75f1671a 11162 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
11163 (server-start): Use the new variable and functions to allow
11164 setting a permanent server key (bug#9423).
11165
d65c9521
LL
111662012-04-14 Leo Liu <sdl.web@gmail.com>
11167
11168 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11169
5ae255c7
PE
111702012-04-14 Paul Eggert <eggert@cs.ucla.edu>
11171
11172 Spelling fixes.
11173 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11174 Emacs uses American spelling.
11175
d5e6342e
JB
111762012-04-14 Juanma Barranquero <lekktu@gmail.com>
11177
11178 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11179 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
11180 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11181 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
11182
ab036cd7
SM
111832012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * progmodes/which-func.el (which-func-modes): Change default.
11186
35dc09a1 111872012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
11188
11189 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11190 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11191
35dc09a1 111922012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
11193
11194 * custom.el (custom-theme-set-variables): Doc fix.
11195
35dc09a1 111962012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
11197
11198 * international/mule.el (set-auto-coding-for-load): Doc fix.
11199
35dc09a1 112002012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 11201
35dc09a1
GM
11202 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11203 imenu work again for Objective C Mode. Correct the *-index values,
11204 these having been disturbed by a previous change in 2011-08.
57f845ee 11205
0de3da9f
AM
11206 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11207 Correct two search limits.
11208
35dc09a1 112092012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
11210
11211 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11212
35dc09a1 112132012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
11214
11215 * international/characters.el: Fix sorting.
11216
35dc09a1 112172012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
11218
11219 * international/characters.el: Add more missing Latin case pairs.
11220
35dc09a1 112212012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
11222
11223 * files.el (dir-locals-set-class-variables): Doc fix.
11224
35dc09a1 112252012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 11226
3f1b5bf8
EZ
11227 * international/characters.el: Add set-case-syntax-pair call for
11228 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11229 counterpart. (Bug#11209)
11230
9f847f41
EZ
11231 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
11232
35dc09a1 112332012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
11234
11235 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11236
35dc09a1 112372012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 11238
35dc09a1
GM
11239 * textmodes/ispell.el (ispell-dictionary-base-alist):
11240 Add data for Hebrew.
e2627d21 11241
35dc09a1 112422012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 11243
35dc09a1
GM
11244 * net/rcirc.el (rcirc-cmd-quit):
11245 Revert 2012-03-18 change (Bug#11192).
5c14e333 11246
35dc09a1 112472012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
11248
11249 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
11250
35dc09a1 112512012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 11252
4517fe3a
SM
11253 * minibuffer.el (completion-in-region-mode-map):
11254 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 11255
b472a594
VD
112562012-04-13 Vivek Dasmohapatra <vivek@etla.org>
11257
11258 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
11259
09b95ce3
MY
112602012-04-13 Masatake YAMATO <yamato@redhat.com>
11261
11262 * minibuffer.el (minibuffer-local-filename-syntax): New variable
11263 to allow `C-M-f' and `C-M-b' to move to the nearest path
11264 separator (bug#9511).
11265
4b63a9ca
LI
112662012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
11267
11268 * avoid.el: Require cl when compiling. And also move the
11269 `provide' to the end.
11270
7b55b8bf
TV
112712012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11272
11273 * avoid.el (mouse-avoidance-banish-position): New variable.
11274 (mouse-avoidance-banish-destination): Use it (bug#10165).
11275
adedaa1f
LL
112762012-04-13 Leo Liu <sdl.web@gmail.com>
11277
11278 * progmodes/which-func.el (which-func-modes): Add objc-mode.
11279
70e74021
KB
112802012-04-13 Ken Brown <kbrown@cornell.edu>
11281
11282 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 11283 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
11284 (browse-url-filename-alist): For the same reason, don't modify
11285 file:// URLs on Cygwin.
11286
e75e89ba
SM
112872012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
11290 the region on shift if the binding is already shifted (bug#11221).
11291
82f289a4
GM
112922012-04-12 Glenn Morris <rgm@gnu.org>
11293
11294 * mail/mailpost.el: Move to obsolete/.
11295
d333dc4c
DA
112962012-04-12 Drew Adams <drew.adams@oracle.com>
11297
11298 * imenu.el (imenu--generic-function): Ignore invisible definitions
11299 (bug#10123).
11300
0d15b5ba
VD
113012012-04-12 Vivek Dasmohapatra <vivek@etla.org>
11302
11303 * hexl.el (hexl-bits): New variable.
11304 (hexl-options): Mention the variable in the doc string.
75f1671a 11305 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 11306 (hexl-mode): Mention the new variable.
75f1671a
JB
11307 (hexl-mode, hexl-current-address, hexl-current-address):
11308 Use the displen.
0d15b5ba
VD
11309 (hexl-ascii-start-column): New function.
11310 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
11311 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
11312
64a440db
AM
113132012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11314
11315 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
11316 '("-i" ENCODING), in 2 separate command-line arguments, to specify
11317 the encoding, as expected by hunspell.
11318
6decb6c2
SM
113192012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * battery.el (battery--linux-sysfs-regexp): New const.
11322 (battery-status-function): Use it. Remove yeeloong special case.
11323 (battery-yeeloong-sysfs): Remove.
11324 (battery-echo-area-format): Remove yeeloong special case.
11325
088be6fb
SM
113262012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11327
6622e416
SM
11328 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
11329 Reported by Noah Friedman.
11330
088be6fb
SM
11331 * subr.el (read-passwd): Use read-string.
11332
b49f886e
LMI
113332012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11334
11335 * vcursor.el (vcursor-move): Increase the priority of the overlay
11336 (bug#9663).
11337
a63067fc
DD
113382012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11339
11340 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
11341 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
11342
ac3cf14a
WS
113432012-04-11 William Stevenson <yhvh2000@gmail.com>
11344
11345 * textmodes/artist.el (artist-mode): Convert artist-mode to use
11346 define-minor-mode (bug#10760).
11347
c4fc691b 113482012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 11349
4d6769e1 11350 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
11351 that directories matching `grep-find-ignored-files' won't be
11352 pruned (bug#10351).
11353
af23e2e5
CY
113542012-04-11 Chong Yidong <cyd@gnu.org>
11355
11356 * startup.el (command-line): Remove support for long-obsolete
11357 variable font-lock-face-attributes.
11358
ab7ce8c1
GM
113592012-04-11 Glenn Morris <rgm@gnu.org>
11360
11361 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11362
de8c03dc
SM
113632012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * window.el (window--state-get-1): Obey window-point-insertion-type.
11366
050cc68b
LB
113672012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
11368
11369 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11370 to previous function when point is on the first character of a
75f1671a 11371 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 11372
a38c310c
GM
113732012-04-11 Glenn Morris <rgm@gnu.org>
11374
effed0c2
GM
11375 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11376 not just file-errors.
11377
a38c310c
GM
11378 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11379 (vc-bzr-sha1): Use internal sha1.
11380
0221e323
SM
113812012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
11384
43956923
SG
113852012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
11386
11387 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
11388 that start in the middle of the line (bug#10496).
11389
6a8c9eaf
DN
113902012-04-10 Dan Nicolaescu <dann@gnu.org>
11391
11392 * battery.el (battery-linux-proc-acpi): Only one battery is
11393 discharged at a time, but that seems to confuse battery.el when
11394 computing `rate-type' for the battery not being discharged
11395 (bug#10332).
11396
1930bf5d
SM
113972012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11398
2a718f6f
SM
11399 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11400
599430d0
SM
11401 * international/quail.el: Use dolist and simplify.
11402 (quail-define-package, quail-update-keyboard-layout)
11403 (quail-define-rules): Use dolist.
11404 (quail-insert-kbd-layout, quail-get-translation): CSE.
11405
a2754b6c
SM
11406 * tmm.el: Use dolist, remove left over hook.
11407 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
11408 Use dolist.
11409 (calendar-load-hook): Don't mess with it.
11410
1930bf5d
SM
11411 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
11412 Use derived-mode-p. Run the diff asynchronously.
11413
9f67961c
LMI
114142012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11415
11416 * obsolete/mouse-sel.el: Add an Obsolete-since header.
11417
2a8ce227
JB
114182012-04-10 Juanma Barranquero <lekktu@gmail.com>
11419
11420 * misc.el: Display absolute path of loaded DLLs (bug#10424).
11421 (list-dynamic-libraries--loaded): New function.
11422 (list-dynamic-libraries--refresh): Use it.
11423
8f33b5f8
NW
114242012-04-10 Nathan Weizenbaum <nweiz@google.com>
11425
1930bf5d
SM
11426 * progmodes/python.el (python-fill-paragraph):
11427 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
11428 disabled (bug#7018).
11429
b12f0439
L
114302012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
11431
1930bf5d 11432 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
11433 DOS/MS Windows for the Baltic languages. There are still plenty
11434 of texts written in this encoding/codepage (bug#6519).
b12f0439 11435
57c3bd01
GM
114362012-04-10 Glenn Morris <rgm@gnu.org>
11437
11438 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
11439 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
11440
6c3eab30
FA
114412012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
11442
1930bf5d 11443 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
11444 next-line "n" and previous-line "p" in order to make recentf more
11445 consistent with ibuffer, dired or org-mode (bug#9387).
11446
24d78a88
LMI
114472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11448
bc72b5d9
LMI
11449 * image.el (put-image): Return the overlay created instead of the
11450 optional input string (bug#7834). Note that this may break code
11451 that is (for some reason or other) depending on `put-image'
11452 returning the string.
11453
bd2dba5a
LMI
11454 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
11455
74beb59f
LMI
11456 * simple.el (zap-to-char): Allow zapping using input methods
11457 (bug#1580).
11458
24d78a88
LMI
11459 * textmodes/fill.el (fill-region): Leave point and mark where they
11460 were before filling (bug#5399).
11461
263f20cd
GM
114622012-04-09 Glenn Morris <rgm@gnu.org>
11463
11464 * version.el (emacs-bzr-get-version):
11465 Handle lightweight checkouts of local branches.
11466
58d1f797
AS
114672012-04-09 Andreas Schwab <schwab@linux-m68k.org>
11468
263f20cd 11469 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 11470
b4d3bc10
CY
114712012-04-09 Chong Yidong <cyd@gnu.org>
11472
11473 * custom.el (custom-variable-p): Return nil for non-symbol
11474 arguments instead of signaling an error.
11475 (user-variable-p): Obsolete alias for custom-variable-p.
11476
11477 * apropos.el (apropos-variable):
11478 * files-x.el (read-file-local-variable):
11479 * simple.el (set-variable):
11480 * woman.el (woman-mini-help):
11481 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
11482
fd06db5d
GM
114832012-04-09 Glenn Morris <rgm@gnu.org>
11484
e5fcdb5e
GM
11485 * startup.el (normal-top-level): Don't look for leim-list.el
11486 in places where it will not be found. (Bug#910)
11487
fd06db5d
GM
11488 * international/mule-cmds.el (set-default-coding-systems):
11489 * files.el (normal-mode):
11490 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
11491 This function was removed with ucs-tables.el in 2008.
11492
b39bb7e1
EZ
114932012-04-08 Eli Zaretskii <eliz@gnu.org>
11494
11495 * textmodes/ispell.el (ispell-check-version): For hunspell, set
11496 ispell-encoding8-command to "-i", without a trailing space.
11497 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
11498 separate command-line arguments, to specify the encoding, since
11499 that's how hunspell expects it.
11500
5c5b8e23
GM
115012012-04-08 Glenn Morris <rgm@gnu.org>
11502
11503 * loadup.el: Load bindings before cus-start.
11504 This reduces somewhat the number of "rogue" settings in emacs -Q.
11505
a1ed8b05
GM
115062012-04-07 Glenn Morris <rgm@gnu.org>
11507
11508 * version.el (emacs-bzr-get-version): New function.
dfae128a 11509 (emacs-bzr-version): New variable.
a1ed8b05
GM
11510 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
11511 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
11512
b142f158
EZ
115132012-04-07 Eli Zaretskii <eliz@gnu.org>
11514
dfae128a
GM
11515 * international/uni-bidi.el, international/uni-category.el:
11516 * international/uni-combining.el, international/uni-decimal.el:
11517 * international/uni-decomposition.el, international/uni-digit.el:
11518 * international/uni-lowercase.el, international/uni-mirrored.el:
11519 * international/uni-name.el, international/uni-numeric.el:
11520 * international/uni-titlecase.el, international/uni-uppercase.el:
11521 Update for Unicode 6.1.
b142f158 11522
9078ead6
EZ
115232012-04-07 Eli Zaretskii <eliz@gnu.org>
11524
11525 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
11526
f23d2c7d
LMI
115272012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11528
11529 * window.el (shrink-window): Mention the `window-min-height'
11530 variable in the doc string.
11531
0a0a3573
BG
115322012-04-05 Bastien Guerry <bzg@altern.org>
11533
11534 * color.el (color-lighten-name): Fix typo.
11535
e5248ac9
SM
115362012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * server.el (server--on-display-p): New function.
11539 (server--on-display-p): Use it.
11540
b4243e22
GV
115412012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
11542
11543 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
11544 (bug#11145).
11545
305d9f44
SM
115462012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * comint.el (comint--common-quoted-suffix): Check string boundary
11549 before comparing (bug#11158).
11550 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
11551
3d439cd1
CY
115522012-04-04 Chong Yidong <cyd@gnu.org>
11553
321cc491
CY
11554 * minibuffer.el (completion-extra-properties): Doc fix.
11555
3d439cd1
CY
11556 * subr.el (delayed-warnings-hook): Doc fix.
11557
2d562c0f
DU
115582012-04-04 Daiki Ueno <ueno@unixuser.org>
11559
11560 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
11561 selection (Bug#11159).
11562 (epa-insert-keys): Inform that the default public key will be
11563 exported if no key is selected.
11564
4443f204
RS
115652012-04-04 Richard Stallman <rms@gnu.org>
11566
11567 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
11568
529c06b6
CY
115692012-04-03 Chong Yidong <cyd@gnu.org>
11570
11571 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
11572 mail-insert-file, not its obsolete alias mail-attach-file.
11573
66b907dc
MA
115742012-04-03 Michael Albinus <michael.albinus@gmx.de>
11575
11576 * notifications.el (notifications-notify): Fix docstring.
11577
c0ea195d
GM
115782012-04-02 Glenn Morris <rgm@gnu.org>
11579
11580 * emacs-lisp/authors.el (authors-aliases): Another addition.
11581
5ca64e00
MA
115822012-04-02 Michael Albinus <michael.albinus@gmx.de>
11583
11584 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
11585 `tramp-compat-call-process' instead of `tramp-local-call-process'.
11586 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
11587
42ee526b
CY
115882012-04-01 Chong Yidong <cyd@gnu.org>
11589
11590 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
11591 Handle root directory properly.
11592 (copy-directory): Caller changed.
11593
11594 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11595 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
11596
0b021094
GM
115972012-03-31 Glenn Morris <rgm@gnu.org>
11598
40f86458
GM
11599 * term/xterm.el (xterm-extra-capabilities): Doc fix.
11600
7019c177
GM
11601 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
11602
a1daddd6
GM
11603 * calendar/calendar.el (calendar-window-list)
11604 (calendar-hide-window): Restore. (Bug#11140)
11605 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
11606
0b021094
GM
11607 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
11608
40311efc
TV
116092012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11610
11611 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11612 Check if file is a symlink (Bug#10489).
11613
11614 * files.el (copy-directory): Likewise.
11615
5319014e
CY
116162012-03-30 Chong Yidong <cyd@gnu.org>
11617
11618 * image.el (imagemagick-types-inhibit)
11619 (imagemagick-register-types): Doc fix.
11620
935d1290
AM
116212012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11622
090bd7cb 11623 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 11624 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 11625 and treats ~word as ordinary words in pipe mode.
935d1290 11626
61c6e8fd
GM
116272012-03-30 Glenn Morris <rgm@gnu.org>
11628
11629 * tutorial.el (help-with-tutorial): Ensure local variables don't
11630 happen to make the buffer read-only. (Bug#11127)
11631
81fdff00
SM
116322012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
11635 (perl-calculate-indent): Return `noindent' in strings.
11636
6e7a6ec0
SS
116372012-03-28 Sam Steingold <sds@gnu.org>
11638
11639 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
11640 instead of the broken adhockery which does not prevent calendar
11641 buffers from being displayed at random after exit.
11642 (calendar-window-list, calendar-hide-window): Remove the broken
11643 adhockery.
11644
fee88ca0
GM
116452012-03-28 Glenn Morris <rgm@gnu.org>
11646
11647 * replace.el (query-replace-map): Doc fix.
11648
38de3354
AS
116492012-03-28 Andreas Schwab <schwab@linux-m68k.org>
11650
11651 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11652 contents. (Bug#11109)
11653
b973155e
SM
116542012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11657 (bug#11077).
11658 (avl-tree--check, avl-tree--check-node): New funs.
11659
dcb6e7b3
MR
116602012-03-27 Martin Rudalics <rudalics@gmx.at>
11661
11662 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
11663 (switch-to-prev-buffer, switch-to-next-buffer):
11664 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
11665 showing a buffer already is done on the same frame.
11666
b4fa35fa
GM
116672012-03-27 Glenn Morris <rgm@gnu.org>
11668
11669 * startup.el (mail-host-address): Doc fix.
11670
f9210e18
SM
116712012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11674 than 197 variables.
11675
c0bf7753
AF
116762012-03-26 Ami Fischman <ami@fischman.org>
11677
11678 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11679
33da7b16
GM
116802012-03-26 Glenn Morris <rgm@gnu.org>
11681
02243d9d
GM
11682 * files.el (save-buffers-kill-emacs): Doc fix.
11683
33da7b16
GM
11684 * startup.el (normal-top-level, command-line, command-line-1):
11685 Give them doc strings.
11686
e5a69fd0
EZ
116872012-03-25 Eli Zaretskii <eliz@gnu.org>
11688
11689 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 11690 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 11691
9a69676a
CY
116922012-03-25 Chong Yidong <cyd@gnu.org>
11693
4125cb8b
CY
11694 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11695 theme if it was previously enabled before (Bug#11031).
11696
dd470960
CY
11697 * cus-theme.el (custom-theme-write-faces): Retrieve current face
11698 spec with custom-face-get-current-spec if its :shown-value is not
11699 determined yet (Bug#9337).
4125cb8b 11700 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 11701
9a69676a
CY
11702 * button.el (button-at): Minor addition to docstring.
11703
6e7e90fa
SL
117042012-03-24 Simon Leinen <simon.leinen@gmail.com>
11705
11706 * vc/vc.el (vc-merge): Fix a prompt.
11707
f06e2758
CY
117082012-03-24 Chong Yidong <cyd@gnu.org>
11709
11710 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11711 point (Bug#9623).
11712
6e7e90fa
SL
11713 * button.el (button-at): Minor addition to docstring.
11714
b9d0879b
SM
117152012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * newcomment.el (comment-choose-indent): No space after BOL.
11718
e71cebb3
SS
117192012-03-22 Sam Steingold <sds@gnu.org>
11720
11721 * window.el (switch-to-prev-buffer): Revert last patch because the
11722 bug turned out to be an advertised feature (Elisp manual 28.14).
11723
335aff35
GM
117242012-03-22 Glenn Morris <rgm@gnu.org>
11725
11726 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
11727 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11728
c676576a
LMI
117292012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11730
11731 * net/network-stream.el (network-stream-open-starttls): Make error
11732 message under Windows be less misleading.
11733
126f3d39
LW
117342012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
11735
11736 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11737 understands (bug#9942).
11738
64fee311
CY
117392012-03-22 Chong Yidong <cyd@gnu.org>
11740
11741 * simple.el (end-of-visible-line): Handle return value of
11742 next-single-property-change properly (Bug#9371).
11743
a640d29a
KH
117442012-03-22 Kenichi Handa <handa@m17n.org>
11745
11746 * international/quail.el (quail-insert-kbd-layout): Fix previous
11747 change. To avoid unwanted bidi reordering, use
11748 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11749
39675016
DG
117502012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11751
11752 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11753 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11754 (ruby-beginning-of-indent): Be more careful with the difference
11755 between word-boundary and symbol boundary.
11756 (ruby-mode-syntax-table): Make : a symbol constituent.
11757
0a6934fc 117582012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 11759
3d008e4f
SM
11760 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11761
0a6934fc
SM
117622012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11763
af67c9d7
SM
11764 * progmodes/etags.el (tags-completion-at-point-function):
11765 Improve last fix.
11766
1acad97c
SM
11767 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11768
e298b5da
SS
117692012-03-21 Sam Steingold <sds@gnu.org>
11770
11771 * progmodes/etags.el (tags-completion-at-point-function):
11772 Avoid the error when point is inside the pattern.
11773
91d82a70
JY
117742012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11775
11776 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11777 line (Bug#10855).
11778
69188b79
CY
117792012-03-21 Drew Adams <drew.adams@oracle.com>
11780
11781 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11782
99fc91fe
AK
117832012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11784
11785 * ido.el (ido-set-current-directory, ido-read-internal)
11786 (ido-choose-completion-string, ido-completion-help): Handle nil
11787 value of ido-completion-buffer (Bug#11008).
11788
087bbb4c
SS
117892012-03-21 Sam Steingold <sds@gnu.org>
11790
11791 * window.el (switch-to-prev-buffer): Do not switch to a visible
11792 window previous buffer, just like with the frame previous buffers.
11793
fb5b8aca
CY
117942012-03-21 Chong Yidong <cyd@gnu.org>
11795
11796 * faces.el (make-face, make-empty-face, copy-face):
11797 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11798 Doc fixes.
11799
dc9924b8
SM
118002012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11803 (widget-complete): Remove broken use of it.
11804
f0bcceb9
CY
118052012-03-20 Chong Yidong <cyd@gnu.org>
11806
dc9924b8
SM
11807 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11808 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
11809 characters.
11810
ee52ebf3
TH
118112012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11812
11813 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11814 to draw rectangles, not squares. (Regression introduced by revno
11815 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11816
4c5779ab
CY
118172012-03-18 Chong Yidong <cyd@gnu.org>
11818
11819 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11820 it is not yet defined (for temacs).
11821
15360934
LL
118222012-03-18 Leo Liu <sdl.web@gmail.com>
11823
735135f9
PE
11824 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11825 prefix.
15360934 11826
d9a8eb66
EZ
118272012-03-17 Eli Zaretskii <eliz@gnu.org>
11828
11829 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11830 (ispell-choices-win-default-height, ispell-silently-savep)
11831 (ispell-dictionary-alist, ispell-encoding8-command)
11832 (ispell-check-version, ispell-aspell-find-dictionary)
11833 (ispell-valid-dictionary-list, ispell-words-keyword)
11834 (ispell-get-word, ispell-internal-change-dictionary)
11835 (ispell-region, ispell-skip-region-list)
11836 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11837 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11838 (ispell-message-text-end, ispell-message)
11839 (ispell-buffer-local-parsing): Doc fix.
11840
f02ff80d
J
118412012-03-13 Jambunathan K <kjambunathan@gmail.com>
11842
11843 * htmlfontify.el: Add support for code block fontification for ODT
11844 export (Bug #9914).
11845 (hfy-optimisations): Define new option
11846 `body-text-only'
11847 (hfy-fontify-buffer): Honor above setting.
11848 (hfy-begin-span, hfy-end-span): New routines factored out form
11849 `hfy-fontify-buffer'.
11850 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11851 that permit insertion of custom tags.
11852 (hfy-fontify-buffer): Use above handlers.
11853 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11854 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 11855 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 11856 over multiple runs. This is made possible by having the caller let
f02ff80d
J
11857 bind a special variable `hfy-user-sheet-assoc'.
11858 (htmlfontify-string): New defun.
11859 (hfy-compile-face-map): Make sure that the last char in the
11860 buffer is correctly fontified.
11861 (hfy-face-resolve-face): Whitespace only change.
11862
9ac7a13f
EZ
118632012-03-17 Eli Zaretskii <eliz@gnu.org>
11864
11865 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11866 message more clear.
11867
e2b5bdd7
LL
118682012-03-16 Leo Liu <sdl.web@gmail.com>
11869
11870 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11871
2e492df3
AM
118722012-03-16 Alan Mackenzie <acm@muc.de>
11873
677d5c92 11874 Further optimize the handling of large macros.
2e492df3
AM
11875
11876 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11877 limit to a call of `c-literal-limits'.
11878 (c-determine-+ve-limit): New function.
dc9924b8
SM
11879 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11880 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
11881 In CASE 5B, restrict a search limit to 500.
11882 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11883
11884 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11885 Restrict macro bounds to +-500 from after-change's BEG END.
11886
50e94f0c
LL
118872012-03-16 Leo Liu <sdl.web@gmail.com>
11888
11889 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11890
6f09f6ed
AH
118912012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11892
11893 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 11894 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 11895
c7e73d51
GM
118962012-03-16 Glenn Morris <rgm@gnu.org>
11897
da986230
GM
11898 * view.el (view-buffer, view-buffer-other-window)
11899 (view-buffer-other-frame): Doc fixes re special mode-class.
11900
0835f01e
GM
11901 * subr.el (eval-after-load): If named feature is provided not from
11902 a file, run after-load forms. (Bug#10946)
11903
c7e73d51
GM
11904 * calendar/calendar.el (calendar-insert-at-column):
11905 Handle non-unit-width characters a bit better. (Bug#10978)
11906
3f2eafd1
CY
119072012-03-15 Chong Yidong <cyd@gnu.org>
11908
11909 * emacs-lisp/ring.el (ring-extend): New function.
11910 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11911
11912 * comint.el (comint-read-input-ring)
11913 (comint-add-to-input-history): Grow comint-input-ring lazily.
11914
103af3fe
SM
119152012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11916
663b1677
SM
11917 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11918 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11919
103af3fe
SM
11920 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11921 (imenu-add-to-menubar): Don't add a redundant index.
11922 (imenu-update-menubar): Handle a dynamically composed keymap.
11923
899cb7cb
KY
119242012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11925
11926 * mail/sendmail.el (mail-encode-header):
11927 Bind rfc2047-encode-encoded-words to nil.
11928
3809f91d
GM
119292012-03-13 Glenn Morris <rgm@gnu.org>
11930
11931 * calendar/calendar.el (calendar-string-spread):
11932 Handle non-unit-width characters a bit better. (Bug#10978)
11933
9e345a01
LL
119342012-03-13 Leo Liu <sdl.web@gmail.com>
11935
11936 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11937 directory and file as argument (Bug#10822).
11938
4a07df36
KS
119392012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11940
11941 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11942 For dynamically generated code, follow $PC.
11943 (gdb-disassembly-handler-custom): Handle no function name case.
11944
4aaa9356
TL
119452012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11946
11947 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11948 * emulation/ws-mode.el (ws-query-replace):
11949 * sort.el (sort-regexp-fields):
11950 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11951
225979da
SM
119522012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * dabbrev.el: Fix cycle completion order (bug#10963).
11955 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11956 (dabbrev-completion): Don't use an obarray; provide
11957 a cycle-sort-function.
11958
e2f1fdab
LL
119592012-03-12 Leo Liu <sdl.web@gmail.com>
11960
dc9924b8 11961 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
11962 (kill-do-not-save-duplicates): Doc fix.
11963
b19490ed
SM
119642012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * dabbrev.el: Fix cycle completion (bug#10963).
11967 Use lexical binding and wrap to 80 columns.
11968 (dabbrev-completion): Delay computing the list of completions.
11969
4b05d722
KH
119702012-03-12 Kenichi Handa <handa@m17n.org>
11971
11972 * international/quail.el (quail-insert-kbd-layout): Surround each
11973 row by LRO and PDF instead of inserting many LRMs. Pad the left
11974 and right of each non-spacing marks. Insert invisible space
11975 between lower and upper characters to prevent composition.
11976
dbbc2e69
SM
119772012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * minibuffer.el (minibuffer-complete): Don't get confused when the
11980 function is run twice via different commands (bug#10958).
11981 (complete-with-action): Fix docstring.
11982
292112ed
CY
119832012-03-12 Chong Yidong <cyd@gnu.org>
11984
5d1ac394
CY
11985 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11986 (nxml-completion-at-point-function): New function.
11987 (nxml-mode): Use it.
11988 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11989
292112ed
CY
11990 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11991 Load generated autoloads file before byte compiling (Bug#10970).
11992 (package--make-autoloads-and-compile): New helper fun.
11993
4098f8f7
CS
119942012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11995
11996 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11997
8f754691
MA
119982012-03-11 Michael Albinus <michael.albinus@gmx.de>
11999
12000 * autorevert.el (auto-revert-handler): Ensure, that
12001 file-readable-p is applied only for local files or in
12002 auto-revert-tail-mode.
12003
e29ab36b
AS
120042012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12005
dbbc2e69
SM
12006 * server.el (server-eval-at): Handle non-tcp connections.
12007 Decode result string.
ad0bf5b6 12008
e29ab36b
AS
12009 * server.el (server-msg-size): New constant.
12010 (server-reply-print): New function.
12011 (server-eval-and-print): Use it.
12012 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12013 Handle -print-nonl.
12014
de5939ba
CS
120152012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12016
12017 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12018 (Bug#10987).
12019
0c93eabf
CY
120202012-03-11 Chong Yidong <cyd@gnu.org>
12021
397a688f
CY
12022 * simple.el (goto-line): Doc fix (Bug#9938).
12023
2cc775f9
CY
12024 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12025
0c93eabf
CY
12026 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12027 when finished (Bug#10963).
12028
c491fa41
MR
120292012-03-11 Martin Rudalics <rudalics@gmx.at>
12030
12031 * window.el (split-window-below): Fix bug in case where
12032 split-window-keep-point is nil (Bug#10971).
12033
300e8fa5
JL
120342012-03-11 Juri Linkov <juri@jurta.org>
12035
12036 * replace.el (replace-highlight): Set isearch-word to nil
12037 unconditionally. (Bug#10887)
12038
dbf6c5a1
EZ
120392012-03-10 Eli Zaretskii <eliz@gnu.org>
12040
12041 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12042 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 12043 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
12044 (mairix-widget-create-query): Add usage information about mairix
12045 search forms: negating words, searching for substrings, etc.
12046
b9e501de
JP
120472012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12048
12049 * international/fontset.el (font-encoding-alist): Add an entry for
12050 ksx1001 (Bug#5667).
12051
92795c91
RS
120522012-03-10 Richard Stallman <rms@gnu.org>
12053
1694e6c1
RS
12054 * mail/sendmail.el (mail-encode-header):
12055 Set rfc2047-encode-encoded-words.
12056
607e8555
RS
12057 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12058
de3bc99a
RS
12059 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12060 view buffer means not swapped.
12061 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12062 (rmail-write-region-annotate): Error if real text has disappeared.
12063
92795c91
RS
12064 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12065
699bd04e
CY
120662012-03-10 Chong Yidong <cyd@gnu.org>
12067
12068 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
12069 * emulation/cua-base.el (cua--init-keymaps):
12070 Add delete-forward-char to remappings (Bug#9666).
699bd04e 12071
570a1714
MR
120722012-03-10 Martin Rudalics <rudalics@gmx.at>
12073
dbbc2e69
SM
12074 * speedbar.el (speedbar-unhighlight-one-tag-line):
12075 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 12076
82dcf4e4
CY
120772012-03-10 Chong Yidong <cyd@gnu.org>
12078
7a2c7ca7
CY
12079 * minibuffer.el (completion-in-region, completion-help-at-point):
12080 Give the completion field overlay a high priority (Bug#6830).
12081
82dcf4e4
CY
12082 * dired.el (dired-goto-file): Recognize absolute file name
12083 listings (Bug#7126).
12084 (dired-goto-file-1): New helper function.
12085 (dired-toggle-read-only): Inhibit warnings.
12086
052e28ac
MA
120872012-03-09 Michael Albinus <michael.albinus@gmx.de>
12088
75f1671a 12089 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
12090 there are no properties.
12091
95d5e396
LL
120922012-03-09 Leo Liu <sdl.web@gmail.com>
12093
12094 * savehist.el (savehist-printable): Stricter check for string
12095 value (Bug#10937).
12096
3f018d6d
EZ
120972012-03-09 Eli Zaretskii <eliz@gnu.org>
12098
dbbc2e69
SM
12099 * mail/smtpmail.el (smtpmail-send-it):
12100 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
12101 valid mbox format.
12102
f7fd3d79
GM
121032012-03-09 Glenn Morris <rgm@gnu.org>
12104
12105 * files.el (dir-locals-find-file):
12106 Don't check result is regular, readable.
12107 (dir-locals-read-from-file): Demote errors.
12108
6ff6e72f
EZ
121092012-03-08 Eli Zaretskii <eliz@gnu.org>
12110
dbbc2e69
SM
12111 * international/quail.el (quail-insert-kbd-layout):
12112 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
12113 layout cell, to prevent their reordering by bidi display engine.
12114 For details, see the discussion in
12115 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12116
9cec7834
AM
121172012-03-08 Alan Mackenzie <acm@muc.de>
12118
12119 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12120 the starting position; make it extend the marked region when
12121 invoked repeatedly - all under appropriate circumstances.
12122 Fixes bugs #5525, #10906.
12123
9a40b8d4
GM
121242012-03-08 Glenn Morris <rgm@gnu.org>
12125
12126 * files.el (locate-dominating-file, dir-locals-find-file):
12127 Undo 2012-03-06 change.
12128
7a08ed35
EZ
121292012-03-07 Eli Zaretskii <eliz@gnu.org>
12130
dbbc2e69
SM
12131 * international/quail.el (quail-help):
12132 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
12133 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12134 for the reason.
12135
5aca4f71 121362012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
12137
12138 Avoid superfluous registering of signals. (Bug#10807)
12139
12140 * notifications.el (notifications-on-action-object)
12141 (notifications-on-close-object): New defvars.
12142 (notifications-on-action-signal, notifications-on-closed-signal):
12143 Unregister the signal if not needed any longer.
12144 (notifications-notify): Register `notifications-action-signal' or
12145 `notifications-closed-signal', if :on-action or :on-close has been
12146 passed as argument.
12147
78e8b10a
CY
121482012-03-07 Chong Yidong <cyd@gnu.org>
12149
12150 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12151 non-X platforms.
12152
69481eb8
GM
121532012-03-06 Glenn Morris <rgm@gnu.org>
12154
12155 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12156 (x-disown-selection-internal, x-get-selection-internal):
12157 Doc fix (add arglist signatures). (Bug#10783)
12158
133b8e11
KS
121592012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12160
12161 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12162 Handle breakpoints with no "type".
12163
99a83064
GM
121642012-03-06 Glenn Morris <rgm@gnu.org>
12165
12166 * files.el (locate-dominating-file): Add optional predicate argument.
12167 (dir-locals-find-file): Make use of above change.
12168
17798e78
TTN
121692012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
12170
12171 * info.el (Info-insert-dir): Also try "dir.gz".
12172
eb182446
GM
121732012-03-06 Glenn Morris <rgm@gnu.org>
12174
8f2114ee
GM
12175 * files.el (dir-locals-find-file):
12176 Ignore non-readable or non-regular files. (Bug#10928)
12177
eb182446
GM
12178 * files.el (locate-dominating-file): Doc fix.
12179
24679323
AS
121802012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
12181
12182 * calendar/calendar.el (calendar-set-mode-line):
12183 `getenv' returns a string. (Bug#10951)
12184
01d972a9
LL
121852012-03-05 Leo Liu <sdl.web@gmail.com>
12186
109aa8a9
LL
12187 * simple.el (backward-delete-char-untabify): Constrain point to
12188 field (Bug#10939).
12189
01d972a9
LL
12190 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12191
10607bea
CY
121922012-03-05 Chong Yidong <cyd@gnu.org>
12193
12194 * simple.el (count-words): If called from Lisp, return the word
12195 count, for symmetry with `count-lines'. Arglist changed.
12196 (count-words--message): Args changed. Consolidate counting code
12197 from count-words and count-words-region.
12198 (count-words-region): Caller changed.
12199 (count-lines-region): Make it an obsolete alias.
12200
5dd11cfe
TH
122012012-03-04 Tassilo Horn <tassilo@member.fsf.org>
12202
12203 * saveplace.el (save-place-to-alist)
12204 (save-place-ignore-files-regexp): Allow value nil to disable this
12205 feature.
12206
c349f4e6
CY
122072012-03-04 Chong Yidong <cyd@gnu.org>
12208
12209 * faces.el (face-spec-reset-face): For the default face, reset the
12210 attributes to default values (Bug#10748).
12211
e627be4c
LMI
122122012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12213
12214 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12215 previous patch: Check `message-send-mail-function', and not the
12216 default function (bug#10897).
12217
ebeabff4
MA
122182012-03-04 Michael Albinus <michael.albinus@gmx.de>
12219
a41a6cf4
MA
12220 * notifications.el (notifications-on-action-signal)
12221 (notifications-on-closed-signal): Check for unique service name of
12222 incoming event. Fix error in removing entry.
ebeabff4 12223 (top): Register for signals with wildcard service name.
a41a6cf4 12224 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 12225
c1ca42b4
CY
122262012-03-04 Chong Yidong <cyd@gnu.org>
12227
dc9924b8 12228 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 12229
ea16568d
GM
122302012-03-04 Glenn Morris <rgm@gnu.org>
12231
12232 * abbrev.el (copy-abbrev-table, abbrev-table-p)
12233 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12234 (expand-abbrev, define-abbrev-table): Doc fixes.
12235
fbae4637
LMI
122362012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12237
12238 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
12239 `message-default-send-mail-function' and not `send-mail-function'
12240 when doing the prompting for `sendmail-query-once' before sending
12241 in Message buffers (bug#10897).
12242
a1e7225c
LMI
12243 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
12244 This is inconsistent with all the other stream functions, which leave
12245 the setting up to the higher levels (if so wanted) (bug#10931).
12246
56d093a9
AM
122472012-03-02 Alan Mackenzie <acm@muc.de>
12248
12249 Depessimize the handling of very large macros.
12250
12251 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
12252 (c-macro-cache-syntactic): New variables to implement a one
12253 element macro cache.
12254 (c-invalidate-macro-cache): New function.
12255 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
12256 Adapt to use the new cache.
12257 (c-state-safe-place): Use better the cache of safe positions.
12258 (c-state-semi-nonlit-pos-cache)
12259 (c-state-semi-nonlit-pos-cache-limit):
12260 New variables for...
12261 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
12262 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
12263 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
12264 Use c-state-semi-safe-place.
56d093a9 12265
dbbc2e69
SM
12266 * progmodes/cc-langs.el (c-get-state-before-change-functions):
12267 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 12268
817e5c3d
MA
122692012-03-02 Michael Albinus <michael.albinus@gmx.de>
12270
dbbc2e69
SM
12271 * jka-compr.el (jka-compr-call-process):
12272 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
12273 not remote.
12274
a032a702
MA
122752012-03-01 Michael Albinus <michael.albinus@gmx.de>
12276
12277 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
12278 access of FILE2, if FILE1 does not exist.
12279
99a54f21
MA
12280 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
12281 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
12282
12283 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
12284 Add "PAGER=" to `process-environment'.
12285
f6561e1f
MM
122862012-03-01 Michael R. Mauger <mmaug@yahoo.com>
12287
12288 * progmodes/sql.el: Bug fix
12289 (sql-get-login-ext): Save login values in globals.
12290 (sql-get-login): Use new version of `sql-get-login-ext'.
12291 (sql-interactive-mode): Set global `sql-connection' to nil.
12292 (sql-connect): Set global values for connection.
12293 (sql-product-interactive): Save global values as buffer local.
12294
2d44d9cc
LL
122952012-02-29 Leo Liu <sdl.web@gmail.com>
12296
12297 * abbrev.el (define-abbrevs): Reset sys to nil.
12298
96b49301 122992012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12300
bf7f9bc5
JB
12301 * files.el (file-equal-p): Rename from `files-equal-p'.
12302 Return nil when one or both files don't exist.
96b49301 12303 (file-subdir-of-p): Now only top directory must exists,
12304 return nil if it doesn't.
bf7f9bc5
JB
12305 (copy-directory): No need to test with `file-subdir-of-p' after
12306 creating dir.
12307 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
12308 to `file-equal-p'.
96b49301 12309
44e97401
GM
123102012-02-28 Glenn Morris <rgm@gnu.org>
12311
12312 * shell.el (shell-mode):
12313 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
12314 * play/landmark.el (landmark-font-lock-face-O):
12315 * play/handwrite.el (handwrite):
12316 * play/gomoku.el (gomoku-O):
12317 * net/browse-url.el (browse-url-browser-display):
12318 * international/mule.el (define-charset):
12319 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
12320 * filesets.el (filesets-find-file-delay):
12321 * eshell/em-xtra.el (eshell-xtra):
12322 * eshell/em-unix.el (eshell-grep):
12323 * emulation/viper.el (viper-mode):
12324 * emacs-lisp/regexp-opt.el (regexp-opt-group):
12325 * emacs-lisp/easymenu.el (easy-menu-define):
12326 * calendar/timeclock.el (timeclock-use-display-time):
12327 * bs.el (bs-mode):
12328 * bookmark.el (bookmark-save-flag):
12329 Doc fix (standardize possessive apostrophe usage).
12330
c98c6276
CY
123312012-02-27 Chong Yidong <cyd@gnu.org>
12332
bf7f9bc5
JB
12333 * emulation/viper-cmd.el (viper-intercept-ESC-key):
12334 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 12335
c98c6276
CY
12336 * font-lock.el (font-lock-specified-p): Rename from
12337 font-lock-spec-present. Callers changed.
12338
9c62cd04 123392012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 12340
bf7f9bc5
JB
12341 * emacs-lisp/package.el (package-compute-transaction):
12342 Handle holding a package version to t in package-load-list.
8ac9e529 12343
530739c9
MA
123442012-02-26 Michael Albinus <michael.albinus@gmx.de>
12345
12346 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
12347 (tramp-get-inode, tramp-get-device): Use cached values.
12348
487915d7
AM
123492012-02-26 Alan Mackenzie <acm@muc.de>
12350
12351 Check there is a font-lock specification before doing initial
12352 fontification.
12353
12354 * font-core.el (font-lock-mode): Move the conditional from
12355 :after-hook to font-lock-initial-fontify.
12356 (font-lock-default-function): Move the check for a specification
12357 to font-lock-spec-present.
12358
dc9924b8 12359 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
12360 (font-lock-spec-present): New function.
12361
4fd96557
JB
123622012-02-26 Jim Blandy <jimb@red-bean.com>
12363
12364 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12365 (gdb-send): Apply it to the operand of the '-interpreter-exec
12366 console' command, so that we can pass arguments with (say) quotes
12367 in them. Store exact string sent in gdb-debug-log (Bug#10765).
12368
9a4888c0
CY
123692012-02-26 Chong Yidong <cyd@gnu.org>
12370
07498861
CY
12371 * help-fns.el (describe-function-1): Clarify description of
12372 remapping (Bug#10844).
12373
9a4888c0
CY
12374 * files.el (files-equal-p): Doc fix.
12375 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
12376 and quit the loop once a mismatch is found.
12377
ea8fb88d
JB
123782012-02-25 Juanma Barranquero <lekktu@gmail.com>
12379
12380 * bs.el (bs--show-with-configuration): Don't throw an error
12381 if the window cannot be split; otherwise, subsequent calls to
12382 bs-show fail, restoring a stale window config. (Bug#10882)
12383
525795c1
JD
123842012-02-25 Jan Djärv <jan.h.d@swipnet.se>
12385
12386 * term/ns-win.el (global-map): Bind ns-drag-file to
12387 ns-find-file (Bug#5855, Bug#10050).
12388
f008086f
AS
123892012-02-25 Andreas Schwab <schwab@linux-m68k.org>
12390
12391 * calendar/parse-time.el (parse-time-string): Allow extractor to
12392 return nil.
12393
a3fcfa99
MA
123942012-02-25 Michael Albinus <michael.albinus@gmx.de>
12395
91027d08
JB
12396 * net/tramp.el (tramp-file-name-for-operation):
12397 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
12398
12399 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
12400 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12401 Add COPY-CONTENTS argument.
a3fcfa99 12402
67b0de11
CY
124032012-02-25 Chong Yidong <cyd@gnu.org>
12404
12405 Add custom groups for VC backends, for consistency with vc-bzr.
12406
12407 * vc/vc-arch.el (vc-arch):
12408 * vc/vc-cvs.el (vc-cvs):
12409 * vc/vc-git.el (vc-git):
12410 * vc/vc-hg.el (vc-hg):
12411 * vc/vc-mtn.el (vc-mtn):
12412 * vc/vc-rcs.el (vc-rcs):
12413 * vc/vc-sccs.el (vc-sccs):
12414 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
12415 All relevant defcustoms reassigned.
12416
3c9dfce6
CY
124172012-02-25 Chong Yidong <cyd@gnu.org>
12418
1339bf43
CY
12419 * newcomment.el (comment-styles): Add autoload (Bug#10868).
12420
3c9dfce6
CY
12421 * term/x-win.el (x-initialize-window-system): Reduce default for
12422 x-selection-timeout to 5 seconds (Bug#8869).
12423
25b2e303 124242012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12425
ec70a47d
GM
12426 * files.el (files-equal-p, file-subdir-of-p): New functions.
12427 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 12428 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
12429 * dired-aux.el (dired-copy-file-recursive): Same.
12430 (dired-create-files): Modify destination when source is equal to
12431 dest when copying files.
53a46cd0 12432 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 12433
914260cd
MA
124342012-02-24 Michael Albinus <michael.albinus@gmx.de>
12435
12436 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
12437 (Bug#10874)
12438
2cb228f7
AM
124392012-02-23 Alan Mackenzie <acm@muc.de>
12440
12441 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
12442 parameter "after-hook:" to allow the expansion to run code after
12443 the execution of the mode hooks.
12444
12445 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 12446 from font-lock-mode-internal.
2cb228f7 12447
91027d08 12448 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
12449 :after-hook.
12450
8f0fde21
SM
124512012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12452
3e88618b
SM
12453 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
12454 (completion--cache-all-sorted-completions): New function.
12455 (completion-all-sorted-completions): Use it.
12456 (completion--do-completion, minibuffer-force-complete):
12457 Use it to re-instate the flush hook.
12458
8f0fde21
SM
12459 * icomplete.el (icomplete-completions): Replace last fix with a better
12460 one (bug#10850).
12461
8e911f6f
DG
124622012-02-23 Dmitry Gutov <dgutov@yandex.ru>
12463
12464 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
12465 when it might call us back infinitely (bug#10797).
12466
49fe4321
GM
124672012-02-23 Glenn Morris <rgm@gnu.org>
12468
12469 * minibuffer.el (completion-category-overrides): Doc fix.
12470
b291b572
SM
124712012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * minibuffer.el (completion-table-with-context): Fix inf-loop.
12474 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
12475
31a9ef2e
GM
124762012-02-23 Glenn Morris <rgm@gnu.org>
12477
5e6e6794 12478 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
12479 (authors-obsolete-files-regexps, authors-ignored-files)
12480 (authors-ambiguous-files, authors-renamed-files-alist):
12481 Add more entries.
12482
0bd1e074
JL
124832012-02-23 Juri Linkov <juri@jurta.org>
12484
12485 * isearch.el (isearch-occur): Sync interactive spec with occur's
12486 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
12487
b617673c
JL
12488 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
12489
19e9789e
JL
124902012-02-22 Juri Linkov <juri@jurta.org>
12491
12492 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
12493 (ucs-insert): Doc fix. Check for hex digits in the string.
12494 Don't display `nil' in the error message. (Bug#10857)
12495
f41ce09d
AM
124962012-02-22 Alan Mackenzie <acm@muc.de>
12497
7a71b18d 12498 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 12499
ac2eceee
GM
125002012-02-22 Glenn Morris <rgm@gnu.org>
12501
12502 * ffap.el (ffap-c-path):
12503 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
12504
abd1f678
CY
125052012-02-22 Chong Yidong <cyd@gnu.org>
12506
12507 * custom.el (load-theme): Doc fix.
12508
f25aef2e
GM
125092012-02-22 Glenn Morris <rgm@gnu.org>
12510
12511 * dired-x.el (dired-guess-shell-alist-default):
12512 Remove escape sequences from nroff output. (Bug#172)
12513
5f8dc2ca
GM
125142012-02-21 Glenn Morris <rgm@gnu.org>
12515
6ff86ec4
GM
12516 * vc/emerge.el (emerge-defvar-local):
12517 Set `permanent-local' property rather than unused `preserved'.
12518
be3223a3 12519 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
12520 (picture-mode-map): Use it. (Bug#10860)
12521 (picture-mode): Doc fix.
12522
3fe58f4f
JB
125232012-02-21 Juanma Barranquero <lekktu@gmail.com>
12524
12525 * newcomment.el (uncomment-region-default): Remove unused binding.
12526
f9a998c3
GM
125272012-02-21 Glenn Morris <rgm@gnu.org>
12528
12529 * textmodes/picture.el (picture-motion, picture-motion-reverse)
12530 (picture-self-insert, picture-tab-chars): Doc fix.
12531 (picture-mode-map): Fix C-a, C-e.
12532
c6029348
GM
125332012-02-20 Glenn Morris <rgm@gnu.org>
12534
12535 * emacs-lisp/authors.el (authors-aliases): Add another entry.
12536
ab1ce9d7
LL
125372012-02-20 Leo Liu <sdl.web@gmail.com>
12538
12539 * icomplete.el (icomplete-completions): Check FROM arg before
12540 passing to substring (Bug#10850).
12541
0fd40f89
CY
125422012-02-19 Chong Yidong <cyd@gnu.org>
12543
12544 * comint.el: Require ansi-color.
12545 (comint-output-filter-functions): Add ansi-color-process-output.
12546
12547 * ansi-color.el: Don't set comint-output-filter-functions; it is
12548 now in the initial value defined in comint.el.
12549 (ansi-color-apply-face-function): New variable.
12550 (ansi-color-apply-on-region): Use it.
12551 (ansi-color-apply-overlay-face): New function.
12552
12553 * shell.el (shell): No need to require ansi-color.
12554 (shell-mode): Use ansi-color-apply-face-function to highlight
12555 color escapes using font-lock-face property (Bug#10835).
12556
20af2394
CY
125572012-02-19 Chong Yidong <cyd@gnu.org>
12558
12559 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
12560 mode-line formats (Bug#10839).
12561
e23a3fbe
GM
125622012-02-18 Glenn Morris <rgm@gnu.org>
12563
b474519e
GM
12564 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
12565
12566 * mail/undigest.el (unforward-rmail-message): Doc fix.
12567
e23a3fbe
GM
12568 * saveplace.el (save-place-ignore-files-regexp): Add :version.
12569
57939ff4
EZ
125702012-02-18 Eli Zaretskii <eliz@gnu.org>
12571
12572 * international/characters.el (script-list): Sync with the latest
12573 Unicode Character Database.
12574
0c23686e
AS
125752012-02-18 Andreas Schwab <schwab@linux-m68k.org>
12576
12577 * international/titdic-cnv.el: Remove duplicate coding tag.
12578 * language/cham.el: Likewise.
12579 * language/tai-viet.el: Likewise.
12580
6818b449
GM
125812012-02-18 Glenn Morris <rgm@gnu.org>
12582
12583 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
12584 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
12585 (calendar-bahai-all-holidays-flag, calendar-other-dates):
12586 * calendar/diary-lib.el (diary-abbreviated-year-flag):
12587 * calendar/holidays.el (holiday-bahai-holidays)
12588 (calendar-holidays, list-holidays):
12589 Use utf-8 Bahá'í in doc-strings, menus, etc.
12590
0311a3fc
TH
125912012-02-17 Tassilo Horn <tassilo@member.fsf.org>
12592
12593 * saveplace.el (save-place-ignore-files-regexp): New variable
12594 allowing for excluding files from saving their location of point.
12595 The default value matches the temporary commit message editing
12596 files from Git, SVN, Bazaar, and Mercurial.
12597 (save-place-to-alist): Use it.
12598
d209e2fb 125992012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 12600 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
12601
12602 * newcomment.el (uncomment-region-default): Don't leave extra space
12603 when an arg is provided (bug#8150).
12604
ee0ce425
TZ
126052012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
12606
eb864a71 12607 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 12608
95ddf442
GM
126092012-02-17 Glenn Morris <rgm@gnu.org>
12610
12611 * net/socks.el: Require network-stream. (Bug#10599)
12612
48dd1e39 126132012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
12614
12615 * international/charprop.el:
12616 * international/uni-name.el:
12617 * international/uni-old-name.el:
12618 * international/uni-comment.el: Regenerate.
12619
d68cd087
GM
126202012-02-16 Glenn Morris <rgm@gnu.org>
12621
12622 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
12623 Interactively in calendar buffer, give an error if not on a date.
12624
13932042
GM
126252012-02-15 Glenn Morris <rgm@gnu.org>
12626
12627 * shell.el (shell-delimiter-argument-list):
12628 Revert 2011-02-17 change. (Bug#8027)
12629
c3a70e2b
CY
126302012-02-15 Chong Yidong <cyd@gnu.org>
12631
60236b0d
CY
12632 * minibuffer.el (completion-at-point-functions): Doc fix.
12633
c3a70e2b
CY
12634 * custom.el (defcustom): Doc fix; note use of defvar.
12635
9f26dc24
GM
126362012-02-15 Glenn Morris <rgm@gnu.org>
12637
12638 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
12639 Doc fixes.
12640
6546b134
GM
126412012-02-14 Glenn Morris <rgm@gnu.org>
12642
12643 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
12644
d29b2b4c
LI
126452012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
12646
12647 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12648 way the ports list is computed.
835bdcba
LI
12649 (smtpmail-query-smtp-server): Prompt the user for a port number if
12650 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 12651
08dcdbc9
TZ
126522012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12653
12654 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12655
2605051a
GM
126562012-02-13 Glenn Morris <rgm@gnu.org>
12657
12658 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
12659
7ee99f32
TZ
126602012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
12661
12662 * net/gnutls.el (gnutls-trustfiles): New variable.
12663 (gnutls-negotiate): Use it.
12664
5f0af64f
LI
126652012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12666
12667 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12668 does its stuff if Gnus is running.
12669
c14fcc95
AM
126702012-02-13 Alan Mackenzie <acm@muc.de>
12671
12672 Fix a loop in c-set-fl-decl-start.
12673
7a71b18d 12674 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
12675 c-backward-syntactic-ws actually moves backwards.
12676
142b4d90
LL
126772012-02-13 Leo Liu <sdl.web@gmail.com>
12678
12679 * net/rcirc.el (rcirc-markup-attributes): Move point to the
12680 beginning so that all \C-o chars are removed.
12681
fa9958a6
TZ
126822012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
12683
dc9924b8 12684 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 12685
0bc5886a
AM
126862012-02-12 Alan Mackenzie <acm@muc.de>
12687
12688 Fix infinite loop with long macros.
4d6769e1 12689 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 12690
d4bd55e7
CY
126912012-02-12 Chong Yidong <cyd@gnu.org>
12692
12693 * window.el (display-buffer): Doc fix (Bug#10785).
12694
66f3fe22
GM
126952012-02-12 Glenn Morris <rgm@gnu.org>
12696
bd7da63e
GM
12697 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12698 (x-disown-selection-internal, x-get-selection-internal):
12699 Sync docs with the xselect.c versions.
12700
66f3fe22
GM
12701 * allout-widgets.el: Add missing license notice.
12702
3e0d2fa7
GM
127032012-02-11 Glenn Morris <rgm@gnu.org>
12704
cfecdf09
GM
12705 * select.el (x-get-selection-internal, x-own-selection-internal)
12706 (x-disown-selection-internal):
12707 * x-dnd.el (x-get-selection-internal): Update declarations.
12708
6d216d7f
GM
12709 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12710
2bed3f04
GM
12711 * window.el (window-sides-slots):
12712 * tool-bar.el (tool-bar-position):
12713 * term/xterm.el (xterm-extra-capabilities):
12714 * ses.el (ses-self-reference-early-detection):
12715 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12716 (verilog-auto-wire-type)
12717 (verilog-auto-delete-trailing-whitespace)
12718 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12719 (verilog-auto-tieoff-declaration):
12720 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12721 (sql-oracle-statement-starters, sql-oracle-scan-on):
12722 * progmodes/prolog.el (prolog-align-comments-flag)
12723 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12724 (prolog-left-indent-regexp, prolog-paren-indent-p)
12725 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12726 (prolog-types, prolog-mode-specificators)
12727 (prolog-determinism-specificators, prolog-directives)
12728 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12729 (prolog-electric-dot-flag)
12730 (prolog-electric-dot-full-predicate-template)
12731 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12732 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12733 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12734 (prolog-program-switches, prolog-prompt-regexp)
12735 (prolog-debug-on-string, prolog-debug-off-string)
12736 (prolog-trace-on-string, prolog-trace-off-string)
12737 (prolog-zip-on-string, prolog-zip-off-string)
12738 (prolog-use-standard-consult-compile-method-flag)
12739 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12740 (prolog-imenu-max-lines, prolog-info-predicate-index)
12741 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12742 (prolog-char-quote-workaround):
12743 * progmodes/cc-vars.el (c-defun-tactic):
12744 * net/tramp.el (tramp-encoding-command-interactive)
12745 (tramp-local-end-of-line):
12746 * net/soap-client.el (soap-client):
12747 * net/netrc.el (netrc-file):
12748 * net/gnutls.el (gnutls):
12749 * minibuffer.el (completion-category-overrides)
12750 (completion-cycle-threshold)
12751 (completion-pcm-complete-word-inserts-delimiters):
12752 * man.el (Man-name-local-regexp):
12753 * mail/feedmail.el (feedmail-display-full-frame):
12754 * international/characters.el (glyphless-char-display-control):
12755 * eshell/em-ls.el (eshell-ls-date-format):
12756 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12757 (lisp-lambda-list-keyword-parameter-indentation)
12758 (lisp-lambda-list-keyword-parameter-alignment):
12759 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12760 * dired-x.el (dired-omit-verbose):
12761 * cus-theme.el (custom-theme-allow-multiple-selections):
12762 * calc/calc.el (calc-highlight-selections-with-faces)
12763 (calc-lu-field-reference, calc-lu-power-reference)
12764 (calc-note-threshold):
12765 * battery.el (battery-mode-line-limit):
12766 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12767 (archive-7z-update):
12768 * allout.el (allout-prefixed-keybindings)
12769 (allout-unprefixed-keybindings)
12770 (allout-inhibit-auto-fill-on-headline)
12771 (allout-flattened-numbering-abbreviation):
12772 * allout-widgets.el (allout-widgets-auto-activation)
12773 (allout-widgets-icons-dark-subdir)
12774 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12775 (allout-widgets-theme-dark-background)
12776 (allout-widgets-theme-light-background)
12777 (allout-widgets-item-image-properties-emacs)
12778 (allout-widgets-item-image-properties-xemacs)
12779 (allout-widgets-run-unit-tests-on-load)
12780 (allout-widgets-time-decoration-activity)
12781 (allout-widgets-hook-error-post-time)
12782 (allout-widgets-track-decoration):
12783 Add missing :version tags to new defcustoms and defgroups.
12784
5fec1b8e
GM
12785 * progmodes/sql.el (sql-ansi-statement-starters)
12786 (sql-oracle-statement-starters): Add custom type.
12787
3e0d2fa7
GM
12788 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12789 (prolog-system-version): Give it a type.
12790
90b671e2
EZ
127912012-02-11 Eli Zaretskii <eliz@gnu.org>
12792
12793 * term/pc-win.el (x-select-text, x-selection-owner-p)
12794 (x-own-selection-internal, x-disown-selection-internal)
12795 (x-get-selection-internal): Sync doc strings and argument lists
12796 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12797
5eac0c02
LL
127982012-02-11 Leo Liu <sdl.web@gmail.com>
12799
12800 * progmodes/python.el (python-end-of-statement): Fix infinite
12801 loop. (Bug#10788)
12802
f82cb659
GM
128032012-02-10 Glenn Morris <rgm@gnu.org>
12804
12805 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12806 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12807
cc26d239
LI
128082012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12809
12810 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12811 about SMTP before checking the From header.
12812
91027d08 12813 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
12814 into own function for reuse by emacsbug.el.
12815
1be3ca5a
LL
128162012-02-10 Leo Liu <sdl.web@gmail.com>
12817
12818 * subr.el (condition-case-unless-debug): Rename from
12819 condition-case-no-debug. All callers changed.
12820 (with-demoted-errors): Fix caller.
12821
12822 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12823 * nxml/rng-valid.el (rng-do-some-validation):
12824 * emacs-lisp/package.el (package-refresh-contents)
12825 (package-menu-execute):
12826 * desktop.el (desktop-create-buffer):
91027d08 12827 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 12828
b011fbfe
GM
128292012-02-10 Glenn Morris <rgm@gnu.org>
12830
b2096d72
GM
12831 * textmodes/bibtex.el:
12832 Add missing :version tags for new/changed defcustoms.
12833
b011fbfe
GM
12834 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12835
4c7e65bf
LI
128362012-02-09 Lars Ingebrigtsen <larsi@rusty>
12837
12838 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12839 (smtpmail-via-smtp): Use it, or fall back on the From address.
12840 (smtpmail-send-it): Ditto.
12841
f3934f6f
SM
128422012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12845 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12846 (byte-compile-tmp-var): New const.
12847 (byte-compile-defvar): Use it to minimize .elc size.
12848 Just use `defvar' rather than simulate it (bug#10761).
12849
a075a2c5
GM
128502012-02-09 Glenn Morris <rgm@gnu.org>
12851
cf3aa21b
GM
12852 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12853
354998cd
GM
12854 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12855 Add :version tags.
12856
dc9924b8
SM
12857 * progmodes/compile.el (compilation-error-screen-columns)
12858 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 12859
dab3703d
GM
12860 * vc/log-view.el (log-view-toggle-entry-display):
12861 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12862
3f88cd72
GM
12863 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12864 (report-emacs-bug-can-use-xdg-email):
12865 (report-emacs-bug-insert-to-mailer): Doc fixes.
12866 (report-emacs-bug): Message fix.
12867
d95b247d
GM
12868 * net/browse-url.el (browse-url-can-use-xdg-open)
12869 (browse-url-xdg-open): Doc fixes.
12870
a075a2c5
GM
12871 * electric.el (electric-indent-mode, electric-pair-mode)
12872 (electric-layout-rules, electric-layout-mode): Doc fixes.
12873 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12874
ffb6157e
MR
128752012-02-08 Martin Rudalics <rudalics@gmx.at>
12876
12877 * server.el (server-unselect-display): Don't inadvertently kill
12878 the current buffer. (Bug#10729)
12879
e1ac4066
GM
128802012-02-08 Glenn Morris <rgm@gnu.org>
12881
34e8a2da
GM
12882 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12883 (sql-list-table): Doc fixes.
12884
b4ac6e8c
GM
12885 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12886 Comment out (does nothing).
12887
e1ac4066
GM
12888 * completion.el (dynamic-completion-mode):
12889 * dirtrack.el (dirtrack-debug-mode):
12890 * electric.el (electric-layout-mode):
12891 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12892 * face-remap.el (text-scale-mode, buffer-face-mode):
12893 * iimage.el (iimage-mode):
12894 * image-mode.el (image-transform-mode):
12895 * minibuffer.el (completion-in-region-mode):
12896 * scroll-lock.el (scroll-lock-mode):
12897 * simple.el (next-error-follow-minor-mode):
12898 * tar-mode.el (tar-subfile-mode):
12899 * tooltip.el (tooltip-mode):
12900 * vcursor.el (vcursor-use-vcursor-map):
12901 * wid-browse.el (widget-minor-mode):
12902 * emulation/tpu-edt.el (tpu-edt-mode):
12903 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12904 * international/iso-ascii.el (iso-ascii-mode):
12905 * language/thai-util.el (thai-word-mode):
12906 * mail/supercite.el (sc-minor-mode):
12907 * net/goto-addr.el (goto-address-mode):
12908 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12909 * progmodes/cwarn.el (cwarn-mode):
12910 * progmodes/flymake.el (flymake-mode):
12911 * progmodes/glasses.el (glasses-mode):
12912 * progmodes/hideshow.el (hs-minor-mode):
12913 * progmodes/pascal.el (pascal-outline-mode):
12914 * textmodes/enriched.el (enriched-mode):
12915 * vc/smerge-mode.el (smerge-mode):
12916 Doc fixes (minor mode argument).
12917
5e0d957f
EZ
129182012-02-07 Eli Zaretskii <eliz@gnu.org>
12919
12920 * ls-lisp.el (ls-lisp-sanitize): New function.
12921 (ls-lisp-insert-directory): Use it to fix or remove any elements
12922 in file-alist with missing attributes. (Bug#4673)
12923
98d7371e
AM
129242012-02-07 Alan Mackenzie <acm@muc.de>
12925
12926 Fix spurious recognition of c-in-knr-argdecl.
12927
12928 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12929 putative K&R region.
12930
667ced3a
AM
129312012-02-07 Alan Mackenzie <acm@muc.de>
12932
eb864a71
LM
12933 * progmodes/cc-engine.el (c-forward-objc-directive):
12934 Prevent looping in "#pragma mark @implementation".
667ced3a 12935
5b77774d
MA
129362012-02-07 Michael Albinus <michael.albinus@gmx.de>
12937
12938 * notifications.el (notifications-on-closed-signal): Make `reason'
12939 optional. (Bug#10744)
12940
af008560
GM
129412012-02-07 Glenn Morris <rgm@gnu.org>
12942
60d47423
GM
12943 * emacs-lisp/easy-mmode.el (define-minor-mode):
12944 Doc fixes for the macro and the mode it defines.
12945
dd605cc4
GM
12946 * image.el (imagemagick-types-inhibit): Doc fix.
12947
af008560
GM
12948 * cus-start.el (imagemagick-render-type): Add it.
12949
5cc59a37
LI
129502012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12951
4d6769e1
JB
12952 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12953 Set the default at load time, too, so that `font-lock-fontify-buffer'
12954 can be called without setting up the entire mode first. This fixes
12955 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 12956
9a6dd747
CY
129572012-02-06 Chong Yidong <cyd@gnu.org>
12958
2d16b285
CY
12959 * simple.el (list-processes--refresh): Delete exited processes
12960 (Bug#8094).
12961
171e9b6e
CY
12962 * comint.el (comint-next-prompt): next-single-char-property-change
12963 and prev-single-char-property-change never return nil (Bug#8657).
12964
9a6dd747
CY
12965 * custom.el (defcustom): Doc fix (Bug#9711).
12966
aa4589a7
CY
129672012-02-05 Chong Yidong <cyd@gnu.org>
12968
5c2a252f
CY
12969 * cus-edit.el (custom-variable-reset-backup): Quote the value
12970 before storing it in the customized-value property (Bug#6712).
4aab9006 12971 (custom-display): Add a customization type tag.
983b9602 12972 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 12973
aa4589a7
CY
12974 * wid-edit.el (widget-field-value-get): New optional arg to
12975 suppress trailing whitespace truncation.
12976 (character): Use it (Bug#2689).
12977
1ff980ae
AS
129782012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12979
12980 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12981 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12982
03988c98
CY
129832012-02-05 Chong Yidong <cyd@gnu.org>
12984
eeb6cc88
CY
12985 * cus-edit.el (custom-variable-value-create): For mismatched
12986 types, show the current value (Bug#7600).
12987
03988c98
CY
12988 * custom.el (defcustom): Doc fix.
12989
f8cdeef0
GM
129902012-02-05 Glenn Morris <rgm@gnu.org>
12991
12992 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12993
0696d255
JB
129942012-02-05 Juanma Barranquero <lekktu@gmail.com>
12995
12996 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12997 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12998 (pp-last-sexp): Use `looking-at-p'.
12999
34c99998
GM
130002012-02-04 Glenn Morris <rgm@gnu.org>
13001
8f05da42
GM
13002 * files.el (revert-buffer):
13003 Doc fix (mention revert-buffer-in-progress-p).
13004
f160676e
GM
13005 * emacs-lisp/ert-x.el (ert-simulate-command):
13006 Check deferred-action-list (which is obsolete) is bound.
13007
c7291ad9
GM
13008 * subr.el (with-wrapper-hook): Doc fixes.
13009
34c99998
GM
13010 * simple.el (filter-buffer-substring-functions)
13011 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13012
6283a7d3
LL
130132012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13014
13015 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13016 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13017
e96e3013
LL
130182012-02-04 Leo Liu <sdl.web@gmail.com>
13019
13020 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13021
8ded50f2
GM
130222012-02-04 Glenn Morris <rgm@gnu.org>
13023
82ff1d13
GM
13024 * image.el (image-extension-data): Add obsolete alias.
13025
987a0a16
GM
13026 * isearch.el (isearch-update): Doc fix.
13027
ea32ef46
GM
13028 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13029
8ded50f2
GM
13030 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13031
eea14f31
GM
130322012-02-03 Glenn Morris <rgm@gnu.org>
13033
13034 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13035 (image-animate-timeout): Doc fix.
13036
13037 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13038
12f381b7
GM
130392012-02-02 Glenn Morris <rgm@gnu.org>
13040
953cebf5
GM
13041 * server.el (server-auth-dir): Doc fix.
13042 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13043
12f381b7
GM
13044 * subr.el (run-mode-hooks): Doc fix.
13045
953a8c3b
JL
130462012-02-02 Juri Linkov <juri@jurta.org>
13047
13048 * image-mode.el (image-toggle-display-image): Remove tautological
13049 `major-mode' from the `derived-mode-p' test.
13050
c5d3843c
KH
130512012-02-02 Kenichi Handa <handa@m17n.org>
13052
9f6e692e 13053 * composite.el (compose-region): Cancel previous change.
c5d3843c 13054
159462d4 130552012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
13056
13057 * composite.el (compose-region, compose-string): Signal error for
13058 a null string component (Bug#6988).
13059
9f562668
CY
130602012-02-01 Chong Yidong <cyd@gnu.org>
13061
e2cef717
CY
13062 * view.el (view-buffer-other-window, view-buffer-other-frame):
13063 Handle special modes like view-buffer (Bug#10650).
13064 (view-buffer): Simplify.
13065
9f562668
CY
13066 * frame.el (set-frame-font): Tweak meaning of third argument.
13067
9f6e692e
JB
13068 * dynamic-setting.el (font-setting-change-default-font):
13069 Use set-frame-font (Bug#9982).
9f562668 13070
781acb9f
GM
130712012-02-01 Glenn Morris <rgm@gnu.org>
13072
6035be52
GM
13073 * progmodes/compile.el (compilation-internal-error-properties):
13074 Respect compilation-first-column in the "*compilation*" buffer.
13075
781acb9f
GM
13076 * emacs-lisp/easy-mmode.el (define-minor-mode):
13077 Relax :variable's test for a named function.
13078
abbceb00
AM
130792012-01-31 Alan Mackenzie <acm@muc.de>
13080
13081 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13082 off by one error.
13083
fce3fdeb
CY
130842012-01-31 Chong Yidong <cyd@gnu.org>
13085
13086 * frame.el (set-frame-font): New arg ALL-FRAMES.
13087
13088 * menu-bar.el (menu-set-font): Use set-frame-font.
13089
13090 * faces.el (face-spec-reset-face): Don't apply unspecified
13091 attribute values to the default face.
13092
47893581
JB
130932012-01-31 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * progmodes/cwarn.el (cwarn): Remove dead link.
13096 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13097 Remove * from defcustom docstrings.
13098 (turn-on-cwarn-mode): Make obsolete.
13099 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13100 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13101
e58e988a
GM
131022012-01-31 Glenn Morris <rgm@gnu.org>
13103
60dc2671 13104 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 13105 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 13106 Allow named functions to be used as the cdr of :variable.
e58e988a 13107
7a3f511d
GM
131082012-01-30 Glenn Morris <rgm@gnu.org>
13109
13110 * emacs-lisp/authors.el (authors-fixed-entries):
13111 Remove reference to deleted file rnewspost.el.
13112
cb882333
JB
131132012-01-29 Juanma Barranquero <lekktu@gmail.com>
13114
13115 * window.el (window-with-parameter): Remove unused variable `windows'.
13116 (window--side-check): Remove unused variable `code'.
13117 (window--resize-siblings): Remove unused variable `first'.
13118 (adjust-window-trailing-edge): Remove unused variable `failed'.
13119 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13120 Use `let', not `let*'.
13121 (balance-windows-2): Remove unused variable `found'.
13122 (window--state-put-2): Remove unused variable `splits'.
13123 (window-state-put): Remove unused variable `selected'.
13124 (same-window-p): Use `string-match-p'.
13125 (display-buffer-assq-regexp): Remove unused variable `value'.
13126 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13127 Mark argument ALIST as ignored.
13128 (pop-to-buffer): Remove unused variable `old-window'.
13129
907201af
EZ
131302012-01-29 Eli Zaretskii <eliz@gnu.org>
13131
13132 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13133 and .lzma compressed files.
13134
ea162670
CY
131352012-01-29 Chong Yidong <cyd@gnu.org>
13136
5b95ee8a
CY
13137 * frame.el (window-system-default-frame-alist): Doc fix.
13138
ea162670
CY
13139 * dynamic-setting.el (font-setting-change-default-font): Don't
13140 change the default face if SET-FONT argument is non-nil (Bug#9982).
13141
6fccd6e8 131422012-01-29 Samuel Bronson <naesten@gmail.com>
d6e6f4b1
SB
13143
13144 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13145
0f29fa41 131462012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
13147
13148 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13149 breakpoints in files outside current directory (Bug#6098).
13150
db174434
CY
131512012-01-29 Chong Yidong <cyd@gnu.org>
13152
6b25e4e2
SE
13153 * progmodes/python.el: Require ansi-color at top-level.
13154
6df6ae42
JB
13155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13156 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
13157 (lisp-mode-abbrev-table): Add doc.
13158 (lisp-mode-variables): Don't set local-abbrev-table.
13159 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13160
e70ee681
RW
131612012-01-28 Roland Winkler <winkler@gnu.org>
13162
13163 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13164
ace88aa2
RW
131652012-01-28 Roland Winkler <winkler@gnu.org>
13166
13167 * textmodes/bibtex.el (bibtex-entry-alist): New function.
13168 (bibtex-set-dialect): Use it. Either set global values of
13169 dialect-dependent variables or bind these variables buffer-locally
13170 (Bug#10254).
13171 (bibtex-mode): Call bibtex-set-dialect via
13172 hack-local-variables-hook.
eb864a71
LM
13173 (bibtex-dialect): Update docstring.
13174 Add safe-local-variable predicate.
ace88aa2
RW
13175 (bibtex-entry-alist, bibtex-field-alist): Initialize via
13176 bibtex-set-dialect.
13177 (bibtex-mode-map): Define menu for each dialect.
13178 (bibtex-entry): Fix docstring.
13179
93376c5b
CY
131802012-01-28 Chong Yidong <cyd@gnu.org>
13181
13182 * eshell/esh-arg.el (eshell-quote-argument): New function.
13183
13184 * eshell/esh-ext.el (eshell-invoke-batch-file):
13185 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13186 first arg to eshell-parse-command (Bug#10523).
13187
4372494f
DA
131882012-01-28 Drew Adams <drew.adams@oracle.com>
13189
13190 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13191 `default-directory' is non-nil.
13192
4d4ec1f8
EZ
131932012-01-28 Eli Zaretskii <eliz@gnu.org>
13194
13195 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13196 line that displays system-configuration-options. (Bug#9924)
13197
7c188927
DA
131982012-01-28 Drew Adams <drew.adams@oracle.com>
13199
13200 * descr-text.el (describe-char): Show information about POS, in
13201 addition to information about the character at POS. Improve and
13202 update the doc string. Change "code point" to "code point in
13203 charset", to avoid confusion with the character's Unicode code
13204 point shown above that. (Bug#10129)
13205
e0da685a
EZ
132062012-01-28 Eli Zaretskii <eliz@gnu.org>
13207
13208 * descr-text.el (describe-char): Show the raw character, not only
13209 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
13210 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13211 for the reasons.
13212
70550acf
PH
132132012-01-28 Phil Hagelberg <phil@hagelb.org>
13214
eb864a71
LM
13215 * emacs-lisp/package.el (package-install):
13216 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 13217
0ce8e868
CY
132182012-01-28 Chong Yidong <cyd@gnu.org>
13219
cb882333
JB
13220 * emacs-lisp/package.el (package-maybe-load-descriptor):
13221 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
13222 (package-maybe-load-descriptor): Use it.
13223 (package-download-transaction): Fully load required packages
13224 inside the loop, so that `require' calls work (Bug#10593).
13225 (package-install): No need to call package-initialize now.
13226
2e7f3bea
CY
132272012-01-28 Chong Yidong <cyd@gnu.org>
13228
6e9bad14
CY
13229 * simple.el (deactivate-mark): Doc fix (Bug#8614).
13230
f823b8ca
CY
13231 * tooltip.el (tooltip-mode): Doc fix.
13232 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13233
2680c309
CY
13234 * frame.el (set-cursor-color): Doc fix (Bug#352).
13235
d7a9e63b
CY
13236 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
13237 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
13238
2e7f3bea
CY
13239 * cus-edit.el (custom-buffer-create-internal): Fix search button
13240 action (Bug#10542).
2ae01800 13241 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 13242
fc4f7a23
EW
132432012-01-27 Eduard Wiebe <usenet@pusto.de>
13244
13245 * dired.el (dired-mark-files-regexp):
13246 Include any subdirectory components. (Bug#10445)
13247
7dd37071
ML
132482012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
13249
13250 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
13251 Handle [host]:port syntax. (Bug#10533)
13252
a268160b
AH
132532012-01-27 Alex Harsanyi <harsanyi@mac.com>
13254
13255 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
13256
e43273ef
GM
132572012-01-26 Glenn Morris <rgm@gnu.org>
13258
13259 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
13260 * term.el (term-raw-escape-map): Use Control-X-prefix.
13261 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
13262
1edf595d
MR
132632012-01-25 Martin Rudalics <rudalics@gmx.at>
13264
13265 * window.el (window-state-get, window--state-get-1): Don't deal
13266 with fixed-sizeness of windows. Simplify code.
13267
fa8eafef
JC
132682012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
13269
6df6ae42
JB
13270 * window.el (window--state-get-1, window--state-put-2):
13271 Don't save and restore the mark.
fa8eafef 13272
0b21c100
CY
132732012-01-25 Chong Yidong <cyd@gnu.org>
13274
13275 * custom.el (custom-variable-p): Doc fix.
13276
5ae1a6c8
GM
132772012-01-25 Glenn Morris <rgm@gnu.org>
13278
40047858
GM
13279 * dired.el (dired-goto-file): Handle some of the more common
13280 characters that `ls -b' escapes. (Bug#10596)
13281
5ddce96c
GM
13282 * progmodes/compile.el (compilation-next-error-function):
13283 Respect compilation-first-column in the "*compilation*" buffer.
13284 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
13285
5ae1a6c8
GM
13286 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
13287
b559f1a9
GM
132882012-01-24 Glenn Morris <rgm@gnu.org>
13289
13290 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
13291
6725d21a
JD
132922012-01-24 Julien Danjou <julien@danjou.info>
13293
13294 * color.el (color-rgb-to-hsl): Fix value computing.
13295 (color-hue-to-rgb): New function.
13296 (color-hsl-to-rgb): New function.
13297 (color-clamp, color-saturate-hsl, color-saturate-name)
13298 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
13299 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
13300
70df4bbe
GM
133012012-01-24 Glenn Morris <rgm@gnu.org>
13302
13303 * vc/vc-rcs.el (vc-rcs-create-tag):
13304 * vc/vc-sccs.el (vc-sccs-create-tag):
13305 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
13306
802a2ae2
ML
133072012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
13308
13309 * eshell/esh-util.el (eshell-read-hosts-file):
13310 Skip comment lines. (Bug#10549)
13311
d7128bb1
ML
13312 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
13313
d1a5c3b4
JB
133142012-01-23 Juanma Barranquero <lekktu@gmail.com>
13315
2724d9c7
JB
13316 * subr.el (display-delayed-warnings): Doc fix.
13317 (collapse-delayed-warnings): New function to collapse identical
13318 adjacent warnings.
13319 (delayed-warnings-hook): Add it.
d1a5c3b4 13320
a5509865
MA
133212012-01-22 Michael Albinus <michael.albinus@gmx.de>
13322
13323 * net/tramp.el (tramp-action-login): Set connection property "login-as".
13324
a5509865
MA
13325 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
13326 (tramp-default-user-alist): Don't add "pscp".
13327 (tramp-do-copy-or-rename-file-out-of-band): Use connection
13328 property "login-as", if set. (Bug#10530)
13329
cc6d5805
MA
133302012-01-21 Michael Albinus <michael.albinus@gmx.de>
13331
13332 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
13333 "plink1" and "psftp". (Bug#10530)
13334
133352012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
13336
13337 * international/mule-cmds.el (prefer-coding-system): Show a
13338 warning message if the default value of file-name-coding-system
13339 was not changed.
13340
f0960428
JC
133412012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13342
cb882333
JB
13343 * windmove.el (windmove-reference-loc):
13344 Fix windmove-reference-loc miscalculation.
f0960428 13345
dd6f2a63
JB
133462012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
13347
13348 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13349 default unit.
13350
7b447e9b
GM
133512012-01-21 Glenn Morris <rgm@gnu.org>
13352
117a9ea1
GM
13353 * international/mule.el (auto-coding-alist): Add .tbz.
13354
7b447e9b
GM
13355 * files.el (local-enable-local-variables): Doc fix.
13356 (inhibit-local-variables-regexps): Rename from
13357 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13358 Doc fix. Add some extensions from auto-coding-alist.
13359 (inhibit-local-variables-suffixes):
13360 Rename from inhibit-first-line-modes-suffixes. Doc fix.
13361 (inhibit-local-variables-p):
13362 New function, extracted from set-auto-mode-1.
13363 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
13364 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
13365 (hack-local-variables): Doc fix. Make the mode-only case
13366 respect enable-local-variables and friends.
13367 Respect inhibit-local-variables-regexps for file-locals, but
13368 not for directory-locals.
13369 (set-visited-file-name):
13370 Take account of inhibit-local-variables-regexps.
13371 Whether it applies may change as the file name is changed.
13372 * jka-cmpr-hook.el (jka-compr-install):
13373 * jka-compr.el (jka-compr-uninstall):
13374 Update for inhibit-first-line-modes-suffixes name change.
13375
dd6e3cdd
MR
133762012-01-20 Martin Rudalics <rudalics@gmx.at>
13377
13378 * help-macro.el (make-help-screen): Temporarily restore original
13379 binding for minor-mode-map-alist (Bug#10454).
13380
0d0deb38
JD
133812012-01-19 Julien Danjou <julien@danjou.info>
13382
13383 * color.el (color-name-to-rgb): Use the white color to find the max
13384 color component value and return correctly computed values.
13385 (color-name-to-rgb): Add missing float conversion for max value.
13386
34a02f46
MR
133872012-01-19 Martin Rudalics <rudalics@gmx.at>
13388
13389 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
13390 special state value for window-persistent-parameters.
13391 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
13392 (window--state-put-2): Reset all window parameters to nil before
13393 assigning values of persistent parameters.
13394
606c44c4
AM
133952012-01-18 Alan Mackenzie <acm@muc.de>
13396
13397 Eliminate sluggishness and hangs in fontification of "semicolon
13398 deserts".
13399
cb882333
JB
13400 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
13401 Change value 10000 -> 3000.
606c44c4
AM
13402 (c-state-safe-place): Reformulate so it doesn't stack up an
13403 infinite number of wrong entries in c-state-nonlit-pos-cache.
13404 (c-determine-limit-get-base, c-determine-limit): New functions to
13405 determine backward search limits disregarding literals.
13406 (c-find-decl-spots): Amend commenting.
13407 (c-cheap-inside-bracelist-p): New function which detects "={".
13408
13409 * progmodes/cc-fonts.el
13410 (c-make-font-lock-BO-decl-search-function): Give a limit to a
13411 backward search.
13412 (c-font-lock-declarations): Fix an occurrence of point being
13413 undefined. Check additionally for point being in a bracelist or
13414 near a macro invocation without a semicolon so as to avoid a
13415 fruitless time consuming search for a declarator. Give a more
13416 precise search limit for declarators using the new
13417 c-determine-limit.
13418
f3860cea
GM
134192012-01-18 Glenn Morris <rgm@gnu.org>
13420
13421 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
13422 (set-auto-mode): Doc fixes.
13423
1db03b16
GM
134242012-01-17 Glenn Morris <rgm@gnu.org>
13425
0e6038be
GM
13426 * isearch.el (search-nonincremental-instead): Fix doc typo.
13427
1db03b16
GM
13428 * dired.el (dired-insert-directory): Handle newlines in directory name.
13429 (dired-build-subdir-alist): Unescape newlines in directory name.
13430
4cb0aa75
MA
134312012-01-17 Michael Albinus <michael.albinus@gmx.de>
13432
13433 * net/tramp.el (tramp-local-end-of-line): New defcustom.
13434 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
13435 (tramp-action-terminal): Use it. (Bug#10530)
13436
1d00653d
SM
134372012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * minibuffer.el (completion--replace): Strip properties (bug#10062).
13440
6a6ee00d
MR
134412012-01-16 Martin Rudalics <rudalics@gmx.at>
13442
13443 * window.el (window-state-ignored-parameters): Remove variable.
13444 (window--state-get-1): Rename argument MARKERS to IGNORE.
13445 Handle persistent window parameters. Make copy of clone-of
13446 parameter only if requested. (Bug#10348)
13447 (window--state-put-2): Install a window parameter only if it has
13448 a non-nil value or an existing parameter shall be overwritten.
13449
97912def
MA
134502012-01-15 Michael Albinus <michael.albinus@gmx.de>
13451
13452 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
13453
688070a5
EZ
134542012-01-14 Eli Zaretskii <eliz@gnu.org>
13455
13456 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
13457 don't pass the (nil) value of `upnode' to string-match.
13458
301afadc
CY
134592012-01-14 Chong Yidong <cyd@gnu.org>
13460
13461 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 13462 Fix values recognized by the cursorBlink resource.
301afadc 13463
9e5788aa
PE
134642012-01-14 Paul Eggert <eggert@cs.ucla.edu>
13465
13466 * epg.el (epg--make-temp-file): Avoid permission race condition
13467 when running on old Emacs versions (bug#10403).
13468
3cdb7f5a
GM
134692012-01-14 Glenn Morris <rgm@gnu.org>
13470
13471 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
13472
8c82b1b4
AM
134732012-01-13 Alan Mackenzie <acm@muc.de>
13474
13475 Fix filling for when filladapt mode is enabled.
13476
13477 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
13478 c-mask-paragraph, pass in `fill-paragraph' rather than
13479 `fill-region-as-paragraph'. (This is a reversion of a previous
13480 change.)
eb864a71
LM
13481 * progmodes/cc-mode.el (c-basic-common-init):
13482 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 13483
e517eda4
GM
134842012-01-13 Glenn Morris <rgm@gnu.org>
13485
1498536e
GM
13486 * dired.el (dired-switches-escape-p): New function.
13487 (dired-insert-directory): Use dired-switches-escape-p.
13488 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
13489
e517eda4
GM
13490 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
13491
328f984d
GM
134922012-01-12 Glenn Morris <rgm@gnu.org>
13493
13494 * mail/sendmail.el (mail-mode): Update paragraph-separate for
13495 changes in adaptive-fill-regexp. (Bug#10276)
13496
2cc769a8
AM
134972012-01-11 Alan Mackenzie <acm@muc.de>
13498
13499 Fix Emacs bug #10463 - put `widen's around the critical spots.
13500
1d00653d 13501 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
13502 widen around each invocation of c-state-pp-to-literal. Remove an
13503 unused let variable.
13504
e52c37fa
GM
135052012-01-11 Glenn Morris <rgm@gnu.org>
13506
13507 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 13508 Doc fix.
e52c37fa 13509
96f8741e
CY
135102012-01-10 Chong Yidong <cyd@gnu.org>
13511
1d00653d
SM
13512 * net/network-stream.el (network-stream-open-starttls):
13513 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
13514 response to the capability command.
13515
b09a806e
GM
135162012-01-10 Glenn Morris <rgm@gnu.org>
13517
13518 * mail/unrmail.el (unrmail): Tweak previous change.
13519
7655cb66
CY
135202012-01-09 Chong Yidong <cyd@gnu.org>
13521
13522 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
13523
9d5a8f0b
AM
135242012-01-08 Alan Mackenzie <acm@muc.de>
13525
677d5c92 13526 Optimize font locking in long enum definitions.
9d5a8f0b
AM
13527
13528 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13529 arm to a cond form to handle enums.
13530 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
13531 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
13532
9a0115ab 135332012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
13534
13535 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 13536 (Bug#10401)
6bb72cbd 13537
f186bb95
LMI
135382012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13539
29232a68
LMI
13540 * faces.el (set-face-attribute): Clarify the meaning of the nil
13541 frame (bug#10294).
13542
4e5d086d
LMI
13543 * subr.el (with-selected-frame): Mention that the selected frame
13544 is restored (bug#9980).
13545
8e66aebe
LMI
13546 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
13547 (bug#9759).
13548
cd394be1 13549 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
13550 (password-read): Don't autoload unused function.
13551
adf4e762
JB
135522012-01-07 Juanma Barranquero <lekktu@gmail.com>
13553
13554 * progmodes/which-func.el (which-func-mode): Turn into a
13555 non-interactive function and mark as obsolete (bug#10428).
13556
89bd9ccd
CY
135572012-01-06 Chong Yidong <cyd@gnu.org>
13558
13559 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
13560 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
13561 functions, along with 1 and -1.
13562
4afee9d5
EZ
135632012-01-06 Eli Zaretskii <eliz@gnu.org>
13564
13565 * time.el (display-time-load-average)
13566 (display-time-default-load-average): Doc fixes. See the thread
13567 starting at
13568 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
13569 for the details.
13570
536aea70
GM
135712012-01-06 Glenn Morris <rgm@gnu.org>
13572
665ae865
GM
13573 * mail/unrmail.el (unrmail): Give an explicit error if the input file
13574 has no messages. (Bug#10377)
13575
c869783d
GM
13576 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
13577 than Info-edit. (Bug#10385)
13578
2bb4227e
GM
13579 * time.el (display-time-load-average, display-time-next-load-average):
13580 Doc fixes.
13581
7d5944b9
GM
13582 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
13583 local setting of buffer-read-only to the input buffer. (Bug#10419)
13584
536aea70
GM
13585 * calendar/calendar.el (calendar-mode):
13586 Locally set scroll-margin to 0. (Bug#10379)
13587
7dccca16
UM
135882012-01-06 Ulrich Mueller <ulm@gentoo.org>
13589
13590 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
13591
afbb7930
GM
135922012-01-05 Glenn Morris <rgm@gnu.org>
13593
13594 * eshell/em-unix.el (diff-no-select): Autoload it.
13595 (eshell/diff): Use diff-no-select. (Bug#10420)
13596
04482335
CY
135972012-01-05 Chong Yidong <cyd@gnu.org>
13598
7baca3bc
CY
13599 * shell.el (shell-dynamic-complete-functions): Revert last change.
13600 (shell-command-completion-function): New function.
13601 (shell-completion-vars): Use it to implement
13602 shell-completion-execonly (Bug#10417).
13603
04482335
CY
13604 * custom.el (enable-theme): Don't set custom-safe-themes.
13605
1d00653d
SM
13606 * cus-theme.el (custom-theme-merge-theme):
13607 Ignore custom-enabled-themes and custom-safe-themes.
04482335 13608
bb5aa5d6
MM
136092012-01-05 Michael R. Mauger <mmaug@yahoo.com>
13610
13611 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
13612 first prompt in `sql-interacive-mode'.
13613 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 13614 keywords.
6df6ae42 13615 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
13616 (sql-product-interactive): Bug fix: Set `sql-buffer' in
13617 context of original buffer. Invoke `sql-login-hook'.
13618
a7183d7c
EZ
136192012-01-04 Eli Zaretskii <eliz@gnu.org>
13620
13621 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
13622 letters in cite-prefix.
13623
a1eacd1e
LMI
136242012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13625
13626 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
13627
787cdb34
CY
136282012-01-03 Chong Yidong <cyd@gnu.org>
13629
1d00653d
SM
13630 * shell.el (shell-dynamic-complete-functions):
13631 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
13632 comint-filename-completion first (Bug#10417).
13633
30710442
RS
136342012-01-02 Richard Stallman <rms@gnu.org>
13635
13636 * battery.el (battery-status-function):
13637 Detect when to use battery-yeeloong-sysfs.
13638 (battery-echo-area-format): Add string for Yeeloong.
13639 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
13640 (battery-yeeloong-sysfs): New function.
13641
f75bfc33
CY
136422012-01-02 Chong Yidong <cyd@gnu.org>
13643
13644 * dirtrack.el (dirtrack-list): Eliminate unused third element.
13645 (dirtrack): Merge code for handling relative filenames in prompt
13646 from shell-dir-cookie-watcher.
13647 (dirtrack-debug-message): New arg to avoid excess format calls.
13648
13649 * shell.el (shell-dir-cookie-re): Variable deleted.
13650 (shell-dir-cookie-watcher): Function deleted.
13651 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13652 with dirtrack-mode.
13653
651e947e
EZ
136542012-01-01 Eli Zaretskii <eliz@gnu.org>
13655
1d00653d
SM
13656 * term/w32-win.el (dynamic-library-alist) <gnutls>:
13657 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
13658 libgnutls-26.dll.
13659
94d4c7dc
AS
136602011-12-31 Andreas Schwab <schwab@linux-m68k.org>
13661
13662 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13663
8d43f3cd
EZ
136642011-12-31 Eli Zaretskii <eliz@gnu.org>
13665
13666 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13667 headers of non-MIME messages, when rmail-enable-mime is non-nil.
13668
98c8795a
MA
136692011-12-29 Michael Albinus <michael.albinus@gmx.de>
13670
13671 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13672 also for alternative shells.
13673 (tramp-open-connection-setup-interactive-shell): Check, whether
13674 the shell is a busybox.
13675 (tramp-send-command): Don't suppress multiple prompts for
13676 busyboxes, it hurts.
13677
51281b32
CY
136782011-12-28 Chong Yidong <cyd@gnu.org>
13679
13680 * progmodes/gdb-mi.el (gdb-get-source-file-list)
13681 (gdb-get-source-file): Move mode line update to
13682 gdb-get-source-file (Bug#10087).
13683
2170cb53
CY
136842011-12-25 Chong Yidong <cyd@gnu.org>
13685
13686 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13687 gud-gdb-marker-filter without taking it as an argument.
13688 (gud-gdb-run-command-fetch-lines): Caller changed.
13689 (gud-gdb-completion-function): New variable.
13690 (gud-gdb-completion-at-point): Use it.
13691 (gud-gdb-completions-1): Split from gud-gdb-completions.
13692
13693 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13694 function as separate arguments.
13695 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13696 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13697 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13698 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13699 (gdb-stopped, def-gdb-auto-update-trigger)
13700 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
13701 (gdb-get-changed-registers, gdb-get-main-selected-frame):
13702 Callers changed.
2170cb53
CY
13703 (gud-gdbmi-completions): New function.
13704 (gdb): Use it for generating the completion table.
13705
be8b11bb
AM
137062011-12-24 Alan Mackenzie <acm@muc.de>
13707
13708 Introduce a mechanism to widen the region used in context font
1d00653d 13709 locking. Use this to protect declarations from losing their contexts.
be8b11bb 13710
1d00653d
SM
13711 * progmodes/cc-langs.el (c-before-font-lock-functions):
13712 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 13713 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
13714 functions to be run just before context (etc.) font locking.
13715
13716 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 13717 New, functionality extracted from
be8b11bb 13718 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 13719 (c-in-after-change-fontification): New variable.
be8b11bb
AM
13720 (c-after-change): Set c-in-after-change-fontification.
13721 (c-set-fl-decl-start): Rejig its interface, so it can be called
13722 from both after-change and context fontifying.
b81d40f0
JB
13723 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13724 New functions.
13725 (c-standard-font-lock-fontify-region-function): New variable.
13726 (c-font-lock-fontify-region): New function.
be8b11bb 13727
341cf6ac
JL
137282011-12-24 Juri Linkov <juri@jurta.org>
13729
13730 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13731 (Bug#10348)
13732
bffcee0a
MA
137332011-12-23 Michael Albinus <michael.albinus@gmx.de>
13734
13735 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13736 existence of source file. (Bug#10325)
13737
cb5e207c
AM
137382011-12-23 Alan Mackenzie <acm@muc.de>
13739
13740 Fix unstable fontification inside templates.
13741
b81d40f0
JB
13742 * progmodes/cc-langs.el (c-before-font-lock-functions):
13743 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
13744 additionally has c-set-fl-decl-start. The other languages (apart
13745 from AWK) have that as a single entry.
13746
b81d40f0
JB
13747 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13748 The functionality for "local" declarations has been extracted to
cb5e207c
AM
13749 c-set-fl-decl-start.
13750
b81d40f0
JB
13751 * progmodes/cc-mode.el (c-common-init, c-after-change):
13752 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
13753 (c-set-fl-decl-start): New function, extracted from
13754 c-font-lock-enclosing-decls and enhanced.
13755
60ff536c
JB
137562011-12-23 Juanma Barranquero <lekktu@gmail.com>
13757
13758 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13759
1c4757d6
JL
137602011-12-22 Juri Linkov <juri@jurta.org>
13761
13762 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13763
d031f2c7
CY
137642011-12-22 Chong Yidong <cyd@gnu.org>
13765
13766 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13767
bace743a
DA
137682011-12-21 Drew Adams <drew.adams@oracle.com>
13769
13770 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13771
728a1f2b
JC
137722011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13773
13774 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13775
0d373f73
TZ
137762011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13777
fec0aaa4
TZ
13778 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13779 highlighting and support. Fix up comments for capitalization.
13780 (cfengine-mode-debug): New var.
13781 (cfengine3-mode): Change the modeline indicator to "CFE3".
13782 (cfengine3-font-lock-keywords): Improve defun highlighting.
13783 (cfengine2-actions): Rename from `cfengine-actions'.
13784 (cfengine2-font-lock-keywords): Rename from
13785 `cfengine-font-lock-keywords'.
13786 (cfengine2-imenu-expression): Rename from
13787 `cfengine-imenu-expression'.
13788 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13789 (cfengine2-beginning-of-defun): Rename from
13790 `cfengine-beginning-of-defun'.
13791 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13792 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13793 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13794 modeline indicator to "CFE2".
13795 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13796 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 13797
bc86f573
CY
137982011-12-21 Chong Yidong <cyd@gnu.org>
13799
13800 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13801 filename argument.
13802
d45ba96b
MR
138032011-12-20 Martin Rudalics <rudalics@gmx.at>
13804
13805 * window.el (window-normalize-buffer-to-display): Remove.
13806 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13807
a6198c90
CY
138082011-12-19 Chong Yidong <cyd@gnu.org>
13809
13810 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13811 Don't signal an error in a predicate function; return non-nil.
13812 (vc-dir-mark-file): Move the error here.
13813 (vc-dir-mark-unmark): If acting on the region, keep going if one
13814 of the entries cannot be marked/unmarked.
13815 (vc-dir-mark-all-files): If current entry is a directory, mark
13816 only child files, as documented.
13817
34c5fb55
VB
138182011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13819
13820 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13821 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13822 addition.
13823
c803b2b7
JD
138242011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13825
13826 * term/ns-win.el (ns-get-selection-internal)
13827 (ns-store-selection-internal): Declare.
1154d12e
JB
13828 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13829 Declare as obsolete.
13830 (ns-get-pasteboard, ns-paste-secondary):
13831 Use ns-get-selection-internal.
41e9b956 13832 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 13833 Use ns-store-selection-internal.
c803b2b7 13834
9cff91f8 138352011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
13836
13837 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 13838 (vc-deduce-fileset): Doc fix.
99a289d9 13839
f16c898a
AS
138402011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13841
13842 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13843
763237c4
SS
138442011-12-13 Sam Steingold <sds@gnu.org>
13845
13846 * man.el (Man-getpage-in-background): When running under a
13847 window-system, ignore $MANWIDTH and $COLUMNS.
13848
5fc1c122
KH
138492011-12-15 Kenichi Handa <handa@m17n.org>
13850
13851 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13852 (setup-ethiopic-environment-internal): Comment out key-binding for
13853 ethio-toggle-punctuation.
13854
13d49cbb
AM
138552011-12-13 Alan Mackenzie <acm@muc.de>
13856
898169a2
AM
13857 Add the switch statement to AWK Mode.
13858
7a71b18d 13859 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
13860 "default" to the keywords regexp.
13861
7a71b18d 13862 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 13863 expression as the rest.
1d00653d
SM
13864 (c-nonlabel-token-key): Allow string literals for AWK.
13865 Refactor for the other modes.
898169a2 13866
13d49cbb 13867 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 13868 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
13869 routines. Limit backward searching in c-font-lock-enclosing.decl.
13870
13871 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13872 pp-state and literal type in addition to the limits.
1d00653d 13873 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 13874 (c-state-literal-at): Use the above new defun.
1d00653d
SM
13875 (c-slow-in-literal, c-fast-in-literal): Remove.
13876 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
13877
13878 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13879 being in a literal. Add a limit for backward searching.
13880
13881 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13882 c-slow-in-literal.
13883
15e0efc7
SM
138842011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13885
13886 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13887
454592a6
MR
138882011-12-13 Martin Rudalics <rudalics@gmx.at>
13889
13890 * window.el (delete-other-windows): Use correct frame in call to
13891 window-with-parameter.
13892
87393f26
DP
138932011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13894
13895 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13896 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13897 (makefile-gmake-statements, makefile-makepp-statements):
13898 Use it and add new makepp keywords.
13899 (makefile-makepp-font-lock-keywords): Add new patterns.
13900 (makefile-match-function-end): Match new [...] and [[...]].
13901
11636b22
JB
139022011-12-11 Juanma Barranquero <lekktu@gmail.com>
13903
13904 * ses.el (ses-call-printer-return, ses-cell-property-get)
13905 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13906 (ses-create-cell-variable, ses-reset-header-string)
13907 (ses-cell-set-formula, ses-repair-cell-reference-all)
13908 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13909 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13910 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13911 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13912 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13913 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13914 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13915 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13916 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13917 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13918 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13919 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13920
cf018193
VB
139212011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13922
13923 * ses.el: The overall change is to add cell renaming, that is
13924 setting fancy names for cell symbols other than name matching
13925 "\\`[A-Z]+[0-9]+\\'" regexp .
13926 (ses-create-cell-variable): New defun.
13927 (ses-relocate-formula): Relocate formulas only for cells the
13928 symbols of which are not renamed, i.e. symbols whose names do not
13929 match regexp "\\`[A-Z]+[0-9]+\\'".
13930 (ses-relocate-all): Relocate values only for cells the symbols of
13931 which are not renamed.
13932 (ses-load): Create cells variables as the (ses-cell ...) are read,
13933 in order to check row col consistency with cell symbol name only
13934 for cells that are not renamed.
13935 (ses-replace-name-in-formula): New defun.
13936 (ses-rename-cell): New defun.
13937
ee957461
CY
139382011-12-11 Chong Yidong <cyd@gnu.org>
13939
13940 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13941 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13942
9a9e9ef0
MR
139432011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13944
13945 * window.el (other-window): Fix docstring.
13946
92a8eba5
EZ
139472011-12-10 Eli Zaretskii <eliz@gnu.org>
13948
13949 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
13950 `from' or `to' address before taking its substring.
13951 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
13952 encoded name is chopped in the middle of the encoded string, and
13953 thus displayed encoded.
13954
e152e577
JB
139552011-12-10 Juanma Barranquero <lekktu@gmail.com>
13956
13957 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13958
e5d84bfe
EZ
139592011-12-10 Eli Zaretskii <eliz@gnu.org>
13960
13961 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13962 to use texinfo-update-node and commands that call it if the
13963 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 13964 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
13965 (texinfo-all-menus-update, texinfo-master-menu)
13966 (texinfo-update-node, texinfo-every-node-update)
13967 (texinfo-multiple-files-update): Doc fix. Warn against updating
13968 all the @node lines.
13969 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
13970 argument is numeric. Explain better in the doc string what the
13971 function really does.
13972 (texinfo-insert-master-menu-list): Improve the error message
13973 displayed if there's no menu in the Top node.
13974 (Bug#2975) See also this thread:
e5d84bfe
EZ
13975 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13976
1d84e9bb
MG
139772011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13978
13979 * speedbar.el (speedbar-supported-extension-expressions):
13980 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13981
382c953b
JB
139822011-12-09 Juanma Barranquero <lekktu@gmail.com>
13983
13984 * printing.el (pr-mode-alist):
13985 * simple.el (filter-buffer-substring-functions)
13986 (completion-list-insert-choice-function):
13987 * window.el (window-with-parameter, window-atom-root)
13988 (window-sides-slots, window-size-fixed, window-min-delta)
13989 (window-max-delta, window--resize-mini-window)
13990 (window--resize-child-windows-normal, window-tree)
13991 (delete-other-windows, quit-window, split-window)
13992 (display-buffer-record-window, special-display-buffer-names)
13993 (special-display-regexps, special-display-popup-frame)
13994 (same-window-p, split-window-sensibly)
13995 (display-buffer-overriding-action, display-buffer-alist)
13996 (display-buffer-base-action, display-buffer, switch-to-buffer)
13997 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13998 (fit-window-to-buffer, recenter-positions)
13999 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14000 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14001 and remove unneeded backslashes in docstrings.
14002
39c9faef
SM
140032011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14004
98449af8
SM
14005 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14006
39c9faef
SM
14007 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14008 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14009 end in ".mk".
14010 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14011 when reading the makefile (bug#10116).
14012
86ed9fdc
SM
140132011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14016 (bug#10116).
14017
5580f89d
GM
140182011-12-06 Glenn Morris <rgm@gnu.org>
14019
14020 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14021
28d3917c
CY
140222011-12-06 Chong Yidong <cyd@gnu.org>
14023
14024 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14025
a98edce9
JB
140262011-12-06 Juanma Barranquero <lekktu@gmail.com>
14027
14028 * textmodes/table.el (table-shorten-cell): Fix typo.
14029
e65adfac
CG
140302011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14031
14032 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14033
71cc0b74
EZ
140342011-12-05 Eli Zaretskii <eliz@gnu.org>
14035
14036 * descr-text.el (describe-char): Fix display of strong
14037 right-to-left characters and directional embeddings and overrides.
14038
14039 * simple.el (what-cursor-position): Fix display of codepoints of
14040 strong right-to-left characters.
14041
315bc30d
CY
140422011-12-05 Chong Yidong <cyd@gnu.org>
14043
14044 * faces.el (read-color): Doc fix.
14045
58a70b94
GM
140462011-12-05 Glenn Morris <rgm@gnu.org>
14047
14048 * align.el (align--set-marker): Add doc-string.
14049 Don't try to move something that is not a marker. (Bug#10216)
14050
5158face
GM
140512011-12-04 Glenn Morris <rgm@gnu.org>
14052
14053 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14054 overly zealous deletion of trailing whitespace.
14055
520fca41
JB
140562011-12-04 Juanma Barranquero <lekktu@gmail.com>
14057
14058 * server.el (server-delete-client): On Windows, do not try to delete
14059 the only terminal.
14060 (server-process-filter): On Windows, treat requests for a tty frame as
14061 if they were for a GUI frame if the running server is in GUI mode.
14062
5e605a2e
GM
140632011-12-03 Glenn Morris <rgm@gnu.org>
14064
14065 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14066
5c3fe83f
SM
140672011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14068
6f5e57e7
SM
14069 * electric.el: Streamline electric-indent's hook.
14070 (electric-indent-chars): Revert to simple list.
14071 (electric-indent-functions): New var.
14072 (electric-indent-post-self-insert-function): Use it.
14073
5c3fe83f
SM
14074 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14075 there's no inferior buffer (bug#10196).
14076 (prolog-consult-compile): Don't use toggle-read-only.
14077
6bdac736
MA
140782011-12-02 Michael Albinus <michael.albinus@gmx.de>
14079
14080 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14081 interrupt. (Bug#10187)
14082
6131ba7f
SM
140832011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14084
99c79fee
SM
14085 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14086 (bug#9160).
14087
6131ba7f
SM
14088 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14089 (bug#10191).
14090
cb0a02ea
JL
140912011-12-02 Juri Linkov <juri@jurta.org>
14092
14093 * info.el (Info-search): Display "end of manual" when Isearch
14094 reaches the end of single-file Info manual. (Bug#9918)
14095
66e0570c
EZ
140962011-12-02 Eli Zaretskii <eliz@gnu.org>
14097
14098 * isearch.el (isearch-message-prefix): Run the input method part
14099 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14100
02b16839
JL
141012011-12-02 Juri Linkov <juri@jurta.org>
14102
14103 * isearch.el (isearch-occur): Use `word-search-regexp' for
14104 `isearch-word'.
14105 (isearch-search-and-update): Add condition for `isearch-word' and
14106 call `word-search-regexp'. (Bug#10145)
14107
0b950688
GM
141082011-12-01 Glenn Morris <rgm@gnu.org>
14109
14110 * eshell/em-hist.el (eshell-hist-initialize):
14111 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 14112 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 14113
9505c3c7
SM
141142011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14117
1bbe96b2 141182011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 14119
a1beca85
SM
14120 * progmodes/verilog-mode.el (verilog-pretty-expr):
14121 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
14122 verilog, such as += *= and the like.
14123 (verilog-assignment-operator-re): Regular expression to find the
14124 assigment operator in a verilog assignment.
14125 (verilog-assignment-operation-re): Regular expression to find an
14126 assignment statement for pretty-expr.
14127 (verilog-in-attribute-p): Query returns true if point is in an
14128 attribute context; used to skip these for expression line up from
14129 pretty-expr.
14130 (verilog-in-parameter-p): Query returns true if point is in an
14131 parameter definition context; used to skip these for expression
14132 line up from pretty-expr.
14133 (verilog-in-parenthesis-p): Query returns true if point is in a
14134 parenthetical expression, specifically ( ) but not [ ] or { };
14135 used by pretty-expr.
14136 (verilog-just-one-space): If there is no space, don't add one.
14137 (verilog-get-lineup-indent-2): Specifically skip just attribute
14138 contexts for expression lineup, rather than skipping all
14139 parenthetical expressions.
14140 (verilog-calculate-indent): Fix comment, and fix indent.
14141 (verilog-do-indent): Indent declarations in lists (suggested by
14142 Joachim Lechner).
14143 (verilog-mode-abbrev-table): Populate abbrev mode with the various
14144 skeleton items.
14145 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14146 by Alain Mellan).
14147
1bbe96b2 141482011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
14149
14150 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14151 parameters with embedded comments. Reported by Ray Stevens.
14152 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14153 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14154 Reported by Tim Holt.
14155 (verilog-auto): Fix AUTOing a upper module then AUTOing module
14156 instantiated by upper module causing wrong expansion until AUTOed a
14157 second time. Reported by K C Buckenmaier.
14158 (verilog-diff-auto): Fix showing .* as a difference when
14159 `verilog-auto-star-save' off. Reported by Dan Dever.
14160 (verilog-auto-reset, verilog-read-always-signals)
14161 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14162 temporary signals in reset list if
14163 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
14164 style to each signal's assignment type, bug381.
14165 Reported by Thomas Esposito.
6288f0ca
WS
14166 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14167 (verilog-uvm-statement-re): Support UVM indentation and
14168 highlighting, with old OVM keywords only.
a1beca85 14169 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
14170 Support AUTOTIEOFF creating non-wire data types.
14171 Suggested by Jonathan Greenlaw.
6288f0ca
WS
14172 (verilog-auto-insert-lisp, verilog-delete-to-paren)
14173 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14174 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
14175 (verilog-read-sub-decls, verilog-read-sub-decls-line):
14176 Fix mismatching parenthesis inside commented out code when deleting
382c953b 14177 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
14178 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14179 non-numeric vector width. Reported by Alex Reed.
14180 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 14181 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
14182 (verilog-auto-delete-trailing-whitespace):
14183 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
14184 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
14185 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14186 Fix verilog-scan-cache corruption when running user AUTO expansion
14187 hooks that call indentation routines.
14188 (verilog-simplify-range-expression): Fix typo ignoring lower case
14189 identifiers.
14190 (verilog-delete-auto): Fix delete-autos to also remove user created
14191 automatics, as long as they start with AUTO.
14192 (verilog-batch-diff-auto, verilog-diff-auto)
14193 (verilog-diff-function): Add `verilog-diff-auto' and bind to
14194 "C-c?" to report differences in AUTO expansion, ignoring spaces.
14195 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14196 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
14197 (verilog-re-search-forward-quick, verilog-syntax-ppss):
14198 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
14199 is disabled and its cache will get corrupt, causing AUTOS not to
14200 expand. Instead use only -quick functions.
14201 (verilog-scan-region): Fix scanning over escaped quotes.
14202 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14203 (verilog-re-search-backward-quick)
14204 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14205 related functions now ignore strings, to fix misparsing of strings
14206 with magic comments embedded in them.
a1beca85
SM
14207 (verilog-read-auto-template):
14208 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14209 Reported by Brad Dobbie.
14210 (verilog-read-auto-template):
14211 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 14212 Reported by Brad Dobbie.
6288f0ca
WS
14213 (verilog-auto-inst, verilog-auto-inst-param)
14214 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14215 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
14216 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
14217 debugging templates without merge conflicts, bug357.
14218 Reported by Brad Dobbie.
14219 (verilog-read-auto-template):
14220 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
14221 Reported by Brad Dobbie.
14222 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14223 abbrevs so user won't be asked to save.
14224 (verilog-read-auto-lisp-present): Fix to start at beginning of
14225 buffer in case called outside of verilog-auto.
14226 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14227 to "X-2". Reported by Matthew Myers.
14228 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14229 all inputs from module templates. Reported by Leith Johnson.
14230 (verilog-module-inside-filename-p): Fix locating programs as with
14231 modules.
14232 (verilog-auto-inst-port): Fix vl-width expressions when using
14233 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
14234 (verilog-decls-get-regs, verilog-decls-get-signals,
14235 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
14236 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
14237 verilog-read-decls): Combine reg and wire structures into one var
14238 structure to represent SystemVerilog concepts.
14239 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
14240 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
14241 (verilog-auto-wire-type, verilog-insert-definition):
14242 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
14243 SystemVerilog "logic" keyword instead of "wire"/"reg".
14244 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
14245 to declares outputs that also have assignments (presumably in an
a1beca85
SM
14246 ifdef or generate if so there's not a driver conflict).
14247 Reported by Matthew Myers.
14248 (verilog-auto-declare-nettype, verilog-insert-definition):
14249 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
14250 `default_nettype none. Reported by Julian Gorfajn.
14251 (verilog-read-always-signals-recurse, verilog-read-decls)
14252 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
14253 malformed end statement, bug325. Reported by Joshua Wise and
14254 Andrew Drake.
14255 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
14256 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
14257 when expanding .* in interfaces, bug320.
14258 Reported by Pierre-David Pfister.
6288f0ca 14259 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
14260 name and open parenthesis, bug317.
14261 Reported by Pierre-David Pfister.
6288f0ca
WS
14262 (verilog-simplify-range-expression): Fix simplification of
14263 multiplications inside AUTOWIRE connections, bug303.
14264 (verilog-auto-inst-port): Support parameter expansion in
14265 multidimensional arrays.
14266 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
14267 after "assert property". Reported by Julian Gorfajn.
14268 (verilog-simplify-range-expression): Fix "couldn't merge" errors
14269 with multiplication, bug303.
14270 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
14271 Reported by Jan Frode Lonnum.
14272
1bbe96b2
GM
142732011-11-30 Juanma Barranquero <lekktu@gmail.com>
14274
14275 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
14276 (hfy-shell-file-name, hfy-shell):
14277 * international/fontset.el (x-decompose-font-name): Fix typos.
14278
142792011-11-29 Ken Brown <kbrown@cornell.edu>
14280
14281 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
14282 (gdb-version): Remove defvar.
14283 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
14284 (gdb-gud-context-command, gdb-non-stop-handler)
14285 (gdb-current-context-command, gdb-stopped): Use it.
14286 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
14287 (gdb-non-stop-handler): Don't enable pretty-printing here.
14288 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
14289 non-stop mode. Use the following.
14290 (gdb-check-target-async): New defun.
14291 (gud-watch, gdb-stopped): Fix whitespace.
14292 (gdb-get-source-file): Don't try to display the source file if
14293 `gdb-main-file' is nil.
14294
142952011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * align.el: Try to generate fewer markers (bug#10047).
14298 (align--set-marker): New macro.
14299 (align-region): Use it.
14300
c935221f
SM
143012011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
14304
e70b5064
CY
143052011-11-29 Chong Yidong <cyd@gnu.org>
14306
14307 * indent.el (indent-for-tab-command, indent-according-to-mode):
14308 Doc fix.
14309 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
14310
f3af92b7
MA
143112011-11-29 Michael Albinus <michael.albinus@gmx.de>
14312
14313 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
14314 aware of remote file names. (Bug#10124)
14315
ed472be9
CY
143162011-11-29 Chong Yidong <cyd@gnu.org>
14317
14318 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
14319
24510c22
SM
143202011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * files.el (find-file): Don't use force-same-window (bug#10144).
14323 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
14324 use pop-to-buffer if the selected window can't be used.
14325 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
14326
c60c3703
EZ
143272011-11-28 Eli Zaretskii <eliz@gnu.org>
14328
14329 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
14330 special-mode-map.
14331
e95def75
CY
143322011-11-28 Chong Yidong <cyd@gnu.org>
14333
14334 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
14335
c3f1c606
NR
143362011-11-27 Nick Roberts <nickrob@snap.net.nz>
14337
14338 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
14339 gdb-get-source-file-list on gdb-create-source-file-list.
14340
00db469c
EZ
143412011-11-26 Eli Zaretskii <eliz@gnu.org>
14342
14343 * whitespace.el (whitespace-newline): Use a different foreground
14344 color for 16-color light-background displays.
14345
4ad3bc2a
CY
143462011-11-24 Chong Yidong <cyd@gnu.org>
14347
14348 * window.el (display-buffer--special-action): Doc fix.
14349
e9fce1ac
JB
143502011-11-25 Juanma Barranquero <lekktu@gmail.com>
14351
14352 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14353 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14354 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14355 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14356 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14357 (avl-tree-stack-first):
14358 * emacs-lisp/cconv.el (cconv--analyse-use):
14359 * net/gnutls.el (gnutls-negotiate): Fix typos.
14360
cb825e5d
GM
143612011-11-24 Glenn Morris <rgm@gnu.org>
14362
3adbe224
GM
14363 * lpr.el (lpr-windows-system, lpr-lp-system):
14364 * mail/binhex.el (binhex-begin-line):
14365 * progmodes/grep.el (grep-history, grep-find-history):
14366 * textmodes/flyspell.el:
14367 * vc/pcvs-defs.el (cvs-global-menu):
14368 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14369 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14370 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14371
321decc8
GM
14372 * net/tls.el: Fix case of "GnuTLS".
14373
420b63ad
GM
14374 * paths.el (rmail-file-name): Format doc-string for make-docfile.
14375
cb825e5d
GM
14376 * version.el (emacs-build-system): Give it a doc-string.
14377
a0649f08
JL
143782011-11-24 Juri Linkov <juri@jurta.org>
14379
14380 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
14381
c0bc0fd4
GM
143822011-11-24 Glenn Morris <rgm@gnu.org>
14383
14384 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
14385 if called on a non-mime message just toggle the headers. (Bug#8006)
14386
20db1522
JB
143872011-11-24 Juanma Barranquero <lekktu@gmail.com>
14388
14389 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
14390 (allout-lead-with-comment-string, allout-structure-deleted-hook)
14391 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
14392 (allout-rebullet-heading, allout-open-sibtopic)
14393 (allout-toggle-current-subtree-encryption)
14394 (allout-toggle-subtree-encryption, allout-encrypt-string)
14395 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
14396 (allout-distinctive-bullets-string, allout-auto-activation):
14397 * window.el (window-normalize-buffer-to-display):
14398 * progmodes/verilog-mode.el (verilog-batch-indent):
14399 * textmodes/bibtex.el (bibtex-field-braces-opt)
14400 (bibtex-field-strings-opt):
14401 * vc/cvs-status.el (cvs-tree-merge):
14402 Fix typos.
14403
7262a87c
MA
144042011-11-23 Michael Albinus <michael.albinus@gmx.de>
14405
14406 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
14407 `non-essential' to t, in order to avoid remote connections.
14408
283430a1
EZ
144092011-11-23 Eli Zaretskii <eliz@gnu.org>
14410
a1beca85
SM
14411 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14412 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
14413 case-insensitively.
14414
d2992a38
ML
144152011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14416
14417 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
14418
50419064
GM
144192011-11-23 Glenn Morris <rgm@gnu.org>
14420
da94eca1
GM
14421 * paths.el (rmail-file-name): Reformat the doc-string so that it
14422 is picked up.
14423
9aac4de2
GM
14424 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
14425 (rmail-auto-file): Ignore case in the "special" field names,
14426 as mail-fetch-field does for all others.
14427
8038d2d2
GM
14428 * mail/rmail.el (rmail-forward):
14429 * mail/rmailkwd.el (rmail-set-label):
14430 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14431 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
14432
f3fe222a
GM
14433 * mail/rmail.el (rmail-current-message): Doc fix.
14434
50419064
GM
14435 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
14436
28109f49
SM
144372011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * server.el (server-eval-and-print): Allow C-g (bug#6585).
14440
394c65f1
GM
144412011-11-22 Glenn Morris <rgm@gnu.org>
14442
14443 * mail/rmailmm.el (test-rmail-mime-handler)
14444 (test-rmail-mime-bulk-handler)
14445 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
14446
f2a0aa3a
JL
144472011-11-21 Juri Linkov <juri@jurta.org>
14448
1154d12e
JB
14449 * calc/calc.el (calc-read-key-sequence):
14450 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 14451
9c34a344
LMI
144522011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14453
14454 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14455 Tell the caller that the next line needs recomputation, even
14456 though it doesn't start a sexp (bug#10094).
14457
f04a3be9
SM
144582011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
14461
7978747f
SM
144622011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14463
f04a3be9
SM
14464 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14465 Use force-same-window.
7978747f 14466
fe7a3057
JB
144672011-11-20 Juanma Barranquero <lekktu@gmail.com>
14468
14469 * descr-text.el (describe-char-unicode-data):
14470 * json.el (json-string-escape):
14471 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
14472 (Footnote-unicode, Footnote-style-p):
14473 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
14474
24901d61
CY
144752011-11-20 Chong Yidong <cyd@gnu.org>
14476
14477 * window.el (replace-buffer-in-windows): Restore interactive spec.
14478
bac7ff22
SM
144792011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14480
24f3d7b9
SM
14481 * electric.el (electric-indent-mode): Fix last change (too optimistic).
14482
bac7ff22
SM
14483 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
14484 (byte-compile-global-not-obsolete-vars): New var.
14485 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
14486 Use it.
14487 (byte-compile-warn-obsolete): Align text with the one in *Help*.
14488
cd1181db
JB
144892011-11-20 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
14492 * progmodes/pascal.el (electric-pascal-equal):
14493 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
14494 * xml.el (xml-substitute-special): Fix typos.
14495
7fb18e9e
GM
144962011-11-20 Glenn Morris <rgm@gnu.org>
14497
14498 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
14499 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
14500 Doc fixes.
14501 (rmail-decode-mime-charset): Mark as obsolete.
14502
14503 * mail/rmailsum.el (rmail-message-regexp-p-1):
14504 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
14505 Before using mime functions, check they are set. (Bug#10077)
14506
d5a6b3ba
JL
145072011-11-19 Juri Linkov <juri@jurta.org>
14508
14509 * info.el (Info-finder-find-node): Use `package--builtins' instead
14510 of `package-alist'. Use node names formed by the pattern "Keyword "
14511 and the keyword name.
14512
e981b61f
AS
145132011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14514
1d00653d 14515 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 14516
3ffbc301
JL
145172011-11-19 Juri Linkov <juri@jurta.org>
14518
14519 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
14520 that calls `revert-buffer' on all Info buffers. (Bug#9915)
14521 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
14522 `old-history', `old-history-forward'. Add let-binding
14523 `window-selected'. Remove calls to `kill-buffer',
14524 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
14525 before calling `Info-find-node', so `Info-find-node-2' will reread
14526 the Info file. Restore window positions only when `window-selected'
14527 is non-nil.
14528
30c62133
JL
145292011-11-19 Juri Linkov <juri@jurta.org>
14530
14531 * isearch.el (isearch-lazy-highlight-new-loop):
14532 Remove condition `(not isearch-error)'. (Bug#9918)
14533
14534 * misearch.el (multi-isearch-search-fun): Add condition
14535 `(not bound)' to ignore lazy-highlighting search.
14536 Add the search-failed message "end of multi" when the end of
14537 multi-sequence is reached. Uncapitalize the search-failed
14538 message "Repeat for next buffer".
14539
14540 * info.el (Info-search): Add the search-failed message
14541 "end of the manual" when the end of the manual is reached
14542 in Isearch mode.
14543
645ca9cf
JL
145442011-11-19 Juri Linkov <juri@jurta.org>
14545
14546 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
14547 Use non-destructive `remove' instead of `delete' because
14548 `Info-history-list' stored to `Info-isearch-initial-history-list' in
14549 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
14550
df754f66
JL
145512011-11-19 Juri Linkov <juri@jurta.org>
14552
14553 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
14554 to nil instead of binding `search-ring' and `regexp-search-ring'.
14555 (Bug#9185)
14556
0e23d96a
EZ
145572011-11-19 Eli Zaretskii <eliz@gnu.org>
14558
14559 * simple.el (line-move): Force movement by logical lines for any
14560 hscrolled window, not only when auto-hscroll-mode is on.
14561 (line-move-visual): Update doc string to that effect. (Bug#10076)
14562
8a6ccb66
AS
145632011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14564
14565 * language/european.el (macintosh): Define as alias for mac-roman.
14566
49ae5b39
EZ
145672011-11-19 Eli Zaretskii <eliz@gnu.org>
14568
14569 * mail/rmailmm.el (rmail-mime-display-header)
14570 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
14571 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
14572 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
14573 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
14574 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
14575 of a raw aref.
14576 (rmail-mime-entity-segment): To get past the tagline, move forward
14577 2 more lines, to account for the 2 empty lines that precede and
14578 follow the line with the buttons.
14579 (rmail-mime-update-tagline): Move one more line, to get past the
14580 empty line that follows the buttons in the tagline. (Bug#9520)
14581
c56cad4a
MR
145822011-11-19 Martin Rudalics <rudalics@gmx.at>
14583
14584 * window.el (window-max-delta-1, window-min-delta-1)
14585 (window-min-size-1, window-state-get-1, window-state-put-1)
14586 (window-state-put-2): Use "window--" prefix.
14587
cbe71af3
SM
145882011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14589
2ad52c60
SM
14590 * emacs-lisp/smie.el: Improve warnings and conflict detection.
14591 (smie-warning-count): New var.
14592 (smie-set-prec2tab): Use it.
14593 (smie-bnf->prec2): Improve warnings. Add docstring.
14594 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14595 (smie-bnf--set-class): New function.
14596 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
14597 corner case.
14598
6944dbc1
SM
14599 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
14600 (compilation-error-properties, compilation-move-to-column):
14601 Handle compilation-first-column while in the target buffer.
14602
c400c4d7
SM
14603 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
14604 Don't hardcode point-min==1.
14605
6dbe3e96
SM
14606 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
14607 (eshell-rewrite-for-command): Remove workaround.
14608 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
14609 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
14610 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
14611
cbe71af3
SM
14612 * files-x.el (modify-file-local-variable): Obey commenting conventions.
14613
a8e1496d
GM
146142011-11-17 Glenn Morris <rgm@gnu.org>
14615
14616 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14617 Ignore buffer-local generated-autoload-file if it is the same
14618 as the global value. (Bug#10049)
14619
df85d315
JB
146202011-11-17 Juanma Barranquero <lekktu@gmail.com>
14621
14622 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
14623 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
14624 (reftex-toc-previous-heading, reftex-toc-max-level)
14625 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
14626 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14627 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14628 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14629 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
14630 (reftex-toc-rename-label, reftex-toc-visit-location)
14631 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
14632 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
14633 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
14634 leaving "*toc*" only for references to the buffer.
14635
a0c2d0ae
MR
146362011-11-17 Martin Rudalics <rudalics@gmx.at>
14637
14638 * window.el (window-resize, delete-window, split-window):
14639 Replace window-splits by window-combination-resize.
1d00653d 14640 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 14641
35c0bac8
GM
146422011-11-17 Glenn Morris <rgm@gnu.org>
14643
14644 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14645 Make bash entry derive from sh entry, not shell entry.
14646
d0c8fc8a
MA
146472011-11-16 Michael Albinus <michael.albinus@gmx.de>
14648
7262a87c
MA
14649 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14650 local file name.
14651
7877f373
JB
146522011-11-16 Juanma Barranquero <lekktu@gmail.com>
14653
14654 * menu-bar.el (menu-bar-file-menu):
14655 * printing.el (pr-ps-utility):
14656 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14657 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14658 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14659 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14660 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14661 (icalendar--convert-cyclic-to-ical)
14662 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14663 (icalendar--convert-ical-to-diary)
14664 (icalendar--convert-recurring-to-diary)
14665 (icalendar--convert-non-recurring-all-day-to-diary)
14666 (icalendar-import-format-sample):
14667 * progmodes/idlw-shell.el (idlwave-shell-mode):
14668 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14669 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14670 (vhdl-ps-print-init): Fix typos.
14671
10649b82
KM
146722011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
14673
9d0cfcd6
GM
14674 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14675 FSF and collapse date sequence, obscure author/maintainer email address
14676 better, remove extra version line, track relocation of author's webpage.
10649b82 14677
9d0cfcd6
GM
14678 * progmodes/python.el (python-pdbtrack-input-prompt)
14679 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14680 regular python pdb prompts. Adjustments shamelessly taken exactly as
14681 suggested in EmacsWiki page (tiny change):
14682 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 14683
58179cce
JB
146842011-11-16 Juanma Barranquero <lekktu@gmail.com>
14685
14686 * expand.el (expand-pos, expand-index, expand-point):
14687 Remove redundant info from docstring.
14688 (expand-add-abbrevs): Doc fix.
14689 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14690 (expand-sample-perl-mode-expand-list): Fix typos.
14691
14692 * net/dbus.el (dbus-event-member-name):
14693 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14694 * term/pc-win.el (msdos-create-frame-with-faces):
14695 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14696
b6f67890
MR
146972011-11-16 Martin Rudalics <rudalics@gmx.at>
14698
14699 * window.el (split-window, window-state-get-1)
14700 (window-state-put-1, window-state-put-2): Rename occurrences of
14701 window-nest to window-combination-limit.
1d00653d 14702 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 14703
ce7ddba0
CY
147042011-11-16 Chong Yidong <cyd@gnu.org>
14705
14706 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14707 regexp (Bug#10033).
14708
3ae704f4
SM
147092011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14712 `completing-read' will remove *Completions* and will preserve
14713 current-buffer for us.
14714 (tmm-add-prompt): Users of *Completions* will always (re)set its
14715 major mode.
14716 (tmm-old-comp-map): Remove.
14717
6ad1cdde
GM
147182011-11-16 Glenn Morris <rgm@gnu.org>
14719
14720 * mail/rmailedit.el: Require rmailmm when compiling.
14721 (rmail-old-mime-state): New declaration.
14722 (rmail-edit-current-message): If editing a mime message,
14723 edit the "raw" message from the mbox buffer.
14724 (rmail-cease-edit): Handle mime messages. (Bug#9840)
14725
d20faa20
GM
147262011-11-15 Glenn Morris <rgm@gnu.org>
14727
14728 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14729 which wasn't being used. Add optional arg to force given state.
14730 (rmail-mime): Add optional arg to force given state.
14731
c7015153
JB
147322011-11-15 Juanma Barranquero <lekktu@gmail.com>
14733
14734 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14735 * frame.el (display-mm-dimensions-alist):
14736 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14737 (outline-move-subtree-down):
14738 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14739 (newsticker--treeview-do-get-node):
14740 * net/quickurl.el (quickurl-list-buffer-name):
14741 * progmodes/dcl-mode.el (dcl-mode):
14742 * progmodes/gdb-mi.el (gdb-mapcar*):
14743 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14744
45261b50
GM
147452011-11-15 Glenn Morris <rgm@gnu.org>
14746
14747 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14748 in a boolean sense, so just make it a boolean, and fix the doc.
14749 (rmail-show-mime-function, rmail-mime-feature)
14750 (rmail-require-mime-maybe): Doc fixes.
14751 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14752
14753 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14754
0d26e0b6
JB
147552011-11-15 Juanma Barranquero <lekktu@gmail.com>
14756
14757 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14758 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14759 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14760 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14761
447f30f6
GM
147622011-11-15 Glenn Morris <rgm@gnu.org>
14763
672b871d
GM
14764 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14765 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14766 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14767 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14768 (rmail-mime, rmail-show-mime): Doc fixes.
14769
f6aa5bb1
GM
14770 * term/ns-win.el (mode-line-frame-identification):
14771 Leave it alone. (Bug#10051)
14772
947cd66b
GM
14773 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14774
447f30f6
GM
14775 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14776 Handle empty buffers. (Bug#9978)
14777
0b381c7e
JB
147782011-11-14 Juanma Barranquero <lekktu@gmail.com>
14779
14780 * international/mule.el (define-charset):
14781 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14782 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14783 * progmodes/verilog-mode.el (verilog-backward-token):
14784 * textmodes/ispell.el (lookup-words):
14785 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14786
71e027ac
GM
147872011-11-14 Glenn Morris <rgm@gnu.org>
14788
56632ce4
GM
14789 * progmodes/executable.el
14790 (executable-make-buffer-file-executable-if-script-p):
14791 Handle file-modes returning nil.
14792
40500957
GM
14793 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14794 message - not necessary, and causes problems. (Bug#9831)
14795
071c2340
GM
14796 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14797
d3cfca60
GM
14798 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14799
71e027ac
GM
14800 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14801 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14802 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14803
89d61221
MR
148042011-11-12 Martin Rudalics <rudalics@gmx.at>
14805
14806 * window.el (window-resize, delete-window): Use window-splits
14807 variable instead of function.
14808 (window-state-get-1, window-state-put-2, window-state-put):
14809 Don't deal with windows' splits status.
14810
98282f6f
GM
148112011-11-12 Glenn Morris <rgm@gnu.org>
14812
14813 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14814 (apropos-documentation): Doc fixes.
14815
40a8bdf6
JB
148162011-11-11 Juanma Barranquero <lekktu@gmail.com>
14817
14818 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14819 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14820
65bd19ff
SM
148212011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * electric.el (electric-indent-post-self-insert-function): Make it
14824 possible for a char to only indent in some circumstances.
14825 (electric-indent-mode): Simplify.
14826
54f9154c
MR
148272011-11-11 Martin Rudalics <rudalics@gmx.at>
14828
14829 * window.el (windows-with-parameter): Remove unused function.
14830 (windows-at-side): Rename to window-at-side-list.
14831 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
14832 (window-side-check, window-size-ignore, window-size-fixed-1)
14833 (window-in-direction-2): Prefix with "window--".
14834 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 14835
68cbc58b
GM
148362011-11-11 Glenn Morris <rgm@gnu.org>
14837
14838 * subr.el (eval-after-load): If FILE is already loaded,
14839 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14840
b2621720
GM
148412011-11-10 Glenn Morris <rgm@gnu.org>
14842
9a4de110
GM
14843 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14844 Call svn via vc-svn-command rather than vc-do-command.
14845 (vc-svn-command): Add --non-interactive. (Bug#9993)
14846 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14847
b2621720
GM
14848 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14849 Add toggle-read-only. (Bug#7292)
14850 * files.el (toggle-read-only): Mention that it should only
14851 be used interactively. (Bug#10006)
14852
1dce7193
SM
148532011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14854
d9ac1a1e
SM
14855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14856 Adjust regexp for OCaml warnings.
14857
0c325082
SM
14858 * electric.el (electric-pair-post-self-insert-function): Let user
14859 turn it off buffer-locally (bug#9932).
14860
90132c14
SM
14861 * progmodes/python.el (python-beginning-of-statement):
14862 Rewrite (bug#2703).
14863
1dce7193
SM
14864 * progmodes/compile.el: Better handle TABs (bug#9749).
14865 (compilation-internal-error-properties)
14866 (compilation-next-error-function): Obey the target buffer's
14867 compilation-error-screen-columns.
14868
c4e7c63a
JB
148692011-11-09 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * progmodes/meta-mode.el: Remove obsolete comments.
14872 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14873 Fix typos in docstrings.
14874
2cffd681
MR
148752011-11-09 Martin Rudalics <rudalics@gmx.at>
14876
14877 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 14878 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
14879 (window--resizable): New function. Make all callers of
14880 window-resizable call window--resizable instead.
14881 (window-resizable): Rewrite in terms of window--resizable.
14882
0edcba87
GM
148832011-11-08 Glenn Morris <rgm@gnu.org>
14884
14885 * progmodes/delphi.el (delphi-mode-syntax-table):
14886 Let define-derived-mode define a proper syntax table. (Bug#9994)
14887
4b0d61e3
SM
148882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * window.el: Stay away from defsubst.
14891 (window-list-no-nils): Remove.
14892 (window-state-get-1, window-state-get): Use backquote instead.
14893
cd394be1 148942011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 14895
4b0d61e3 14896 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 14897 Fix incorrect use of default argument in `completing-read'.
14898
e1c2c6f2
MR
148992011-11-08 Martin Rudalics <rudalics@gmx.at>
14900
14901 * window.el (display-buffer-function, special-display-function):
14902 Mention display-buffer-record-window but do not mention
14903 help-setup parameter in doc-strings.
b3f4a882 14904 (window-min-delta): Fix doc-string typo.
e1c2c6f2 14905
105216ed
CY
149062011-11-08 Chong Yidong <cyd@gnu.org>
14907
14908 * window.el (window-total-height, window-total-width): Doc fix.
14909 (window-body-size): Move from C.
14910 (window-body-height, window-body-width): Move to C.
14911
0a9f9ab5
SM
149122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * window.el: Make special-display like display-buffer-alist (bug#9532).
14915 (display-buffer--special-action): New function, morphed
14916 from display-buffer--special.
14917 (display-buffer): Use it to handle special-display-buffers at higher
14918 priority (just after display-buffer-alist).
14919 (display-buffer-fallback-action, display-buffer--other-frame-action)
14920 (pop-to-buffer-same-window): Remove display-buffer--special.
14921
a769dd15
GM
149222011-11-07 Glenn Morris <rgm@gnu.org>
14923
14924 * calendar/cal-menu.el (cal-menu-set-date-title):
14925 Do nothing if not in a calendar. (Bug#9976)
14926
05a61ee3
SM
149272011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14928
14929 * files.el (find-file): Always use selected-window.
14930
be7f5545
MR
149312011-11-07 Martin Rudalics <rudalics@gmx.at>
14932
14933 * window.el (window-combinations): Make WINDOW argument
14934 mandatory. Rewrite doc-string.
14935 (walk-window-subtree, window-atom-check, window-min-delta)
14936 (window-max-delta, window--resize-this-window)
14937 (window--resize-root-window-vertically, window-tree)
14938 (balance-windows, window-state-put): Rewrite doc-strings as to
14939 not mention the term "subwindow".
14940 (window--resize-subwindows-skip-p): Rename to
14941 window--resize-child-windows-skip-p.
14942 (window--resize-subwindows-normal): Rename to
14943 window--resize-child-windows-normal.
14944 (window--resize-subwindows): Rename to
14945 window--resize-child-windows.
14946 (window-or-subwindow-p): Rename to window--in-subtree-p.
14947
3c6702ef
ML
149482011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14949
14950 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14951 Ensure that mbox format messages end in two newlines (Bug#9974).
14952
49745b39
CY
149532011-11-06 Chong Yidong <cyd@gnu.org>
14954
14955 * window.el (window-combination-p): Function deleted; its
14956 side-effect is not used in any existing code.
14957 (window-combinations, window-combined-p): Call window-*-child
14958 directly.
14959
24300f5f
CY
149602011-11-05 Chong Yidong <cyd@gnu.org>
14961
14962 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
14963 (window-size-ignore, window-state-get): Callers changed.
14964 (window-normalize-window): Rename from window-normalize-any-window.
14965 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 14966 (window-normalize-live-window): Delete.
447f16b8
CY
14967 (window-combination-p, window-combined-p, window-combinations)
14968 (walk-window-subtree, window-atom-root, window-min-size)
14969 (window-sizable, window-sizable-p, window-size-fixed-p)
14970 (window-min-delta, window-max-delta, window-resizable)
14971 (window-resizable-p, window-full-height-p, window-full-width-p)
14972 (window-current-scroll-bars, window-point-1, set-window-point-1)
14973 (window-at-side-p, window-in-direction, window-resize)
14974 (adjust-window-trailing-edge, maximize-window, minimize-window)
14975 (window-deletable-p, delete-window, delete-other-windows)
14976 (record-window-buffer, unrecord-window-buffer)
14977 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14978 (quit-window, split-window, window-state-put)
14979 (set-window-text-height, fit-window-to-buffer)
14980 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 14981
89bd5ee1
EZ
149822011-11-04 Eli Zaretskii <eliz@gnu.org>
14983
53479029
EZ
14984 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14985 rfc2047-decode-string.
14986 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14987 warnings.
14988
89bd5ee1
EZ
14989 * window.el (window-body-height, window-body-width): Mention in
14990 the doc string that the return values are in frame's canonical
14991 units. (Bug#9949)
14992
bd17fdee
AM
149932011-11-03 Alan Mackenzie <acm@muc.de>
14994
14995 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14996 change in cc-engine.el.
14997
acc825c5
SM
149982011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14999
15000 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15001
1885e5b8
MR
150022011-11-02 Martin Rudalics <rudalics@gmx.at>
15003
15004 * window.el (quit-window): Call unrecord-window-buffer after
15005 showing another buffer in the window. (Bug#9937)
acc825c5 15006 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 15007
ebe06da9
JB
150082011-11-02 Juanma Barranquero <lekktu@gmail.com>
15009
15010 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15011 Accept status with more than 9 shelves. (Bug#9935)
15012 Reported by Colin D Bennett <colin@gibibit.com>.
15013
4ee88440
MR
150142011-11-01 Martin Rudalics <rudalics@gmx.at>
15015
15016 * help.el (with-help-window): Don't reference
15017 temp-buffer-show-specifiers in doc-string.
15018
08e1d82c
AS
150192011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15020
15021 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15022 menu-item.
15023
84bd6e9e
VJL
150242011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15025
15026 * whitespace.el: New version 13.2.2.
15027 (whitespace-newline-mode): Disable properly. Reported by Sarah
15028 <EmacsWiki>.
15029
dba0634a
UJ
150302011-10-30 Ulf Jasper <ulf.jasper@web.de>
15031
15032 * net/newst-treeview.el: Remove "Time-stamp".
15033 (newsticker--group-manage-orphan-feeds): Do not call
15034 newsticker--treeview-tree-update.
db22a3c2
JB
15035 (newsticker-treeview-update, newsticker-treeview):
15036 Call newsticker--treeview-tree-update if necessary.
dba0634a 15037
3d8daefe
MR
150382011-10-30 Martin Rudalics <rudalics@gmx.at>
15039
15040 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
15041 (window-iso-combinations): Remove "iso-" infix.
15042 Suggested by Chong Yidong.
3d8daefe
MR
15043 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15044 (window-max-delta-1, window-resize, window--resize-siblings)
15045 (window--resize-this-window, adjust-window-trailing-edge)
15046 (split-window, balance-windows-1)
15047 (shrink-window-if-larger-than-buffer):
15048 * calendar/calendar.el (calendar-generate-window):
db22a3c2 15049 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 15050
1bc4c3ae
SM
150512011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15054 in place (bug#9907).
15055 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15056 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15057 (eshell-structure-basic-command, eshell-rewrite-while-command)
15058 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15059 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15060 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15061 (eshell-do-pipelines-synchronously, eshell-eval-command):
15062 Use backquotes and prefer setq to set.
15063 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15064 (eshell-macrop): Use functionp.
c1e2f5fa 15065 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 15066
30b65d9c
CY
150672011-10-30 Chong Yidong <cyd@gnu.org>
15068
15069 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15070 instead of set-mark (Bug#9810).
15071
2d197ffb
CY
150722011-10-30 Chong Yidong <cyd@gnu.org>
15073
15074 * window.el (split-window-below, split-window-right): Rename from
15075 split-window-above-each-other and split-window-side-by-side
15076 respectively. All callers changed.
15077 (split-window-sensibly, split-window-sensibly): Use them.
15078 (split-window-keep-point): Doc fix.
15079
15080 * isearch.el: Add isearch-scroll property to split-window-below
15081 and split-window-right.
15082
15083 * follow.el (follow-mode):
15084 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15085 * progmodes/ada-xref.el (ada-gdb-application):
15086 * emulation/vip.el (vip-buffer-in-two-windows):
15087 * image-dired.el (image-dired-dired-with-window-configuration):
15088 * dired-x.el (dired-do-find-marked-files):
15089 * dired.el (dired-pop-to-buffer):
15090 * bs.el (bs--show-with-configuration):
15091 * vc/emerge.el (emerge-setup-windows):
15092 * textmodes/two-column.el (2C-two-columns):
15093 * textmodes/reftex-toc.el (reftex-toc):
15094 * progmodes/gdb-mi.el (gdb-setup-windows):
15095 * progmodes/fortran.el (fortran-window-create):
15096 * net/newst-treeview.el (newsticker--treeview-window-init):
15097 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15098 * emulation/tpu-edt.el (tpu-gold-map):
15099 * emulation/crisp.el (crisp-mode-map):
15100 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15101
38bb2ca8
CY
151022011-10-29 Chong Yidong <cyd@gnu.org>
15103
aa4de341
CY
15104 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15105
e1eb5385
CY
15106 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15107
5d2ece3c
CY
15108 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15109 forged Ispell output (Bug#7904).
15110
38bb2ca8
CY
15111 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15112
d0af9f77
SM
151132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15114
15115 * doc-view.el: Avoid ugly errors about not finding nil.
15116 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15117 (doc-view-dvipdf-program, doc-view-unoconv-program)
15118 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15119 Avoid nil or absolute file name as default value.
15120 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15121
52bedd34
AM
151222011-10-28 Alan Mackenzie <acm@muc.de>
15123
db22a3c2 15124 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 15125
7e43cfa5
AM
151262011-10-28 Alan Mackenzie <acm@muc.de>
15127
15128 Amend the handling of c-beginning/end-of-defun in nested declaration
15129 scopes.
15130
52bedd34
AM
15131 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15132 cc-langs.el. Change it to a defcustom.
7e43cfa5 15133
52bedd34
AM
15134 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15135 cc-vars.el.
7e43cfa5 15136
d0af9f77
SM
15137 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15138 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 15139
52bedd34 15140 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 15141 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
15142 (c-widen-to-enclosing-decl-scope): New function.
15143 (c-while-widening-to-decl-block): New macro.
15144 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15145 outward for defun boundaries, and correspondingly change symbol
15146 `respect-enclosure' to `go-outward'.
15147 (c-declaration-limits): Change algorithm to report only the "innermost"
15148 defun's boundaries.
15149
1a2ce9ee
DD
151502011-10-28 Deniz Dogan <deniz@dogan.se>
15151
15152 * net/rcirc.el (rcirc-mode): Use hard newlines.
15153
bc97a826
AM
151542011-10-28 Alan Mackenzie <acm@muc.de>
15155
15156 Amend to indent and fontify macros "which include their own semicolon"
15157 correctly, using the "virtual semicolon" mechanism.
15158
52bedd34 15159 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 15160
d0af9f77 15161 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 15162 Recode to scan one line at a time rather than having \n and \r
58179cce 15163 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 15164 (c-forward-label): Amend for virtual semicolons.
58179cce 15165 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 15166
52bedd34
AM
15167 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15168 of the new C macros.
bc97a826 15169
52bedd34 15170 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
15171 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15172 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
15173 (c-opt-cpp-macro-define): Make into a full language variable.
15174 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15175 AWK Mode (including \n, \r) removed, no longer needed.
15176
d0af9f77
SM
15177 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15178 Invoke c-make-macro-with-semi-re.
bc97a826 15179
52bedd34
AM
15180 * progmodes/cc-vars.el (c-macro-with-semi-re):
15181 (c-macro-names-with-semicolon): New variables.
58179cce 15182 (c-make-macro-with-semi-re): New function.
bc97a826 15183
7a6c0941
SM
151842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * vc/log-edit.el: Fill empty field rather than adding new one.
15187 (log-edit-add-field): New function.
15188 (log-edit-insert-changelog): Use it.
15189
b0c4cdcf
ML
151902011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15191
15192 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15193
ee1f1da9
SM
151942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15197 (gdb--check-interpreter): New function.
15198 (gdb): Use it.
15199
51bc5f8b
GM
152002011-10-27 Glenn Morris <rgm@gnu.org>
15201
416a2c45
GM
15202 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15203 (least-positive-float, least-negative-float)
15204 (least-positive-normalized-float, least-negative-normalized-float)
15205 (float-epsilon, float-negative-epsilon):
15206 Remove unnecessary declarations.
15207
15208 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15209 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15210 (least-positive-float, least-negative-float)
15211 (least-positive-normalized-float, least-negative-normalized-float)
15212 (float-epsilon, float-negative-epsilon): Add doc-strings,
15213 based on those in cl.texi.
15214
51bc5f8b
GM
15215 * files.el (set-visited-file-name): If the major-mode changed,
15216 reload the local variables. (Bug#9796)
15217
15de15c6
CY
152182011-10-27 Chong Yidong <cyd@gnu.org>
15219
15220 * subr.el (change-major-mode-after-body-hook): New hook.
15221 (run-mode-hooks): Run it.
15222
ee1f1da9
SM
15223 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15224 Use change-major-mode-before-body-hook.
15de15c6
CY
15225
15226 * simple.el (fundamental-mode):
15227 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15228 change introducing fundamental-mode-hook.
15229
5430d399
JB
152302011-10-26 Juanma Barranquero <lekktu@gmail.com>
15231
acc825c5 15232 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 15233
ad74a69e
MA
152342011-10-26 Michael Albinus <michael.albinus@gmx.de>
15235
15236 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 15237 tramp.el explicitly. (Bug#7583)
ad74a69e 15238
71d4c2a5
SM
152392011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * progmodes/octave-mod.el:
15242 * progmodes/octave-inf.el: Update maintainer.
15243
b1f6fa26
CY
152442011-10-26 Chong Yidong <cyd@gnu.org>
15245
15246 * subr.el (with-wrapper-hook): Rewrite doc.
15247
3f04efd6
MA
152482011-10-25 Michael Albinus <michael.albinus@gmx.de>
15249
15250 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 15251 filenames "/method:foo:". (Bug#9793)
3f04efd6 15252
410488d3
SM
152532011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
15256 (bug#9865).
15257
c1ebb47e
GM
152582011-10-24 Glenn Morris <rgm@gnu.org>
15259
15260 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
15261
7f5c46c7
MA
152622011-10-24 Michael Albinus <michael.albinus@gmx.de>
15263
15264 * notifications.el: Add the requirement of a running D-Bus session
15265 bus to the Commentary.
15266
db2440b6
JL
152672011-10-24 Juri Linkov <juri@jurta.org>
15268
15269 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15270 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
15271 (Bug#9364)
15272
feecf435
JL
152732011-10-24 Juri Linkov <juri@jurta.org>
15274
15275 * info.el (Info-following-node-name-re): Add newline to the list
15276 of allowed characters for leading space. (Bug#9824)
15277
a3839de2
SM
152782011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15279
acc825c5
SM
15280 * progmodes/octave-inf.el (inferior-octave-mode-map):
15281 Fix C-c C-h binding.
a3839de2
SM
15282 * progmodes/octave-mod.el (octave-help): Remove.
15283
09388e76
MA
152842011-10-23 Michael Albinus <michael.albinus@gmx.de>
15285
15286 Sync with Tramp 2.2.3.
15287
15288 * net/tramp-cache.el (top): Pacify byte-compiler using
15289 `init-file-user' and `site-run-file'.
15290
15291 * net/trampver.el: Update release number.
15292
86c60681
CY
152932011-10-23 Chong Yidong <cyd@gnu.org>
15294
15295 * files.el (toggle-read-only): Remove obsolete comment about
15296 version control.
15297
15298 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
15299 for toggle-read-only. Note that this hasn't called vc-next-action
15300 since 2008-05-02, though it wasn't documented at the time.
15301
a3839de2
SM
15302 * vc/ediff-init.el (ediff-toggle-read-only-function):
15303 Use toggle-read-only.
86c60681 15304
cd5495ff
AM
153052011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
15306
15307 Fix bug #9560, sporadic wrong indentation; improve instrumentation
15308 of c-parse-state.
15309
00b77525 15310 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 15311 correct faulty logical expression.
cd5495ff
AM
15312 (c-parse-state-state, c-record-parse-state-state):
15313 (c-replay-parse-state-state): New defvar/defuns.
15314 (c-debug-parse-state): Use new functions.
15315
42ee24ed
MR
153162011-10-22 Martin Rudalics <rudalics@gmx.at>
15317
15318 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 15319 last fix. Use window-in-direction correctly.
42ee24ed 15320
a7dee7e7
CY
153212011-10-21 Chong Yidong <cyd@gnu.org>
15322
15323 * progmodes/idlwave.el (idlwave-mode):
15324 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
15325 require-final-newline; that's done in prog-mode.
15326 Suggested by Stefan Monnier.
a7dee7e7 15327
e07b9a6d
MR
153282011-10-21 Martin Rudalics <rudalics@gmx.at>
15329
15330 * mouse.el (mouse-drag-window-above)
15331 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
15332 (mouse-drag-mode-line-1, mouse-drag-header-line)
15333 (mouse-drag-vertical-line-rightward-window): Remove.
15334 (mouse-drag-line): New function.
15335 (mouse-drag-mode-line, mouse-drag-header-line)
15336 (mouse-drag-vertical-line): Call mouse-drag-line.
15337 * window.el (window-at-side-p, windows-at-side): New functions.
15338
7e1361d9
UM
153392011-10-21 Ulrich Mueller <ulm@gentoo.org>
15340
15341 * tar-mode.el (tar-grind-file-mode):
15342 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
15343
30fcaf3a
CY
153442011-10-21 Chong Yidong <cyd@gnu.org>
15345
15346 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
15347 * progmodes/vera-mode.el (vera-mode):
15348 Use mode-require-final-newline.
30fcaf3a 15349
516eddb0
GM
153502011-10-20 Glenn Morris <rgm@gnu.org>
15351
db22a3c2 15352 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 15353
10d5f513
CS
153542011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
15355
15356 * emulation/cua-base.el (cua-set-mark): Fix case of string.
15357
ac6c8639
CY
153582011-10-20 Chong Yidong <cyd@gnu.org>
15359
15360 * emulation/cua-base.el (cua-mode):
15361 * mail/footnote.el (footnote-mode):
15362 * mail/mailabbrev.el (mail-abbrevs-mode):
15363 * net/xesam.el (xesam-minor-mode):
15364 * progmodes/bug-reference.el (bug-reference-mode):
15365 * progmodes/cap-words.el (capitalized-words-mode):
15366 * progmodes/compile.el (compilation-minor-mode)
15367 (compilation-shell-minor-mode):
15368 * progmodes/gud.el (gud-tooltip-mode):
15369 * progmodes/hideif.el (hide-ifdef-mode):
15370 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15371 * progmodes/subword.el (subword-mode):
15372 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15373 * progmodes/which-func.el (which-function-mode):
15374 * term/tvi970.el (tvi970-set-keypad-mode):
15375 * term/vt100.el (vt100-wide-mode):
15376 * textmodes/flyspell.el (flyspell-mode):
15377 * textmodes/ispell.el (ispell-minor-mode):
15378 * textmodes/nroff-mode.el (nroff-electric-mode):
15379 * textmodes/paragraphs.el (use-hard-newlines):
15380 * textmodes/refill.el (refill-mode):
15381 * textmodes/reftex.el (reftex-mode):
15382 * textmodes/rst.el (rst-minor-mode):
15383 * textmodes/sgml-mode.el (html-autoview-mode)
15384 (sgml-electric-tag-pair-mode):
15385 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
15386 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
15387 * emulation/crisp.el (crisp-mode):
15388 * emacs-lisp/eldoc.el (eldoc-mode):
15389 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
15390 minor mode behavior.
15391
aa42ab43
JL
153922011-10-19 Juri Linkov <juri@jurta.org>
15393
15394 * descr-text.el (describe-char): Add #x2010 and #x2011 to
15395 the list of hard-coded chars with escape-glyph face.
15396
89400f1d
SM
153972011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15398
15399 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
15400
305c07f6
MA
154012011-10-19 Michael Albinus <michael.albinus@gmx.de>
15402
15403 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
15404 running process.
15405
13754b54
GM
154062011-10-19 Glenn Morris <rgm@gnu.org>
15407
15408 * vc/vc-bzr.el (vc-bzr-after-dir-status):
15409 Ignore ignored files. (Bug#9726)
15410
06e21633
CY
154112011-10-19 Chong Yidong <cyd@gnu.org>
15412
15413 Doc fix for minor modes, stating that an omitted argument enables
15414 the mode unconditionally when called from Lisp.
15415
15416 * abbrev.el (abbrev-mode):
15417 * allout.el (allout-mode):
15418 * autoinsert.el (auto-insert-mode):
15419 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15420 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15421 (global-auto-revert-mode):
15422 * battery.el (display-battery-mode):
15423 * composite.el (global-auto-composition-mode)
15424 (auto-composition-mode):
15425 * delsel.el (delete-selection-mode):
15426 * desktop.el (desktop-save-mode):
15427 * dired-x.el (dired-omit-mode):
15428 * dirtrack.el (dirtrack-mode):
15429 * doc-view.el (doc-view-minor-mode):
15430 * double.el (double-mode):
15431 * electric.el (electric-indent-mode, electric-pair-mode):
15432 * emacs-lock.el (emacs-lock-mode):
15433 * epa-hook.el (auto-encryption-mode):
15434 * follow.el (follow-mode):
15435 * font-core.el (font-lock-mode):
15436 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
15437 * help.el (temp-buffer-resize-mode):
15438 * hilit-chg.el (highlight-changes-mode)
15439 (highlight-changes-visible-mode):
15440 * hi-lock.el (hi-lock-mode):
15441 * hl-line.el (hl-line-mode, global-hl-line-mode):
15442 * icomplete.el (icomplete-mode):
15443 * ido.el (ido-everywhere):
15444 * image-file.el (auto-image-file-mode):
15445 * image-mode.el (image-minor-mode):
15446 * iswitchb.el (iswitchb-mode):
15447 * jka-cmpr-hook.el (auto-compression-mode):
15448 * linum.el (linum-mode):
15449 * longlines.el (longlines-mode):
15450 * master.el (master-mode):
15451 * mb-depth.el (minibuffer-depth-indicate-mode):
15452 * menu-bar.el (menu-bar-mode):
15453 * minibuf-eldef.el (minibuffer-electric-default-mode):
15454 * mouse-sel.el (mouse-sel-mode):
15455 * msb.el (msb-mode):
15456 * mwheel.el (mouse-wheel-mode):
15457 * outline.el (outline-minor-mode):
15458 * paren.el (show-paren-mode):
15459 * recentf.el (recentf-mode):
15460 * reveal.el (reveal-mode, global-reveal-mode):
15461 * rfn-eshadow.el (file-name-shadow-mode):
15462 * ruler-mode.el (ruler-mode):
15463 * savehist.el (savehist-mode):
15464 * scroll-all.el (scroll-all-mode):
15465 * scroll-bar.el (scroll-bar-mode):
15466 * server.el (server-mode):
15467 * shell.el (shell-dirtrack-mode):
15468 * simple.el (auto-fill-mode, transient-mark-mode)
15469 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
15470 (line-number-mode, column-number-mode, size-indication-mode)
15471 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
15472 * strokes.el (strokes-mode):
15473 * time.el (display-time-mode):
15474 * t-mouse.el (gpm-mouse-mode):
15475 * tool-bar.el (tool-bar-mode):
15476 * tooltip.el (tooltip-mode):
15477 * type-break.el (type-break-mode-line-message-mode)
15478 (type-break-query-mode):
15479 * view.el (view-mode):
15480 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15481 (global-whitespace-mode, global-whitespace-newline-mode):
15482 * xt-mouse.el (xterm-mouse-mode): Doc fix.
15483
a3839de2
SM
15484 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15485 Fix autogenerated docstring.
06e21633 15486
5214e501
JL
154872011-10-19 Juri Linkov <juri@jurta.org>
15488
15489 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
15490 by checking environment variables "DESKTOP_SESSION" and
15491 "XDG_CURRENT_DESKTOP". (Bug#9779)
15492
195f8db9
JL
154932011-10-19 Juri Linkov <juri@jurta.org>
15494
15495 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
15496 (browse-url-chromium-program, browse-url-chromium-arguments):
15497 New defcustoms.
15498 (browse-url-default-browser): Check for `browse-url-chromium' and
15499 call `browse-url-chromium-program'.
15500 (browse-url-chromium): New command. (Bug#9779)
15501
343a34ff
JB
155022011-10-18 Juanma Barranquero <lekktu@gmail.com>
15503
15504 * facemenu.el (list-colors-duplicates): On Windows, detect more
15505 duplicates by assuming that only colors matching "^System" are
15506 special "system colors". (Bug#9722)
15507
6978a151
SM
155082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15509
15510 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
15511 to distinguish the author from the committer.
15512
6a80b297
MA
155132011-10-18 Michael Albinus <michael.albinus@gmx.de>
15514
15515 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
15516
b31a5677
JK
155172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
15518
15519 * international/mule.el (sgml-html-meta-auto-coding-function):
15520 Add support for detecting encoding in HTML5 specified only as
15521 <meta charset="UTF-8">. Implementation just makes http-equiv and
15522 content-type parts from HTML4 encoding string optional. (Bug#9716)
15523
80c6d77f
GM
155242011-10-18 Glenn Morris <rgm@gnu.org>
15525
15526 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
15527
08b0fee8
CY
155282011-10-18 Chong Yidong <cyd@gnu.org>
15529
15530 * faces.el (cursor): Doc fix.
15531
67e729a5
CY
155322011-10-17 Chong Yidong <cyd@gnu.org>
15533
15534 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
15535
343a34ff 155362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
15537
15538 * dirtrack.el (dirtrack): Support shell buffers with path
15539 prefixes, e.g. tramp-based remote shells. (Bug#9647)
15540
0bc06380
TZ
155412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
15542
15543 * json.el: Bump version to 1.3 and note change in History.
15544 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
15545
8b79f3e0
SM
155462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15547
5a7c536b
SM
15548 * comint.el (comint-insert-input, comint-send-input)
15549 (comint-get-old-input-default, comint-backward-matching-input)
15550 (comint-next-prompt): Use nil instead of `input' for field property of
15551 past user input (bug#114).
15552
96a8a0df
SM
15553 * minibuffer.el (completion--replace): Inherit surrounding properties
15554 (bug#114).
15555 (minibuffer-complete-and-exit): Use it.
15556
8b79f3e0
SM
15557 * comint.el (comint--table-subvert): Quote the all-completions output
15558 (bug#9160).
15559
b8f7ff0d
MR
155602011-10-17 Martin Rudalics <rudalics@gmx.at>
15561
8b79f3e0 15562 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 15563
b8f7ff0d 15564 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 15565 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
15566 entries and separate them from frame entries.
15567
c235b555
GM
155682011-10-15 Glenn Morris <rgm@gnu.org>
15569
15570 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
15571 Doc fixes.
15572
6bbfa6e1
CY
155732011-10-15 Chong Yidong <cyd@stupidchicken.com>
15574
8b79f3e0
SM
15575 * net/network-stream.el (network-stream-open-starttls):
15576 Improve detection of failure due to lack of TLS support.
ec5c990d 15577
6bbfa6e1
CY
15578 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
15579 putting the input text in front and in bold.
15580
98488977
SM
155812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15582
3d1337be
SM
15583 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
15584
ee0b45e4
SM
15585 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
15586 empty buffer.
15587
98488977
SM
15588 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
15589 unread-command-events rather than pushing yet-another event.
15590
186f4720
EZ
155912011-10-14 Eli Zaretskii <eliz@gnu.org>
15592
15593 * mail/sendmail.el (sendmail-query-once): Improve the wording of
15594 the explanation of the possible choices. Make the options passed
15595 to completing-read shorter.
15596
8b7a997c
AM
155972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15598
15599 * textmodes/flyspell.el (flyspell-large-region): Make sure
15600 extended character mode is used if defined (Bug#1339).
15601
12587bbb
EZ
156022011-10-13 Eli Zaretskii <eliz@gnu.org>
15603
15604 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
15605 character info for LRE, LRO, RLE, and RLO characters by appending
15606 an invisible PDF.
12587bbb 15607
bad41229
SM
156082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
15611 even in case of error; add debug spec; simplify data flow.
15612 (with-timeout-handler): Remove.
15613
28dbc92f
MA
156142011-10-12 Michael Albinus <michael.albinus@gmx.de>
15615
15616 Fix Bug#6019, Bug#9315.
15617
15618 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
15619 complete `buffer-file-name', the local file name part could look
15620 remotely (for example on VMS).
15621
15622 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
15623 `tramp-run-real-handler'.
15624 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
15625 already quoted by '"'.
15626
15627 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
15628 Let `file-name-handler-alist' be nil, the local file name part
15629 could look remotely (for example on VMS).
15630
e1b0b23a
SM
156312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15632
15633 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
15634 from here...
15635 (flyspell-post-command-hook): ...to here.
15636
a120bde9
SM
156372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15638
15639 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
15640 if not needed.
15641 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
15642 using completion. Protect against "slow" callers.
15643 Remove the "message hack".
15644
7ce7717b
JL
156452011-10-11 Juri Linkov <juri@jurta.org>
15646
15647 * isearch.el (isearch-lazy-highlight-word): New variable.
15648 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15649 Use it. (Bug#9727)
15650
c02ee9d6
GM
156512011-10-11 Glenn Morris <rgm@gnu.org>
15652
15653 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15654 like f90-previous-statement does.
15655
93e616fd 156562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15657
1f190e73 15658 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
15659 only in interactive use, to avoid error.
15660
af7b6078
SM
156612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15662
15663 * minibuffer.el (completion-file-name-table): Fix last change,
15664 i.e. ignore normal errors but not the other ones.
15665
0563dae9
MR
156662011-10-10 Martin Rudalics <rudalics@gmx.at>
15667
15668 * window.el (special-display-buffer-names)
15669 (special-display-regexps): Remove some remnants of earlier
15670 changes from doc-strings.
366ca7f3
MR
15671 (quit-windows-on): New function.
15672
15673 * vc/vc.el (vc-revert, vc-rollback):
15674 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15675 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 15676 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 15677
49677495
MR
156782011-10-09 Martin Rudalics <rudalics@gmx.at>
15679
15680 * window.el (frame-auto-hide-function): Add version tag.
15681 (Bug#9699)
15682
56f2d1e1
MA
156832011-10-09 Michael Albinus <michael.albinus@gmx.de>
15684
15685 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15686 condition.
15687
112a6592
LL
156882011-10-09 Leo Liu <sdl.web@gmail.com>
15689
15690 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15691 (Bug#9701)
15692
0812589b
GM
156932011-10-08 Glenn Morris <rgm@gnu.org>
15694
15695 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15696 before the first code statement zero indent. (Bug#9690)
15697
b2b0776e
CY
156982011-10-08 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * simple.el (count-words-region): Always count in the region.
15701 Report the number of lines and characters too.
15702 (count-words): New command, which counts in the buffer if the
15703 region is inactive, as count-words-region used to.
15704 (count-words--message): New function. Handle plurals.
15705 (count-lines-region): Make it an alias for count-words-region.
15706
15707 * bindings.el (esc-map): Replace count-lines-region with
15708 count-words-region.
15709
c557cd6b
MR
157102011-10-08 Martin Rudalics <rudalics@gmx.at>
15711
15712 * window.el (window--delete): Delete dedicated frame
15713 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 15714 (switch-to-buffer): Fix doc-string typo.
c557cd6b 15715
61a57ef4 157162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15717
3a7d293b 15718 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 15719
c3833279
CY
157202011-10-07 Chong Yidong <cyd@stupidchicken.com>
15721
15722 * bindings.el ([M-left],[M-right]): Bind to left-word and
15723 right-word respectively.
15724
21ce8245
GM
157252011-10-07 Glenn Morris <rgm@gnu.org>
15726
15727 * cus-start.el (debug-on-quit): Fix custom type.
15728
6d823bb2
LMI
157292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15730
0181e193
LMI
15731 * subr.el (define-key-after): Clarify that the function is not
15732 useful for non-menu keymaps.
15733
6d823bb2
LMI
15734 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15735
8e3459ce 157362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15737
21ce8245 15738 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 15739 in current minibuffer (Fix bug with recursive minibuffers).
15740
a1c2d21e
CY
157412011-10-06 Chong Yidong <cyd@stupidchicken.com>
15742
15743 * progmodes/gdb-mi.el (gdb): Doc fix.
15744
5a4cf282
MR
157452011-10-05 Martin Rudalics <rudalics@gmx.at>
15746
15747 * window.el (frame-auto-hide-function): New option replacing
15748 frame-auto-delete. Suggested by Stefan Monnier.
15749 (window--delete): Call frame-auto-hide-function instead of
15750 investigating frame-auto-delete.
c96111ea
MR
15751 (window-point-1, set-window-point-1): New functions.
15752 (window-in-direction, record-window-buffer, window-state-get-1)
15753 (display-buffer-record-window): Use window-point-1 instead of
15754 window-point.
15755 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 15756
9854542e
SM
157572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15758
15759 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15760
8943cfb0
GM
157612011-10-05 Glenn Morris <rgm@gnu.org>
15762
15763 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15764 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15765
647ab967
LL
157662011-10-05 Leo Liu <sdl.web@gmail.com>
15767
15768 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15769 works with buffer object.
15770
3ddfbced
SM
157712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * mpc.el (mpc-tool-bar-map): Add labels.
15774
bdfa5dd2
GM
157752011-10-04 Glenn Morris <rgm@gnu.org>
15776
15777 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15778
0e2070b5
MR
157792011-10-04 Martin Rudalics <rudalics@gmx.at>
15780
15781 * window.el (window--delete): New function.
15782 (frame-auto-delete): Resuscitate option.
15783 (bury-buffer, replace-buffer-in-windows)
15784 (quit-window): Rewrite using window--delete.
15785 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15786 Pass display-buffer-mark-dedicated to window--display-buffer-2
15787 (Bug#9639).
15788
3dc61a09
SM
157892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15790
915a9b64
SM
15791 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15792 returns a list (bug#9554). Add remote file name completion.
15793 * comint.el (comint--table-subvert): Curry and get quote&unquote
15794 functions as arguments.
15795 (comint--complete-file-name-data): Adjust call accordingly.
15796 * pcomplete.el (pcomplete--table-subvert): Remove.
15797 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15798
3dc61a09
SM
15799 * minibuffer.el (completion-table-case-fold): Use currying.
15800 (completion--styles-type, completion--cycling-threshold-type):
15801 New constants.
15802 (completion-styles, completion-category-overrides)
15803 (completion-cycle-threshold): Use them.
15804 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15805 completion-table-case-fold.
15806
8ea0a993
SB
158072011-10-03 Stephen Berman <stephen.berman@gmx.net>
15808
15809 * minibuffer.el (completion-category-overrides): Fix type of styles
15810 and add more user friendly tags (bug#9660).
15811
8c24b7f6
SM
158122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15815 (mule-input-method-string): New widget.
15816 (default-input-method, language-info-custom-alist): Use it.
15817
428fe61a
SM
158182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15819
32c1fffd
SM
15820 * pcomplete.el: Require comint.
15821 (pcomplete--common-suffix): Remove.
15822 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15823 (pcomplete--table-subvert): Sync with comint--table-subvert.
15824 (pcomplete--entries): Use comint-completion-file-name-table.
15825 * comint.el (comint-unquote-filename): Simplify.
15826 (comint-completion-file-name-table): New function (bug#9616).
15827 (comint--complete-file-name-data): Use it.
15828
428fe61a
SM
15829 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15830 (pcmpl-gnu-tar-buffer): Remove.
15831 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
15832 around. Make sure pcomplete-suffix-list is only changed temporarily.
15833 Don't look inside the tar's file if it's too large.
428fe61a 15834
04c52e2f
CY
158352011-10-01 Chong Yidong <cyd@stupidchicken.com>
15836
ce3cefcc
CY
15837 * cus-edit.el (custom-mode-map):
15838 * epa.el (epa-key-list-mode-map):
15839 * man.el (Man-mode-map):
15840 * startup.el (splash-screen-keymap):
15841 * simple.el (special-mode-map): Use scroll-up-command and
15842 scroll-down-command.
15843
15844 * progmodes/idlw-help.el (idlwave-help-mode-map):
15845 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15846 * net/newst-plainview.el (newsticker-mode-map):
15847 * emulation/ws-mode.el (wordstar-mode-map):
15848 * emulation/vi.el (vi-com-map):
15849 * calc/calc-graph.el (calc-graph-show-dumb):
15850 * term/sun.el (terminal-init-sun):
15851 * term/ns-win.el (global-map):
15852 * progmodes/grep.el (grep-mode-map):
15853 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15854 * mail/rmail.el (rmail-mode-map):
15855 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15856
04c52e2f
CY
15857 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15858 custom-safe-themes as special.
15859
79adf8c8
JD
158602011-10-01 Julien Danjou <julien@danjou.info>
15861
15862 * notifications.el (notifications-notify): Fix docstring.
15863
63bd50d3
PS
158642011-10-01 Per Starbäck <per@starback.se>
15865
15866 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15867
199e4c7e
MR
158682011-09-30 Martin Rudalics <rudalics@gmx.at>
15869
15870 * startup.el (command-line-1): Fix last fix by inserting
15871 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 15872 (Bug#9605) and (Bug#9636)
199e4c7e 15873
fe5f08dd
EZ
158742011-09-29 Eli Zaretskii <eliz@gnu.org>
15875
15876 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15877 window is hscrolled, move by logical lines. (Bug#9607)
15878 (line-move-visual): Update the doc string to the above effect.
15879
b5516bbd
MR
158802011-09-29 Martin Rudalics <rudalics@gmx.at>
15881
ccee00c0
MR
15882 * window.el (display-buffer-record-window): When WINDOW is the
15883 selected window use `point' instead of `window-point'. (Bug#9626)
15884
b5516bbd
MR
15885 * startup.el (command-line-1): Use insert-before-markers when
15886 inserting initial-scratch-message. (Bug#9605)
ccee00c0 15887
b5516bbd
MR
15888 * help.el (help-window): Remove variable.
15889
52aa0014
GM
158902011-09-29 Glenn Morris <rgm@gnu.org>
15891
15892 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15893
df9a7357
JB
158942011-09-29 Juanma Barranquero <lekktu@gmail.com>
15895
15896 * descr-text.el (describe-char-categories): Accept category
15897 descriptions more than one line long.
15898
a8406c20
SM
158992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15900
88d9610c
SM
15901 * simple.el (delete-trailing-whitespace): Fix last change.
15902
a5daf810
SM
15903 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15904 Don't confuse "y => 3" as the beginning of a `y' operation.
15905
a8406c20
SM
15906 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15907 object has more than 4 slots (bug#9613).
15908
a239d4e9
JB
159092011-09-28 Juanma Barranquero <lekktu@gmail.com>
15910
15911 * subr.el (with-output-to-temp-buffer):
15912 * net/quickurl.el (quickurl, quickurl-browse-url):
15913 Fix typos in docstrings.
15914
693fbdb6
EZ
159152011-09-27 Eli Zaretskii <eliz@gnu.org>
15916
15917 * minibuffer.el (completion-styles)
15918 (completion-category-overrides): Cross reference each other in doc
15919 strings.
15920
8b457e28
GM
159212011-09-27 Glenn Morris <rgm@gnu.org>
15922
15923 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15924 to split-string. (Bug#9606)
15925
85a16208
LMI
159262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15927
15928 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15929 (bug#9615).
15930
502f9ebd
CY
159312011-09-27 Chong Yidong <cyd@stupidchicken.com>
15932
15933 * emacs-lisp/package.el (list-packages): Fix echo area message.
15934
7690bdea
LL
159352011-09-27 Leo Liu <sdl.web@gmail.com>
15936
15937 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15938
e2ee6f30
MA
159392011-09-25 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * net/dbus.el (dbus-unregister-object): Don't release services for
15942 registered signals. (Bug#9581)
15943
f3f98342
TZ
159442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15945
15946 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15947 function that picks between cfengine 2 and 3 support
15948 automatically. Update docs accordingly.
15949
dd7aa8dd
KH
159502011-09-22 Kenichi Handa <handa@m17n.org>
15951
15952 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15953 ZERO.
15954 (indian-itrans-v5-table-for-tamil): New variable.
15955 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15956
3f2b07f8
KM
159572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15958
15959 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15960 that's true if the current command involved collapsing of text.
15961 It's reset to false at the beginning of the next command.
15962 (allout-post-command-business): Move the cursor to the beginning
15963 of entry if the cursor is hidden and collapsing activity just
15964 happened.
15965
371d6a61
CY
159662011-09-24 Chong Yidong <cyd@stupidchicken.com>
15967
15968 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15969 tracking (Bug#9541).
15970
2ac2721a
UJ
159712011-09-24 Ulf Jasper <ulf.jasper@web.de>
15972
15973 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
15974 (newsticker-show-news): Automatically load html rendering package
15975 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15976 because w3m-fill-column is let-bound" and the error "Symbol's value
15977 as variable is void: w3m-fill-column".
2ac2721a 15978
fac7ae53
MA
159792011-09-24 Michael Albinus <michael.albinus@gmx.de>
15980
15981 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15982 Release services only if they are defined. (Bug#9581)
15983
e08b633b
RS
159842011-09-23 Richard Stallman <rms@gnu.org>
15985
e488d29c
RS
15986 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15987 distinguish start of paragraph from start of its text.
15988
19c38752
RS
15989 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15990
e08b633b
RS
15991 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15992 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15993 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15994
0a39f27e
AS
159952011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15996
15997 * international/mule-diag.el (mule-diag): Insert a newline after
15998 each fontset description.
15999
db4e950d
SM
160002011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16001
16002 * simple.el (delete-trailing-whitespace):
16003 Document last change; simplify.
16004
eca3f3ea
PW
160052011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16006
d68e189a
PW
16007 * simple.el (delete-trailing-whitespace): Also delete
16008 extra newlines at the end of the buffer.
16009
eca3f3ea
PW
16010 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16011 (picture-newline): Use forward-line so as to ignore fields.
16012
01c157cc
SM
160132011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16014
16015 * subr.el (with-wrapper-hook): Fix edebug spec.
16016
022de23e
LMI
160172011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16018
16019 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16020 (bug#4538).
16021
91683089
MA
160222011-09-23 Michael Albinus <michael.albinus@gmx.de>
16023
eca3f3ea
PW
16024 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16025 Fix nasty bug using wrong cached values.
91683089 16026
5bdd6fa4
AM
160272011-09-23 Alan Mackenzie <acm@muc.de>
16028
16029 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16030
97adfb97
CY
160312011-09-23 Chong Yidong <cyd@stupidchicken.com>
16032
16033 * window.el (pop-to-buffer): Ensure right window is selected if we
16034 chose another frame.
16035
d4ef2b50
EZ
160362011-09-22 Eli Zaretskii <eliz@gnu.org>
16037
16038 * simple.el (what-cursor-position): Use get-char-property-change
16039 and next-single-char-property-change, to be able to show display
16040 properties that come from overlays as well as text properties.
16041
72258fe5
CY
160422011-09-22 Chong Yidong <cyd@stupidchicken.com>
16043
16044 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16045
16046 * cmuscheme.el (run-scheme, switch-to-scheme):
16047 * cus-edit.el (customize-group, custom-buffer-create)
16048 (customize-browse):
16049 * info.el (info):
16050 * shell.el (shell):
16051 * mail/sendmail.el (mail):
16052 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16053
8f098516
RS
160542011-09-22 Richard Stallman <rms@gnu.org>
16055
16056 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16057 move back only to line beg, don't move back over blank lines.
16058
e74f1bb6
MA
160592011-09-22 Michael Albinus <michael.albinus@gmx.de>
16060
16061 * files.el (copy-directory): Set directory attributes only in case
16062 they could be retrieved from the source directory. (Bug#9565)
16063
bfeef8b6
DK
160642011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16065
16066 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16067 (hs-find-block-beginning, hs-hide-level-recursive):
16068 Ignore strings as well as comments. (Bug#9502)
16069
7e423bb8
AS
160702011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16071
16072 * progmodes/sql.el (sql-comint-postgres):
16073 Convert port number to a string. (Bug#9566)
16074
b4d72fcf
MR
160752011-09-22 Martin Rudalics <rudalics@gmx.at>
16076
16077 * window.el (quit-window): Undedicate window when switching to
16078 previous buffer. Reported by Thierry Volpiatto
16079 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
16080 (special-display-popup-frame): When popping up a new frame reset
16081 its previous buffers to nil. Simplify code.
b4d72fcf 16082
a7b88dc6
MA
160832011-09-21 Michael Albinus <michael.albinus@gmx.de>
16084
16085 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16086 and process filter, as done also in `shell-command'.
16087
cf4eacfd
MR
160882011-09-21 Martin Rudalics <rudalics@gmx.at>
16089
eca3f3ea 16090 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
16091 Call set-window-start with NOFORCE argument t.
16092 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
16093 (quit-window): Reword doc-string. Handle new format of
16094 quit-restore parameter. Don't delete window if it has a
16095 previous buffer we can show instead of the present one.
16096 (display-buffer-record-window): Rewrite using a new format for
16097 the quit-restore window parameter
16098 (special-display-popup-frame, display-buffer-same-window)
16099 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16100 (display-buffer-pop-up-window, display-buffer-use-some-window):
16101 Adapt symbol passed to display-buffer-record-window.
16102 * help.el (help-window-setup): Handle new format of quit-restore
16103 parameter.
16104
8d28cb95
SM
161052011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16106
94ab793f
SM
16107 * faces.el (face-list): Fix docstring (bug#9564).
16108
8d28cb95
SM
16109 * window.el (display-buffer--action-function-custom-type):
16110 Don't include internal functions in the Custom interface.
16111
3820edeb
JL
161122011-09-20 Juri Linkov <juri@jurta.org>
16113
16114 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16115 (Info-forward-node, Info-backward-node, Info-next-preorder)
16116 (Info-last-preorder): Use it. (Bug#9528)
16117
5147931d
JL
161182011-09-20 Juri Linkov <juri@jurta.org>
16119
16120 * info.el (Info-last-preorder): Visit last menu item only when
16121 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16122
cf499a1a
JD
161232011-09-20 Julien Danjou <julien@danjou.info>
16124
16125 * password-cache.el (password-cache-remove): Remove entries even if the
16126 value is nil, so that password with a nil value (negative caching) is
16127 possible to invalidate.
16128
f84e2fe2
LM
161292011-09-20 Lawrence Mitchell <wence@gmx.li>
16130
16131 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16132 all whitespace around breakpoint. (Bug#9553)
16133 (f90-find-breakpoint): Only break at whitespace inside a comment.
16134
78054a46
SM
161352011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * minibuffer.el (completion-file-name-table): Keep track of errors.
16138 (completion-table-with-predicate): Handle the case where pred1 is nil.
16139 * pcomplete.el (pcomplete-completions-at-point): Simplify.
16140
345083b2
SM
161412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16142
e24e27be
SM
16143 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16144 (debugger-return-value): Signal an error if the debugging context does
16145 not await any return value.
16146
345083b2
SM
16147 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16148 * image-mode.el (image-toggle-display-text)
16149 (image-toggle-display-image): Stay away from evil `intangible'.
16150
08d355e3
LL
161512011-09-19 Leo Liu <sdl.web@gmail.com>
16152
16153 * replace.el (occur-revert-arguments): Make it permanent-local.
16154 (occur-mode): Don't call font-lock-defontify.
16155
f01da43f
CY
161562011-09-19 Chong Yidong <cyd@stupidchicken.com>
16157
16158 * net/ldap.el (ldap-search-internal): Don't push empty search
16159 result (Bug#9508).
16160
b6072fa6
SM
161612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16162
16163 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16164
443d6696
MA
161652011-09-19 Michael Albinus <michael.albinus@gmx.de>
16166
16167 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16168 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16169
7cc6e154
JL
161702011-09-18 Juri Linkov <juri@jurta.org>
16171
16172 * buff-menu.el (Buffer-menu-mode-map):
16173 * dired.el (dired-mode-map):
16174 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16175 (lisp-interaction-mode-map):
16176 * emacs-lisp/package.el (package-menu-mode-map):
16177 * epa.el (epa-key-list-mode-map):
16178 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16179 (menu-bar-options-menu):
16180 * outline.el (outline-mode-menu-bar-map):
16181 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16182 * vc/vc-dir.el (vc-dir-menu-map):
16183 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16184 Capitalize non-function content words in menu item strings.
16185
16186 * dired.el (dired-mode-map): Add menu item for
16187 `image-dired-dired-toggle-marked-thumbs'.
16188
80302a81
JL
161892011-09-18 Juri Linkov <juri@jurta.org>
16190
16191 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16192 to `isearch-case-fold-search' and restore its original value
16193 after the `isearch-mode' call.
16194
46c5cf66
JL
161952011-09-18 Juri Linkov <juri@jurta.org>
16196
16197 * progmodes/grep.el (grep-process-setup): Don't check code for 1
16198 because `zgrep' returns 1 for successful matches (bug#9226).
16199
d18b513b
JL
162002011-09-18 Juri Linkov <juri@jurta.org>
16201
16202 * info.el (Info-extract-menu-node-name): Check the second match
16203 for empty string (second test-case of bug#9528).
16204 (Info-last-preorder): Let-bind `Info-history' to nil to not add
16205 intermediate nodes to the history (first test-case of bug#9528).
16206
72753f87
JL
162072011-09-18 Juri Linkov <juri@jurta.org>
16208
16209 * info.el (Info-mode-syntax-table): New variable.
1154d12e 16210 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 16211
c9384295
JL
162122011-09-18 Juri Linkov <juri@jurta.org>
16213
1154d12e
JB
16214 * info.el (Info-file-supports-index-cookies):
16215 Increment line-beginning-position's arg from 3 to 4 because makeinfo
16216 outputs one more line for long file names (bug#4142).
c9384295 16217
d473dce8
CY
162182011-09-18 Chong Yidong <cyd@stupidchicken.com>
16219
16220 * newcomment.el (comment-normalize-vars): If prompting for
16221 comment-start, set comment-start-skip too (Bug#8424).
16222
2176854d
JB
162232011-09-18 Johan Bockgård <bojohan@gnu.org>
16224
16225 * icomplete.el: Fix previous fix of Bug#5849.
16226 (icomplete-mode): Don't set completion-show-inline-help.
16227 (icomplete-minibuffer-setup): Set completion-show-inline-help
16228 locally during icompletion.
16229
3aace4e4
CY
162302011-09-18 Chong Yidong <cyd@stupidchicken.com>
16231
c940224f
CY
16232 * woman.el (woman2-process-escapes): Don't delete unrecognized
16233 escapes (Bug#7843).
16234
3aace4e4
CY
16235 * files.el (inhibit-first-line-modes-regexps): Add image files.
16236 (hack-local-variables-prop-line): Return nil for malformed
16237 prop-lines (Bug#9044).
16238
710dec63
MA
162392011-09-18 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * net/tramp.el (top): Don't require 'shell.
16242 (tramp-methods): Fix docstring.
16243 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
16244 Return complete remote file name. Handle "smb" case.
16245 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
16246 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
16247
16248 * net/tramp-compat.el (top): Require 'shell.
16249
16250 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16251 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
16252 `tramp-current-host'.
16253 (tramp-get-remote-tmpdir): Remove.
16254
16255 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
16256 `tramp-tmpdir' entries.
16257 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
16258 (tramp-smb-handle-file-attributes): Ignore errors.
16259 (tramp-smb-wait-for-output): Check also for process end.
16260
5d5ac8ec
LMI
162612011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
16264 when sending QUIT (bug#9312).
16265
8c0f49f0
CY
162662011-09-17 Chong Yidong <cyd@stupidchicken.com>
16267
16268 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
16269 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
16270 occur-mode-display-occurrence.
16271 (occur-edit-mode): Add usage message.
16272 (occur-cease-edit): New command.
16273 (occur-after-change-function): Use text properties to find the
16274 position of the prefix text.
16275 (occur-engine): Set stickiness of prefix text properties.
16276
8f1383f7
GM
162772011-09-17 Glenn Morris <rgm@gnu.org>
16278
16279 * progmodes/etags.el (complete-tag):
16280 Fix call to completion-in-region. (Bug#9526)
16281
744ba0e3
JL
162822011-09-17 Juri Linkov <juri@jurta.org>
16283
16284 * textmodes/ispell.el (ispell-word): Add to the error message
16285 the word, ispell program name and current dictionary (bug#9121).
16286 (ispell-tex-arg-end): Capitalize "error" in the error message.
16287
d9bbf400
AS
162882011-09-17 Andreas Schwab <schwab@linux-m68k.org>
16289
16290 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
16291 check. (Bug#4251)
16292
8da11505
JL
162932011-09-17 Juri Linkov <juri@jurta.org>
16294
16295 * window.el (window-safe-min-height, window-safe-min-width):
16296 Fix typos (followup to bug#9522).
16297
a91adc7e
SJ
162982011-09-17 Sven Joachim <svenjoac@gmx.de>
16299
16300 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
16301
064f328a
EZ
163022011-09-16 Eli Zaretskii <eliz@gnu.org>
16303
16304 * simple.el (line-move): If goal-column is set, move by logical
16305 lines, not by display lines. (Bug#971)
16306 (next-line, previous-line, goal-column, line-move-visual): Doc fix
16307 to reflect the above change.
16308
e69df516
SM
163092011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * image.el (imagemagick-register-types): Use regexp-opt.
16312
cbb0f9ab
CY
163132011-09-15 Chong Yidong <cyd@stupidchicken.com>
16314
16315 * window.el (display-buffer-base-action): Rename from
16316 display-buffer-default-action. Make default value empty.
16317 (display-buffer-overriding-action): Convert to defvar.
16318 (display-buffer-fallback-action): New var.
16319
25322144
CY
163202011-09-15 Chong Yidong <cyd@stupidchicken.com>
16321
16322 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
16323 declaration.
16324 (package--add-to-archive-contents): If there is a duplicate entry
16325 with an older version, remove it.
16326 (package-menu-mark-delete, package-menu-mark-install)
16327 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
16328 (package-menu-mark-obsolete-for-deletion):
16329 Use package-menu-get-status instead of a regexp search.
25322144
CY
16330 (package-menu-get-status): Use tabulated-list-entry.
16331 (package-menu-mark-upgrades): New command.
d770725a 16332 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
16333 (package-menu-execute): Do installation before deletion.
16334 (package-menu-refresh, package-menu-execute): Use derived-mode-p
16335 instead of checking major-mode.
16336 (package-menu--find-upgrades): New function.
16337
7520339c
LMI
163382011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16339
16340 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
16341 passwords in the log buffer.
65a046c4
LMI
16342 (smtpmail-process-filter): Update the process marker so that the
16343 "broken by peer" status message is inserted in the right place.
7520339c 16344
d3c30954
SM
163452011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16346
3fe48822
SM
16347 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
16348 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16349 bibtex-completion-at-point-function.
16350 (bibtex-completion-at-point-function): Use them.
16351
1b8b3954
SM
16352 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16353
d3c30954
SM
16354 * mpc.el (mpc-constraints-tag-lookup): New function.
16355 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16356 also to browser "album|playlist".
16357
72779976
JL
163582011-09-14 Juri Linkov <juri@jurta.org>
16359
16360 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
16361 (isearch-edit-string): Use length of `isearch-string' when
16362 `isearch-fail-pos' returns nil.
16363 (isearch-message): Remove duplicate code and call
16364 `isearch-fail-pos' with arg `t'.
16365
a0bf2bcd
CY
163662011-09-14 Chong Yidong <cyd@stupidchicken.com>
16367
17bb0a2d
CY
16368 * replace.el (occur-mode-goto-occurrence): Don't force using other
16369 window (Bug#9499).
16370
a0bf2bcd
CY
16371 * dired-aux.el (dired-do-chmod): Don't provide initial input.
16372
f678e0b6
MR
163732011-09-14 Martin Rudalics <rudalics@gmx.at>
16374
16375 * window.el (display-buffer-window): Remove.
16376 (display-buffer-record-window): Use help-setup window parameter
16377 instead of variable display-buffer-window.
16378 (display-buffer-function, special-display-buffer-names)
16379 (special-display-function): Mention help-setup parameter instead
16380 of display-buffer-window in doc-string.
d3c30954
SM
16381 * help.el (help-window-setup): New argument help-window.
16382 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
16383 Reword some messages.
16384 (with-help-window): Pass window used for displaying the buffer
16385 to help-window-setup. Don't set display-buffer-window.
16386
8e39b2e8
GM
163872011-09-13 Glenn Morris <rgm@gnu.org>
16388
16389 * emacs-lisp/debug.el (debugger-make-xrefs):
16390 Preserve point. (Bug#9462)
16391
85e9c04b
CY
163922011-09-13 Chong Yidong <cyd@stupidchicken.com>
16393
16394 * window.el (window-deletable-p): Use next-frame.
16395
1b36ed6a
MR
163962011-09-13 Martin Rudalics <rudalics@gmx.at>
16397
16398 * window.el (window-auto-delete): Remove.
16399 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 16400 dedication and previous buffers.
1b36ed6a
MR
16401 (switch-to-prev-buffer): Don't delete window.
16402 (delete-windows-on): Delete a window's frame if and only if the
16403 window is dedicated.
16404 (replace-buffer-in-windows): Delete buffer's window or frame if
16405 and only if window is dedicated.
16406 (quit-window): Handle quit-restore as before last change.
4d61f28d 16407 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 16408
ef8ef9fb
CY
164092011-09-13 Chong Yidong <cyd@stupidchicken.com>
16410
16411 * window.el (window-deletable-p): Never delete the last frame on a
16412 given terminal.
16413
b2cba41e
GM
164142011-09-13 Glenn Morris <rgm@gnu.org>
16415
16416 * help.el (describe-key-briefly): Copy previous standard-output change.
16417
51553db6 164182011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
16419
16420 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
16421
b7556719
GM
164222011-09-13 Glenn Morris <rgm@gnu.org>
16423
16424 * emacs-lisp/lisp-mode.el (lisp-indent-function):
16425 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
16426
64b51947
CY
164272011-09-12 Chong Yidong <cyd@stupidchicken.com>
16428
16429 * dired-aux.el (dired-mark-read-string): Don't return default
16430 value on empty input (Bug#9361).
16431 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
16432 Omit initial minibuffer contents.
16433 (dired-do-chmod): Signal an error on empty input.
16434 (dired-mark-read-string): Don't return default on empty input.
16435
16436 * files.el (file-modes-symbolic-to-number): Doc fix.
16437
393a301e
SM
164382011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * international/mule-cmds.el (ucs-completions): Remove.
16441 (read-char-by-name): Use complete-with-action instead; add metadata.
16442
fa5660f9
CY
164432011-09-11 Chong Yidong <cyd@stupidchicken.com>
16444
16445 * window.el (display-buffer--action-function-custom-type)
16446 (display-buffer--action-custom-type): New vars.
16447 (display-buffer-alist, display-buffer-default-action)
16448 (display-buffer-overriding-action): Add defcustom types.
16449
4a592f66
CY
16450 * frame.el (delete-other-frames): Doc fix (Bug#276).
16451
73d56dbd
LMI
164522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16453
16454 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
16455
37ac18a3
CY
164562011-09-11 Chong Yidong <cyd@stupidchicken.com>
16457
16458 Change modes that used same-window-* vars to use switch-to-buffer.
16459
16460 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
16461 Use switch-to-buffer.
16462
16463 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
16464 (customize-browse, custom-buffer-create-other-window):
16465 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
16466
16467 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
16468 (Info-prev, Info-up, Info-speedbar-goto-node)
16469 (info-display-manual): Use switch-to-buffer.
16470 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
16471
16472 * mail/sendmail.el (mail): Use switch-to-buffer.
16473 (mail-recover): Use switch-to-buffer-other-window.
16474
16475 * cmuscheme.el (run-scheme, switch-to-scheme):
16476 * ielm.el (ielm):
16477 * shell.el (shell):
16478 * net/rlogin.el (rlogin):
16479 * net/telnet.el (telnet, rsh):
16480 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
16481
10195bd6
AS
164822011-09-11 Andreas Schwab <schwab@linux-m68k.org>
16483
16484 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
16485
b322f63a
LMI
164862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16487
39d7fed6
LMI
16488 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
16489 so don't mention it (bug#9301).
ba5a81f1 16490 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 16491
ee0e9f11
LMI
16492 * faces.el (face-spec-set-match-display): Make `(type graphic)'
16493 match `x', `w32' and `ns', like the manual says (bug#9029).
16494
0b1c89c1 16495 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
16496 (process-kill-buffer-query-function): Mention the buffer name in
16497 the query.
0b1c89c1 16498
77549ea8
LMI
16499 * image-mode.el (image-next-line): The line parameter is mandatory
16500 (bug#9258).
16501
803ef892
LMI
16502 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
16503 which can be useful (bug#9301).
16504
12980837
LMI
16505 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
16506
91054f8f
LMI
16507 * subr.el (match-string): Mention that the current buffer should
16508 be the same as the search was done in (bug#9282).
16509
b322f63a
LMI
16510 * facemenu.el: Disable the remove-* commands if the mark isn't
16511 active (bug#9162).
16512
3199b96f
CY
165132011-09-10 Chong Yidong <cyd@stupidchicken.com>
16514
16515 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
16516 of display-buffer.
16517 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
16518
16519 * replace.el (occur-mode-goto-occurrence)
16520 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
16521 and display-buffer.
16522
16523 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
16524 display-buffer.
16525
16526 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
16527 special-display and same-window variables.
16528 (mail-other-window): Use switch-to-buffer-other-window.
16529 (mail-other-frame): USe switch-to-buffer-other-frame.
16530
393a301e
SM
16531 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
16532 Use display-buffer-other-frame.
3199b96f
CY
16533 (gdb-display-gdb-buffer): Use pop-to-buffer.
16534
16535 * progmodes/gud.el (gud-goto-info): Use info-other-window.
16536
16537 * progmodes/python.el: Don't set same-window-buffer-names.
16538
16539 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
16540
16541 * window.el (display-buffer-alist): Add *Python*.
16542
8319e0bf
CY
165432011-09-10 Chong Yidong <cyd@stupidchicken.com>
16544
16545 * window.el (display-buffer-alist): Add entry for buffers
16546 previously handled same-window-*.
16547 (display-buffer-alist, display-buffer-default-action)
16548 (display-buffer-overriding-action): Mark as risky.
16549 (display-buffer-alist): Document action function changes.
16550 (display-buffer--same-window-action)
16551 (display-buffer--other-frame-action): New variables.
16552 (switch-to-buffer, display-buffer-other-frame): Use them.
16553 (display-buffer): Rename reuse-frame entry to reusable-frames.
16554 (display-buffer-reuse-selected-window): Function deleted.
16555 (display-buffer-reuse-window): Handle reusable-frames alist entry.
16556 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
16557 (display-buffer-special): New function.
16558 (display-buffer--maybe-pop-up-frame-or-window): Rename from
16559 display-buffer-reuse-or-pop-window. Split off special-display
16560 part into display-buffer-special.
16561 (display-buffer-use-some-window): Don't perform any special
16562 pop-up-frames handling.
16563 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 16564 (display-buffer--maybe-same-window): Rename from
0d3ff375 16565 display-buffer-maybe-same-window.
8319e0bf 16566
919a69aa
CY
16567 * info.el: Don't set same-window-regexps.
16568 (info-setup): New function.
16569 (info-other-window, info): Call it.
16570
16571 * cus-edit.el: Don't set same-window-regexps.
16572 (customize-group): New argument.
16573 (customize-group-other-window): Use it.
16574 (customize-face, customize-face-other-window): Likewise.
16575 (custom-buffer-create-other-window): Use pop-to-buffer directly.
16576
8319e0bf
CY
16577 * net/rlogin.el:
16578 * net/telnet.el:
16579 * progmodes/gud.el: Don't set same-window-regexps.
16580
16581 * cmuscheme.el:
16582 * ielm.el:
16583 * shell.el:
16584 * mail/sendmail.el:
16585 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
16586
25173000
JL
165872011-09-10 Juri Linkov <juri@jurta.org>
16588
16589 * isearch.el (isearch-edit-string): Remove obsolete mention of
16590 `C-w' (`isearch-yank-word-or-char') from docstring.
16591 (isearch-query-replace): Fix typo in docstring (bug#9466).
16592
056e44ef
JL
165932011-09-10 Juri Linkov <juri@jurta.org>
16594
16595 * paren.el (show-paren-function): Don't show escaped parens.
16596 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
16597
c3760c17
EZ
165982011-09-10 Eli Zaretskii <eliz@gnu.org>
16599
16600 * mail/sendmail.el (mml-to-mime, mml-attach-file)
16601 (mm-default-file-encoding): Remove autoload forms, they are
16602 replaced with autoload cookies in mml.el and mm-encode.el.
16603 (mail-add-attachment): New command.
16604 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
16605 (mail-mode): Mention mail-insert-file and mail-add-attachment in
16606 the doc string.
16607 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
16608
fece895e
RT
166092011-09-10 Reuben Thomas <rrt@sc3d.org>
16610
e69df516
SM
16611 * simple.el (count-words-region): Use buffer if there's no region
16612 (bug#9429).
fece895e 16613
5e68ce4a
JL
166142011-09-09 Juri Linkov <juri@jurta.org>
16615
16616 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
16617 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
16618 (wdired-isearch-filter-read-only): New function. (Bug#6362)
16619
0a6b9622
AM
166202011-09-09 Alan Mackenzie <acm@muc.de>
16621
16622 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
16623 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
16624
14a29deb
EZ
166252011-09-09 Eli Zaretskii <eliz@gnu.org>
16626
16627 Fix for Savannah bug#9392.
16628 * simple.el (mail-encode-mml): New defvar.
16629
16630 * mail/rmail.el (mail-encode-mml): Add a defvar.
16631 (rmail-enable-mime-composing): Default to t.
16632 (rmail-forward): Use MIME method of forwarding only if both
16633 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
16634 Set mail-encode-mml non-nil if the MIME method was used.
16635
16636 * mail/sendmail.el (mml-to-mime): Add autoload form.
16637 (mail-encode-mml): Add a defvar.
16638 (mail-mode): Make mail-encode-mml buffer-local and initialize it
16639 to nil.
16640 (mail-send): If mail-encode-mml is non-nil, run the outgoing
16641 message through mml-to-mime, and reset mail-encode-mml to nil.
16642
28c45130
GM
166432011-09-09 Glenn Morris <rgm@gnu.org>
16644
16645 * woman.el (woman-if-body): When processing an .el block,
16646 do not delete the next .el block as well. (Bug#9447)
69f4b618 16647 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 16648
9b1c252e
MR
166492011-09-08 Martin Rudalics <rudalics@gmx.at>
16650
16651 * window.el (window-deletable-p): Make sure window is live before
16652 invoking window-prev-buffers.
16653
567457e3
LL
166542011-09-08 Leo Liu <sdl.web@gmail.com>
16655
16656 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
16657
97f05794
JL
166582011-09-08 Juri Linkov <juri@jurta.org>
16659
16660 * progmodes/compile.el (compilation-environment): Make it
16661 a defcustom (bug#8340).
16662
8b0874b5
MR
166632011-09-08 Martin Rudalics <rudalics@gmx.at>
16664
16665 * window.el (frame-auto-delete): Rename to window-auto-delete.
16666 Make it control auto-deletion of windows and/or frames.
16667 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 16668 for deleting window/frame. (Bug#9419)
8b0874b5
MR
16669 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16670 Rewrite handling of case when window/frame can be deleted.
16671 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 16672 argument t. (Bug#9456)
8b0874b5 16673
4feb6e73
CY
166742011-09-07 Chong Yidong <cyd@stupidchicken.com>
16675
16676 * help-mode.el (help-mode): Restore autoload.
16677
91ab9c13
JL
166782011-09-07 Juri Linkov <juri@jurta.org>
16679
16680 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16681 `compilation-environment'. Set buffer-local
16682 `compilation-environment' to `thisenv' later after (funcall mode).
16683 (Bug#8340)
16684
16685 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
16686 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16687 instead of replacing its value. (Bug#8340)
16688
0527e251
JL
166892011-09-07 Juri Linkov <juri@jurta.org>
16690
16691 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16692 based on text properties put by `grep-filter' instead of matching
16693 escape sequences.
16694 (grep-mode): Set buffer-local `compilation-error-screen-columns'
16695 to the value of `grep-error-screen-columns' (bug#9438).
16696
249f792c
JL
166972011-09-07 Juri Linkov <juri@jurta.org>
16698
16699 * simple.el (next-error-highlight, next-error-highlight-no-select):
16700 Doc fix (bug#9432).
16701
ff7271b9
OT
167022011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
16703
16704 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16705 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
16706
183fc730
LL
167072011-09-07 Leo Liu <sdl.web@gmail.com>
16708
16709 * net/rcirc.el (rcirc-mode): Conditionally initialize
16710 rcirc-input-ring.
16711
77694924
SM
167122011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * emacs-lisp/find-func.el (find-function-C-source): Only set
16715 find-function-C-source-directory after checking that we found a source
16716 file there (bug#9440).
16717
d809b8eb
AM
167182011-09-06 Alan Mackenzie <acm@muc.de>
16719
16720 * isearch.el (isearch-other-meta-char): Wherever a key list is
16721 unread, "unread" the prefix arg, too. This fixes bug #8901.
16722
453de99f
OG
167232011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
16724
16725 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16726
90439906
JL
167272011-09-05 Juri Linkov <juri@jurta.org>
16728
16729 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16730
f62bd846
JL
167312011-09-05 Juri Linkov <juri@jurta.org>
16732
16733 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16734 keeping point where processing of grep matches begins, and
16735 continue to delete remaining escape sequences from the same point.
16736 (grep-filter): Make leading zero optional in "0?1;31m" because
16737 git-grep emits "\033[1;31m" escape sequences unlike expected
16738 "\033[01;31m" as GNU Grep does (bug#9408).
16739 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16740
045820ec
JL
167412011-09-05 Juri Linkov <juri@jurta.org>
16742
16743 * subr.el (y-or-n-p): Capitalize "yes".
16744
f5e29b9b
MA
167452011-09-04 Michael Albinus <michael.albinus@gmx.de>
16746
16747 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16748 `tramp-cache-unload-hook' where appropriate.
16749 (tramp-methods): Rename `tramp-remote-sh' to
16750 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16751 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16752
16753 * net/tramp-sh.el (top): Don't require 'shell.
16754 (tramp-methods): Add `tramp-remote-shell' and
16755 `tramp-remote-shell-args' entries.
16756 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16757 (tramp-sh-handle-shell-command): Remove.
16758 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16759 Use `tramp-remote-shell'.
16760
2784c434
CY
167612011-09-03 Chong Yidong <cyd@stupidchicken.com>
16762
393a301e 16763 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
16764 (sendmail-query-once): Save directly to send-mail-function.
16765 Update message-send-mail-function too.
16766
16767 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16768
464cdf56
CS
167692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16770
16771 * progmodes/python.el (python-mode-map): Use correct function to
16772 start python interpreter from menu-bar (as reported by Geert
16773 Kloosterman).
16774 (inferior-python-mode-map): Fix typo.
393a301e 16775 (python-shell-map): Remove.
464cdf56 16776
d37e5c87
DD
167772011-09-03 Deniz Dogan <deniz@dogan.se>
16778
16779 * net/rcirc.el (rcirc-print): Simplify code for
16780 rcirc-scroll-show-maximum-output. There is no need to walk
16781 through all windows to find the right one.
16782
f3ada0ee
CS
167832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16784
16785 * help.el (help-return-method): Doc fix.
16786
1f3c99ca
MR
167872011-09-03 Martin Rudalics <rudalics@gmx.at>
16788
16789 * window.el (window-deletable-p): Don't return a non-nil value
16790 when there's a buffer that was shown in the window before.
16791 (Bug#9419)
393a301e
SM
16792 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16793 Set window's previous buffers to nil.
1f3c99ca 16794
a3cf097f
EZ
167952011-09-03 Eli Zaretskii <eliz@gnu.org>
16796
16797 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16798 newline before and after the tag line, so it doesn't interfere
16799 with determining the paragraph direction of bidirectional text.
16800
3d03de90
LL
168012011-09-03 Leo Liu <sdl.web@gmail.com>
16802
16803 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16804
c3313451
CY
168052011-09-02 Chong Yidong <cyd@stupidchicken.com>
16806
393a301e 16807 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
16808 (pop-to-buffer): Change interactive spec. Pass second argument
16809 directly to display-buffer.
16810 (display-buffer): Fix interactive spec. Use functionp to
16811 distinguish between a function and a list of functions.
16812
16813 * abbrev.el (edit-abbrevs):
16814 * arc-mode.el (archive-extract):
16815 * autoinsert.el (auto-insert):
16816 * bookmark.el (bookmark-bmenu-list):
16817 * files.el (find-file):
16818 * view.el (view-buffer):
16819 * progmodes/compile.el (compilation-goto-locus):
16820 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16821
89894cd8
CY
168222011-09-02 Chong Yidong <cyd@stupidchicken.com>
16823
16824 * window.el (display-buffer-alist): Doc fix.
16825 (display-buffer): Add docstring. Don't treat
16826 display-buffer-default specially.
16827 (display-buffer-reuse-selected-window)
16828 (display-buffer-same-window, display-buffer-maybe-same-window)
16829 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16830 (display-buffer-pop-up-window)
16831 (display-buffer-reuse-or-pop-window)
16832 (display-buffer-use-some-window): New functions.
16833 (display-buffer-default-action): Use them.
393a301e 16834 (display-buffer-default): Delete.
89894cd8
CY
16835 (pop-to-buffer-1): Fix choice of actions.
16836
ae0bc9fb
SM
168372011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * minibuffer.el (completion--insert-strings): Don't get confused by
16840 completion entries that end with an LF char.
16841
e9d90883
EZ
168422011-09-01 Eli Zaretskii <eliz@gnu.org>
16843
16844 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16845
437014c8
CY
168462011-09-01 Chong Yidong <cyd@stupidchicken.com>
16847
16848 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
16849 (display-buffer-same-window, display-buffer-other-window):
16850 New functions.
437014c8
CY
16851 (pop-to-buffer-1): New function. Use the above.
16852 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 16853 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
16854
16855 * view.el (view-buffer-other-window, view-buffer-other-frame):
16856 Just use pop-to-buffer.
16857
a5e063d5
TV
168582011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16859
16860 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16861
793d32bb
WH
168622011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16863
16864 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16865
d65e4c15
RS
168662011-08-31 Richard Stallman <rms@gnu.org>
16867
16868 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16869 of the separation of rmail-view-buffer from rmail-buffer.
16870 If you say no to "replace original", the decrypt is in the
16871 view buffer. If you say yes, the decrypt goes into the
16872 rmail buffer also.
16873
f818cd2a
MR
168742011-08-31 Martin Rudalics <rudalics@gmx.at>
16875
16876 * window.el (display-buffer-window): Rewrite doc-string.
16877 (display-buffer-record-window): New function.
16878 (display-buffer-macro-specifiers)
16879 (display-buffer-even-window-sizes, display-buffer-set-height)
16880 (display-buffer-set-width, display-buffer-in-window)
16881 (display-buffer-reuse-window, display-buffer-split-specifiers)
16882 (display-buffer-side-specifiers, display-buffer-split-window-1)
16883 (display-buffer-split-window, display-buffer-split-atom-window)
16884 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16885 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16886 (display-buffer-other-window-means-other-frame)
16887 (display-buffer-normalize-special)
16888 (display-buffer-normalize-default)
16889 (display-buffer-normalize-argument)
16890 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16891 (display-buffer-normalize-specifiers, display-buffer-frame)
16892 (display-buffer-same-window, display-buffer-same-frame)
16893 (display-buffer-other-window)
16894 (display-buffer-same-frame-other-window)
16895 (display-buffer-other-frame, pop-to-buffer-same-window)
16896 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16897 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16898 (switch-to-buffer-same-frame)
16899 (switch-to-buffer-other-window-same-frame)
16900 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16901 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16902 (display-buffer-alist-set): Remove.
16903 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
16904 (special-display-regexps, special-display-function):
16905 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
16906 parameter.
16907 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16908 (special-display-frame-alist, special-display-popup-frame)
16909 (same-window-buffer-names, same-window-regexps, same-window-p)
16910 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16911 (split-window-preferred-function, split-height-threshold)
16912 (split-width-threshold, window-splittable-p)
16913 (split-window-sensibly, window--try-to-split-window)
16914 (window--frame-usable-p, even-window-heights)
16915 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
16916 (window--display-buffer-2, display-buffer-other-frame):
16917 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
16918 (display-buffer-default, display-buffer-assq-regexp): New functions.
16919 (display-buffer-alist): Rewrite doc-string.
16920 (display-buffer-default-action)
16921 (display-buffer-overriding-action): New variables.
16922 (display-buffer, switch-to-buffer): Rewrite.
16923 (pop-to-buffer): Restore Emacs 23 behavior but use
16924 window-normalize-buffer-to-display.
16925 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16926 Restore Emacs 23 behavior but use
16927 window-normalize-buffer-to-switch-to.
16928 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
16929 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16930 Rewrite using Emacs 23 options.
f818cd2a 16931
5bc3b51d
MA
169322011-08-31 Michael Albinus <michael.albinus@gmx.de>
16933
16934 * net/tramp.el (tramp-root-regexp): Remove.
16935 (tramp-completion-file-name-regexp-unified)
16936 (tramp-completion-file-name-regexp-separate)
16937 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 16938 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
16939 (tramp-drop-volume-letter): Simplify definition.
16940 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 16941
b1a4f8e1
SM
169422011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16945 (bug#9356).
16946
5664fa7b
RT
169472011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16948
b1a4f8e1 16949 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 16950
9a45d6c3
JL
169512011-08-29 Juri Linkov <juri@jurta.org>
16952
16953 * isearch.el (isearch-done): Don't display message "Mark saved"
16954 when arg `edit' is non-nil to prevent its flicker in the echo area.
16955
fb87e0fb
CY
169562011-08-28 Chong Yidong <cyd@stupidchicken.com>
16957
16958 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16959 obsolete packages for deletion.
16960
09ac1c2a
CS
169612011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16962
16963 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 16964 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
16965 view-mode from help-mode.
16966 (help-xref-override-view-map): Remove.
16967 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16968 view-mode is not used anymore.
16969
7a1ff57f
CY
169702011-08-28 Chong Yidong <cyd@stupidchicken.com>
16971
16972 * server.el (server-port): Doc fix.
16973
b9696605
CY
16974 * cus-theme.el (custom-theme-choose-mode): Inherit from
16975 special-mode (Bug#9124).
16976 (custom-theme-choose-mode-map): Add special-mode to parent.
16977
ef8cdf8c
AM
169782011-08-28 Alan Mackenzie <acm@muc.de>
16979
16980 * progmodes/cc-fonts.el
16981 (c-make-font-lock-BO-decl-search-function): New function.
16982 (c-basic-matchers-after - "Fontify the clauses after various
16983 keywords"): Extract the three keyword lists for the 3 erroneous
16984 constructs from the list of four, and use the new function above
16985 in place of an old one.
16986
27de4e20
DD
169872011-08-28 Deniz Dogan <deniz@dogan.se>
16988
16989 * net/rcirc.el (rcirc-insert-prev-input)
16990 (rcirc-insert-next-input): Remove unused argument.
16991
356a3681
SM
169922011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16993
16994 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16995
3fc9b218
AM
169962011-08-27 Alan Mackenzie <acm@muc.de>
16997
16998 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16999 handle function pointer parameters properly.
17000
538a061c
MR
170012011-08-27 Martin Rudalics <rudalics@gmx.at>
17002
17003 * window.el (display-buffer-reuse-window): Fix case where
17004 selected window was reused with non-nil OTHER-WINDOW argument.
17005 (Bug#9381)
17006
35b1c40c
DD
170072011-08-27 Deniz Dogan <deniz@dogan.se>
17008
17009 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17010 oftc's NickServ messages.
17011
2f6a3e79
GM
170122011-08-27 Glenn Morris <rgm@gnu.org>
17013
17014 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17015
7254299e
CY
170162011-08-26 Chong Yidong <cyd@stupidchicken.com>
17017
17018 * emacs-lisp/package.el (package-install): Call package-initialize
17019 if called interactively.
17020
f8ccf167
LL
170212011-08-26 Leo Liu <sdl.web@gmail.com>
17022
17023 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17024
3e8cd5ce
JL
170252011-08-25 Juri Linkov <juri@jurta.org>
17026
17027 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17028 `search-whitespace-regexp' (bug#9364).
17029
93eb7113
JL
170302011-08-25 Juri Linkov <juri@jurta.org>
17031
17032 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17033 `regexp-search-ring' to their global values to protect from
17034 updating by `read-from-minibuffer' (bug#9185).
17035
f65d1611
JL
170362011-08-25 Juri Linkov <juri@jurta.org>
17037
17038 * textmodes/ispell.el (ispell-command-loop): Add newline
17039 at the end of the "Use option `i'..." line.
17040
f1cf7a31
JL
170412011-08-25 Juri Linkov <juri@jurta.org>
17042
17043 * battery.el (display-battery-mode): If `battery-status-function'
17044 or `battery-mode-line-format' is nil, display the message and set
17045 `display-battery-mode' to nil (bug#9363).
17046
0c95fcf7
EZ
170472011-08-25 Eli Zaretskii <eliz@gnu.org>
17048
17049 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17050 bidi-string-mark-left-to-right; they are unnecessary now.
17051
a2ebe600
DD
170522011-08-25 Deniz Dogan <deniz@dogan.se>
17053
17054 * net/quickurl.el: Documentation typo fixes.
17055
e4ed06f1
CY
170562011-08-25 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17059
e5f1c99e
GM
170602011-08-25 Glenn Morris <rgm@gnu.org>
17061
b2948976
GM
17062 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17063
e5f1c99e
GM
17064 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17065 (smtpmail-via-smtp): Handle nil response from smtp.
17066
f22f4808
JL
170672011-08-24 Juri Linkov <juri@jurta.org>
17068
17069 * proced.el (proced-marked): Inherit from `error' instead of
17070 `font-lock-warning-face'.
17071
17072 * ibuffer.el (ibuffer-marked-face): Change default face from
17073 `font-lock-warning-face' to `warning'.
17074 (ibuffer-deletion-face): Change default face from
17075 `font-lock-type-face' to `error'.
17076
17077 * battery.el (battery-update): Use the face `error' instead of
17078 `font-lock-warning-face' (bug#6117).
17079
6a93965e
JL
170802011-08-24 Juri Linkov <juri@jurta.org>
17081
17082 * faces.el (success): Change face color from "Green3" to
17083 "ForestGreen" on light background (bug#9353).
17084
1ed43b09
CY
170852011-08-24 Chong Yidong <cyd@stupidchicken.com>
17086
5664fa7b
RT
17087 * window.el (quit-window): Rename from quit-restore-window.
17088 Use same arglist as old quit-window.
1ed43b09
CY
17089 (frame-auto-delete): Doc fix.
17090
17091 * view.el (view-mode-exit): Use quit-window.
17092
11dcdbb2
JL
170932011-08-24 Juri Linkov <juri@jurta.org>
17094
17095 * isearch.el (isearch-ring-adjust1): Start visiting previous
17096 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17097 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17098 for empty search string (when the last search string is reused
17099 automatically) to adjust the isearch ring to the last element and
17100 prepare the correct index for further M-p commands (bug#9185).
17101
de62b4df
KH
171022011-08-24 Kenichi Handa <handa@m17n.org>
17103
17104 * international/ucs-normalize.el: If decomposition property of
17105 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17106 nil.
17107 (nfd, nfkd): Likewise.
17108
963b492b
SM
171092011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17112 from process filters aren't reliably transmitted to the surrounding
17113 accept-process-output.
17114 (mpc-proc-check): New function.
17115 (mpc-proc-sync): Use it (bug#8293)
17116
93b6b5e1
SM
171172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17120 Add compatibility functions (bug#9313).
17121
bca633fb
EZ
171222011-08-23 Eli Zaretskii <eliz@gnu.org>
17123
b177498a
EZ
17124 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17125
6df6ae42 17126 * international/uni-bidi.el: Regenerate.
bca633fb 17127
0902a04e
KH
171282011-08-23 Kenichi Handa <handa@m17n.org>
17129
17130 * international/charprop.el:
17131 * international/uni-bidi.el:
17132 * international/uni-category.el:
17133 * international/uni-combining.el:
17134 * international/uni-comment.el:
17135 * international/uni-decimal.el:
17136 * international/uni-decomposition.el:
17137 * international/uni-digit.el:
17138 * international/uni-lowercase.el:
17139 * international/uni-mirrored.el:
17140 * international/uni-name.el:
17141 * international/uni-numeric.el:
17142 * international/uni-old-name.el:
17143 * international/uni-titlecase.el:
17144 * international/uni-uppercase.el: Regenerate.
17145
3bbf23bc
MR
171462011-08-23 Martin Rudalics <rudalics@gmx.at>
17147
17148 * help.el (help-window-setup): Fix message displayed when other
17149 window is reused. (Bug#9341)
17150
b3fd59bd
SM
171512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17152
1802e444
SM
17153 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17154 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17155
b3fd59bd
SM
17156 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17157 Mark obsolete.
17158 * shell.el (shell-parse-pcomplete-arguments): New function.
17159 (shell-completion-vars): Use it instead (bug#9160).
17160
4eb61348
SM
171612011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17162
867cab74
SM
17163 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17164 strings and comments (bug#9333).
17165
4eb61348
SM
17166 * emacs-lisp/debug.el (debug-arglist): New function.
17167 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
17168 (debug-on-entry-1): Handle interpreted closures (bug#9120).
17169
262a1439
JL
171702011-08-22 Juri Linkov <juri@jurta.org>
17171
56ee679c
JL
17172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17173 Revert regexp that highlights output switches to its old
17174 pre-2010-10-28 value and remove one `?' from it (bug#9319).
17175
262a1439
JL
17176 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17177 to check for empty output (bug#9226).
17178
f13f86fb
CY
171792011-08-22 Chong Yidong <cyd@stupidchicken.com>
17180
17181 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17182 symbol-constituent as the default, as that stops font-lock from
17183 working properly (Bug#8843).
17184
c65c9622
LMI
171852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17186
17187 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17188 `coding-system-for-*' around the process open call to avoid
17189 auth-source side effects.
e7f2c178 17190 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
17191 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17192 probe hangs.
c65c9622 17193
23a8a5ab
CY
171942011-08-21 Chong Yidong <cyd@stupidchicken.com>
17195
ff98b2dd
CY
17196 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17197
23a8a5ab
CY
17198 * emacs-lisp/find-func.el (find-function-noselect): New arg
17199 lisp-only.
17200
17201 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17202 signal an error for built-in functions (Bug#6664).
17203
f5e3c598
LMI
172042011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17205
17206 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17207 (smtpmail-try-auth-methods): Use it.
17208
a3f2468a
CY
172092011-08-21 Chong Yidong <cyd@stupidchicken.com>
17210
2c34e8da
CY
17211 * font-lock.el (font-lock-fontify-region)
17212 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17213 (font-lock-default-unfontify-buffer)
17214 (font-lock-default-fontify-region)
17215 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17216
b3fd59bd
SM
17217 * progmodes/compile.el (compilation-error-properties):
17218 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
17219 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17220 `ant' regexp.
ee31aabc 17221
a3f2468a
CY
17222 * net/browse-url.el (browse-url-firefox): Don't call
17223 browse-url-firefox-sentinel unless using -remote (Bug#9328).
17224
8e999f70
GM
172252011-08-20 Glenn Morris <rgm@gnu.org>
17226
c21a496a
GM
17227 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17228
59ee0542
GM
17229 * tutorial.el (tutorial--default-keys): Update some default bindings.
17230
8e999f70
GM
17231 * files.el (hack-local-variables): Fully ignore case for "mode:".
17232
e3715033
AM
172332011-08-20 Alan Mackenzie <acm@muc.de>
17234
17235 Resolve invalid use of a regexp in regexp-opt.
17236
4d61f28d
JB
17237 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
17238 detection for a java annotation.
e3715033 17239
4d61f28d 17240 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
17241 detection for a java annotation.
17242
4d61f28d
JB
17243 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
17244 handling for java.
e3715033
AM
17245 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
17246
04ed2e9c
CY
172472011-08-20 Chong Yidong <cyd@stupidchicken.com>
17248
17249 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
17250 (Bug#9274).
17251
826cee64
AM
172522011-08-20 Alan Mackenzie <acm@muc.de>
17253
58179cce 17254 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
17255 such a construct. Mainly for when jit-lock etc. starts a chunk
17256 here.
17257
58179cce 17258 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 17259 variable.
58179cce 17260 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
17261 c-make-font-lock-search-function.
17262 (c-make-font-lock-search-function): Use the above function.
17263 (c-make-font-lock-context-search-function): New function.
17264 (c-cpp-matchers): Enhance the preprocessor expression case with
17265 the above function
17266 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
17267 which takes an expression.
17268
17269 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
17270
13009bd8
MR
172712011-08-20 Martin Rudalics <rudalics@gmx.at>
17272
17273 * window.el (display-buffer-reuse-window)
17274 (display-buffer-pop-up-window): Don't reuse or split a side
17275 window.
17276
9234ff7f
GM
172772011-08-19 Glenn Morris <rgm@gnu.org>
17278
17279 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 17280 Downcase "Mode:". (Bug#9331)
9234ff7f 17281
f635daa1
CY
172822011-08-18 Chong Yidong <cyd@stupidchicken.com>
17283
17284 * international/characters.el: Add L and R categories.
17285
17286 * subr.el (bidi-string-mark-left-to-right): Rename from
17287 string-mark-left-to-right. Use category search.
17288
17289 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
17290
bc987f8b
JL
172912011-08-18 Juri Linkov <juri@jurta.org>
17292
17293 * faces.el (error, warning, success): New faces with definitions
17294 copied from old default values of `font-lock-warning-face',
17295 `compilation-warning', `compilation-info' (bug#6117).
17296
17297 * font-lock.el (font-lock-warning-face): Inherit from `error'.
17298
17299 * progmodes/compile.el (compilation-error): Inherit from `error'.
17300 (compilation-warning): Inherit from `warning'.
17301 (compilation-info): Inherit from `success'.
17302
17303 * dired.el (dired-marked): Inherit from `warning'.
17304 (dired-flagged): Inherit from `error'.
17305
57173b96
LMI
173062011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17307
3e79eb87
LMI
17308 * mail/smtpmail.el (auth-source): Require to avoid problems with
17309 binding variables (bug#9298). Also clean up some unused
17310 autoloads.
17311
b3fd59bd
SM
17312 * net/network-stream.el (network-stream-open-starttls):
17313 Support using starttls.el without using gnutls-cli.
57173b96 17314
02b404de
JL
173152011-08-17 Juri Linkov <juri@jurta.org>
17316
17317 * progmodes/grep.el (rgrep): Handle the case when
17318 `grep-find-command' is a cons cell (bug#9278).
17319
8c9177f2
MR
173202011-08-17 Martin Rudalics <rudalics@gmx.at>
17321
17322 * window.el (display-buffer-pop-up-frame): Run frame creation
17323 function with BUFFER current (as special-display-popup-frame
17324 does). Reported by Drew Adams.
17325
3644a0ab
DU
173262011-08-17 Daiki Ueno <ueno@unixuser.org>
17327
17328 * epa-mail.el: Simplify GnuPG group expansion using
17329 epg-expand-group.
17330 (epa-mail-group-alist, epa-mail-group-modtime)
17331 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
17332 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
17333 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
17334 Remove.
17335
5e617bc2 173362011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
17337
17338 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
17339
9c4aeabf
AM
173402011-08-16 Alan Mackenzie <acm@muc.de>
17341
17342 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
17343 Correct, to avoid the inside of macros.
17344
3a99bf64
RS
173452011-08-16 Richard Stallman <rms@gnu.org>
17346
04963aa8
RS
17347 * epa-mail.el: Handle GnuPG group definitions.
17348 (epa-mail-group-alist, epa-mail-group-modtime)
17349 (epa-mail-gnupg-conf-file): New variables.
17350 (epa-mail-parse-groups, epa-mail-sync-groups)
17351 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17352 (epa-mail-expand-recipients): New functions.
17353 (epa-mail-encrypt): Call epa-mail-expand-recipients.
17354
177549d0
RS
17355 * mail/rmail.el (rmail-epa-decrypt): New command.
17356
fe38beef
RS
17357 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17358 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
17359 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17360 (epa-decrypt-armor-in-region): Make error message clearer.
17361
934eacb9
SM
173622011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17365 and "a2b" to "ab" for `prefix'.
17366
d024fb4e
CY
173672011-08-14 Chong Yidong <cyd@stupidchicken.com>
17368
17369 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17370 filter groups.
de148fee
CY
17371 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
17372 Fourquet (Bug#8804).
d024fb4e 17373
62f1ca49
JB
173742011-08-12 Juanma Barranquero <lekktu@gmail.com>
17375
17376 * startup.el (argi): Declare as global variable (bug#9275).
17377
9ccaaa4b
CY
173782011-08-12 Chong Yidong <cyd@stupidchicken.com>
17379
17380 * subr.el (string-mark-left-to-right): Search the entire string
17381 for RTL script, not just the terminating character. Doc fix.
17382
a3dae87a
SM
173832011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
17384
6cd18349
SM
17385 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
17386 New function.
17387 (js--regexp-literal, js-syntax-propertize-function): Remove.
17388 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
17389 (js-mode-map): Don't rebind electric keys.
17390 (js-insert-and-indent): Remove.
17391 (js-mode): Setup electric-layout and electric-indent instead.
17392
a3dae87a
SM
17393 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
17394
9d5cb631
DU
173952011-08-12 Daiki Ueno <ueno@unixuser.org>
17396
17397 * epa.el (epa-progress-callback-function): Fix the logic of
17398 displaying progress.
17399 * epa-file.el (epa-file-insert-file-contents): Make progress
17400 display more user-friendly.
17401 (epa-file-write-region): Ditto.
17402
3e26a4a2
CY
174032011-08-10 Chong Yidong <cyd@stupidchicken.com>
17404
17405 * subr.el (string-mark-left-to-right): New function.
17406
17407 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
17408 Use string-mark-left-to-right.
17409 (list-buffers-noselect): Caller changed.
17410
a3dae87a
SM
17411 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17412 Use string-mark-left-to-right.
3e26a4a2
CY
17413 (tabulated-list-print): Recenter after moving point.
17414
ac8cf6e6
JL
174152011-08-10 Juri Linkov <juri@jurta.org>
17416
17417 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
17418 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
17419 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
17420
8d96c9a4
CY
174212011-08-09 Chong Yidong <cyd@stupidchicken.com>
17422
17423 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
17424 (Bug#7554).
17425
7be1c708 174262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
17427
17428 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
17429 character. (Bug#6594)
17430
37e11a63
CY
174312011-08-08 Chong Yidong <cyd@stupidchicken.com>
17432
839dde57
CY
17433 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
17434 (image-dired--with-db-file): New macro.
17435 (image-dired-write-tags, image-dired-remove-tag)
17436 (image-dired-create-gallery-lists, image-dired-write-comments)
17437 (image-dired-get-comment, image-dired-mark-tagged-files)
17438 (image-dired-list-tags, image-dired-gallery-generate): Use it.
17439 (image-dired-gallery-generate): Use insert-file-contents.
17440
37e11a63
CY
17441 * time.el (display-time-world-list, display-time-world-display):
17442 * time-stamp.el (time-stamp-string):
17443 * vc/add-log.el (add-change-log-entry): Use setenv instead of
17444 set-time-zone-rule (Bug#7337).
17445
0b4946c4
DU
174462011-08-08 Daiki Ueno <ueno@unixuser.org>
17447
17448 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
17449 (epg-error-to-string, epg-errors-to-string): New function.
17450 (epg-wait-for-completion): Reverse errors list.
17451 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
17452 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
17453 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
17454 (epg-sign-keys, epg-generate-key-from-file)
17455 (epg-generate-key-from-string): Format errors by using
17456 epg-errors-to-string (bug#9255).
17457 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
17458
75bfc667
JL
174592011-08-07 Juri Linkov <juri@jurta.org>
17460
17461 * faces.el (list-faces-display): Remove extra angle bracket
17462 from `help-mode-map'.
17463
17464 * info.el (Info-history-toc-nodes): Doc fix.
17465
17466 * longlines.el (longlines-mode): Doc fix.
17467
673e08bb
SM
174682011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
17469
4640dd88
SM
17470 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
17471 of statements and in a few more cases (bug#9183).
17472
673e08bb
SM
17473 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
17474 New functions.
17475 (cl-transform-lambda): Use them (bug#9239).
17476
89b3f019
MR
174772011-08-05 Martin Rudalics <rudalics@gmx.at>
17478
17479 * window.el (display-buffer-same-window)
17480 (display-buffer-same-frame, display-buffer-other-window)
17481 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17482 (pop-to-buffer-other-window)
17483 (pop-to-buffer-same-frame-other-window)
17484 (pop-to-buffer-other-frame): Make them defuns.
17485 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
17486
640c8776
SM
174872011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * subr.el (make-composed-keymap): Move from C. Change calling
17490 convention, and improve docstring to bring attention to a subtle point.
17491 * minibuffer.el (completing-read-default): Adjust accordingly.
17492
63648a95
MA
174932011-08-03 Michael Albinus <michael.albinus@gmx.de>
17494
17495 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
17496 (tramp-open-shell): Use `tramp-shell-quote-argument'.
17497
17498 * net/trampver.el: Update release number.
17499
b796c9b7
SM
175002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
17503 "in" (bug#9190).
17504
2239d7d5
LMI
175052011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17506
e07dd7c3
LMI
17507 * mail/sendmail.el (sendmail-query-once): Restore the current
17508 buffer after querying (bug#9074).
17509
0e6a2bd7
LMI
17510 * dired.el (dired-flagged): Use different faces for marked and
17511 flagged files (bug#6117).
17512
ce887515
LMI
17513 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
17514 (bug#4433).
17515
92f2affc
LMI
17516 * ido.el (ido-mode): Switch off the message if called
17517 non-interactively.
17518
57d5aff0
LMI
17519 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
17520 before 587, since it appears that that's more likely to work for
17521 more people.
17522
98cd6c18 17523 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 17524 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
17525 exist.
17526
b96dec83
LMI
17527 * info.el: Remove the `Info-beginning-of-buffer' function
17528 (bug#8325).
17529
b796c9b7
SM
17530 * net/network-stream.el (network-stream-open-starttls):
17531 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 17532
d90e2ea0
MR
175332011-08-01 Martin Rudalics <rudalics@gmx.at>
17534
17535 * window.el (display-buffer-in-window): Don't set dedicated status
17536 of window here (Bug#9215).
17537 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17538 (display-buffer-pop-up-side-window)
b796c9b7 17539 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 17540
cca09170
SM
175412011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
17542
17543 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
17544 before binding generated-autoload-file.
17545
027b979c
DD
175462011-08-01 Deniz Dogan <deniz@dogan.se>
17547
17548 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
17549
3c7ee4f3
MA
175502011-07-30 Michael Albinus <michael.albinus@gmx.de>
17551
17552 Sync with Tramp 2.2.2.
17553
17554 * net/trampver.el: Update release number.
17555
2cc8e51a
JL
175562011-07-30 Juri Linkov <juri@jurta.org>
17557
17558 * dired-aux.el (dired-touch-initial): Remove function.
17559 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
17560 current time, and `default' to the last modification time of the
17561 current marked file (bug#6887).
17562
a514d856
JM
175632011-07-28 Jose E. Marchesi <jemarch@gnu.org>
17564
17565 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 17566 numeric argument to read-number (bug#9163).
a514d856 17567
8a7eddd7
MA
175682011-07-27 Michael Albinus <michael.albinus@gmx.de>
17569
17570 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
17571 connection process, it could be nil.
17572
1ddd96f5
LL
175732011-07-27 Leo Liu <sdl.web@gmail.com>
17574
17575 Simplify url handling in rcirc-mode.
17576
17577 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
17578 (rcirc-browse-url-at-mouse): Remove.
17579 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
17580
b248a85d
AM
175812011-07-26 Alan Mackenzie <acm@muc.de>
17582
17583 Fontify bitfield declarations properly.
17584
17585 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
17586 (c-symbol-chars): Now exported as a lang variable.
17587 (c-not-primitive-type-keywords): New lang variable.
17588
17589 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
17590 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 17591 parsed as a bitfield declaration.
b248a85d 17592
b796c9b7
SM
17593 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17594 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
17595 (c-punctuation-in): New function.
17596 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
17597 declarations properly.
17598
68575ab0
UJ
175992011-07-26 Ulf Jasper <ulf.jasper@web.de>
17600
17601 * calendar/icalendar.el (icalendar--all-events): Take care of
17602 multiple vcalendars in a single file.
b796c9b7 17603 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 17604
0f0a88b9
DD
176052011-07-25 Deniz Dogan <deniz@dogan.se>
17606
17607 * image.el (insert-image): Clarifying docstring.
17608
0b3f36df
MA
176092011-07-24 Michael Albinus <michael.albinus@gmx.de>
17610
17611 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
17612 `tramp-send-command-and-check' if there is no error.
17613 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
17614
a9901f61
AM
176152011-07-22 Alan Mackenzie <acm@muc.de>
17616
17617 Prevent cc-langs.elc being loaded at run time.
17618
17619 * progmodes/cc-mode.el: Remove two autoload forms which loaded
17620 cc-langs.
17621
4d61f28d 17622 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
17623 "(require 'cc-langs)". Quote a form so it will evaluate at
17624 (cc-mode's) compilation time.
17625
11d074b2
MA
176262011-07-22 Michael Albinus <michael.albinus@gmx.de>
17627
17628 * net/tramp.el (tramp-file-name-handler): Avoid recursive
17629 loading. (Bug#9114)
17630
938b94c8
MR
176312011-07-21 Martin Rudalics <rudalics@gmx.at>
17632
17633 * window.el (display-buffer-pop-up-window)
17634 (display-buffer-pop-up-side-window)
17635 (display-buffer-in-side-window): Call display-buffer-set-height
17636 and display-buffer-set-width after setting the new window's
b796c9b7 17637 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 17638
bfa4f190
SS
176392011-07-20 Sam Steingold <sds@gnu.org>
17640
17641 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
17642 (etags-tags-included-tables): Call `convert-standard-filename' on
17643 the file names contained in TAGS so that windows Emacs can handle
17644 TAGS files created by cygwin ctags.
17645
8ca42262
LMI
176462011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17647
17648 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17649 which apparently didn't work.
17650
5db2afd2 176512011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 17652
5db2afd2
RW
17653 * proced.el (proced-send-signal): For *Marked Processes* buffer
17654 put point at beginning of buffer.
17655
92e15d10
SB
176562011-07-19 Stephen Berman <stephen.berman@gmx.net>
17657
17658 * proced.el (proced-format): Make header lines align with the text
17659 (bug#1779).
17660
1bfd59e5
LMI
176612011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17662
17663 * view.el (view-buffer): Allow running in `special' modes if we're
17664 visiting a file (bug#8615).
17665
f5aae37c
MR
176662011-07-19 Martin Rudalics <rudalics@gmx.at>
17667
17668 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
17669 (display-buffer-alist-set-1, display-buffer-alist-set-2):
17670 New functions.
f5aae37c
MR
17671 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17672 more accurately.
17673
bf2c1571
AM
176742011-07-18 Alan Mackenzie <acm@muc.de>
17675
17676 Fontify declarators properly when, e.g., a jit-lock chunk begins
17677 inside a declaration.
17678
17679 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17680
b796c9b7
SM
17681 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17682 New function.
bf2c1571
AM
17683 (c-complex-decl-matchers): Insert reference to
17684 c-font-lock-enclosing-decls.
17685
17686 * progmodes/cc-engine.el (c-backward-single-comment):
17687 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17688 to nil around calls to (forward-comment -1).
17689
4e190b80
LMI
176902011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17691
12dc863d
LMI
17692 * image.el (put-image): Doc typo fix.
17693
a762e966
LMI
17694 * progmodes/etags.el (tags-search): Doc typo fix.
17695
4e190b80
LMI
17696 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17697 password if we get errors 550 to 554.
17698
f019fb21
LMI
176992011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17700
b796c9b7 17701 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 17702
81746738
LMI
17703 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17704 indentation character (bug#6380).
17705
3ee3a1b5
LMI
17706 * files.el (buffer-offer-save): Made permanently local (bug#6241).
17707
c82f64de
LMI
17708 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17709 to clarify what the problem is (bug#4291).
17710
f019fb21
LMI
17711 * simple.el (current-kill): Clarify what
17712 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
17713 (auto-fill-mode): Document `auto-fill-function' in relation to
17714 `auto-fill-mode' (bug#2470).
f019fb21 17715
0794775d
LM
177162011-07-16 Lawrence Mitchell <wence@gmx.li>
17717
17718 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17719 method if slot is read-only (bug#9035).
17720
be39b8cc
MR
177212011-07-16 Martin Rudalics <rudalics@gmx.at>
17722
b796c9b7 17723 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 17724 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
17725 selected before, see discussion of (Bug#8615), (Bug#6954).
17726 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 17727
6ccf7859
GM
177282011-07-15 Glenn Morris <rgm@gnu.org>
17729
17730 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 17731 Respect help-form.
6ccf7859 17732
87e86684
LM
177332011-07-09 Lawrence Mitchell <wence@gmx.li>
17734
17735 * net/gnutls.el (gnutls-min-prime-bits): New variable.
17736 (gnutls-negotiate): Use it.
17737
d6066239
LMI
177382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17739
b796c9b7
SM
17740 * net/gnutls.el (gnutls-negotiate):
17741 Upcase `gnutls-algorithm-priority'.
d6066239 17742
bd23ebc0
GM
177432011-07-15 Glenn Morris <rgm@gnu.org>
17744
c65bca65
GM
17745 * jka-compr.el (jka-compr-verbose): Move from here...
17746 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17747 Add missing :version tag.
17748 * info.el: No need to require jka-compr when compiling.
bd23ebc0 17749
478615cc
LMI
177502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17751
7b41decb
LMI
17752 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17753 (gnutls-negotiate): Use it.
17754
dbc44fcd
LMI
17755 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17756
06789f97
LMI
17757 * info.el (Info-beginning-of-buffer): New command.
17758 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17759 announcing `b' as the key (bug#8325).
ab896c37 17760 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 17761
c39da690
LMI
17762 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17763
3aa5f34b
LMI
17764 * international/mule-cmds.el
17765 (describe-specified-language-support): Make the error message
17766 clearer (bug#8905).
17767
4bf0979f
LMI
17768 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17769
478615cc
LMI
17770 * isearch.el (isearch-barrier): Add a doc string, since it's
17771 mentioned in a function doc string (bug#8678).
17772
75c68aa1
MR
177732011-07-15 Martin Rudalics <rudalics@gmx.at>
17774
17775 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17776 buffer argument (Bug#9083) and self-identifying label argument.
17777
a7c33da2
GM
177782011-07-15 Glenn Morris <rgm@gnu.org>
17779
17780 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17781
2f5c6024
LMI
177822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17783
17784 * man.el (Man-fontify-manpage): Fix message when formatting the
17785 man page (bug#7929).
17786
0bb23927 177872011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
17788
17789 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17790 argument LRM; if non-nil, append an invisible LRM character to the
17791 buffer name.
17792 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17793 last argument non-nil, when formatting buffer names.
0bb23927
EZ
17794 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17795 paragraph direction.
cce4b0a7 17796
621ef9ab
LMI
177972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17798
d1583c48
LMI
17799 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17800 the man page name (bug#7929).
17801
6a57fb5f
LMI
17802 * image.el (put-image): Mention the `put-image' overlay property
17803 (bug#7834).
17804
d7956b14
LMI
17805 * scroll-bar.el (set-scroll-bar-mode): Mention that
17806 `scroll-bar-mode' lists the values (bug#7772).
17807
5b2d4a66
LMI
17808 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17809 command (bug#7729).
17810
7509a874
LMI
17811 * rect.el (apply-on-rectangle): Return the point after the last
17812 operation.
17813 (string-rectangle): Go to the point after the last operation
17814 (bug#7522).
17815
4fe74b19
LMI
17816 * printing.el (pr-toggle-region): Clarify the documentation
17817 slightly (bug#7493).
17818
b796c9b7
SM
17819 * time.el (display-time-update):
17820 Allow `display-time-mail-function' to return nil (bug#7158).
17821 Fix suggested by Detlev Zundel.
ab283561 17822
fc233c9d
LMI
17823 * vc/diff.el (diff): Clarify the order the file names are read
17824 (bug#7111).
17825
43f5740b
LMI
17826 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17827 the doc string (bug#7015).
17828
f2182a76
LMI
17829 * font-lock.el (font-lock-maximum-decoration): Mention what
17830 numeric levels mean (bug#6935).
17831
621ef9ab
LMI
17832 * startup.el (initial-buffer-choice): Don't mention the `none'
17833 selection, which is against policy.
17834
adc47434
MR
178352011-07-14 Martin Rudalics <rudalics@gmx.at>
17836
b796c9b7
SM
17837 * window.el (display-buffer-normalize-special):
17838 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 17839
7e5bfb8f
EZ
178402011-07-14 Eli Zaretskii <eliz@gnu.org>
17841
17842 * subr.el (version<, version<=, version=): Mention "-CVS" and
17843 "-12345" alpha version numbers.
17844
27fa387a
CY
178452011-07-14 Chong Yidong <cyd@stupidchicken.com>
17846
17847 * bindings.el: Add advertised binding for set-mark-command
17848 (Bug#5772).
17849
8bdfa064
CY
178502011-07-14 Chong Yidong <cyd@stupidchicken.com>
17851
17852 * bindings.el (mode-line-other-buffer):
17853 * bookmark.el (bookmark-bmenu-2-window):
17854 * bs.el (bs-cycle-next, bs-cycle-previous):
17855 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17856 switch-to-buffer.
17857
17858 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 17859 Delete.
8bdfa064 17860
5eba16a3
JB
178612011-07-14 Juanma Barranquero <lekktu@gmail.com>
17862
17863 * follow.el (follow-debug-message, follow-redisplay):
17864 * jka-cmpr-hook.el (with-auto-compression-mode):
17865 Fix typos in docstrings.
17866
15853710
LMI
178672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17868
a28e4607
LMI
17869 * subr.el (with-silent-modifications): Clarify somewhat what the
17870 macro inhibits (bug#6525).
17871
15853710
LMI
17872 * simple.el (eval-expression): Note what it does if called
17873 interactively (bug#6495).
17874
bee0fcef
CY
178752011-07-13 Chong Yidong <cyd@stupidchicken.com>
17876
b796c9b7
SM
17877 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17878 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
17879
17880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17881 Remove switch-to-buffer.
17882
58274504
LMI
178832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17884
bd2fcc8d
LMI
17885 * files.el (make-directory): Clarify that an error will be raised
17886 if there's an error (bug#6397).
17887
0f04b32c
LMI
17888 * startup.el (initial-buffer-choice): Add `none' as a choice
17889 (bug#6234).
17890
465c5fc8
LMI
17891 * subr.el (add-hook): Clarify section about buffer-local hooks
17892 (bug#6218).
17893
58274504
LMI
17894 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17895
bead9a43
JB
178962011-07-13 Juanma Barranquero <lekktu@gmail.com>
17897
17898 * tabify.el (untabify): Preserve the current column so that point
17899 doesn't move (bug#6032).
17900
3af98a7b
LMI
179012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17902
b796c9b7
SM
17903 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17904 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 17905
6240145a
GM
179062011-07-13 Glenn Morris <rgm@gnu.org>
17907
17908 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17909 (dired-insert-directory): Give a message the first time
17910 if ls is found not to support --dired.
17911
1d8c2ccc
LMI
179122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17913
17914 * simple.el (toggle-truncate-lines): Clarify what is toggled
17915 (bug#5580). Text by Drew Adams.
17916
5fc4038e
CY
179172011-07-13 Chong Yidong <cyd@stupidchicken.com>
17918
17919 * simple.el (blink-matching-open): Make the error message from the
17920 last change less verbose.
17921
bf6012e5
DN
179222011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17923
17924 * font-lock.el (font-lock-comment-face): Use the high contrast
17925 "yellow" color for font-lock-comment-face on low color terminals
17926 using a dark background color (bug#4221).
17927
343c3b5a
LMI
179282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17929
7e9505c5
LMI
17930 * dired.el (dired-insert-set-properties): Make the doc string
17931 reflect what it does now (bug#5325).
17932
c26fdcf5
LMI
17933 * simple.el (blink-matching-open): Say that we were unable to find
17934 the match within the limit, if we're limited (bug#5122).
17935
bb388cc5
LMI
17936 * international/mule-cmds.el (prefer-coding-system): Add an
17937 example (bug#4869).
17938
343c3b5a
LMI
17939 * progmodes/etags.el (tags-search): Document `file-list-form'
17940 (bug#4731).
17941
2a517d45
LM
179422011-07-13 Lawrence Mitchell <wence@gmx.li>
17943
17944 * net/browse-url.el (browse-url-default-browser)
17945 (browse-url-browser-function): Make the default browser choice a
17946 bit more logical (bug#4300). Also clean up the doc string.
17947
b6c78ef2
JB
179482011-07-13 Juanma Barranquero <lekktu@gmail.com>
17949
17950 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17951 binary endings (bug#4440).
17952
1c4dd947
LMI
179532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17954
a2014063
LMI
17955 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17956 which can be pretty annoying (bug#8971).
17957
9c9c2d88
LMI
17958 * jka-compr.el (jka-compr-verbose): New variable, and use
17959 throughout (bug#8971).
17960
1c4dd947
LMI
17961 * info.el (Info-find-file): Fall back on the installation
17962 directory if we can't find the info node anywhere else.
17963
a1c9f41b
SO
179642011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17965
17966 * vc/vc.el (vc-revert-file):
17967 Don't set file time-stamp in the past. (Bug#5181)
17968
536f3d36
LMI
179692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17970
7152b011
LMI
17971 * files.el (after-find-file): Give a better error message when
17972 trying to find a symlink that points to a file that doesn't exist
17973 (bug#4398).
17974
536f3d36
LMI
17975 * progmodes/cc-vars.el: Remove (probably) misleading comment
17976 (bug#4396).
17977
460c0fba
JB
179782011-07-12 Johan Bockgård <bojohan@gnu.org>
17979
17980 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17981
7a6bda45
CY
179822011-07-12 Chong Yidong <cyd@stupidchicken.com>
17983
17984 * mouse-sel.el: Hack restoring functionality, while keeping
17985 compatibility with 2010-07-03 changes to mouse selection.
17986 (mouse-sel-primary-overlay): New var.
17987 (mouse-sel-selection-alist): Use it.
17988 (mouse-sel-mode): Doc fix; remove points that are default features
17989 of mouse.el.
17990
c79598ef
JB
179912011-07-12 Johan Bockgård <bojohan@gnu.org>
17992
17993 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17994 Fix previous fix (bug#2490).
17995
ff8be6ef
RW
179962011-07-12 Roland Winkler <winkler@gnu.org>
17997
b796c9b7
SM
17998 * textmodes/bibtex.el (bibtex-initialize):
17999 Use pop-to-buffer-same-window.
ff8be6ef
RW
18000 (bibtex-search-entries): Fix interactive call.
18001
296ba3ee
LMI
180022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18003
f5242a02 18004 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
18005 Fontise bytecomp Error lines more correctly (bug#2490).
18006 Fix suggested by Johan Bockgård.
f5242a02 18007
296ba3ee
LMI
18008 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18009
18010 * dired-x.el (dired-guess-default): Use `delete-dups'.
18011
f69fd0d2
CY
180122011-07-12 Chong Yidong <cyd@stupidchicken.com>
18013
18014 * dired.el (dired-mark-prompt):
18015 * dired-aux.el (dired-read-shell-command): Doc fix.
18016
eab5dc07
LMI
180172011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18018
b796c9b7
SM
18019 * mail/sendmail.el (sendmail-query-once):
18020 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
18021 emacs -Q.
18022
18023 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18024
eab5dc07
LMI
18025 * cus-edit.el (custom-file): Take an optional no-error variable.
18026 (customize-save-variable): Set the variable, and give a warning if
18027 running under "emacs -q".
18028
a1e65d42
JB
180292011-07-11 Juanma Barranquero <lekktu@gmail.com>
18030
18031 * loadhist.el (unload-feature-special-hooks):
18032 Add `auto-coding-functions', `fill-nobreak-predicate' and
18033 `find-directory-functions' (bug#5327).
18034
1d52da10
LMI
180352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18036
be958f1d
LMI
18037 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18038
5bedb26c
LMI
18039 * cus-edit.el (custom-guess-name-alist): -alist variables should
18040 use the `alist' type (bug#3120). Suggested by Drew Adams.
18041
1d52da10
LMI
18042 * printing.el: Add documentation to all the `pr-toggle-' commands.
18043
cd394be1 180442011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
18045
18046 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18047 backends where it makes sense (bug#2623).
18048
dcc88d8a
LMI
180492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18050
c3de9feb
LMI
18051 * dired-x.el (dired-guess-default): Remove duplicate shell command
18052 entries (bug#2028).
8a93078b 18053 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 18054 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 18055
dcc88d8a
LMI
18056 * subr.el (remove-duplicates): New conveniency function.
18057
505e3645
LMI
180582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18059
18060 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18061 (bug#1526).
18062
180632011-07-10 Martin Rudalics <rudalics@gmx.at>
18064
18065 * window.el (display-buffer-normalize-default): Don't invert
18066 meaning of even-window-heights. Reported by Eli Zaretskii
18067 <eliz@gnu.org>.
18068
455e4fa1
BR
180692011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18070
18071 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18072
8e0bc3e9
CY
180732011-07-10 Chong Yidong <cyd@stupidchicken.com>
18074
18075 * window.el (display-buffer): Fix arguments to
18076 display-buffer-reuse-window in last change.
18077
fa7c3228
CY
18078 * faces.el (link): Use a less saturated blue on light backgrounds.
18079
18080 * startup.el (fancy-startup-text, fancy-about-text)
18081 (fancy-startup-tail): Use font-lock faces, for background safety.
18082
c0a7f300
BN
180832011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18084
b796c9b7
SM
18085 * emulation/viper-cmd.el (viper-change-state-to-vi):
18086 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 18087
4dc2a129
MR
180882011-07-09 Martin Rudalics <rudalics@gmx.at>
18089
18090 * window.el (display-buffer-default-specifiers): Remove.
18091 (display-buffer-macro-specifiers): Remove default specifiers.
18092 (display-buffer-alist): Default to nil.
b796c9b7 18093 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
18094 (display-buffer-pop-up-window): Allow splitting internal
18095 windows. Check whether a live window was created.
18096 (display-buffer-other-window-means-other-frame)
18097 (display-buffer-normalize-arguments): Rename to
18098 display-buffer-normalize-argument and rewrite. Set the
18099 other-window specifier.
18100 (display-buffer-normalize-special): New function.
18101 (display-buffer-normalize-options): Rename to
18102 display-buffer-normalize-default and rewrite.
18103 (display-buffer-normalize-options-inhibit): Remove.
18104 (display-buffer-normalize-specifiers): Rewrite.
18105 (display-buffer): Process other-window specifier and call
18106 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18107 more faithfully.
b796c9b7 18108 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 18109 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
18110 (display-buffer-in-window, display-buffer-alist-set):
18111 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
18112 <tassilo@member.fsf.org>.
18113
2d43b8c9
LL
181142011-07-09 Leo Liu <sdl.web@gmail.com>
18115
18116 * register.el (insert-register): Restore accidental change on
18117 2011-06-26. (Bug#9028)
18118
7f9b7c53
GM
181192011-07-09 Glenn Morris <rgm@gnu.org>
18120
18121 * subr.el (remq): Handle the empty list. (Bug#9024)
18122
f042cfd8
AS
181232011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18124
18125 * mail/sendmail.el (send-mail-function): No longer delay custom
18126 initialization.
18127 * custom.el (custom-initialize-delay): Doc fix.
18128
856b2f11
SM
181292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18130
18131 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18132
afae1d68
MA
181332011-07-08 Michael Albinus <michael.albinus@gmx.de>
18134
18135 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18136 human-friendly prompt.
18137
0757af94
SM
181382011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18139
18140 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18141 provided by a particular plugin.
18142
d760b731
LMI
181432011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
18144
18145 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18146 save customizations (with "emacs -Q"), just set the variable
18147 instead of erroring out.
18148
18149 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18150
cd79ce90
JL
181512011-07-08 Juri Linkov <juri@jurta.org>
18152
18153 * arc-mode.el (archive-zip-expunge, archive-zip-update)
18154 (archive-zip-update-case): Use 7z if found by `executable-find'.
18155 The order of searching the available programs is the same as in
18156 `archive-zip-extract' (bug#8968).
18157
14cc04aa
CY
181582011-07-07 Chong Yidong <cyd@stupidchicken.com>
18159
18160 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18161 (menu-bar-options-menu): Tweak descriptions.
18162
0a1848ec
LMI
181632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18164
18165 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18166 menu items into verb phrases (bug#1421). Also refill to fit under
18167 80 columns.
18168
f5bd0689
CY
181692011-07-07 Chong Yidong <cyd@stupidchicken.com>
18170
538e85c6
CY
18171 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18172 (Info-read-node-name): Doc fix (Bug#1084).
18173
f5bd0689
CY
18174 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18175 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18176 (end-of-sexp, beginning-of-sexp)
18177 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18178 (forward-symbol, forward-same-syntax, word-at-point)
18179 (sentence-at-point): Doc fix (Bug#1144).
18180
56ec5115
LMI
181812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18182
f3f8e37f
LMI
18183 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18184 should cover it (bug#1281).
18185
0757af94 18186 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 18187
e9fce1ac 18188 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
18189 negotiation fails, then possibly try again with a non-encrypted
18190 connection (bug#9017).
18191
56ec5115
LMI
18192 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18193 be used.
18194
c2f9aec8
RS
181952011-07-07 Richard Stallman <rms@gnu.org>
18196
18197 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18198 property, and handle its changed format.
18199 Look for the correct line number.
18200 Use file's line contents (but not past first =) to find
18201 correct line in message.
18202
ef7b981d 182032011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
18204
18205 * international/characters.el (build-unicode-category-table):
18206 Delete it.
0757af94 18207 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 18208
0757af94 18209 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
18210 to src/chartab.c.
18211 (get-char-code-property): Call unicode-property-table-internal to
18212 load a file. Call get-unicode-property-internal where necessary.
18213 (put-char-code-property): Call unicode-property-table-internal to
18214 load a file. Call put-unicode-property-internal where necessary.
18215 put-unicode-property-internal where necessary.
0757af94
SM
18216 (char-code-property-description):
18217 Call unicode-property-table-internal to load a file.
c805dec0
KH
18218
18219 * international/charprop.el:
18220 * international/uni-bidi.el:
18221 * international/uni-category.el:
18222 * international/uni-combining.el:
18223 * international/uni-comment.el:
18224 * international/uni-decimal.el:
18225 * international/uni-decomposition.el:
18226 * international/uni-digit.el:
18227 * international/uni-lowercase.el:
18228 * international/uni-mirrored.el:
18229 * international/uni-name.el:
18230 * international/uni-numeric.el:
18231 * international/uni-old-name.el:
18232 * international/uni-titlecase.el:
18233 * international/uni-uppercase.el: Regenerate.
18234
18235 * loadup.el: Load international/charprop.el before
18236 international/characters.
18237
e14b388a
CY
182382011-07-07 Chong Yidong <cyd@stupidchicken.com>
18239
18240 * window.el (next-buffer, previous-buffer): Signal an error if
18241 called from a minibuffer window.
18242
18243 * bindings.el: Revert 2011-07-04 change.
18244
354cf0ba
RS
182452011-07-06 Richard Stallman <rms@gnu.org>
18246
18247 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
18248 (rmail-mime-insert-bulk, rmail-mime-insert-text):
18249 Treat markers like ints.
18250 (rmail-mime-entity): Doc fix.
18251
a48868a7
LMI
182522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18253
4906cd3d
LMI
18254 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
18255 defcustom again for backwards compatibility.
18256
e0457abe
LMI
18257 * simple.el (shell-command-on-region): Fill.
18258
d67f7e1f
LMI
18259 * dired-aux.el (dired-kill-line): Add a doc string.
18260
fe204702
LMI
18261 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
18262 to "\\sw\\|\\s_" (bug#358).
18263
a48868a7
LMI
18264 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
18265 (dired-unmark-backward): Ditto.
18266 (dired-flag-backup-files): Ditto.
18267
18268 * dired-x.el (dired-mark-sexp): Ditto.
18269
aa8a705c
RS
182702011-07-06 Richard Stallman <rms@gnu.org>
18271
18272 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
18273 (rmail-mime-entity): New arg TRUNCATED.
18274 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
18275 New functions.
18276 (rmail-mime-save): Warn if entity is truncated.
18277 (rmail-mime-toggle-hidden): Likewise, for showing.
18278 (rmail-mime-process-multipart): Record when an entity is truncated.
18279
a9a936b9
RS
18280 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
18281 if ENTITY is a string.
18282
1f2b92cb
LMI
182832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18284
f4f73198 18285 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
18286 of faces when `M-C-x'-ing their definitions (bug#8378).
18287 Also clean up the code slightly.
f4f73198 18288
12b16734 18289 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 18290 because that makes the colors go away.
12b16734 18291
f0691d22
LMI
18292 * mail/sendmail.el (send-mail-function): Change the default to
18293 `sendmail-query-once'.
9e87df06 18294 (sendmail-query-once): Add an autoload cookie.
f0691d22 18295
1f2b92cb
LMI
18296 * net/network-stream.el (network-stream-open-starttls): Try using
18297 a plain connection even if the server offered STARTTLS, and we
18298 kinda wanted to use it, if Emacs doesn't have any STARTTLS
18299 capability. This should make smtpmail.el work in slightly more
18300 configurations.
18301
1cdd2a1b
MA
183022011-07-06 Michael Albinus <michael.albinus@gmx.de>
18303
18304 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18305 New defun.
18306 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
18307
fbcc67e2
MM
183082011-07-06 Michael R. Mauger <mmaug@yahoo.com>
18309
18310 * progmodes/sql.el: Version 3.0
0757af94 18311 (sql-product-alist): Add product :completion-object,
fbcc67e2 18312 :completion-column, and :statement attributes.
0757af94 18313 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 18314 (sql-mode-syntax-table): Mark all punctuation.
0757af94 18315 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
18316 ansi keywords.
18317 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 18318 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
18319 (sql-oracle-show-reserved-words): New function for development.
18320 (sql-product-font-lock): Simplify for source code buffers.
18321 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
18322 New functions.
18323 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
18324 (sql-mode-map): Add statement movement functions.
18325 (sql-ansi-statement-starters, sql-oracle-statement-starters):
18326 New variable.
fbcc67e2
MM
18327 (sql-statement-regexp, sql-beginning-of-statement)
18328 (sql-end-of-statement, sql-signum): New functions.
0757af94 18329 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
18330 (sql-show-sqli-buffer): Bug fix.
18331 (sql-interactive-mode): Store connection data as buffer local.
0757af94 18332 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
18333 with sql-interactive-mode.
18334 (sql-save-connection): Save buffer local settings.
0757af94 18335 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
18336 (sql-product-interactive): Bug fix.
18337 (sql-preoutput-hold): New variable.
18338 (sql-interactive-remove-continuation-prompt): Bug fixes.
18339 (sql-debug-redirect): New variable.
18340 (sql-str-literal): New function.
18341 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 18342 Redesign.
fbcc67e2
MM
18343 (sql-oracle-save-settings, sql-oracle-restore-settings)
18344 (sql-oracle-list-all, sql-oracle-list-table): New functions.
18345 (sql-completion-object, sql-completion-column)
18346 (sql-completion-sqlbuf): New variables.
18347 (sql-build-completions-1, sql-build-completions)
18348 (sql-try-completion): New functions.
18349 (sql-read-table-name): Use them.
18350 (sql-contains-names): New buffer local variable.
18351 (sql-list-all, sql-list-table): Use it.
18352 (sql-oracle-completion-types): New variable.
18353 (sql-oracle-completion-object, sql-sqlite-completion-object)
18354 (sql-postgres-completion-object): New functions.
18355
d4eaeab1
GM
183562011-07-06 Glenn Morris <rgm@gnu.org>
18357
18358 * window.el (pop-to-buffer): Doc fix.
18359
322b7dab 183602011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
18361
18362 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18363
322b7dab 183642011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 18365
322b7dab 18366 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 18367
322b7dab 18368 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 18369
605dd5bf
CY
183702011-07-05 Chong Yidong <cyd@stupidchicken.com>
18371
18372 * button.el (button): Inherit from link face. Suggested by Dan
18373 Nicolaescu.
18374
7dbfa719
SM
183752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18376
3db614b0
SM
18377 * progmodes/gdb-mi.el: Fit in 80 columns.
18378 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18379 switch-to-buffer.
18380
7dbfa719
SM
18381 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
18382 if imenu is simply not configured (bug#8941).
18383
919d884a
KM
183842011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
18385
18386 * allout.el (allout-post-undo-hook): New allout outline-change
18387 event hook to signal undo activity.
18388 (allout-post-command-business): Run allout-post-undo-hook if an
18389 undo just occurred.
7dbfa719
SM
18390 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
18391 * allout-widgets.el (allout-widgets-after-undo-function):
18392 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
18393 in the vicinity of an undo.
18394 (allout-widgets-mode): Include allout-widgets-after-undo-function
18395 on the new allout-post-undo-hook.
18396
450a0f09
SM
183972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18398
18399 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
18400 Let define-derived-mode define it.
18401 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
18402 cycles of abbrev-table inheritance (bug#8998).
18403
2de69e00
RW
184042011-07-05 Roland Winkler <winkler@gnu.org>
18405
18406 * textmodes/bibtex.el: Add support for biblatex.
18407 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
18408 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
18409 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
18410 (bibtex-entry-alist, bibtex-field-alist): New variables.
18411 (bibtex-entry-field-alist): Obsolete alias for
18412 bibtex-BibTeX-entry-alist.
18413 (bibtex-entry-alist, bibtex-field-alist): New widgets.
18414 (bibtex-set-dialect): New command.
18415 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
18416 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
18417 Bind via bibtex-set-dialect.
2de69e00
RW
18418 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
18419 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
18420 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
18421 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
18422 Define via bibtex-set-dialect.
450a0f09
SM
18423 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
18424 Obey bibtex-no-opt-remove-re.
2de69e00
RW
18425 (bibtex-vec-push, bibtex-vec-incr): New functions.
18426 (bibtex-format-entry, bibtex-field-list)
18427 (bibtex-print-help-message, bibtex-validate)
18428 (bibtex-search-entries): Use new format of bibtex-entry-alist.
18429
2dcdbdd9
SM
184302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * progmodes/compile.el (compilation-goto-locus):
18433 * net/tramp-cmds.el (tramp-append-tramp-buffers):
18434 * bs.el (bs-cycle-next, bs-cycle-previous):
18435 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
18436 * bindings.el (mode-line-other-buffer):
18437 * autoinsert.el (auto-insert):
18438 * arc-mode.el (archive-extract):
18439 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
18440
b27640fe
JB
184412011-07-05 Juanma Barranquero <lekktu@gmail.com>
18442
18443 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
18444 Fix check of `emacs-lock-unlockable-modes'.
18445 Coerce true values of `emacs-lock--try-unlocking' to t.
18446
53bbe3ad
JB
184472011-07-05 Juanma Barranquero <lekktu@gmail.com>
18448
18449 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
18450 * emacs-lock.el: New file.
18451
1d3cdbc7
JD
184522011-07-05 Julien Danjou <julien@danjou.info>
18453
18454 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
18455 than `boundp' to check if face is set.
18456
9173deec
JB
184572011-07-05 Juanma Barranquero <lekktu@gmail.com>
18458
18459 * register.el (registerv-make):
18460 * window.el (window-min-height): Fix typos in docstrings.
18461
869795d6
JD
184622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
18463
9173deec 18464 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
18465 Update doc string.
18466
b768cdcd
JB
184672011-07-04 Juanma Barranquero <lekktu@gmail.com>
18468
18469 * server.el (server-execute): Catch quit and call
18470 `server-return-error' to pass the error back to emacsclient and
18471 close the connection (bug#8942).
18472
13aa217b
KM
184732011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
18474
18475 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
18476 insecure exception for current topic. Also note that auto-saves
18477 are handled differently.
18478
5d3385a0 18479 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
18480 State variables for tracking auto-save inhibition situation.
18481
18482 (allout-write-contents-hook-handler): Rename from
18483 'allout-write-file-hook-handler', and describe how it depends on
18484 write-contents-functions sensitivity to non-nil value to prevent
18485 file write.
18486
18487 (allout-auto-save-hook-handler): Remove. auto-save does not check
18488 this in individual buffers, only in the starting buffer, so this
18489 is not the right way for us to inhibit auto-save in a buffer
18490 according to its condition.
18491
18492 (allout-mode): Use new allout-write-contents-hook-handler, and
18493 only with write-contents-functions. Remove auto-save provisions -
18494 they're implemented elsewhere.
18495
18496 (allout-before-change-handler): If undo is in progress, note that
18497 for attention of allout-post-command-business.
18498
18499 (allout-post-command-business): If the command we're following was
18500 an undo, check for change in the status of encrypted items and
18501 adjust auto-save inhibitions accordingly.
18502
18503 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
18504 according to whether there are or aren't any plain-text topics
18505 pending encryption.
18506
2dcdbdd9 18507 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
18508 Adjust buffer-saved-size and some allout state to inhibit auto-saves
18509 if there are plain-text topics pending encryption.
13aa217b
KM
18510
18511 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
18512 buffer-saved-size and some allout state to not inhibit auto-saves
18513 if there are no longer any plain-text topics pending encryption.
18514
0757af94
SM
18515 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
18516 No longer provide for exemption of the current topic.
13aa217b 18517
ac89b32c
JL
185182011-07-04 Juri Linkov <juri@jurta.org>
18519
18520 Add 7z operations to delete and save changed members (bug#8968).
18521 * arc-mode.el (archive-7z-expunge, archive-7z-update):
18522 New defcustoms.
18523 (archive-7z-write-file-member): New function.
18524 (archive-7z-summarize): Fix the number of dashes in the
18525 listing output.
18526
8fa39615
SM
185272011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
18530 (bug#8958).
18531
2f11b3f1
CY
185322011-07-04 Chong Yidong <cyd@stupidchicken.com>
18533
d66fef2b
CY
18534 * bindings.el: Ignore next-buffer and previous-buffer in
18535 minibuffer-local-map.
18536
2f11b3f1
CY
18537 * font-lock.el (font-lock-builtin-face): Change light background
18538 color to dark slate blue (Bug#6693).
18539
f932a347
WD
185402011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
18541
18542 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
18543
c8af70e1
SM
185442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
18547 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18548 Add switch-to-buffer.
18549
f158badc
LMI
185502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18551
18552 * isearch.el (isearch-search-fun-function): Clarify further the
18553 meaning of the function returned.
18554
6d95bd46
MA
185552011-07-04 Michael Albinus <michael.albinus@gmx.de>
18556
18557 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
18558
18559 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
18560 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
18561 Use it.
18562 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
18563 `tramp-default-remote-path' does not exist.
18564 (tramp-send-command-and-read): New optional argument NOERROR.
18565 (tramp-open-connection-setup-interactive-shell)
18566 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
18567 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
18568 (tramp-process-sentinel): Flush also process' connection property.
18569 (tramp-sh-handle-start-file-process): Do not set process
18570 sentinel. It is done now ...
18571 (tramp-maybe-open-connection): ... here. (Bug#8929)
18572
909e6b67
MK
185732011-07-04 MON KEY <monkey@sandpframing.com>
18574
18575 * play/animate.el (animate-string): Doc fixes and allow changing
18576 the buffer name (bug#5417).
18577
185782011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18579
c8af70e1 18580 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 18581
f34755dc
PE
185822011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18583
396cec72
PE
18584 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
18585 This is simpler and helps future-proof the code.
18586 (timer-until): Use time-subtract and float-time.
08235028 18587 (timer--time-less-p): Use time-less-p.
f34755dc 18588
56e6cc31
JB
185892011-07-04 Juanma Barranquero <lekktu@gmail.com>
18590
3abb79e5
JB
18591 * type-break.el (timep): Use the value of `float-time' to avoid a
18592 byte-compiler warning.
18593
56e6cc31
JB
18594 * server.el (server-eval-and-print): Return any result, even nil.
18595
7b9430b4
PE
185962011-07-03 Paul Eggert <eggert@cs.ucla.edu>
18597
18598 * type-break.el: Accept time formats that the builtins accept.
18599 (timep, type-break-time-difference): Accept any format that
18600 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
18601 This is simpler and helps future-proof the code.
18602 (type-break-time-difference): Round rather than ignoring
18603 subseconds components.
18604
3034e9e7
LMI
186052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18606
18607 * info.el (Info-apropos-matches): Make non-interactive, since it
18608 doesn't seem to do anything useful as a command (bug#8829).
18609
1485f4c0
CY
186102011-07-03 Chong Yidong <cyd@stupidchicken.com>
18611
18612 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 18613 Move from faces.el.
1485f4c0
CY
18614 (frame-default-terminal-background): New function.
18615
18616 * custom.el (custom-push-theme): Don't record faces in `changed'
18617 theme; this doesn't work correctly for per-frame face settings.
18618 (disable-theme): Use face-set-after-frame-default to reset faces.
18619 (custom--frame-color-default): New function.
18620
9fa3dd45
LMI
186212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18622
c8af70e1 18623 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
18624 (bug#8769).
18625
6cbbc20c
KR
186262011-03-29 Kevin Ryde <user42@zip.com.au>
18627
18628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18629 `perl-Test2' extend to match possible "fail #N" rep count
18630 (bug#8377).
18631
c7f98048
LMI
186322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18633
65676592
LMI
18634 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
18635 `smtpmail-via-smtp' now returns the error instead of nil.
18636
c7f98048
LMI
18637 * isearch.el (isearch-search-fun-function): Clarify the doc string
18638 (bug#8101).
18639
56e6cc31 186402011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
18641
18642 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
18643 unnecessary spaces (bug#8987).
18644
2b216704
LMI
186452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18646
18647 * net/network-stream.el (open-network-stream): Use the
18648 :end-of-capability command thoughout.
18649
186502011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18651
18652 * net/network-stream.el (open-network-stream): Add the
18653 :end-of-capability command parameter, used by pop3.el.
18654
36adf6ce
LMI
186552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18656
1ca0da0e
LMI
18657 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18658
fc00f69c
LMI
18659 * fringe.el (fringe-query-style): Remove redundant text " (type ?
18660 for list)" (bug#6475).
18661
28fd8759 18662 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 18663 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
18664 an error (bug#6297).
18665
0dd8b6da
LMI
18666 * man.el (Man-reference-regexp): Allow matching possible
18667 word-wrapped references (bug#6289).
18668
ce1438d6
LMI
18669 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18670 for consistency with the other vc buffers (bug#6197).
18671 (vc-checkin): Ditto.
18672
18673 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18674
36adf6ce
LMI
18675 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18676
e83cc1f7
LMI
186772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18678
8a20ca4c
LMI
18679 * custom.el (defcustom): Clarify that :set is only used in the
18680 Customize user interface (bug#6089).
18681
83319045
LMI
18682 * progmodes/flymake.el (flymake-mode): If the buffer isn't
18683 associated with a file, refuse to run instead of erroring out
18684 (bug#6084).
18685
a8392169
LMI
18686 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18687 the doc string, since it appears that using `fill-column' always
18688 controls the width (bug#7845).
18689
e83cc1f7
LMI
18690 * simple.el (shell-command-on-region): Say where the error output
18691 went if `shell-command-default-error-buffer' is set (bug#6857).
18692
e47ca23b
KM
186932011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
18694
18695 * allout.el (allout-yank-processing): Adjust cursor position for
18696 backwards-deleted space.
18697
18698 (allout-rebullet-heading): Register changes with
18699 allout-exposure-changed-hook, so the modified topic is properly
18700 decorated.
18701
5cf56143
LMI
187022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18703
08549772
LMI
18704 * minibuffer.el (completion-in-region): Document PREDICATE
18705 (bug#7136).
18706
48e96771
LMI
18707 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18708 of keyword/argument pairs (bug#6904).
18709
c8af70e1
SM
18710 * replace.el (multi-occur):
18711 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 18712
e17d05e2
LMI
187132011-07-02 Drew Adams <drew.adams@oracle.com>
18714
18715 * dired.el (dired-mark-if): Make the message about whether it's
18716 marking or unmarking clearer (bug#8523).
18717
063b0e45
LMI
187182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18719
18720 * disp-table.el (display-table-print-array): New function.
18721 (describe-display-table): Use it to print the vectors more pretty
18722 (Bug#8859).
18723
28545e04
MR
187242011-07-02 Martin Rudalics <rudalics@gmx.at>
18725
18726 * window.el (window-state-get-1): Don't assign clone numbers.
18727 Add clone-of item to list of window parameters.
18728 (window-state-put-2): Don't process clone numbers.
18729 (display-buffer-alist): Fix doc-string.
18730
3349e122
SM
187312011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18732
18733 * subr.el (remq): Don't allocate if it's not needed.
18734 (keymap--menu-item-binding, keymap--menu-item-with-binding)
18735 (keymap--merge-bindings): New functions.
18736 (keymap-canonicalize): Use them to refine the canonicalization.
18737 * minibuffer.el (minibuffer-local-completion-map)
18738 (minibuffer-local-must-match-map): Move initialization from C.
18739 (minibuffer-local-filename-completion-map): Move initialization from C;
18740 don't inherit from anything here.
18741 (minibuffer-local-filename-must-match-map): Make obsolete.
18742 (completing-read-default): Use make-composed-keymap to combine
18743 minibuffer-local-filename-completion-map with either
18744 minibuffer-local-must-match-map or
18745 minibuffer-local-filename-completion-map.
18746
d224ac83
GM
187472011-07-01 Glenn Morris <rgm@gnu.org>
18748
3de63bf8
GM
18749 * type-break.el (type-break-time-sum): Use dolist.
18750
d224ac83
GM
18751 * textmodes/flyspell.el (flyspell-word-search-backward):
18752 Replace CL function.
18753
1a1e3f32
SM
187542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18755
fe3f64d5
SM
18756 * mouse.el (mouse--strip-first-event): New function.
18757 (function-key-map): Use it to map fringe clicks to normal clicks
18758 by default.
18759
eb604e34
SM
18760 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18761 (vc-bzr-revision-completion-table): Add support for annotate and date.
18762
1a1e3f32
SM
18763 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18764 inherit from parent.
18765
5bd35902
LMI
187662011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18767
ace6c69c 18768 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 18769 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 18770
191e2bed
LMI
18771 * dired.el (dired-mode): Fix up the doc string as suggested by
18772 Drew Adams (bug#8817).
18773
5bd35902
LMI
18774 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18775 cookie, since the manual says that it should be possible to add
18776 this function to `find-file-hook' (bug#8709).
18777
eee8207a
TZ
187782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18779
18780 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18781 here. Noted Ted Zlatanov as the maintainer.
18782 (cfengine-common-settings, cfengine-common-syntax): New functions
18783 to set up common things between `cfengine-mode' and
18784 `cfengine3-mode'.
18785 (cfengine3-mode): New mode.
18786 (cfengine3-defuns cfengine3-defuns-regex
18787 (cfengine3-class-selector-regex cfengine3-category-regex)
18788 (cfengine3-vartypes cfengine3-font-lock-keywords)
18789 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 18790 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 18791
36b148cf
MA
187922011-07-01 Michael Albinus <michael.albinus@gmx.de>
18793
18794 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18795
18796 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18797
0bf4ba9a
MR
187982011-07-01 Martin Rudalics <rudalics@gmx.at>
18799
18800 * window.el (same-window-buffer-names, same-window-regexps)
18801 (same-window-p, special-display-frame-alist)
18802 (special-display-popup-frame, special-display-function)
18803 (special-display-buffer-names, special-display-regexps)
18804 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18805 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18806 (split-window-preferred-function, split-height-threshold)
18807 (split-width-threshold, even-window-heights)
18808 (display-buffer-mark-dedicated, window-splittable-p)
18809 (split-window-sensibly, window-safely-shrinkable-p):
18810 Un-obsolete.
18811 (display-buffer): Don't spread args with function specifier
18812 because special-display-popup-frame won't like it.
18813
35837f51
PE
188142011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18815
d0672f86
PE
18816 Time-stamp simplifications and fixes.
18817 These improve accuracy slightly, and future-proof the code
18818 against some potential changes to current-time format.
18819
b9444d97
PE
18820 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18821 by using time-since and float-time.
18822
0ef923dc
PE
18823 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18824 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18825 + NNN microseconds".
18826
2f81380d
PE
18827 * type-break.el (type-break-time-sum): Rewrite using time-add.
18828
845b5c3e
PE
18829 * play/hanoi.el (hanoi-current-time-float): Remove.
18830 All uses replaced by float-time.
18831
ee6f1be0
PE
18832 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18833 This yields a more-accurate answer.
18834 (rng-time-to-float): Remove; no longer needed.
18835
fe955043
PE
18836 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18837
5777162a
PE
18838 * calendar/timeclock.el (timeclock-seconds-to-time):
18839 Defalias to seconds-to-time, since they're the same thing.
18840
3103f8b6 18841 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 18842 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
18843 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18844
0e61a35f
SM
188452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18846
18847 * window.el (bury-buffer): Don't iconify the only frame.
18848 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18849 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18850
ddd63a1e
CY
188512011-07-01 Chong Yidong <cyd@stupidchicken.com>
18852
0e61a35f
SM
18853 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18854 Add mouse-yank-primary.
ddd63a1e 18855
055f4923
TZ
188562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18857
18858 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18859
6a2fb145
SM
188602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18863 (find-library-name): Use it to find relative load names when provided
18864 absolute file name (bug#8803).
18865
fd4983f2
LMI
188662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18867
887d14ad
LMI
18868 * textmodes/flyspell.el (flyspell-word): Consider words that
18869 differ only in case as potential doublons (bug#5687).
18870
c53dc7fc
LMI
18871 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18872 Remove two rather uninteresting debugging-like messages to make
18873 debbugs.el more silent.
18874
fd4983f2
LMI
18875 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18876 a password-like phrase.
18877
7a71b18d 188782011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
18879
18880 * progmodes/cc-guess.el: New file.
18881
6a2fb145 18882 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
18883
18884 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18885 derived from `c-basic-common-init'.
18886
18887 * progmodes/cc-mode.el (top-level): Require cc-guess.
18888 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18889
1fa280a3
LM
188902011-06-30 Lawrence Mitchell <wence@gmx.li>
18891
18892 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18893
e6597158
AM
188942011-06-30 Alan Mackenzie <acm@muc.de>
18895
1fa280a3
LM
18896 * progmodes/cc-engine.el (c-guess-continued-construct):
18897 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
18898 lock is disabled. Name this case as "CASE G".
18899
68ba37fb
KM
189002011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18901
18902 * allout.el (allout-yank-processing): Fix injection of extra space
18903 between bullet and non-whitespace character in first topic when
18904 pasting, ensuring that the actual spacing in the pasted topic
18905 following the bullet char is preserved. This extra space was
18906 causing pasted encrypted topics to get a decrypted status even
18907 when the content was actually still encrypted. Now the decryption
18908 status from before the paste is preserved.
18909
18910 (allout-flag-region): Set all allout overlays so they evaporate
18911 when reduced to zero length (evanescent), to prevent overlay
18912 leakage.
18913
887a0b34
GM
189142011-06-30 Glenn Morris <rgm@gnu.org>
18915
94b9acce
GM
18916 * w32-fns.el (w32-charset-info-alist): Declare.
18917
1d9b46d4
GM
18918 * find-dired.el (find-grep-options): Simplify.
18919
cc232200
GM
18920 * term/ns-win.el (ns-set-resource): Declare.
18921
28e77c46
GM
18922 * ses.el (row, col): Declare dynamic variables honestly.
18923
887a0b34
GM
18924 * textmodes/reftex-parse.el (index-tags): Declare.
18925
658d8eb8
CY
189262011-06-30 Chong Yidong <cyd@stupidchicken.com>
18927
18928 * cus-edit.el (customize-push-and-save): New function.
18929
18930 * files.el (hack-local-variables-confirm): Use it.
18931
1fa280a3
LM
18932 * custom.el (load-theme): New arg NO-CONFIRM.
18933 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
18934 (custom-enabled-themes): Doc fix.
18935
18936 * cus-theme.el (customize-create-theme)
18937 (custom-theme-merge-theme): Callers to load-theme changed.
18938
bb617717
LMI
189392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18940
d61bdd5d
LMI
18941 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18942 short URLs have at least one dot in them (bug #7614).
18943
bb617717
LMI
18944 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18945 nil, because using a pty is apparently too slow (bug #895).
18946
2f31f37a
LMI
189472011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18948
18949 * mail/sendmail.el (sendmail-query-once): New function.
18950 (sendmail-query-once-function): New variable.
18951
3076b24e
GM
189522011-06-29 Glenn Morris <rgm@gnu.org>
18953
faf2a174
GM
18954 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18955
3076b24e
GM
18956 * ses.el (top-level): Require cl when compiling.
18957 (ses-set-localvars): Fix error statement.
18958 Call it at compile time to silence a storm of warnings.
18959
5386012d
MR
189602011-06-29 Martin Rudalics <rudalics@gmx.at>
18961
18962 * window.el (normalize-live-buffer): Rename to
18963 window-normalize-buffer.
18964 (normalize-live-frame): Rename to window-normalize-frame.
18965 (normalize-any-window): Rename to window-normalize-any-window.
18966 (normalize-live-window): Rename to window-normalize-live-window.
18967 (make-window-atom): Rename to window-make-atom.
18968 (window-resize-reset): Rename to window--resize-reset.
18969 (window-resize-reset-1): Rename to window--resize-reset-1.
18970 (resize-mini-window): Rename to window--resize-mini-window.
18971 (resize-subwindows-skip-p): Rename to
18972 window--resize-subwindows-skip-p.
18973 (resize-subwindows-normal): Rename to
18974 window--resize-subwindows-normal.
18975 (resize-subwindows): Rename to window--resize-subwindows.
18976 (resize-other-windows): Rename to window--resize-siblings.
18977 (resize-this-window): Rename to window--resize-this-window.
18978 (resize-root-window): Rename to window--resize-root-window.
18979 (resize-root-window-vertically): Rename to
18980 window--resize-root-window-vertically.
18981 (normalize-buffer-to-display): Rename to
18982 window-normalize-buffer-to-display.
18983 (normalize-buffer-to-switch-to): Rename to
18984 window-normalize-buffer-to-switch-to.
18985 Correspondingly update all callers of the functions listed
18986 above.
18987 (display-buffer-alist, display-buffer-normalize-arguments)
18988 (display-buffer-normalize-options, display-buffer)
18989 (display-buffer-alist-set): Use "function" instead of
18990 "fun-with-args".
18991
1176868d
CY
189922011-06-28 Chong Yidong <cyd@stupidchicken.com>
18993
18994 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18995 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18996 debbugs.gnu.org. Mention acknowledgment email.
18997
20a7a65f
LMI
189982011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18999
19000 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19001 buffer multibyteness, since it shouldn't matter.
19002
5f45cca5
MR
190032011-06-28 Martin Rudalics <rudalics@gmx.at>
19004
19005 * window.el (display-buffer-in-side-window): Handle dedicated
19006 windows as in display-buffer-reuse-window.
19007 (display-buffer-normalize-alist): Use value of override
19008 specifier.
19009 (display-buffer-normalize-specifiers): Use value of
19010 other-window-means-other-frame specifier.
19011 (display-buffer-alist): Rewrite some texts in widgets.
19012 (display-buffer): Spread arguments when calling function
19013 specified by fun-with-args.
19014
ad85fe1f
DD
190152011-06-28 Deniz Dogan <deniz@dogan.se>
19016
1fa280a3
LM
19017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19018 Unnest `let'.
da68c4c8 19019
ad85fe1f
DD
19020 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19021 selectors (Bug#5732).
ec49bd31 19022 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 19023
a08cc025
JA
190242011-06-27 Jari Aalto <jari.aalto@cante.net>
19025
19026 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19027 (eshell-ls-date-format): New defcustom.
19028 (eshell-ls-file): Use it.
19029
e2b551c5
SM
190302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19033
8982b231
KY
190342011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19035
19036 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19037 (ange-ftp-make-tmp-name): New arg.
19038 (ange-ftp-file-local-copy): Use it.
19039
36c9fa27
J
190402011-06-27 Jambunathan K <kjambunathan@gmail.com>
19041
19042 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19043 no-conversion (Bug#8870).
19044
d68443dc
MR
190452011-06-27 Martin Rudalics <rudalics@gmx.at>
19046
19047 * window.el (window-right, window-left, window-child)
19048 (window-child-count, window-last-child)
19049 (window-iso-combination-p, walk-window-tree-1)
19050 (window-atom-check-1, window-tree-1, delete-window)
19051 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19052 new naming conventions - window-vchild, window-hchild,
19053 window-next and window-prev are now called window-top-child,
19054 window-left-child, window-next-sibling and window-prev-sibling
19055 respectively.
d615d6d2
MR
19056 (resize-window-reset): Rename to window-resize-reset.
19057 (resize-window-reset-1): Rename to window-resize-reset-1.
19058 (resize-window): Rename to window-resize.
19059 (window-min-height, window-min-width)
19060 (resize-mini-window, resize-this-window, resize-root-window)
19061 (resize-root-window-vertically, adjust-window-trailing-edge)
19062 (enlarge-window, shrink-window, maximize-window)
19063 (minimize-window, delete-window, quit-restore-window)
19064 (split-window, balance-windows, balance-windows-area-adjust)
19065 (balance-windows-area, window-state-put-2)
19066 (display-buffer-even-window-sizes, display-buffer-set-height)
19067 (display-buffer-set-width, set-window-text-height)
19068 (fit-window-to-buffer): Rename all "resize-window" prefixed
19069 calls to use the "window-resize" prefix convention.
19070 (display-buffer-alist): Fix symbol for label specifier.
19071 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19072 corresponding specifier.
19073 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 19074
b6458526
VB
190752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19076
19077 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19078 convention.
19079 (ses-call-printer): Does not pass an empty string to formatter when the
19080 cell is empty to keep from barking printer Calc math-format-value.
19081
d31fd9ac
RS
190822011-06-27 Richard Stallman <rms@gnu.org>
19083
43d5bf84
RS
19084 * battery.el (battery-mode-line-limit): New variable.
19085 (battery-update): Handle it.
19086
d31fd9ac
RS
19087 * mail/rmailmm.el (rmail-mime-process-multipart):
19088 Handle truncated messages.
19089
819a6054
GM
190902011-06-27 Glenn Morris <rgm@gnu.org>
19091
19092 * progmodes/flymake.el (flymake-err-line-patterns):
19093 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19094
cedc73f2
VB
190952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19096
819a6054 19097 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
19098 (ses--clean-!, ses--clean-_): New functions.
19099 (ses-range): Add configurability of readout order, and conversion
19100 to Calc vector.
19101
5e5d49b6
VB
19102 * ses.el (ses-repair-cell-reference-all): New function.
19103 (ses-cell-symbol): Set macro as safe, so that it can be used in
19104 formulas.
19105
56e6cc31 19106 * ses.el: Update cycle detection algorithm.
90ca8b49 19107 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 19108 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
19109 (ses-set-localvars): New function.
19110 (ses-make-cell): Add property-list as a cell element.
19111 (ses-cell-property-get-fun, ses-cell-property-get)
19112 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
19113 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19114 New functions.
90ca8b49
VB
19115 (ses-cell-property-set, ses-cell-property-pop)
19116 (ses-cell-property-get-handle): New macro.
19117 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19118 New aliases, used for code readability.
19119 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19120 cycle detection.
19121 (ses-self-reference-early-detection): New defcustom.
fac916bf 19122 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
19123 (ses-mode): Use ses-set-localvars.
19124 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19125 before lauching the update processing.
19126 (ses-initialize-Dijkstra-attempt): New function.
19127 (ses-recalculate-cell): Update for cycle detection based on
19128 Dijkstra algorithm.
19129
2bb63e81
VB
19130 * ses.el: Fix commenting and indenting convention.
19131
c9d29fb8
SM
191322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * bs.el (bs-cycle-next): Complete last change.
19135
d8e4b68b
JB
191362011-06-27 Drew Adams <drew.adams@oracle.com>
19137
19138 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19139
40098786
LMI
191402011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19141
c9d29fb8
SM
19142 * net/network-stream.el (network-stream-open-starttls):
19143 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
19144 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19145
40098786
LMI
19146 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19147 to binary to possibly avoid line encoding issues on Windows (among
19148 other things).
19149
468d09d4
LMI
191502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19151
19152 * net/network-stream.el (open-network-stream): Return an :error
19153 saying what the problem was, if possible.
19154
19155 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19156 server.
19157
19158 * net/network-stream.el (network-stream-open-starttls): If we
19159 wanted to use STARTTLS, and the server offered it, but we weren't
19160 able to because we had no STARTTLS support, then close the connection.
19161 (open-network-stream): Return an :error element, if present.
19162
16f07dd7
CY
191632011-06-26 Chong Yidong <cyd@stupidchicken.com>
19164
88821ca0
CY
19165 * hl-line.el (hl-line-sticky-flag): Doc fix.
19166 (global-hl-line-sticky-flag): New option (Bug#8323).
19167 (global-hl-line-highlight): Obey it.
19168
16f07dd7
CY
19169 * vc/vc.el (vc-revert-show-diff): Default to t.
19170
6b5ccddf
KM
191712011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
19172
c9d29fb8
SM
19173 * allout-widgets.el (allout-widgets-post-command-business):
19174 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
19175 undecorated when an isearch is continued past, and isearch
19176 automatically collapses them. This leads to "widget leaks", where
19177 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
19178 hidden widgets can slow down cursor travel, substantially.
19179 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
19180 so we're doing without this nicety.
19181
19182 (allout-widgets-tally-string): Don't try to do a hash-table-count
19183 of allout-widgets-tally when it's nil. This eliminates spurious "Error
19184 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19185 *Messages* when allout-widgets-maintain-tally is t.
19186
355f2e07
MR
191872011-06-26 Martin Rudalics <rudalics@gmx.at>
19188
19189 * window.el (display-buffer-normalize-argument): Rename to
19190 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
19191 LABEL argument. Respect special-display-function when popping up
19192 a new frame. Fix code searching for a window showing the buffer
19193 on another frame.
c9d29fb8
SM
19194 (display-buffer-normalize-specifiers):
19195 Call display-buffer-normalize-arguments.
355f2e07
MR
19196 (display-buffer-in-window): Don't undedicate the window if its
19197 buffer remains the same.
19198 Reported by Drew Adams <drew.adams@oracle.com>.
19199 (display-buffer-alist): Add choice for same-window macro
19200 specfier.
19201 (display-buffer): Mention special meaning of LABEL argument in
19202 doc-string. Fix quoting. Don't pop up a new frame even as
19203 fallback.
19204
7ca8fc42
JB
192052011-06-26 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19208 avoid deleting the current window in some cases (bug#8911).
19209
bc312254
AS
192102011-06-26 Andreas Schwab <schwab@linux-m68k.org>
19211
19212 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19213 (Bug#8934)
19214
2db18f3f
LMI
192152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
19216
c9d29fb8
SM
19217 * net/network-stream.el (network-stream-open-starttls):
19218 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
19219 (network-stream-open-tls): Ditto.
19220
6302e0d3
LL
192212011-06-26 Leo Liu <sdl.web@gmail.com>
19222
19223 * register.el (registerv): New struct.
19224 (registerv-make): New function.
c9d29fb8
SM
19225 (jump-to-register, describe-register-1, insert-register):
19226 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
19227 struct. (Bug#8415)
19228
5fdd4046
CY
192292011-06-26 Chong Yidong <cyd@stupidchicken.com>
19230
2afef60a
CY
19231 * vc/vc.el (vc-revert-show-diff): New defcustom.
19232 (vc-diff-internal): New arg specifying diff buffer.
19233 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
19234 reuse an existing *vc-diff* buffer (Bug#8927).
19235
5fdd4046
CY
19236 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
19237
e93db24a
GM
192382011-06-26 Glenn Morris <rgm@gnu.org>
19239
19240 * progmodes/f90.el (f90-critical-indent): New option.
19241 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
19242 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
19243 (f90-mode): Doc fix.
19244 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
19245 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
19246 (f90-beginning-of-block, f90-next-block, f90-indent-region)
19247 (f90-match-end): Handle block, critical.
19248
eefff499
GM
192492011-06-25 Glenn Morris <rgm@gnu.org>
19250
f6ba4cc9
GM
19251 * calendar/diary-lib.el (diary-included-files): Doc fix.
19252 (diary-include-files): New function, extracted from
19253 diary-include-other-diary-files and diary-mark-included-diary-files.
19254 (diary-include-other-diary-files, diary-mark-included-diary-files):
19255 Just call diary-include-files.
19256 (diary-mark-entries): Reset diary-included-files on first call.
19257
16712304
GM
19258 * calendar/diary-lib.el (diary-mark-entries)
19259 (diary-mark-included-diary-files):
19260 Visit included diary-files in temp buffers.
19261
5d8e0d43
GM
19262 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
19263 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
19264 (f90-start-block-re, f90-imenu-generic-expression)
19265 (f90-looking-at-program-block-start, f90-no-block-limit):
19266 Add support for submodules.
19267
ccf7a5d5
GM
19268 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19269 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 19270
11fdef7d 192712011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
19272
19273 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
19274 buffer-file-type before setting its value, to avoid disastrous
eefff499 19275 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 19276
74f53697
JB
192772011-06-25 Juanma Barranquero <lekktu@gmail.com>
19278
19279 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
19280
19281 * ses.el (ses-unload-function):
19282 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
19283
19284 * proced.el (proced-unload-function):
19285 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
19286
18a4ce5e
AR
192872011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
19288
19289 * server.el (server-create-window-system-frame): Add parameters arg.
19290 (server-process-filter): Doc fix. Handle frame-parameters.
19291
519d22cc
JB
192922011-06-25 Juanma Barranquero <lekktu@gmail.com>
19293
19294 Fix bug#8730, bug#8781.
19295
19296 * loadhist.el (unload--set-major-mode): New function.
19297 (unload-feature): Use it.
19298
19299 * progmodes/python.el (python-after-info-look): Add autoload cookie.
19300 (python-unload-function): New function.
19301
c206f5b0
SM
193022011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
19305
f9ad64f3
GS
193062011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
19307
19308 * net/browse-url.el (browse-url-firefox-program): Add icecat to
19309 the candidates list.
19310
7d0da90e
JB
193112011-06-24 Juanma Barranquero <lekktu@gmail.com>
19312
19313 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
19314
14b4e83d
RS
193152011-06-23 Richard Stallman <rms@gnu.org>
19316
19317 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
19318 (rmail-variables): Set next-error-move-function.
19319 (rmail-what-message): Take argument POS.
19320 (rmail-next-error-move): New function.
19321
273d2baf
SM
193222011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
19325 messages for adjacent non-terminals.
19326
56c2cc9a
RS
193272011-06-23 Richard Stallman <rms@gnu.org>
19328
19329 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 19330 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
19331 (rmail-start-mail): Don't specify use of rmail-mail-return;
19332 that's done by mail-bury now.
19333 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 19334
d59eb518
MA
193352011-06-23 Michael Albinus <michael.albinus@gmx.de>
19336
19337 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
19338 SIZE is a number.
19339
02cfc6d6
MR
193402011-06-23 Martin Rudalics <rudalics@gmx.at>
19341
19342 * window.el (get-lru-window, get-mru-window)
19343 (get-largest-window): Never return a minibuffer window.
19344 (display-buffer-pop-up-window): Fix a bug that could lead to
19345 reusing the minibuffer window.
19346 (display-buffer): Pass original specifier argument to
19347 display-buffer-function instead of the normalized one.
19348 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19349
4e323265
LL
193502011-06-22 Leo Liu <sdl.web@gmail.com>
19351
19352 * minibuffer.el (completing-read-function)
1f9f395d 19353 (completing-read-default): Move from minibuf.c.
4e323265 19354
7a70468f
RS
193552011-06-22 Richard Stallman <rms@gnu.org>
19356
50718fc2
RS
19357 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19358 to Rmail even if not started by a special Rmail command.
19359
7a70468f
RS
19360 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19361 Copy the buffer currently showing just one message.
19362
297dde5a
RW
193632011-06-22 Roland Winkler <winkler@gnu.org>
19364
19365 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19366 (bibtex-clean-entry): First delete the old key so that a
19367 customized algorithm for generating the new key does not get
19368 confused by the old key.
19369 (bibtex-url): Obey regexp of first step.
19370 (bibtex-search-entries): Do not use add-to-list with local
19371 list-var.
19372
97bb1093
LMI
193732011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19374
19375 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19376 stored a user name, then query for the password first, instead of
19377 waiting for SMTP to give an error message and the trying again.
19378
1c0f1a19
JD
193792011-06-22 Lawrence Mitchell <wence@gmx.li>
19380
19381 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
19382 BUFFER in call-process.
19383
396f7c9d
LMI
193842011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19385
19386 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
19387 QUIT twice.
ddb7ffee
LMI
19388 (smtpmail-try-auth-methods): Require user name and password from
19389 auth-source.
396f7c9d 19390
8998d1b3
MR
193912011-06-22 Martin Rudalics <rudalics@gmx.at>
19392
19393 * window.el (display-buffer-default-specifiers)
19394 (display-buffer-alist): Remove entries for pop-up-frame-alist.
19395 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 19396 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
19397
19398 * frame.el (pop-up-frame-alist, pop-up-frame-function)
19399 (special-display-frame-alist, special-display-popup-frame):
19400 Remove duplicate declarations. These are now in window.el.
19401
4ea31e07
LMI
194022011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19403
c9d29fb8
SM
19404 * mail/smtpmail.el (smtpmail-via-smtp):
19405 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
19406 server supports it. SMTP servers that support STARTTLS commonly
19407 require it.
19408
19409 * net/network-stream.el (network-stream-open-starttls): Support
19410 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 19411 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 19412
95f41d9a
LMI
19413 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
19414 upgrades with `open-network-stream', and rely solely on
19415 auth-source for all credentials. Big changes throughout the file,
19416 but in particular:
c9d29fb8
SM
19417 (smtpmail-auth-credentials): Remove.
19418 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
19419 (smtpmail-via-smtp): Check for servers saying they want AUTH after
19420 MAIL FROM, too.
95f41d9a 19421
c9d29fb8
SM
19422 * net/network-stream.el (network-stream-open-starttls):
19423 Provide support for client certificates both for external and built-in
4ea31e07
LMI
19424 STARTTLS.
19425 (auth-source): Require.
19426 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
19427 (network-stream-certificate): Change cert-cert to cert and
19428 cert-key to key.
4ea31e07 19429
065ec2c7
MA
194302011-06-21 Michael Albinus <michael.albinus@gmx.de>
19431
19432 * net/tramp-cache.el (top): Don't load the persistency file when
19433 "emacs -Q" has been called.
19434
cd93b359
DR
194352011-06-21 Tim Harper <timcharper@gmail.com>
19436
d8e4b68b
JB
19437 * term/ns-win.el (ns-initialize-window-system):
19438 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
19439 resource to NO as it is not yet supported by the NS port.
19440
ae9c0411
JB
194412011-06-21 Juanma Barranquero <lekktu@gmail.com>
19442
19443 * misc.el (list-dynamic-libraries--refresh): Compute header here...
19444 (list-dynamic-libraries): ...not here.
19445
7f3f739f
LL
194462011-06-21 Leo Liu <sdl.web@gmail.com>
19447
19448 * subr.el (sha1): Implement sha1 using secure-hash.
19449
327c8fb1
MR
194502011-06-21 Martin Rudalics <rudalics@gmx.at>
19451
19452 * window.el (display-buffer-alist): In default value do not
19453 enforce searching a window on any but the selected frame.
19454 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19455 (display-buffer-select-window): Remove function.
19456 (display-buffer-in-window): When a window on another frame gets
19457 reused, do not select it any more but just raise its frame if
19458 necessary (Bug#8851) and (Bug#8856).
19459 (display-buffer-normalize-options): Handle pop-up-frames related
19460 options more faithfully.
19461 (pop-to-buffer): Don't rely on `display-buffer' selecting the
19462 window if it is on another frame.
c9d29fb8
SM
19463 (display-buffer-alist, display-buffer-default-specifiers):
19464 Don't make new frame unsplittable by default.
9e9de014
MR
19465 (display-buffer-normalize-argument): Fix doc-string typo and use
19466 'same-frame-other-window instead of 'other-window when associating
19467 with display-buffer-macro-specifiers.
327c8fb1 19468
7cf3f556
VB
194692011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
19470
19471 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
19472 New functions.
19473 (5x5-mode-map, 5x5-mode-menu): Bind them.
19474 (5x5-draw-grid): Tweak the solver's rendering.
19475
60a406cf
SM
194762011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
19479 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
19480
d8e4b68b 194812011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
19482
19483 * menu-bar.el: Use function variable instead of switch-to-buffer.
19484 (menu-bar-select-buffer-function): New variable.
60a406cf 19485 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 19486
478d6f95
SM
194872011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
19490 variable's status.
19491
ca530739
JD
194922011-06-20 Jan Djärv <jan.h.d@swipnet.se>
19493
19494 * x-dnd.el (x-dnd-version-from-flags)
19495 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
19496 and long as number (Bug#8899).
19497 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
19498
bcd70d97
SM
194992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19500
60a406cf 19501 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
19502 (completion-try-completion, completion-all-completions): Compute the
19503 metadata argument if it's missing; make it optional (bug#8795).
19504
60a406cf 19505 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
19506 (widget-complete): Use new :completion-function property.
19507 (widget-completions-at-point): New function.
19508 (default): Use :completion-function instead of :complete.
60a406cf
SM
19509 (widget-default-completions): Rename from widget-default-complete;
19510 Rewrite.
bcd70d97
SM
19511 (widget-string-complete, widget-file-complete, widget-color-complete):
19512 Remove functions.
19513 (file, symbol, function, variable, coding-system, color):
19514 * international/mule-cmds.el (default-input-method, charset)
19515 (language-info-custom-alist):
19516 * cus-edit.el (face): Use new property :completions.
19517
19518 * progmodes/pascal.el (pascal-completions-at-point): New function.
19519 (pascal-mode): Use it.
19520 (pascal-mode-map): Use completion-at-point.
19521 (pascal-toggle-completions): Make obsolete.
19522 (pascal-complete-word, pascal-show-completions):
19523 * progmodes/octave-mod.el (octave-complete-symbol):
19524 Redefine as obsolete alias.
19525 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
19526 Signal absence of completion info for old Octave,
19527 (inferior-octave-complete): Redefine as obsolete alias.
19528 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
19529 (meta-completions-at-point): Rename from meta-complete-symbol and
19530 adapt it for use on completion-at-point-functions.
19531 (meta-common-mode): Use it.
19532 (meta-looking-at-backward, meta-match-buffer): Remove.
19533 (meta-complete-symbol): Redefine as obsolete alias.
19534 (meta-common-mode-map): Use completion-at-point.
19535 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
19536 (makefile-mode-map): Use completion-at-point.
19537 (makefile-completions-at-point): Rename from makefile-complete and
19538 adapt it for use on completion-at-point-functions.
19539 (makefile-mode): Use it.
19540 (makefile-complete): Redefine as obsolete alias.
19541
aebf69c8
DD
195422011-06-20 Deniz Dogan <deniz@dogan.se>
19543
19544 * net/rcirc.el: Delete trailing whitespaces once and for all.
19545
bfbbb27d
DC
195462011-06-20 Daniel Colascione <dan.colascione@gmail.com>
19547
19548 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
19549
d264a46b
CY
195502011-06-19 Chong Yidong <cyd@stupidchicken.com>
19551
4ca009e5
CY
19552 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
19553
d264a46b
CY
19554 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
19555
fbf5b3ce
MR
195562011-06-19 Martin Rudalics <rudalics@gmx.at>
19557
19558 * window.el (display-buffer-other-window-means-other-frame):
19559 Call display-buffer-normalize-alist.
19560 (display-buffer-normalize-specifiers-1): Rename to
19561 display-buffer-normalize-argument. New argument other-frame.
19562 Rewrite.
19563 (display-buffer-normalize-specifiers-2): Rename to
19564 display-buffer-normalize-options.
19565 (display-buffer-normalize-alist-1): New function.
19566 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
19567 display-buffer-normalize-alist.
19568 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
19569 (display-buffer-normalize-options-inhibit): New variable.
19570 (display-buffer-normalize-specifiers): Rewrite calling
19571 display-buffer-normalize-alist,
19572 display-buffer-normalize-argument, and
19573 display-buffer-normalize-options. Don't call the latter if
19574 display-buffer-normalize-options-inhibit is non-nil.
19575 (frame-auto-delete): New option.
19576 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
19577 (window-list-no-nils, window-state-ignored-parameters)
19578 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
19579 (window-state-put-1, window-state-put-2, window-state-put):
19580 New functions.
9a028c23
MR
19581 (display-buffer-normalize-options): Move special-display-p group
19582 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 19583
6d10d800
CY
195842011-06-18 Chong Yidong <cyd@stupidchicken.com>
19585
6420d28b
CY
19586 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
19587 groups (Bug#8776).
19588 (rx-submatch-n): New function.
19589 (rx): Document it.
19590
ddb8b596
CY
19591 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
19592 (Bug#8768).
19593
19594 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
19595
77080289
CY
19596 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
19597
61dfb316
CY
19598 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
19599 anytime existing face settings are present (Bug#8889).
19600
6d10d800
CY
19601 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
19602 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
19603 Remove unused argument.
19604
be3fb2b8
MR
196052011-06-18 Martin Rudalics <rudalics@gmx.at>
19606
bcd70d97
SM
19607 * window.el (display-buffer-default-specifiers):
19608 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
19609 pop-up-window-min-width, and another reuse-window specifier
19610 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
19611 (display-buffer-normalize-specifiers-2):
19612 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
19613 pop-up-windows is unset. Add a reuse-window specifier for the
19614 case popping up a new window fails.
19615 (special-display-popup-frame): Remove double quoting.
28dec25a 19616 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 19617
1c6d8c76
SM
196182011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * shell.el (shell-completion-vars): Set pcomplete-termination-string
19621 according to comint-completion-addsuffix.
19622
19623 * pcomplete.el: Convert to lexical binding and fix bug#8819.
19624 (pcomplete-suffix-list): Mark as obsolete.
19625 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
19626 pcomplete-seen in the closure.
19627 (pcomplete-comint-setup): Setup completion-at-point as well.
19628 (pcomplete--entries): New function.
19629 (pcomplete--env-regexp): New var.
19630 (pcomplete-entries): Rewrite to work with partial-completion and
19631 without relying on pcomplete-suffix-list.
19632 (pcomplete-pare-list): Remove, unused.
19633
25aef8b8
MR
196342011-06-17 Martin Rudalics <rudalics@gmx.at>
19635
19636 * window.el (display-buffer-alist): Set pop-up-window-min-height
19637 and pop-up-window-min-width in default value. Reported by
19638 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
19639 other-window-means-other-frame.
19640 (display-buffer-macro-specifiers): Comment out entry for
19641 other-window specifier.
19642 (display-buffer-other-window-means-other-frame): New function.
19643 (display-buffer-normalize-specifiers-1): New arguments
19644 buffer-name and label. Treat other-window case specially.
19645 (display-buffer-normalize-specifiers-2): Treat other-window case
19646 specially.
19647 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
19648 (display-buffer-normalize-specifiers):
19649 Call display-buffer-normalize-specifiers-3.
25aef8b8 19650
dbad4f69
MR
196512011-06-17 Martin Rudalics <rudalics@gmx.at>
19652
19653 * window.el (same-window-p): Fix two typos introduced when
19654 adding with-no-warnings.
d1067961
MR
19655 (display-buffer-normalize-specifiers-1): Don't check
19656 pop-up-frames for 'unset initialization.
19657 (display-buffer-normalize-specifiers-2): Major rewrite using
19658 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19659 (pop-up-frames, display-buffer-reuse-frames)
19660 (display-buffer-mark-dedicated): Don't initialize to 'unset.
19661 Suggested by David Engster <deng@randomsample.de>.
19662 (even-window-heights): Initialize to 'unset.
19663 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
19664 (display-buffer-macro-specifiers): Don't pop up a new frame in the
19665 other window case.
dbad4f69 19666
9b9c9e3a
MR
196672011-06-16 Martin Rudalics <rudalics@gmx.at>
19668
bcd70d97
SM
19669 * window.el (display-buffer-normalize-specifiers-1):
19670 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 19671 second argument of display-buffer (Bug#8865).
981d5c09
MR
19672 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19673 (switch-to-buffer-other-window-same-frame)
19674 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
19675 Adams (Bug#8875).
9c2755e9
MR
19676 (display-buffer): Don't check noninteractive when calling
19677 display-buffer-pop-up-frame.
19678 (display-buffer-pop-up-frame): Never pop up a frame in
19679 noninteractive mode (Bug#8857).
67222e1d
MR
19680 (enlarge-window, shrink-window): Don't report an error when the
19681 window can't be resized as requested (Bug#8862).
9b9c9e3a 19682
2b75be67
SM
196832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19684
9ffdd3ba
SM
19685 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19686
cb581a67
SM
19687 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19688
2b75be67
SM
19689 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19690
8c0e3589
AM
196912011-06-15 Alan Mackenzie <acm@muc.de>
19692
cb581a67
SM
19693 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19694 for declarators, disable knr checking to speed up for normal files.
19695 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 19696
b96e6cde
LMI
196972011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19698
4bba86e6
LMI
19699 * net/network-stream.el (open-network-stream): Add the keyword
19700 :always-query-capabilities for the case where you want to force a
19701 `plain' network connection, but the protocol still requires the
19702 capabilitiy command (i.e., SMTP and EHLO).
19703
2b75be67 19704 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
19705 consistency with other `-live-p' functions.
19706
efdcdbf8
SM
197072011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19708
19709 * window.el (same-window-buffer-names, same-window-regexps)
19710 (special-display-frame-alist, special-display-popup-frame)
19711 (special-display-function, special-display-buffer-names)
19712 (special-display-regexps, pop-up-frame-alist)
19713 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19714 (pop-up-windows, split-window-preferred-function)
19715 (split-height-threshold, split-width-threshold, even-window-heights)
19716 (display-buffer-mark-dedicated): Don't encourage the use of
19717 display-buffer-alist from Elisp code.
19718
c5cde042
DN
197192011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19720
19721 * progmodes/python.el (python-mode): Derive from prog-mode.
19722 * progmodes/ps-mode.el (ps-mode):
19723 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 19724 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
19725 * progmodes/ld-script.el (ld-script-mode): Likewise.
19726
baa1c9ab
MR
197272011-06-15 Martin Rudalics <rudalics@gmx.at>
19728
19729 * window.el (display-buffer-alist): Trim default value to avoid
19730 popping up a new frame (Bug#8857) or reusing an arbitrary window
19731 on another frame.
19732 (display-buffer): Do not fall back on popping up a new frame in
19733 batch mode (Bug#8857).
19734
c5dd5a51
CY
197352011-06-14 Chong Yidong <cyd@stupidchicken.com>
19736
19737 * cus-theme.el (describe-theme-1): Use custom-theme-p.
19738 (custom-theme-summary): New function.
19739 (customize-themes): Use it.
19740
d647b7c4
GM
197412011-06-13 Glenn Morris <rgm@gnu.org>
19742
19743 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19744
9481c002
MR
197452011-06-13 Martin Rudalics <rudalics@gmx.at>
19746
357f93d2
MR
19747 * help.el (help-window): Remove variable.
19748 (help-window-point-marker, temp-buffer-max-height)
19749 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19750 (help-print-return-message): Don't set help-window.
19751 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19752 (help-window-setup-finish): Remove.
19753 (help-window-display-message, help-window-setup)
19754 (with-help-window): Major rewrite based on new
19755 display-buffer-window variable.
19756
19757 * help-mode.el (help-mode-finish): Remove help-window related
19758 code.
19759
19760 * view.el (view-exits-all-viewing-windows): Remove reference to
19761 view-return-to-alist in doc-string.
19762 (view-return-to-alist): Make obsolete.
19763 (view-buffer): Call pop-to-buffer-same-window and remove
19764 undo-window code.
19765 (view-buffer-other-window): Call pop-to-buffer-other-window and
19766 simplify code. Ignore second argument.
19767 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19768 simplify code. Ignore second argument.
19769 (view-return-to-alist-update): Make obsolete.
19770 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19771 Rewrite using quit-restore window parameters.
2b75be67
SM
19772 (view-mode-exit): Rename second argument to EXIT-ONLY.
19773 Rewrite using quit-restore-window.
357f93d2
MR
19774 (View-exit, View-exit-and-edit, View-leave, View-quit)
19775 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19776 appropriate arguments.
19777 (view-end-message): Use quit-restore window parameter.
19778
9481c002
MR
19779 * window.el (display-buffer-function): Rewrite doc-string.
19780 (display-buffer-window, display-buffer-alist): New variables.
19781 (display-buffer-split-specifiers)
19782 (display-buffer-side-specifiers)
19783 (display-buffer-macro-specifiers): New constants.
19784 (display-buffer-even-window-sizes, display-buffer-set-height)
19785 (display-buffer-set-width, display-buffer-select-window)
19786 (display-buffer-in-window, display-buffer-reuse-window)
19787 (display-buffer-split-window-1, display-buffer-split-window)
19788 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19789 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19790 (display-buffer-in-side-window, normalize-buffer-to-display)
19791 (display-buffer-normalize-specifiers-1)
19792 (display-buffer-normalize-specifiers-2)
2b75be67
SM
19793 (display-buffer-normalize-specifiers, display-buffer-frame):
19794 New functions.
9481c002
MR
19795 (display-buffer): Major rewrite.
19796 (display-buffer-other-window, display-buffer-other-frame)
19797 (pop-to-buffer, switch-to-buffer-other-window)
19798 (switch-to-buffer-other-frame): Rewrite.
19799 (display-buffer-same-window, display-buffer-same-frame)
19800 (display-buffer-same-frame-other-window)
19801 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19802 (pop-to-buffer-other-window)
19803 (pop-to-buffer-same-frame-other-window)
19804 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19805 (switch-to-buffer-other-window-same-frame): New functions.
19806 (same-window-p, special-display-p): Rewrite disabling warnings.
19807 Make obsolete.
19808 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19809 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19810 Make obsolete
19811 (same-window-buffer-names, same-window-regexps)
19812 (special-display-frame-alist, special-display-popup-frame)
19813 (special-display-function, special-display-buffer-names)
19814 (special-display-regexps, pop-up-frame-alist)
19815 (pop-up-frame-function, split-window-preferred-function)
19816 (split-height-threshold, split-width-threshold)
19817 (even-window-heights): Make obsolete.
19818
9db51aca
GM
198192011-06-12 Glenn Morris <rgm@gnu.org>
19820
19821 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 19822 Misc simplifications.
9db51aca 19823
39cffb44
MR
198242011-06-12 Martin Rudalics <rudalics@gmx.at>
19825
19826 * window.el (window-safely-shrinkable-p): Restore function which
19827 was inadvertently removed in change from 2011-06-11. Declare as
19828 obsolete.
19829
2b75be67
SM
19830 * calendar/calendar.el (calendar-generate-window):
19831 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
19832 window-safely-shrinkable-p.
19833
a8955be7
GM
198342011-06-12 Glenn Morris <rgm@gnu.org>
19835
19836 * progmodes/fortran.el (fortran-mode-syntax-table):
19837 * progmodes/f90.el (f90-mode-syntax-table):
19838 Set % to punctuation. (Bug#8820)
19839 (f90-find-tag-default): Remove, no longer needed.
19840
f0d4059d
DC
198412011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19842
19843 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19844
1100a63c
CY
198452011-06-11 Chong Yidong <cyd@stupidchicken.com>
19846
19847 * image.el (image-animated-p): Return animation delay in seconds.
19848 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19849 (image-animate-timeout): Remove DELAY argument. Don't assume
19850 every subimage has the same delay; get it from image-animated-p.
19851 (image-animate): Caller changed.
19852
def722bf
MA
198532011-06-11 Michael Albinus <michael.albinus@gmx.de>
19854
19855 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19856 to ignored backtrace functions.
19857
0a2bb1a9
GM
198582011-06-11 Glenn Morris <rgm@gnu.org>
19859
19860 * calendar/appt.el (appt-disp-window-function): Doc fix.
19861 (appt-check): Handle overlapping appointments. (Bug#8337)
19862
6198ccd0
MR
198632011-06-11 Martin Rudalics <rudalics@gmx.at>
19864
19865 * window.el (window-tree-1, window-tree): New functions, moving
19866 the latter to window.el.
19867 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19868 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19869 (bw-refresh-edges): Remove.
19870 (balance-windows-1, balance-windows-2): New functions.
19871 (balance-windows): Rewrite in terms of window tree functions,
19872 balance-windows-1 and balance-windows-2.
19873 (bw-adjust-window): Remove.
19874 (balance-windows-area-adjust): New function with functionality of
19875 bw-adjust-window but using resize-window.
2b75be67
SM
19876 (set-window-text-height): Rewrite doc-string.
19877 Use normalize-live-window and resize-window.
19878 (enlarge-window-horizontally, shrink-window-horizontally):
19879 Rename argument to DELTA.
6198ccd0
MR
19880 (window-buffer-height): New function.
19881 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19882 Rewrite using new window resize routines.
2b75be67
SM
19883 (kill-buffer-and-window, mouse-autoselect-window-select):
19884 Use ignore-errors instead of condition-case.
6198ccd0
MR
19885 (quit-window): Call delete-frame instead of delete-windows-on
19886 for the only buffer on frame.
19887
9397e56f
MR
198882011-06-10 Martin Rudalics <rudalics@gmx.at>
19889
19890 * loadup.el (top-level): Load window before files for the sake
19891 of replace-buffer-in-windows.
19892
19893 * files.el (read-buffer-to-switch)
19894 (switch-to-buffer-other-window)
2b75be67
SM
19895 (switch-to-buffer-other-frame, display-buffer-other-frame):
19896 Move to window.el.
9397e56f
MR
19897
19898 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19899 (previous-buffer): Move to window.el.
19900
19901 * bindings.el (unbury-buffer): Move to window.el.
19902
19903 * window.el (delete-other-windows-vertically): Move after
19904 definition of delete-other-windows.
19905 (other-window, delete-windows-on, replace-buffer-in-windows):
19906 Move here from window.c.
19907 (record-window-buffer, unrecord-window-buffer)
19908 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19909 (switch-to-next-buffer): New functions.
19910 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19911 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
19912 (previous-buffer): Move here from simple.el.
19913 Call switch-to-prev-buffer.
9397e56f
MR
19914 (bury-buffer): Move here from buffer.c. Switch to previous
19915 buffer when window cannot be deleted.
19916 (unbury-buffer): Move here from bindings.el.
19917 (ctl-x-map): Move binding for other-window from window.c to
19918 here.
19919 (read-buffer-to-switch, switch-to-buffer-other-window)
19920 (switch-to-buffer-other-frame): Move here from files.el.
19921 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
19922 (switch-to-buffer): Move here from buffer.c.
19923 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 19924
562dd5e9
MR
199252011-06-10 Martin Rudalics <rudalics@gmx.at>
19926
19927 * window.el (window-min-height, window-min-width): Move here
19928 from window.c. Add defcustoms and rewrite doc-strings.
19929 (resize-mini-window, resize-window): New functions.
19930 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19931 Move here from window.c.
19932 (maximize-window, minimize-window): New functions.
19933 (delete-window, delete-other-windows, split-window): Move here
19934 from window.c.
19935 (window-split-min-size): New function.
19936 (split-window-keep-point): Mention split-window-above-each-other
19937 instead of split-window-vertically.
2b75be67 19938 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
19939 Rename split-window-vertically to split-window-above-each-other
19940 and provide defalias for old definition.
19941 (split-window-side-by-side, split-window-horizontally):
19942 Rename split-window-horizontally to split-window-side-by-side
19943 and provide defalias for the old definition.
562dd5e9
MR
19944 (ctl-x-map): Move bindings for delete-window,
19945 delete-other-windows and enlarge-window here from window.c.
19946 Replace bindings for split-window-vertically and
19947 split-window-horizontally by bindings for
19948 split-window-above-each-other and split-window-side-by-side.
19949
19950 * cus-start.el (all): Remove entries for window-min-height and
19951 window-min-width. Add entries for window-splits and
19952 window-nest.
19953
f0da764a
GM
199542011-06-09 Glenn Morris <rgm@gnu.org>
19955
80675c21
GM
19956 * calendar/appt.el (appt-mode-line): New function.
19957 (appt-check, appt-disp-window): Use it.
19958
f0da764a
GM
19959 * files.el (hack-one-local-variable-eval-safep):
19960 Allow minor-modes with explicit +/-1 arguments.
19961
59f623b7
TZ
199622011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19963
19964 * term/xterm.el (xterm): Add defgroup.
19965 (xterm-extra-capabilities): Add defcustom to supply known xterm
19966 capabilities, skip querying them, or query them (default).
19967 (terminal-init-xterm): Use it.
19968 (terminal-init-xterm-modify-other-keys): New function to set up
19969 modifyOtherKeys support to simplify `terminal-init-xterm'.
19970
9aab8e0d
MR
199712011-06-09 Martin Rudalics <rudalics@gmx.at>
19972
19973 * window.el (resize-window-reset, resize-window-reset-1)
19974 (resize-subwindows-skip-p, resize-subwindows-normal)
19975 (resize-subwindows, resize-other-windows, resize-this-window)
19976 (resize-root-window, resize-root-window-vertically)
19977 (window-deletable-p, window-or-subwindow-p)
19978 (frame-root-window-p): New functions.
19979
e8b08aee
GM
199802011-06-09 Glenn Morris <rgm@gnu.org>
19981
19982 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19983 (ange-ftp-get-files): Use it.
19984
254c37a5
AK
199852011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19986
19987 * mail/sendmail.el (mail-recover-1, mail-recover):
19988 * files.el (recover-file, recover-session):
19989 Handle dired-listing-switches not being just a single short option.
19990
35d7dbd3
GM
199912011-06-09 Glenn Morris <rgm@gnu.org>
19992
19993 * calendar/appt.el (appt-display-message, appt-disp-window):
19994 Handle lists of appointments.
19995
387522b2
MR
199962011-06-08 Martin Rudalics <rudalics@gmx.at>
19997
2b75be67
SM
19998 * window.el (one-window-p): Move down in code.
19999 Rewrite doc-string.
20000 (window-current-scroll-bars): Rewrite doc-string.
20001 Normalize live window argument.
387522b2
MR
20002 (walk-windows, get-window-with-predicate, count-windows):
20003 Rewrite doc-string. Use window-list-1.
20004 (window-in-direction-2, window-in-direction, get-mru-window):
20005 New functions.
20006
d8e4b68b 200072011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
20008
20009 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20010 Doc fix (Bug#8713).
20011
200122011-06-08 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20015
200162011-06-08 Juanma Barranquero <lekktu@gmail.com>
20017
20018 * loadhist.el (unload-feature-special-hooks):
20019 Add `comint-output-filter-functions'.
20020
0de12c52
IK
200212011-06-08 Ivan Kanis <gnu@kanis.fr>
20022
20023 * calendar/appt.el (appt-check): Move some initializations into the let.
20024
f3d1777e
MR
200252011-06-08 Martin Rudalics <rudalics@gmx.at>
20026
20027 * window.el (window-height): Defalias to window-total-height.
20028 (window-width): Defalias to window-body-width.
20029
18af70d0
CY
200302011-06-07 Chong Yidong <cyd@stupidchicken.com>
20031
20032 * image-mode.el (image-toggle-animation): New command.
20033 (image-mode-map): Bind it to RET.
20034 (image-mode): Update message.
20035 (image-toggle-display-image): Avoid a spurious cache flush.
20036 (image-transform-rotation): Doc fix.
20037 (image-transform-properties): Return quickly in the normal case.
20038 (image-animate-loop): Rename from image-animate-max-time.
20039
2b75be67 20040 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
20041 (create-animated-image): Remove unnecessary function.
20042 (image-animate): Rename from image-animate-start. New arg.
2b75be67 20043 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
20044 (image-animate-timer): Use car-safe.
20045 (image-animate-timeout): Rename argument.
20046
190b47e6
MR
200472011-06-07 Martin Rudalics <rudalics@gmx.at>
20048
20049 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
20050 window.c. Rename first argument to ALL-FRAMES.
20051 Rephrase doc-strings.
20052 (get-buffer-window-list): Rewrite using window-list-1.
20053 Rephrase doc-string.
a1511caf
MR
20054 (window-safe-min-height, window-safe-min-width): New constants.
20055 (window-size-ignore, window-min-size, window-min-size-1)
20056 (window-sizable, window-sizable-p, window-size-fixed-1)
20057 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20058 (window-max-delta-1, window-max-delta, window-resizable)
20059 (window-resizable-p, window-total-height, window-total-width)
20060 (window-body-width): New functions.
20061 (window-full-height-p, window-full-width-p): Rewrite using
20062 window-total-size.
20063 (window-body-height): Rewrite using window-body-size.
190b47e6 20064
85cc1f11
MR
200652011-06-06 Martin Rudalics <rudalics@gmx.at>
20066
20067 * window.el (window-right, window-left, window-child)
20068 (window-child-count, window-last-child, window-any-p)
20069 (normalize-live-buffer, normalize-live-frame)
20070 (normalize-any-window, normalize-live-window)
20071 (window-iso-combination-p, window-iso-combined-p)
20072 (window-iso-combinations)
20073 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20074 (windows-with-parameter, window-with-parameter)
20075 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
20076 (window-atom-check, window-side-check, window-check):
20077 New functions.
85cc1f11
MR
20078 (ignore-window-parameters, window-sides, window-sides-vertical)
20079 (window-sides-slots): New variables.
20080 (window-size-fixed): Move down in code. Minor doc-string fix.
20081
e7156492
AS
200822011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20083
20084 * comint.el (comint-dynamic-complete-as-filename)
20085 (comint-dynamic-complete-filename): Correctly call
20086 completion-in-region.
20087
7e821d0d
DD
200882011-06-05 Deniz Dogan <deniz@dogan.se>
20089
20090 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20091 in last change.
20092
ac09b8a1
DD
200932011-06-05 Deniz Dogan <deniz@dogan.se>
20094
20095 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20096 (rcirc): Use it to prompt for encryption.
20097
34699b85
RW
200982011-06-05 Roland Winkler <winkler@gnu.org>
20099
20100 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20101 (bibtex-search-entries): New command bound to C-c C-a.
20102 (bibtex-display-entries): New function.
20103
004dedd3
RW
201042011-06-05 Roland Winkler <winkler@gnu.org>
20105
20106 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20107 (bibtex-insert-kill): After yanking insert newline if necessary.
20108 (bibtex-initialize): Call bibtex-string-files-init only once.
20109 (bibtex-mode): Do not call easy-menu-add.
20110 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20111 (bibtex-yank): Set arg properly if nil.
20112
022fe7ce
RW
201132011-06-05 Roland Winkler <winkler@gnu.org>
20114
2b75be67
SM
20115 * textmodes/bibtex.el (bibtex-search-entry-globally):
20116 New variable.
022fe7ce
RW
20117 (bibtex-search-entry): Use it.
20118
b7c3692a
RW
201192011-06-05 Roland Winkler <winkler@gnu.org>
20120
20121 * textmodes/bibtex.el (bibtex-entry-format): New option
20122 sort-fields.
20123 (bibtex-format-entry, bibtex-reformat): Honor this option.
20124 (bibtex-parse-entry): Return fields in proper order.
20125
8eda563d
JB
201262011-06-05 Juanma Barranquero <lekktu@gmail.com>
20127
20128 * doc-view.el (doc-view-remove-if): Move computation of result out
20129 of `dolist' to silence misleading lexical-binding warning.
20130
7dbe3dbc
CY
201312011-06-04 Chong Yidong <cyd@stupidchicken.com>
20132
20133 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20134 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20135
0c33dd17
MA
201362011-06-04 Michael Albinus <michael.albinus@gmx.de>
20137
20138 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20139 "SunOS 5.10".
20140
f8f91c2b
MA
201412011-06-04 Michael Albinus <michael.albinus@gmx.de>
20142
20143 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20144 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20145 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20146 (tramp-parse-putty):
20147 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20148 (tramp-completion-function-alist-ssh)
20149 (tramp-completion-function-alist-telnet)
20150 (tramp-completion-function-alist-su)
20151 (tramp-completion-function-alist-putty): Set `tramp-autoload'
20152 cookie.
20153
20154 * net/tramp-ftp.el:
20155 * net/tramp-sh.el:
20156 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20157 load "tramp.el" `tramp-set-completion-function'.
20158
e17d9003
SM
201592011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * shell.el: Require and use pcomplete.
20162 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20163 (shell-completion-vars): Set pcomplete-default-completion-function.
20164
6c4cab03
DD
201652011-06-04 Deniz Dogan <deniz@dogan.se>
20166
20167 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20168 `memq' (Bug#8799).
20169
ea9fafe0
SM
201702011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20171
20172 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20173
b3e945d3
JB
201742011-06-02 Juanma Barranquero <lekktu@gmail.com>
20175
20176 * bs.el (bs--mark-unmark, bs--nth-wrapper):
20177 * mpc.el (mpc-select-extend, mpc-songpointer-context):
20178 * vc/log-view.el (log-view-beginning-of-defun):
20179 * vc/smerge-mode.el (smerge-apply-resolution-patch)
20180 (smerge-refine-forward, smerge-refine-chopup-region):
20181 Silence warning for unused `dotimes' counter variables.
20182
7d520089
SM
201832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * net/tramp.el (tramp-with-progress-reporter): Rename from
20186 with-progress-reporter. Use `declare'.
20187 * net/tramp-smb.el:
20188 * net/tramp-sh.el:
20189 * net/tramp-gvfs.el: Update all uses.
20190
a1c2400f
JB
201912011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
20192
20193 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20194 buffer isn't killed before making it current.
20195
2403c841
SM
201962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 Silence various byte-compiler warnings.
20199 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20200 `access-type' and new obsolescence format.
20201 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20202 new format.
20203 (byte-compile-check-variable): New `access-type' argument.
20204 Only warn if the access-type is obsolete.
20205 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20206 (byte-compile-variable-set): Adjust callers.
20207 * help-fns.el (describe-variable): Adjust to new obsolescence format.
20208 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20209 setting it as obsolete.
20210 * simple.el (minibuffer-completing-symbol):
20211 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20212 access as obsolete.
20213 * minibuffer.el (minibuffer-completing-file-name): Don't make it
20214 obsolete yet.
20215 * international/quail.el (quail-mouse-choose-completion): Remove unused
20216 code referring to obsolete var.
20217 (quail-choose-completion-string): Remove.
20218 * server.el (server-clients-with, server-kill-buffer-query-function)
20219 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20220 * proced.el (proced-send-signal):
20221 * emacs-lisp/lisp.el (lisp-complete-symbol):
20222 Replace completion-annotate-function with completion-extra-properties.
20223
2462470b
SM
202242011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20225
fb5b2591
SM
20226 * simple.el (goto-line): Use read-number.
20227 (overriding-map-is-bound): Remove.
20228 (saved-overriding-map): Change default.
20229 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20230 Take the map as argument.
20231 (universal-argument, negative-argument, digit-argument): Use it.
20232 (restore-overriding-map): Adjust.
20233 (do-auto-fill): Use fill-forward-paragraph.
20234 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20235
fd6fa53f
SM
20236 * minibuffer.el (minibuffer-inactive-mode-map): New var.
20237 (minibuffer-inactive-mode): New major mode.
20238 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
20239 the *Messages* buffer" hack.
20240 (mouse-popup-menubar): Don't burp if the event is a normal key.
20241
2462470b
SM
20242 Miscellaneous tweaks.
20243 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
20244 lexical scoping as in subr.el's dolist and dotimes.
20245 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
20246 Silence compiler warning.
20247 * thingatpt.el (forward-whitespace): Trivial coding style fix.
20248 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
20249 * international/ccl.el (ccl-compile): Trivial simplification.
20250 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
20251 * emacs-lisp/testcover.el (testcover-end): Remove spurious
20252 `printflag' argument.
20253 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
20254 Purecopy the whole obsolescence data.
20255
108bf785
LL
202562011-06-01 Leo Liu <sdl.web@gmail.com>
20257
20258 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
20259 improve doc-string as suggested by Marco Pessotto
20260 <melmothx@gmail.com>.
20261 (rcirc-print): Fix last change.
20262
30a23501
SM
202632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20264
20265 * minibuffer.el (complete-with-action): Return nil for the metadata and
20266 boundaries of non-functional tables.
20267 (completion-table-dynamic): Return nil for the metadata.
20268 (completion-table-with-terminator): Add default case, using
20269 complete-with-action.
20270 (completion--metadata): New function.
20271 (completion-all-sorted-completions, minibuffer-completion-help): Use it
20272 to try and avoid pathological performance problems.
20273 (completion--embedded-envvar-table): Return `category' metadata.
20274
bcd54f83
LMI
202752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
20276
20277 * subr.el (process-alive-p): New tiny convenience function.
20278
e227544d
SM
202792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
20282 content but also its previous major mode.
20283
e8296fdc
HE
202842011-05-31 Helmut Eller <eller.helmut@gmail.com>
20285
4d61f28d 20286 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
20287 *Backtrace* buffer when we exit with C-M-c.
20288
620c53a6
SM
202892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20290
20291 * minibuffer.el: Add metadata method to completion tables.
20292 (completion-category-overrides): New defcustom.
20293 (completion-metadata, completion--field-metadata)
20294 (completion-metadata-get, completion--styles)
20295 (completion--cycle-threshold): New functions.
20296 (completion-try-completion, completion-all-completions):
20297 Add `metadata' argument to choose completion-styles.
20298 (completion--do-completion): Use metadata to choose cycling.
20299 (completion-all-sorted-completions): Use metadata for sorting.
20300 Remove :completion-cycle-penalty which is not needed any more.
20301 (completion--try-word-completion): Add `metadata' argument.
20302 (minibuffer-completion-help): Check metadata for annotation function
20303 and sorting.
20304 (completion-file-name-table): Return `category' metadata.
20305 (minibuffer-completing-file-name): Make obsolete.
20306 * simple.el (minibuffer-completing-symbol): Make obsolete.
20307 * icomplete.el (icomplete-completions): Pass new `metadata' param to
20308 completion-try-completion.
20309
1257e755
SM
203102011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20311
20312 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
20313
3767e706
LL
203142011-05-30 Leo Liu <sdl.web@gmail.com>
20315
20316 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
20317 (rcirc-print): Decode all incoming messages (bug#8744).
20318 (rcirc-decode-coding-system): Allow value nil for automatic coding
20319 system detection.
3767e706 20320
d1a5d56a
GM
203212011-06-01 Glenn Morris <rgm@gnu.org>
20322
20323 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
20324
e8cbec34
CY
203252011-05-29 Chong Yidong <cyd@stupidchicken.com>
20326
20327 * image.el (image-animate-max-time): Allow nil and t values.
20328 Default to nil.
20329 (create-animated-image): Doc fix.
20330 (image-animate-start): Remove second arg; just use
20331 image-animate-max-time.
20332 (image-animate-timeout): Doc fix. Args changed.
20333
20334 * image-mode.el (image-toggle-display-image): Ensure that the
20335 image spec passed to the animate timer is the same object as in
58179cce 20336 the buffer's display property (Bug#6981).
e8cbec34
CY
20337 (image-transform-properties): Doc fix.
20338
20339 * image.el (image-animate-max-time): Default to nil.
20340
159daf87
MR
203412011-05-29 Martin Rudalics <rudalics@gmx.at>
20342
20343 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
20344 entire buffer list (Bug#8184).
20345
d66c4c7c
CY
203462011-05-29 Chong Yidong <cyd@stupidchicken.com>
20347
20348 * image.el (imagemagick-types-inhibit)
20349 (imagemagick-register-types): Doc fix.
20350
80aec780
DD
203512011-05-29 Deniz Dogan <deniz@dogan.se>
20352
20353 * net/rcirc.el (rcirc): Use the user's stored encryption method by
20354 default.
20355
1dd3c2d9
CY
203562011-05-29 Chong Yidong <cyd@stupidchicken.com>
20357
20358 * select.el: Don't perform clipboard-manager saving in hooks;
20359 leave the hooks empty.
20360
60e56523
LL
203612011-05-28 Leo Liu <sdl.web@gmail.com>
20362
20363 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20364 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
20365 (occur-edit-mode): New major mode (Bug#8463).
20366 (occur-after-change-function): New function.
20367 (occur-engine): Give Occur tags a read-only property.
20368
2b1e1a22
KR
203692011-05-28 Kevin Ryde <user42@zip.com.au>
20370
20371 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20372
5d344e88
CY
203732011-05-28 Chong Yidong <cyd@stupidchicken.com>
20374
8e6ca83d
CY
20375 * bindings.el (help-echo): Make the initial non-indicator dash
20376 empty on graphical terminals (Bug#7295).
20377
5d344e88
CY
20378 * files.el (auto-mode-alist): Move config rule after the
20379 in-stripping one (Bug#8547).
20380
bfbbace7
CY
20381 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
20382
fbeba6e2
CY
20383 * startup.el (normal-splash-screen): Remove gratuitous mode-line
20384 setting (Bug#8740).
20385
60ed8c72
AA
203862011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
20387
4ac619f0
AA
20388 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
20389 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
20390 (Bug#8539).
60ed8c72 20391
23db196e
CY
203922011-05-28 Chong Yidong <cyd@stupidchicken.com>
20393
20394 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
20395
5012f24c
DK
203962011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
20397
20398 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
20399 (hs-hide-block-at-point, hs-find-block-beginning)
20400 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
20401 (Bug#8279).
20402
6a639b16
GM
204032011-05-28 Glenn Morris <rgm@gnu.org>
20404
20405 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
20406
d43eaf2c
CY
204072011-05-28 Chong Yidong <cyd@stupidchicken.com>
20408
5199bde1
CY
20409 * help-fns.el (describe-function-1): If the function is a derived
20410 major mode, print the parent mode.
20411
d43eaf2c
CY
20412 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
20413 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
20414
423428a8
SM
204152011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
20416
0ff8e1ba 20417 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 20418 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
20419 * progmodes/etags.el (tags-completion-at-point-function):
20420 * info-look.el (info-lookup-completions-at-point): Mark as
20421 non-exclusive.
20422 (info-complete): Adjust accordingly.
20423
423428a8
SM
20424 * info-look.el: Convert to lexical-binding and completion-at-point.
20425 (info-lookup-completions-at-point): New function.
20426 (info-complete): Use it and completion-in-region.
20427
b74aa22b
DA
204282011-05-28 Drew Adams <drew.adams@oracle.com>
20429
20430 * isearch.el: Let M-e start with point at the first mismatched char.
20431 (isearch-fail-pos): New function.
20432 (isearch-edit-string): Use it.
20433
66e2e71d
DK
204342011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20435
20436 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20437
b1890b0f 204382011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
20439
20440 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
20441 traversal functions for avl-trees.
20442 (avl-tree--stack): New struct.
20443 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
20444 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
20445 (avl-tree--do-enter): Add optional `updatefun' arg.
20446 Change return value.
eb95d01d 20447 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
20448 (avl-tree--do-delete): Add `test' and `nilflag' args.
20449 Change return value.
eb95d01d
TC
20450 (avl-tree-member): Add optional `nilflag'
20451 (avl-tree-member-p): New function.
20452 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
20453 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
20454 (avl-tree-stack-empty-p): New functions.
20455
3769ddcf
TC
20456 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
20457 avl-tree--del-balance1 and make it work both ways.
20458 (avl-tree--del-balance2): Remove.
20459 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
20460 make it work both ways.
20461 (avl-tree--enter-balance2): Remove.
20462 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
20463 New macros.
20464 (avl-tree--mapc, avl-tree-map): Add direction argument.
20465
eb95d01d 204662011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
20467
20468 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
20469
a9f737ee
CY
204702011-05-27 Chong Yidong <cyd@stupidchicken.com>
20471
20472 * select.el: Support clipboard managers with built-in function
20473 x-clipboard-manager-save, via delete-frame-functions and
20474 kill-emacs-hook.
20475 (xselect-convert-to-targets): Add MULTIPLE target to list.
20476 (xselect-convert-to-save-targets): New function.
20477
c92a1e54
KH
204782011-05-27 Kenichi Handa <handa@m17n.org>
20479
20480 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
20481 let-binding rfc2047-encode-encoded-words to nil.
20482
e145f188
GM
204832011-05-27 Glenn Morris <rgm@gnu.org>
20484
5ec8a862
GM
20485 * mail/emacsbug.el: Don't require url-util.
20486
4b29d9fb
GM
20487 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
20488
e145f188
GM
20489 * files.el (set-auto-mode):
20490 Also respect mode: entries at the end of the file. (Bug#8586)
20491
7d15102b
GM
204922011-05-26 Glenn Morris <rgm@gnu.org>
20493
98f593b8
GM
20494 * files.el (hack-local-variables-prop-line, hack-local-variables):
20495 Downcase mode names, as seems to be traditional.
27b48e63 20496 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 20497
7d15102b
GM
20498 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
20499 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
20500
51d5b4ec
JD
205012011-05-25 Julien Danjou <julien@danjou.info>
20502
20503 * textmodes/rst.el (rst-define-level-faces): Do not define face
20504 symbol if it is already defined.
20505
91513f63
VB
205062011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
20507
20508 * play/5x5.el (5x5-new-game, 5x5-randomize):
20509 Reset 5x5-solver-output to nil when a new grid is cast.
20510 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
20511 these debugging traces, as defmacro breaks the compiled code.
20512
4d90d6d0
DK
205132011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20514
20515 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20516
e1b90ef6
LL
205172011-05-24 Leo Liu <sdl.web@gmail.com>
20518
20519 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
20520 (vc-bzr-sha1): Adapt.
20521
d8e4b68b 20522 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
20523
20524 * bindings.el: Provide sha1 feature.
20525
db0406bb 205262011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
20527
20528 * mail/sendmail.el: Require `rfc2047'.
20529 (mail-insert-from-field): Do not perform RFC2047 encoding.
20530 (mail-encode-header): New function.
20531 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
20532 buffer to the return value of select-message-coding-system.
20533 Call mail-encode-header.
b8d747b9
KH
20534
20535 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
20536
db0406bb 205372011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 20538
4d90d6d0
DK
20539 * mail/supercite.el (sc-default-cite-frame):
20540 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 20541
eb8a5e9b
GM
205422011-05-24 Glenn Morris <rgm@gnu.org>
20543
f8630703
GM
20544 * progmodes/python.el (brm-menu): Declare.
20545
8831bbed
GM
20546 * emulation/viper.el (viper-set-hooks): Declare.
20547
eb8a5e9b
GM
20548 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
20549 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
20550 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
20551 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
20552 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
20553 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
20554
a2a25d24
SM
205552011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 Add an :exit-function for completion-at-point.
20558
20559 * minibuffer.el (completion--done): New fun.
20560 (completion--do-completion): Use it. New arg `expect-exact'.
20561 (minibuffer-complete, minibuffer-complete-word): Don't output message,
20562 since completion--do-completion does it for us now.
20563 (minibuffer-force-complete): Use completion--done and
20564 completion--replace. Handle sole-completion case with more care.
20565 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
20566 (completion-extra-properties): New var.
20567 (completion-annotate-function): Make obsolete.
20568 (minibuffer-completion-help): Adjust accordingly.
20569 Use completion-list-insert-choice-function.
20570 (completion-at-point, completion-help-at-point):
20571 Bind completion-extra-properties.
20572 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
20573 * simple.el (completion-list-insert-choice-function): New var.
20574 (completion-setup-function): Preserve it.
20575 (choose-completion): Pay attention to it, shuffle the code a bit.
20576 (choose-completion-string): New arg `insert-function'.
20577
20578 * textmodes/bibtex.el: Convert to lexical binding.
20579 (bibtex-mode-map): Use completion-at-point.
20580 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
20581 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
20582 (bibtex-complete): Define as obsolete alias.
20583 (bibtex-complete-internal): Remove.
20584 (bibtex-format-entry): Remove unused sub-group in regexp.
20585 * shell.el (shell--command-completion-data)
20586 (shell-environment-variable-completion):
20587 * pcomplete.el (pcomplete-completions-at-point):
20588 * comint.el (comint--complete-file-name-data): Use :exit-function
20589 instead of completion-table-with-terminator so it also works for
20590 choose-completion.
20591
e44e373d
SM
205922011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20593
4f91a816
SM
20594 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
20595
782fc819
SM
20596 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
20597 (bug#8710).
20598
e44e373d
SM
20599 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
20600
381987c3
KM
206012011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
20602
20603 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
20604 customization variable and implement: If non-nil, auto-fill will
20605 be inhibited while on topic's header line.
20606
b776bc70
VB
206072011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
20608
20609 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 20610 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
20611 always have a solution in grid size = 5 cases.
20612 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
20613 (5x5-solver-output, 5x5-log-buffer): New vars.
20614 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
20615 Make these variables buffer local to achieve 5x5 multi-session-ness.
20616 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
20617 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
20618 (5x5-solve-suggest): New funs.
20619 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
20620 randomize a grid so that we ensure that there is always a solution.
20621 (5x5-make-random-grid): Allow other movement than flipping.
20622
7de88b6e
KR
206232011-05-23 Kevin Ryde <user42@zip.com.au>
20624
20625 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 20626 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
20627 advice and passes PREDICATE.
20628
b1ef1257
SM
206292011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20630
bbca48fe
SM
20631 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
20632 byte-compile-lambda if it's actually a lambda.
20633
b1ef1257
SM
20634 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
20635 Fix function quoting. Use backquote better.
20636
92a9cc65
YS
206372011-05-22 Yuanle Song <sylecn@gmail.com>
20638
20639 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
20640 matching (Bug#8516).
20641
f0fb8059
JA
206422011-01-22 Jari Aalto <jari.aalto@cante.net>
20643
20644 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
20645 different face (Bug#8178).
20646
d5b44c93
CY
206472011-05-22 Chong Yidong <cyd@stupidchicken.com>
20648
20649 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20650 defface (Bug#8144).
20651
79106a44
SM
206522011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20653
9c848d8a
SM
20654 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20655 funcall as well (bug#8712). Warn when performing those conversions.
20656 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20657
79106a44
SM
20658 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20659
88dfa756
GM
206602011-05-22 Glenn Morris <rgm@gnu.org>
20661
20662 * files.el (hack-local-variables-prop-line): Small simplifications.
20663 (hack-local-variables, hack-local-variables-prop-line):
20664 If MODE-ONLY, return the mode, rather than just `t'.
20665
b7cf2c79
SM
206662011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20669
3f1a8558
GM
206702011-05-21 Glenn Morris <rgm@gnu.org>
20671
7e4ccca3
GM
20672 * files.el (hack-local-variables-prop-line, hack-local-variables):
20673 If only interested in the mode, don't bother doing the other stuff.
20674
637d46ca
GM
20675 * image-mode.el (image-after-revert-hook):
20676 Redraw all frames on which the image is visible. (Bug#8567)
20677
973d955b
GM
20678 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
20679
3f1a8558
GM
20680 * wid-edit.el (widget-checklist-match-inline):
20681 Fix 2011-04-19 change. (Bug#8649)
20682
96479927
SM
206832011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20684
1dcf791f
SM
20685 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20686 Also allow singlespace after single-letter capitals followed by a dot.
20687
96479927
SM
20688 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20689 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20690
35fd0881
N
206912011-05-20 Nix <nix@esperi.org.uk>
20692
20693 * files.el (basic-save-buffer-2):
20694 Fix handling of break-hardlink-on-save with non-existent files.
20695
82745640
DD
206962011-05-19 Deniz Dogan <deniz@dogan.se>
20697
20698 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 20699 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 20700
4a720484
GM
207012011-05-19 Glenn Morris <rgm@gnu.org>
20702
d1f21341
GM
20703 * progmodes/f90.el (f90-type-def-re):
20704 Handle "type, bind(c)". (Bug#8691)
20705
4a720484
GM
20706 * emacs-lisp/autoload.el (batch-update-autoloads):
20707 Set autoload-excludes by parsing loadup.el rather than Makefiles.
20708
2fb0a219
MA
207092011-05-18 Michael Albinus <michael.albinus@gmx.de>
20710
20711 * net/tramp.el (tramp-process-actions): Set "first-password-request"
20712 property for the correct connection in case of multihops.
20713
e565dd37
GM
207142011-05-18 Glenn Morris <rgm@gnu.org>
20715
c2571358 20716 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
20717 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20718
e565dd37
GM
20719 Rationalize calendar handling of day and month abbrev-arrays.
20720 * calendar/calendar.el (calendar-customized-p): New function.
20721 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20722 (calendar-day-name-array, calendar-month-name-array): Doc fix.
20723 Add :set function.
20724 (calendar-abbrev-length, calendar-day-abbrev-array)
20725 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20726 (calendar-day-abbrev-array, calendar-month-abbrev-array):
20727 Elements may no longer be nil.
20728 (calendar-day-name, calendar-month-name):
20729 Update for changed nature of abbrev arrays.
20730 * calendar/diary-lib.el (diary-name-pattern):
20731 Update for changed nature of abbrev arrays.
20732 (diary-mark-entries-1): Update calendar-make-alist calls.
20733 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20734 * calendar/cal-html.el (cal-html-day-abbrev-array):
20735 Simply inherit from calendar-day-abbrev-array.
20736
1d99a745
SM
207372011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * progmodes/grep.el (grep-mode): Disable default
20740 compilation-directory-matcher setting (bug#8684).
20741
7c1d9aa0
MA
207422011-05-17 Michael Albinus <michael.albinus@gmx.de>
20743
20744 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20745 instead of "head" and "tail". There were problems with SunOS 5.9,
20746 and it performs better.
20747
3952e9d8
GM
207482011-05-17 Glenn Morris <rgm@gnu.org>
20749
2dd12e7f
GM
20750 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20751
e4157b9c
GM
20752 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20753 Replace obsolete function.
20754
8e249bbd
GM
20755 * shell.el (pcomplete-parse-arguments-function): Declare.
20756
3952e9d8
GM
20757 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20758 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20759 (appt-check): Doc fixes.
20760 (appt-disp-window-function, appt-delete-window-function):
20761 Remove needless special case in custom :type.
20762 (appt-display-count): Default to 0, not nil.
20763 (appt-check): Reset appt-display-count to 0, not nil.
20764
c71a0d48 207652011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 20766
c71a0d48
GM
20767 * progmodes/python.el (python-font-lock-keywords):
20768 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 20769
31d55be9
SM
207702011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20773
3bfacb2f
KR
207742011-05-16 Kevin Ryde <user42@zip.com.au>
20775
20776 * info-look.el (makefile-automake-mode): New setups, looking in
20777 automake manual, then makefile-mode.
20778 (makefile-mode): Remove automake manual, have it just in
20779 makefile-automake-mode since there's various things different or
20780 not relevant to plain make.
20781 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20782 believe a hypothetical automake-mode would go to makefile-mode,
20783 not the other way around.
20784
c8e83751
CY
207852011-05-15 Chong Yidong <cyd@stupidchicken.com>
20786
5e9e35cd
CY
20787 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20788 hunk-end tags (Bug#8672).
20789
c8e83751
CY
20790 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20791 vc-annotate-show-diff-revision-at-line (Bug#8671).
20792
50b23e5a
GM
207932011-05-14 Glenn Morris <rgm@gnu.org>
20794
7210a739
GM
20795 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20796 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
20797 (change-log-font-lock-keywords): Also handle multiple author lines
20798 with leading tabs. (Bug#8644)
7210a739 20799
4691905a
GM
20800 * calendar/appt.el (appt-check): Rename some local variables.
20801 Some simplification/reordering.
20802
50b23e5a
GM
20803 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20804 (feedmail-sendmail-f-doesnt-sell-me-out)
20805 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20806 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20807 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
20808 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20809 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
20810 (feedmail-binmail-gnulinuxish-template):
20811 Rename from feedmail-binmail-linuxish-template.
20812 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20813 Use insert-buffer-substring.
20814
215cda7c
BC
208152011-05-14 Bill Carpenter <bill@carpenter.org>
20816
20817 * mail/feedmail.el (feedmail-patch-level): Increase.
20818 (feedmail-debug): New custom group.
20819 (feedmail-confirm-outgoing-timeout)
20820 (feedmail-sendmail-f-doesnt-sell-me-out)
20821 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20822 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20823 (feedmail-sender-line, feedmail-from-line)
20824 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 20825 (feedmail-spray-this-address)
215cda7c
BC
20826 (feedmail-spray-address-fiddle-plex-list)
20827 (feedmail-queue-use-send-time-for-date)
20828 (feedmail-queue-use-send-time-for-message-id)
20829 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20830 (feedmail-buffer-eating-function):
20831 Doc fixes.
20832 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20833 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20834 (feedmail-message-action-scroll-down): New functions.
20835 (feedmail-queue-directory, feedmail-queue-draft-directory):
20836 Use expand-file-name.
20837 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20838 Remove C-v help entry.
20839 (feedmail-queue-buffer-file-name): New variable.
20840 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20841 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20842 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20843 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20844 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20845 (feedmail-message-action-toggle-spray)
20846 (feedmail-run-the-queue-no-prompts)
20847 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20848 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20849 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20850 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20851 (feedmail-envelope-deducer, feedmail-fiddle-from)
20852 (feedmail-fiddle-sender, feedmail-default-date-generator)
20853 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20854 (feedmail-fiddle-spray-address)
20855 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20856 (feedmail-fiddle-list-of-fiddle-plexes)
20857 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20858 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20859 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20860 Change default. Doc fix.
20861 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20862 (feedmail-binmail-linuxish-template): New constant.
20863 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20864 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20865 (feedmail-send-it): Add debug call.
20866 Use feedmail-queue-buffer-file-name, and
20867 feedmail-send-it-immediately-wrapper.
20868 (feedmail-message-action-send): Add debug call.
20869 Use feedmail-send-it-immediately-wrapper.
20870 (feedmail-queue-express-to-queue): Add debug call.
20871 Run feedmail-queue-express-hook.
20872 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20873 (feedmail-message-action-help-blat):
20874 Rename from feedmail-queue-send-edit-prompt-help-first.
20875 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20876 Check line-endings. Handle errors better.
20877 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20878 Doc fix. Add debug call.
20879 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20880 Use feedmail-queue-send-edit-prompt-inner.
20881 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20882 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20883 from feedmail-queue-send-edit-prompt.
20884 (feedmail-queue-send-edit-prompt-help)
20885 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20886 (feedmail-tidy-up-slug): Add debug call.
20887 Respect feedmail-queue-slug-suspect-regexp.
20888 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20889 (feedmail-dump-message-to-queue): Add debug call.
20890 Expand queue-directory.
20891 (feedmail-dump-message-to-queue): Change message slightly.
20892 Use feedmail-say-chatter.
20893 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20894 (feedmail-send-it-immediately-wrapper): New function.
20895 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20896 Insert empty string rather than newline. Handle full-frame case.
20897 Use catch/throw. Use feedmail-say-chatter.
20898 (feedmail-fiddle-from): Try mail-host-address.
20899 (feedmail-default-message-id-generator): Doc fix.
20900 Bind system-time-locale. Handle missing end.
20901 (feedmail-fiddle-x-mailer): Add debug call.
20902 Handle feedmail-x-mailer-line being nil.
20903 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20904 Add debug call. Use buffer-substring-no-properties.
20905 (feedmail-say-debug, feedmail-say-chatter): New functions.
20906 (feedmail-find-eoh): Give an explicit error.
20907
42c7e61e
UJ
209082011-05-13 Ulf Jasper <ulf.jasper@web.de>
20909
c2571358 20910 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 20911 family from helvetica to sans.
c2571358 20912 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
20913 etc/images/newsticker.
20914
c2571358 20915 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
20916 family from helvetica to sans.
20917
20918 * net/newst-plainview.el (newsticker-new-item-face)
20919 (newsticker-old-item-face, newsticker-immortal-item-face)
20920 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 20921 (newsticker-statistics-face): Change default family from
42c7e61e 20922 helvetica to sans.
c2571358 20923 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
20924 etc/images/newsticker.
20925
5d3385a0
JB
20926 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20927 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
20928 auto-marking.
20929
8497a297
DV
209302011-05-13 Didier Verna <didier@xemacs.org>
20931
20932 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
20933 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20934 TODO entries.
8497a297
DV
20935 (lisp-lambda-list-keyword-parameter-indentation)
20936 (lisp-lambda-list-keyword-parameter-alignment)
20937 (lisp-lambda-list-keyword-alignment): New customizable user options.
20938 (lisp-indent-defun-method): Improve docstring.
20939 (extended-loop-p): Fix comment.
20940 (lisp-indent-lambda-list-keywords-regexp): New variable.
20941 (lisp-indent-lambda-list): New function.
20942 (lisp-indent-259): Use it.
20943 (lisp-indent-defmethod): Support for more than one
20944 method qualifier and properly indent methods lambda-lists.
20945 (defgeneric): Provide a missing common-lisp-indent-function property.
20946
f278f87f
SM
209472011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20950 bounds for the empty string (bug#8667).
20951
5233edd7
GM
209522011-05-13 Glenn Morris <rgm@gnu.org>
20953
5237a44f
GM
20954 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20955
8340026c 20956 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 20957 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 20958
5233edd7 20959 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 20960 (appt-time-msg-list): Doc fix.
a5464014 20961 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 20962
92d10796
AS
209632011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20964
20965 * progmodes/ld-script.el (ld-script-keywords)
20966 (ld-script-builtins): Update keywords list.
20967
914a0ae1
SM
209682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20969
c89be45f
SM
20970 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20971
914a0ae1
SM
20972 * shell.el (shell-completion-vars): New function.
20973 (shell-mode):
20974 * simple.el (read-shell-command): Use it.
20975 (blink-matching-open): No need for " [...]" in minibuffer-message.
20976
98dc3df3
GM
209772011-05-12 Glenn Morris <rgm@gnu.org>
20978
20979 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20980 (appt-check): Simplify.
20981
d2fc7e3d 209822011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 20983
4d61f28d 20984 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
20985 literal "/dev/null".
20986
d2fc7e3d 209872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
20988
20989 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20990 Fix typo.
20991
d2fc7e3d 209922011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 20993
3f254caa
SM
20994 * progmodes/which-func.el (which-function):
20995 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
20996 which might not be defined (Bug#8260).
20997
d45885f7
GM
209982011-05-12 Glenn Morris <rgm@gnu.org>
20999
21000 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21001 Let byte-compile-initial-macro-environment always take precedence.
21002
488086f4
SM
210032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21004
21005 * net/rcirc.el: Add support for SSL/TLS connections.
21006 (rcirc-server-alist): New field `encryption'.
21007 (rcirc): Check `encryption' settings.
21008 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21009 Merge make-local-variable into `set'.
21010 (rcirc--connection-open-p): New function.
21011 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21012 the process is not a network process (e.g. running gnutls-cli).
21013 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21014 Make rcirc-(en|de)code-coding-system local here.
21015 (rcirc-mode): Merge make-local-variable into `set'.
21016 (rcirc-parent-buffer): Make permanent buffer-local.
21017 (rcirc-multiline-minor-mode): Don't do it here.
21018 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21019 there's no server buffer.
21020
7d3b9d44
GM
210212011-05-11 Glenn Morris <rgm@gnu.org>
21022
f64049c6
GM
21023 * newcomment.el (comment-kill): Prefix "unused" local.
21024
93c9df73
GM
21025 * term/w32console.el (get-screen-color): Declare.
21026
7d3b9d44
GM
21027 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21028 Handle symbol elements of byte-compile-initial-macro-environment.
21029
9e2dd53f
LL
210302011-05-10 Leo Liu <sdl.web@gmail.com>
21031
488086f4
SM
21032 * bookmark.el (bookmark-bmenu-mode-map):
21033 Bind bookmark-bmenu-search to `/'.
8b340240 21034
9e2dd53f 21035 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
21036 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21037 (Footnote-unicode): New function.
21038 (footnote-style-alist): Add unicode style to the list.
21039 (footnote-style): Doc fix.
9e2dd53f 21040
79b70037
GM
210412011-05-10 Jim Meyering <meyering@redhat.com>
21042
21043 Fix doubled-word typos.
21044 * international/quail.el (quail-insert-kbd-layout): and and -> and
21045 * kermit.el: and and -> and
21046 * net/ldap.el (ldap-search-internal): to to -> to
21047 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21048 * progmodes/js.el (js-mode): and and -> and
21049 * textmodes/artist.el (artist-move-to-xy): at at -> at
21050 (artist-draw-region-trim-line-endings): if if -> if
21051 And Safetyc -> Safety.
21052 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21053
b8f82dc1 210542011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 21055 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
21056
21057 * files.el (hack-one-local-variable-eval-safep):
21058 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21059
4f99f44b
GM
210602011-05-10 Glenn Morris <rgm@gnu.org>
21061
21062 * calendar/diary-lib.el (diary-list-entries-hook)
21063 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21064 (diary-nongregorian-marking-hook, diary-list-entries)
21065 (diary-include-other-diary-files, diary-mark-entries)
21066 (diary-mark-included-diary-files): Doc fixes.
21067
84f29e6b
JB
210682011-05-09 Juanma Barranquero <lekktu@gmail.com>
21069
21070 * misc.el: Require tabulated-list.el during compilation.
21071
9bedd73a
CY
210722011-05-09 Chong Yidong <cyd@stupidchicken.com>
21073
488086f4
SM
21074 * progmodes/compile.el (compilation-start):
21075 Run compilation-filter-hook for the async case too.
9bedd73a
CY
21076 (compilation-filter-hook): Doc fix.
21077
797c735c
DD
210782011-05-09 Deniz Dogan <deniz@dogan.se>
21079
21080 * wdired.el: Remove outdated installation comment. Fix usage
21081 comment.
21082
5f4b1dfe
JB
210832011-05-09 Juanma Barranquero <lekktu@gmail.com>
21084
21085 * misc.el: Implement new command `list-dynamic-libraries'.
21086 (list-dynamic-libraries--loaded-only-p): New variable.
21087 (list-dynamic-libraries--refresh): New function.
21088 (list-dynamic-libraries): New command.
21089
4c44026c
CY
210902011-05-09 Chong Yidong <cyd@stupidchicken.com>
21091
488086f4
SM
21092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21093 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
21094 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21095 higher priority to avoid clobbering by gnu.
21096
027f966d
CY
210972011-05-08 Chong Yidong <cyd@stupidchicken.com>
21098
21099 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21100 if the face has existing theme settings (Bug#8454).
21101
085f5d7d
CY
211022011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21103
488086f4
SM
21104 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21105 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 21106
2a86a00c
RS
21107 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21108 special file names `.' and `..' (Bug#8259).
21109
d9c54a06
CY
211102011-05-08 Chong Yidong <cyd@stupidchicken.com>
21111
488086f4
SM
21112 * progmodes/grep.el (grep-mode-font-lock-keywords):
21113 Remove buffer-changing entries.
d9c54a06
CY
21114 (grep-filter): New function.
21115 (grep-mode): Add it to compilation-filter-hook.
21116
21117 * progmodes/compile.el (compilation-filter-hook)
21118 (compilation-filter-start): New defvars.
21119 (compilation-filter): Call compilation-filter-hook prior to
21120 updating the process mark.
21121
c4662635
SM
211222011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21125
b0512a1d
EZ
211262011-05-07 Eli Zaretskii <eliz@gnu.org>
21127
605c9376
EZ
21128 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21129 mailclient-send-it even if window-system is nil. (Bug#8595)
21130
c4662635
SM
21131 * term/w32console.el (terminal-init-w32console):
21132 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
21133 background-mode. (Bug#8597)
21134
d1dc2cc2
SM
211352011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 Make bytecomp.el understand that defmethod defines funs (bug#8631).
21138 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21139 New functions.
21140 (defgeneric, eieio--defmethod): Use them.
21141 (eieio-defgeneric): Remove.
21142 (defmethod): Call defgeneric in a way visible to the byte-compiler.
21143
915d1300
GM
211442011-05-07 Glenn Morris <rgm@gnu.org>
21145
a3961c3e
GM
21146 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21147 Use let rather than let*.
21148 (timeclock-find-discrep): Remove unused local.
21149
314347b9
GM
21150 * calendar/diary-lib.el (diary-comment-start): Doc fix.
21151
915d1300
GM
21152 * calendar/appt.el (appt-time-msg-list): Doc fix.
21153
275b59b0
NF
211542011-05-06 Noah Friedman <friedman@splode.com>
21155
21156 * apropos.el (apropos-print-doc): Only use
21157 emacs-lisp-docstring-fill-column when it is bound to an integer,
21158 per that variable's documentation.
21159
6c19f744
SM
211602011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 21163 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 21164
60f884b2
GM
211652011-05-06 Glenn Morris <rgm@gnu.org>
21166
5006e634
GM
21167 * calendar/appt.el (appt-message-warning-time): Doc fix.
21168 (appt-warning-time-regexp): New option.
21169 (appt-make-list): Respect appt-message-warning-time.
21170
548d0a63
GM
21171 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21172 New options.
21173 (diary-add-to-list): Strip comments from the displayed string.
21174 (diary-mode): Set comment-start and comment-end.
21175
60f884b2
GM
21176 * vc/diff-mode.el (smerge-refine-subst): Declare.
21177 (diff-refine-hunk): Don't require smerge-mode when compiling.
21178
989681bb
JB
211792011-05-06 Juanma Barranquero <lekktu@gmail.com>
21180
21181 * simple.el (list-processes): Return nil as the docstring says.
21182
a6bc05e1
MA
211832011-05-05 Michael Albinus <michael.albinus@gmx.de>
21184
21185 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21186 to "".
21187 (ange-ftp-write-region, ange-ftp-insert-file-contents)
21188 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21189 determining of binary transfer. (Bug#7383)
21190
23c22e9a
MA
211912011-05-05 Michael Albinus <michael.albinus@gmx.de>
21192
c4662635
SM
21193 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21194 Fix port computation bug. (Bug#8618)
23c22e9a 21195
0bff894f
GM
211962011-05-05 Glenn Morris <rgm@gnu.org>
21197
b8296902
GM
21198 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21199
1f522ce8
GM
21200 * simple.el (shell-dynamic-complete-functions)
21201 (comint-dynamic-complete-functions): Declare.
21202
cf5bee67
GM
21203 * net/network-stream.el (gnutls-negotiate):
21204 * simple.el (tabulated-list-print): Fix declarations.
21205
21206 * progmodes/gud.el (syntax-symbol, syntax-point):
21207 Remove unnecessary and incorrect declarations.
21208
0bff894f 21209 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 21210 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 21211
9869b3ae
SM
212122011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21213
21214 Fix earlier half-done eieio-defmethod change (bug#8338).
21215 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21216 Streamline and change calling convention.
21217 (defmethod): Adjust accordingly and simplify.
21218 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21219 new eieio--defmethod.
21220 (slot-boundp): Minor CSE simplification.
21221
9c1d5ac5
MZ
212222011-05-05 Milan Zamazal <pdm@zamazal.org>
21223
21224 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21225 (glasses-make-readable): Use glasses-separate-capital-groups.
21226
455c834e
JB
212272011-05-05 Juanma Barranquero <lekktu@gmail.com>
21228
21229 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21230 (warning-series): Doc fix.
21231 (display-warning): Don't try to create the buffer if we just found it.
21232
9ed7c8cb
CY
212332011-05-04 Chong Yidong <cyd@stupidchicken.com>
21234
21235 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
21236 (autoload-find-generated-file): New function.
21237 (generate-file-autoloads): Bind generated-autoload-file to
21238 buffer-file-name.
9869b3ae
SM
21239 (update-file-autoloads, update-directory-autoloads):
21240 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
21241 output file (Bug#7989).
21242 (batch-update-autoloads): Doc fix.
21243
0898ca10
JB
212442011-05-04 Juanma Barranquero <lekktu@gmail.com>
21245
21246 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
21247
31dfb76c
GM
212482011-05-04 Glenn Morris <rgm@gnu.org>
21249
f330b642
GM
21250 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
21251 function, so it follows changes in calendar-date-style.
21252 (diary-fancy-date-matcher): New function.
21253 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
21254 (diary-fancy-font-lock-fontify-region-function):
21255 Use diary-fancy-date-pattern as a function.
21256
31dfb76c
GM
21257 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
21258 non-numbers for `year' etc pseudo-variables. (Bug#8583)
21259
48e79d6a
TZ
212602011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
21261
21262 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
21263 instead of positional arguments. Allow :keylist and :crlfiles
21264 arguments.
21265 (open-gnutls-stream): Call it.
21266
21267 * net/network-stream.el (network-stream-open-starttls): Adjust to
21268 call `gnutls-negotiate' with :process and :hostname arguments.
21269
dd5a5ee0
SM
212702011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
21271
ef80fc09
SM
21272 * minibuffer.el (completion--message): New function.
21273 (completion--do-completion, minibuffer-complete)
21274 (minibuffer-force-complete, minibuffer-complete-word): Use it.
21275 (completion--do-completion): Don't ignore completion-auto-help when in
21276 icomplete-mode.
21277
dd5a5ee0
SM
21278 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
21279 internal encoding (e.g. tibetan zero is not whitespace).
21280 (global-whitespace-mode): Prefer save-current-buffer.
21281 (whitespace-trailing-regexp): Remove useless save-match-data.
21282 (whitespace-empty-at-bob-regexp): Minor simplification.
21283
b7d22a83
CY
212842011-05-03 Chong Yidong <cyd@stupidchicken.com>
21285
21286 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
21287
5192af46
AM
212882011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
21289
21290 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 21291 Use `concat' to create string for insertion.
5192af46 21292
5767d190
SM
212932011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21294
21295 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
21296 Avoid open-line which runs post-self-insert-hook.
21297 (bibtex-fill-entry): Remove unused `end' var.
21298
bf242939
AM
212992011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
21300
5767d190
SM
21301 * textmodes/ispell.el (ispell-add-per-file-word-list):
21302 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 21303
25666126
LL
213042011-05-03 Leo Liu <sdl.web@gmail.com>
21305
21306 * isearch.el (isearch-yank-pop): New command.
5767d190 21307 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
21308 (isearch-forward): Mention it.
21309
52d3c2d0
SM
213102011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21311
1bcace58
SM
21312 * simple.el (minibuffer-complete-shell-command): Remove.
21313 (minibuffer-local-shell-command-map): Use completion-at-point.
21314 (read-shell-command): Setup completion vars here instead.
21315 (read-expression-map): Bind TAB to symbol completion.
21316
52d3c2d0
SM
21317 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
21318 error directly rather via storing it into `results'.
21319
35813471
LL
213202011-05-02 Leo Liu <sdl.web@gmail.com>
21321
21322 * vc/diff.el: Fix description.
21323
e793a940
LMI
213242011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21325
21326 * server.el (server-eval-at): New function.
21327
8de66e05
LMI
213282011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21329
21330 * net/network-stream.el (open-network-stream): Take a :nowait
21331 parameter and pass it on to `make-network-process'.
21332 (network-stream-open-plain): Ditto.
21333
dcb79f20
AS
213342011-04-30 Andreas Schwab <schwab@linux-m68k.org>
21335
21336 * faces.el (face-spec-set-match-display): Don't match toolkit
21337 options on terminal frames.
21338
14a7fbd8
SM
213392011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21340
7eabc1be
SM
21341 * progmodes/pascal.el: Use lexical binding.
21342 (pascal-mode-map): Remove author preferences.
21343
14a7fbd8
SM
21344 * pcomplete.el (pcomplete-std-complete): Don't abuse
21345 completion-at-point.
21346
50f84510
JB
213472011-04-28 Juanma Barranquero <lekktu@gmail.com>
21348
6e087a44
JB
21349 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21350 removing code that has been dead since 1991 or so.
21351
50f84510
JB
21352 * startup.el (command-line): When warning about "_emacs", use a
21353 delayed warning to allow the user to filter it out.
21354
0ba690bd
DD
213552011-04-28 Deniz Dogan <deniz@dogan.se>
21356
21357 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21358 user has not joined.
21359
08abfaad
SM
213602011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21361
21362 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21363 aren't any completions at point.
21364
638f053a
JB
213652011-04-28 Juanma Barranquero <lekktu@gmail.com>
21366
21367 * subr.el (display-delayed-warnings): New function.
21368 (delayed-warnings-hook): New variable.
21369
8fff8daa
SM
213702011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21371
08abfaad
SM
21372 * minibuffer.el (completion-at-point, completion-help-at-point):
21373 Don't presume that a given completion-at-point-function will always
21374 use the same calling convention.
21375
8fff8daa
SM
21376 * pcomplete.el (pcomplete-completions-at-point):
21377 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
21378 pcomplete-seen is non-nil.
21379 (pcomplete-comint-setup): Also recognize the new comint/shell
21380 completion functions.
21381 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
21382 pcomplete-seen is non-nil.
21383
841a1577 213842011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 21385
841a1577 21386 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 21387 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 21388 the first character in the entry. This allows for code to add its
211ec907
UJ
21389 own uid to the entry.
21390 (icalendar--convert-float-to-ical): Add export of
21391 `diary-float'-entries save for those with the optional DAY
21392 argument.
21393
2a782793
DC
213942011-04-27 Daniel Colascione <dan.colascione@gmail.com>
21395
21396 * subr.el (shell-quote-argument): Use alternate escaping strategy
21397 when we spot a variable reference in a string.
21398
0438ce91
DC
213992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
21400
21401 * cus-start.el (all): Define customization for debug-on-event.
21402
841a1577 214032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
21404
21405 * subr.el (shell-quote-argument): Escape correctly under Windows.
21406
d090ed6c
SM
214072011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21408
21409 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
21410
bfd31217
MA
214112011-04-25 Michael Albinus <michael.albinus@gmx.de>
21412
d090ed6c
SM
21413 * net/tramp.el (tramp-process-actions): Add POS argument.
21414 Delete region between POS and (pos).
bfd31217 21415
d090ed6c
SM
21416 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21417 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
21418 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
21419
21420 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
21421 position in `tramp-process-actions' call.
21422
21423 * net/trampver.el: Update release number.
21424
e92f3bd3
SM
214252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21426
850256b5
SM
21427 * custom.el (defcustom): Obey lexical-binding.
21428
e92f3bd3
SM
21429 Fix octave-inf completion problems reported by Alexander Klimov.
21430 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
21431 Inherit from octave-mode-syntax-table.
21432 (inferior-octave-mode): Set info-lookup-mode.
21433 (inferior-octave-completion-at-point): New function.
21434 (inferior-octave-complete): Use it and completion-in-region.
21435 (inferior-octave-dynamic-complete-functions): Use it as well, and use
21436 comint-filename-completion.
21437 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
21438 symbol elements which shouldn't be word elements.
21439 (octave-font-lock-keywords, octave-beginning-of-defun)
21440 (octave-function-header-regexp): Adjust regexps accordingly.
21441 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
21442
cd22b309
JB
214432011-04-25 Juanma Barranquero <lekktu@gmail.com>
21444
21445 * net/gnutls.el (gnutls-errorp): Declare before first use.
21446
8b492194
TZ
214472011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
21448
21449 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
21450 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 21451 default trustfile exists before going to use it. Add missing
5a5fa834 21452 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
21453 Reported by Claudio Bley <claudio.bley@gmail.com>.
21454 (open-gnutls-stream): Add usage example.
21455
21456 * net/network-stream.el (network-stream-open-starttls): Give host
21457 parameter to `gnutls-negotiate'.
21458 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 21459 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 21460
841a1577 214612011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 21462
cd22b309
JB
21463 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
21464 Use correct match group (bug#8438).
05842630 21465
3ba7869c
CY
214662011-04-24 Chong Yidong <cyd@stupidchicken.com>
21467
512e3ae1
CY
21468 * emacs-lisp/package.el (package-built-in-p): Fix typo.
21469 (package-menu--generate): New arg specifying packages to show.
21470 (package-menu-refresh, package-menu-execute, list-packages):
21471 Callers changed.
21472 (package-show-package-list): New function, replacing deleted
21473 package--list-packages (renamed because it is non-internal).
21474
21475 * finder.el (finder-list-matches): Use package-show-package-list
21476 instead of deleted package--list-packages.
21477
e92f3bd3
SM
21478 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
21479 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
21480 (vc-annotate-mode-map): Bind it to RET.
21481
7031be6d
UR
214822011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
21483
21484 * progmodes/etags.el (next-file): Don't use set-buffer to change
21485 buffers (Bug#8478).
21486
4ef177aa
CY
214872011-04-24 Chong Yidong <cyd@stupidchicken.com>
21488
c8d173eb
CY
21489 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
21490
4ef177aa
CY
21491 * apropos.el (apropos-label-face): Avoid variable-pitch face.
21492 (apropos-accumulator): Doc fix.
21493 (apropos-function, apropos-macro, apropos-command)
21494 (apropos-variable, apropos-face, apropos-group, apropos-widget)
21495 (apropos-plist): Add face property.
21496 (apropos-symbols-internal): Fix indentation.
21497 (apropos-print): Simplify help, and recognize apropos-multi-type.
21498 (apropos-print-doc): Use button-type-get to extract the button's
21499 face property. Fill docstring (Bug#8352).
21500
4ffd0d6b 215012011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
21502
21503 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
21504
c6c32125 21505 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 21506 (mpuz-mode-map): Use mapc.
c6c32125
JB
21507 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
21508 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
21509 Fix typos in docstrings.
21510
58d468b4
JB
21511 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
21512 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
21513
6470c3c6
JB
21514 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
21515
4ffd0d6b 215162011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
21517
21518 * minibuffer.el (completion--do-completion): Avoid the "Next char
21519 not unique" prompt if icomplete-mode is enabled (Bug#5849).
21520
3ad8bad0
CY
21521 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
21522 mouse-2 into unread-command-events, it is interpreted correctly.
21523
71d73c9c 21524 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 21525 (image-toggle-display): Doc fix.
71d73c9c 21526
841a1577 215272011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 21528
4ffd0d6b
GM
21529 * textmodes/page.el (what-page): Use line-number-at-pos to
21530 calculate line number (Bug#6825).
6e1dbaa9 21531
c2fb1b60
JB
215322011-04-22 Juanma Barranquero <lekktu@gmail.com>
21533
21534 * eshell/esh-mode.el (find-tag-interactive): Declare function.
21535 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
21536 Pass argument NO-DEFAULT to `find-tag-interactive'.
21537
e02f48d7
JB
215382011-04-22 Juanma Barranquero <lekktu@gmail.com>
21539
21540 Lexical-binding cleanup.
21541
21542 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
21543 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
21544 * progmodes/ada-prj.el (ada-prj-initialize-values)
21545 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
21546 (ada-prj-show-value):
21547 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
21548 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
21549 (antlr-invalidate-context-cache, antlr-options-menu-filter)
21550 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
21551 * progmodes/bug-reference.el (bug-reference-push-button):
21552 * progmodes/fortran.el (fortran-line-length):
21553 * progmodes/glasses.el (glasses-change):
21554 * progmodes/octave-mod.el (octave-fill-paragraph):
21555 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
21556 (python-pdbtrack-grub-for-buffer, python-sentinel):
21557 * progmodes/sql.el (sql-save-connection):
21558 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
21559 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
21560 Mark unused parameters.
21561
21562 * progmodes/compile.el (compilation--flush-directory-cache)
21563 (compilation--flush-parse, compile-internal): Mark unused parameters.
21564 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
21565 (compilation-next-error-function): Remove unused variable `timestamp'.
21566
21567 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
21568 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
21569
21570 * progmodes/dcl-mode.el (dcl-end-of-command):
21571 Remove unused variable `start'.
21572 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
21573 (dcl-option-value-basic, dcl-option-value-offset)
21574 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
21575 Mark unused parameters.
21576 (dcl-save-local-variable): Remove unused variable `val'.
21577 (mode): Declare.
21578
21579 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
21580 Mark unused parameters.
21581 (delphi-ignore-changes): Move before first use.
21582 (delphi-charset-token-at): Remove unused variable `start'.
21583 (delphi-else-start): Remove unused variable `if-count'.
21584 (delphi-comment-block-start, delphi-comment-block-end):
21585 Remove unused variable `kind'.
21586 (delphi-indent-line): Remove unused variable `new-point'.
21587
21588 * progmodes/ebrowse.el (ebrowse-files-list)
21589 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
21590 Mark unused parameters. Don't quote `lambda'.
21591 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
21592 Don't quote `lambda'.
21593 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
21594 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
21595 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
21596 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
21597 Use `ignore-errors'.
21598 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
21599 (ebrowse-view/find-file-and-search-pattern)
21600 (ebrowse-view/find-member-declaration/definition):
21601 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
21602 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
21603 Rename parameter PREFIX-ARG to PREFIX.
21604 (ebrowse-tags-read-name): Remove unused variables `start' and
21605 `member-info'.
21606 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
21607 to `tags-file'.
21608
21609 * progmodes/etags.el (local-find-tag-hook): Declare.
21610 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
21611 Mark unused parameters.
21612
21613 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
21614 (executable-interpret): Mark unused parameter.
21615
21616 * progmodes/flymake.el (flymake-process-sentinel)
21617 (flymake-after-change-function)
21618 (flymake-create-temp-with-folder-structure)
21619 (flymake-get-include-dirs-dot): Mark unused parameters.
21620 (flymake-safe-delete-directory): Remove unused variable `err'.
21621
21622 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
21623 (speedbar-timer-fn, speedbar-line-text)
21624 (speedbar-change-expand-button-char, speedbar-delete-subblock)
21625 (speedbar-center-buffer-smartly): Declare functions.
21626 (gdb-find-watch-expression): Remove unused variable `array'.
21627 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
21628 (gdb-starting): Mark unused parameters.
21629 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
21630 (gdb-table-string): Remove unused variable `res'.
21631 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
21632 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
21633 (gdb-display-buffer): Remove unused variable `cur-size'.
21634
21635 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
21636 allow lexical-binding compilation.
21637 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
21638 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
21639 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
21640 Mark unused parameters.
21641 (gud-gdb-marker-filter): Remove unused variable `match'.
21642 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
21643 lambda expressions and funcall them, instead of using `fset'.
21644
21645 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
21646 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
21647
21648 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21649 variable `header-beg'; use `let'.
21650
21651 * progmodes/icon.el (indent-icon-exp): Remove unused variables
21652 `restart', `last-sexp' and `at-do'.
21653
21654 * progmodes/js.el (js--debug): Mark unused parameter.
21655 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21656 (js--splice-into-items): Remove unused variable `item'.
21657 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21658
21659 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21660 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21661 (makefile-complete): Remove unused variable `try'.
21662 (makefile-fill-paragraph, makefile-match-function-end):
21663 Mark unused parameters.
21664
21665 * progmodes/octave-inf.el (inferior-octave-complete):
21666 Remove unused variable `proc'.
21667 (inferior-octave-output-digest): Mark unused parameter.
21668
21669 * progmodes/perl-mode.el (perl-calculate-indent):
21670 Remove unused variable `err'.
21671
21672 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21673 (prolog-indent-line): Mark unused parameters.
21674 (prolog-indent-line): Remove unused variable `beg'.
21675
21676 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21677 (reporter-dont-compact-list): Declare.
21678
21679 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21680 Remove unused variable `char'.
21681 (sh-debug): Mark unused parameter.
21682 (sh-get-indent-info): Remove unused variable `start'.
21683 (sh-calculate-indent): Remove unused variable `var'.
21684
21685 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21686 (simula-electric-keyword): Remove unused variable `null'.
21687 (simula-search-backward, simula-search-forward): Remove unused
21688 variables `begin' and `end'.
21689
21690 * progmodes/vera-mode.el (vera-guess-basic-syntax):
21691 Remove unused variable `pos'.
21692 (vera-electric-tab, vera-comment-uncomment-region):
21693 Mark unused parameters.
21694 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21695
7ede3b65
CY
216962011-04-22 Chong Yidong <cyd@stupidchicken.com>
21697
21698 * emacs-lisp/package.el (package--builtins, package-alist)
21699 (package-load-descriptor, package-built-in-p, package-activate)
21700 (define-package, package-installed-p)
21701 (package-compute-transaction, package-buffer-info)
21702 (package--push): Doc fix. Distinguish more clearly between
21703 version strings and version lists.
21704
121656e9
JB
217052011-04-21 Juanma Barranquero <lekktu@gmail.com>
21706
21707 Lexical-binding cleanup.
21708
21709 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21710 (5x5-make-mutate-best):
21711 * play/fortune.el (fortune-in-buffer):
21712 * play/gomoku.el (gomoku-init-display):
21713 * play/solitaire.el (solitaire, solitaire-do-check):
21714 * play/tetris.el (tetris-default-update-speed-function):
21715 Mark unused parameters.
21716
21717 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21718 (bubbles--shift): Remove unused variable `char-org'.
21719 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
21720 (bubbles--show-images): Remove unused variable `char'.
21721
21722 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21723 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21724 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21725 (decipher-analyze-buffer): Use ?\s.
21726 (decipher-make-checkpoint): Remove unused variable `mapping'.
21727
21728 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21729
21730 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21731 Remove unused variable `result'; use `let'.
21732
21733 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21734 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21735 (gametree-children-shown-p, gametree-compute-reduced-score):
21736 Use `ignore-errors'.
21737
21738 * play/handwrite.el (ps-lpr-switches): Declare.
21739 (handwrite): Remove unused variables `pmin' and `lastp'.
21740
21741 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21742
21743 * play/landmark.el (landmark-init-display)
21744 (landmark-update-naught-weights): Mark unused parameters.
21745 (landmark-y): Remove unused variable `noise'. Simplify.
21746 (landmark-human-plays): Remove unused variable `score'.
21747
21748 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21749 (mpuz-try-proposal): Remove unused variable `game'.
21750
21751 * play/zone.el (life-patterns): Declare.
21752
80f499c7
JB
217532011-04-20 Juanma Barranquero <lekktu@gmail.com>
21754
21755 * vc/vc.el (ediff-vc-internal): Declare function.
21756
024ff170
SM
217572011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21758
c0a193ea
SM
21759 * shell.el: Use lexical-binding and std completion UI.
21760 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21761 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21762 comint-preoutput-filter-functions rather than on
21763 comint-output-filter-functions.
21764 (shell-command-completion, shell--command-completion-data)
21765 (shell-filename-completion, shell-environment-variable-completion)
21766 (shell-c-a-p-replace-by-expanded-directory): New functions.
21767 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21768 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21769 (shell-dynamic-complete-environment-variable): Use them.
21770 (shell-dynamic-complete-as-environment-variable)
21771 (shell-dynamic-complete-as-command): Remove.
21772 (shell-match-partial-variable): Match past point.
21773 * comint.el: Clean up use of completion-at-point-functions.
21774 (comint-completion-at-point): New function.
21775 (comint-mode): Use it completion-at-point-functions.
21776 (comint-dynamic-complete): Make it obsolete.
21777 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21778 (comint-c-a-p-replace-by-expanded-history): New function.
21779 (comint-dynamic-complete-functions)
21780 (comint-replace-by-expanded-history): Use it.
21781 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21782 termination strings. Try harder to avoid second try-completion.
21783 (completion-in-region-mode-map): Disable bindings that don't work yet.
21784
2dbaa080
SM
21785 * comint.el: Use lexical-binding. Require CL.
21786 (comint-dynamic-complete-functions): Use comint-filename-completion.
21787 (comint-completion-addsuffix): Tweak custom type.
21788 (comint-filename-completion, comint--common-suffix)
21789 (comint--common-quoted-suffix, comint--table-subvert)
21790 (comint--complete-file-name-data): New functions.
21791 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21792 (comint-dynamic-list-filename-completions): Use them.
21793 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 21794
2dbaa080
SM
21795 * minibuffer.el (completion-in-region-mode):
21796 Keep completion-in-region-mode--predicate global.
21797 (completion-in-region--postch):
21798 Assume completion-in-region-mode--predicate is not null.
21799
c79a6f38
SM
21800 * progmodes/flymake.el (flymake-start-syntax-check-process):
21801 Obey `dir'. Simplify.
21802
024ff170
SM
21803 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21804 we're in VC after all.
21805
1c6c854e
CS
218062011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21807
21808 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 21809 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
21810 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21811
bed7f140
SM
218122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21813
332e62ab
SM
21814 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21815 add sanity check.
21816
bed7f140
SM
21817 * obsolete/erc-hecomplete.el: Make obsolete.
21818 * obsolete/: Standardize obsolescence info in the header.
21819
f195c582
GM
218202011-04-20 Glenn Morris <rgm@gnu.org>
21821
21822 * calendar/solar.el (solar-horizontal-coordinates):
21823 Use the longitude argument rather than `calendar-longitude'.
21824 (solar-date-next-longitude): Remove unused locals.
21825
cb79b8c0
VJL
218262011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21827
21828 * whitespace.el: New version 13.2.1.
21829
218302011-04-20 felix <EmacsWiki> (tiny change)
21831
d8e4b68b 21832 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
21833 switching between major modes on a file.
21834
602ea69d
SM
218352011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21836
21837 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21838 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21839 multi-line comments as well.
21840
06b60517
JB
218412011-04-19 Juanma Barranquero <lekktu@gmail.com>
21842
21843 Lexical-binding cleanup.
21844
21845 * arc-mode.el (archive-mode-revert):
21846 * cmuscheme.el (scheme-interactively-start-process):
21847 * custom.el (custom-initialize-delay):
21848 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21849 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21850 * emacs-lock.el (emacs-lock-clear-sentinel):
21851 * ezimage.el (defezimage):
21852 * follow.el (follow-avoid-tail-recenter):
21853 * fringe.el (set-fringe-mode-1):
21854 * generic-x.el (bat-generic-mode-compile):
21855 * help-mode.el (help-info-variable, help-do-xref)
21856 (help-mode-revert-buffer):
21857 * help.el (view-emacs-todo):
21858 * iswitchb.el (iswitchb-completion-help):
21859 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21860 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21861 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21862 * locate.el (locate-update):
21863 * longlines.el (longlines-encode-region)
21864 (longlines-after-change-function):
21865 * outline.el (outline-isearch-open-invisible):
21866 * ps-def.el (declare-function, charset-dimension, char-width)
21867 (encode-char):
21868 * ps-mule.el (ps-mule-plot-string):
21869 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21870 (recentf-edit-list-select, recentf-edit-list-validate)
21871 (recentf-open-files-action):
21872 * rect.el (delete-whitespace-rectangle-line)
21873 (rectangle-number-line-callback):
21874 * register.el (window-configuration-to-register)
21875 (frame-configuration-to-register):
21876 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21877 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21878 (xselect-convert-to-targets, xselect-convert-to-delete)
21879 (xselect-convert-to-filename, xselect-convert-to-charpos)
21880 (xselect-convert-to-lineno, xselect-convert-to-colno)
21881 (xselect-convert-to-os, xselect-convert-to-host)
21882 (xselect-convert-to-user, xselect-convert-to-class)
21883 (xselect-convert-to-name, xselect-convert-to-integer)
21884 (xselect-convert-to-atom, xselect-convert-to-identity):
21885 * subr.el (declare, ignore, process-kill-without-query)
21886 (text-clone-maintain):
21887 * terminal.el (te-get-char, te-tic-sentinel):
21888 * tool-bar.el (tool-bar-make-keymap):
21889 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21890 * type-break.el (type-break-mode, type-break-noninteractive-query):
21891 * view.el (View-back-to-mark):
21892 * wid-browse.el (widget-browse-action, widget-browse-widget)
21893 (widget-browse-widgets, widget-browse-sexp):
21894 * widget.el (define-widget-keywords):
21895 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21896 Mark unused parameters.
21897
21898 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21899 (align-areas): Remove unused variable `look'.
21900 (align-region): Remove unused variables `real-end' and `pos-list'.
21901
21902 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21903
21904 * bindings.el (mode-line-modified, mode-line-remote):
21905 Mark unused parameters.
21906 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21907
21908 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21909 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21910
21911 * comint.el (comint-history-isearch-pop-state)
21912 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21913 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21914 (comint-substitute-in-file-name): Doc fix.
21915
21916 * completion.el (cmpl-statistics-block): Mark unused parameter.
21917 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21918 (save-completions-to-file, load-completions-from-file):
21919 Remove unused local variable `e'.
21920
21921 * composite.el (compose-chars): Remove unused variable `len'.
21922 (lgstring-insert-glyph): Remove unused variable `g'.
21923 (compose-glyph-string): Remove unused variables `ascent',
21924 `descent', `lbearing' and `rbearing'.
21925 (compose-glyph-string-relative): Remove unused variables
21926 `lbearing', `rbearing' and `wadjust'.
21927 (compose-gstring-for-graphic): Remove unused variables `header',
21928 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21929 (compose-gstring-for-terminal): Remove unused variables `header'
21930 and `nchars'. Use `let', not `let*'.
21931
21932 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21933 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21934 (Custom-buffer-done, custom-buffer-create-internal)
21935 (custom-browse-visibility-action, custom-browse-group-tag-action)
21936 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21937 (widget-magic-mouse-down-action, custom-toggle-parent)
21938 (custom-add-parent-links, custom-toggle-hide-variable)
21939 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21940 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21941 (custom-face-menu-create, custom-variable-menu-create, get)
21942 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21943 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21944 (customize-apropos): Remove unused variable `tests'.
21945 (custom-group-value-create): Remove unused variable `hidden-p'.
21946 (sort-fold-case): Declare.
21947
21948 * cus-theme.el (custom-reset-standard-faces-list)
21949 (custom-reset-standard-variables-list): Declare.
21950 (customize-create-theme, custom-theme-revert, custom-theme-write)
21951 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21952 Mark unused parameters.
21953
21954 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21955
21956 * delim-col.el (delimit-columns-max): Move defvar before first use.
21957
21958 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 21959 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
21960
21961 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21962 (auto-insert): Declare.
21963 (desktop-restore-file-buffer): Rename desktop-* parameters;
21964 mark unused ones.
21965 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21966 (desktop-buffer): Rename desktop-* parameters.
21967
21968 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21969 (dframe-reposition-frame-xemacs, dframe-help-echo)
21970 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21971 Mark unused parameters.
21972
21973 * dired-aux.el (backup-extract-version-start, overwrite-query)
21974 (overwrite-backup-query, rename-regexp-query)
21975 (rename-non-directory-query): Declare.
21976 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21977 (dired-add-entry): Remove unused variable `orig-file-name'.
21978 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21979 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21980 `dired-copy-preserve-time' directly.
21981 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21982 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21983
21984 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21985 (dired-virtual-revert, dired-make-relative-symlink):
21986 Mark unused parameters.
21987 (manual-program): Declare.
21988 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21989 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21990 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21991
21992 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21993
21994 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21995
21996 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21997 Declare.
21998
21999 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22000
22001 * electric.el (Electric-command-loop): Rename parameter
22002 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22003
22004 * expand.el (expand-in-literal): Remove unused variable `here'.
22005
22006 * facemenu.el (facemenu-add-new-color):
22007 Remove unused variable `docstring'.
22008
22009 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22010 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22011 (face-attr-construct): Mark unused parameter. Doc fix.
22012 (read-color): Remove unused variable `hex-string'.
22013
22014 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22015 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22016 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22017 (display-buffer-other-frame): Remove unused variable `old-window'.
22018 (kill-buffer-hook): Declare.
22019 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22020 Mark unused parameters.
22021 (after-find-file): Pass 1 to `auto-save-mode', not t.
22022
22023 * files-x.el (auto-insert): Declare.
22024 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22025
22026 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 22027 variable `buf'. Mark unused parameter.
06b60517
JB
22028 (find-lisp-insert-directory): Mark unused parameter.
22029
22030 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22031 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22032 (format-common-tail): Remove, unused.
22033 (format-deannotate-region): Remove unused variable `loc'.
22034 (format-annotate-region): Remove unused variable `p'.
22035 (format-annotate-single-property-change): Remove unused variables
22036 `default' and `tail'.
22037
22038 * forms.el (read-file-filter): Declare.
22039 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22040
22041 * frame.el (frame-creation-function-alist): Mark unused parameter.
22042 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22043
22044 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22045 Remove unused parameters.
22046 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22047 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22048
22049 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22050 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22051 (hfy-prepare-tag-map): Mark unused parameters.
22052 (htmlfontify-buffer): Use `called-interactively-p'.
22053
22054 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22055 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22056 (ibuffer-do-occur): Mark unused parameters.
22057 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22058 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22059
22060 * ibuffer.el: Don't quote `lambda'.
22061 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22062 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22063 Mark unused parameters.
22064
22065 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22066 (ido-completing-read): Mark unused parameters.
22067 (ido-copy-current-word): Mark unused parameters;
22068 remove unused variable `name'.
22069 (ido-sort-merged-list): Remove unused parameter `dirs'.
22070
22071 * ielm.el (ielm-input-sender): Mark unused parameter.
22072 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22073 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22074 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22075 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22076 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22077
22078 * image-dired.el (image-dired-display-thumbs): Remove unused
22079 variables `curr-file' and `count'.
22080 (image-dired-remove-tag): Remove unused variable `start'.
22081 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22082 variable `curr-file'
22083 (image-dired-rotate-original): Remove unused variable `temp-file'.
22084 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22085 Remove unused variable `file'.
22086 (image-dired-gallery-generate): Remove unused variable `curr'.
22087 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22088
22089 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22090
22091 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22092
22093 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22094
22095 * isearch.el (minibuffer-history-symbol): Declare.
22096 (isearch-edit-string): Remove unused variable `err'.
22097 (isearch-message-prefix, isearch-message-suffix):
22098 Mark unused parameters.
22099
22100 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22101
22102 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22103
22104 * makesum.el (double-column): Remove unused variable `cnt'.
22105
22106 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22107 (ido-ignore-item-temp-list): Declare.
22108
22109 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22110 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22111 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22112 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22113 `mouse-col-delta'.
22114
22115 * mouse-sel.el (mouse-extend-internal):
22116 Remove unused variable `orig-window-frame'.
22117
22118 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22119 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22120 Move declarations before first use.
22121 (pcomplete-opt): Mark unused parameters; doc fix.
22122
22123 * proced.el (proced-revert): Mark unused parameter.
22124 (proced-send-signal): Remove unused variable `err'.
22125
22126 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22127 Rename parameter PREFIX-ARG to ARG.
22128 (ps-basic-plot-string, ps-basic-plot-whitespace):
22129 Mark unused parameters.
22130
22131 * replace.el (replace-count): Define.
22132 (occur-revert-function): Mark unused parameters.
22133 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22134 (isearch-case-fold-search, isearch-string): Declare.
22135 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22136 bind `case-fold-search'. Remove unused variables `beg' and `end',
22137 and simplify.
22138 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22139 COUNT and bind `replace-count'.
22140 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22141 to COUNT.
22142
22143 * savehist.el (print-readably, print-string-length): Declare.
22144
22145 * shadowfile.el (shadow-expand-cluster-in-file-name):
22146 Remove unused variable `cluster'.
22147 (shadow-copy-file): Remove unused variable `i'.
22148 (shadow-noquery, shadow-clusters, shadow-site-cluster)
22149 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22150 (shadow-define-literal-group, shadow-define-regexp-group)
22151 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22152
22153 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22154 (shell): Use `called-interactively-p'.
22155 (shell-directory-tracker): Remove unused variable `chdir-failure'.
22156
22157 * simple.el (compilation-context-lines, comint-file-name-quote-list)
22158 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22159 (delete-backward-char): Remove unused variable `ocol'.
22160 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22161 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22162 (event-apply-hyper-modifier, event-apply-shift-modifier)
22163 (event-apply-control-modifier, event-apply-meta-modifier):
22164 Mark unused parameters.
22165 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22166 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22167
22168 * speedbar.el (speedbar-ignored-directory-expressions)
22169 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22170 (speedbar-find-file, speedbar-dir-follow)
22171 (speedbar-directory-buttons-follow, speedbar-tag-find)
22172 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22173 (speedbar-buffers-line-directory, speedbar-buffer-click):
22174 Mark unused parameters.
22175 (speedbar-tag-file): Remove unused variable `mode'.
22176 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22177
22178 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22179
22180 * talk.el (talk): Remove unused variable `display'.
22181
22182 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22183 (tar-write-region-annotate): Mark unused parameter.
22184
22185 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22186 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22187 Declare them, wrapped in `with-no-warnings' to avoid replacing one
22188 warning by another.
22189
22190 * time-stamp.el (time-stamp-string-preprocess):
22191 Remove unused variable `require-padding'.
22192
22193 * tree-widget.el (widget-glyph-enable): Declare.
22194 (tree-widget-action): Mark unused parameter.
22195
22196 * w32-fns.el (x-get-selection): Mark unused parameter.
22197 (autoload-make-program, generated-autoload-file): Declare.
22198
22199 * wdired.el (wdired-revert): Mark unused parameters.
22200 (wdired-xcase-word): Remove unused variable `err'.
22201
22202 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22203 (whitespace-help-scroll): Remove unused variable `data-help'.
22204
22205 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22206 (widget-image-insert, widget-after-change, default)
22207 (widget-default-format-handler, widget-default-notify)
22208 (widget-default-prompt-value, widget-info-link-action)
22209 (widget-url-link-action, widget-function-link-action)
22210 (widget-variable-link-action, widget-file-link-action)
22211 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22212 (widget-field-prompt-internal, widget-field-action, widget-field-match)
22213 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22214 (widget-insert-button-action, widget-delete-button-action, visibility)
22215 (widget-documentation-link-action, widget-documentation-string-action)
22216 (widget-const-prompt-value, widget-regexp-match, symbol)
22217 (widget-coding-system-prompt-value)
22218 (widget-key-sequence-value-to-external, sexp)
22219 (widget-sexp-value-to-internal, character, vector, cons)
22220 (widget-choice-prompt-value, widget-boolean-prompt-value)
22221 (widget-color--choose-action): Mark unused parameters.
22222 (widget-item-match-inline, widget-choice-match-inline)
22223 (widget-checklist-match, widget-checklist-match-inline)
22224 (widget-group-match): Rename parameter VALUES to VALS.
22225 (widget-field-value-set): Remove unused variable `size'.
22226 (widget-color-action): Remove unused variables `value' and `start'.
22227
22228 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 22229 variable `dir'. Doc fix.
06b60517
JB
22230 (windmove-find-other-window): Don't pass it.
22231
22232 * window.el (count-windows): Mark unused parameter.
22233 (bw-adjust-window): Remove unused variable `err'.
22234
22235 * woman.el (woman-file-name): Remove unused variable `default'.
22236 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
22237 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
22238 (global-font-lock-mode): Declare.
22239 (woman-decode-region): Mark unused parameter.
22240 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
22241
22242 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
22243 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
22244 (x-dnd-handle-moz-url): Remove unused variable `title'.
22245 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
22246
22247 * xml.el (xml-parse-tag, xml-parse-attlist):
22248 Remove unused variable `pos'.
22249
bc4f7f3d
GM
222502011-04-19 Glenn Morris <rgm@gnu.org>
22251
22252 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
22253 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22254 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22255 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
22256 * calendar/cal-html.el (cal-html-insert-minical):
22257 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
22258 (calendar-mark-date-pattern):
22259 Prefix "unused" locals.
22260
22261 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
22262 optional argument `style'.
22263
22264 * calendar/appt.el (appt-make-list):
22265 * calendar/cal-china.el (calendar-chinese-date-string):
22266 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
22267 (diary-hebrew-yahrzeit):
22268 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
22269 * calendar/calendar.el (calendar-generate-window):
22270 * calendar/time-date.el (time-to-days):
22271 Remove unused local variables.
22272
16a43933
CY
222732011-04-18 Chong Yidong <cyd@stupidchicken.com>
22274
22275 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
22276 glyphless-char-display table.
22277 (tabulated-list-glyphless-char-display): New var.
22278
7eed1860
SS
222792011-04-18 Sam Steingold <sds@gnu.org>
22280
22281 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
22282 to acknowledgments.
22283
4d2d1ccd
GM
222842011-04-17 Glenn Morris <rgm@gnu.org>
22285
22286 * calendar/diary-lib.el (diary-sexp-entry):
22287 * calendar/holidays.el (holiday-sexp):
22288 Set debug-on-error rather than the removed stack-trace-on-error.
22289
239da61d
GM
222902011-04-16 Glenn Morris <rgm@gnu.org>
22291
22292 * progmodes/f90.el: Use lexical-binding.
22293 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22294
8b05752a
SM
222952011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22296
daca8ba5
SM
22297 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
22298 (mail-mode): Setup mailalias completion here instead.
22299 * mail/mailalias.el: Use lexical-binding.
22300 (pattern, mailalias-done): Declare dynamic.
22301 (mail-completion-at-point-function): New function, from mail-complete.
22302 (mail-complete): Use it.
22303 (mail-completion-expand): New function.
22304 (mail-get-names): Use it.
22305 (mail-directory, mail-directory-process, mail-directory-stream):
22306 Don't use `pattern' for lexically bound arg.
22307
6f542485
SM
22308 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
22309
037e7c3f
SM
22310 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
22311 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
22312 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
22313
8b05752a
SM
22314 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
22315 (byte-save-window-excursion, byte-temp-output-buffer-setup)
22316 (byte-interactive-p): Define them again, for use when inlining
22317 old code.
22318
49093f60
JB
223192011-04-15 Juanma Barranquero <lekktu@gmail.com>
22320
22321 * loadup.el: Use `string-to-number', not `string-to-int'.
22322
b5b8e7de
SM
223232011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
22326 gud-gdb-complete-command.
22327 (gud-gdb-completions): New function, from gud-gdb-complete-command.
22328 (gud-gdb-completion-at-point): New function.
22329 (gud-gdb-completions): Remove.
22330
f42efeb5
MA
223312011-04-14 Michael Albinus <michael.albinus@gmx.de>
22332
49093f60
JB
22333 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
22334 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
22335 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
22336 whether `executable-find' is bound.
f42efeb5
MA
22337
22338 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
22339
e240cc21
SM
223402011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
22341
22342 * minibuffer.el (completion-in-region-mode-predicate)
22343 (completion-in-region-mode--predicate): New vars.
22344 (completion-in-region, completion-in-region--postch)
22345 (completion-in-region-mode): Use them.
22346 (completion--capf-wrapper): Also return the hook function.
22347 (completion-at-point, completion-help-at-point):
22348 Adjust and provide a predicate.
c2bd2ab0
SM
22349
22350 Preserve arg names for advice of subr and lexical functions (bug#8457).
22351 * help-fns.el (help-function-arglist): Consolidate the subr and
22352 new-byte-code cases. Add argument `preserve-names' to extract names
22353 from the docstring when needed.
22354 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22355 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22356 (ad-arglist): Use help-function-arglist's new arg.
22357 (ad-definition-type): Use cond.
22358
c183f693
JB
223592011-04-13 Juanma Barranquero <lekktu@gmail.com>
22360
06641a47
JB
22361 * autorevert.el (auto-revert-handler):
22362 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22363 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22364 Don't quote lambda.
22365
c183f693
JB
22366 * image-mode.el (image-transform-set-scale):
22367 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22368
1e3b6001
G
223692011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22370
22371 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 22372 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
22373 Upgrades via gnutls-cli are too slow to be done opportunistically.
22374
2d6af8dd
JB
223752011-04-12 Juanma Barranquero <lekktu@gmail.com>
22376
22377 * dframe.el (dframe-current-frame): Remove spurious quote.
22378
c0749a51
GM
223792011-04-12 Glenn Morris <rgm@gnu.org>
22380
088d0d61
GM
22381 * calendar/cal-tex.el (cal-tex-end-document):
22382 Try to automatically use latin1 input if needed.
22383
c0749a51
GM
22384 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
22385 Don't try to cons a mark onto an empty element.
22386
5c90fde0
LL
223872011-04-11 Leo Liu <sdl.web@gmail.com>
22388
22389 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
22390 buffers.
22391 (ido-kill-buffer-at-head): Support killing virtual buffers.
22392
369e974d
CY
223932011-04-10 Chong Yidong <cyd@stupidchicken.com>
22394
22395 * minibuffer.el (completion-show-inline-help): New var.
22396 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
22397 (minibuffer-force-complete, minibuffer-complete-word):
22398 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
22399
22400 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
22401 to avoid interference from inline help (Bug#5849).
22402
37f1c930
LL
224032011-04-10 Leo Liu <sdl.web@gmail.com>
22404
099c39a4
JB
22405 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22406 Fix typo.
37f1c930 22407
a32d4040
CY
224082011-04-09 Chong Yidong <cyd@stupidchicken.com>
22409
22410 * image-mode.el (image-toggle-display-image): Signal an error if
22411 not in Image mode.
22412 (image-transform-mode, image-transform-resize)
22413 (image-transform-set-rotation): Doc fix.
daca8ba5 22414 (image-transform-set-resize): Delete.
a32d4040
CY
22415 (image-transform-set-scale, image-transform-fit-to-height)
22416 (image-transform-fit-to-width): Handle image-toggle-display-image
22417 and image-transform-resize directly.
22418
099c39a4 224192011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
22420
22421 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
22422 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
22423 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
22424 (doc-view-mode-map): Add bindings for the new functions.
22425
099c39a4 224262011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 22427
4d61f28d 22428 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
22429 Fix typo in docstring.
22430
3726838a
EZ
224312011-04-08 Eli Zaretskii <eliz@gnu.org>
22432
04f33f1e
EZ
22433 * files.el (file-size-human-readable): Produce one digit after
22434 decimal, like "ls -lh" does.
22435
22436 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
22437 the file size representation.
22438
3726838a
EZ
22439 * simple.el (list-processes): If async subprocesses are not
22440 available, error out with a clear error message.
22441
cbb59342
CY
224422011-04-08 Chong Yidong <cyd@stupidchicken.com>
22443
22444 * help.el (help-form-show): New function, to be called from C.
22445 Put help-form output in a buffer named differently than *Help*.
22446
e3971c44
EZ
224472011-04-08 Eli Zaretskii <eliz@gnu.org>
22448
22449 * files.el (file-size-human-readable): New function.
22450
22451 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
22452 computing the representation inline. Don't require `cl'.
22453
12544bbe
GM
224542011-04-08 Glenn Morris <rgm@gnu.org>
22455
a1de6c6a
GM
22456 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
22457
3c4671f4
GM
22458 * net/browse-url.el (browse-url-firefox):
22459 Test system-type, not system-configuration.
22460
b605679c
GM
22461 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
22462 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
22463 Use log-edit-empty-buffer-p. (Bug#7598)
22464
56442f0c
GM
22465 * net/rlogin.el (rlogin-process-connection-type): Simplify.
22466 (rlogin-mode-map): Initialize in the defvar.
22467 (rlogin): Use ignore-errors.
22468
12544bbe
GM
22469 * replace.el (occur-mode-map): Some fixes for menu items.
22470
eb237b0f
AH
224712011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
22472
22473 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
22474
7d668f2c
CY
224752011-04-06 Chong Yidong <cyd@stupidchicken.com>
22476
e67a13ab
CY
22477 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
22478 issuing unused warnings.
22479
22480 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
22481 macro directly.
22482
7d668f2c
CY
22483 * simple.el: Lisp reimplement of list-processes. Based on an
22484 earlier reimplementation by Leo Liu, but using tabulated-list.el.
22485 (process-menu-mode): New major mode.
22486 (list-processes--refresh, list-processes):
22487 (process-menu-visit-buffer): New functions.
22488
22489 * files.el (save-buffers-kill-emacs): Don't assume any return
22490 value of list-processes, which is undocumented anyway.
22491
a83ec3c9
CY
224922011-04-06 Chong Yidong <cyd@stupidchicken.com>
22493
22494 * emacs-lisp/tabulated-list.el: New file.
22495
e91a96fe
CY
22496 * emacs-lisp/package.el: Use Tabulated List mode.
22497 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
22498 (package-menu-mode): Derive from tabulated-list-mode. Set up the
22499 table format using Tabulated List mode variables.
22500 (package--push): New macro, replacing package-list-maybe-add.
22501 (package-menu--generate): Use package--push. Renamed from
22502 package--generate-package-list.
22503 (package-menu-refresh, list-packages): Use it.
daca8ba5 22504 (package-menu--print-info): Rename from package-print-package.
e91a96fe 22505 Return insertion data instead of inserting it directly.
099c39a4
JB
22506 (package-menu-describe-package, package-menu-execute):
22507 Use tabulated-list-get-id.
e91a96fe
CY
22508 (package-menu-mark-delete, package-menu-mark-install)
22509 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
22510 (package-menu-mark-obsolete-for-deletion):
22511 Use tabulated-list-put-tag.
e91a96fe
CY
22512 (package--list-packages, package-menu-revert)
22513 (package-menu-get-package, package-menu-get-version)
22514 (package-menu-sort-by-column): Functions deleted.
22515 (package-menu-package-list, package-menu-sort-key): Vars deleted.
22516 (package-menu--status-predicate, package-menu--version-predicate)
22517 (package-menu--name-predicate)
22518 (package-menu--description-predicate): Handle arguments in the
22519 Tabulated List format.
22520 (package-list-packages-no-fetch): Call list-packages.
22521
3e214b50
JB
225222011-04-06 Juanma Barranquero <lekktu@gmail.com>
22523
22524 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 22525 (after-find-file): Don't bind it.
3e214b50
JB
22526 (revert-buffer-in-progress-p): New variable.
22527 (revert-buffer): Bind it.
22528 Pass nil for `after-find-file-from-revert-buffer'.
22529
22530 * saveplace.el (save-place-find-file-hook): Use new variable
22531 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
22532
3f0f1700
GM
225332011-04-06 Glenn Morris <rgm@gnu.org>
22534
c0274801
GM
22535 * Makefile.in (AUTOGEN_VCS): New variable.
22536 (autoloads): Use $AUTOGEN_VCS.
22537
3f0f1700
GM
22538 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
22539 * calendar/calendar.el (calendar-mode-map):
22540 Check for toolkit scroll bars. (Bug#8305)
22541
41ea9e48
CY
225422011-04-05 Chong Yidong <cyd@stupidchicken.com>
22543
22544 * minibuffer.el (completion-in-region--postch)
22545 (completion-in-region-mode): Remove unnecessary messages.
22546
6194c800
JB
225472011-04-05 Juanma Barranquero <lekktu@gmail.com>
22548
33256f14
JB
22549 * font-lock.el (font-lock-refresh-defaults):
22550 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
22551 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
22552
6194c800
JB
22553 * info.el (Info-directory-list, Info-read-node-name-2)
22554 (Info-split-parameter-string): Doc fixes.
22555 (Info-virtual-nodes): Reflow docstring.
22556 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
22557 (Info-apropos-toc-nodes, info-finder, Info-get-token)
22558 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
22559 Fix typos in docstrings.
22560 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
22561 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
22562 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
22563 (Info-restore-desktop-buffer): Mark unused parameters.
22564 (Info-directory-find-file, Info-directory-find-node)
22565 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
22566 (Info-virtual-index-find-node, Info-apropos-find-file)
22567 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 22568 Mark unused parameters; fix typos in docstrings.
6194c800
JB
22569 (Info-virtual-index): Remove unused local variable `nodename'.
22570
b87a8200 225712011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 22572
b87a8200
DD
22573 * net/rcirc.el: Update my e-mail address.
22574 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 22575
3b2ff876
CY
225762011-04-05 Chong Yidong <cyd@stupidchicken.com>
22577
22578 * startup.el (command-line): Save the cursor's theme-face
22579 directly, instead of using face-override-spec.
22580
22581 * custom.el (load-theme): Minor optimization in assigning faces.
22582
8d17e7ca
JB
225832011-04-04 Juanma Barranquero <lekktu@gmail.com>
22584
22585 * help-fns.el (describe-variable): Complete all variables having
22586 documentation, including keywords.
22587 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
22588
2fbc1934
JB
225892011-04-04 Juanma Barranquero <lekktu@gmail.com>
22590
22591 Convert to lexical-binding.
22592
22593 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
22594 (bs--get-marked-string, bs--get-modified-string)
22595 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
22596 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22597 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
22598
22599 * ehelp.el (electric-help-execute-extended)
22600 (electric-help-ctrl-x-prefix):
22601 * hexl.el (hexl-revert-buffer-function):
22602 * linum.el (linum-after-change, linum-after-scroll):
22603 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
22604
22605 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
22606
74f50695
DU
226072011-04-04 Daiki Ueno <ueno@unixuser.org>
22608
22609 * epa-dired.el:
22610 * epa-mail.el:
22611 * epa-hook.el:
22612 * epa-file.el:
22613 * epa.el:
22614 * epg.el: Use lexical binding.
22615
c11325f7
CY
226162011-04-03 Chong Yidong <cyd@stupidchicken.com>
22617
0d9e9a12
CY
22618 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
22619
c11325f7 22620 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
22621 dictionary case for flyspell-mark-duplications-exceptions.
22622 Use regexp matching for languages.
c11325f7
CY
22623 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
22624 default dictionary (Bug#7926).
22625
da91b5f2
CY
226262011-04-02 Chong Yidong <cyd@stupidchicken.com>
22627
099c39a4
JB
22628 * emacs-lisp/package.el (package--with-work-buffer):
22629 Recognize https URLs.
da91b5f2 22630
099c39a4
JB
22631 * net/network-stream.el: Move from gnus/proto-stream.el.
22632 Change prefix to network-stream throughout.
da91b5f2
CY
22633 (open-protocol-stream): Merge into open-network-stream, leaving
22634 open-protocol-stream as an alias. Handle nil BUFFER args.
22635
22636 * subr.el (open-network-stream): Move to net/network-stream.el.
22637
afa8e9f6
GM
226382011-04-02 Glenn Morris <rgm@gnu.org>
22639
1d2e369d
GM
22640 * find-dired.el (find-exec-terminator): New option.
22641 (find-ls-option): Test for -ls support.
22642 (find-ls-subdir-switches): Test for -b in find-ls-option.
22643 (find-dired, find-grep-dired): Doc fixes.
22644 (find-dired): Use find-exec-terminator.
22645
8abb7da8 22646 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
22647 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22648 (find-name-arg): Remove purecopy.
8abb7da8 22649
f3ca7378
GM
22650 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22651 (grep-compute-defaults): Check for `-exec COMMAND +' support.
22652 Set grep-find-use-xargs, grep-find-command, and grep-find-template
22653 accordingly. Don't add the null-device if not needed.
22654
afa8e9f6
GM
22655 * files.el (save-some-buffers): Doc fix.
22656
35eae264
EZ
226572011-04-02 Eli Zaretskii <eliz@gnu.org>
22658
22659 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22660
26b51db5
JB
226612011-04-01 Juanma Barranquero <lekktu@gmail.com>
22662
22663 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22664 Use `dolist' rather than `mapcar'.
22665
7200d79c
SM
226662011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22667
03408648 22668 Add lexical binding.
7200d79c 22669
03408648
SM
22670 * subr.el (apply-partially): Use new closures rather than CL.
22671 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22672 (dolist, dotimes): Use slightly different expansion for lexical code.
22673 (functionp): Move to C.
22674 (letrec): New macro.
22675 (with-wrapper-hook): Use it and apply-partially instead of CL.
22676 (eval-after-load): Preserve lexical-binding.
22677 (save-window-excursion, with-output-to-temp-buffer): Turn them
22678 into macros.
7200d79c 22679
03408648
SM
22680 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22681
22682 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22683 than the arglist.
22684 (help-add-fundoc-usage): Don't add `Not documented'.
22685 (help-function-arglist): Handle closures, subroutines, and new
22686 byte-code-functions.
22687 (help-make-usage): Remove leading underscores.
22688 (describe-function-1): Handle closures.
22689 (describe-variable): Use special-variable-p for completion.
22690
22691 * files.el (lexical-binding): Declare safe.
f488fb65 22692
03408648
SM
22693 * emacs-lisp/pcase.el: Don't use destructuring-bind.
22694 (pcase--memoize): Rename from pcase-memoize. Change weakness.
22695 (pcase): Add `let' pattern.
22696 Change memoization so it actually works.
22697 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22698 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22699 <let>: New case.
f488fb65 22700
03408648
SM
22701 * emacs-lisp/macroexp.el: Use lexical binding.
22702 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
22703 Don't convert ' to #' without checking that it's indeed quoting
22704 a lambda.
22705
22706 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 22707 Use eval-sexp-add-defvars.
03408648
SM
22708 (eval-sexp-add-defvars): New fun.
22709
22710 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22711
22712 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22713 Don't autoload.
22714 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22715 than the internal `byte-compile-lambda'.
22716 (defmethod): Don't hide code under quotes.
22717 (eieio-defmethod): New `code' argument.
22718
22719 * emacs-lisp/eieio-comp.el: Remove.
22720
22721 * emacs-lisp/edebug.el (edebug-eval-defun)
22722 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22723 (edebug-toggle): Avoid `eval'.
22724
22725 * emacs-lisp/disass.el (disassemble-internal): Handle new
22726 `closure' objects.
22727 (disassemble-1): Handle new byte codes.
22728
22729 * emacs-lisp/cl.el (pushnew): Silence warning.
22730
22731 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22732 (cl-byte-compile-throw): Remove.
22733 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22734
22735 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22736 closures.
22737
22738 * emacs-lisp/cconv.el: New file.
22739
22740 * emacs-lisp/bytecomp.el: Use lexical binding instead of
22741 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
22742 (byte-compile-initial-macro-environment):
22743 Handle declare-function here.
22744 (byte-compile--lexical-environment): New var.
22745 (byte-stack-ref, byte-stack-set, byte-discardN)
22746 (byte-discardN-preserve-tos): New lap codes.
22747 (byte-interactive-p): Don't use any more.
22748 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22749 New macros.
22750 (byte-compile-lapcode): Use them and handle new lap codes.
22751 (byte-compile-obsolete): Remove.
22752 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22753 (byte-compile-arglist-warn): Check late def of inlinable funs.
22754 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22755 since they should have been expanded by now.
22756 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22757 (byte-compile-from-buffer): Remove unused second arg.
22758 (byte-compile-preprocess): New function.
22759 (byte-compile-toplevel-file-form): New function to distinguish
22760 file-form calls from outside from file-form calls from hunk-handlers.
22761 (byte-compile-file-form): Simplify.
22762 (byte-compile-file-form-defsubst): Remove.
22763 (byte-compile-file-form-defmumble): Simplify now that
22764 byte-compile-lambda always returns a byte-code-function.
22765 (byte-compile): Preprocess.
22766 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22767 Remove, not used any more.
22768 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22769 (byte-compile-make-args-desc): New funs.
22770 (byte-compile-lambda): Handle lexical functions. Always return
22771 a byte-code-function.
22772 (byte-compile-reserved-constants): New var, to make up room for
22773 closed-over variables.
22774 (byte-compile-constants-vector): Obey it.
22775 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22776 (byte-compile-macroexpand-declare-function): New function.
22777 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22778 byte-code-functions.
22779 (byte-compile-form): Check obsolescence here.
22780 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22781 (byte-compile-variable-ref): Remove.
22782 (byte-compile-dynamic-variable-op): New fun.
22783 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22784 (byte-compile-variable-set): New funs.
22785 (byte-compile-discard): Add 2 args.
22786 (byte-compile-stack-ref, byte-compile-stack-set)
22787 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22788 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22789 macroexpand-all instead.
22790 (byte-compile-quote-form): Remove.
22791 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22792 (byte-compile-bind, byte-compile-unbind): New funs.
22793 (byte-compile-let): Handle let* and lexical binding.
22794 (byte-compile-let*): Remove.
22795 (byte-compile-catch, byte-compile-unwind-protect)
22796 (byte-compile-track-mouse, byte-compile-condition-case):
22797 Handle a new :fun-body form, used for lexical scoping.
22798 (byte-compile-save-window-excursion)
22799 (byte-compile-with-output-to-temp-buffer): Remove.
22800 (byte-compile-defun): Simplify.
22801 (byte-compile-stack-adjustment): New fun.
22802 (byte-compile-out): Use it.
22803 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22804
22805 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22806 handler any more.
22807
22808 * emacs-lisp/byte-opt.el: Use lexical binding.
22809 (byte-inline-lapcode): Remove (to bytecomp).
22810 (byte-compile-inline-expand): Pay attention to inlining to/from
22811 lexically bound code.
22812 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22813 any more.
22814 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22815 any more and don't call compiler-macros.
22816 (byte-compile-splice-in-already-compiled-code): Remove.
22817 (byte-code): Don't inline any more.
22818 (disassemble-offset): Receive `bytes' as argument rather than via
22819 dynamic scoping.
22820 (byte-compile-tag-number): Declare before first use.
22821 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22822 `return' even if make-spliceable.
22823 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22824 obsolete interactive-p.
22825 (byte-optimize-lapcode): Optimize new lap-codes.
22826 Don't trip up on new form of `byte-constant' lap code.
22827
22828 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22829
22830 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22831
22832 * custom.el (custom-initialize-default, custom-declare-variable):
22833 Use `defvar'.
22834
22835 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22836 New variables.
22837 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22838 (COMPILE_FIRST): Add macroexp and cconv.
22839 * makefile.w32-in: Mirror changes in Makefile.in.
22840
22841 * vc/cvs-status.el:
22842 * vc/diff-mode.el:
22843 * vc/log-edit.el:
22844 * vc/log-view.el:
22845 * vc/smerge-mode.el:
22846 * textmodes/bibtex-style.el:
090bd7cb 22847 * textmodes/css-mode.el:
03408648
SM
22848 * startup.el:
22849 * uniquify.el:
da91b5f2
CY
22850 * minibuffer.el:
22851 * newcomment.el:
22852 * reveal.el:
22853 * server.el:
22854 * mpc.el:
22855 * emacs-lisp/smie.el:
22856 * doc-view.el:
22857 * dired.el:
03408648
SM
22858 * abbrev.el: Use lexical binding.
22859
0f0c1f27
EZ
228602011-04-01 Eli Zaretskii <eliz@gnu.org>
22861
22862 * info.el (info-display-manual): New function.
22863
c82b2579
SM
228642011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22865
22866 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22867
221ddf68
TH
228682011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22869
22870 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 22871 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 22872
cba6e77e
GM
228732011-03-31 Glenn Morris <rgm@gnu.org>
22874
e040639f
GM
22875 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22876
cba6e77e
GM
22877 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22878
6d0f1c9e
CS
228792011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22880
22881 * progmodes/python.el (python-default-interpreter)
22882 (python-python-command-args, python-jython-command-args)
22883 (python-which-shell, python-which-args, python-which-bufname)
22884 (python-file-queue, python-comint-output-filter-function)
22885 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22886 variables and functions.
22887
3e2d70fd
SM
228882011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22889
22890 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22891 (completion-in-region-mode): New minor mode.
22892 (completion-in-region): Use it.
22893 (completion-in-region--data, completion-in-region-mode-map): New vars.
22894 (completion-in-region--postch): New function.
22895 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22896 New vars.
22897 (completion--capf-wrapper): New function.
22898 (completion-at-point): Use it to track well-behavedness of
22899 hook functions.
22900 (completion-help-at-point): New command.
22901
f3e4086c
JM
229022011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22903
22904 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22905 syntax class to search for whitespace on a single line
22906 (Message-ID: <4D938140.4030905@redhat.com>).
22907
eb7ffc14
LL
229082011-03-30 Leo Liu <sdl.web@gmail.com>
22909
22910 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22911 New commands.
22912 (edit-abbrevs-map): Bind them here.
22913 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22914
d806ab68
KM
229152011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22916
22917 * allout.el (allout-hide-by-annotation, allout-flag-region):
22918 Reduce possibility of overlay leakage by making them volatile.
22919
22920 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22921 hash is not shared between buffers. Mode initialization is
22922 responsible for giving it a useful starting value.
22923 (allout-item-span): Reduce possibility of overlay leakage by
22924 making them volatile.
22925 (allout-widgets-count-buttons-in-region): Add diagnostic function
22926 for tracking down button overlay leaks.
22927
ea622834
LL
229282011-03-29 Leo Liu <sdl.web@gmail.com>
22929
22930 * ido.el (ido-read-internal): Use the default history var
22931 minibuffer-history if no HISTORY is specified.
22932
b62f8267
G
229332011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22934
03408648
SM
22935 * net/imap.el (imap-shell-open, imap-process-connection-type):
22936 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
22937 Kerberos, SSL, other subprocesses.
22938
947b6566
LL
229392011-03-28 Leo Liu <sdl.web@gmail.com>
22940
22941 * abbrev.el (abbrev-table-empty-p): New function.
22942 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22943 nonempty ones. (Bug#5937)
22944
5ffb62aa
JD
229452011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22946
22947 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22948
7a097943
LL
229492011-03-27 Leo Liu <sdl.web@gmail.com>
22950
22951 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22952 for foreground and background colors.
22953 (ansi-color-make-color-map): Adapt.
22954
c5b40130
LL
229552011-03-25 Leo Liu <sdl.web@gmail.com>
22956
1f48f7d2
LL
22957 * midnight.el (midnight-time-float): Remove. Note it calculates
22958 the microsecond component incorrectly and seconds-to-time does the
22959 same job.
625897ec 22960 Remove redundant (require 'timer).
1f48f7d2 22961
c5b40130
LL
22962 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22963 (ido-completions): Remove unused arguments. (Bug#8329)
22964
d86d2721
SM
229652011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 * minibuffer.el (completion--flush-all-sorted-completions):
22968 Remove itself from hook.
22969 (completion-at-point): Let the functions perform the completion
22970 immediately and return nil or t.
22971 * comint.el (comint-dynamic-complete-functions): Now identical to
22972 completion-at-point-functions.
22973 (comint-dynamic-list-input-ring): Remove unused var `index'.
22974 (comint--match-partial-filename, comint--unquote&expand-filename):
22975 New funs, split from comint-match-partial-filename.
22976 (comint-dynamic-complete): Use completion-at-point.
22977 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22978
e8974c48
DA
229792011-03-24 Drew Adams <drew.adams@oracle.com>
22980
22981 * thingatpt.el: Support `defun'.
22982
def71b5e
LL
229832011-03-23 Leo Liu <sdl.web@gmail.com>
22984
cb5af48e
LL
22985 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22986
def71b5e
LL
22987 * help-mode.el (help-mode-finish): Tweak regexp.
22988
927c53e7
GM
229892011-03-23 Glenn Morris <rgm@gnu.org>
22990
18d05bed
GM
22991 * eshell/esh-opt.el (eshell-eval-using-options):
22992 Do not bind unused local variable `eshell-option-stub'.
22993
927c53e7
GM
22994 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22995
9d0da923
JB
229962011-03-22 Juanma Barranquero <lekktu@gmail.com>
22997
22998 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22999 keymap variable in `with-no-warnings' to avoid a warning when the
23000 keymap has been already `defconst'ed.
23001
4b978a67
LL
230022011-03-22 Leo Liu <sdl.web@gmail.com>
23003
23004 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23005 encode all chars in abbrevs; otherwise use emacs-mule or
23006 utf-8-emacs. (Bug#8308)
23007
5fd62452
JB
230082011-03-22 Juanma Barranquero <lekktu@gmail.com>
23009
0b1596c6
JB
23010 * simple.el (backward-delete-char-untabify):
23011 Avoid warning about using `delete-backward-char'.
23012
5fd62452
JB
23013 * image.el (image-type-file-name-regexps): Make it variable.
23014 `imagemagick-register-types' modifies it, and the user may want
23015 to add new extensions for known image types.
23016 (imagemagick-register-types): Throw error if not using ImageMagick.
23017
0b4e93f1
LL
230182011-03-22 Leo Liu <sdl.web@gmail.com>
23019
23020 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23021 located before rcirc-prompt-end-marker.
23022 (rcirc-complete): Error if point is not after rcirc prompt.
23023 Handle the case when table is nil.
9882e214 23024 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 23025
fccee4ab
CY
230262011-03-22 Chong Yidong <cyd@stupidchicken.com>
23027
23028 * custom.el (custom--inhibit-theme-enable): Make it affect only
23029 custom-theme-set-variables and custom-theme-set-faces.
23030 (provide-theme): Ignore custom--inhibit-theme-enable.
23031 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23032 (custom-enabling-themes): Delete variable.
d86d2721
SM
23033 (enable-theme): Accept only loaded themes as arguments.
23034 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
23035 (custom-enabled-themes): Forbid themes from setting this.
23036 Eliminate use of custom-enabling-themes.
23037 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 23038
af896da6
LL
230392011-03-21 Leo Liu <sdl.web@gmail.com>
23040
23041 * ido.el (ido-read-internal): Add ido-selected to history instead
23042 of user input.
23043
78f64af0
SM
230442011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23045
23046 * subr.el (deferred-action-list, deferred-action-function):
23047 Mark obsolete.
23048
b16ac1ec
LL
230492011-03-21 Leo Liu <sdl.web@gmail.com>
23050
810f7698
LL
23051 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23052 change on 2011-02-13 (bug#8309).
23053
b16ac1ec
LL
23054 * minibuffer.el (read-file-name-function): Change default value.
23055 (read-file-name--defaults): Rename from read-file-name-defaults.
23056 (read-file-name-default): Rename from read-file-name.
23057 (read-file-name): Call read-file-name-function.
23058
4e05e67e
GM
230592011-03-21 Glenn Morris <rgm@gnu.org>
23060
23061 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23062 Doc fixes.
23063
4359915b
CY
230642011-03-21 Chong Yidong <cyd@stupidchicken.com>
23065
23066 * cus-theme.el: Add missing provide statement.
23067 (customize-create-theme): Extract theme value correctly.
23068 (custom-theme-visit-theme): Autoload.
23069 (customize-create-theme): Prompt before inserting default faces.
23070
1fe275ee
JB
230712011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23072
23073 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23074 units and musical notes.
23075
cd394be1 230762011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
23077
23078 * ido.el (ido-read-internal): Use completing-read-default.
23079 (ido-completing-read): Fix compatibility with completing-read.
23080
7d476bde
CO
230812011-03-20 Christian Ohler <ohler@gnu.org>
23082
23083 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23084 (ert-delete-all-tests): Use `called-interactively-p' rather than
23085 `interactive-p'.
23086 (ert--make-xrefs-region): Respect END.
23087
fe0fb33e
CY
230882011-03-19 Chong Yidong <cyd@stupidchicken.com>
23089
ff854b0b
CY
23090 * dired-aux.el (dired-create-directory): Signal an error if the
23091 directory already exists (Bug#8246).
23092
fe0fb33e
CY
23093 * facemenu.el (list-colors-display): Call list-faces-display
23094 inside with-help-window.
23095 (list-colors-print): Use display property to align the final
23096 column, instead of checking window-width.
23097
576bce32
EZ
230982011-03-19 Eli Zaretskii <eliz@gnu.org>
23099
4d61f28d 23100 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
23101 windows-nt systems.
23102 (emerge-protect-metachars): Quote correctly for ms-dos and
23103 windows-nt systems.
23104
89c41d68 231052011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
23106
23107 * info.el (info-initialize): Replace all uses of `:' with
23108 path-separator for compatibility with non-Unix systems.
23109 Cache quoting of path-separator. (Bug#8258)
23110
b14e3e21 231112011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
23112
23113 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23114 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23115 (mouse-avoidance-mode): Fix typos in docstrings.
23116
4525ce3e
CY
231172011-03-19 Chong Yidong <cyd@stupidchicken.com>
23118
23119 * startup.el (package-subdirectory-regexp): Move from package.el.
23120 Omit \\` and \\', and let callers add them.
23121
23122 * emacs-lisp/package.el (package-strip-version)
23123 (package-load-all-descriptors): Add \\` and \\' to
23124 package-subdirectory-regexp before using it.
23125 (package-untar-buffer): New arg DIR; ensure that file untars only
23126 into this expected directory. Remove superfluous delete-region.
23127 (package-unpack): Caller changed.
23128 (package-tar-file-info): Use package-subdirectory-regexp.
23129
a904a09a 231302011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 23131
a904a09a
SM
23132 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23133 diff-mode-shared-map (bug#8284).
23134 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
23135
231362011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23137
23138 * calendar/time-date.el (format-seconds): Use assoc instead of
23139 assoc-string, since assoc-string doesn't exist in XEmacs.
23140
171fc304
JB
231412011-03-17 Juanma Barranquero <lekktu@gmail.com>
23142
23143 * custom.el (custom-known-themes): Reflow docstring.
23144 (custom-theme-load-path): Fix typo in docstring.
23145 (load-theme): Fix typo in error message.
23146 (custom-available-themes, custom-variable-theme-value):
23147 Use `let', not `let*'.
23148
d71990a1
JB
231492011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
23150
23151 * calc/README: Mention inclusion of musical notes.
23152
23153 * calc/calc-units.el (calc-lu-quant): Rename from
23154 `calc-logunits-quantity'.
23155 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23156 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23157 (calc-db): Rename from `calc-dblevel'.
23158 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23159 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23160 (calc-np): Rename from `calc-nplevel'.
23161 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23162 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23163 (calc-lu-plus): Rename from `calc-logunits-add'.
23164 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23165 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23166 (calc-lu-minus): Rename from `calc-logunits-sub'.
23167 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23168 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23169 (calc-lu-times): Rename from `calc-logunits-mul'.
23170 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23171 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23172 (calc-lu-divide): Rename from `calc-logunits-div'.
23173 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23174 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23175
23176 * calc/calc-ext.el (calc-init-extensions): Update the names of the
23177 functions being autoloaded.
23178
23179 * calc/calc.el (calc-lu-power-reference): Rename from
23180 `calc-logunits-power-reference'.
23181 (calc-lu-field-reference): Rename from
23182 `calc-logunits-field-reference'.
23183
7a71b18d
GM
23184 * calc/calc-help.el (calc-l-prefix-help):
23185 Mention musical note functions.
d71990a1 23186
40c2934b
SM
231872011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
23188
23189 * minibuffer.el (completion-all-sorted-completions):
23190 Use :completion-cycle-penalty text property if present.
23191
b0911414
KM
231922011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
23193
23194 * allout.el (allout-yank-processing): Adjust for new rebulleting
23195 regime so bullet being yanked is used without prompting the user
23196 for a choice.
23197
8a05b668
JB
231982011-03-16 Juanma Barranquero <lekktu@gmail.com>
23199
23200 * startup.el (command-line): Warn the user that _emacs is deprecated.
23201
5ba5fb81
JB
232022011-03-16 Juanma Barranquero <lekktu@gmail.com>
23203
23204 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23205 (delphi-verbose, delphi-comment-face, delphi-string-face)
23206 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23207 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23208 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23209 (delphi-new-comment-line, delphi-font-lock-defaults)
23210 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23211 Fix typos in docstrings.
23212
2dab465b
KM
232132011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
23214
5ba5fb81 23215 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
23216 Invert the roles of character and string values for INSTEAD, so a
23217 string is used for the more common case of a defaulting prompt.
23218
0adf5618
SM
232192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23220
23221 * progmodes/ruby-mode.el (ruby-backward-sexp):
23222 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23223 * play/gamegrid.el (gamegrid-make-face):
23224 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23225 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23226 * notifications.el (notifications-notify):
23227 * net/xesam.el (xesam-search-engines):
23228 * net/quickurl.el (quickurl-list-insert):
23229 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23230
d72700e5
CY
232312011-03-15 Chong Yidong <cyd@stupidchicken.com>
23232
23233 * startup.el (command-line): Update package subdirectory regexp.
23234
49c5410a
SM
232352011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23236
c6eee9aa
SM
23237 * allout.el (allout-abbreviate-flattened-numbering)
23238 (allout-mode-deactivate-hook): Fix up obsolescence "date".
23239
49c5410a
SM
23240 * subr.el (read-char-choice): Only show the cursor after the prompt,
23241 not after the answer.
23242
047b2bb9
KR
232432011-03-15 Kevin Ryde <user42@zip.com.au>
23244
23245 * help-fns.el (variable-at-point): Skip leading quotes, if any
23246 (bug#8253).
23247
0a57d256
SM
232482011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
23249
23250 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
23251 warning message.
23252
77c992bc
MA
232532011-03-14 Michael Albinus <michael.albinus@gmx.de>
23254
23255 * shell.el (shell): When called interactively, offer to change the
23256 shell file name on remote hosts.
23257
eebc475d
TZ
232582011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
23259
23260 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
23261 integration for LDAP parameters. The host, base, user or binddn,
23262 and secret tokens can be specified in a netrc file, for instance.
23263 This is optional because an `auth-source' parameter must be
23264 specified in the search attributes.
23265
9d05d1ba
JB
232662011-03-13 Juanma Barranquero <lekktu@gmail.com>
23267
23268 * help.el (describe-mode): Link to the mode's definition (bug#8185).
23269
09d9db2c
GM
232702011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23271
23272 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
23273 into declaration. Remove redundant and harmful binding.
23274
232752011-03-12 Eli Zaretskii <eliz@gnu.org>
23276
23277 * files.el (file-ownership-preserved-p): Pass `integer' as an
23278 explicit 2nd argument to `file-attributes'. If the file's owner
23279 is the Administrators group on Windows, and the current user is
23280 Administrator, consider that a match.
23281
23282 * server.el (server-ensure-safe-dir): Consider server directory
23283 safe on MS-Windows if its owner is the Administrators group while
23284 the current Emacs user is Administrator. Use `=' to compare
23285 numerical UIDs, since they could be integers or floats.
23286
219bd536
JB
232872011-03-12 Juanma Barranquero <lekktu@gmail.com>
23288
23289 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
23290
f3afd36b
MA
232912011-03-12 Michael Albinus <michael.albinus@gmx.de>
23292
23293 Sync with Tramp 2.2.1.
23294
23295 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
23296
23297 * net/trampver.el: Update release number.
23298
3aaaa6f1
SM
232992011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23300
94642599
SM
23301 * progmodes/compile.el (compilation--previous-directory): Fix up
23302 various nil/dead-marker mismatches (bug#8014).
23303 (compilation-directory-properties, compilation-error-properties):
23304 Don't call it at a position past the one we're about to change.
23305
3aaaa6f1
SM
23306 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
23307 Disable obsolescence warnings in the file that declares it.
23308
14239447
KM
233092011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
23310
099c39a4
JB
23311 * allout-widgets.el (allout-widgets-tally):
23312 Initialize allout-widgets-tally as a hash table rather than nil to
23313 prevent mode-line redisplay warnings. Also, clarify the module
23314 description and fix a comment typo.
14239447 23315
135e287c
JB
233162011-03-11 Juanma Barranquero <lekktu@gmail.com>
23317
23318 * help-fns.el (describe-variable): Don't complete keywords.
23319 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
23320
ffbf300e
CY
233212011-03-10 Chong Yidong <cyd@stupidchicken.com>
23322
ba08b241
CY
23323 * emacs-lisp/package.el (package-version-join): Impose a standard
23324 string representation for pre/alpha/beta version lists.
23325 (package-unpack-single): Standardize the directory name by passing
23326 it through package-version-join.
23327 (package-strip-rcs-id): Accept any version string that does not
23328 signal an error in version-to-list.
ffbf300e 23329
f346fd6b
MA
233302011-03-10 Michael Albinus <michael.albinus@gmx.de>
23331
23332 * simple.el (delete-trailing-whitespace): Return nil for the
23333 benefit of `write-file-functions'.
23334
ccb55d27
GM
233352011-03-10 Glenn Morris <rgm@gnu.org>
23336
5ceaac0c
GM
23337 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
23338
02da65ff
GM
23339 * vc/vc-git.el (vc-git-program): New option.
23340 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
23341 (vc-git--call): Use it.
23342
b2f603cc
GM
23343 * eshell/esh-util.el (eshell-condition-case): Doc fix.
23344
5772caab
GM
23345 * cus-edit.el (Custom-newline): If no button at point, look
23346 for a subgroup button at start-of-line. (Bug#2298)
23347
ccb55d27
GM
23348 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23349
ec6ecaed
JD
233502011-03-10 Julien Danjou <julien@danjou.info>
23351
23352 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23353 `cursor-type' is nil.
23354
9d5aa01d
JB
233552011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
23356
23357 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23358
b6a5875b
KM
233592011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
23360
7a71b18d 23361 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
23362 preserves the existing header prefix, rebulleting it if necessary,
23363 rather than replacing it. This is necessary for proper operation
23364 of cooperative addons like allout-widgets.
1154d12e
JB
23365 (allout-make-topic-prefix, allout-rebullet-heading):
23366 Change SOLICIT arg to INSTEAD, and interpret additionally a string
23367 value as alternate bullet to be used, instead of prompting the user
23368 for a bullet character.
b6a5875b 23369
ee545c35
MA
233702011-03-09 Michael Albinus <michael.albinus@gmx.de>
23371
d86d2721
SM
23372 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23373 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
23374 `tramp-default-port'.
23375
c47971d7
DD
233762011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
23377
23378 * net/rcirc.el (rcirc-handler-001): Remove useless
23379 with-rcirc-process-buffer.
23380 (rcirc-check-auth-status): Swap arguments to string-match.
23381
13522cb4
GM
233822011-03-09 Glenn Morris <rgm@gnu.org>
23383
0be6f4f1
GM
23384 * shell.el (shell-mode):
23385 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
23386
13522cb4
GM
23387 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
23388 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
23389
515de2e3
CY
233902011-03-08 Chong Yidong <cyd@stupidchicken.com>
23391
23392 * emacs-lisp/package.el (package-refresh-contents)
23393 (package-menu-execute): Use condition-case-no-debug.
23394
b511b994
MA
233952011-03-08 Michael Albinus <michael.albinus@gmx.de>
23396
23397 * simple.el (shell-command-to-string): Use `process-file'.
23398
23399 * emacs-lisp/package.el (package-tar-file-info): Handle also
23400 remote files.
23401
d86d2721
SM
23402 * emacs-lisp/package-x.el (package-upload-buffer-internal):
23403 Use `equal' for upload base check.
b511b994 23404
25bbfb31
AM
234052011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
23406
23407 * textmodes/texinfo.el (texinfo-environments):
23408 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
23409
be996521
GM
234102011-03-08 Glenn Morris <rgm@gnu.org>
23411
e9c8529f
GM
23412 * cus-start.el (cursor-in-non-selected-windows):
23413 Fix :set quoting oddness. (Bug#8192)
23414
be996521
GM
23415 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
23416 in some setf expressions. (Bug#2159)
23417
2bb5649e
CY
234182011-03-08 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * custom.el (custom-available-themes): Return themes in
23421 alphabetical order.
23422
33383987 23423See ChangeLog.15 for earlier changes.
e3d51b27
MR
23424
23425;; Local Variables:
23426;; coding: utf-8
e3d51b27
MR
23427;; End:
23428
ab422c4d 23429 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
23430
23431 This file is part of GNU Emacs.
23432
23433 GNU Emacs is free software: you can redistribute it and/or modify
23434 it under the terms of the GNU General Public License as published by
23435 the Free Software Foundation, either version 3 of the License, or
23436 (at your option) any later version.
23437
23438 GNU Emacs is distributed in the hope that it will be useful,
23439 but WITHOUT ANY WARRANTY; without even the implied warranty of
23440 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23441 GNU General Public License for more details.
23442
23443 You should have received a copy of the GNU General Public License
23444 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.