* lisp/replace.el (occur-engine): Rename `globalcount' to `global-lines'
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-29 Juri Linkov <juri@jurta.org>
2
3 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4 for total count of matching lines. Add `global-matches' for total
5 count of matches. Rename `matches' to `lines' for count of
6 matching lines. Add `matches' for count of matches.
7 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8 to `prev-line' for line number of prev match endpt.
9 Increment `matches' for every match. Print the number of
10 matching lines in the header.
11 (occur-context-lines): Rename `lines' to `curr-line'.
12 Rename `prev-lines' to `prev-line'. (Bug#14017)
13
14 2013-05-29 Juri Linkov <juri@jurta.org>
15
16 * replace.el (perform-replace): Add `skip-read-only-count',
17 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18 Increment them for corresponding conditions and report the number
19 of skipped occurrences in the final message. (Bug#11746)
20 (query-replace, query-replace-regexp, query-replace-regexp-eval)
21 (replace-string, replace-regexp): Doc fix.
22
23 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/trace.el (trace--read-args): Provide a default.
26
27 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
28 prog-mode-map.
29
30 2013-05-29 Leo Liu <sdl.web@gmail.com>
31
32 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
33 (octave-help): Small simplification.
34
35 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
36 off the highlight first.
37
38 2013-05-29 Glenn Morris <rgm@gnu.org>
39
40 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
41 Handle idlwave-last-system-routine-info-cons-cell being nil.
42
43 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
44 (idlwave-write-paths): Simplify via with-temp-buffer.
45
46 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
47 * emulation/cua-rect.el: Also load cua-base at run time.
48
49 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
50 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
51 (cperl-imenu-on-info): Require imenu.
52
53 2013-05-28 Alan Mackenzie <acm@muc.de>
54
55 Handle "capitalised keywords" correctly.
56 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
57
58 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
59
60 * eshell/em-unix.el: Added -r option to cp
61
62 2013-05-28 Glenn Morris <rgm@gnu.org>
63
64 * vc/vc-arch.el (vc-exec-after): Declare.
65 (vc-switches): Autoload.
66 * vc/vc-bzr.el: No need to require vc when compiling.
67 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
68 (vc-resynch-buffer, vc-dir-refresh): Declare.
69 (vc-setup-buffer, vc-switches): Autoload.
70 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
71 (vc-resynch-buffer): Declare.
72 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
73 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
74 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
75 (grep-read-regexp, grep-read-files, grep-expand-template)
76 (vc-dir-refresh): Declare.
77 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
78 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
79 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
80 * vc/vc-mtn.el (vc-exec-after): Declare.
81 (vc-switches): Autoload.
82 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
83 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
84 (vc-file-tree-walk): Declare.
85 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
86 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
87 (vc-tag-precondition, vc-rename-master): Autoload.
88 * vc/vc-svn.el (vc-exec-after): Declare.
89 (vc-switches, vc-setup-buffer): Autoload.
90 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
91 Autoload.
92 (vc-resynch-buffer): Declare.
93
94 * obsolete/fast-lock.el (byte-compile-warnings):
95 Don't warn about obsolete features in this obsolete file.
96
97 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
98 Move definition before use.
99
100 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
101 (dun-unix-verbs): Remove dun-zippy.
102 (dun-zippy): Remove function.
103
104 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
105
106 2013-05-27 Juri Linkov <juri@jurta.org>
107
108 * replace.el (replace-search): New function with code moved out
109 from `perform-replace'.
110 (replace-highlight, replace-dehighlight): Move function definitions
111 up closer to `replace-search'. (Bug#11746)
112
113 2013-05-27 Juri Linkov <juri@jurta.org>
114
115 * replace.el (perform-replace): Ignore invisible matches.
116 In addition to checking `query-replace-skip-read-only', also
117 filter out matches by calling `run-hook-with-args-until-failure'
118 on `isearch-filter-predicates', and also check `search-invisible'
119 for t or call `isearch-range-invisible'.
120 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
121
122 2013-05-27 Juri Linkov <juri@jurta.org>
123
124 * isearch.el (isearch-filter-predicates): Rename from
125 `isearch-filter-predicate'. Doc fix. (Bug#11378)
126 (isearch-message-prefix): Display text from the property
127 `isearch-message-prefix' of the currently active filters.
128 (isearch-search): Don't compare `isearch-filter-predicate' with
129 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
130 on `isearch-filter-predicates'. Also check `search-invisible' for t
131 or call `isearch-range-invisible'.
132 (isearch-filter-visible): Make obsolete.
133 (isearch-lazy-highlight-search):
134 Call `run-hook-with-args-until-failure' on
135 `isearch-filter-predicates' and use `isearch-range-invisible'.
136
137 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
138 `isearch-filter-predicates' instead of `funcall'ing
139 `isearch-filter-predicate'.
140 (Info-mode): Set `Info-isearch-filter' to
141 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
142
143 * dired-aux.el (dired-isearch-filter-predicate-orig):
144 Remove variable.
145 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
146 (dired-isearch-filenames-end): Add and remove
147 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
148 instead of changing the value of `isearch-filter-predicate'.
149 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
150 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
151 Put property `isearch-message-prefix' to "filename " on
152 `dired-isearch-filter-filenames'.
153
154 * wdired.el (wdired-change-to-wdired-mode):
155 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
156 locally instead of changing `isearch-filter-predicate'.
157 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
158
159 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
160
161 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
162 return the commit hash (Bug#14459). Also set the
163 `vc-git-detached' property.
164 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
165 (vc-git-mode-line-string): Use the same help-echo format whether
166 in detached mode or not, because we know the actual revision now.
167 When in detached mode, shorten the revision to 7 chars.
168
169 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * emacs-lisp/easy-mmode.el (define-minor-mode):
172 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
173 mode hook and provide a docstring.
174
175 2013-05-27 Alan Mackenzie <acm@muc.de>
176
177 Remove spurious syntax-table text properties inserted by C-y.
178 * progmodes/cc-mode.el (c-after-change): Also clear hard
179 syntax-table property with value nil.
180
181 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
182
183 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
184 when reading the events; the buffer layout shall not be changed.
185
186 2013-05-27 Leo Liu <sdl.web@gmail.com>
187
188 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
189 New variable.
190 (inferior-octave-directory-tracker): Automatically re-sync
191 default-directory.
192 (octave-help): Improve handling of 'See also'.
193
194 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * doc-view.el: Minor naming convention tweaks.
197 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
198
199 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
200 even if there's no `display' property yet (bug#14435).
201
202 2013-05-25 Eli Zaretskii <eliz@gnu.org>
203
204 * subr.el (unmsys--file-name): Rename from reveal-filename.
205
206 * Makefile.in (custom-deps, finder-data, autoloads)
207 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
208 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
209 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
210
211 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
214 error-completion on the first 2 args of condition-case (bug#14446).
215 Don't burp at EOB.
216
217 2013-05-25 Leo Liu <sdl.web@gmail.com>
218
219 * comint.el (comint-previous-matching-input): Do not flood the
220 *Messages* buffer with trivial messages.
221
222 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * progmodes/flymake.el (flymake-nop): Don't return a string.
225 (flymake-set-at): Fix typo.
226
227 * simple.el (read--expression): New function, extracted from
228 eval-expression. Set completion-at-point-functions (bug#14465).
229 (eval-expression, eval-minibuffer): Use it.
230
231 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
232
233 * progmodes/flymake.el (flymake-save-buffer-in-file)
234 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
235 (flymake-selected-frame, flymake-log, flymake-ins-after)
236 (flymake-set-at, flymake-get-buildfile-from-cache)
237 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
238 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
239 Refine the doc string.
240 (flymake-get-file-name-mode-and-masks): Reformat.
241 (flymake-get-real-file-name-function): Fix a minor bug.
242
243 2013-05-24 Juri Linkov <juri@jurta.org>
244
245 * progmodes/grep.el (grep-mode-font-lock-keywords):
246 Support =linenumber= format used by git-grep for lines with
247 function names. (Bug#13549)
248
249 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * progmodes/octave.el (octave-smie-rules): Return nil rather than
252 0 after a semi-colon; it works better for smie-auto-fill.
253 (octave--indent-new-comment-line): New function.
254 (octave-indent-new-comment-line): Use it (indirectly).
255 (octave-mode): Don't disable smie-auto-fill. Use add-function to
256 modify comment-line-break-function.
257
258 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
259 (smie-setup): Use add-function to set it.
260
261 2013-05-24 Sam Steingold <sds@gnu.org>
262
263 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
264 argument (before the `interactive' argument).
265
266 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * image-mode.el (image-mode-winprops): Add winprops to
269 image-mode-winprops-alist before running
270 image-mode-new-window-functions.
271 * doc-view.el (doc-view-new-window-function): Don't delay
272 doc-view-goto-page via timers (bug#14435).
273
274 2013-05-24 Tassilo Horn <tsdh@gnu.org>
275
276 * doc-view.el: Integrate with desktop.el. (Bug#14435)
277 (doc-view-desktop-save-buffer): New function.
278 (doc-view-restore-desktop-buffer): New function.
279 (desktop-buffer-mode-handlers):
280 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
281 handler.
282 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
283 `desktop-save-buffer' function.
284
285 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
286
287 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
288 (tramp-gvfs-file-name-handler): Raise a user error when
289 `tramp-gvfs-enabled' is nil.
290 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
291 Do not raise a user error when loading package. (Bug#14447)
292
293 * net/xesam.el: Move to obsolete/.
294
295 2013-05-24 Glenn Morris <rgm@gnu.org>
296
297 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
298
299 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
300
301 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
302 (Info-find-node, Man-getpage-in-background): Declare.
303
304 * mail/unrmail.el (unrmail):
305 Replace obsolete detect-coding-with-priority.
306
307 * net/socks.el (socks-split-string): Use this rather than split-string.
308 (socks-nslookup-host): Update for above change.
309 (dynamic-choice, s5-dynamic-choice-match)
310 (s5-dynamic-choice-match-inline, s5-widget-value-create):
311 Comment out unused code.
312
313 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
314 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
315 (gud-tooltip-echo-area): Make obsolete.
316 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
317
318 * progmodes/js.el (js--optimize-arglist): Declare.
319
320 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
321
322 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
323 (ediff-window-C): Declare.
324
325 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
326 Tweak requires to silence compiler.
327
328 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
329 (he-search-string, he-tried-table, he-expand-list)
330 (he-init-string, he-string-member, he-substitute-string)
331 (he-reset-string): Declare.
332
333 * obsolete/options.el (list-options): Use custom-variable-p,
334 rather than obsolete alias.
335
336 2013-05-23 Sam Steingold <sds@gnu.org>
337
338 * simple.el (shell-command-on-region): Pass the `replace' argument
339 down to `call-process-region' to comply with the doc as reported on
340 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
341
342 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * emacs-lisp/smie.el (smie-indent-forward-token)
345 (smie-indent-backward-token): Handle string tokens (bug#14381).
346
347 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
348
349 * ielm.el (ielm-menu): New menu.
350 (inferior-emacs-lisp-mode): Set comment-start.
351
352 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
353
354 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
355 Fix deactivate action.
356
357 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
358 Add cleveref macros.
359
360 * lisp/textmodes/reftex-parse.el
361 (reftex-locate-bibliography-files): Accept options for
362 bibliography commands.
363 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
364 Add addbibresource. Basic Biblatex support.
365
366 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
367
368 * net/tramp-gvfs.el (top):
369 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
370 when loading package. (Bug#14447)
371
372 2013-05-23 Glenn Morris <rgm@gnu.org>
373
374 * progmodes/js.el: No need to load comint when compiling.
375 (ring-insert, comint-send-string, comint-send-input)
376 (comint-last-input-end, ido-chop): Declare.
377
378 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
379 * vc/ediff-mult.el: Adjust requires.
380 (ediff-directories-internal, ediff-directory-revisions-internal)
381 (ediff-patch-file-internal): Declare.
382 * vc/ediff-ptch.el: Adjust requires.
383 (ediff-use-last-dir, ediff-buffers-internal): Declare.
384 (ediff-find-file): Autoload.
385 * vc/ediff-util.el: No need to load ediff when compiling.
386 (ediff-regions-internal): Declare.
387 * vc/ediff-wind.el: Adjust requires.
388 (ediff-compute-toolbar-width): Define when compiling.
389 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
390 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
391 (dired-get-filename, dired-get-marked-files)
392 (ediff-last-dir-patch, ediff-patch-default-directory)
393 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
394 (ediff-patch-buffer-internal): Declare.
395
396 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
397 (ispell-process, ispell-buffer-local-words, lm-summary)
398 (lm-section-start, lm-section-end): Declare.
399 (checkdoc-ispell-init): Simplify.
400
401 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
402 (he-string-member, he-reset-string, he-substitute-string): Declare.
403
404 * eshell/em-ls.el: Adjust requires.
405 (eshell-glob-regexp): Declare.
406 * eshell/em-tramp.el: Adjust requires.
407 (eshell-parse-command): Autoload.
408 * eshell/em-xtra.el: Adjust requires.
409 (eshell-parse-command): Autoload.
410 * eshell/esh-ext.el: Adjust requires.
411 (eshell-parse-command, eshell-close-handles): Autoload.
412 * eshell/esh-io.el: Adjust requires.
413 (eshell-output-filter): Autoload.
414 * eshell/esh-util.el: No need to load tramp when compiling.
415 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
416 Declare.
417 (eshell-parse-ange-ls): Require ange-ftp and tramp.
418 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
419 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
420 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
421 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
422 * eshell/esh-opt.el, eshell/esh-proc.el:
423 * eshell/esh-var.el: Adjust requires.
424 * eshell/eshell.el: Do not require esh-util twice.
425 (eshell-add-input-to-history): Declare.
426 (eshell-command): Check history module is active before using it.
427
428 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
429
430 2013-05-22 Leo Liu <sdl.web@gmail.com>
431
432 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
433
434 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
435
436 * autorevert.el (auto-revert-notify-add-watch)
437 (auto-revert-notify-handler): Add `attrib' for the inotify case,
438 it indicates changes in file modification time.
439
440 2013-05-22 Glenn Morris <rgm@gnu.org>
441
442 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
443 Always delete the autoloaded function from the noruntime and
444 unresolved functions lists.
445
446 * allout.el: No need to load epa, epg, overlay when compiling.
447 (epg-context-set-passphrase-callback, epg-list-keys)
448 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
449 (epg-key-user-id-list): Declare.
450
451 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
452 (viper-set-parsing-style-toggling-macro)
453 (viper-set-emacs-state-searchstyle-macros):
454 Use called-interactively-p on Emacs.
455 (viper-looking-back): Make it an obsolete alias. Update callers.
456 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
457 Use looking-back rather than viper-looking-back.
458 (viper-tmp-insert-at-eob, viper-enlarge-region)
459 (viper-read-string-with-history, viper-register-to-point)
460 (viper-append-to-register, viper-change-state-to-vi)
461 (viper-backward-char-carefully, viper-forward-char-carefully)
462 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
463 (viper-change-state-to-emacs): Declare.
464 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
465 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
466 * emulation/viper-mous.el: Do not load viper-cmd.
467 (viper-backward-char-carefully, viper-forward-char-carefully)
468 (viper-forward-word, viper-adjust-window): Declare.
469
470 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
471
472 * progmodes/idlw-help.el (idlwave-help-fontify):
473 Use called-interactively-p.
474
475 * term/w32console.el (w32-get-console-codepage)
476 (w32-get-console-output-codepage): Declare.
477
478 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
479 Remove unnecessary declarations.
480 (dframe-message): Doc fix.
481
482 * info.el (dframe-select-attached-frame, dframe-current-frame):
483 Declare.
484
485 * speedbar.el (speedbar-message): Make it an obsolete alias.
486 Update all callers.
487 (speedbar-with-attached-buffer)
488 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
489 (speedbar-with-writable): Use backquote.
490 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
491 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
492 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
493 rather than speedbar- aliases.
494 * mail/rmail.el: Load dframe rather than speedbar when compiling.
495 (speedbar-make-specialized-keymap, speedbar-insert-button)
496 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
497 (speedbar-do-function-pointer): Declare.
498 (rmail-speedbar-button, rmail-speedbar-find-file)
499 (rmail-speedbar-move-message):
500 Use dframe-with-attached-buffer rather than speedbar- alias.
501 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
502 (dframe-message, speedbar-make-specialized-keymap)
503 (speedbar-add-expansion-list, speedbar-mode-functions-list)
504 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
505 (speedbar-insert-button, dframe-select-attached-frame)
506 (dframe-maybee-jump-to-attached-frame)
507 (speedbar-change-initial-expansion-list)
508 (speedbar-previously-used-expansion-list-name): Declare.
509 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
510 Use dframe-message, dframe-with-attached-buffer rather than
511 speedbar- aliases.
512 (gud-sentinel): Silence compiler.
513 * progmodes/vhdl-mode.el (speedbar-refresh)
514 (speedbar-do-function-pointer, speedbar-add-supported-extension)
515 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
516 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
517 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
518 (speedbar-file-lists, speedbar-make-tag-line)
519 (speedbar-line-directory, speedbar-goto-this-file)
520 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
521 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
522 (speedbar-make-button, speedbar-reset-scanners)
523 (speedbar-files-item-info, speedbar-line-text)
524 (speedbar-find-file-in-frame, speedbar-set-timer)
525 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
526 (speedbar-with-writable): Do not (re)define it.
527 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
528 rather than speedbar- alias.
529
530 2013-05-21 Leo Liu <sdl.web@gmail.com>
531
532 * progmodes/octave.el (octave-mode-menu): Update and re-organize
533 menu items.
534 (octave-mode): Tweak fill-nobreak-predicate.
535 (inferior-octave-startup): Check process to avoid infinite loop.
536 (inferior-octave): Pop to buffer first to show abornmal process
537 exit information.
538
539 2013-05-21 Glenn Morris <rgm@gnu.org>
540
541 * printing.el (pr-menu-bar): Define when compiling.
542
543 2013-05-21 Leo Liu <sdl.web@gmail.com>
544
545 * progmodes/octave.el (octave-auto-fill): Remove.
546 (octave-indent-new-comment-line): Improve.
547 (octave-mode): Use auto fill mode through
548 comment-line-break-function and fill-nobreak-predicate
549 (octave-goto-function-definition): Support DEFUN_DLD.
550 (octave-beginning-of-defun): Small Tweak
551 (octave-help): Show parent directory.
552
553 2013-05-21 Glenn Morris <rgm@gnu.org>
554
555 * files.el (dired-unmark):
556 * progmodes/gud.el (gdb-input): Update declarations.
557
558 * calculator.el (electric, ehelp): No need to load when compiling.
559 (Electric-command-loop, electric-describe-mode): Declare.
560
561 * doc-view.el (doc-view-current-converter-processes): Move before use.
562
563 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
564 Move MODE-set-explicitly definition before use.
565
566 * international/mule-diag.el (mule-diag):
567 Don't use obsolete window-system-version.
568
569 * mail/feedmail.el (smtpmail): No need to load when compiling.
570 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
571
572 * mail/mail-utils.el (rfc822): No need to load when compiling.
573 (rfc822-addresses): Autoload it.
574 (mail-strip-quoted-names): Trivial simplification.
575
576 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
577 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
578
579 * net/snmp-mode.el (tempo): Don't duplicate requires.
580
581 * progmodes/prolog.el (info): No need to load when compiling.
582 (comint): Require before shell requires it.
583 (Info-goto-node): Autoload it.
584 (Info-follow-nearest-node): Declare.
585 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
586
587 * textmodes/artist.el (picture-mode-exit): Declare.
588
589 * textmodes/reftex-parse.el (reftex-parse-from-file):
590 Trivial rewrite so the compiler can parse it better.
591
592 2013-05-20 Leo Liu <sdl.web@gmail.com>
593
594 * progmodes/octave.el (octave-help-mode-map)
595 (octave-help-mode-finish-hook): New variables.
596 (octave-help-mode, octave-help-mode-finish): New functions.
597 (octave-help): Use octave-help-mode.
598
599 2013-05-20 Glenn Morris <rgm@gnu.org>
600
601 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
602
603 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
604
605 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
606 start at point, so that expansion starting right after opening
607 slash in a regexp is recognized.
608 (ruby-syntax-before-regexp-re): New defvar, extracted from
609 ruby-syntax-propertize-function. Since the value of this regexp
610 is looked up at runtime now, we should be able to turn
611 `ruby-syntax-methods-before-regexp' into a defcustom later.
612 (ruby-syntax-propertize-function): Split regexp matching into two
613 parts, for opening and closing slashes. That allows us to skip
614 over string interpolations and support multiline regexps.
615 Don't call `ruby-syntax-propertize-expansions', instead use another rule
616 for them, which calls `ruby-syntax-propertize-expansion'.
617 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
618 call to `ruby-syntax-propertize-function'.
619 (ruby-syntax-propertize-expansion): Extracted from
620 `ruby-syntax-propertize-expansions'. Handles one expansion.
621 (ruby-syntax-propertize-percent-literal): Leave point right after
622 the percent symbol, so that the expression expansion rule can
623 propertize the contents.
624 (ruby-syntax-propertize-heredoc): Leave point at bol following the
625 heredoc openers.
626 (ruby-syntax-propertize-expansions): Remove.
627
628 2013-05-18 Juri Linkov <juri@jurta.org>
629
630 * man.el (Man-default-man-entry): Remove `-' from the end
631 of the default value. (Bug#14400)
632
633 2013-05-18 Glenn Morris <rgm@gnu.org>
634
635 * comint.el (comint-password-prompt-regexp):
636 Allow "password for XXX" where XXX contains colons (eg https://...).
637
638 2013-05-18 Leo Liu <sdl.web@gmail.com>
639
640 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
641 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
642 (octave-source-directories): Don't check process.
643 (octave-source-directories, octave-find-definition): Doc fix.
644
645 2013-05-18 Glenn Morris <rgm@gnu.org>
646
647 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
648 Remove backspace/delete bindings. (Bug#14392)
649
650 * cus-dep.el (custom-make-dependencies): Sort the output.
651 (custom-versions-load-alist): Convert comment to doc.
652
653 2013-05-17 Leo Liu <sdl.web@gmail.com>
654
655 * newcomment.el (comment-search-backward): Stricter in finding
656 comment start. (Bug#14303)
657
658 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
659 (octave-comment-start-skip): Properly anchored.
660
661 2013-05-17 Leo Liu <sdl.web@gmail.com>
662
663 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
664 Clean up when turned off. (Bug#14395)
665 (smie--highlight-matching-block-overlay): No longer buffer-local.
666 (smie-highlight-matching-block): Adjust.
667
668 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
669
670 Doc string fix for "nanoseconds" (Bug#14406).
671 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
672 Fix doc string typo that had "nanoseconds" instead of "microseconds".
673
674 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
675
676 * calc/calc-units.el (math-extract-units): Preserve powers
677 of units.
678
679 2013-05-17 Leo Liu <sdl.web@gmail.com>
680
681 * subr.el (delete-consecutive-dups): New function.
682 * ido.el (ido-set-matches-1): Use it.
683 * progmodes/octave.el (inferior-octave-completion-table): Use it.
684 * ido.el (ido-remove-consecutive-dups): Remove.
685
686 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
689 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
690 regexp-opt's `words'.
691
692 2013-05-16 Leo Liu <sdl.web@gmail.com>
693
694 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
695 (smie--highlight-matching-block-overlay)
696 (smie--highlight-matching-block-lastpos)
697 (smie--highlight-matching-block-timer): New variables.
698 (smie-highlight-matching-block): New function.
699 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
700 (smie-setup): Conditionally enable smie-blink-matching-open.
701
702 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
703
704 Sync with upstream verilog-mode r840.
705 * progmodes/verilog-mode.el (verilog-mode-version)
706 (verilog-mode-release-date): Update.
707 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
708 (verilog-sig-tieoff): Fix string error on
709 AUTORESET with colon define, bug594. Reported by Andrew Hou.
710 (verilog-read-decls): Fix parameters confusing
711 AUTOINST interfaces, bug565. Reported by Leith Johnson.
712
713 2013-05-16 Eli Zaretskii <eliz@gnu.org>
714
715 * subr.el (reveal-filename): New function.
716
717 * loadup.el: Compute Emacs executable versions on MS-Windows,
718 where executables have the .exe extension. Add a hard link
719 emacs-XX.YY.ZZ.exe on MS-Windows.
720
721 * Makefile.in (XARGS_LIMIT): New variable.
722 (custom-deps, finder-data, autoloads)
723 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
724 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
725 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
726 (compile-main): Limit xargs according to $(XARGS_LIMIT).
727
728 2013-05-16 Leo Liu <sdl.web@gmail.com>
729
730 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
731 (octave-mode-menu, octave-mode-map): Remove its uses.
732
733 2013-05-16 Reto Zimmermann <reto@gnu.org>
734
735 Sync with upstream vhdl mode v3.34.2.
736 * progmodes/vhdl-mode.el: Use `push' throughout.
737 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
738 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
739 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
740 (vhdl-actual-generic-name): New option to derive actual generic name.
741 (vhdl-port-paste-signals): Replace formal by actual generics.
742 (vhdl-beautify): New name for old group vhdl-align. Update users.
743 (vhdl-beautify-options): New option.
744 (vhdl-last-input-event): New compat alias. Use throughout.
745 (vhdl-goto-line): Replace user level function `goto-line'.
746 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
747 vhdl-fix-statement-buffer.
748 (vhdl-create-mode-menu): Add some entries.
749 (vhdl-align-region-groups): Respect vhdl-beautify-options.
750 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
751 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
752 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
753 to force statements on one line.
754 (vhdl-remove-trailing-spaces-region):
755 New, split from vhdl-remove-trailing-spaces.
756 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
757 Respect vhdl-beautify-options.
758 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
759 (vhdl-update-sensitivity-list): Not add with index if exists without.
760 Not include array index with signal. Ignore keywords in comments.
761 (vhdl-get-visible-signals): Regexp tweaks.
762 (vhdl-template-component-inst): Handle empty library.
763 (vhdl-template-type): Add template for 'enum' type.
764 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
765 Use vhdl-replace-string.
766 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
767 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
768 (vhdl-speedbar-initialize): Update for above name change.
769 (vhdl-compose-wire-components): Fix in handling of constants.
770 (vhdl-error-regexp-emacs-alist): New variable.
771 (vhdl-error-regexp-add-emacs): New function;
772 adds support for new compile.el (Emacs 22+)
773 (vhdl-generate-makefile-1): Change target order for single lib. units.
774 Allow use of absolute file names.
775
776 2013-05-16 Leo Liu <sdl.web@gmail.com>
777
778 * simple.el (prog-indent-sexp): Indent enclosing defun.
779
780 2013-05-15 Glenn Morris <rgm@gnu.org>
781
782 * cus-start.el (show-trailing-whitespace): Move to editing basics.
783 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
784 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
785 (whitespace-highlight): Move to whitespace group.
786
787 * comint.el (comint-source):
788 * pcmpl-linux.el (pcmpl-linux):
789 * shell.el (shell-faces):
790 * eshell/esh-opt.el (eshell-opt):
791 * international/ccl.el (ccl): Remove empty custom groups.
792
793 * completion.el (dynamic-completion-mode):
794 * jit-lock.el (jit-lock-debug-mode):
795 * minibuffer.el (completion-in-region-mode):
796 * type-break.el (type-break-mode-line-message-mode)
797 (type-break-query-mode):
798 * emulation/tpu-edt.el (tpu-edt-mode):
799 * progmodes/subword.el (global-subword-mode, global-superword-mode):
800 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
801 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
802
803 * term/xterm.el (xterm): Change parent group to terminals.
804
805 * master.el (master): Remove empty custom group.
806 (master-mode): Remove unused :group argument.
807 * textmodes/refill.el (refill): Remove empty custom group.
808 (refill-mode): Remove unused :group argument.
809
810 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
811
812 * cus-dep.el: Provide a feature.
813 (custom-make-dependencies): Ignore dotfiles (dir-locals).
814 Don't mistakenly ignore files whose basenames match a basename
815 from preloaded-file-list (eg cedet/ede/simple.el).
816 Add a fallback method for getting :group.
817
818 2013-05-15 Juri Linkov <juri@jurta.org>
819
820 * isearch.el (isearch-char-by-name): Rename from
821 `isearch-insert-char-by-name'. Doc fix.
822 (isearch-forward): Mention `isearch-char-by-name' in
823 the docstring. (Bug#13348)
824
825 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
826 `exit-minibuffer' instead of
827 `isearch-nonincremental-exit-minibuffer'.
828 (isearch-edit-string): Remove mention of
829 `isearch-nonincremental-exit-minibuffer' from docstring.
830 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
831 (isearch-forward-exit-minibuffer)
832 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
833
834 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * loadup.el: Just use unversioned DOC.
837
838 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
839 literals as extending to EOB.
840 (nxml-last-fontify-end): Remove unused variable.
841 (nxml-after-change1): Use with-silent-modifications.
842 (nxml-extend-after-change-region): Simplify.
843 (nxml-extend-after-change-region1): Remove function.
844 (nxml-after-change1): Don't adjust for dependent regions.
845 (nxml-fontify-matcher): Simplify.
846 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
847 (xmltok-add-dependent): Remove function.
848 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
849 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
850 (xmltok-scan-prolog-after-processing-instruction-open): Treat
851 unclosed <[[, <?, comment, and other literals as extending to EOB.
852 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
853 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
854 Remove functions.
855 (rng-do-some-validation-1): Don't mark dependent regions.
856 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
857 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
858 (nxml-clear-dependent-regions): Remove functions.
859 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
860 (nxml-ensure-scan-up-to-date):
861 Don't clear&mark dependent regions.
862
863 2013-05-15 Leo Liu <sdl.web@gmail.com>
864
865 * progmodes/octave.el (octave-goto-function-definition):
866 Improve and fix callers.
867
868 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
871 the setter (bug#14387).
872
873 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
874 surrounding group (bug#14402).
875
876 2013-05-14 Juri Linkov <juri@jurta.org>
877
878 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
879 (Bug#14390)
880
881 2013-05-14 Glenn Morris <rgm@gnu.org>
882
883 * progmodes/f90.el (f90-imenu-generic-expression):
884 Fix typo in 2013-05-08 change. (Bug#14402)
885
886 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
887
888 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
889 Remove signals for which replies are never received.
890
891 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
892
893 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
894 (gdb-handler-alist, gdb-handler-number): Remove variables.
895 (gdb-handler-list): New variable.
896 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
897 (gdb-pending-handler-p, gdb-handle-reply)
898 (gdb-remove-all-pending-triggers): New functions.
899 (gdb-discard-unordered-replies): New defcustom.
900 (gdb-handler): New defstruct.
901 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
902 instead of gdb-pending-triggers. Update docstring.
903 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
904 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
905 (gdb-var-update-handler, def-gdb-auto-update-trigger)
906 (def-gdb-auto-update-handler, gdb-get-changed-registers)
907 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
908 (gdb-frame-handler): Pending triggers are now automatically managed.
909 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
910 Remove argument.
911 (gdb-input): Automatically handles pending triggers. Update docstring.
912 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
913 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
914 Update comments.
915 (gdb-done-or-error): Now use gdb-handle-reply.
916
917 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
918
919 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
920 gdb-debug-log.
921
922 2013-05-14 Glenn Morris <rgm@gnu.org>
923
924 * subr.el (user-emacs-directory-warning): New option.
925 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
926
927 2013-05-14 Leo Liu <sdl.web@gmail.com>
928
929 * progmodes/octave.el (octave-font-lock-keywords): Fix error
930 during redisplay.
931 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
932 (octave-font-lock-texinfo-comment): Fix invalid search bound
933 error: wrong side of point.
934
935 2013-05-14 Glenn Morris <rgm@gnu.org>
936
937 * progmodes/flymake.el (flymake-xml-program): New option.
938 (flymake-xml-init): Use it.
939
940 * term/xterm.el: Provide a feature.
941
942 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
943
944 2013-05-13 Glenn Morris <rgm@gnu.org>
945
946 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
947 Add compat aliases as a hack workaround. (Bug#14384)
948
949 2013-05-13 Leo Liu <sdl.web@gmail.com>
950
951 * progmodes/octave.el (octave-indent-comment): Fix indentation for
952 ###, and %!.
953 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
954 C-M-q.
955 (octave-comment-start-skip): Include %!.
956 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
957
958 2013-05-12 Leo Liu <sdl.web@gmail.com>
959
960 * progmodes/octave.el (inferior-octave-startup): Store the value
961 of __octave_srcdir__ for octave-source-directories.
962 (inferior-octave-check-process): New function refactored out of
963 inferior-octave-send-list-and-digest.
964 (octave-source-directories)
965 (octave-find-definition-filename-function): New variables.
966 (octave-source-directories)
967 (octave-find-definition-default-filename): New functions.
968 (octave-find-definition): Improve to find functions implemented in C++.
969
970 2013-05-12 Glenn Morris <rgm@gnu.org>
971
972 * calendar/diary-lib.el (diary-outlook-format-1):
973 Don't include dayname in the output. (Bug#14349)
974
975 2013-05-11 Glenn Morris <rgm@gnu.org>
976
977 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
978
979 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
980 Treat cc-provide like provide.
981
982 2013-05-11 Kevin Ryde <user42@zip.com.au>
983
984 * cus-dep.el (custom-make-dependencies):
985 Use generated-autoload-load-name for the sake of files such
986 such cedet/semantic/bovine/c.el, where the base file name
987 is not in load-path. (Bug#5277)
988
989 2013-05-11 Glenn Morris <rgm@gnu.org>
990
991 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
992 Provide features.
993
994 2013-05-11 Leo Liu <sdl.web@gmail.com>
995
996 * progmodes/octave.el (octave-indent-comment): Improve.
997 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
998 (octave-eldoc-function-signatures, octave-eldoc-function):
999 New functions.
1000 (octave-mode, inferior-octave-mode): Add eldoc support.
1001
1002 2013-05-11 Richard Stallman <rms@gnu.org>
1003
1004 * epa.el (epa-decrypt-file): Take output file name as argument
1005 and read it using `interactive'.
1006
1007 2013-05-11 Leo Liu <sdl.web@gmail.com>
1008
1009 * progmodes/octave.el (octave-beginning-of-line)
1010 (octave-end-of-line): Check before using up-list because it jumps
1011 out of more syntactic contructs since moving to smie.
1012 (octave-indent-comment): New function.
1013 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1014 (octave-begin-keywords, octave-end-keywords)
1015 (octave-reserved-words, octave-smie-bnf-table)
1016 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1017
1018 2013-05-11 Glenn Morris <rgm@gnu.org>
1019
1020 * faces.el (internal-face-x-get-resource):
1021 * frame.el (ns-display-monitor-attributes-list):
1022 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1023
1024 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1025
1026 * calc/calc-menu.el: Make it loadable in isolation.
1027
1028 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1029 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1030 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1031 (eudc-bbdb-query-internal): Require 'bbdb.
1032
1033 * lpr.el (lpr-headers-switches):
1034 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1035
1036 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1037
1038 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1039
1040 * term.el (term-set-escape-char): Make it idempotent.
1041
1042 2013-05-10 Leo Liu <sdl.web@gmail.com>
1043
1044 * progmodes/octave.el (inferior-octave-completion-table):
1045 No longer a function and all uses changed. Use cache to speed up
1046 completion due to bug#11906.
1047 (octave-beginning-of-defun): Re-write to be more general.
1048
1049 2013-05-10 Glenn Morris <rgm@gnu.org>
1050
1051 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1052
1053 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * comint.el (comint-redirect-send-command-to-process): Use :around
1056 rather than :override for comint-redirect-filter.
1057 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1058 Call it instead of comint-redirect-original-filter-function (which
1059 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1060
1061 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1062
1063 * frame.el (display-monitor-attributes-list): Add NS case.
1064 (ns-display-monitor-attributes-list): Declare.
1065
1066 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1067
1068 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1069
1070 2013-05-09 Glenn Morris <rgm@gnu.org>
1071
1072 * international/fontset.el (vertical-centering-font-regexp):
1073 Set standard-value.
1074
1075 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1076
1077 * bookmark.el (bookmark-search-delay):
1078 * cus-start.el (vertical-centering-font-regexp):
1079 * ps-mule.el (ps-mule-font-info-database-default):
1080 * ps-print.el (ps-default-fg, ps-default-bg):
1081 * type-break.el (type-break-good-break-interval):
1082 * whitespace.el (whitespace-indentation-regexp)
1083 (whitespace-space-after-tab-regexp):
1084 * emacs-lisp/testcover.el (testcover-1value-functions)
1085 (testcover-noreturn-functions, testcover-progn-functions)
1086 (testcover-prog1-functions):
1087 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1088 * eshell/em-glob.el (eshell-glob-translate-alist):
1089 * play/tetris.el (tetris-tty-colors):
1090 * progmodes/cpp.el (cpp-face-default-list):
1091 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1092 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1093 (idlwave-help-browser-generic-args):
1094 * progmodes/make-mode.el (makefile-special-targets-list):
1095 * progmodes/python.el (python-shell-virtualenv-path):
1096 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1097 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1098 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1099 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1100 * textmodes/reftex-vars.el (reftex-format-label-function):
1101 * textmodes/remember.el (remember-diary-file): Fix custom types.
1102
1103 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1104 Add :version.
1105
1106 2013-05-09 Leo Liu <sdl.web@gmail.com>
1107
1108 * progmodes/octave.el (inferior-octave-completion-at-point):
1109 Restore file completion. (Bug#14300)
1110 (inferior-octave-startup): Fix incorrect highlighting for the
1111 first prompt.
1112
1113 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * progmodes/ruby-mode.el: First cut at SMIE support.
1116 (ruby-use-smie): New var.
1117 (ruby-smie-grammar): New constant.
1118 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1119 (ruby-smie--forward-token, ruby-smie--backward-token)
1120 (ruby-smie-rules): New functions.
1121 (ruby-mode-variables): Setup SMIE if applicable.
1122
1123 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1124
1125 * simple.el (line-move-visual): Signal beginning/end of buffer
1126 only if vertical-motion moved less than it was requested. Avoids
1127 silly incorrect error messages when there are display strings with
1128 multiple newlines at EOL.
1129
1130 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1133 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1134 (prolog-char-quote-workaround):
1135 * progmodes/cperl-mode.el (cperl-under-as-char):
1136 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1137 Mark as obsolete.
1138 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1139 their declaration.
1140 (vhdl-mode-syntax-table-init): Remove.
1141
1142 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1143 last change.
1144
1145 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1146 syntax for "_".
1147 (ld-script-font-lock-keywords):
1148 Change regexps to use things like \_< and \_>.
1149
1150 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1151 Change all regexps to use things like \_< and \_>.
1152
1153 * progmodes/autoconf.el (autoconf-definition-regexp)
1154 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1155 Handle a _ with symbol syntax.
1156 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1157
1158 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1159 Consolidate declaration.
1160 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1161 the declaration.
1162 (ada-create-syntax-table): Remove.
1163 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1164 already has the right syntax nowadays.
1165 (ada-goto-next-word): Don't change the syntax of "_".
1166
1167 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1168 with-wrapper-hook.
1169
1170 2013-05-08 Sam Steingold <sds@gnu.org>
1171
1172 * thingatpt.el (thing-at-point): Accept optional second argument
1173 NO-PROPERTIES to strip the text properties from the return value.
1174 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1175 to `thing-at-point' instead of stripping the properties ourselves.
1176 Also, when `thing-at-point' fails to find a url, prepend "http://"
1177 to the filename at point on the assumption that the user is
1178 pointing at something like gnu.org/gnu.
1179
1180 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1183 * faces.el (crm-separator):
1184 Silence byte-compiler.
1185
1186 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1187 (tool-bar-map): Remove unneeded defvars.
1188
1189 2013-05-08 Leo Liu <sdl.web@gmail.com>
1190
1191 Re-work a fix for bug#10994 based on Le Wang's patch.
1192 * ido.el (ido-remove-consecutive-dups): New helper.
1193 (ido-completing-read): Use it.
1194 (ido-chop): Revert fix for bug#10994.
1195
1196 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1197
1198 * cus-edit.el (custom-save-variables):
1199 Pretty-print long values. (Bug#14187)
1200
1201 2013-05-08 Glenn Morris <rgm@gnu.org>
1202
1203 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1204 (m4-mode-syntax-table): Init in the defvar.
1205 (m4-mode-abbrev-table): Let define-derived-mode define it.
1206
1207 2013-05-08 Tom Tromey <tromey@redhat.com>
1208
1209 * progmodes/m4-mode.el (m4-mode-syntax-table):
1210 Do not treat "_" as word constituent. (Bug#14167)
1211
1212 2013-05-07 Glenn Morris <rgm@gnu.org>
1213
1214 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1215 Remove explicit eshell-isearch-cancel-map.
1216
1217 * progmodes/f90.el (f90-smart-end-names): New option.
1218 (f90-smart-end): Doc fix.
1219 (f90-end-block-optional-name): New constant.
1220 (f90-block-match): Respect f90-smart-end-names.
1221
1222 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1225 about implicit semi-colons (bug#14218).
1226
1227 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1228
1229 * frame.el (display-monitor-attributes-list)
1230 (frame-monitor-attributes): New functions.
1231
1232 2013-05-06 Leo Liu <sdl.web@gmail.com>
1233
1234 * progmodes/octave.el (octave-syntax-propertize-function): Change
1235 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1236 (octave-font-lock-keywords): Use octave-operator-regexp.
1237 (octave-completion-at-point): Rename from
1238 octave-completion-at-point-function.
1239 (inferior-octave-directory-tracker): Robustify.
1240 (octave-text-functions): Remove and fix its uses. No such things
1241 any more.
1242
1243 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * emacs-lisp/trace.el (trace--display-buffer): New function.
1246 (trace-make-advice): Use it.
1247
1248 2013-05-06 Juri Linkov <juri@jurta.org>
1249
1250 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1251 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1252 Doc fix.
1253 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1254 in the help string. (Bug#12985)
1255
1256 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1257
1258 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1259
1260 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * progmodes/perl-mode.el: Add support for here documents.
1263 (perl-syntax-propertize-function): Match here-doc markers.
1264 (perl-syntax-propertize-special-constructs): Find their end.
1265 (perl-imenu-generic-expression): Use [:alnum:].
1266
1267 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1268 (advice--add-function): Refresh the advice if already present
1269 (bug#14317).
1270
1271 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1272
1273 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1274
1275 2013-05-06 Glenn Morris <rgm@gnu.org>
1276
1277 * w32-fns.el (w32-charset-info-alist): Declare.
1278
1279 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1280 of its defcustom properties.
1281 (eshell-cmpl-initialize): No need to load pcomplete.
1282
1283 * generic-x.el: No need to require comint when compiling.
1284
1285 * net/eudc-export.el: Make it loadable without bbdb.
1286 (top-level): Use require rather than load-library.
1287 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1288 (eudc-batch-export-records-to-bbdb)
1289 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1290 Require bbdb.
1291
1292 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1295 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1296 some tweaks, instead.
1297
1298 2013-05-05 Leo Liu <sdl.web@gmail.com>
1299
1300 * progmodes/octave.el (octave-font-lock-keywords)
1301 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1302 (inferior-octave-send-list-and-digest): Improve error message.
1303 (octave-mode, inferior-octave-mode): Use setq-local.
1304 (octave-help): Set info-lookup-mode.
1305
1306 2013-05-05 Richard Stallman <rms@gnu.org>
1307
1308 * vc/compare-w.el (compare-windows-whitespace):
1309 Treat no-break space as whitespace.
1310
1311 * mail/rmailsum.el (rmail-summary-rmail-update):
1312 Detect empty summary and don't change selected message.
1313 (rmail-summary-goto-msg): Likewise.
1314
1315 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1316 Doc fixes, rename args.
1317
1318 2013-05-05 Alan Mackenzie <acm@muc.de>
1319
1320 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1321
1322 2013-05-05 Juri Linkov <juri@jurta.org>
1323
1324 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1325 to not add the length of the summary segment to the return value.
1326 (Bug#14125)
1327
1328 2013-05-05 Leo Liu <sdl.web@gmail.com>
1329
1330 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1331 (inferior-octave-output-filter): Remove.
1332 (octave-send-region, inferior-octave-startup): Fix callers.
1333 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1334 (octave-binary-file-extensions): New user variable.
1335 (octave-find-definition): Confirm if opening binary files.
1336 (octave-help-file): Use octave-find-definition to get the binary
1337 confirmation.
1338 (octave-help): Adjust for octave-help-file change.
1339
1340 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1343 Merge the two entries that handle function definitions.
1344 (pascal--syntax-propertize): New const.
1345 (pascal-mode): Use it. Use setq-local.
1346
1347 2013-05-04 Glenn Morris <rgm@gnu.org>
1348
1349 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1350 (diary-from-outlook): Respect diary-from-outlook-function.
1351
1352 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1355 Move the declaration from C.
1356 (read-minibuffer, eval-minibuffer): Move from C.
1357 (completion-setup-function): Avoid minibuffer-completion-contents.
1358
1359 2013-05-03 Leo Liu <sdl.web@gmail.com>
1360
1361 * progmodes/octave.el (octave-font-lock-keywords): Do not
1362 dehighlight 'end' in comments or strings.
1363 (octave-completing-read, octave-goto-function-definition):
1364 New helpers.
1365 (octave-help-buffer): New user variable.
1366 (octave-help-file, octave-help-function): New button types.
1367 (octave-help): New command and bind it to C-h ;.
1368 (octave-find-definition): New command and bind it to M-.
1369 (user-error): Alias to error if not defined.
1370
1371 2013-05-02 Leo Liu <sdl.web@gmail.com>
1372
1373 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1374 for \. (bug#14332)
1375 (octave-font-lock-keywords): Include [ and {.
1376
1377 2013-05-02 Leo Liu <sdl.web@gmail.com>
1378
1379 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1380 (inferior-octave): Remove calling comint-mode and return the buffer.
1381 (inferior-octave-startup): Cosmetic changes.
1382
1383 2013-05-02 Leo Liu <sdl.web@gmail.com>
1384
1385 * progmodes/octave.el (octave-syntax-propertize-function):
1386 Include the case when ' is at line beginning. (Bug#14336)
1387
1388 2013-05-02 Glenn Morris <rgm@gnu.org>
1389
1390 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1391 * desktop.el (vc-dir-mode): Just autoload it here.
1392
1393 2013-05-02 Alan Mackenzie <acm@muc.de>
1394
1395 Eliminate variable c-standard-font-lock-fontify-region-function.
1396 * progmodes/cc-mode.el
1397 (c-standard-font-lock-fontify-region-function): Remove.
1398 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1399
1400 2013-05-01 Leo Liu <sdl.web@gmail.com>
1401
1402 * progmodes/octave.el: Compatible with older emacs-24 releases.
1403 (inferior-octave-has-built-in-variables): Remove. Built-in
1404 variables were removed from Octave in 2007.
1405 (inferior-octave-startup): Fix uses.
1406 (comint-line-beginning-position): Remove compatibility code for
1407 emacs 21.
1408
1409 2013-05-01 Juri Linkov <juri@jurta.org>
1410
1411 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1412
1413 2013-05-01 Juri Linkov <juri@jurta.org>
1414
1415 * comint.el (comint-previous-matching-input): Don't print message
1416 "History item: %d" when `isearch-mode' is active.
1417 (comint-history-isearch-message): Print message "History item: %d"
1418 when `comint-input-ring-index' is not empty and this function is
1419 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1420
1421 2013-05-01 Leo Liu <sdl.web@gmail.com>
1422
1423 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1424 definitions. Use completion-at-point to insert keywords.
1425 (octave-abbrev-start): Remove.
1426 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1427
1428 2013-04-30 Leo Liu <sdl.web@gmail.com>
1429
1430 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1431 change.
1432
1433 2013-04-30 Alan Mackenzie <acm@muc.de>
1434
1435 Handle arbitrarily long C++ member initialisation lists.
1436 * progmodes/cc-engine.el (c-back-over-member-initializers):
1437 new function.
1438 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1439 (most) member init lists.
1440
1441 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1442
1443 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1444 variable.
1445
1446 2013-04-30 Leo Liu <sdl.web@gmail.com>
1447
1448 * progmodes/octave.el (octave-variables): Remove. No builtin
1449 variables any more. All converted to functions.
1450 (octave-font-lock-keywords, octave-completion-at-point-function):
1451 Fix uses.
1452 (octave-font-lock-texinfo-comment): New user variable.
1453 (octave-texinfo-font-lock-keywords): New variable for texinfo
1454 comment block.
1455 (octave-function-comment-block): New face.
1456 (octave-font-lock-texinfo-comment): New function.
1457 (octave-mode): Font lock texinfo comment block.
1458
1459 2013-04-29 Leo Liu <sdl.web@gmail.com>
1460
1461 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1462 indexing expression.
1463 (octave-continuation-string): Do not use \.
1464 (inferior-octave-complete-impossible): Remove.
1465 (inferior-octave-completion-table)
1466 (inferior-octave-completion-at-point): Remove its uses.
1467 (inferior-octave-startup): completion_matches was introduced to
1468 Octave in 1996 so safe to assume it.
1469 (octave-function-file-comment): Improve to follow how Octave does it.
1470 (octave-update-function-file-comment): Tweak.
1471
1472 2013-04-29 Leo Liu <sdl.web@gmail.com>
1473
1474 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1475 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1476 (octave-function-file-comment): Fix typo.
1477 (octave-sync-function-file-names): Use read-char-choice.
1478
1479 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1480
1481 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1482 to t for the less important warnings.
1483
1484 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1485
1486 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1487
1488 2013-04-27 Glenn Morris <rgm@gnu.org>
1489
1490 * vc/log-view.el (log-view-current-entry):
1491 Treat "---" separator lines as part of the following rev. (Bug#14169)
1492
1493 2013-04-27 Juri Linkov <juri@jurta.org>
1494
1495 * subr.el (read-number): Doc fix about using it by interactive
1496 code letter `n'. (Bug#14254)
1497
1498 2013-04-27 Juri Linkov <juri@jurta.org>
1499
1500 * desktop.el (desktop-auto-save-timeout): New option.
1501 (desktop-file-checksum): New variable.
1502 (desktop-save): Add optional arg `auto-save' and don't auto-save
1503 if nothing changed.
1504 (desktop-auto-save-timer): New variable.
1505 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1506 (after-init-hook): Call `desktop-auto-save-set-timer'.
1507 Suggested by Reuben Thomas <rrt@sc3d.org> in
1508 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1509
1510 2013-04-27 Leo Liu <sdl.web@gmail.com>
1511
1512 * progmodes/octave.el (octave-function-file-p)
1513 (octave-skip-comment-forward, octave-function-file-comment)
1514 (octave-update-function-file-comment): New functions.
1515 (octave-mode-map): Bind C-c ; to
1516 octave-update-function-file-comment.
1517 (octave-mode-menu): Add octave-update-function-file-comment.
1518 (octave-mode, inferior-octave-mode): Fix doc-string.
1519 (octave-insert-defun): Conform to Octave's coding convention.
1520 (Bug#14285)
1521
1522 * files.el (basic-save-buffer): Don't let errors in
1523 before-save-hook prevent saving buffer.
1524
1525 2013-04-20 Roland Winkler <winkler@gnu.org>
1526
1527 * faces.el (read-face-name): Use completing-read if arg multiple
1528 is nil.
1529
1530 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1531
1532 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1533 displayed, move point to after the totals line.
1534 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1535 for the details.
1536
1537 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1540 Add current dir to the load-path.
1541 (package-generate-autoloads): Don't rely on
1542 autoload-ensure-default-file.
1543
1544 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1545
1546 * textmodes/remember.el (remember-store-in-files): Document that
1547 the file name format is passed to `format-time-string'.
1548
1549 2013-04-26 Leo Liu <sdl.web@gmail.com>
1550
1551 * progmodes/octave.el (octave-sync-function-file-names): New function.
1552 (octave-mode): Use it in before-save-hook.
1553
1554 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1557 (bug#14274).
1558
1559 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1560 \n and comment, even if it's not an implicit ; (bug#14218).
1561
1562 2013-04-26 Glenn Morris <rgm@gnu.org>
1563
1564 * subr.el (read-number): Once more use `read' rather than
1565 `string-to-number', to trap non-numeric input. (Bug#14254)
1566
1567 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1568
1569 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1570 Use `syntax-multiline' text property consistently instead of
1571 `font-lock-multiline'. (bug#14237).
1572
1573 2013-04-26 Glenn Morris <rgm@gnu.org>
1574
1575 * emacs-lisp/shadow.el (list-load-path-shadows):
1576 No longer necessary to check for duplicate simple.el, since
1577 2012-07-07 change to init_lread to not include installation lisp
1578 directories in load-path when running uninstalled. (Bug#14270)
1579
1580 2013-04-26 Leo Liu <sdl.web@gmail.com>
1581
1582 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1583 (octave-mode, inferior-octave-mode): Use setq-local.
1584 (octave-not-in-string-or-comment-p): Rename to
1585 octave-in-string-or-comment-p.
1586 (octave-in-comment-p, octave-in-string-p)
1587 (octave-in-string-or-comment-p): Replace defsubst with defun.
1588
1589 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1590
1591 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1592
1593 2013-04-25 Bastien Guerry <bzg@gnu.org>
1594
1595 * textmodes/remember.el (remember-data-directory)
1596 (remember-directory-file-name-format): Fix custom types.
1597
1598 2013-04-25 Leo Liu <sdl.web@gmail.com>
1599
1600 * progmodes/octave.el (octave-completion-at-point-function):
1601 Make use of inferior octave process.
1602 (octave-initialize-completions): Remove.
1603 (inferior-octave-completion-table): New function.
1604 (inferior-octave-completion-at-point): Use it.
1605 (octave-completion-alist): Remove.
1606
1607 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1610 (opascal-mode-syntax-table): New var.
1611 (opascal-literal-kind, opascal-is-literal-end)
1612 (opascal-literal-token-at): Rewrite.
1613 (opascal--literal-start-re, opascal-font-lock-keywords)
1614 (opascal--syntax-propertize): New constants.
1615 (opascal-font-lock-defaults): Adjust.
1616 (opascal-mode): Use them. Set comment-<foo> variables as well.
1617 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1618 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1619 (delphi-other-face, opascal-other-face): Remove face variables.
1620 (opascal-save-state): Remove macro.
1621 (opascal-fontifying-progress-step): Remove constant.
1622 (opascal--ignore-changes): Remove var.
1623 (opascal-set-token-property, opascal-parse-next-literal)
1624 (opascal-is-stable-literal, opascal-complete-literal)
1625 (opascal-is-literal-start, opascal-face-of)
1626 (opascal-parse-region, opascal-parse-region-until-stable)
1627 (opascal-fontify-region, opascal-after-change)
1628 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1629 (opascal-debug-parse-region, opascal-debug-parse-window)
1630 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1631 (opascal-debug-fontify-buffer): Remove.
1632 (opascal-debug-mode-map): Adjust accordingly.
1633
1634 2013-04-25 Leo Liu <sdl.web@gmail.com>
1635
1636 Merge octave-mod.el and octave-inf.el into octave.el with some
1637 cleanups.
1638 * progmodes/octave.el: New file renamed from octave-mod.el.
1639 * progmodes/octave-inf.el: Merged into octave.el.
1640 * progmodes/octave-mod.el: Renamed to octave.el.
1641
1642 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1643
1644 * textmodes/reftex-vars.el
1645 (reftex-label-ignored-macros-and-environments): New defcustom.
1646
1647 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1648
1649 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1652 (smie-indent-keyword): Improve the check to ensure that the next
1653 comment is really on the same line.
1654 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1655
1656 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1657 semi-colons if the line is not otherwise empty (bug#14218).
1658
1659 2013-04-25 Glenn Morris <rgm@gnu.org>
1660
1661 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1662
1663 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * progmodes/opascal.el (opascal-set-token-property): Rename from
1666 opascal-set-text-properties and only set `token' (bug#14134).
1667 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1668 (opascal-literal-text-properties): Remove.
1669 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1670 Adjust callers.
1671
1672 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1673
1674 * textmodes/remember.el (remember-handler-functions): Add an
1675 option for a new handler `remember-store-in-files'.
1676 (remember-data-directory, remember-directory-file-name-format):
1677 New options.
1678 (remember-store-in-files): New function to store remember notes
1679 as separate files within a directory.
1680
1681 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1682
1683 * progmodes/compile.el (compilation-next-error-function):
1684 Pass "formats" to compilation-find-file (bug#11777).
1685
1686 2013-04-24 Glenn Morris <rgm@gnu.org>
1687
1688 * vc/vc-bzr.el (vc-bzr-print-log):
1689 * vc/vc-hg.el (vc-hg-print-log):
1690 * vc/vc-svn.el (vc-svn-print-log):
1691 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1692
1693 * vc/vc-bzr.el (vc-bzr-print-log):
1694 * vc/vc-cvs.el (vc-cvs-print-log):
1695 * vc/vc-git.el (vc-git-print-log):
1696 * vc/vc-hg.el (vc-hg-print-log):
1697 * vc/vc-mtn.el (vc-mtn-print-log):
1698 * vc/vc-rcs.el (vc-rcs-print-log):
1699 * vc/vc-sccs.el (vc-sccs-print-log):
1700 * vc/vc-svn.el (vc-svn-print-log):
1701 * vc/vc.el (vc-print-log-internal): Doc fixes.
1702
1703 2013-04-23 Glenn Morris <rgm@gnu.org>
1704
1705 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1706 Remove venerable code attempting to avoid substitute-command-keys.
1707
1708 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1709
1710 * textmodes/reftex-vars.el (reftex-label-regexps):
1711 Call `reftex-compile-variables' after changes to this variable.
1712
1713 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1716 Use lexical-binding.
1717 (jit-lock-force-redisplay): Use markers, check buffer's continued
1718 existence and beware narrowed buffers.
1719 (jit-lock-fontify-now): Adjust call accordingly.
1720
1721 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1724 to avoid misleading the user.
1725
1726 2013-04-22 Leo Liu <sdl.web@gmail.com>
1727
1728 * info-look.el: Prefer latex2e.info. (Bug#14240)
1729
1730 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1731
1732 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1733
1734 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1735 * net/tramp.el (tramp-call-process): ... here
1736 (tramp-set-completion-function, tramp-parse-putty):
1737 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1738 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1739 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1740 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1741 (tramp-call-local-coding-command): Use `tramp-call-process'
1742 instead of `tramp-compat-call-process'.
1743
1744 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1745 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1746 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1747 (tramp-find-inline-compress): Improve traces.
1748 (tramp-maybe-send-script): Check for Perl binary.
1749 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1750
1751 2013-04-22 Daiki Ueno <ueno@gnu.org>
1752
1753 * epg.el (epg-context-pinentry-mode): New function.
1754 (epg-context-set-pinentry-mode): New function.
1755 (epg--start): Pass --pinentry-mode option to gpg command.
1756
1757 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1758
1759 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1760 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1761 `completion-at-point'. (Bug#13774)
1762
1763 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1764 default key binding for `describe-distribution' has been moved to
1765 `C-h C-o'. (Bug#13970)
1766
1767 2013-04-21 Glenn Morris <rgm@gnu.org>
1768
1769 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1770 Add doc strings.
1771 (vc-print-log): Clarify interactive prompt.
1772
1773 2013-04-20 Glenn Morris <rgm@gnu.org>
1774
1775 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1776 No longer include timestamp etc information.
1777
1778 2013-04-20 Roland Winkler <winkler@gnu.org>
1779
1780 * faces.el (read-face-name): Bug fix, return just one face if arg
1781 multiple is nil. (Bug#14209)
1782
1783 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1786 (remove-function): Autoload.
1787
1788 * comint.el (comint-redirect-original-filter-function): Remove.
1789 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1790 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1791 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1792 * progmodes/prolog.el (prolog-consult-compile):
1793 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1794 Use add/remove-function instead.
1795 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1796 (gud-tooltip-process-output, gud-tooltip-tips):
1797 Use add/remove-function instead.
1798 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1799 (scheme-interaction-mode, exit-scheme-interaction-mode):
1800 Use add/remove-function instead.
1801
1802 * vc/vc-dispatcher.el: Use lexical-binding.
1803 (vc--process-sentinel): Rename from vc-process-sentinel.
1804 Change last arg to be the code to run. Don't use vc-previous-sentinel
1805 and vc-sentinel-commands any more.
1806 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1807 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1808
1809 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1810
1811 * progmodes/sh-script.el (sh-imenu-generic-expression):
1812 Handle function names with a single character. (Bug#14111)
1813
1814 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1815
1816 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1817 for subroutines defined in an eval (bug#14182).
1818
1819 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1820
1821 * bookmark.el (bookmark-completing-read): Improve handling of empty
1822 string (bug#14176).
1823
1824 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1827
1828 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1829
1830 New faster Imenu implementation (bug#14058).
1831 * progmodes/python.el:
1832 (python-imenu-prev-index-position):
1833 (python-imenu-format-item-label-function)
1834 (python-imenu-format-parent-item-label-function)
1835 (python-imenu-format-parent-item-jump-label-function):
1836 New vars.
1837 (python-imenu-format-item-label)
1838 (python-imenu-format-parent-item-label)
1839 (python-imenu-format-parent-item-jump-label)
1840 (python-imenu--put-parent, python-imenu--build-tree)
1841 (python-imenu-create-index, python-imenu-create-flat-index)
1842 (python-util-popn): New functions.
1843 (python-mode): Set imenu-create-index-function to
1844 python-imenu-create-index.
1845
1846 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * winner.el (winner-active-region): Use region-active-p, activate-mark
1849 and deactivate-mark (bug#14225).
1850
1851 * simple.el (deactivate-mark): Don't inline it.
1852
1853 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1856
1857 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1858
1859 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1860 file extensions from the archive-mode entry in order to prefer
1861 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1862
1863 2013-04-18 Leo Liu <sdl.web@gmail.com>
1864
1865 * bindings.el (help-event-list): Add ?\?.
1866
1867 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * subr.el (with-wrapper-hook): Declare obsolete.
1870 * simple.el (filter-buffer-substring-function): New hook.
1871 (filter-buffer-substring): Use it.
1872 (filter-buffer-substring-functions): Mark obsolete.
1873 * minibuffer.el (completion-in-region-function): New hook.
1874 (completion-in-region): Use it.
1875 (completion-in-region-functions): Mark obsolete.
1876 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1877 * abbrev.el (abbrev-expand-function): New hook.
1878 (expand-abbrev): Use it.
1879 (abbrev-expand-functions): Mark obsolete.
1880 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1881 and :filter-return.
1882
1883 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1884
1885 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1886 and do not care about match data.
1887
1888 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1891 completion tables when completing error conditions and
1892 `declare' arguments.
1893 (lisp-complete-symbol, field-complete): Mark as obsolete.
1894 (check-parens): Unmatched parens are user errors.
1895 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1896
1897 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1898
1899 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1900 command changed buffer (ie. `flyspell-pre-buffer' is not current
1901 buffer), which prevents making decisions based on invalid value of
1902 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1903 cause an error when `flyspell-pre-point' was nil after switching
1904 buffers.
1905 (flyspell-post-command-hook): No longer needs to change buffers when
1906 checking pre-word. While at it remove unnecessary progn.
1907
1908 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1909
1910 * textmodes/ispell.el (ispell-add-per-file-word-list):
1911 Fix `flyspell-correct-word-before-point' error when accepting
1912 words and `coment-padding' is an integer by using
1913 `comment-normalize-vars' (Bug #14214).
1914
1915 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1916
1917 New defun movement commands.
1918 * progmodes/python.el (python-nav--syntactically)
1919 (python-nav--forward-defun, python-nav-backward-defun)
1920 (python-nav-forward-defun): New functions.
1921
1922 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1923
1924 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1925 (python-syntax-context): Use named compiler-macro for backwards
1926 compatibility with Emacs 24.x.
1927
1928 2013-04-17 Leo Liu <sdl.web@gmail.com>
1929
1930 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1931 octave-hide-process-buffer.
1932
1933 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1936 (bug#14216).
1937
1938 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1939
1940 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1941 Fix adjustment of offset when receiving incomplete responses from GDB
1942 (bug#14129).
1943
1944 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1947 python-mode-abbrev-table.
1948 (python-skeleton-define): Adjust accordingly.
1949 (python-mode-abbrev-table): New table that inherits from it so that
1950 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1951
1952 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1953 (abbrev-symbol): Use it.
1954 (abbrev--before-point): Use it since we already handle inheritance.
1955
1956 2013-04-16 Leo Liu <sdl.web@gmail.com>
1957
1958 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1959 binding to info-lookup-symbol.
1960
1961 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * minibuffer.el (completion--twq-all):
1964 * term/ns-win.el (ns-initialize-window-system):
1965 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1966
1967 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1970 global bindings.
1971
1972 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1973
1974 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1975
1976 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1977 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1978 to nil.
1979 (ruby-end-of-defun): Remove the unused arg, change the docstring
1980 to reflect that this function is only used as the value of
1981 `end-of-defun-function'.
1982 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1983 to reflect an earlier change that beginning/end-of-defun functions
1984 jump between methods in a class definition, as well as top-level
1985 functions.
1986
1987 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * minibuffer.el (minibuffer-complete): Don't just scroll
1990 a *Completions* that's been iconified.
1991 (minibuffer-force-complete): Make sure repetitions do cycle when going
1992 through completion-in-region -> minibuffer-complete.
1993
1994 2013-04-15 Alan Mackenzie <acm@muc.de>
1995
1996 Correct the placement of c-cpp-delimiters when there're #s not at
1997 col 0.
1998
1999 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2000 place a submatch around the #.
2001 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2002 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2003 on the #, not BOL.
2004
2005 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2008 (advice--member-p): New arg `name'.
2009 (advice--add-function, advice-member-p): Use it (bug#14202).
2010
2011 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2012
2013 Reformulate java imenu-generic-expression.
2014 The old expression contained ill formed regexps.
2015
2016 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2017 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2018 (cc-imenu-java-method-arg-regexp): New defconsts.
2019 (cc-imenu-java-build-type-args-regex): New defun.
2020 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2021 handling of spaces in the regexp.
2022
2023 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2024
2025 * textmodes/ispell.el (ispell-command-loop): Remove
2026 flyspell highlight of a word when ispell accepts it (bug #14178).
2027
2028 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2029
2030 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2031 uses code from the previous `ange-ftp-run-real-handler'.
2032 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2033 only in case that function exist. This is needed for proper
2034 unloading of Tramp.
2035
2036 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2037
2038 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2039
2040 * textmodes/reftex.el (reftex-compile-variables): Use it.
2041
2042 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * files.el (normal-mode): Only use default major-mode if no other mode
2045 was specified.
2046
2047 * emacs-lisp/trace.el (trace-values): New function.
2048
2049 * files.el: Allow : in local variables (bug#14089).
2050 (hack-local-variable-regexp): New var.
2051 (hack-local-variables-prop-line, hack-local-variables): Use it.
2052
2053 2013-04-13 Roland Winkler <winkler@gnu.org>
2054
2055 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2056 data before it gets modified by bibtex-beginning-of-entry.
2057
2058 2013-04-13 Roland Winkler <winkler@gnu.org>
2059
2060 * textmodes/bibtex.el (bibtex-url): Doc fix.
2061
2062 2013-04-13 Roland Winkler <winkler@gnu.org>
2063
2064 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2065 does not visit a BibTeX file, exclude it from the list of buffers
2066 returned by bibtex-initialize.
2067
2068 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2069
2070 * window.el (split-window): Remove interactive form, since as a
2071 command this function is a special case of split-window-below.
2072 Correct doc string.
2073
2074 2013-04-12 Roland Winkler <winkler@gnu.org>
2075
2076 * faces.el (read-face-name): Do not override value of arg default.
2077 Allow single faces and strings as default values. Remove those
2078 elements from return value that are not faces.
2079 (describe-face): Simplify.
2080 (face-at-point): New optional args thing and multiple so that this
2081 function can provide the same functionality previously provided by
2082 read-face-name.
2083 (make-face-bold, make-face-unbold, make-face-italic)
2084 (make-face-unitalic, make-face-bold-italic, invert-face)
2085 (modify-face, read-face-and-attribute): Use face-at-point.
2086
2087 * cus-edit.el (customize-face, customize-face-other-window)
2088 * cus-theme.el (custom-theme-add-face)
2089 * face-remap.el (buffer-face-set)
2090 * facemenu.el (facemenu-set-face): Use face-at-point.
2091
2092 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2095
2096 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2097
2098 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2099 off leading { and trailing } from field values.
2100
2101 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * emacs-lisp/timer.el (timer--check): New function.
2104 (timer--time, timer-set-function, timer-event-handler): Use it.
2105 (timer-set-idle-time): Simplify.
2106 (timer--activate): CSE.
2107 (timer-event-handler): Give more info in error message.
2108 (internal-timer-start-idle): New function, moved from C.
2109
2110 * mpc.el (mpc-proc): Add `restart' argument.
2111 (mpc-proc-cmd): Use it.
2112 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2113 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2114 less often.
2115
2116 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2117
2118 * progmodes/sh-script.el: Implement `sh-mode' own
2119 `add-log-current-defun-function' (bug#14112).
2120 (sh-current-defun-name): New function.
2121 (sh-mode): Use the function.
2122
2123 2013-04-09 Bastien Guerry <bzg@gnu.org>
2124
2125 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2126
2127 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2130
2131 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2132 timer (bug#14156).
2133
2134 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2135
2136 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2137 declaration.
2138
2139 2013-04-07 Leo Liu <sdl.web@gmail.com>
2140
2141 * pcmpl-x.el: New file.
2142
2143 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2144
2145 Do not set x-display-name until X connection is established.
2146 This is needed to prevent from weird situation described at
2147 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2148 * frame.el (make-frame): Set x-display-name after call to
2149 window system initialization function, not before.
2150 * term/x-win.el (x-initialize-window-system): Add optional
2151 display argument and use it.
2152 * term/w32-win.el (w32-initialize-window-system):
2153 * term/ns-win.el (ns-initialize-window-system):
2154 * term/pc-win.el (msdos-initialize-window-system):
2155 Add compatible optional display argument.
2156
2157 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2158
2159 * files.el (normal-backup-enable-predicate): On MS-Windows and
2160 MS-DOS compare truenames of temporary-file-directory and of the
2161 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2162 don't fail comparison by compare-strings. Also, compare file
2163 names case-insensitively on MS-Windows and MS-DOS.
2164
2165 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2168 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2169
2170 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2171
2172 * whitespace.el (whitespace-color-on, whitespace-color-off):
2173 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2174
2175 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2176
2177 * ispell.el (ispell-set-spellchecker-params):
2178 Really set `ispell-args' for all equivs.
2179
2180 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * ido.el (ido-completions): Use extra elements of ido-decorations
2183 (bug#14143).
2184 (ido-decorations): Update docstring.
2185
2186 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2187
2188 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2189 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2190 nil during initialization, in order not to miss changes since the
2191 file was opened. (Bug#14140)
2192
2193 2013-04-05 Leo Liu <sdl.web@gmail.com>
2194
2195 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2196
2197 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2198
2199 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2200
2201 2013-04-04 Glenn Morris <rgm@gnu.org>
2202
2203 * electric.el (electric-pair-inhibit-predicate): Add :version.
2204
2205 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2208 when a package is required several times (bug#14082).
2209
2210 2013-04-04 Roland Winkler <winkler@gnu.org>
2211
2212 * faces.el (read-face-name): Behave as promised by the docstring.
2213 Assume that arg default is a list of faces.
2214 (describe-face): Call read-face-name with list of default faces.
2215
2216 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2217
2218 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2219 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2220 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2221 the header.
2222 (bookmark-exit-hook-internal): Save even if list is empty.
2223
2224 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2225
2226 * emacs-lisp/package.el (package-pinned-packages): New var.
2227 (package--add-to-archive-contents): Obey it (bug#14118).
2228
2229 2013-04-03 Alan Mackenzie <acm@muc.de>
2230
2231 Handle `parse-partial-sexp' landing inside a comment opener
2232 (Bug#13244). Also adapt to the new values of element 7 of a parse
2233 state.
2234
2235 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2236 parameter `not-in-delimiter'. Handle being inside comment opener.
2237 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2238 character in case we're typing a '*' after a '/'.
2239 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2240 instead by passing the parameter to c-state-pp-to-literal.
2241
2242 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2243 for elt. 7 of a parse state.
2244
2245 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2246
2247 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2248 * international/latin1-disp.el, international/mule-util.el:
2249 * language/cyril-util.el, language/european.el, language/ind-util.el:
2250 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2251 * language/tibetan.el, language/viet-util.el:
2252 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2253
2254 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2257 (electric-pair-post-self-insert-function): Use it.
2258 (electric-pair-default-inhibit): New function, extracted from
2259 electric-pair-post-self-insert-function.
2260
2261 2013-03-31 Roland Winkler <winkler@gnu.org>
2262
2263 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2264
2265 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2268
2269 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2270
2271 Un-indent after "pass" and "return" statements (Bug#13888)
2272 * progmodes/python.el (python-indent-block-enders): New var.
2273 (python-indent-calculate-indentation): Use it.
2274
2275 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2278 defun. Defining it as defalias could introduce too eager
2279 byte-compiler optimization. (Bug#14030)
2280
2281 2013-03-30 Chong Yidong <cyd@gnu.org>
2282
2283 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2284
2285 2013-03-30 Leo Liu <sdl.web@gmail.com>
2286
2287 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2288 (kmacro-execute-from-register): Pass the keyboard macro to
2289 kmacro-call-macro or repeating won't work correctly.
2290
2291 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2292
2293 * progmodes/subword.el: Back to using `forward-symbol'.
2294
2295 * subr.el (forward-whitespace, forward-symbol)
2296 (forward-same-syntax): Move from thingatpt.el.
2297
2298 2013-03-29 Leo Liu <sdl.web@gmail.com>
2299
2300 * kmacro.el (kmacro-to-register): New command.
2301 (kmacro-execute-from-register): New function.
2302 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2303
2304 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * mpc.el: Use defvar-local and setq-local.
2307 (mpc--proc-connect): Connection failures are not bugs.
2308 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2309 (mpc-volume-map): Bind to the up-events.
2310
2311 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2312
2313 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2314 instead of `forward-symbol'.
2315
2316 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2319 (edebug--recursive-edit): Use it.
2320 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2321 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2322
2323 2013-03-28 Leo Liu <sdl.web@gmail.com>
2324
2325 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2326
2327 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2328
2329 * facemenu.el (list-colors-callback): New defvar.
2330 (list-colors-redisplay): New function.
2331 (list-colors-display): Install list-colors-redisplay as the
2332 revert-buffer-function. (Bug#14063)
2333
2334 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2337 and suffixes don't overlap (bug#14061).
2338
2339 * case-table.el: Use lexical-binding.
2340 (case-table-get-table): New function.
2341 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2342
2343 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2344
2345 * progmodes/subword.el: Add `superword-mode' to do word motion
2346 over symbol_words (parallels and leverages `subword-mode' which
2347 does word motion inside MixedCaseWords).
2348
2349 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2350
2351 * eshell/em-unix.el: Move su and sudo to...
2352 * eshell/em-tramp.el: ...Eshell tramp module.
2353
2354 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2357 Change return value to be a sexp. Delay `get-buffer' to after
2358 restoring the desktop (bug#13951).
2359
2360 2013-03-26 Leo Liu <sdl.web@gmail.com>
2361
2362 * register.el: Move semantic tag handling back to
2363 cedet/semantic/senator.el. (Bug#14052)
2364
2365 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2368 into the prompt either (bug#13963).
2369
2370 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2373 part of "(error-foo)".
2374
2375 2013-03-24 Juri Linkov <juri@jurta.org>
2376
2377 * replace.el (list-matching-lines-prefix-face): New defcustom.
2378 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2379 `occur-engine' if `face-differs-from-default-p' returns t.
2380 (occur-engine): Add `,' inside backquote construct to evaluate
2381 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2382 Pass `prefix-face' to the functions `occur-context-lines' and
2383 `occur-engine-add-prefix'.
2384 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2385 `prefix-face' and propertize the prefix with `prefix-face'.
2386 (Bug#14017)
2387
2388 2013-03-24 Leo Liu <sdl.web@gmail.com>
2389
2390 * nxml/rng-valid.el (rng-validate-while-idle)
2391 (rng-validate-quick-while-idle): Guard against deleted buffer.
2392 (Bug#13999)
2393
2394 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2395 is the last entry in kill-buffer-hook.
2396
2397 * files.el (kill-buffer-hook): Doc fix.
2398
2399 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2400
2401 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2402 Make it safe-local.
2403
2404 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2405
2406 2013-03-23 Leo Liu <sdl.web@gmail.com>
2407
2408 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2409 Remove.
2410
2411 * nxml/rng-valid.el (rng-validate-mode)
2412 (rng-after-change-function, rng-do-some-validation):
2413 * nxml/rng-maint.el (rng-validate-buffer):
2414 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2415 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2416 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2417 (nxml-extend-after-change-region): Use with-silent-modifications.
2418
2419 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2420 timer-idle-list.
2421
2422 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2423 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2424 timer-idle-list. (Bug#13999)
2425
2426 2013-03-23 Juri Linkov <juri@jurta.org>
2427
2428 * info.el (info-index-match): New face.
2429 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2430 main pattern and add text properties with the new face to matches
2431 in index entries relative to the beginning of the index entry.
2432 (Bug#14015)
2433
2434 2013-03-21 Eric Ludlam <zappo@gnu.org>
2435
2436 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2437 Inhibit read only while inserting objects.
2438
2439 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2440
2441 * progmodes/cfengine.el: Update docs to mention
2442 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2443 symbol motion. Remove "_" from the word syntax.
2444
2445 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2446
2447 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2448 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2449
2450 2013-03-20 Juri Linkov <juri@jurta.org>
2451
2452 * info.el (Info-next-reference-or-link)
2453 (Info-prev-reference-or-link): New functions.
2454 (Info-next-reference, Info-prev-reference): Use them.
2455 (Info-try-follow-nearest-node): Handle footnote navigation.
2456 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2457
2458 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2461 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2462
2463 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2464
2465 Suppress unnecessary non-ASCII chatter during build process.
2466 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2467 (batch-skkdic-convert): Suppress most of the chatter.
2468 It's not needed so much now that machines are faster,
2469 and its non-ASCII component was confusing; see Dmitry Gutov in
2470 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2471
2472 2013-03-20 Leo Liu <sdl.web@gmail.com>
2473
2474 * ido.el (ido-chop): Fix bug#10994.
2475
2476 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2477
2478 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2479 Remove vars.
2480 (whitespace-color-on, whitespace-color-off):
2481 Use `font-lock-fontify-buffer' (Bug#13817).
2482
2483 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2486 remapping in mode-line.
2487 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2488
2489 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2490
2491 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2492 value for `whitespace-line' face (Bug#13875).
2493 (whitespace-font-lock-keywords): Change description.
2494 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2495 the constructed keywords instead.
2496 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2497
2498 2013-03-19 Leo Liu <sdl.web@gmail.com>
2499
2500 * progmodes/compile.el (compilation-display-error): New command.
2501 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2502 C-o. (Bug#13992)
2503
2504 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2505
2506 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2507
2508 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2509
2510 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2511
2512 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2513
2514 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2515
2516 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2517 * net/tramp-gvfs.el (top):
2518 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2519 (tramp-handle-shell-command): Use it.
2520 (tramp-dissect-file-name): Raise an error when hostname is a
2521 method name, and neither method nor user is specified.
2522
2523 * net/trampver.el: Update release number.
2524
2525 2013-03-18 Leo Liu <sdl.web@gmail.com>
2526
2527 Make sure eldoc can be turned off properly.
2528 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2529 eldoc-mode.
2530 (eldoc-display-message-p): Revert last change.
2531 (eldoc-display-message-no-interference-p)
2532 (eldoc-print-current-symbol-info): Tweak.
2533
2534 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2535
2536 * doc-view.el (doc-view-new-window-function): Check the new window
2537 overlay's display property instead the char property of the
2538 buffer's first char. Use `with-selected-window' instead of
2539 `save-window-excursion' with `select-window'.
2540 (doc-view-document->bitmap): Check the current doc-view overlay's
2541 display property instead the char property of the buffer's first char.
2542
2543 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2544
2545 Automate the build of ja-dic.el (Bug#13984).
2546 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2547 from the input, rather than assume that it's been done for us by the
2548 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2549 the current date into a ja-dic.el comment, as that complicates
2550 regression testing.
2551
2552 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * whitespace.el: Fix double evaluation.
2555 (whitespace-space, whitespace-hspace, whitespace-tab)
2556 (whitespace-newline, whitespace-trailing, whitespace-line)
2557 (whitespace-space-before-tab, whitespace-indentation)
2558 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2559 obsolete defvars.
2560 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2561 (whitespace-color-on): Use a single font-lock-add-keywords call.
2562 Fix double-evaluation of face variables.
2563
2564 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2565
2566 * net/tramp-adb.el (tramp-adb-parse-device-names):
2567 Use `start-process' instead of `call-process'. Otherwise, the
2568 function might be blocked under MS Windows. (Bug#13299)
2569
2570 2013-03-17 Leo Liu <sdl.web@gmail.com>
2571
2572 Extend eldoc to display info in the mode-line. (Bug#13978)
2573 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2574 (eldoc-mode-line-string): New variable.
2575 (eldoc-minibuffer-message): New function.
2576 (eldoc-message-function): New variable.
2577 (eldoc-message): Use it.
2578 (eldoc-display-message-p)
2579 (eldoc-display-message-no-interference-p):
2580 Support eldoc-post-insert-mode.
2581
2582 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2583 (eval-expression): Run it.
2584
2585 2013-03-17 Roland Winkler <winkler@gnu.org>
2586
2587 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2588 strings in the list of return values.
2589
2590 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2591
2592 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2593 radix before checking for HMS forms.
2594
2595 2013-03-16 Leo Liu <sdl.web@gmail.com>
2596
2597 * progmodes/scheme.el: Add indentation and font-locking for λ.
2598 (Bug#13975)
2599
2600 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2603 token before point (bug#13942).
2604
2605 2013-03-16 Leo Liu <sdl.web@gmail.com>
2606
2607 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2608
2609 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2610
2611 * startup.el (command-line-normalize-file-name): Fix handling of
2612 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2613 <xfq.free@gmail.com> in
2614 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2615
2616 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2617
2618 Sync with Tramp 2.2.7.
2619
2620 * net/trampver.el: Update release number.
2621
2622 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2623
2624 * doc-view.el Fix bug#13887.
2625 (doc-view-insert-image): Don't modify overlay associated to
2626 non-live windows, and implement horizontal centering of image in
2627 case it's smaller than the window.
2628 (doc-view-new-window-function): Force redisplay of new windows on
2629 doc-view buffers.
2630
2631 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2632
2633 * saveplace.el (save-place-alist-to-file): Don't sort
2634 `save-place-alist', just pretty-print it (bug#13882).
2635
2636 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2639 whether `default-file-name-coding-system' is bound. It isn't in
2640 XEmacs.
2641
2642 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2645 backquotes for `obsolete' (bug#13929).
2646
2647 * international/mule.el (find-auto-coding): Include file name in
2648 obsolescence warning (bug#13922).
2649
2650 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2651
2652 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2653 for CFEngine 3-specific indentation.
2654 (cfengine3-indent-line): Use it. Fix up category regex.
2655 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2656
2657 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * type-break.el (type-break-file-name):
2660 * textmodes/remember.el (remember-data-file):
2661 * strokes.el (strokes-file):
2662 * shadowfile.el (shadow-initialize):
2663 * saveplace.el (save-place-file):
2664 * ps-bdf.el (bdf-cache-file):
2665 * progmodes/idlwave.el (idlwave-config-directory):
2666 * net/quickurl.el (quickurl-url-file):
2667 * international/kkc.el (kkc-init-file-name):
2668 * ido.el (ido-save-directory-list-file):
2669 * emulation/viper.el (viper-custom-file-name):
2670 * emulation/vip.el (vip-startup-file):
2671 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2672 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2673
2674 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2675
2676 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2677 * language/thai-word.el: Switch to UTF-8.
2678
2679 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2682
2683 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2684
2685 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2686 Use with-current-buffer and don't move point.
2687 (net-utils-run-simple): Remove useless code.
2688 (net-utils-remove-ctl-m): Remove unused custom.
2689
2690 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2691
2692 * international/characters.el (glyphless-set-char-table-range): New fun.
2693 (update-glyphless-char-display): Use it (bug#13744).
2694
2695 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2696
2697 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2698 namespaces in the syntax, indent closer for hanging brace
2699 correctly, allow single-quote delimited 'strings', and make
2700 `cfengine3-mode' the default.
2701
2702 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2703
2704 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2705 Use lexical-binding. Fix up docstring according to conventions.
2706 (gdbmi-debug-mode): New var.
2707 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2708 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2709 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2710 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2711 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2712 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2713 (gdbmi-bnf-incomplete-record-result): New functions.
2714 (gdb-car<): Remove function.
2715 (gdbmi-record-list): Remove variable.
2716 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2717 (gdbmi-bnf-result-state-configs): New const.
2718 (gud-gdbmi-marker-filter): Rewrite.
2719 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2720 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2721 Add `token' argument.
2722 (gdb-done, gdb-error): New functions.
2723 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2724
2725 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * term/xterm.el (xterm--report-background-handler): Don't burp
2728 upon timeout.
2729 (xterm--version-handler): Extract from terminal-init-xterm.
2730 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2731 Allow multiple handlers.
2732 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2733
2734 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2735 (xterm--report-background-handler, xterm--query): New functions.
2736 (terminal-init-xterm): Use them.
2737
2738 2013-03-11 Michael R. Mauger <michael@mauger.com>
2739
2740 * progmodes/sql.el Version 3.2
2741 Please note that my address changed to <michael@mauger.com>;
2742 the <mmaug@yahoo.com> address remains active.
2743 (sql-connection-alist): Updates documentation to fix bug#13715.
2744 (sql-connect): Handle missing `sql-connection-alist' correctly.
2745 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2746 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2747 property.
2748 (sql-default-value): New function.
2749 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2750 values were not used.
2751 (sql-rename-buffer): Make sure alternate buffer name has no text
2752 properties.
2753 (sql-input-sender, sql-execute-feature): Fetch variable with
2754 `buffer-local-value' rather than `with-current-buffer'.
2755 (sql-*): Use #' function syntax consistently.
2756 (sql-*): Use message/error/user-error consistently.
2757
2758 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * xt-mouse.el (xterm-mouse-event-read): Remove.
2761 (xterm-mouse--read-event-sequence-1000)
2762 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2763
2764 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * term/xterm.el (xterm-function-map): Support format used with
2767 formatOtherKeys=1 (bug#13839).
2768
2769 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2770 (with-no-warnings): Use `declare'.
2771
2772 * whitespace.el (whitespace-enable-predicate): New variable.
2773 (whitespace-enable-predicate): Use it.
2774
2775 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2776 (comint-output-filter, comint-update-fence):
2777 Use with-silent-modifications.
2778
2779 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2780
2781 * replace.el (occur-read-regexp-defaults-function): New var.
2782 (occur-read-regexp-defaults): New defun.
2783 (occur-read-primary-args): Propagate above change (bug#13892).
2784
2785 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2788
2789 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2790
2791 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2792
2793 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2794 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2795 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2796 New defconst.
2797 (tramp-gvfs-file-name-handler-alist) [directory-files]
2798 [directory-files-and-attributes, file-exists-p, file-modes]:
2799 Use Tramp default handler.
2800 [file-acl, file-selinux-context, process-file, set-file-acl]:
2801 [set-file-modes, set-file-selinux-context, shell-command]:
2802 [start-file-process]: Remove handler.
2803 [verify-visited-file-modtime]: New handler.
2804 (tramp-gvfs-dbus-string-to-byte-array)
2805 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2806 calls of `dbus-string-to-byte-array' and
2807 `tramp-gvfs-dbus-byte-array-to-string'.
2808 (tramp-gvfs-handle-copy-file)
2809 (tramp-gvfs-handle-delete-directory)
2810 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2811 (tramp-gvfs-handle-file-directory-p)
2812 (tramp-gvfs-handle-file-executable-p)
2813 (tramp-gvfs-handle-file-name-all-completions)
2814 (tramp-gvfs-handle-file-readable-p)
2815 (tramp-gvfs-handle-file-writable-p)
2816 (tramp-gvfs-handle-insert-directory)
2817 (tramp-gvfs-handle-insert-file-contents)
2818 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2819 (tramp-gvfs-handle-set-visited-file-modtime)
2820 (tramp-gvfs-handle-write-region): Rewrite.
2821 (tramp-gvfs-handle-file-acl)
2822 (tramp-gvfs-handle-file-selinux-context)
2823 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2824 (tramp-gvfs-handle-set-file-modes)
2825 (tramp-gvfs-handle-set-file-selinux-context)
2826 (tramp-gvfs-handle-shell-command)
2827 (tramp-gvfs-handle-start-file-process)
2828 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2829 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2830 over the symlinks. Fix user handling.
2831 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2832 of the D-Bus signals.
2833 (tramp-gvfs-connection-mounted-p): Handle different names of the
2834 D-Bus methods.
2835 (tramp-gvfs-mount-spec-entry): New defun.
2836 (tramp-gvfs-mount-spec): Use it.
2837 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2838 there is a share name. Handle different names of the D-Bus
2839 signals and methods. Set connection properties needed for
2840 `tramp-check-cached-permissions'.
2841 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2842 Return t or nil.
2843
2844 * net/tramp.el (tramp-backtrace): Move up.
2845 (tramp-error): Dump a backtrace into the debug buffer when
2846 `tramp-verbose > 9.
2847 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2848 (tramp-file-mode-permissions, tramp-get-local-uid)
2849 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2850 tramp-sh.el.
2851
2852 * net/tramp-sh.el (tramp-file-mode-type-map)
2853 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2854 (tramp-file-mode-permissions, tramp-get-local-uid)
2855 (tramp-get-local-gid): Move to tramp.el.
2856
2857 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 Separate mouse-1-click-follows-link from mouse-drag-region.
2860 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2861 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2862 (mouse-drag-line, mouse-drag-track):
2863 Remove mouse-1-click-follows-link code.
2864 (mouse--remap-link-click-p): Remove.
2865
2866 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2867
2868 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2869 (hi-lock-read-regexp-defaults): New defun.
2870 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2871 (hi-lock-face-phrase-buffer): Propagate above change.
2872 Update docstring (bug#13892).
2873
2874 * subr.el (find-tag-default-as-regexp): New defun.
2875 * replace.el (read-regexp): Propagate above change.
2876
2877 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2878
2879 * calc/calc-units.el (calc-convert-units): Fix the way that default
2880 new units are stored.
2881
2882 2013-03-07 Matthias Meulien <orontee@gmail.com>
2883
2884 * bookmark.el: Define a face to highlight bookmark names in
2885 bookmark menu buffers, where the default is a bold face similarly
2886 to buffer names in buffer menu buffers.
2887 (bookmark-menu-bookmark): New face to highlight bookmark names.
2888 (bookmark-insert-location): Remove duplicated text property to
2889 conform to buffer list (see `list-buffers').
2890 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2891 `bookmark-menu-bookmark' to bookmark names.
2892
2893 2013-03-07 Matthias Meulien <orontee@gmail.com>
2894 Karl Fogel <kfogel@red-bean.com>
2895
2896 * bookmark.el: Display the bookmark list header similarly to the
2897 buffer list header (see `list-buffers'), where the default is now
2898 an immovable/immutable header line.
2899 (bookmark-bmenu-use-header-line): New variable.
2900 (bookmark-bmenu-inline-header-height): New name for
2901 `bookmark-bmenu-header-height', to avoid confusion with the code
2902 for the new immovable header. All references changed.
2903 (bookmark-bmenu-set-header): New function.
2904 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2905 Conditionalize header construction accordingly.
2906 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2907 the inline header height.
2908 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2909 Conditionalize the skipping of the inline header height.
2910
2911 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2912
2913 * progmodes/js.el (js--multi-line-declaration-indentation):
2914 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2915
2916 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2917
2918 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2919 Only propertize regexp when not inside a string (Bug#13885).
2920
2921 2013-03-06 Alan Mackenzie <acm@muc.de>
2922
2923 Correct the position of point in some line-up functions.
2924 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2925 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2926 point at column 0 rather than at a random place in the line.
2927
2928 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * net/tramp-compat.el (tramp-compat-delete-directory):
2931 Implement TRASH argument.
2932
2933 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2934
2935 Keep pre-existing highlighting in completion candidates (Bug#13250).
2936 * minibuffer.el (completions-first-difference): State that the
2937 face is "added" in the docstring.
2938 (completions-common-part): Same. And don't inherit from default.
2939 (completion-hilit-commonality): Prepend 'completions-common-part
2940 and 'completion-first-difference faces to the 'face property,
2941 instead of replacing the value(s).
2942 (completion--insert-strings): Same with 'completions-annotations face.
2943 (completion-hilit-commonality): Use 'face instead of
2944 'font-lock-face, because it gets priority if the completion
2945 strings already have 'face set.
2946
2947 2013-03-04 Alan Mackenzie <acm@muc.de>
2948
2949 Replace `last-command-event' by `last-command-char' in XEmacs.
2950 * progmodes/cc-defs.el (c-last-command-char): New macro.
2951 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2952 (c-semi&comma-no-newlines-before-nonblanks)
2953 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2954 in place of `last-command-event'.
2955 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2956 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2957 (c-electric-paren, c-electric-continued-statement): Use the new
2958 macro in place of `last-command-event'.
2959
2960 2013-03-04 Glenn Morris <rgm@gnu.org>
2961
2962 * files.el (inhibit-local-variables-regexps):
2963 Add .diff and .patch. (Bug#13862)
2964
2965 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2968 whether the "su" command is available on the device.
2969
2970 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2971
2972 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2973 (tramp-adb-handle-process-file): Remove superfluous setting.
2974 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2975 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2976 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2977
2978 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2981 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2982 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2983 Use dict-key rather than dict-name for the error message.
2984
2985 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2986
2987 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2988 when reverting (bug#13831).
2989
2990 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2991
2992 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2993 Always expand affix-file before storing to protect against changed
2994 `default-directory'.
2995 (ispell-print-if-debug): Make sure message is printed at the end
2996 of the debug buffer.
2997
2998 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp.el (tramp-obsolete-methods): New defconst.
3001 (tramp-warned-obsolete-methods): New defvar.
3002 (tramp-find-method): Check for obsolete methods. Map them to a
3003 replacement method if appropriate.
3004
3005 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3006 Remove methods.
3007 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3008 "ssh2" and "plink1".
3009
3010 2013-02-28 Dale Sedivec <dale@codefu.org>
3011
3012 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3013 Return valid syntax-table property value when converting
3014 quotes within text from string syntax to punctuation syntax (bug#13844).
3015
3016 2013-02-28 Juri Linkov <juri@jurta.org>
3017
3018 * dired-aux.el (dired-diff): If file at point is a backup file,
3019 use its original as the default value, and reverse the order
3020 of arguments to the `diff' call. Doc fix. (Bug#13772)
3021
3022 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3025 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3026
3027 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3028
3029 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3030
3031 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3032 Ask hunspell about available and default dictionaries.
3033 (ispell-parse-hunspell-affix-file): Extract relevant info from
3034 hunspell affix file.
3035 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3036 `ispell-dictionary-alist' entry for given dictionary after info
3037 provided by `ispell-parse-hunspell-affix-file'.
3038 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3039 of parsed hunspell dicts and associated affix files.
3040 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3041 of parsed hunspell dicts and associated parameters.
3042 (ispell-set-spellchecker-params):
3043 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3044 previously done.
3045 (ispell-start-process):
3046 Call `ispell-hunspell-fill-dictionary-entry' for current
3047 dictionary if it is not initialized.
3048
3049 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * imenu.el: Comment nitpicks.
3052
3053 2013-02-28 Sam Steingold <sds@gnu.org>
3054
3055 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3056 See <http://stackoverflow.com/questions/14720205>.
3057
3058 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3059
3060 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3061 (net-utils-mode): Use it.
3062 (net-utils--revert-cmd): New var.
3063 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3064 (traceroute): Use net-utils-run-simple.
3065
3066 2013-02-28 Glenn Morris <rgm@gnu.org>
3067
3068 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3069
3070 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3073 (doc-view-fallback-mode): Remove overlays here.
3074 (doc-view-toggle-display): Instead of here. Don't throw away
3075 image-mode-winprops-alist.
3076 (doc-view-goto-page): Don't mess with hscroll.
3077
3078 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3079
3080 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3081 &optional (bug#13819).
3082
3083 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * net/tramp-adb.el (tramp-adb-parse-device-names)
3086 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3087
3088 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3091 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3092 defined. POSIX environments fall back to the "C" locale then and
3093 emit a warning, which shall be suppressed.
3094
3095 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3098 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3099
3100 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3103
3104 2013-02-25 Juri Linkov <juri@jurta.org>
3105
3106 * replace.el (read-regexp): Let-bind `default' to the first
3107 element of `defaults' if it's a list, otherwise it should be
3108 a string or nil. Let-bind `suggestions' to `defaults' if it's
3109 a list, otherwise make a list with the string value. Doc fix.
3110 (Bug#13805)
3111
3112 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3113
3114 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3115 that match "\`\.#", to avoid compiling lock files, even if they
3116 are readable (as they are on MS-Windows).
3117
3118 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * files.el (basic-save-buffer): Remove redundant directory-creation.
3121
3122 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3123
3124 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3125 Add option to force `pi' to remain symbolic.
3126 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3127 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3128 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3129 derivatives, when necessary.
3130
3131 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3132
3133 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3134 (ps-mode-octal-region): Use string-make-unibyte.
3135
3136 2013-02-23 Glenn Morris <rgm@gnu.org>
3137
3138 * emulation/viper-cmd.el (viper-submit-report):
3139 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3140 * progmodes/vera-mode.el (vera-mode-help-address):
3141 * textmodes/artist.el (artist-maintainer-address):
3142 * textmodes/reftex.el (reftex-report-bug):
3143 * vc/ediff-util.el (ediff-submit-report):
3144 Add bug-gnu-emacs to bug report address.
3145
3146 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3147 Remove bug report entries.
3148 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3149
3150 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3151 (byte-compile-file, byte-compile-from-buffer):
3152 Use separate input/output buffers for each level of recursive
3153 byte-compile-file calls. (Bug#13787)
3154
3155 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3156
3157 * net/tramp.el (tramp-methods): Fix docstring.
3158 (tramp-ssh-controlmaster-options): Rename it from
3159 `tramp-ssh-controlmaster-template'. Return a string.
3160 (tramp-default-method): Adapt check for
3161 `tramp-ssh-controlmaster-options'.
3162
3163 * net/tramp-sh.el (tramp-methods):
3164 Replace `tramp-ssh-controlmaster-template' by "%c".
3165 (tramp-do-copy-or-rename-file-out-of-band)
3166 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3167 that it is applied for the first hop only.
3168
3169 2013-02-22 Juri Linkov <juri@jurta.org>
3170
3171 * isearch.el (isearch-lazy-highlight-new-loop):
3172 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3173 to `isearch-other-end' if it is not nil. (Bug#13402)
3174
3175 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3176 to `match-beg'.
3177
3178 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3179 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3180 and `isearch-error' to nil.
3181
3182 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3183
3184 * progmodes/python.el (python-info-current-defun):
3185 Enhance match-data cluttering prevention.
3186
3187 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3190
3191 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3192 Handle multibyte file names.
3193
3194 2013-02-22 Glenn Morris <rgm@gnu.org>
3195
3196 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3197 (sgml-transformation-function): Give it a :set function.
3198 (sgml-tag): Doc fix.
3199
3200 * cmuscheme.el (scheme-buffer):
3201 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3202 * progmodes/tcl.el (inferior-tcl-buffer):
3203 * textmodes/tex-mode.el (tex-command): Doc fixes.
3204
3205 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3206
3207 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3208
3209 2013-02-21 Bastien Guerry <bzg@gnu.org>
3210
3211 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3212
3213 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3214
3215 * progmodes/python.el (python-info-current-defun):
3216 Enhance match-data cluttering prevention.
3217
3218 2013-02-21 Glenn Morris <rgm@gnu.org>
3219
3220 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3221 loaded while outline-regexp is let bound. (Bug#9584)
3222
3223 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3224
3225 * progmodes/python.el (python-info-current-defun): Fix failed
3226 defun name retrieval because of unwanted match-data cluttering.
3227
3228 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3229
3230 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3231 defconst. Apply independent check for ControlPersist.
3232
3233 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3234 temporarily, via "env".
3235
3236 2013-02-21 Glenn Morris <rgm@gnu.org>
3237
3238 * info.el (Info-enable-edit): Remove.
3239 (Info-edit): Disable it rather than using Info-enable.
3240 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3241 (Info-cease-edit): Make editing of Info files obsolete.
3242
3243 * informat.el (Info-tagify):
3244 Handle buffers not visiting files. (Bug#13763)
3245
3246 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3249
3250 2013-02-21 Glenn Morris <rgm@gnu.org>
3251
3252 * files.el (basic-save-buffer): Move check for existing parent
3253 directory after hooks. (Bug#13773)
3254
3255 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * simple.el (command-execute): Move from C. Add obsolete check.
3258 (extended-command-history): Move from C.
3259
3260 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3261
3262 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3263 (jka-compr-mode-alist-additions): Handle .txz suffix for
3264 XZ-compressed tar archives (bug#13770).
3265
3266 2013-02-20 Bastien Guerry <bzg@gnu.org>
3267
3268 * outline.el (outline-regexp, outline-heading-end-regexp):
3269 Make variables, not options (bug#13731).
3270
3271 2013-02-20 Glenn Morris <rgm@gnu.org>
3272
3273 * image.el (image-current-frame): Change from variable to function.
3274 (image-show-frame): Rename from image-nth-frame. Update callers.
3275 * image-mode.el (image-multi-frame): New variable.
3276 (image-mode-map, image-mode, image-goto-frame):
3277 Use image-multi-frame rather than image-current-frame.
3278 (image-mode, image-goto-frame): Use image-current-frame as
3279 function rather than as variable.
3280
3281 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3282 * emacs-lisp/cl-macs.el (cl--make-type-test)
3283 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3284
3285 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3288 (tramp-get-file-property, tramp-set-file-property)
3289 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3290 (tramp-flush-file-property, tramp-flush-directory-property):
3291 Rename argument to KEY.
3292 (tramp-flush-connection-property): Simplify a little bit.
3293 (tramp-connection-property-p): New defun.
3294 (top): Reapply saved values only if there isn't a corresponding
3295 entry in `tramp-connection-properties'.
3296
3297 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3298
3299 * progmodes/python.el (python-indent-context):
3300 Fix python-info-line-ends-backslash-p call.
3301 (python-info-line-ends-backslash-p)
3302 (python-info-beginning-of-backslash): Respect line-number argument.
3303 (python-info-current-line-comment-p):
3304 Fix behavior when not at beginning-of-line.
3305 (python-util-position): Remove function.
3306 (python-util-goto-line): New function.
3307
3308 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * eshell/em-unix.el (eshell/su): Require tramp.
3311 (eshell/sudo): Require tramp. Remove now unnecessary check.
3312
3313 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3314 `tramp-current-connection' in order to avoid an error when several
3315 commands are invoked in a short time in eshell and friends.
3316
3317 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 Cleanup some of EIEIO's namespace.
3320 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3321 Use it to define all the class-* and object-* field accessors (renamed
3322 to eieio--class-* and eieio--object-*). Update all uses.
3323 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3324 class-num-slots and object-num-slots.
3325 (eieio--check-type): New macro.
3326 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3327 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3328 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3329 (object-assoc-list-safe): Use it.
3330 (eieio-defclass): Tighten regexp.
3331 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3332 Remove unreachable code.
3333 (object-class-fast): Declare obsolete.
3334 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3335 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3336 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3337 Rename from class-name, object-name, object-set-name-string,
3338 object-class, object-class-name, class-parents, class-children,
3339 class-precedence-list, class-parent; with obsolete alias.
3340 (class-of, class-direct-superclasses, class-direct-subclasses):
3341 Declare obsolete.
3342 (eieio-defmethod): Use `memq'; remove unreachable code.
3343 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3344 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3345 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3346
3347 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3348
3349 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3350 commentary.
3351
3352 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3353
3354 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3355 Use font-lock-keyword-face for macros and special forms (bug#8345).
3356
3357 2013-02-17 Didier Verna <didier@didierverna.net>
3358
3359 * net/network-stream.el (network-stream-open-starttls):
3360 Check that response to the starttls-command is non-nil. (Bug#13706)
3361
3362 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3365 Don't assume all identifier chars have syntax word.
3366 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3367 Remove bar-not-symbol. Adjust callers.
3368 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3369
3370 2013-02-17 Leo Liu <sdl.web@gmail.com>
3371
3372 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3373
3374 2013-02-17 Glenn Morris <rgm@gnu.org>
3375
3376 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3377
3378 * image-mode.el (image-mode-map): Add image-dired menu entry.
3379
3380 * image-dired.el (tumme): Make this alias obsolete.
3381
3382 2013-02-16 Glenn Morris <rgm@gnu.org>
3383
3384 * image.el (image-animated-types): Remove.
3385 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3386 (image-animated-p): Make obsolete alias.
3387 (image-animate, image-nth-frame, image-animate-timeout):
3388 Use image-multi-frame-p.
3389 (image-animate-timeout): If no delay, use image-default-frame-delay.
3390 * image-mode.el (image-mode, image-toggle-animation):
3391 Use image-multi-frame-p. (Bug#763, bug#10739)
3392 (image-mode): Adjust startup message for a multi-frame image.
3393
3394 * image-mode.el (image-mode-map): Give it a menu.
3395
3396 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3397
3398 * net/tramp-cache.el (tramp-connection-properties): New customer
3399 option.
3400 (tramp-get-connection-property): Use it.
3401
3402 * net/tramp-compat.el (top): Require 'trampver.
3403
3404 * net/tramp-sh.el (tramp-remote-process-environment):
3405 Set tramp-autoload cookie.
3406
3407 2013-02-16 Kevin Ryde <user42@zip.com.au>
3408
3409 * info-look.el (info-lookup-select-mode): If major-mode has no
3410 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3411
3412 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3413
3414 * replace.el (read-regexp): Tighten the regexp that matches tag.
3415 When tag is retrieved with `find-tag-default', use regexp that
3416 matches tag at point. Also update docstring (Bug#13687).
3417
3418 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3419
3420 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3421 add watch for the file, not its parent directory, since w32notify
3422 sets up the watch for the directory internally. (Bug#13725)
3423
3424 2013-02-16 Glenn Morris <rgm@gnu.org>
3425
3426 * image.el (image-default-frame-delay): New variable.
3427 (image-animated-p): Use image-default-frame-delay.
3428 (image-minimum-frame-delay): New constant.
3429 (image-animate-timeout): Use image-minimum-frame-delay.
3430
3431 * image.el (image-nth-frame): New, split from image-animate-timeout.
3432 (image-animate-timeout): Use image-nth-frame.
3433 * image-mode.el (image-goto-frame, image-next-frame)
3434 (image-previous-frame): New commands.
3435 (image-mode-map): Add new frame commands.
3436
3437 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3438
3439 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3440 If col-desc already has help-echo, use it. (Bug#13563)
3441
3442 2013-02-16 Glenn Morris <rgm@gnu.org>
3443
3444 * image.el (image-current-frame): New variable.
3445 (image-animate-timeout): Set image-current-frame.
3446 * image-mode.el (image-mode): For animated images,
3447 display a frame counter via mode-line-process.
3448
3449 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3450
3451 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3454
3455 2013-02-15 Alan Mackenzie <acm@muc.de>
3456
3457 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3458 global minor mode has been enabled, call the minor mode function
3459 for a new buffer once only, after the major mode hook, whilst
3460 allowing that hook explicitly to disable the minor mode.
3461 (MODE-disable-in-buffer): New (generated) function.
3462 (disable-MODE): New (generated) buffer local variable.
3463
3464 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3465
3466 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3467 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3468 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3469 `ido-next-match' and `ido-prev-match' resply.
3470 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3471 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3472 `icomplete-backward-completions' (Bug#13708).
3473
3474 2013-02-15 Glenn Morris <rgm@gnu.org>
3475
3476 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3477
3478 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3481 (goto-address-fontify-region): Use them instead of narrowing, so
3482 syntax-ppss has access to the whole buffer.
3483
3484 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3485
3486 * progmodes/python.el: Explain how to restore "cc-mode"-like
3487 forward-sexp movement in header documentation (Bug#13642).
3488 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3489 comments and strings (GH bug 114).
3490
3491 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3492
3493 * progmodes/python.el (python-info-current-defun): Fix current
3494 defun detection (Bug#13618).
3495
3496 2013-02-15 Chong Yidong <cyd@gnu.org>
3497
3498 * xml.el (xml-parse-string): Fix typo in handling of bad character
3499 references.
3500
3501 2013-02-15 Glenn Morris <rgm@gnu.org>
3502
3503 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3504
3505 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3506
3507 * net/tramp.el (tramp-debug-message):
3508 Add `tramp-condition-case-unless-debug'.
3509 (tramp-debug-on-error): New defvar.
3510 (tramp-condition-case-unless-debug): New defun.
3511 (tramp-file-name-handler): Use it.
3512
3513 2013-02-14 Juri Linkov <juri@jurta.org>
3514
3515 * info.el (Info-isearch-filter): Treat non-nil values of
3516 `search-invisible' including its default value `open'
3517 like the value `t' to match hidden text. (Bug#13402)
3518
3519 2013-02-14 Glenn Morris <rgm@gnu.org>
3520
3521 * help-fns.el (find-lisp-object-file-name): Give special treatment
3522 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3523
3524 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3525
3526 * net/quickurl.el (quickurl-save-urls):
3527 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3528
3529 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3530
3531 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3532 depth for unfinished percent literal. Not using it in the caller.
3533 (ruby-move-to-block): Jump over multiline literals of all types,
3534 ignoring code-looking contents inside them.
3535 (ruby-add-log-current-method): Improve performance at the expense
3536 of accuracy. `ruby-block-contains-point' is relatively slow, so
3537 only use it for method and singleton class blocks.
3538
3539 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3540
3541 Use ControlMaster where applicable. (Bug#13677)
3542
3543 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3544 replacing `tramp-detect-ssh-controlmaster'.
3545 (tramp-default-method): Use it.
3546
3547 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3548 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3549 arguments.
3550 [scpc, rsyncc]: Remove methods.
3551 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3552 and "ssh2_old".
3553 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3554 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3555
3556 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * emacs-lisp/package.el (package--initialized): Move before first use.
3559
3560 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3561
3562 * icomplete.el (icomplete-hide-common-prefix): New user option.
3563 (icomplete-first-match): New face.
3564 (icomplete-completions): Correct handling of "complete but not
3565 unique" (Bug#12638).
3566
3567 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3568
3569 * descr-text.el (describe-char): Display the script (bug#13698).
3570
3571 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * tmm.el: Use lexical-binding and current-active-maps.
3574 (tmm-menubar): Use map-keymap and pcase.
3575 (tmm--completion-table): New function.
3576 (tmm-prompt): Use it to fix the menu order.
3577 (tmm-get-keybind): Use current-active-maps.
3578
3579 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3580
3581 Add dired-hide-details-mode. (Bug#6799)
3582
3583 * locate.el (locate-mode): Set parent mode property to dired-mode.
3584
3585 * find-dired.el (find-dired): Call dired-insert-set-properties on
3586 initial information line. Set process mark on end of buffer.
3587 (find-dired-sentinel):
3588 Call dired-insert-set-properties on summary.
3589
3590 * dired.el (dired-hide-details-hide-symlink-targets)
3591 (dired-hide-details-hide-information-lines): New options.
3592 (dired-insert-directory):
3593 Set properties after final treatment of output.
3594 (dired-insert-set-properties):
3595 Set dired-hide-details-* properties.
3596 (dired-mode-map): Bind dired-hide-details-mode.
3597 (dired-mode): Set buffer-invisibility-spec to a list.
3598 (dired-next-line): Skip hidden lines.
3599 (dired-previous-line): Use dired-next-line.
3600 (dired-hide-details-mode): New minor mode.
3601 (dired-hide-details-update-invisibility-spec): New function.
3602
3603 2013-02-13 Glenn Morris <rgm@gnu.org>
3604
3605 * play/yow.el: Move to obsolete/. (Bug#9384)
3606
3607 2013-02-13 Juri Linkov <juri@jurta.org>
3608
3609 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3610 to select `ediff-control-frame' and set input focus correctly on Xfce.
3611 (Bug#12218)
3612
3613 2013-02-13 Juri Linkov <juri@jurta.org>
3614
3615 * image-mode.el (image-mode-map):
3616 * doc-view.el (doc-view-mode-map):
3617 * vc/ediff-util.el (ediff-setup-keymap):
3618 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3619
3620 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3621
3622 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3623 performance. Instead of recalculating indentation fully for each
3624 line, sum up indentation depth based only on visited lines.
3625 (ruby-parse-partial): Increase the depth after "do" even when END
3626 is right after it.
3627 (ruby-parse-partial): When END is in the middle of a percent
3628 literal, increase the depth if the delimiter chars belong to the
3629 paren syntax class.
3630
3631 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3632
3633 * play/fortune.el (fortune-compile): Also make the compiled file
3634 if it does not exist at all, not just if it is old. (Bug#5338)
3635
3636 2013-02-13 Glenn Morris <rgm@gnu.org>
3637
3638 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3639
3640 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3641
3642 * lisp/emacs-lisp/package.el (package-menu-execute):
3643 Add optional noquery argument. (Bug#13625)
3644
3645 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3646
3647 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3648 if DIR exists and PARENTS is non-nil.
3649
3650 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * progmodes/js.el (js--multi-line-declaration-indentation):
3653 Silence byte-compiler warning.
3654
3655 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3656
3657 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3658
3659 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3660 only if it doesn't exist.
3661
3662 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3663 Set process marker.
3664
3665 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3666
3667 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3668 UserInstallation when calling soffice to work around LibreOffice
3669 bug 37531.
3670
3671 2013-02-12 Glenn Morris <rgm@gnu.org>
3672
3673 * files.el (basic-save-buffer):
3674 Offer to create a non-existing directory. (Bug#3016)
3675
3676 * calc/calc-graph.el (calc-graph-show-dumb):
3677 * calendar/calendar.el (calendar-mode-map):
3678 * cus-edit.el (custom-mode-map):
3679 * ehelp.el (electric-help-map):
3680 * emulation/vip.el (vip-mode-map):
3681 * epa.el (epa-key-list-mode-map):
3682 * info.el (Info-mode-map):
3683 * mail/rmail.el (rmail-mode-map):
3684 * mail/rmailsum.el (rmail-summary-mode-map):
3685 * man.el (Man-mode-map):
3686 * net/newst-plainview.el (newsticker-mode-map):
3687 * progmodes/cpp.el (cpp-edit-mode-map):
3688 * progmodes/grep.el (grep-mode-map):
3689 * progmodes/idlw-help.el (idlwave-help-mode-map):
3690 * simple.el (special-mode-map):
3691 * startup.el (splash-screen-keymap):
3692 * view.el (view-mode-map):
3693 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3694
3695 2013-02-11 Elias Pipping <pipping@lavabit.com>
3696
3697 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3698 (bug#13679).
3699
3700 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3703
3704 2013-02-11 Glenn Morris <rgm@gnu.org>
3705
3706 * vc/diff.el (diff-use-labels): New variable.
3707 (diff-no-select): Use --label rather than -L, and first
3708 check that it is supported. (Bug#11067)
3709
3710 * files.el (enable-dir-local-variables): New variable.
3711 (hack-dir-local-variables): Respect enable-dir-local-variables.
3712 * tutorial.el (help-with-tutorial):
3713 Ignore directory-local variables. (Bug#11127)
3714
3715 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3716 (vc-svn-global-switches): ... to here. (Bug#13513)
3717
3718 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3719
3720 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3721 Handle "foo (bar, default: xxx): " prompts.
3722
3723 2013-02-10 Chong Yidong <cyd@gnu.org>
3724
3725 * files.el (basic-save-buffer-1): Do not set
3726 buffer-file-coding-system-explicit (Bug#4533).
3727
3728 * mail/emacsbug.el (report-emacs-bug): Change binding of
3729 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3730
3731 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3732
3733 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3734 * calc/calc-units.el (calc-convert-units): Use new variable.
3735
3736 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3737
3738 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3739
3740 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3741 buffer-file-type.
3742
3743 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3744 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3745 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3746 coding-system-for-write instead.
3747
3748 * jka-compr.el (jka-compr-write-region): Don't bind
3749 buffer-file-type.
3750
3751 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3752 buffer-file-type.
3753
3754 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3755 (insert-file-contents-literally): Remove reference to
3756 file-name-buffer-file-type-alist.
3757
3758 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3759 make-obsolete.
3760 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3761 (find-buffer-file-type-coding-system): Remove references to
3762 find-buffer-file-type-match, find-buffer-file-type, and
3763 buffer-file-type.
3764 Don't put find-buffer-file-type-coding-system into
3765 file-coding-system-alist.
3766 (find-file-binary, find-file-text): Bind coding-system-for-read
3767 instead of file-name-buffer-file-type-alist.
3768
3769 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3770
3771 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3772 converter (Bug#13622).
3773 (doc-view-unoconv-program): Make obsolete alias.
3774 (doc-view-odf->pdf-converter-program): New variable.
3775 (doc-view-odf->pdf-converter-function): New variable.
3776 (doc-view-mode-p): Use it.
3777 (doc-view-odf->pdf-converter-unoconv):
3778 Rename from `doc-view-odf->pdf-converter-unoconv'.
3779 (doc-view-odf->pdf-converter-soffice): New function.
3780 (doc-view-convert-current-doc):
3781 Use `doc-view-odf->pdf-converter-function'.
3782
3783 2013-02-09 Chong Yidong <cyd@gnu.org>
3784
3785 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3786 view-echo-area-messages (Bug#13340).
3787
3788 * help.el (view-echo-area-messages): Use display-buffer.
3789
3790 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3791 (Bug#13561).
3792
3793 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3796 Eval body right away, now that we do eager macroexpansion (bug#13605).
3797
3798 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3799 (fundamental-mode): Use run-mode-hooks.
3800
3801 * eshell/esh-proc.el (eshell/kill): Fix last change.
3802 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3803
3804 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3805
3806 * eshell/esh-proc.el (eshell/kill): Rewrite.
3807
3808 * eshell/em-ls.el (show-almost-all): Declare.
3809 (eshell-do-ls): Add support for -A argument.
3810
3811 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3812
3813 * icomplete.el (icomplete-forward-completions)
3814 (icomplete-backward-completions): Handle corner case (bug#13602).
3815
3816 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3819 be nil. Handle this. (Bug#13636)
3820
3821 2013-02-07 Richard Stallman <rms@gnu.org>
3822
3823 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3824 `save-buffer-coding-system'.
3825
3826 2013-02-07 Alan Mackenzie <acm@muc.de>
3827
3828 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3829 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3830 (c-parse-state-get-strategy): Don't return 'BOD any more.
3831 (c-append-lower-brace-pair-to-state-cache):
3832 Extra parameter HERE instead of narrowing.
3833 Widen to top of buffer before searching backwards for a brace pair.
3834 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3835 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3836 Narrow to parameter HERE, in place of being called narrowed.
3837 (c-remove-stale-state-cache): Extra parameter HERE in place of
3838 narrowing. Check there's an open brace in the cache before
3839 searching for its match.
3840 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3841 (c-parse-state-1): Don't narrow here for 'forward strategy,
3842 instead passing extra parameter HERE to several functions.
3843 Remove 'BOD strategy.
3844
3845 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3846
3847 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3848 used to install the package.
3849
3850 2013-02-06 Glenn Morris <rgm@gnu.org>
3851
3852 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3853 if we can't get user input. (Bug#6567)
3854
3855 * startup.el (command-line): If simple.el is missing,
3856 test and warn about for some possible causes.
3857
3858 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3859
3860 * cus-start.el (all): Add ns-use-native-fullscreen.
3861
3862 2013-02-05 Glenn Morris <rgm@gnu.org>
3863
3864 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3865
3866 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3867 Fix directory creation in fallback case.
3868
3869 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3870
3871 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3872 (vc-update-change-log): Use dolist.
3873
3874 2013-02-04 Chong Yidong <cyd@gnu.org>
3875
3876 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3877 code from ffap.el.
3878 (thing-at-point-beginning-of-url-regexp): New var.
3879 (thing-at-point-uri-schemes): Update list of URI schemes.
3880 (thing-at-point-url-regexp): Variable deleted.
3881 (thing-at-point-markedup-url-regexp): Disallow newlines.
3882 (thing-at-point-newsgroup-regexp)
3883 (thing-at-point-newsgroup-heads)
3884 (thing-at-point-default-mail-uri-scheme): New variables.
3885 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3886 method to find the possible bounds of the URI at point.
3887 New optional argument to find ill-formed URIs.
3888 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3889 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3890 the scheme-adding heuristics from ffap-url-at-point.
3891 (thing-at-point--bounds-of-well-formed-url): New function.
3892 Do parens matching to decide whether to include parens in the URI
3893 (Bug#9153).
3894
3895 * ffap.el: Require thingatpt.
3896 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3897 All URI-valid characters are now recognized (Bug#5673).
3898 (ffap-string-at-point): Use use-region-p.
3899 (ffap-url-regexp): Extra character is handled by thing-at-point.
3900 (ffap-string-at-point-mode-alist): Allow parentheses.
3901 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3902 Convert to aliases; code moved to thingatpt.el.
3903 (ffap-gnus-hook): Use setq-local.
3904
3905 2013-02-04 Glenn Morris <rgm@gnu.org>
3906
3907 * emacs-lisp/ert.el (ert--explain-format-atom):
3908 Don't try to print non-characters as characters. (Bug#13543)
3909
3910 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3911
3912 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3913 (tramp-backtrace): New defun.
3914 (tramp-handle-insert-file-contents): Use `visit' when inserting
3915 the local copy.
3916
3917 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3918 Use `remote-file-name-inhibit-cache'.
3919
3920 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3923 (bug#13614).
3924
3925 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3926 current-load-list (bug#13366).
3927
3928 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3929
3930 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3931 Identify g++ template instantiation trace. (Bug#12287)
3932 (compilation-mode-hook, compilation-start-hook)
3933 (compilation-window-height): Simplify docstrings. (Bug#13379)
3934
3935 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * mouse.el (mouse-drag-track): Always deactivate the mark before
3938 running the final event's command since that command is in charge of
3939 activating the mark if needed (bug#13523).
3940
3941 2013-02-02 Juri Linkov <juri@jurta.org>
3942
3943 * replace.el (perform-replace): Move let-bindings of isearch-*
3944 variables deeper to the loop that searches for the next match.
3945 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3946 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3947 (Bug#13579)
3948
3949 * isearch.el (isearch-search-fun-default): Check for null
3950 first element of isearch-cmds as a precaution when it's used
3951 with inactive isearch.
3952
3953 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3954
3955 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3956 error when buffer in question is narrowed so position 1 is out of
3957 visible part.
3958
3959 2013-02-02 Glenn Morris <rgm@gnu.org>
3960
3961 * textmodes/remember.el (remember-clipboard): Doc fix.
3962
3963 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3966 properties (bug#13179).
3967
3968 2013-02-02 Juri Linkov <juri@jurta.org>
3969
3970 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3971 instead of hard-coded default face `match'. (Bug#9438)
3972
3973 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3974
3975 * vc/vc-arch.el (vc-arch-registered):
3976 * vc/vc-bzr.el (vc-bzr-registered):
3977 * vc/vc-cvs.el (vc-cvs-registered):
3978 * vc/vc-git.el (vc-git-registered):
3979 * vc/vc-hg.el (vc-hg-registered):
3980 * vc/vc-mtn.el (vc-mtn-registered):
3981 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3982 (Bug#13139)
3983
3984 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3985 prefix argument. (Bug#11656)
3986
3987 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3990
3991 2013-02-01 Glenn Morris <rgm@gnu.org>
3992
3993 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3994 if the backend is known not to support it.
3995
3996 * imenu.el (imenu-default-create-index-function):
3997 Tweak infinite loop test to check for forward motion as well as none.
3998
3999 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4000
4001 * net/soap-client.el (soap-invoke): Encode the string for
4002 `url-request-data' as UTF-8.
4003 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4004
4005 2013-02-01 Glenn Morris <rgm@gnu.org>
4006
4007 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4008
4009 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4010
4011 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * net/tramp.el (tramp-tramp-file-p): Comment check for
4014 `string-as-unibyte'. The function does not exist on XEmacs, and
4015 likely we need another approach.
4016
4017 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4018 `tramp-gw-*' variables are bound.
4019
4020 2013-01-31 Glenn Morris <rgm@gnu.org>
4021
4022 * files.el (basic-save-buffer-2): Choose coding system for
4023 writing the file before backing it up, to reduce delay between
4024 backing up and writing the new version. (Bug#13522)
4025
4026 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4027
4028 * simple.el (cycle-spacing): New command.
4029 (just-one-space): Use it.
4030
4031 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4034 (opascal-newline-always-indents): Remove custom.
4035 (opascal-tab, opascal-newline): Remove commands.
4036 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4037 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4038 (opascal-save-match-data): Remove, use save-match-data instead.
4039 (opascal-save-state): Use with-silent-modifications.
4040
4041 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4042 (bug#13585).
4043
4044 2013-01-30 Juri Linkov <juri@jurta.org>
4045
4046 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4047 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4048 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4049
4050 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4053 column if we're just deleting the backslashes.
4054 (makefile-fill-paragraph): Use eolp.
4055
4056 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * autorevert.el (auto-revert-use-notify): Fix docstring.
4059
4060 2013-01-30 Leo Liu <sdl.web@gmail.com>
4061
4062 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4063
4064 2013-01-30 Glenn Morris <rgm@gnu.org>
4065
4066 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4067 unread-command-events twice in some cases. This tries to implement
4068 the 2012-07-26 changes in a different way. (Bug#13560)
4069
4070 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4071
4072 * progmodes/python.el
4073 (python-pdbtrack-comint-output-filter-function): Enhancements on
4074 stacktrace detection. (thanks @gnovak)
4075
4076 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4079 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4080 Use defvar-local.
4081 (jit-lock-register): Use setq-local.
4082
4083 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4084
4085 * calc-units.el (math-default-units-table): Remove initial value.
4086 (calc-convert-units): Treat expressions where all the units cancel as
4087 if they didn't have units.
4088
4089 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4092 (tramp-completion-reread-directory-timeout): Fix type.
4093 (tramp-connection-min-time-diff): New defcustom.
4094
4095 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4096
4097 2013-01-30 Glenn Morris <rgm@gnu.org>
4098
4099 * imenu.el (imenu-default-create-index-function):
4100 Put back a version of the infinite loop test removed 2013-01-23.
4101
4102 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4103
4104 * progmodes/python.el (python-shell-parse-command):
4105 Find python-shell-interpreter with modified environment.
4106
4107 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4110
4111 2013-01-29 Alan Mackenzie <acm@muc.de>
4112
4113 Amend to fontify /regexp/s in actions correctly.
4114 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4115 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4116 are no longer included.
4117 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4118 What used to be these variables without "-line" in the name.
4119 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4120 (c-awk-non-arith-op-bra-re): Now also matches {.
4121 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4122 "return", and "case".
4123 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4124 by /.
4125 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4126 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4127
4128 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * autorevert.el (auto-revert-use-notify):
4131 Use `custom-initialize-default' for initialization. (Bug#13583)
4132
4133 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4134
4135 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4136 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4137 in `tramp-file-name-handler'.
4138 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4139 compatibility.
4140 (tramp-compute-multi-hops): Check, whether
4141 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4142
4143 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4146 (bug#13297).
4147
4148 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4149
4150 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4151 checks made superfluous by the \_< operator.
4152 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4153 temporarily) broken indentation.
4154 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4155 Highlight nested constants, too. \_< broke that.
4156
4157 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4158
4159 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4160 instead of "\\b".
4161
4162 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4163
4164 * autorevert.el (auto-revert-handler): Notifications which result
4165 from a saved file shall not be taken into account. (Bug#13557)
4166
4167 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4168
4169 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4170 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4171 (lisp-mode): Pass t for it. (Bug#13556)
4172
4173 2013-01-25 Alan Mackenzie <acm@muc.de>
4174
4175 AWK Mode: Fix indentation bug at top level. Bug #12274.
4176
4177 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4178 just before CASE 5D.
4179
4180 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4181
4182 * net/socks.el (socks-nslookup-host): Use string-to-number.
4183
4184 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4185
4186 * autorevert.el (auto-revert-remote-files)
4187 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4188 (auto-revert-notify-enabled, auto-revert-use-notify)
4189 (auto-revert-notify-watch-descriptor-hash-list)
4190 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4191 (auto-revert-notify-event-descriptor)
4192 (auto-revert-notify-event-action)
4193 (auto-revert-notify-event-file-name): Doc fix.
4194 (global-auto-revert-mode): Reorder checks.
4195 (auto-revert-notify-rm-watch): Respect changed values of
4196 `auto-revert-notify-watch-descriptor-hash-list'.
4197 (auto-revert-notify-add-watch): Check for
4198 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4199 `inotify-add-watch'. Watch `default-directory' instead of
4200 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4201 has a changed meaning now. (Bug#13540)
4202 (auto-revert-notify-handler): Change implementation wrt events
4203 returning from a directory.
4204 (auto-revert-handler): Reorder implementation for checks of remote
4205 files.
4206 (auto-revert-buffers): Fix parentheses error.
4207
4208 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4209
4210 * progmodes/python.el: Enhancements to header documentation about
4211 skeletons. (Bug#5716)
4212
4213 * imenu.el (imenu-default-create-index-function): Remove useless
4214 infinite loop check. (Bug#13438)
4215
4216 2013-01-25 Alan Mackenzie <acm@muc.de>
4217
4218 Fix a bug in the state cache mechanism. Refactor this a bit.
4219
4220 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4221 `cache-pos' element from the return value.
4222 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4223 buffer to enable proper searching from beyond HERE. Amend the
4224 test for detecting the sought brace pair. Amend the value written
4225 to the "brace desert cache" when the brace isn't found.
4226 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4227 and several other variables analogously.
4228 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4229 parameter to a locally calculated variable.
4230 (c-parse-state-1): Change the calling conventions to the two
4231 defuns involving `cache-pos'.
4232
4233 2013-01-25 Chong Yidong <cyd@gnu.org>
4234
4235 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4236
4237 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4238
4239 * paren.el (show-paren-function): Make sure to set 'priority and
4240 'face only if the overlay does exist.
4241
4242 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4245
4246 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4247 basic attributes.
4248 (tramp-sh-handle-set-file-acl): Improve error checking.
4249
4250 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4251
4252 * doc-view.el (doc-view-display): Force mode line update until all
4253 document is converted. Suggested by Stefan Monnier (Bug#13164).
4254
4255 2013-01-23 Bastien Guerry <bzg@gnu.org>
4256
4257 * paren.el (show-paren-function): Make sure an overlay exists
4258 before trying to delete it. Also use `pos' as a position only
4259 when it is an integer.
4260
4261 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4262
4263 * play/gametree.el (gametree-break-line-here): Use point-marker.
4264
4265 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4266
4267 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4268 Mark descriptive parts with `display' property.
4269
4270 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4271
4272 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4273 New variable to map standard dict names to hunspell ones.
4274 (ispell-set-spellchecker-params): Make sure specific dict names
4275 are used for standard dicts with hunspell.
4276
4277 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4278
4279 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4280 chars for note (%N) and url (%U).
4281 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4282
4283 2013-01-21 Juri Linkov <juri@jurta.org>
4284
4285 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4286 in addition to existing separate binding `meta f10' in `global-map'.
4287 (Bug#13484)
4288
4289 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4290
4291 Improve XEmacs compatibility.
4292
4293 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4294
4295 * net/tramp-adb.el (top): Require `time-date'.
4296 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4297 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4298 Use `tramp-file-name-handler'.
4299 (tramp-adb-maybe-open-connection):
4300 Use `tramp-compat-set-process-query-on-exit-flag'.
4301
4302 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4303 Use `tramp-compat-funcall'.
4304
4305 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4306 `tramp-compat-funcall'.
4307
4308 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4309
4310 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4311 reimplementation using "adb shell command ..." instead of running
4312 remote shell interactively.
4313
4314 2013-01-20 Glenn Morris <rgm@gnu.org>
4315
4316 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4317 Add native profiler menu entries.
4318
4319 * profiler.el (profiler-running-p): New function.
4320 (profiler-cpu-profile): Use profiler-running-p.
4321 (profiler-report-mode-map): Add some more menu entries.
4322
4323 2013-01-19 Glenn Morris <rgm@gnu.org>
4324
4325 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4326 fixes 2012-12-07 change. (Bug#13499)
4327
4328 2013-01-19 Leo Liu <sdl.web@gmail.com>
4329
4330 * dired.el (dired-get-marked-files): Prune erroneous values due to
4331 last change. (Bug#13152)
4332
4333 2013-01-19 Glenn Morris <rgm@gnu.org>
4334
4335 * progmodes/etags.el (tags-table-check-computed-list):
4336 Preserve point in tags buffer. (Bug#13412)
4337
4338 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4339
4340 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4341 Chong Yidong <cyd@gnu.org>
4342
4343 * image-mode.el (image-next-file, image-previous-file):
4344 New commands (Bug#8453).
4345 (image-mode-map): Bind them to n and p.
4346 (image-mode--images-in-directory): New helper function.
4347
4348 2013-01-19 Chong Yidong <cyd@gnu.org>
4349
4350 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4351 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4352 save and restore the old window configuration.
4353
4354 2013-01-18 Leo Liu <sdl.web@gmail.com>
4355
4356 * progmodes/js.el: Tweak autoload cookie for alias.
4357
4358 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4361 buffer local, again. This was lost with the fix on 2013-01-12.
4362
4363 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4364
4365 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4366 order to support several eshell buffers in parallel.
4367
4368 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4369
4370 * autorevert.el (auto-revert-use-notify): In the :set function, do
4371 not modify `kill-buffer-hook'.
4372 (auto-revert-notify-rm-watch):
4373 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4374 (auto-revert-notify-add-watch): Do not call
4375 `auto-revert-notify-rm-watch', but add it to a buffer local
4376 `kill-buffer-hook'.
4377
4378 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4381 call to `eval' rather than a backquoted lambda.
4382
4383 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4386 to return an explicit nil.
4387 (advice--remove-function): Change accordingly.
4388
4389 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4390 the use of nadvice.el.
4391
4392 * progmodes/which-func.el (which-function): Silence imenu errors
4393 (bug#13433).
4394
4395 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4396
4397 * progmodes/sql.el (sql-imenu-generic-expression):
4398 (sql-mode-font-lock-object-name): Match schema qualified names.
4399 (sql-connect): Use string keys.
4400 (sql-product-interactive): Wait for interpreter prompt.
4401 (sql-comint-oracle): Set process coding based on NLS_LANG.
4402
4403 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4404
4405 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4406 (sql-interactive-remove-continuation-prompt):
4407 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4408
4409 2013-01-14 Leo Liu <sdl.web@gmail.com>
4410
4411 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4412 (Bug#13420)
4413
4414 2013-01-14 Glenn Morris <rgm@gnu.org>
4415
4416 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4417 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4418
4419 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4420
4421 * progmodes/python.el (python-nav-end-of-statement):
4422 Fix cornercase when handling multiline strings.
4423
4424 2013-01-13 Richard Stallman <rms@gnu.org>
4425
4426 * mail/sendmail.el (mail-position-on-field): Add doc string.
4427
4428 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4429 Get current message boundaries and pass them to
4430 message-forward-make-body-mime. Minor style changes.
4431
4432 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4433
4434 * cus-start.el (all): Avoid warnings about
4435 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4436
4437 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4438
4439 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4440
4441 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4444 (jit-lock--debug-fontifying): New var.
4445 (jit-lock--debug-fontify): New function.
4446 * subr.el (condition-case-unless-debug): Don't prevent catching the
4447 error, just let the debbugger run.
4448 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4449 timer code and don't drop errors silently.
4450
4451 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4454 `permanent-local' property.
4455 (auto-revert-notify-handler): Use `file-equal-p'.
4456
4457 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4458
4459 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4460 file notification by ACTION. For filtering by file name, compare
4461 only the non-directory part of the file name.
4462
4463 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * autorevert.el: Use cl-lib instead of cl.
4466
4467 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4468 (vc-bzr-checkin): Use it.
4469 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4470 will preserve match-data.
4471
4472 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4473
4474 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4475 (js--declaration-keyword-re): New var.
4476 (js--multi-line-declaration-indentation): New function.
4477 (js--proper-indentation): Use it.
4478
4479 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4480
4481 * calc/calc.el (calc-highlight-selections-with-faces)
4482 (calc-dispatch):
4483 * comint.el (comint-history-isearch-message):
4484 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4485 * ffap.el (ffap-string-at-point-region, ffap-next)
4486 (ffap-string-at-point, ffap-string-around)
4487 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4488 (ffap-literally):
4489 * font-lock.el (font-lock-keywords-alist)
4490 (font-lock-removed-keywords-alist):
4491 * help-mode.el (help-xref-symbol-regexp):
4492 * info.el (Info-find-emacs-command-nodes):
4493 * international/mule.el (add-to-coding-system-list):
4494 * isearch.el (isearch-message-function, isearch-fail-pos):
4495 * misearch.el (multi-isearch-next-buffer-function):
4496 * newcomment.el (comment-box):
4497 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4498 (pr-setting-database):
4499 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4500 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4501 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4502 (pike-font-lock-keywords-3):
4503 * progmodes/compile.el (compile):
4504 * progmodes/etags.el (tags-table-files)
4505 (tags-table-files-function, tags-included-tables-function):
4506 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4507 (gdb-restore-windows):
4508 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4509 (ps-n-up-filling-database):
4510 * server.el (server-buffer, server-log):
4511 * simple.el (newline, delete-backward-char, delete-forward-char)
4512 (minibuffer-history-isearch-message, kill-line, track-eol)
4513 (temporary-goal-column):
4514 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4515 (flyspell-default-deplacement-commands):
4516 * textmodes/ispell.el (ispell-accept-output):
4517 * textmodes/sgml-mode.el (html-tag-help):
4518 * vc/compare-w.el (compare-ignore-whitespace)
4519 (compare-ignore-case, compare-windows-dehighlight):
4520 * vc/diff.el (diff):
4521 * whitespace.el (whitespace-point)
4522 (whitespace-font-lock-refontify, whitespace-bob-marker)
4523 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4524
4525 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4526
4527 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4528 (auto-revert-notify-rm-watch): Ignore errors.
4529 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4530 inotify, and '(size last-write-time) for w32notify.
4531 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4532 watch fails - this is a fallback to the file modification check.
4533 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4534 (auto-revert-notify-event-action)
4535 (auto-revert-notify-event-file-name): New defuns.
4536 (auto-revert-notify-handler): Use them. Implement first
4537 plausibility checks.
4538 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4539
4540 2013-01-11 Julien Danjou <julien@danjou.info>
4541
4542 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4543 max are almost equal. Also return the correct value for V which is
4544 already between 0 and 1.
4545
4546 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4547
4548 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4549
4550 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4551
4552 * autorevert.el (auto-revert-notify-rm-watch)
4553 (auto-revert-notify-add-watch): Fix typos in w32notify function
4554 names.
4555
4556 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4557
4558 * autorevert.el (auto-revert-notify-enabled): Move up.
4559 (auto-revert-use-notify): New defcustom.
4560 (auto-revert-mode, global-auto-revert-mode)
4561 (auto-revert-notify-add-watch, auto-revert-handler)
4562 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4563 `auto-revert-notify-enabled'.
4564
4565 2013-01-10 Elias Pipping <pipping@exherbo.org>
4566
4567 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4568 * doc-view.el (doc-view-document->bitmap):
4569 Use doc-view-single-page-converter-function instead of
4570 single-page-converter arg; adjust callers.
4571
4572 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4573
4574 * progmodes/which-func.el (which-function): Understand Semantic's use
4575 of overlays in imenu--index-alist.
4576
4577 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4578
4579 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4580 (Man-man-k-use-anchor): New var.
4581 (Man-parse-man-k): New function.
4582 (Man-completion-table): Use it.
4583 (man): Flush the completion cache between uses.
4584
4585 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4586
4587 * autorevert.el: Add file watch support.
4588 (auto-revert-notify-enabled): New defconst.
4589 (auto-revert-notify-watch-descriptor-hash-list)
4590 (auto-revert-notify-watch-descriptor)
4591 (auto-revert-notify-modified-p): New defvars.
4592 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4593 (auto-revert-notify-handler): New defuns.
4594 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4595 when mode is disabled.
4596 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4597 (auto-revert-buffers): Add file watches for active buffers.
4598
4599 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4600
4601 * cus-start.el (toplevel): Only allow float values for
4602 scroll-up-aggressively and scroll-down-aggressively.
4603 Allow any number for line-spacing.
4604
4605 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4608 (doc-view-pdf->png-converter-function): Use mupdf if available.
4609 (doc-view-djvu->png-converter-function)
4610 (doc-view-ps->png-converter-function): Remove.
4611 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4612 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4613 (doc-view-already-converted-p): Adjust accordingly.
4614 (doc-view-mode-p): Simplify.
4615 (doc-view-enlarge): Use setq-local.
4616 (doc-view-pdf->png-converter-ghostscript)
4617 (doc-view-djvu->png-converter-ddjvu)
4618 (doc-view-pdf->png-converter-mupdf): Rework to call
4619 doc-view-start-process directly.
4620 (doc-view-pdf/ps->png): Simplify accordingly.
4621 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4622 (doc-view-document->bitmap): Rename from doc-view-document->png.
4623 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4624 (doc-view-set-slice-from-bounding-box): Fix completion table.
4625 (doc-view-mode): Use add-hook for after-revert-hook.
4626
4627 2013-01-10 Glenn Morris <rgm@gnu.org>
4628
4629 * emacs-lisp/authors.el (authors-ignored-files)
4630 (authors-valid-file-names, authors-renamed-files-alist):
4631 Add some more entries.
4632
4633 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4636 `t' pseudo-window entry.
4637
4638 2013-01-10 Alan Mackenzie <acm@muc.de>
4639
4640 Fix bugs in the c-parse-state mechanism. Reuse some markers
4641 instead of continually generating new ones.
4642
4643 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4644 (c-state-old-cpp-end-marker): New variables.
4645 (c-append-lower-brace-pair-to-state-cache): Start a backward
4646 search for "}" definitively outside CPP constructs.
4647 (c-remove-stale-state-cache): Inform the caller of a need to
4648 search back for a brace pair in certain circumstances.
4649 (c-state-maybe-marker): New macro.
4650 (c-parse-state): Reuse markers when appropriate.
4651
4652 2013-01-10 Glenn Morris <rgm@gnu.org>
4653
4654 * simple.el (execute-extended-command): Doc fix.
4655 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4656
4657 2013-01-10 Chong Yidong <cyd@gnu.org>
4658
4659 * faces.el (read-face-name): Doc fix.
4660
4661 2013-01-10 Roland Winkler <winkler@gnu.org>
4662
4663 * emacs-lisp/crm.el: Allow any regexp for separators.
4664 (crm-default-separator): All spaces around the default comma separator.
4665 (crm--completion-command): New macro.
4666 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4667 (crm-complete-and-exit): Handle non-single-char separators.
4668
4669 2013-01-09 Elias Pipping <pipping@lavabit.com>
4670
4671 * doc-view.el: Add support for DjVu (bug#13164).
4672 (doc-view-djvu->png-converter-function): New config var.
4673 (doc-view-single-page-converter-function, doc-view--image-type)
4674 (doc-view--image-file-extension): New vars.
4675 (doc-view-mode): Initialize them.
4676 (doc-view-goto-page): Use them.
4677 (doc-view-mode-p): Add support for ddjvu.
4678 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4679 (doc-view-set-up-single-converter): New funs.
4680 (doc-view-pdf/ps->png): Extend for djvu.
4681 (doc-view-document->png): Rename from doc-view-pdf->png.
4682 (doc-view-convert-current-doc): Handle djvu.
4683 (doc-view-insert-image, doc-view-display)
4684 (doc-view-already-converted-p): Don't hardcode png.
4685 (doc-view-set-doc-type): Recognize djvu docs.
4686
4687 2013-01-09 Elias Pipping <pipping@lavabit.com>
4688
4689 * doc-view.el: Add support for mupdf converter (bug#13164).
4690 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4691 (doc-view-ps->png-converter-function): New config vars.
4692 (doc-view-pdf->png-converter-ghostscript)
4693 (doc-view-ps->png-converter-ghostscript)
4694 (doc-view-pdf->png-converter-mupdf): New functions.
4695 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4696
4697 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4698
4699 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4700 first in session cache: When `tramp-own-remote-path' is in
4701 `tramp-remote-path', the remote path is only set in the session
4702 cache.
4703
4704 2013-01-09 Glenn Morris <rgm@gnu.org>
4705
4706 * emacs-lisp/trace.el (trace-function-foreground)
4707 (trace-function-background): Doc fix.
4708
4709 2013-01-09 Juri Linkov <juri@jurta.org>
4710
4711 * international/mule-cmds.el (read-char-by-name): Move let-binding
4712 of completion-ignore-case around completing-read to fix regression
4713 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4714 `string-match-p' using the nil value of `case-fold-search' and
4715 `completion-ignore-case' in `completion-pcm--all-completions'.
4716 (Bug#12615).
4717
4718 2013-01-09 Glenn Morris <rgm@gnu.org>
4719
4720 * progmodes/compile.el (compilation-parse-errors):
4721 Fix typo. (Bug#13369)
4722
4723 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4724
4725 * comint.el (comint-send-input): Check size of buffer before
4726 waiting for process output, in case already accepted. (Bug#13290)
4727
4728 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4729
4730 Spelling fixes.
4731 * net/tramp-adb.el (tramp-adb-get-toolbox):
4732 Fix misspelling of 'unknown'.
4733
4734 2013-01-08 Juri Linkov <juri@jurta.org>
4735
4736 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4737 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4738 Use underline style wave on terminals that support it. (Bug#13000)
4739
4740 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4743 the predicate returns nil.
4744
4745 * simple.el: Use lexical-binding.
4746 (primitive-undo): Use pcase.
4747 (minibuffer-history-isearch-push-state): Use a closure.
4748
4749 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4750
4751 * simple.el (primitive-undo): Move from undo.c.
4752
4753 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4756 (cvs-mode-remove-handled): Use it (bug#13380).
4757
4758 * emacs-lisp/nadvice.el (advice--tweak): New function.
4759 (advice--remove-function, advice--subst-main): Use it.
4760
4761 * emacs-lisp/advice.el: Update commentary.
4762
4763 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4764
4765 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4766 Remove spurious entry.
4767
4768 2013-01-08 Glenn Morris <rgm@gnu.org>
4769
4770 * net/tramp.el (tramp-default-host-alist): Add :version.
4771
4772 2013-01-08 Juri Linkov <juri@jurta.org>
4773
4774 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4775 single completion. (Bug#12456)
4776 (info--manual-names): Expand node completions into an explicit list
4777 before appending it to another list. Filter out internal buffers
4778 with the leading space in the buffer name. (Bug#10771)
4779
4780 2013-01-08 Juri Linkov <juri@jurta.org>
4781
4782 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4783 that defaults to the Top node.
4784 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4785 the short format (FILENAME) goes to the Top node.
4786 (Info-build-node-completions): Rename arg `file' to `filename'.
4787 (Bug#13365)
4788
4789 2013-01-07 Bastien Guerry <bzg@gnu.org>
4790
4791 * menu-bar.el (menu-bar-search-documentation-menu):
4792 Use `apropos-user-option' and fix the help message.
4793
4794 2013-01-07 Bastien Guerry <bzg@gnu.org>
4795
4796 * apropos.el (apropos-do-all): Update docstring.
4797 (apropos-user-option-button): New face.
4798 (apropos-user-option): Rename from `apropos-variable' and update
4799 docstring.
4800 (apropos-variable): Rewrite, now show all variables by default.
4801 (apropos-print): Mention "User option" instead of "Variable" when
4802 printing doc for user options. (Bug#13276)
4803
4804 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4805
4806 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4807 Handle filename correctly, when parsing "source -> target" symlink
4808 output.
4809 (tramp-adb-handle-set-file-times): New defun.
4810
4811 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4814 advice list when the interactive-spec of ad-Advice-* changes.
4815
4816 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * wid-edit.el (widget-default-get): Work for inlined elements.
4819 (Bug#12670)
4820
4821 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4822
4823 * net/tramp.el (tramp-default-host-alist): New defcustom.
4824 (tramp-find-host): Use it.
4825 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4826 `eshell-directory-change-hook'.
4827
4828 * net/tramp-adb.el (top): Add adb specific entry in
4829 `tramp-default-host-alist'.
4830 (tramp-adb-file-name-host): Remove function.
4831 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4832 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4833
4834 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4835
4836 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4837
4838 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4839
4840 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4841
4842 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4843 consist of more than one digit.
4844 (tramp-adb-file-name-handler-alist):
4845 Use `tramp-handle-file-exists-p' consistently.
4846 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4847 (tramp-adb-handle-file-exists-p): Remove function.
4848 (tramp-adb-file-name-host): New defun.
4849 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4850 Use it.
4851 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4852
4853 2013-01-06 Chong Yidong <cyd@gnu.org>
4854
4855 * vc/vc.el (vc-next-action): Detect buffer modifications
4856 conflicting with locking VCS operation (Bug#11490).
4857
4858 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4859
4860 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4861
4862 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4863 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4864
4865 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4866
4867 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4868 parsing of ls output using regular expression (handle filenames
4869 with spaces). Use virtual device number.
4870 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4871 cleanup).
4872
4873 2013-01-04 Daiki Ueno <ueno@gnu.org>
4874
4875 * epg.el: Silence byte-compiler warnings.
4876 (epg--start): Use delete-char instead of delete-backward-char.
4877 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4878
4879 2013-01-04 Daiki Ueno <ueno@gnu.org>
4880
4881 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4882 Suggested by Eli Zaretskii <eliz@gnu.org>.
4883
4884 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4885
4886 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4887 non-negative integers. Otherwise, the default values are used.
4888 (tramp-convert-file-attributes): Convert uid and gid to integers.
4889
4890 2013-01-04 Glenn Morris <rgm@gnu.org>
4891
4892 * term.el (term-handle-colors-array): Ensure face attributes
4893 are fully specified, not nil. (Bug#13337)
4894
4895 * term.el (term-default-fg-color, term-default-bg-color):
4896 Fix custom type.
4897
4898 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4899 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4900 rather than 'jka-compr being loaded. (Bug#13338)
4901
4902 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4903
4904 * icomplete.el (icomplete-completions):
4905 Honor icomplete-prospects-height once more following
4906 2012-11-29 changes. (Bug#13224)
4907
4908 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4911 of called-interactively-p as well (bug#13237).
4912
4913 * view.el (view--enable, view--disable): Rename from view-mode-enable
4914 and view-mode-disable and assume it's called from view-mode.
4915 (view-mode-enable, view-mode-disable): Redefine as obsolete
4916 compatibility layer above view-mode.
4917 (view-mode-enter): Call `view-mode'.
4918
4919 * files.el (after-find-file): Call `view-mode'.
4920
4921 * doc-view.el (doc-view-scale-internally): New var.
4922 (doc-view-enlarge, doc-view-insert-image): Obey it.
4923
4924 2013-01-03 Daiki Ueno <ueno@gnu.org>
4925
4926 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4927 exist. (Bug#13344)
4928
4929 2013-01-03 Glenn Morris <rgm@gnu.org>
4930
4931 * mail/rmail.el (rmail-set-header-1): Ignore case.
4932 Handle multi-line headers. (Bug#13330)
4933
4934 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4935 Handle paragraph starting at beginning of buffer.
4936
4937 * subr.el (eval-after-load): Don't purecopy the form, so that it
4938 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4939
4940 * emacs-lisp/byte-run.el (defun): Place cl declarations
4941 after any interactive spec. (Bug#13265)
4942
4943 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4944
4945 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4946 defun. Don't check for DECL if DOCSTRING isn't a string.
4947 (defun): Likewise.
4948
4949 2013-01-02 Glenn Morris <rgm@gnu.org>
4950
4951 * eshell/em-cmpl.el (eshell-pcomplete):
4952 More thoroughly imitate pcomplete. (Bug#13293)
4953
4954 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4955 Return nil for empty path elements. (Bug#13296)
4956
4957 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
4958
4959 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4960 order to improve efficiency (Based on Daniel Colascione's
4961 <dancol@dancol.org> patch). (Bug#13182)
4962
4963 2013-01-02 Glenn Morris <rgm@gnu.org>
4964
4965 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4966
4967 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4968
4969 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4970 neither DOCSTRING nor DECL was given. (Bug#13316)
4971
4972 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4973
4974 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4975 `error' call.
4976 (tramp-do-copy-or-rename-file): Ignore errors when calling
4977 `set-file-extended-attributes'.
4978
4979 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4980 Add handler for `file-acl'.
4981 (tramp-smb-handle-file-acl): New defun.
4982
4983 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4984
4985 * calc/README: Mention ISO 8601 week-numbering dates.
4986
4987 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4988
4989 * view.el (view-mode-enable): New argument run-view-mode-hook.
4990 Run view-mode-hook only when it's non-nil (Bug#13315).
4991 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4992 argument t.
4993
4994 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
4995
4996 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4997 (No device connected, invalid device name). (Bug #13299)
4998
4999 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5000
5001 * window.el (window-resizable--p): Rename to window-resizable-p.
5002 (window-resize-no-error): New function.
5003
5004 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5005 broken in fix from 2012-12-28.
5006
5007 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * subr.el (special-form-p): Don't signal errors on undef aliases.
5010
5011 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5012
5013 * calc/calc-forms.el (math-parse-date): Try using
5014 `math-parse-iso-date' when it looks like it might be needed.
5015 Allow times of 24:00.
5016 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5017 of 24:00.
5018
5019 2012-12-30 Glenn Morris <rgm@gnu.org>
5020
5021 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5022 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5023 (rmail-summary-displayed, rmail-summary): Declare.
5024 (mairix-rmail-display): Just require rmail.
5025
5026 2012-12-30 Chong Yidong <cyd@gnu.org>
5027
5028 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5029 check for the tarball contents.
5030
5031 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5032
5033 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5034 tarfile content listings (Bug#13136).
5035
5036 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5037
5038 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5039 Insert the undecoded text of the message being forwarded. (Bug#9521)
5040
5041 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5044 integers, if they are real numbers. (Bug#13282)
5045
5046 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5047 Return `t' on success.
5048
5049 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5050 Add handler for `set-file-selinux-context'.
5051
5052 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5055 (tramp-sh-handle-set-file-acl): Return `t' on success.
5056
5057 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5058
5059 * files.el (backup-buffer-copy, basic-save-buffer-2):
5060 If set-file-extended-attributes fails, fall back on set-file-modes
5061 instead of signaling an error. (Bug#13298)
5062 (basic-save-buffer): Likewise.
5063
5064 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5065
5066 * progmodes/python.el: Support other commands triggering
5067 python-indent-line so indentation cycling continues to work.
5068 (python-indent-trigger-commands): New defcustom.
5069 (python-indent-line): Use it.
5070
5071 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5072
5073 * progmodes/python.el (python-shell-send-region): Add blank lines
5074 for non sent code so backtraces remain correct.
5075
5076 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5077
5078 * progmodes/python.el: Remove cl dependency.
5079 (python-syntax-count-quotes): Replace incf call.
5080 (python-fill-string): Replace setf call.
5081
5082 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5083
5084 * info.el (info-other-window): New arg, for consistency with info.
5085
5086 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5087
5088 * mail/rmail.el (rmail-maybe-display-summary):
5089 Rewrite (Bug#13066).
5090
5091 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5092
5093 * epg.el (epg--start): Modify process-environment locally.
5094
5095 2012-12-28 Daiki Ueno <ueno@gnu.org>
5096
5097 * epg.el: Support pinentry-curses.
5098 Suggested by Werner Koch in
5099 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5100 (epg-agent-file, epg-agent-mtime): New variable.
5101 (epg--start): Record the modified time of gpg-agent socket file,
5102 to restore Emacs frame after pinentry-curses termination.
5103 (epg-wait-for-completion): Restore Emacs frame here.
5104
5105 2012-12-27 Juri Linkov <juri@jurta.org>
5106
5107 * info.el (Info-file-completions): New variable.
5108 (Info-read-node-name-1): Complete node names in the Info file
5109 when a file name is given. Call `Info-build-node-completions'
5110 with a file name.
5111 (Info-build-node-completions): Add new arg `file'. When it is
5112 non-nil, visit it in a temporary buffer and cache its completions in
5113 `Info-current-file-completions'. Move most of the function body to
5114 `Info-build-node-completions-1'.
5115 (Info-build-node-completions-1): New function with the body from
5116 `Info-build-node-completions'. (Bug#12456)
5117
5118 2012-12-27 Juri Linkov <juri@jurta.org>
5119
5120 * frame.el (frame-maximization-style): Remove user option.
5121 (cycle-frame-maximized): Remove function.
5122 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5123 (toggle-frame-fullscreen): New command bound to <f11> instead of
5124 `toggle-frame-maximized'.
5125 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5126
5127 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5128
5129 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5130
5131 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5132 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5133 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5134 for `file-accessible-directory-p'. (Bug#13275)
5135
5136 2012-12-27 Sam Steingold <sds@gnu.org>
5137
5138 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5139 continuations, see <http://stackoverflow.com/questions/3582436>.
5140
5141 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5142
5143 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5144 "module" and "def" to have indentation before them.
5145 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5146
5147 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5148
5149 2012-12-27 Alan Mackenzie <acm@muc.de>
5150
5151 Speed up fontification where there's large brace blocks.
5152 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5153 to a call of c-beginning-of-decl-1.
5154
5155 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5156
5157 * comint.el (comint-adjust-window-point): New function.
5158 (comint-postoutput-scroll-to-bottom):
5159 Call comint-adjust-window-point (Bug#13248).
5160
5161 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5162
5163 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5164 Rakefile regexp.
5165 (auto-mode-alist): Associate .gemspec files with ruby-mode
5166 (https://bugs.ruby-lang.org/issues/5453).
5167
5168 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5169
5170 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5171 Suppress coloring, if possible (required for BusyBox based systems like
5172 CyanogenMod).
5173 (tramp-adb-handle-file-attributes)
5174 (tramp-adb-handle-insert-directory)
5175 (tramp-adb-handle-file-name-all-completions): Use it.
5176 (tramp-adb-get-toolbox): New defun. Check for remote shell
5177 implementation (BusyBox or Toolbox).
5178
5179 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5180
5181 * startup.el (initial-buffer-choice): Allow function as value
5182 (Bug#13251).
5183 (command-line-1): Handle case where initial-buffer-choice
5184 specifies a function.
5185 * server.el (server-execute): Handle case where
5186 initial-buffer-choice specifies a function.
5187
5188 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5189
5190 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5191 its own function.
5192 (smtpmail-try-auth-methods): Forget the user name/password if the
5193 login is unsuccessful (bug#12424).
5194
5195 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5196
5197 * notifications.el (notifications-notify): Protect body with
5198 `with-demoted-errors'.
5199
5200 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5201 Check properties of remote device. Restart connection, if there is a
5202 change.
5203
5204 2012-12-21 Chong Yidong <cyd@gnu.org>
5205
5206 * sort.el (sort-subr): Doc fix (Bug#13056).
5207
5208 2012-12-21 Bastien Guerry <bzg@gnu.org>
5209
5210 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5211
5212 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * simple.el (process-file): Overwrite stderr file, if exists.
5215
5216 2012-12-21 Daiki Ueno <ueno@gnu.org>
5217
5218 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5219 (epg-error): Set `error-message' property.
5220
5221 2012-12-21 Chong Yidong <cyd@gnu.org>
5222
5223 * international/mule-cmds.el (read-char-by-name): Signal an error
5224 if the user does not supply a valid character (Bug#13177).
5225
5226 * simple.el (transpose-subr-1): Preserve marker positions by
5227 changing the insertion sequence (Bug#13122).
5228
5229 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5230
5231 * simple.el (kill-region): Deactivate mark even for empty regions
5232 (Bug#13169).
5233
5234 2012-12-21 Chong Yidong <cyd@gnu.org>
5235
5236 * help-fns.el (describe-variable): Make sure we get the right
5237 buffer name (Bug#13105). Suggested by Kelly Dean.
5238
5239 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5240
5241 * comint.el (comint-redirect-previous-input-string): New variable.
5242 (comint-redirect-setup, comint-redirect-cleanup)
5243 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5244 (comint-redirect-preoutput-filter): Fix verbose message.
5245
5246 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5247
5248 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5249 is too long for Tramp. See discussion in
5250 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5251
5252 * progmodes/compile.el (compilation-start): Remove line escape
5253 template.
5254
5255 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5256
5257 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5258 Adjust comment.
5259
5260 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5261
5262 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5263 following non-comment text (bug#13207).
5264 (lm-header-multiline): Continuation lines need to be indented more than
5265 the first line.
5266 (lm-homepage): New function.
5267 (lm-with-file): Don't be confused if narrowing is in effect.
5268
5269 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5272 very beginning of a hunk (e.g. killing the first line).
5273
5274 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5275
5276 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5277 and text properties from returned ACL string.
5278 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5279 for "setfacl" command.
5280
5281 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5284 `tramp-cleanup-this-connection', when the process has died.
5285 (Bug#13151)
5286
5287 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5290
5291 2012-12-17 Kevin Ryde <user42@zip.com.au>
5292
5293 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5294
5295 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5296
5297 Add support for preserving ACL entries of files.
5298
5299 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5300 `set-file-acl' handlers.
5301
5302 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5303 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5304
5305 * net/tramp-compat.el (tramp-compat-copy-file):
5306 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5307
5308 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5309 Add `file-acl' and `set-file-acl' handlers.
5310 (tramp-gvfs-handle-copy-file):
5311 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5312 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5313 New defuns.
5314
5315 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5316 Add `file-acl' and `set-file-acl' handlers.
5317 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5318 (tramp-sh-handle-set-file-acl): New defuns.
5319 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5320 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5321
5322 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5323 Add `file-acl' and `set-file-acl' handlers.
5324 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5325
5326 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5327
5328 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5329 use pop-to-buffer with NORECORD argument t. As buffer name, use
5330 *Metahelp* with a leading space (Bug#13190).
5331
5332 2012-12-16 Romain Francoise <romain@orebokech.com>
5333
5334 * files.el (file-extended-attributes)
5335 (set-file-extended-attributes): New functions.
5336 (backup-buffer): Use them to handle both SELinux context and ACL
5337 entries.
5338 (backup-buffer-copy): Work with an alist of extended attributes,
5339 rather than an SELinux context.
5340 (basic-save-buffer-2): Ditto.
5341
5342 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5343
5344 * battery.el (battery-bsd-apm): New function.
5345
5346 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5347
5348 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5349 standard date formats.
5350
5351 2012-12-15 Juri Linkov <juri@jurta.org>
5352
5353 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5354 `isearch-insert-char-by-name'.
5355 (with-isearch-suspended): New defmacro with body mostly from
5356 `isearch-edit-string' except the part that sets
5357 `isearch-new-string' and `isearch-new-message'.
5358 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5359 body that sets `isearch-new-string' and `isearch-new-message'.
5360 (isearch-insert-char-by-name): New command.
5361 * international/mule-cmds.el (read-char-by-name): Let-bind
5362 `enable-recursive-minibuffers' to t.
5363 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5364
5365 2012-12-15 Juri Linkov <juri@jurta.org>
5366
5367 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5368 (Bug#13175)
5369
5370 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5371
5372 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5373 the prompt. (Bug#13045)
5374
5375 2012-12-14 Glenn Morris <rgm@gnu.org>
5376
5377 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5378 Try to include filename in non-bytecomp warning. (Bug#13132)
5379
5380 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5381
5382 Fix permissions bugs with setgid directories etc. (Bug#13125)
5383 * files.el (backup-buffer): Don't rely on 9th output of
5384 file-attributes, as it's now a placeholder. Instead, use the new
5385 optional arg of file-ownership-preserved-p.
5386 (file-ownership-preserved-p): New optional arg GROUP.
5387 Fix mishandling of setuid directories that would cause this
5388 function to return t when it should have returned nil.
5389 Document what happens if the file does not exist, and when
5390 it's not known whether the ownership will be preserved.
5391 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5392 Likewise.
5393 (tramp-get-local-gid): Use group-gid for integer, as that's
5394 faster and more reliable.
5395
5396 2012-12-14 Julien Danjou <julien@danjou.info>
5397
5398 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5399 Update keywords list, data type and PL/pgSQL.
5400
5401 2012-12-14 Dave Abrahams <dave@boostpro.com>
5402
5403 * vc/ediff-util.el (ediff-buffer-type): New function.
5404 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5405 rather than taking it as as argument.
5406 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5407
5408 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5409
5410 * json.el: Add pretty-print option (bug#12634).
5411 (json-encoding-separator, json-encoding-default-indentation)
5412 (json--encoding-current-indentation, json-encoding-pretty-print)
5413 (json-encoding-lisp-style-closings): New vars.
5414 (json--with-indentation): New macro.
5415 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5416 (json-encode-array): Use it to obey json-encoding-pretty-print.
5417 (json-pretty-print-buffer, json-pretty-print): New commands.
5418
5419 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5420
5421 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5422 Extract `ruby-syntax-propertize-expansions'.
5423 (ruby-syntax-propertize-expansions): Only change syntax on
5424 certain string delimiters, to punctuation. This way the common
5425 functions like forward-word and thing-at-point still work.
5426 (ruby-match-expression-expansion): Improve readability.
5427 (ruby-block-contains-point): New function.
5428 (ruby-add-log-current-method): Handle several edge cases.
5429
5430 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5433 unload-feature finishes even when aborting an ongoing edebug session.
5434 Also, do not worry about edebug-mode, unload-feature takes care of it.
5435
5436 2012-12-13 Andreas Schwab <schwab@suse.de>
5437
5438 * net/tls.el (tls-program): Update customize type.
5439
5440 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5443 (edebug-setup-hook, cl-read-load-hooks): Use it.
5444 (edebug-unload-function): New function. (Bug#13163)
5445
5446 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5449 Otherwise, there could be errors in autoloading. (Bug#13151)
5450
5451 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5452
5453 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5454 sequences.
5455
5456 2012-12-13 Alan Mackenzie <acm@muc.de>
5457
5458 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5459 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5460 around `forward-comment' not recognizing ^M as whitespace.
5461
5462 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5463
5464 * progmodes/python.el (python-skeleton-class)
5465 (python-skeleton-def): Do not add space after defun name.
5466
5467 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5470 (cl--symbol-function): Remove (now that funbound is like nil).
5471
5472 2012-12-12 Glenn Morris <rgm@gnu.org>
5473
5474 * button.el (button--area-button-p): Fix typo.
5475
5476 2012-12-12 Sam Steingold <sds@gnu.org>
5477
5478 * frame.el (frame-maximization-style): New user option.
5479 (toggle-frame-maximized): Toggle frame maximization according to
5480 `frame-maximization-style', bound to <f11>.
5481 (cycle-frame-maximized): Cycle between all maximization styles and
5482 non-maximized frame, bound to shift-<f11>.
5483
5484 2012-12-12 David Cadé <codename68@gmail.com>
5485
5486 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5487
5488 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5489
5490 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5491 (eieio-override-prin1): Don't quote kewords and booleans.
5492 (object-write) <eieio-default-superclass>: Don't put closing parens
5493 on new line, avoid needless empty lines, align values that are objects
5494 with the slot keyword (instead of beginning on the same line).
5495 (eieio-list-prin1): Align value with slot keyword; increase
5496 eieio-print-depth before printing members of the list.
5497
5498 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5501 a display text-property.
5502 (report-emacs-bug-hook): Don't bother deleting it any more.
5503
5504 * hilit-chg.el (highlight-save-buffer-state): Delete.
5505 Use with-silent-modifications instead.
5506 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5507
5508 * button.el: Handle buttons in display text-properties.
5509 (button--area-button-p, button--area-button-string):
5510 Use (STRING . STRING-POS) representation instead of just STRING.
5511
5512 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5513
5514 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5515 subdirectory be skipped.
5516
5517 2012-12-11 Glenn Morris <rgm@gnu.org>
5518
5519 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5520
5521 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5522 Treat preprocessor lines embedded in continuations like comments.
5523 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5524
5525 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5526
5527 * calc/calc.el (calc-standard-date-formats): Add more date
5528 formats.
5529 * calc/calc-forms.el (math-parse-iso-date): New function.
5530 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5531 (math-parse-iso-date-validate): Add extra error checking.
5532 (calc-date-notation): Add ability to access new date formats.
5533
5534 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5537 font-lock as well as when there's no text-property.
5538
5539 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5540
5541 * hi-lock.el: Refine the choice of default face.
5542 (hi-lock-keyword->face): New function. Use it wherever we used
5543 cadadadr instead.
5544 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5545 (hi-lock--last-face): Remove var.
5546 (hi-lock--unused-faces): New var to replace it.
5547 (hi-lock-read-face-name): Use/maintain it.
5548 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5549 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5550 if it has another face.
5551
5552 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5553
5554 * subr.el (w32notify-handle-event): New function.
5555 (inotify-handle-event): Doc fix.
5556
5557 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5558
5559 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5560
5561 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5562
5563 * simple.el (just-one-space): Doc fix.
5564
5565 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5566
5567 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5568
5569 2012-12-10 Le Wang <l26wang@gmail.com>
5570
5571 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5572 narrowed buffer (bug#12361).
5573
5574 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5575
5576 * vc/vc-hooks.el (vc-state): Doc fix.
5577
5578 2012-12-10 Glenn Morris <rgm@gnu.org>
5579
5580 * mail/rmail.el (rmail-maybe-display-summary):
5581 Preserve buffer, in case select-window changes it. (Bug#13066)
5582
5583 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5586 cl-load-hook where they belong.
5587
5588 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5591
5592 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5593
5594 Parallelize byte compilation on MS-Windows.
5595 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5596 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5597 (WINS_BASIC): Define as concatenation of the above.
5598 (compile): Subdivide into 4 separate and independent jobs that can
5599 be run in parallel.
5600 (compile0-CMD, compile0-SH): New targets for compiling
5601 COMPILE_FIRST files, which are prerequisites for the rest of the
5602 byte-compilation.
5603 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5604 New targets for parallel compilation with cmd.exe.
5605 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5606 compiling under a Unixy shell.
5607
5608 2012-12-09 Chong Yidong <cyd@gnu.org>
5609
5610 * simple.el (set-mark-default-inactive): Delete this
5611 accidentally-introduced option.
5612 (set-mark-command, exchange-point-and-mark): Remove calls.
5613
5614 2012-12-09 Glenn Morris <rgm@gnu.org>
5615
5616 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5617 Respect a defcustom's :set function, if appropriate. (Bug#109)
5618 (eval-defun): Doc fix.
5619
5620 2012-12-08 Juri Linkov <juri@jurta.org>
5621
5622 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5623 (Info-fontify-node, Info-bookmark-make-record): Remove the
5624 file extension from Info-current-file (Bug#13016).
5625
5626 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5629 point, still provide some default.
5630 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5631 names, since we don't use it right now. Actually return the list.
5632 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5633
5634 2012-12-07 Chong Yidong <cyd@gnu.org>
5635
5636 * novice.el (disabled-command-function): Remove a spurious help
5637 xref (Bug#13043). Suggested by Kelly Dean.
5638
5639 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5640 syntax is specified (Bug#13025).
5641
5642 * info.el (Info-set-mode-line): Remove the file extension from
5643 Info-current-file if there is one (Bug#13016).
5644
5645 2012-12-07 Glenn Morris <rgm@gnu.org>
5646
5647 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5648 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5649 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5650 and rmail-mime-decoded. (Bug#9841)
5651
5652 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5653 (batch-unrmail, unrmail): Doc fixes.
5654 (unrmail): Respect unrmail-mbox-format.
5655 * mail/rmail.el (rmail-mbox-format): New option.
5656 (rmail-show-message-1): Respect rmail-mbox-format.
5657
5658 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5661
5662 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5665 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5666 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5667 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5668 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5669 (cl-progv): Don't rely on dynamic scoping to find the body.
5670 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5671 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5672 (cl-declaim): Use backquotes.
5673 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5674 Use "cl--" prefix for the object's tag.
5675
5676 * ses.el: Use advice-add/remove.
5677 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5678 (copy-region-as-kill, yank): Use advice-add.
5679 (ses-unload-function): Use advice-remove.
5680
5681 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5682
5683 * button.el: Make them work in header-lines (bug#12817).
5684 (button-map): Add bindings for header-line and mode-line use.
5685 (button-get, button-put, button-label): `button' may now be a string.
5686 (button-activate): Don't make it a defsubst.
5687 (button--area-button-p, button--area-button-string): New functions.
5688 (make-text-button): Fix the return value when `beg' was a string.
5689 (push-button): Handle the mode-line case.
5690
5691 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5694 (sql-signum): Remove. Use `cl-signum' instead.
5695 (sql-read-passwd): Remove; use read-passwd instread.
5696 (sql-get-login-ext): Use read-string.
5697 (sql-get-login): Use dolist and pcase.
5698 (sql--completion-table): Rename from sql-try-completion.
5699 Use complete-with-action.
5700 (sql-mode): Don't change abbrev-all-caps globally.
5701 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5702 (sql-postgres-completion-object): Initialize vars in their `let'.
5703 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5704 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5705 (sql-comint-interbase): Use a single append, without setq.
5706 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5707
5708 * hi-lock.el: Rework the default face and the serialize regexp code.
5709 (hi-lock--auto-select-face-defaults): Remove.
5710 (hi-lock-string-serialize-serial): Remove.
5711 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5712 make weak.
5713 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5714 equal string.
5715 (hi-lock-set-pattern): Adjust accordingly.
5716 (hi-lock--regexps-at-point): Simplify accordingly.
5717 (hi-lock--auto-select-face-defaults): Remove.
5718 (hi-lock--last-face): New var to replace it.
5719 (hi-lock-read-face-name): Rewrite (bug#11095).
5720 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5721
5722 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * net/tramp.el (tramp-replace-environment-variables):
5725 Hide compiler warning.
5726 (tramp-file-name-for-operation): Remove `executable-find',
5727 `start-process', `call-process' and `call-process-region'.
5728
5729 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5730
5731 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5732 compatibility.
5733
5734 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5735
5736 2012-12-06 Chong Yidong <cyd@gnu.org>
5737
5738 * ffap.el (ffap-replace-file-component): Fix typo.
5739
5740 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5743 fix open-paren-like token test (bug#12785).
5744
5745 2012-12-06 Glenn Morris <rgm@gnu.org>
5746
5747 * mail/rmailsum.el (rmail-new-summary): Tweak for
5748 rmail-maybe-display-summary changing buffer. (Bug#13066)
5749
5750 2012-12-06 Juri Linkov <juri@jurta.org>
5751
5752 * info.el (Info-fontify-node): Don't hide the last newline.
5753 (Bug#12272)
5754
5755 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5756
5757 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5758 so as to enable message-read-from-minibuffer to expand mail aliases.
5759
5760 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5763 the `intangible' property.
5764 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5765
5766 2012-12-05 Deniz Dogan <deniz@dogan.se>
5767
5768 * net/rcirc.el (rcirc-urls): Update documentation.
5769 (rcirc-condition-filter): New function.
5770 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5771 and exclude consecutive duplicate URLs (Bug#6082).
5772
5773 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5774
5775 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5776 Check return code of copy command.
5777
5778 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5779 Use group `tramp'. Add version.
5780
5781 2012-12-05 Chong Yidong <cyd@gnu.org>
5782
5783 * ffap.el (ffap-url-regexp): Don't require matching at front of
5784 string (Bug#4952).
5785 (ffap-url-p): If only a substring matches, return that.
5786 (ffap-url-at-point): Use the return value of ffap-url-p.
5787 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5788 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5789 (ffap-guess-file-name-at-point): Likewise.
5790 (ffap-replace-file-component): Fix typo.
5791
5792 * info.el (info-display-manual): Add existing Info buffers, whose
5793 files may not be in Info-directory-list, to the completion.
5794 (info--manual-names): New helper function.
5795
5796 2012-12-05 Glenn Morris <rgm@gnu.org>
5797
5798 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5799 New functions, for detecting and resolving conflicts. (Bug#10709)
5800
5801 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5802
5803 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5804 (hi-lock-auto-select-face-defaults): New buffer local variable.
5805 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5806 (hi-lock-unface-buffer): Prompt user with useful defaults.
5807 With prefix arg, unhighlight all hi-lock patterns in buffer.
5808
5809 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5812
5813 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5814
5815 * Makefile.in (TRAMP_SRC):
5816 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5817
5818 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5819
5820 * net/tramp-adb.el: New package.
5821
5822 2012-12-04 Chong Yidong <cyd@gnu.org>
5823
5824 * terminal.el: Move to obsolete/.
5825
5826 * longlines.el: Move to obsolete/.
5827
5828 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5829 Remove code referring to longlines mode.
5830
5831 2012-12-03 Juri Linkov <juri@jurta.org>
5832
5833 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5834
5835 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5836
5837 * textmodes/ispell.el (ispell-init-process)
5838 (ispell-start-process, ispell-internal-change-dictionary):
5839 Make sure personal dictionary name is expanded after initial
5840 `default-directory' value. Use expanded strings for
5841 keep/restart checks and for value (Bug#13019).
5842
5843 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5844
5845 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5846
5847 2012-12-03 Leo Liu <sdl.web@gmail.com>
5848
5849 * files.el (dir-locals-read-from-file): Check file non-empty
5850 before reading. (Bug#13038)
5851
5852 2012-12-03 Glenn Morris <rgm@gnu.org>
5853
5854 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5855 Remove any version extension before checking filename. (Bug#13006)
5856 (jka-compr-compression-info-list): Belated :version bump.
5857
5858 2012-12-03 Chong Yidong <cyd@gnu.org>
5859
5860 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5861
5862 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5863 (buffer-menu): Doc fix (Bug#12294).
5864
5865 2012-12-03 Roland Winkler <winkler@gnu.org>
5866
5867 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5868 of diary-show-all-entries in the diary buffer (Bug#12994).
5869
5870 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5873 "<STDIN>". This is binary safe.
5874
5875 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5876
5877 * calc/calc-forms.el (math-absolute-from-iso-dt)
5878 (math-date-to-iso-dt, math-parse-iso-date-validate)
5879 (math-iso-dt-to-date): New functions.
5880 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5881 (math-fd-isoweekday): New variables.
5882 (calc-date-notation, math-parse-standard-date, math-format-date)
5883 (math-format-date-part): Add support for more formatting codes.
5884
5885 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5886
5887 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5888 current buffer's file name when called interactively (Bug#12488).
5889
5890 2012-12-02 Juri Linkov <juri@jurta.org>
5891
5892 * info.el (info-display-manual): Don't clobber an existing Info
5893 buffer (Bug#10770). Add completion (Bug#10771).
5894
5895 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5896
5897 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5898 before using it for comparison (Bug#5297).
5899
5900 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5901
5902 * textmodes/css-mode.el (css-current-defun-name): New function.
5903 (css-mode): Use it.
5904
5905 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5906 (html-mode): Use it.
5907
5908 2012-12-01 Chong Yidong <cyd@gnu.org>
5909
5910 Modularize add-log-current-defun (Bug#2224).
5911 Suggested by Jari Aalto.
5912
5913 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5914 (add-log-current-defun): Move mode-specific code to other files.
5915 (add-log-lisp-like-modes, add-log-c-like-modes)
5916 (add-log-tex-like-modes): Variables deleted.
5917
5918 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5919 (lisp-mode-variables): Use it.
5920
5921 * progmodes/cc-mode.el (c-common-init):
5922 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5923 add-log-current-defun-function.
5924
5925 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5926 (m4-mode): Use it.
5927
5928 * progmodes/perl-mode.el (perl-current-defun-name): New.
5929 (perl-mode): Use it.
5930
5931 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5932 Use lisp-current-defun-name.
5933
5934 * textmodes/tex-mode.el (tex-current-defun-name): New.
5935 (tex-common-initialization): Use it.
5936
5937 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5938 (texinfo-mode): Use it.
5939
5940 2012-12-01 Chong Yidong <cyd@gnu.org>
5941
5942 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5943 * progmodes/autoconf.el (autoconf-mode):
5944 * progmodes/js.el (js-mode):
5945 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5946 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5947 * progmodes/perl-mode.el (perl-mode):
5948 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5949 * textmodes/css-mode.el (css-mode):
5950 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5951 (sgml-tags-invisible, sgml-guess-indent):
5952 * textmodes/tex-mode.el (tex-common-initialization)
5953 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5954 (doctex-mode, plain-tex-mode, latex-mode):
5955 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5956
5957 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5958
5959 * vc/vc-hg.el (vc-hg-next-revision):
5960 Ensure use of default "tip" output format. (Bug#6968)
5961
5962 2012-12-01 Kim F. Storm <storm@cua.dk>
5963
5964 * startup.el (fancy-startup-tail): Add a clickable link
5965 (Bug#2176).
5966
5967 2012-12-01 Chong Yidong <cyd@gnu.org>
5968
5969 * startup.el (fancy-startup-tail): Improve the message about
5970 auto-save files (Bug#2176).
5971
5972 * files.el (recover-session): Improve the descriptive message, and
5973 use substitute-command-keys.
5974
5975 2012-12-01 Glenn Morris <rgm@gnu.org>
5976
5977 * ido.el (ido-file-internal):
5978 Handle other-window, other-frame for dired. (Bug#13036)
5979
5980 2012-11-30 Glenn Morris <rgm@gnu.org>
5981
5982 * icomplete.el (icomplete-separator): Fix :version.
5983
5984 2012-11-30 Chong Yidong <cyd@gnu.org>
5985
5986 * shell.el (shell): For C-u M-x shell, use an inactive shell
5987 buffer as the default (Bug#1975).
5988 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5989 (shell-mode): Use them to reapply ansi colorization if Shell mode
5990 is re-enabled.
5991
5992 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5993
5994 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5995
5996 2012-11-30 Samuel Bronson <naesten@gmail.com>
5997
5998 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5999 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6000
6001 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6002
6003 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6004 by move-to-column (Bug#3234).
6005
6006 2012-11-30 Chong Yidong <cyd@gnu.org>
6007
6008 * longlines.el (longlines-wrap-line, longlines-encode-region):
6009 Preserve text properties (Bug#1425).
6010
6011 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6012
6013 * vc/vc.el (vc-register): Allow registering a file which is
6014 already registered with a different backend (Bug#10589).
6015
6016 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6017 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * icomplete.el: Change separator; add ido-style commands.
6020 (icomplete-show-key-bindings): Remove custom var.
6021 (icomplete-get-keys): Remove function.
6022 (icomplete-forward-completions, icomplete-backward-completions):
6023 New commands.
6024 (icomplete-minibuffer-map): New var.
6025 (icomplete-minibuffer-setup): Use it.
6026 (icomplete-exhibit): Don't delay if the list of completions is known.
6027 (icomplete-separator): New custom.
6028 (icomplete-completions): Use it.
6029 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6030 (minibuffer-force-complete-and-exit): New command.
6031 (minibuffer--complete-and-exit): New function extracted from
6032 minibuffer-complete-and-exit.
6033 (minibuffer-complete-and-exit): Use it.
6034
6035 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6036 error message when the file doesn't exist (bug#12974).
6037
6038 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6039
6040 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6041
6042 2012-11-29 Glenn Morris <rgm@gnu.org>
6043
6044 * files.el (hack-dir-local-variables): Warn if try to set
6045 coding via dir-locals, since it doesn't work. (Bug#7169)
6046
6047 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6048 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6049 Set buffer-local value of desktop-save-buffer.
6050 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6051 New functions.
6052 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6053 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6054
6055 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6056 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6057 Doc fix.
6058 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6059 Doc fixes.
6060
6061 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6062
6063 * calc/calc-forms.el (calc-date-notation): Fix regexp
6064 used to find time codes. Fix symbol for seconds.
6065
6066 2012-11-27 Glenn Morris <rgm@gnu.org>
6067
6068 * emacs-lisp/derived.el (derived-mode-make-docstring):
6069 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6070
6071 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6074 lexically scoped variables (bug#13005).
6075
6076 2012-11-27 Glenn Morris <rgm@gnu.org>
6077
6078 * vc/vc-hooks.el (vc-mistrust-permissions):
6079 Default to t, to avoid data-loss. (Bug#11490)
6080
6081 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6082
6083 * progmodes/python.el (python-indent-guess-indent-offset):
6084 If indentation is guessed make python-indent-offset buffer-local.
6085
6086 Fix Imenu regression.
6087 * progmodes/python.el (python-nav-beginning-of-defun):
6088 Fix forward movement when statement(s) separates point from defun.
6089 (python-imenu-prev-index-position): New function.
6090
6091 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6092
6093 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6094
6095 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6096 Don't set buffer-file-type. Return nil. (Bug#12989)
6097
6098 2012-11-27 Glenn Morris <rgm@gnu.org>
6099
6100 * hippie-exp.el (hippie-expand-try-functions-list):
6101 Re-autoload it. (Bug#12982)
6102
6103 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6104
6105 * descr-text.el (describe-char-padded-string):
6106 Call internal-char-font only on GUI frames. (Bug#11964)
6107
6108 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6109
6110 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6111 and obsoletion message.
6112
6113 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6116 the constructs to keep outside of the `cl-block' (bug#12977).
6117
6118 2012-11-27 Chong Yidong <cyd@gnu.org>
6119
6120 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6121 keep reading until we get the up-event anyway, in order to process
6122 the up-event for mouse-1-click-follows-link (Bug#12971).
6123
6124 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6127 base function is not yet defined (bug#12965).
6128 (ad-activate-advised-definition): Use ad-compile-function.
6129 (ad-activate): Use cond.
6130
6131 2012-11-25 Leo Liu <sdl.web@gmail.com>
6132
6133 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6134 (Bug#12979)
6135
6136 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6137
6138 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6139 reftex-section-info-function in order to be compatible with
6140 Texinfo integration.
6141
6142 * textmodes/reftex.el (reftex-section-pre-regexp)
6143 (reftex-section-post-regexp, reftex-section-info-function):
6144 New variable.
6145 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6146 reftex-section-post-regexp, and reftex-section-info-function in order
6147 to be compatible with Texinfo integration.
6148
6149 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6150 use reftex-section-pre-regexp variable in order to be compatible with
6151 Texinfo integration.
6152
6153 2012-11-25 Chong Yidong <cyd@gnu.org>
6154
6155 * faces.el: Make face-spec-set more analogous to setq.
6156 (face-spec-set): Change the third arg to specify whether this
6157 function is being called via defface, customize, or a third party.
6158 Set the appropriate symbol properties. Clear the override spec if
6159 setting via Custom. Initialize face if necessary. (Bug#4988)
6160 (face-spec-recalc): Allow theme faces to completely replace the
6161 defface spec, in the same way as custom faces (Bug#8454).
6162
6163 * cus-face.el (custom-declare-face): Move face initialization to
6164 face-spec-set.
6165 (custom-theme-set-faces): Don't initialize the face name here, as
6166 that is now done in face-spec-set.
6167
6168 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6169 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6170 Simplify by using the new arg to face-spec-set.
6171
6172 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6173 reset face-override-spec too, and use custom-declare-face.
6174
6175 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6176
6177 * term/ns-win.el (ns-initialize-window-system): Move creation of
6178 fontsets here (Bug#11964).
6179
6180 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6181
6182 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6183 cell renaming.
6184
6185 2012-11-24 Chong Yidong <cyd@gnu.org>
6186
6187 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6188 obsolete.
6189
6190 * custom.el (custom-theme-set-variables): Use a topological sort
6191 for ordering by custom dependencies (Bug#12952).
6192 (custom--sort-vars, custom--sort-vars-1): New functions.
6193
6194 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6197 lexical-binding (bug#12938).
6198
6199 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6200
6201 * image-mode.el (image-transform-check-size): Use assertions only
6202 for images of type imagemagick.
6203
6204 Otherwise no error, image-transform-fit-to-{width,height} is
6205 silently ignored, as before. Doc fix.
6206
6207 2012-11-24 Chong Yidong <cyd@gnu.org>
6208
6209 * faces.el (color-defined-p): Doc fix (Bug#12853).
6210
6211 2012-11-24 Juri Linkov <juri@jurta.org>
6212
6213 * dired.el (dired-mark): Add optional arg `interactive'.
6214 Check for `use-region-p' if `interactive' is non-nil.
6215 (dired-unmark, dired-flag-file-deletion): Add optional arg
6216 `interactive'. Call `dired-mark' with the arg `interactive'.
6217 (Bug#10624)
6218
6219 * wdired.el: Revert 2012-10-17 change partly and replace it with
6220 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6221 (wdired-finish-edit): Add marks for new file names to
6222 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6223 after `revert-buffer'.
6224 (wdired-do-renames): Remove calls to `dired-remove-file',
6225 `dired-add-file', `dired-add-entry'. (Bug#11795)
6226
6227 2012-11-24 Alan Mackenzie <acm@muc.de>
6228
6229 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6230
6231 Fix bugs in the state cache. Enhance a debugging mechanism.
6232 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6233 "brace at column zero" strategy for C++.
6234 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6235 (c-parse-state-point): New variable.
6236 (c-record-parse-state-state): Record old parse state with
6237 `copy-tree'. Record previous value of point.
6238 (c-debug-parse-state-double-cons): New debugging function.
6239 (c-debug-parse-state): Call the above new function.
6240 (c-toggle-parse-state-debug): Output a confirmatory message.
6241
6242 * progmodes/cc-mode.el (c-before-change, c-after-change):
6243 Call c-invalidate-state-cache from `c-before-change' instead of
6244 `c-after-change'.
6245
6246 2012-11-23 Chong Yidong <cyd@gnu.org>
6247
6248 * find-cmd.el (find-constituents): Add executable, ipath,
6249 readable, samefile, writable, daystart, regextype (Bug#12856).
6250
6251 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6254
6255 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6256
6257 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6258 definition. This fixes a bootstrap failure.
6259 (calc-gregorian-switch): In menu, put dates before regions.
6260 This is easier to follow, lines up better in the menu, and lets us
6261 coalesce regions that switch at the same time. Give country
6262 names, not "Vatican", as that's better for non-expert users.
6263 Use names that are stable between the date of switch and now, e.g.,
6264 Bohemia and Moravia (which existed then and now) and not
6265 Czechoslovakia (which didn't exist then and doesn't exist now).
6266 What is now the U.S. mostly did not switch at the same time as
6267 Britain, so omit the U.S. Correct spelling of "Britain".
6268 Catholic Switzerland was too much of a mess, so omit it.
6269
6270 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6271
6272 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6273 after the variable is changed.
6274
6275 2012-11-21 Daniel Colascione <dancol@dancol.org>
6276
6277 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6278 in SQL declarations for font-lock.
6279 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6280
6281 2012-11-21 Glenn Morris <rgm@gnu.org>
6282
6283 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6284 (face-italic-p): Add optional argument "inherit".
6285
6286 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6287 Remove -p suffix from names, for consistency with other set-face-*.
6288 (set-face-inverse-video): Fix interactive spec.
6289 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6290 * textmodes/table.el (table--update-cell-face):
6291 Use set-face-inverse-video rather than now obsolete alias.
6292
6293 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6294
6295 * simple.el (line-move): Don't call line-move-partial if
6296 scroll-conservatively is in effect. (Bug#12927)
6297
6298 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6301 Fallback on completion-at-point rather than
6302 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6303 (eshell-cmpl-initialize): Setup completion-at-point.
6304
6305 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6306
6307 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6308
6309 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6310
6311 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6312 are remote, check out-of-band property for both.
6313
6314 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6317 code rewrite.
6318
6319 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6320
6321 More minor time fixes.
6322 * calendar/time-date.el: Commentary fix.
6323 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6324 too much other code depends on (0 0) time stamps.
6325 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6326 Add a couple of FIXME comments.
6327
6328 Minor cleanup for times as lists of four integers.
6329 * files.el (dir-locals-directory-cache):
6330 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6331 Doc fixes.
6332 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6333 * ps-bdf.el (bdf-file-newer-than-time):
6334 Process four-integers time stamps, not two. Doc fixes.
6335
6336 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * uniquify.el (uniquify-managed): Use defvar-local.
6339 (rename-buffer, create-file-buffer): Advise with advice-add.
6340 (uniquify-unload-function): Unadvise accordingly.
6341
6342 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6343 (trace-buffer): Don't purecopy.
6344 (trace-entry-message, trace-exit-message): Add `context' arg.
6345 (trace--timer): New var.
6346 (trace-make-advice): Adjust for use in nadvice.
6347 Add `context' argument. Delay `display-buffer' via a timer.
6348 (trace-function-internal): Use advice-add.
6349 (trace--read-args): New function.
6350 (trace-function-foreground, trace-function-background): Use it.
6351 (trace-function): Rename to trace-function-foreground and redefine as
6352 an alias to that new name.
6353 (untrace-function, untrace-all): Adjust to the use of nadvice.
6354
6355 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6356
6357 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6358
6359 * subr.el (called-interactively-p-functions): New var.
6360 (internal--called-interactively-p--get-frame): New macro.
6361 (called-interactively-p, interactive-p): Rewrite in Lisp.
6362 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6363 (called-interactively-p-functions): Use it.
6364 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6365 (called-interactively-p-functions): Use it.
6366 * allout.el (allout-called-interactively-p): Don't assume
6367 called-interactively-p is a subr.
6368
6369 2012-11-20 Glenn Morris <rgm@gnu.org>
6370
6371 * profiler.el (profiler-report-mode-map): Add a menu.
6372 No need to bind `q' because we derive from special-mode.
6373 (profiler-report-find-entry): Handle calls from the menu-bar.
6374
6375 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * emacs-lisp/byte-run.el (defun-declarations-alist):
6378 Allow a compiler-macro to be a lambda expression.
6379
6380 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6381 eval-when-compile.
6382 (python-syntax-context): Add compiler-macro.
6383 (python-font-lock-keywords): Simplify with De Morgan.
6384
6385 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6386
6387 * files.el (load-file): Require match in minibuffer selection, as was
6388 the case in Emacs-20 before we changed the spec to allow .elc files
6389 (bug#12935).
6390
6391 * json.el: Don't require cl since we don't use it.
6392 * color.el: Don't require cl.
6393 (color-complement): `caddr' -> `nth 2'.
6394
6395 * calendar/time-date.el (time-to-seconds): De-obsolete.
6396
6397 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6398
6399 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6400 year numbers.
6401 (math-date-to-julian-dt): Adjust the initial approximation for the
6402 year to deal with the new definition of the DATE.
6403
6404 2012-11-19 Daniel Colascione <dancol@dancol.org>
6405
6406 * term/w32-win.el (cygwin-convert-path-from-windows):
6407 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6408
6409 2012-11-18 Chong Yidong <cyd@gnu.org>
6410
6411 * filecache.el (file-cache--read-list): New function.
6412 (file-cache-add-directory-list, file-cache-add-file-list)
6413 (file-cache-delete-file-list, file-cache-delete-directory-list):
6414 Use it to read a list of files or directories (Bug#12846).
6415 (file-cache-add-file, file-cache-add-directory)
6416 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6417 (file-cache-delete-directory): Print an message.
6418
6419 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6420
6421 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6422 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6423
6424 2012-11-18 Glenn Morris <rgm@gnu.org>
6425
6426 * image.el (insert-image, insert-sliced-image): Doc fix.
6427
6428 2012-11-18 Chong Yidong <cyd@gnu.org>
6429
6430 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6431 (Bug#12810).
6432
6433 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6434
6435 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6436 response when the target file is in a subdirectory (Bug#12757).
6437
6438 2012-11-18 Chong Yidong <cyd@gnu.org>
6439
6440 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6441
6442 2012-11-18 Glenn Morris <rgm@gnu.org>
6443
6444 * emacs-lisp/cl-lib.el (face-underline-p):
6445 Use set-face-underline rather than the alias set-face-underline-p.
6446
6447 * window.el (with-temp-buffer-window): Doc fix.
6448 * subr.el (with-output-to-temp-buffer):
6449 Add doc xref to with-temp-buffer-window.
6450
6451 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6452
6453 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6454 * calc/calc.el (math-format-date-cache): Declare.
6455
6456 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6457
6458 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6459 It also uses January 1, 1 AD as its day number 1.
6460 * calc/calc-forms.el (math-julian-date-beginning)
6461 (math-julian-date-beginning-int): Implement this.
6462
6463 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * descr-text.el (quail-find-key):
6466 * dired.el (desktop-file-name):
6467 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6468 * generic-x.el (comint-mode, comint-exec):
6469 * image-dired.el (widget-forward):
6470 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6471 (speedbar-change-expand-button-char)
6472 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6473 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6474 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6475 (widget-field-action, widget-value-set):
6476 * speedbar.el (imenu--make-index-alist):
6477 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6478 (ring-length, ring-insert):
6479 * vcursor.el (compare-windows-skip-whitespace):
6480 * woman.el (dired-get-filename):
6481 Declare functions.
6482
6483 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6484
6485 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6486
6487 * calc/calc.el (calc-gregorian-switch): New variable.
6488
6489 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6490 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6491 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6492 (math-leap-year-p): Add option to distinguish between Julian
6493 and Gregorian calendars.
6494 (math-day-number): Use `math-day-in-year' to do the computations.
6495 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6496 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6497 to do the computations.
6498 (math-date-to-dt): Use `math-date-to-julian-dt' and
6499 `math-date-to-gregorian-dt' to do the computations.
6500 (calcFunc-weekday, math-format-date-part): Use the new version of
6501 the DATE to determine the weekday.
6502 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6503 when necessary.
6504
6505 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6506
6507 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6508 Cygwin; otherwise use 'file:'. (Bug#12914)
6509 (cygwin-convert-path-from-windows): Declare, to avoid
6510 byte-compiler warnings.
6511
6512 2012-11-17 Andreas Politz <politza@fh-trier.de>
6513
6514 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6515 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6516 prefix and negative numeric prefix args (Bug#12795).
6517
6518 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6519
6520 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6521 Don't signal an error with a score that is too low to add to the
6522 list of top scores. (Bug#12779)
6523
6524 2012-11-17 Chong Yidong <cyd@gnu.org>
6525
6526 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6527
6528 * filecache.el (file-cache-add-file): Handle relative file name in
6529 the argument (Bug#12694).
6530
6531 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6532
6533 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6534
6535 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6538
6539 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6540
6541 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6542
6543 * window.el (enlarge-window, shrink-window): Don't mention return
6544 value in doc-string (Bug#12896).
6545 (window--display-buffer): Don't resize frames - it won't work
6546 with all window managers and defeat pop-up-frame-alist.
6547 (display-buffer-alist): In doc-string explain that CONDITION can
6548 be a function and which arguments are passed to it (Bug#12854).
6549 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6550 expressions (Bug#12854).
6551 (display-buffer): Pass ACTION argument to
6552 display-buffer-assq-regexp.
6553
6554 2012-11-16 Glenn Morris <rgm@gnu.org>
6555
6556 * window.el (fit-frame-to-buffer-bottom-margin)
6557 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6558
6559 * faces.el (face-underline-p): Use face-attribute-specified-or.
6560
6561 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6564
6565 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6568
6569 2012-11-16 Glenn Morris <rgm@gnu.org>
6570
6571 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6572 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6573
6574 * faces.el (face-underline-p): Doc fix. Handle :underline being
6575 things other than `t' (a string, a list).
6576 (face-inverse-video-p): Doc fix.
6577 (set-face-underline): Rename it back from set-face-underline-p.
6578 Doc fix. Allow interactive input of values other than t.
6579 (read-face-attribute): Apply formatting to :underline,
6580 since like :box and :stipple it can take list values.
6581
6582 * term.el (ansi-term): Don't let C-x escape-char binding
6583 clobber the more standard C-c binding. (Bug#12842)
6584
6585 * subr.el (set-temporary-overlay-map): Doc fix.
6586
6587 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6588
6589 * window.el (record-window-buffer)
6590 (display-buffer-record-window): When copying the markers to
6591 window-point preserve window-point-insertion-type. (Bug#12588)
6592
6593 2012-11-16 Glenn Morris <rgm@gnu.org>
6594
6595 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6596 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6597 Use new names for hooks rather than obsolete aliases.
6598
6599 2012-11-15 Daniel Colascione <dancol@dancol.org>
6600
6601 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6602 prefix instead of "file:" so that when FILE-NAME begins with "//",
6603 as it does when the target file is on a network share, url-handler
6604 isn't confused.
6605
6606 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6609 a preactivated advice from an old advice.el; they're not compatible!
6610
6611 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6612
6613 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6614 Fix string-spec case.
6615
6616 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6617
6618 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6621 (advice--buffer-local-function-sample): New var.
6622 (advice--set-buffer-local, advice--buffer-local): New functions.
6623 (add-function, remove-function): Use them.
6624
6625 2012-11-15 Drew Adams <drew.adams@oracle.com>
6626
6627 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6628
6629 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6632 potential binding of print-gensym to t, and prettify (back)quotes in
6633 case they appear in args's default values (bug#12884).
6634
6635 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6638 (advice-eval-interactive-spec): New function.
6639 (advice--make-interactive-form): Support around advice (bug#12844).
6640
6641 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6642
6643 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6644 more strict. Add docstring.
6645 (ruby-expression-expansion-re): Extract from
6646 `ruby-match-expression-expansion'.
6647 (ruby-syntax-propertize-function): After everything else, search
6648 for expansions in string literals, mark their insides as
6649 whitespace syntax and save match data for font-lock.
6650 (ruby-font-lock-keywords): Use the 2nd group from expression
6651 expansion matches.
6652 (ruby-match-expression-expansion): Use the match data saved to the
6653 text property in ruby-syntax-propertize-function.
6654
6655 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6658 (bug#12879).
6659
6660 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6661
6662 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6663 start/end keyword a bit harder. Works with different values of N.
6664 Add more comments.
6665 (ruby-end-of-block): Update accordingly.
6666
6667 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * woman.el (woman-file-name): Don't mess with unread-command-events
6670 (bug#12861).
6671
6672 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6673 Remove out of date self-require hack.
6674 (ad-do-advised-functions): Use simple `dolist'.
6675 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6676 (ad-advice-definition): Redefine as functions.
6677 (ad-advice-classes): Move before first use.
6678 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6679 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6680 (ad--defalias-fset): Remove functions.
6681 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6682 (ad-get-orig-definition): Rewrite.
6683 (ad-make-advised-definition-docstring): Change base docstring.
6684 (ad-real-orig-definition): Rewrite.
6685 (ad-map-arglists): Change name of called function.
6686 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6687 (ad-make-advised-definition): Simplify.
6688 (ad-assemble-advised-definition): Tweak for new calling context.
6689 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6690 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6691 function and call ad-activate if needed.
6692 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6693 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6694 (ad-compile-function): Compile ad-Advice-*.
6695 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6696 (ad-start-advice, ad-stop-advice): Remove.
6697
6698 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6699
6700 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6701 period before class method names, not after. Remove handling of
6702 one impossible case. Add comments.
6703
6704 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * emacs-lisp/advice.el: Remove support for freezing.
6707 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6708 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6709 Remove support for `freeze'.
6710
6711 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6712 override the default.
6713 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6714 cl--dotimes/dolist.
6715 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6716 `cl' is loaded.
6717
6718 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6719 from add-advice.
6720 (advice--strip-macro): New function.
6721 (advice--defalias-fset): Use them to handle macros.
6722 (advice-add): Use them.
6723 (advice-member-p): Correctly handle macros.
6724
6725 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6726
6727 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6728 Never font-lock the beginning of singleton class as heredoc.
6729
6730 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6733
6734 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6735
6736 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6737 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6738 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6739
6740 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6741
6742 Fix end-of-defun misbehavior.
6743 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6744 python-beginning-of-defun-function. Handle nested defuns
6745 correctly.
6746 (python-nav-end-of-defun): Rename from
6747 python-end-of-defun-function. Ensure forward movement.
6748 (python-info-current-defun): Reimplement to work as intended
6749 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6750 parent defuns as soon as possible.
6751
6752 2012-11-13 Glenn Morris <rgm@gnu.org>
6753
6754 * progmodes/flymake.el (flymake-error-bitmap)
6755 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6756 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6757
6758 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6759
6760 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6761 backward, always stop at indentation. Reverts the change from
6762 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6763
6764 2012-11-13 Glenn Morris <rgm@gnu.org>
6765
6766 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6767 Add ibuffer-filter-by-derived-mode.
6768
6769 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6770 the same name shadowing each other.
6771
6772 * window.el (with-temp-buffer-window): Doc tweak.
6773
6774 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6775
6776 * help.el (temp-buffer-max-height):
6777 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6778 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6779
6780 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * emacs-lisp/nadvice.el: New package.
6783 * subr.el (special-form-p): New function.
6784 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6785 (elp-all-instrumented-list): Remove var.
6786 (elp-not-profilable): Remove elp-wrapper.
6787 (elp-profilable-p): Use autoloadp and special-form-p.
6788 (elp--advice-name): New const.
6789 (elp-instrument-function): Use advice-add.
6790 (elp--instrumented-p): New predicate.
6791 (elp-restore-function): Use advice-remove.
6792 (elp-restore-all, elp-reset-all): Use mapatoms.
6793 (elp-set-master): Use elp--instrumented-p.
6794 (elp--make-wrapper): Rename from elp-wrapper, return a function
6795 suitable for advice-add. Use cl-inf.
6796 (elp-results): Use mapatoms+elp--instrumented-p.
6797 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6798 (debug-function-list): Remove var.
6799 (debug): Rename arg, and then let-bind it explicitly inside.
6800 (debugger-setup-buffer): Rename arg.
6801 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6802 (debugger-frame-number): Adjust to new debug-on-entry setup.
6803 (debug--implement-debug-on-entry): Rename from
6804 implement-debug-on-entry, add argument.
6805 (debugger-special-form-p): Remove, use special-form-p instead.
6806 (debug-on-entry): Use advice-add.
6807 (debug--function-list): New function.
6808 (cancel-debug-on-entry): Use it, along with advice-remove.
6809 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6810 (debugger-list-functions): Use debug--function-list instead of
6811 debug-function-list.
6812 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6813 (ad-special-form-p): Remove, use special-form-p instead.
6814 (ad-set-advice-info): Use add-function and remove-function.
6815 (ad--defalias-fset): Adjust accordingly.
6816
6817 2012-11-10 Glenn Morris <rgm@gnu.org>
6818
6819 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6820 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6821 (report-emacs-bug-create-existing-bugs-buffer)
6822 (report-emacs-bug-parse-query-results)
6823 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6824
6825 * term.el (term-default-fg-color, term-default-bg-color):
6826 Make obsolete, rather than just saying "deprecated" in the doc.
6827
6828 * term.el (term): Rename from `term-face'.
6829 (term-current-face, ansi-term-color-vector)
6830 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6831 Update all users.
6832
6833 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6834
6835 * server.el (server-create-window-system-frame): Handle Nextstep
6836 specially (Bug#12780).
6837
6838 2012-11-10 Glenn Morris <rgm@gnu.org>
6839
6840 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6841 Unautoload, and make obsolete. (Bug#7449)
6842
6843 2012-11-10 Chong Yidong <cyd@gnu.org>
6844
6845 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6846 rename from diff-remove-trailing-whitespace (Bug#12831).
6847
6848 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6851 miscompilation of trace.el.
6852
6853 2012-11-10 Glenn Morris <rgm@gnu.org>
6854
6855 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6856
6857 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6860 (bug#12812).
6861
6862 2012-11-10 Chong Yidong <cyd@gnu.org>
6863
6864 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6865 a defcustom with an appropriate :set function.
6866 (minibuffer-default--in-prompt-regexps): New function.
6867
6868 2012-11-10 Glenn Morris <rgm@gnu.org>
6869
6870 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6871 (define-modify-macro): Doc fixes.
6872
6873 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6874 (gv-define-simple-setter): Update doc of `fix-return'.
6875
6876 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6879 twice when `fix-return' is set (bug#12813).
6880
6881 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6882 gv-define-simple-setter (bug#12812).
6883
6884 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6885 (bug#12756).
6886
6887 2012-11-10 Glenn Morris <rgm@gnu.org>
6888
6889 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6890
6891 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6892 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6893 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6894 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6895
6896 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6897
6898 2012-11-10 Leo Liu <sdl.web@gmail.com>
6899
6900 * ido.el (ido-set-matches-1): Improve flex matching performance by
6901 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6902
6903 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6906 (ad--defalias-fset): New function.
6907 (ad-safe-fset): Remove.
6908 (ad-make-freeze-definition): Use cl-letf*.
6909
6910 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * subr.el (dolist): Don't bind VAR in RESULT.
6913
6914 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6915 (fset, documentation): Don't save real def since we don't advise.
6916 (ad-do-advised-functions): Remove problematic `result-form'.
6917 (ad-safe-fset): `ad-real-fset' => `fset'.
6918 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6919 uses CL's dolist internally.
6920 (ad-arglist): Remove unused arg `name'.
6921 (ad-docstring, ad-make-advised-docstring):
6922 `ad-real-documentation' => `documentation'.
6923 (warning-suppress-types): Declare.
6924 (ad-set-arguments): Simple CSE.
6925 (ad-recover-normality): Sanity check.
6926
6927 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6928 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6929
6930 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
6931
6932 * ses.el: symbol to coordinate mapping is made by symbol property
6933 `ses-cell'. This means that the same mapping is done for all SES
6934 sheets. That is good enough for cells with standard A1 names, but
6935 not for named cell. So a hash map is added for the latter.
6936 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6937 (ses-sym-rowcol): Use hashmap for named cell.
6938 (ses-is-cell-sym-p): New defun.
6939 (ses-decode-cell-symbol): New defun.
6940 (ses-create-cell-variable): Add cell to hashmap when name is not
6941 A1-like.
6942 (ses-rename-cell): Check that cell new name is not already in
6943 spreadsheet with the use of ses-is-cell-sym-p
6944 (ses-rename-cell): Use hash map for named cells, but accept also
6945 renaming back to A1-like.
6946
6947 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * emacs-lisp/advice.el: Use new dynamic docstrings.
6950 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6951 Use dynamic-docstring-function instead of ad-advice-info.
6952 (ad--make-advised-docstring): New function extracted from
6953 ad-make-advised-docstring.
6954 (ad-make-advised-docstring): Use it.
6955 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6956 from sql-help.
6957 (sql-help): Use it with dynamic-docstring-function.
6958
6959 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6960
6961 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * files.el (hack-one-local-variable--obsolete): New function.
6964 (hack-one-local-variable): Use it for obsolete settings.
6965
6966 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6967 the new name.
6968
6969 * progmodes/js.el (js--filling-paragraph): New var.
6970 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6971 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6972 less sneaky.
6973
6974 2012-11-08 Julien Danjou <julien@danjou.info>
6975
6976 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6977 `auto-mode-alist' (Bug#12835).
6978
6979 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6982 (perl--prettify-symbols-alist): New const.
6983 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6984 New functions.
6985 (perl-font-lock-keywords-2): Use them.
6986 (perl-electric-noindent-p): New function.
6987 (perl-mode): Use it to set up electric-indent-mode.
6988 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6989 (perl-mode-map): Remove bindings for them.
6990 (perl-imenu-generic-expression, perl-outline-level):
6991 Match functions&packages in column>0.
6992
6993 * env.el (env--substitute-vars-regexp): New const.
6994 (substitute-env-vars): Use it. Add `only-defined' arg.
6995 * net/tramp.el (tramp-replace-environment-variables): Use it.
6996
6997 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6998 Byte-compile *before* eval in eval-and-compile.
6999 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7000 (byte-compile-file-form-autoload): Don't hide actual definition.
7001 (byte-compile-maybe-guarded): Accept `functionp' as well.
7002
7003 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7004
7005 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7006
7007 * notifications.el (notifications-get-server-information-method):
7008 New defconst.
7009 (notifications-get-capabilities): Fix docstring.
7010 (notifications-get-server-information): New defun.
7011
7012 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7013
7014 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7015 readability.
7016
7017 * textmodes/ispell.el: Experimental support for support debugging.
7018 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7019 buffer for ispell.
7020 (ispell-print-if-debug): New function to print stuff to
7021 `ispell-debug-buffer' if debugging is enabled.
7022 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7023 show some debugging info.
7024 (ispell-buffer-with-debug): New function that creates a debugging
7025 buffer and calls `ispell-buffer' with debugging enabled.
7026
7027 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7028 comment in autoconf mode. (Bug#12768)
7029
7030 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7031
7032 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7033 frame-first-window, frame-root-window, frame-selected-window,
7034 minibuffer-selected-window, minibuffer-window,
7035 window-absolute-pixel-edges, window-at, window-body-height,
7036 window-body-width, window-display-table, window-combination-limit,
7037 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7038 window-inside-edges, window-inside-pixel-edges, window-left-child,
7039 window-left-column, window-margins, window-next-buffers,
7040 window-next-sibling, window-new-normal, window-new-total,
7041 window-normal-size, window-parameter, window-parameters, window-parent,
7042 window-pixel-edges, window-point, window-prev-buffers,
7043 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7044 window-start, window-text-height, window-top-child, window-top-line,
7045 window-total-height, window-total-width and window-use-time to the list
7046 of functions without side-effects.
7047 (toplevel): Add window-valid-p to the list of error-free functions
7048 without side-effects.
7049
7050 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7051
7052 * textmodes/ispell.el (ispell-program-name):
7053 Update spellchecker parameters when customized.
7054
7055 2012-11-04 Glenn Morris <rgm@gnu.org>
7056
7057 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7058
7059 2012-11-04 Chong Yidong <cyd@gnu.org>
7060
7061 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7062 same-window-* variables.
7063
7064 2012-11-04 Juri Linkov <juri@jurta.org>
7065
7066 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7067 (isearch-describe-key, isearch-describe-mode): Use a display
7068 action instead of binding same-window-* variables (Bug#10040).
7069
7070 2012-11-03 Glenn Morris <rgm@gnu.org>
7071
7072 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7073 Rename handler properties back from cl-- to cl-. (Bug#12788)
7074
7075 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7076
7077 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7078
7079 * term/pc-win.el: Don't load term/internal from here.
7080
7081 * loadup.el: Load term/internal from here.
7082
7083 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7084
7085 * progmodes/python.el (inferior-python-mode): Fix hang in
7086 jit-lock (Bug#12645).
7087
7088 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7089
7090 * window.el (switch-to-visible-buffer)
7091 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7092
7093 2012-11-03 Glenn Morris <rgm@gnu.org>
7094
7095 * emacs-lisp/cl-lib.el (cl--random-time):
7096 Rename from cl-random-time. (Bug#12773)
7097 (cl--gensym-counter, cl--random-state): Update callers.
7098 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7099
7100 2012-11-03 Chong Yidong <cyd@gnu.org>
7101
7102 * cus-start.el: Make cursor-type customizable (Bug#11633).
7103
7104 2012-11-02 Glenn Morris <rgm@gnu.org>
7105
7106 * filecache.el: No need to load find-lisp when compiling.
7107 (find-lisp-find-files): Autoload it.
7108 (file-cache-add-directory-recursively): Don't require find-lisp.
7109
7110 * image.el (image-type-from-file-name): Trivial simplification.
7111
7112 * emacs-lisp/bytecomp.el (byte-compile-eval):
7113 Decouple "noruntime" and "cl-functions" warnings.
7114
7115 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7116
7117 * play/gomoku.el (gomoku-display-statistics): Update mode line
7118 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7119
7120 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7121
7122 * window.el (quit-restore-window): If the window has been
7123 created on an existing frame and ended up as the sole window on
7124 that frame, do not delete it (Bug#12764).
7125
7126 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7129 Rename from sh--inside-arithmetic-expression, handle more cases
7130 (bug#11263).
7131
7132 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7133 (sh-font-lock-open-heredoc): Use it (bug#12770).
7134
7135 2012-10-30 Glenn Morris <rgm@gnu.org>
7136
7137 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7138
7139 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7140
7141 2012-10-29 Chong Yidong <cyd@gnu.org>
7142
7143 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7144 function key is stored in a keyboard macro (Bug#4894).
7145
7146 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7147
7148 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7151 header comments".
7152 (diff-unified->context, diff-context->unified)
7153 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7154
7155 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7156
7157 * files.el (find-alternate-file): Only ask one question (bug#12487).
7158
7159 2012-10-29 Chong Yidong <cyd@gnu.org>
7160
7161 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7162 Suggested by Dan Nicolaescu (Bug#6326).
7163
7164 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7165
7166 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7167
7168 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7169
7170 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7171
7172 * face-remap.el (face-remap-add-relative): Handle the case where a
7173 face-remapping-alist entry is a cons cell (Bug#12762).
7174
7175 2012-10-29 Kevin Ryde <user42@zip.com.au>
7176
7177 * woman.el (woman-parse-numeric-value): Handle picas correctly
7178 (Bug#12639).
7179
7180 2012-10-29 Glenn Morris <rgm@gnu.org>
7181
7182 * emacs-lisp/cl.el (defsetf): Doc fix.
7183
7184 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7187 syntax to the matching opener, if any (bug#12547).
7188 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7189 matching open as a "case-(".
7190 (sh-smie-rc-grammar): Add a corresponding rule for it.
7191
7192 2012-10-28 Daniel Hackney <dan@haxney.org>
7193
7194 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7195 "PKGNAME-autoloads.el" in case we created it.
7196
7197 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7200 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7201 (completion--twq-all): Disable too-strict assertions.
7202
7203 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7204
7205 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7206
7207 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7208 text to match the real keybindings.
7209
7210 2012-10-27 Juri Linkov <juri@jurta.org>
7211
7212 * wdired.el (wdired-keep-marker-rename): New defcustom.
7213 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7214 (Bug#11795)
7215
7216 * dired.el (dired-keep-marker-rename): Add reference to
7217 `wdired-keep-marker-rename' in the docstring.
7218 Add default character value ?R to display initially in
7219 Customization UI instead of ?@.
7220
7221 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7222
7223 * window.el (display-buffer): In doc-string describe
7224 window-height and window-width alist entries.
7225
7226 * time.el (display-time-world): Restore fit-window-to-buffer
7227 behavior.
7228
7229 2012-10-27 Chong Yidong <cyd@gnu.org>
7230
7231 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7232
7233 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7234
7235 * minibuffer.el (completion-category-overrides): New completion
7236 category `bookmark' (bug#11131).
7237
7238 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7241 Silence bogus compiler warnings for ad-do-it.
7242
7243 * bookmark.el (bookmark-completing-read): Set the completion category
7244 to `bookmark' (bug#11131).
7245
7246 2012-10-26 Bastien <bzg@altern.org>
7247 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * face-remap.el: Use lexical-binding.
7250 (text-scale-adjust): Improve docstring. Use itself for the temporary
7251 overlay-map bindings, so as to repeat the "Use..." message each time.
7252
7253 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * emacs-lisp/macroexp.el (macroexp--expand-all):
7256 Obey byte-compile-warning-enabled-p (bug#12486).
7257
7258 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7259 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7260
7261 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7262
7263 * mouse.el (mouse-drag-line): Move last form into preceding when
7264 clause (Bug#12731).
7265
7266 * help.el (resize-temp-buffer-window): Fix doc-string.
7267
7268 2012-10-25 David Engster <deng@randomsample.de>
7269
7270 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7271 Remove. This feature is already integrated in imenu.
7272
7273 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7274 always loaded. Require `speedbar' unconditionally.
7275
7276 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7279
7280 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7281
7282 * net/ldap.el (ldap-search-internal): The official ldif format starts
7283 with a "version: 1" header (bug#12724).
7284
7285 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7286 (bug#12721).
7287
7288 2012-10-25 Glenn Morris <rgm@gnu.org>
7289
7290 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7291
7292 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * minibuffer.el (minibuffer-force-complete): Use one more marker
7295 for the temporary-overlay-map command (bug#12619).
7296
7297 2012-10-24 Chong Yidong <cyd@gnu.org>
7298
7299 * time.el (display-time-world-mode): Derive from special-mode.
7300 (display-time-world): Use display-buffer (Bug#12708).
7301 (display-time-world-mode-map): Variable deleted.
7302 (display-time-world-display): Wrap the final delete-char inside
7303 inhibit-read-only.
7304
7305 2012-10-24 Chong Yidong <cyd@gnu.org>
7306
7307 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7308 Doc fix.
7309
7310 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7311
7312 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * minibuffer.el (completion--all-sorted-completions-location): New var.
7315 (completion--cache-all-sorted-completions)
7316 (completion--flush-all-sorted-completions): Use it.
7317 (completion-in-region, completion-in-region--postch)
7318 (completion-at-point, completion-help-at-point): Use markers in
7319 completion-in-region--data (bug#12619).
7320
7321 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * progmodes/compile.el (compilation-start): Try to handle common
7324 quoting of `cd' argument (bug#12640).
7325
7326 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7327 (bug#12671).
7328
7329 2012-10-23 Glenn Morris <rgm@gnu.org>
7330
7331 * progmodes/gud.el (gud-menu-map):
7332 Check gdb-active-process is bound. (Bug#12358)
7333
7334 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * repeat.el (repeat): Set real-this-command (bug#12232).
7337
7338 * htmlfontify.el (hfy-post-html-hook):
7339 * filesets.el (filesets-cache-fill-content-hook):
7340 * arc-mode.el (archive-extract-hook):
7341 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7342 * net/rcirc.el (rcirc-sentinel-functions)
7343 (rcirc-receive-message-functions, rcirc-activity-functions)
7344 (rcirc-print-functions):
7345 * net/dbus.el (dbus-event-error-functions):
7346 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7347 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7348 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7349 * term/sun.el (sun-raw-prefix-hooks):
7350 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7351
7352 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7355 Set `tramp-chunksize' to 1. This improves the performance.
7356 (tramp-smb-wait-for-output): Add timeout to
7357 `tramp-accept-process-output' calls.
7358
7359 2012-10-23 Chong Yidong <cyd@gnu.org>
7360
7361 * faces.el (font-list-limit): Define as an obsolete variable.
7362
7363 * startup.el (command-line):
7364 * cus-start.el: Don't refer to font-list-limit.
7365
7366 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7367
7368 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * subr.el (internal-temp-output-buffer-show): Rename from
7371 temp-output-buffer-show, since previously compiled files expect this name.
7372
7373 2012-10-23 Glenn Morris <rgm@gnu.org>
7374
7375 * image.el (image-type-from-file-name): If multiple types match,
7376 return the first one that is supported. (Bug#9045)
7377
7378 2012-10-22 Glenn Morris <rgm@gnu.org>
7379
7380 * image.el (imagemagick-enabled-types): Doc fix.
7381
7382 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7383
7384 * progmodes/which-func.el (which-func-current): The hash-table may have
7385 an explicit nil (bug#12338).
7386
7387 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * electric.el (electric-pair-delete-selection-self-insert-function):
7390 Rename to electric-pair-will-use-region, return a boolean.
7391 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7392
7393 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7394 (delete-selection-pre-hook): Use use-region-p.
7395 (delete-selection-self-insert-function): Remove.
7396 (self-insert-command): Obey self-insert-uses-region-functions.
7397 (self-insert-iso): Revert to previous setting, since we don't actually
7398 know what that command does.
7399 (delete-selection-self-insert-hooks): Remove.
7400
7401 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7402
7403 * delsel.el (delete-selection-helper): New function, extracted from
7404 delete-selection-pre-hook.
7405 (delete-selection-pre-hook): Use it.
7406 (delete-selection-self-insert-function): New function.
7407 (delete-selection-self-insert-hooks): New hook.
7408 (self-insert-command, self-insert-iso): Use it.
7409 * electric.el (electric-pair-syntax): New function, extracted from
7410 electric-pair-post-self-insert-function.
7411 (electric-pair-post-self-insert-function): Use it.
7412 (electric-pair-delete-selection-self-insert-function): New function.
7413 (electric-pair-mode): Require delsel and setup
7414 delete-selection-self-insert-hooks (bug#11520).
7415
7416 2012-10-20 Chong Yidong <cyd@gnu.org>
7417
7418 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7419 no changes to show (Bug#12586).
7420
7421 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7422 list explicitly (Bug#12571).
7423
7424 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7425
7426 * progmodes/flymake.el (flymake-create-temp-inplace):
7427 Use file-truename.
7428
7429 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7430
7431 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7432
7433 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7434
7435 * calc/calc-units.el (math-extract-units): Properly extract powers
7436 of units.
7437
7438 2012-10-20 Daniel Colascione <dancol@dancol.org>
7439
7440 * frame.el (make-frame): Set x-display-name as we used to in order
7441 to unbreak creating an X11 frame from an Emacs daemon started
7442 without a display.
7443
7444 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7447 the same completion-field (bug#12221).
7448
7449 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7450
7451 * emacs-lisp/debug.el (debug): Record height of debugger window
7452 also when debugger will be back (Bug#8789).
7453
7454 2012-10-18 Chong Yidong <cyd@gnu.org>
7455
7456 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7457 Convert to defcustom.
7458 (gdb-get-source-file): Don't bind pop-up-windows.
7459
7460 * progmodes/gud.el (gud-display-line): Don't specially re-use
7461 other frames for the gdb-mi case (Bug#12648).
7462
7463 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * emacs-lisp/advice.el: Clean up commentary a bit.
7466 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7467 (byte-code-function-p): Never redefine.
7468
7469 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7470
7471 2012-10-18 Glenn Morris <rgm@gnu.org>
7472
7473 * dired.el (dired-sort-toggle): Some ls implementations only allow
7474 a single option string. (Bug#12666)
7475
7476 * minibuffer.el (completion-cycle-threshold): Doc fix.
7477
7478 2012-10-17 Kenichi Handa <handa@gnu.org>
7479
7480 * international/mule.el (set-keyboard-coding-system):
7481 Recover input meta mode when the new coding system doesn not use 8-bit.
7482 Supply TERMINAL arg to set-input-meta-mode.
7483
7484 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7485
7486 * wdired.el (wdired-old-marks): New variable.
7487 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7488 (wdired-do-renames): Move point with renamed file and don't lose
7489 mark status (Bug#11795).
7490
7491 2012-10-16 Juri Linkov <juri@jurta.org>
7492
7493 * replace.el (query-replace-help): Mention multi-buffer replacement
7494 keys in the Help message. (Bug#12655)
7495
7496 2012-10-15 Chong Yidong <cyd@gnu.org>
7497
7498 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7499
7500 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7501
7502 * window.el (display-buffer): Doc fix.
7503
7504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7505 Adjust the msft regexp to the output of Studio 2010, and move msft
7506 before edg-1. See the discussion on emacs-devel,
7507 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7508 for the details.
7509
7510 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7513 (oset): Move uses of object-class-fast macro after its definition.
7514
7515 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7516
7517 2012-10-13 Chong Yidong <cyd@gnu.org>
7518
7519 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7520 enabled, re-enable it (Bug#11963).
7521
7522 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7523
7524 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7525 non-nil, restore window configuration (Bug#12623).
7526
7527 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * help-fns.el (describe-variable, describe-function-1):
7530 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7531
7532 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7533
7534 2012-10-12 Glenn Morris <rgm@gnu.org>
7535
7536 * mail/rmailsum.el (rmail-header-summary):
7537 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7538
7539 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7540
7541 * progmodes/python.el (python-mode-map):
7542 Replace subtitute-key-definition with proper command remapping.
7543 (python-nav--up-list): Fix behavior for blocks on the same level.
7544
7545 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7548
7549 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7550 changes to the format of load-history.
7551
7552 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7553 completion-ignore-case in case that var is buffer-local (bug#12615).
7554
7555 2012-10-11 Kenichi Handa <handa@gnu.org>
7556
7557 * international/eucjp-ms.el: Re-generated.
7558
7559 2012-10-10 Kenichi Handa <handa@gnu.org>
7560
7561 * select.el (xselect--encode-string): If a coding is specified for
7562 selection, and that is compatible with COMPOUND_TEXT, use it.
7563
7564 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7565
7566 * window.el (switch-to-buffer-preserve-window-point): New option.
7567 (switch-to-buffer):
7568 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7569
7570 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7573 Don't document nil as a useful value (bug#12583).
7574
7575 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7576
7577 * net/tramp.el (tramp-debug-message):
7578 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7579 (with-tramp-progress-reporter): Rename from
7580 `tramp-with-progress-reporter'.
7581 (with-tramp-file-property, with-tramp-connection-property):
7582 Move from tramp-cache.el, rename from `with-file-property' and
7583 `with-connection-property', respectively.
7584
7585 * net/tramp-cache.el: Remove `with-file-property' and
7586 `with-connection-property'.
7587
7588 * net/tramp.el:
7589 * net/tramp-gvfs.el:
7590 * net/tramp-sh.el:
7591 * net/tramp-smb.el: Adapt callees.
7592
7593 * net/trampver.el: Update release number.
7594
7595 2012-10-09 Glenn Morris <rgm@gnu.org>
7596
7597 * w32-fns.el (set-message-beep):
7598 * term/w32-win.el (set-message-beep): Update declarations.
7599
7600 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7603 (mode-line-widen, mode-line-input-method-map)
7604 (mode-line-coding-system-map, mode-line-remote)
7605 (mode-line-unbury-buffer, mode-line-bury-buffer)
7606 (mode-line-next-buffer, mode-line-previous-buffer):
7607 Replace save-selected-window+select-window => with-selected-window.
7608
7609 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7610 * progmodes/cc-vars.el (bq-process): Remove, unused.
7611
7612 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7613
7614 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7615
7616 Implemented `backward-up-list'-like navigation.
7617 * progmodes/python.el (python-nav-up-list)
7618 (python-nav-backward-up-list): New functions.
7619 (python-mode-map): Define substitute key for backward-up-list to
7620 python-nav-backward-up-list.
7621
7622 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7623
7624 * progmodes/python.el (python-fill-paragraph): Rename from
7625 python-fill-paragraph-function. Fixed fill-paragraph for
7626 decorators (Bug#12605).
7627
7628 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7629
7630 * progmodes/python.el (python-shell-output-filter): Handle extra
7631 carriage return in OSX (Bug#12409).
7632
7633 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7634
7635 Fix shell handling of unbalanced quotes and parens in output.
7636 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7637 (python-syntax-propertize-function): Use it.
7638 (python-shell-output-syntax-table): New var.
7639 (inferior-python-mode): Prevent unbalanced parens/quotes from
7640 previous output mess with current input context.
7641
7642 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7645 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7646
7647 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7648
7649 * ffap.el (ffap-replace-file-component): Support Tramp file name
7650 syntax, not only ange-ftp's one.
7651
7652 2012-10-08 Glenn Morris <rgm@gnu.org>
7653
7654 * cus-start.el (message-log-max): Set :version.
7655
7656 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7657
7658 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7659
7660 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7661 the minibuffer window (Bug#10851).
7662
7663 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7664
7665 Enhancements on forward-sexp movement.
7666 * progmodes/python.el (python-nav-beginning-of-statement)
7667 (python-nav-end-of-statement): Return point-marker.
7668 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7669 (python-info-current-symbol)
7670 (python-info-statement-starts-block-p): Rename from
7671 python-info-beginning-of-block-p.
7672 (python-info-statement-ends-block-p): Rename from
7673 python-info-end-of-block-p.
7674 (python-info-beginning-of-statement-p)
7675 (python-info-end-of-statement-p)
7676 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7677 New functions.
7678
7679 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7682 frame-selected-windows.
7683
7684 2012-10-08 Daniel Colascione <dancol@dancol.org>
7685
7686 * battery.el (battery-status-function): Check for
7687 w32-battery-status itself, not system-time windows-nt.
7688
7689 * frame.el: Require cl-lib.
7690 (display-format-alist): New variable mapping frame types to
7691 functions that initialize them.
7692 (window-system-for-display): New function: interprets
7693 display-format-alist.
7694 (make-frame-on-display): Remove existing display-selection logic
7695 and just forward to make-frame, which will now DTRT.
7696 (make-frame): Restructure to use window-system-for-display to
7697 figure out how to create a frame on a given display.
7698 (display-mouse-p): Look for frame-type w32, not a particular
7699 system-type.
7700
7701 * loadup.el: Load w32 lisp code when we have the w32 feature.
7702
7703 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7704 system-type windows-nt.
7705
7706 * server.el (server-create-window-system-frame): Look for window
7707 type.
7708 (server-proces-filter): Only force a window system when windows-nt
7709 _and_ w32. Explain why.
7710
7711 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7712 of window systems we configure for the mode.
7713
7714 * startup.el (command-line): Mark window system is initialized
7715 after we've done it.
7716
7717 * common-win.el (x-select-text): Look for w32, not windows-nt.
7718
7719 * ns-win.el: Require cl-lib. Add ourselves to
7720 display-format-alist.
7721 (ns-initialize-window-system): Assert we're not initialized twice.
7722
7723 * w32-win.el: Enable lexical binding; require cl-lib; add
7724 ourselves to display-format-alist.
7725 (w32-handle-dropped-file): Convert incoming dropped files from
7726 Windows paths to Cygwin ones before passing them on to the rest of
7727 Emacs.
7728 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7729 (w32-initialize-window-system): Assert we're not initialized twice.
7730
7731 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7732 (x-initialize-window-system): Assert we're not initialized twice.
7733
7734 * w32-common-fns.el: New File.
7735 (w32-version, w32-using-nt, w32-get-clipboard-data)
7736 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7737 (w32-charset-info-alist, x-last-selected, text)
7738 (x-get-selection-value, x-selection-value): Move here.
7739
7740 * w32-fns.el: Require w32-common-fns.
7741 (w32-version, w32-using-nt, w32-get-clipboard-data)
7742 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7743 (w32-charset-info-alist, x-last-selected, text)
7744 (x-get-selection-value, x-selection-value): Move to
7745 w32-common-fns.
7746
7747 * w32-vars.el:
7748 (w32-allow-system-shell, w32-system-shells): Define only in
7749 non-cygwin case.
7750
7751 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7754 (read-passwd): Remove a few more potential sources of leaks.
7755
7756 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7757
7758 * progmodes/python.el (inferior-python-mode)
7759 (python-shell-make-comint): Fix initialization of local
7760 variables copied from parent buffer.
7761
7762 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7763
7764 * term/ns-win.el (ns-read-file-name): Update declaration to match
7765 nsfns.m.
7766 (ns-respond-to-change-font): Change fontsize separately so we are sure
7767 it is set when font is acted upon.
7768
7769 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7770
7771 Enhancements to indentation.
7772 * progmodes/python.el (python-indent-context): Give priority to
7773 inside-string context. Make comments indentation markers.
7774 (python-indent-region): Do not mess with strings, unless it's the
7775 enclosing set of quotes.
7776
7777 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * window.el (internal--before-save-selected-window)
7780 (internal--after-save-selected-window): New functions extracted from
7781 save-selected-window. Make sure we return the `alist' we construct.
7782 (save-selected-window): Use them.
7783
7784 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7785 Use with-selected-window.
7786
7787 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7788 forms that define macros (bug#12593).
7789
7790 2012-10-07 Kenichi Handa <handa@gnu.org>
7791
7792 * international/mule-conf.el (compound-text-with-extensions):
7793 Add :mime-charset property as x-ctext.
7794
7795 2012-10-07 Stefan Merten <smerten@oekonux.de>
7796
7797 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7798 (rst-indent-literal-normal, rst-indent-literal-minimized)
7799 (rst-indent-comment): Correct :version tag.
7800 (rst-official-cvs-rev): Correct version string.
7801
7802 2012-10-07 Glenn Morris <rgm@gnu.org>
7803
7804 * mail/rmailmm.el (rmail-mime-process-multipart):
7805 Do not confuse a multipart message with an epilogue
7806 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7807
7808 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7809
7810 Fix shell output retrieval and comint-prompt-regexp init.
7811 * progmodes/python.el (inferior-python-mode):
7812 (python-shell-make-comint): Fix initialization of
7813 comint-prompt-regexp from copied file local variables.
7814 (python-shell-fetched-lines): Remove var.
7815 (python-shell-output-filter-in-progress): Rename from
7816 python-shell-fetch-lines-in-progress.
7817 (python-shell-output-filter-buffer): Rename from
7818 python-shell-fetch-lines-string.
7819 (python-shell-fetch-lines-filter): Delete function.
7820 (python-shell-output-filter): New function.
7821 (python-shell-send-string-no-output): Use them.
7822
7823 2012-10-07 Glenn Morris <rgm@gnu.org>
7824
7825 * hi-lock.el (hi-lock-process-phrase):
7826 Try to make it less fragile. (Bug#7161)
7827
7828 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7829
7830 2012-10-06 Glenn Morris <rgm@gnu.org>
7831
7832 * ehelp.el (electric-help-mode): Use help-mode rather than
7833 non-existent mode `help'.
7834 (electric-help-map): Use button-buffer-map. (Bug#10917)
7835
7836 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7837 (reftex-create-bibtex-footer): Fix custom types.
7838
7839 * progmodes/sh-script.el (sh-indent-after-continuation):
7840 Add explicit :group.
7841
7842 * textmodes/rst.el (rst-preferred-decorations)
7843 (rst-shift-basic-offset): Clarify obsolescence versions.
7844
7845 * profiler.el (profiler): Add missing group :version tag.
7846 * avoid.el (mouse-avoidance-banish-position):
7847 * proced.el (proced-renice-command):
7848 * calc/calc.el (calc-ensure-consistent-units):
7849 * calendar/icalendar.el (icalendar-import-format-uid):
7850 * net/tramp.el (tramp-save-ad-hoc-proxies):
7851 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7852 * progmodes/flymake.el (flymake-error-bitmap)
7853 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7854 * progmodes/sh-script.el (sh-indent-after-continuation):
7855 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7856 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7857 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7858 (vhdl-array-index-record-field-in-sensitivity-list)
7859 (vhdl-indent-comment-like-next-code-line):
7860 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7861 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7862 (reftex-cite-key-separator, reftex-create-bibtex-header)
7863 (reftex-create-bibtex-footer):
7864 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7865 (rst-indent-literal-normal, rst-indent-literal-minimized)
7866 (rst-indent-comment): Add missing custom :version tags.
7867
7868 * calendar/timeclock.el (timeclock-modeline-display):
7869 Add missing obsolete alias for renamed user option.
7870
7871 * strokes.el (strokes-modeline-string):
7872 * emulation/crisp.el (crisp-mode-modeline-string):
7873 * eshell/esh-mode.el (eshell-status-in-modeline):
7874 Aliases to defcustoms must come before the defcustom.
7875
7876 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7877 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7878 (cal-tex-cursor-week-monday): Doc fixes.
7879 (cal-tex-cursor-week2-summary): Doc fix.
7880 Rename from cal-tex-cursor-week-at-a-glance.
7881
7882 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7883 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7884
7885 * calendar/calendar.el (calendar-mode-map):
7886 Add cal-tex-cursor-week2-summary.
7887
7888 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7891
7892 * subr.el (read-passwd-map): New var.
7893 (read-passwd): Use `read-string' again.
7894 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7895
7896 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7897
7898 * register.el (append-to-register, prepend-to-register):
7899 Deactivate mark, as does `copy-to-register' (bug#12389).
7900
7901 2012-10-06 Chong Yidong <cyd@gnu.org>
7902
7903 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7904
7905 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7906
7907 * international/characters.el: Fix simple mistake ((car chars) ->
7908 elt), delete duplicated code.
7909
7910 2012-10-06 Glenn Morris <rgm@gnu.org>
7911
7912 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7913
7914 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7915
7916 * color.el (color-hsl-to-rgb): Fix incorrect results for
7917 small and large hue values. (Bug#12559)
7918
7919 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
7920
7921 Enhancements to docstring formatting when filling paragraphs.
7922 * progmodes/python.el (python-fill-docstring-style): Rename from
7923 python-fill-string-style. Added new style.
7924 (python-fill-string): Use new style. Better checks for
7925 docstrings.
7926
7927 2012-10-05 Glenn Morris <rgm@gnu.org>
7928
7929 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7930
7931 * color.el (color-name-to-rgb, color-rgb-to-hex)
7932 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7933 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7934 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7935 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7936
7937 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7938
7939 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7942 to get the correct size across symlinks.
7943
7944 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7945
7946 2012-10-04 Juri Linkov <juri@jurta.org>
7947
7948 * replace.el (query-replace-interactive): Declare obsolete.
7949 (query-replace-read-from): Add the last incremental search string
7950 to the list of default values accessible via M-n.
7951 (map-query-replace-regexp): Use `read-regexp'.
7952 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7953 (map-query-replace-regexp, replace-string, replace-regexp):
7954 Fix docstrings to replace mentions of `query-replace-interactive'
7955 with alternatives. (Bug#12526)
7956
7957 2012-10-04 Juri Linkov <juri@jurta.org>
7958
7959 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7960 (dired-pop-to-buffer): Declare obsolete.
7961 (dired-mark-pop-up): Doc fix.
7962
7963 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
7964
7965 Allow user to set docstring style for fill-paragraph.
7966 * progmodes/python.el
7967 (python-fill-comment-function, python-fill-string-function)
7968 (python-fill-decorator-function, python-fill-paren-function):
7969 Remove :safe for defcustoms.
7970 (python-fill-string-style): New defcustom
7971 (python-fill-paragraph-function): Enhance context detection.
7972 (python-fill-string): Honor python-fill-string-style settings.
7973
7974 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7975
7976 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7977 after setting its buffer (Bug#10805).
7978
7979 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
7980
7981 Fix cornercase for string syntax.
7982 * progmodes/python.el (python-syntax-propertize-function):
7983 Simplify and enhance the regexp for unescaped quotes. Now it also
7984 matches quotes in weird situations like the single quote in
7985 "something\"'".
7986 (python-syntax-stringify): Simplify num-quotes detecting code.
7987
7988 2012-10-03 Glenn Morris <rgm@gnu.org>
7989
7990 * help-macro.el (three-step-help):
7991 Revert 2012-09-29 change. (Bug#12567)
7992
7993 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7994
7995 * menu-bar.el (kill-this-buffer): Don't do anything when
7996 `menu-frame' is not alive or visible (Bug#8184).
7997
7998 * emacs-lisp/debug.el (debug): When quitting the debugger window
7999 restore current buffer (Bug#12502).
8000
8001 2012-10-02 Chong Yidong <cyd@gnu.org>
8002
8003 * progmodes/hideif.el (hif-lookup, hif-defined):
8004 Handle semantic-c-takeover-hideif.
8005
8006 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8007
8008 Change sampling interval units from ms to ns.
8009 * profiler.el (profiler-sampling-interval): Change units
8010 from ms to ns, multiplying the default by 1000000 so that
8011 it remains 1 ms.
8012 (profiler-report-cpu-line-format): Give enough room for
8013 the maximum counters on 64-bit hosts.
8014 (profiler-report-render-calltree-1): Call them "CPU samples",
8015 not "Time (ms)", since they are not milliseconds now (and
8016 never really were).
8017
8018 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8019
8020 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8021 Fix querying BBDB for entries without a last name (Bug#11580).
8022
8023 2012-10-02 Chong Yidong <cyd@gnu.org>
8024
8025 * emacs-lisp/eieio.el: Restore Version header.
8026
8027 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * vc/diff-mode.el (diff--auto-refine-data): New var.
8030 (diff-hunk): Use it to delay refinement.
8031 (diff-mode): Remove overlays when we turn off font-lock.
8032
8033 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8034 (table-initialize-table-fixed-width-mode)
8035 (table-set-table-fixed-width-mode): Remove functions.
8036 (table-command-list): Move initialization into declaration.
8037 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8038 (table-with-cache-buffer): Use `declare'.
8039 (table-span-cell): Simplify via CSE.
8040 (table-fixed-width-mode): Use define-minor-mode.
8041 (table-call-interactively, table-funcall, table-apply): Remove.
8042 (table-function): New function, to replace them.
8043
8044 * bookmark.el (bookmark-search-pattern): Remove var.
8045 (bookmark-read-search-input): Remove function.
8046 (bookmark-bmenu-search): Reimplement using a minibuffer.
8047
8048 * faces.el (modeline): Remove obsolete face name.
8049
8050 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8051 and give a non-nil default value.
8052 (add-change-log-entry): Simplify accordingly.
8053
8054 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8055
8056 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8057 (vc-git-log-edit-toggle-amend): New function.
8058 (vc-git-log-edit-toggle-signoff): New function.
8059 (vc-git-log-edit-mode): New major mode.
8060 (vc-git-log-edit-mode-map): Keymap for it.
8061 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8062
8063 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8064 header names.
8065 (log-edit-toggle-header): New function.
8066 (log-edit-extract-headers): Accept function values in HEADERS alist.
8067
8068 2012-10-01 David Engster <deng@randomsample.de>
8069
8070 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8071 from symbol property and change message to be more consistent with
8072 Emacs proper.
8073 (eieio-describe-generic): Add filename for each implementation.
8074 Fix indices for generic and normal methods.
8075 (eieio-method-def, eieio-class-def): New buttons.
8076 (eieio-help-find-method-definition)
8077 (eieio-help-find-class-definition): New functions.
8078 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8079 class, constructor and method definitions.
8080
8081 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8082 information in symbol property.
8083 (scoped-class): Remove.
8084 (eieio-slot-name-index, call-next-method): Check if it is bound.
8085
8086 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8087
8088 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8089 (eieio-custom-mode): New major mode.
8090 (eieio-customize-object): Use it.
8091
8092 2012-10-01 Eric Ludlam <zappo@gnu.org>
8093
8094 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8095 specifying the expected class, and whether subclassing is allowed.
8096 (eieio-persistent-convert-list-to-object):
8097 (eieio-persistent-validate/fix-slot-value)
8098 (eieio-persistent-slot-type-is-class-p): New functions.
8099 (eieio-named::slot-missing): Doc fix.
8100
8101 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8102 Stop using unused publd variable.
8103
8104 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8105 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8106 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8107 (eieio-speedbar-handle-click): Do not specify a class for the
8108 method. Fixes method invocation order problems with EDE.
8109
8110 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8113 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8114
8115 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8116
8117 * bookmark.el (bookmark-version-control): Give tags in the
8118 :type choices (Bug#12309), and improve doc string.
8119 (bookmark-write-file): Bind `print-circle' to `t' to allow
8120 circular custom bookmark types. (Bug#12503)
8121
8122 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8123
8124 Revert the FOLLOW-SYMLINKS change for file-attributes.
8125 * files.el (remote-file-name-inhibit-cache, after-find-file):
8126 * time.el (display-time-file-nonempty-p): Undo last change.
8127
8128 * profiler.el (profiler-sampling-interval): Change default back to 1.
8129 See Stefan Monnier in
8130 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8131
8132 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8133
8134 Shell output catching a la gud-gdb.
8135 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8136 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8137 New Vars.
8138 (python-shell-fetch-lines-filter): New function.
8139 (python-shell-send-string-no-output): Use them.
8140
8141 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8142
8143 * profiler.el (profiler-sampling-interval): Rename from
8144 profiler-sample-interval.
8145 (profiler-sampling-interval): Default to 10.
8146 (profiler-find-profile): New command (was profiler-find-log).
8147 (profiler-find-profile-other-window): New command.
8148 (profiler-find-profile-other-frame): New command.
8149 (profiler-profile): Introduce API-level data structure.
8150
8151 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8152
8153 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8154 * files.el (remote-file-name-inhibit-cache):
8155 * time.el (display-time-file-nonempty-p): Use it.
8156 * files.el (after-find-file): Don't chase links before calling
8157 file-exists-p, as file-exists-p already does the right thing.
8158
8159 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8160
8161 Merge from standalone RefTeX repository.
8162
8163 The following ChangeLog entries are shortened versions of the
8164 original ones with file paths adapted. A not so strongly edited
8165 version of the original ChangeLog can be found in the commit log.
8166
8167 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8168 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8169 Correctly handle new value type returned by `reftex-citation'.
8170
8171 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8172 that entries with whitespace at various places are found.
8173 Doc fix. Include entries that are cross-referenced from cited entries.
8174 Include @String definitions in the resulting bib file. Add header
8175 and footer defined in `reftex-create-bibtex-header' and
8176 `reftex-create-bibtex-footer'.
8177 (reftex-do-citation): Make it possible again to insert
8178 non-existent entries. Save match data when asking for optional
8179 arguments. Return all keys, not just the first one.
8180 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8181 all citations in the same line.
8182 (reftex-parse-bibtex-entry): Accept additional optional argument
8183 `raw' and keep quotes or braces if it is non-nil. Match fields
8184 containing hyphens besides word constituents.
8185 (reftex-get-string-refs): New function.
8186 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8187 and ask if it should be reread in case it did.
8188 (reftex-pop-to-bibtex-entry)
8189 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8190 entries with spaces or tabs in front of arguments.
8191 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8192 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8193 Match entries containing numbers and symbol constituents.
8194 (reftex-do-citation, reftex-figure-out-cite-format):
8195 Use `reftex-cite-key-separator'.
8196
8197 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8198 (reftex-mouse-view-crossref): Explain why point is set.
8199
8200 * textmodes/reftex-global.el: Whitespace changes.
8201
8202 * textmodes/reftex-index.el: Move provide statement to end of
8203 file.
8204 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8205 (reftex-index-visit-phrases-buffer): Set marker when visiting
8206 buffer. This allows for returning from the phrases file to the
8207 file one was just editing instead of the file where the last
8208 phrases was added from.
8209 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8210 punctuation syntax as it usually is not used as string quote in
8211 TeX-related modes and may occur unmatched. The change also
8212 prevents fontification of quoted content.
8213 (reftex-index-phrases-mode): Use it.
8214
8215 * textmodes/reftex-parse.el (reftex-parse-from-file):
8216 Move backward one char if a `\' was matched after a section macro.
8217 (reftex-parse-from-file): Use beginning of match instead of end as
8218 bound.
8219
8220 * textmodes/reftex-ref.el: Adapt creation of
8221 `reftex-<package>-<macro>' functions to new structure of
8222 `reftex-ref-style-alist'.
8223 (reftex-reference): Use `reftex-ref-style-list' function.
8224 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8225 reference macro if `reftex-ref-macro-prompt' is non-nil.
8226 (reftex-reference): Pass refstyle to `reftex-format-special'.
8227 Determine reference macro by looking at
8228 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8229 Use only one special format function.
8230 (reftex-varioref-vref, reftex-fancyref-fref)
8231 (reftex-fancyref-Fref): Remove definitions. The functions are now
8232 generated from `reftex-ref-style-alist'.
8233 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8234 Remove.
8235 (reftex-format-special): New function.
8236
8237 * textmodes/reftex-sel.el
8238 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8239 of `reftex-ref-style-alist'. Remove code for testing macro type.
8240 (reftex-select-toggle-varioref)
8241 (reftex-select-toggle-fancyref): Remove.
8242 (reftex-select-cycle-ref-style-internal)
8243 (reftex-select-cycle-ref-style-forward)
8244 (reftex-select-cycle-ref-style-backward): New functions.
8245 (reftex-select-label-map): Use `v' and `V' for general cycling
8246 through reference styles. Add `p' for switching between number
8247 and page reference types.
8248
8249 * textmodes/reftex-toc.el (reftex-re-enlarge):
8250 Call `enlarge-window' only if there is something to do because in Emacs
8251 the horizontal version throws an error even if the parameter is 0.
8252
8253 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8254 (reftex-plug-into-AUCTeX): Doc fix.
8255 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8256 string. Adapt to new name.
8257 (reftex-ref-style-alist): Change structure so that it is not
8258 possible to use multiple different package names within a style.
8259 Remove the symbols for symbols for macro type distinction.
8260 Add characters for macro selection.
8261 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8262 (reftex-create-bibtex-footer): New variables.
8263 (reftex-format-ref-function): Mention third argument of special
8264 format function.
8265 (reftex-ref-style-alist, reftex-ref-style-default-list):
8266 New variables.
8267 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8268 to new implementation. Mark as obsolete. Add compatibility code
8269 for honoring the variable values in case they are set.
8270 (reftex-cite-format-builtin, reftex-bibliography-commands):
8271 Add support for ConTeXt.
8272 (reftex-format-ref-function, reftex-format-cite-function):
8273 Fix custom type.
8274 (reftex-cite-key-separator): New variable.
8275
8276 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8277 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8278 `reftex-syntax-table' because parens have to retain their paren
8279 syntax in order for parsing of BibTeX entries like @book(...) to
8280 work.
8281 (reftex-in-comment): Do not error out if `comment-start-skip' is
8282 not set. Deal correctly with escaped comment characters.
8283 (reftex-tie-multifile-symbols): Add doc string.
8284 Initialize `reftex-ref-style-list'.
8285 (reftex-untie-multifile-symbols): Add doc string.
8286 (reftex-add-index-macros): Doc fix.
8287 (reftex-ref-style-activate, reftex-ref-style-toggle)
8288 (reftex-ref-style-list): New functions.
8289 (reftex-mode-menu): Use them. Adapt to new structure of
8290 `reftex-ref-style-alist'.
8291 (reftex-select-with-char): Kill the RefTeX Select buffer when
8292 done.
8293 (reftex-remove-if): New function.
8294 (reftex-erase-all-selection-and-index-buffers)
8295 (reftex-mode-menu): Reference styles are now computed from
8296 `reftex-ref-style-alist'. Fix typo.
8297 (reftex-report-bug): New function.
8298 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8299 algorithms with O(n log n). Introduce optional argument SORT (not
8300 yet used).
8301
8302 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8303
8304 Enhancements for triple-quote string syntax.
8305 * progmodes/python.el (python-syntax-propertize-function):
8306 Match both quote cases in one regexp.
8307 (python-syntax-stringify): Handle matches properly.
8308
8309 2012-09-30 Juri Linkov <juri@jurta.org>
8310
8311 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8312 to nil around the call to `insert' to prevent
8313 directory time modification by lock_file. (Bug#2295)
8314 * tar-mode.el (tar-summarize-buffer): Idem.
8315
8316 2012-09-30 Juri Linkov <juri@jurta.org>
8317
8318 * facemenu.el (list-colors-sort): Add option "Luminance".
8319 (list-colors-sort-key): Implement it.
8320
8321 * vc/diff-mode.el (diff-refine-removed):
8322 * vc/ediff-init.el (ediff-fine-diff-A):
8323 * vc/smerge-mode.el (smerge-refined-removed):
8324 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8325
8326 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8327
8328 * term/ns-win.el (x-file-dialog): New function.
8329
8330 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8331
8332 * ido.el (ido-max-directory-size): Default to nil; the current
8333 default is small for POSIX systems, and impractical on Windows 7
8334 now that lstat returns directory sizes for NTFS.
8335
8336 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8337
8338 In buffer display functions handle window-height/window-width
8339 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8340 * window.el (window--display-buffer): New argument ALIST.
8341 Obey window-height and window-width alist entries.
8342 (window--try-to-split-window): New argument ALIST.
8343 Bind window-combination-limit to t when the window's size shall be
8344 changed and window-combination-limit equals `window-size'.
8345 (display-buffer-in-atom-window)
8346 (display-buffer-in-major-side-window)
8347 (display-buffer-in-side-window, display-buffer-same-window)
8348 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8349 (display-buffer-pop-up-window, display-buffer-below-selected)
8350 (display-buffer-at-bottom, display-buffer-in-previous-window)
8351 (display-buffer-use-some-window): Adjust all callers of
8352 window--display-buffer and window--try-to-split-window.
8353 (fit-frame-to-buffer): New option.
8354 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8355 is non-nil.
8356 (display-buffer-in-major-side-window): Evaluate window-height /
8357 window-width alist entries.
8358
8359 * help.el (temp-buffer-resize-frames)
8360 (temp-buffer-resize-regexps): Remove options.
8361 (temp-buffer-resize-mode): Adjust doc-string.
8362 (resize-temp-buffer-window): Don't consult
8363 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8364 temp-buffer-resize-frames.
8365
8366 * dired.el (dired-mark-pop-up):
8367 Call display-buffer-below-selected with a fit-window-to-buffer alist
8368 entry.
8369
8370 2012-09-30 Chong Yidong <cyd@gnu.org>
8371
8372 * server.el (server-host): Document the security implications.
8373 (server-auth-key): Doc fix.
8374
8375 * startup.el (initial-buffer-choice): Doc fix.
8376
8377 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8378
8379 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8380 restriction change.
8381
8382 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8383
8384 * help-fns.el (help-fns--obsolete): Fix last change.
8385
8386 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8389 (minor-mode-map-alist): Remove redundant code.
8390
8391 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8392 visited in a buffer.
8393 (cvs-insert-visited-file): New function.
8394 (find-file-hook): Use it.
8395
8396 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8397
8398 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8399 chose face.
8400 (log-edit-empty-buffer-p): Don't require a space after a header.
8401
8402 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8403
8404 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8405
8406 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8407 a proper minor-mode.
8408
8409 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8410
8411 2012-09-29 Glenn Morris <rgm@gnu.org>
8412
8413 * winner.el (winner-mode): Remove variable (let define-minor-mode
8414 handle it).
8415 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8416 Doc fixes.
8417 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8418 (winner-mode): Use define-minor-mode.
8419
8420 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8421 the full definition in loaddefs, rather than duplicating it.
8422
8423 * help-macro.el (three-step-help): No need to autoload defcustom.
8424
8425 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8426 (inferior-lisp-program, inferior-lisp-load-command)
8427 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8428 No need to autoload defcustoms.
8429
8430 * hippie-exp.el (hippie-expand-try-functions-list)
8431 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8432 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8433 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8434 (hippie-expand-only-buffers): No need to autoload defcustoms.
8435 * progmodes/vhdl-mode.el (vhdl-line-expand):
8436 Explicitly load hippie-exp, so it does not get autoloaded
8437 while hippie-expand-try-functions-list is let-bound.
8438
8439 2012-09-28 Glenn Morris <rgm@gnu.org>
8440
8441 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8442
8443 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8444 Only "cl.el" counts as cl these days.
8445
8446 2012-09-28 Juri Linkov <juri@jurta.org>
8447
8448 Display archive errors in the echo area instead of inserting
8449 to the file buffer.
8450
8451 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8452 to STDERR-TEST that can be a regexp matching a successful output.
8453 Create a temporary file and redirect stderr to it. Search for
8454 STDERR-TEST in the stderr output and display it in the echo area
8455 if no match is found.
8456 (archive-extract-by-file): New function like
8457 `archive-extract-by-stdout' but extracting archives to files
8458 and looking for successful matches in stdout. Function body is
8459 mostly copied from `archive-rar-extract'.
8460 (archive-rar-extract): Use `archive-extract-by-file'.
8461 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8462
8463 2012-09-28 Leo Liu <sdl.web@gmail.com>
8464
8465 * pcomplete.el (pcomplete-show-completions):
8466 Use minibuffer-message to make pcomplete usable in minibuffer.
8467
8468 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8469
8470 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * type-break.el: Use lexical-binding.
8473 (type-break-mode): Use define-minor-mode.
8474
8475 * emacs-lisp/pcase.el (pcase--mark-used): New.
8476 (pcase--u1): Use it (bug#12512).
8477
8478 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8479 in load-history with the right file name.
8480
8481 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8482
8483 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8484 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8485 (doc-view-get-bounding-box): Make bounding box slicing work for
8486 ODF and DVI documents.
8487
8488 2012-09-28 Glenn Morris <rgm@gnu.org>
8489
8490 * type-break.el (type-break-mode, type-break-interval)
8491 (type-break-good-rest-interval, type-break-keystroke-threshold):
8492 No need to autoload.
8493 (type-break-good-rest-interval, type-break-keystroke-threshold):
8494 Add :set-after.
8495
8496 2012-09-28 Chong Yidong <cyd@gnu.org>
8497
8498 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8499 Add :version tag.
8500
8501 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8504
8505 2012-09-27 Glenn Morris <rgm@gnu.org>
8506
8507 * faces.el (x-display-name): Declare (for without-x builds).
8508
8509 * linum.el (linum-format): Don't autoload it. Improve :type.
8510
8511 * progmodes/tcl.el: Don't require outline when compiling.
8512 (outline-regexp, outline-level): Declare.
8513 * textmodes/sgml-mode.el: Don't require outline when compiling.
8514 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8515
8516 * term.el (term-ansi-reset):
8517 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8518
8519 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8520 files for RCS and SCCS. (Bug#9781)
8521
8522 2012-09-27 Chong Yidong <cyd@gnu.org>
8523
8524 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8525 change; value should be t.
8526
8527 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * image-mode.el: Use lexical-binding.
8530 (image-mode-winprops): Use t to stand for the window of
8531 a buffer that's not displayed.
8532 * doc-view.el (doc-view-new-window-function): Handle the new
8533 t in winprops.
8534 (doc-view-enlarge): Make it a real nop if the size is not changed.
8535 (doc-view-display): Handle the case where the buffer is not (yet?)
8536 displayed in any window.
8537 (doc-view-saved-settings): New var.
8538 (doc-view-mode): Use it.
8539 (doc-view-fallback-mode): Set it.
8540
8541 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8542 Set lexical-binding.
8543 (minibuffer-eldef-shorten-default): New var.
8544 (minibuffer-default-in-prompt-regexps): Use it for new default.
8545 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8546
8547 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * international/uni-bidi.el:
8550 * international/uni-category.el:
8551 * international/uni-name.el:
8552 * international/uni-numeric.el: Regenerate.
8553
8554 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8555 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * profiler.el: New file.
8558
8559 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8562 (testcover-reinstrument): Simplify with CSE.
8563
8564 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8567
8568 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8569
8570 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8571 (verilog-auto-input, verilog-auto-insert-lisp)
8572 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8573 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8574 (verilog-auto-unused, verilog-auto-wire)
8575 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8576 newline. Reported by Andrew Jones.
8577 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8578 Reported by Brad Dobbie.
8579 (verilog-batch-delete-trailing-whitespace):
8580 Create verilog-batch-delete-trailing-whitespace.
8581 Reported by Brad Dobbie.
8582 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8583 parameters from another module. Reported by Dan Katz.
8584 (verilog-auto, verilog-auto-assign-modport)
8585 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8586 AUTOINOUTMODPORT for UVM interface module shell generation.
8587 Reported by Brad Dobbie.
8588 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8589 standard behavior.
8590 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8591 Reported by Matt Martin.
8592
8593 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8594
8595 * window.el (window--resize-child-windows): When resizing child
8596 windows proportionally, process them in reverse order to
8597 preserve the "when splitting a window the new one gets the odd
8598 line" behavior.
8599 (window--resize-root-window-vertically): When resizing the
8600 minibuffer window try to affect only windows at the bottom of the
8601 frame. (Bug#12419)
8602
8603 2012-09-25 Chong Yidong <cyd@gnu.org>
8604
8605 * subr.el (declare): Doc fix.
8606
8607 * help-fns.el (help-fns--obsolete): Handle macros properly.
8608
8609 2012-09-25 Chong Yidong <cyd@gnu.org>
8610
8611 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8612 this function obsolete.
8613
8614 * calendar/cal-x.el (calendar-two-frame-setup)
8615 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8616 * calendar/calendar.el (american-calendar, european-calendar)
8617 (calendar-for-loop):
8618 * comint.el (comint-dynamic-simple-complete)
8619 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8620 * desktop.el (desktop-load-default):
8621 * dired-x.el (dired-omit-here-always)
8622 (dired-hack-local-variables, dired-default-directory):
8623 * emacs-lisp/derived.el (derived-mode-class):
8624 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8625 * emacs-lock.el (toggle-emacs-lock):
8626 * epa.el (epa-display-verify-result):
8627 * epg.el (epg-sign-keys, epg-start-sign-keys)
8628 (epg-passphrase-callback-function):
8629 * eshell/esh-util.el (eshell-for):
8630 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8631 (eshell-add-to-window-buffer-names):
8632 * files.el (locate-file-completion):
8633 * imenu.el (imenu-example--create-c-index)
8634 (imenu-example--create-lisp-index)
8635 (imenu-example--lisp-extract-index-name)
8636 (imenu-example--name-and-position):
8637 * international/mule-cmds.el (princ-list):
8638 * international/mule-diag.el (decode-codepage-char):
8639 * international/mule-util.el (detect-coding-with-priority):
8640 * iswitchb.el (iswitchb-read-buffer):
8641 * mail/mailalias.el (mail-complete):
8642 * mail/sendmail.el (mail-sent-via):
8643 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8644 (mouse-major-mode-menu):
8645 * password-cache.el (password-read-and-add):
8646 * pcomplete.el (pcomplete-parse-comint-arguments):
8647 * progmodes/sh-script.el (sh-maybe-here-document):
8648 * replace.el (query-replace-regexp-eval):
8649 * savehist.el (savehist-load):
8650 * simple.el (choose-completion-delete-max-match):
8651 * term.el (term-dynamic-simple-complete):
8652 * vc/ediff-init.el (ediff-check-version):
8653 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8654 * vc/vc.el (vc-diff-switches-list):
8655 * view.el (view-return-to-alist-update): Likewise.
8656
8657 * subr.el (eval-next-after-load, makehash, insert-string)
8658 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8659 mark obsolete.
8660 (mode-line-inverse-video): Variable deleted.
8661
8662 * international/mule-util.el (string-to-sequence): Remove.
8663
8664 * calendar/calendar.el (calendar-version):
8665 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8666 (icalendar-convert-diary-to-ical):
8667 * cus-edit.el (custom-mode):
8668 * ansi-color.el (ansi-color-unfontify-region):
8669 * international/latin1-disp.el (latin1-char-displayable-p):
8670 * progmodes/cwarn.el (turn-on-cwarn-mode):
8671 * progmodes/which-func.el (which-func-update-1):
8672 Use define-obsolete-function-alias.
8673
8674 * net/newst-backend.el (newsticker-cache-filename):
8675 * net/newst-treeview.el (newsticker-groups-filename):
8676 Fix incorrect obsolescence declaration.
8677
8678 * allout.el (allout-passphrase-hint-string): Likewise.
8679 (allout-init): Use a declare form to mark obsolete.
8680
8681 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8682 this applies to functions.
8683
8684 * iswitchb.el (iswitchb-read-buffer): Move code of
8685 iswitchb-define-mode-map here, and delete that obsolete function.
8686
8687 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8688 font-lock-reference-face.
8689
8690 2012-09-25 Glenn Morris <rgm@gnu.org>
8691
8692 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8693 Doc fixes.
8694
8695 * eshell/em-term.el (eshell-term-name):
8696 Default to term-term-name. (Bug#12485)
8697
8698 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8699
8700 * progmodes/python.el (python-shell-send-buffer): Better handling
8701 of "if __name__ == '__main__':" conditionals when sending the buffer.
8702
8703 2012-09-24 Glenn Morris <rgm@gnu.org>
8704
8705 * eshell/esh-cmd.el (eshell-find-alias-function):
8706 Tighten up file-name regexp. (Bug#12499)
8707
8708 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8709
8710 Enhancements for triple-quote string syntax.
8711 * progmodes/python.el (python-quote-syntax): Remove.
8712 (python-syntax-propertize-function): New value.
8713 (python-syntax-count-quotes, python-syntax-stringify):
8714 New functions.
8715
8716 2012-09-24 Chong Yidong <cyd@gnu.org>
8717
8718 * mail/supercite.el (sc-version): Remove obsolete function.
8719 (sc-describe): Don't mark as obsolete, since it is bound.
8720 (sc-submit-bug-report): Remove.
8721
8722 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8723 (cvs-commit-buffer-require-final-newline): Remove.
8724 (log-edit-require-final-newline)
8725 (log-edit-changelog-full-paragraphs): Default to t.
8726
8727 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8728 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8729 * vc/vc.el (vc-checkout-carefully): Likewise.
8730
8731 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8732 (emerge-version): Remove.
8733
8734 * progmodes/compile.el (compile-internal): Remove.
8735 (compilation-parse-errors-function): Fix typo.
8736
8737 * international/mule.el (set-char-table-default): Remove.
8738 (set-coding-priority, make-coding-system, generic-char-p)
8739 (charset-list, charset-bytes, charset-id): Use declare to mark
8740 functions as obsolete.
8741
8742 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8743 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8744 * vc/vc-hooks.el (vc-default-registered): Don't use
8745 vc-master-templates.
8746
8747 * font-lock.el (font-lock-reference-face):
8748 Use define-obsolete-variable-alias.
8749
8750 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8751 * calendar/calendar.el (calendar-font-lock-keywords):
8752 * calendar/diary-lib.el (diary-font-lock-keywords)
8753 (diary-fancy-font-lock-keywords):
8754 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8755 * textmodes/reftex-index.el (reftex-insert-index):
8756 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8757 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8758 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8759 * progmodes/prolog.el (prolog-font-lock-keywords):
8760 * progmodes/idlwave.el (idlwave-idl-keywords):
8761 * progmodes/ada-mode.el (ada-font-lock-keywords):
8762 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8763
8764 2012-09-24 Glenn Morris <rgm@gnu.org>
8765
8766 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8767
8768 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8769
8770 * progmodes/python.el (python-indent-line): More consistent cursor
8771 movement behavior.
8772
8773 2012-09-23 Stefan Merten <smerten@oekonux.de>
8774
8775 * textmodes/rst.el: Fix compiler warning.
8776
8777 2012-09-23 Roland Winkler <winkler@gnu.org>
8778
8779 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8780 Transcribe also LaTeX hyphenation.
8781 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8782 bibtex-reformat-previous-options.
8783
8784 2012-09-23 Roland Winkler <winkler@gnu.org>
8785
8786 * proced.el (proced-renice-command): New variable.
8787 (proced-marked-processes): New function.
8788 (proced-with-processes-buffer): New macro.
8789 (proced-send-signal): Use them.
8790 (proced-renice): New command bound to r.
8791
8792 2012-09-23 Roland Winkler <winkler@gnu.org>
8793
8794 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8795 ibuffer-saved-filter-groups has one element, shortcut the call of
8796 completing-read. (Bug#12331)
8797
8798 2012-09-23 Chong Yidong <cyd@gnu.org>
8799
8800 * bindings.el (mode-line-toggle-read-only):
8801 * bs.el (bs-toggle-readonly):
8802 * buff-menu.el (Buffer-menu-toggle-read-only):
8803 * dired.el (dired-toggle-read-only):
8804 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8805
8806 2012-09-23 Chong Yidong <cyd@gnu.org>
8807
8808 * image.el (image-type-available-p): Adapt to init-image-library
8809 argument changes.
8810
8811 2012-09-22 Juri Linkov <juri@jurta.org>
8812
8813 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8814 `dired-toggle-read-only'. (Bug#12462)
8815
8816 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8817
8818 * subr.el (temp-output-buffer-show): New function.
8819 (with-output-to-temp-buffer): Call temp-output-buffer-show
8820 instead of internal-temp-output-buffer-show.
8821
8822 2012-09-22 Chong Yidong <cyd@gnu.org>
8823
8824 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8825 (Bug#12462).
8826
8827 * repeat.el (repeat): Doc fix (Bug#12348).
8828
8829 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8830 (Bug#10909).
8831
8832 * simple.el (shell-command-on-region): Doc fix.
8833 (read-only-mode): Doc fix.
8834
8835 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8836
8837 * emacs-lisp/timer.el (run-with-idle-timer)
8838 (timer-activate-when-idle): Warn against reinvoking an idle timer
8839 from within its own timer action. (Bug#12447)
8840
8841 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8842
8843 * cus-start.el (window-combination-limit): Add new optional
8844 values.
8845 * window.el (temp-buffer-window-show)
8846 (window--try-to-split-window): Handle new values of
8847 window-combination-limit (Bug#1806).
8848 (split-window): Test window-combination-limit for t instead of
8849 non-nil.
8850 (display-buffer-at-bottom): New buffer display action function.
8851 * help.el (temp-buffer-resize-regexps): New option.
8852 (temp-buffer-resize-mode): Rewrite doc-string.
8853 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8854 Don't resize reused window. Suggested by Glenn Morris.
8855
8856 2012-09-22 Stefan Merten <smerten@oekonux.de>
8857
8858 * textmodes/rst.el: Revamp section title faces.
8859 (rst-official-version)
8860 (rst-package-emacs-version-alist): Sync with official version
8861 V1.4.0.
8862 (rst-faces-defaults, rst-set-level-default)
8863 (rst-level-face-max, rst-level-face-base-color)
8864 (rst-level-face-base-light, rst-level-face-format-light)
8865 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8866 (rst-adornment-faces-alist): Match new setup.
8867 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8868 (rst-level-5, rst-level-6): New faces.
8869
8870 2012-09-22 Chong Yidong <cyd@gnu.org>
8871
8872 * simple.el (undo): Handle indirect buffers (Bug#8207).
8873
8874 2012-09-21 Leo Liu <sdl.web@gmail.com>
8875
8876 IDO: Disable match re-ordering for buffer switching.
8877 * ido.el (ido-buffer-disable-smart-matches): New variable.
8878 (ido-set-matches-1): Use it. (Bug#2042)
8879
8880 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8881
8882 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8883 Fix 2011-05-17 change. (Bug#12418)
8884
8885 2012-09-21 Leo Liu <sdl.web@gmail.com>
8886
8887 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8888
8889 2012-09-21 Glenn Morris <rgm@gnu.org>
8890
8891 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8892 Be more robust about locating simple.el.
8893
8894 2012-09-21 Glenn Morris <rgm@gnu.org>
8895
8896 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8897
8898 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8899
8900 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8901
8902 2012-09-20 Juri Linkov <juri@jurta.org>
8903
8904 * replace.el (query-replace-read-from): Use `read-regexp' instead
8905 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8906 (occur-read-primary-args): Use `read-regexp' instead of
8907 `read-string'.
8908 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8909 `read-from-minibuffer'.
8910 * isearch.el (isearch-occur): Use `read-regexp' instead of
8911 `read-string'.
8912 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8913 `read-from-minibuffer'.
8914 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8915 of `read-string'. (Bug#7567)
8916
8917 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8918 and allow accepting a list of strings prepended to a list of
8919 standard default values. Doc fix. (Bug#12321)
8920
8921 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8922
8923 * replace.el (read-regexp): Don't add ": " when PROMPT already
8924 ends with a colon and space. (Bug#12321)
8925
8926 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8927
8928 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8929 error.
8930
8931 2012-09-20 Stefan Merten <smerten@oekonux.de>
8932
8933 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8934 Fixes feature request bug#11711.
8935 (rst-mode): Create `imenu-create-index-function'.
8936 (rst-get-stripped-line): Delete after refactoring.
8937 (rst-section-tree, rst-section-tree-rec)
8938 (rst-section-tree-point): Refactor and document properly.
8939 (rst-imenu-find-adornments-for-position)
8940 (rst-imenu-convert-cell, rst-imenu-create-index):
8941 New function.
8942
8943 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8946 (macroexp--expand-all): Use it.
8947 (macroexp--funcall-and-return): Remove by folding it into its sole
8948 caller (macroexp--warn-and-return).
8949 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8950 Use macroexp--obsolete-warning.
8951
8952 * calc/calc.el: Fix last change by removing the whole chunk, since it
8953 was only needed back when Calc was not bundled.
8954
8955 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8956
8957 * emacs-lisp/debug.el (debug): Restore assignment to
8958 debugger-old-buffer removed on 2012-09-08.
8959
8960 2012-09-20 Juri Linkov <juri@jurta.org>
8961
8962 * dired-aux.el (dired-diff): Remove (require 'diff) since
8963 `diff-latest-backup-file' is now autoloaded.
8964
8965 2012-09-20 Chong Yidong <cyd@gnu.org>
8966
8967 * vc/diff.el (diff-latest-backup-file): Autoload.
8968
8969 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * calc/calc.el: Remove redundant autoload shape check.
8972 (sel-mode): Don't defvar.
8973 (calc-get-stack-element): Add `sel-mode' arg instead.
8974 (calc-top, calc-top-list): Pass it this additional argument.
8975 * calc/calc-store.el (calc-store-map):
8976 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8977 (calc-map-equation, calc-outer-product, calc-inner-product):
8978 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8979
8980 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8981
8982 2012-09-19 Juri Linkov <juri@jurta.org>
8983
8984 * dired-aux.el (dired-diff): Add (require 'diff) because
8985 `diff-latest-backup-file' is not autoloaded.
8986 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8987 of `dired-get-filename' to t to not report error when there is
8988 no default file on the current line.
8989
8990 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8993 macroexp--eval-if-compile.
8994 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8995 (macroexp--expand-all): Use them (bug#12371).
8996
8997 * doc-view.el (doc-view-guess-paper-size)
8998 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8999
9000 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9001
9002 New feature: set optimal slice from BoundingBox information.
9003 * doc-view.el (doc-view-mode-map): Add keybinding.
9004 (doc-view-menu): Add menu entry.
9005 (doc-view-set-slice): Adapt docstring.
9006 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9007 (doc-view-scale-bounding-box)
9008 (doc-view-set-slice-from-bounding-box): New functions.
9009 (doc-view-paper-sizes): New defvar.
9010
9011 2012-09-19 Glenn Morris <rgm@gnu.org>
9012
9013 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9014 (byte-compile-log-warning): Autoload. (Bug#12371)
9015
9016 * calendar/calendar.el (calendar-american-month-header)
9017 (calendar-european-month-header, calendar-iso-month-header)
9018 (calendar-month-header): New options.
9019 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9020 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9021
9022 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9023
9024 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9025
9026 2012-09-18 Juri Linkov <juri@jurta.org>
9027
9028 * dired-aux.el (dired-diff): Restore original functionality of
9029 getting the default value, but keep new feature of using the
9030 latest existing backup file (`diff-latest-backup-file').
9031
9032 2012-09-18 Juri Linkov <juri@jurta.org>
9033
9034 * dired.el (dired-mark): If the region is active in Transient Mark
9035 mode, mark all files in the active region. Doc fix.
9036 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9037 Doc fix. (Bug#10624)
9038
9039 2012-09-18 Juri Linkov <juri@jurta.org>
9040
9041 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9042 attributes for M-n are pulled from the file at point.
9043 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9044 Suggested by Drew Adams. (Bug#10624)
9045
9046 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9047
9048 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9049 whitespace after "end".
9050 (ruby-do-end-to-brace): Collapse block to one line if it fits
9051 within fill-column.
9052
9053 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9054
9055 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9056 value.
9057 (debug): Don't remove debugger window when debugger is expected
9058 to be back.
9059
9060 2012-09-18 Chong Yidong <cyd@gnu.org>
9061
9062 * custom.el (defface): Doc fix.
9063
9064 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9065
9066 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9067
9068 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9069 to initialize query-on-exit; then test that instead (bug#12288).
9070
9071 2012-09-17 Stefan Merten <smerten@oekonux.de>
9072
9073 * textmodes/rst.el: Add support for `testcover'.
9074 (rst-defcustom-testcover, rst-testcover-add-compose)
9075 (rst-testcover-add-1value): New functions.
9076 (rst-portable-mark-active-p): Replace by `use-region-p'.
9077 (rst-update-section, rst-classify-adornment)
9078 (rst-find-title-line): Mark `1value' forms.
9079 (rst-classify-adornment): Remove superfluous form.
9080 (rst-update-section, rst-get-adornments-around)
9081 (rst-adornment-complete-p, rst-get-next-adornment)
9082 (rst-adjust, rst-promote-region)
9083 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9084 (rst-find-pfx-in-region, rst-section-tree-rec)
9085 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9086 (rst-toc-node, rst-toc, rst-forward-section)
9087 (rst-iterate-leftmost-paragraphs)
9088 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9089 (rst-bullet-list-region)
9090 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9091 (rst-compile-find-conf, rst-compile)
9092 (rst-repeat-last-character): Fix style.
9093
9094 2012-09-17 Chong Yidong <cyd@gnu.org>
9095
9096 * comint.el (comint--complete-file-name-data): Don't add a space
9097 if the status is `sole'; that adds a gratuitous space in the
9098 completion-cycling case (Bug#12092).
9099
9100 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9101
9102 2012-09-17 Richard Stallman <rms@gnu.org>
9103
9104 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9105 only in the mime-shown mode, not in raw mode.
9106 (rmail-mime): Toggle off mime by displaying the message without
9107 mime processing. (Bug#12305)
9108
9109 * mail/rmail.el (rmail-retry-failure):
9110 Turn off mime processing first. (Bug#12037)
9111
9112 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9113
9114 2012-09-17 Chong Yidong <cyd@gnu.org>
9115
9116 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9117 (shell-dynamic-complete-functions): Convert to defcustom.
9118 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9119
9120 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9121 * comint.el (comint-prompt-read-only):
9122 * custom.el (defcustom):
9123 * hi-lock.el (hi-lock-mode):
9124 * ibuffer.el (ibuffer-formats):
9125 * ielm.el (ielm-prompt-read-only):
9126 * novice.el (disable-command):
9127 * saveplace.el (toggle-save-place):
9128 * speedbar.el (speedbar-supported-extension-expressions):
9129 * startup.el (auto-save-list-file-prefix, init-file-user)
9130 (after-init-hook, inhibit-startup-echo-area-message):
9131 * strokes.el (strokes-help):
9132 * time-stamp.el (time-stamp):
9133 * calendar/calendar.el (calendar, diary-file):
9134 * calendar/diary-lib.el (diary-mail-entries, diary)
9135 (diary-list-entries-hook):
9136 * calendar/holidays.el (holidays, calendar-holidays):
9137 * calendar/lunar.el (lunar-phases):
9138 * calendar/solar.el (sunrise-sunset):
9139 * emulation/edt.el (edt-load-keys):
9140 * emulation/viper.el (viper-mode):
9141 * eshell/em-alias.el (eshell-command-aliases-list):
9142 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9143 * international/ogonek.el (ogonek-information):
9144 * net/tramp-cmds.el (tramp-bug):
9145 * net/quickurl.el (quickurl-reread-hook-postfix):
9146 * play/decipher.el (decipher-font-lock-keywords):
9147 * progmodes/cc-styles.el (c-set-style):
9148 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9149 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9150 * progmodes/octave-mod.el (octave-mode):
9151 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9152 * progmodes/verilog-mode.el (verilog-read-defines):
9153 * textmodes/two-column.el (2C-mode): Likewise.
9154
9155 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9158 that holds many addresses.
9159
9160 2012-09-16 Chong Yidong <cyd@gnu.org>
9161
9162 * align.el (align-areas): Call the indication function with
9163 positions instead of markers for arguments (Bug#12343).
9164
9165 * files.el (parse-colon-path): Use split-string (Bug#12351).
9166
9167 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9168 (display-buffer-function): Mark as obsolete.
9169
9170 * progmodes/compile.el (compilation-parse-errors): Accept list
9171 values similar to font-lock-keywords (Bug#12136).
9172 Suggested by Oleksandr Manzyuk.
9173 (compilation-error-regexp-alist): Doc fix.
9174
9175 2012-09-15 Glenn Morris <rgm@gnu.org>
9176
9177 * version.el (emacs-bzr-version-bzr): New function.
9178 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9179
9180 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9181 checkouts, check the parent dirstate matches the branch.
9182 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9183 empty string.
9184
9185 * version.el (emacs-bzr-version): Doc fix.
9186 (emacs-bzr-version-dirstate): New function.
9187 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9188 is local try and check that it matches the branch. If not, just
9189 use dirstate information. (Bug#12441)
9190
9191 2012-09-14 Juri Linkov <juri@jurta.org>
9192
9193 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9194 (Bug#12399)
9195
9196 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9199
9200 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9201 Remove obsolete byte-compiler hack that tried to silence some warnings.
9202 (edebug-submit-bug-report): Remove.
9203 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9204 Remove aliases, use the un-prefixed name instead.
9205 (edebug-pop-to-buffer): Consider other frames.
9206 (edebug-original-read):: Make it more obvious that it's always defined.
9207 (edebug--make-form-data-entry, edebug--form-data-name)
9208 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9209 single-dashed name, and implement with cl-defstruct.
9210 (edebug-set-form-data-entry): Use the standard accessors.
9211 (edebug-make-top-form-data-entry): Use push.
9212 (edebug-no-match): Drop useless `funcall'.
9213 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9214 to functions.
9215 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9216 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9217 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9218 (easy-menu-define, with-custom-print): Remove redundant specs.
9219 (edebug-outside-overriding-local-map)
9220 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9221 (edebug--display): Bind unread-command-events directly to nil rather
9222 than binding it to unread-command-events and later setting it to nil.
9223 (edebug--display): Kill edebug-eval-buffer here...
9224 (edebug--recursive-edit): ...rather than here.
9225 Bind standard-output and standard-input.
9226 (edebug-eval): Check cl-macroexpand-all is fboundp.
9227 (edebug-temp-display-freq-count): Fix last change.
9228
9229 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9230 * subr.el (noreturn, 1value): Add `debug' spec.
9231 * emacs-lisp/advice.el: Require cl-lib.
9232 (ad-copy-tree): Remove, use copy-tree instead.
9233 (ad-dolist): Remove use dolist or cl-dolist instead.
9234 (ad-do-return): Remove, use cl-return instead.
9235 (defadvice): Add `debug' spec.
9236
9237 2012-09-13 Juri Linkov <juri@jurta.org>
9238
9239 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9240 (Bug#12399)
9241
9242 2012-09-13 Glenn Morris <rgm@gnu.org>
9243
9244 * calc/calc.el (math-compose-expr):
9245 * calc/calc-ext.el (math-compose-expr):
9246 * progmodes/cc-defs.el (cl-macroexpand-all):
9247 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9248 (cl-macroexpand-all): Update declarations.
9249
9250 * vc/vc.el: No need to require ediff.
9251 (ediff-load-version-control): Declare.
9252 (ediff-vc-internal): Fix declaration.
9253 (vc-version-ediff): Require ediff.
9254
9255 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9256
9257 Use a more backwards-compatible timer format (Bug#12430).
9258 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9259 being right after USECS, as that better supports old code that
9260 inadvisedly looked directly at the timer vector.
9261
9262 2012-09-13 Kenichi Handa <handa@gnu.org>
9263
9264 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9265 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9266 `coding-priority' property of these language environment.
9267
9268 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9269
9270 Fix glitches caused by addition of psec to timers (Bug#12430).
9271 * image.el (image-animate-timer):
9272 * time.el (display-time-world-timer):
9273 Use timer--function and timer--args rather than raw access to
9274 timer vector.
9275
9276 2012-09-13 Glenn Morris <rgm@gnu.org>
9277
9278 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9279 If not compiling a file, try using load-file-name.
9280
9281 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9284 Fix last change.
9285 (edebug-update-eval-list): Use `push'.
9286
9287 * emacs-lisp/edebug.el: Use lexical-binding.
9288 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9289 Mark unused args with underscore.
9290 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9291 (edebug-form-data): Use defvar-local.
9292 (edebug-make-before-and-after-form, edebug-make-after-form):
9293 Use backquote.
9294 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9295 Not dynamically scoped any more.
9296 (edebug--enter-trace): Add arguments `function' and `args'.
9297 Rename from edebug-enter-trace.
9298 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9299 (edebug--update-coverage): Add `after-index' and `value' args.
9300 Rename from edebug-update-coverage.
9301 (edebug-slow-after): Call it accordingly.
9302 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9303 edebug-recursive-edit.
9304 (edebug--display): Call it accordingly. Add args `value',
9305 `offset-index', and `arg-mode'. Rename from edebug-display.
9306 (edebug-debugger, edebug): Call it accordingly.
9307 (edebug-eval-display-list): Use dolist.
9308
9309 2012-09-12 Juri Linkov <juri@jurta.org>
9310
9311 * info.el (Info-search): Don't check for isearch-mode and
9312 isearch-regexp before let-binding search-spaces-regexp to
9313 Info-search-whitespace-regexp.
9314 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9315 search-whitespace-regexp if isearch-lax-whitespace or
9316 isearch-regexp-lax-whitespace is non-nil.
9317 (Info-mode): Don't set local variable search-whitespace-regexp.
9318 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9319
9320 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9323 (debugger-env-macro): Remove support for unread-command-char.
9324
9325 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9326 the temporary map re-appearing on emulation-mode-map-alists.
9327
9328 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9329 since 22.1.
9330
9331 * ehelp.el (with-electric-help): Accept functions in
9332 electric-help-form-to-execute.
9333 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9334 And replace unread-command-char -> unread-command-events.
9335
9336 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9337
9338 Sync with Tramp 2.2.6.
9339
9340 * net/tramp.el (tramp-accept-process-output): Don't use
9341 JUST-THIS-ONE in the XEmacs case.
9342
9343 * net/trampver.el: Update release number.
9344
9345 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9346
9347 * emacs-lisp/debug.el (debugger-previous-window-height):
9348 New variable.
9349 (debug): When debugger-jumping-flag is non-nil try to restore
9350 height of debugger window. (Bug#8789)
9351
9352 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9355 overriding-local-map and pre/post-command-hook here.
9356 (edebug-recursive-edit): Do it here instead (bug#12345).
9357 (edebug-outside-unread-command-char): Remove all uses of
9358 unread-command-char.
9359
9360 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9361 inhibit-debugger is bound instead.
9362
9363 2012-09-11 Bastien Guerry <bzg@gnu.org>
9364
9365 * subr.el (set-temporary-overlay-map): Add a docstring.
9366 (Bug#12346)
9367
9368 2012-09-11 Bastien Guerry <bzg@gnu.org>
9369
9370 * minibuffer.el (completion-table-subvert): Fix docstring.
9371 (Bug#12347)
9372
9373 2012-09-11 Bastien Guerry <bzg@gnu.org>
9374
9375 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9376
9377 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9378
9379 * progmodes/sql.el: Version 3.1
9380 (sql-db2-escape-newlines): New variable.
9381 (sql-escape-newlines-filter): Use it.
9382
9383 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9384
9385 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9386
9387 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9388
9389 * vc/diff-mode.el (diff-mode-menu):
9390 Bind diff-remove-trailing-whitespace.
9391
9392 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9395 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9396 (emacs-lisp-byte-code-mode): New functions.
9397 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9398 (eval-defun-2): Remove bogus interactive spec.
9399 (lisp-indent-line): Remove redundant whole-exp code, now done in
9400 indent-according-to-mode.
9401 (save-match-data): Remove redundant indent data.
9402
9403 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9404 Use `declare'.
9405
9406 2012-09-09 Juri Linkov <juri@jurta.org>
9407
9408 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9409 (replace-lax-whitespace, query-replace-regexp)
9410 (query-replace-regexp-eval, replace-regexp): Doc fix.
9411 (perform-replace, replace-highlight): Let-bind
9412 isearch-lax-whitespace to replace-lax-whitespace and
9413 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9414
9415 * isearch.el (isearch-query-replace): Let-bind
9416 replace-lax-whitespace to isearch-lax-whitespace and
9417 replace-regexp-lax-whitespace to
9418 isearch-regexp-lax-whitespace. (Bug#10885)
9419
9420 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9423
9424 2012-09-09 Alan Mackenzie <acm@muc.de>
9425
9426 * progmodes/cc-engine.el (c-state-cache-init):
9427 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9428 (c-record-parse-state-state):
9429 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9430
9431 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9432
9433 * register.el (register-separator): Rename from
9434 separator-register. All uses changed. Doc fix.
9435 (register): Fix version.
9436
9437 2012-09-09 Chong Yidong <cyd@gnu.org>
9438
9439 * replace.el (query-replace-map): Bind four new symbols for
9440 requesting window scrolling.
9441
9442 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9443 query-replace-map (Bug#8948).
9444
9445 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9446
9447 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9448 since they are now in query-replace-map.
9449
9450 * window.el (scroll-other-window-down): Make the arg optional.
9451
9452 2012-09-09 Chong Yidong <cyd@gnu.org>
9453
9454 * files.el (hack-local-variables-confirm): Use quit-window to kill
9455 the *Local Variables* buffer.
9456
9457 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9458
9459 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9460 not just expect to be at its beginning. Adjust callees.
9461 Succeed when do-end block has no space before the pipe character.
9462 (ruby-brace-to-do-end): When the original block is one-liner,
9463 convert to multiline. Reindent the result.
9464
9465 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9466
9467 * register.el (register): New group.
9468 (separator-register): New user option.
9469 (increment-register): Route it to `append-to-register', if
9470 register contains text. Implication is that `C-x r +' can now be
9471 used for appending to a text register (bug#12217).
9472 (append-to-register, prepend-to-register): Add separator based on
9473 `separator-register'.
9474
9475 2012-09-08 Alan Mackenzie <acm@muc.de>
9476
9477 AWK Mode: make auto-newline work when there's "==" in the pattern.
9478 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9479 correctly.
9480 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9481 Test more rigorously for "=" token.
9482
9483 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9484
9485 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9486 Only fail when reached LIMIT.
9487
9488 2012-09-08 Chong Yidong <cyd@gnu.org>
9489
9490 * dired.el (dired-mode-map): Don't bind M-=.
9491
9492 * dired-aux.el (dired-diff): Use backup file as default.
9493
9494 2012-09-08 Drew Adams <drew.adams@oracle.com>
9495
9496 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9497
9498 2012-09-08 Chong Yidong <cyd@gnu.org>
9499
9500 * subr.el (syntax-after, syntax-class): Doc fix.
9501
9502 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9503
9504 * window.el (display-buffer-in-previous-window): New buffer
9505 display action function.
9506
9507 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9508 (debugger-previous-window): New variable.
9509 (debug): Rewrite using display-buffer-in-previous-window,
9510 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9511
9512 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9515
9516 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9517
9518 * progmodes/python.el (python-shell-send-string):
9519 When default-directory is remote, create temp file on remote
9520 filesystem.
9521 (python-shell-send-file): When file is remote, pass local view of
9522 file paths to remote Python interpreter. (Bug#12340)
9523
9524 2012-09-07 Chong Yidong <cyd@gnu.org>
9525
9526 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9527
9528 * files.el (after-find-file): Don't fail on a read-only buffer if
9529 require-final-newline is `visit' or `visit-save' (Bug#11156).
9530
9531 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9532
9533 * userlock.el (ask-user-about-supersession-threat):
9534 Use read-char-choice (Bug#12093).
9535
9536 2012-09-07 Chong Yidong <cyd@gnu.org>
9537
9538 * subr.el (buffer-narrowed-p): New function.
9539
9540 * ses.el (ses-widen):
9541 * simple.el (count-words--buffer-message):
9542 * net/browse-url.el (browse-url-of-buffer): Use it.
9543
9544 * simple.el (count-words-region): Don't signal an error if there
9545 is a non-nil prefix arg and the mark is not set.
9546
9547 * help.el (describe-key-briefly): Allow the message to be seen
9548 when invoked from the minibuffer (Bug#7014).
9549
9550 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9551
9552 * progmodes/ruby-mode.el (ruby-end-of-defun)
9553 (ruby-beginning-of-defun): Simplify, allow indentation before
9554 block beginning and end keywords.
9555 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9556 (ruby-end-of-defun): Expect that the point is at the beginning of
9557 the defun.
9558
9559 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9562 (bug#12367).
9563 (cl--make-usage-args): Strip _ from argument names.
9564
9565 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9566
9567 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9568 obsolete alias speedbar-key-map.
9569 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9570 (vhdl-index-menu-init): Don't use obsolete variable
9571 font-lock-maximum-size.
9572
9573 2012-09-06 Chong Yidong <cyd@gnu.org>
9574
9575 * frame.el (window-system-version): Mark as obsolete.
9576
9577 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9578 of obsolete variable speedbar-key-map.
9579
9580 2012-09-06 Juri Linkov <juri@jurta.org>
9581
9582 * replace.el (replace-lax-whitespace): New defcustom.
9583 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9584 (replace-string, replace-regexp): Mention it in docstrings.
9585 (perform-replace, replace-highlight): Let-bind
9586 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9587 to the values of replace-lax-whitespace and regexp-flag.
9588 Don't let-bind search-whitespace-regexp. (Bug#10885)
9589
9590 * isearch.el (isearch-query-replace): Let-bind
9591 replace-lax-whitespace instead of let-binding
9592 replace-search-function and replace-re-search-function.
9593 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9594 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9595 (isearch-toggle-symbol): Set isearch-regexp to nil
9596 in isearch-word mode (like in isearch-toggle-word).
9597
9598 2012-09-06 Juri Linkov <juri@jurta.org>
9599
9600 * replace.el (replace-search-function)
9601 (replace-re-search-function): Set default values to nil.
9602 (perform-replace): Let-bind isearch-related variables based on
9603 replace-related values, call `isearch-search-fun' and let-bind
9604 the result to `search-function'. Remove code that sets
9605 `search-function' and `search-string' separately for
9606 `delimited-flag'.
9607 (replace-highlight): Add new argument `delimited-flag' and
9608 rename other arguments to the names used in `perform-replace'.
9609 Let-bind `isearch-word' to the argument `delimited-flag'.
9610 (Bug#10885, bug#10887)
9611
9612 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9613
9614 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9615 ruby-beginning-of-indent, simplify, allow all keywords to have
9616 indentation before them.
9617 (ruby-beginning-of-indent): Adjust for above. Search until the
9618 found point is not inside a string or comment.
9619 (ruby-font-lock-keywords): Allow symbols to start with "@"
9620 character, give them higher priority than variables.
9621 (ruby-syntax-propertize-function)
9622 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9623 matchers. Expression expansions are not comments when inside a
9624 string, and there comment syntax status is irrelevant.
9625 (ruby-match-expression-expansion): New function. Check that
9626 expression expansion is inside a string, and it's not escaped.
9627 (ruby-font-lock-keywords): Use it.
9628
9629 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9630
9631 * help.el (temp-buffer-max-height): New default value.
9632 (temp-buffer-resize-frames): New option.
9633 (resize-temp-buffer-window): Optionally resize frame.
9634
9635 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9636 (fit-frame-to-buffer): New function.
9637
9638 2012-09-05 Glenn Morris <rgm@gnu.org>
9639
9640 * emulation/cua-rect.el (cua--init-rectangles):
9641 * textmodes/picture.el (picture-mode-map):
9642 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9643 like forward-char and backward-char. (Bug#12317)
9644
9645 2012-09-05 Leo Liu <sdl.web@gmail.com>
9646
9647 * progmodes/flymake.el (flymake-warning-re): New variable.
9648 (flymake-parse-line): Use it.
9649
9650 2012-09-05 Glenn Morris <rgm@gnu.org>
9651
9652 * calendar/holidays.el (holiday-christian-holidays):
9653 Rename an entry. (Bug#12289)
9654
9655 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9658 (bug#12222).
9659
9660 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * loadup.el: Load macroexp. Remove hack.
9663 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9664 (macroexp--expand-all): Use it to get better warnings.
9665 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9666 (internal-macroexpand-for-load): New functions.
9667 (macroexp--pending-eager-loads): New var.
9668 (emacs-startup-hook): New hack to replace one in loadup.el.
9669 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9670 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9671 (cl-psetf): Simplify.
9672 (cl-defstruct): Add indent rule.
9673
9674 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9675
9676 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9677 over `user-mail-address' for the SMTP MAIL FROM envelope.
9678 (smtpmail-via-smtp): Ditto.
9679
9680 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9681
9682 * progmodes/ruby-mode.el: Clean up keybindings.
9683 (ruby-mode-map): Don't bind ruby-electric-brace,
9684 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9685 backward-kill-word, reindent-then-newline-and-indent.
9686 (ruby-mark-defun): Remove.
9687 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9688 (ruby-mode): Set local beginning-of-defun-function and
9689 end-of-defun-function values.
9690
9691 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9692
9693 * window.el (temp-buffer-window-setup-hook)
9694 (temp-buffer-window-show-hook): New hooks.
9695 (temp-buffer-window-setup, temp-buffer-window-show)
9696 (with-temp-buffer-window): New functions.
9697 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9698 (special-display-popup-frame): Make sure the window used shows BUFFER.
9699
9700 * help.el (temp-buffer-resize-mode): Fix doc-string.
9701 (resize-temp-buffer-window): New optional argument WINDOW.
9702
9703 * files.el (recover-file, save-buffers-kill-emacs):
9704 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9705
9706 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9707
9708 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9709 remote definition of `default-directory', ensure we can connect.
9710
9711 2012-09-02 Juri Linkov <juri@jurta.org>
9712
9713 Toggle whitespace matching mode with M-s SPC.
9714 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9715
9716 * isearch.el (search-whitespace-regexp): Doc fix.
9717 Remove cons cell customization.
9718 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9719 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9720 New variables.
9721 (isearch-forward, isearch-forward-regexp): Doc fix.
9722 (isearch-toggle-lax-whitespace): New command.
9723 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9724 (re-search-forward-lax-whitespace)
9725 (re-search-backward-lax-whitespace): New functions.
9726 (isearch-whitespace-regexp): Remove function.
9727 (isearch-query-replace): Let-bind replace-search-function and
9728 replace-re-search-function.
9729 (isearch-occur): Let-bind search-spaces-regexp according to the
9730 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9731 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9732 condition for C-q SPC.
9733 (isearch-search-fun-default): Use new functions mentioned above.
9734 (isearch-search-forward, isearch-search-backward): Remove functions.
9735 (isearch-search): Don't let-bind search-spaces-regexp.
9736 (isearch-lazy-highlight-space-regexp): Remove variable.
9737 (isearch-lazy-highlight-lax-whitespace)
9738 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9739 (isearch-lazy-highlight-new-loop): Use them.
9740 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9741
9742 2012-09-02 Chong Yidong <cyd@gnu.org>
9743
9744 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9745
9746 2012-09-02 Glenn Morris <rgm@gnu.org>
9747
9748 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9749
9750 2012-09-01 Glenn Morris <rgm@gnu.org>
9751
9752 * term.el: Tidy up menu definitions.
9753 (term-mode-map): Use easymenu for In/Out, Complete menus.
9754 (term-pager-break-map): Initialize in the defvar.
9755 (term-terminal-menu, term-signals-menu): Define with easymenu.
9756 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9757 (term-pager-menu): New, extracted from term-process-pager.
9758 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9759 (term-update-mode-line): Propertize line/char and page items.
9760 (term-process-pager): Move keymap initialization elsewhere.
9761
9762 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9763
9764 * window.el (switch-to-prev-buffer): Handle additional values of
9765 BURY-OR-KILL argument. Don't switch in minibuffer window.
9766 (switch-to-next-buffer): Don't switch in minibuffer window.
9767 (quit-restore-window): New function based on quit-window.
9768 Handle additional values of former KILL argument.
9769 (quit-window): Call quit-restore-window with appropriate
9770 interpretation of KILL argument.
9771 (display-buffer-below-selected): New buffer display action
9772 function.
9773
9774 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * minibuffer.el (completion-at-point-functions): Complete docstring
9777 (bug#12254).
9778
9779 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9780
9781 Better seed support for (random).
9782 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9783 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9784 * play/mpuz.el, play/tetris.el, play/zone.el:
9785 * calc/calc-comb.el (math-init-random-base):
9786 * play/blackbox.el (bb-init-board):
9787 * play/life.el (life):
9788 * server.el (server-use-tcp):
9789 * type-break.el (type-break):
9790 Remove unnecessary call to (random t).
9791 * net/sasl.el (sasl-unique-id-function):
9792 Change (random t) to (random), now that the latter is more random.
9793 * play/life.el (life-initialized): Remove no-longer-needed var.
9794
9795 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9796
9797 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9798 Consider frame's buffer predicate when choosing the buffer.
9799 (Bug#12081)
9800
9801 2012-08-30 Richard Stallman <rms@gnu.org>
9802
9803 * simple.el (special-mode-map): Delete binding for `z'.
9804
9805 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9806
9807 * progmodes/compile.el (compilation-always-kill): Doc fix.
9808
9809 2012-08-30 Chong Yidong <cyd@gnu.org>
9810
9811 * window.el (display-buffer-reuse-frames): Make the obsolescence
9812 message more informative.
9813
9814 2012-08-30 Glenn Morris <rgm@gnu.org>
9815
9816 * paren.el (show-paren-delay):
9817 Add a :set function. Doc fix. (Bug#12297)
9818
9819 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9820
9821 * progmodes/compile.el (compilation-always-kill): New var.
9822 (compilation-start): Use it.
9823
9824 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9827 * files.el (read-only-mode): Move to simple.el.
9828
9829 * files.el (read-only-mode): New minor mode.
9830 (toggle-read-only): Use it and mark obsolete.
9831 (find-file--read-only):
9832 * vc/vc.el (vc-next-action, vc-checkout):
9833 * vc/vc-cvs.el (vc-cvs-checkout):
9834 * obsolete/vc-mcvs.el (vc-mcvs-update):
9835 * ffap.el (ffap--toggle-read-only): Update callers.
9836
9837 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9838
9839 * eshell/esh-ext.el (eshell-external-command): Do not examine
9840 remote shell scripts.
9841 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9842
9843 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9844 "/usr/local/sbin".
9845
9846 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9849
9850 2012-08-28 Leo Liu <sdl.web@gmail.com>
9851
9852 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9853 completion-at-point. (Bug#12220)
9854
9855 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9856
9857 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9858
9859 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9862 be buffer-local; add delete-trailing-whitespace (bug#12259).
9863
9864 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9865
9866 * progmodes/hideif.el (hif-compress-define-list):
9867 Fix typo. (Bug#11951)
9868
9869 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9870
9871 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9872 buffer local setting.
9873
9874 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9875 rcirc-encode-coding-system.
9876
9877 2012-08-28 Leo Liu <sdl.web@gmail.com>
9878
9879 * net/rcirc.el (rcirc-split-message): New function.
9880 (rcirc-send-message): Use it. (Bug#12051)
9881
9882 2012-08-28 Juri Linkov <juri@jurta.org>
9883
9884 * info.el (Info-fontify-node): Hide empty lines at the end of
9885 the node. (Bug#12272)
9886
9887 2012-08-27 Drew Adams <drew.adams@oracle.com>
9888
9889 * dired.el (dired-pop-to-buffer): Make window start at beginning
9890 of buffer (Bug#12281).
9891
9892 2012-08-26 Chong Yidong <cyd@gnu.org>
9893
9894 * window.el (special-display-regexps, special-display-frame-alist)
9895 (special-display-buffer-names, special-display-function)
9896 (display-buffer-reuse-frames): Mark as obsolete.
9897
9898 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9899
9900 * help.el (help-print-return-message): Don't treat
9901 display-buffer-reuse-frames specially.
9902
9903 2012-08-26 Chong Yidong <cyd@gnu.org>
9904
9905 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9906 New variable, replacing gdb-frame-parameters.
9907 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9908 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9909 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9910 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9911 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9912 the functions directly with gdb-display-buffer-other-frame-action.
9913 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9914 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9915 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9916 (gdb-display-registers-buffer): Define directly.
9917 (def-gdb-display-buffer): Macro deleted.
9918 (gdb-display-buffer): Remove second and third args, callers don't
9919 use them. Defer to the default display-buffer behavior, apart
9920 from making windows dedicated.
9921 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9922
9923 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9924
9925 * window.el (display-buffer-pop-up-frame): Handle a
9926 pop-up-frame-parameters alist entry.
9927 (display-buffer): Document it.
9928
9929 2012-08-26 Chong Yidong <cyd@gnu.org>
9930
9931 * isearch.el (search-whitespace-regexp): Make string and nil
9932 values apply to both ordinary and regexp search. Allow a cons
9933 cell value to distinguish between the two.
9934 (isearch-whitespace-regexp, isearch-search-forward)
9935 (isearch-search-backward): New functions.
9936 (isearch-occur, isearch-search-fun-default, isearch-search)
9937 (isearch-lazy-highlight-new-loop): Use them.
9938 (isearch-forward, isearch-forward-regexp): Doc fix.
9939
9940 2012-08-26 Chong Yidong <cyd@gnu.org>
9941
9942 * faces.el (help-argument-name): Always inherit from italic
9943 (Bug#12213).
9944
9945 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9946
9947 * window.el (window--even-window-heights): Even heights when
9948 WINDOW and the selected window form a vertical combination.
9949 (display-buffer-use-some-window): Provide that window used gets
9950 sized back by quit-window. (Bug#11880) and (Bug#12091)
9951
9952 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9953
9954 Fix file time stamp problem with bzr and CVS (Bug#12001).
9955 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9956 in the file's time stamp, since the version control system loses
9957 that information.
9958
9959 2012-08-22 Juri Linkov <juri@jurta.org>
9960
9961 * info.el (Info-fontify-node): Hide the suffix of the
9962 Info file name in the header line. (Bug#12187)
9963
9964 2012-08-22 Glenn Morris <rgm@gnu.org>
9965
9966 * calendar/cal-tex.el (cal-tex-weekly-common):
9967 Restore leading blank page.
9968
9969 2012-08-22 Le Wang <l26wang@gmail.com>
9970
9971 * misc.el (forward-to-word, backward-to-word): Activate or extend
9972 the region under `shift-select-mode'. (Bug#12231)
9973
9974 2012-08-22 Bastien Guerry <bzg@gnu.org>
9975
9976 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9977 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9978 gives details on why the space is never needed.
9979
9980 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9981
9982 * window.el (walk-window-tree, window-with-parameter):
9983 New optional argument MINIBUF to control whether these functions
9984 should run on the minibuffer window.
9985 (window-at-side-list): Don't operate on minibuffer window.
9986 (window-in-direction): Simplify and rewrite doc-string.
9987 (window--size-ignore): Rename to window--size-ignore-p.
9988 Update callers.
9989 (display-buffer-in-atom-window, window--major-non-side-window)
9990 (window--major-side-window, display-buffer-in-major-side-window)
9991 (delete-side-window, display-buffer-in-side-window):
9992 New functions.
9993 (window--side-check, window-deletable-p, delete-window)
9994 (delete-other-windows, split-window): Handle side windows and
9995 atomic windows appropriately.
9996 (window--display-buffer): Call display-buffer-record-window also
9997 when the window buffer did not change.
9998
9999 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10000
10001 * help-fns.el (help-fns--key-bindings):
10002 Abbreviate non-symbol remap targets. (Bug#12174)
10003
10004 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10005
10006 * dired.el (dired-mark-remembered): Don't clobber point.
10007 (Bug#11795)
10008
10009 2012-08-22 Glenn Morris <rgm@gnu.org>
10010
10011 * progmodes/bug-reference.el (bug-reference): New custom group.
10012 (bug-reference-bug-regexp): Make it a defcustom.
10013
10014 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10015
10016 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10017 (js-paren-indent-offset, js-square-indent-offset)
10018 (js-curly-indent-offset): Add :safe (Bug#12257).
10019
10020 2012-08-22 Edward O'Connor <hober0@gmail.com>
10021
10022 * json.el (json-key-format): Add error properties.
10023 (json-encode-key): New function.
10024 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10025 Use json-encode-key.
10026
10027 2012-08-22 Glenn Morris <rgm@gnu.org>
10028
10029 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10030 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10031 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10032 Update for above change.
10033
10034 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10035
10036 * cus-face.el (custom-face-attributes): Fix customize type for the
10037 :underline attribute. (Bug#11805)
10038
10039 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10040
10041 * window.el (window-point-1, set-window-point-1): Remove.
10042 (window-in-direction, record-window-buffer)
10043 (set-window-buffer-start-and-point, split-window-below)
10044 (window--state-get-1, display-buffer-record-window):
10045 Replace calls to window-point-1 and set-window-point-1 by calls to
10046 window-point and set-window-point respectively.
10047
10048 2012-08-21 Glenn Morris <rgm@gnu.org>
10049
10050 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10051 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10052 Use it.
10053
10054 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10055 (cal-tex-shortday): New function.
10056 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10057 (cal-tex-cursor-filofax-daily): Use the above.
10058
10059 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10060 New functions.
10061 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10062 (cal-tex-cursor-filofax-week): Use them.
10063
10064 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10065 New constants.
10066 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10067 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10068
10069 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10070 (cal-tex-end-document): Don't rely on buffer name.
10071
10072 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10073 Use cal-tex-vspace.
10074 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10075 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10076 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10077 Use cal-tex-arg.
10078
10079 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10080 (cal-tex-cursor-week, cal-tex-cursor-week2)
10081 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10082 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10083 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10084 (cal-tex-insert-preamble, cal-tex-b-document)
10085 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10086 Improve cal-tex-cmd usage.
10087
10088 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10089 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10090 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10091 (cal-tex-weekly-paper): New function.
10092 (cal-tex-cursor-week, cal-tex-cursor-week2)
10093 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10094 (cal-tex-cursor-day): Use it.
10095
10096 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10097 (cal-tex-cursor-filofax-week): Remove leading blank page.
10098
10099 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10100 Add autoload cookie. For now at least, don't use color, since
10101 no other cal-tex function does.
10102
10103 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10104 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10105 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10106
10107 2012-08-21 Juri Linkov <juri@jurta.org>
10108
10109 * info.el (Info-file-attributes): New variable.
10110 (info-insert-file-contents): Add file attributes to
10111 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10112 `Info-toc-nodes' when previous modtime of the Info file is less
10113 than new modtime.
10114 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10115 of info.el. (Bug#12230)
10116
10117 2012-08-20 Glenn Morris <rgm@gnu.org>
10118
10119 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10120 * calendar/holidays.el (calendar-holiday-list):
10121 Report errors with display-warning rather than beep'n'sleep.
10122
10123 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10124
10125 * net/tramp.el (tramp-accept-process-output): Accept only output
10126 from PROC. Otherwise, process filters and sentinels might be
10127 confused. (Bug#12145)
10128
10129 2012-08-20 Chong Yidong <cyd@gnu.org>
10130
10131 * descr-text.el (describe-text-properties-1): Use overlays-in to
10132 report on empty overlays (Bug#3322).
10133
10134 2012-08-20 Glenn Morris <rgm@gnu.org>
10135
10136 * mail/rmailout.el (rmail-output-read-file-name):
10137 Trap and report errors in rmail-output-file-alist elements.
10138
10139 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10140 since most non-font-lock faces are not also variables).
10141
10142 2012-08-20 Edward Reingold <reingold@iit.edu>
10143
10144 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10145 New function. (Bug12160)
10146
10147 2012-08-19 Glenn Morris <rgm@gnu.org>
10148
10149 * mail/rmailout.el (rmail-output-read-file-name):
10150 Fix previous change (when the alist is nil or does not match).
10151
10152 2012-08-19 Chong Yidong <cyd@gnu.org>
10153
10154 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10155 (Bug#12228).
10156
10157 2012-08-18 Chong Yidong <cyd@gnu.org>
10158
10159 * simple.el (yank-handled-properties): New defcustom.
10160 (yank-excluded-properties): Add font-lock-face and category.
10161 (yank): Doc fix.
10162
10163 * subr.el (remove-yank-excluded-properties):
10164 Obey yank-handled-properties. The special handling of font-lock-face
10165 and category is now done this way, instead of being hard-coded.
10166 (insert-for-yank-1): Remove font-lock-face handling.
10167 (yank-handle-font-lock-face-property)
10168 (yank-handle-category-property): New function.
10169
10170 2012-08-17 Glenn Morris <rgm@gnu.org>
10171
10172 * mail/rmailout.el (rmail-output-read-file-name):
10173 Check rmail-output-file-alist against the full message body
10174 in the correct rmail buffer. (Bug#12214)
10175
10176 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10177
10178 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10179 Eliminate superfluous prompt. (Bug#12203)
10180
10181 2012-08-17 Chong Yidong <cyd@gnu.org>
10182
10183 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10184 font spec, set the font directly (Bug#3228).
10185
10186 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10187
10188 * window.el (delete-window): Fix last fix.
10189
10190 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10191
10192 * window.el (window-valid-p): Move to window.c.
10193 (window-child, window-child-count, window-last-child)
10194 (window-normalize-window, window-combined-p)
10195 (window-combinations, window-atom-root, window-min-size)
10196 (window-sizable, window-sizable-p, window-size-fixed-p)
10197 (window-min-delta, window-max-delta, window--resizable)
10198 (window--resizable-p, window-resizable, window-total-size)
10199 (window-full-height-p, window-full-width-p, window-body-size)
10200 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10201 (minimize-window, window-deletable-p, delete-window)
10202 (delete-other-windows, set-window-buffer-start-and-point)
10203 (next-buffer, previous-buffer, split-window, balance-windows-2)
10204 (set-window-text-height, window-buffer-height)
10205 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10206 (truncated-partial-width-window-p): Minor code adjustments.
10207 In doc-strings state whether the argument window has to denote a
10208 live, valid or any window.
10209
10210 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10211
10212 * progmodes/subword.el (subword-forward-function)
10213 (subword-backward-function, subword-forward-regexp)
10214 (subword-backward-regexp): New variables.
10215 (subword-forward, subword-forward-internal, subword-backward-internal):
10216 Use new variables, eg so that different "word" definitions
10217 can be easily used. (Bug#11411)
10218
10219 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10222 for composite selectors.
10223 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10224 operation just because we can't find a previous revision.
10225
10226 2012-08-15 Chong Yidong <cyd@gnu.org>
10227
10228 * frame.el (set-frame-font): Accept font objects.
10229
10230 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10233
10234 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10235
10236 * man.el (Man-overstrike-face, Man-underline-face)
10237 (Man-reverse-face): Remove variables.
10238 (Man-overstrike, Man-underline, Man-reverse): New faces.
10239 (Man-fontify-manpage): Use them instead of the variables.
10240 (Man-cleanup-manpage): Comment change.
10241 (Man-ansi-color-map): New variable.
10242 (Man-fontify-manpage): Use it.
10243 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10244
10245 Implement ANSI SGR parameters 22-27 (bug#12146).
10246 * ansi-color.el (ansi-colors): Doc fix.
10247 (ansi-color-context, ansi-color-context-region): Doc fix.
10248 (ansi-color--find-face): New function.
10249 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10250 Rename the local variable `face' to `codes' since it is now a list of
10251 ansi codes. Doc fix.
10252 (ansi-color-get-face): Remove.
10253 (ansi-color-parse-sequence): New function, derived from
10254 ansi-color-get-face.
10255 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10256 codes 22-27.
10257
10258 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * subr.el (read-passwd): Allow use from a minibuffer.
10261
10262 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10263
10264 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10265 inside comments and strings as identifiers.
10266
10267 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10268 expression to evaluate. This allows to evaluate expressions with
10269 embedded whitespace.
10270 (gud-tooltip-tips): Add a blank before the newline in the
10271 message-box text, for the benefit of message-box emulation on
10272 MS-Windows.
10273
10274 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10275 messages from GDB, pop them up in a tooltip to give feedback to
10276 user.
10277 (gdb-tooltip-print-1): Quote the expression to evaluate.
10278 This allows to evaluate expressions with embedded whitespace.
10279 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10280 if the TTY name is nil or empty (which happens when communicating
10281 with the inferior via pipes, e.g. on MS-Windows).
10282 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10283 don't send that to the GUD buffer.
10284
10285 2012-08-14 Glenn Morris <rgm@gnu.org>
10286
10287 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10288 Optimize away setq-default with no args, as for setq. (Bug#12195)
10289
10290 2012-08-14 Chong Yidong <cyd@gnu.org>
10291
10292 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10293
10294 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10295 (Bug#12085).
10296
10297 2012-08-14 Glenn Morris <rgm@gnu.org>
10298
10299 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10300
10301 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10302
10303 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10304 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10305 Use cached shell name.
10306
10307 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10308
10309 * progmodes/python.el (python-shell-send-string):
10310 (python-shell-send-setup-code): Do not use `format' with `message'.
10311
10312 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10313
10314 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10315 (ruby-percent-literal-beg-re): New constant.
10316 (ruby-syntax-general-delimiters-goto-beg): Rename to
10317 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10318 (ruby-syntax-propertize-general-delimiters): Rename to
10319 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10320 popular term. Adjust comments everywhere.
10321 (ruby-syntax-propertize-percent-literal): Only propertize when not
10322 inside a simple string or comment. When the literal is unclosed,
10323 leave the text after it unpropertized.
10324 (ruby-syntax-methods-before-regexp): New constant.
10325 (ruby-syntax-propertize-function): Use it to recognize regexps.
10326 Don't look at the text after regexp, just use the whitelist.
10327
10328 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10329
10330 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10331 non-nil always load the compiled file if it exists. (Bug#12197)
10332
10333 2012-08-14 Chong Yidong <cyd@gnu.org>
10334
10335 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10336 (hi-lock-set-pattern): When deciding whether to use font lock or
10337 overlays, look at font-lock-mode instead of font-lock-fontified
10338 (Bug#12168).
10339 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10340 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10341
10342 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10343
10344 * subr.el (internal--after-with-selected-window): Fix typo
10345 (Bug#12193).
10346
10347 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10348
10349 Use `completion-table-dynamic' for completion functions.
10350 * progmodes/python.el
10351 (python-shell-completion--do-completion-at-point)
10352 (python-shell-completion--get-completions):
10353 Remove functions.
10354 (python-shell-completion-complete-at-point): New function.
10355 (python-completion-complete-at-point): Use it.
10356
10357 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10358
10359 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10360 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10361
10362 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * subr.el (function-get): Refine `autoload' arg so it can also
10365 autoload functions for gv.el (bug#12191).
10366 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10367 autoloads macros.
10368
10369 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10370 Prefer pcase-let over destructuring-bind.
10371 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10372 Also, remove whitespace as we go, rather than after accumulating the
10373 various places.
10374
10375 * subr.el (internal--before-with-selected-window)
10376 (internal--after-with-selected-window): Fix typo seleted->selected.
10377 (with-selected-window): Adjust callers.
10378 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10379
10380 2012-08-13 Bastien Guerry <bzg@gnu.org>
10381
10382 * window.el (special-display-popup-frame): Minor docstring
10383 enhancement. (Bug#12172)
10384
10385 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10386
10387 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10388 type 1-6.
10389 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10390 extended headers.
10391
10392 * files.el (hack-local-variables-filter): Remove useless eval.
10393
10394 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10395
10396 * subr.el (with-selected-window): Fix last change.
10397
10398 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * subr.el (internal--before-with-seleted-window)
10401 (internal--after-with-seleted-window): New functions.
10402 (with-selected-window): Use them, to replace dependency on
10403 tty-top-frame.
10404
10405 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10406
10407 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10408 binding for `newline'.
10409 (ruby-move-to-block): When moving backward, stop at block opening,
10410 not indentation.
10411 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10412 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10413 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10414 `ruby-toggle-block'.
10415
10416 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * ibuffer.el (ibuffer-do-toggle-read-only):
10419 * dired.el (dired-toggle-read-only):
10420 * buff-menu.el (Buffer-menu-toggle-read-only):
10421 * bindings.el (mode-line-toggle-read-only):
10422 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10423
10424 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10425
10426 * descr-text.el (describe-char): Put the overlays over the
10427 "displayed as" character.
10428
10429 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10430
10431 * calc/calc-units.el (math-default-units-table): Give an
10432 initial value.
10433 (math-put-default-units): Add options to put composite units and
10434 unit systems in the default units table.
10435 (calc-convert-units): Send composite units to
10436 `math-put-default-units' when appropriate.
10437
10438 2012-08-11 Glenn Morris <rgm@gnu.org>
10439
10440 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10441
10442 * tutorial.el (help-with-tutorial):
10443 * emacs-lisp/copyright.el (copyright-update-directory):
10444 * emacs-lisp/autoload.el (autoload-find-generated-file)
10445 (autoload-find-file): Disable local eval: (for insurance).
10446
10447 * files.el (hack-local-variables-filter): If an eval: form is not
10448 known to be safe, and enable-local-variables is :safe, then ignore
10449 the form totally, as is done for non-eval forms. (Bug#12155)
10450 This is CVE-2012-3479.
10451
10452 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10455 (rx-form): Simplify.
10456
10457 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10458
10459 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10460 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10461 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10462 (ruby-syntax-propertize-function): Adjust for changes in
10463 `ruby-syntax-propertize-heredoc'.
10464
10465 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10466
10467 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10468 binding (use `M-;' instead).
10469 (ruby-singleton-class-p): New function.
10470 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10471
10472 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10475
10476 2012-08-10 Chong Yidong <cyd@gnu.org>
10477
10478 * progmodes/python.el (python-shell-get-process-name): Don't mess
10479 with same-window-buffer-names.
10480
10481 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10482 (eshell-remove-from-window-buffer-names): Make obsolete.
10483 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10484 (eshell): Just use pop-to-buffer-same-window instead.
10485
10486 2012-08-10 Chong Yidong <cyd@gnu.org>
10487
10488 * bindings.el: Bind M-= back to count-words-region.
10489
10490 * simple.el (count-words-region): Accept a prefix arg for acting
10491 on the entire buffer.
10492 (count-words--buffer-message): New helper function.
10493
10494 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10497 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10498 (event-start, event-end): Use posn-at-point to return a more
10499 informative posn.
10500 (posnp): New function.
10501 * mouse.el (popup-menu-normalize-position): Use it.
10502
10503 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10504
10505 * mouse.el (popup-menu-normalize-position): New function.
10506 (popup-menu): Use `popup-menu-normalize-position' to normalize
10507 the form for POSITION argument.
10508
10509 * term/x-win.el (x-menu-bar-open):
10510 Use the value returend from (posn-at-point) as position
10511 passed to `popup-menu'.
10512
10513 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10514
10515 * calc/calccomp.el (math-compose-expr): Add extra argument
10516 indicating that parentheses should be put around products in
10517 denominators. Give multiplication precedence over division during
10518 composition.
10519
10520 2012-08-09 Chong Yidong <cyd@gnu.org>
10521
10522 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10523 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10524 (Man-untabify-command, manual-program): Convert to defcustom
10525 (Bug#10429).
10526
10527 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10528
10529 * descr-text.el (describe-char): Don't insert extra newlines
10530 (Bug#10127).
10531
10532 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10533 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10534
10535 * align.el (align-region): Delete temporary markers (Bug#10047).
10536 Plus some code cleanups.
10537
10538 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10539
10540 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10541 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10542 (python-shell-internal-last-output): Use make-local-variable
10543 instead of make-variable-buffer-local.
10544
10545 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10546
10547 * progmodes/python.el: Enhancements to forward-sexp.
10548 (python-nav-forward-sexp): Rename from
10549 python-nav-forward-sexp-function.
10550 (python-nav--forward-sexp, python-nav--backward-sexp):
10551 New functions.
10552
10553 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10554
10555 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10556 modes and simplification modes.
10557
10558 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * delsel.el (delete-selection-pre-hook): Don't propagate the
10561 file-supersession signals (bug#12161).
10562
10563 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10566 (cl-map-extents): Add compatibility aliases (bug#12135).
10567
10568 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10569
10570 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10571 tests by `ignore-error'.
10572 (tramp-find-shell): Open also a new shell, when cache is already
10573 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10574
10575 2012-08-08 Juri Linkov <juri@jurta.org>
10576
10577 * bookmark.el: Add `defaults' property to the bookmark record.
10578 (bookmark-current-buffer): Doc fix.
10579 (bookmark-make-record): Add `defaults' property with default values
10580 to the bookmark record.
10581 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10582 with `bookmark-insert-current-bookmark'.
10583 (bookmark-set): Get `defaults' property from the bookmark record
10584 and use it in `read-from-minibuffer'.
10585 (bookmark-insert-current-bookmark): Remove function.
10586
10587 * info.el (Info-bookmark-make-record): Add `defaults' property
10588 with values of canonical Info node name, the current Info file
10589 name and the current Info node name. (Bug#12107)
10590
10591 2012-08-08 Juri Linkov <juri@jurta.org>
10592
10593 * files.el (basic-save-buffer): Use `buffer-name' as the default
10594 of `read-file-name' when buffer is not visiting a file (bug#12128).
10595
10596 2012-08-08 Juri Linkov <juri@jurta.org>
10597
10598 * info.el (Info-isearch-search): Doc fix.
10599 (Info-search): Change search-failed message from "initial node" to
10600 "end of node" (bug#12078).
10601 (Info-isearch-search): Change `isearch-string-state' to
10602 `isearch--state-string'.
10603
10604 2012-08-08 Glenn Morris <rgm@gnu.org>
10605
10606 * language/persian.el: Remove file.
10607 * language/misc-lang.el: Move unique part of persian.el here.
10608 * loadup.el: Remove language/persian.
10609
10610 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10611
10612 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10613
10614 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10615
10616 * progmodes/python.el: Fix defsubst warning.
10617 (python-syntax-context) Rename from python-info-ppss-context.
10618 (python-syntax-context-type): Rename from
10619 python-info-ppss-context-type.
10620 (python-syntax-comment-or-string-p): Rename from
10621 python-info-ppss-comment-or-string-p.
10622
10623 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10624
10625 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10626
10627 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10628
10629 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10630 a defcustom that is quoted with backquote.
10631
10632 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10633 Fix handling of interactive spec when the body uses return.
10634 (math-do-arg-check, math-define-function-body): Use backquote forms.
10635 * calc/calc-ext.el (math-defcache): Likewise.
10636 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10637 * allout.el (allout-new-exposure): Likewise.
10638 * calc/calcalg2.el (math-tracing-integral): Likewise.
10639 * info.el (Info-last-menu-item): Likewise.
10640 * emulation/vip.el (vip-loop): Likewise.
10641 * textmodes/artist.el (artist-funcall): Likewise.
10642 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10643 Construct menu-item directly.
10644
10645 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10646 Don't declare.
10647
10648 2012-08-07 Chong Yidong <cyd@gnu.org>
10649
10650 * simple.el (deactivate-mark): Preserve text properties when
10651 saving the primary selection (Bug#8384).
10652
10653 2012-08-07 Kevin Ryde <user42@zip.com.au>
10654
10655 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10656 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10657 and continue processing (Bug#12110).
10658
10659 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10662 syntax-propertize-function (bug#10095).
10663
10664 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10667 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10668 describe-function-1.
10669 (describe-function-1): Use them. Move compiler macro after sig.
10670 (help-fns--compiler-macro): Use function-get. Assume we're already in
10671 standard-output. Adjust layout to new call order.
10672
10673 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10674 re-binding a symbol that has a symbol-macro (bug#12119).
10675
10676 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10677
10678 * language/persian.el: New file. (Bug#11812)
10679 * loadup.el: Add language/persian.el.
10680
10681 2012-08-06 Chong Yidong <cyd@gnu.org>
10682
10683 * window.el (window--maybe-raise-frame): New function.
10684 (window--display-buffer): Split off from here.
10685 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10686 (display-buffer-pop-up-window, display-buffer-use-some-window):
10687 Obey an inhibit-switch-frame action alist entry.
10688 (display-buffer): Update doc.
10689
10690 * replace.el (occur-after-change-function): Avoid losing focus by
10691 using the inhibit-switch-frame display parameter (Bug#12139).
10692
10693 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10694
10695 Make internal shell process buffer names start with space.
10696 * progmodes/python.el (python-shell-make-comint): Add optional
10697 argument INTERNAL.
10698 (run-python-internal): Use it.
10699 (python-shell-internal-get-or-create-process): Check for new
10700 internal buffer names.
10701
10702 2012-08-06 Glenn Morris <rgm@gnu.org>
10703
10704 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10705 Do less getting and setting of environment variables.
10706
10707 2012-08-05 Chong Yidong <cyd@gnu.org>
10708
10709 * proced.el (proced): Add substitution string to docstring to
10710 trigger autoloading of the proced library on C-h f (Bug#1768).
10711
10712 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10713 Don't show defvars which have no second argument (Bug#8638).
10714
10715 * imenu.el (imenu-generic-expression): Move documentation here
10716 from imenu--generic-function.
10717 (imenu--generic-function): Refer to imenu-generic-expression.
10718
10719 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10720
10721 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10722 indentation declaration.
10723 (viper-loop): Add indentation declaration (Bug#7025).
10724
10725 2012-08-05 Chong Yidong <cyd@gnu.org>
10726
10727 * help-fns.el (describe-variable): Add hyperlink for
10728 directory-local variables files. Improve buffer-local and
10729 permanent-local reporting; suggested by MON KEY (Bug#6644).
10730
10731 * help-mode.el (help-dir-local-var-def): New button type.
10732
10733 * files.el (kill-buffer-hook): Provide a defvar.
10734
10735 2012-08-05 Glenn Morris <rgm@gnu.org>
10736
10737 * eshell/esh-ext.el (eshell/addpath):
10738 Also update eshell-path-env. (Bug#12013)
10739
10740 2012-08-05 Chong Yidong <cyd@gnu.org>
10741
10742 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10743
10744 * fringe.el (fringe-styles): Add docstring.
10745 (fringe--check-mode): New function.
10746 (set-fringe-mode, set-fringe-style): Use it.
10747 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10748
10749 * files.el (set-auto-mode): Fix invalid setq call.
10750
10751 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * isearch.el: Misc simplification; use defstruct.
10754 (isearch-mode-map): Dense maps now work like sparse ones.
10755 (isearch--state): New defstruct.
10756 (isearch-string-state, isearch-message-state, isearch-point-state)
10757 (isearch-success-state, isearch-forward-state)
10758 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10759 (isearch-wrapped-state, isearch-barrier-state)
10760 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10761 replaced by defstruct's accessors.
10762 (isearch--set-state): Rename from isearch-top-state and change
10763 calling convention.
10764 (isearch-push-state): Use new isearch--get-state.
10765 (isearch-toggle-word): Disable regexp when enabling word.
10766 (isearch-message-prefix): Remove unused arg _c-q-hack.
10767 (isearch-message-suffix): Remove unused arg _ellipsis.
10768
10769 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10770
10771 * simple.el (list-processes--refresh): For a server use :host or
10772 :local as the address.
10773 (list-processes): Doc fix.
10774
10775 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10776
10777 * lisp/mpc.el: Support password in host argument.
10778 (mpc--proc-connect): Parse and use new password element.
10779 Set mpc-proc variable instead of returning process.
10780 (mpc-proc): Adjust accordingly.
10781
10782 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10783
10784 * whitespace.el (whitespace-display-mappings): Use Unicode
10785 codepoints, instead of emacs-mule codepoints. See
10786 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10787 for the details.
10788
10789 * files.el (file-truename): Don't skip symlink-chasing part on
10790 windows-nt. Incorporate the resolution of 8+3 short aliases on
10791 Windows into the loop that recursively chases symlinks.
10792 Compare directory and its parent case-insensitively on MS-Windows and
10793 MS-DOS.
10794
10795 2012-08-03 Chong Yidong <cyd@gnu.org>
10796
10797 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10798
10799 * sort.el (sort-regexp-fields): Doc fix.
10800
10801 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10802
10803 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10804 labels regex position point at the expected place.
10805
10806 2012-08-03 MON KEY <monkey@sandpframing.com>
10807
10808 * net/imap.el (imap-interactive-login, imap-authenticate)
10809 (imap-mailbox-lsub, imap-mailbox-list)
10810 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10811 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10812 (imap-parse-response): Doc fix.
10813
10814 2012-08-03 João Távora <joaotavora@gmail.com>
10815
10816 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10817 if sexp scanning does not move point (Bug#5734).
10818
10819 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10820
10821 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10822 Add listings, minted, and ctable packages.
10823 (reftex-label-alist-builtin): Move listings, minted, and ctable
10824 entries before LaTeX.
10825 (reftex-label-alist): Docfix.
10826
10827 2012-08-02 Bastien Guerry <bzg@gnu.org>
10828
10829 * replace.el (occur): Fix docstring (bug#12122).
10830
10831 2012-08-02 Glenn Morris <rgm@gnu.org>
10832
10833 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10834
10835 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10836
10837 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10838 * international/mule-cmds.el: Create
10839 inactivate-current-input-method-function as an obsolete alias for
10840 deactivate-current-input-method-function. See Katsumi Yamaoka in
10841 <http://bugs.gnu.org/10150#46>.
10842
10843 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10844
10845 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10846 of nested `if's.
10847
10848 2012-08-01 Glenn Morris <rgm@gnu.org>
10849
10850 * progmodes/autoconf.el (autoconf-definition-regexp):
10851 Add AH_TEMPLATE, adjust submatch numbering.
10852 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10853 (autoconf-current-defun-function): Update for above change.
10854 (autoconf-current-defun-function): First skip to end of current word.
10855
10856 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10857
10858 * calendar/cal-html.el (cal-html-insert-agenda-days):
10859 Fix typo. (Bug#12018)
10860
10861 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10862
10863 Shell processes: enhancements to startup and CEDET compatibility.
10864 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10865 (python-shell-make-comint): accept-process-output at startup.
10866 (run-python-internal): Set inferior-python-mode-hook to nil.
10867 (python-shell-internal-get-or-create-process): call sit-for.
10868 (python-preoutput-result): Add obsolete alias.
10869 (python-shell-internal-send-string): Use it.
10870 (python-shell-send-setup-code): Remove call to
10871 accept-process-output.
10872
10873 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10874
10875 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10876 (Bug#12108)
10877
10878 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10879
10880 * calc-mode.el (calc-basic-simplification-mode): Rename from
10881 `calc-limited-simplification-mode'.
10882 (calc-alg-simplification-mode): New function.
10883 (calc-set-simplify-mode): Adjust message.
10884
10885 * calc.el (calc-set-mode-line): Adjust mode line display for
10886 basic simplification mode.
10887
10888 * calc-help.el (calc-m-prefix-help): Update help message.
10889
10890 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10891 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10892
10893 2012-07-31 Bastien Guerry <bzg@gnu.org>
10894
10895 * man.el (man): Fix comment. (bug#12101)
10896
10897 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10898
10899 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10900 Don't return a non-nil value when no suitable buffer was found.
10901
10902 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10903
10904 * progmodes/python.el (run-python-internal): Disable font lock for
10905 internal shells.
10906
10907 2012-07-30 Stefan Merten <smerten@oekonux.de>
10908
10909 * textmodes/rst.el: Silence `checkdoc-ispell'.
10910 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10911 (rst-official-version, rst-official-cvs-rev)
10912 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10913 (rst-mode-map): New key binding.
10914
10915 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10916
10917 Update .PHONY listings in makefiles.
10918 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10919 autoloads, update-subdirs, updates, bzr-update, update-authors,
10920 compile-onefile, compile-calc, backup-compiled-files,
10921 compile-after-backup, compile-one-process, mh-autoloads,
10922 bootstrap-clean, distclean, maintainer-clean.
10923
10924 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10925
10926 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10927 (calc-set-mode-line): Don't display "AlgSimp ".
10928
10929 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10930 (calc-lim-simplify-mode): New function.
10931 (calc-set-simplify-mode): Default to 'alg.
10932 (calc-default-simplify-mode): Make algebraic simplifications
10933 the default.
10934
10935 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10936 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10937
10938 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10939 indicate new simplification modes.
10940
10941 * calc/README: Mention new default simplification mode.
10942
10943 * calc/calc.el (math-normalize-error): New variable.
10944 (math-normalize): Set `math-normalize-error' to t
10945 when there's an error.
10946
10947 * calc/calc-alg.el (math-simplify): Don't simplify when
10948 `math-normalize' returns an error.
10949
10950 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10951
10952 * international/mule-cmds.el (set-locale-environment): Revert last
10953 change, since display-graphic-p returns nil when this function is
10954 called during startup. Instead...
10955
10956 * term/w32console.el (terminal-init-w32console): ...setup the
10957 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10958
10959 2012-07-29 Juri Linkov <juri@jurta.org>
10960
10961 * simple.el (goto-line): Don't display default line number in the
10962 prompt because it should be displayed by `read-number' (bug#9952).
10963 Add the current line number to the defaults of `goto-line' to
10964 allow its easier modification by users with `M-n' (bug#9201).
10965
10966 * subr.el (read-number): Support multiple default values like in
10967 other minibuffer reading functions. Replace `read' with
10968 `string-to-number' for consistency with `number-to-string'.
10969
10970 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10971
10972 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10973 * emulation/viper-init.el (viper-deactivate-input-method-action):
10974 Rename from viper-inactivate-input-method-action.
10975 (viper-deactivate-input-method):
10976 Rename from viper-inactivate-input-method.
10977 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10978 * international/mule-cmds.el (deactivate-input-method):
10979 Rename from inactivate-input-method.
10980 Also run input-method-deactivate-hook.
10981 (deactivate-current-input-method-function):
10982 Rename from inactivate-current-input-method-function.
10983 (input-method-deactivate-hook): New hook.
10984 (input-method-inactivate-hook): Mark obsolete.
10985 (inactivate-input-method): Mark obsolete.
10986
10987 * international/quail.el (quail-activate):
10988 Also run quail-deactivate-hook.
10989 (quail-deactivate): Rename from quail-inactivate.
10990 * international/robin.el (robin-activate):
10991 Also run robin-deactivate-hook.
10992 (robin-deactivate): Rename from robin-inactivate.
10993
10994 2012-07-29 Chong Yidong <cyd@gnu.org>
10995
10996 * simple.el (indicate-copied-region): New function.
10997 (kill-ring-save): Split off from here.
10998
10999 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11000 (kill-rectangle): Set deactivate-mark to t on read-only error.
11001
11002 * register.el (copy-to-register, copy-rectangle-to-register):
11003 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11004 (append-to-register, prepend-to-register): Call indicate-copied-region.
11005
11006 2012-07-29 Juri Linkov <juri@jurta.org>
11007
11008 * simple.el (async-shell-command-buffer): New defcustom.
11009 (shell-command): Use it. (Bug#4719)
11010
11011 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11012
11013 * international/mule-cmds.el (set-locale-environment): In a
11014 console session on MS-Windows, set up keyboard and terminal
11015 encoding from the OEM codepage, not the ANSI codepage.
11016 (Bug#12055)
11017
11018 2012-07-28 Chong Yidong <cyd@gnu.org>
11019
11020 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11021 gdb-get-location.
11022
11023 2012-07-28 Leo Liu <sdl.web@gmail.com>
11024
11025 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11026 the alist (bug#12029).
11027
11028 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11029
11030 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11031 (compile-always, compile-first)
11032 ($(lisp)/calendar/cal-loaddefs.el)
11033 ($(lisp)/calendar/diary-loaddefs.el)
11034 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11035 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11036 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11037 instead of on update-subdirs.
11038 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11039
11040 2012-07-28 Chong Yidong <cyd@gnu.org>
11041
11042 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11043 directory if vc-deduce-backend returns nil (Bug#7350).
11044
11045 * simple.el (delete-trailing-lines): New option.
11046 (delete-trailing-whitespace): Obey it (Bug#11879).
11047
11048 2012-07-28 David Engster <deng@randomsample.de>
11049
11050 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11051 Explanation of new 'symbol-qnames feature in doc-strings.
11052 (xml-maybe-do-ns): Return expanded names as plain symbols if
11053 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11054 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11055
11056 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11057
11058 Consistent completion in inferior python with emacs -nw.
11059 * progmodes/python.el (inferior-python-mode): replace "<tab>"
11060 binding in inferior-python-mode-map with "\t".
11061 (python-shell-completion-complete-at-point)
11062 (python-completion-complete-at-point): Remove interactive spec.
11063
11064 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11065
11066 * calc/calccomp.el (math-compose-expr): Undo previous change.
11067
11068 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11069
11070 * progmodes/python.el (python-mode-map): Add keybinding for
11071 run-python.
11072 (python-shell-make-comint): Fix pop-to-buffer call.
11073 (run-python): Autoload. New arg SHOW.
11074 (python-shell-get-or-create-process): Do not pop python process
11075 buffer.
11076
11077 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11078
11079 * notifications.el (notifications-on-action-signal)
11080 (notifications-on-closed-signal): Use also the bus address for the map.
11081 (notifications-notify, notifications-close-notification)
11082 (notifications-get-capabilities): Add optional argument BUS.
11083
11084 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11085
11086 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11087 Add support for the lstlisting and minted environments, and for the
11088 ctable macro.
11089 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11090 labels written in keyvals syntax.
11091
11092 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11093
11094 * calc/calccomp.el (math-compose-expr): Use parentheses when
11095 there is a product in the denominator of a fraction.
11096
11097 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11098
11099 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11100 ($(lisp)/calendar/diary-loaddefs.el)
11101 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11102 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11103 Fixes failures in parallel bootstrap because subdirs.el is being
11104 rewritten while the autoload files are built at the same time,
11105 which needs to load subdirs.el.
11106
11107 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11108
11109 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11110 (mouse-drag-line): Don't exit tracking when a switch-frame or
11111 switch-window event occurs (Bug#12006).
11112
11113 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * mouse.el (popup-menu): Fix last change.
11116
11117 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 Autoload from Lisp with more care. Follow aliases when looking for
11120 function properties.
11121 * subr.el (autoloadp): New function.
11122 (symbol-file): Use it.
11123 (function-get): New function.
11124 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11125 autoload-do-load.
11126 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11127 (lisp-indent-function):
11128 * emacs-lisp/gv.el (gv-get):
11129 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11130 * emacs-lisp/byte-opt.el (byte-optimize-form):
11131 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11132 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11133 Use function-get.
11134 * emacs-lisp/cl.el: Don't propagate function properties any more.
11135
11136 * speedbar.el (speedbar-add-localized-speedbar-support):
11137 * emacs-lisp/disass.el (disassemble-internal):
11138 * desktop.el (desktop-load-file):
11139 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11140 (describe-function-1):
11141 * emacs-lisp/find-func.el (find-function-noselect):
11142 * emacs-lisp/elp.el (elp-instrument-function):
11143 * emacs-lisp/advice.el (ad-has-proper-definition):
11144 * apropos.el (apropos-safe-documentation, apropos-macrop):
11145 * emacs-lisp/debug.el (debug-on-entry):
11146 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11147 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11148 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11149
11150 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11151
11152 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11153 function, not an obsolete variable (Bug#12046).
11154
11155 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11156
11157 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11158
11159 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11160
11161 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11162 window only if it is still live (Bug#12034).
11163
11164 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11165
11166 * subr.el (redirect-frame-focus): Add advertised calling
11167 convention (Bug#12030).
11168
11169 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11170
11171 Prefer typical American spelling for "acknowledgment".
11172 * vc/add-log.el (change-log-acknowledgment): Rename from
11173 change-log-acknowledgement, with an alias for the old name.
11174
11175 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11176
11177 * calc-alg.el (math-simplify-divide): Don't cross multiply
11178 in an equation when the lhs is a variable.
11179
11180 2012-07-24 Julien Danjou <julien@danjou.info>
11181
11182 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11183 Remove, unused.
11184
11185 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11186
11187 * startup.el (command-line): Don't display an empty user name in
11188 the error message about non-existent home directory, when
11189 init-file-user was set to an empty string. See
11190 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11191 for the details and context.
11192
11193 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11194
11195 * ses.el (ses-cell-formula-aset): New macro.
11196 (ses-cell-references-aset): New macro.
11197 (ses-cell-p): New function.
11198 (ses-rename-cell): Do no longer rely on complex operations like
11199 ses-cell-set-formula or ses-set-cell to change the cell and handle
11200 the undo at the same time, but rather use lower level new macros
11201 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11202 the undo directly. Refresh the mode line.
11203
11204 2012-07-21 Leo Liu <sdl.web@gmail.com>
11205
11206 * progmodes/cc-cmds.el (c-defun-name):
11207 Use match-string-no-properties instead for consistency.
11208
11209 2012-07-20 Leo Liu <sdl.web@gmail.com>
11210
11211 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11212 (Bug#7879)
11213
11214 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11215
11216 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11219 * progmodes/bug-reference.el, misearch.el: Provide themselves
11220 (bug#11915).
11221
11222 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11223 of narrowed buffer (bug#11966).
11224
11225 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11226
11227 * ses.el (ses-rename-cell): Set new name also in reference list of
11228 cells of which the renamed cell depends.
11229
11230 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11231
11232 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11233 to check whether menu-bar is shown or not. If not shown,
11234 show the menu-bar as a popup menu instead of using tmm.
11235 * mouse.el (popup-menu): Accept `point' as `position' argument.
11236
11237 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11238
11239 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11240 up inside string symbol literal (bug#11923).
11241
11242 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11243
11244 * startup.el (fancy-startup-text): Read the whole tutorial, not
11245 just its first 256 bytes. Prevents gibberish in display of the
11246 tutorial title.
11247
11248 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11249
11250 Drop idle buffer compaction due to an absence of the
11251 proved efficiency.
11252 * compact.el: Remove.
11253
11254 2012-07-19 Sam Steingold <sds@gnu.org>
11255
11256 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11257 vc-bzr-pull & vc-bzr-merge-branch.
11258 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11259 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11260 for consistency with compilation-error-regexp-alist.
11261 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11262 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11263 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11264 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11265
11266 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * emacs-lisp/chart.el: Use lexical-binding.
11269 (chart-emacs-storage): Don't hardcode the list of entries.
11270
11271 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11272
11273 Next round of tweaks caused by Fgarbage_collect changes.
11274 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11275
11276 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11277
11278 Compact buffers when idle.
11279 * compact.el: New file.
11280
11281 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * subr.el (eventp): Presume that if it looks vaguely like an event,
11284 it's an event (bug#10190).
11285
11286 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11287
11288 Enhancements to ppss related code (thanks Stefan).
11289 * progmodes/python.el (python-indent-context)
11290 (python-indent-calculate-indentation, python-indent-dedent-line)
11291 (python-indent-electric-colon, python-nav-forward-block)
11292 (python-mode-abbrev-table)
11293 (python-info-assignment-continuation-line-p): Simplify checks
11294 for ppss context.
11295 (python-info-continuation-line-p): Cleanup.
11296 (python-info-ppss-context): Do not catch 'quote.
11297 (python-info-ppss-context-type)
11298 (python-info-ppss-comment-or-string-p): Simplify.
11299
11300 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11301
11302 * progmodes/python.el: Enhancements to eldoc support.
11303 (python-info-current-symbol): New function.
11304 (python-eldoc-at-point): Use python-info-current-symbol.
11305 (python-info-current-defun): Fix cornercase on first defun scan.
11306 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11307 and signal error when no inferior python process is available.
11308
11309 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11310
11311 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11312 assume it's always t.
11313 (vc-git-registered): Remove caching, the function is only called
11314 once.
11315 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11316
11317 2012-07-18 Chong Yidong <cyd@gnu.org>
11318
11319 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11320
11321 * simple.el (count-words): Report on narrowing (Bug#9959).
11322
11323 * bindings.el: Bind M-= to count-words.
11324
11325 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11326
11327 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11328
11329 * progmodes/sh-script.el (sh-imenu-generic-expression):
11330 Capture a function with `function' keyword and without parentheses
11331 like "function FOO" (bug#11856).
11332
11333 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11334
11335 * window.el (split-window-sensibly): Make WINDOW argument
11336 optional.
11337
11338 2012-07-18 Chong Yidong <cyd@gnu.org>
11339
11340 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11341
11342 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11343 and make C-x 8 RET exit isearch (Bug#11439).
11344
11345 * international/iso-transl.el: Move isearch-mode-map key
11346 definitions to isearch.el.
11347
11348 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11351 (eieio-defclass): Use gv-define-setter when possible.
11352
11353 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11354
11355 Reflect recent changes in Fgarbage_collect.
11356 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11357 reflect new format of data returned by Fgarbage_collect.
11358
11359 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11360
11361 New utility functions + python-info-ppss-context fix (Bug#11910).
11362 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11363 (python-info-ppss-comment-or-string-p): New functions.
11364 (python-info-ppss-context): Small fix for string check.
11365
11366 2012-07-17 Juri Linkov <juri@jurta.org>
11367
11368 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11369 (dired-do-async-shell-command): Don't add `*' at the end of the
11370 command (Bug#11815).
11371 (dired-do-shell-command): Doc fix.
11372 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11373 Join the individual commands using either "&" or ";" as the
11374 separator depending on the values of these trailing characters.
11375 At the end re-add the trailing "&". (Bug#10598)
11376
11377 * simple.el (async-shell-command): Sync the interactive spec with
11378 `shell-command'. Doc fix.
11379 (shell-command): Doc fix.
11380
11381 2012-07-17 Juri Linkov <juri@jurta.org>
11382
11383 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11384
11385 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11386
11387 Final renames and doc fixes for movement commands (bug#11899).
11388 * progmodes/python.el (python-nav-beginning-of-statement):
11389 Rename from python-nav-statement-start.
11390 (python-nav-end-of-statement): Rename from
11391 python-nav-statement-end.
11392 (python-nav-beginning-of-block): Rename from
11393 python-nav-block-start.
11394 (python-nav-end-of-block): Rename from python-nav-block-end.
11395
11396 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11397
11398 * progmodes/python.el (python-shell-send-string-no-output):
11399 Allow accept-process-output to quit, keeping shell process ready for
11400 future interactions (Bug#11868).
11401
11402 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11405
11406 * emacs-lisp/elint.el (elint-find-args-in-code):
11407 Use help-function-arglist, so as to handle lexical byte-code.
11408
11409 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11410 change (bug#11826).
11411
11412 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11415 Avoid spuriously marking the buffer as modified because of c-is-sws.
11416
11417 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11418 as not-a-comment (bug#11946).
11419
11420 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11421 for uninterned vars.
11422
11423 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11424 Use read-event since we don't really want to read chars but bytes.
11425
11426 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11427 $$..$$ but also $..$ using regexps (bug#11953).
11428 Use tex-verbatim for \url and \path.
11429 (tex-font-lock-keywords): Define as defconst like the others.
11430 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11431
11432 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11433
11434 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11435 alias for insert-char.
11436
11437 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11438
11439 * progmodes/python.el: Simplified imenu implementation.
11440 (python-nav-jump-to-defun): Remove command.
11441 (python-mode-map): Use `imenu' instead.
11442 (python-nav-list-defun-positions-cache)
11443 (python-imenu-include-defun-type, python-imenu-make-tree)
11444 (python-imenu-subtree-root-label, python-imenu-index-alist):
11445 Remove vars.
11446 (python-nav-list-defun-positions, python-nav-read-defun)
11447 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11448 (python-imenu-make-tree, python-imenu-create-index):
11449 Remove functions.
11450 (python-mode): Update to interact with imenu by setting
11451 `imenu-extract-index-name-function' only.
11452
11453 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11454
11455 * progmodes/python.el: Enhancements to navigation commands.
11456 (python-nav-backward-sentence)
11457 (python-nav-forward-sentence): Remove.
11458 (python-nav-backward-statement, python-nav-forward-statement)
11459 (python-nav-statement-start, python-nav-statement-end)
11460 (python-nav-backward-block, python-nav-forward-block)
11461 (python-nav-block-start, python-nav-block-end)
11462 (python-nav-forward-sexp-function)
11463 (python-info-current-line-comment-p)
11464 (python-info-current-line-empty-p): New functions.
11465 (python-indent-context): Use `python-nav-statement-start'.
11466
11467 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11468
11469 * eshell/em-ls.el (eshell/ls): Use `apply'.
11470
11471 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11472 multi-hops, instead of Tramp internals.
11473
11474 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11475
11476 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11477 when F1 and F2 are located on different hosts.
11478
11479 2012-07-14 Chong Yidong <cyd@gnu.org>
11480
11481 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11482 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11483 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11484 (xterm-mouse--read-event-sequence-1000)
11485 (xterm-mouse--read-event-sequence-1006): New functions. For old
11486 mouse protocol, handle M-mouse-X events correctly.
11487 (xterm-mouse-event): New arg specifying mouse protocol.
11488 (turn-on-xterm-mouse-tracking-on-terminal)
11489 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11490 sequence to toggle extended coordinates on newer XTerms.
11491 This appears to be harmless on terminals which do not support this.
11492
11493 2012-07-14 Leo Liu <sdl.web@gmail.com>
11494
11495 Add fringe bitmap indicators for flymake. (Bug#11253)
11496 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11497 (flymake-make-overlay): New arg BITMAP.
11498 (flymake-error-bitmap, flymake-warning-bitmap)
11499 (flymake-fringe-indicator-position): New user variables.
11500
11501 * fringe.el: New bitmap exclamation-mark.
11502
11503 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11504
11505 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11506 also (Bug#7879).
11507
11508 2012-07-14 Chong Yidong <cyd@gnu.org>
11509
11510 * electric.el (electric-pair-post-self-insert-function): Fix pair
11511 insertion in empty-region case (Bug#11520).
11512
11513 2012-07-14 Chong Yidong <cyd@gnu.org>
11514
11515 * bindings.el: Consolidate ctl-x-r-map bindings.
11516 Bind copy-rectangle-as-kill to C-x r w.
11517
11518 * rect.el, register.el: Move bindings to bindings.el.
11519
11520 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11521
11522 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11523
11524 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11525
11526 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11527
11528 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * bindings.el (top): Use `mapc' instead of `mapcar'.
11531
11532 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11533
11534 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11535
11536 * progmodes/sql.el (sql-comint): Suppress the check for program on
11537 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11538 (Bug#11908)
11539
11540 2012-07-13 Chong Yidong <cyd@gnu.org>
11541
11542 * bindings.el: Assign a non-nil permanent-local property to
11543 per-buffer variables which lack a default value (Bug#11930).
11544
11545 * help-fns.el (describe-variable): In the "automatically becomes
11546 local" notice, take note of permanent-local variables.
11547
11548 2012-07-13 Chong Yidong <cyd@gnu.org>
11549
11550 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11551 to allow printing the message when called from Lisp.
11552
11553 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11554 Remove toggle-read-only.
11555
11556 * bs.el (bs-toggle-readonly):
11557 * buff-menu.el (Buffer-menu-toggle-read-only):
11558 Remove with-no-warnings around toggle-read-only.
11559
11560 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11561 Remove with-no-warnings around toggle-read-only.
11562 (ffap-read-only, ffap-read-only-other-window)
11563 (ffap-read-only-other-frame): Callers changed.
11564
11565 * help-mode.el: Don't require view package.
11566 (help-mode-finish): Set buffer-read-only instead of calling
11567 toggle-read-only.
11568
11569 * bindings.el (mode-line-toggle-read-only):
11570 * dired.el (dired-toggle-read-only):
11571 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11572 with non-nil second arg.
11573
11574 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11575 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11576 directly.
11577
11578 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11579
11580 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11581 not incf.
11582
11583 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 More CL cleanups and reduction of use of cl.el.
11586 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11587 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11588 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11589 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11590 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11591 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11592 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11593 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11594 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11595 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11596 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11597 * eshell/em-cmpl.el, eshell/em-banner.el:
11598 * calendar/parse-time.el: Use cl-lib.
11599 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11600 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11601 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11602 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11603 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11604 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11605 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11606 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11607 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11608 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11609 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11610 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11611 `lambda' rather than with `quote'.
11612 (eshell-do-opt): Adjust accordingly.
11613 (eshell-process-option): Simplify.
11614 * eshell/esh-var.el:
11615 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11616 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11617 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11618 to `pcase--dontcare'.
11619 * emacs-lisp/cl.el (labels): Mark obsolete.
11620 (cl--letf, letf): Move to cl-lib.
11621 (cl--letf*, letf*): Remove.
11622 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11623 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11624 (cl-progv): Rewrite.
11625 (cl--letf, cl-letf): Move from cl.el.
11626 (cl-letf*): New macro.
11627 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11628
11629 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11630
11631 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11632
11633 2012-07-11 Chong Yidong <cyd@gnu.org>
11634
11635 * vc/log-edit.el (log-edit-vc-backend): New variable.
11636 (log-edit): Doc fix.
11637
11638 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11639 argument of log-edit to set up all local variables.
11640 (vc-start-logentry): New optional arg specifying VC backend.
11641
11642 * vc/vc.el (vc-checkin): Use it.
11643 (vc-deduce-fileset): Handle Log Edit buffers.
11644 (vc-diff): Make first argument optional too.
11645
11646 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11647
11648 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11649
11650 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11651 command, just in case. The function is not needed anymore.
11652 (eshell-external-command): Do not call `eshell-remote-command'.
11653
11654 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 Reduce use of (require 'cl).
11657 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11658 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11659 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11660 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11661 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11662 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11663 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11664 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11665 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11666 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11667 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11668 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11669 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11670 (byte-compile-unfold-bcf, byte-compile-check-variable):
11671 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11672 (byte-compile-nilconstp):
11673 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11674 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11675
11676 * emacs-lisp/gv.el (cond): Make it a valid place.
11677 (if): Simplify slightly.
11678
11679 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11680 (pcase--self-quoting-p): New function.
11681 (pcase--u1): Use it.
11682
11683 2012-07-10 Glenn Morris <rgm@gnu.org>
11684
11685 * emacs-lisp/authors.el (authors-fixed-entries):
11686 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11687
11688 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11689
11690 Rename configure.in to configure.ac (Bug#11603).
11691 * emacs-lisp/authors.el (authors-canonical-file-name):
11692 * progmodes/autoconf.el (autoconf-mode):
11693 Prefer configure.ac to configure.in.
11694
11695 2012-07-08 Chong Yidong <cyd@gnu.org>
11696
11697 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11698 Implement the mouse-1-click-follows-link handling properly.
11699
11700 * info.el (Info-link-keymap): Use follow-link mechanism for
11701 header-line links (Bug#374).
11702
11703 * simple.el (deactivate-mark): Do not set the primary selection
11704 if another program has acquired it (Bug#11772).
11705
11706 2012-07-07 Kevin Ryde <user42@zip.com.au>
11707
11708 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11709 (woman-decode-region): Replace escaped-escapes without destroying
11710 bold or underline (Bug#11552).
11711 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11712
11713 2012-07-07 Chong Yidong <cyd@gnu.org>
11714
11715 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11716 (interprogram-cut-function, interprogram-paste-function):
11717 Mention that we typically mean the clipboard.
11718
11719 2012-07-06 Glenn Morris <rgm@gnu.org>
11720
11721 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11722
11723 * files.el (toggle-read-only): Restrict message to interactive use.
11724
11725 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11726
11727 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11728
11729 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11730
11731 2012-07-06 Glenn Morris <rgm@gnu.org>
11732
11733 * Makefile.in (compile-one-process): Rename from "recompile".
11734
11735 * Makefile.in (bzr-update): "compile" is the same as "recompile
11736 autoloads", but parallelizable, so use that instead.
11737
11738 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11739
11740 * window.el (quit-window): Always restore window height when
11741 it's saved in quit-restore parameter (Bug#11810).
11742
11743 2012-07-06 Glenn Morris <rgm@gnu.org>
11744
11745 * simple.el (kill-whole-line): Doc tweak.
11746
11747 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11748
11749 * files.el (file-relative-name): Compare file names
11750 case-insensitively if on MS-Windows or MS-DOS, or if
11751 read-file-name-completion-ignore-case is non-nil. Don't use
11752 case-fold-search for this purpose. (Bug#11827)
11753
11754 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11755
11756 * calendar/cal-dst.el (calendar-current-time-zone):
11757 Return calendar-current-time-zone-cache if non-nil.
11758
11759 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11760 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11761
11762 * calendar/cal-dst.el (calendar-current-time-zone):
11763 Return calendar-current-time-zone-cache if non-nil.
11764
11765 2012-07-06 Glenn Morris <rgm@gnu.org>
11766
11767 * Makefile.in (cvs-update): Remove old alias.
11768
11769 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11770
11771 Sync with Tramp 2.2.6-pre.
11772
11773 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11774 compatible declaration.
11775
11776 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11777 Protect `list-load-path-shadows' call.
11778
11779 * net/tramp-compat.el (top): Require packages, which aren't
11780 autoloaded anymore for XEmacs. Protect call of
11781 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11782 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11783 it hurts at least for SXEmacs.
11784 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11785 standard-value for `temporary-file-directory'.
11786
11787 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11788 Redirect stderr to /dev/null.
11789 (tramp-sh-handle-write-region): uid and gid can be floats.
11790 Reported by Russell Sim <russell.sim@gmail.com>.
11791 (tramp-sh-handle-vc-registered): Hide errors.
11792 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11793 and `start-file-process'.
11794 (tramp-maybe-open-connection): Check also whether `non-essential'
11795 is bound.
11796
11797 2012-07-04 Chong Yidong <cyd@gnu.org>
11798
11799 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11800 (xml-parse-tag): Likewise, and avoid changing entity tables.
11801 (xml-syntax-table): Define from scratch, making sure not to give
11802 x2000 and other Unicode spaces whitespace syntax, since those are
11803 not spaces in XML.
11804 (xml-parse-fragment): Delete unused function.
11805 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11806 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11807 (xml-entity-ref, xml-pe-reference-re)
11808 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11809 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11810 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11811 (xml-entity-value-re): Use syntax references in regexps where
11812 possible; no need to define inside a let-binding.
11813 (xml-parse-dtd): Use xml-pe-reference-re.
11814 (xml-entity-or-char-ref-re): New defconst.
11815 (xml-parse-string, xml-substitute-special): Use it.
11816
11817 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11820 (find-file--read-only): New function.
11821 (find-file-read-only, find-file-read-only-other-window)
11822 (find-file-read-only-other-frame): Use it.
11823 (insert-file-contents-literally): Don't `fset'.
11824 (get-free-disk-space): Use locate-dominating-file.
11825
11826 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11827 function is already compiled.
11828
11829 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11830
11831 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11832
11833 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11834 files on the same host.
11835
11836 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11837
11838 * help-fns.el (describe-function-1): Only call
11839 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11840
11841 2012-07-03 Chong Yidong <cyd@gnu.org>
11842
11843 * xml.el: Protect parser against XML bombs.
11844 (xml-entity-expansion-limit): New variable.
11845 (xml-parse-string, xml-substitute-special): Use it.
11846 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11847
11848 2012-07-03 Glenn Morris <rgm@gnu.org>
11849
11850 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11851 Allow linking to specific messages in debbugs reports (eg 123#5).
11852
11853 2012-07-02 Chong Yidong <cyd@gnu.org>
11854
11855 * xml.el: Fix entity and character reference expansion, allowing
11856 them to expand into markup as per XML spec.
11857 (xml-default-ns): New variable.
11858 (xml-entity-alist): Use XML spec definitions for lt and amp.
11859 (xml-parse-region): Make first two arguments optional.
11860 Discard text properties.
11861 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11862 All callers changed.
11863 (xml-parse-tag): Call xml-parse-tag-1. For backward
11864 compatibility, this function should not modify buffer contents.
11865 (xml-parse-tag-1): Fix opening-tag regexp.
11866 (xml-parse-string): Rewrite, handling entity and character
11867 references properly.
11868 (xml--entity-replacement-text): Signal an error if a parameter
11869 entity is undefined.
11870
11871 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * comint.el (comint-output-filter): Filter out repeated prompts.
11874
11875 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11876 and file-name-absolute-p.
11877 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11878 internal calls.
11879
11880 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11881
11882 Spelling fixes.
11883 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11884 Rename from byte-compile--refiy-function. All uses changed.
11885
11886 2012-07-01 Chong Yidong <cyd@gnu.org>
11887
11888 * xml.el (xml--parse-buffer): New function. Move most of
11889 xml-parse-region here.
11890 (xml-parse-region): Copy region into a temporary buffer, since
11891 parameter entity substitution requires changing buffer contents.
11892 Use xml--parse-buffer.
11893 (xml-parse-file): Use xml--parse-buffer.
11894 (xml-parse-dtd): Make parameter entity substitution work right.
11895 Use proper regexps for ELEMENT declarations (Bug#7172).
11896
11897 2012-06-30 Glenn Morris <rgm@gnu.org>
11898
11899 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11900
11901 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11902 Remove outdated and unnecessary dbus declarations.
11903
11904 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11905
11906 * emacs-lisp/timer.el (timer-until): Subtract results of
11907 float-time, instead of taking float-time of the result of
11908 time-subtract, since float-time signals an error for negative time
11909 arguments.
11910
11911 2012-06-30 Chong Yidong <cyd@gnu.org>
11912
11913 * xml.el (xml-*-re): Convert defvars into defconsts, and
11914 eval-and-compile them so eval-and-compile works on derivatives.
11915 (xml--entity-replacement-text): Use eval-and-comple.
11916
11917 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11918
11919 * vc/vc-git.el (vc-git-registered): Use cache property
11920 `git-registered'.
11921 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11922 `vc-git-working-revision' in order to benefit from the cache.
11923 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11924
11925 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11926
11927 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11928 removed (likely outside Emacs). (Bug#11757)
11929
11930 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * emacs-lisp/cl-lib.el: Require macroexp.
11933
11934 2012-06-30 Chong Yidong <cyd@gnu.org>
11935
11936 * xml.el: Implement XML parameter entities.
11937 (xml-parameter-entity-alist): New variable.
11938 (xml-parse-region, xml-parse-fragment): Preserve previous values
11939 of xml-entity-alist and xml-parameter-entity-alist, so that
11940 repeated calls on different documents do not change them.
11941 (xml-parse-tag): Fix doctype regexp.
11942 (xml--entity-replacement-text): New function.
11943 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11944 properly requires url retrieval which is unimplemented.
11945 (xml-escape-string): Doc fix.
11946
11947 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11950
11951 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11952
11953 * fringe.el (fringe-mode): Doc fix.
11954
11955 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11956
11957 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11958 is non-nil.
11959 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11960 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11961
11962 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11963
11964 * calendar/cal-dst.el (calendar-current-time-zone):
11965 Return calendar-current-time-zone-cache if non-nil.
11966
11967 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11968
11969 * progmodes/which-func.el (which-func-format):
11970 Add mouse-face. (Bug#11698)
11971
11972 2012-06-29 Leo Liu <sdl.web@gmail.com>
11973
11974 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11975
11976 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * minibuffer.el (minibuffer-confirm-exit-commands):
11979 Add completion-at-point (bug#11725).
11980
11981 2012-06-29 Glenn Morris <rgm@gnu.org>
11982
11983 * progmodes/f90.el (f90-font-lock-keywords-2):
11984 Add some preprocessor elements. (Bug#10499)
11985
11986 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11989 Use syntax-propertize (bug#11739).
11990
11991 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11992
11993 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11994
11995 2012-06-28 Julien Danjou <julien@danjou.info>
11996
11997 * term.el (term-handle-colors-array): Use a set of new faces to
11998 color the terminal. Also uses :inverse-video property.
11999 (term-default-fg-color): Set to nil by default, deprecate in favor
12000 of `term-face'.
12001 (term-default-bg-color): Set to nil by default, deprecate in favor
12002 of `term-face'.
12003 (term-current-face): Use `term-face' by default.
12004 (term-bold-attribute): Variable deleted.
12005
12006 2012-06-28 Glenn Morris <rgm@gnu.org>
12007
12008 * simple.el (completion-list-mode-finish):
12009 Don't use toggle-read-only. (Since completion-list-mode has
12010 a special mode-class, it wasn't doing anything extra anyway.)
12011
12012 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 Make inlining of other-mode interpreted functions work (bug#11799).
12015 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12016 (byte-compile): Use it to fix compilation of lexical-binding closures.
12017 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12018 function, if needed.
12019
12020 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * help-mode.el (help-make-xrefs): Don't just withstand
12023 cyclic-variable-indirection but any error in documentation-property.
12024
12025 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12026 memory use.
12027 * bindings.el (bindings--define-key): New function.
12028 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12029 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12030 * bindings.el: Use it to purecopy define-key bindings.
12031
12032 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12033
12034 * emacs-lisp/cl.el (flet): Mark obsolete.
12035 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12036 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12037 * progmodes/js.el (js-c-fill-paragraph):
12038 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12039 (ebrowse-switch-member-buffer-to-derived-class):
12040 * play/5x5.el (5x5-solver): Use cl-flet.
12041
12042 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12043 (cl--symbol-function): New macro.
12044 (cl--letf, cl--letf*): Use it.
12045
12046 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12047 Strip "toggle-" if any.
12048
12049 2012-06-27 Glenn Morris <rgm@gnu.org>
12050
12051 * info.el (Info-default-directory-list): Move here from paths.el.
12052 * paths.el: Remove file, which is now empty.
12053 * loadup.el: No longer load "paths".
12054
12055 * custom.el (custom-initialize-delay): Doc fix.
12056
12057 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12058 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12059 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12060 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12061 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12062 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12063 * eshell/eshell.el (eshell-defgroup): Remove alias.
12064
12065 2012-06-27 Chong Yidong <cyd@gnu.org>
12066
12067 * help.el (help-enable-auto-load): New variable.
12068
12069 * help-fns.el (help-fns--autoloaded-p): New function.
12070 (describe-function-1): Refer to a function as "autoloaded" if it
12071 was autoloaded at any time in the past. Perform autoloading if
12072 help-enable-auto-load is non-nil.
12073
12074 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12075
12076 * makefile.w32-in (compile, compile-always): Depend on
12077 update-subdirs, not on subdirs.el. Otherwise, several different
12078 sub-targets of 'bootstrap' running in parallel could
12079 simultaneously write to subdirs.el, producing a garbled file.
12080
12081 2012-06-26 Sam Steingold <sds@gnu.org>
12082
12083 * files.el (file-name-base): New convenience function.
12084 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12085 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12086 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12087 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12088 * textmodes/ispell.el, textmodes/reftex-ref.el:
12089 * textmodes/tex-mode.el: Use it.
12090 Did not touch cedet and org because they are maintained elsewhere.
12091
12092 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12093
12094 * calendar/calendar.el (calendar-exit): Don't try to delete or
12095 iconify last frame. See:
12096 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12097
12098 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12099
12100 * server.el (server-process-filter): Remember dir in the
12101 process's `server-client-directory' properties.
12102
12103 2012-06-24 Chong Yidong <cyd@gnu.org>
12104
12105 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12106 non-tag text.
12107
12108 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12109
12110 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12111
12112 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * help-fns.el (describe-variable): Don't croak when doc is not found.
12115 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12116 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12117 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12118 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12119 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12120 ((lambda ..) ..).
12121 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12122
12123 2012-06-23 Chong Yidong <cyd@gnu.org>
12124
12125 * info.el (Info-mouse-follow-link): Accept symbol values of
12126 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12127 (Info-fontify-node): Use Info-link-keymap for all navigation
12128 buttons, with link-args property to perform the desired action.
12129 (Info-link-keymap): Doc fix.
12130 (Info-next-link-keymap, Info-prev-link-keymap)
12131 (Info-up-link-keymap): Delete now-unused keymaps.
12132
12133 2012-06-23 Chong Yidong <cyd@gnu.org>
12134
12135 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12136
12137 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12138 system abbrevs.
12139
12140 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12141
12142 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12145 (bug#11719).
12146
12147 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12148 the requote function doesn't work properly (bug#11714).
12149
12150 2012-06-23 Glenn Morris <rgm@gnu.org>
12151
12152 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12153
12154 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 Further GV/CL cleanups.
12157 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12158 gv-expander.
12159 (gv--defun-declaration): New function.
12160 (defun-declarations-alist): Use it.
12161 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12162 (gv-place): Autoload.
12163 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12164 original definition of dotimes and dolist.
12165 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12166 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12167 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12168 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12169 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12170 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12171 to the function's definition.
12172 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12173 * window.el:
12174 * files.el:
12175 * faces.el:
12176 * env.el: Don't use CL.
12177
12178 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12179
12180 Support higher-resolution time stamps (Bug#9000).
12181
12182 * calendar/time-date.el (with-decoded-time-value): New arg
12183 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12184 (encode-time-value): New optional arg PICO. New type 3.
12185 (time-to-seconds) [!float-time]: Support the new picoseconds
12186 component if it's used.
12187 (seconds-to-time, time-subtract, time-add):
12188 Support ps-resolution time stamps as well.
12189
12190 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12191 (timerp): Timer vectors now have length 9, not 8.
12192 (timer--time): Support new-style (4-part) time stamps.
12193 (timer-next-integral-multiple-of-time): Time stamps now have
12194 picosecond resolution, so take a bit more care about rounding.
12195 (timer-relative-time, timer-inc-time): New optional arg psecs.
12196 (timer-set-time-with-usecs): Set psecs to 0.
12197 (timer--activate): Check psecs component, too.
12198
12199 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12200
12201 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12204 Move the non-essential binding to the post/pre-command-hook where it is
12205 more obviously correct.
12206
12207 * subr.el (read-passwd): Don't use a history at all.
12208 * savehist.el (savehist-save): Remove password saved accidentally
12209 because of the above bug.
12210
12211 2012-06-22 Bastien Guerry <bzg@gnu.org>
12212
12213 * files.el (toggle-read-only): Display a message telling whether
12214 the buffer is read-only or not (bug#11726).
12215
12216 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * emacs-lisp/gv.el: New file.
12219 * subr.el (push, pop): Extend to generalized variables.
12220 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12221 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12222 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12223 gv-define-simple-setter, and gv-define-expander.
12224 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12225 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12226 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12227 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12228 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12229 gv-letplace.
12230 (cl-defstruct): Don't define setf-method any more.
12231 * emacs-lisp/cl.el (flet): Don't autoload.
12232 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12233 (define-setf-expander, defsetf, define-modify-macro)
12234 (cl-struct-setf-expander): Move from cl-lib.el.
12235 * emacs-lisp/syntax.el:
12236 * emacs-lisp/ewoc.el:
12237 * emacs-lisp/smie.el:
12238 * emacs-lisp/cconv.el:
12239 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12240 (timer--time): Use gv-define-simple-setter.
12241 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12242 to avoid coding-system problems in subr.el. Adjust all users.
12243 (macroexp--maxsize, macroexp-small-p): New functions.
12244 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12245 * scroll-bar.el (scroll-bar-mode):
12246 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12247 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12248 * winner.el (winner-configuration, winner-make-point-alist)
12249 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12250 * files.el (locate-file-completion-table): Avoid list*.
12251
12252 2012-06-22 Chong Yidong <cyd@gnu.org>
12253
12254 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12255 (dired-create-files): Doc fix (Bug#11329).
12256 (dired-do-copy): Doc fix (Bug#11334).
12257 (dired-mark-read-string): Doc fix (Bug#11553).
12258
12259 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12260 Doc fix (Bug#11326).
12261 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12262 (dired-dwim-target): Doc fix.
12263
12264 * wdired.el (wdired-mode): Doc fix.
12265
12266 2012-06-22 Glenn Morris <rgm@gnu.org>
12267
12268 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12269 (pcmpl-rpm-cache-stamp-file): New constant.
12270 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12271 (pcmpl-rpm-packages): Optionally cache list of packages.
12272
12273 * pcmpl-rpm.el (pcmpl-rpm): New group.
12274 (pcmpl-rpm-query-options): New option.
12275 (pcmpl-rpm-packages): No need to inline it.
12276 Use pcmpl-rpm-query-options.
12277
12278 * calendar/calendar.el (calendar-in-read-only-buffer):
12279 Avoid some needless mode changes.
12280
12281 2012-06-21 Chong Yidong <cyd@gnu.org>
12282
12283 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12284 (desktop-path): Remove . from the default value (Bug#10977).
12285 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12286
12287 2012-06-20 Chong Yidong <cyd@gnu.org>
12288
12289 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12290
12291 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12292
12293 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12294 (bug#11201).
12295
12296 2012-06-20 Chong Yidong <cyd@gnu.org>
12297
12298 * term.el (term-window-width): Handle the case of a missing right
12299 fringe (Bug#8837).
12300 (term-check-size): Use window-text-height (Bug#5445).
12301 (term-mode): Use define-derived-mode. Minor cleanups.
12302 Set font-lock-defaults (Bug#7692).
12303 (term-move-columns, term-insert-char, term-emulate-terminal)
12304 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12305
12306 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12307
12308 * net/ange-ftp.el (ange-ftp-get-passwd):
12309 Bind `enable-recursive-minibuffers'.
12310 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12311
12312 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12313
12314 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12315
12316 2012-06-19 Glenn Morris <rgm@gnu.org>
12317
12318 * progmodes/python.el (python-mode): Derive from prog-mode.
12319
12320 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12321
12322 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12323 (edt-user-menu-bar-update-buffers): New functions.
12324 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12325
12326 2012-06-19 Chong Yidong <cyd@gnu.org>
12327
12328 * subr.el (with-selected-window): Preserve the selected window's
12329 terminal's top-frame (Bug#4702).
12330
12331 * window.el (save-selected-window): Likewise.
12332
12333 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * progmodes/python.el (python-rx-constituents): Move backquote.
12336 (python-skeleton-define, python-define-auxiliary-skeleton):
12337 Use `declare'.
12338
12339 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12340
12341 * minibuffer.el (read-file-name-default): Revert the patch from
12342 2012-06-17.
12343
12344 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12347 (pcase--u1, pcase--q1): Don't use apply-partially.
12348
12349 2012-06-18 Glenn Morris <rgm@gnu.org>
12350
12351 * progmodes/python.el (python-proc, python-buffer)
12352 (python-send-receive, python-send-string): Fix obsolete versions.
12353
12354 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12355
12356 * window.el (special-display-p): Completely remove stringp
12357 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12358
12359 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12360
12361 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12362
12363 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12364
12365 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12366 * net/tramp-sh.el (tramp-maybe-open-connection):
12367 Throw if `non-essential' is non-nil.
12368
12369 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12370
12371 * window.el (special-display-p): Signal an error if BUFFER-NAME
12372 is not a string (Bug#11713).
12373
12374 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12375
12376 * progmodes/python.el (python-info-beginning-of-backslash):
12377 Rename from python-info-beginning-of-backlash, as a spelling fix.
12378
12379 2012-06-17 Chong Yidong <cyd@gnu.org>
12380
12381 * term.el (term-emulate-terminal): If term-check-size is called,
12382 move point to the process mark without resetting point (Bug#4635).
12383
12384 2012-06-17 Glenn Morris <rgm@gnu.org>
12385
12386 * international/mule-cmds.el (mule-menu-keymap)
12387 (set-language-environment, set-locale-environment): Doc tweaks.
12388
12389 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12390
12391 * cus-face.el (custom-face-attributes): Add wave-style underline
12392 attribute.
12393 * faces.el (set-face-attribute): Update docstring to describe
12394 wave-style underline attribute.
12395
12396 2012-06-16 Chong Yidong <cyd@gnu.org>
12397
12398 * term/xterm.el (terminal-init-xterm): Discard input before
12399 querying background mode (Bug#10959).
12400
12401 2012-06-16 Stefan Merten <smerten@oekonux.de>
12402
12403 * textmodes/rst.el: Added and corrected some comments.
12404 (rst-re-alist-def): Improve symbol syntax.
12405 (rst-mode-syntax-table): Correct syntax entries.
12406 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12407 (rst-official-version, rst-official-cvs-rev): Update version
12408 information.
12409
12410 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12411
12412 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12413 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12414
12415 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12416
12417 * progmodes/python.el: New python.el merge.
12418 (python-guess-indent): Obsolete var.
12419 (python-indent-guess-indent-offset): New defcustom.
12420 (python-indent): Obsolete var.
12421 (python-indent-offset): New defcustom.
12422 (python-python-command, python-jython-command): Delete var.
12423 (python-shell-interpreter): New defcustom.
12424 (python-pdbtrack-do-tracking-p): Delete var.
12425 (python-pdbtrack-activate): New defcustom.
12426 (python-use-skeletons): Obsolete var.
12427 (python-skeleton-autoinsert): New defcustom.
12428 (inferior-python-filter-regexp, python-continuation-offset)
12429 (python-honour-comment-indentation, python-indent-string-contents)
12430 (python-jython-packages, python-mode-hook)
12431 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12432 (python-shell-prompt-alist)
12433 (python-source-modes): Delete defcustoms.
12434 (python-check-buffer-name, python-eldoc-setup-code)
12435 (python-eldoc-string-code, python-ffap-setup-code)
12436 (python-ffap-string-code, python-fill-comment-function)
12437 (python-fill-decorator-function, python-fill-paren-function)
12438 (python-fill-string-function, python-imenu-include-defun-type)
12439 (python-imenu-make-tree, python-imenu-subtree-root-label)
12440 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12441 (python-shell-compilation-regexp-alist)
12442 (python-shell-completion-module-string-code)
12443 (python-shell-completion-pdb-string-code)
12444 (python-shell-completion-setup-code)
12445 (python-shell-completion-string-code)
12446 (python-shell-enable-font-lock, python-shell-exec-path)
12447 (python-shell-extra-pythonpaths)
12448 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12449 (python-shell-process-environment)
12450 (python-shell-prompt-block-regexp)
12451 (python-shell-prompt-output-regexp)
12452 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12453 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12454 (python-shell-virtualenv-path): New defcustoms.
12455 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12456 (inferior-python-mode-syntax-table, python--prompt-regexp)
12457 (python-buffer, python-command python-python-command)
12458 (python-default-template, python-imports, python-indent-index)
12459 (python-indent-list, python-indent-list-length)
12460 (python-mode-running, python-pdbtrack-is-tracking-p)
12461 (python-preoutput-continuation, python-preoutput-leftover)
12462 (python-preoutput-result, python-preoutput-skip-next-prompt)
12463 (python-prev-dir/file, python-recursing)
12464 (python-saved-check-command, python-version-checked)
12465 (python-which-func-length-limit)
12466 (view-return-to-alist): Delete vars.
12467 (python-check-custom-command, python-dotty-syntax-table)
12468 (python-imenu-index-alist, python-indent-current-level)
12469 (python-indent-dedenters, python-indent-levels)
12470 (python-nav-beginning-of-defun-regexp)
12471 (python-nav-list-defun-positions-cache)
12472 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12473 (python-shell-internal-buffer)
12474 (python-skeleton-available): New vars.
12475 (def-python-skeleton): Delete macro.
12476 (python-skeleton-define): New macro.
12477 (python-define-auxiliary-skeleton, python-rx): New macros.
12478 (python-insert-class): Delete command.
12479 (python-skeleton-class): New command.
12480 (python-insert-def): Delete command.
12481 (python-skeleton-def): New command.
12482 (python-insert-for): Delete command.
12483 (python-skeleton-for): New command.
12484 (python-insert-if): Delete command.
12485 (python-skeleton-if): New command.
12486 (python-insert-try/except, python-insert-try/finally): Delete commands.
12487 (python-skeleton-try): New command.
12488 (python-insert-while): Delete command.
12489 (python-skeleton-while): New command.
12490 (python-backspace): Delete command.
12491 (python-indent-dedent-line-backspace): New command.
12492 (python-electric-colon): Delete command.
12493 (python-indent-electric-colon): New command.
12494 (python-guess-indent): Delete command.
12495 (python-indent-guess-indent-offset): New command.
12496 (python-shift-left): Delete command.
12497 (python-indent-shift-left): New command.
12498 (python-shift-right): Delete command.
12499 (python-indent-shift-right): New command.
12500 (python-find-function): Delete command.
12501 (python-nav-jump-to-defun): New command.
12502 (python-next-statement): Delete command.
12503 (python-nav-forward-sentence): New command.
12504 (python-previous-statement): Delete command.
12505 (python-nav-backward-sentence): New command.
12506 (python-fill-paragraph): Delete command.
12507 (python-fill-paragraph-function): New command.
12508 (python-send-buffer): Delete command.
12509 (python-shell-send-buffer): New command.
12510 (python-send-defun): Delete command.
12511 (python-shell-send-defun): New command.
12512 (python-send-region, python-send-region-and-go): Delete commands.
12513 (python-shell-send-region)
12514 (python-shell-switch-to-shell): New commands.
12515 (python-send-string): Delete command.
12516 (python-shell-send-string): New command.
12517 (python-switch-to-python): Delete command.
12518 (python-shell-switch-to-shell): New command.
12519 (python-describe-symbol): Delete command.
12520 (python-eldoc-at-point): New command.
12521 (python--set-prompt-regexp, python-args-to-list)
12522 (python-after-info-look, python-check-version)
12523 (python-check-comint-prompt, python-find-imports)
12524 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12525 (python-unload-function, python-expand-template)
12526 (python-maybe-jython, python-preoutput-filter)
12527 (python-pdbtrack-get-source-buffer)
12528 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12529 (python-pdbtrack-toggle-stack-tracking)
12530 (python-pdbtrack-track-stack-file, python-initial-text)
12531 (python-first-word, python-comment-line-p, python-send-command)
12532 (python-setup-brm, python-sentinel, python-set-proc)
12533 (python-skip-out, python-input-filter, python-outdent-p)
12534 (python-outline-level, python-backslash-continuation-line-p)
12535 (python-end-of-block, python-end-of-statement, python-mark-block)
12536 (python-beginning-of-block, python-beginning-of-statement)
12537 (python-blank-line-p, python-beginning-of-string)
12538 (python-open-block-statement-p): Delete functions.
12539 (python-indent-line, python-indent-line-1): Delete functions.
12540 (python-indent-line): New function.
12541 (python-indentation-levels): Delete function.
12542 (python-indent-calculate-levels): New function.
12543 (python-proc): Delete function.
12544 (python-shell-get-process): New function.
12545 (python-send-receive): Delete function.
12546 (python-shell-send-string-no-output): New function.
12547 (python-module-path): Delete function.
12548 (python-ffap-module-path): New function.
12549 (python-completion-at-point)
12550 (python-symbol-completions): Delete functions.
12551 (python-completion-complete-at-point): New function.
12552 (python-load-file): Delete function.
12553 (python-shell-send-file): New function.
12554 (python-calculate-indentation): Delete function.
12555 (python-indent-calculate-indentation): New function.
12556 (python-skip-comments/blanks): Delete function.
12557 (python-util-forward-comment): New function.
12558 (python-continuation-line-p): Delete function.
12559 (python-info-continuation-line-p): New function.
12560 (python-which-func, python-current-defun): Delete function.
12561 (python-info-current-defun): New function.
12562 (python-beginning-of-defun): Delete function.
12563 (python-nav-beginning-of-defun): New function.
12564 (python-close-block-statement-p)
12565 (python-block-end-p): Delete function.
12566 (python-info-closing-block): New function.
12567 (python-comint-output-filter-function)
12568 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12569 (python-fill-comment, python-fill-decorator, python-fill-paren)
12570 (python-fill-string, python-imenu-make-element-tree)
12571 (python-imenu-make-tree, python-imenu-tree-assoc)
12572 (python-indent-context, python-indent-dedent-line)
12573 (python-indent-line-function)
12574 (python-indent-post-self-insert-function)
12575 (python-indent-toggle-levels)
12576 (python-info-assignment-continuation-line-p)
12577 (python-info-beginning-of-backlash)
12578 (python-info-block-continuation-line-p)
12579 (python-info-closing-block-message)
12580 (python-info-line-ends-backslash-p)
12581 (python-info-looking-at-beginning-of-defun)
12582 (python-info-ppss-context, python-info-ppss-context-type)
12583 (python-nav-list-defun-positions, python-nav-read-defun)
12584 (python-nav-sentence-end, python-nav-sentence-start)
12585 (python-pdbtrack-comint-output-filter-function)
12586 (python-pdbtrack-set-tracked-buffer)
12587 (python-shell-calculate-exec-path)
12588 (python-shell-calculate-process-environment)
12589 (python-shell-completion--do-completion-at-point)
12590 (python-shell-completion--get-completions)
12591 (python-shell-completion-complete-at-point)
12592 (python-shell-completion-complete-or-indent)
12593 (python-shell-get-or-create-process)
12594 (python-shell-get-process-name)
12595 (python-shell-internal-get-or-create-process)
12596 (python-shell-internal-get-process-name)
12597 (python-shell-internal-send-string, python-shell-make-comint)
12598 (python-shell-parse-command, python-shell-send-setup-code)
12599 (python-skeleton-add-menu-items)
12600 (python-util-clone-local-variables, python-util-position)
12601 (run-python-internal, python-indentation-levels)
12602 (python-nav-beginning-of-defun)
12603 (python-completion-complete-at-point): New functions.
12604 (run-python): Change arguments. New API requirements.
12605
12606 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12609 (bug#11649).
12610
12611 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12612 (macroexp--expand-all): Use it.
12613
12614 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12615 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12616 Use `cl-function' instead.
12617
12618 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12621 Suggested by Stefan Monnier while discussing bug#11657.
12622
12623 2012-06-14 Sam Steingold <sds@gnu.org>
12624
12625 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12626
12627 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12628
12629 * play/doctor.el (doctor-doc): Remove parameter and use
12630 doctor-sent instead of sent.
12631 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12632
12633 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * files.el: Require cl-lib.
12636 (file-name-non-special): Replace case -> cl-case.
12637
12638 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12639
12640 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12641 mapping from #' to function*.
12642
12643 2012-06-13 Chong Yidong <cyd@gnu.org>
12644
12645 * mouse.el (mouse-drag-track): Do not set the mark if the user
12646 releases the mouse without selecting anything (Bug#11588).
12647
12648 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12651 as well (bug#11646).
12652
12653 * loadup.el: Count byte-code functions as well.
12654
12655 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12656 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12657
12658 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12659 (bug#11649). Add cl-defun and cl-defmacro.
12660
12661 2012-06-13 Drew Adams <drew.adams@oracle.com>
12662
12663 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12664 Fix last change.
12665
12666 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12667
12668 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12669 Otherwise, it blocks in batch mode.
12670
12671 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12672
12673 * help-mode.el (bookmark-make-record-default): Declare.
12674
12675 2012-06-13 Chong Yidong <cyd@gnu.org>
12676
12677 * emacs-lisp/package.el (list-packages): Compute a list of
12678 packages that are newly-available since the last list-packages
12679 invocation.
12680 (package-menu--new-package-list): New var.
12681 (package-menu--generate, package-menu--print-info)
12682 (package-menu--status-predicate, package-menu-mark-install):
12683 Handle new status label "new".
12684
12685 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12688 conversion to backquotes.
12689
12690 2012-06-12 Chong Yidong <cyd@gnu.org>
12691
12692 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12693 Rename from gud-inhibit-global-bindings.
12694
12695 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12696
12697 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12698 hook from nxml-glyph-set-hook.
12699
12700 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12701 declaration.
12702
12703 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12704
12705 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12706 Convert to defcustom.
12707
12708 2012-06-12 Drew Adams <drew.adams@oracle.com>
12709
12710 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12711 New functions.
12712 (help-mode): Use them.
12713
12714 2012-06-11 Glenn Morris <rgm@gnu.org>
12715
12716 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12717 Use preprocessor face for directives.
12718 (fortran-directive-re): Doc fix.
12719
12720 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12723 conversion to backquotes (bug#11652).
12724
12725 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12726 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12727 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12728 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12729 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12730 (cl-ninth, cl-tenth): Mark them as inlinable.
12731 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12732 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12733 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12734 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12735 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12736 (cl-list*, cl-adjoin): Don't put an autoload manually.
12737 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12738 (cl--compiler-macro-list*): Add autoload cookie.
12739 (cl--compiler-macro-cXXr): New function.
12740
12741 * help-fns.el (help-fns--compiler-macro): New function extracted from
12742 describe-function-1; follow aliases and use `compiler-macro' property.
12743 (describe-function-1): Use it.
12744
12745 2012-06-11 Chong Yidong <cyd@gnu.org>
12746
12747 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12748 is uninstalled, if imagemagick is installed.
12749
12750 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * emacs-lisp/cl-lib.el: Use lexical-binding.
12753 (cl-map-extents, cl-maclisp-member): Remove.
12754 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12755 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12756 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12757 * emacs-lisp/cl-extra.el: Use lexical-binding.
12758 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12759 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12760 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12761 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12762 * emacs-lisp/cl-seq.el: Use lexical-binding.
12763 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12764 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12765 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12766 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12767 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12768 CL's internals.
12769
12770 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12771
12772 Sync with Tramp 2.2.6-pre.
12773
12774 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12775 `print-length' and `print-level' to nil, in order to avoid
12776 truncation. Reported by Christopher Schmidt
12777 <christopher@ristopher.com>.
12778
12779 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12780
12781 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12782 New defmacro.
12783 (tramp-compat-copy-directory): Add optional argument
12784 COPY-CONTENTS. It is not handled yet.
12785
12786 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12787 (tramp-ftp-file-name-p): Simplify.
12788
12789 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12790 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12791 connection vector.
12792
12793 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12794 (tramp-methods): Do not use `tramp-password-end-of-line'.
12795 (tramp-completion-function-alist-putty): Handle UNIX case.
12796 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12797 (tramp-do-file-attributes-with-stat)
12798 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12799 gid as real numbers. They could run out of integer range on cygwin.
12800 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12801 (tramp-sh-handle-expand-file-name): Handle hops.
12802 (tramp-open-connection-setup-interactive-shell):
12803 Use `tramp-cleanup'. Move check for busyboxes ...
12804 (tramp-find-shell): ... here. Simplify implementation.
12805 Set "remote-shell" property also for alternative shells.
12806 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12807 If failing, a regular file would be written otherwise.
12808 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12809 (tramp-find-inline-encoding): Cache the coding commands in the
12810 process cache. Apply test command on the remote side, if defined.
12811 (tramp-find-inline-compress): Cache the compress commands in the
12812 process cache.
12813 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12814 when requested. Handle hops.
12815 (tramp-current-connection): New defvar.
12816 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12817 Throw `suppress', if there was a failed connection shortly before.
12818 Handle user interrupt. (Bug#10187)
12819 (tramp-get-inline-compress, tramp-get-inline-coding):
12820 Read connection properties from the process cache.
12821
12822 * net/tramp-smb.el (tramp-smb-server-version)
12823 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12824 New defconsts.
12825 (tramp-smb-prompt): Extend for powershell prompt.
12826 (tramp-smb-file-name-handler-alist): Add handlers for
12827 `process-file', `shell-command' and `start-file-process'.
12828 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12829 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12830 (tramp-smb-file-name-p): Simplify.
12831 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12832 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12833 (tramp-smb-shell-quote-argument): New defuns.
12834 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12835 Implement using "tar". By this, time-stamps are preserved.
12836 (tramp-smb-handle-copy-file): Handle also the case of directories.
12837 (tramp-smb-do-file-attributes-with-stat)
12838 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12839 Use `tramp-get-connection-buffer').
12840 (tramp-smb-handle-rename-file): Use "rename", when source and
12841 target are on the same share.
12842 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12843 Use `tramp-smb-server-version'.
12844 (tramp-smb-wait-for-output): Remove prompt.
12845
12846 * net/tramp.el (top): Require 'cl.
12847 (tramp-methods, tramp-rsh-end-of-line):
12848 Remove `tramp-password-end-of-line' from docstring.
12849 (tramp-save-ad-hoc-proxies): New defcustom.
12850 (tramp-completion-function-alist): Adapt docstring.
12851 (tramp-default-password-end-of-line): Remove defcustom.
12852 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12853 (tramp-user-regexp, tramp-file-name-regexp-unified)
12854 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12855 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12856 (tramp-remote-file-name-spec-regexp): New defconst.
12857 (tramp-file-name-structure): Extend structure for hops.
12858 (tramp-get-method-parameter): Move up.
12859 (tramp-file-name-p, tramp-dissect-file-name)
12860 (with-parsed-tramp-file-name): Handle hops.
12861 (tramp-file-name-hop): New defun.
12862 (tramp-make-tramp-file-name): New optional arg HOP.
12863 (tramp-message-show-progress-reporter-message): New defvar.
12864 (tramp-with-progress-reporter): Use it. We cannot use
12865 `tramp-message-show-message' here, because this suppresses also
12866 error buffers.
12867 (tramp-error-with-buffer): Suppress buffer view, if
12868 `tramp-message-show-message' is nil.
12869 Use `tramp-get-connection-buffer'.
12870 (tramp-cleanup): New defun.
12871 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12872 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12873 an error unchanged.
12874 (tramp-completion-handle-file-name-all-completions): Handle hops.
12875 Fix an error when called from ido.
12876 (tramp-completion-dissect-file-name): Use better local variable
12877 name. Add hop to the vector.
12878 (tramp-handle-insert-file-contents): Use progress-reporter for the
12879 whole scenario.
12880 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12881 to `t'.
12882 (tramp-check-for-regexp): Simplify search.
12883 (tramp-enter-password): Remove it. Move implementation ...
12884 (tramp-action-password): ... here.
12885 (tramp-mode-string-to-int, tramp-local-host-p)
12886 (tramp-make-tramp-temp-file, tramp-read-passwd)
12887 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12888 Set tramp-autoload cookie.
12889
12890 * net/trampver.el: Update release number.
12891
12892 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12893 Michael Albinus <michael.albinus@gmx.de>
12894
12895 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12896 (tramp-parse-group, tramp-parse-file)
12897 (tramp-parse-shostkeys-sknownhosts): New defuns.
12898 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12899 (tramp-parse-shosts-group, tramp-parse-sconfig)
12900 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12901 (tramp-parse-sknownhosts, tramp-parse-hosts)
12902 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12903 Use them.
12904 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12905 (tramp-parse-putty-group): Don't narrow.
12906 (tramp-parse-putty): Make a loop.
12907 (tramp-file-name-handler): Catch the `suppress' signal.
12908
12909 2012-06-11 Chong Yidong <cyd@gnu.org>
12910
12911 * image.el (imagemagick-register-types): Put the ImageMagick entry
12912 at the end of image-type-file-name-regexps.
12913
12914 2012-06-11 Johan Bockgård <bojohan@gnu.org>
12915
12916 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12917 (pcase, pcase-let*, pcase-dolist): Use them.
12918
12919 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12920
12921 * emacs-lisp/pcase.el (pcase--let*): New function.
12922 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12923 (pcase--expand): Use macroexp-let².
12924
12925 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12928 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12929 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12930 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12931 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12932 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12933
12934 2012-06-10 Glenn Morris <rgm@gnu.org>
12935
12936 * mail/rmail.el (rmail-yank-current-message): Leave point at
12937 correct position. (Bug#11660)
12938
12939 2012-06-10 Chong Yidong <cyd@gnu.org>
12940
12941 * allout-widgets.el: Fix code header.
12942
12943 2012-06-10 Chong Yidong <cyd@gnu.org>
12944
12945 * cus-edit.el (customize-changed-options-previous-release):
12946 Bump to 24.1.
12947
12948 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12949
12950 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12951
12952 2012-06-09 Chong Yidong <cyd@gnu.org>
12953
12954 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12955
12956 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12957
12958 * window.el (special-display-popup-frame): Don't use
12959 window--display-buffer (Bug#11651).
12960
12961 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12962
12963 Fix parallel builds: make sure loaddefs.el is not being written
12964 while Lisp files are compiled.
12965 (compile): Don't depend on 'mh-autoloads'.
12966 (compile-CMD, compile-SH): Depend on 'autoloads'.
12967 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12968
12969 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12970
12971 2012-06-09 Chong Yidong <cyd@gnu.org>
12972
12973 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12974 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12975 Doc fixes (Bug#11225).
12976
12977 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12980 a function if there's a clear indication that it has a compiler-macro.
12981 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12982 (macro-declarations-alist): Add arglist to declaration functions.
12983 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12984 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12985 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12986 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12987 Also add autoload to find the compiler macro.
12988 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12989 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12990 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12991 (cl--compiler-macro-get): New functions, replacing calls to
12992 cl-define-compiler-macro.
12993 (cl-typep) [compiler-macro]: Use macroexp-let².
12994
12995 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12996
12997 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12998 string properly, fixes Bug#11473.
12999
13000 2012-06-08 Chong Yidong <cyd@gnu.org>
13001
13002 * faces.el (set-face-attribute): Doc fix.
13003 (modify-face): Don't use :bold and :italic.
13004 (error, warning, success): Tweak definitions.
13005
13006 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13007 (custom-modified, custom-set, custom-changed, custom-themed)
13008 (custom-saved, custom-button, custom-button-mouse)
13009 (custom-button-pressed, custom-state, custom-comment-tag)
13010 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13011 (custom-group-subtitle): Use new-style face specs.
13012 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13013 (custom-set-face, custom-changed-face, custom-saved-face)
13014 (custom-button-face, custom-button-pressed-face)
13015 (custom-documentation-face, custom-state-face)
13016 (custom-comment-face, custom-comment-tag-face)
13017 (custom-variable-tag-face, custom-variable-button-face)
13018 (custom-face-tag-face, custom-group-tag-face-1)
13019 (custom-group-tag-face): Remove obsolete face alias.
13020
13021 * epa.el (epa-validity-high, epa-validity-medium)
13022 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13023 (epa-field-name, epa-field-body):
13024 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13025 (font-lock-keyword-face, font-lock-builtin-face)
13026 (font-lock-function-name-face, font-lock-variable-name-face)
13027 (font-lock-type-face, font-lock-constant-face):
13028 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13029 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13030 * speedbar.el (speedbar-button-face, speedbar-file-face)
13031 (speedbar-directory-face, speedbar-tag-face)
13032 (speedbar-selected-face, speedbar-highlight-face)
13033 (speedbar-separator-face):
13034 * whitespace.el (whitespace-newline, whitespace-space)
13035 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13036 (whitespace-line, whitespace-space-before-tab)
13037 (whitespace-space-after-tab, whitespace-indentation)
13038 (whitespace-empty):
13039 * emulation/cua-base.el (cua-global-mark):
13040 * eshell/em-prompt.el (eshell-prompt):
13041 * net/newst-plainview.el (newsticker-new-item-face)
13042 (newsticker-old-item-face, newsticker-immortal-item-face)
13043 (newsticker-obsolete-item-face, newsticker-date-face)
13044 (newsticker-statistics-face, newsticker-default-face):
13045 * net/newst-reader.el (newsticker-feed-face)
13046 (newsticker-extra-face, newsticker-enclosure-face):
13047 * net/newst-treeview.el (newsticker-treeview-face)
13048 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13049 (newsticker-treeview-immortal-face)
13050 (newsticker-treeview-obsolete-face)
13051 (newsticker-treeview-selection-face):
13052 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13053 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13054 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13055 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13056 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13057 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13058 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13059 (mpuz-text):
13060 * progmodes/vera-mode.el (vera-font-lock-number)
13061 (vera-font-lock-function, vera-font-lock-interface):
13062 * textmodes/table.el (table-cell): Use new-style face specs, and
13063 don't use the old :bold and :italic attributes.
13064
13065 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13066 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13067 (ebrowse-member-class, ebrowse-progress): Likewise.
13068 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13069 (ebrowse-file-name-face, ebrowse-default-face)
13070 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13071 (ebrowse-progress-face): Remove obsolete faces.
13072
13073 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13074 Inherit from error and warning faces respectively.
13075
13076 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13077 Likewise.
13078 (flyspell-incorrect-face, flyspell-duplicate-face):
13079 Remove obsolete aliases.
13080
13081 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13082
13083 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13084 Avoid infloop.
13085
13086 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 * startup.el (argv, argi): Make lexically scoped.
13089 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13090 * emacs-lisp/cl-macs.el: Use lexical-binding.
13091 Rename cl-bind-* to cl--bind-*.
13092 * files.el: Don't require `cl' since it doesn't use it.
13093 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13094
13095 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13096
13097 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13098 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13099 instead of calling external sort utility.
13100 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13101
13102 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13103
13104 * descr-text.el (describe-char): Mention how to insert the
13105 character, if the current input method doesn't support it.
13106 See the discussion in this thread for the details:
13107 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13108
13109 2012-06-08 Sam Steingold <sds@gnu.org>
13110
13111 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13112 XF86Back to previous-buffer.
13113 (minibuffer-local-map): Bind them to next-history-element and
13114 previous-history-element respectively.
13115 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13116 help-go-back respectively.
13117 * info.el (Info-mode-map): Bind them to Info-history-forward and
13118 Info-history-back respectively.
13119 These are the keys next to Up on the ThinkPad keyboard.
13120
13121 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13124 * emacs-lisp/cl-macs.el: Provide itself.
13125 (cl--labels-convert-cache): New var.
13126 (cl--labels-convert): New function.
13127 (cl-flet, cl-labels): New implementation with new semantics, relying on
13128 lexical-binding.
13129 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13130 (cl-closure-vars, cl--function-convert-cache)
13131 (cl--function-convert): Move from cl-macs.el.
13132 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13133 rename by removing the "cl-" prefix.
13134 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13135
13136 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13139 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13140 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13141 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13142 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13143 (cl-hash-table-count): Add old compatibility aliases.
13144
13145 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13146 Use macroexpand-all-environment instead.
13147 (cl--old-macroexpand): New var.
13148 (cl--sm-macroexpand): New function.
13149 (cl-symbol-macrolet): Use it during macro expansion.
13150 (cl--function-convert-cache): New var.
13151 (cl--function-convert): New function, extracted from
13152 cl-macroexpand-all.
13153 (cl-lexical-let): Use it.
13154
13155 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13156 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13157 (cl-member): Remove old alias.
13158
13159 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13160 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13161 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13162 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13163 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13164 (cl-macroexpand-cmacs): Remove var.
13165 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13166 Use macroexpand-all instead.
13167
13168 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13171 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13172 (macroexp-copyable-p): New functions and macros.
13173 * emacs-lisp/edebug.el (edebug-unwrap):
13174 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13175 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13176 (pcase--let*): Remove.
13177 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13178 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13179 macroexp-const-p instead.
13180 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13181
13182 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13183 instead of "cl-" for internal definitions. Use macroexp-const-p.
13184 (cl-old-bc-file-form): Remove var.
13185 (cl-const-exprs-p): Remove fun.
13186 (cl-labels, cl-macrolet): Use backquote.
13187 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13188 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13189 (cl-define-setf-expander): Rename from cl-define-setf-method.
13190 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13191
13192 * international/mule-cmds.el: Don't require CL.
13193 (view-hello-file): Don't use `letf'.
13194
13195 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * tmm.el (tmm-prompt): Use string-prefix-p.
13198 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13199 (tmm-add-prompt): Use minibuffer-completion-help.
13200 (tmm-delete-map): Remove.
13201
13202 * subr.el (kbd): Make it its own function.
13203
13204 2012-06-07 Stefan Merten <smerten@oekonux.de>
13205
13206 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13207 Silence compiler warnings. Fix versions.
13208 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13209 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13210 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13211 (rst-package-emacs-version-alist): Correct Emacs version to
13212 represent major merge with upstream.
13213 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13214
13215 2012-06-06 Glenn Morris <rgm@gnu.org>
13216
13217 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13218 Only print environment variables if set.
13219
13220 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13223 (macroexp--cons): Rename from maybe-cons.
13224 (macroexp--accumulate): Rename from macroexp-accumulate.
13225 (macroexp--all-forms): Rename from macroexpand-all-forms.
13226 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13227 (macroexp--expand-all): Rename from macroexpand-all-1.
13228
13229 2012-06-06 Sam Steingold <sds@gnu.org>
13230
13231 * calendar/calendar.el (calendar-in-read-only-buffer):
13232 Call `special-mode' to enable the standard read-only keybindings.
13233
13234 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13237 with "loading" messages (bug#11635).
13238
13239 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13240
13241 * files.el (enable-remote-dir-locals): New option.
13242 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13243
13244 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13245 Ensure, that the temp directory is local.
13246
13247 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13248 `temporary-file-directory'.
13249
13250 * progmodes/python.el (python-send-region): Ensure, that the
13251 temporary file is created also in the remote case.
13252
13253 2012-06-06 Glenn Morris <rgm@gnu.org>
13254
13255 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13256 (vc-rcs-update-changelog): Use it.
13257
13258 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13259
13260 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13261 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13262 (vc-sccs-diff): Replace use of the external vcdiff script.
13263
13264 2012-06-05 Glenn Morris <rgm@gnu.org>
13265
13266 * ledit.el: Move to obsolete/.
13267
13268 2012-06-05 Sam Steingold <sds@gnu.org>
13269
13270 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13271 patch (Bug#11140).
13272
13273 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * emacs-lisp/cust-print.el: Move to obsolete.
13276
13277 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13278 compiler-macro expansion.
13279
13280 Add native compiler-macro support.
13281 * emacs-lisp/macroexp.el (macroexpand-all-1):
13282 Support compiler-macros directly. Properly follow aliases and apply
13283 the compiler macros more thoroughly.
13284 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13285 macroexpand now properly follows aliases.
13286 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13287 (cl-compiler-macroexpand): Use new prop.
13288 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13289
13290 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13291
13292 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13293
13294 * window.el (get-lru-window, get-mru-window, get-largest-window):
13295 New argument NOT-SELECTED to avoid picking the selected window.
13296 (window--display-buffer-1, window--display-buffer-2): Replace by
13297 new function window--display-buffer
13298 (display-buffer-same-window, display-buffer-reuse-window)
13299 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13300 Use window--display-buffer.
13301 (display-buffer-use-some-window): Remove temporary dedication
13302 hack by calling get-lru-window and get-largest-window with
13303 NOT-SELECTED argument non-nil. Call window--display-buffer.
13304
13305 2012-06-05 Glenn Morris <rgm@gnu.org>
13306
13307 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13308 Replace external vcdiff script.
13309
13310 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13313
13314 2012-06-04 Chong Yidong <cyd@gnu.org>
13315
13316 * image.el (imagemagick-types-inhibit): Revert last change.
13317 Add INFO and M.
13318 (imagemagick-enabled-types): Remove CIN and EPS*.
13319
13320 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * emacs-lisp/cl-lib.el: Rename from cl.el.
13323 * emacs-lisp/cl.el: New compatibility file.
13324 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13325 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13326 to obey the "cl-" prefix.
13327 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13328
13329 2012-06-03 Glenn Morris <rgm@gnu.org>
13330
13331 * emacs-lisp/authors.el (authors-aliases): Addition.
13332
13333 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13334 Fix :version.
13335
13336 2012-06-03 Stefan Merten <smerten@oekonux.de>
13337
13338 * textmodes/rst.el: Add comments.
13339 (rst-transition, rst-adornment): New faces.
13340 (rst-adornment-faces-alist): Make default safe to reevaluate.
13341 Fixes
13342 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13343 Improve customization tags.
13344 (rst-define-level-faces): Clarify meaning.
13345
13346 2012-06-03 Chong Yidong <cyd@gnu.org>
13347
13348 * progmodes/compile.el (compilation-mode-line-fail)
13349 (compilation-mode-line-run, compilation-mode-line-exit):
13350 New faces.
13351 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13352
13353 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13354
13355 * progmodes/which-func.el (which-func-update-ediff-windows):
13356 New function. Use it in ediff-select-hook (Bug#11478).
13357
13358 2012-06-03 Chong Yidong <cyd@gnu.org>
13359
13360 * bindings.el: Remove explicit help text from format-mode-line.
13361 It is now supplied by mode-line-default-help-echo.
13362 (mode-line-front-space, mode-line-end-spaces)
13363 (mode-line-misc-info): New variables.
13364 (mode-line-modes, mode-line-position): Move the default value to
13365 the variable definition.
13366 (mode-line-default-help-echo): New defcustom.
13367 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13368 (mode-line-modified-help-echo): New functions.
13369 (mode-line-mule-info, mode-line-modified): Use them.
13370 (mode-line-eol-desc, propertized-buffer-identification):
13371 Consistency fixes for help text.
13372 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13373 set-buffer-file-coding-system (Bug#289).
13374 (mode-line-mule-info-help-echo): Update help text.
13375
13376 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * simple.el (execute-extended-command): Set real-this-command
13379 (bug#11506).
13380
13381 2012-06-02 Chong Yidong <cyd@gnu.org>
13382
13383 Remove incorrect uses of "modeline" in comments, docstrings, and
13384 function/variable names (Bug#10329).
13385
13386 * cus-edit.el (mode-line):
13387 * dframe.el (dframe-mouse-hscroll):
13388 * emacs-lisp/re-builder.el:
13389 * emacs-lisp/easy-mmode.el (define-minor-mode):
13390 * frame.el (set-frame-name):
13391 * help.el (lookup-minor-mode-from-indicator):
13392 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13393 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13394 (c-toggle-hungry-state):
13395 * progmodes/antlr-mode.el (antlr-language-alist):
13396 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13397 * progmodes/vhdl-mode.el (vhdl-mode):
13398 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13399 * term/ns-win.el (ns-face-at-pos):
13400 * term/sup-mouse.el (sup-mouse-report):
13401 * textmodes/flyspell.el (flyspell-mode-line-string):
13402 * textmodes/ispell.el (ispell-highlight-face):
13403 * textmodes/reftex-global.el:
13404 * vc/vc-arch.el (vc-arch-mode-line-string):
13405 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13406 * vc/vc-git.el (vc-git-mode-line-string):
13407 * vc/vc-hooks.el (vc-display-status)
13408 (vc-default-mode-line-string):
13409 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13410
13411 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13412
13413 * dired.el (dired-sort-set-mode-line): Rename from
13414 dired-sort-set-modeline. All callers changed.
13415
13416 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13417 eshell-status-in-modeline.
13418
13419 * foldout.el (foldout-mode-line-string): Rename from
13420 foldout-modeline-string. All callers changed.
13421 (foldout-update-mode-line): Rename from foldout-update-modeline.
13422
13423 * subr.el (redraw-modeline): Make into obsolete alias.
13424
13425 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13426 timeclock-modeline-display. Make old name an alias.
13427 (timeclock-update-mode-line): Likewise. All callers changed.
13428 (timeclock-mode-line-display): No need to check before using
13429 add-hook.
13430 (timeclock-relative, timeclock-day-over-hook)
13431 (timeclock-use-elapsed, timeclock-mode-string)
13432 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13433
13434 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13435 crisp-mode-modeline-string.
13436
13437 * play/solitaire.el (solitaire-build-mode-line): Rename from
13438 solitaire-build-modeline. All callers changed.
13439
13440 * play/zone.el (zone-hiding-mode-line): Rename from
13441 zone-hiding-modeline. All callers changed.
13442 (zone): Remove unusued `modeline-hidden-level' property.
13443
13444 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13445 xscheme-modeline-initialize. All callers changed.
13446
13447 * strokes.el (strokes-lighter): Rename from
13448 strokes-modeline-string.
13449
13450 * textmodes/sgml-mode.el (html-face-tag-alist)
13451 (html-tag-face-alist): Use mode-line face instead of obsolete
13452 alias modeline.
13453
13454 2012-06-02 Stefan Merten <smerten@oekonux.de>
13455
13456 * textmodes/rst.el: Always require `cl'.
13457 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13458
13459 2012-06-02 Chong Yidong <cyd@gnu.org>
13460
13461 * image.el (imagemagick-enabled-types): Rename from
13462 imagemagick-types-enable. Add many more types.
13463 (imagemagick-types-inhibit): Change default to nil.
13464 (imagemagick-filter-types): Caller changed.
13465
13466 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * emacs-lisp/cl-macs.el: Use backquotes.
13469 (cl-transform-function-property): Use eval-and-compile rather than
13470 abusing `require'.
13471 (defstruct): Use declare-function instead of with-no-warnings.
13472
13473 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13474 (byte-compile-output-docform): Re-add the print-circle bindings.
13475 (byte-compile-fix-header): Use #$ just because it's shorter.
13476 (byte-compile-output-file-form): Remove defun/defmacro.
13477
13478 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13479
13480 * simple.el (choose-completion): Remove now obsolete binding for
13481 owindow.
13482
13483 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13484
13485 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13486 in order to avoid "Stack overflow in regexp matcher".
13487
13488 2012-05-31 Glenn Morris <rgm@gnu.org>
13489
13490 * image.el: For clarity, call imagemagick-register-types at
13491 top-level, rather than relying on a custom :initialize.
13492 (imagemagick-types-enable): New option. (Bug#11557)
13493 (imagemagick-filter-types): New function. (Bug#7406)
13494 (imagemagick-register-types): Use imagemagick-filter-types.
13495 If disabling support, remove elements altogether rather
13496 than using an impossible regexp.
13497 (imagemagick-types-inhibit): Give it the default init function.
13498
13499 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13502 Handle arbitrary file name lengths (Bug#11585).
13503
13504 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13505
13506 * desktop.el (desktop-read): Clear previous and next buffers for
13507 all windows and bury *Messages* buffer (bug#11556).
13508
13509 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 Add `declare' for `defun'. Align `defmacro's with it.
13512 * emacs-lisp/easy-mmode.el (define-minor-mode)
13513 (define-globalized-minor-mode): Don't autoload the var definitions.
13514 * emacs-lisp/byte-run.el: Use lexical-binding.
13515 (defun-declarations-alist, macro-declarations-alist): New vars.
13516 (defmacro, defun): Use them.
13517 (make-obsolete, define-obsolete-function-alias)
13518 (make-obsolete-variable, define-obsolete-variable-alias):
13519 Use `declare'.
13520 (macro-declaration-function): Mark obsolete.
13521 * emacs-lisp/autoload.el: Use lexical-binding.
13522 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13523
13524 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13525
13526 * textmodes/ispell.el (ispell-with-no-warnings):
13527 Define as a macro.
13528 (ispell-kill-ispell, ispell-change-dictionary):
13529 Use `called-interactively-p' for Emacs instead of obsolete
13530 `interactive-p'.
13531
13532 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13535 (macro-declaration-function): Move var from C code.
13536 (macro-declaration-function): Define function with defalias.
13537 * emacs-lisp/macroexp.el (macroexpand-all-1):
13538 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13539 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13540 defun/defmacro any more.
13541 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13542 Provide fallback for unknown arglist.
13543 (byte-compile-arglist-warn): Change calling convention.
13544 (byte-compile-output-file-form): Move print-vars binding.
13545 (byte-compile-output-docform): Simplify accordingly.
13546 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13547 (byte-compile-defmacro-declaration): Remove.
13548 (byte-compile-file-form-defmumble): Generalize to defalias.
13549 (byte-compile-output-as-comment): Return byte-positions.
13550 Simplify callers accordingly.
13551 (byte-compile-lambda): Use `assert'.
13552 (byte-compile-defun, byte-compile-defmacro): Remove.
13553 (byte-compile-file-form-defalias):
13554 Use byte-compile-file-form-defmumble.
13555 (byte-compile-defalias-warn): Remove.
13556
13557 2012-05-29 Stefan Merten <smerten@oekonux.de>
13558
13559 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13560 possible. Fix authors. Improve comments. Improve loading of `cl'.
13561
13562 (rst-mode-abbrev-table): Merge definition.
13563 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13564 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13565
13566 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13567
13568 * calendar/icalendar.el
13569 (icalendar-export-region): Export UID properly.
13570
13571 2012-05-29 Leo Liu <sdl.web@gmail.com>
13572 * calendar/icalendar.el (icalendar-import-format):
13573 Add `icalendar-import-format-uid' (Bug#11525).
13574 (icalendar-import-format-uid): New.
13575 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13576 Export UID.
13577
13578 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13581 different alternative patterns.
13582 (pcase-codegen): Be more careful to preserve identity.
13583 (pcase--u1): Don't forget to mark vars as used.
13584
13585 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13586 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13587 (byte-compile-from-buffer): ...rather than here.
13588
13589 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13590 functions from byte-compile-function-environment.
13591
13592 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13593
13594 * window.el (window-deletable-p): Avoid deleting the root window
13595 of a frame with an active minibuffer.
13596
13597 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13598
13599 * simple.el (choose-completion): Use quit-window (Bug#11567).
13600
13601 2012-05-29 Chong Yidong <cyd@gnu.org>
13602
13603 * whitespace.el (whitespace-cleanup): Fix usage of
13604 whitespace-empty-at-bob-regexp (Bug#11492).
13605
13606 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13607
13608 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13609 revert (Bug#11488).
13610
13611 2012-05-29 Juri Linkov <juri@jurta.org>
13612
13613 * isearch.el (isearch-mode-map): Bind `M-s _' to
13614 `isearch-toggle-symbol'. Bind `M-s c' to
13615 `isearch-toggle-case-fold'.
13616 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13617 (isearch-forward): Add `M-s _' to the docstring.
13618 (isearch-forward-symbol, isearch-toggle-case-fold)
13619 (isearch-symbol-regexp): New functions. (Bug#11381)
13620
13621 2012-05-29 Juri Linkov <juri@jurta.org>
13622
13623 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13624 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13625 a function, call it to get the regexp.
13626 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13627 property `isearch-message-prefix' instead of the string "word ".
13628 (isearch-search-fun-default): For the case of `isearch-word',
13629 return a lambda that calls re-search-forward/re-search-backward
13630 with a regexp returned by `word-search-regexp' or by the function
13631 in `isearch-word'.
13632
13633 2012-05-29 Juri Linkov <juri@jurta.org>
13634
13635 * isearch.el (isearch-search-fun-default): New function.
13636 (isearch-search-fun): Move default part to the new function
13637 `isearch-search-fun-default'.
13638 (isearch-search-fun-function): Set the default value to
13639 `isearch-search-fun-default'. (Bug#11381)
13640
13641 * comint.el (comint-history-isearch-end):
13642 Use `isearch-search-fun-default'.
13643 (comint-history-isearch-search): Use `isearch-search-fun-default'
13644 and remove spacial case for `isearch-word'.
13645 (comint-history-isearch-wrap): Remove spacial case for
13646 `isearch-word'.
13647
13648 * hexl.el (hexl-isearch-search-function):
13649 Use `isearch-search-fun-default'.
13650
13651 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13652 Use `word-search-regexp' for `isearch-word'.
13653
13654 * misearch.el (multi-isearch-search-fun):
13655 Use `isearch-search-fun-default'.
13656
13657 * simple.el (minibuffer-history-isearch-search):
13658 Use `isearch-search-fun-default' and remove spacial case for
13659 `isearch-word'.
13660 (minibuffer-history-isearch-wrap): Remove spacial case for
13661 `isearch-word'.
13662
13663 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13664 Remove spacial case for `isearch-word'.
13665 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13666
13667 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13668
13669 Decrease XEmacs incompatibilities.
13670 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13671 Use `string-match'.
13672 (flyspell-delete-region-overlays): Use alternative definition for
13673 XEmacs.
13674 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13675 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13676 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13677 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13678 `define-obsolete-face-alias' under XEmacs, but old method.
13679
13680 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13681 `with-no-warnings' definition or Emacs alias.
13682 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13683 (ispell-word): Do not use `region-p' if XEmacs.
13684
13685 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13686
13687 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13688 Check for `ispell-dictionary-base-alist' instead of full
13689 `ispell-dictionary-alist'.
13690 (ispell-init-process): Show spellchecker when starting new Ispell
13691 process.
13692
13693 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13696 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13697
13698 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13699
13700 * version.el (motif-version-string, gtk-version-string)
13701 (ns-version-string): Declare.
13702
13703 2012-05-27 Juri Linkov <juri@jurta.org>
13704
13705 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13706 after the `eval-defun-1' specialcaseing
13707 like in `edebug-eval-defun' (bug#10181).
13708
13709 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13710 like in `eval-defun-1'.
13711
13712 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13713
13714 * mail/sendmail.el (mail-yank-region):
13715 Recognize rmail-yank-current-message in addition to insert-buffer.
13716 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13717 a *mail* buffer created through rmail-start-mail with sendmail as
13718 mail-user-agent.
13719
13720 2012-05-27 Chong Yidong <cyd@gnu.org>
13721
13722 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13723 Default to 256 (Bug#11267).
13724
13725 * help.el (describe-mode): Doc fix.
13726
13727 2012-05-26 Glenn Morris <rgm@gnu.org>
13728
13729 * w32-fns.el (w32-init-info): Remove.
13730 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13731
13732 * info.el (info-initialize): For self-contained NS builds, put the
13733 included info/ directory at the front. (Bug#2791)
13734
13735 * paths.el (Info-default-directory-list): Make it a defcustom,
13736 mainly so that we can use custom-initialize-delay.
13737
13738 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * subr.el (buffer-has-markers-at): Mark obsolete.
13741
13742 * subr.el (lambda): Use declare.
13743
13744 * emacs-lisp/lisp-mode.el (lambda):
13745 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13746
13747 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13748
13749 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13750
13751 2012-05-26 Glenn Morris <rgm@gnu.org>
13752
13753 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13754
13755 2012-05-25 Glenn Morris <rgm@gnu.org>
13756
13757 * paths.el: Remove no-byte-compile.
13758 * loadup.el: No need to load paths.el uncompiled.
13759
13760 * image.el (imagemagick-types-inhibit): Doc fix.
13761
13762 * version.el: Remove no-byte-compile and associated formatting.
13763 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13764 is ancient code from when there was an "inc-vers.el".
13765
13766 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * progmodes/gdb-mi.el: Minor style changes.
13769 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13770 Turn into minor modes.
13771 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13772 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13773 (gdb-shell): Remove unneeded let-binding.
13774 (gdb-get-many-fields): Eliminate O(n²) behavior.
13775
13776 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13777
13778 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13779 platforms that don't link in fontset.c.
13780
13781 2012-05-25 Juri Linkov <juri@jurta.org>
13782
13783 Use the same diff color scheme as in modern VCSes (bug#10181).
13784
13785 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13786 to avoid confusion with `diff-added' that now uses green colors.
13787 (diff-removed): Use shades of red.
13788 (diff-added): Use shades of green.
13789 (diff-changed): Leave just the yellow color.
13790 (diff-use-changed-face): New variable.
13791 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13792 how to highlight context diff changes.
13793 (diff-refine-change): Use shades of yellow.
13794 (diff-refine-removed): New face that uses shades of red.
13795 (diff-refine-added): New face that uses shades of green.
13796 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13797 `diff-refine-removed' in the call to `smerge-refine-subst'
13798 depending on the value of `diff-use-changed-face'.
13799
13800 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13801 (smerge-other): Use shades of green.
13802 (smerge-base): Use shades of yellow.
13803 (smerge-refined-change): Empty face.
13804 (smerge-refined-removed): New face that uses shades of red.
13805 (smerge-refined-added): New face that uses shades of green.
13806 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13807 args `props-r' and `props-a', and use them. Doc fix.
13808 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13809 on its value use different faces `smerge-refined-change',
13810 `smerge-refined-removed', `smerge-refined-added' in the call to
13811 `smerge-refine-subst'.
13812
13813 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13814 Add face condition `min-colors 88' with shades of red.
13815 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13816 `min-colors 88' with shades of green.
13817 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13818 `min-colors 88' with shades of yellow.
13819
13820 2012-05-24 Glenn Morris <rgm@gnu.org>
13821
13822 * paths.el (prune-directory-list, remote-shell-program): Move to...
13823 * files.el (prune-directory-list, remote-shell-program): ...here.
13824 For the latter, delay initialization, prefer ssh, just search PATH.
13825
13826 * paths.el (term-file-prefix): Move to faces.el (the only user).
13827 * faces.el (term-file-prefix): Move here, make it a defcustom.
13828
13829 * paths.el (news-directory, news-path, news-inews-program):
13830 Move to gnus/nnspool.el.
13831
13832 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13833
13834 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13835 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13836 Make the latter a defcustom, with a delayed initialization.
13837
13838 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13839 These were deleted from Gnus itself late 2010.
13840
13841 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13842
13843 * progmodes/which-func.el (which-func-ff-hook):
13844 Check against user-error, not error.
13845
13846 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13847 cl-specs.el, which no longer exists.
13848
13849 2012-05-22 Glenn Morris <rgm@gnu.org>
13850
13851 * info.el (info-emacs-bug): New command.
13852 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13853 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13854
13855 2012-05-21 Glenn Morris <rgm@gnu.org>
13856
13857 * makefile.w32-in (update-subdirs-SH):
13858 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13859
13860 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13863
13864 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13865 Simplify Maven regexp, and make sure the file can't start with a space
13866 (bug#11517).
13867
13868 2012-05-21 Glenn Morris <rgm@gnu.org>
13869
13870 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13871 Scrap superfluous subshells.
13872
13873 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13876 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13877
13878 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13879
13880 * calc/calc.el (calc-ensure-consistent-units): New variable.
13881
13882 * calc/calc-units.el (math-consistent-units-p)
13883 (math-check-unit-consistency): New functions.
13884 (calc-quick-units, calc-convert-units):
13885 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13886 is non-nil.
13887 (calc-extract-units): Fix typo.
13888
13889 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13892
13893 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13894 (flyspell-default-deplacement-commands): Don't spell check after
13895 repeated window/frame switches (e.g. triggered by mouse-movement).
13896 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13897 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13898 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13899 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13900 Remove unused vars.
13901 (flyspell-get-casechars, flyspell-get-not-casechars):
13902 Simplify; Don't bother removing a ] just to add it back.
13903 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13904
13905 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13906
13907 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13908 New functions.
13909 (math-function-table): Add support for more C functions.
13910
13911 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13912
13913 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13914 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13915 Protect delay handling for otherchars against empty otherchars.
13916
13917 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13920 their respective macro declarations.
13921 * skeleton.el (define-skeleton):
13922 * progmodes/compile.el (define-compilation-mode):
13923 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13924 (define-ibuffer-filter):
13925 * emacs-lisp/generic.el (define-generic-mode):
13926 * emacs-lisp/easy-mmode.el (define-minor-mode)
13927 (define-globalized-minor-mode):
13928 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13929 * emacs-lisp/byte-run.el (defsubst):
13930 * custom.el (deftheme): Add doc-string metadata.
13931
13932 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13935
13936 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13939
13940 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13941 * emacs-lisp/cl-macs.el: Idem.
13942 * emacs-lisp/cl-specs.el: Remove.
13943
13944 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 Minor renaming of internal CL functions and variables.
13947 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13948 (cl--position): Rename from cl-position.
13949 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13950 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13951 (cl--random-state): Rename from *random-state*.
13952
13953 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13954
13955 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13956 parens around the arg list (bug#11499).
13957
13958 2012-05-17 Juri Linkov <juri@jurta.org>
13959
13960 * isearch.el (word-search-regexp, word-search-backward)
13961 (word-search-forward, word-search-backward-lax)
13962 (word-search-forward-lax): Move functions from search.c
13963 (bug#10145, bug#11381).
13964
13965 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13966
13967 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13968 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13969 Delay for otherchars as for normal word components.
13970
13971 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * minibuffer.el (completion--sifn-requote): Fix last change.
13974 (minibuffer-local-must-match-filename-map):
13975 Move define-obsolete-variable-alias before its var.
13976
13977 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13980
13981 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13982 behavior.
13983 (completion--string-equal-p): New function.
13984 (completion--twq-all): Use it to get better assertion failure data.
13985
13986 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13987 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13988 (shell--requote-argument): New functions.
13989 (shell-completion-vars): Use them.
13990 (shell--parse-pcomplete-arguments): Rename from
13991 shell-parse-pcomplete-arguments.
13992 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13993 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13994 Obey comint-file-name-quote-list.
13995
13996 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13997 (smie-indent-keyword): Use it.
13998
13999 2012-05-14 Stefan Merten <smerten@oekonux.de>
14000
14001 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14002
14003 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * net/rlogin.el (rlogin-mode-map): Fix last change.
14006
14007 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14008
14009 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14010 the following \r\n using a single `process-send-string', since the
14011 Lotus SMTP server refuses to accept any commands if they are sent
14012 with two `process-send-string's (Bug#11444).
14013
14014 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * shell.el (shell-parse-pcomplete-arguments):
14017 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14018
14019 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14020
14021 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14022 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14023 (image-transform-width, image-transform-fit-width): New functions.
14024 (image-transform-properties): Use them.
14025 (image-transform-check-size): New function.
14026 (image-toggle-display-image): Use it (for testing).
14027 (image-transform-set-rotation): Reduce angle mod 360.
14028 Delete obsolete comment.
14029
14030 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14031
14032 * image-mode.el: Fix scaling (bug#11399).
14033 (image-transform-resize): Doc fix.
14034 (image-transform-properties): Default scale is 1 and height should
14035 be an integer.
14036
14037 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14038
14039 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14040 than hard-coding `car', to fix misbehavior when moving forward.
14041
14042 2012-05-13 Chong Yidong <cyd@gnu.org>
14043
14044 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14045 (tabulated-list-entries, tabulated-list-padding)
14046 (tabulated-list-sort-key): Make permanent-local.
14047
14048 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14049 (electric-buffer-list): Put electric buffer menu
14050 command descriptions in this docstring, instead of the docstring
14051 of electric-buffer-menu-mode. Code cleanups.
14052 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14053 Electric-buffer-menu-mode.
14054 (electric-buffer-update-highlight): Minor code cleanup.
14055
14056 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14057
14058 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14059 (Bug#11447)
14060
14061 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 Move define-obsolete-variable-alias before the var's definition.
14064 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14065 * tooltip.el (tooltip-hook):
14066 * textmodes/reftex-toc.el (reftex-toc-map):
14067 * textmodes/reftex-sel.el (reftex-select-label-map)
14068 (reftex-select-bib-map):
14069 * textmodes/reftex-index.el (reftex-index-map)
14070 (reftex-index-phrases-map):
14071 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14072 * progmodes/meta-mode.el (meta-mode-map):
14073 * novice.el (disabled-command-hook):
14074 * loadhist.el (unload-hook-features-list):
14075 * frame.el (blink-cursor):
14076 * files.el (find-file-not-found-hooks, write-file-hooks)
14077 (write-contents-hooks):
14078 * emulation/tpu-edt.el (GOLD-map):
14079 * emacs-lock.el (emacs-lock-from-exiting):
14080 * emacs-lisp/generic.el (generic-font-lock-defaults):
14081 * emacs-lisp/chart.el (chart-map):
14082 * dos-fns.el (register-name-alist):
14083 * dired-x.el (dired-omit-files-p):
14084 * desktop.el (desktop-enable):
14085 * cus-edit.el (custom-mode-hook):
14086 * buff-menu.el (buffer-menu-mode-hook):
14087 * bookmark.el (bookmark-read-annotation-text-func)
14088 (bookmark-exit-hooks):
14089 * allout.el (allout-mode-deactivate-hook)
14090 (allout-exposure-change-hook, allout-structure-added-hook)
14091 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14092 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14093 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14094 comes before the corresponding variable's definition.
14095
14096 2012-05-12 Chong Yidong <cyd@gnu.org>
14097
14098 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14099 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14100 (Buffer-menu-mode-map): Bind it.
14101 (Buffer-menu--pretty-name): Add a mouse-face property.
14102
14103 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14106 (prolog-upper-case-string, prolog-lower-case-string)
14107 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14108 (prolog-use-smie, prolog-smie-grammar): New vars.
14109 (prolog-smie-forward-token, prolog-smie-backward-token)
14110 (prolog-smie-rules): New funs.
14111 (prolog-comment-indent): Remove.
14112 (prolog-mode-variables): Use default comment indentation instead.
14113 Setup SMIE.
14114 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14115 (prolog-mode): Don't call them any more.
14116 (prolog-electric-colon, prolog-electric-dash)
14117 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14118
14119 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14120
14121 * minibuffer.el (completion--twq-all): Again, allow case differences.
14122
14123 * term.el: Move keymap initialization code to be more idiomatic.
14124 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14125 (term-terminal-menu): Move initialization into declaration.
14126 (term-escape-char): Let the user set it in her .emacs.
14127
14128 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14129 Provide SMIE-based indentation (not enabled by default yet).
14130 (sh-mode-map): Don't bind electric keys.
14131 Use electric-pair-mode instead of skeleton-pair.
14132 (sh-assignment-regexp): Fit within 80 columns.
14133 (sh-indent-supported): Specify actual shell name instead of boolean.
14134 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14135 (sh-maybe-here-document): Use it. Make obsolete.
14136 (sh-electric-here-document-mode) New minor mode.
14137 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14138 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14139 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14140 (sh-smie-rc-grammar, sh-use-smie): New vars.
14141 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14142 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14143 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14144 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14145 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14146 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14147 (sh-set-shell): Use smie-setup if requested.
14148
14149 * term.el (term-set-escape-char): Properly set term-escape-char.
14150 See http://stackoverflow.com/questions/10524656.
14151
14152 2012-05-10 Chong Yidong <cyd@gnu.org>
14153
14154 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14155 Use url-generic-parse-url, and handle host names and Windows
14156 filenames properly.
14157 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14158 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14159 URL schemes to work on.
14160 (ffap--toggle-read-only): New function.
14161 (ffap-read-only, ffap-read-only-other-window)
14162 (ffap-read-only-other-frame): Use it.
14163 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14164 necessary for ffap-url-unwrap-remote.
14165
14166 2012-05-10 Dave Abrahams <dave@boostpro.com>
14167
14168 * cus-start.el (create-lockfiles): Add it.
14169
14170 2012-05-09 Chong Yidong <cyd@gnu.org>
14171
14172 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14173 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14174
14175 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14178
14179 2012-05-09 Chong Yidong <cyd@gnu.org>
14180
14181 * ansi-color.el (ansi-color-process-output): Check for validity of
14182 comint-last-output-start before using it. This avoids a bad
14183 interaction with gdb-mi's input/output buffer.
14184
14185 2012-05-09 Glenn Morris <rgm@gnu.org>
14186
14187 * files.el (dir-locals-read-from-file):
14188 Mention dir-locals in any error message.
14189
14190 2012-05-09 Chong Yidong <cyd@gnu.org>
14191
14192 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14193 package (Bug#11410).
14194
14195 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14196 variables into description.
14197
14198 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14201 shell-delimiter-argument-list (bug#11348).
14202 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14203
14204 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14205
14206 * textmodes/rst.el: Silence byte-compiler warnings.
14207 (rst-re-alist, rst-reset-section-caches): Move around.
14208 (rst-re): Use `characterp', not `char-valid-p'.
14209 (font-lock-beg, font-lock-end): Declare.
14210
14211 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14212 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14213
14214 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14215
14216 2012-05-08 Glenn Morris <rgm@gnu.org>
14217
14218 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14219
14220 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * vc/log-edit.el: Add GNU coding standards highlighting.
14223 (log-edit-font-lock-gnu-style)
14224 (log-edit-font-lock-gnu-keywords): New vars.
14225 (log-edit-font-lock-keywords): New fun.
14226 (log-edit-mode): Don't fold case in font-lock.
14227 (log-edit-font-lock-keywords): Do not assume case-folding.
14228
14229 * imenu.el: Misc cleanup. Make docstrings out of comments.
14230 Use lexical-binding.
14231 (imenu--index-alist, imenu--last-menubar-index-alist)
14232 (imenu-menubar-modified-tick): Use defvar-local.
14233 (imenu--split-menu): Remove unused var.
14234 (imenu--cleanup-seen): Declare as global.
14235 (imenu--cleanup): Use dolist.
14236
14237 * subr.el (defvar-local): Add debug spec and doc-string position.
14238
14239 2012-05-08 Glenn Morris <rgm@gnu.org>
14240
14241 * language/burmese.el, language/cham.el, language/czech.el:
14242 * language/english.el, language/georgian.el, language/greek.el:
14243 * language/japanese.el, language/khmer.el, language/korean.el:
14244 * language/lao.el, language/misc-lang.el, language/romanian.el:
14245 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14246 * language/thai.el, language/utf-8-lang.el:
14247 Remove no-byte-compile setting.
14248
14249 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14250
14251 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14252
14253 * progmodes/make-mode.el (makefile-browse):
14254 Remove unnecessary interactive. (Bug#11324)
14255
14256 2012-05-07 Glenn Morris <rgm@gnu.org>
14257
14258 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14259
14260 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14261
14262 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * loadup.el: Preload newcomment.el.
14265 * newcomment.el: Move autoload-only code to toplevel.
14266
14267 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14268 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14269 Handle new :right-align column property.
14270 (tabulated-list-print-col): Idem, plus use `display' text-property to
14271 try and preserve alignment for variable pitch fonts.
14272
14273 2012-05-07 Chong Yidong <cyd@gnu.org>
14274
14275 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14276 (tabulated-list-use-header-line): New var.
14277 (tabulated-list-init-header): Use it.
14278 (tabulated-list-print-fake-header): New function.
14279 (tabulated-list-print): Use it.
14280 (tabulated-list-sort-button-map): Add non-header-line commands.
14281 (tabulated-list-init-header): Add column name property to basic
14282 labels as well.
14283 (tabulated-list-col-sort): Handle non-header-line button case.
14284 (tabulated-list--sort-by-column-name): Fix a corner case.
14285
14286 * buff-menu.el (list-buffers--refresh):
14287 Handle Buffer-menu-use-header-line.
14288
14289 2012-05-06 Chong Yidong <cyd@gnu.org>
14290
14291 * buff-menu.el: Convert to Tabulated List mode.
14292 (Buffer-menu-buffer+size-width): Make obsolete.
14293 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14294 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14295 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14296 documentation into docstring of buffer-menu.
14297 (Buffer-menu-toggle-files-only): Add an informative message.
14298 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14299 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14300 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14301 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14302 (Buffer-menu-execute, Buffer-menu-select)
14303 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14304 (Buffer-menu-bury): Use Tabulated List machinery.
14305 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14306 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14307 Delete.
14308 (list-buffers--refresh): New function.
14309 (list-buffers-noselect): Use it.
14310 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14311 (Buffer-menu--pretty-file-name): New helper functions.
14312
14313 * loadup.el: Preload tabulated-list.
14314
14315 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14316 tabulated-list-sort-column.
14317 (tabulated-list-init-header): Add the initial aligning space even
14318 if tabulated-list-padding is zero.
14319
14320 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14321
14322 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14323 whose cdr is not a cons cell correctly (bug#11038).
14324
14325 2012-05-06 Chong Yidong <cyd@gnu.org>
14326
14327 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14328 Accept additional plist in column descriptors.
14329 (tabulated-list-init-header): Obey it.
14330 (tabulated-list-get-entry): New function.
14331 (tabulated-list-put-tag): Use it. Use string-width instead of
14332 length.
14333 (tabulated-list--column-number): New function.
14334 (tabulated-list-print): Use it.
14335 (tabulated-list-print-col): New function.
14336 Set `tabulated-list-column-name' property on each column's text.
14337 (tabulated-list-print-entry): Use it.
14338 (tabulated-list-delete-entry, tabulated-list-set-col):
14339 New functions.
14340 (tabulated-list-sort-column): New command (Bug#11337).
14341
14342 * buff-menu.el (list-buffers): Move C-x C-b binding from
14343 buff-menu.el to bindings.el.
14344
14345 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14346 :advertised-binding feature.
14347
14348 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14349
14350 * progmodes/compile.el (compilation-internal-error-properties):
14351 Calculate start position correctly when end-col is set but
14352 end-line is not (Bug#11382).
14353
14354 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14355
14356 * man.el (Man-unindent): Use text-property-default-nonsticky to
14357 prevent untabify from inheriting face properties (Bug#11408).
14358
14359 2012-05-05 Stefan Merten <smerten@oekonux.de>
14360
14361 * textmodes/rst.el: Major merge with upstream development up to
14362 Docutils SVN r7399 / rst.el V1.2.1.
14363
14364 Clarify maintainership and authors.
14365
14366 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14367 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14368 (rst-official-version, rst-official-cvs-rev, rst-version)
14369 (rst-package-emacs-version-alist): New functions and variables
14370 for version information.
14371
14372 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14373 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14374 (rst-mode-syntax-table, rst-mode): New and corrected functions
14375 and variables representing reStructuredText features.
14376
14377 (rst-re): New function for reStructuredText regexes. Use in
14378 many places.
14379
14380 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14381 (rst-mode-map): Rebind keys.
14382
14383 (rst-mode-lazy, rst-font-lock-keywords)
14384 (rst-font-lock-extend-region)
14385 (rst-font-lock-extend-region-internal)
14386 (rst-font-lock-extend-region-extend)
14387 (rst-font-lock-find-unindented-line-limit)
14388 (rst-font-lock-find-unindented-line-match)
14389 (rst-adornment-level, rst-font-lock-adornment-level)
14390 (rst-font-lock-adornment-match)
14391 (rst-font-lock-handle-adornment-pre-match-form)
14392 (rst-font-lock-handle-adornment-matcher): Major revision of
14393 font-locking. Integrate with other code. Use `jit-lock-mode'.
14394
14395 (rst-preferred-adornments, rst-adjust-hook)
14396 (rst-new-adornment-down, rst-preferred-bullets)
14397 (rst-preferred-bullets, rst-indent, rst-indent-width)
14398 (rst-indent-field, rst-indent-literal-normal)
14399 (rst-indent-literal-minimized, rst-indent-comment): Change,
14400 extend and improve customization.
14401
14402 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14403 (rst-normalize-cursor-position, rst-get-decoration)
14404 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14405 (rst-rstrip, rst-toc-insert-find-delete-contents)
14406 (rst-shift-fill-region, rst-compute-bullet-tabs)
14407 (rst-debug-print-tabs, rst-debug-mark-found)
14408 (rst-shift-region-guts, rst-shift-region-right)
14409 (rst-shift-region-left, rst-use-char-classes)
14410 (rst-font-lock-keywords-function)
14411 (rst-font-lock-indentation-point)
14412 (rst-font-lock-find-unindented-line-begin)
14413 (rst-font-lock-find-unindented-line-end)
14414 (rst-font-lock-find-unindented-line)
14415 (rst-font-lock-adornment-point, rst-font-lock-level)
14416 (rst-adornment-level-alist): Remove functions and variables.
14417
14418 (rst-compare-adornments, rst-get-adornment-match)
14419 (rst-suggest-new-adornment, rst-get-adornments-around)
14420 (rst-adornment-complete-p, rst-get-next-adornment)
14421 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14422 (rst-straighten-adornments): Standardize function names to
14423 use "adornment" instead of "decoration". Correct callers.
14424 Similar standardizing in many places.
14425
14426 (rst-update-section, rst-adjust, rst-promote-region)
14427 (rst-enumerate-region, rst-bullet-list-region)
14428 (rst-repeat-last-character): Correct use of `interactive'.
14429
14430 (rst-classify-adornment, rst-find-all-adornments)
14431 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14432 (rst-find-leftmost-column, rst-repeat-last-character):
14433 Refactor functions.
14434
14435 (rst-find-title-line, rst-reset-section-caches)
14436 (rst-get-adornments-around, rst-adjust-adornment-work)
14437 (rst-arabic-to-roman, rst-roman-to-arabic)
14438 (rst-insert-list-pos, rst-insert-list-new-item)
14439 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14440 New functions.
14441
14442 (rst-all-sections, rst-section-hierarchy)
14443 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14444 New variables.
14445
14446 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14447 configuration instead of only buffer. Change where necessary.
14448
14449 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14450 (rst-shift-region, rst-adaptive-fill): New functions for
14451 indentation and filling.
14452
14453 (rst-comment-line-break, rst-comment-indent)
14454 (rst-comment-insert-comment, rst-comment-region)
14455 (rst-uncomment-region): New functions for handling comments.
14456
14457 (rst-compile): Quote shell arguments.
14458
14459 (rst-compile-pdf-preview, rst-compile-slides-preview):
14460 Delete temporary files after use.
14461
14462 2012-05-05 Glenn Morris <rgm@gnu.org>
14463
14464 * calendar/cal-html.el: Optionally include holidays in the output.
14465 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14466 (cal-html-holidays): New option.
14467 (cal-html-css-default): Add holiday entry.
14468 (holiday-in-range): Autoload it.
14469 (cal-html-htmlify-entry): Add optional class argument.
14470 (cal-html-htmlify-list): Add optional holidays argument.
14471 (cal-html-insert-agenda-days): Include holidays in the output.
14472 (cal-html-one-month): Maybe include holidays.
14473
14474 * calendar/holidays.el (holiday-in-range):
14475 Move here from cal-tex-list-holidays.
14476 * calendar/cal-tex.el (cal-tex-list-holidays):
14477 Make it an obsolete alias for holiday-in-range. Update all callers.
14478
14479 2012-05-05 Chong Yidong <cyd@gnu.org>
14480
14481 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14482 Nextstep.
14483
14484 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14485
14486 * files.el (file-auto-mode-skip): New var.
14487 (set-auto-mode-1): Use it.
14488
14489 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * repeat.el: Use lexical-binding.
14492 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14493 (repeat-undo-count): Remove.
14494 (repeat):
14495 * progmodes/octave-mod.el (octave-abbrev-start):
14496 * progmodes/f90.el (f90-abbrev-start):
14497 * face-remap.el (text-scale-adjust):
14498 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14499
14500 * emacs-lisp/pcase.el (pcase--let*): New function.
14501 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14502 a bit more.
14503 (pcase--split-pred): Be more clever about ruling out overlap between
14504 a predicate and some constant pattern.
14505 (pcase--q1): Use `null' instead of (eq foo nil).
14506
14507 * subr.el (setq-local, defvar-local): New macros.
14508 (kbd): Redefine as an alias.
14509 (with-selected-window): Leave unrelated frames alone.
14510 (set-temporary-overlay-map): New function.
14511
14512 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * subr.el (user-error): New function.
14515 * window.el (switch-to-buffer):
14516 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14517 (smerge-match-conflict):
14518 * simple.el (previous-matching-history-element)
14519 (next-matching-history-element, goto-history-element, undo-more)
14520 (undo-start):
14521 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14522 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14523 (next-file, tags-loop-scan, list-tags, complete-tag):
14524 * progmodes/compile.el (compilation-loop):
14525 * mouse.el (mouse-minibuffer-check):
14526 * man.el (Man-bgproc-sentinel, Man-goto-page):
14527 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14528 (Info-history-forward, Info-follow-reference, Info-menu)
14529 (Info-extract-menu-item, Info-extract-menu-counting)
14530 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14531 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14532 (Info-next-reference, Info-prev-reference, Info-index)
14533 (Info-index-next, Info-follow-nearest-node)
14534 (Info-copy-current-node-name):
14535 * imenu.el (imenu--make-index-alist)
14536 (imenu-default-create-index-function, imenu-add-to-menubar):
14537 * files.el (basic-save-buffer, recover-file):
14538 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14539 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14540 (checkdoc-message-text, checkdoc-defun):
14541 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14542 * cus-edit.el (customize-changed-options, customize-rogue)
14543 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14544 (custom-variable-mark-to-reset-standard)
14545 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14546 (custom-file):
14547 * completion.el (check-completion-length):
14548 * comint.el (comint-search-arg)
14549 (comint-previous-matching-input-string-position)
14550 (comint-previous-matching-input)
14551 (comint-replace-by-expanded-history-before-point, comint-send-input)
14552 (comint-copy-old-input, comint-backward-matching-input)
14553 (comint-goto-process-mark, comint-set-process-mark):
14554 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14555 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14556
14557 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * dabbrev.el (dabbrev--ignore-case-p): New function.
14560 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14561 Use it.
14562
14563 * files.el (automount-dir-prefix): Mark as obsolete.
14564
14565 2012-05-04 Glenn Morris <rgm@gnu.org>
14566
14567 * patcomp.el, play/bruce.el: Move to obsolete/.
14568
14569 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14570
14571 Fix minor Y10k bugs.
14572 * arc-mode.el (archive-unixdate):
14573 * autoinsert.el (auto-insert-alist):
14574 * calc/calc-forms.el (math-this-year):
14575 * emacs-lisp/copyright.el (copyright-current-year)
14576 (copyright-update-year, copyright):
14577 * tar-mode.el (tar-clip-time-string):
14578 * time.el (display-time-update):
14579 Don't assume years have 4 digits.
14580
14581 2012-05-04 Chong Yidong <cyd@gnu.org>
14582
14583 * dos-w32.el (file-name-buffer-file-type-alist)
14584 (direct-print-region-use-command-dot-com):
14585 * ffap.el (ffap-menu-regexp):
14586 * find-file.el (ff-special-constructs):
14587 * follow.el (follow-debug):
14588 * forms.el (forms--debug):
14589 * iswitchb.el (iswitchb-all-frames):
14590 * ido.el (ido-all-frames):
14591 * emacs-lisp/timer.el (timer-max-repeats):
14592 * mail/feedmail.el (feedmail-mail-send-hook)
14593 (feedmail-mail-send-hook-queued):
14594 * mail/footnote.el (footnote-signature-separator):
14595 * mail/mailabbrev.el (mail-alias-separator-string)
14596 (mail-abbrev-mode-regexp):
14597 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14598 * progmodes/idlwave.el (idlwave-libinfo-file)
14599 (idlwave-default-completion-case-is-down)
14600 (idlwave-library-routines): Convert defvars to defcustoms.
14601
14602 * mail/rmail.el (rmail-decode-mime-charset):
14603 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14604 (idlwave-shell-fix-inserted-breaks)
14605 (idlwave-shell-activate-alt-keybindings)
14606 (idlwave-shell-use-breakpoint-glyph):
14607 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14608
14609 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14612
14613 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14614
14615 * progmodes/verilog-mode.el (font-lock-keywords):
14616 Fix mis-highligting auto. Reported by Craig Barner.
14617 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14618 defines from global name space. Reported by Dan Dever.
14619 (verilog-auto-reset, verilog-auto-reset-widths)
14620 (verilog-auto-tieoff): Support using unbased numbers for
14621 AUTORESET and AUTOTIEOFF.
14622 (verilog-submit-bug-report): Update variable list.
14623 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14624 parenthesis from not matching. Reported by Michael Rytting.
14625 (verilog-auto-template-lint): Fix hash error when linting modules
14626 with no used templates.
14627 (verilog-warn, verilog-warn-error)
14628 (verilog-warn-fatal): When non-interactive report multiple
14629 warnings before exiting. Suggested by Brad Dobbie.
14630 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14631 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14632 to report unused template errors. Reported by Brad Dobbie.
14633 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14634 nets, bug438. Reported by Vns Blore.
14635 (verilog-auto-inout-module, verilog-auto-reg)
14636 (verilog-read-decls, verilog-read-sub-decls-sig)
14637 (verilog-signals-edit-wire-reg, verilog-signals-with):
14638 Fix passing of Verilog data types in ANSI input/output ports
14639 such as "output logic" into the AUTOs. Special case "wire" and
14640 "reg" for backwards compatibility presuming Verilog 2001.
14641 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14642 (verilog-preprocess): Fix replication of preprocess output.
14643 Reported by Brad Dobbie.
14644 (verilog-auto-inst-interfaced-ports):
14645 Create verilog-auto-inst-interfaced-ports, bug429.
14646 Reported by Julian Gorfajn.
14647 (verilog-after-save-font-hook)
14648 (verilog-before-save-font-hook): New variable.
14649 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14650 (verilog-save-font-mods): Wrap disabling fontification, reported
14651 by David Rogoff.
14652 (verilog-do-indent, verilog-pretty-declarations-auto)
14653 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14654 Reported by Pierre-David Pfister.
14655 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14656 of class declarations, bug292. Reported by Kevin Heilman.
14657 (verilog-read-decls): Fix 'parameter type' not appearing in
14658 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14659 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14660 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14661 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14662 Reported by David Kravitz.
14663
14664 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14665
14666 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14667 assignment with tests in ifs and for loops.
14668 (verilog-extended-complete-re, verilog-complete-reg): Change so
14669 that DPI inport functions don't look like fuction declarations.
14670 (verilog-pretty-expr): Don't line up assignment
14671 operations to the test and increment in if and for loops
14672 (verilog-extended-complete-re, verilog-complete-reg): Change so
14673 that DPI inport functions don't look like fuction declarations.
14674
14675 2012-05-03 Kenichi Handa <handa@m17n.org>
14676
14677 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14678 decoding, and show a warning message without signaling an error
14679 (Bug#11282).
14680
14681 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * emacs-lisp/bytecomp.el
14684 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14685 since cconv.el might have introduced :fun-body, internal-make-closure,
14686 and friends for bytecomp to handle (bug#11391).
14687 * custom.el (defcustom): Avoid ((λ ..) ..).
14688
14689 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14692
14693 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14694
14695 * notifications.el (dbus-debug):
14696 * term/linux.el (gpm-mouse-enable):
14697 * term/screen.el (xterm-register-default-colors): Declare.
14698
14699 2012-05-02 Chong Yidong <cyd@gnu.org>
14700
14701 * cus-start.el (gc-cons-percentage, exec-suffixes)
14702 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14703 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14704 (make-cursor-line-fully-visible, void-text-area-pointer)
14705 (font-list-limit): Add customization data.
14706
14707 * allout.el (allout-exposure-change-functions)
14708 (allout-structure-added-functions)
14709 (allout-structure-deleted-functions)
14710 (allout-structure-shifted-functions): Rename abnormal hooks from
14711 *-hook, and convert to defcustoms.
14712 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14713 Convert to defcustoms.
14714 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14715
14716 * allout-widgets.el: Hook callers changed.
14717
14718 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14719
14720 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14721 the yanked message in preference to the default value of
14722 buffer-file-coding-system.
14723
14724 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14725
14726 * window.el (display-buffer--action-function-custom-type):
14727 Fix entry.
14728
14729 2012-05-02 Alan Mackenzie <acm@muc.de>
14730
14731 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14732
14733 2012-05-01 Glenn Morris <rgm@gnu.org>
14734
14735 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14736
14737 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14738
14739 * cus-edit.el (custom-variable-documentation): Simplify with format.
14740
14741 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14742 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * simple.el (suggest-key-bindings, execute-extended-command):
14745 Move from keyboard.c.
14746
14747 2012-05-01 Chong Yidong <cyd@gnu.org>
14748
14749 * follow.el: Eliminate advice.
14750 (set-process-filter, process-filter, sit-for): Advice deleted.
14751 (follow-mode-off-hook): Obsolete hook removed.
14752 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14753 Vars deleted.
14754 (follow-auto): Use a :set function.
14755 (follow-mode): Rewritten. Don't advise process filters.
14756 (follow-switch-to-current-buffer-all, follow-scroll-up)
14757 (follow-scroll-down): Assume follow-mode is bound.
14758 (follow-comint-scroll-to-bottom)
14759 (follow-align-compilation-windows): New functions.
14760 (follow--window-sorter): New function.
14761 (follow-all-followers): Use it to explicitly sort windows by their
14762 positions; don't make assumptions about next-window order.
14763 (follow-windows-start-end, follow-delete-other-windows-and-split)
14764 (follow-calc-win-start): Doc fix.
14765 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14766 vertical-motion unnecessarily.
14767 (follow-adjust-window): New function.
14768 (follow-post-command-hook): Use it.
14769 (follow-call-set-process-filter, follow-call-process-filter)
14770 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14771 (follow-stop-intercept-process-output, follow-generic-filter):
14772 Functions deleted.
14773 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14774 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14775 New functions, replacing advice on scroll-bar-* commands.
14776 (follow-mwheel-scroll): New function (Bug#4112).
14777
14778 * comint.el (comint-adjust-point): New function.
14779 (comint-postoutput-scroll-to-bottom): Use it.
14780 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14781
14782 2012-05-01 Glenn Morris <rgm@gnu.org>
14783
14784 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14785 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14786 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14787 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14788 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14789 Remove no-byte-compile setting.
14790
14791 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14794 all-completions code to not return a number in the last cdr.
14795
14796 2012-04-30 Leo Liu <sdl.web@gmail.com>
14797
14798 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14799 read-only error.
14800
14801 2012-04-29 Chong Yidong <cyd@gnu.org>
14802
14803 * follow.el (follow-calc-win-end): Rewrite to handle partial
14804 screen lines correctly (Bug#8390).
14805 (follow-avoid-tail-recenter): Minor cleanup.
14806
14807 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 Avoid the obsolete `assoc' package.
14810 * speedbar.el (speedbar-refresh): Avoid adelete.
14811 (speedbar-file-lists): Simplify and avoid aput.
14812 * man.el (Man--sections, Man--refpages): New vars, replacing
14813 Man-sections-alist and Man-refpages-alist.
14814 (Man-build-section-alist, Man-build-references-alist):
14815 Use them; avoid aput.
14816 (Man--last-section, Man--last-refpage): New vars.
14817 (Man-follow-manual-reference): Use them.
14818 Use the `default' arg of completing-read.
14819 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14820
14821 2012-04-27 Chong Yidong <cyd@gnu.org>
14822
14823 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14824
14825 * startup.el (x-apply-session-resources): New function.
14826
14827 * term/ns-win.el (ns-initialize-window-system):
14828 * term/w32-win.el (w32-initialize-window-system):
14829 * term/x-win.el (x-initialize-window-system): Use it to properly
14830 set menu-bar-mode and other vars from X resources, even if the
14831 initial frame is not a window-system frame (Bug#2299).
14832
14833 * subr.el (read-key): Avoid running filter function when setting
14834 up temporary tool bar entries (Bug#9922).
14835
14836 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14837
14838 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14839 (Bug#11344)
14840
14841 2012-04-27 Chong Yidong <cyd@gnu.org>
14842
14843 * select.el (xselect--encode-string): New function, split from
14844 xselect-convert-to-string.
14845 (xselect-convert-to-string): Use it.
14846 (xselect-convert-to-filename, xselect-convert-to-os)
14847 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14848 returned strings are properly encoded (Bug#11315).
14849
14850 2012-04-27 Chong Yidong <cyd@gnu.org>
14851
14852 * simple.el (delete-active-region): Move to killing custom group.
14853
14854 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14855
14856 * progmodes/which-func.el (which-func-current): Quote %
14857 characters for mode-line processing.
14858
14859 2012-04-27 Chong Yidong <cyd@gnu.org>
14860
14861 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14862 reaching eob (Bug#11286).
14863
14864 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14865
14866 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14867 (gdb): Make it buffer-local and init to zero.
14868 (gdb-control-commands-regexp): New variable.
14869 (gdb-send): Don't wrap in "-interpreter-exec console" if
14870 gdb-control-level is positive. Increment gdb-control-level
14871 whenever the command matches gdb-control-commands-regexp, and
14872 decrement it each time the command is "end". (Bug#11279)
14873
14874 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14875
14876 * window.el (adjust-window-trailing-edge, enlarge-window)
14877 (shrink-window, window-resize):
14878 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14879 windows (Bug#11276).
14880
14881 2012-04-27 Chong Yidong <cyd@gnu.org>
14882
14883 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14884 fix "missing prefix" warning. All callers changed.
14885
14886 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 * emacs-lisp/assoc.el: Move to obsolete/.
14889
14890 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14893
14894 * term/ns-win.el (ns-define-service):
14895 * progmodes/pascal.el (pascal-goto-defun):
14896 * progmodes/js.el (js--read-tab):
14897 * progmodes/etags.el (tags-lazy-completion-table):
14898 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14899 * emacs-lisp/ewoc.el (ewoc--wrap):
14900 * emacs-lisp/assoc.el (aput, adelete, amake):
14901 * doc-view.el (doc-view-convert-current-doc):
14902 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14903
14904 2012-04-26 Chong Yidong <cyd@gnu.org>
14905
14906 * image.el (image-type-from-buffer): Only return supported image
14907 type (Bug#9045).
14908
14909 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14910 value, for symmetry with diff-end-of-hunk.
14911 (diff-split-hunk, diff-find-source-location)
14912 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14913 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14914 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14915 compute the relevant hunk or file properly (Bug#6005).
14916 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14917
14918 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * vc/vc-mtn.el:
14921 * vc/vc-hg.el:
14922 * vc/vc-git.el:
14923 * vc/vc-dir.el:
14924 * vc/vc-cvs.el:
14925 * vc/vc-bzr.el:
14926 * vc/vc-arch.el:
14927 * vc/vc.el: Replace lexical-let by lexical-binding.
14928 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14929 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14930 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14931
14932 2012-04-26 Chong Yidong <cyd@gnu.org>
14933
14934 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14935 (diff-mode-shared-map): Bind it to / and [remap undo].
14936
14937 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14938 (ediff-window-setup-function): Use it as the default, to set up
14939 windows based on whether the current frame is graphical (Bug#2138).
14940 (ediff-choose-window-setup-function-automatically): Make obsolete.
14941
14942 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14943
14944 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * ffap.el: Remove old code for obsolete package.
14947 (ffap-complete-as-file-p): Remove.
14948
14949 Use completion-table-with-quoting for comint and pcomplete.
14950 * comint.el (comint--unquote&requote-argument)
14951 (comint--unquote-argument, comint--requote-argument): New functions.
14952 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14953 (comint-quote-filename): Use regexp-opt-charset.
14954 (comint--common-suffix, comint--common-quoted-suffix)
14955 (comint--table-subvert): Remove.
14956 (comint-unquote-function, comint-requote-function): New vars.
14957 (comint--complete-file-name-data): Use them with
14958 completion-table-with-quoting.
14959 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14960 * pcomplete.el (pcomplete-arg-quote-list)
14961 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14962 (pcomplete-unquote-argument-function): Default to non-nil.
14963 (pcomplete-unquote-argument): Simplify.
14964 (pcomplete--common-quoted-suffix): Remove.
14965 (pcomplete-requote-argument-function): New var.
14966 (pcomplete--common-suffix): New function.
14967 (pcomplete-completions-at-point): Use completion-table-with-quoting
14968 and completion-table-subvert.
14969
14970 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14971 (minibuffer--double-dollars): Preserve properties.
14972 (completion--sifn-requote): New function.
14973 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14974
14975 * minibuffer.el: Add support for completion of quoted/escaped data.
14976 (completion-table-with-quoting, completion-table-subvert): New funs.
14977 (completion--twq-try, completion--twq-all): New functions.
14978 (completion--nth-completion): New function.
14979 (completion-try-completion, completion-all-completions): Use it.
14980
14981 2012-04-25 Leo Liu <sdl.web@gmail.com>
14982
14983 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14984 Use compilation-message if available to find real filename.
14985
14986 2012-04-25 Chong Yidong <cyd@gnu.org>
14987
14988 * vc/diff-mode.el (diff-setup-whitespace): New function.
14989 (diff-mode): Use it.
14990
14991 * vc/diff.el (diff-sentinel):
14992 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14993 Whitespace mode variables based on diff style (Bug#8612).
14994
14995 2012-04-25 Leo Liu <sdl.web@gmail.com>
14996
14997 * progmodes/python.el (python-send-region): Add suffix .py to the
14998 temp file.
14999
15000 * files.el (auto-mode-alist): Use javascript-mode instead.
15001
15002 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15003
15004 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15005
15006 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15007 (soap-resolve-references-for-array-type): Hack to prevent self
15008 references, see Bug#9.
15009 (soap-parse-envelope): Report the contents of the 'detail' node
15010 when receiving a fault reply.
15011 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15012
15013 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15014 (soap-inspect-simple-type): New function.
15015
15016 * net/soap-client.el (soap-simple-type): New struct.
15017 (soap-default-xsd-types, soap-default-soapenc-types)
15018 (soap-decode-basic-type, soap-encode-basic-type):
15019 support unsignedInt and double basic types.
15020 (soap-resolve-references-for-simple-type)
15021 (soap-parse-simple-type, soap-encode-simple-type): New function.
15022 (soap-parse-schema): Parse xsd:simpleType declarations.
15023
15024 * net/soap-client.el (soap-default-xsd-types)
15025 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15026 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15027 the local name of "soapenc:Array".
15028 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15029 decoding integer, byte and anyURI xsd types.
15030
15031 2012-04-25 Chong Yidong <cyd@gnu.org>
15032
15033 * cus-edit.el (custom-buffer-create-internal): Update header text.
15034
15035 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15036
15037 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15038 settings on 'system-type', not on 'window-system'. On MS-Windows,
15039 set interactive-mode on in GDB.
15040
15041 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15044 (ruby-syntax-propertize-regexp): Remove.
15045 (ruby-syntax-propertize-function): Split regexp into chunks.
15046 Match following code directly.
15047
15048 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15049
15050 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15051 (ruby-syntax-propertize-regexp): New function.
15052 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15053 by a special keyword.
15054
15055 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15056 (ruby-syntax-general-delimiters-goto-beg)
15057 (ruby-syntax-propertize-general-delimiters): New functions.
15058 (ruby-syntax-propertize-function): Use them to handle GDL.
15059 (ruby-font-lock-keywords): Move old handling of GDL...
15060 (ruby-font-lock-syntactic-keywords): .. to here.
15061 (ruby-calculate-indent): Adjust indentation for GDL.
15062
15063 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15064
15065 * notifications.el (top): Remove unneeded declarations.
15066 (notifications-specification-version): Change to "1.2".
15067 (notifications-interface, notifications-notify-method)
15068 (notifications-close-notification-method): Fix docstring.
15069 (notifications-get-capabilities-method): New defconst.
15070 (notifications-notify): Add :action-items, :resident and
15071 :transient hints. Change "image_data" to "image-data" and
15072 "image_path" to "image-path".
15073 (notifications-get-capabilities): New defun.
15074
15075 2012-04-24 Leo Liu <sdl.web@gmail.com>
15076
15077 * progmodes/python.el: Move hideshow setup to the end.
15078
15079 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15080
15081 * window.el (handle-select-window): Clear echo area since this is
15082 no more done by read_char (Bug#11304).
15083
15084 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15087 and `/ M' to filter-derived-mode.
15088 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15089 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15090 (ibuffer-mark-by-mode): Use default rather than initial-input.
15091 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15092
15093 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15094
15095 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15096 (ibuffer-filter-by-derived-mode): New filter.
15097 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15098
15099 2012-04-23 Andreas Politz <politza@fh-trier.de>
15100
15101 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15102
15103 2012-04-23 Chong Yidong <cyd@gnu.org>
15104
15105 * cus-edit.el (customize-apropos, customize-apropos-options):
15106 Disable matching of non-option variables (Bug#11176).
15107 (customize-option, customize-option-other-window)
15108 (customize-changed-options): Doc fix.
15109 (customize-apropos-options, customize-apropos-faces)
15110 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15111
15112 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15113 Fix word list splitting (Bug#11132).
15114 (apropos-symbol, apropos-keybinding, apropos-label)
15115 (apropos-property, apropos-function-button)
15116 (apropos-variable-button, apropos-misc-button): New faces.
15117 (apropos-symbol-face, apropos-keybinding-face)
15118 (apropos-label-face, apropos-property-face, apropos-match-face):
15119 Variables removed (Bug#8396).
15120 (apropos-library-button, apropos-format-plist, apropos-print)
15121 (apropos-print-doc, apropos-describe-plist): Callers changed.
15122
15123 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * net/xesam.el (xesam-mode-map): Use let-bound map in
15126 initialization. (Bug#11292)
15127
15128 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15129
15130 Preserve ispell session localwords when switching back to
15131 original buffer.
15132
15133 * textmodes/ispell.el (ispell-buffer-session-localwords):
15134 New buffer-local variable to hold buffer session localwords.
15135 (ispell-kill-ispell): Add option 'clear to delete session
15136 localwords.
15137 (ispell-command-loop, ispell-change-dictionary)
15138 (ispell-buffer-local-words): Preserve session localwords when
15139 needed.
15140
15141 * textmodes/flyspell.el (flyspell-process-localwords)
15142 (flyspell-do-correct): Preserve session localwords when needed.
15143
15144 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15145
15146 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15147 using obsolete `translation-table-for-input'.
15148 (ispell-word, ispell-process-line, ispell-complete-word):
15149 Use plain `insert' instead of removed `ispell-insert-word'.
15150
15151 2012-04-22 Chong Yidong <cyd@gnu.org>
15152
15153 * cus-edit.el (custom-variable-menu)
15154 (custom-variable-reset-saved, custom-face-menu)
15155 (custom-face-reset-saved): If there is no saved value, make the
15156 "reset-saved" operation bring back the default (Bug#9509).
15157 (custom-face-state): Properly detect themed faces.
15158
15159 * faces.el (face-spec-set): Stop supporting deprecated form of
15160 third arg.
15161
15162 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15163
15164 Move functions from C to Lisp. Make non-blocking method calls
15165 the default. Implement further D-Bus standard interfaces.
15166
15167 * net/dbus.el (dbus-message-internal): Declare function.
15168 Remove unneeded function declarations.
15169 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15170 (dbus-message-type-method-return, dbus-message-type-error)
15171 (dbus-message-type-signal): Declare variables. Remove local
15172 definitions.
15173 (dbus-interface-dbus, dbus-interface-peer)
15174 (dbus-interface-introspectable, dbus-interface-properties)
15175 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15176 Adapt docstring.
15177 (dbus-interface-objectmanager): New defconst.
15178 (dbus-call-method, dbus-call-method-asynchronously)
15179 (dbus-send-signal, dbus-method-return-internal)
15180 (dbus-method-error-internal, dbus-register-service)
15181 (dbus-register-signal, dbus-register-method): New defuns, moved
15182 from dbusbind.c
15183 (dbus-call-method-handler, dbus-setenv)
15184 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15185 New defuns.
15186 (dbus-call-method-non-blocking): Make it an obsolete function.
15187 (dbus-unregister-object, dbus-unregister-service)
15188 (dbus-handle-event, dbus-register-property)
15189 (dbus-property-handler): Obey the new structure of
15190 `bus-registered-objects'.
15191 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15192 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15193 Use `dbus-call-method'.
15194
15195 2012-04-22 Chong Yidong <cyd@gnu.org>
15196
15197 * cus-edit.el (custom-commands, custom-reset-menu)
15198 (Custom-reset-standard): Tweak labels.
15199 (custom-reset-button-menu): Change default to t.
15200 (custom-buffer-create-internal): For the custom-reset-button-menu
15201 case, put the revert button first.
15202 (custom-group-subtitle): New face.
15203 (custom-group-value-create): Align docstring to a specific column.
15204
15205 * wid-edit.el (widget-documentation-link-add): Don't handle
15206 indentation in this function.
15207 (widget-documentation-string-indent-to): New function.
15208 (widget-documentation-string-value-create): Use it.
15209
15210 * autorevert.el (auto-revert):
15211 * epg-config.el (epg):
15212 * ibuffer.el (ibuffer):
15213 * mpc.el (mpc):
15214 * ses.el (ses):
15215 * eshell/eshell.el (eshell):
15216 * net/ange-ftp.el (ange-ftp):
15217 * progmodes/ebnf2ps.el (postscript):
15218 * progmodes/flymake.el (flymake):
15219 * progmodes/prolog.el (prolog):
15220 * progmodes/verilog-mode.el (verilog-mode):
15221 * progmodes/which-func.el (which-func):
15222 * term/xterm.el (xterm):
15223 * textmodes/picture.el (picture):
15224 * textmodes/tildify.el (tildify):
15225 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15226 customization buffers.
15227
15228 2012-04-22 Alan Mackenzie <acm@muc.de>
15229
15230 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15231 Adding a ) can hide the resulting (..) from searches. Fix it.
15232 Bound the backward search to the position of the existing (.
15233
15234 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * progmodes/verilog-mode.el (verilog-mode): Check whether
15237 which-func-modes is t before adding verilog-mode.
15238 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15239
15240 2012-04-21 Leo Liu <sdl.web@gmail.com>
15241
15242 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15243
15244 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15245
15246 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15247 filling of the last column of a table (Bug#5635).
15248 (woman-find-next-control-line): New arg, specifying an additional
15249 regexp component for the control line.
15250 (woman2-roff-buffer): Use it.
15251 (woman-break-table): New function.
15252 (woman2-TS): Use it.
15253
15254 2012-04-21 Chong Yidong <cyd@gnu.org>
15255
15256 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15257 (woman-horizontal-escapes, woman-negative-vertical-space)
15258 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15259 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15260
15261 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15262
15263 * minibuffer.el (completion-file-name-table): Complete user names.
15264
15265 2012-04-20 Leo Liu <sdl.web@gmail.com>
15266
15267 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15268 and pcase-let*.
15269
15270 2012-04-20 Chong Yidong <cyd@gnu.org>
15271
15272 * server.el (server-execute): Respect initial-buffer-choice if it
15273 is a string and there are no files to open (Bug#2825).
15274 (server-create-window-system-frame, server-create-tty-frame):
15275 Don't switch buffers here.
15276 (server-process-filter): Only try to open a window system frame if
15277 compiled with graphical support (Bug#8314).
15278
15279 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15280
15281 * battery.el (battery-echo-area-format): Display remaining time
15282 for sysfs backend too (Bug#11269).
15283 (battery-linux-sysfs): Fix conditional for the charge.
15284
15285 2012-04-20 Chong Yidong <cyd@gnu.org>
15286
15287 * progmodes/gdb-mi.el (gdb): Revert previous change.
15288 (gdb-inferior-io--init-proc): New function.
15289 (gdb-init-1): Use it.
15290 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15291 responsible for allocating a new pty and hooking it to gdb when
15292 the old pty gets an EIO due to process exit.
15293 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15294 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15295 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15296
15297 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15298
15299 * window.el (window-min-size, window-sizable, window-min-delta)
15300 (window-max-delta, window--resizable, window-resizable)
15301 (window-total-size, window-full-height-p, window-full-width-p)
15302 (window-in-direction, window--resize-mini-window, window-resize)
15303 (window--resize-child-windows-normal)
15304 (window--resize-child-windows, window--resize-siblings)
15305 (window--resize-this-window, adjust-window-trailing-edge)
15306 (enlarge-window, shrink-window): Doc fixes.
15307
15308 2012-04-20 Chong Yidong <cyd@gnu.org>
15309
15310 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15311 New function to call delete-process on the gdb-inferior buffer's pty.
15312 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15313 pty process (Bug#11273).
15314 (gdb-update): New arg to suppress talking to the gdb process.
15315 (gdb-done-or-error): Use it.
15316 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15317 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15318 sentinel not being called.
15319
15320 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15321
15322 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15323
15324 2012-04-20 Glenn Morris <rgm@gnu.org>
15325
15326 * net/network-stream.el (open-network-stream): Doc fix.
15327
15328 2012-04-20 Chong Yidong <cyd@gnu.org>
15329
15330 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15331
15332 2012-04-20 Alan Mackenzie <acm@muc.de>
15333
15334 Ensure searching for keywords is case sensitive.
15335
15336 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15337 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15338 (c-defun-name, c-mark-function, c-cpp-define-name)
15339 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15340 (c-context-line-break): Bind case-fold-search to nil.
15341
15342 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15343 Bind case-fold-search to nil.
15344
15345 2012-04-20 Chong Yidong <cyd@gnu.org>
15346
15347 * mail/sendmail.el (mail-bury): Call return action with the right
15348 Rmail buffer (Bug#11242).
15349
15350 * server.el (server-process-filter): Handle corner case where both
15351 tty and nowait options are present (Bug#11102).
15352
15353 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15354
15355 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15356 (top level): Put into the executable the ident-style '$Id:' tag on
15357 windows-nt as well.
15358
15359 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * electric.el (electric-indent-post-self-insert-function): Check that
15362 electric-indent-mode is enabled in current buffer.
15363
15364 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15365
15366 * imenu.el (imenu-progress-message): Restore; it is "used" in
15367 erc/erc-imenu.el and net/snmp-mode.el.
15368
15369 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15370
15371 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15372 (mouse-avoidance-nudge-mouse): Remove unused binding.
15373
15374 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15375
15376 * descr-text.el (describe-char):
15377 * progmodes/python.el (python-describe-symbol):
15378 Don't call `toggle-read-only', set `buffer-read-only'.
15379
15380 * imenu.el (imenu-default-goto-function): Mark unused args.
15381 (imenu-progress-message): Remove obsolete macro; all callers changed.
15382
15383 * subr.el (keymap-canonicalize): Remove unused binding.
15384 (read-passwd): Mark unused arg.
15385
15386 * tutorial.el (tutorial--display-changes): Remove unused binding.
15387 (tutorial--save-tutorial-to): Remove unused variable.
15388
15389 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15390 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15391 (package-generate-autoloads, package-menu--generate)
15392 (package-menu--find-upgrades): Remove unused bindings.
15393
15394 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15395 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15396 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15397 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15398 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15399 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15400 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15401 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15402 (cua-delete-char-rectangle): Mark unused args.
15403 (cua-align-rectangle): Remove unused binding.
15404
15405 * mail/rmail.el (compilation--message->loc)
15406 (epa--find-coding-system-for-mime-charset): Declare.
15407
15408 * net/dbus.el (dbus-register-service): Declare.
15409 (dbus-name-owner-changed-handler): Remove unused binding.
15410
15411 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15412 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15413 (nxml-scan-backward-within): Mark unused arg.
15414 (nxml-dynamic-markup-word): Remove unused binding.
15415
15416 * mouse.el (mouse-menu-major-mode-map):
15417 * emacs-lisp/authors.el (authors-scan-change-log)
15418 (authors-add-to-author-list):
15419 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15420 * emacs-lisp/smie.el (smie-auto-fill):
15421 * mail/sendmail.el (mail-bury):
15422 * mail/unrmail.el (unrmail):
15423 * net/tls.el (open-tls-stream):
15424 * textmodes/picture.el (picture-mouse-set-point):
15425 Remove unused bindings.
15426
15427 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15428
15429 * net/tramp.el (tramp-action-password): Let-bind
15430 `enable-recursive-minibuffers' to t.
15431
15432 2012-04-18 Sam Steingold <sds@gnu.org>
15433
15434 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15435 instead of 'string to accommodate values like [f11].
15436 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15437 * progmodes/gdb-mi.el: Likewise.
15438
15439 2012-04-18 Leo Liu <sdl.web@gmail.com>
15440
15441 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15442 current buffer.
15443 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15444 LOCAL is nil.
15445
15446 2012-04-18 Chong Yidong <cyd@gnu.org>
15447
15448 * simple.el (line-move): Use forward-line if in batch mode
15449 (Bug#11053).
15450
15451 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15452
15453 * files.el (after-find-file): Do not try to add a final newline if
15454 the buffer is read-only (Bug#11156).
15455
15456 2012-04-17 Richard Stallman <rms@gnu.org>
15457
15458 * mail/rmail.el (rmail-start-mail):
15459 Pass (rmail-mail-return...) for the return-action.
15460 Pass (rmail-yank-current-message...) for the yank-action.
15461 (rmail-yank-current-message): New function.
15462 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15463 (rmail-reply): Likewise.
15464 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15465
15466 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15467 buffer, not the last. Reject temp buffers. Use the rmail-mode
15468 buffer, not newbuf.
15469
15470 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15471
15472 * server.el (server-ensure-safe-dir): Simplify.
15473
15474 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * emacs-lisp/smie.el: Provide smarter auto-filling.
15477 (smie-auto-fill): New function.
15478 (smie-setup): Use it.
15479
15480 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15481
15482 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15483
15484 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15485 (comment-indent): Use it.
15486
15487 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15488
15489 * ses.el: The overall change is to add cell renaming, that is
15490 setting fancy names for cell symbols other than name matching
15491 "\\`[A-Z]+[0-9]+\\'" regexp .
15492 (ses-localvars): Add ses--renamed-cell-symb-list.
15493 (ses-create-cell-variable): New defun.
15494 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15495 (ses-relocate-formula): Relocate formulas only for cells the
15496 symbols of which are not renamed, i.e. symbols whose names do not
15497 match regexp "\\`[A-Z]+[0-9]+\\'".
15498 (ses-relocate-all): Relocate values only for cells the symbols of
15499 which are not renamed.
15500 (ses-load): Create cells variables as the (ses-cell ...) are read,
15501 in order to check row col consistency with cell symbol name only
15502 for cells that are not renamed.
15503 (ses-replace-name-in-formula): New defun.
15504 (ses-rename-cell): New defun.
15505
15506 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15507
15508 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15509 New option (bug#11118).
15510 (perl-calculate-indent): Respect it.
15511
15512 2012-04-17 Glenn Morris <rgm@gnu.org>
15513
15514 * dired-aux.el (dired-mark-read-string): Doc fix.
15515
15516 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15517
15518 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15519 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15520
15521 2012-04-17 Glenn Morris <rgm@gnu.org>
15522
15523 * mouse.el (mouse-drag-track):
15524 * speedbar.el (speedbar-frame-mode):
15525 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15526
15527 2012-04-16 Leo Liu <sdl.web@gmail.com>
15528
15529 * progmodes/python.el: Trivial cleanup.
15530
15531 2012-04-16 Glenn Morris <rgm@gnu.org>
15532
15533 * vc/vc.el (vc-string-prefix-p):
15534 * vc/pcvs-util.el (cvs-string-prefix-p):
15535 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15536 * mpc.el (mpc-string-prefix-p):
15537 Make all of these into obsolete aliases for string-prefix-p.
15538 Update callers.
15539 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15540
15541 * textmodes/two-column.el: Move custom options to the start.
15542 (frame-width): Remove compat definition.
15543 (2C-associate-buffer, 2C-dissociate):
15544 Use with-current-buffer rather than save-excursion.
15545 (2C-dissociate): Force a mode-line update.
15546 (2C-autoscroll): Use ignore-errors.
15547
15548 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15549 Autoload trivia.
15550
15551 * emacs-lisp/cl-extra.el (*random-state*):
15552 Remove unnecessary declaration.
15553
15554 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15555
15556 * play/cookie1.el (cookie-snarf):
15557 Give an explicit error if input file cannot be read.
15558
15559 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15560
15561 * progmodes/perl-mode.el (c-macro-expand):
15562 Remove unnecessary autoload (it is in loaddefs.el).
15563
15564 * textmodes/picture.el (picture-desired-column)
15565 (picture-update-desired-column): Convert comments to doc-strings.
15566 (picture-substitute): Remove function.
15567 (picture-mode-map): Initialize in the defvar.
15568
15569 * woman.el: Remove eval-after-load for tar-mode.
15570 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15571 (woman-tar-extract-file): Autoload it.
15572
15573 * frame.el (automatic-hscrolling): Make this alias obsolete.
15574
15575 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15576
15577 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15578 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15579 (ispell-dictionary-base-alist): Revert to original XEmacs
15580 friendly version for default. [:alpha:] will be added in
15581 `ispell-set-spellchecker-params' if needed.
15582
15583 2012-04-16 Chong Yidong <cyd@gnu.org>
15584
15585 * image.el (imagemagick--file-regexp): New variable.
15586 (imagemagick-register-types): Use it.
15587 (imagemagick-types-inhibit): Add :set function. Allow new value
15588 of t to inhibit all types.
15589
15590 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15591 so we can preload it.
15592
15593 * loadup.el (fboundp): Preload regexp-opt, needed by
15594 imagemagick-register-types.
15595
15596 2012-04-15 Chong Yidong <cyd@gnu.org>
15597
15598 * frame.el (scrolling): Remove nearly unused customization group.
15599
15600 * scroll-all.el (scroll-all-mode): Move to windows group.
15601
15602 2012-04-15 Chong Yidong <cyd@gnu.org>
15603
15604 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15605
15606 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15607
15608 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15609 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15610
15611 2012-04-15 Glenn Morris <rgm@gnu.org>
15612
15613 * simple.el (process-file-side-effects): Doc fix.
15614
15615 2012-04-15 Glenn Morris <rgm@gnu.org>
15616
15617 * international/mule-cmds.el (set-language-environment): Doc fix.
15618
15619 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15620
15621 * server.el (server-auth-key, server-generate-key): Doc fixes.
15622 (server-get-auth-key): Doc fix. Use `string-match-p'.
15623 (server-start): Reflow docstring.
15624
15625 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15626
15627 * server.el (server-generate-key): `called-interactively-p'
15628 requires a parameter.
15629
15630 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15631
15632 * server.el (server-auth-key): New variable.
15633 (server-generate-key, server-get-auth-key): New function.
15634 (server-start): Use the new variable and functions to allow
15635 setting a permanent server key (bug#9423).
15636
15637 2012-04-14 Leo Liu <sdl.web@gmail.com>
15638
15639 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15640
15641 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15642
15643 Spelling fixes.
15644 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15645 Emacs uses American spelling.
15646
15647 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15648
15649 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15650 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15651 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15652 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15653
15654 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15655
15656 * progmodes/which-func.el (which-func-modes): Change default.
15657
15658 2012-04-14 Kim F. Storm <storm@cua.dk>
15659
15660 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15661 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15662
15663 2012-04-14 Chong Yidong <cyd@gnu.org>
15664
15665 * custom.el (custom-theme-set-variables): Doc fix.
15666
15667 2012-04-14 Glenn Morris <rgm@gnu.org>
15668
15669 * international/mule.el (set-auto-coding-for-load): Doc fix.
15670
15671 2012-04-14 Alan Mackenzie <acm@muc.de>
15672
15673 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15674 imenu work again for Objective C Mode. Correct the *-index values,
15675 these having been disturbed by a previous change in 2011-08.
15676
15677 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15678 Correct two search limits.
15679
15680 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15683
15684 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15685
15686 * international/characters.el: Fix sorting.
15687
15688 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15689
15690 * international/characters.el: Add more missing Latin case pairs.
15691
15692 2012-04-14 Glenn Morris <rgm@gnu.org>
15693
15694 * files.el (dir-locals-set-class-variables): Doc fix.
15695
15696 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15697
15698 * international/characters.el: Add set-case-syntax-pair call for
15699 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15700 counterpart. (Bug#11209)
15701
15702 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15703
15704 2012-04-14 Glenn Morris <rgm@gnu.org>
15705
15706 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15707
15708 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15709
15710 * textmodes/ispell.el (ispell-dictionary-base-alist):
15711 Add data for Hebrew.
15712
15713 2012-04-14 Chong Yidong <cyd@gnu.org>
15714
15715 * net/rcirc.el (rcirc-cmd-quit):
15716 Revert 2012-03-18 change (Bug#11192).
15717
15718 2012-04-14 Glenn Morris <rgm@gnu.org>
15719
15720 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15721
15722 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15723
15724 * minibuffer.el (completion-in-region-mode-map):
15725 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15726
15727 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15728
15729 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15730
15731 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15732
15733 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15734 to allow `C-M-f' and `C-M-b' to move to the nearest path
15735 separator (bug#9511).
15736
15737 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15738
15739 * avoid.el: Require cl when compiling. And also move the
15740 `provide' to the end.
15741
15742 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15743
15744 * avoid.el (mouse-avoidance-banish-position): New variable.
15745 (mouse-avoidance-banish-destination): Use it (bug#10165).
15746
15747 2012-04-13 Leo Liu <sdl.web@gmail.com>
15748
15749 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15750
15751 2012-04-13 Ken Brown <kbrown@cornell.edu>
15752
15753 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15754 this is no longer needed now that cygstart understands file:// URLs.
15755 (browse-url-filename-alist): For the same reason, don't modify
15756 file:// URLs on Cygwin.
15757
15758 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15759
15760 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15761 the region on shift if the binding is already shifted (bug#11221).
15762
15763 2012-04-12 Glenn Morris <rgm@gnu.org>
15764
15765 * mail/mailpost.el: Move to obsolete/.
15766
15767 2012-04-12 Drew Adams <drew.adams@oracle.com>
15768
15769 * imenu.el (imenu--generic-function): Ignore invisible definitions
15770 (bug#10123).
15771
15772 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15773
15774 * hexl.el (hexl-bits): New variable.
15775 (hexl-options): Mention the variable in the doc string.
15776 (hexl-rulerise, hexl-line-displen): New functions.
15777 (hexl-mode): Mention the new variable.
15778 (hexl-mode, hexl-current-address, hexl-current-address):
15779 Use the displen.
15780 (hexl-ascii-start-column): New function.
15781 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15782 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15783
15784 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15785
15786 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15787 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15788 the encoding, as expected by hunspell.
15789
15790 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * battery.el (battery--linux-sysfs-regexp): New const.
15793 (battery-status-function): Use it. Remove yeeloong special case.
15794 (battery-yeeloong-sysfs): Remove.
15795 (battery-echo-area-format): Remove yeeloong special case.
15796
15797 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15798
15799 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15800 Reported by Noah Friedman.
15801
15802 * subr.el (read-passwd): Use read-string.
15803
15804 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15805
15806 * vcursor.el (vcursor-move): Increase the priority of the overlay
15807 (bug#9663).
15808
15809 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15810
15811 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15812 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15813
15814 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15815
15816 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15817 define-minor-mode (bug#10760).
15818
15819 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15820
15821 * progmodes/grep.el (rgrep): Tweak the find command line so
15822 that directories matching `grep-find-ignored-files' won't be
15823 pruned (bug#10351).
15824
15825 2012-04-11 Chong Yidong <cyd@gnu.org>
15826
15827 * startup.el (command-line): Remove support for long-obsolete
15828 variable font-lock-face-attributes.
15829
15830 2012-04-11 Glenn Morris <rgm@gnu.org>
15831
15832 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15833
15834 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * window.el (window--state-get-1): Obey window-point-insertion-type.
15837
15838 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15839
15840 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15841 to previous function when point is on the first character of a
15842 function. Take care of that in `narrow-to-defun' (bug#6157).
15843
15844 2012-04-11 Glenn Morris <rgm@gnu.org>
15845
15846 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15847 not just file-errors.
15848
15849 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15850 (vc-bzr-sha1): Use internal sha1.
15851
15852 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15855
15856 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15857
15858 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15859 that start in the middle of the line (bug#10496).
15860
15861 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15862
15863 * battery.el (battery-linux-proc-acpi): Only one battery is
15864 discharged at a time, but that seems to confuse battery.el when
15865 computing `rate-type' for the battery not being discharged
15866 (bug#10332).
15867
15868 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15871
15872 * international/quail.el: Use dolist and simplify.
15873 (quail-define-package, quail-update-keyboard-layout)
15874 (quail-define-rules): Use dolist.
15875 (quail-insert-kbd-layout, quail-get-translation): CSE.
15876
15877 * tmm.el: Use dolist, remove left over hook.
15878 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15879 Use dolist.
15880 (calendar-load-hook): Don't mess with it.
15881
15882 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15883 Use derived-mode-p. Run the diff asynchronously.
15884
15885 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15886
15887 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15888
15889 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15890
15891 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15892 (list-dynamic-libraries--loaded): New function.
15893 (list-dynamic-libraries--refresh): Use it.
15894
15895 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15896
15897 * progmodes/python.el (python-fill-paragraph):
15898 Make python-fill-region in a multiline string work when font-lock is
15899 disabled (bug#7018).
15900
15901 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15902
15903 * language/european.el (cp775): Add oem/legacy (en)coding on
15904 DOS/MS Windows for the Baltic languages. There are still plenty
15905 of texts written in this encoding/codepage (bug#6519).
15906
15907 2012-04-10 Glenn Morris <rgm@gnu.org>
15908
15909 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15910 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15911
15912 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15913
15914 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15915 next-line "n" and previous-line "p" in order to make recentf more
15916 consistent with ibuffer, dired or org-mode (bug#9387).
15917
15918 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15919
15920 * image.el (put-image): Return the overlay created instead of the
15921 optional input string (bug#7834). Note that this may break code
15922 that is (for some reason or other) depending on `put-image'
15923 returning the string.
15924
15925 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15926
15927 * simple.el (zap-to-char): Allow zapping using input methods
15928 (bug#1580).
15929
15930 * textmodes/fill.el (fill-region): Leave point and mark where they
15931 were before filling (bug#5399).
15932
15933 2012-04-09 Glenn Morris <rgm@gnu.org>
15934
15935 * version.el (emacs-bzr-get-version):
15936 Handle lightweight checkouts of local branches.
15937
15938 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15939
15940 * international/characters.el: Recover lost case pairs. (Bug#11209)
15941
15942 2012-04-09 Chong Yidong <cyd@gnu.org>
15943
15944 * custom.el (custom-variable-p): Return nil for non-symbol
15945 arguments instead of signaling an error.
15946 (user-variable-p): Obsolete alias for custom-variable-p.
15947
15948 * apropos.el (apropos-variable):
15949 * files-x.el (read-file-local-variable):
15950 * simple.el (set-variable):
15951 * woman.el (woman-mini-help):
15952 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15953
15954 2012-04-09 Glenn Morris <rgm@gnu.org>
15955
15956 * startup.el (normal-top-level): Don't look for leim-list.el
15957 in places where it will not be found. (Bug#910)
15958
15959 * international/mule-cmds.el (set-default-coding-systems):
15960 * files.el (normal-mode):
15961 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15962 This function was removed with ucs-tables.el in 2008.
15963
15964 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15965
15966 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15967 ispell-encoding8-command to "-i", without a trailing space.
15968 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15969 separate command-line arguments, to specify the encoding, since
15970 that's how hunspell expects it.
15971
15972 2012-04-08 Glenn Morris <rgm@gnu.org>
15973
15974 * loadup.el: Load bindings before cus-start.
15975 This reduces somewhat the number of "rogue" settings in emacs -Q.
15976
15977 2012-04-07 Glenn Morris <rgm@gnu.org>
15978
15979 * version.el (emacs-bzr-get-version): New function.
15980 (emacs-bzr-version): New variable.
15981 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15982 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15983
15984 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15985
15986 * international/uni-bidi.el, international/uni-category.el:
15987 * international/uni-combining.el, international/uni-decimal.el:
15988 * international/uni-decomposition.el, international/uni-digit.el:
15989 * international/uni-lowercase.el, international/uni-mirrored.el:
15990 * international/uni-name.el, international/uni-numeric.el:
15991 * international/uni-titlecase.el, international/uni-uppercase.el:
15992 Update for Unicode 6.1.
15993
15994 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15995
15996 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15997
15998 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15999
16000 * window.el (shrink-window): Mention the `window-min-height'
16001 variable in the doc string.
16002
16003 2012-04-05 Bastien Guerry <bzg@altern.org>
16004
16005 * color.el (color-lighten-name): Fix typo.
16006
16007 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * server.el (server--on-display-p): New function.
16010 (server--on-display-p): Use it.
16011
16012 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16013
16014 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16015 (bug#11145).
16016
16017 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * comint.el (comint--common-quoted-suffix): Check string boundary
16020 before comparing (bug#11158).
16021 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16022
16023 2012-04-04 Chong Yidong <cyd@gnu.org>
16024
16025 * minibuffer.el (completion-extra-properties): Doc fix.
16026
16027 * subr.el (delayed-warnings-hook): Doc fix.
16028
16029 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16030
16031 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16032 selection (Bug#11159).
16033 (epa-insert-keys): Inform that the default public key will be
16034 exported if no key is selected.
16035
16036 2012-04-04 Richard Stallman <rms@gnu.org>
16037
16038 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16039
16040 2012-04-03 Chong Yidong <cyd@gnu.org>
16041
16042 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16043 mail-insert-file, not its obsolete alias mail-attach-file.
16044
16045 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16046
16047 * notifications.el (notifications-notify): Fix docstring.
16048
16049 2012-04-02 Glenn Morris <rgm@gnu.org>
16050
16051 * emacs-lisp/authors.el (authors-aliases): Another addition.
16052
16053 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16054
16055 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16056 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16057 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16058
16059 2012-04-01 Chong Yidong <cyd@gnu.org>
16060
16061 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16062 Handle root directory properly.
16063 (copy-directory): Caller changed.
16064
16065 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16066 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16067
16068 2012-03-31 Glenn Morris <rgm@gnu.org>
16069
16070 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16071
16072 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16073
16074 * calendar/calendar.el (calendar-window-list)
16075 (calendar-hide-window): Restore. (Bug#11140)
16076 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16077
16078 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16079
16080 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16081
16082 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16083 Check if file is a symlink (Bug#10489).
16084
16085 * files.el (copy-directory): Likewise.
16086
16087 2012-03-30 Chong Yidong <cyd@gnu.org>
16088
16089 * image.el (imagemagick-types-inhibit)
16090 (imagemagick-register-types): Doc fix.
16091
16092 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16093
16094 * textmodes/ispell.el (ispell-get-extended-character-mode):
16095 Disable extended-char-mode for hunspell. hunspell does not support it
16096 and treats ~word as ordinary words in pipe mode.
16097
16098 2012-03-30 Glenn Morris <rgm@gnu.org>
16099
16100 * tutorial.el (help-with-tutorial): Ensure local variables don't
16101 happen to make the buffer read-only. (Bug#11127)
16102
16103 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16104
16105 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16106 (perl-calculate-indent): Return `noindent' in strings.
16107
16108 2012-03-28 Sam Steingold <sds@gnu.org>
16109
16110 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16111 instead of the broken adhockery which does not prevent calendar
16112 buffers from being displayed at random after exit.
16113 (calendar-window-list, calendar-hide-window): Remove the broken
16114 adhockery.
16115
16116 2012-03-28 Glenn Morris <rgm@gnu.org>
16117
16118 * replace.el (query-replace-map): Doc fix.
16119
16120 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16121
16122 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16123 contents. (Bug#11109)
16124
16125 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16128 (bug#11077).
16129 (avl-tree--check, avl-tree--check-node): New funs.
16130
16131 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16132
16133 * window.el (switch-to-visible-buffer): New option.
16134 (switch-to-prev-buffer, switch-to-next-buffer):
16135 Observe switch-to-visible-buffer. Make sure that checking for a window
16136 showing a buffer already is done on the same frame.
16137
16138 2012-03-27 Glenn Morris <rgm@gnu.org>
16139
16140 * startup.el (mail-host-address): Doc fix.
16141
16142 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16143
16144 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16145 than 197 variables.
16146
16147 2012-03-26 Ami Fischman <ami@fischman.org>
16148
16149 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16150
16151 2012-03-26 Glenn Morris <rgm@gnu.org>
16152
16153 * files.el (save-buffers-kill-emacs): Doc fix.
16154
16155 * startup.el (normal-top-level, command-line, command-line-1):
16156 Give them doc strings.
16157
16158 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16159
16160 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16161 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16162
16163 2012-03-25 Chong Yidong <cyd@gnu.org>
16164
16165 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16166 theme if it was previously enabled before (Bug#11031).
16167
16168 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16169 spec with custom-face-get-current-spec if its :shown-value is not
16170 determined yet (Bug#9337).
16171 (customize-create-theme, custom-theme-revert): Doc fixes.
16172
16173 * button.el (button-at): Minor addition to docstring.
16174
16175 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16176
16177 * vc/vc.el (vc-merge): Fix a prompt.
16178
16179 2012-03-24 Chong Yidong <cyd@gnu.org>
16180
16181 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16182 point (Bug#9623).
16183
16184 * button.el (button-at): Minor addition to docstring.
16185
16186 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16187
16188 * newcomment.el (comment-choose-indent): No space after BOL.
16189
16190 2012-03-22 Sam Steingold <sds@gnu.org>
16191
16192 * window.el (switch-to-prev-buffer): Revert last patch because the
16193 bug turned out to be an advertised feature (Elisp manual 28.14).
16194
16195 2012-03-22 Glenn Morris <rgm@gnu.org>
16196
16197 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16198 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16199
16200 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16201
16202 * net/network-stream.el (network-stream-open-starttls): Make error
16203 message under Windows be less misleading.
16204
16205 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16206
16207 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16208 understands (bug#9942).
16209
16210 2012-03-22 Chong Yidong <cyd@gnu.org>
16211
16212 * simple.el (end-of-visible-line): Handle return value of
16213 next-single-property-change properly (Bug#9371).
16214
16215 2012-03-22 Kenichi Handa <handa@m17n.org>
16216
16217 * international/quail.el (quail-insert-kbd-layout): Fix previous
16218 change. To avoid unwanted bidi reordering, use
16219 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16220
16221 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16222
16223 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16224 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16225 (ruby-beginning-of-indent): Be more careful with the difference
16226 between word-boundary and symbol boundary.
16227 (ruby-mode-syntax-table): Make : a symbol constituent.
16228
16229 2012-03-21 Andreas Politz <politza@fh-trier.de>
16230
16231 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16232
16233 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * progmodes/etags.el (tags-completion-at-point-function):
16236 Improve last fix.
16237
16238 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16239
16240 2012-03-21 Sam Steingold <sds@gnu.org>
16241
16242 * progmodes/etags.el (tags-completion-at-point-function):
16243 Avoid the error when point is inside the pattern.
16244
16245 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16246
16247 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16248 line (Bug#10855).
16249
16250 2012-03-21 Drew Adams <drew.adams@oracle.com>
16251
16252 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16253
16254 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16255
16256 * ido.el (ido-set-current-directory, ido-read-internal)
16257 (ido-choose-completion-string, ido-completion-help): Handle nil
16258 value of ido-completion-buffer (Bug#11008).
16259
16260 2012-03-21 Sam Steingold <sds@gnu.org>
16261
16262 * window.el (switch-to-prev-buffer): Do not switch to a visible
16263 window previous buffer, just like with the frame previous buffers.
16264
16265 2012-03-21 Chong Yidong <cyd@gnu.org>
16266
16267 * faces.el (make-face, make-empty-face, copy-face):
16268 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16269 Doc fixes.
16270
16271 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16274 (widget-complete): Remove broken use of it.
16275
16276 2012-03-20 Chong Yidong <cyd@gnu.org>
16277
16278 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16279 Use string-width and truncate-string-width to handle arbitrary
16280 characters.
16281
16282 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16283
16284 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16285 to draw rectangles, not squares. (Regression introduced by revno
16286 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16287
16288 2012-03-18 Chong Yidong <cyd@gnu.org>
16289
16290 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16291 it is not yet defined (for temacs).
16292
16293 2012-03-18 Leo Liu <sdl.web@gmail.com>
16294
16295 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16296 prefix.
16297
16298 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16299
16300 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16301 (ispell-choices-win-default-height, ispell-silently-savep)
16302 (ispell-dictionary-alist, ispell-encoding8-command)
16303 (ispell-check-version, ispell-aspell-find-dictionary)
16304 (ispell-valid-dictionary-list, ispell-words-keyword)
16305 (ispell-get-word, ispell-internal-change-dictionary)
16306 (ispell-region, ispell-skip-region-list)
16307 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16308 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16309 (ispell-message-text-end, ispell-message)
16310 (ispell-buffer-local-parsing): Doc fix.
16311
16312 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16313
16314 * htmlfontify.el: Add support for code block fontification for ODT
16315 export (Bug #9914).
16316 (hfy-optimisations): Define new option
16317 `body-text-only'
16318 (hfy-fontify-buffer): Honor above setting.
16319 (hfy-begin-span, hfy-end-span): New routines factored out form
16320 `hfy-fontify-buffer'.
16321 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16322 that permit insertion of custom tags.
16323 (hfy-fontify-buffer): Use above handlers.
16324 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16325 (hfy-face-to-css): Re-defined to be a variable.
16326 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16327 over multiple runs. This is made possible by having the caller let
16328 bind a special variable `hfy-user-sheet-assoc'.
16329 (htmlfontify-string): New defun.
16330 (hfy-compile-face-map): Make sure that the last char in the
16331 buffer is correctly fontified.
16332 (hfy-face-resolve-face): Whitespace only change.
16333
16334 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16335
16336 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16337 message more clear.
16338
16339 2012-03-16 Leo Liu <sdl.web@gmail.com>
16340
16341 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16342
16343 2012-03-16 Alan Mackenzie <acm@muc.de>
16344
16345 Further optimize the handling of large macros.
16346
16347 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16348 limit to a call of `c-literal-limits'.
16349 (c-determine-+ve-limit): New function.
16350 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16351 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16352 In CASE 5B, restrict a search limit to 500.
16353 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16354
16355 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16356 Restrict macro bounds to +-500 from after-change's BEG END.
16357
16358 2012-03-16 Leo Liu <sdl.web@gmail.com>
16359
16360 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16361
16362 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16363
16364 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16365 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16366
16367 2012-03-16 Glenn Morris <rgm@gnu.org>
16368
16369 * view.el (view-buffer, view-buffer-other-window)
16370 (view-buffer-other-frame): Doc fixes re special mode-class.
16371
16372 * subr.el (eval-after-load): If named feature is provided not from
16373 a file, run after-load forms. (Bug#10946)
16374
16375 * calendar/calendar.el (calendar-insert-at-column):
16376 Handle non-unit-width characters a bit better. (Bug#10978)
16377
16378 2012-03-15 Chong Yidong <cyd@gnu.org>
16379
16380 * emacs-lisp/ring.el (ring-extend): New function.
16381 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16382
16383 * comint.el (comint-read-input-ring)
16384 (comint-add-to-input-history): Grow comint-input-ring lazily.
16385
16386 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16387
16388 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16389 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16390
16391 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16392 (imenu-add-to-menubar): Don't add a redundant index.
16393 (imenu-update-menubar): Handle a dynamically composed keymap.
16394
16395 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16396
16397 * mail/sendmail.el (mail-encode-header):
16398 Bind rfc2047-encode-encoded-words to nil.
16399
16400 2012-03-13 Glenn Morris <rgm@gnu.org>
16401
16402 * calendar/calendar.el (calendar-string-spread):
16403 Handle non-unit-width characters a bit better. (Bug#10978)
16404
16405 2012-03-13 Leo Liu <sdl.web@gmail.com>
16406
16407 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16408 directory and file as argument (Bug#10822).
16409
16410 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16411
16412 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16413 For dynamically generated code, follow $PC.
16414 (gdb-disassembly-handler-custom): Handle no function name case.
16415
16416 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16417
16418 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16419 * emulation/ws-mode.el (ws-query-replace):
16420 * sort.el (sort-regexp-fields):
16421 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16422
16423 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * dabbrev.el: Fix cycle completion order (bug#10963).
16426 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16427 (dabbrev-completion): Don't use an obarray; provide
16428 a cycle-sort-function.
16429
16430 2012-03-12 Leo Liu <sdl.web@gmail.com>
16431
16432 * simple.el (kill-new): Use equal-including-properties for comparison.
16433 (kill-do-not-save-duplicates): Doc fix.
16434
16435 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16436
16437 * dabbrev.el: Fix cycle completion (bug#10963).
16438 Use lexical binding and wrap to 80 columns.
16439 (dabbrev-completion): Delay computing the list of completions.
16440
16441 2012-03-12 Kenichi Handa <handa@m17n.org>
16442
16443 * international/quail.el (quail-insert-kbd-layout): Surround each
16444 row by LRO and PDF instead of inserting many LRMs. Pad the left
16445 and right of each non-spacing marks. Insert invisible space
16446 between lower and upper characters to prevent composition.
16447
16448 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * minibuffer.el (minibuffer-complete): Don't get confused when the
16451 function is run twice via different commands (bug#10958).
16452 (complete-with-action): Fix docstring.
16453
16454 2012-03-12 Chong Yidong <cyd@gnu.org>
16455
16456 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16457 (nxml-completion-at-point-function): New function.
16458 (nxml-mode): Use it.
16459 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16460
16461 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16462 Load generated autoloads file before byte compiling (Bug#10970).
16463 (package--make-autoloads-and-compile): New helper fun.
16464
16465 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16466
16467 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16468
16469 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16470
16471 * autorevert.el (auto-revert-handler): Ensure, that
16472 file-readable-p is applied only for local files or in
16473 auto-revert-tail-mode.
16474
16475 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16476
16477 * server.el (server-eval-at): Handle non-tcp connections.
16478 Decode result string.
16479
16480 * server.el (server-msg-size): New constant.
16481 (server-reply-print): New function.
16482 (server-eval-and-print): Use it.
16483 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16484 Handle -print-nonl.
16485
16486 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16487
16488 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16489 (Bug#10987).
16490
16491 2012-03-11 Chong Yidong <cyd@gnu.org>
16492
16493 * simple.el (goto-line): Doc fix (Bug#9938).
16494
16495 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16496
16497 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16498 when finished (Bug#10963).
16499
16500 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16501
16502 * window.el (split-window-below): Fix bug in case where
16503 split-window-keep-point is nil (Bug#10971).
16504
16505 2012-03-11 Juri Linkov <juri@jurta.org>
16506
16507 * replace.el (replace-highlight): Set isearch-word to nil
16508 unconditionally. (Bug#10887)
16509
16510 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16511
16512 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16513 mairix-replace-illegal-chars; all callers changed. Don't remove
16514 ^, ~, and = characters: they are meaningful in mairix search specs.
16515 (mairix-widget-create-query): Add usage information about mairix
16516 search forms: negating words, searching for substrings, etc.
16517
16518 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16519
16520 * international/fontset.el (font-encoding-alist): Add an entry for
16521 ksx1001 (Bug#5667).
16522
16523 2012-03-10 Richard Stallman <rms@gnu.org>
16524
16525 * mail/sendmail.el (mail-encode-header):
16526 Set rfc2047-encode-encoded-words.
16527
16528 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16529
16530 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16531 view buffer means not swapped.
16532 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16533 (rmail-write-region-annotate): Error if real text has disappeared.
16534
16535 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16536
16537 2012-03-10 Chong Yidong <cyd@gnu.org>
16538
16539 * emulation/cua-rect.el (cua--init-rectangles):
16540 * emulation/cua-base.el (cua--init-keymaps):
16541 Add delete-forward-char to remappings (Bug#9666).
16542
16543 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16544
16545 * speedbar.el (speedbar-unhighlight-one-tag-line):
16546 Avoid unhighlighting due to frame switching (Bug#10275).
16547
16548 2012-03-10 Chong Yidong <cyd@gnu.org>
16549
16550 * minibuffer.el (completion-in-region, completion-help-at-point):
16551 Give the completion field overlay a high priority (Bug#6830).
16552
16553 * dired.el (dired-goto-file): Recognize absolute file name
16554 listings (Bug#7126).
16555 (dired-goto-file-1): New helper function.
16556 (dired-toggle-read-only): Inhibit warnings.
16557
16558 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16559
16560 * net/dbus.el (dbus-property-handler): Return empty array if
16561 there are no properties.
16562
16563 2012-03-09 Leo Liu <sdl.web@gmail.com>
16564
16565 * savehist.el (savehist-printable): Stricter check for string
16566 value (Bug#10937).
16567
16568 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16569
16570 * mail/smtpmail.el (smtpmail-send-it):
16571 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16572 valid mbox format.
16573
16574 2012-03-09 Glenn Morris <rgm@gnu.org>
16575
16576 * files.el (dir-locals-find-file):
16577 Don't check result is regular, readable.
16578 (dir-locals-read-from-file): Demote errors.
16579
16580 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16581
16582 * international/quail.el (quail-insert-kbd-layout):
16583 Insert invisible LRM characters before each character in a keyboard
16584 layout cell, to prevent their reordering by bidi display engine.
16585 For details, see the discussion in
16586 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16587
16588 2012-03-08 Alan Mackenzie <acm@muc.de>
16589
16590 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16591 the starting position; make it extend the marked region when
16592 invoked repeatedly - all under appropriate circumstances.
16593 Fixes bugs #5525, #10906.
16594
16595 2012-03-08 Glenn Morris <rgm@gnu.org>
16596
16597 * files.el (locate-dominating-file, dir-locals-find-file):
16598 Undo 2012-03-06 change.
16599
16600 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16601
16602 * international/quail.el (quail-help):
16603 Force bidi-paragraph-direction be left-to-right. See discussion in
16604 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16605 for the reason.
16606
16607 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16608
16609 Avoid superfluous registering of signals. (Bug#10807)
16610
16611 * notifications.el (notifications-on-action-object)
16612 (notifications-on-close-object): New defvars.
16613 (notifications-on-action-signal, notifications-on-closed-signal):
16614 Unregister the signal if not needed any longer.
16615 (notifications-notify): Register `notifications-action-signal' or
16616 `notifications-closed-signal', if :on-action or :on-close has been
16617 passed as argument.
16618
16619 2012-03-07 Chong Yidong <cyd@gnu.org>
16620
16621 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16622 non-X platforms.
16623
16624 2012-03-06 Glenn Morris <rgm@gnu.org>
16625
16626 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16627 (x-disown-selection-internal, x-get-selection-internal):
16628 Doc fix (add arglist signatures). (Bug#10783)
16629
16630 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16631
16632 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16633 Handle breakpoints with no "type".
16634
16635 2012-03-06 Glenn Morris <rgm@gnu.org>
16636
16637 * files.el (locate-dominating-file): Add optional predicate argument.
16638 (dir-locals-find-file): Make use of above change.
16639
16640 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16641
16642 * info.el (Info-insert-dir): Also try "dir.gz".
16643
16644 2012-03-06 Glenn Morris <rgm@gnu.org>
16645
16646 * files.el (dir-locals-find-file):
16647 Ignore non-readable or non-regular files. (Bug#10928)
16648
16649 * files.el (locate-dominating-file): Doc fix.
16650
16651 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16652
16653 * calendar/calendar.el (calendar-set-mode-line):
16654 `getenv' returns a string. (Bug#10951)
16655
16656 2012-03-05 Leo Liu <sdl.web@gmail.com>
16657
16658 * simple.el (backward-delete-char-untabify): Constrain point to
16659 field (Bug#10939).
16660
16661 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16662
16663 2012-03-05 Chong Yidong <cyd@gnu.org>
16664
16665 * simple.el (count-words): If called from Lisp, return the word
16666 count, for symmetry with `count-lines'. Arglist changed.
16667 (count-words--message): Args changed. Consolidate counting code
16668 from count-words and count-words-region.
16669 (count-words-region): Caller changed.
16670 (count-lines-region): Make it an obsolete alias.
16671
16672 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16673
16674 * saveplace.el (save-place-to-alist)
16675 (save-place-ignore-files-regexp): Allow value nil to disable this
16676 feature.
16677
16678 2012-03-04 Chong Yidong <cyd@gnu.org>
16679
16680 * faces.el (face-spec-reset-face): For the default face, reset the
16681 attributes to default values (Bug#10748).
16682
16683 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16684
16685 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16686 previous patch: Check `message-send-mail-function', and not the
16687 default function (bug#10897).
16688
16689 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16690
16691 * notifications.el (notifications-on-action-signal)
16692 (notifications-on-closed-signal): Check for unique service name of
16693 incoming event. Fix error in removing entry.
16694 (top): Register for signals with wildcard service name.
16695 (notifications-notify): Use daemon unique service name for map entries.
16696
16697 2012-03-04 Chong Yidong <cyd@gnu.org>
16698
16699 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16700
16701 2012-03-04 Glenn Morris <rgm@gnu.org>
16702
16703 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16704 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16705 (expand-abbrev, define-abbrev-table): Doc fixes.
16706
16707 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16708
16709 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16710 `message-default-send-mail-function' and not `send-mail-function'
16711 when doing the prompting for `sendmail-query-once' before sending
16712 in Message buffers (bug#10897).
16713
16714 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16715 This is inconsistent with all the other stream functions, which leave
16716 the setting up to the higher levels (if so wanted) (bug#10931).
16717
16718 2012-03-02 Alan Mackenzie <acm@muc.de>
16719
16720 Depessimize the handling of very large macros.
16721
16722 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16723 (c-macro-cache-syntactic): New variables to implement a one
16724 element macro cache.
16725 (c-invalidate-macro-cache): New function.
16726 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16727 Adapt to use the new cache.
16728 (c-state-safe-place): Use better the cache of safe positions.
16729 (c-state-semi-nonlit-pos-cache)
16730 (c-state-semi-nonlit-pos-cache-limit):
16731 New variables for...
16732 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16733 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16734 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16735 Use c-state-semi-safe-place.
16736
16737 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16738 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16739
16740 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16741
16742 * jka-compr.el (jka-compr-call-process):
16743 Apply `file-accessible-directory-p' only when the default directory is
16744 not remote.
16745
16746 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16747
16748 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16749 access of FILE2, if FILE1 does not exist.
16750
16751 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16752 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16753
16754 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16755 Add "PAGER=" to `process-environment'.
16756
16757 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16758
16759 * progmodes/sql.el: Bug fix
16760 (sql-get-login-ext): Save login values in globals.
16761 (sql-get-login): Use new version of `sql-get-login-ext'.
16762 (sql-interactive-mode): Set global `sql-connection' to nil.
16763 (sql-connect): Set global values for connection.
16764 (sql-product-interactive): Save global values as buffer local.
16765
16766 2012-02-29 Leo Liu <sdl.web@gmail.com>
16767
16768 * abbrev.el (define-abbrevs): Reset sys to nil.
16769
16770 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16771
16772 * files.el (file-equal-p): Rename from `files-equal-p'.
16773 Return nil when one or both files don't exist.
16774 (file-subdir-of-p): Now only top directory must exists,
16775 return nil if it doesn't.
16776 (copy-directory): No need to test with `file-subdir-of-p' after
16777 creating dir.
16778 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16779 to `file-equal-p'.
16780
16781 2012-02-28 Glenn Morris <rgm@gnu.org>
16782
16783 * shell.el (shell-mode):
16784 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16785 * play/landmark.el (landmark-font-lock-face-O):
16786 * play/handwrite.el (handwrite):
16787 * play/gomoku.el (gomoku-O):
16788 * net/browse-url.el (browse-url-browser-display):
16789 * international/mule.el (define-charset):
16790 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16791 * filesets.el (filesets-find-file-delay):
16792 * eshell/em-xtra.el (eshell-xtra):
16793 * eshell/em-unix.el (eshell-grep):
16794 * emulation/viper.el (viper-mode):
16795 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16796 * emacs-lisp/easymenu.el (easy-menu-define):
16797 * calendar/timeclock.el (timeclock-use-display-time):
16798 * bs.el (bs-mode):
16799 * bookmark.el (bookmark-save-flag):
16800 Doc fix (standardize possessive apostrophe usage).
16801
16802 2012-02-27 Chong Yidong <cyd@gnu.org>
16803
16804 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16805 Fix key-binding lookup for ESC key (Bug#9146).
16806
16807 * font-lock.el (font-lock-specified-p): Rename from
16808 font-lock-spec-present. Callers changed.
16809
16810 2012-02-27 Daniel Hackney <dan@haxney.org>
16811
16812 * emacs-lisp/package.el (package-compute-transaction):
16813 Handle holding a package version to t in package-load-list.
16814
16815 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16816
16817 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16818 (tramp-get-inode, tramp-get-device): Use cached values.
16819
16820 2012-02-26 Alan Mackenzie <acm@muc.de>
16821
16822 Check there is a font-lock specification before doing initial
16823 fontification.
16824
16825 * font-core.el (font-lock-mode): Move the conditional from
16826 :after-hook to font-lock-initial-fontify.
16827 (font-lock-default-function): Move the check for a specification
16828 to font-lock-spec-present.
16829
16830 * font-lock.el (font-lock-initial-fontify): Call ...
16831 (font-lock-spec-present): New function.
16832
16833 2012-02-26 Jim Blandy <jimb@red-bean.com>
16834
16835 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16836 (gdb-send): Apply it to the operand of the '-interpreter-exec
16837 console' command, so that we can pass arguments with (say) quotes
16838 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16839
16840 2012-02-26 Chong Yidong <cyd@gnu.org>
16841
16842 * help-fns.el (describe-function-1): Clarify description of
16843 remapping (Bug#10844).
16844
16845 * files.el (files-equal-p): Doc fix.
16846 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16847 and quit the loop once a mismatch is found.
16848
16849 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16850
16851 * bs.el (bs--show-with-configuration): Don't throw an error
16852 if the window cannot be split; otherwise, subsequent calls to
16853 bs-show fail, restoring a stale window config. (Bug#10882)
16854
16855 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16856
16857 * term/ns-win.el (global-map): Bind ns-drag-file to
16858 ns-find-file (Bug#5855, Bug#10050).
16859
16860 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16861
16862 * calendar/parse-time.el (parse-time-string): Allow extractor to
16863 return nil.
16864
16865 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16866
16867 * net/tramp.el (tramp-file-name-for-operation):
16868 Add `files-equal-p' and `file-subdir-of-p'.
16869
16870 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16871 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16872 Add COPY-CONTENTS argument.
16873
16874 2012-02-25 Chong Yidong <cyd@gnu.org>
16875
16876 Add custom groups for VC backends, for consistency with vc-bzr.
16877
16878 * vc/vc-arch.el (vc-arch):
16879 * vc/vc-cvs.el (vc-cvs):
16880 * vc/vc-git.el (vc-git):
16881 * vc/vc-hg.el (vc-hg):
16882 * vc/vc-mtn.el (vc-mtn):
16883 * vc/vc-rcs.el (vc-rcs):
16884 * vc/vc-sccs.el (vc-sccs):
16885 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16886 All relevant defcustoms reassigned.
16887
16888 2012-02-25 Chong Yidong <cyd@gnu.org>
16889
16890 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16891
16892 * term/x-win.el (x-initialize-window-system): Reduce default for
16893 x-selection-timeout to 5 seconds (Bug#8869).
16894
16895 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16896
16897 * files.el (files-equal-p, file-subdir-of-p): New functions.
16898 (copy-directory): Error when trying to copy a directory on itself.
16899 Add missing copy-contents arg to tramp handler.
16900 * dired-aux.el (dired-copy-file-recursive): Same.
16901 (dired-create-files): Modify destination when source is equal to
16902 dest when copying files.
16903 Return also when dest is a subdir of source. (Bug#10489)
16904
16905 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16906
16907 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16908 (Bug#10874)
16909
16910 2012-02-23 Alan Mackenzie <acm@muc.de>
16911
16912 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16913 parameter "after-hook:" to allow the expansion to run code after
16914 the execution of the mode hooks.
16915
16916 * font-lock.el (font-lock-initial-fontify): New function extracted
16917 from font-lock-mode-internal.
16918
16919 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16920 :after-hook.
16921
16922 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16923
16924 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16925 (completion--cache-all-sorted-completions): New function.
16926 (completion-all-sorted-completions): Use it.
16927 (completion--do-completion, minibuffer-force-complete):
16928 Use it to re-instate the flush hook.
16929
16930 * icomplete.el (icomplete-completions): Replace last fix with a better
16931 one (bug#10850).
16932
16933 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16934
16935 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16936 when it might call us back infinitely (bug#10797).
16937
16938 2012-02-23 Glenn Morris <rgm@gnu.org>
16939
16940 * minibuffer.el (completion-category-overrides): Doc fix.
16941
16942 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16945 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16946
16947 2012-02-23 Glenn Morris <rgm@gnu.org>
16948
16949 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16950 (authors-obsolete-files-regexps, authors-ignored-files)
16951 (authors-ambiguous-files, authors-renamed-files-alist):
16952 Add more entries.
16953
16954 2012-02-23 Juri Linkov <juri@jurta.org>
16955
16956 * isearch.el (isearch-occur): Sync interactive spec with occur's
16957 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16958
16959 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16960
16961 2012-02-22 Juri Linkov <juri@jurta.org>
16962
16963 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16964 (ucs-insert): Doc fix. Check for hex digits in the string.
16965 Don't display `nil' in the error message. (Bug#10857)
16966
16967 2012-02-22 Alan Mackenzie <acm@muc.de>
16968
16969 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16970
16971 2012-02-22 Glenn Morris <rgm@gnu.org>
16972
16973 * ffap.el (ffap-c-path):
16974 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16975
16976 2012-02-22 Chong Yidong <cyd@gnu.org>
16977
16978 * custom.el (load-theme): Doc fix.
16979
16980 2012-02-22 Glenn Morris <rgm@gnu.org>
16981
16982 * dired-x.el (dired-guess-shell-alist-default):
16983 Remove escape sequences from nroff output. (Bug#172)
16984
16985 2012-02-21 Glenn Morris <rgm@gnu.org>
16986
16987 * vc/emerge.el (emerge-defvar-local):
16988 Set `permanent-local' property rather than unused `preserved'.
16989
16990 * textmodes/picture.el (picture-delete-char): New alias.
16991 (picture-mode-map): Use it. (Bug#10860)
16992 (picture-mode): Doc fix.
16993
16994 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16995
16996 * newcomment.el (uncomment-region-default): Remove unused binding.
16997
16998 2012-02-21 Glenn Morris <rgm@gnu.org>
16999
17000 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17001 (picture-self-insert, picture-tab-chars): Doc fix.
17002 (picture-mode-map): Fix C-a, C-e.
17003
17004 2012-02-20 Glenn Morris <rgm@gnu.org>
17005
17006 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17007
17008 2012-02-20 Leo Liu <sdl.web@gmail.com>
17009
17010 * icomplete.el (icomplete-completions): Check FROM arg before
17011 passing to substring (Bug#10850).
17012
17013 2012-02-19 Chong Yidong <cyd@gnu.org>
17014
17015 * comint.el: Require ansi-color.
17016 (comint-output-filter-functions): Add ansi-color-process-output.
17017
17018 * ansi-color.el: Don't set comint-output-filter-functions; it is
17019 now in the initial value defined in comint.el.
17020 (ansi-color-apply-face-function): New variable.
17021 (ansi-color-apply-on-region): Use it.
17022 (ansi-color-apply-overlay-face): New function.
17023
17024 * shell.el (shell): No need to require ansi-color.
17025 (shell-mode): Use ansi-color-apply-face-function to highlight
17026 color escapes using font-lock-face property (Bug#10835).
17027
17028 2012-02-19 Chong Yidong <cyd@gnu.org>
17029
17030 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17031 mode-line formats (Bug#10839).
17032
17033 2012-02-18 Glenn Morris <rgm@gnu.org>
17034
17035 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17036
17037 * mail/undigest.el (unforward-rmail-message): Doc fix.
17038
17039 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17040
17041 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17042
17043 * international/characters.el (script-list): Sync with the latest
17044 Unicode Character Database.
17045
17046 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17047
17048 * international/titdic-cnv.el: Remove duplicate coding tag.
17049 * language/cham.el: Likewise.
17050 * language/tai-viet.el: Likewise.
17051
17052 2012-02-18 Glenn Morris <rgm@gnu.org>
17053
17054 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17055 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17056 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17057 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17058 * calendar/holidays.el (holiday-bahai-holidays)
17059 (calendar-holidays, list-holidays):
17060 Use utf-8 Bahá'í in doc-strings, menus, etc.
17061
17062 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17063
17064 * saveplace.el (save-place-ignore-files-regexp): New variable
17065 allowing for excluding files from saving their location of point.
17066 The default value matches the temporary commit message editing
17067 files from Git, SVN, Bazaar, and Mercurial.
17068 (save-place-to-alist): Use it.
17069
17070 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17071 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * newcomment.el (uncomment-region-default): Don't leave extra space
17074 when an arg is provided (bug#8150).
17075
17076 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17077
17078 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17079
17080 2012-02-17 Glenn Morris <rgm@gnu.org>
17081
17082 * net/socks.el: Require network-stream. (Bug#10599)
17083
17084 2012-02-17 Kenichi Handa <handa@m17n.org>
17085
17086 * international/charprop.el:
17087 * international/uni-name.el:
17088 * international/uni-old-name.el:
17089 * international/uni-comment.el: Regenerate.
17090
17091 2012-02-16 Glenn Morris <rgm@gnu.org>
17092
17093 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17094 Interactively in calendar buffer, give an error if not on a date.
17095
17096 2012-02-15 Glenn Morris <rgm@gnu.org>
17097
17098 * shell.el (shell-delimiter-argument-list):
17099 Revert 2011-02-17 change. (Bug#8027)
17100
17101 2012-02-15 Chong Yidong <cyd@gnu.org>
17102
17103 * minibuffer.el (completion-at-point-functions): Doc fix.
17104
17105 * custom.el (defcustom): Doc fix; note use of defvar.
17106
17107 2012-02-15 Glenn Morris <rgm@gnu.org>
17108
17109 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17110 Doc fixes.
17111
17112 2012-02-14 Glenn Morris <rgm@gnu.org>
17113
17114 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17115
17116 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17117
17118 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17119 way the ports list is computed.
17120 (smtpmail-query-smtp-server): Prompt the user for a port number if
17121 we can't connect to any of the standard ports (bug#10810).
17122
17123 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17124
17125 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17126
17127 2012-02-13 Glenn Morris <rgm@gnu.org>
17128
17129 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17130
17131 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17132
17133 * net/gnutls.el (gnutls-trustfiles): New variable.
17134 (gnutls-negotiate): Use it.
17135
17136 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17137
17138 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17139 does its stuff if Gnus is running.
17140
17141 2012-02-13 Alan Mackenzie <acm@muc.de>
17142
17143 Fix a loop in c-set-fl-decl-start.
17144
17145 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17146 c-backward-syntactic-ws actually moves backwards.
17147
17148 2012-02-13 Leo Liu <sdl.web@gmail.com>
17149
17150 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17151 beginning so that all \C-o chars are removed.
17152
17153 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17154
17155 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17156
17157 2012-02-12 Alan Mackenzie <acm@muc.de>
17158
17159 Fix infinite loop with long macros.
17160 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17161
17162 2012-02-12 Chong Yidong <cyd@gnu.org>
17163
17164 * window.el (display-buffer): Doc fix (Bug#10785).
17165
17166 2012-02-12 Glenn Morris <rgm@gnu.org>
17167
17168 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17169 (x-disown-selection-internal, x-get-selection-internal):
17170 Sync docs with the xselect.c versions.
17171
17172 * allout-widgets.el: Add missing license notice.
17173
17174 2012-02-11 Glenn Morris <rgm@gnu.org>
17175
17176 * select.el (x-get-selection-internal, x-own-selection-internal)
17177 (x-disown-selection-internal):
17178 * x-dnd.el (x-get-selection-internal): Update declarations.
17179
17180 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17181
17182 * window.el (window-sides-slots):
17183 * tool-bar.el (tool-bar-position):
17184 * term/xterm.el (xterm-extra-capabilities):
17185 * ses.el (ses-self-reference-early-detection):
17186 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17187 (verilog-auto-wire-type)
17188 (verilog-auto-delete-trailing-whitespace)
17189 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17190 (verilog-auto-tieoff-declaration):
17191 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17192 (sql-oracle-statement-starters, sql-oracle-scan-on):
17193 * progmodes/prolog.el (prolog-align-comments-flag)
17194 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17195 (prolog-left-indent-regexp, prolog-paren-indent-p)
17196 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17197 (prolog-types, prolog-mode-specificators)
17198 (prolog-determinism-specificators, prolog-directives)
17199 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17200 (prolog-electric-dot-flag)
17201 (prolog-electric-dot-full-predicate-template)
17202 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17203 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17204 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17205 (prolog-program-switches, prolog-prompt-regexp)
17206 (prolog-debug-on-string, prolog-debug-off-string)
17207 (prolog-trace-on-string, prolog-trace-off-string)
17208 (prolog-zip-on-string, prolog-zip-off-string)
17209 (prolog-use-standard-consult-compile-method-flag)
17210 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17211 (prolog-imenu-max-lines, prolog-info-predicate-index)
17212 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17213 (prolog-char-quote-workaround):
17214 * progmodes/cc-vars.el (c-defun-tactic):
17215 * net/tramp.el (tramp-encoding-command-interactive)
17216 (tramp-local-end-of-line):
17217 * net/soap-client.el (soap-client):
17218 * net/netrc.el (netrc-file):
17219 * net/gnutls.el (gnutls):
17220 * minibuffer.el (completion-category-overrides)
17221 (completion-cycle-threshold)
17222 (completion-pcm-complete-word-inserts-delimiters):
17223 * man.el (Man-name-local-regexp):
17224 * mail/feedmail.el (feedmail-display-full-frame):
17225 * international/characters.el (glyphless-char-display-control):
17226 * eshell/em-ls.el (eshell-ls-date-format):
17227 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17228 (lisp-lambda-list-keyword-parameter-indentation)
17229 (lisp-lambda-list-keyword-parameter-alignment):
17230 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17231 * dired-x.el (dired-omit-verbose):
17232 * cus-theme.el (custom-theme-allow-multiple-selections):
17233 * calc/calc.el (calc-highlight-selections-with-faces)
17234 (calc-lu-field-reference, calc-lu-power-reference)
17235 (calc-note-threshold):
17236 * battery.el (battery-mode-line-limit):
17237 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17238 (archive-7z-update):
17239 * allout.el (allout-prefixed-keybindings)
17240 (allout-unprefixed-keybindings)
17241 (allout-inhibit-auto-fill-on-headline)
17242 (allout-flattened-numbering-abbreviation):
17243 * allout-widgets.el (allout-widgets-auto-activation)
17244 (allout-widgets-icons-dark-subdir)
17245 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17246 (allout-widgets-theme-dark-background)
17247 (allout-widgets-theme-light-background)
17248 (allout-widgets-item-image-properties-emacs)
17249 (allout-widgets-item-image-properties-xemacs)
17250 (allout-widgets-run-unit-tests-on-load)
17251 (allout-widgets-time-decoration-activity)
17252 (allout-widgets-hook-error-post-time)
17253 (allout-widgets-track-decoration):
17254 Add missing :version tags to new defcustoms and defgroups.
17255
17256 * progmodes/sql.el (sql-ansi-statement-starters)
17257 (sql-oracle-statement-starters): Add custom type.
17258
17259 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17260 (prolog-system-version): Give it a type.
17261
17262 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17263
17264 * term/pc-win.el (x-select-text, x-selection-owner-p)
17265 (x-own-selection-internal, x-disown-selection-internal)
17266 (x-get-selection-internal): Sync doc strings and argument lists
17267 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17268
17269 2012-02-11 Leo Liu <sdl.web@gmail.com>
17270
17271 * progmodes/python.el (python-end-of-statement): Fix infinite
17272 loop. (Bug#10788)
17273
17274 2012-02-10 Glenn Morris <rgm@gnu.org>
17275
17276 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17277 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17278
17279 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17280
17281 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17282 about SMTP before checking the From header.
17283
17284 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17285 into own function for reuse by emacsbug.el.
17286
17287 2012-02-10 Leo Liu <sdl.web@gmail.com>
17288
17289 * subr.el (condition-case-unless-debug): Rename from
17290 condition-case-no-debug. All callers changed.
17291 (with-demoted-errors): Fix caller.
17292
17293 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17294 * nxml/rng-valid.el (rng-do-some-validation):
17295 * emacs-lisp/package.el (package-refresh-contents)
17296 (package-menu-execute):
17297 * desktop.el (desktop-create-buffer):
17298 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17299
17300 2012-02-10 Glenn Morris <rgm@gnu.org>
17301
17302 * textmodes/bibtex.el:
17303 Add missing :version tags for new/changed defcustoms.
17304
17305 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17306
17307 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17308
17309 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17310 (smtpmail-via-smtp): Use it, or fall back on the From address.
17311 (smtpmail-send-it): Ditto.
17312
17313 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17316 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17317 (byte-compile-tmp-var): New const.
17318 (byte-compile-defvar): Use it to minimize .elc size.
17319 Just use `defvar' rather than simulate it (bug#10761).
17320
17321 2012-02-09 Glenn Morris <rgm@gnu.org>
17322
17323 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17324
17325 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17326 Add :version tags.
17327
17328 * progmodes/compile.el (compilation-error-screen-columns)
17329 (compilation-first-column, compilation-filter-start): Doc fixes.
17330
17331 * vc/log-view.el (log-view-toggle-entry-display):
17332 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17333
17334 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17335 (report-emacs-bug-can-use-xdg-email):
17336 (report-emacs-bug-insert-to-mailer): Doc fixes.
17337 (report-emacs-bug): Message fix.
17338
17339 * net/browse-url.el (browse-url-can-use-xdg-open)
17340 (browse-url-xdg-open): Doc fixes.
17341
17342 * electric.el (electric-indent-mode, electric-pair-mode)
17343 (electric-layout-rules, electric-layout-mode): Doc fixes.
17344 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17345
17346 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17347
17348 * server.el (server-unselect-display): Don't inadvertently kill
17349 the current buffer. (Bug#10729)
17350
17351 2012-02-08 Glenn Morris <rgm@gnu.org>
17352
17353 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17354 (sql-list-table): Doc fixes.
17355
17356 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17357 Comment out (does nothing).
17358
17359 * completion.el (dynamic-completion-mode):
17360 * dirtrack.el (dirtrack-debug-mode):
17361 * electric.el (electric-layout-mode):
17362 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17363 * face-remap.el (text-scale-mode, buffer-face-mode):
17364 * iimage.el (iimage-mode):
17365 * image-mode.el (image-transform-mode):
17366 * minibuffer.el (completion-in-region-mode):
17367 * scroll-lock.el (scroll-lock-mode):
17368 * simple.el (next-error-follow-minor-mode):
17369 * tar-mode.el (tar-subfile-mode):
17370 * tooltip.el (tooltip-mode):
17371 * vcursor.el (vcursor-use-vcursor-map):
17372 * wid-browse.el (widget-minor-mode):
17373 * emulation/tpu-edt.el (tpu-edt-mode):
17374 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17375 * international/iso-ascii.el (iso-ascii-mode):
17376 * language/thai-util.el (thai-word-mode):
17377 * mail/supercite.el (sc-minor-mode):
17378 * net/goto-addr.el (goto-address-mode):
17379 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17380 * progmodes/cwarn.el (cwarn-mode):
17381 * progmodes/flymake.el (flymake-mode):
17382 * progmodes/glasses.el (glasses-mode):
17383 * progmodes/hideshow.el (hs-minor-mode):
17384 * progmodes/pascal.el (pascal-outline-mode):
17385 * textmodes/enriched.el (enriched-mode):
17386 * vc/smerge-mode.el (smerge-mode):
17387 Doc fixes (minor mode argument).
17388
17389 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17390
17391 * ls-lisp.el (ls-lisp-sanitize): New function.
17392 (ls-lisp-insert-directory): Use it to fix or remove any elements
17393 in file-alist with missing attributes. (Bug#4673)
17394
17395 2012-02-07 Alan Mackenzie <acm@muc.de>
17396
17397 Fix spurious recognition of c-in-knr-argdecl.
17398
17399 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17400 putative K&R region.
17401
17402 2012-02-07 Alan Mackenzie <acm@muc.de>
17403
17404 * progmodes/cc-engine.el (c-forward-objc-directive):
17405 Prevent looping in "#pragma mark @implementation".
17406
17407 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17408
17409 * notifications.el (notifications-on-closed-signal): Make `reason'
17410 optional. (Bug#10744)
17411
17412 2012-02-07 Glenn Morris <rgm@gnu.org>
17413
17414 * emacs-lisp/easy-mmode.el (define-minor-mode):
17415 Doc fixes for the macro and the mode it defines.
17416
17417 * image.el (imagemagick-types-inhibit): Doc fix.
17418
17419 * cus-start.el (imagemagick-render-type): Add it.
17420
17421 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17422
17423 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17424 Set the default at load time, too, so that `font-lock-fontify-buffer'
17425 can be called without setting up the entire mode first. This fixes
17426 a bug in `mm-inline-text' with C MIME parts.
17427
17428 2012-02-06 Chong Yidong <cyd@gnu.org>
17429
17430 * simple.el (list-processes--refresh): Delete exited processes
17431 (Bug#8094).
17432
17433 * comint.el (comint-next-prompt): next-single-char-property-change
17434 and prev-single-char-property-change never return nil (Bug#8657).
17435
17436 * custom.el (defcustom): Doc fix (Bug#9711).
17437
17438 2012-02-05 Chong Yidong <cyd@gnu.org>
17439
17440 * cus-edit.el (custom-variable-reset-backup): Quote the value
17441 before storing it in the customized-value property (Bug#6712).
17442 (custom-display): Add a customization type tag.
17443 (custom-buffer-create-internal): Improve tooltip message.
17444
17445 * wid-edit.el (widget-field-value-get): New optional arg to
17446 suppress trailing whitespace truncation.
17447 (character): Use it (Bug#2689).
17448
17449 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17450
17451 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17452 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17453
17454 2012-02-05 Chong Yidong <cyd@gnu.org>
17455
17456 * cus-edit.el (custom-variable-value-create): For mismatched
17457 types, show the current value (Bug#7600).
17458
17459 * custom.el (defcustom): Doc fix.
17460
17461 2012-02-05 Glenn Morris <rgm@gnu.org>
17462
17463 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17464
17465 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17466
17467 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17468 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17469 (pp-last-sexp): Use `looking-at-p'.
17470
17471 2012-02-04 Glenn Morris <rgm@gnu.org>
17472
17473 * files.el (revert-buffer):
17474 Doc fix (mention revert-buffer-in-progress-p).
17475
17476 * emacs-lisp/ert-x.el (ert-simulate-command):
17477 Check deferred-action-list (which is obsolete) is bound.
17478
17479 * subr.el (with-wrapper-hook): Doc fixes.
17480
17481 * simple.el (filter-buffer-substring-functions)
17482 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17483
17484 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17485
17486 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17487 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17488
17489 2012-02-04 Leo Liu <sdl.web@gmail.com>
17490
17491 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17492
17493 2012-02-04 Glenn Morris <rgm@gnu.org>
17494
17495 * image.el (image-extension-data): Add obsolete alias.
17496
17497 * isearch.el (isearch-update): Doc fix.
17498
17499 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17500
17501 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17502
17503 2012-02-03 Glenn Morris <rgm@gnu.org>
17504
17505 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17506 (image-animate-timeout): Doc fix.
17507
17508 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17509
17510 2012-02-02 Glenn Morris <rgm@gnu.org>
17511
17512 * server.el (server-auth-dir): Doc fix.
17513 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17514
17515 * subr.el (run-mode-hooks): Doc fix.
17516
17517 2012-02-02 Juri Linkov <juri@jurta.org>
17518
17519 * image-mode.el (image-toggle-display-image): Remove tautological
17520 `major-mode' from the `derived-mode-p' test.
17521
17522 2012-02-02 Kenichi Handa <handa@m17n.org>
17523
17524 * composite.el (compose-region): Cancel previous change.
17525
17526 2012-02-02 Kenichi Handa <handa@m17n.org>
17527
17528 * composite.el (compose-region, compose-string): Signal error for
17529 a null string component (Bug#6988).
17530
17531 2012-02-01 Chong Yidong <cyd@gnu.org>
17532
17533 * view.el (view-buffer-other-window, view-buffer-other-frame):
17534 Handle special modes like view-buffer (Bug#10650).
17535 (view-buffer): Simplify.
17536
17537 * frame.el (set-frame-font): Tweak meaning of third argument.
17538
17539 * dynamic-setting.el (font-setting-change-default-font):
17540 Use set-frame-font (Bug#9982).
17541
17542 2012-02-01 Glenn Morris <rgm@gnu.org>
17543
17544 * progmodes/compile.el (compilation-internal-error-properties):
17545 Respect compilation-first-column in the "*compilation*" buffer.
17546
17547 * emacs-lisp/easy-mmode.el (define-minor-mode):
17548 Relax :variable's test for a named function.
17549
17550 2012-01-31 Alan Mackenzie <acm@muc.de>
17551
17552 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17553 off by one error.
17554
17555 2012-01-31 Chong Yidong <cyd@gnu.org>
17556
17557 * frame.el (set-frame-font): New arg ALL-FRAMES.
17558
17559 * menu-bar.el (menu-set-font): Use set-frame-font.
17560
17561 * faces.el (face-spec-reset-face): Don't apply unspecified
17562 attribute values to the default face.
17563
17564 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17565
17566 * progmodes/cwarn.el (cwarn): Remove dead link.
17567 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17568 Remove * from defcustom docstrings.
17569 (turn-on-cwarn-mode): Make obsolete.
17570 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17571 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17572
17573 2012-01-31 Glenn Morris <rgm@gnu.org>
17574
17575 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17576 Fix :variable handling of mode a symbol not equal to modefun.
17577 Allow named functions to be used as the cdr of :variable.
17578
17579 2012-01-30 Glenn Morris <rgm@gnu.org>
17580
17581 * emacs-lisp/authors.el (authors-fixed-entries):
17582 Remove reference to deleted file rnewspost.el.
17583
17584 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17585
17586 * window.el (window-with-parameter): Remove unused variable `windows'.
17587 (window--side-check): Remove unused variable `code'.
17588 (window--resize-siblings): Remove unused variable `first'.
17589 (adjust-window-trailing-edge): Remove unused variable `failed'.
17590 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17591 Use `let', not `let*'.
17592 (balance-windows-2): Remove unused variable `found'.
17593 (window--state-put-2): Remove unused variable `splits'.
17594 (window-state-put): Remove unused variable `selected'.
17595 (same-window-p): Use `string-match-p'.
17596 (display-buffer-assq-regexp): Remove unused variable `value'.
17597 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17598 Mark argument ALIST as ignored.
17599 (pop-to-buffer): Remove unused variable `old-window'.
17600
17601 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17602
17603 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17604 and .lzma compressed files.
17605
17606 2012-01-29 Chong Yidong <cyd@gnu.org>
17607
17608 * frame.el (window-system-default-frame-alist): Doc fix.
17609
17610 * dynamic-setting.el (font-setting-change-default-font): Don't
17611 change the default face if SET-FONT argument is non-nil (Bug#9982).
17612
17613 2012-01-29 Samuel Bronson <naesten@gmail.com>
17614
17615 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17616
17617 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17618
17619 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17620 breakpoints in files outside current directory (Bug#6098).
17621
17622 2012-01-29 Chong Yidong <cyd@gnu.org>
17623
17624 * progmodes/python.el: Require ansi-color at top-level.
17625
17626 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17627 Define and use in Emacs Lisp mode (Bug#9360).
17628 (lisp-mode-abbrev-table): Add doc.
17629 (lisp-mode-variables): Don't set local-abbrev-table.
17630 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17631
17632 2012-01-28 Roland Winkler <winkler@gnu.org>
17633
17634 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17635
17636 2012-01-28 Roland Winkler <winkler@gnu.org>
17637
17638 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17639 (bibtex-set-dialect): Use it. Either set global values of
17640 dialect-dependent variables or bind these variables buffer-locally
17641 (Bug#10254).
17642 (bibtex-mode): Call bibtex-set-dialect via
17643 hack-local-variables-hook.
17644 (bibtex-dialect): Update docstring.
17645 Add safe-local-variable predicate.
17646 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17647 bibtex-set-dialect.
17648 (bibtex-mode-map): Define menu for each dialect.
17649 (bibtex-entry): Fix docstring.
17650
17651 2012-01-28 Chong Yidong <cyd@gnu.org>
17652
17653 * eshell/esh-arg.el (eshell-quote-argument): New function.
17654
17655 * eshell/esh-ext.el (eshell-invoke-batch-file):
17656 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17657 first arg to eshell-parse-command (Bug#10523).
17658
17659 2012-01-28 Drew Adams <drew.adams@oracle.com>
17660
17661 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17662 `default-directory' is non-nil.
17663
17664 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17665
17666 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17667 line that displays system-configuration-options. (Bug#9924)
17668
17669 2012-01-28 Drew Adams <drew.adams@oracle.com>
17670
17671 * descr-text.el (describe-char): Show information about POS, in
17672 addition to information about the character at POS. Improve and
17673 update the doc string. Change "code point" to "code point in
17674 charset", to avoid confusion with the character's Unicode code
17675 point shown above that. (Bug#10129)
17676
17677 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17678
17679 * descr-text.el (describe-char): Show the raw character, not only
17680 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17681 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17682 for the reasons.
17683
17684 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17685
17686 * emacs-lisp/package.el (package-install):
17687 Run package-refresh-contents if there is no archive yet (Bug#9798).
17688
17689 2012-01-28 Chong Yidong <cyd@gnu.org>
17690
17691 * emacs-lisp/package.el (package-maybe-load-descriptor):
17692 New function, split from package-maybe-load-descriptor.
17693 (package-maybe-load-descriptor): Use it.
17694 (package-download-transaction): Fully load required packages
17695 inside the loop, so that `require' calls work (Bug#10593).
17696 (package-install): No need to call package-initialize now.
17697
17698 2012-01-28 Chong Yidong <cyd@gnu.org>
17699
17700 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17701
17702 * tooltip.el (tooltip-mode): Doc fix.
17703 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17704
17705 * frame.el (set-cursor-color): Doc fix (Bug#352).
17706
17707 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17708 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17709
17710 * cus-edit.el (custom-buffer-create-internal): Fix search button
17711 action (Bug#10542).
17712 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17713
17714 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17715
17716 * dired.el (dired-mark-files-regexp):
17717 Include any subdirectory components. (Bug#10445)
17718
17719 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17720
17721 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17722 Handle [host]:port syntax. (Bug#10533)
17723
17724 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17725
17726 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17727
17728 2012-01-26 Glenn Morris <rgm@gnu.org>
17729
17730 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17731 * term.el (term-raw-escape-map): Use Control-X-prefix.
17732 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17733
17734 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17735
17736 * window.el (window-state-get, window--state-get-1): Don't deal
17737 with fixed-sizeness of windows. Simplify code.
17738
17739 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17740
17741 * window.el (window--state-get-1, window--state-put-2):
17742 Don't save and restore the mark.
17743
17744 2012-01-25 Chong Yidong <cyd@gnu.org>
17745
17746 * custom.el (custom-variable-p): Doc fix.
17747
17748 2012-01-25 Glenn Morris <rgm@gnu.org>
17749
17750 * dired.el (dired-goto-file): Handle some of the more common
17751 characters that `ls -b' escapes. (Bug#10596)
17752
17753 * progmodes/compile.el (compilation-next-error-function):
17754 Respect compilation-first-column in the "*compilation*" buffer.
17755 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17756
17757 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17758
17759 2012-01-24 Glenn Morris <rgm@gnu.org>
17760
17761 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17762
17763 2012-01-24 Julien Danjou <julien@danjou.info>
17764
17765 * color.el (color-rgb-to-hsl): Fix value computing.
17766 (color-hue-to-rgb): New function.
17767 (color-hsl-to-rgb): New function.
17768 (color-clamp, color-saturate-hsl, color-saturate-name)
17769 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17770 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17771
17772 2012-01-24 Glenn Morris <rgm@gnu.org>
17773
17774 * vc/vc-rcs.el (vc-rcs-create-tag):
17775 * vc/vc-sccs.el (vc-sccs-create-tag):
17776 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17777
17778 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17779
17780 * eshell/esh-util.el (eshell-read-hosts-file):
17781 Skip comment lines. (Bug#10549)
17782
17783 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17784
17785 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17786
17787 * subr.el (display-delayed-warnings): Doc fix.
17788 (collapse-delayed-warnings): New function to collapse identical
17789 adjacent warnings.
17790 (delayed-warnings-hook): Add it.
17791
17792 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17793
17794 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17795
17796 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17797 (tramp-default-user-alist): Don't add "pscp".
17798 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17799 property "login-as", if set. (Bug#10530)
17800
17801 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17802
17803 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17804 "plink1" and "psftp". (Bug#10530)
17805
17806 2012-01-21 Kenichi Handa <handa@m17n.org>
17807
17808 * international/mule-cmds.el (prefer-coding-system): Show a
17809 warning message if the default value of file-name-coding-system
17810 was not changed.
17811
17812 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17813
17814 * windmove.el (windmove-reference-loc):
17815 Fix windmove-reference-loc miscalculation.
17816
17817 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17818
17819 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17820 default unit.
17821
17822 2012-01-21 Glenn Morris <rgm@gnu.org>
17823
17824 * international/mule.el (auto-coding-alist): Add .tbz.
17825
17826 * files.el (local-enable-local-variables): Doc fix.
17827 (inhibit-local-variables-regexps): Rename from
17828 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17829 Doc fix. Add some extensions from auto-coding-alist.
17830 (inhibit-local-variables-suffixes):
17831 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17832 (inhibit-local-variables-p):
17833 New function, extracted from set-auto-mode-1.
17834 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17835 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17836 (hack-local-variables): Doc fix. Make the mode-only case
17837 respect enable-local-variables and friends.
17838 Respect inhibit-local-variables-regexps for file-locals, but
17839 not for directory-locals.
17840 (set-visited-file-name):
17841 Take account of inhibit-local-variables-regexps.
17842 Whether it applies may change as the file name is changed.
17843 * jka-cmpr-hook.el (jka-compr-install):
17844 * jka-compr.el (jka-compr-uninstall):
17845 Update for inhibit-first-line-modes-suffixes name change.
17846
17847 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17848
17849 * help-macro.el (make-help-screen): Temporarily restore original
17850 binding for minor-mode-map-alist (Bug#10454).
17851
17852 2012-01-19 Julien Danjou <julien@danjou.info>
17853
17854 * color.el (color-name-to-rgb): Use the white color to find the max
17855 color component value and return correctly computed values.
17856 (color-name-to-rgb): Add missing float conversion for max value.
17857
17858 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17859
17860 * window.el (window--state-get-1, window-state-get): Do not use
17861 special state value for window-persistent-parameters.
17862 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17863 (window--state-put-2): Reset all window parameters to nil before
17864 assigning values of persistent parameters.
17865
17866 2012-01-18 Alan Mackenzie <acm@muc.de>
17867
17868 Eliminate sluggishness and hangs in fontification of "semicolon
17869 deserts".
17870
17871 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17872 Change value 10000 -> 3000.
17873 (c-state-safe-place): Reformulate so it doesn't stack up an
17874 infinite number of wrong entries in c-state-nonlit-pos-cache.
17875 (c-determine-limit-get-base, c-determine-limit): New functions to
17876 determine backward search limits disregarding literals.
17877 (c-find-decl-spots): Amend commenting.
17878 (c-cheap-inside-bracelist-p): New function which detects "={".
17879
17880 * progmodes/cc-fonts.el
17881 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17882 backward search.
17883 (c-font-lock-declarations): Fix an occurrence of point being
17884 undefined. Check additionally for point being in a bracelist or
17885 near a macro invocation without a semicolon so as to avoid a
17886 fruitless time consuming search for a declarator. Give a more
17887 precise search limit for declarators using the new
17888 c-determine-limit.
17889
17890 2012-01-18 Glenn Morris <rgm@gnu.org>
17891
17892 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17893 (set-auto-mode): Doc fixes.
17894
17895 2012-01-17 Glenn Morris <rgm@gnu.org>
17896
17897 * isearch.el (search-nonincremental-instead): Fix doc typo.
17898
17899 * dired.el (dired-insert-directory): Handle newlines in directory name.
17900 (dired-build-subdir-alist): Unescape newlines in directory name.
17901
17902 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17903
17904 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17905 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17906 (tramp-action-terminal): Use it. (Bug#10530)
17907
17908 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17909
17910 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17911
17912 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17913
17914 * window.el (window-state-ignored-parameters): Remove variable.
17915 (window--state-get-1): Rename argument MARKERS to IGNORE.
17916 Handle persistent window parameters. Make copy of clone-of
17917 parameter only if requested. (Bug#10348)
17918 (window--state-put-2): Install a window parameter only if it has
17919 a non-nil value or an existing parameter shall be overwritten.
17920
17921 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17922
17923 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17924
17925 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17926
17927 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17928 don't pass the (nil) value of `upnode' to string-match.
17929
17930 2012-01-14 Chong Yidong <cyd@gnu.org>
17931
17932 * startup.el (command-line): Fix X resource class for cursorColor.
17933 Fix values recognized by the cursorBlink resource.
17934
17935 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17936
17937 * epg.el (epg--make-temp-file): Avoid permission race condition
17938 when running on old Emacs versions (bug#10403).
17939
17940 2012-01-14 Glenn Morris <rgm@gnu.org>
17941
17942 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17943
17944 2012-01-13 Alan Mackenzie <acm@muc.de>
17945
17946 Fix filling for when filladapt mode is enabled.
17947
17948 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17949 c-mask-paragraph, pass in `fill-paragraph' rather than
17950 `fill-region-as-paragraph'. (This is a reversion of a previous
17951 change.)
17952 * progmodes/cc-mode.el (c-basic-common-init):
17953 Make fill-paragraph-handle-comment buffer local and set it to nil.
17954
17955 2012-01-13 Glenn Morris <rgm@gnu.org>
17956
17957 * dired.el (dired-switches-escape-p): New function.
17958 (dired-insert-directory): Use dired-switches-escape-p.
17959 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17960
17961 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17962
17963 2012-01-12 Glenn Morris <rgm@gnu.org>
17964
17965 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17966 changes in adaptive-fill-regexp. (Bug#10276)
17967
17968 2012-01-11 Alan Mackenzie <acm@muc.de>
17969
17970 Fix Emacs bug #10463 - put `widen's around the critical spots.
17971
17972 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17973 widen around each invocation of c-state-pp-to-literal. Remove an
17974 unused let variable.
17975
17976 2012-01-11 Glenn Morris <rgm@gnu.org>
17977
17978 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17979 Doc fix.
17980
17981 2012-01-10 Chong Yidong <cyd@gnu.org>
17982
17983 * net/network-stream.el (network-stream-open-starttls):
17984 Avoid emitting a confusing error message when the server gives a bad
17985 response to the capability command.
17986
17987 2012-01-10 Glenn Morris <rgm@gnu.org>
17988
17989 * mail/unrmail.el (unrmail): Tweak previous change.
17990
17991 2012-01-09 Chong Yidong <cyd@gnu.org>
17992
17993 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17994
17995 2012-01-08 Alan Mackenzie <acm@muc.de>
17996
17997 Optimize font locking in long enum definitions.
17998
17999 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18000 arm to a cond form to handle enums.
18001 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18002 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18003
18004 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18005
18006 * files.el (move-file-to-trash): Preserve default file modes on error.
18007 (Bug#10401)
18008
18009 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18010
18011 * faces.el (set-face-attribute): Clarify the meaning of the nil
18012 frame (bug#10294).
18013
18014 * subr.el (with-selected-frame): Mention that the selected frame
18015 is restored (bug#9980).
18016
18017 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18018 (bug#9759).
18019
18020 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18021 (password-read): Don't autoload unused function.
18022
18023 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18024
18025 * progmodes/which-func.el (which-func-mode): Turn into a
18026 non-interactive function and mark as obsolete (bug#10428).
18027
18028 2012-01-06 Chong Yidong <cyd@gnu.org>
18029
18030 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18031 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18032 functions, along with 1 and -1.
18033
18034 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18035
18036 * time.el (display-time-load-average)
18037 (display-time-default-load-average): Doc fixes. See the thread
18038 starting at
18039 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18040 for the details.
18041
18042 2012-01-06 Glenn Morris <rgm@gnu.org>
18043
18044 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18045 has no messages. (Bug#10377)
18046
18047 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18048 than Info-edit. (Bug#10385)
18049
18050 * time.el (display-time-load-average, display-time-next-load-average):
18051 Doc fixes.
18052
18053 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18054 local setting of buffer-read-only to the input buffer. (Bug#10419)
18055
18056 * calendar/calendar.el (calendar-mode):
18057 Locally set scroll-margin to 0. (Bug#10379)
18058
18059 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18060
18061 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18062
18063 2012-01-05 Glenn Morris <rgm@gnu.org>
18064
18065 * eshell/em-unix.el (diff-no-select): Autoload it.
18066 (eshell/diff): Use diff-no-select. (Bug#10420)
18067
18068 2012-01-05 Chong Yidong <cyd@gnu.org>
18069
18070 * shell.el (shell-dynamic-complete-functions): Revert last change.
18071 (shell-command-completion-function): New function.
18072 (shell-completion-vars): Use it to implement
18073 shell-completion-execonly (Bug#10417).
18074
18075 * custom.el (enable-theme): Don't set custom-safe-themes.
18076
18077 * cus-theme.el (custom-theme-merge-theme):
18078 Ignore custom-enabled-themes and custom-safe-themes.
18079
18080 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18081
18082 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18083 first prompt in `sql-interacive-mode'.
18084 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18085 keywords.
18086 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18087 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18088 context of original buffer. Invoke `sql-login-hook'.
18089
18090 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18091
18092 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18093 letters in cite-prefix.
18094
18095 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18096
18097 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18098
18099 2012-01-03 Chong Yidong <cyd@gnu.org>
18100
18101 * shell.el (shell-dynamic-complete-functions):
18102 Put pcomplete-completions-at-point, so as to try
18103 comint-filename-completion first (Bug#10417).
18104
18105 2012-01-02 Richard Stallman <rms@gnu.org>
18106
18107 * battery.el (battery-status-function):
18108 Detect when to use battery-yeeloong-sysfs.
18109 (battery-echo-area-format): Add string for Yeeloong.
18110 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18111 (battery-yeeloong-sysfs): New function.
18112
18113 2012-01-02 Chong Yidong <cyd@gnu.org>
18114
18115 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18116 (dirtrack): Merge code for handling relative filenames in prompt
18117 from shell-dir-cookie-watcher.
18118 (dirtrack-debug-message): New arg to avoid excess format calls.
18119
18120 * shell.el (shell-dir-cookie-re): Variable deleted.
18121 (shell-dir-cookie-watcher): Function deleted.
18122 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18123 with dirtrack-mode.
18124
18125 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18126
18127 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18128 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18129 libgnutls-26.dll.
18130
18131 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18132
18133 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18134
18135 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18136
18137 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18138 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18139
18140 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18141
18142 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18143 also for alternative shells.
18144 (tramp-open-connection-setup-interactive-shell): Check, whether
18145 the shell is a busybox.
18146 (tramp-send-command): Don't suppress multiple prompts for
18147 busyboxes, it hurts.
18148
18149 2011-12-28 Chong Yidong <cyd@gnu.org>
18150
18151 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18152 (gdb-get-source-file): Move mode line update to
18153 gdb-get-source-file (Bug#10087).
18154
18155 2011-12-25 Chong Yidong <cyd@gnu.org>
18156
18157 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18158 gud-gdb-marker-filter without taking it as an argument.
18159 (gud-gdb-run-command-fetch-lines): Caller changed.
18160 (gud-gdb-completion-function): New variable.
18161 (gud-gdb-completion-at-point): Use it.
18162 (gud-gdb-completions-1): Split from gud-gdb-completions.
18163
18164 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18165 function as separate arguments.
18166 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18167 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18168 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18169 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18170 (gdb-stopped, def-gdb-auto-update-trigger)
18171 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18172 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18173 Callers changed.
18174 (gud-gdbmi-completions): New function.
18175 (gdb): Use it for generating the completion table.
18176
18177 2011-12-24 Alan Mackenzie <acm@muc.de>
18178
18179 Introduce a mechanism to widen the region used in context font
18180 locking. Use this to protect declarations from losing their contexts.
18181
18182 * progmodes/cc-langs.el (c-before-font-lock-functions):
18183 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18184 (c-before-context-fontification-functions): New defvar, a list of
18185 functions to be run just before context (etc.) font locking.
18186
18187 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18188 New, functionality extracted from
18189 c-neutralize-syntax-in-and-mark-CPP.
18190 (c-in-after-change-fontification): New variable.
18191 (c-after-change): Set c-in-after-change-fontification.
18192 (c-set-fl-decl-start): Rejig its interface, so it can be called
18193 from both after-change and context fontifying.
18194 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18195 New functions.
18196 (c-standard-font-lock-fontify-region-function): New variable.
18197 (c-font-lock-fontify-region): New function.
18198
18199 2011-12-24 Juri Linkov <juri@jurta.org>
18200
18201 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18202 (Bug#10348)
18203
18204 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18205
18206 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18207 existence of source file. (Bug#10325)
18208
18209 2011-12-23 Alan Mackenzie <acm@muc.de>
18210
18211 Fix unstable fontification inside templates.
18212
18213 * progmodes/cc-langs.el (c-before-font-lock-functions):
18214 Newly created from the singular version. The (c c++ objc) entry now
18215 additionally has c-set-fl-decl-start. The other languages (apart
18216 from AWK) have that as a single entry.
18217
18218 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18219 The functionality for "local" declarations has been extracted to
18220 c-set-fl-decl-start.
18221
18222 * progmodes/cc-mode.el (c-common-init, c-after-change):
18223 Changes due to pluralisation of c-before-font-lock-functions.
18224 (c-set-fl-decl-start): New function, extracted from
18225 c-font-lock-enclosing-decls and enhanced.
18226
18227 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18228
18229 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18230
18231 2011-12-22 Juri Linkov <juri@jurta.org>
18232
18233 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18234
18235 2011-12-22 Chong Yidong <cyd@gnu.org>
18236
18237 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18238
18239 2011-12-21 Drew Adams <drew.adams@oracle.com>
18240
18241 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18242
18243 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18244
18245 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18246
18247 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18248
18249 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18250 highlighting and support. Fix up comments for capitalization.
18251 (cfengine-mode-debug): New var.
18252 (cfengine3-mode): Change the modeline indicator to "CFE3".
18253 (cfengine3-font-lock-keywords): Improve defun highlighting.
18254 (cfengine2-actions): Rename from `cfengine-actions'.
18255 (cfengine2-font-lock-keywords): Rename from
18256 `cfengine-font-lock-keywords'.
18257 (cfengine2-imenu-expression): Rename from
18258 `cfengine-imenu-expression'.
18259 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18260 (cfengine2-beginning-of-defun): Rename from
18261 `cfengine-beginning-of-defun'.
18262 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18263 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18264 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18265 modeline indicator to "CFE2".
18266 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18267 (cfengine-mode-abbrevs): Mark obsolete.
18268
18269 2011-12-21 Chong Yidong <cyd@gnu.org>
18270
18271 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18272 filename argument.
18273
18274 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18275
18276 * window.el (window-normalize-buffer-to-display): Remove.
18277 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18278
18279 2011-12-19 Chong Yidong <cyd@gnu.org>
18280
18281 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18282 Don't signal an error in a predicate function; return non-nil.
18283 (vc-dir-mark-file): Move the error here.
18284 (vc-dir-mark-unmark): If acting on the region, keep going if one
18285 of the entries cannot be marked/unmarked.
18286 (vc-dir-mark-all-files): If current entry is a directory, mark
18287 only child files, as documented.
18288
18289 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18290
18291 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18292 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18293 addition.
18294
18295 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18296
18297 * term/ns-win.el (ns-get-selection-internal)
18298 (ns-store-selection-internal): Declare.
18299 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18300 Declare as obsolete.
18301 (ns-get-pasteboard, ns-paste-secondary):
18302 Use ns-get-selection-internal.
18303 (ns-set-pasteboard, ns-copy-including-secondary):
18304 Use ns-store-selection-internal.
18305
18306 2011-12-17 Chong Yidong <cyd@gnu.org>
18307
18308 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18309 (vc-deduce-fileset): Doc fix.
18310
18311 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18312
18313 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18314
18315 2011-12-13 Sam Steingold <sds@gnu.org>
18316
18317 * man.el (Man-getpage-in-background): When running under a
18318 window-system, ignore $MANWIDTH and $COLUMNS.
18319
18320 2011-12-15 Kenichi Handa <handa@m17n.org>
18321
18322 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18323 (setup-ethiopic-environment-internal): Comment out key-binding for
18324 ethio-toggle-punctuation.
18325
18326 2011-12-13 Alan Mackenzie <acm@muc.de>
18327
18328 Add the switch statement to AWK Mode.
18329
18330 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18331 "default" to the keywords regexp.
18332
18333 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18334 expression as the rest.
18335 (c-nonlabel-token-key): Allow string literals for AWK.
18336 Refactor for the other modes.
18337
18338 Large brace-block initialisation makes CC Mode slow: Fix.
18339 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18340 routines. Limit backward searching in c-font-lock-enclosing.decl.
18341
18342 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18343 pp-state and literal type in addition to the limits.
18344 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18345 (c-state-literal-at): Use the above new defun.
18346 (c-slow-in-literal, c-fast-in-literal): Remove.
18347 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18348
18349 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18350 being in a literal. Add a limit for backward searching.
18351
18352 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18353 c-slow-in-literal.
18354
18355 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18358
18359 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18360
18361 * window.el (delete-other-windows): Use correct frame in call to
18362 window-with-parameter.
18363
18364 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18365
18366 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18367 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18368 (makefile-gmake-statements, makefile-makepp-statements):
18369 Use it and add new makepp keywords.
18370 (makefile-makepp-font-lock-keywords): Add new patterns.
18371 (makefile-match-function-end): Match new [...] and [[...]].
18372
18373 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18374
18375 * ses.el (ses-call-printer-return, ses-cell-property-get)
18376 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18377 (ses-create-cell-variable, ses-reset-header-string)
18378 (ses-cell-set-formula, ses-repair-cell-reference-all)
18379 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18380 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18381 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18382 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18383 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18384 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18385 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18386 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18387 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18388 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18389 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18390 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18391
18392 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18393
18394 * ses.el: The overall change is to add cell renaming, that is
18395 setting fancy names for cell symbols other than name matching
18396 "\\`[A-Z]+[0-9]+\\'" regexp .
18397 (ses-create-cell-variable): New defun.
18398 (ses-relocate-formula): Relocate formulas only for cells the
18399 symbols of which are not renamed, i.e. symbols whose names do not
18400 match regexp "\\`[A-Z]+[0-9]+\\'".
18401 (ses-relocate-all): Relocate values only for cells the symbols of
18402 which are not renamed.
18403 (ses-load): Create cells variables as the (ses-cell ...) are read,
18404 in order to check row col consistency with cell symbol name only
18405 for cells that are not renamed.
18406 (ses-replace-name-in-formula): New defun.
18407 (ses-rename-cell): New defun.
18408
18409 2011-12-11 Chong Yidong <cyd@gnu.org>
18410
18411 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18412 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18413
18414 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18415
18416 * window.el (other-window): Fix docstring.
18417
18418 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18419
18420 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18421 `from' or `to' address before taking its substring.
18422 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18423 encoded name is chopped in the middle of the encoded string, and
18424 thus displayed encoded.
18425
18426 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18427
18428 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18429
18430 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18431
18432 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18433 to use texinfo-update-node and commands that call it if the
18434 Texinfo file uses @node lines without next/prev/up pointers.
18435 Correct outdated description about texinfo-master-menu.
18436 (texinfo-all-menus-update, texinfo-master-menu)
18437 (texinfo-update-node, texinfo-every-node-update)
18438 (texinfo-multiple-files-update): Doc fix. Warn against updating
18439 all the @node lines.
18440 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18441 argument is numeric. Explain better in the doc string what the
18442 function really does.
18443 (texinfo-insert-master-menu-list): Improve the error message
18444 displayed if there's no menu in the Top node.
18445 (Bug#2975) See also this thread:
18446 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18447
18448 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18449
18450 * speedbar.el (speedbar-supported-extension-expressions):
18451 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18452
18453 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18454
18455 * printing.el (pr-mode-alist):
18456 * simple.el (filter-buffer-substring-functions)
18457 (completion-list-insert-choice-function):
18458 * window.el (window-with-parameter, window-atom-root)
18459 (window-sides-slots, window-size-fixed, window-min-delta)
18460 (window-max-delta, window--resize-mini-window)
18461 (window--resize-child-windows-normal, window-tree)
18462 (delete-other-windows, quit-window, split-window)
18463 (display-buffer-record-window, special-display-buffer-names)
18464 (special-display-regexps, special-display-popup-frame)
18465 (same-window-p, split-window-sensibly)
18466 (display-buffer-overriding-action, display-buffer-alist)
18467 (display-buffer-base-action, display-buffer, switch-to-buffer)
18468 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18469 (fit-window-to-buffer, recenter-positions)
18470 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18471 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18472 and remove unneeded backslashes in docstrings.
18473
18474 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18477
18478 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18479 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18480 end in ".mk".
18481 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18482 when reading the makefile (bug#10116).
18483
18484 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18487 (bug#10116).
18488
18489 2011-12-06 Glenn Morris <rgm@gnu.org>
18490
18491 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18492
18493 2011-12-06 Chong Yidong <cyd@gnu.org>
18494
18495 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18496
18497 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18498
18499 * textmodes/table.el (table-shorten-cell): Fix typo.
18500
18501 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18502
18503 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18504
18505 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18506
18507 * descr-text.el (describe-char): Fix display of strong
18508 right-to-left characters and directional embeddings and overrides.
18509
18510 * simple.el (what-cursor-position): Fix display of codepoints of
18511 strong right-to-left characters.
18512
18513 2011-12-05 Chong Yidong <cyd@gnu.org>
18514
18515 * faces.el (read-color): Doc fix.
18516
18517 2011-12-05 Glenn Morris <rgm@gnu.org>
18518
18519 * align.el (align--set-marker): Add doc-string.
18520 Don't try to move something that is not a marker. (Bug#10216)
18521
18522 2011-12-04 Glenn Morris <rgm@gnu.org>
18523
18524 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18525 overly zealous deletion of trailing whitespace.
18526
18527 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18528
18529 * server.el (server-delete-client): On Windows, do not try to delete
18530 the only terminal.
18531 (server-process-filter): On Windows, treat requests for a tty frame as
18532 if they were for a GUI frame if the running server is in GUI mode.
18533
18534 2011-12-03 Glenn Morris <rgm@gnu.org>
18535
18536 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18537
18538 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * electric.el: Streamline electric-indent's hook.
18541 (electric-indent-chars): Revert to simple list.
18542 (electric-indent-functions): New var.
18543 (electric-indent-post-self-insert-function): Use it.
18544
18545 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18546 there's no inferior buffer (bug#10196).
18547 (prolog-consult-compile): Don't use toggle-read-only.
18548
18549 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18550
18551 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18552 interrupt. (Bug#10187)
18553
18554 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18555
18556 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18557 (bug#9160).
18558
18559 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18560 (bug#10191).
18561
18562 2011-12-02 Juri Linkov <juri@jurta.org>
18563
18564 * info.el (Info-search): Display "end of manual" when Isearch
18565 reaches the end of single-file Info manual. (Bug#9918)
18566
18567 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18568
18569 * isearch.el (isearch-message-prefix): Run the input method part
18570 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18571
18572 2011-12-02 Juri Linkov <juri@jurta.org>
18573
18574 * isearch.el (isearch-occur): Use `word-search-regexp' for
18575 `isearch-word'.
18576 (isearch-search-and-update): Add condition for `isearch-word' and
18577 call `word-search-regexp'. (Bug#10145)
18578
18579 2011-12-01 Glenn Morris <rgm@gnu.org>
18580
18581 * eshell/em-hist.el (eshell-hist-initialize):
18582 Handle eshell-history-size nil and HISTSIZE set or unset.
18583 (eshell-history-file-name, eshell-history-size): Fix custom type.
18584
18585 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18586
18587 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18588
18589 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18590
18591 * progmodes/verilog-mode.el (verilog-pretty-expr):
18592 Rework verilog-pretty-expr to handle new assignment operators in system
18593 verilog, such as += *= and the like.
18594 (verilog-assignment-operator-re): Regular expression to find the
18595 assigment operator in a verilog assignment.
18596 (verilog-assignment-operation-re): Regular expression to find an
18597 assignment statement for pretty-expr.
18598 (verilog-in-attribute-p): Query returns true if point is in an
18599 attribute context; used to skip these for expression line up from
18600 pretty-expr.
18601 (verilog-in-parameter-p): Query returns true if point is in an
18602 parameter definition context; used to skip these for expression
18603 line up from pretty-expr.
18604 (verilog-in-parenthesis-p): Query returns true if point is in a
18605 parenthetical expression, specifically ( ) but not [ ] or { };
18606 used by pretty-expr.
18607 (verilog-just-one-space): If there is no space, don't add one.
18608 (verilog-get-lineup-indent-2): Specifically skip just attribute
18609 contexts for expression lineup, rather than skipping all
18610 parenthetical expressions.
18611 (verilog-calculate-indent): Fix comment, and fix indent.
18612 (verilog-do-indent): Indent declarations in lists (suggested by
18613 Joachim Lechner).
18614 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18615 skeleton items.
18616 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18617 by Alain Mellan).
18618
18619 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18620
18621 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18622 parameters with embedded comments. Reported by Ray Stevens.
18623 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18624 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18625 Reported by Tim Holt.
18626 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18627 instantiated by upper module causing wrong expansion until AUTOed a
18628 second time. Reported by K C Buckenmaier.
18629 (verilog-diff-auto): Fix showing .* as a difference when
18630 `verilog-auto-star-save' off. Reported by Dan Dever.
18631 (verilog-auto-reset, verilog-read-always-signals)
18632 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18633 temporary signals in reset list if
18634 verilog-auto-reset-blocking-in-non is nil, and match assignment
18635 style to each signal's assignment type, bug381.
18636 Reported by Thomas Esposito.
18637 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18638 (verilog-uvm-statement-re): Support UVM indentation and
18639 highlighting, with old OVM keywords only.
18640 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18641 Support AUTOTIEOFF creating non-wire data types.
18642 Suggested by Jonathan Greenlaw.
18643 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18644 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18645 (verilog-inject-sense, verilog-read-inst-pins)
18646 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18647 Fix mismatching parenthesis inside commented out code when deleting
18648 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18649 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18650 non-numeric vector width. Reported by Alex Reed.
18651 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18652 detecting signals with parameter widths. Reported by Alex Reed.
18653 (verilog-auto-delete-trailing-whitespace):
18654 With `verilog-auto-delete-trailing-whitespace' remove trailing
18655 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18656 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18657 Fix verilog-scan-cache corruption when running user AUTO expansion
18658 hooks that call indentation routines.
18659 (verilog-simplify-range-expression): Fix typo ignoring lower case
18660 identifiers.
18661 (verilog-delete-auto): Fix delete-autos to also remove user created
18662 automatics, as long as they start with AUTO.
18663 (verilog-batch-diff-auto, verilog-diff-auto)
18664 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18665 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18666 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18667 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18668 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18669 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18670 is disabled and its cache will get corrupt, causing AUTOS not to
18671 expand. Instead use only -quick functions.
18672 (verilog-scan-region): Fix scanning over escaped quotes.
18673 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18674 (verilog-re-search-backward-quick)
18675 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18676 related functions now ignore strings, to fix misparsing of strings
18677 with magic comments embedded in them.
18678 (verilog-read-auto-template):
18679 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18680 Reported by Brad Dobbie.
18681 (verilog-read-auto-template):
18682 Fix 'verilog-auto-inst-template-numbers' with comments.
18683 Reported by Brad Dobbie.
18684 (verilog-auto-inst, verilog-auto-inst-param)
18685 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18686 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18687 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18688 debugging templates without merge conflicts, bug357.
18689 Reported by Brad Dobbie.
18690 (verilog-read-auto-template):
18691 Fix verilog-auto-inst-template-numbers with multiple templates.
18692 Reported by Brad Dobbie.
18693 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18694 abbrevs so user won't be asked to save.
18695 (verilog-read-auto-lisp-present): Fix to start at beginning of
18696 buffer in case called outside of verilog-auto.
18697 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18698 to "X-2". Reported by Matthew Myers.
18699 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18700 all inputs from module templates. Reported by Leith Johnson.
18701 (verilog-module-inside-filename-p): Fix locating programs as with
18702 modules.
18703 (verilog-auto-inst-port): Fix vl-width expressions when using
18704 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18705 (verilog-decls-get-regs, verilog-decls-get-signals,
18706 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18707 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18708 verilog-read-decls): Combine reg and wire structures into one var
18709 structure to represent SystemVerilog concepts.
18710 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18711 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18712 (verilog-auto-wire-type, verilog-insert-definition):
18713 Add verilog-auto-wire-type and AUTOLOGIC to support using
18714 SystemVerilog "logic" keyword instead of "wire"/"reg".
18715 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18716 to declares outputs that also have assignments (presumably in an
18717 ifdef or generate if so there's not a driver conflict).
18718 Reported by Matthew Myers.
18719 (verilog-auto-declare-nettype, verilog-insert-definition):
18720 Add verilog-auto-declare-nettype to fix declarations using
18721 `default_nettype none. Reported by Julian Gorfajn.
18722 (verilog-read-always-signals-recurse, verilog-read-decls)
18723 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18724 malformed end statement, bug325. Reported by Joshua Wise and
18725 Andrew Drake.
18726 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18727 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18728 when expanding .* in interfaces, bug320.
18729 Reported by Pierre-David Pfister.
18730 (verilog-read-module-name): Fix import statements between module
18731 name and open parenthesis, bug317.
18732 Reported by Pierre-David Pfister.
18733 (verilog-simplify-range-expression): Fix simplification of
18734 multiplications inside AUTOWIRE connections, bug303.
18735 (verilog-auto-inst-port): Support parameter expansion in
18736 multidimensional arrays.
18737 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18738 after "assert property". Reported by Julian Gorfajn.
18739 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18740 with multiplication, bug303.
18741 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18742 Reported by Jan Frode Lonnum.
18743
18744 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18745
18746 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18747 (hfy-shell-file-name, hfy-shell):
18748 * international/fontset.el (x-decompose-font-name): Fix typos.
18749
18750 2011-11-29 Ken Brown <kbrown@cornell.edu>
18751
18752 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18753 (gdb-version): Remove defvar.
18754 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18755 (gdb-gud-context-command, gdb-non-stop-handler)
18756 (gdb-current-context-command, gdb-stopped): Use it.
18757 (gdb-init-1): Enable pretty printing here.
18758 (gdb-non-stop-handler): Don't enable pretty-printing here.
18759 Check to see if the target supports non-stop mode; if not, turn off
18760 non-stop mode. Use the following.
18761 (gdb-check-target-async): New defun.
18762 (gud-watch, gdb-stopped): Fix whitespace.
18763 (gdb-get-source-file): Don't try to display the source file if
18764 `gdb-main-file' is nil.
18765
18766 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18767
18768 * align.el: Try to generate fewer markers (bug#10047).
18769 (align--set-marker): New macro.
18770 (align-region): Use it.
18771
18772 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18775
18776 2011-11-29 Chong Yidong <cyd@gnu.org>
18777
18778 * indent.el (indent-for-tab-command, indent-according-to-mode):
18779 Doc fix.
18780 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18781
18782 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18783
18784 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18785 aware of remote file names. (Bug#10124)
18786
18787 2011-11-29 Chong Yidong <cyd@gnu.org>
18788
18789 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18790
18791 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * files.el (find-file): Don't use force-same-window (bug#10144).
18794 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18795 use pop-to-buffer if the selected window can't be used.
18796 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18797
18798 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18799
18800 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18801 special-mode-map.
18802
18803 2011-11-28 Chong Yidong <cyd@gnu.org>
18804
18805 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18806
18807 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18808
18809 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18810 gdb-get-source-file-list on gdb-create-source-file-list.
18811
18812 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18813
18814 * whitespace.el (whitespace-newline): Use a different foreground
18815 color for 16-color light-background displays.
18816
18817 2011-11-24 Chong Yidong <cyd@gnu.org>
18818
18819 * window.el (display-buffer--special-action): Doc fix.
18820
18821 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18822
18823 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18824 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18825 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18826 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18827 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18828 (avl-tree-stack-first):
18829 * emacs-lisp/cconv.el (cconv--analyse-use):
18830 * net/gnutls.el (gnutls-negotiate): Fix typos.
18831
18832 2011-11-24 Glenn Morris <rgm@gnu.org>
18833
18834 * lpr.el (lpr-windows-system, lpr-lp-system):
18835 * mail/binhex.el (binhex-begin-line):
18836 * progmodes/grep.el (grep-history, grep-find-history):
18837 * textmodes/flyspell.el:
18838 * vc/pcvs-defs.el (cvs-global-menu):
18839 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18840 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18841 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18842
18843 * net/tls.el: Fix case of "GnuTLS".
18844
18845 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18846
18847 * version.el (emacs-build-system): Give it a doc-string.
18848
18849 2011-11-24 Juri Linkov <juri@jurta.org>
18850
18851 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18852
18853 2011-11-24 Glenn Morris <rgm@gnu.org>
18854
18855 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18856 if called on a non-mime message just toggle the headers. (Bug#8006)
18857
18858 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18859
18860 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18861 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18862 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18863 (allout-rebullet-heading, allout-open-sibtopic)
18864 (allout-toggle-current-subtree-encryption)
18865 (allout-toggle-subtree-encryption, allout-encrypt-string)
18866 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18867 (allout-distinctive-bullets-string, allout-auto-activation):
18868 * window.el (window-normalize-buffer-to-display):
18869 * progmodes/verilog-mode.el (verilog-batch-indent):
18870 * textmodes/bibtex.el (bibtex-field-braces-opt)
18871 (bibtex-field-strings-opt):
18872 * vc/cvs-status.el (cvs-tree-merge):
18873 Fix typos.
18874
18875 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18876
18877 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18878 `non-essential' to t, in order to avoid remote connections.
18879
18880 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18881
18882 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18883 On MS-DOS and MS-Windows, compare with loaddefs.el
18884 case-insensitively.
18885
18886 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18887
18888 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18889
18890 2011-11-23 Glenn Morris <rgm@gnu.org>
18891
18892 * paths.el (rmail-file-name): Reformat the doc-string so that it
18893 is picked up.
18894
18895 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18896 (rmail-auto-file): Ignore case in the "special" field names,
18897 as mail-fetch-field does for all others.
18898
18899 * mail/rmail.el (rmail-forward):
18900 * mail/rmailkwd.el (rmail-set-label):
18901 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18902 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18903
18904 * mail/rmail.el (rmail-current-message): Doc fix.
18905
18906 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18907
18908 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18911
18912 2011-11-22 Glenn Morris <rgm@gnu.org>
18913
18914 * mail/rmailmm.el (test-rmail-mime-handler)
18915 (test-rmail-mime-bulk-handler)
18916 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18917
18918 2011-11-21 Juri Linkov <juri@jurta.org>
18919
18920 * calc/calc.el (calc-read-key-sequence):
18921 Let-bind `input-method-function' to nil. (Bug#10018)
18922
18923 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18924
18925 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18926 Tell the caller that the next line needs recomputation, even
18927 though it doesn't start a sexp (bug#10094).
18928
18929 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18930
18931 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18932
18933 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18936 Use force-same-window.
18937
18938 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * descr-text.el (describe-char-unicode-data):
18941 * json.el (json-string-escape):
18942 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18943 (Footnote-unicode, Footnote-style-p):
18944 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18945
18946 2011-11-20 Chong Yidong <cyd@gnu.org>
18947
18948 * window.el (replace-buffer-in-windows): Restore interactive spec.
18949
18950 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18953
18954 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18955 (byte-compile-global-not-obsolete-vars): New var.
18956 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18957 Use it.
18958 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18959
18960 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18961
18962 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18963 * progmodes/pascal.el (electric-pascal-equal):
18964 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18965 * xml.el (xml-substitute-special): Fix typos.
18966
18967 2011-11-20 Glenn Morris <rgm@gnu.org>
18968
18969 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18970 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18971 Doc fixes.
18972 (rmail-decode-mime-charset): Mark as obsolete.
18973
18974 * mail/rmailsum.el (rmail-message-regexp-p-1):
18975 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18976 Before using mime functions, check they are set. (Bug#10077)
18977
18978 2011-11-19 Juri Linkov <juri@jurta.org>
18979
18980 * info.el (Info-finder-find-node): Use `package--builtins' instead
18981 of `package-alist'. Use node names formed by the pattern "Keyword "
18982 and the keyword name.
18983
18984 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18985
18986 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18987
18988 2011-11-19 Juri Linkov <juri@jurta.org>
18989
18990 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18991 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18992 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18993 `old-history', `old-history-forward'. Add let-binding
18994 `window-selected'. Remove calls to `kill-buffer',
18995 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18996 before calling `Info-find-node', so `Info-find-node-2' will reread
18997 the Info file. Restore window positions only when `window-selected'
18998 is non-nil.
18999
19000 2011-11-19 Juri Linkov <juri@jurta.org>
19001
19002 * isearch.el (isearch-lazy-highlight-new-loop):
19003 Remove condition `(not isearch-error)'. (Bug#9918)
19004
19005 * misearch.el (multi-isearch-search-fun): Add condition
19006 `(not bound)' to ignore lazy-highlighting search.
19007 Add the search-failed message "end of multi" when the end of
19008 multi-sequence is reached. Uncapitalize the search-failed
19009 message "Repeat for next buffer".
19010
19011 * info.el (Info-search): Add the search-failed message
19012 "end of the manual" when the end of the manual is reached
19013 in Isearch mode.
19014
19015 2011-11-19 Juri Linkov <juri@jurta.org>
19016
19017 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19018 Use non-destructive `remove' instead of `delete' because
19019 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19020 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19021
19022 2011-11-19 Juri Linkov <juri@jurta.org>
19023
19024 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19025 to nil instead of binding `search-ring' and `regexp-search-ring'.
19026 (Bug#9185)
19027
19028 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19029
19030 * simple.el (line-move): Force movement by logical lines for any
19031 hscrolled window, not only when auto-hscroll-mode is on.
19032 (line-move-visual): Update doc string to that effect. (Bug#10076)
19033
19034 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19035
19036 * language/european.el (macintosh): Define as alias for mac-roman.
19037
19038 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19039
19040 * mail/rmailmm.el (rmail-mime-display-header)
19041 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19042 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19043 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19044 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19045 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19046 of a raw aref.
19047 (rmail-mime-entity-segment): To get past the tagline, move forward
19048 2 more lines, to account for the 2 empty lines that precede and
19049 follow the line with the buttons.
19050 (rmail-mime-update-tagline): Move one more line, to get past the
19051 empty line that follows the buttons in the tagline. (Bug#9520)
19052
19053 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19054
19055 * window.el (window-max-delta-1, window-min-delta-1)
19056 (window-min-size-1, window-state-get-1, window-state-put-1)
19057 (window-state-put-2): Use "window--" prefix.
19058
19059 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19062 (smie-warning-count): New var.
19063 (smie-set-prec2tab): Use it.
19064 (smie-bnf->prec2): Improve warnings. Add docstring.
19065 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19066 (smie-bnf--set-class): New function.
19067 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19068 corner case.
19069
19070 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19071 (compilation-error-properties, compilation-move-to-column):
19072 Handle compilation-first-column while in the target buffer.
19073
19074 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19075 Don't hardcode point-min==1.
19076
19077 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19078 (eshell-rewrite-for-command): Remove workaround.
19079 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19080 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19081 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19082
19083 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19084
19085 2011-11-17 Glenn Morris <rgm@gnu.org>
19086
19087 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19088 Ignore buffer-local generated-autoload-file if it is the same
19089 as the global value. (Bug#10049)
19090
19091 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19092
19093 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19094 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19095 (reftex-toc-previous-heading, reftex-toc-max-level)
19096 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19097 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19098 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19099 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19100 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19101 (reftex-toc-rename-label, reftex-toc-visit-location)
19102 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19103 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19104 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19105 leaving "*toc*" only for references to the buffer.
19106
19107 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19108
19109 * window.el (window-resize, delete-window, split-window):
19110 Replace window-splits by window-combination-resize.
19111 * cus-start.el (window-splits): Replace by window-combination-resize.
19112
19113 2011-11-17 Glenn Morris <rgm@gnu.org>
19114
19115 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19116 Make bash entry derive from sh entry, not shell entry.
19117
19118 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19119
19120 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19121 local file name.
19122
19123 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * menu-bar.el (menu-bar-file-menu):
19126 * printing.el (pr-ps-utility):
19127 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19128 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19129 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19130 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19131 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19132 (icalendar--convert-cyclic-to-ical)
19133 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19134 (icalendar--convert-ical-to-diary)
19135 (icalendar--convert-recurring-to-diary)
19136 (icalendar--convert-non-recurring-all-day-to-diary)
19137 (icalendar-import-format-sample):
19138 * progmodes/idlw-shell.el (idlwave-shell-mode):
19139 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19140 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19141 (vhdl-ps-print-init): Fix typos.
19142
19143 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19144
19145 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19146 FSF and collapse date sequence, obscure author/maintainer email address
19147 better, remove extra version line, track relocation of author's webpage.
19148
19149 * progmodes/python.el (python-pdbtrack-input-prompt)
19150 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19151 regular python pdb prompts. Adjustments shamelessly taken exactly as
19152 suggested in EmacsWiki page (tiny change):
19153 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19154
19155 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19156
19157 * expand.el (expand-pos, expand-index, expand-point):
19158 Remove redundant info from docstring.
19159 (expand-add-abbrevs): Doc fix.
19160 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19161 (expand-sample-perl-mode-expand-list): Fix typos.
19162
19163 * net/dbus.el (dbus-event-member-name):
19164 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19165 * term/pc-win.el (msdos-create-frame-with-faces):
19166 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19167
19168 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19169
19170 * window.el (split-window, window-state-get-1)
19171 (window-state-put-1, window-state-put-2): Rename occurrences of
19172 window-nest to window-combination-limit.
19173 * cus-start.el (window-nest): Rename to window-combination-limit.
19174
19175 2011-11-16 Chong Yidong <cyd@gnu.org>
19176
19177 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19178 regexp (Bug#10033).
19179
19180 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19183 `completing-read' will remove *Completions* and will preserve
19184 current-buffer for us.
19185 (tmm-add-prompt): Users of *Completions* will always (re)set its
19186 major mode.
19187 (tmm-old-comp-map): Remove.
19188
19189 2011-11-16 Glenn Morris <rgm@gnu.org>
19190
19191 * mail/rmailedit.el: Require rmailmm when compiling.
19192 (rmail-old-mime-state): New declaration.
19193 (rmail-edit-current-message): If editing a mime message,
19194 edit the "raw" message from the mbox buffer.
19195 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19196
19197 2011-11-15 Glenn Morris <rgm@gnu.org>
19198
19199 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19200 which wasn't being used. Add optional arg to force given state.
19201 (rmail-mime): Add optional arg to force given state.
19202
19203 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19204
19205 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19206 * frame.el (display-mm-dimensions-alist):
19207 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19208 (outline-move-subtree-down):
19209 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19210 (newsticker--treeview-do-get-node):
19211 * net/quickurl.el (quickurl-list-buffer-name):
19212 * progmodes/dcl-mode.el (dcl-mode):
19213 * progmodes/gdb-mi.el (gdb-mapcar*):
19214 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19215
19216 2011-11-15 Glenn Morris <rgm@gnu.org>
19217
19218 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19219 in a boolean sense, so just make it a boolean, and fix the doc.
19220 (rmail-show-mime-function, rmail-mime-feature)
19221 (rmail-require-mime-maybe): Doc fixes.
19222 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19223
19224 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19225
19226 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19227
19228 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19229 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19230 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19231 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19232
19233 2011-11-15 Glenn Morris <rgm@gnu.org>
19234
19235 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19236 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19237 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19238 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19239 (rmail-mime, rmail-show-mime): Doc fixes.
19240
19241 * term/ns-win.el (mode-line-frame-identification):
19242 Leave it alone. (Bug#10051)
19243
19244 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19245
19246 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19247 Handle empty buffers. (Bug#9978)
19248
19249 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19250
19251 * international/mule.el (define-charset):
19252 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19253 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19254 * progmodes/verilog-mode.el (verilog-backward-token):
19255 * textmodes/ispell.el (lookup-words):
19256 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19257
19258 2011-11-14 Glenn Morris <rgm@gnu.org>
19259
19260 * progmodes/executable.el
19261 (executable-make-buffer-file-executable-if-script-p):
19262 Handle file-modes returning nil.
19263
19264 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19265 message - not necessary, and causes problems. (Bug#9831)
19266
19267 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19268
19269 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19270
19271 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19272 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19273 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19274
19275 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19276
19277 * window.el (window-resize, delete-window): Use window-splits
19278 variable instead of function.
19279 (window-state-get-1, window-state-put-2, window-state-put):
19280 Don't deal with windows' splits status.
19281
19282 2011-11-12 Glenn Morris <rgm@gnu.org>
19283
19284 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19285 (apropos-documentation): Doc fixes.
19286
19287 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19288
19289 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19290 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19291
19292 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19293
19294 * electric.el (electric-indent-post-self-insert-function): Make it
19295 possible for a char to only indent in some circumstances.
19296 (electric-indent-mode): Simplify.
19297
19298 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19299
19300 * window.el (windows-with-parameter): Remove unused function.
19301 (windows-at-side): Rename to window-at-side-list.
19302 (window-check, window-atom-check, window-atom-check-1)
19303 (window-side-check, window-size-ignore, window-size-fixed-1)
19304 (window-in-direction-2): Prefix with "window--".
19305 (window-tree-1): Rename to window--subtree, fix doc-string.
19306
19307 2011-11-11 Glenn Morris <rgm@gnu.org>
19308
19309 * subr.el (eval-after-load): If FILE is already loaded,
19310 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19311
19312 2011-11-10 Glenn Morris <rgm@gnu.org>
19313
19314 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19315 Call svn via vc-svn-command rather than vc-do-command.
19316 (vc-svn-command): Add --non-interactive. (Bug#9993)
19317 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19318
19319 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19320 Add toggle-read-only. (Bug#7292)
19321 * files.el (toggle-read-only): Mention that it should only
19322 be used interactively. (Bug#10006)
19323
19324 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19327 Adjust regexp for OCaml warnings.
19328
19329 * electric.el (electric-pair-post-self-insert-function): Let user
19330 turn it off buffer-locally (bug#9932).
19331
19332 * progmodes/python.el (python-beginning-of-statement):
19333 Rewrite (bug#2703).
19334
19335 * progmodes/compile.el: Better handle TABs (bug#9749).
19336 (compilation-internal-error-properties)
19337 (compilation-next-error-function): Obey the target buffer's
19338 compilation-error-screen-columns.
19339
19340 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19341
19342 * progmodes/meta-mode.el: Remove obsolete comments.
19343 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19344 Fix typos in docstrings.
19345
19346 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19347
19348 * window.el (window-size-fixed-p): Rewrite doc-string.
19349 (window-resizable-p): Rename to window--resizable-p. Update callers.
19350 (window--resizable): New function. Make all callers of
19351 window-resizable call window--resizable instead.
19352 (window-resizable): Rewrite in terms of window--resizable.
19353
19354 2011-11-08 Glenn Morris <rgm@gnu.org>
19355
19356 * progmodes/delphi.el (delphi-mode-syntax-table):
19357 Let define-derived-mode define a proper syntax table. (Bug#9994)
19358
19359 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * window.el: Stay away from defsubst.
19362 (window-list-no-nils): Remove.
19363 (window-state-get-1, window-state-get): Use backquote instead.
19364
19365 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19366
19367 * emacs-lisp/find-func.el (find-function-read):
19368 Fix incorrect use of default argument in `completing-read'.
19369
19370 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19371
19372 * window.el (display-buffer-function, special-display-function):
19373 Mention display-buffer-record-window but do not mention
19374 help-setup parameter in doc-strings.
19375 (window-min-delta): Fix doc-string typo.
19376
19377 2011-11-08 Chong Yidong <cyd@gnu.org>
19378
19379 * window.el (window-total-height, window-total-width): Doc fix.
19380 (window-body-size): Move from C.
19381 (window-body-height, window-body-width): Move to C.
19382
19383 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * window.el: Make special-display like display-buffer-alist (bug#9532).
19386 (display-buffer--special-action): New function, morphed
19387 from display-buffer--special.
19388 (display-buffer): Use it to handle special-display-buffers at higher
19389 priority (just after display-buffer-alist).
19390 (display-buffer-fallback-action, display-buffer--other-frame-action)
19391 (pop-to-buffer-same-window): Remove display-buffer--special.
19392
19393 2011-11-07 Glenn Morris <rgm@gnu.org>
19394
19395 * calendar/cal-menu.el (cal-menu-set-date-title):
19396 Do nothing if not in a calendar. (Bug#9976)
19397
19398 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * files.el (find-file): Always use selected-window.
19401
19402 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19403
19404 * window.el (window-combinations): Make WINDOW argument
19405 mandatory. Rewrite doc-string.
19406 (walk-window-subtree, window-atom-check, window-min-delta)
19407 (window-max-delta, window--resize-this-window)
19408 (window--resize-root-window-vertically, window-tree)
19409 (balance-windows, window-state-put): Rewrite doc-strings as to
19410 not mention the term "subwindow".
19411 (window--resize-subwindows-skip-p): Rename to
19412 window--resize-child-windows-skip-p.
19413 (window--resize-subwindows-normal): Rename to
19414 window--resize-child-windows-normal.
19415 (window--resize-subwindows): Rename to
19416 window--resize-child-windows.
19417 (window-or-subwindow-p): Rename to window--in-subtree-p.
19418
19419 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19420
19421 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19422 Ensure that mbox format messages end in two newlines (Bug#9974).
19423
19424 2011-11-06 Chong Yidong <cyd@gnu.org>
19425
19426 * window.el (window-combination-p): Function deleted; its
19427 side-effect is not used in any existing code.
19428 (window-combinations, window-combined-p): Call window-*-child
19429 directly.
19430
19431 2011-11-05 Chong Yidong <cyd@gnu.org>
19432
19433 * window.el (window-valid-p): Rename from window-any-p.
19434 (window-size-ignore, window-state-get): Callers changed.
19435 (window-normalize-window): Rename from window-normalize-any-window.
19436 New arg LIVE-ONLY, replacing window-normalize-live-window.
19437 (window-normalize-live-window): Delete.
19438 (window-combination-p, window-combined-p, window-combinations)
19439 (walk-window-subtree, window-atom-root, window-min-size)
19440 (window-sizable, window-sizable-p, window-size-fixed-p)
19441 (window-min-delta, window-max-delta, window-resizable)
19442 (window-resizable-p, window-full-height-p, window-full-width-p)
19443 (window-current-scroll-bars, window-point-1, set-window-point-1)
19444 (window-at-side-p, window-in-direction, window-resize)
19445 (adjust-window-trailing-edge, maximize-window, minimize-window)
19446 (window-deletable-p, delete-window, delete-other-windows)
19447 (record-window-buffer, unrecord-window-buffer)
19448 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19449 (quit-window, split-window, window-state-put)
19450 (set-window-text-height, fit-window-to-buffer)
19451 (shrink-window-if-larger-than-buffer): Callers changed.
19452
19453 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19454
19455 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19456 rfc2047-decode-string.
19457 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19458 warnings.
19459
19460 * window.el (window-body-height, window-body-width): Mention in
19461 the doc string that the return values are in frame's canonical
19462 units. (Bug#9949)
19463
19464 2011-11-03 Alan Mackenzie <acm@muc.de>
19465
19466 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19467 change in cc-engine.el.
19468
19469 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19472
19473 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19474
19475 * window.el (quit-window): Call unrecord-window-buffer after
19476 showing another buffer in the window. (Bug#9937)
19477 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19478
19479 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19480
19481 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19482 Accept status with more than 9 shelves. (Bug#9935)
19483 Reported by Colin D Bennett <colin@gibibit.com>.
19484
19485 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19486
19487 * help.el (with-help-window): Don't reference
19488 temp-buffer-show-specifiers in doc-string.
19489
19490 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19491
19492 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19493 menu-item.
19494
19495 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19496
19497 * whitespace.el: New version 13.2.2.
19498 (whitespace-newline-mode): Disable properly. Reported by Sarah
19499 <EmacsWiki>.
19500
19501 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19502
19503 * net/newst-treeview.el: Remove "Time-stamp".
19504 (newsticker--group-manage-orphan-feeds): Do not call
19505 newsticker--treeview-tree-update.
19506 (newsticker-treeview-update, newsticker-treeview):
19507 Call newsticker--treeview-tree-update if necessary.
19508
19509 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19510
19511 * window.el (window-iso-combination-p, window-iso-combined-p)
19512 (window-iso-combinations): Remove "iso-" infix.
19513 Suggested by Chong Yidong.
19514 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19515 (window-max-delta-1, window-resize, window--resize-siblings)
19516 (window--resize-this-window, adjust-window-trailing-edge)
19517 (split-window, balance-windows-1)
19518 (shrink-window-if-larger-than-buffer):
19519 * calendar/calendar.el (calendar-generate-window):
19520 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19521
19522 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19525 in place (bug#9907).
19526 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19527 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19528 (eshell-structure-basic-command, eshell-rewrite-while-command)
19529 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19530 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19531 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19532 (eshell-do-pipelines-synchronously, eshell-eval-command):
19533 Use backquotes and prefer setq to set.
19534 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19535 (eshell-macrop): Use functionp.
19536 (eshell-do-eval): Handle multiple expressions in `while' body.
19537
19538 2011-10-30 Chong Yidong <cyd@gnu.org>
19539
19540 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19541 instead of set-mark (Bug#9810).
19542
19543 2011-10-30 Chong Yidong <cyd@gnu.org>
19544
19545 * window.el (split-window-below, split-window-right): Rename from
19546 split-window-above-each-other and split-window-side-by-side
19547 respectively. All callers changed.
19548 (split-window-sensibly, split-window-sensibly): Use them.
19549 (split-window-keep-point): Doc fix.
19550
19551 * isearch.el: Add isearch-scroll property to split-window-below
19552 and split-window-right.
19553
19554 * follow.el (follow-mode):
19555 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19556 * progmodes/ada-xref.el (ada-gdb-application):
19557 * emulation/vip.el (vip-buffer-in-two-windows):
19558 * image-dired.el (image-dired-dired-with-window-configuration):
19559 * dired-x.el (dired-do-find-marked-files):
19560 * dired.el (dired-pop-to-buffer):
19561 * bs.el (bs--show-with-configuration):
19562 * vc/emerge.el (emerge-setup-windows):
19563 * textmodes/two-column.el (2C-two-columns):
19564 * textmodes/reftex-toc.el (reftex-toc):
19565 * progmodes/gdb-mi.el (gdb-setup-windows):
19566 * progmodes/fortran.el (fortran-window-create):
19567 * net/newst-treeview.el (newsticker--treeview-window-init):
19568 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19569 * emulation/tpu-edt.el (tpu-gold-map):
19570 * emulation/crisp.el (crisp-mode-map):
19571 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19572
19573 2011-10-29 Chong Yidong <cyd@gnu.org>
19574
19575 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19576
19577 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19578
19579 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19580 forged Ispell output (Bug#7904).
19581
19582 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19583
19584 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * doc-view.el: Avoid ugly errors about not finding nil.
19587 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19588 (doc-view-dvipdf-program, doc-view-unoconv-program)
19589 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19590 Avoid nil or absolute file name as default value.
19591 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19592
19593 2011-10-28 Alan Mackenzie <acm@muc.de>
19594
19595 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19596
19597 2011-10-28 Alan Mackenzie <acm@muc.de>
19598
19599 Amend the handling of c-beginning/end-of-defun in nested declaration
19600 scopes.
19601
19602 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19603 cc-langs.el. Change it to a defcustom.
19604
19605 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19606 cc-vars.el.
19607
19608 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19609 Prevent "class foo : bar" being spuriously recognized as a label.
19610
19611 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19612 Add parameter `inclusive' (to include enclosing braces in the region).
19613 (c-widen-to-enclosing-decl-scope): New function.
19614 (c-while-widening-to-decl-block): New macro.
19615 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19616 outward for defun boundaries, and correspondingly change symbol
19617 `respect-enclosure' to `go-outward'.
19618 (c-declaration-limits): Change algorithm to report only the "innermost"
19619 defun's boundaries.
19620
19621 2011-10-28 Deniz Dogan <deniz@dogan.se>
19622
19623 * net/rcirc.el (rcirc-mode): Use hard newlines.
19624
19625 2011-10-28 Alan Mackenzie <acm@muc.de>
19626
19627 Amend to indent and fontify macros "which include their own semicolon"
19628 correctly, using the "virtual semicolon" mechanism.
19629
19630 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19631
19632 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19633 Recode to scan one line at a time rather than having \n and \r
19634 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19635 (c-forward-label): Amend for virtual semicolons.
19636 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19637
19638 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19639 of the new C macros.
19640
19641 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19642 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19643 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19644 (c-opt-cpp-macro-define): Make into a full language variable.
19645 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19646 AWK Mode (including \n, \r) removed, no longer needed.
19647
19648 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19649 Invoke c-make-macro-with-semi-re.
19650
19651 * progmodes/cc-vars.el (c-macro-with-semi-re):
19652 (c-macro-names-with-semicolon): New variables.
19653 (c-make-macro-with-semi-re): New function.
19654
19655 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * vc/log-edit.el: Fill empty field rather than adding new one.
19658 (log-edit-add-field): New function.
19659 (log-edit-insert-changelog): Use it.
19660
19661 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19662
19663 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19664
19665 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19668 (gdb--check-interpreter): New function.
19669 (gdb): Use it.
19670
19671 2011-10-27 Glenn Morris <rgm@gnu.org>
19672
19673 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19674 (least-positive-float, least-negative-float)
19675 (least-positive-normalized-float, least-negative-normalized-float)
19676 (float-epsilon, float-negative-epsilon):
19677 Remove unnecessary declarations.
19678
19679 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19680 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19681 (least-positive-float, least-negative-float)
19682 (least-positive-normalized-float, least-negative-normalized-float)
19683 (float-epsilon, float-negative-epsilon): Add doc-strings,
19684 based on those in cl.texi.
19685
19686 * files.el (set-visited-file-name): If the major-mode changed,
19687 reload the local variables. (Bug#9796)
19688
19689 2011-10-27 Chong Yidong <cyd@gnu.org>
19690
19691 * subr.el (change-major-mode-after-body-hook): New hook.
19692 (run-mode-hooks): Run it.
19693
19694 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19695 Use change-major-mode-before-body-hook.
19696
19697 * simple.el (fundamental-mode):
19698 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19699 change introducing fundamental-mode-hook.
19700
19701 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19704
19705 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19706
19707 * ido.el (ido-file-name-all-completions-1): Do not require
19708 tramp.el explicitly. (Bug#7583)
19709
19710 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * progmodes/octave-mod.el:
19713 * progmodes/octave-inf.el: Update maintainer.
19714
19715 2011-10-26 Chong Yidong <cyd@gnu.org>
19716
19717 * subr.el (with-wrapper-hook): Rewrite doc.
19718
19719 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19720
19721 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19722 filenames "/method:foo:". (Bug#9793)
19723
19724 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19725
19726 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19727 (bug#9865).
19728
19729 2011-10-24 Glenn Morris <rgm@gnu.org>
19730
19731 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19732
19733 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19734
19735 * notifications.el: Add the requirement of a running D-Bus session
19736 bus to the Commentary.
19737
19738 2011-10-24 Juri Linkov <juri@jurta.org>
19739
19740 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19741 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19742 (Bug#9364)
19743
19744 2011-10-24 Juri Linkov <juri@jurta.org>
19745
19746 * info.el (Info-following-node-name-re): Add newline to the list
19747 of allowed characters for leading space. (Bug#9824)
19748
19749 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * progmodes/octave-inf.el (inferior-octave-mode-map):
19752 Fix C-c C-h binding.
19753 * progmodes/octave-mod.el (octave-help): Remove.
19754
19755 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19756
19757 Sync with Tramp 2.2.3.
19758
19759 * net/tramp-cache.el (top): Pacify byte-compiler using
19760 `init-file-user' and `site-run-file'.
19761
19762 * net/trampver.el: Update release number.
19763
19764 2011-10-23 Chong Yidong <cyd@gnu.org>
19765
19766 * files.el (toggle-read-only): Remove obsolete comment about
19767 version control.
19768
19769 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19770 for toggle-read-only. Note that this hasn't called vc-next-action
19771 since 2008-05-02, though it wasn't documented at the time.
19772
19773 * vc/ediff-init.el (ediff-toggle-read-only-function):
19774 Use toggle-read-only.
19775
19776 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19777
19778 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19779 of c-parse-state.
19780
19781 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19782 correct faulty logical expression.
19783 (c-parse-state-state, c-record-parse-state-state):
19784 (c-replay-parse-state-state): New defvar/defuns.
19785 (c-debug-parse-state): Use new functions.
19786
19787 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19788
19789 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19790 last fix. Use window-in-direction correctly.
19791
19792 2011-10-21 Chong Yidong <cyd@gnu.org>
19793
19794 * progmodes/idlwave.el (idlwave-mode):
19795 * progmodes/vera-mode.el (vera-mode): No need to set
19796 require-final-newline; that's done in prog-mode.
19797 Suggested by Stefan Monnier.
19798
19799 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19800
19801 * mouse.el (mouse-drag-window-above)
19802 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19803 (mouse-drag-mode-line-1, mouse-drag-header-line)
19804 (mouse-drag-vertical-line-rightward-window): Remove.
19805 (mouse-drag-line): New function.
19806 (mouse-drag-mode-line, mouse-drag-header-line)
19807 (mouse-drag-vertical-line): Call mouse-drag-line.
19808 * window.el (window-at-side-p, windows-at-side): New functions.
19809
19810 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19811
19812 * tar-mode.el (tar-grind-file-mode):
19813 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19814
19815 2011-10-21 Chong Yidong <cyd@gnu.org>
19816
19817 * progmodes/idlwave.el (idlwave-mode):
19818 * progmodes/vera-mode.el (vera-mode):
19819 Use mode-require-final-newline.
19820
19821 2011-10-20 Glenn Morris <rgm@gnu.org>
19822
19823 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19824
19825 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19826
19827 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19828
19829 2011-10-20 Chong Yidong <cyd@gnu.org>
19830
19831 * emulation/cua-base.el (cua-mode):
19832 * mail/footnote.el (footnote-mode):
19833 * mail/mailabbrev.el (mail-abbrevs-mode):
19834 * net/xesam.el (xesam-minor-mode):
19835 * progmodes/bug-reference.el (bug-reference-mode):
19836 * progmodes/cap-words.el (capitalized-words-mode):
19837 * progmodes/compile.el (compilation-minor-mode)
19838 (compilation-shell-minor-mode):
19839 * progmodes/gud.el (gud-tooltip-mode):
19840 * progmodes/hideif.el (hide-ifdef-mode):
19841 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19842 * progmodes/subword.el (subword-mode):
19843 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19844 * progmodes/which-func.el (which-function-mode):
19845 * term/tvi970.el (tvi970-set-keypad-mode):
19846 * term/vt100.el (vt100-wide-mode):
19847 * textmodes/flyspell.el (flyspell-mode):
19848 * textmodes/ispell.el (ispell-minor-mode):
19849 * textmodes/nroff-mode.el (nroff-electric-mode):
19850 * textmodes/paragraphs.el (use-hard-newlines):
19851 * textmodes/refill.el (refill-mode):
19852 * textmodes/reftex.el (reftex-mode):
19853 * textmodes/rst.el (rst-minor-mode):
19854 * textmodes/sgml-mode.el (html-autoview-mode)
19855 (sgml-electric-tag-pair-mode):
19856 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19857 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19858 * emulation/crisp.el (crisp-mode):
19859 * emacs-lisp/eldoc.el (eldoc-mode):
19860 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19861 minor mode behavior.
19862
19863 2011-10-19 Juri Linkov <juri@jurta.org>
19864
19865 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19866 the list of hard-coded chars with escape-glyph face.
19867
19868 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19869
19870 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19871
19872 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19873
19874 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19875 running process.
19876
19877 2011-10-19 Glenn Morris <rgm@gnu.org>
19878
19879 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19880 Ignore ignored files. (Bug#9726)
19881
19882 2011-10-19 Chong Yidong <cyd@gnu.org>
19883
19884 Doc fix for minor modes, stating that an omitted argument enables
19885 the mode unconditionally when called from Lisp.
19886
19887 * abbrev.el (abbrev-mode):
19888 * allout.el (allout-mode):
19889 * autoinsert.el (auto-insert-mode):
19890 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19891 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19892 (global-auto-revert-mode):
19893 * battery.el (display-battery-mode):
19894 * composite.el (global-auto-composition-mode)
19895 (auto-composition-mode):
19896 * delsel.el (delete-selection-mode):
19897 * desktop.el (desktop-save-mode):
19898 * dired-x.el (dired-omit-mode):
19899 * dirtrack.el (dirtrack-mode):
19900 * doc-view.el (doc-view-minor-mode):
19901 * double.el (double-mode):
19902 * electric.el (electric-indent-mode, electric-pair-mode):
19903 * emacs-lock.el (emacs-lock-mode):
19904 * epa-hook.el (auto-encryption-mode):
19905 * follow.el (follow-mode):
19906 * font-core.el (font-lock-mode):
19907 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19908 * help.el (temp-buffer-resize-mode):
19909 * hilit-chg.el (highlight-changes-mode)
19910 (highlight-changes-visible-mode):
19911 * hi-lock.el (hi-lock-mode):
19912 * hl-line.el (hl-line-mode, global-hl-line-mode):
19913 * icomplete.el (icomplete-mode):
19914 * ido.el (ido-everywhere):
19915 * image-file.el (auto-image-file-mode):
19916 * image-mode.el (image-minor-mode):
19917 * iswitchb.el (iswitchb-mode):
19918 * jka-cmpr-hook.el (auto-compression-mode):
19919 * linum.el (linum-mode):
19920 * longlines.el (longlines-mode):
19921 * master.el (master-mode):
19922 * mb-depth.el (minibuffer-depth-indicate-mode):
19923 * menu-bar.el (menu-bar-mode):
19924 * minibuf-eldef.el (minibuffer-electric-default-mode):
19925 * mouse-sel.el (mouse-sel-mode):
19926 * msb.el (msb-mode):
19927 * mwheel.el (mouse-wheel-mode):
19928 * outline.el (outline-minor-mode):
19929 * paren.el (show-paren-mode):
19930 * recentf.el (recentf-mode):
19931 * reveal.el (reveal-mode, global-reveal-mode):
19932 * rfn-eshadow.el (file-name-shadow-mode):
19933 * ruler-mode.el (ruler-mode):
19934 * savehist.el (savehist-mode):
19935 * scroll-all.el (scroll-all-mode):
19936 * scroll-bar.el (scroll-bar-mode):
19937 * server.el (server-mode):
19938 * shell.el (shell-dirtrack-mode):
19939 * simple.el (auto-fill-mode, transient-mark-mode)
19940 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19941 (line-number-mode, column-number-mode, size-indication-mode)
19942 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19943 * strokes.el (strokes-mode):
19944 * time.el (display-time-mode):
19945 * t-mouse.el (gpm-mouse-mode):
19946 * tool-bar.el (tool-bar-mode):
19947 * tooltip.el (tooltip-mode):
19948 * type-break.el (type-break-mode-line-message-mode)
19949 (type-break-query-mode):
19950 * view.el (view-mode):
19951 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19952 (global-whitespace-mode, global-whitespace-newline-mode):
19953 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19954
19955 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19956 Fix autogenerated docstring.
19957
19958 2011-10-19 Juri Linkov <juri@jurta.org>
19959
19960 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19961 by checking environment variables "DESKTOP_SESSION" and
19962 "XDG_CURRENT_DESKTOP". (Bug#9779)
19963
19964 2011-10-19 Juri Linkov <juri@jurta.org>
19965
19966 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19967 (browse-url-chromium-program, browse-url-chromium-arguments):
19968 New defcustoms.
19969 (browse-url-default-browser): Check for `browse-url-chromium' and
19970 call `browse-url-chromium-program'.
19971 (browse-url-chromium): New command. (Bug#9779)
19972
19973 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19974
19975 * facemenu.el (list-colors-duplicates): On Windows, detect more
19976 duplicates by assuming that only colors matching "^System" are
19977 special "system colors". (Bug#9722)
19978
19979 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19982 to distinguish the author from the committer.
19983
19984 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19985
19986 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19987
19988 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19989
19990 * international/mule.el (sgml-html-meta-auto-coding-function):
19991 Add support for detecting encoding in HTML5 specified only as
19992 <meta charset="UTF-8">. Implementation just makes http-equiv and
19993 content-type parts from HTML4 encoding string optional. (Bug#9716)
19994
19995 2011-10-18 Glenn Morris <rgm@gnu.org>
19996
19997 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19998
19999 2011-10-18 Chong Yidong <cyd@gnu.org>
20000
20001 * faces.el (cursor): Doc fix.
20002
20003 2011-10-17 Chong Yidong <cyd@gnu.org>
20004
20005 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20006
20007 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20008
20009 * dirtrack.el (dirtrack): Support shell buffers with path
20010 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20011
20012 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20013
20014 * json.el: Bump version to 1.3 and note change in History.
20015 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20016
20017 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * comint.el (comint-insert-input, comint-send-input)
20020 (comint-get-old-input-default, comint-backward-matching-input)
20021 (comint-next-prompt): Use nil instead of `input' for field property of
20022 past user input (bug#114).
20023
20024 * minibuffer.el (completion--replace): Inherit surrounding properties
20025 (bug#114).
20026 (minibuffer-complete-and-exit): Use it.
20027
20028 * comint.el (comint--table-subvert): Quote the all-completions output
20029 (bug#9160).
20030
20031 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20032
20033 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20034
20035 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20036 window on right of selected. (Bug#9350) Reword other window
20037 entries and separate them from frame entries.
20038
20039 2011-10-15 Glenn Morris <rgm@gnu.org>
20040
20041 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20042 Doc fixes.
20043
20044 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20045
20046 * net/network-stream.el (network-stream-open-starttls):
20047 Improve detection of failure due to lack of TLS support.
20048
20049 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20050 putting the input text in front and in bold.
20051
20052 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20055
20056 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20057 empty buffer.
20058
20059 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20060 unread-command-events rather than pushing yet-another event.
20061
20062 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20063
20064 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20065 the explanation of the possible choices. Make the options passed
20066 to completing-read shorter.
20067
20068 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20069
20070 * textmodes/flyspell.el (flyspell-large-region): Make sure
20071 extended character mode is used if defined (Bug#1339).
20072
20073 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20074
20075 * simple.el (what-cursor-position): Fix the display of the
20076 character info for LRE, LRO, RLE, and RLO characters by appending
20077 an invisible PDF.
20078
20079 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20082 even in case of error; add debug spec; simplify data flow.
20083 (with-timeout-handler): Remove.
20084
20085 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20086
20087 Fix Bug#6019, Bug#9315.
20088
20089 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20090 complete `buffer-file-name', the local file name part could look
20091 remotely (for example on VMS).
20092
20093 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20094 `tramp-run-real-handler'.
20095 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20096 already quoted by '"'.
20097
20098 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20099 Let `file-name-handler-alist' be nil, the local file name part
20100 could look remotely (for example on VMS).
20101
20102 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20105 from here...
20106 (flyspell-post-command-hook): ...to here.
20107
20108 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20109
20110 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20111 if not needed.
20112 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20113 using completion. Protect against "slow" callers.
20114 Remove the "message hack".
20115
20116 2011-10-11 Juri Linkov <juri@jurta.org>
20117
20118 * isearch.el (isearch-lazy-highlight-word): New variable.
20119 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20120 Use it. (Bug#9727)
20121
20122 2011-10-11 Glenn Morris <rgm@gnu.org>
20123
20124 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20125 like f90-previous-statement does.
20126
20127 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20128
20129 * eshell/eshell.el (eshell-command): History should be saved
20130 only in interactive use, to avoid error.
20131
20132 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * minibuffer.el (completion-file-name-table): Fix last change,
20135 i.e. ignore normal errors but not the other ones.
20136
20137 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20138
20139 * window.el (special-display-buffer-names)
20140 (special-display-regexps): Remove some remnants of earlier
20141 changes from doc-strings.
20142 (quit-windows-on): New function.
20143
20144 * vc/vc.el (vc-revert, vc-rollback):
20145 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20146 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20147 (Bug#6183) (Bug#7074) (Bug#7447)
20148
20149 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20150
20151 * window.el (frame-auto-hide-function): Add version tag.
20152 (Bug#9699)
20153
20154 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20155
20156 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20157 condition.
20158
20159 2011-10-09 Leo Liu <sdl.web@gmail.com>
20160
20161 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20162 (Bug#9701)
20163
20164 2011-10-08 Glenn Morris <rgm@gnu.org>
20165
20166 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20167 before the first code statement zero indent. (Bug#9690)
20168
20169 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20170
20171 * simple.el (count-words-region): Always count in the region.
20172 Report the number of lines and characters too.
20173 (count-words): New command, which counts in the buffer if the
20174 region is inactive, as count-words-region used to.
20175 (count-words--message): New function. Handle plurals.
20176 (count-lines-region): Make it an alias for count-words-region.
20177
20178 * bindings.el (esc-map): Replace count-lines-region with
20179 count-words-region.
20180
20181 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20182
20183 * window.el (window--delete): Delete dedicated frame
20184 unconditionally when argument KILL is non-nil. (Bug#9699)
20185 (switch-to-buffer): Fix doc-string typo.
20186
20187 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20188
20189 * eshell/eshell.el (eshell-command): Avoid using hooks.
20190
20191 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20192
20193 * bindings.el ([M-left],[M-right]): Bind to left-word and
20194 right-word respectively.
20195
20196 2011-10-07 Glenn Morris <rgm@gnu.org>
20197
20198 * cus-start.el (debug-on-quit): Fix custom type.
20199
20200 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20201
20202 * subr.el (define-key-after): Clarify that the function is not
20203 useful for non-menu keymaps.
20204
20205 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20206
20207 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20208
20209 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20210 in current minibuffer (Fix bug with recursive minibuffers).
20211
20212 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20213
20214 * progmodes/gdb-mi.el (gdb): Doc fix.
20215
20216 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20217
20218 * window.el (frame-auto-hide-function): New option replacing
20219 frame-auto-delete. Suggested by Stefan Monnier.
20220 (window--delete): Call frame-auto-hide-function instead of
20221 investigating frame-auto-delete.
20222 (window-point-1, set-window-point-1): New functions.
20223 (window-in-direction, record-window-buffer, window-state-get-1)
20224 (display-buffer-record-window): Use window-point-1 instead of
20225 window-point.
20226 (set-window-buffer-start-and-point): Use set-window-point-1.
20227
20228 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20229
20230 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20231
20232 2011-10-05 Glenn Morris <rgm@gnu.org>
20233
20234 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20235 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20236
20237 2011-10-05 Leo Liu <sdl.web@gmail.com>
20238
20239 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20240 works with buffer object.
20241
20242 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * mpc.el (mpc-tool-bar-map): Add labels.
20245
20246 2011-10-04 Glenn Morris <rgm@gnu.org>
20247
20248 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20249
20250 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20251
20252 * window.el (window--delete): New function.
20253 (frame-auto-delete): Resuscitate option.
20254 (bury-buffer, replace-buffer-in-windows)
20255 (quit-window): Rewrite using window--delete.
20256 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20257 Pass display-buffer-mark-dedicated to window--display-buffer-2
20258 (Bug#9639).
20259
20260 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20263 returns a list (bug#9554). Add remote file name completion.
20264 * comint.el (comint--table-subvert): Curry and get quote&unquote
20265 functions as arguments.
20266 (comint--complete-file-name-data): Adjust call accordingly.
20267 * pcomplete.el (pcomplete--table-subvert): Remove.
20268 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20269
20270 * minibuffer.el (completion-table-case-fold): Use currying.
20271 (completion--styles-type, completion--cycling-threshold-type):
20272 New constants.
20273 (completion-styles, completion-category-overrides)
20274 (completion-cycle-threshold): Use them.
20275 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20276 completion-table-case-fold.
20277
20278 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20279
20280 * minibuffer.el (completion-category-overrides): Fix type of styles
20281 and add more user friendly tags (bug#9660).
20282
20283 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20286 (mule-input-method-string): New widget.
20287 (default-input-method, language-info-custom-alist): Use it.
20288
20289 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20290
20291 * pcomplete.el: Require comint.
20292 (pcomplete--common-suffix): Remove.
20293 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20294 (pcomplete--table-subvert): Sync with comint--table-subvert.
20295 (pcomplete--entries): Use comint-completion-file-name-table.
20296 * comint.el (comint-unquote-filename): Simplify.
20297 (comint-completion-file-name-table): New function (bug#9616).
20298 (comint--complete-file-name-data): Use it.
20299
20300 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20301 (pcmpl-gnu-tar-buffer): Remove.
20302 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20303 around. Make sure pcomplete-suffix-list is only changed temporarily.
20304 Don't look inside the tar's file if it's too large.
20305
20306 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20307
20308 * cus-edit.el (custom-mode-map):
20309 * epa.el (epa-key-list-mode-map):
20310 * man.el (Man-mode-map):
20311 * startup.el (splash-screen-keymap):
20312 * simple.el (special-mode-map): Use scroll-up-command and
20313 scroll-down-command.
20314
20315 * progmodes/idlw-help.el (idlwave-help-mode-map):
20316 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20317 * net/newst-plainview.el (newsticker-mode-map):
20318 * emulation/ws-mode.el (wordstar-mode-map):
20319 * emulation/vi.el (vi-com-map):
20320 * calc/calc-graph.el (calc-graph-show-dumb):
20321 * term/sun.el (terminal-init-sun):
20322 * term/ns-win.el (global-map):
20323 * progmodes/grep.el (grep-mode-map):
20324 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20325 * mail/rmail.el (rmail-mode-map):
20326 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20327
20328 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20329 custom-safe-themes as special.
20330
20331 2011-10-01 Julien Danjou <julien@danjou.info>
20332
20333 * notifications.el (notifications-notify): Fix docstring.
20334
20335 2011-10-01 Per Starbäck <per@starback.se>
20336
20337 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20338
20339 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20340
20341 * startup.el (command-line-1): Fix last fix by inserting
20342 initial-scratch-message into *scratch* before displaying it.
20343 (Bug#9605) and (Bug#9636)
20344
20345 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20346
20347 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20348 window is hscrolled, move by logical lines. (Bug#9607)
20349 (line-move-visual): Update the doc string to the above effect.
20350
20351 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20352
20353 * window.el (display-buffer-record-window): When WINDOW is the
20354 selected window use `point' instead of `window-point'. (Bug#9626)
20355
20356 * startup.el (command-line-1): Use insert-before-markers when
20357 inserting initial-scratch-message. (Bug#9605)
20358
20359 * help.el (help-window): Remove variable.
20360
20361 2011-09-29 Glenn Morris <rgm@gnu.org>
20362
20363 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20364
20365 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20366
20367 * descr-text.el (describe-char-categories): Accept category
20368 descriptions more than one line long.
20369
20370 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20371
20372 * simple.el (delete-trailing-whitespace): Fix last change.
20373
20374 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20375 Don't confuse "y => 3" as the beginning of a `y' operation.
20376
20377 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20378 object has more than 4 slots (bug#9613).
20379
20380 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20381
20382 * subr.el (with-output-to-temp-buffer):
20383 * net/quickurl.el (quickurl, quickurl-browse-url):
20384 Fix typos in docstrings.
20385
20386 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20387
20388 * minibuffer.el (completion-styles)
20389 (completion-category-overrides): Cross reference each other in doc
20390 strings.
20391
20392 2011-09-27 Glenn Morris <rgm@gnu.org>
20393
20394 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20395 to split-string. (Bug#9606)
20396
20397 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20398
20399 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20400 (bug#9615).
20401
20402 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * emacs-lisp/package.el (list-packages): Fix echo area message.
20405
20406 2011-09-27 Leo Liu <sdl.web@gmail.com>
20407
20408 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20409
20410 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20411
20412 * net/dbus.el (dbus-unregister-object): Don't release services for
20413 registered signals. (Bug#9581)
20414
20415 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20416
20417 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20418 function that picks between cfengine 2 and 3 support
20419 automatically. Update docs accordingly.
20420
20421 2011-09-22 Kenichi Handa <handa@m17n.org>
20422
20423 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20424 ZERO.
20425 (indian-itrans-v5-table-for-tamil): New variable.
20426 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20427
20428 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20429
20430 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20431 that's true if the current command involved collapsing of text.
20432 It's reset to false at the beginning of the next command.
20433 (allout-post-command-business): Move the cursor to the beginning
20434 of entry if the cursor is hidden and collapsing activity just
20435 happened.
20436
20437 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20438
20439 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20440 tracking (Bug#9541).
20441
20442 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20443
20444 * net/newst-reader.el (newsticker-html-renderer)
20445 (newsticker-show-news): Automatically load html rendering package
20446 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20447 because w3m-fill-column is let-bound" and the error "Symbol's value
20448 as variable is void: w3m-fill-column".
20449
20450 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20451
20452 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20453 Release services only if they are defined. (Bug#9581)
20454
20455 2011-09-23 Richard Stallman <rms@gnu.org>
20456
20457 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20458 distinguish start of paragraph from start of its text.
20459
20460 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20461
20462 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20463 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20464 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20465
20466 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20467
20468 * international/mule-diag.el (mule-diag): Insert a newline after
20469 each fontset description.
20470
20471 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20472
20473 * simple.el (delete-trailing-whitespace):
20474 Document last change; simplify.
20475
20476 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20477
20478 * simple.el (delete-trailing-whitespace): Also delete
20479 extra newlines at the end of the buffer.
20480
20481 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20482 (picture-newline): Use forward-line so as to ignore fields.
20483
20484 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20485
20486 * subr.el (with-wrapper-hook): Fix edebug spec.
20487
20488 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20489
20490 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20491 (bug#4538).
20492
20493 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20494
20495 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20496 Fix nasty bug using wrong cached values.
20497
20498 2011-09-23 Alan Mackenzie <acm@muc.de>
20499
20500 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20501
20502 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20503
20504 * window.el (pop-to-buffer): Ensure right window is selected if we
20505 chose another frame.
20506
20507 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20508
20509 * simple.el (what-cursor-position): Use get-char-property-change
20510 and next-single-char-property-change, to be able to show display
20511 properties that come from overlays as well as text properties.
20512
20513 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20514
20515 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20516
20517 * cmuscheme.el (run-scheme, switch-to-scheme):
20518 * cus-edit.el (customize-group, custom-buffer-create)
20519 (customize-browse):
20520 * info.el (info):
20521 * shell.el (shell):
20522 * mail/sendmail.el (mail):
20523 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20524
20525 2011-09-22 Richard Stallman <rms@gnu.org>
20526
20527 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20528 move back only to line beg, don't move back over blank lines.
20529
20530 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20531
20532 * files.el (copy-directory): Set directory attributes only in case
20533 they could be retrieved from the source directory. (Bug#9565)
20534
20535 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20536
20537 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20538 (hs-find-block-beginning, hs-hide-level-recursive):
20539 Ignore strings as well as comments. (Bug#9502)
20540
20541 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20542
20543 * progmodes/sql.el (sql-comint-postgres):
20544 Convert port number to a string. (Bug#9566)
20545
20546 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20547
20548 * window.el (quit-window): Undedicate window when switching to
20549 previous buffer. Reported by Thierry Volpiatto
20550 <thierry.volpiatto@gmail.com>.
20551 (special-display-popup-frame): When popping up a new frame reset
20552 its previous buffers to nil. Simplify code.
20553
20554 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20555
20556 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20557 and process filter, as done also in `shell-command'.
20558
20559 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20560
20561 * window.el (set-window-buffer-start-and-point):
20562 Call set-window-start with NOFORCE argument t.
20563 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20564 (quit-window): Reword doc-string. Handle new format of
20565 quit-restore parameter. Don't delete window if it has a
20566 previous buffer we can show instead of the present one.
20567 (display-buffer-record-window): Rewrite using a new format for
20568 the quit-restore window parameter
20569 (special-display-popup-frame, display-buffer-same-window)
20570 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20571 (display-buffer-pop-up-window, display-buffer-use-some-window):
20572 Adapt symbol passed to display-buffer-record-window.
20573 * help.el (help-window-setup): Handle new format of quit-restore
20574 parameter.
20575
20576 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20577
20578 * faces.el (face-list): Fix docstring (bug#9564).
20579
20580 * window.el (display-buffer--action-function-custom-type):
20581 Don't include internal functions in the Custom interface.
20582
20583 2011-09-20 Juri Linkov <juri@jurta.org>
20584
20585 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20586 (Info-forward-node, Info-backward-node, Info-next-preorder)
20587 (Info-last-preorder): Use it. (Bug#9528)
20588
20589 2011-09-20 Juri Linkov <juri@jurta.org>
20590
20591 * info.el (Info-last-preorder): Visit last menu item only when
20592 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20593
20594 2011-09-20 Julien Danjou <julien@danjou.info>
20595
20596 * password-cache.el (password-cache-remove): Remove entries even if the
20597 value is nil, so that password with a nil value (negative caching) is
20598 possible to invalidate.
20599
20600 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20601
20602 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20603 all whitespace around breakpoint. (Bug#9553)
20604 (f90-find-breakpoint): Only break at whitespace inside a comment.
20605
20606 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20607
20608 * minibuffer.el (completion-file-name-table): Keep track of errors.
20609 (completion-table-with-predicate): Handle the case where pred1 is nil.
20610 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20611
20612 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20615 (debugger-return-value): Signal an error if the debugging context does
20616 not await any return value.
20617
20618 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20619 * image-mode.el (image-toggle-display-text)
20620 (image-toggle-display-image): Stay away from evil `intangible'.
20621
20622 2011-09-19 Leo Liu <sdl.web@gmail.com>
20623
20624 * replace.el (occur-revert-arguments): Make it permanent-local.
20625 (occur-mode): Don't call font-lock-defontify.
20626
20627 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20628
20629 * net/ldap.el (ldap-search-internal): Don't push empty search
20630 result (Bug#9508).
20631
20632 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20633
20634 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20635
20636 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20637
20638 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20639 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20640
20641 2011-09-18 Juri Linkov <juri@jurta.org>
20642
20643 * buff-menu.el (Buffer-menu-mode-map):
20644 * dired.el (dired-mode-map):
20645 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20646 (lisp-interaction-mode-map):
20647 * emacs-lisp/package.el (package-menu-mode-map):
20648 * epa.el (epa-key-list-mode-map):
20649 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20650 (menu-bar-options-menu):
20651 * outline.el (outline-mode-menu-bar-map):
20652 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20653 * vc/vc-dir.el (vc-dir-menu-map):
20654 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20655 Capitalize non-function content words in menu item strings.
20656
20657 * dired.el (dired-mode-map): Add menu item for
20658 `image-dired-dired-toggle-marked-thumbs'.
20659
20660 2011-09-18 Juri Linkov <juri@jurta.org>
20661
20662 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20663 to `isearch-case-fold-search' and restore its original value
20664 after the `isearch-mode' call.
20665
20666 2011-09-18 Juri Linkov <juri@jurta.org>
20667
20668 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20669 because `zgrep' returns 1 for successful matches (bug#9226).
20670
20671 2011-09-18 Juri Linkov <juri@jurta.org>
20672
20673 * info.el (Info-extract-menu-node-name): Check the second match
20674 for empty string (second test-case of bug#9528).
20675 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20676 intermediate nodes to the history (first test-case of bug#9528).
20677
20678 2011-09-18 Juri Linkov <juri@jurta.org>
20679
20680 * info.el (Info-mode-syntax-table): New variable.
20681 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20682
20683 2011-09-18 Juri Linkov <juri@jurta.org>
20684
20685 * info.el (Info-file-supports-index-cookies):
20686 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20687 outputs one more line for long file names (bug#4142).
20688
20689 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20690
20691 * newcomment.el (comment-normalize-vars): If prompting for
20692 comment-start, set comment-start-skip too (Bug#8424).
20693
20694 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20695
20696 * icomplete.el: Fix previous fix of Bug#5849.
20697 (icomplete-mode): Don't set completion-show-inline-help.
20698 (icomplete-minibuffer-setup): Set completion-show-inline-help
20699 locally during icompletion.
20700
20701 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20702
20703 * woman.el (woman2-process-escapes): Don't delete unrecognized
20704 escapes (Bug#7843).
20705
20706 * files.el (inhibit-first-line-modes-regexps): Add image files.
20707 (hack-local-variables-prop-line): Return nil for malformed
20708 prop-lines (Bug#9044).
20709
20710 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20711
20712 * net/tramp.el (top): Don't require 'shell.
20713 (tramp-methods): Fix docstring.
20714 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20715 Return complete remote file name. Handle "smb" case.
20716 Use `tramp-tmpdir', if defined for the respective method.
20717 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20718
20719 * net/tramp-compat.el (top): Require 'shell.
20720
20721 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20722 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20723 `tramp-current-host'.
20724 (tramp-get-remote-tmpdir): Remove.
20725
20726 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20727 `tramp-tmpdir' entries.
20728 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20729 (tramp-smb-handle-file-attributes): Ignore errors.
20730 (tramp-smb-wait-for-output): Check also for process end.
20731
20732 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20733
20734 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20735 when sending QUIT (bug#9312).
20736
20737 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20738
20739 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20740 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20741 occur-mode-display-occurrence.
20742 (occur-edit-mode): Add usage message.
20743 (occur-cease-edit): New command.
20744 (occur-after-change-function): Use text properties to find the
20745 position of the prefix text.
20746 (occur-engine): Set stickiness of prefix text properties.
20747
20748 2011-09-17 Glenn Morris <rgm@gnu.org>
20749
20750 * progmodes/etags.el (complete-tag):
20751 Fix call to completion-in-region. (Bug#9526)
20752
20753 2011-09-17 Juri Linkov <juri@jurta.org>
20754
20755 * textmodes/ispell.el (ispell-word): Add to the error message
20756 the word, ispell program name and current dictionary (bug#9121).
20757 (ispell-tex-arg-end): Capitalize "error" in the error message.
20758
20759 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20760
20761 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20762 check. (Bug#4251)
20763
20764 2011-09-17 Juri Linkov <juri@jurta.org>
20765
20766 * window.el (window-safe-min-height, window-safe-min-width):
20767 Fix typos (followup to bug#9522).
20768
20769 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20770
20771 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20772
20773 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20774
20775 * simple.el (line-move): If goal-column is set, move by logical
20776 lines, not by display lines. (Bug#971)
20777 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20778 to reflect the above change.
20779
20780 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * image.el (imagemagick-register-types): Use regexp-opt.
20783
20784 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20785
20786 * window.el (display-buffer-base-action): Rename from
20787 display-buffer-default-action. Make default value empty.
20788 (display-buffer-overriding-action): Convert to defvar.
20789 (display-buffer-fallback-action): New var.
20790
20791 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20792
20793 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20794 declaration.
20795 (package--add-to-archive-contents): If there is a duplicate entry
20796 with an older version, remove it.
20797 (package-menu-mark-delete, package-menu-mark-install)
20798 (package-menu-mark-unmark): Make unused args optional.
20799 (package-menu-mark-obsolete-for-deletion):
20800 Use package-menu-get-status instead of a regexp search.
20801 (package-menu-get-status): Use tabulated-list-entry.
20802 (package-menu-mark-upgrades): New command.
20803 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20804 (package-menu-execute): Do installation before deletion.
20805 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20806 instead of checking major-mode.
20807 (package-menu--find-upgrades): New function.
20808
20809 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20810
20811 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20812 passwords in the log buffer.
20813 (smtpmail-process-filter): Update the process marker so that the
20814 "broken by peer" status message is inserted in the right place.
20815
20816 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20817
20818 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20819 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20820 bibtex-completion-at-point-function.
20821 (bibtex-completion-at-point-function): Use them.
20822
20823 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20824
20825 * mpc.el (mpc-constraints-tag-lookup): New function.
20826 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20827 also to browser "album|playlist".
20828
20829 2011-09-14 Juri Linkov <juri@jurta.org>
20830
20831 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20832 (isearch-edit-string): Use length of `isearch-string' when
20833 `isearch-fail-pos' returns nil.
20834 (isearch-message): Remove duplicate code and call
20835 `isearch-fail-pos' with arg `t'.
20836
20837 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20838
20839 * replace.el (occur-mode-goto-occurrence): Don't force using other
20840 window (Bug#9499).
20841
20842 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20843
20844 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20845
20846 * window.el (display-buffer-window): Remove.
20847 (display-buffer-record-window): Use help-setup window parameter
20848 instead of variable display-buffer-window.
20849 (display-buffer-function, special-display-buffer-names)
20850 (special-display-function): Mention help-setup parameter instead
20851 of display-buffer-window in doc-string.
20852 * help.el (help-window-setup): New argument help-window.
20853 Use help-window-setup parameter instead of display-buffer-window.
20854 Reword some messages.
20855 (with-help-window): Pass window used for displaying the buffer
20856 to help-window-setup. Don't set display-buffer-window.
20857
20858 2011-09-13 Glenn Morris <rgm@gnu.org>
20859
20860 * emacs-lisp/debug.el (debugger-make-xrefs):
20861 Preserve point. (Bug#9462)
20862
20863 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20864
20865 * window.el (window-deletable-p): Use next-frame.
20866
20867 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20868
20869 * window.el (window-auto-delete): Remove.
20870 (window-deletable-p): Remove argument FORCE. Don't deal with
20871 dedication and previous buffers.
20872 (switch-to-prev-buffer): Don't delete window.
20873 (delete-windows-on): Delete a window's frame if and only if the
20874 window is dedicated.
20875 (replace-buffer-in-windows): Delete buffer's window or frame if
20876 and only if window is dedicated.
20877 (quit-window): Handle quit-restore as before last change.
20878 (bury-buffer): Delete window only if window-deletable-p returns t.
20879
20880 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20881
20882 * window.el (window-deletable-p): Never delete the last frame on a
20883 given terminal.
20884
20885 2011-09-13 Glenn Morris <rgm@gnu.org>
20886
20887 * help.el (describe-key-briefly): Copy previous standard-output change.
20888
20889 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20890
20891 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20892
20893 2011-09-13 Glenn Morris <rgm@gnu.org>
20894
20895 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20896 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20897
20898 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20899
20900 * dired-aux.el (dired-mark-read-string): Don't return default
20901 value on empty input (Bug#9361).
20902 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20903 Omit initial minibuffer contents.
20904 (dired-do-chmod): Signal an error on empty input.
20905 (dired-mark-read-string): Don't return default on empty input.
20906
20907 * files.el (file-modes-symbolic-to-number): Doc fix.
20908
20909 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * international/mule-cmds.el (ucs-completions): Remove.
20912 (read-char-by-name): Use complete-with-action instead; add metadata.
20913
20914 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20915
20916 * window.el (display-buffer--action-function-custom-type)
20917 (display-buffer--action-custom-type): New vars.
20918 (display-buffer-alist, display-buffer-default-action)
20919 (display-buffer-overriding-action): Add defcustom types.
20920
20921 * frame.el (delete-other-frames): Doc fix (Bug#276).
20922
20923 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20924
20925 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20926
20927 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20928
20929 Change modes that used same-window-* vars to use switch-to-buffer.
20930
20931 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20932 Use switch-to-buffer.
20933
20934 * cus-edit.el (customize-group, custom-buffer-create)
20935 (customize-browse, custom-buffer-create-other-window):
20936 Use switch-to-buffer or switch-to-buffer-other-window.
20937
20938 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20939 (Info-prev, Info-up, Info-speedbar-goto-node)
20940 (info-display-manual): Use switch-to-buffer.
20941 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20942
20943 * mail/sendmail.el (mail): Use switch-to-buffer.
20944 (mail-recover): Use switch-to-buffer-other-window.
20945
20946 * cmuscheme.el (run-scheme, switch-to-scheme):
20947 * ielm.el (ielm):
20948 * shell.el (shell):
20949 * net/rlogin.el (rlogin):
20950 * net/telnet.el (telnet, rsh):
20951 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20952
20953 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20954
20955 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20956
20957 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20958
20959 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20960 so don't mention it (bug#9301).
20961 (dired-sort-toggle-or-edit): Clarify string further.
20962
20963 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20964 match `x', `w32' and `ns', like the manual says (bug#9029).
20965
20966 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20967 (process-kill-buffer-query-function): Mention the buffer name in
20968 the query.
20969
20970 * image-mode.el (image-next-line): The line parameter is mandatory
20971 (bug#9258).
20972
20973 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20974 which can be useful (bug#9301).
20975
20976 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20977
20978 * subr.el (match-string): Mention that the current buffer should
20979 be the same as the search was done in (bug#9282).
20980
20981 * facemenu.el: Disable the remove-* commands if the mark isn't
20982 active (bug#9162).
20983
20984 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20985
20986 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20987 of display-buffer.
20988 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20989
20990 * replace.el (occur-mode-goto-occurrence)
20991 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20992 and display-buffer.
20993
20994 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20995 display-buffer.
20996
20997 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20998 special-display and same-window variables.
20999 (mail-other-window): Use switch-to-buffer-other-window.
21000 (mail-other-frame): USe switch-to-buffer-other-frame.
21001
21002 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21003 Use display-buffer-other-frame.
21004 (gdb-display-gdb-buffer): Use pop-to-buffer.
21005
21006 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21007
21008 * progmodes/python.el: Don't set same-window-buffer-names.
21009
21010 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21011
21012 * window.el (display-buffer-alist): Add *Python*.
21013
21014 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21015
21016 * window.el (display-buffer-alist): Add entry for buffers
21017 previously handled same-window-*.
21018 (display-buffer-alist, display-buffer-default-action)
21019 (display-buffer-overriding-action): Mark as risky.
21020 (display-buffer-alist): Document action function changes.
21021 (display-buffer--same-window-action)
21022 (display-buffer--other-frame-action): New variables.
21023 (switch-to-buffer, display-buffer-other-frame): Use them.
21024 (display-buffer): Rename reuse-frame entry to reusable-frames.
21025 (display-buffer-reuse-selected-window): Function deleted.
21026 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21027 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21028 (display-buffer-special): New function.
21029 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21030 display-buffer-reuse-or-pop-window. Split off special-display
21031 part into display-buffer-special.
21032 (display-buffer-use-some-window): Don't perform any special
21033 pop-up-frames handling.
21034 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21035 (display-buffer--maybe-same-window): Rename from
21036 display-buffer-maybe-same-window.
21037
21038 * info.el: Don't set same-window-regexps.
21039 (info-setup): New function.
21040 (info-other-window, info): Call it.
21041
21042 * cus-edit.el: Don't set same-window-regexps.
21043 (customize-group): New argument.
21044 (customize-group-other-window): Use it.
21045 (customize-face, customize-face-other-window): Likewise.
21046 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21047
21048 * net/rlogin.el:
21049 * net/telnet.el:
21050 * progmodes/gud.el: Don't set same-window-regexps.
21051
21052 * cmuscheme.el:
21053 * ielm.el:
21054 * shell.el:
21055 * mail/sendmail.el:
21056 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21057
21058 2011-09-10 Juri Linkov <juri@jurta.org>
21059
21060 * isearch.el (isearch-edit-string): Remove obsolete mention of
21061 `C-w' (`isearch-yank-word-or-char') from docstring.
21062 (isearch-query-replace): Fix typo in docstring (bug#9466).
21063
21064 2011-09-10 Juri Linkov <juri@jurta.org>
21065
21066 * paren.el (show-paren-function): Don't show escaped parens.
21067 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21068
21069 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21070
21071 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21072 (mm-default-file-encoding): Remove autoload forms, they are
21073 replaced with autoload cookies in mml.el and mm-encode.el.
21074 (mail-add-attachment): New command.
21075 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21076 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21077 the doc string.
21078 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21079
21080 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21081
21082 * simple.el (count-words-region): Use buffer if there's no region
21083 (bug#9429).
21084
21085 2011-09-09 Juri Linkov <juri@jurta.org>
21086
21087 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21088 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21089 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21090
21091 2011-09-09 Alan Mackenzie <acm@muc.de>
21092
21093 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21094 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21095
21096 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21097
21098 Fix for Savannah bug#9392.
21099 * simple.el (mail-encode-mml): New defvar.
21100
21101 * mail/rmail.el (mail-encode-mml): Add a defvar.
21102 (rmail-enable-mime-composing): Default to t.
21103 (rmail-forward): Use MIME method of forwarding only if both
21104 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21105 Set mail-encode-mml non-nil if the MIME method was used.
21106
21107 * mail/sendmail.el (mml-to-mime): Add autoload form.
21108 (mail-encode-mml): Add a defvar.
21109 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21110 to nil.
21111 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21112 message through mml-to-mime, and reset mail-encode-mml to nil.
21113
21114 2011-09-09 Glenn Morris <rgm@gnu.org>
21115
21116 * woman.el (woman-if-body): When processing an .el block,
21117 do not delete the next .el block as well. (Bug#9447)
21118 (woman-special-characters): Add oq, cq, and hy characters.
21119
21120 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21121
21122 * window.el (window-deletable-p): Make sure window is live before
21123 invoking window-prev-buffers.
21124
21125 2011-09-08 Leo Liu <sdl.web@gmail.com>
21126
21127 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21128
21129 2011-09-08 Juri Linkov <juri@jurta.org>
21130
21131 * progmodes/compile.el (compilation-environment): Make it
21132 a defcustom (bug#8340).
21133
21134 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21135
21136 * window.el (frame-auto-delete): Rename to window-auto-delete.
21137 Make it control auto-deletion of windows and/or frames.
21138 (window-deletable-p): New argument FORCE. Rewrite conditions
21139 for deleting window/frame. (Bug#9419)
21140 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21141 Rewrite handling of case when window/frame can be deleted.
21142 (delete-windows-on): Call window-deletable-p with new FORCE
21143 argument t. (Bug#9456)
21144
21145 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21146
21147 * help-mode.el (help-mode): Restore autoload.
21148
21149 2011-09-07 Juri Linkov <juri@jurta.org>
21150
21151 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21152 `compilation-environment'. Set buffer-local
21153 `compilation-environment' to `thisenv' later after (funcall mode).
21154 (Bug#8340)
21155
21156 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21157 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21158 instead of replacing its value. (Bug#8340)
21159
21160 2011-09-07 Juri Linkov <juri@jurta.org>
21161
21162 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21163 based on text properties put by `grep-filter' instead of matching
21164 escape sequences.
21165 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21166 to the value of `grep-error-screen-columns' (bug#9438).
21167
21168 2011-09-07 Juri Linkov <juri@jurta.org>
21169
21170 * simple.el (next-error-highlight, next-error-highlight-no-select):
21171 Doc fix (bug#9432).
21172
21173 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21174
21175 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21176 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21177
21178 2011-09-07 Leo Liu <sdl.web@gmail.com>
21179
21180 * net/rcirc.el (rcirc-mode): Conditionally initialize
21181 rcirc-input-ring.
21182
21183 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21184
21185 * emacs-lisp/find-func.el (find-function-C-source): Only set
21186 find-function-C-source-directory after checking that we found a source
21187 file there (bug#9440).
21188
21189 2011-09-06 Alan Mackenzie <acm@muc.de>
21190
21191 * isearch.el (isearch-other-meta-char): Wherever a key list is
21192 unread, "unread" the prefix arg, too. This fixes bug #8901.
21193
21194 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21195
21196 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21197
21198 2011-09-05 Juri Linkov <juri@jurta.org>
21199
21200 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21201
21202 2011-09-05 Juri Linkov <juri@jurta.org>
21203
21204 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21205 keeping point where processing of grep matches begins, and
21206 continue to delete remaining escape sequences from the same point.
21207 (grep-filter): Make leading zero optional in "0?1;31m" because
21208 git-grep emits "\033[1;31m" escape sequences unlike expected
21209 "\033[01;31m" as GNU Grep does (bug#9408).
21210 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21211
21212 2011-09-05 Juri Linkov <juri@jurta.org>
21213
21214 * subr.el (y-or-n-p): Capitalize "yes".
21215
21216 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21217
21218 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21219 `tramp-cache-unload-hook' where appropriate.
21220 (tramp-methods): Rename `tramp-remote-sh' to
21221 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21222 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21223
21224 * net/tramp-sh.el (top): Don't require 'shell.
21225 (tramp-methods): Add `tramp-remote-shell' and
21226 `tramp-remote-shell-args' entries.
21227 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21228 (tramp-sh-handle-shell-command): Remove.
21229 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21230 Use `tramp-remote-shell'.
21231
21232 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21233
21234 * mail/sendmail.el (sendmail-query-once-function): Delete.
21235 (sendmail-query-once): Save directly to send-mail-function.
21236 Update message-send-mail-function too.
21237
21238 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21239
21240 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21241
21242 * progmodes/python.el (python-mode-map): Use correct function to
21243 start python interpreter from menu-bar (as reported by Geert
21244 Kloosterman).
21245 (inferior-python-mode-map): Fix typo.
21246 (python-shell-map): Remove.
21247
21248 2011-09-03 Deniz Dogan <deniz@dogan.se>
21249
21250 * net/rcirc.el (rcirc-print): Simplify code for
21251 rcirc-scroll-show-maximum-output. There is no need to walk
21252 through all windows to find the right one.
21253
21254 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21255
21256 * help.el (help-return-method): Doc fix.
21257
21258 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21259
21260 * window.el (window-deletable-p): Don't return a non-nil value
21261 when there's a buffer that was shown in the window before.
21262 (Bug#9419)
21263 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21264 Set window's previous buffers to nil.
21265
21266 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21267
21268 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21269 newline before and after the tag line, so it doesn't interfere
21270 with determining the paragraph direction of bidirectional text.
21271
21272 2011-09-03 Leo Liu <sdl.web@gmail.com>
21273
21274 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21275
21276 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21277
21278 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21279 (pop-to-buffer): Change interactive spec. Pass second argument
21280 directly to display-buffer.
21281 (display-buffer): Fix interactive spec. Use functionp to
21282 distinguish between a function and a list of functions.
21283
21284 * abbrev.el (edit-abbrevs):
21285 * arc-mode.el (archive-extract):
21286 * autoinsert.el (auto-insert):
21287 * bookmark.el (bookmark-bmenu-list):
21288 * files.el (find-file):
21289 * view.el (view-buffer):
21290 * progmodes/compile.el (compilation-goto-locus):
21291 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21292
21293 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21294
21295 * window.el (display-buffer-alist): Doc fix.
21296 (display-buffer): Add docstring. Don't treat
21297 display-buffer-default specially.
21298 (display-buffer-reuse-selected-window)
21299 (display-buffer-same-window, display-buffer-maybe-same-window)
21300 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21301 (display-buffer-pop-up-window)
21302 (display-buffer-reuse-or-pop-window)
21303 (display-buffer-use-some-window): New functions.
21304 (display-buffer-default-action): Use them.
21305 (display-buffer-default): Delete.
21306 (pop-to-buffer-1): Fix choice of actions.
21307
21308 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21309
21310 * minibuffer.el (completion--insert-strings): Don't get confused by
21311 completion entries that end with an LF char.
21312
21313 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21314
21315 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21316
21317 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21318
21319 * window.el (display-buffer): Restore interactive spec.
21320 (display-buffer-same-window, display-buffer-other-window):
21321 New functions.
21322 (pop-to-buffer-1): New function. Use the above.
21323 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21324 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21325
21326 * view.el (view-buffer-other-window, view-buffer-other-frame):
21327 Just use pop-to-buffer.
21328
21329 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21330
21331 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21332
21333 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21334
21335 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21336
21337 2011-08-31 Richard Stallman <rms@gnu.org>
21338
21339 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21340 of the separation of rmail-view-buffer from rmail-buffer.
21341 If you say no to "replace original", the decrypt is in the
21342 view buffer. If you say yes, the decrypt goes into the
21343 rmail buffer also.
21344
21345 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21346
21347 * window.el (display-buffer-window): Rewrite doc-string.
21348 (display-buffer-record-window): New function.
21349 (display-buffer-macro-specifiers)
21350 (display-buffer-even-window-sizes, display-buffer-set-height)
21351 (display-buffer-set-width, display-buffer-in-window)
21352 (display-buffer-reuse-window, display-buffer-split-specifiers)
21353 (display-buffer-side-specifiers, display-buffer-split-window-1)
21354 (display-buffer-split-window, display-buffer-split-atom-window)
21355 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21356 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21357 (display-buffer-other-window-means-other-frame)
21358 (display-buffer-normalize-special)
21359 (display-buffer-normalize-default)
21360 (display-buffer-normalize-argument)
21361 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21362 (display-buffer-normalize-specifiers, display-buffer-frame)
21363 (display-buffer-same-window, display-buffer-same-frame)
21364 (display-buffer-other-window)
21365 (display-buffer-same-frame-other-window)
21366 (display-buffer-other-frame, pop-to-buffer-same-window)
21367 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21368 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21369 (switch-to-buffer-same-frame)
21370 (switch-to-buffer-other-window-same-frame)
21371 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21372 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21373 (display-buffer-alist-set): Remove.
21374 (display-buffer-function, special-display-buffer-names)
21375 (special-display-regexps, special-display-function):
21376 In doc-string refer to display-buffer-window and quit-restore
21377 parameter.
21378 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21379 (special-display-frame-alist, special-display-popup-frame)
21380 (same-window-buffer-names, same-window-regexps, same-window-p)
21381 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21382 (split-window-preferred-function, split-height-threshold)
21383 (split-width-threshold, window-splittable-p)
21384 (split-window-sensibly, window--try-to-split-window)
21385 (window--frame-usable-p, even-window-heights)
21386 (window--even-window-heights, window--display-buffer-1)
21387 (window--display-buffer-2, display-buffer-other-frame):
21388 Restore old Emacs 23 code, order and doc-strings where applicable.
21389 (display-buffer-default, display-buffer-assq-regexp): New functions.
21390 (display-buffer-alist): Rewrite doc-string.
21391 (display-buffer-default-action)
21392 (display-buffer-overriding-action): New variables.
21393 (display-buffer, switch-to-buffer): Rewrite.
21394 (pop-to-buffer): Restore Emacs 23 behavior but use
21395 window-normalize-buffer-to-display.
21396 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21397 Restore Emacs 23 behavior but use
21398 window-normalize-buffer-to-switch-to.
21399 (pop-to-buffer-same-window): Rewrite.
21400 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21401 Rewrite using Emacs 23 options.
21402
21403 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21404
21405 * net/tramp.el (tramp-root-regexp): Remove.
21406 (tramp-completion-file-name-regexp-unified)
21407 (tramp-completion-file-name-regexp-separate)
21408 (tramp-completion-file-name-regexp-url): Don't use leading volume
21409 letter on w32 systems. (Bug#5303, Bug#9311)
21410 (tramp-drop-volume-letter): Simplify definition.
21411 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21412
21413 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21414
21415 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21416 (bug#9356).
21417
21418 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21419
21420 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21421
21422 2011-08-29 Juri Linkov <juri@jurta.org>
21423
21424 * isearch.el (isearch-done): Don't display message "Mark saved"
21425 when arg `edit' is non-nil to prevent its flicker in the echo area.
21426
21427 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21430 obsolete packages for deletion.
21431
21432 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21433
21434 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21435 (help-mode): Derive help-mode from special-mode. Don't invoke
21436 view-mode from help-mode.
21437 (help-xref-override-view-map): Remove.
21438 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21439 view-mode is not used anymore.
21440
21441 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * server.el (server-port): Doc fix.
21444
21445 * cus-theme.el (custom-theme-choose-mode): Inherit from
21446 special-mode (Bug#9124).
21447 (custom-theme-choose-mode-map): Add special-mode to parent.
21448
21449 2011-08-28 Alan Mackenzie <acm@muc.de>
21450
21451 * progmodes/cc-fonts.el
21452 (c-make-font-lock-BO-decl-search-function): New function.
21453 (c-basic-matchers-after - "Fontify the clauses after various
21454 keywords"): Extract the three keyword lists for the 3 erroneous
21455 constructs from the list of four, and use the new function above
21456 in place of an old one.
21457
21458 2011-08-28 Deniz Dogan <deniz@dogan.se>
21459
21460 * net/rcirc.el (rcirc-insert-prev-input)
21461 (rcirc-insert-next-input): Remove unused argument.
21462
21463 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21466
21467 2011-08-27 Alan Mackenzie <acm@muc.de>
21468
21469 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21470 handle function pointer parameters properly.
21471
21472 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21473
21474 * window.el (display-buffer-reuse-window): Fix case where
21475 selected window was reused with non-nil OTHER-WINDOW argument.
21476 (Bug#9381)
21477
21478 2011-08-27 Deniz Dogan <deniz@dogan.se>
21479
21480 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21481 oftc's NickServ messages.
21482
21483 2011-08-27 Glenn Morris <rgm@gnu.org>
21484
21485 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21486
21487 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21488
21489 * emacs-lisp/package.el (package-install): Call package-initialize
21490 if called interactively.
21491
21492 2011-08-26 Leo Liu <sdl.web@gmail.com>
21493
21494 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21495
21496 2011-08-25 Juri Linkov <juri@jurta.org>
21497
21498 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21499 `search-whitespace-regexp' (bug#9364).
21500
21501 2011-08-25 Juri Linkov <juri@jurta.org>
21502
21503 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21504 `regexp-search-ring' to their global values to protect from
21505 updating by `read-from-minibuffer' (bug#9185).
21506
21507 2011-08-25 Juri Linkov <juri@jurta.org>
21508
21509 * textmodes/ispell.el (ispell-command-loop): Add newline
21510 at the end of the "Use option `i'..." line.
21511
21512 2011-08-25 Juri Linkov <juri@jurta.org>
21513
21514 * battery.el (display-battery-mode): If `battery-status-function'
21515 or `battery-mode-line-format' is nil, display the message and set
21516 `display-battery-mode' to nil (bug#9363).
21517
21518 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21519
21520 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21521 bidi-string-mark-left-to-right; they are unnecessary now.
21522
21523 2011-08-25 Deniz Dogan <deniz@dogan.se>
21524
21525 * net/quickurl.el: Documentation typo fixes.
21526
21527 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21528
21529 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21530
21531 2011-08-25 Glenn Morris <rgm@gnu.org>
21532
21533 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21534
21535 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21536 (smtpmail-via-smtp): Handle nil response from smtp.
21537
21538 2011-08-24 Juri Linkov <juri@jurta.org>
21539
21540 * proced.el (proced-marked): Inherit from `error' instead of
21541 `font-lock-warning-face'.
21542
21543 * ibuffer.el (ibuffer-marked-face): Change default face from
21544 `font-lock-warning-face' to `warning'.
21545 (ibuffer-deletion-face): Change default face from
21546 `font-lock-type-face' to `error'.
21547
21548 * battery.el (battery-update): Use the face `error' instead of
21549 `font-lock-warning-face' (bug#6117).
21550
21551 2011-08-24 Juri Linkov <juri@jurta.org>
21552
21553 * faces.el (success): Change face color from "Green3" to
21554 "ForestGreen" on light background (bug#9353).
21555
21556 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21557
21558 * window.el (quit-window): Rename from quit-restore-window.
21559 Use same arglist as old quit-window.
21560 (frame-auto-delete): Doc fix.
21561
21562 * view.el (view-mode-exit): Use quit-window.
21563
21564 2011-08-24 Juri Linkov <juri@jurta.org>
21565
21566 * isearch.el (isearch-ring-adjust1): Start visiting previous
21567 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21568 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21569 for empty search string (when the last search string is reused
21570 automatically) to adjust the isearch ring to the last element and
21571 prepare the correct index for further M-p commands (bug#9185).
21572
21573 2011-08-24 Kenichi Handa <handa@m17n.org>
21574
21575 * international/ucs-normalize.el: If decomposition property of
21576 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21577 nil.
21578 (nfd, nfkd): Likewise.
21579
21580 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21583 from process filters aren't reliably transmitted to the surrounding
21584 accept-process-output.
21585 (mpc-proc-check): New function.
21586 (mpc-proc-sync): Use it (bug#8293)
21587
21588 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21589
21590 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21591 Add compatibility functions (bug#9313).
21592
21593 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21594
21595 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21596
21597 * international/uni-bidi.el: Regenerate.
21598
21599 2011-08-23 Kenichi Handa <handa@m17n.org>
21600
21601 * international/charprop.el:
21602 * international/uni-bidi.el:
21603 * international/uni-category.el:
21604 * international/uni-combining.el:
21605 * international/uni-comment.el:
21606 * international/uni-decimal.el:
21607 * international/uni-decomposition.el:
21608 * international/uni-digit.el:
21609 * international/uni-lowercase.el:
21610 * international/uni-mirrored.el:
21611 * international/uni-name.el:
21612 * international/uni-numeric.el:
21613 * international/uni-old-name.el:
21614 * international/uni-titlecase.el:
21615 * international/uni-uppercase.el: Regenerate.
21616
21617 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21618
21619 * help.el (help-window-setup): Fix message displayed when other
21620 window is reused. (Bug#9341)
21621
21622 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21623
21624 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21625 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21626
21627 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21628 Mark obsolete.
21629 * shell.el (shell-parse-pcomplete-arguments): New function.
21630 (shell-completion-vars): Use it instead (bug#9160).
21631
21632 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21633
21634 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21635 strings and comments (bug#9333).
21636
21637 * emacs-lisp/debug.el (debug-arglist): New function.
21638 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21639 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21640
21641 2011-08-22 Juri Linkov <juri@jurta.org>
21642
21643 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21644 Revert regexp that highlights output switches to its old
21645 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21646
21647 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21648 to check for empty output (bug#9226).
21649
21650 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21651
21652 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21653 symbol-constituent as the default, as that stops font-lock from
21654 working properly (Bug#8843).
21655
21656 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21657
21658 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21659 `coding-system-for-*' around the process open call to avoid
21660 auth-source side effects.
21661 (smtpmail-try-auth-methods): Expand the secret password.
21662 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21663 probe hangs.
21664
21665 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21666
21667 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21668
21669 * emacs-lisp/find-func.el (find-function-noselect): New arg
21670 lisp-only.
21671
21672 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21673 signal an error for built-in functions (Bug#6664).
21674
21675 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21676
21677 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21678 (smtpmail-try-auth-methods): Use it.
21679
21680 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21681
21682 * font-lock.el (font-lock-fontify-region)
21683 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21684 (font-lock-default-unfontify-buffer)
21685 (font-lock-default-fontify-region)
21686 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21687
21688 * progmodes/compile.el (compilation-error-properties):
21689 Fix confusion between file struct and message struct (Bug#9319).
21690 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21691 `ant' regexp.
21692
21693 * net/browse-url.el (browse-url-firefox): Don't call
21694 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21695
21696 2011-08-20 Glenn Morris <rgm@gnu.org>
21697
21698 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21699
21700 * tutorial.el (tutorial--default-keys): Update some default bindings.
21701
21702 * files.el (hack-local-variables): Fully ignore case for "mode:".
21703
21704 2011-08-20 Alan Mackenzie <acm@muc.de>
21705
21706 Resolve invalid use of a regexp in regexp-opt.
21707
21708 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21709 detection for a java annotation.
21710
21711 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21712 detection for a java annotation.
21713
21714 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21715 handling for java.
21716 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21717
21718 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21719
21720 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21721 (Bug#9274).
21722
21723 2011-08-20 Alan Mackenzie <acm@muc.de>
21724
21725 Fontify CPP expressions correctly when starting in the middle of
21726 such a construct. Mainly for when jit-lock etc. starts a chunk
21727 here.
21728
21729 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21730 variable.
21731 (c-make-font-lock-search-form): New function, extracted from
21732 c-make-font-lock-search-function.
21733 (c-make-font-lock-search-function): Use the above function.
21734 (c-make-font-lock-context-search-function): New function.
21735 (c-cpp-matchers): Enhance the preprocessor expression case with
21736 the above function
21737 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21738 which takes an expression.
21739
21740 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21741
21742 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21743
21744 * window.el (display-buffer-reuse-window)
21745 (display-buffer-pop-up-window): Don't reuse or split a side
21746 window.
21747
21748 2011-08-19 Glenn Morris <rgm@gnu.org>
21749
21750 * files.el (hack-local-variables-prop-line, hack-local-variables):
21751 Downcase "Mode:". (Bug#9331)
21752
21753 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21754
21755 * international/characters.el: Add L and R categories.
21756
21757 * subr.el (bidi-string-mark-left-to-right): Rename from
21758 string-mark-left-to-right. Use category search.
21759
21760 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21761
21762 2011-08-18 Juri Linkov <juri@jurta.org>
21763
21764 * faces.el (error, warning, success): New faces with definitions
21765 copied from old default values of `font-lock-warning-face',
21766 `compilation-warning', `compilation-info' (bug#6117).
21767
21768 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21769
21770 * progmodes/compile.el (compilation-error): Inherit from `error'.
21771 (compilation-warning): Inherit from `warning'.
21772 (compilation-info): Inherit from `success'.
21773
21774 * dired.el (dired-marked): Inherit from `warning'.
21775 (dired-flagged): Inherit from `error'.
21776
21777 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21778
21779 * mail/smtpmail.el (auth-source): Require to avoid problems with
21780 binding variables (bug#9298). Also clean up some unused
21781 autoloads.
21782
21783 * net/network-stream.el (network-stream-open-starttls):
21784 Support using starttls.el without using gnutls-cli.
21785
21786 2011-08-17 Juri Linkov <juri@jurta.org>
21787
21788 * progmodes/grep.el (rgrep): Handle the case when
21789 `grep-find-command' is a cons cell (bug#9278).
21790
21791 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21792
21793 * window.el (display-buffer-pop-up-frame): Run frame creation
21794 function with BUFFER current (as special-display-popup-frame
21795 does). Reported by Drew Adams.
21796
21797 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21798
21799 * epa-mail.el: Simplify GnuPG group expansion using
21800 epg-expand-group.
21801 (epa-mail-group-alist, epa-mail-group-modtime)
21802 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21803 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21804 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21805 Remove.
21806
21807 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21808
21809 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21810
21811 2011-08-16 Alan Mackenzie <acm@muc.de>
21812
21813 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21814 Correct, to avoid the inside of macros.
21815
21816 2011-08-16 Richard Stallman <rms@gnu.org>
21817
21818 * epa-mail.el: Handle GnuPG group definitions.
21819 (epa-mail-group-alist, epa-mail-group-modtime)
21820 (epa-mail-gnupg-conf-file): New variables.
21821 (epa-mail-parse-groups, epa-mail-sync-groups)
21822 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21823 (epa-mail-expand-recipients): New functions.
21824 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21825
21826 * mail/rmail.el (rmail-epa-decrypt): New command.
21827
21828 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21829 Don't bind buffer-read-only, just inhibit-read-only.
21830 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21831 (epa-decrypt-armor-in-region): Make error message clearer.
21832
21833 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21836 and "a2b" to "ab" for `prefix'.
21837
21838 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21839
21840 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21841 filter groups.
21842 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21843 Fourquet (Bug#8804).
21844
21845 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21846
21847 * startup.el (argi): Declare as global variable (bug#9275).
21848
21849 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21850
21851 * subr.el (string-mark-left-to-right): Search the entire string
21852 for RTL script, not just the terminating character. Doc fix.
21853
21854 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21855
21856 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21857 New function.
21858 (js--regexp-literal, js-syntax-propertize-function): Remove.
21859 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21860 (js-mode-map): Don't rebind electric keys.
21861 (js-insert-and-indent): Remove.
21862 (js-mode): Setup electric-layout and electric-indent instead.
21863
21864 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21865
21866 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21867
21868 * epa.el (epa-progress-callback-function): Fix the logic of
21869 displaying progress.
21870 * epa-file.el (epa-file-insert-file-contents): Make progress
21871 display more user-friendly.
21872 (epa-file-write-region): Ditto.
21873
21874 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * subr.el (string-mark-left-to-right): New function.
21877
21878 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21879 Use string-mark-left-to-right.
21880 (list-buffers-noselect): Caller changed.
21881
21882 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21883 Use string-mark-left-to-right.
21884 (tabulated-list-print): Recenter after moving point.
21885
21886 2011-08-10 Juri Linkov <juri@jurta.org>
21887
21888 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21889 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21890 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21891
21892 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21893
21894 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21895 (Bug#7554).
21896
21897 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21898
21899 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21900 character. (Bug#6594)
21901
21902 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21903
21904 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21905 (image-dired--with-db-file): New macro.
21906 (image-dired-write-tags, image-dired-remove-tag)
21907 (image-dired-create-gallery-lists, image-dired-write-comments)
21908 (image-dired-get-comment, image-dired-mark-tagged-files)
21909 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21910 (image-dired-gallery-generate): Use insert-file-contents.
21911
21912 * time.el (display-time-world-list, display-time-world-display):
21913 * time-stamp.el (time-stamp-string):
21914 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21915 set-time-zone-rule (Bug#7337).
21916
21917 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21918
21919 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21920 (epg-error-to-string, epg-errors-to-string): New function.
21921 (epg-wait-for-completion): Reverse errors list.
21922 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21923 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21924 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21925 (epg-sign-keys, epg-generate-key-from-file)
21926 (epg-generate-key-from-string): Format errors by using
21927 epg-errors-to-string (bug#9255).
21928 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21929
21930 2011-08-07 Juri Linkov <juri@jurta.org>
21931
21932 * faces.el (list-faces-display): Remove extra angle bracket
21933 from `help-mode-map'.
21934
21935 * info.el (Info-history-toc-nodes): Doc fix.
21936
21937 * longlines.el (longlines-mode): Doc fix.
21938
21939 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21940
21941 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21942 of statements and in a few more cases (bug#9183).
21943
21944 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21945 New functions.
21946 (cl-transform-lambda): Use them (bug#9239).
21947
21948 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21949
21950 * window.el (display-buffer-same-window)
21951 (display-buffer-same-frame, display-buffer-other-window)
21952 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21953 (pop-to-buffer-other-window)
21954 (pop-to-buffer-same-frame-other-window)
21955 (pop-to-buffer-other-frame): Make them defuns.
21956 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21957
21958 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * subr.el (make-composed-keymap): Move from C. Change calling
21961 convention, and improve docstring to bring attention to a subtle point.
21962 * minibuffer.el (completing-read-default): Adjust accordingly.
21963
21964 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21965
21966 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21967 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21968
21969 * net/trampver.el: Update release number.
21970
21971 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21974 "in" (bug#9190).
21975
21976 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21977
21978 * mail/sendmail.el (sendmail-query-once): Restore the current
21979 buffer after querying (bug#9074).
21980
21981 * dired.el (dired-flagged): Use different faces for marked and
21982 flagged files (bug#6117).
21983
21984 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21985 (bug#4433).
21986
21987 * ido.el (ido-mode): Switch off the message if called
21988 non-interactively.
21989
21990 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21991 before 587, since it appears that that's more likely to work for
21992 more people.
21993
21994 * cus-edit.el (custom-file): When running under emacs -q, always
21995 refuse to save the customizations, even if the .emacs file doesn't
21996 exist.
21997
21998 * info.el: Remove the `Info-beginning-of-buffer' function
21999 (bug#8325).
22000
22001 * net/network-stream.el (network-stream-open-starttls):
22002 Use `starttls-available-p' to see whether starttls.el can be used.
22003
22004 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22005
22006 * window.el (display-buffer-in-window): Don't set dedicated status
22007 of window here (Bug#9215).
22008 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22009 (display-buffer-pop-up-side-window)
22010 (display-buffer-in-side-window): Set dedicated status of window here.
22011
22012 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22015 before binding generated-autoload-file.
22016
22017 2011-08-01 Deniz Dogan <deniz@dogan.se>
22018
22019 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22020
22021 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22022
22023 Sync with Tramp 2.2.2.
22024
22025 * net/trampver.el: Update release number.
22026
22027 2011-07-30 Juri Linkov <juri@jurta.org>
22028
22029 * dired-aux.el (dired-touch-initial): Remove function.
22030 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22031 current time, and `default' to the last modification time of the
22032 current marked file (bug#6887).
22033
22034 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22035
22036 * simple.el (goto-line): Use string-to-number to provide a
22037 numeric argument to read-number (bug#9163).
22038
22039 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22040
22041 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22042 connection process, it could be nil.
22043
22044 2011-07-27 Leo Liu <sdl.web@gmail.com>
22045
22046 Simplify url handling in rcirc-mode.
22047
22048 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22049 (rcirc-browse-url-at-mouse): Remove.
22050 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22051
22052 2011-07-26 Alan Mackenzie <acm@muc.de>
22053
22054 Fontify bitfield declarations properly.
22055
22056 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22057 (c-symbol-chars): Now exported as a lang variable.
22058 (c-not-primitive-type-keywords): New lang variable.
22059
22060 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22061 QT keyword "more" to prevent "more slots: ...." being spuriously
22062 parsed as a bitfield declaration.
22063
22064 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22065 Refactor and enhance to handle bitfield declarations.
22066 (c-punctuation-in): New function.
22067 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22068 declarations properly.
22069
22070 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22071
22072 * calendar/icalendar.el (icalendar--all-events): Take care of
22073 multiple vcalendars in a single file.
22074 (icalendar--convert-float-to-ical): Checkdoc fixes.
22075
22076 2011-07-25 Deniz Dogan <deniz@dogan.se>
22077
22078 * image.el (insert-image): Clarifying docstring.
22079
22080 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22081
22082 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22083 `tramp-send-command-and-check' if there is no error.
22084 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22085
22086 2011-07-22 Alan Mackenzie <acm@muc.de>
22087
22088 Prevent cc-langs.elc being loaded at run time.
22089
22090 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22091 cc-langs.
22092
22093 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22094 "(require 'cc-langs)". Quote a form so it will evaluate at
22095 (cc-mode's) compilation time.
22096
22097 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22098
22099 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22100 loading. (Bug#9114)
22101
22102 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22103
22104 * window.el (display-buffer-pop-up-window)
22105 (display-buffer-pop-up-side-window)
22106 (display-buffer-in-side-window): Call display-buffer-set-height
22107 and display-buffer-set-width after setting the new window's
22108 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22109
22110 2011-07-20 Sam Steingold <sds@gnu.org>
22111
22112 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22113 (etags-tags-included-tables): Call `convert-standard-filename' on
22114 the file names contained in TAGS so that windows Emacs can handle
22115 TAGS files created by cygwin ctags.
22116
22117 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22118
22119 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22120 which apparently didn't work.
22121
22122 2011-07-19 Roland Winkler <winkler@gnu.org>
22123
22124 * proced.el (proced-send-signal): For *Marked Processes* buffer
22125 put point at beginning of buffer.
22126
22127 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22128
22129 * proced.el (proced-format): Make header lines align with the text
22130 (bug#1779).
22131
22132 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22133
22134 * view.el (view-buffer): Allow running in `special' modes if we're
22135 visiting a file (bug#8615).
22136
22137 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22138
22139 * window.el (display-buffer-alist-of-strings-p)
22140 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22141 New functions.
22142 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22143 more accurately.
22144
22145 2011-07-18 Alan Mackenzie <acm@muc.de>
22146
22147 Fontify declarators properly when, e.g., a jit-lock chunk begins
22148 inside a declaration.
22149
22150 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22151
22152 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22153 New function.
22154 (c-complex-decl-matchers): Insert reference to
22155 c-font-lock-enclosing-decls.
22156
22157 * progmodes/cc-engine.el (c-backward-single-comment):
22158 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22159 to nil around calls to (forward-comment -1).
22160
22161 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22162
22163 * image.el (put-image): Doc typo fix.
22164
22165 * progmodes/etags.el (tags-search): Doc typo fix.
22166
22167 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22168 password if we get errors 550 to 554.
22169
22170 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22171
22172 * net/gnutls.el (gnutls-log-level): Remove.
22173
22174 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22175 indentation character (bug#6380).
22176
22177 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22178
22179 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22180 to clarify what the problem is (bug#4291).
22181
22182 * simple.el (current-kill): Clarify what
22183 `interprogram-paste-function' does (bug#7500).
22184 (auto-fill-mode): Document `auto-fill-function' in relation to
22185 `auto-fill-mode' (bug#2470).
22186
22187 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22188
22189 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22190 method if slot is read-only (bug#9035).
22191
22192 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22193
22194 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22195 * window.el (pop-to-buffer): Select window used even if it was
22196 selected before, see discussion of (Bug#8615), (Bug#6954).
22197 Pass argument NORECORD on to select-frame-set-input-focus.
22198
22199 2011-07-15 Glenn Morris <rgm@gnu.org>
22200
22201 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22202 Respect help-form.
22203
22204 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22205
22206 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22207 (gnutls-negotiate): Use it.
22208
22209 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22210
22211 * net/gnutls.el (gnutls-negotiate):
22212 Upcase `gnutls-algorithm-priority'.
22213
22214 2011-07-15 Glenn Morris <rgm@gnu.org>
22215
22216 * jka-compr.el (jka-compr-verbose): Move from here...
22217 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22218 Add missing :version tag.
22219 * info.el: No need to require jka-compr when compiling.
22220
22221 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22222
22223 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22224 (gnutls-negotiate): Use it.
22225
22226 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22227
22228 * info.el (Info-beginning-of-buffer): New command.
22229 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22230 announcing `b' as the key (bug#8325).
22231 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22232
22233 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22234
22235 * international/mule-cmds.el
22236 (describe-specified-language-support): Make the error message
22237 clearer (bug#8905).
22238
22239 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22240
22241 * isearch.el (isearch-barrier): Add a doc string, since it's
22242 mentioned in a function doc string (bug#8678).
22243
22244 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22245
22246 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22247 buffer argument (Bug#9083) and self-identifying label argument.
22248
22249 2011-07-15 Glenn Morris <rgm@gnu.org>
22250
22251 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22252
22253 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22254
22255 * man.el (Man-fontify-manpage): Fix message when formatting the
22256 man page (bug#7929).
22257
22258 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22259
22260 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22261 argument LRM; if non-nil, append an invisible LRM character to the
22262 buffer name.
22263 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22264 last argument non-nil, when formatting buffer names.
22265 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22266 paragraph direction.
22267
22268 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22269
22270 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22271 the man page name (bug#7929).
22272
22273 * image.el (put-image): Mention the `put-image' overlay property
22274 (bug#7834).
22275
22276 * scroll-bar.el (set-scroll-bar-mode): Mention that
22277 `scroll-bar-mode' lists the values (bug#7772).
22278
22279 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22280 command (bug#7729).
22281
22282 * rect.el (apply-on-rectangle): Return the point after the last
22283 operation.
22284 (string-rectangle): Go to the point after the last operation
22285 (bug#7522).
22286
22287 * printing.el (pr-toggle-region): Clarify the documentation
22288 slightly (bug#7493).
22289
22290 * time.el (display-time-update):
22291 Allow `display-time-mail-function' to return nil (bug#7158).
22292 Fix suggested by Detlev Zundel.
22293
22294 * vc/diff.el (diff): Clarify the order the file names are read
22295 (bug#7111).
22296
22297 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22298 the doc string (bug#7015).
22299
22300 * font-lock.el (font-lock-maximum-decoration): Mention what
22301 numeric levels mean (bug#6935).
22302
22303 * startup.el (initial-buffer-choice): Don't mention the `none'
22304 selection, which is against policy.
22305
22306 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22307
22308 * window.el (display-buffer-normalize-special):
22309 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22310
22311 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22312
22313 * subr.el (version<, version<=, version=): Mention "-CVS" and
22314 "-12345" alpha version numbers.
22315
22316 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22317
22318 * bindings.el: Add advertised binding for set-mark-command
22319 (Bug#5772).
22320
22321 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22322
22323 * bindings.el (mode-line-other-buffer):
22324 * bookmark.el (bookmark-bmenu-2-window):
22325 * bs.el (bs-cycle-next, bs-cycle-previous):
22326 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22327 switch-to-buffer.
22328
22329 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22330 Delete.
22331
22332 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22333
22334 * follow.el (follow-debug-message, follow-redisplay):
22335 * jka-cmpr-hook.el (with-auto-compression-mode):
22336 Fix typos in docstrings.
22337
22338 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22339
22340 * subr.el (with-silent-modifications): Clarify somewhat what the
22341 macro inhibits (bug#6525).
22342
22343 * simple.el (eval-expression): Note what it does if called
22344 interactively (bug#6495).
22345
22346 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22349 Use pop-to-buffer buffer-or-name if it is nil.
22350
22351 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22352 Remove switch-to-buffer.
22353
22354 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22355
22356 * files.el (make-directory): Clarify that an error will be raised
22357 if there's an error (bug#6397).
22358
22359 * startup.el (initial-buffer-choice): Add `none' as a choice
22360 (bug#6234).
22361
22362 * subr.el (add-hook): Clarify section about buffer-local hooks
22363 (bug#6218).
22364
22365 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22366
22367 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22368
22369 * tabify.el (untabify): Preserve the current column so that point
22370 doesn't move (bug#6032).
22371
22372 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22373
22374 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22375 Rewrite to avoid awkward possessive "s" (bug#5986).
22376
22377 2011-07-13 Glenn Morris <rgm@gnu.org>
22378
22379 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22380 (dired-insert-directory): Give a message the first time
22381 if ls is found not to support --dired.
22382
22383 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22384
22385 * simple.el (toggle-truncate-lines): Clarify what is toggled
22386 (bug#5580). Text by Drew Adams.
22387
22388 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22389
22390 * simple.el (blink-matching-open): Make the error message from the
22391 last change less verbose.
22392
22393 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22394
22395 * font-lock.el (font-lock-comment-face): Use the high contrast
22396 "yellow" color for font-lock-comment-face on low color terminals
22397 using a dark background color (bug#4221).
22398
22399 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22400
22401 * dired.el (dired-insert-set-properties): Make the doc string
22402 reflect what it does now (bug#5325).
22403
22404 * simple.el (blink-matching-open): Say that we were unable to find
22405 the match within the limit, if we're limited (bug#5122).
22406
22407 * international/mule-cmds.el (prefer-coding-system): Add an
22408 example (bug#4869).
22409
22410 * progmodes/etags.el (tags-search): Document `file-list-form'
22411 (bug#4731).
22412
22413 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22414
22415 * net/browse-url.el (browse-url-default-browser)
22416 (browse-url-browser-function): Make the default browser choice a
22417 bit more logical (bug#4300). Also clean up the doc string.
22418
22419 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22420
22421 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22422 binary endings (bug#4440).
22423
22424 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22425
22426 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22427 which can be pretty annoying (bug#8971).
22428
22429 * jka-compr.el (jka-compr-verbose): New variable, and use
22430 throughout (bug#8971).
22431
22432 * info.el (Info-find-file): Fall back on the installation
22433 directory if we can't find the info node anywhere else.
22434
22435 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22436
22437 * vc/vc.el (vc-revert-file):
22438 Don't set file time-stamp in the past. (Bug#5181)
22439
22440 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22441
22442 * files.el (after-find-file): Give a better error message when
22443 trying to find a symlink that points to a file that doesn't exist
22444 (bug#4398).
22445
22446 * progmodes/cc-vars.el: Remove (probably) misleading comment
22447 (bug#4396).
22448
22449 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22450
22451 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22452
22453 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22454
22455 * mouse-sel.el: Hack restoring functionality, while keeping
22456 compatibility with 2010-07-03 changes to mouse selection.
22457 (mouse-sel-primary-overlay): New var.
22458 (mouse-sel-selection-alist): Use it.
22459 (mouse-sel-mode): Doc fix; remove points that are default features
22460 of mouse.el.
22461
22462 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22463
22464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22465 Fix previous fix (bug#2490).
22466
22467 2011-07-12 Roland Winkler <winkler@gnu.org>
22468
22469 * textmodes/bibtex.el (bibtex-initialize):
22470 Use pop-to-buffer-same-window.
22471 (bibtex-search-entries): Fix interactive call.
22472
22473 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22474
22475 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22476 Fontise bytecomp Error lines more correctly (bug#2490).
22477 Fix suggested by Johan Bockgård.
22478
22479 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22480
22481 * dired-x.el (dired-guess-default): Use `delete-dups'.
22482
22483 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22484
22485 * dired.el (dired-mark-prompt):
22486 * dired-aux.el (dired-read-shell-command): Doc fix.
22487
22488 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22489
22490 * mail/sendmail.el (sendmail-query-once):
22491 Use `customize-save-variable' unconditionally, now that it works under
22492 emacs -Q.
22493
22494 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22495
22496 * cus-edit.el (custom-file): Take an optional no-error variable.
22497 (customize-save-variable): Set the variable, and give a warning if
22498 running under "emacs -q".
22499
22500 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22501
22502 * loadhist.el (unload-feature-special-hooks):
22503 Add `auto-coding-functions', `fill-nobreak-predicate' and
22504 `find-directory-functions' (bug#5327).
22505
22506 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22507
22508 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22509
22510 * cus-edit.el (custom-guess-name-alist): -alist variables should
22511 use the `alist' type (bug#3120). Suggested by Drew Adams.
22512
22513 * printing.el: Add documentation to all the `pr-toggle-' commands.
22514
22515 2011-07-11 Leo Liu <sdl.web@gmail.com>
22516
22517 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22518 backends where it makes sense (bug#2623).
22519
22520 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22521
22522 * dired-x.el (dired-guess-default): Remove duplicate shell command
22523 entries (bug#2028).
22524 (dired-guess-default): Fix grammar in doc string (bug#2028).
22525 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22526
22527 * subr.el (remove-duplicates): New conveniency function.
22528
22529 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22530
22531 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22532 (bug#1526).
22533
22534 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22535
22536 * window.el (display-buffer-normalize-default): Don't invert
22537 meaning of even-window-heights. Reported by Eli Zaretskii
22538 <eliz@gnu.org>.
22539
22540 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22541
22542 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22543
22544 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22545
22546 * window.el (display-buffer): Fix arguments to
22547 display-buffer-reuse-window in last change.
22548
22549 * faces.el (link): Use a less saturated blue on light backgrounds.
22550
22551 * startup.el (fancy-startup-text, fancy-about-text)
22552 (fancy-startup-tail): Use font-lock faces, for background safety.
22553
22554 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22555
22556 * emulation/viper-cmd.el (viper-change-state-to-vi):
22557 Limit triggering of abbrev expansion (Bug#9038).
22558
22559 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22560
22561 * window.el (display-buffer-default-specifiers): Remove.
22562 (display-buffer-macro-specifiers): Remove default specifiers.
22563 (display-buffer-alist): Default to nil.
22564 (display-buffer-reuse-window): New optional argument other-window.
22565 (display-buffer-pop-up-window): Allow splitting internal
22566 windows. Check whether a live window was created.
22567 (display-buffer-other-window-means-other-frame)
22568 (display-buffer-normalize-arguments): Rename to
22569 display-buffer-normalize-argument and rewrite. Set the
22570 other-window specifier.
22571 (display-buffer-normalize-special): New function.
22572 (display-buffer-normalize-options): Rename to
22573 display-buffer-normalize-default and rewrite.
22574 (display-buffer-normalize-options-inhibit): Remove.
22575 (display-buffer-normalize-specifiers): Rewrite.
22576 (display-buffer): Process other-window specifier and call
22577 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22578 more faithfully.
22579 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22580 (display-buffer-alist-set): Don't handle 'unset default values.
22581 (display-buffer-in-window, display-buffer-alist-set):
22582 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22583 <tassilo@member.fsf.org>.
22584
22585 2011-07-09 Leo Liu <sdl.web@gmail.com>
22586
22587 * register.el (insert-register): Restore accidental change on
22588 2011-06-26. (Bug#9028)
22589
22590 2011-07-09 Glenn Morris <rgm@gnu.org>
22591
22592 * subr.el (remq): Handle the empty list. (Bug#9024)
22593
22594 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22595
22596 * mail/sendmail.el (send-mail-function): No longer delay custom
22597 initialization.
22598 * custom.el (custom-initialize-delay): Doc fix.
22599
22600 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22603
22604 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22605
22606 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22607 human-friendly prompt.
22608
22609 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22612 provided by a particular plugin.
22613
22614 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22615
22616 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22617 save customizations (with "emacs -Q"), just set the variable
22618 instead of erroring out.
22619
22620 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22621
22622 2011-07-08 Juri Linkov <juri@jurta.org>
22623
22624 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22625 (archive-zip-update-case): Use 7z if found by `executable-find'.
22626 The order of searching the available programs is the same as in
22627 `archive-zip-extract' (bug#8968).
22628
22629 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22630
22631 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22632 (menu-bar-options-menu): Tweak descriptions.
22633
22634 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22635
22636 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22637 menu items into verb phrases (bug#1421). Also refill to fit under
22638 80 columns.
22639
22640 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22641
22642 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22643 (Info-read-node-name): Doc fix (Bug#1084).
22644
22645 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22646 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22647 (end-of-sexp, beginning-of-sexp)
22648 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22649 (forward-symbol, forward-same-syntax, word-at-point)
22650 (sentence-at-point): Doc fix (Bug#1144).
22651
22652 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22653
22654 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22655 should cover it (bug#1281).
22656
22657 * cus-edit.el (custom-show): Mark as obsolete.
22658
22659 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22660 negotiation fails, then possibly try again with a non-encrypted
22661 connection (bug#9017).
22662
22663 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22664 be used.
22665
22666 2011-07-07 Richard Stallman <rms@gnu.org>
22667
22668 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22669 property, and handle its changed format.
22670 Look for the correct line number.
22671 Use file's line contents (but not past first =) to find
22672 correct line in message.
22673
22674 2011-07-07 Kenichi Handa <handa@m17n.org>
22675
22676 * international/characters.el (build-unicode-category-table):
22677 Delete it.
22678 (unicode-category-table): Set it by unicode-property-table-internal.
22679
22680 * international/mule-cmds.el (char-code-property-alist): Move to
22681 to src/chartab.c.
22682 (get-char-code-property): Call unicode-property-table-internal to
22683 load a file. Call get-unicode-property-internal where necessary.
22684 (put-char-code-property): Call unicode-property-table-internal to
22685 load a file. Call put-unicode-property-internal where necessary.
22686 put-unicode-property-internal where necessary.
22687 (char-code-property-description):
22688 Call unicode-property-table-internal to load a file.
22689
22690 * international/charprop.el:
22691 * international/uni-bidi.el:
22692 * international/uni-category.el:
22693 * international/uni-combining.el:
22694 * international/uni-comment.el:
22695 * international/uni-decimal.el:
22696 * international/uni-decomposition.el:
22697 * international/uni-digit.el:
22698 * international/uni-lowercase.el:
22699 * international/uni-mirrored.el:
22700 * international/uni-name.el:
22701 * international/uni-numeric.el:
22702 * international/uni-old-name.el:
22703 * international/uni-titlecase.el:
22704 * international/uni-uppercase.el: Regenerate.
22705
22706 * loadup.el: Load international/charprop.el before
22707 international/characters.
22708
22709 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22710
22711 * window.el (next-buffer, previous-buffer): Signal an error if
22712 called from a minibuffer window.
22713
22714 * bindings.el: Revert 2011-07-04 change.
22715
22716 2011-07-06 Richard Stallman <rms@gnu.org>
22717
22718 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22719 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22720 Treat markers like ints.
22721 (rmail-mime-entity): Doc fix.
22722
22723 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22724
22725 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22726 defcustom again for backwards compatibility.
22727
22728 * simple.el (shell-command-on-region): Fill.
22729
22730 * dired-aux.el (dired-kill-line): Add a doc string.
22731
22732 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22733 to "\\sw\\|\\s_" (bug#358).
22734
22735 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22736 (dired-unmark-backward): Ditto.
22737 (dired-flag-backup-files): Ditto.
22738
22739 * dired-x.el (dired-mark-sexp): Ditto.
22740
22741 2011-07-06 Richard Stallman <rms@gnu.org>
22742
22743 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22744 (rmail-mime-entity): New arg TRUNCATED.
22745 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22746 New functions.
22747 (rmail-mime-save): Warn if entity is truncated.
22748 (rmail-mime-toggle-hidden): Likewise, for showing.
22749 (rmail-mime-process-multipart): Record when an entity is truncated.
22750
22751 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22752 if ENTITY is a string.
22753
22754 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22755
22756 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22757 of faces when `M-C-x'-ing their definitions (bug#8378).
22758 Also clean up the code slightly.
22759
22760 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22761 because that makes the colors go away.
22762
22763 * mail/sendmail.el (send-mail-function): Change the default to
22764 `sendmail-query-once'.
22765 (sendmail-query-once): Add an autoload cookie.
22766
22767 * net/network-stream.el (network-stream-open-starttls): Try using
22768 a plain connection even if the server offered STARTTLS, and we
22769 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22770 capability. This should make smtpmail.el work in slightly more
22771 configurations.
22772
22773 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22774
22775 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22776 New defun.
22777 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22778
22779 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22780
22781 * progmodes/sql.el: Version 3.0
22782 (sql-product-alist): Add product :completion-object,
22783 :completion-column, and :statement attributes.
22784 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22785 (sql-mode-syntax-table): Mark all punctuation.
22786 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22787 ansi keywords.
22788 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22789 (sql-mode-oracle-font-lock-keywords): Improve.
22790 (sql-oracle-show-reserved-words): New function for development.
22791 (sql-product-font-lock): Simplify for source code buffers.
22792 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22793 New functions.
22794 (sql-highlight-product): Set product specific syntax table.
22795 (sql-mode-map): Add statement movement functions.
22796 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22797 New variable.
22798 (sql-statement-regexp, sql-beginning-of-statement)
22799 (sql-end-of-statement, sql-signum): New functions.
22800 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22801 (sql-show-sqli-buffer): Bug fix.
22802 (sql-interactive-mode): Store connection data as buffer local.
22803 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22804 with sql-interactive-mode.
22805 (sql-save-connection): Save buffer local settings.
22806 (sql-connection-menu-filter): Change menu entry name.
22807 (sql-product-interactive): Bug fix.
22808 (sql-preoutput-hold): New variable.
22809 (sql-interactive-remove-continuation-prompt): Bug fixes.
22810 (sql-debug-redirect): New variable.
22811 (sql-str-literal): New function.
22812 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22813 Redesign.
22814 (sql-oracle-save-settings, sql-oracle-restore-settings)
22815 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22816 (sql-completion-object, sql-completion-column)
22817 (sql-completion-sqlbuf): New variables.
22818 (sql-build-completions-1, sql-build-completions)
22819 (sql-try-completion): New functions.
22820 (sql-read-table-name): Use them.
22821 (sql-contains-names): New buffer local variable.
22822 (sql-list-all, sql-list-table): Use it.
22823 (sql-oracle-completion-types): New variable.
22824 (sql-oracle-completion-object, sql-sqlite-completion-object)
22825 (sql-postgres-completion-object): New functions.
22826
22827 2011-07-06 Glenn Morris <rgm@gnu.org>
22828
22829 * window.el (pop-to-buffer): Doc fix.
22830
22831 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22832
22833 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22834
22835 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22836
22837 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22838
22839 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22840
22841 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22842
22843 * button.el (button): Inherit from link face. Suggested by Dan
22844 Nicolaescu.
22845
22846 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22847
22848 * progmodes/gdb-mi.el: Fit in 80 columns.
22849 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22850 switch-to-buffer.
22851
22852 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22853 if imenu is simply not configured (bug#8941).
22854
22855 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22856
22857 * allout.el (allout-post-undo-hook): New allout outline-change
22858 event hook to signal undo activity.
22859 (allout-post-command-business): Run allout-post-undo-hook if an
22860 undo just occurred.
22861 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22862 * allout-widgets.el (allout-widgets-after-undo-function):
22863 Ensure the integrity of the current item's decoration after it has been
22864 in the vicinity of an undo.
22865 (allout-widgets-mode): Include allout-widgets-after-undo-function
22866 on the new allout-post-undo-hook.
22867
22868 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22869
22870 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22871 Let define-derived-mode define it.
22872 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22873 cycles of abbrev-table inheritance (bug#8998).
22874
22875 2011-07-05 Roland Winkler <winkler@gnu.org>
22876
22877 * textmodes/bibtex.el: Add support for biblatex.
22878 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22879 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22880 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22881 (bibtex-entry-alist, bibtex-field-alist): New variables.
22882 (bibtex-entry-field-alist): Obsolete alias for
22883 bibtex-BibTeX-entry-alist.
22884 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22885 (bibtex-set-dialect): New command.
22886 (bibtex-entry-type, bibtex-entry-head)
22887 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22888 Bind via bibtex-set-dialect.
22889 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22890 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22891 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22892 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22893 Define via bibtex-set-dialect.
22894 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22895 Obey bibtex-no-opt-remove-re.
22896 (bibtex-vec-push, bibtex-vec-incr): New functions.
22897 (bibtex-format-entry, bibtex-field-list)
22898 (bibtex-print-help-message, bibtex-validate)
22899 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22900
22901 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22902
22903 * progmodes/compile.el (compilation-goto-locus):
22904 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22905 * bs.el (bs-cycle-next, bs-cycle-previous):
22906 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22907 * bindings.el (mode-line-other-buffer):
22908 * autoinsert.el (auto-insert):
22909 * arc-mode.el (archive-extract):
22910 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22911
22912 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22913
22914 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22915 Fix check of `emacs-lock-unlockable-modes'.
22916 Coerce true values of `emacs-lock--try-unlocking' to t.
22917
22918 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22919
22920 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22921 * emacs-lock.el: New file.
22922
22923 2011-07-05 Julien Danjou <julien@danjou.info>
22924
22925 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22926 than `boundp' to check if face is set.
22927
22928 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22929
22930 * register.el (registerv-make):
22931 * window.el (window-min-height): Fix typos in docstrings.
22932
22933 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22934
22935 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22936 Update doc string.
22937
22938 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22939
22940 * server.el (server-execute): Catch quit and call
22941 `server-return-error' to pass the error back to emacsclient and
22942 close the connection (bug#8942).
22943
22944 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22945
22946 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22947 insecure exception for current topic. Also note that auto-saves
22948 are handled differently.
22949
22950 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22951 State variables for tracking auto-save inhibition situation.
22952
22953 (allout-write-contents-hook-handler): Rename from
22954 'allout-write-file-hook-handler', and describe how it depends on
22955 write-contents-functions sensitivity to non-nil value to prevent
22956 file write.
22957
22958 (allout-auto-save-hook-handler): Remove. auto-save does not check
22959 this in individual buffers, only in the starting buffer, so this
22960 is not the right way for us to inhibit auto-save in a buffer
22961 according to its condition.
22962
22963 (allout-mode): Use new allout-write-contents-hook-handler, and
22964 only with write-contents-functions. Remove auto-save provisions -
22965 they're implemented elsewhere.
22966
22967 (allout-before-change-handler): If undo is in progress, note that
22968 for attention of allout-post-command-business.
22969
22970 (allout-post-command-business): If the command we're following was
22971 an undo, check for change in the status of encrypted items and
22972 adjust auto-save inhibitions accordingly.
22973
22974 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22975 according to whether there are or aren't any plain-text topics
22976 pending encryption.
22977
22978 (allout-inhibit-auto-save-info-for-decryption):
22979 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22980 if there are plain-text topics pending encryption.
22981
22982 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22983 buffer-saved-size and some allout state to not inhibit auto-saves
22984 if there are no longer any plain-text topics pending encryption.
22985
22986 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22987 No longer provide for exemption of the current topic.
22988
22989 2011-07-04 Juri Linkov <juri@jurta.org>
22990
22991 Add 7z operations to delete and save changed members (bug#8968).
22992 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22993 New defcustoms.
22994 (archive-7z-write-file-member): New function.
22995 (archive-7z-summarize): Fix the number of dashes in the
22996 listing output.
22997
22998 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22999
23000 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23001 (bug#8958).
23002
23003 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23004
23005 * bindings.el: Ignore next-buffer and previous-buffer in
23006 minibuffer-local-map.
23007
23008 * font-lock.el (font-lock-builtin-face): Change light background
23009 color to dark slate blue (Bug#6693).
23010
23011 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23012
23013 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23014
23015 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23016
23017 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23018 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23019 Add switch-to-buffer.
23020
23021 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23022
23023 * isearch.el (isearch-search-fun-function): Clarify further the
23024 meaning of the function returned.
23025
23026 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23027
23028 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23029
23030 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23031 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23032 Use it.
23033 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23034 `tramp-default-remote-path' does not exist.
23035 (tramp-send-command-and-read): New optional argument NOERROR.
23036 (tramp-open-connection-setup-interactive-shell)
23037 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23038 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23039 (tramp-process-sentinel): Flush also process' connection property.
23040 (tramp-sh-handle-start-file-process): Do not set process
23041 sentinel. It is done now ...
23042 (tramp-maybe-open-connection): ... here. (Bug#8929)
23043
23044 2011-07-04 MON KEY <monkey@sandpframing.com>
23045
23046 * play/animate.el (animate-string): Doc fixes and allow changing
23047 the buffer name (bug#5417).
23048
23049 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23050
23051 * play/animate.el (animation-buffer-name): Rename from *animate*.
23052
23053 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23054
23055 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23056 This is simpler and helps future-proof the code.
23057 (timer-until): Use time-subtract and float-time.
23058 (timer--time-less-p): Use time-less-p.
23059
23060 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23061
23062 * type-break.el (timep): Use the value of `float-time' to avoid a
23063 byte-compiler warning.
23064
23065 * server.el (server-eval-and-print): Return any result, even nil.
23066
23067 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23068
23069 * type-break.el: Accept time formats that the builtins accept.
23070 (timep, type-break-time-difference): Accept any format that
23071 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23072 This is simpler and helps future-proof the code.
23073 (type-break-time-difference): Round rather than ignoring
23074 subseconds components.
23075
23076 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23077
23078 * info.el (Info-apropos-matches): Make non-interactive, since it
23079 doesn't seem to do anything useful as a command (bug#8829).
23080
23081 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23082
23083 * frame.el (frame-background-mode, frame-set-background-mode):
23084 Move from faces.el.
23085 (frame-default-terminal-background): New function.
23086
23087 * custom.el (custom-push-theme): Don't record faces in `changed'
23088 theme; this doesn't work correctly for per-frame face settings.
23089 (disable-theme): Use face-set-after-frame-default to reset faces.
23090 (custom--frame-color-default): New function.
23091
23092 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23093
23094 * dired.el (dired-flagging-regexp): Remove unused variable
23095 (bug#8769).
23096
23097 2011-03-29 Kevin Ryde <user42@zip.com.au>
23098
23099 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23100 `perl-Test2' extend to match possible "fail #N" rep count
23101 (bug#8377).
23102
23103 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23104
23105 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23106 `smtpmail-via-smtp' now returns the error instead of nil.
23107
23108 * isearch.el (isearch-search-fun-function): Clarify the doc string
23109 (bug#8101).
23110
23111 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23112
23113 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23114 unnecessary spaces (bug#8987).
23115
23116 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23117
23118 * net/network-stream.el (open-network-stream): Use the
23119 :end-of-capability command thoughout.
23120
23121 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23122
23123 * net/network-stream.el (open-network-stream): Add the
23124 :end-of-capability command parameter, used by pop3.el.
23125
23126 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23127
23128 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23129
23130 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23131 for list)" (bug#6475).
23132
23133 * files.el (file-expand-wildcards): Ignore non-readable
23134 sub-directories while trying to find matches instead of signaling
23135 an error (bug#6297).
23136
23137 * man.el (Man-reference-regexp): Allow matching possible
23138 word-wrapped references (bug#6289).
23139
23140 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23141 for consistency with the other vc buffers (bug#6197).
23142 (vc-checkin): Ditto.
23143
23144 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23145
23146 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23147
23148 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23149
23150 * custom.el (defcustom): Clarify that :set is only used in the
23151 Customize user interface (bug#6089).
23152
23153 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23154 associated with a file, refuse to run instead of erroring out
23155 (bug#6084).
23156
23157 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23158 the doc string, since it appears that using `fill-column' always
23159 controls the width (bug#7845).
23160
23161 * simple.el (shell-command-on-region): Say where the error output
23162 went if `shell-command-default-error-buffer' is set (bug#6857).
23163
23164 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23165
23166 * allout.el (allout-yank-processing): Adjust cursor position for
23167 backwards-deleted space.
23168
23169 (allout-rebullet-heading): Register changes with
23170 allout-exposure-changed-hook, so the modified topic is properly
23171 decorated.
23172
23173 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23174
23175 * minibuffer.el (completion-in-region): Document PREDICATE
23176 (bug#7136).
23177
23178 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23179 of keyword/argument pairs (bug#6904).
23180
23181 * replace.el (multi-occur):
23182 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23183
23184 2011-07-02 Drew Adams <drew.adams@oracle.com>
23185
23186 * dired.el (dired-mark-if): Make the message about whether it's
23187 marking or unmarking clearer (bug#8523).
23188
23189 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23190
23191 * disp-table.el (display-table-print-array): New function.
23192 (describe-display-table): Use it to print the vectors more pretty
23193 (Bug#8859).
23194
23195 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23196
23197 * window.el (window-state-get-1): Don't assign clone numbers.
23198 Add clone-of item to list of window parameters.
23199 (window-state-put-2): Don't process clone numbers.
23200 (display-buffer-alist): Fix doc-string.
23201
23202 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23203
23204 * subr.el (remq): Don't allocate if it's not needed.
23205 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23206 (keymap--merge-bindings): New functions.
23207 (keymap-canonicalize): Use them to refine the canonicalization.
23208 * minibuffer.el (minibuffer-local-completion-map)
23209 (minibuffer-local-must-match-map): Move initialization from C.
23210 (minibuffer-local-filename-completion-map): Move initialization from C;
23211 don't inherit from anything here.
23212 (minibuffer-local-filename-must-match-map): Make obsolete.
23213 (completing-read-default): Use make-composed-keymap to combine
23214 minibuffer-local-filename-completion-map with either
23215 minibuffer-local-must-match-map or
23216 minibuffer-local-filename-completion-map.
23217
23218 2011-07-01 Glenn Morris <rgm@gnu.org>
23219
23220 * type-break.el (type-break-time-sum): Use dolist.
23221
23222 * textmodes/flyspell.el (flyspell-word-search-backward):
23223 Replace CL function.
23224
23225 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23226
23227 * mouse.el (mouse--strip-first-event): New function.
23228 (function-key-map): Use it to map fringe clicks to normal clicks
23229 by default.
23230
23231 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23232 (vc-bzr-revision-completion-table): Add support for annotate and date.
23233
23234 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23235 inherit from parent.
23236
23237 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23238
23239 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23240 (dired-show-file-type): Doc fixup (bug#8818).
23241
23242 * dired.el (dired-mode): Fix up the doc string as suggested by
23243 Drew Adams (bug#8817).
23244
23245 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23246 cookie, since the manual says that it should be possible to add
23247 this function to `find-file-hook' (bug#8709).
23248
23249 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23250
23251 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23252 here. Noted Ted Zlatanov as the maintainer.
23253 (cfengine-common-settings, cfengine-common-syntax): New functions
23254 to set up common things between `cfengine-mode' and
23255 `cfengine3-mode'.
23256 (cfengine3-mode): New mode.
23257 (cfengine3-defuns cfengine3-defuns-regex
23258 (cfengine3-class-selector-regex cfengine3-category-regex)
23259 (cfengine3-vartypes cfengine3-font-lock-keywords)
23260 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23261 (cfengine3-indent-line): Add from cfengine3.el.
23262
23263 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23264
23265 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23266
23267 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23268
23269 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23270
23271 * window.el (same-window-buffer-names, same-window-regexps)
23272 (same-window-p, special-display-frame-alist)
23273 (special-display-popup-frame, special-display-function)
23274 (special-display-buffer-names, special-display-regexps)
23275 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23276 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23277 (split-window-preferred-function, split-height-threshold)
23278 (split-width-threshold, even-window-heights)
23279 (display-buffer-mark-dedicated, window-splittable-p)
23280 (split-window-sensibly, window-safely-shrinkable-p):
23281 Un-obsolete.
23282 (display-buffer): Don't spread args with function specifier
23283 because special-display-popup-frame won't like it.
23284
23285 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23286
23287 Time-stamp simplifications and fixes.
23288 These improve accuracy slightly, and future-proof the code
23289 against some potential changes to current-time format.
23290
23291 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23292 by using time-since and float-time.
23293
23294 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23295 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23296 + NNN microseconds".
23297
23298 * type-break.el (type-break-time-sum): Rewrite using time-add.
23299
23300 * play/hanoi.el (hanoi-current-time-float): Remove.
23301 All uses replaced by float-time.
23302
23303 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23304 This yields a more-accurate answer.
23305 (rng-time-to-float): Remove; no longer needed.
23306
23307 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23308
23309 * calendar/timeclock.el (timeclock-seconds-to-time):
23310 Defalias to seconds-to-time, since they're the same thing.
23311
23312 * emacs-lisp/elp.el (elp-elapsed-time):
23313 * emacs-lisp/benchmark.el (benchmark-elapse):
23314 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23315
23316 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23317
23318 * window.el (bury-buffer): Don't iconify the only frame.
23319 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23320 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23321
23322 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23323
23324 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23325 Add mouse-yank-primary.
23326
23327 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23328
23329 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23330
23331 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23332
23333 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23334 (find-library-name): Use it to find relative load names when provided
23335 absolute file name (bug#8803).
23336
23337 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23338
23339 * textmodes/flyspell.el (flyspell-word): Consider words that
23340 differ only in case as potential doublons (bug#5687).
23341
23342 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23343 Remove two rather uninteresting debugging-like messages to make
23344 debbugs.el more silent.
23345
23346 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23347 a password-like phrase.
23348
23349 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23350
23351 * progmodes/cc-guess.el: New file.
23352
23353 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23354
23355 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23356 derived from `c-basic-common-init'.
23357
23358 * progmodes/cc-mode.el (top-level): Require cc-guess.
23359 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23360
23361 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23362
23363 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23364
23365 2011-06-30 Alan Mackenzie <acm@muc.de>
23366
23367 * progmodes/cc-engine.el (c-guess-continued-construct):
23368 Correct the handling of template-args-cont, particularly for when font
23369 lock is disabled. Name this case as "CASE G".
23370
23371 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23372
23373 * allout.el (allout-yank-processing): Fix injection of extra space
23374 between bullet and non-whitespace character in first topic when
23375 pasting, ensuring that the actual spacing in the pasted topic
23376 following the bullet char is preserved. This extra space was
23377 causing pasted encrypted topics to get a decrypted status even
23378 when the content was actually still encrypted. Now the decryption
23379 status from before the paste is preserved.
23380
23381 (allout-flag-region): Set all allout overlays so they evaporate
23382 when reduced to zero length (evanescent), to prevent overlay
23383 leakage.
23384
23385 2011-06-30 Glenn Morris <rgm@gnu.org>
23386
23387 * w32-fns.el (w32-charset-info-alist): Declare.
23388
23389 * find-dired.el (find-grep-options): Simplify.
23390
23391 * term/ns-win.el (ns-set-resource): Declare.
23392
23393 * ses.el (row, col): Declare dynamic variables honestly.
23394
23395 * textmodes/reftex-parse.el (index-tags): Declare.
23396
23397 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23398
23399 * cus-edit.el (customize-push-and-save): New function.
23400
23401 * files.el (hack-local-variables-confirm): Use it.
23402
23403 * custom.el (load-theme): New arg NO-CONFIRM.
23404 Use customize-push-and-save (Bug#8720).
23405 (custom-enabled-themes): Doc fix.
23406
23407 * cus-theme.el (customize-create-theme)
23408 (custom-theme-merge-theme): Callers to load-theme changed.
23409
23410 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23411
23412 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23413 short URLs have at least one dot in them (bug #7614).
23414
23415 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23416 nil, because using a pty is apparently too slow (bug #895).
23417
23418 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23419
23420 * mail/sendmail.el (sendmail-query-once): New function.
23421 (sendmail-query-once-function): New variable.
23422
23423 2011-06-29 Glenn Morris <rgm@gnu.org>
23424
23425 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23426
23427 * ses.el (top-level): Require cl when compiling.
23428 (ses-set-localvars): Fix error statement.
23429 Call it at compile time to silence a storm of warnings.
23430
23431 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23432
23433 * window.el (normalize-live-buffer): Rename to
23434 window-normalize-buffer.
23435 (normalize-live-frame): Rename to window-normalize-frame.
23436 (normalize-any-window): Rename to window-normalize-any-window.
23437 (normalize-live-window): Rename to window-normalize-live-window.
23438 (make-window-atom): Rename to window-make-atom.
23439 (window-resize-reset): Rename to window--resize-reset.
23440 (window-resize-reset-1): Rename to window--resize-reset-1.
23441 (resize-mini-window): Rename to window--resize-mini-window.
23442 (resize-subwindows-skip-p): Rename to
23443 window--resize-subwindows-skip-p.
23444 (resize-subwindows-normal): Rename to
23445 window--resize-subwindows-normal.
23446 (resize-subwindows): Rename to window--resize-subwindows.
23447 (resize-other-windows): Rename to window--resize-siblings.
23448 (resize-this-window): Rename to window--resize-this-window.
23449 (resize-root-window): Rename to window--resize-root-window.
23450 (resize-root-window-vertically): Rename to
23451 window--resize-root-window-vertically.
23452 (normalize-buffer-to-display): Rename to
23453 window-normalize-buffer-to-display.
23454 (normalize-buffer-to-switch-to): Rename to
23455 window-normalize-buffer-to-switch-to.
23456 Correspondingly update all callers of the functions listed
23457 above.
23458 (display-buffer-alist, display-buffer-normalize-arguments)
23459 (display-buffer-normalize-options, display-buffer)
23460 (display-buffer-alist-set): Use "function" instead of
23461 "fun-with-args".
23462
23463 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23464
23465 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23466 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23467 debbugs.gnu.org. Mention acknowledgment email.
23468
23469 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23470
23471 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23472 buffer multibyteness, since it shouldn't matter.
23473
23474 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23475
23476 * window.el (display-buffer-in-side-window): Handle dedicated
23477 windows as in display-buffer-reuse-window.
23478 (display-buffer-normalize-alist): Use value of override
23479 specifier.
23480 (display-buffer-normalize-specifiers): Use value of
23481 other-window-means-other-frame specifier.
23482 (display-buffer-alist): Rewrite some texts in widgets.
23483 (display-buffer): Spread arguments when calling function
23484 specified by fun-with-args.
23485
23486 2011-06-28 Deniz Dogan <deniz@dogan.se>
23487
23488 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23489 Unnest `let'.
23490
23491 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23492 selectors (Bug#5732).
23493 (css-proprietary-nmstart-re): Use `regexp-opt'.
23494
23495 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23496
23497 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23498 (eshell-ls-date-format): New defcustom.
23499 (eshell-ls-file): Use it.
23500
23501 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23502
23503 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23504
23505 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23506
23507 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23508 (ange-ftp-make-tmp-name): New arg.
23509 (ange-ftp-file-local-copy): Use it.
23510
23511 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23512
23513 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23514 no-conversion (Bug#8870).
23515
23516 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23517
23518 * window.el (window-right, window-left, window-child)
23519 (window-child-count, window-last-child)
23520 (window-iso-combination-p, walk-window-tree-1)
23521 (window-atom-check-1, window-tree-1, delete-window)
23522 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23523 new naming conventions - window-vchild, window-hchild,
23524 window-next and window-prev are now called window-top-child,
23525 window-left-child, window-next-sibling and window-prev-sibling
23526 respectively.
23527 (resize-window-reset): Rename to window-resize-reset.
23528 (resize-window-reset-1): Rename to window-resize-reset-1.
23529 (resize-window): Rename to window-resize.
23530 (window-min-height, window-min-width)
23531 (resize-mini-window, resize-this-window, resize-root-window)
23532 (resize-root-window-vertically, adjust-window-trailing-edge)
23533 (enlarge-window, shrink-window, maximize-window)
23534 (minimize-window, delete-window, quit-restore-window)
23535 (split-window, balance-windows, balance-windows-area-adjust)
23536 (balance-windows-area, window-state-put-2)
23537 (display-buffer-even-window-sizes, display-buffer-set-height)
23538 (display-buffer-set-width, set-window-text-height)
23539 (fit-window-to-buffer): Rename all "resize-window" prefixed
23540 calls to use the "window-resize" prefix convention.
23541 (display-buffer-alist): Fix symbol for label specifier.
23542 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23543 corresponding specifier.
23544 Reported by Juanma Barranquero <lekktu@gmail.com>.
23545
23546 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23547
23548 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23549 convention.
23550 (ses-call-printer): Does not pass an empty string to formatter when the
23551 cell is empty to keep from barking printer Calc math-format-value.
23552
23553 2011-06-27 Richard Stallman <rms@gnu.org>
23554
23555 * battery.el (battery-mode-line-limit): New variable.
23556 (battery-update): Handle it.
23557
23558 * mail/rmailmm.el (rmail-mime-process-multipart):
23559 Handle truncated messages.
23560
23561 2011-06-27 Glenn Morris <rgm@gnu.org>
23562
23563 * progmodes/flymake.el (flymake-err-line-patterns):
23564 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23565
23566 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23567
23568 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23569 (ses--clean-!, ses--clean-_): New functions.
23570 (ses-range): Add configurability of readout order, and conversion
23571 to Calc vector.
23572
23573 * ses.el (ses-repair-cell-reference-all): New function.
23574 (ses-cell-symbol): Set macro as safe, so that it can be used in
23575 formulas.
23576
23577 * ses.el: Update cycle detection algorithm.
23578 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23579 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23580 (ses-set-localvars): New function.
23581 (ses-make-cell): Add property-list as a cell element.
23582 (ses-cell-property-get-fun, ses-cell-property-get)
23583 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23584 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23585 New functions.
23586 (ses-cell-property-set, ses-cell-property-pop)
23587 (ses-cell-property-get-handle): New macro.
23588 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23589 New aliases, used for code readability.
23590 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23591 cycle detection.
23592 (ses-self-reference-early-detection): New defcustom.
23593 (ses-formula-references): Robustify against self-referring cells.
23594 (ses-mode): Use ses-set-localvars.
23595 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23596 before lauching the update processing.
23597 (ses-initialize-Dijkstra-attempt): New function.
23598 (ses-recalculate-cell): Update for cycle detection based on
23599 Dijkstra algorithm.
23600
23601 * ses.el: Fix commenting and indenting convention.
23602
23603 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23604
23605 * bs.el (bs-cycle-next): Complete last change.
23606
23607 2011-06-27 Drew Adams <drew.adams@oracle.com>
23608
23609 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23610
23611 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23612
23613 * net/network-stream.el (network-stream-open-starttls):
23614 Don't re-get capabilities unless we've reestablished connection.
23615 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23616
23617 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23618 to binary to possibly avoid line encoding issues on Windows (among
23619 other things).
23620
23621 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23622
23623 * net/network-stream.el (open-network-stream): Return an :error
23624 saying what the problem was, if possible.
23625
23626 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23627 server.
23628
23629 * net/network-stream.el (network-stream-open-starttls): If we
23630 wanted to use STARTTLS, and the server offered it, but we weren't
23631 able to because we had no STARTTLS support, then close the connection.
23632 (open-network-stream): Return an :error element, if present.
23633
23634 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23635
23636 * hl-line.el (hl-line-sticky-flag): Doc fix.
23637 (global-hl-line-sticky-flag): New option (Bug#8323).
23638 (global-hl-line-highlight): Obey it.
23639
23640 * vc/vc.el (vc-revert-show-diff): Default to t.
23641
23642 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23643
23644 * allout-widgets.el (allout-widgets-post-command-business):
23645 Stop decorating intermediate isearch matches. They're not being
23646 undecorated when an isearch is continued past, and isearch
23647 automatically collapses them. This leads to "widget leaks", where
23648 decorated items accumulate in collapsed areas. Lines with lots of
23649 hidden widgets can slow down cursor travel, substantially.
23650 Too much complicated machinery would be needed to ensure undecoration,
23651 so we're doing without this nicety.
23652
23653 (allout-widgets-tally-string): Don't try to do a hash-table-count
23654 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23655 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23656 *Messages* when allout-widgets-maintain-tally is t.
23657
23658 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23659
23660 * window.el (display-buffer-normalize-argument): Rename to
23661 display-buffer-normalize-arguments. Handle special meaning of
23662 LABEL argument. Respect special-display-function when popping up
23663 a new frame. Fix code searching for a window showing the buffer
23664 on another frame.
23665 (display-buffer-normalize-specifiers):
23666 Call display-buffer-normalize-arguments.
23667 (display-buffer-in-window): Don't undedicate the window if its
23668 buffer remains the same.
23669 Reported by Drew Adams <drew.adams@oracle.com>.
23670 (display-buffer-alist): Add choice for same-window macro
23671 specfier.
23672 (display-buffer): Mention special meaning of LABEL argument in
23673 doc-string. Fix quoting. Don't pop up a new frame even as
23674 fallback.
23675
23676 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23677
23678 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23679 avoid deleting the current window in some cases (bug#8911).
23680
23681 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23682
23683 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23684 (Bug#8934)
23685
23686 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23687
23688 * net/network-stream.el (network-stream-open-starttls):
23689 Use built-in TLS support if `gnutls-available-p' is true.
23690 (network-stream-open-tls): Ditto.
23691
23692 2011-06-26 Leo Liu <sdl.web@gmail.com>
23693
23694 * register.el (registerv): New struct.
23695 (registerv-make): New function.
23696 (jump-to-register, describe-register-1, insert-register):
23697 Support the jump-func, print-func and insert-func slot of a registerv
23698 struct. (Bug#8415)
23699
23700 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23701
23702 * vc/vc.el (vc-revert-show-diff): New defcustom.
23703 (vc-diff-internal): New arg specifying diff buffer.
23704 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23705 reuse an existing *vc-diff* buffer (Bug#8927).
23706
23707 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23708
23709 2011-06-26 Glenn Morris <rgm@gnu.org>
23710
23711 * progmodes/f90.el (f90-critical-indent): New option.
23712 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23713 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23714 (f90-mode): Doc fix.
23715 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23716 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23717 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23718 (f90-match-end): Handle block, critical.
23719
23720 2011-06-25 Glenn Morris <rgm@gnu.org>
23721
23722 * calendar/diary-lib.el (diary-included-files): Doc fix.
23723 (diary-include-files): New function, extracted from
23724 diary-include-other-diary-files and diary-mark-included-diary-files.
23725 (diary-include-other-diary-files, diary-mark-included-diary-files):
23726 Just call diary-include-files.
23727 (diary-mark-entries): Reset diary-included-files on first call.
23728
23729 * calendar/diary-lib.el (diary-mark-entries)
23730 (diary-mark-included-diary-files):
23731 Visit included diary-files in temp buffers.
23732
23733 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23734 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23735 (f90-start-block-re, f90-imenu-generic-expression)
23736 (f90-looking-at-program-block-start, f90-no-block-limit):
23737 Add support for submodules.
23738
23739 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23740 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23741
23742 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23743
23744 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23745 buffer-file-type before setting its value, to avoid disastrous
23746 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23747
23748 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23749
23750 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23751
23752 * ses.el (ses-unload-function):
23753 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23754
23755 * proced.el (proced-unload-function):
23756 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23757
23758 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23759
23760 * server.el (server-create-window-system-frame): Add parameters arg.
23761 (server-process-filter): Doc fix. Handle frame-parameters.
23762
23763 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23764
23765 Fix bug#8730, bug#8781.
23766
23767 * loadhist.el (unload--set-major-mode): New function.
23768 (unload-feature): Use it.
23769
23770 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23771 (python-unload-function): New function.
23772
23773 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23774
23775 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23776
23777 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23778
23779 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23780 the candidates list.
23781
23782 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23783
23784 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23785
23786 2011-06-23 Richard Stallman <rms@gnu.org>
23787
23788 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23789 (rmail-variables): Set next-error-move-function.
23790 (rmail-what-message): Take argument POS.
23791 (rmail-next-error-move): New function.
23792
23793 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23794
23795 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23796 messages for adjacent non-terminals.
23797
23798 2011-06-23 Richard Stallman <rms@gnu.org>
23799
23800 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23801 (rmail-show-message-1): Preserve buffer modified flag.
23802 (rmail-start-mail): Don't specify use of rmail-mail-return;
23803 that's done by mail-bury now.
23804 (rmail-mail-return): Handle arg NEWBUF.
23805
23806 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23807
23808 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23809 SIZE is a number.
23810
23811 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23812
23813 * window.el (get-lru-window, get-mru-window)
23814 (get-largest-window): Never return a minibuffer window.
23815 (display-buffer-pop-up-window): Fix a bug that could lead to
23816 reusing the minibuffer window.
23817 (display-buffer): Pass original specifier argument to
23818 display-buffer-function instead of the normalized one.
23819 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23820
23821 2011-06-22 Leo Liu <sdl.web@gmail.com>
23822
23823 * minibuffer.el (completing-read-function)
23824 (completing-read-default): Move from minibuf.c.
23825
23826 2011-06-22 Richard Stallman <rms@gnu.org>
23827
23828 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23829 to Rmail even if not started by a special Rmail command.
23830
23831 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23832 Copy the buffer currently showing just one message.
23833
23834 2011-06-22 Roland Winkler <winkler@gnu.org>
23835
23836 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23837 (bibtex-clean-entry): First delete the old key so that a
23838 customized algorithm for generating the new key does not get
23839 confused by the old key.
23840 (bibtex-url): Obey regexp of first step.
23841 (bibtex-search-entries): Do not use add-to-list with local
23842 list-var.
23843
23844 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23845
23846 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23847 stored a user name, then query for the password first, instead of
23848 waiting for SMTP to give an error message and the trying again.
23849
23850 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23851
23852 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23853 BUFFER in call-process.
23854
23855 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23856
23857 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23858 QUIT twice.
23859 (smtpmail-try-auth-methods): Require user name and password from
23860 auth-source.
23861
23862 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23863
23864 * window.el (display-buffer-default-specifiers)
23865 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23866 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23867 (split-window): Normalize SIDE argument (Bug#8916).
23868
23869 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23870 (special-display-frame-alist, special-display-popup-frame):
23871 Remove duplicate declarations. These are now in window.el.
23872
23873 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23874
23875 * mail/smtpmail.el (smtpmail-via-smtp):
23876 Set :use-starttls-if-possible so that we always use STARTTLS if the
23877 server supports it. SMTP servers that support STARTTLS commonly
23878 require it.
23879
23880 * net/network-stream.el (network-stream-open-starttls): Support
23881 upgrading to STARTTLS always, even if we don't have built-in support.
23882 (open-network-stream): Add the :always-query-capabilities keyword.
23883
23884 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23885 upgrades with `open-network-stream', and rely solely on
23886 auth-source for all credentials. Big changes throughout the file,
23887 but in particular:
23888 (smtpmail-auth-credentials): Remove.
23889 (smtpmail-starttls-credentials): Remove.
23890 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23891 MAIL FROM, too.
23892
23893 * net/network-stream.el (network-stream-open-starttls):
23894 Provide support for client certificates both for external and built-in
23895 STARTTLS.
23896 (auth-source): Require.
23897 (open-network-stream): Document the :client-certificate keyword.
23898 (network-stream-certificate): Change cert-cert to cert and
23899 cert-key to key.
23900
23901 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23902
23903 * net/tramp-cache.el (top): Don't load the persistency file when
23904 "emacs -Q" has been called.
23905
23906 2011-06-21 Tim Harper <timcharper@gmail.com>
23907
23908 * term/ns-win.el (ns-initialize-window-system):
23909 Set application-specific `ApplePressAndHoldEnabled' system
23910 resource to NO as it is not yet supported by the NS port.
23911
23912 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23913
23914 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23915 (list-dynamic-libraries): ...not here.
23916
23917 2011-06-21 Leo Liu <sdl.web@gmail.com>
23918
23919 * subr.el (sha1): Implement sha1 using secure-hash.
23920
23921 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23922
23923 * window.el (display-buffer-alist): In default value do not
23924 enforce searching a window on any but the selected frame.
23925 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23926 (display-buffer-select-window): Remove function.
23927 (display-buffer-in-window): When a window on another frame gets
23928 reused, do not select it any more but just raise its frame if
23929 necessary (Bug#8851) and (Bug#8856).
23930 (display-buffer-normalize-options): Handle pop-up-frames related
23931 options more faithfully.
23932 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23933 window if it is on another frame.
23934 (display-buffer-alist, display-buffer-default-specifiers):
23935 Don't make new frame unsplittable by default.
23936 (display-buffer-normalize-argument): Fix doc-string typo and use
23937 'same-frame-other-window instead of 'other-window when associating
23938 with display-buffer-macro-specifiers.
23939
23940 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
23941
23942 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23943 New functions.
23944 (5x5-mode-map, 5x5-mode-menu): Bind them.
23945 (5x5-draw-grid): Tweak the solver's rendering.
23946
23947 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23948
23949 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23950 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23951
23952 2011-06-21 Drew Adams <drew.adams@oracle.com>
23953
23954 * menu-bar.el: Use function variable instead of switch-to-buffer.
23955 (menu-bar-select-buffer-function): New variable.
23956 (menu-bar-update-buffers): Use it (bug#8876).
23957
23958 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23959
23960 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23961 variable's status.
23962
23963 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23964
23965 * x-dnd.el (x-dnd-version-from-flags)
23966 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23967 and long as number (Bug#8899).
23968 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23969
23970 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23971
23972 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23973 (completion-try-completion, completion-all-completions): Compute the
23974 metadata argument if it's missing; make it optional (bug#8795).
23975
23976 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23977 (widget-complete): Use new :completion-function property.
23978 (widget-completions-at-point): New function.
23979 (default): Use :completion-function instead of :complete.
23980 (widget-default-completions): Rename from widget-default-complete;
23981 Rewrite.
23982 (widget-string-complete, widget-file-complete, widget-color-complete):
23983 Remove functions.
23984 (file, symbol, function, variable, coding-system, color):
23985 * international/mule-cmds.el (default-input-method, charset)
23986 (language-info-custom-alist):
23987 * cus-edit.el (face): Use new property :completions.
23988
23989 * progmodes/pascal.el (pascal-completions-at-point): New function.
23990 (pascal-mode): Use it.
23991 (pascal-mode-map): Use completion-at-point.
23992 (pascal-toggle-completions): Make obsolete.
23993 (pascal-complete-word, pascal-show-completions):
23994 * progmodes/octave-mod.el (octave-complete-symbol):
23995 Redefine as obsolete alias.
23996 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23997 Signal absence of completion info for old Octave,
23998 (inferior-octave-complete): Redefine as obsolete alias.
23999 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24000 (meta-completions-at-point): Rename from meta-complete-symbol and
24001 adapt it for use on completion-at-point-functions.
24002 (meta-common-mode): Use it.
24003 (meta-looking-at-backward, meta-match-buffer): Remove.
24004 (meta-complete-symbol): Redefine as obsolete alias.
24005 (meta-common-mode-map): Use completion-at-point.
24006 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24007 (makefile-mode-map): Use completion-at-point.
24008 (makefile-completions-at-point): Rename from makefile-complete and
24009 adapt it for use on completion-at-point-functions.
24010 (makefile-mode): Use it.
24011 (makefile-complete): Redefine as obsolete alias.
24012
24013 2011-06-20 Deniz Dogan <deniz@dogan.se>
24014
24015 * net/rcirc.el: Delete trailing whitespaces once and for all.
24016
24017 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24018
24019 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24020
24021 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24022
24023 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24024
24025 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24026
24027 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24028
24029 * window.el (display-buffer-other-window-means-other-frame):
24030 Call display-buffer-normalize-alist.
24031 (display-buffer-normalize-specifiers-1): Rename to
24032 display-buffer-normalize-argument. New argument other-frame.
24033 Rewrite.
24034 (display-buffer-normalize-specifiers-2): Rename to
24035 display-buffer-normalize-options.
24036 (display-buffer-normalize-alist-1): New function.
24037 (display-buffer-normalize-specifiers-3): Rename to
24038 display-buffer-normalize-alist.
24039 Call display-buffer-normalize-alist-1.
24040 (display-buffer-normalize-options-inhibit): New variable.
24041 (display-buffer-normalize-specifiers): Rewrite calling
24042 display-buffer-normalize-alist,
24043 display-buffer-normalize-argument, and
24044 display-buffer-normalize-options. Don't call the latter if
24045 display-buffer-normalize-options-inhibit is non-nil.
24046 (frame-auto-delete): New option.
24047 (window-deletable-p): Use frame-auto-delete.
24048 (window-list-no-nils, window-state-ignored-parameters)
24049 (window-state-get-1, window-state-get, window-state-put-list)
24050 (window-state-put-1, window-state-put-2, window-state-put):
24051 New functions.
24052 (display-buffer-normalize-options): Move special-display-p group
24053 after pop-up-frame group (Bug#8851) and (Bug#8856).
24054
24055 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24056
24057 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24058 groups (Bug#8776).
24059 (rx-submatch-n): New function.
24060 (rx): Document it.
24061
24062 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24063 (Bug#8768).
24064
24065 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24066
24067 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24068
24069 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24070 anytime existing face settings are present (Bug#8889).
24071
24072 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24073 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24074 Remove unused argument.
24075
24076 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24077
24078 * window.el (display-buffer-default-specifiers):
24079 Remove pop-up-frame. Add pop-up-window-min-height,
24080 pop-up-window-min-width, and another reuse-window specifier
24081 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24082 (display-buffer-normalize-specifiers-2):
24083 Handle split-height-threshold and split-width-threshold also when
24084 pop-up-windows is unset. Add a reuse-window specifier for the
24085 case popping up a new window fails.
24086 (special-display-popup-frame): Remove double quoting.
24087 (display-buffer-normalize-specifiers-1): Fix thinko.
24088
24089 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24090
24091 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24092 according to comint-completion-addsuffix.
24093
24094 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24095 (pcomplete-suffix-list): Mark as obsolete.
24096 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24097 pcomplete-seen in the closure.
24098 (pcomplete-comint-setup): Setup completion-at-point as well.
24099 (pcomplete--entries): New function.
24100 (pcomplete--env-regexp): New var.
24101 (pcomplete-entries): Rewrite to work with partial-completion and
24102 without relying on pcomplete-suffix-list.
24103 (pcomplete-pare-list): Remove, unused.
24104
24105 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24106
24107 * window.el (display-buffer-alist): Set pop-up-window-min-height
24108 and pop-up-window-min-width in default value. Reported by
24109 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24110 other-window-means-other-frame.
24111 (display-buffer-macro-specifiers): Comment out entry for
24112 other-window specifier.
24113 (display-buffer-other-window-means-other-frame): New function.
24114 (display-buffer-normalize-specifiers-1): New arguments
24115 buffer-name and label. Treat other-window case specially.
24116 (display-buffer-normalize-specifiers-2): Treat other-window case
24117 specially.
24118 (display-buffer-normalize-specifiers-3): New function.
24119 (display-buffer-normalize-specifiers):
24120 Call display-buffer-normalize-specifiers-3.
24121
24122 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24123
24124 * window.el (same-window-p): Fix two typos introduced when
24125 adding with-no-warnings.
24126 (display-buffer-normalize-specifiers-1): Don't check
24127 pop-up-frames for 'unset initialization.
24128 (display-buffer-normalize-specifiers-2): Major rewrite using
24129 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24130 (pop-up-frames, display-buffer-reuse-frames)
24131 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24132 Suggested by David Engster <deng@randomsample.de>.
24133 (even-window-heights): Initialize to 'unset.
24134 (display-buffer-alist-set): Handle new 'unset initializations.
24135 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24136 other window case.
24137
24138 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24139
24140 * window.el (display-buffer-normalize-specifiers-1):
24141 Respect current value of pop-up-frames for most reasonable values of
24142 second argument of display-buffer (Bug#8865).
24143 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24144 (switch-to-buffer-other-window-same-frame)
24145 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24146 Adams (Bug#8875).
24147 (display-buffer): Don't check noninteractive when calling
24148 display-buffer-pop-up-frame.
24149 (display-buffer-pop-up-frame): Never pop up a frame in
24150 noninteractive mode (Bug#8857).
24151 (enlarge-window, shrink-window): Don't report an error when the
24152 window can't be resized as requested (Bug#8862).
24153
24154 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24155
24156 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24157
24158 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24159
24160 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24161
24162 2011-06-15 Alan Mackenzie <acm@muc.de>
24163
24164 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24165 for declarators, disable knr checking to speed up for normal files.
24166 2: Refactor, replacing a sequence of nested if forms by a cond form.
24167
24168 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24169
24170 * net/network-stream.el (open-network-stream): Add the keyword
24171 :always-query-capabilities for the case where you want to force a
24172 `plain' network connection, but the protocol still requires the
24173 capabilitiy command (i.e., SMTP and EHLO).
24174
24175 * subr.el (process-live-p): Rename from `process-alive-p' for
24176 consistency with other `-live-p' functions.
24177
24178 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24179
24180 * window.el (same-window-buffer-names, same-window-regexps)
24181 (special-display-frame-alist, special-display-popup-frame)
24182 (special-display-function, special-display-buffer-names)
24183 (special-display-regexps, pop-up-frame-alist)
24184 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24185 (pop-up-windows, split-window-preferred-function)
24186 (split-height-threshold, split-width-threshold, even-window-heights)
24187 (display-buffer-mark-dedicated): Don't encourage the use of
24188 display-buffer-alist from Elisp code.
24189
24190 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24191
24192 * progmodes/python.el (python-mode): Derive from prog-mode.
24193 * progmodes/ps-mode.el (ps-mode):
24194 * progmodes/mixal-mode.el (mixal-mode):
24195 * progmodes/cfengine.el (cfengine-mode):
24196 * progmodes/ld-script.el (ld-script-mode): Likewise.
24197
24198 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24199
24200 * window.el (display-buffer-alist): Trim default value to avoid
24201 popping up a new frame (Bug#8857) or reusing an arbitrary window
24202 on another frame.
24203 (display-buffer): Do not fall back on popping up a new frame in
24204 batch mode (Bug#8857).
24205
24206 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24207
24208 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24209 (custom-theme-summary): New function.
24210 (customize-themes): Use it.
24211
24212 2011-06-13 Glenn Morris <rgm@gnu.org>
24213
24214 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24215
24216 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24217
24218 * help.el (help-window): Remove variable.
24219 (help-window-point-marker, temp-buffer-max-height)
24220 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24221 (help-print-return-message): Don't set help-window.
24222 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24223 (help-window-setup-finish): Remove.
24224 (help-window-display-message, help-window-setup)
24225 (with-help-window): Major rewrite based on new
24226 display-buffer-window variable.
24227
24228 * help-mode.el (help-mode-finish): Remove help-window related
24229 code.
24230
24231 * view.el (view-exits-all-viewing-windows): Remove reference to
24232 view-return-to-alist in doc-string.
24233 (view-return-to-alist): Make obsolete.
24234 (view-buffer): Call pop-to-buffer-same-window and remove
24235 undo-window code.
24236 (view-buffer-other-window): Call pop-to-buffer-other-window and
24237 simplify code. Ignore second argument.
24238 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24239 simplify code. Ignore second argument.
24240 (view-return-to-alist-update): Make obsolete.
24241 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24242 Rewrite using quit-restore window parameters.
24243 (view-mode-exit): Rename second argument to EXIT-ONLY.
24244 Rewrite using quit-restore-window.
24245 (View-exit, View-exit-and-edit, View-leave, View-quit)
24246 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24247 appropriate arguments.
24248 (view-end-message): Use quit-restore window parameter.
24249
24250 * window.el (display-buffer-function): Rewrite doc-string.
24251 (display-buffer-window, display-buffer-alist): New variables.
24252 (display-buffer-split-specifiers)
24253 (display-buffer-side-specifiers)
24254 (display-buffer-macro-specifiers): New constants.
24255 (display-buffer-even-window-sizes, display-buffer-set-height)
24256 (display-buffer-set-width, display-buffer-select-window)
24257 (display-buffer-in-window, display-buffer-reuse-window)
24258 (display-buffer-split-window-1, display-buffer-split-window)
24259 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24260 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24261 (display-buffer-in-side-window, normalize-buffer-to-display)
24262 (display-buffer-normalize-specifiers-1)
24263 (display-buffer-normalize-specifiers-2)
24264 (display-buffer-normalize-specifiers, display-buffer-frame):
24265 New functions.
24266 (display-buffer): Major rewrite.
24267 (display-buffer-other-window, display-buffer-other-frame)
24268 (pop-to-buffer, switch-to-buffer-other-window)
24269 (switch-to-buffer-other-frame): Rewrite.
24270 (display-buffer-same-window, display-buffer-same-frame)
24271 (display-buffer-same-frame-other-window)
24272 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24273 (pop-to-buffer-other-window)
24274 (pop-to-buffer-same-frame-other-window)
24275 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24276 (switch-to-buffer-other-window-same-frame): New functions.
24277 (same-window-p, special-display-p): Rewrite disabling warnings.
24278 Make obsolete.
24279 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24280 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24281 Make obsolete
24282 (same-window-buffer-names, same-window-regexps)
24283 (special-display-frame-alist, special-display-popup-frame)
24284 (special-display-function, special-display-buffer-names)
24285 (special-display-regexps, pop-up-frame-alist)
24286 (pop-up-frame-function, split-window-preferred-function)
24287 (split-height-threshold, split-width-threshold)
24288 (even-window-heights): Make obsolete.
24289
24290 2011-06-12 Glenn Morris <rgm@gnu.org>
24291
24292 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24293 Misc simplifications.
24294
24295 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24296
24297 * window.el (window-safely-shrinkable-p): Restore function which
24298 was inadvertently removed in change from 2011-06-11. Declare as
24299 obsolete.
24300
24301 * calendar/calendar.el (calendar-generate-window):
24302 Use window-iso-combined-p instead of combination of one-window-p and
24303 window-safely-shrinkable-p.
24304
24305 2011-06-12 Glenn Morris <rgm@gnu.org>
24306
24307 * progmodes/fortran.el (fortran-mode-syntax-table):
24308 * progmodes/f90.el (f90-mode-syntax-table):
24309 Set % to punctuation. (Bug#8820)
24310 (f90-find-tag-default): Remove, no longer needed.
24311
24312 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24313
24314 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24315
24316 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24317
24318 * image.el (image-animated-p): Return animation delay in seconds.
24319 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24320 (image-animate-timeout): Remove DELAY argument. Don't assume
24321 every subimage has the same delay; get it from image-animated-p.
24322 (image-animate): Caller changed.
24323
24324 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24325
24326 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24327 to ignored backtrace functions.
24328
24329 2011-06-11 Glenn Morris <rgm@gnu.org>
24330
24331 * calendar/appt.el (appt-disp-window-function): Doc fix.
24332 (appt-check): Handle overlapping appointments. (Bug#8337)
24333
24334 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24335
24336 * window.el (window-tree-1, window-tree): New functions, moving
24337 the latter to window.el.
24338 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24339 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24340 (bw-refresh-edges): Remove.
24341 (balance-windows-1, balance-windows-2): New functions.
24342 (balance-windows): Rewrite in terms of window tree functions,
24343 balance-windows-1 and balance-windows-2.
24344 (bw-adjust-window): Remove.
24345 (balance-windows-area-adjust): New function with functionality of
24346 bw-adjust-window but using resize-window.
24347 (set-window-text-height): Rewrite doc-string.
24348 Use normalize-live-window and resize-window.
24349 (enlarge-window-horizontally, shrink-window-horizontally):
24350 Rename argument to DELTA.
24351 (window-buffer-height): New function.
24352 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24353 Rewrite using new window resize routines.
24354 (kill-buffer-and-window, mouse-autoselect-window-select):
24355 Use ignore-errors instead of condition-case.
24356 (quit-window): Call delete-frame instead of delete-windows-on
24357 for the only buffer on frame.
24358
24359 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24360
24361 * loadup.el (top-level): Load window before files for the sake
24362 of replace-buffer-in-windows.
24363
24364 * files.el (read-buffer-to-switch)
24365 (switch-to-buffer-other-window)
24366 (switch-to-buffer-other-frame, display-buffer-other-frame):
24367 Move to window.el.
24368
24369 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24370 (previous-buffer): Move to window.el.
24371
24372 * bindings.el (unbury-buffer): Move to window.el.
24373
24374 * window.el (delete-other-windows-vertically): Move after
24375 definition of delete-other-windows.
24376 (other-window, delete-windows-on, replace-buffer-in-windows):
24377 Move here from window.c.
24378 (record-window-buffer, unrecord-window-buffer)
24379 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24380 (switch-to-next-buffer): New functions.
24381 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24382 from simple.el. Call switch-to-next-buffer.
24383 (previous-buffer): Move here from simple.el.
24384 Call switch-to-prev-buffer.
24385 (bury-buffer): Move here from buffer.c. Switch to previous
24386 buffer when window cannot be deleted.
24387 (unbury-buffer): Move here from bindings.el.
24388 (ctl-x-map): Move binding for other-window from window.c to
24389 here.
24390 (read-buffer-to-switch, switch-to-buffer-other-window)
24391 (switch-to-buffer-other-frame): Move here from files.el.
24392 (normalize-buffer-to-switch-to): New functions.
24393 (switch-to-buffer): Move here from buffer.c.
24394 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24395
24396 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24397
24398 * window.el (window-min-height, window-min-width): Move here
24399 from window.c. Add defcustoms and rewrite doc-strings.
24400 (resize-mini-window, resize-window): New functions.
24401 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24402 Move here from window.c.
24403 (maximize-window, minimize-window): New functions.
24404 (delete-window, delete-other-windows, split-window): Move here
24405 from window.c.
24406 (window-split-min-size): New function.
24407 (split-window-keep-point): Mention split-window-above-each-other
24408 instead of split-window-vertically.
24409 (split-window-above-each-other, split-window-vertically):
24410 Rename split-window-vertically to split-window-above-each-other
24411 and provide defalias for old definition.
24412 (split-window-side-by-side, split-window-horizontally):
24413 Rename split-window-horizontally to split-window-side-by-side
24414 and provide defalias for the old definition.
24415 (ctl-x-map): Move bindings for delete-window,
24416 delete-other-windows and enlarge-window here from window.c.
24417 Replace bindings for split-window-vertically and
24418 split-window-horizontally by bindings for
24419 split-window-above-each-other and split-window-side-by-side.
24420
24421 * cus-start.el (all): Remove entries for window-min-height and
24422 window-min-width. Add entries for window-splits and
24423 window-nest.
24424
24425 2011-06-09 Glenn Morris <rgm@gnu.org>
24426
24427 * calendar/appt.el (appt-mode-line): New function.
24428 (appt-check, appt-disp-window): Use it.
24429
24430 * files.el (hack-one-local-variable-eval-safep):
24431 Allow minor-modes with explicit +/-1 arguments.
24432
24433 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24434
24435 * term/xterm.el (xterm): Add defgroup.
24436 (xterm-extra-capabilities): Add defcustom to supply known xterm
24437 capabilities, skip querying them, or query them (default).
24438 (terminal-init-xterm): Use it.
24439 (terminal-init-xterm-modify-other-keys): New function to set up
24440 modifyOtherKeys support to simplify `terminal-init-xterm'.
24441
24442 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24443
24444 * window.el (resize-window-reset, resize-window-reset-1)
24445 (resize-subwindows-skip-p, resize-subwindows-normal)
24446 (resize-subwindows, resize-other-windows, resize-this-window)
24447 (resize-root-window, resize-root-window-vertically)
24448 (window-deletable-p, window-or-subwindow-p)
24449 (frame-root-window-p): New functions.
24450
24451 2011-06-09 Glenn Morris <rgm@gnu.org>
24452
24453 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24454 (ange-ftp-get-files): Use it.
24455
24456 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24457
24458 * mail/sendmail.el (mail-recover-1, mail-recover):
24459 * files.el (recover-file, recover-session):
24460 Handle dired-listing-switches not being just a single short option.
24461
24462 2011-06-09 Glenn Morris <rgm@gnu.org>
24463
24464 * calendar/appt.el (appt-display-message, appt-disp-window):
24465 Handle lists of appointments.
24466
24467 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24468
24469 * window.el (one-window-p): Move down in code.
24470 Rewrite doc-string.
24471 (window-current-scroll-bars): Rewrite doc-string.
24472 Normalize live window argument.
24473 (walk-windows, get-window-with-predicate, count-windows):
24474 Rewrite doc-string. Use window-list-1.
24475 (window-in-direction-2, window-in-direction, get-mru-window):
24476 New functions.
24477
24478 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24479
24480 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24481 Doc fix (Bug#8713).
24482
24483 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24484
24485 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24486
24487 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24488
24489 * loadhist.el (unload-feature-special-hooks):
24490 Add `comint-output-filter-functions'.
24491
24492 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24493
24494 * calendar/appt.el (appt-check): Move some initializations into the let.
24495
24496 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24497
24498 * window.el (window-height): Defalias to window-total-height.
24499 (window-width): Defalias to window-body-width.
24500
24501 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24502
24503 * image-mode.el (image-toggle-animation): New command.
24504 (image-mode-map): Bind it to RET.
24505 (image-mode): Update message.
24506 (image-toggle-display-image): Avoid a spurious cache flush.
24507 (image-transform-rotation): Doc fix.
24508 (image-transform-properties): Return quickly in the normal case.
24509 (image-animate-loop): Rename from image-animate-max-time.
24510
24511 * image.el (image-animate-max-time): Move to image-mode.el.
24512 (create-animated-image): Remove unnecessary function.
24513 (image-animate): Rename from image-animate-start. New arg.
24514 (image-animate-stop): Remove; just use image-animate-timer.
24515 (image-animate-timer): Use car-safe.
24516 (image-animate-timeout): Rename argument.
24517
24518 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24519
24520 * window.el (get-lru-window, get-largest-window): Move here from
24521 window.c. Rename first argument to ALL-FRAMES.
24522 Rephrase doc-strings.
24523 (get-buffer-window-list): Rewrite using window-list-1.
24524 Rephrase doc-string.
24525 (window-safe-min-height, window-safe-min-width): New constants.
24526 (window-size-ignore, window-min-size, window-min-size-1)
24527 (window-sizable, window-sizable-p, window-size-fixed-1)
24528 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24529 (window-max-delta-1, window-max-delta, window-resizable)
24530 (window-resizable-p, window-total-height, window-total-width)
24531 (window-body-width): New functions.
24532 (window-full-height-p, window-full-width-p): Rewrite using
24533 window-total-size.
24534 (window-body-height): Rewrite using window-body-size.
24535
24536 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24537
24538 * window.el (window-right, window-left, window-child)
24539 (window-child-count, window-last-child, window-any-p)
24540 (normalize-live-buffer, normalize-live-frame)
24541 (normalize-any-window, normalize-live-window)
24542 (window-iso-combination-p, window-iso-combined-p)
24543 (window-iso-combinations)
24544 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24545 (windows-with-parameter, window-with-parameter)
24546 (window-atom-root, make-window-atom, window-atom-check-1)
24547 (window-atom-check, window-side-check, window-check):
24548 New functions.
24549 (ignore-window-parameters, window-sides, window-sides-vertical)
24550 (window-sides-slots): New variables.
24551 (window-size-fixed): Move down in code. Minor doc-string fix.
24552
24553 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24554
24555 * comint.el (comint-dynamic-complete-as-filename)
24556 (comint-dynamic-complete-filename): Correctly call
24557 completion-in-region.
24558
24559 2011-06-05 Deniz Dogan <deniz@dogan.se>
24560
24561 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24562 in last change.
24563
24564 2011-06-05 Deniz Dogan <deniz@dogan.se>
24565
24566 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24567 (rcirc): Use it to prompt for encryption.
24568
24569 2011-06-05 Roland Winkler <winkler@gnu.org>
24570
24571 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24572 (bibtex-search-entries): New command bound to C-c C-a.
24573 (bibtex-display-entries): New function.
24574
24575 2011-06-05 Roland Winkler <winkler@gnu.org>
24576
24577 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24578 (bibtex-insert-kill): After yanking insert newline if necessary.
24579 (bibtex-initialize): Call bibtex-string-files-init only once.
24580 (bibtex-mode): Do not call easy-menu-add.
24581 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24582 (bibtex-yank): Set arg properly if nil.
24583
24584 2011-06-05 Roland Winkler <winkler@gnu.org>
24585
24586 * textmodes/bibtex.el (bibtex-search-entry-globally):
24587 New variable.
24588 (bibtex-search-entry): Use it.
24589
24590 2011-06-05 Roland Winkler <winkler@gnu.org>
24591
24592 * textmodes/bibtex.el (bibtex-entry-format): New option
24593 sort-fields.
24594 (bibtex-format-entry, bibtex-reformat): Honor this option.
24595 (bibtex-parse-entry): Return fields in proper order.
24596
24597 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24598
24599 * doc-view.el (doc-view-remove-if): Move computation of result out
24600 of `dolist' to silence misleading lexical-binding warning.
24601
24602 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24603
24604 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24605 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24606
24607 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24608
24609 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24610 "SunOS 5.10".
24611
24612 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24613
24614 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24615 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24616 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24617 (tramp-parse-putty):
24618 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24619 (tramp-completion-function-alist-ssh)
24620 (tramp-completion-function-alist-telnet)
24621 (tramp-completion-function-alist-su)
24622 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24623 cookie.
24624
24625 * net/tramp-ftp.el:
24626 * net/tramp-sh.el:
24627 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24628 load "tramp.el" `tramp-set-completion-function'.
24629
24630 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24631
24632 * shell.el: Require and use pcomplete.
24633 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24634 (shell-completion-vars): Set pcomplete-default-completion-function.
24635
24636 2011-06-04 Deniz Dogan <deniz@dogan.se>
24637
24638 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24639 `memq' (Bug#8799).
24640
24641 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24642
24643 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24644
24645 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24646
24647 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24648 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24649 * vc/log-view.el (log-view-beginning-of-defun):
24650 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24651 (smerge-refine-forward, smerge-refine-chopup-region):
24652 Silence warning for unused `dotimes' counter variables.
24653
24654 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24655
24656 * net/tramp.el (tramp-with-progress-reporter): Rename from
24657 with-progress-reporter. Use `declare'.
24658 * net/tramp-smb.el:
24659 * net/tramp-sh.el:
24660 * net/tramp-gvfs.el: Update all uses.
24661
24662 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24663
24664 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24665 buffer isn't killed before making it current.
24666
24667 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24668
24669 Silence various byte-compiler warnings.
24670 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24671 `access-type' and new obsolescence format.
24672 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24673 new format.
24674 (byte-compile-check-variable): New `access-type' argument.
24675 Only warn if the access-type is obsolete.
24676 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24677 (byte-compile-variable-set): Adjust callers.
24678 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24679 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24680 setting it as obsolete.
24681 * simple.el (minibuffer-completing-symbol):
24682 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24683 access as obsolete.
24684 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24685 obsolete yet.
24686 * international/quail.el (quail-mouse-choose-completion): Remove unused
24687 code referring to obsolete var.
24688 (quail-choose-completion-string): Remove.
24689 * server.el (server-clients-with, server-kill-buffer-query-function)
24690 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24691 * proced.el (proced-send-signal):
24692 * emacs-lisp/lisp.el (lisp-complete-symbol):
24693 Replace completion-annotate-function with completion-extra-properties.
24694
24695 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24696
24697 * simple.el (goto-line): Use read-number.
24698 (overriding-map-is-bound): Remove.
24699 (saved-overriding-map): Change default.
24700 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24701 Take the map as argument.
24702 (universal-argument, negative-argument, digit-argument): Use it.
24703 (restore-overriding-map): Adjust.
24704 (do-auto-fill): Use fill-forward-paragraph.
24705 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24706
24707 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24708 (minibuffer-inactive-mode): New major mode.
24709 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24710 the *Messages* buffer" hack.
24711 (mouse-popup-menubar): Don't burp if the event is a normal key.
24712
24713 Miscellaneous tweaks.
24714 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24715 lexical scoping as in subr.el's dolist and dotimes.
24716 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24717 Silence compiler warning.
24718 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24719 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24720 * international/ccl.el (ccl-compile): Trivial simplification.
24721 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24722 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24723 `printflag' argument.
24724 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24725 Purecopy the whole obsolescence data.
24726
24727 2011-06-01 Leo Liu <sdl.web@gmail.com>
24728
24729 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24730 improve doc-string as suggested by Marco Pessotto
24731 <melmothx@gmail.com>.
24732 (rcirc-print): Fix last change.
24733
24734 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24735
24736 * minibuffer.el (complete-with-action): Return nil for the metadata and
24737 boundaries of non-functional tables.
24738 (completion-table-dynamic): Return nil for the metadata.
24739 (completion-table-with-terminator): Add default case, using
24740 complete-with-action.
24741 (completion--metadata): New function.
24742 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24743 to try and avoid pathological performance problems.
24744 (completion--embedded-envvar-table): Return `category' metadata.
24745
24746 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24747
24748 * subr.el (process-alive-p): New tiny convenience function.
24749
24750 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24751
24752 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24753 content but also its previous major mode.
24754
24755 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24756
24757 * emacs-lisp/debug.el (debug): Restore the previous content of the
24758 *Backtrace* buffer when we exit with C-M-c.
24759
24760 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24761
24762 * minibuffer.el: Add metadata method to completion tables.
24763 (completion-category-overrides): New defcustom.
24764 (completion-metadata, completion--field-metadata)
24765 (completion-metadata-get, completion--styles)
24766 (completion--cycle-threshold): New functions.
24767 (completion-try-completion, completion-all-completions):
24768 Add `metadata' argument to choose completion-styles.
24769 (completion--do-completion): Use metadata to choose cycling.
24770 (completion-all-sorted-completions): Use metadata for sorting.
24771 Remove :completion-cycle-penalty which is not needed any more.
24772 (completion--try-word-completion): Add `metadata' argument.
24773 (minibuffer-completion-help): Check metadata for annotation function
24774 and sorting.
24775 (completion-file-name-table): Return `category' metadata.
24776 (minibuffer-completing-file-name): Make obsolete.
24777 * simple.el (minibuffer-completing-symbol): Make obsolete.
24778 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24779 completion-try-completion.
24780
24781 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24782
24783 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24784
24785 2011-05-30 Leo Liu <sdl.web@gmail.com>
24786
24787 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24788 (rcirc-print): Decode all incoming messages (bug#8744).
24789 (rcirc-decode-coding-system): Allow value nil for automatic coding
24790 system detection.
24791
24792 2011-06-01 Glenn Morris <rgm@gnu.org>
24793
24794 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24795
24796 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24797
24798 * image.el (image-animate-max-time): Allow nil and t values.
24799 Default to nil.
24800 (create-animated-image): Doc fix.
24801 (image-animate-start): Remove second arg; just use
24802 image-animate-max-time.
24803 (image-animate-timeout): Doc fix. Args changed.
24804
24805 * image-mode.el (image-toggle-display-image): Ensure that the
24806 image spec passed to the animate timer is the same object as in
24807 the buffer's display property (Bug#6981).
24808 (image-transform-properties): Doc fix.
24809
24810 * image.el (image-animate-max-time): Default to nil.
24811
24812 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24813
24814 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24815 entire buffer list (Bug#8184).
24816
24817 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24818
24819 * image.el (imagemagick-types-inhibit)
24820 (imagemagick-register-types): Doc fix.
24821
24822 2011-05-29 Deniz Dogan <deniz@dogan.se>
24823
24824 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24825 default.
24826
24827 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24828
24829 * select.el: Don't perform clipboard-manager saving in hooks;
24830 leave the hooks empty.
24831
24832 2011-05-28 Leo Liu <sdl.web@gmail.com>
24833
24834 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24835 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24836 (occur-edit-mode): New major mode (Bug#8463).
24837 (occur-after-change-function): New function.
24838 (occur-engine): Give Occur tags a read-only property.
24839
24840 2011-05-28 Kevin Ryde <user42@zip.com.au>
24841
24842 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24843
24844 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24845
24846 * bindings.el (help-echo): Make the initial non-indicator dash
24847 empty on graphical terminals (Bug#7295).
24848
24849 * files.el (auto-mode-alist): Move config rule after the
24850 in-stripping one (Bug#8547).
24851
24852 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24853
24854 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24855 setting (Bug#8740).
24856
24857 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24858
24859 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24860 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24861 (Bug#8539).
24862
24863 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24864
24865 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24866
24867 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24868
24869 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24870 (hs-hide-block-at-point, hs-find-block-beginning)
24871 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24872 (Bug#8279).
24873
24874 2011-05-28 Glenn Morris <rgm@gnu.org>
24875
24876 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24877
24878 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24879
24880 * help-fns.el (describe-function-1): If the function is a derived
24881 major mode, print the parent mode.
24882
24883 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24884 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24885
24886 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24887
24888 * minibuffer.el (completion--capf-wrapper): Check applicability before
24889 returning non-nil for non-exclusive completion data.
24890 * progmodes/etags.el (tags-completion-at-point-function):
24891 * info-look.el (info-lookup-completions-at-point): Mark as
24892 non-exclusive.
24893 (info-complete): Adjust accordingly.
24894
24895 * info-look.el: Convert to lexical-binding and completion-at-point.
24896 (info-lookup-completions-at-point): New function.
24897 (info-complete): Use it and completion-in-region.
24898
24899 2011-05-28 Drew Adams <drew.adams@oracle.com>
24900
24901 * isearch.el: Let M-e start with point at the first mismatched char.
24902 (isearch-fail-pos): New function.
24903 (isearch-edit-string): Use it.
24904
24905 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24906
24907 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24908
24909 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24910
24911 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24912 traversal functions for avl-trees.
24913 (avl-tree--stack): New struct.
24914 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24915 (avl-tree-enter): Add optional `updatefun' arg.
24916 (avl-tree--do-enter): Add optional `updatefun' arg.
24917 Change return value.
24918 (avl-tree-delete): Add optional `test' and `nilflag' args.
24919 (avl-tree--do-delete): Add `test' and `nilflag' args.
24920 Change return value.
24921 (avl-tree-member): Add optional `nilflag'
24922 (avl-tree-member-p): New function.
24923 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24924 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24925 (avl-tree-stack-empty-p): New functions.
24926
24927 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24928 avl-tree--del-balance1 and make it work both ways.
24929 (avl-tree--del-balance2): Remove.
24930 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24931 make it work both ways.
24932 (avl-tree--enter-balance2): Remove.
24933 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24934 New macros.
24935 (avl-tree--mapc, avl-tree-map): Add direction argument.
24936
24937 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24938
24939 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24940
24941 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24942
24943 * select.el: Support clipboard managers with built-in function
24944 x-clipboard-manager-save, via delete-frame-functions and
24945 kill-emacs-hook.
24946 (xselect-convert-to-targets): Add MULTIPLE target to list.
24947 (xselect-convert-to-save-targets): New function.
24948
24949 2011-05-27 Kenichi Handa <handa@m17n.org>
24950
24951 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24952 let-binding rfc2047-encode-encoded-words to nil.
24953
24954 2011-05-27 Glenn Morris <rgm@gnu.org>
24955
24956 * mail/emacsbug.el: Don't require url-util.
24957
24958 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24959
24960 * files.el (set-auto-mode):
24961 Also respect mode: entries at the end of the file. (Bug#8586)
24962
24963 2011-05-26 Glenn Morris <rgm@gnu.org>
24964
24965 * files.el (hack-local-variables-prop-line, hack-local-variables):
24966 Downcase mode names, as seems to be traditional.
24967 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24968
24969 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24970 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24971
24972 2011-05-25 Julien Danjou <julien@danjou.info>
24973
24974 * textmodes/rst.el (rst-define-level-faces): Do not define face
24975 symbol if it is already defined.
24976
24977 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
24978
24979 * play/5x5.el (5x5-new-game, 5x5-randomize):
24980 Reset 5x5-solver-output to nil when a new grid is cast.
24981 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24982 these debugging traces, as defmacro breaks the compiled code.
24983
24984 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24985
24986 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24987
24988 2011-05-24 Leo Liu <sdl.web@gmail.com>
24989
24990 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24991 (vc-bzr-sha1): Adapt.
24992
24993 * sha1.el: Remove. Function `sha1' is now builtin.
24994
24995 * bindings.el: Provide sha1 feature.
24996
24997 2011-05-24 Kenichi Handa <handa@m17n.org>
24998
24999 * mail/sendmail.el: Require `rfc2047'.
25000 (mail-insert-from-field): Do not perform RFC2047 encoding.
25001 (mail-encode-header): New function.
25002 (sendmail-send-it): Set buffer-file-coding-system of the work
25003 buffer to the return value of select-message-coding-system.
25004 Call mail-encode-header.
25005
25006 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25007
25008 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25009
25010 * mail/supercite.el (sc-default-cite-frame):
25011 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25012
25013 2011-05-24 Glenn Morris <rgm@gnu.org>
25014
25015 * progmodes/python.el (brm-menu): Declare.
25016
25017 * emulation/viper.el (viper-set-hooks): Declare.
25018
25019 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25020 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25021 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25022 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25023 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25024 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25025
25026 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25027
25028 Add an :exit-function for completion-at-point.
25029
25030 * minibuffer.el (completion--done): New fun.
25031 (completion--do-completion): Use it. New arg `expect-exact'.
25032 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25033 since completion--do-completion does it for us now.
25034 (minibuffer-force-complete): Use completion--done and
25035 completion--replace. Handle sole-completion case with more care.
25036 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25037 (completion-extra-properties): New var.
25038 (completion-annotate-function): Make obsolete.
25039 (minibuffer-completion-help): Adjust accordingly.
25040 Use completion-list-insert-choice-function.
25041 (completion-at-point, completion-help-at-point):
25042 Bind completion-extra-properties.
25043 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25044 * simple.el (completion-list-insert-choice-function): New var.
25045 (completion-setup-function): Preserve it.
25046 (choose-completion): Pay attention to it, shuffle the code a bit.
25047 (choose-completion-string): New arg `insert-function'.
25048
25049 * textmodes/bibtex.el: Convert to lexical binding.
25050 (bibtex-mode-map): Use completion-at-point.
25051 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25052 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25053 (bibtex-complete): Define as obsolete alias.
25054 (bibtex-complete-internal): Remove.
25055 (bibtex-format-entry): Remove unused sub-group in regexp.
25056 * shell.el (shell--command-completion-data)
25057 (shell-environment-variable-completion):
25058 * pcomplete.el (pcomplete-completions-at-point):
25059 * comint.el (comint--complete-file-name-data): Use :exit-function
25060 instead of completion-table-with-terminator so it also works for
25061 choose-completion.
25062
25063 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25064
25065 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25066
25067 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25068 (bug#8710).
25069
25070 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25071
25072 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25073
25074 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25075 customization variable and implement: If non-nil, auto-fill will
25076 be inhibited while on topic's header line.
25077
25078 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25079
25080 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25081 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25082 always have a solution in grid size = 5 cases.
25083 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25084 (5x5-solver-output, 5x5-log-buffer): New vars.
25085 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25086 Make these variables buffer local to achieve 5x5 multi-session-ness.
25087 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25088 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25089 (5x5-solve-suggest): New funs.
25090 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25091 randomize a grid so that we ensure that there is always a solution.
25092 (5x5-make-random-grid): Allow other movement than flipping.
25093
25094 2011-05-23 Kevin Ryde <user42@zip.com.au>
25095
25096 * emacs-lisp/advice.el (ad-read-advised-function):
25097 Use `function-called-at-point' as the default, if it has
25098 advice and passes PREDICATE.
25099
25100 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25101
25102 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25103 byte-compile-lambda if it's actually a lambda.
25104
25105 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25106 Fix function quoting. Use backquote better.
25107
25108 2011-05-22 Yuanle Song <sylecn@gmail.com>
25109
25110 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25111 matching (Bug#8516).
25112
25113 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25114
25115 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25116 different face (Bug#8178).
25117
25118 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25119
25120 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25121 defface (Bug#8144).
25122
25123 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25124
25125 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25126 funcall as well (bug#8712). Warn when performing those conversions.
25127 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25128
25129 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25130
25131 2011-05-22 Glenn Morris <rgm@gnu.org>
25132
25133 * files.el (hack-local-variables-prop-line): Small simplifications.
25134 (hack-local-variables, hack-local-variables-prop-line):
25135 If MODE-ONLY, return the mode, rather than just `t'.
25136
25137 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25138
25139 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25140
25141 2011-05-21 Glenn Morris <rgm@gnu.org>
25142
25143 * files.el (hack-local-variables-prop-line, hack-local-variables):
25144 If only interested in the mode, don't bother doing the other stuff.
25145
25146 * image-mode.el (image-after-revert-hook):
25147 Redraw all frames on which the image is visible. (Bug#8567)
25148
25149 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25150
25151 * wid-edit.el (widget-checklist-match-inline):
25152 Fix 2011-04-19 change. (Bug#8649)
25153
25154 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25155
25156 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25157 Also allow singlespace after single-letter capitals followed by a dot.
25158
25159 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25160 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25161
25162 2011-05-20 Nix <nix@esperi.org.uk>
25163
25164 * files.el (basic-save-buffer-2):
25165 Fix handling of break-hardlink-on-save with non-existent files.
25166
25167 2011-05-19 Deniz Dogan <deniz@dogan.se>
25168
25169 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25170 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25171
25172 2011-05-19 Glenn Morris <rgm@gnu.org>
25173
25174 * progmodes/f90.el (f90-type-def-re):
25175 Handle "type, bind(c)". (Bug#8691)
25176
25177 * emacs-lisp/autoload.el (batch-update-autoloads):
25178 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25179
25180 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25181
25182 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25183 property for the correct connection in case of multihops.
25184
25185 2011-05-18 Glenn Morris <rgm@gnu.org>
25186
25187 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25188 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25189
25190 Rationalize calendar handling of day and month abbrev-arrays.
25191 * calendar/calendar.el (calendar-customized-p): New function.
25192 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25193 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25194 Add :set function.
25195 (calendar-abbrev-length, calendar-day-abbrev-array)
25196 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25197 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25198 Elements may no longer be nil.
25199 (calendar-day-name, calendar-month-name):
25200 Update for changed nature of abbrev arrays.
25201 * calendar/diary-lib.el (diary-name-pattern):
25202 Update for changed nature of abbrev arrays.
25203 (diary-mark-entries-1): Update calendar-make-alist calls.
25204 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25205 * calendar/cal-html.el (cal-html-day-abbrev-array):
25206 Simply inherit from calendar-day-abbrev-array.
25207
25208 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25209
25210 * progmodes/grep.el (grep-mode): Disable default
25211 compilation-directory-matcher setting (bug#8684).
25212
25213 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25214
25215 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25216 instead of "head" and "tail". There were problems with SunOS 5.9,
25217 and it performs better.
25218
25219 2011-05-17 Glenn Morris <rgm@gnu.org>
25220
25221 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25222
25223 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25224 Replace obsolete function.
25225
25226 * shell.el (pcomplete-parse-arguments-function): Declare.
25227
25228 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25229 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25230 (appt-check): Doc fixes.
25231 (appt-disp-window-function, appt-delete-window-function):
25232 Remove needless special case in custom :type.
25233 (appt-display-count): Default to 0, not nil.
25234 (appt-check): Reset appt-display-count to 0, not nil.
25235
25236 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25237
25238 * progmodes/python.el (python-font-lock-keywords):
25239 Add the Python 3.X keyword "nonlocal" (bug#8639).
25240
25241 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25244
25245 2011-05-16 Kevin Ryde <user42@zip.com.au>
25246
25247 * info-look.el (makefile-automake-mode): New setups, looking in
25248 automake manual, then makefile-mode.
25249 (makefile-mode): Remove automake manual, have it just in
25250 makefile-automake-mode since there's various things different or
25251 not relevant to plain make.
25252 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25253 believe a hypothetical automake-mode would go to makefile-mode,
25254 not the other way around.
25255
25256 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25257
25258 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25259 hunk-end tags (Bug#8672).
25260
25261 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25262 vc-annotate-show-diff-revision-at-line (Bug#8671).
25263
25264 2011-05-14 Glenn Morris <rgm@gnu.org>
25265
25266 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25267 in the middle of an existing one with multiple authors. (Bug#8645)
25268 (change-log-font-lock-keywords): Also handle multiple author lines
25269 with leading tabs. (Bug#8644)
25270
25271 * calendar/appt.el (appt-check): Rename some local variables.
25272 Some simplification/reordering.
25273
25274 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25275 (feedmail-sendmail-f-doesnt-sell-me-out)
25276 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25277 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25278 (feedmail-queue-runner-message-sender): Set :version.
25279 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25280 (bbdb-dwim-net-address, vm-mail): Declare.
25281 (feedmail-binmail-gnulinuxish-template):
25282 Rename from feedmail-binmail-linuxish-template.
25283 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25284 Use insert-buffer-substring.
25285
25286 2011-05-14 Bill Carpenter <bill@carpenter.org>
25287
25288 * mail/feedmail.el (feedmail-patch-level): Increase.
25289 (feedmail-debug): New custom group.
25290 (feedmail-confirm-outgoing-timeout)
25291 (feedmail-sendmail-f-doesnt-sell-me-out)
25292 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25293 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25294 (feedmail-sender-line, feedmail-from-line)
25295 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25296 (feedmail-spray-this-address)
25297 (feedmail-spray-address-fiddle-plex-list)
25298 (feedmail-queue-use-send-time-for-date)
25299 (feedmail-queue-use-send-time-for-message-id)
25300 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25301 (feedmail-buffer-eating-function):
25302 Doc fixes.
25303 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25304 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25305 (feedmail-message-action-scroll-down): New functions.
25306 (feedmail-queue-directory, feedmail-queue-draft-directory):
25307 Use expand-file-name.
25308 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25309 Remove C-v help entry.
25310 (feedmail-queue-buffer-file-name): New variable.
25311 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25312 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25313 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25314 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25315 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25316 (feedmail-message-action-toggle-spray)
25317 (feedmail-run-the-queue-no-prompts)
25318 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25319 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25320 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25321 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25322 (feedmail-envelope-deducer, feedmail-fiddle-from)
25323 (feedmail-fiddle-sender, feedmail-default-date-generator)
25324 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25325 (feedmail-fiddle-spray-address)
25326 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25327 (feedmail-fiddle-list-of-fiddle-plexes)
25328 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25329 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25330 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25331 Change default. Doc fix.
25332 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25333 (feedmail-binmail-linuxish-template): New constant.
25334 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25335 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25336 (feedmail-send-it): Add debug call.
25337 Use feedmail-queue-buffer-file-name, and
25338 feedmail-send-it-immediately-wrapper.
25339 (feedmail-message-action-send): Add debug call.
25340 Use feedmail-send-it-immediately-wrapper.
25341 (feedmail-queue-express-to-queue): Add debug call.
25342 Run feedmail-queue-express-hook.
25343 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25344 (feedmail-message-action-help-blat):
25345 Rename from feedmail-queue-send-edit-prompt-help-first.
25346 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25347 Check line-endings. Handle errors better.
25348 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25349 Doc fix. Add debug call.
25350 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25351 Use feedmail-queue-send-edit-prompt-inner.
25352 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25353 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25354 from feedmail-queue-send-edit-prompt.
25355 (feedmail-queue-send-edit-prompt-help)
25356 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25357 (feedmail-tidy-up-slug): Add debug call.
25358 Respect feedmail-queue-slug-suspect-regexp.
25359 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25360 (feedmail-dump-message-to-queue): Add debug call.
25361 Expand queue-directory.
25362 (feedmail-dump-message-to-queue): Change message slightly.
25363 Use feedmail-say-chatter.
25364 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25365 (feedmail-send-it-immediately-wrapper): New function.
25366 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25367 Insert empty string rather than newline. Handle full-frame case.
25368 Use catch/throw. Use feedmail-say-chatter.
25369 (feedmail-fiddle-from): Try mail-host-address.
25370 (feedmail-default-message-id-generator): Doc fix.
25371 Bind system-time-locale. Handle missing end.
25372 (feedmail-fiddle-x-mailer): Add debug call.
25373 Handle feedmail-x-mailer-line being nil.
25374 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25375 Add debug call. Use buffer-substring-no-properties.
25376 (feedmail-say-debug, feedmail-say-chatter): New functions.
25377 (feedmail-find-eoh): Give an explicit error.
25378
25379 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25380
25381 * net/newst-treeview.el (newsticker-treeview-face): Change default
25382 family from helvetica to sans.
25383 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25384 etc/images/newsticker.
25385
25386 * net/newst-reader.el (newsticker-feed-face): Change default
25387 family from helvetica to sans.
25388
25389 * net/newst-plainview.el (newsticker-new-item-face)
25390 (newsticker-old-item-face, newsticker-immortal-item-face)
25391 (newsticker-obsolete-item-face, newsticker-date-face)
25392 (newsticker-statistics-face): Change default family from
25393 helvetica to sans.
25394 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25395 etc/images/newsticker.
25396
25397 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25398 (newsticker--process-auto-mark-filter-match): Tell user about
25399 auto-marking.
25400
25401 2011-05-13 Didier Verna <didier@xemacs.org>
25402
25403 Common Lisp indentation improvements on defmethod and lambda-lists.
25404 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25405 TODO entries.
25406 (lisp-lambda-list-keyword-parameter-indentation)
25407 (lisp-lambda-list-keyword-parameter-alignment)
25408 (lisp-lambda-list-keyword-alignment): New customizable user options.
25409 (lisp-indent-defun-method): Improve docstring.
25410 (extended-loop-p): Fix comment.
25411 (lisp-indent-lambda-list-keywords-regexp): New variable.
25412 (lisp-indent-lambda-list): New function.
25413 (lisp-indent-259): Use it.
25414 (lisp-indent-defmethod): Support for more than one
25415 method qualifier and properly indent methods lambda-lists.
25416 (defgeneric): Provide a missing common-lisp-indent-function property.
25417
25418 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25419
25420 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25421 bounds for the empty string (bug#8667).
25422
25423 2011-05-13 Glenn Morris <rgm@gnu.org>
25424
25425 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25426
25427 * mail/sendmail.el (sendmail-program): Try executable-find first.
25428 (sendmail-send-it): `sendmail-program' cannot be unbound.
25429
25430 * calendar/appt.el (appt-make-list): Simplify.
25431 (appt-time-msg-list): Doc fix.
25432 (appt-check): Change mode-line message at the time of the appointment.
25433
25434 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25435
25436 * progmodes/ld-script.el (ld-script-keywords)
25437 (ld-script-builtins): Update keywords list.
25438
25439 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25440
25441 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25442
25443 * shell.el (shell-completion-vars): New function.
25444 (shell-mode):
25445 * simple.el (read-shell-command): Use it.
25446 (blink-matching-open): No need for " [...]" in minibuffer-message.
25447
25448 2011-05-12 Glenn Morris <rgm@gnu.org>
25449
25450 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25451 (appt-check): Simplify.
25452
25453 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25454
25455 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25456 literal "/dev/null".
25457
25458 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25459
25460 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25461 Fix typo.
25462
25463 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25464
25465 * progmodes/which-func.el (which-function):
25466 Use add-log-current-defun instead of add-log-current-defun-function,
25467 which might not be defined (Bug#8260).
25468
25469 2011-05-12 Glenn Morris <rgm@gnu.org>
25470
25471 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25472 Let byte-compile-initial-macro-environment always take precedence.
25473
25474 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25475
25476 * net/rcirc.el: Add support for SSL/TLS connections.
25477 (rcirc-server-alist): New field `encryption'.
25478 (rcirc): Check `encryption' settings.
25479 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25480 Merge make-local-variable into `set'.
25481 (rcirc--connection-open-p): New function.
25482 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25483 the process is not a network process (e.g. running gnutls-cli).
25484 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25485 Make rcirc-(en|de)code-coding-system local here.
25486 (rcirc-mode): Merge make-local-variable into `set'.
25487 (rcirc-parent-buffer): Make permanent buffer-local.
25488 (rcirc-multiline-minor-mode): Don't do it here.
25489 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25490 there's no server buffer.
25491
25492 2011-05-11 Glenn Morris <rgm@gnu.org>
25493
25494 * newcomment.el (comment-kill): Prefix "unused" local.
25495
25496 * term/w32console.el (get-screen-color): Declare.
25497
25498 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25499 Handle symbol elements of byte-compile-initial-macro-environment.
25500
25501 2011-05-10 Leo Liu <sdl.web@gmail.com>
25502
25503 * bookmark.el (bookmark-bmenu-mode-map):
25504 Bind bookmark-bmenu-search to `/'.
25505
25506 * mail/footnote.el: Convert to utf-8 encoding.
25507 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25508 (Footnote-unicode): New function.
25509 (footnote-style-alist): Add unicode style to the list.
25510 (footnote-style): Doc fix.
25511
25512 2011-05-10 Jim Meyering <meyering@redhat.com>
25513
25514 Fix doubled-word typos.
25515 * international/quail.el (quail-insert-kbd-layout): and and -> and
25516 * kermit.el: and and -> and
25517 * net/ldap.el (ldap-search-internal): to to -> to
25518 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25519 * progmodes/js.el (js-mode): and and -> and
25520 * textmodes/artist.el (artist-move-to-xy): at at -> at
25521 (artist-draw-region-trim-line-endings): if if -> if
25522 And Safetyc -> Safety.
25523 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25524
25525 2011-05-10 Glenn Morris <rgm@gnu.org>
25526 Stefan Monnier <monnier@iro.umontreal.ca>
25527
25528 * files.el (hack-one-local-variable-eval-safep):
25529 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25530
25531 2011-05-10 Glenn Morris <rgm@gnu.org>
25532
25533 * calendar/diary-lib.el (diary-list-entries-hook)
25534 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25535 (diary-nongregorian-marking-hook, diary-list-entries)
25536 (diary-include-other-diary-files, diary-mark-entries)
25537 (diary-mark-included-diary-files): Doc fixes.
25538
25539 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25540
25541 * misc.el: Require tabulated-list.el during compilation.
25542
25543 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25544
25545 * progmodes/compile.el (compilation-start):
25546 Run compilation-filter-hook for the async case too.
25547 (compilation-filter-hook): Doc fix.
25548
25549 2011-05-09 Deniz Dogan <deniz@dogan.se>
25550
25551 * wdired.el: Remove outdated installation comment. Fix usage
25552 comment.
25553
25554 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25555
25556 * misc.el: Implement new command `list-dynamic-libraries'.
25557 (list-dynamic-libraries--loaded-only-p): New variable.
25558 (list-dynamic-libraries--refresh): New function.
25559 (list-dynamic-libraries): New command.
25560
25561 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25562
25563 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25564 Fix the ant regexp to handle end-line and end-column info from jikes.
25565 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25566 higher priority to avoid clobbering by gnu.
25567
25568 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25569
25570 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25571 if the face has existing theme settings (Bug#8454).
25572
25573 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25574
25575 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25576 Only match variables declared via `my' or `our' (Bug#8261).
25577
25578 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25579 special file names `.' and `..' (Bug#8259).
25580
25581 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25582
25583 * progmodes/grep.el (grep-mode-font-lock-keywords):
25584 Remove buffer-changing entries.
25585 (grep-filter): New function.
25586 (grep-mode): Add it to compilation-filter-hook.
25587
25588 * progmodes/compile.el (compilation-filter-hook)
25589 (compilation-filter-start): New defvars.
25590 (compilation-filter): Call compilation-filter-hook prior to
25591 updating the process mark.
25592
25593 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25594
25595 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25596
25597 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25598
25599 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25600 mailclient-send-it even if window-system is nil. (Bug#8595)
25601
25602 * term/w32console.el (terminal-init-w32console):
25603 Call get-screen-color and use its output to set the frame
25604 background-mode. (Bug#8597)
25605
25606 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25607
25608 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25609 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25610 New functions.
25611 (defgeneric, eieio--defmethod): Use them.
25612 (eieio-defgeneric): Remove.
25613 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25614
25615 2011-05-07 Glenn Morris <rgm@gnu.org>
25616
25617 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25618 Use let rather than let*.
25619 (timeclock-find-discrep): Remove unused local.
25620
25621 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25622
25623 * calendar/appt.el (appt-time-msg-list): Doc fix.
25624
25625 2011-05-06 Noah Friedman <friedman@splode.com>
25626
25627 * apropos.el (apropos-print-doc): Only use
25628 emacs-lisp-docstring-fill-column when it is bound to an integer,
25629 per that variable's documentation.
25630
25631 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25632
25633 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25634 and warnings are not silently discarded (e.g. use -d instead of -P).
25635
25636 2011-05-06 Glenn Morris <rgm@gnu.org>
25637
25638 * calendar/appt.el (appt-message-warning-time): Doc fix.
25639 (appt-warning-time-regexp): New option.
25640 (appt-make-list): Respect appt-message-warning-time.
25641
25642 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25643 New options.
25644 (diary-add-to-list): Strip comments from the displayed string.
25645 (diary-mode): Set comment-start and comment-end.
25646
25647 * vc/diff-mode.el (smerge-refine-subst): Declare.
25648 (diff-refine-hunk): Don't require smerge-mode when compiling.
25649
25650 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25651
25652 * simple.el (list-processes): Return nil as the docstring says.
25653
25654 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25655
25656 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25657 to "".
25658 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25659 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25660 determining of binary transfer. (Bug#7383)
25661
25662 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25663
25664 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25665 Fix port computation bug. (Bug#8618)
25666
25667 2011-05-05 Glenn Morris <rgm@gnu.org>
25668
25669 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25670
25671 * simple.el (shell-dynamic-complete-functions)
25672 (comint-dynamic-complete-functions): Declare.
25673
25674 * net/network-stream.el (gnutls-negotiate):
25675 * simple.el (tabulated-list-print): Fix declarations.
25676
25677 * progmodes/gud.el (syntax-symbol, syntax-point):
25678 Remove unnecessary and incorrect declarations.
25679
25680 * emacs-lisp/check-declare.el (check-declare-scan):
25681 Handle byte-compile-initial-macro-environment in bytecomp.el.
25682
25683 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25684
25685 Fix earlier half-done eieio-defmethod change (bug#8338).
25686 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25687 Streamline and change calling convention.
25688 (defmethod): Adjust accordingly and simplify.
25689 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25690 new eieio--defmethod.
25691 (slot-boundp): Minor CSE simplification.
25692
25693 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25694
25695 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25696 (glasses-make-readable): Use glasses-separate-capital-groups.
25697
25698 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25699
25700 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25701 (warning-series): Doc fix.
25702 (display-warning): Don't try to create the buffer if we just found it.
25703
25704 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25705
25706 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25707 (autoload-find-generated-file): New function.
25708 (generate-file-autoloads): Bind generated-autoload-file to
25709 buffer-file-name.
25710 (update-file-autoloads, update-directory-autoloads):
25711 Use autoload-find-generated-file. If called interactively, prompt for
25712 output file (Bug#7989).
25713 (batch-update-autoloads): Doc fix.
25714
25715 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25716
25717 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25718
25719 2011-05-04 Glenn Morris <rgm@gnu.org>
25720
25721 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25722 function, so it follows changes in calendar-date-style.
25723 (diary-fancy-date-matcher): New function.
25724 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25725 (diary-fancy-font-lock-fontify-region-function):
25726 Use diary-fancy-date-pattern as a function.
25727
25728 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25729 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25730
25731 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25732
25733 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25734 instead of positional arguments. Allow :keylist and :crlfiles
25735 arguments.
25736 (open-gnutls-stream): Call it.
25737
25738 * net/network-stream.el (network-stream-open-starttls): Adjust to
25739 call `gnutls-negotiate' with :process and :hostname arguments.
25740
25741 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25742
25743 * minibuffer.el (completion--message): New function.
25744 (completion--do-completion, minibuffer-complete)
25745 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25746 (completion--do-completion): Don't ignore completion-auto-help when in
25747 icomplete-mode.
25748
25749 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25750 internal encoding (e.g. tibetan zero is not whitespace).
25751 (global-whitespace-mode): Prefer save-current-buffer.
25752 (whitespace-trailing-regexp): Remove useless save-match-data.
25753 (whitespace-empty-at-bob-regexp): Minor simplification.
25754
25755 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25756
25757 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25758
25759 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25760
25761 * textmodes/ispell.el (ispell-add-per-file-word-list):
25762 Use `concat' to create string for insertion.
25763
25764 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25765
25766 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25767 Avoid open-line which runs post-self-insert-hook.
25768 (bibtex-fill-entry): Remove unused `end' var.
25769
25770 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25771
25772 * textmodes/ispell.el (ispell-add-per-file-word-list):
25773 Protect against `nil' value of `comment-start' (Bug#8579).
25774
25775 2011-05-03 Leo Liu <sdl.web@gmail.com>
25776
25777 * isearch.el (isearch-yank-pop): New command.
25778 (isearch-mode-map): Bind it to `M-y'.
25779 (isearch-forward): Mention it.
25780
25781 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25782
25783 * simple.el (minibuffer-complete-shell-command): Remove.
25784 (minibuffer-local-shell-command-map): Use completion-at-point.
25785 (read-shell-command): Setup completion vars here instead.
25786 (read-expression-map): Bind TAB to symbol completion.
25787
25788 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25789 error directly rather via storing it into `results'.
25790
25791 2011-05-02 Leo Liu <sdl.web@gmail.com>
25792
25793 * vc/diff.el: Fix description.
25794
25795 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25796
25797 * server.el (server-eval-at): New function.
25798
25799 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25800
25801 * net/network-stream.el (open-network-stream): Take a :nowait
25802 parameter and pass it on to `make-network-process'.
25803 (network-stream-open-plain): Ditto.
25804
25805 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25806
25807 * faces.el (face-spec-set-match-display): Don't match toolkit
25808 options on terminal frames.
25809
25810 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25811
25812 * progmodes/pascal.el: Use lexical binding.
25813 (pascal-mode-map): Remove author preferences.
25814
25815 * pcomplete.el (pcomplete-std-complete): Don't abuse
25816 completion-at-point.
25817
25818 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25819
25820 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25821 removing code that has been dead since 1991 or so.
25822
25823 * startup.el (command-line): When warning about "_emacs", use a
25824 delayed warning to allow the user to filter it out.
25825
25826 2011-04-28 Deniz Dogan <deniz@dogan.se>
25827
25828 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25829 user has not joined.
25830
25831 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25832
25833 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25834 aren't any completions at point.
25835
25836 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25837
25838 * subr.el (display-delayed-warnings): New function.
25839 (delayed-warnings-hook): New variable.
25840
25841 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25842
25843 * minibuffer.el (completion-at-point, completion-help-at-point):
25844 Don't presume that a given completion-at-point-function will always
25845 use the same calling convention.
25846
25847 * pcomplete.el (pcomplete-completions-at-point):
25848 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25849 pcomplete-seen is non-nil.
25850 (pcomplete-comint-setup): Also recognize the new comint/shell
25851 completion functions.
25852 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25853 pcomplete-seen is non-nil.
25854
25855 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25856
25857 * calendar/icalendar.el (diary-lib): Add require statement.
25858 (icalendar--create-uid): Read out a uid from a text-property on
25859 the first character in the entry. This allows for code to add its
25860 own uid to the entry.
25861 (icalendar--convert-float-to-ical): Add export of
25862 `diary-float'-entries save for those with the optional DAY
25863 argument.
25864
25865 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25866
25867 * subr.el (shell-quote-argument): Use alternate escaping strategy
25868 when we spot a variable reference in a string.
25869
25870 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25871
25872 * cus-start.el (all): Define customization for debug-on-event.
25873
25874 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25875
25876 * subr.el (shell-quote-argument): Escape correctly under Windows.
25877
25878 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25879
25880 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25881
25882 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25883
25884 * net/tramp.el (tramp-process-actions): Add POS argument.
25885 Delete region between POS and (pos).
25886
25887 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25888 Use `nil' position in `tramp-process-actions' call.
25889 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25890
25891 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25892 position in `tramp-process-actions' call.
25893
25894 * net/trampver.el: Update release number.
25895
25896 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25897
25898 * custom.el (defcustom): Obey lexical-binding.
25899
25900 Fix octave-inf completion problems reported by Alexander Klimov.
25901 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25902 Inherit from octave-mode-syntax-table.
25903 (inferior-octave-mode): Set info-lookup-mode.
25904 (inferior-octave-completion-at-point): New function.
25905 (inferior-octave-complete): Use it and completion-in-region.
25906 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25907 comint-filename-completion.
25908 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25909 symbol elements which shouldn't be word elements.
25910 (octave-font-lock-keywords, octave-beginning-of-defun)
25911 (octave-function-header-regexp): Adjust regexps accordingly.
25912 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25913
25914 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25915
25916 * net/gnutls.el (gnutls-errorp): Declare before first use.
25917
25918 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25919
25920 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25921 verify-error, and verify-hostname-error parameters. Check whether
25922 default trustfile exists before going to use it. Add missing
25923 argument to gnutls-message-maybe call. Return value.
25924 Reported by Claudio Bley <claudio.bley@gmail.com>.
25925 (open-gnutls-stream): Add usage example.
25926
25927 * net/network-stream.el (network-stream-open-starttls): Give host
25928 parameter to `gnutls-negotiate'.
25929 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25930 * subr.el (shell-quote-argument): Escape correctly under Windows.
25931
25932 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25933
25934 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25935 Use correct match group (bug#8438).
25936
25937 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25938
25939 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25940 (package-menu--generate): New arg specifying packages to show.
25941 (package-menu-refresh, package-menu-execute, list-packages):
25942 Callers changed.
25943 (package-show-package-list): New function, replacing deleted
25944 package--list-packages (renamed because it is non-internal).
25945
25946 * finder.el (finder-list-matches): Use package-show-package-list
25947 instead of deleted package--list-packages.
25948
25949 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25950 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25951 (vc-annotate-mode-map): Bind it to RET.
25952
25953 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25954
25955 * progmodes/etags.el (next-file): Don't use set-buffer to change
25956 buffers (Bug#8478).
25957
25958 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25959
25960 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25961
25962 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25963 (apropos-accumulator): Doc fix.
25964 (apropos-function, apropos-macro, apropos-command)
25965 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25966 (apropos-plist): Add face property.
25967 (apropos-symbols-internal): Fix indentation.
25968 (apropos-print): Simplify help, and recognize apropos-multi-type.
25969 (apropos-print-doc): Use button-type-get to extract the button's
25970 face property. Fill docstring (Bug#8352).
25971
25972 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25973
25974 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25975
25976 * play/mpuz.el (mpuz-silent): Doc fix.
25977 (mpuz-mode-map): Use mapc.
25978 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25979 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25980 Fix typos in docstrings.
25981
25982 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25983 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25984
25985 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25986
25987 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25988
25989 * minibuffer.el (completion--do-completion): Avoid the "Next char
25990 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25991
25992 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25993 mouse-2 into unread-command-events, it is interpreted correctly.
25994
25995 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25996 (image-toggle-display): Doc fix.
25997
25998 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25999
26000 * textmodes/page.el (what-page): Use line-number-at-pos to
26001 calculate line number (Bug#6825).
26002
26003 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26004
26005 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26006 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26007 Pass argument NO-DEFAULT to `find-tag-interactive'.
26008
26009 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26010
26011 Lexical-binding cleanup.
26012
26013 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26014 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26015 * progmodes/ada-prj.el (ada-prj-initialize-values)
26016 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26017 (ada-prj-show-value):
26018 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26019 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26020 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26021 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26022 * progmodes/bug-reference.el (bug-reference-push-button):
26023 * progmodes/fortran.el (fortran-line-length):
26024 * progmodes/glasses.el (glasses-change):
26025 * progmodes/octave-mod.el (octave-fill-paragraph):
26026 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26027 (python-pdbtrack-grub-for-buffer, python-sentinel):
26028 * progmodes/sql.el (sql-save-connection):
26029 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26030 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26031 Mark unused parameters.
26032
26033 * progmodes/compile.el (compilation--flush-directory-cache)
26034 (compilation--flush-parse, compile-internal): Mark unused parameters.
26035 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26036 (compilation-next-error-function): Remove unused variable `timestamp'.
26037
26038 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26039 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26040
26041 * progmodes/dcl-mode.el (dcl-end-of-command):
26042 Remove unused variable `start'.
26043 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26044 (dcl-option-value-basic, dcl-option-value-offset)
26045 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26046 Mark unused parameters.
26047 (dcl-save-local-variable): Remove unused variable `val'.
26048 (mode): Declare.
26049
26050 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26051 Mark unused parameters.
26052 (delphi-ignore-changes): Move before first use.
26053 (delphi-charset-token-at): Remove unused variable `start'.
26054 (delphi-else-start): Remove unused variable `if-count'.
26055 (delphi-comment-block-start, delphi-comment-block-end):
26056 Remove unused variable `kind'.
26057 (delphi-indent-line): Remove unused variable `new-point'.
26058
26059 * progmodes/ebrowse.el (ebrowse-files-list)
26060 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26061 Mark unused parameters. Don't quote `lambda'.
26062 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26063 Don't quote `lambda'.
26064 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26065 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26066 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26067 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26068 Use `ignore-errors'.
26069 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26070 (ebrowse-view/find-file-and-search-pattern)
26071 (ebrowse-view/find-member-declaration/definition):
26072 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26073 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26074 Rename parameter PREFIX-ARG to PREFIX.
26075 (ebrowse-tags-read-name): Remove unused variables `start' and
26076 `member-info'.
26077 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26078 to `tags-file'.
26079
26080 * progmodes/etags.el (local-find-tag-hook): Declare.
26081 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26082 Mark unused parameters.
26083
26084 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26085 (executable-interpret): Mark unused parameter.
26086
26087 * progmodes/flymake.el (flymake-process-sentinel)
26088 (flymake-after-change-function)
26089 (flymake-create-temp-with-folder-structure)
26090 (flymake-get-include-dirs-dot): Mark unused parameters.
26091 (flymake-safe-delete-directory): Remove unused variable `err'.
26092
26093 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26094 (speedbar-timer-fn, speedbar-line-text)
26095 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26096 (speedbar-center-buffer-smartly): Declare functions.
26097 (gdb-find-watch-expression): Remove unused variable `array'.
26098 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26099 (gdb-starting): Mark unused parameters.
26100 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26101 (gdb-table-string): Remove unused variable `res'.
26102 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26103 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26104 (gdb-display-buffer): Remove unused variable `cur-size'.
26105
26106 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26107 allow lexical-binding compilation.
26108 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26109 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26110 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26111 Mark unused parameters.
26112 (gud-gdb-marker-filter): Remove unused variable `match'.
26113 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26114 lambda expressions and funcall them, instead of using `fset'.
26115
26116 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26117 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26118
26119 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26120 variable `header-beg'; use `let'.
26121
26122 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26123 `restart', `last-sexp' and `at-do'.
26124
26125 * progmodes/js.el (js--debug): Mark unused parameter.
26126 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26127 (js--splice-into-items): Remove unused variable `item'.
26128 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26129
26130 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26131 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26132 (makefile-complete): Remove unused variable `try'.
26133 (makefile-fill-paragraph, makefile-match-function-end):
26134 Mark unused parameters.
26135
26136 * progmodes/octave-inf.el (inferior-octave-complete):
26137 Remove unused variable `proc'.
26138 (inferior-octave-output-digest): Mark unused parameter.
26139
26140 * progmodes/perl-mode.el (perl-calculate-indent):
26141 Remove unused variable `err'.
26142
26143 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26144 (prolog-indent-line): Mark unused parameters.
26145 (prolog-indent-line): Remove unused variable `beg'.
26146
26147 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26148 (reporter-dont-compact-list): Declare.
26149
26150 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26151 Remove unused variable `char'.
26152 (sh-debug): Mark unused parameter.
26153 (sh-get-indent-info): Remove unused variable `start'.
26154 (sh-calculate-indent): Remove unused variable `var'.
26155
26156 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26157 (simula-electric-keyword): Remove unused variable `null'.
26158 (simula-search-backward, simula-search-forward): Remove unused
26159 variables `begin' and `end'.
26160
26161 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26162 Remove unused variable `pos'.
26163 (vera-electric-tab, vera-comment-uncomment-region):
26164 Mark unused parameters.
26165 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26166
26167 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26168
26169 * emacs-lisp/package.el (package--builtins, package-alist)
26170 (package-load-descriptor, package-built-in-p, package-activate)
26171 (define-package, package-installed-p)
26172 (package-compute-transaction, package-buffer-info)
26173 (package--push): Doc fix. Distinguish more clearly between
26174 version strings and version lists.
26175
26176 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26177
26178 Lexical-binding cleanup.
26179
26180 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26181 (5x5-make-mutate-best):
26182 * play/fortune.el (fortune-in-buffer):
26183 * play/gomoku.el (gomoku-init-display):
26184 * play/solitaire.el (solitaire, solitaire-do-check):
26185 * play/tetris.el (tetris-default-update-speed-function):
26186 Mark unused parameters.
26187
26188 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26189 (bubbles--shift): Remove unused variable `char-org'.
26190 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26191 (bubbles--show-images): Remove unused variable `char'.
26192
26193 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26194 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26195 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26196 (decipher-analyze-buffer): Use ?\s.
26197 (decipher-make-checkpoint): Remove unused variable `mapping'.
26198
26199 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26200
26201 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26202 Remove unused variable `result'; use `let'.
26203
26204 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26205 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26206 (gametree-children-shown-p, gametree-compute-reduced-score):
26207 Use `ignore-errors'.
26208
26209 * play/handwrite.el (ps-lpr-switches): Declare.
26210 (handwrite): Remove unused variables `pmin' and `lastp'.
26211
26212 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26213
26214 * play/landmark.el (landmark-init-display)
26215 (landmark-update-naught-weights): Mark unused parameters.
26216 (landmark-y): Remove unused variable `noise'. Simplify.
26217 (landmark-human-plays): Remove unused variable `score'.
26218
26219 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26220 (mpuz-try-proposal): Remove unused variable `game'.
26221
26222 * play/zone.el (life-patterns): Declare.
26223
26224 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26225
26226 * vc/vc.el (ediff-vc-internal): Declare function.
26227
26228 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26229
26230 * shell.el: Use lexical-binding and std completion UI.
26231 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26232 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26233 comint-preoutput-filter-functions rather than on
26234 comint-output-filter-functions.
26235 (shell-command-completion, shell--command-completion-data)
26236 (shell-filename-completion, shell-environment-variable-completion)
26237 (shell-c-a-p-replace-by-expanded-directory): New functions.
26238 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26239 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26240 (shell-dynamic-complete-environment-variable): Use them.
26241 (shell-dynamic-complete-as-environment-variable)
26242 (shell-dynamic-complete-as-command): Remove.
26243 (shell-match-partial-variable): Match past point.
26244 * comint.el: Clean up use of completion-at-point-functions.
26245 (comint-completion-at-point): New function.
26246 (comint-mode): Use it completion-at-point-functions.
26247 (comint-dynamic-complete): Make it obsolete.
26248 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26249 (comint-c-a-p-replace-by-expanded-history): New function.
26250 (comint-dynamic-complete-functions)
26251 (comint-replace-by-expanded-history): Use it.
26252 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26253 termination strings. Try harder to avoid second try-completion.
26254 (completion-in-region-mode-map): Disable bindings that don't work yet.
26255
26256 * comint.el: Use lexical-binding. Require CL.
26257 (comint-dynamic-complete-functions): Use comint-filename-completion.
26258 (comint-completion-addsuffix): Tweak custom type.
26259 (comint-filename-completion, comint--common-suffix)
26260 (comint--common-quoted-suffix, comint--table-subvert)
26261 (comint--complete-file-name-data): New functions.
26262 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26263 (comint-dynamic-list-filename-completions): Use them.
26264 (comint-dynamic-simple-complete): Make obsolete.
26265
26266 * minibuffer.el (completion-in-region-mode):
26267 Keep completion-in-region-mode--predicate global.
26268 (completion-in-region--postch):
26269 Assume completion-in-region-mode--predicate is not null.
26270
26271 * progmodes/flymake.el (flymake-start-syntax-check-process):
26272 Obey `dir'. Simplify.
26273
26274 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26275 we're in VC after all.
26276
26277 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26278
26279 * vc/vc.el (vc-diff-build-argument-list-internal)
26280 (vc-version-ediff, vc-ediff): New commands.
26281 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26282
26283 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26284
26285 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26286 add sanity check.
26287
26288 * obsolete/erc-hecomplete.el: Make obsolete.
26289 * obsolete/: Standardize obsolescence info in the header.
26290
26291 2011-04-20 Glenn Morris <rgm@gnu.org>
26292
26293 * calendar/solar.el (solar-horizontal-coordinates):
26294 Use the longitude argument rather than `calendar-longitude'.
26295 (solar-date-next-longitude): Remove unused locals.
26296
26297 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26298
26299 * whitespace.el: New version 13.2.1.
26300
26301 2011-04-20 felix <EmacsWiki> (tiny change)
26302
26303 * whitespace.el (global-whitespace-mode): Keep highlight when
26304 switching between major modes on a file.
26305
26306 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26307
26308 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26309 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26310 multi-line comments as well.
26311
26312 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26313
26314 Lexical-binding cleanup.
26315
26316 * arc-mode.el (archive-mode-revert):
26317 * cmuscheme.el (scheme-interactively-start-process):
26318 * custom.el (custom-initialize-delay):
26319 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26320 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26321 * emacs-lock.el (emacs-lock-clear-sentinel):
26322 * ezimage.el (defezimage):
26323 * follow.el (follow-avoid-tail-recenter):
26324 * fringe.el (set-fringe-mode-1):
26325 * generic-x.el (bat-generic-mode-compile):
26326 * help-mode.el (help-info-variable, help-do-xref)
26327 (help-mode-revert-buffer):
26328 * help.el (view-emacs-todo):
26329 * iswitchb.el (iswitchb-completion-help):
26330 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26331 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26332 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26333 * locate.el (locate-update):
26334 * longlines.el (longlines-encode-region)
26335 (longlines-after-change-function):
26336 * outline.el (outline-isearch-open-invisible):
26337 * ps-def.el (declare-function, charset-dimension, char-width)
26338 (encode-char):
26339 * ps-mule.el (ps-mule-plot-string):
26340 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26341 (recentf-edit-list-select, recentf-edit-list-validate)
26342 (recentf-open-files-action):
26343 * rect.el (delete-whitespace-rectangle-line)
26344 (rectangle-number-line-callback):
26345 * register.el (window-configuration-to-register)
26346 (frame-configuration-to-register):
26347 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26348 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26349 (xselect-convert-to-targets, xselect-convert-to-delete)
26350 (xselect-convert-to-filename, xselect-convert-to-charpos)
26351 (xselect-convert-to-lineno, xselect-convert-to-colno)
26352 (xselect-convert-to-os, xselect-convert-to-host)
26353 (xselect-convert-to-user, xselect-convert-to-class)
26354 (xselect-convert-to-name, xselect-convert-to-integer)
26355 (xselect-convert-to-atom, xselect-convert-to-identity):
26356 * subr.el (declare, ignore, process-kill-without-query)
26357 (text-clone-maintain):
26358 * terminal.el (te-get-char, te-tic-sentinel):
26359 * tool-bar.el (tool-bar-make-keymap):
26360 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26361 * type-break.el (type-break-mode, type-break-noninteractive-query):
26362 * view.el (View-back-to-mark):
26363 * wid-browse.el (widget-browse-action, widget-browse-widget)
26364 (widget-browse-widgets, widget-browse-sexp):
26365 * widget.el (define-widget-keywords):
26366 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26367 Mark unused parameters.
26368
26369 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26370 (align-areas): Remove unused variable `look'.
26371 (align-region): Remove unused variables `real-end' and `pos-list'.
26372
26373 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26374
26375 * bindings.el (mode-line-modified, mode-line-remote):
26376 Mark unused parameters.
26377 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26378
26379 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26380 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26381
26382 * comint.el (comint-history-isearch-pop-state)
26383 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26384 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26385 (comint-substitute-in-file-name): Doc fix.
26386
26387 * completion.el (cmpl-statistics-block): Mark unused parameter.
26388 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26389 (save-completions-to-file, load-completions-from-file):
26390 Remove unused local variable `e'.
26391
26392 * composite.el (compose-chars): Remove unused variable `len'.
26393 (lgstring-insert-glyph): Remove unused variable `g'.
26394 (compose-glyph-string): Remove unused variables `ascent',
26395 `descent', `lbearing' and `rbearing'.
26396 (compose-glyph-string-relative): Remove unused variables
26397 `lbearing', `rbearing' and `wadjust'.
26398 (compose-gstring-for-graphic): Remove unused variables `header',
26399 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26400 (compose-gstring-for-terminal): Remove unused variables `header'
26401 and `nchars'. Use `let', not `let*'.
26402
26403 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26404 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26405 (Custom-buffer-done, custom-buffer-create-internal)
26406 (custom-browse-visibility-action, custom-browse-group-tag-action)
26407 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26408 (widget-magic-mouse-down-action, custom-toggle-parent)
26409 (custom-add-parent-links, custom-toggle-hide-variable)
26410 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26411 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26412 (custom-face-menu-create, custom-variable-menu-create, get)
26413 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26414 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26415 (customize-apropos): Remove unused variable `tests'.
26416 (custom-group-value-create): Remove unused variable `hidden-p'.
26417 (sort-fold-case): Declare.
26418
26419 * cus-theme.el (custom-reset-standard-faces-list)
26420 (custom-reset-standard-variables-list): Declare.
26421 (customize-create-theme, custom-theme-revert, custom-theme-write)
26422 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26423 Mark unused parameters.
26424
26425 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26426
26427 * delim-col.el (delimit-columns-max): Move defvar before first use.
26428
26429 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26430 (describe-char): Don't quote `lambda'. Mark unused parameter.
26431
26432 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26433 (auto-insert): Declare.
26434 (desktop-restore-file-buffer): Rename desktop-* parameters;
26435 mark unused ones.
26436 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26437 (desktop-buffer): Rename desktop-* parameters.
26438
26439 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26440 (dframe-reposition-frame-xemacs, dframe-help-echo)
26441 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26442 Mark unused parameters.
26443
26444 * dired-aux.el (backup-extract-version-start, overwrite-query)
26445 (overwrite-backup-query, rename-regexp-query)
26446 (rename-non-directory-query): Declare.
26447 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26448 (dired-add-entry): Remove unused variable `orig-file-name'.
26449 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26450 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26451 `dired-copy-preserve-time' directly.
26452 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26453 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26454
26455 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26456 (dired-virtual-revert, dired-make-relative-symlink):
26457 Mark unused parameters.
26458 (manual-program): Declare.
26459 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26460 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26461 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26462
26463 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26464
26465 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26466
26467 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26468 Declare.
26469
26470 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26471
26472 * electric.el (Electric-command-loop): Rename parameter
26473 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26474
26475 * expand.el (expand-in-literal): Remove unused variable `here'.
26476
26477 * facemenu.el (facemenu-add-new-color):
26478 Remove unused variable `docstring'.
26479
26480 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26481 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26482 (face-attr-construct): Mark unused parameter. Doc fix.
26483 (read-color): Remove unused variable `hex-string'.
26484
26485 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26486 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26487 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26488 (display-buffer-other-frame): Remove unused variable `old-window'.
26489 (kill-buffer-hook): Declare.
26490 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26491 Mark unused parameters.
26492 (after-find-file): Pass 1 to `auto-save-mode', not t.
26493
26494 * files-x.el (auto-insert): Declare.
26495 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26496
26497 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26498 variable `buf'. Mark unused parameter.
26499 (find-lisp-insert-directory): Mark unused parameter.
26500
26501 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26502 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26503 (format-common-tail): Remove, unused.
26504 (format-deannotate-region): Remove unused variable `loc'.
26505 (format-annotate-region): Remove unused variable `p'.
26506 (format-annotate-single-property-change): Remove unused variables
26507 `default' and `tail'.
26508
26509 * forms.el (read-file-filter): Declare.
26510 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26511
26512 * frame.el (frame-creation-function-alist): Mark unused parameter.
26513 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26514
26515 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26516 Remove unused parameters.
26517 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26518 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26519
26520 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26521 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26522 (hfy-prepare-tag-map): Mark unused parameters.
26523 (htmlfontify-buffer): Use `called-interactively-p'.
26524
26525 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26526 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26527 (ibuffer-do-occur): Mark unused parameters.
26528 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26529 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26530
26531 * ibuffer.el: Don't quote `lambda'.
26532 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26533 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26534 Mark unused parameters.
26535
26536 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26537 (ido-completing-read): Mark unused parameters.
26538 (ido-copy-current-word): Mark unused parameters;
26539 remove unused variable `name'.
26540 (ido-sort-merged-list): Remove unused parameter `dirs'.
26541
26542 * ielm.el (ielm-input-sender): Mark unused parameter.
26543 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26544 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26545 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26546 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26547 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26548
26549 * image-dired.el (image-dired-display-thumbs): Remove unused
26550 variables `curr-file' and `count'.
26551 (image-dired-remove-tag): Remove unused variable `start'.
26552 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26553 variable `curr-file'
26554 (image-dired-rotate-original): Remove unused variable `temp-file'.
26555 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26556 Remove unused variable `file'.
26557 (image-dired-gallery-generate): Remove unused variable `curr'.
26558 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26559
26560 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26561
26562 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26563
26564 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26565
26566 * isearch.el (minibuffer-history-symbol): Declare.
26567 (isearch-edit-string): Remove unused variable `err'.
26568 (isearch-message-prefix, isearch-message-suffix):
26569 Mark unused parameters.
26570
26571 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26572
26573 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26574
26575 * makesum.el (double-column): Remove unused variable `cnt'.
26576
26577 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26578 (ido-ignore-item-temp-list): Declare.
26579
26580 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26581 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26582 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26583 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26584 `mouse-col-delta'.
26585
26586 * mouse-sel.el (mouse-extend-internal):
26587 Remove unused variable `orig-window-frame'.
26588
26589 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26590 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26591 Move declarations before first use.
26592 (pcomplete-opt): Mark unused parameters; doc fix.
26593
26594 * proced.el (proced-revert): Mark unused parameter.
26595 (proced-send-signal): Remove unused variable `err'.
26596
26597 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26598 Rename parameter PREFIX-ARG to ARG.
26599 (ps-basic-plot-string, ps-basic-plot-whitespace):
26600 Mark unused parameters.
26601
26602 * replace.el (replace-count): Define.
26603 (occur-revert-function): Mark unused parameters.
26604 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26605 (isearch-case-fold-search, isearch-string): Declare.
26606 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26607 bind `case-fold-search'. Remove unused variables `beg' and `end',
26608 and simplify.
26609 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26610 COUNT and bind `replace-count'.
26611 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26612 to COUNT.
26613
26614 * savehist.el (print-readably, print-string-length): Declare.
26615
26616 * shadowfile.el (shadow-expand-cluster-in-file-name):
26617 Remove unused variable `cluster'.
26618 (shadow-copy-file): Remove unused variable `i'.
26619 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26620 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26621 (shadow-define-literal-group, shadow-define-regexp-group)
26622 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26623
26624 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26625 (shell): Use `called-interactively-p'.
26626 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26627
26628 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26629 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26630 (delete-backward-char): Remove unused variable `ocol'.
26631 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26632 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26633 (event-apply-hyper-modifier, event-apply-shift-modifier)
26634 (event-apply-control-modifier, event-apply-meta-modifier):
26635 Mark unused parameters.
26636 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26637 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26638
26639 * speedbar.el (speedbar-ignored-directory-expressions)
26640 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26641 (speedbar-find-file, speedbar-dir-follow)
26642 (speedbar-directory-buttons-follow, speedbar-tag-find)
26643 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26644 (speedbar-buffers-line-directory, speedbar-buffer-click):
26645 Mark unused parameters.
26646 (speedbar-tag-file): Remove unused variable `mode'.
26647 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26648
26649 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26650
26651 * talk.el (talk): Remove unused variable `display'.
26652
26653 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26654 (tar-write-region-annotate): Mark unused parameter.
26655
26656 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26657 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26658 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26659 warning by another.
26660
26661 * time-stamp.el (time-stamp-string-preprocess):
26662 Remove unused variable `require-padding'.
26663
26664 * tree-widget.el (widget-glyph-enable): Declare.
26665 (tree-widget-action): Mark unused parameter.
26666
26667 * w32-fns.el (x-get-selection): Mark unused parameter.
26668 (autoload-make-program, generated-autoload-file): Declare.
26669
26670 * wdired.el (wdired-revert): Mark unused parameters.
26671 (wdired-xcase-word): Remove unused variable `err'.
26672
26673 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26674 (whitespace-help-scroll): Remove unused variable `data-help'.
26675
26676 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26677 (widget-image-insert, widget-after-change, default)
26678 (widget-default-format-handler, widget-default-notify)
26679 (widget-default-prompt-value, widget-info-link-action)
26680 (widget-url-link-action, widget-function-link-action)
26681 (widget-variable-link-action, widget-file-link-action)
26682 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26683 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26684 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26685 (widget-insert-button-action, widget-delete-button-action, visibility)
26686 (widget-documentation-link-action, widget-documentation-string-action)
26687 (widget-const-prompt-value, widget-regexp-match, symbol)
26688 (widget-coding-system-prompt-value)
26689 (widget-key-sequence-value-to-external, sexp)
26690 (widget-sexp-value-to-internal, character, vector, cons)
26691 (widget-choice-prompt-value, widget-boolean-prompt-value)
26692 (widget-color--choose-action): Mark unused parameters.
26693 (widget-item-match-inline, widget-choice-match-inline)
26694 (widget-checklist-match, widget-checklist-match-inline)
26695 (widget-group-match): Rename parameter VALUES to VALS.
26696 (widget-field-value-set): Remove unused variable `size'.
26697 (widget-color-action): Remove unused variables `value' and `start'.
26698
26699 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26700 variable `dir'. Doc fix.
26701 (windmove-find-other-window): Don't pass it.
26702
26703 * window.el (count-windows): Mark unused parameter.
26704 (bw-adjust-window): Remove unused variable `err'.
26705
26706 * woman.el (woman-file-name): Remove unused variable `default'.
26707 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26708 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26709 (global-font-lock-mode): Declare.
26710 (woman-decode-region): Mark unused parameter.
26711 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26712
26713 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26714 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26715 (x-dnd-handle-moz-url): Remove unused variable `title'.
26716 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26717
26718 * xml.el (xml-parse-tag, xml-parse-attlist):
26719 Remove unused variable `pos'.
26720
26721 2011-04-19 Glenn Morris <rgm@gnu.org>
26722
26723 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26724 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26725 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26726 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26727 * calendar/cal-html.el (cal-html-insert-minical):
26728 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26729 (calendar-mark-date-pattern):
26730 Prefix "unused" locals.
26731
26732 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26733 optional argument `style'.
26734
26735 * calendar/appt.el (appt-make-list):
26736 * calendar/cal-china.el (calendar-chinese-date-string):
26737 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26738 (diary-hebrew-yahrzeit):
26739 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26740 * calendar/calendar.el (calendar-generate-window):
26741 * calendar/time-date.el (time-to-days):
26742 Remove unused local variables.
26743
26744 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26745
26746 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26747 glyphless-char-display table.
26748 (tabulated-list-glyphless-char-display): New var.
26749
26750 2011-04-18 Sam Steingold <sds@gnu.org>
26751
26752 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26753 to acknowledgments.
26754
26755 2011-04-17 Glenn Morris <rgm@gnu.org>
26756
26757 * calendar/diary-lib.el (diary-sexp-entry):
26758 * calendar/holidays.el (holiday-sexp):
26759 Set debug-on-error rather than the removed stack-trace-on-error.
26760
26761 2011-04-16 Glenn Morris <rgm@gnu.org>
26762
26763 * progmodes/f90.el: Use lexical-binding.
26764 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26765
26766 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26767
26768 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26769 (mail-mode): Setup mailalias completion here instead.
26770 * mail/mailalias.el: Use lexical-binding.
26771 (pattern, mailalias-done): Declare dynamic.
26772 (mail-completion-at-point-function): New function, from mail-complete.
26773 (mail-complete): Use it.
26774 (mail-completion-expand): New function.
26775 (mail-get-names): Use it.
26776 (mail-directory, mail-directory-process, mail-directory-stream):
26777 Don't use `pattern' for lexically bound arg.
26778
26779 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26780
26781 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26782 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26783 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26784
26785 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26786 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26787 (byte-interactive-p): Define them again, for use when inlining
26788 old code.
26789
26790 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26791
26792 * loadup.el: Use `string-to-number', not `string-to-int'.
26793
26794 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26795
26796 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26797 gud-gdb-complete-command.
26798 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26799 (gud-gdb-completion-at-point): New function.
26800 (gud-gdb-completions): Remove.
26801
26802 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26803
26804 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26805 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26806 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26807 whether `executable-find' is bound.
26808
26809 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26810
26811 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26812
26813 * minibuffer.el (completion-in-region-mode-predicate)
26814 (completion-in-region-mode--predicate): New vars.
26815 (completion-in-region, completion-in-region--postch)
26816 (completion-in-region-mode): Use them.
26817 (completion--capf-wrapper): Also return the hook function.
26818 (completion-at-point, completion-help-at-point):
26819 Adjust and provide a predicate.
26820
26821 Preserve arg names for advice of subr and lexical functions (bug#8457).
26822 * help-fns.el (help-function-arglist): Consolidate the subr and
26823 new-byte-code cases. Add argument `preserve-names' to extract names
26824 from the docstring when needed.
26825 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26826 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26827 (ad-arglist): Use help-function-arglist's new arg.
26828 (ad-definition-type): Use cond.
26829
26830 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26831
26832 * autorevert.el (auto-revert-handler):
26833 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26834 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26835 Don't quote lambda.
26836
26837 * image-mode.el (image-transform-set-scale):
26838 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26839
26840 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26841
26842 * net/network-stream.el (network-stream-open-starttls): Only do
26843 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26844 Upgrades via gnutls-cli are too slow to be done opportunistically.
26845
26846 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26847
26848 * dframe.el (dframe-current-frame): Remove spurious quote.
26849
26850 2011-04-12 Glenn Morris <rgm@gnu.org>
26851
26852 * calendar/cal-tex.el (cal-tex-end-document):
26853 Try to automatically use latin1 input if needed.
26854
26855 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26856 Don't try to cons a mark onto an empty element.
26857
26858 2011-04-11 Leo Liu <sdl.web@gmail.com>
26859
26860 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26861 buffers.
26862 (ido-kill-buffer-at-head): Support killing virtual buffers.
26863
26864 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26865
26866 * minibuffer.el (completion-show-inline-help): New var.
26867 (completion--do-completion, minibuffer-complete)
26868 (minibuffer-force-complete, minibuffer-complete-word):
26869 Inhibit minibuffer messages if completion-show-inline-help is nil.
26870
26871 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26872 to avoid interference from inline help (Bug#5849).
26873
26874 2011-04-10 Leo Liu <sdl.web@gmail.com>
26875
26876 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26877 Fix typo.
26878
26879 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26880
26881 * image-mode.el (image-toggle-display-image): Signal an error if
26882 not in Image mode.
26883 (image-transform-mode, image-transform-resize)
26884 (image-transform-set-rotation): Doc fix.
26885 (image-transform-set-resize): Delete.
26886 (image-transform-set-scale, image-transform-fit-to-height)
26887 (image-transform-fit-to-width): Handle image-toggle-display-image
26888 and image-transform-resize directly.
26889
26890 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26891
26892 * doc-view.el (doc-view-fit-width-to-window)
26893 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26894 New functions for fitting the shown image to the Emacs window size.
26895 (doc-view-mode-map): Add bindings for the new functions.
26896
26897 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26898
26899 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26900 Fix typo in docstring.
26901
26902 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26903
26904 * files.el (file-size-human-readable): Produce one digit after
26905 decimal, like "ls -lh" does.
26906
26907 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26908 the file size representation.
26909
26910 * simple.el (list-processes): If async subprocesses are not
26911 available, error out with a clear error message.
26912
26913 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26914
26915 * help.el (help-form-show): New function, to be called from C.
26916 Put help-form output in a buffer named differently than *Help*.
26917
26918 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26919
26920 * files.el (file-size-human-readable): New function.
26921
26922 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26923 computing the representation inline. Don't require `cl'.
26924
26925 2011-04-08 Glenn Morris <rgm@gnu.org>
26926
26927 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26928
26929 * net/browse-url.el (browse-url-firefox):
26930 Test system-type, not system-configuration.
26931
26932 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26933 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26934 Use log-edit-empty-buffer-p. (Bug#7598)
26935
26936 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26937 (rlogin-mode-map): Initialize in the defvar.
26938 (rlogin): Use ignore-errors.
26939
26940 * replace.el (occur-mode-map): Some fixes for menu items.
26941
26942 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26943
26944 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26945
26946 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26947
26948 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26949 issuing unused warnings.
26950
26951 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26952 macro directly.
26953
26954 * simple.el: Lisp reimplement of list-processes. Based on an
26955 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26956 (process-menu-mode): New major mode.
26957 (list-processes--refresh, list-processes):
26958 (process-menu-visit-buffer): New functions.
26959
26960 * files.el (save-buffers-kill-emacs): Don't assume any return
26961 value of list-processes, which is undocumented anyway.
26962
26963 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26964
26965 * emacs-lisp/tabulated-list.el: New file.
26966
26967 * emacs-lisp/package.el: Use Tabulated List mode.
26968 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26969 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26970 table format using Tabulated List mode variables.
26971 (package--push): New macro, replacing package-list-maybe-add.
26972 (package-menu--generate): Use package--push. Renamed from
26973 package--generate-package-list.
26974 (package-menu-refresh, list-packages): Use it.
26975 (package-menu--print-info): Rename from package-print-package.
26976 Return insertion data instead of inserting it directly.
26977 (package-menu-describe-package, package-menu-execute):
26978 Use tabulated-list-get-id.
26979 (package-menu-mark-delete, package-menu-mark-install)
26980 (package-menu-mark-unmark, package-menu-backup-unmark)
26981 (package-menu-mark-obsolete-for-deletion):
26982 Use tabulated-list-put-tag.
26983 (package--list-packages, package-menu-revert)
26984 (package-menu-get-package, package-menu-get-version)
26985 (package-menu-sort-by-column): Functions deleted.
26986 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26987 (package-menu--status-predicate, package-menu--version-predicate)
26988 (package-menu--name-predicate)
26989 (package-menu--description-predicate): Handle arguments in the
26990 Tabulated List format.
26991 (package-list-packages-no-fetch): Call list-packages.
26992
26993 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26994
26995 * files.el (after-find-file-from-revert-buffer): Remove variable.
26996 (after-find-file): Don't bind it.
26997 (revert-buffer-in-progress-p): New variable.
26998 (revert-buffer): Bind it.
26999 Pass nil for `after-find-file-from-revert-buffer'.
27000
27001 * saveplace.el (save-place-find-file-hook): Use new variable
27002 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27003
27004 2011-04-06 Glenn Morris <rgm@gnu.org>
27005
27006 * Makefile.in (AUTOGEN_VCS): New variable.
27007 (autoloads): Use $AUTOGEN_VCS.
27008
27009 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27010 * calendar/calendar.el (calendar-mode-map):
27011 Check for toolkit scroll bars. (Bug#8305)
27012
27013 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27014
27015 * minibuffer.el (completion-in-region--postch)
27016 (completion-in-region-mode): Remove unnecessary messages.
27017
27018 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27019
27020 * font-lock.el (font-lock-refresh-defaults):
27021 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27022 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27023
27024 * info.el (Info-directory-list, Info-read-node-name-2)
27025 (Info-split-parameter-string): Doc fixes.
27026 (Info-virtual-nodes): Reflow docstring.
27027 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27028 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27029 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27030 Fix typos in docstrings.
27031 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27032 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27033 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27034 (Info-restore-desktop-buffer): Mark unused parameters.
27035 (Info-directory-find-file, Info-directory-find-node)
27036 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27037 (Info-virtual-index-find-node, Info-apropos-find-file)
27038 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27039 Mark unused parameters; fix typos in docstrings.
27040 (Info-virtual-index): Remove unused local variable `nodename'.
27041
27042 2011-04-05 Deniz Dogan <deniz@dogan.se>
27043
27044 * net/rcirc.el: Update my e-mail address.
27045 (rcirc-mode-map): Remove M-o binding.
27046
27047 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27048
27049 * startup.el (command-line): Save the cursor's theme-face
27050 directly, instead of using face-override-spec.
27051
27052 * custom.el (load-theme): Minor optimization in assigning faces.
27053
27054 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27055
27056 * help-fns.el (describe-variable): Complete all variables having
27057 documentation, including keywords.
27058 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27059
27060 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27061
27062 Convert to lexical-binding.
27063
27064 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27065 (bs--get-marked-string, bs--get-modified-string)
27066 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27067 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27068 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27069
27070 * ehelp.el (electric-help-execute-extended)
27071 (electric-help-ctrl-x-prefix):
27072 * hexl.el (hexl-revert-buffer-function):
27073 * linum.el (linum-after-change, linum-after-scroll):
27074 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27075
27076 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27077
27078 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27079
27080 * epa-dired.el:
27081 * epa-mail.el:
27082 * epa-hook.el:
27083 * epa-file.el:
27084 * epa.el:
27085 * epg.el: Use lexical binding.
27086
27087 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27088
27089 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27090
27091 * textmodes/flyspell.el (flyspell-word): Recognize default
27092 dictionary case for flyspell-mark-duplications-exceptions.
27093 Use regexp matching for languages.
27094 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27095 default dictionary (Bug#7926).
27096
27097 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27098
27099 * emacs-lisp/package.el (package--with-work-buffer):
27100 Recognize https URLs.
27101
27102 * net/network-stream.el: Move from gnus/proto-stream.el.
27103 Change prefix to network-stream throughout.
27104 (open-protocol-stream): Merge into open-network-stream, leaving
27105 open-protocol-stream as an alias. Handle nil BUFFER args.
27106
27107 * subr.el (open-network-stream): Move to net/network-stream.el.
27108
27109 2011-04-02 Glenn Morris <rgm@gnu.org>
27110
27111 * find-dired.el (find-exec-terminator): New option.
27112 (find-ls-option): Test for -ls support.
27113 (find-ls-subdir-switches): Test for -b in find-ls-option.
27114 (find-dired, find-grep-dired): Doc fixes.
27115 (find-dired): Use find-exec-terminator.
27116
27117 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27118 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27119 (find-name-arg): Remove purecopy.
27120
27121 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27122 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27123 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27124 accordingly. Don't add the null-device if not needed.
27125
27126 * files.el (save-some-buffers): Doc fix.
27127
27128 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27129
27130 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27131
27132 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27133
27134 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27135 Use `dolist' rather than `mapcar'.
27136
27137 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27138
27139 Add lexical binding.
27140
27141 * subr.el (apply-partially): Use new closures rather than CL.
27142 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27143 (dolist, dotimes): Use slightly different expansion for lexical code.
27144 (functionp): Move to C.
27145 (letrec): New macro.
27146 (with-wrapper-hook): Use it and apply-partially instead of CL.
27147 (eval-after-load): Preserve lexical-binding.
27148 (save-window-excursion, with-output-to-temp-buffer): Turn them
27149 into macros.
27150
27151 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27152
27153 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27154 than the arglist.
27155 (help-add-fundoc-usage): Don't add `Not documented'.
27156 (help-function-arglist): Handle closures, subroutines, and new
27157 byte-code-functions.
27158 (help-make-usage): Remove leading underscores.
27159 (describe-function-1): Handle closures.
27160 (describe-variable): Use special-variable-p for completion.
27161
27162 * files.el (lexical-binding): Declare safe.
27163
27164 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27165 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27166 (pcase): Add `let' pattern.
27167 Change memoization so it actually works.
27168 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27169 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27170 <let>: New case.
27171
27172 * emacs-lisp/macroexp.el: Use lexical binding.
27173 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27174 Don't convert ' to #' without checking that it's indeed quoting
27175 a lambda.
27176
27177 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27178 Use eval-sexp-add-defvars.
27179 (eval-sexp-add-defvars): New fun.
27180
27181 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27182
27183 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27184 Don't autoload.
27185 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27186 than the internal `byte-compile-lambda'.
27187 (defmethod): Don't hide code under quotes.
27188 (eieio-defmethod): New `code' argument.
27189
27190 * emacs-lisp/eieio-comp.el: Remove.
27191
27192 * emacs-lisp/edebug.el (edebug-eval-defun)
27193 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27194 (edebug-toggle): Avoid `eval'.
27195
27196 * emacs-lisp/disass.el (disassemble-internal): Handle new
27197 `closure' objects.
27198 (disassemble-1): Handle new byte codes.
27199
27200 * emacs-lisp/cl.el (pushnew): Silence warning.
27201
27202 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27203 (cl-byte-compile-throw): Remove.
27204 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27205
27206 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27207 closures.
27208
27209 * emacs-lisp/cconv.el: New file.
27210
27211 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27212 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27213 (byte-compile-initial-macro-environment):
27214 Handle declare-function here.
27215 (byte-compile--lexical-environment): New var.
27216 (byte-stack-ref, byte-stack-set, byte-discardN)
27217 (byte-discardN-preserve-tos): New lap codes.
27218 (byte-interactive-p): Don't use any more.
27219 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27220 New macros.
27221 (byte-compile-lapcode): Use them and handle new lap codes.
27222 (byte-compile-obsolete): Remove.
27223 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27224 (byte-compile-arglist-warn): Check late def of inlinable funs.
27225 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27226 since they should have been expanded by now.
27227 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27228 (byte-compile-from-buffer): Remove unused second arg.
27229 (byte-compile-preprocess): New function.
27230 (byte-compile-toplevel-file-form): New function to distinguish
27231 file-form calls from outside from file-form calls from hunk-handlers.
27232 (byte-compile-file-form): Simplify.
27233 (byte-compile-file-form-defsubst): Remove.
27234 (byte-compile-file-form-defmumble): Simplify now that
27235 byte-compile-lambda always returns a byte-code-function.
27236 (byte-compile): Preprocess.
27237 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27238 Remove, not used any more.
27239 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27240 (byte-compile-make-args-desc): New funs.
27241 (byte-compile-lambda): Handle lexical functions. Always return
27242 a byte-code-function.
27243 (byte-compile-reserved-constants): New var, to make up room for
27244 closed-over variables.
27245 (byte-compile-constants-vector): Obey it.
27246 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27247 (byte-compile-macroexpand-declare-function): New function.
27248 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27249 byte-code-functions.
27250 (byte-compile-form): Check obsolescence here.
27251 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27252 (byte-compile-variable-ref): Remove.
27253 (byte-compile-dynamic-variable-op): New fun.
27254 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27255 (byte-compile-variable-set): New funs.
27256 (byte-compile-discard): Add 2 args.
27257 (byte-compile-stack-ref, byte-compile-stack-set)
27258 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27259 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27260 macroexpand-all instead.
27261 (byte-compile-quote-form): Remove.
27262 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27263 (byte-compile-bind, byte-compile-unbind): New funs.
27264 (byte-compile-let): Handle let* and lexical binding.
27265 (byte-compile-let*): Remove.
27266 (byte-compile-catch, byte-compile-unwind-protect)
27267 (byte-compile-track-mouse, byte-compile-condition-case):
27268 Handle a new :fun-body form, used for lexical scoping.
27269 (byte-compile-save-window-excursion)
27270 (byte-compile-with-output-to-temp-buffer): Remove.
27271 (byte-compile-defun): Simplify.
27272 (byte-compile-stack-adjustment): New fun.
27273 (byte-compile-out): Use it.
27274 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27275
27276 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27277 handler any more.
27278
27279 * emacs-lisp/byte-opt.el: Use lexical binding.
27280 (byte-inline-lapcode): Remove (to bytecomp).
27281 (byte-compile-inline-expand): Pay attention to inlining to/from
27282 lexically bound code.
27283 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27284 any more.
27285 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27286 any more and don't call compiler-macros.
27287 (byte-compile-splice-in-already-compiled-code): Remove.
27288 (byte-code): Don't inline any more.
27289 (disassemble-offset): Receive `bytes' as argument rather than via
27290 dynamic scoping.
27291 (byte-compile-tag-number): Declare before first use.
27292 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27293 `return' even if make-spliceable.
27294 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27295 obsolete interactive-p.
27296 (byte-optimize-lapcode): Optimize new lap-codes.
27297 Don't trip up on new form of `byte-constant' lap code.
27298
27299 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27300
27301 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27302
27303 * custom.el (custom-initialize-default, custom-declare-variable):
27304 Use `defvar'.
27305
27306 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27307 New variables.
27308 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27309 (COMPILE_FIRST): Add macroexp and cconv.
27310 * makefile.w32-in: Mirror changes in Makefile.in.
27311
27312 * vc/cvs-status.el:
27313 * vc/diff-mode.el:
27314 * vc/log-edit.el:
27315 * vc/log-view.el:
27316 * vc/smerge-mode.el:
27317 * textmodes/bibtex-style.el:
27318 * textmodes/css-mode.el:
27319 * startup.el:
27320 * uniquify.el:
27321 * minibuffer.el:
27322 * newcomment.el:
27323 * reveal.el:
27324 * server.el:
27325 * mpc.el:
27326 * emacs-lisp/smie.el:
27327 * doc-view.el:
27328 * dired.el:
27329 * abbrev.el: Use lexical binding.
27330
27331 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27332
27333 * info.el (info-display-manual): New function.
27334
27335 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27336
27337 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27338
27339 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27340
27341 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27342 an entry for that server in rcirc-authinfo. (Bug#8385)
27343
27344 2011-03-31 Glenn Morris <rgm@gnu.org>
27345
27346 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27347
27348 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27349
27350 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27351
27352 * progmodes/python.el (python-default-interpreter)
27353 (python-python-command-args, python-jython-command-args)
27354 (python-which-shell, python-which-args, python-which-bufname)
27355 (python-file-queue, python-comint-output-filter-function)
27356 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27357 variables and functions.
27358
27359 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27360
27361 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27362 (completion-in-region-mode): New minor mode.
27363 (completion-in-region): Use it.
27364 (completion-in-region--data, completion-in-region-mode-map): New vars.
27365 (completion-in-region--postch): New function.
27366 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27367 New vars.
27368 (completion--capf-wrapper): New function.
27369 (completion-at-point): Use it to track well-behavedness of
27370 hook functions.
27371 (completion-help-at-point): New command.
27372
27373 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27374
27375 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27376 syntax class to search for whitespace on a single line
27377 (Message-ID: <4D938140.4030905@redhat.com>).
27378
27379 2011-03-30 Leo Liu <sdl.web@gmail.com>
27380
27381 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27382 New commands.
27383 (edit-abbrevs-map): Bind them here.
27384 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27385
27386 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27387
27388 * allout.el (allout-hide-by-annotation, allout-flag-region):
27389 Reduce possibility of overlay leakage by making them volatile.
27390
27391 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27392 hash is not shared between buffers. Mode initialization is
27393 responsible for giving it a useful starting value.
27394 (allout-item-span): Reduce possibility of overlay leakage by
27395 making them volatile.
27396 (allout-widgets-count-buttons-in-region): Add diagnostic function
27397 for tracking down button overlay leaks.
27398
27399 2011-03-29 Leo Liu <sdl.web@gmail.com>
27400
27401 * ido.el (ido-read-internal): Use the default history var
27402 minibuffer-history if no HISTORY is specified.
27403
27404 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27405
27406 * net/imap.el (imap-shell-open, imap-process-connection-type):
27407 Use imap-process-connection-type for 'shell' streams as well as
27408 Kerberos, SSL, other subprocesses.
27409
27410 2011-03-28 Leo Liu <sdl.web@gmail.com>
27411
27412 * abbrev.el (abbrev-table-empty-p): New function.
27413 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27414 nonempty ones. (Bug#5937)
27415
27416 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27417
27418 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27419
27420 2011-03-27 Leo Liu <sdl.web@gmail.com>
27421
27422 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27423 for foreground and background colors.
27424 (ansi-color-make-color-map): Adapt.
27425
27426 2011-03-25 Leo Liu <sdl.web@gmail.com>
27427
27428 * midnight.el (midnight-time-float): Remove. Note it calculates
27429 the microsecond component incorrectly and seconds-to-time does the
27430 same job.
27431 Remove redundant (require 'timer).
27432
27433 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27434 (ido-completions): Remove unused arguments. (Bug#8329)
27435
27436 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27437
27438 * minibuffer.el (completion--flush-all-sorted-completions):
27439 Remove itself from hook.
27440 (completion-at-point): Let the functions perform the completion
27441 immediately and return nil or t.
27442 * comint.el (comint-dynamic-complete-functions): Now identical to
27443 completion-at-point-functions.
27444 (comint-dynamic-list-input-ring): Remove unused var `index'.
27445 (comint--match-partial-filename, comint--unquote&expand-filename):
27446 New funs, split from comint-match-partial-filename.
27447 (comint-dynamic-complete): Use completion-at-point.
27448 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27449
27450 2011-03-24 Drew Adams <drew.adams@oracle.com>
27451
27452 * thingatpt.el: Support `defun'.
27453
27454 2011-03-23 Leo Liu <sdl.web@gmail.com>
27455
27456 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27457
27458 * help-mode.el (help-mode-finish): Tweak regexp.
27459
27460 2011-03-23 Glenn Morris <rgm@gnu.org>
27461
27462 * eshell/esh-opt.el (eshell-eval-using-options):
27463 Do not bind unused local variable `eshell-option-stub'.
27464
27465 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27466
27467 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27468
27469 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27470 keymap variable in `with-no-warnings' to avoid a warning when the
27471 keymap has been already `defconst'ed.
27472
27473 2011-03-22 Leo Liu <sdl.web@gmail.com>
27474
27475 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27476 encode all chars in abbrevs; otherwise use emacs-mule or
27477 utf-8-emacs. (Bug#8308)
27478
27479 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27480
27481 * simple.el (backward-delete-char-untabify):
27482 Avoid warning about using `delete-backward-char'.
27483
27484 * image.el (image-type-file-name-regexps): Make it variable.
27485 `imagemagick-register-types' modifies it, and the user may want
27486 to add new extensions for known image types.
27487 (imagemagick-register-types): Throw error if not using ImageMagick.
27488
27489 2011-03-22 Leo Liu <sdl.web@gmail.com>
27490
27491 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27492 located before rcirc-prompt-end-marker.
27493 (rcirc-complete): Error if point is not after rcirc prompt.
27494 Handle the case when table is nil.
27495 (rcirc-user-authenticated): Define to fix compiler warning.
27496
27497 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27498
27499 * custom.el (custom--inhibit-theme-enable): Make it affect only
27500 custom-theme-set-variables and custom-theme-set-faces.
27501 (provide-theme): Ignore custom--inhibit-theme-enable.
27502 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27503 (custom-enabling-themes): Delete variable.
27504 (enable-theme): Accept only loaded themes as arguments.
27505 Ignore the special custom-enabled-themes variable.
27506 (custom-enabled-themes): Forbid themes from setting this.
27507 Eliminate use of custom-enabling-themes.
27508 (custom-push-theme): Quote "changed" custom var entry.
27509
27510 2011-03-21 Leo Liu <sdl.web@gmail.com>
27511
27512 * ido.el (ido-read-internal): Add ido-selected to history instead
27513 of user input.
27514
27515 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27516
27517 * subr.el (deferred-action-list, deferred-action-function):
27518 Mark obsolete.
27519
27520 2011-03-21 Leo Liu <sdl.web@gmail.com>
27521
27522 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27523 change on 2011-02-13 (bug#8309).
27524
27525 * minibuffer.el (read-file-name-function): Change default value.
27526 (read-file-name--defaults): Rename from read-file-name-defaults.
27527 (read-file-name-default): Rename from read-file-name.
27528 (read-file-name): Call read-file-name-function.
27529
27530 2011-03-21 Glenn Morris <rgm@gnu.org>
27531
27532 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27533 Doc fixes.
27534
27535 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27536
27537 * cus-theme.el: Add missing provide statement.
27538 (customize-create-theme): Extract theme value correctly.
27539 (custom-theme-visit-theme): Autoload.
27540 (customize-create-theme): Prompt before inserting default faces.
27541
27542 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27543
27544 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27545 units and musical notes.
27546
27547 2011-03-20 Leo Liu <sdl.web@gmail.com>
27548
27549 * ido.el (ido-read-internal): Use completing-read-default.
27550 (ido-completing-read): Fix compatibility with completing-read.
27551
27552 2011-03-20 Christian Ohler <ohler@gnu.org>
27553
27554 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27555 (ert-delete-all-tests): Use `called-interactively-p' rather than
27556 `interactive-p'.
27557 (ert--make-xrefs-region): Respect END.
27558
27559 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27560
27561 * dired-aux.el (dired-create-directory): Signal an error if the
27562 directory already exists (Bug#8246).
27563
27564 * facemenu.el (list-colors-display): Call list-faces-display
27565 inside with-help-window.
27566 (list-colors-print): Use display property to align the final
27567 column, instead of checking window-width.
27568
27569 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27570
27571 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27572 windows-nt systems.
27573 (emerge-protect-metachars): Quote correctly for ms-dos and
27574 windows-nt systems.
27575
27576 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27577
27578 * info.el (info-initialize): Replace all uses of `:' with
27579 path-separator for compatibility with non-Unix systems.
27580 Cache quoting of path-separator. (Bug#8258)
27581
27582 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27583
27584 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27585 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27586 (mouse-avoidance-mode): Fix typos in docstrings.
27587
27588 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27589
27590 * startup.el (package-subdirectory-regexp): Move from package.el.
27591 Omit \\` and \\', and let callers add them.
27592
27593 * emacs-lisp/package.el (package-strip-version)
27594 (package-load-all-descriptors): Add \\` and \\' to
27595 package-subdirectory-regexp before using it.
27596 (package-untar-buffer): New arg DIR; ensure that file untars only
27597 into this expected directory. Remove superfluous delete-region.
27598 (package-unpack): Caller changed.
27599 (package-tar-file-info): Use package-subdirectory-regexp.
27600
27601 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27602
27603 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27604 diff-mode-shared-map (bug#8284).
27605 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27606
27607 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27608
27609 * calendar/time-date.el (format-seconds): Use assoc instead of
27610 assoc-string, since assoc-string doesn't exist in XEmacs.
27611
27612 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27613
27614 * custom.el (custom-known-themes): Reflow docstring.
27615 (custom-theme-load-path): Fix typo in docstring.
27616 (load-theme): Fix typo in error message.
27617 (custom-available-themes, custom-variable-theme-value):
27618 Use `let', not `let*'.
27619
27620 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27621
27622 * calc/README: Mention inclusion of musical notes.
27623
27624 * calc/calc-units.el (calc-lu-quant): Rename from
27625 `calc-logunits-quantity'.
27626 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27627 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27628 (calc-db): Rename from `calc-dblevel'.
27629 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27630 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27631 (calc-np): Rename from `calc-nplevel'.
27632 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27633 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27634 (calc-lu-plus): Rename from `calc-logunits-add'.
27635 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27636 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27637 (calc-lu-minus): Rename from `calc-logunits-sub'.
27638 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27639 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27640 (calc-lu-times): Rename from `calc-logunits-mul'.
27641 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27642 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27643 (calc-lu-divide): Rename from `calc-logunits-div'.
27644 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27645 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27646
27647 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27648 functions being autoloaded.
27649
27650 * calc/calc.el (calc-lu-power-reference): Rename from
27651 `calc-logunits-power-reference'.
27652 (calc-lu-field-reference): Rename from
27653 `calc-logunits-field-reference'.
27654
27655 * calc/calc-help.el (calc-l-prefix-help):
27656 Mention musical note functions.
27657
27658 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27659
27660 * minibuffer.el (completion-all-sorted-completions):
27661 Use :completion-cycle-penalty text property if present.
27662
27663 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27664
27665 * allout.el (allout-yank-processing): Adjust for new rebulleting
27666 regime so bullet being yanked is used without prompting the user
27667 for a choice.
27668
27669 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27670
27671 * startup.el (command-line): Warn the user that _emacs is deprecated.
27672
27673 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27674
27675 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27676 (delphi-verbose, delphi-comment-face, delphi-string-face)
27677 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27678 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27679 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27680 (delphi-new-comment-line, delphi-font-lock-defaults)
27681 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27682 Fix typos in docstrings.
27683
27684 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27685
27686 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27687 Invert the roles of character and string values for INSTEAD, so a
27688 string is used for the more common case of a defaulting prompt.
27689
27690 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27691
27692 * progmodes/ruby-mode.el (ruby-backward-sexp):
27693 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27694 * play/gamegrid.el (gamegrid-make-face):
27695 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27696 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27697 * notifications.el (notifications-notify):
27698 * net/xesam.el (xesam-search-engines):
27699 * net/quickurl.el (quickurl-list-insert):
27700 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27701
27702 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27703
27704 * startup.el (command-line): Update package subdirectory regexp.
27705
27706 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27707
27708 * allout.el (allout-abbreviate-flattened-numbering)
27709 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27710
27711 * subr.el (read-char-choice): Only show the cursor after the prompt,
27712 not after the answer.
27713
27714 2011-03-15 Kevin Ryde <user42@zip.com.au>
27715
27716 * help-fns.el (variable-at-point): Skip leading quotes, if any
27717 (bug#8253).
27718
27719 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27720
27721 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27722 warning message.
27723
27724 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27725
27726 * shell.el (shell): When called interactively, offer to change the
27727 shell file name on remote hosts.
27728
27729 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27730
27731 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27732 integration for LDAP parameters. The host, base, user or binddn,
27733 and secret tokens can be specified in a netrc file, for instance.
27734 This is optional because an `auth-source' parameter must be
27735 specified in the search attributes.
27736
27737 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27738
27739 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27740
27741 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27742
27743 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27744 into declaration. Remove redundant and harmful binding.
27745
27746 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27747
27748 * files.el (file-ownership-preserved-p): Pass `integer' as an
27749 explicit 2nd argument to `file-attributes'. If the file's owner
27750 is the Administrators group on Windows, and the current user is
27751 Administrator, consider that a match.
27752
27753 * server.el (server-ensure-safe-dir): Consider server directory
27754 safe on MS-Windows if its owner is the Administrators group while
27755 the current Emacs user is Administrator. Use `=' to compare
27756 numerical UIDs, since they could be integers or floats.
27757
27758 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27759
27760 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27761
27762 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27763
27764 Sync with Tramp 2.2.1.
27765
27766 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27767
27768 * net/trampver.el: Update release number.
27769
27770 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27771
27772 * progmodes/compile.el (compilation--previous-directory): Fix up
27773 various nil/dead-marker mismatches (bug#8014).
27774 (compilation-directory-properties, compilation-error-properties):
27775 Don't call it at a position past the one we're about to change.
27776
27777 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27778 Disable obsolescence warnings in the file that declares it.
27779
27780 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27781
27782 * allout-widgets.el (allout-widgets-tally):
27783 Initialize allout-widgets-tally as a hash table rather than nil to
27784 prevent mode-line redisplay warnings. Also, clarify the module
27785 description and fix a comment typo.
27786
27787 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27788
27789 * help-fns.el (describe-variable): Don't complete keywords.
27790 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27791
27792 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27793
27794 * emacs-lisp/package.el (package-version-join): Impose a standard
27795 string representation for pre/alpha/beta version lists.
27796 (package-unpack-single): Standardize the directory name by passing
27797 it through package-version-join.
27798 (package-strip-rcs-id): Accept any version string that does not
27799 signal an error in version-to-list.
27800
27801 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27802
27803 * simple.el (delete-trailing-whitespace): Return nil for the
27804 benefit of `write-file-functions'.
27805
27806 2011-03-10 Glenn Morris <rgm@gnu.org>
27807
27808 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27809
27810 * vc/vc-git.el (vc-git-program): New option.
27811 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27812 (vc-git--call): Use it.
27813
27814 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27815
27816 * cus-edit.el (Custom-newline): If no button at point, look
27817 for a subgroup button at start-of-line. (Bug#2298)
27818
27819 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27820
27821 2011-03-10 Julien Danjou <julien@danjou.info>
27822
27823 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27824 `cursor-type' is nil.
27825
27826 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27827
27828 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27829
27830 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27831
27832 * allout.el: Change so yank of distinctive-bullet items
27833 preserves the existing header prefix, rebulleting it if necessary,
27834 rather than replacing it. This is necessary for proper operation
27835 of cooperative addons like allout-widgets.
27836 (allout-make-topic-prefix, allout-rebullet-heading):
27837 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27838 value as alternate bullet to be used, instead of prompting the user
27839 for a bullet character.
27840
27841 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27842
27843 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27844 Do not use `tramp-file-name-port', because this returns also
27845 `tramp-default-port'.
27846
27847 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27848
27849 * net/rcirc.el (rcirc-handler-001): Remove useless
27850 with-rcirc-process-buffer.
27851 (rcirc-check-auth-status): Swap arguments to string-match.
27852
27853 2011-03-09 Glenn Morris <rgm@gnu.org>
27854
27855 * shell.el (shell-mode):
27856 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27857
27858 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27859 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27860
27861 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27862
27863 * emacs-lisp/package.el (package-refresh-contents)
27864 (package-menu-execute): Use condition-case-no-debug.
27865
27866 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27867
27868 * simple.el (shell-command-to-string): Use `process-file'.
27869
27870 * emacs-lisp/package.el (package-tar-file-info): Handle also
27871 remote files.
27872
27873 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27874 Use `equal' for upload base check.
27875
27876 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27877
27878 * textmodes/texinfo.el (texinfo-environments):
27879 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27880
27881 2011-03-08 Glenn Morris <rgm@gnu.org>
27882
27883 * cus-start.el (cursor-in-non-selected-windows):
27884 Fix :set quoting oddness. (Bug#8192)
27885
27886 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27887 in some setf expressions. (Bug#2159)
27888
27889 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27890
27891 * custom.el (custom-available-themes): Return themes in
27892 alphabetical order.
27893
27894 See ChangeLog.15 for earlier changes.
27895
27896 ;; Local Variables:
27897 ;; coding: utf-8
27898 ;; End:
27899
27900 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27901
27902 This file is part of GNU Emacs.
27903
27904 GNU Emacs is free software: you can redistribute it and/or modify
27905 it under the terms of the GNU General Public License as published by
27906 the Free Software Foundation, either version 3 of the License, or
27907 (at your option) any later version.
27908
27909 GNU Emacs is distributed in the hope that it will be useful,
27910 but WITHOUT ANY WARRANTY; without even the implied warranty of
27911 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27912 GNU General Public License for more details.
27913
27914 You should have received a copy of the GNU General Public License
27915 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.