* progmodes/octave.el (octave-mode-syntax-table): Give `.'
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-01 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4 punctuation syntax.
5 (inferior-octave-minimal-columns)
6 (inferior-octave-last-column-width): New variables.
7 (inferior-octave-track-window-width-change): New function.
8 (inferior-octave-mode): Adjust column width so that Octave output,
9 for example from 'ls', can fit into the window nicely.
10
11 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12
13 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14 Highlight expansions inside regexp literals.
15
16 2013-05-31 Glenn Morris <rgm@gnu.org>
17
18 * obsolete/sym-comp.el (symbol-complete):
19 Replace obsolete completion-annotate-function.
20
21 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
22
23 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
24
25 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
26 function, checks if point is inside a literal that allows
27 expression expansion.
28 (ruby-syntax-propertize-expansion): Use it.
29 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
30 around the body.
31
32 2013-05-30 Juri Linkov <juri@jurta.org>
33
34 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
35 to "\M-si".
36 (isearch-invisible): New variable.
37 (isearch-forward): Doc fix.
38 (isearch-mode): Set `isearch-invisible'
39 to the value of `search-invisible'.
40 (isearch-toggle-case-fold): Doc fix.
41 (isearch-toggle-invisible): New command.
42 (isearch-query-replace): Let-bind `search-invisible'
43 to the value of `isearch-invisible'.
44 (isearch-search): Use `isearch-invisible' instead of
45 `search-invisible'. Let-bind `search-invisible'
46 to the value of `isearch-invisible'. (Bug#11378)
47
48 2013-05-30 Juri Linkov <juri@jurta.org>
49
50 * replace.el (perform-replace): Avoid `isearch-range-invisible'
51 call when `query-flag' is nil and `search-invisible' is non-nil.
52 (Bug#11746)
53
54 2013-05-30 Glenn Morris <rgm@gnu.org>
55
56 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
57
58 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
59 (cc-require): Suppress spurious "noruntime" warnings.
60 (cc-require-when-compile): Use fboundp, for sake of compiler.
61
62 * progmodes/cc-mode.el: Move load of cc-vars before that of
63 cc-langs (which in turn loads cc-vars), to quieten compiler.
64
65 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * paren.el: Simplify the code.
68 (show-paren-mode): Always start the timer.
69 (show-paren--idle-timer): Rename from show-paren-idle-timer.
70 (show-paren--overlay, show-paren--overlay-1): Rename from
71 show-paren-overlay and show-paren-overlay-1, and initialize to an
72 overlay rather than to nil.
73 (show-paren-function): Misc cleanup and simplifications.
74
75 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * paren.el (show-paren-data-function): New hook.
78 (show-paren--default): New function, extracted from show-paren-function.
79 (show-paren-function): Use show-paren-data-function.
80
81 2013-05-30 Glenn Morris <rgm@gnu.org>
82
83 * ielm.el (ielm-map, ielm-complete-symbol):
84 Use completion-at-point rather than obsolete functions.
85 (inferior-emacs-lisp-mode): Doc fix.
86 Set completion-at-point-functions, rather than
87 comint-dynamic-complete-functions.
88
89 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
90 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
91 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
92
93 * image.el (image-animated-p): Tweak definition.
94
95 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
96 (rlogin-process-connection-type): Tweak default. Add set-after.
97 (rlogin-host): Doc fix.
98 (rlogin): Tweak prompt.
99 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
100
101 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
102 * progmodes/tcl.el (inferior-tcl-mode-map):
103 Use completion-at-point rather than obsolete alias.
104
105 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
106
107 * minibuffer.el (read-file-name-completion-ignore-case):
108 Move before completion--in-region, for eager macro expansion.
109
110 2013-05-29 Juri Linkov <juri@jurta.org>
111
112 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
113 for total count of matching lines. Add `global-matches' for total
114 count of matches. Rename `matches' to `lines' for count of
115 matching lines. Add `matches' for count of matches.
116 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
117 to `prev-line' for line number of prev match endpt.
118 Increment `matches' for every match. Print the number of
119 matching lines in the header.
120 (occur-context-lines): Rename `lines' to `curr-line'.
121 Rename `prev-lines' to `prev-line'. (Bug#14017)
122
123 2013-05-29 Juri Linkov <juri@jurta.org>
124
125 * replace.el (perform-replace): Add `skip-read-only-count',
126 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
127 Increment them for corresponding conditions and report the number
128 of skipped occurrences in the final message. (Bug#11746)
129 (query-replace, query-replace-regexp, query-replace-regexp-eval)
130 (replace-string, replace-regexp): Doc fix.
131
132 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * emacs-lisp/trace.el (trace--read-args): Provide a default.
135
136 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
137 prog-mode-map.
138
139 2013-05-29 Leo Liu <sdl.web@gmail.com>
140
141 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
142 (octave-help): Small simplification.
143
144 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
145 off the highlight first.
146
147 2013-05-29 Glenn Morris <rgm@gnu.org>
148
149 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
150 Handle idlwave-last-system-routine-info-cons-cell being nil.
151
152 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
153 (idlwave-write-paths): Simplify via with-temp-buffer.
154
155 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
156 * emulation/cua-rect.el: Also load cua-base at run time.
157
158 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
159 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
160 (cperl-imenu-on-info): Require imenu.
161
162 2013-05-28 Alan Mackenzie <acm@muc.de>
163
164 Handle "capitalised keywords" correctly.
165 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
166
167 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
168
169 * eshell/em-unix.el: Added -r option to cp
170
171 2013-05-28 Glenn Morris <rgm@gnu.org>
172
173 * vc/vc-arch.el (vc-exec-after): Declare.
174 (vc-switches): Autoload.
175 * vc/vc-bzr.el: No need to require vc when compiling.
176 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
177 (vc-resynch-buffer, vc-dir-refresh): Declare.
178 (vc-setup-buffer, vc-switches): Autoload.
179 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
180 (vc-resynch-buffer): Declare.
181 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
182 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
183 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
184 (grep-read-regexp, grep-read-files, grep-expand-template)
185 (vc-dir-refresh): Declare.
186 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
187 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
188 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
189 * vc/vc-mtn.el (vc-exec-after): Declare.
190 (vc-switches): Autoload.
191 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
192 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
193 (vc-file-tree-walk): Declare.
194 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
195 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
196 (vc-tag-precondition, vc-rename-master): Autoload.
197 * vc/vc-svn.el (vc-exec-after): Declare.
198 (vc-switches, vc-setup-buffer): Autoload.
199 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
200 Autoload.
201 (vc-resynch-buffer): Declare.
202
203 * obsolete/fast-lock.el (byte-compile-warnings):
204 Don't warn about obsolete features in this obsolete file.
205
206 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
207 Move definition before use.
208
209 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
210 (dun-unix-verbs): Remove dun-zippy.
211 (dun-zippy): Remove function.
212
213 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
214
215 2013-05-27 Juri Linkov <juri@jurta.org>
216
217 * replace.el (replace-search): New function with code moved out
218 from `perform-replace'.
219 (replace-highlight, replace-dehighlight): Move function definitions
220 up closer to `replace-search'. (Bug#11746)
221
222 2013-05-27 Juri Linkov <juri@jurta.org>
223
224 * replace.el (perform-replace): Ignore invisible matches.
225 In addition to checking `query-replace-skip-read-only', also
226 filter out matches by calling `run-hook-with-args-until-failure'
227 on `isearch-filter-predicates', and also check `search-invisible'
228 for t or call `isearch-range-invisible'.
229 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
230
231 2013-05-27 Juri Linkov <juri@jurta.org>
232
233 * isearch.el (isearch-filter-predicates): Rename from
234 `isearch-filter-predicate'. Doc fix. (Bug#11378)
235 (isearch-message-prefix): Display text from the property
236 `isearch-message-prefix' of the currently active filters.
237 (isearch-search): Don't compare `isearch-filter-predicate' with
238 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
239 on `isearch-filter-predicates'. Also check `search-invisible' for t
240 or call `isearch-range-invisible'.
241 (isearch-filter-visible): Make obsolete.
242 (isearch-lazy-highlight-search):
243 Call `run-hook-with-args-until-failure' on
244 `isearch-filter-predicates' and use `isearch-range-invisible'.
245
246 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
247 `isearch-filter-predicates' instead of `funcall'ing
248 `isearch-filter-predicate'.
249 (Info-mode): Set `Info-isearch-filter' to
250 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
251
252 * dired-aux.el (dired-isearch-filter-predicate-orig):
253 Remove variable.
254 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
255 (dired-isearch-filenames-end): Add and remove
256 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
257 instead of changing the value of `isearch-filter-predicate'.
258 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
259 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
260 Put property `isearch-message-prefix' to "filename " on
261 `dired-isearch-filter-filenames'.
262
263 * wdired.el (wdired-change-to-wdired-mode):
264 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
265 locally instead of changing `isearch-filter-predicate'.
266 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
267
268 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
269
270 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
271 return the commit hash (Bug#14459). Also set the
272 `vc-git-detached' property.
273 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
274 (vc-git-mode-line-string): Use the same help-echo format whether
275 in detached mode or not, because we know the actual revision now.
276 When in detached mode, shorten the revision to 7 chars.
277
278 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * emacs-lisp/easy-mmode.el (define-minor-mode):
281 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
282 mode hook and provide a docstring.
283
284 2013-05-27 Alan Mackenzie <acm@muc.de>
285
286 Remove spurious syntax-table text properties inserted by C-y.
287 * progmodes/cc-mode.el (c-after-change): Also clear hard
288 syntax-table property with value nil.
289
290 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
291
292 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
293 when reading the events; the buffer layout shall not be changed.
294
295 2013-05-27 Leo Liu <sdl.web@gmail.com>
296
297 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
298 New variable.
299 (inferior-octave-directory-tracker): Automatically re-sync
300 default-directory.
301 (octave-help): Improve handling of 'See also'.
302
303 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * doc-view.el: Minor naming convention tweaks.
306 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
307
308 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
309 even if there's no `display' property yet (bug#14435).
310
311 2013-05-25 Eli Zaretskii <eliz@gnu.org>
312
313 * subr.el (unmsys--file-name): Rename from reveal-filename.
314
315 * Makefile.in (custom-deps, finder-data, autoloads)
316 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
317 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
318 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
319
320 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
323 error-completion on the first 2 args of condition-case (bug#14446).
324 Don't burp at EOB.
325
326 2013-05-25 Leo Liu <sdl.web@gmail.com>
327
328 * comint.el (comint-previous-matching-input): Do not flood the
329 *Messages* buffer with trivial messages.
330
331 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * progmodes/flymake.el (flymake-nop): Don't return a string.
334 (flymake-set-at): Fix typo.
335
336 * simple.el (read--expression): New function, extracted from
337 eval-expression. Set completion-at-point-functions (bug#14465).
338 (eval-expression, eval-minibuffer): Use it.
339
340 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
341
342 * progmodes/flymake.el (flymake-save-buffer-in-file)
343 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
344 (flymake-selected-frame, flymake-log, flymake-ins-after)
345 (flymake-set-at, flymake-get-buildfile-from-cache)
346 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
347 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
348 Refine the doc string.
349 (flymake-get-file-name-mode-and-masks): Reformat.
350 (flymake-get-real-file-name-function): Fix a minor bug.
351
352 2013-05-24 Juri Linkov <juri@jurta.org>
353
354 * progmodes/grep.el (grep-mode-font-lock-keywords):
355 Support =linenumber= format used by git-grep for lines with
356 function names. (Bug#13549)
357
358 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * progmodes/octave.el (octave-smie-rules): Return nil rather than
361 0 after a semi-colon; it works better for smie-auto-fill.
362 (octave--indent-new-comment-line): New function.
363 (octave-indent-new-comment-line): Use it (indirectly).
364 (octave-mode): Don't disable smie-auto-fill. Use add-function to
365 modify comment-line-break-function.
366
367 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
368 (smie-setup): Use add-function to set it.
369
370 2013-05-24 Sam Steingold <sds@gnu.org>
371
372 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
373 argument (before the `interactive' argument).
374
375 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * image-mode.el (image-mode-winprops): Add winprops to
378 image-mode-winprops-alist before running
379 image-mode-new-window-functions.
380 * doc-view.el (doc-view-new-window-function): Don't delay
381 doc-view-goto-page via timers (bug#14435).
382
383 2013-05-24 Tassilo Horn <tsdh@gnu.org>
384
385 * doc-view.el: Integrate with desktop.el. (Bug#14435)
386 (doc-view-desktop-save-buffer): New function.
387 (doc-view-restore-desktop-buffer): New function.
388 (desktop-buffer-mode-handlers):
389 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
390 handler.
391 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
392 `desktop-save-buffer' function.
393
394 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
395
396 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
397 (tramp-gvfs-file-name-handler): Raise a user error when
398 `tramp-gvfs-enabled' is nil.
399 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
400 Do not raise a user error when loading package. (Bug#14447)
401
402 * net/xesam.el: Move to obsolete/.
403
404 2013-05-24 Glenn Morris <rgm@gnu.org>
405
406 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
407
408 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
409
410 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
411 (Info-find-node, Man-getpage-in-background): Declare.
412
413 * mail/unrmail.el (unrmail):
414 Replace obsolete detect-coding-with-priority.
415
416 * net/socks.el (socks-split-string): Use this rather than split-string.
417 (socks-nslookup-host): Update for above change.
418 (dynamic-choice, s5-dynamic-choice-match)
419 (s5-dynamic-choice-match-inline, s5-widget-value-create):
420 Comment out unused code.
421
422 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
423 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
424 (gud-tooltip-echo-area): Make obsolete.
425 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
426
427 * progmodes/js.el (js--optimize-arglist): Declare.
428
429 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
430
431 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
432 (ediff-window-C): Declare.
433
434 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
435 Tweak requires to silence compiler.
436
437 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
438 (he-search-string, he-tried-table, he-expand-list)
439 (he-init-string, he-string-member, he-substitute-string)
440 (he-reset-string): Declare.
441
442 * obsolete/options.el (list-options): Use custom-variable-p,
443 rather than obsolete alias.
444
445 2013-05-23 Sam Steingold <sds@gnu.org>
446
447 * simple.el (shell-command-on-region): Pass the `replace' argument
448 down to `call-process-region' to comply with the doc as reported on
449 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
450
451 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * emacs-lisp/smie.el (smie-indent-forward-token)
454 (smie-indent-backward-token): Handle string tokens (bug#14381).
455
456 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
457
458 * ielm.el (ielm-menu): New menu.
459 (inferior-emacs-lisp-mode): Set comment-start.
460
461 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
462
463 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
464 Fix deactivate action.
465
466 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
467 Add cleveref macros.
468
469 * lisp/textmodes/reftex-parse.el
470 (reftex-locate-bibliography-files): Accept options for
471 bibliography commands.
472 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
473 Add addbibresource. Basic Biblatex support.
474
475 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp-gvfs.el (top):
478 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
479 when loading package. (Bug#14447)
480
481 2013-05-23 Glenn Morris <rgm@gnu.org>
482
483 * progmodes/js.el: No need to load comint when compiling.
484 (ring-insert, comint-send-string, comint-send-input)
485 (comint-last-input-end, ido-chop): Declare.
486
487 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
488 * vc/ediff-mult.el: Adjust requires.
489 (ediff-directories-internal, ediff-directory-revisions-internal)
490 (ediff-patch-file-internal): Declare.
491 * vc/ediff-ptch.el: Adjust requires.
492 (ediff-use-last-dir, ediff-buffers-internal): Declare.
493 (ediff-find-file): Autoload.
494 * vc/ediff-util.el: No need to load ediff when compiling.
495 (ediff-regions-internal): Declare.
496 * vc/ediff-wind.el: Adjust requires.
497 (ediff-compute-toolbar-width): Define when compiling.
498 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
499 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
500 (dired-get-filename, dired-get-marked-files)
501 (ediff-last-dir-patch, ediff-patch-default-directory)
502 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
503 (ediff-patch-buffer-internal): Declare.
504
505 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
506 (ispell-process, ispell-buffer-local-words, lm-summary)
507 (lm-section-start, lm-section-end): Declare.
508 (checkdoc-ispell-init): Simplify.
509
510 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
511 (he-string-member, he-reset-string, he-substitute-string): Declare.
512
513 * eshell/em-ls.el: Adjust requires.
514 (eshell-glob-regexp): Declare.
515 * eshell/em-tramp.el: Adjust requires.
516 (eshell-parse-command): Autoload.
517 * eshell/em-xtra.el: Adjust requires.
518 (eshell-parse-command): Autoload.
519 * eshell/esh-ext.el: Adjust requires.
520 (eshell-parse-command, eshell-close-handles): Autoload.
521 * eshell/esh-io.el: Adjust requires.
522 (eshell-output-filter): Autoload.
523 * eshell/esh-util.el: No need to load tramp when compiling.
524 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
525 Declare.
526 (eshell-parse-ange-ls): Require ange-ftp and tramp.
527 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
528 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
529 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
530 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
531 * eshell/esh-opt.el, eshell/esh-proc.el:
532 * eshell/esh-var.el: Adjust requires.
533 * eshell/eshell.el: Do not require esh-util twice.
534 (eshell-add-input-to-history): Declare.
535 (eshell-command): Check history module is active before using it.
536
537 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
538
539 2013-05-22 Leo Liu <sdl.web@gmail.com>
540
541 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
542
543 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
544
545 * autorevert.el (auto-revert-notify-add-watch)
546 (auto-revert-notify-handler): Add `attrib' for the inotify case,
547 it indicates changes in file modification time.
548
549 2013-05-22 Glenn Morris <rgm@gnu.org>
550
551 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
552 Always delete the autoloaded function from the noruntime and
553 unresolved functions lists.
554
555 * allout.el: No need to load epa, epg, overlay when compiling.
556 (epg-context-set-passphrase-callback, epg-list-keys)
557 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
558 (epg-key-user-id-list): Declare.
559
560 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
561 (viper-set-parsing-style-toggling-macro)
562 (viper-set-emacs-state-searchstyle-macros):
563 Use called-interactively-p on Emacs.
564 (viper-looking-back): Make it an obsolete alias. Update callers.
565 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
566 Use looking-back rather than viper-looking-back.
567 (viper-tmp-insert-at-eob, viper-enlarge-region)
568 (viper-read-string-with-history, viper-register-to-point)
569 (viper-append-to-register, viper-change-state-to-vi)
570 (viper-backward-char-carefully, viper-forward-char-carefully)
571 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
572 (viper-change-state-to-emacs): Declare.
573 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
574 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
575 * emulation/viper-mous.el: Do not load viper-cmd.
576 (viper-backward-char-carefully, viper-forward-char-carefully)
577 (viper-forward-word, viper-adjust-window): Declare.
578
579 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
580
581 * progmodes/idlw-help.el (idlwave-help-fontify):
582 Use called-interactively-p.
583
584 * term/w32console.el (w32-get-console-codepage)
585 (w32-get-console-output-codepage): Declare.
586
587 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
588 Remove unnecessary declarations.
589 (dframe-message): Doc fix.
590
591 * info.el (dframe-select-attached-frame, dframe-current-frame):
592 Declare.
593
594 * speedbar.el (speedbar-message): Make it an obsolete alias.
595 Update all callers.
596 (speedbar-with-attached-buffer)
597 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
598 (speedbar-with-writable): Use backquote.
599 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
600 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
601 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
602 rather than speedbar- aliases.
603 * mail/rmail.el: Load dframe rather than speedbar when compiling.
604 (speedbar-make-specialized-keymap, speedbar-insert-button)
605 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
606 (speedbar-do-function-pointer): Declare.
607 (rmail-speedbar-button, rmail-speedbar-find-file)
608 (rmail-speedbar-move-message):
609 Use dframe-with-attached-buffer rather than speedbar- alias.
610 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
611 (dframe-message, speedbar-make-specialized-keymap)
612 (speedbar-add-expansion-list, speedbar-mode-functions-list)
613 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
614 (speedbar-insert-button, dframe-select-attached-frame)
615 (dframe-maybee-jump-to-attached-frame)
616 (speedbar-change-initial-expansion-list)
617 (speedbar-previously-used-expansion-list-name): Declare.
618 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
619 Use dframe-message, dframe-with-attached-buffer rather than
620 speedbar- aliases.
621 (gud-sentinel): Silence compiler.
622 * progmodes/vhdl-mode.el (speedbar-refresh)
623 (speedbar-do-function-pointer, speedbar-add-supported-extension)
624 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
625 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
626 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
627 (speedbar-file-lists, speedbar-make-tag-line)
628 (speedbar-line-directory, speedbar-goto-this-file)
629 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
630 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
631 (speedbar-make-button, speedbar-reset-scanners)
632 (speedbar-files-item-info, speedbar-line-text)
633 (speedbar-find-file-in-frame, speedbar-set-timer)
634 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
635 (speedbar-with-writable): Do not (re)define it.
636 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
637 rather than speedbar- alias.
638
639 2013-05-21 Leo Liu <sdl.web@gmail.com>
640
641 * progmodes/octave.el (octave-mode-menu): Update and re-organize
642 menu items.
643 (octave-mode): Tweak fill-nobreak-predicate.
644 (inferior-octave-startup): Check process to avoid infinite loop.
645 (inferior-octave): Pop to buffer first to show abornmal process
646 exit information.
647
648 2013-05-21 Glenn Morris <rgm@gnu.org>
649
650 * printing.el (pr-menu-bar): Define when compiling.
651
652 2013-05-21 Leo Liu <sdl.web@gmail.com>
653
654 * progmodes/octave.el (octave-auto-fill): Remove.
655 (octave-indent-new-comment-line): Improve.
656 (octave-mode): Use auto fill mode through
657 comment-line-break-function and fill-nobreak-predicate
658 (octave-goto-function-definition): Support DEFUN_DLD.
659 (octave-beginning-of-defun): Small Tweak
660 (octave-help): Show parent directory.
661
662 2013-05-21 Glenn Morris <rgm@gnu.org>
663
664 * files.el (dired-unmark):
665 * progmodes/gud.el (gdb-input): Update declarations.
666
667 * calculator.el (electric, ehelp): No need to load when compiling.
668 (Electric-command-loop, electric-describe-mode): Declare.
669
670 * doc-view.el (doc-view-current-converter-processes): Move before use.
671
672 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
673 Move MODE-set-explicitly definition before use.
674
675 * international/mule-diag.el (mule-diag):
676 Don't use obsolete window-system-version.
677
678 * mail/feedmail.el (smtpmail): No need to load when compiling.
679 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
680
681 * mail/mail-utils.el (rfc822): No need to load when compiling.
682 (rfc822-addresses): Autoload it.
683 (mail-strip-quoted-names): Trivial simplification.
684
685 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
686 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
687
688 * net/snmp-mode.el (tempo): Don't duplicate requires.
689
690 * progmodes/prolog.el (info): No need to load when compiling.
691 (comint): Require before shell requires it.
692 (Info-goto-node): Autoload it.
693 (Info-follow-nearest-node): Declare.
694 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
695
696 * textmodes/artist.el (picture-mode-exit): Declare.
697
698 * textmodes/reftex-parse.el (reftex-parse-from-file):
699 Trivial rewrite so the compiler can parse it better.
700
701 2013-05-20 Leo Liu <sdl.web@gmail.com>
702
703 * progmodes/octave.el (octave-help-mode-map)
704 (octave-help-mode-finish-hook): New variables.
705 (octave-help-mode, octave-help-mode-finish): New functions.
706 (octave-help): Use octave-help-mode.
707
708 2013-05-20 Glenn Morris <rgm@gnu.org>
709
710 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
711
712 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
713
714 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
715 start at point, so that expansion starting right after opening
716 slash in a regexp is recognized.
717 (ruby-syntax-before-regexp-re): New defvar, extracted from
718 ruby-syntax-propertize-function. Since the value of this regexp
719 is looked up at runtime now, we should be able to turn
720 `ruby-syntax-methods-before-regexp' into a defcustom later.
721 (ruby-syntax-propertize-function): Split regexp matching into two
722 parts, for opening and closing slashes. That allows us to skip
723 over string interpolations and support multiline regexps.
724 Don't call `ruby-syntax-propertize-expansions', instead use another rule
725 for them, which calls `ruby-syntax-propertize-expansion'.
726 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
727 call to `ruby-syntax-propertize-function'.
728 (ruby-syntax-propertize-expansion): Extracted from
729 `ruby-syntax-propertize-expansions'. Handles one expansion.
730 (ruby-syntax-propertize-percent-literal): Leave point right after
731 the percent symbol, so that the expression expansion rule can
732 propertize the contents.
733 (ruby-syntax-propertize-heredoc): Leave point at bol following the
734 heredoc openers.
735 (ruby-syntax-propertize-expansions): Remove.
736
737 2013-05-18 Juri Linkov <juri@jurta.org>
738
739 * man.el (Man-default-man-entry): Remove `-' from the end
740 of the default value. (Bug#14400)
741
742 2013-05-18 Glenn Morris <rgm@gnu.org>
743
744 * comint.el (comint-password-prompt-regexp):
745 Allow "password for XXX" where XXX contains colons (eg https://...).
746
747 2013-05-18 Leo Liu <sdl.web@gmail.com>
748
749 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
750 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
751 (octave-source-directories): Don't check process.
752 (octave-source-directories, octave-find-definition): Doc fix.
753
754 2013-05-18 Glenn Morris <rgm@gnu.org>
755
756 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
757 Remove backspace/delete bindings. (Bug#14392)
758
759 * cus-dep.el (custom-make-dependencies): Sort the output.
760 (custom-versions-load-alist): Convert comment to doc.
761
762 2013-05-17 Leo Liu <sdl.web@gmail.com>
763
764 * newcomment.el (comment-search-backward): Stricter in finding
765 comment start. (Bug#14303)
766
767 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
768 (octave-comment-start-skip): Properly anchored.
769
770 2013-05-17 Leo Liu <sdl.web@gmail.com>
771
772 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
773 Clean up when turned off. (Bug#14395)
774 (smie--highlight-matching-block-overlay): No longer buffer-local.
775 (smie-highlight-matching-block): Adjust.
776
777 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
778
779 Doc string fix for "nanoseconds" (Bug#14406).
780 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
781 Fix doc string typo that had "nanoseconds" instead of "microseconds".
782
783 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
784
785 * calc/calc-units.el (math-extract-units): Preserve powers
786 of units.
787
788 2013-05-17 Leo Liu <sdl.web@gmail.com>
789
790 * subr.el (delete-consecutive-dups): New function.
791 * ido.el (ido-set-matches-1): Use it.
792 * progmodes/octave.el (inferior-octave-completion-table): Use it.
793 * ido.el (ido-remove-consecutive-dups): Remove.
794
795 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
798 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
799 regexp-opt's `words'.
800
801 2013-05-16 Leo Liu <sdl.web@gmail.com>
802
803 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
804 (smie--highlight-matching-block-overlay)
805 (smie--highlight-matching-block-lastpos)
806 (smie--highlight-matching-block-timer): New variables.
807 (smie-highlight-matching-block): New function.
808 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
809 (smie-setup): Conditionally enable smie-blink-matching-open.
810
811 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
812
813 Sync with upstream verilog-mode r840.
814 * progmodes/verilog-mode.el (verilog-mode-version)
815 (verilog-mode-release-date): Update.
816 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
817 (verilog-sig-tieoff): Fix string error on
818 AUTORESET with colon define, bug594. Reported by Andrew Hou.
819 (verilog-read-decls): Fix parameters confusing
820 AUTOINST interfaces, bug565. Reported by Leith Johnson.
821
822 2013-05-16 Eli Zaretskii <eliz@gnu.org>
823
824 * subr.el (reveal-filename): New function.
825
826 * loadup.el: Compute Emacs executable versions on MS-Windows,
827 where executables have the .exe extension. Add a hard link
828 emacs-XX.YY.ZZ.exe on MS-Windows.
829
830 * Makefile.in (XARGS_LIMIT): New variable.
831 (custom-deps, finder-data, autoloads)
832 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
833 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
834 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
835 (compile-main): Limit xargs according to $(XARGS_LIMIT).
836
837 2013-05-16 Leo Liu <sdl.web@gmail.com>
838
839 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
840 (octave-mode-menu, octave-mode-map): Remove its uses.
841
842 2013-05-16 Reto Zimmermann <reto@gnu.org>
843
844 Sync with upstream vhdl mode v3.34.2.
845 * progmodes/vhdl-mode.el: Use `push' throughout.
846 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
847 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
848 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
849 (vhdl-actual-generic-name): New option to derive actual generic name.
850 (vhdl-port-paste-signals): Replace formal by actual generics.
851 (vhdl-beautify): New name for old group vhdl-align. Update users.
852 (vhdl-beautify-options): New option.
853 (vhdl-last-input-event): New compat alias. Use throughout.
854 (vhdl-goto-line): Replace user level function `goto-line'.
855 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
856 vhdl-fix-statement-buffer.
857 (vhdl-create-mode-menu): Add some entries.
858 (vhdl-align-region-groups): Respect vhdl-beautify-options.
859 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
860 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
861 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
862 to force statements on one line.
863 (vhdl-remove-trailing-spaces-region):
864 New, split from vhdl-remove-trailing-spaces.
865 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
866 Respect vhdl-beautify-options.
867 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
868 (vhdl-update-sensitivity-list): Not add with index if exists without.
869 Not include array index with signal. Ignore keywords in comments.
870 (vhdl-get-visible-signals): Regexp tweaks.
871 (vhdl-template-component-inst): Handle empty library.
872 (vhdl-template-type): Add template for 'enum' type.
873 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
874 Use vhdl-replace-string.
875 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
876 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
877 (vhdl-speedbar-initialize): Update for above name change.
878 (vhdl-compose-wire-components): Fix in handling of constants.
879 (vhdl-error-regexp-emacs-alist): New variable.
880 (vhdl-error-regexp-add-emacs): New function;
881 adds support for new compile.el (Emacs 22+)
882 (vhdl-generate-makefile-1): Change target order for single lib. units.
883 Allow use of absolute file names.
884
885 2013-05-16 Leo Liu <sdl.web@gmail.com>
886
887 * simple.el (prog-indent-sexp): Indent enclosing defun.
888
889 2013-05-15 Glenn Morris <rgm@gnu.org>
890
891 * cus-start.el (show-trailing-whitespace): Move to editing basics.
892 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
893 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
894 (whitespace-highlight): Move to whitespace group.
895
896 * comint.el (comint-source):
897 * pcmpl-linux.el (pcmpl-linux):
898 * shell.el (shell-faces):
899 * eshell/esh-opt.el (eshell-opt):
900 * international/ccl.el (ccl): Remove empty custom groups.
901
902 * completion.el (dynamic-completion-mode):
903 * jit-lock.el (jit-lock-debug-mode):
904 * minibuffer.el (completion-in-region-mode):
905 * type-break.el (type-break-mode-line-message-mode)
906 (type-break-query-mode):
907 * emulation/tpu-edt.el (tpu-edt-mode):
908 * progmodes/subword.el (global-subword-mode, global-superword-mode):
909 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
910 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
911
912 * term/xterm.el (xterm): Change parent group to terminals.
913
914 * master.el (master): Remove empty custom group.
915 (master-mode): Remove unused :group argument.
916 * textmodes/refill.el (refill): Remove empty custom group.
917 (refill-mode): Remove unused :group argument.
918
919 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
920
921 * cus-dep.el: Provide a feature.
922 (custom-make-dependencies): Ignore dotfiles (dir-locals).
923 Don't mistakenly ignore files whose basenames match a basename
924 from preloaded-file-list (eg cedet/ede/simple.el).
925 Add a fallback method for getting :group.
926
927 2013-05-15 Juri Linkov <juri@jurta.org>
928
929 * isearch.el (isearch-char-by-name): Rename from
930 `isearch-insert-char-by-name'. Doc fix.
931 (isearch-forward): Mention `isearch-char-by-name' in
932 the docstring. (Bug#13348)
933
934 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
935 `exit-minibuffer' instead of
936 `isearch-nonincremental-exit-minibuffer'.
937 (isearch-edit-string): Remove mention of
938 `isearch-nonincremental-exit-minibuffer' from docstring.
939 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
940 (isearch-forward-exit-minibuffer)
941 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
942
943 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * loadup.el: Just use unversioned DOC.
946
947 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
948 literals as extending to EOB.
949 (nxml-last-fontify-end): Remove unused variable.
950 (nxml-after-change1): Use with-silent-modifications.
951 (nxml-extend-after-change-region): Simplify.
952 (nxml-extend-after-change-region1): Remove function.
953 (nxml-after-change1): Don't adjust for dependent regions.
954 (nxml-fontify-matcher): Simplify.
955 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
956 (xmltok-add-dependent): Remove function.
957 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
958 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
959 (xmltok-scan-prolog-after-processing-instruction-open): Treat
960 unclosed <[[, <?, comment, and other literals as extending to EOB.
961 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
962 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
963 Remove functions.
964 (rng-do-some-validation-1): Don't mark dependent regions.
965 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
966 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
967 (nxml-clear-dependent-regions): Remove functions.
968 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
969 (nxml-ensure-scan-up-to-date):
970 Don't clear&mark dependent regions.
971
972 2013-05-15 Leo Liu <sdl.web@gmail.com>
973
974 * progmodes/octave.el (octave-goto-function-definition):
975 Improve and fix callers.
976
977 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
980 the setter (bug#14387).
981
982 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
983 surrounding group (bug#14402).
984
985 2013-05-14 Juri Linkov <juri@jurta.org>
986
987 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
988 (Bug#14390)
989
990 2013-05-14 Glenn Morris <rgm@gnu.org>
991
992 * progmodes/f90.el (f90-imenu-generic-expression):
993 Fix typo in 2013-05-08 change. (Bug#14402)
994
995 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
996
997 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
998 Remove signals for which replies are never received.
999
1000 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1001
1002 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1003 (gdb-handler-alist, gdb-handler-number): Remove variables.
1004 (gdb-handler-list): New variable.
1005 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1006 (gdb-pending-handler-p, gdb-handle-reply)
1007 (gdb-remove-all-pending-triggers): New functions.
1008 (gdb-discard-unordered-replies): New defcustom.
1009 (gdb-handler): New defstruct.
1010 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1011 instead of gdb-pending-triggers. Update docstring.
1012 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1013 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1014 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1015 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1016 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1017 (gdb-frame-handler): Pending triggers are now automatically managed.
1018 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1019 Remove argument.
1020 (gdb-input): Automatically handles pending triggers. Update docstring.
1021 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1022 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1023 Update comments.
1024 (gdb-done-or-error): Now use gdb-handle-reply.
1025
1026 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1027
1028 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1029 gdb-debug-log.
1030
1031 2013-05-14 Glenn Morris <rgm@gnu.org>
1032
1033 * subr.el (user-emacs-directory-warning): New option.
1034 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1035
1036 2013-05-14 Leo Liu <sdl.web@gmail.com>
1037
1038 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1039 during redisplay.
1040 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1041 (octave-font-lock-texinfo-comment): Fix invalid search bound
1042 error: wrong side of point.
1043
1044 2013-05-14 Glenn Morris <rgm@gnu.org>
1045
1046 * progmodes/flymake.el (flymake-xml-program): New option.
1047 (flymake-xml-init): Use it.
1048
1049 * term/xterm.el: Provide a feature.
1050
1051 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1052
1053 2013-05-13 Glenn Morris <rgm@gnu.org>
1054
1055 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1056 Add compat aliases as a hack workaround. (Bug#14384)
1057
1058 2013-05-13 Leo Liu <sdl.web@gmail.com>
1059
1060 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1061 ###, and %!.
1062 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1063 C-M-q.
1064 (octave-comment-start-skip): Include %!.
1065 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1066
1067 2013-05-12 Leo Liu <sdl.web@gmail.com>
1068
1069 * progmodes/octave.el (inferior-octave-startup): Store the value
1070 of __octave_srcdir__ for octave-source-directories.
1071 (inferior-octave-check-process): New function refactored out of
1072 inferior-octave-send-list-and-digest.
1073 (octave-source-directories)
1074 (octave-find-definition-filename-function): New variables.
1075 (octave-source-directories)
1076 (octave-find-definition-default-filename): New functions.
1077 (octave-find-definition): Improve to find functions implemented in C++.
1078
1079 2013-05-12 Glenn Morris <rgm@gnu.org>
1080
1081 * calendar/diary-lib.el (diary-outlook-format-1):
1082 Don't include dayname in the output. (Bug#14349)
1083
1084 2013-05-11 Glenn Morris <rgm@gnu.org>
1085
1086 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1087
1088 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1089 Treat cc-provide like provide.
1090
1091 2013-05-11 Kevin Ryde <user42@zip.com.au>
1092
1093 * cus-dep.el (custom-make-dependencies):
1094 Use generated-autoload-load-name for the sake of files such
1095 such cedet/semantic/bovine/c.el, where the base file name
1096 is not in load-path. (Bug#5277)
1097
1098 2013-05-11 Glenn Morris <rgm@gnu.org>
1099
1100 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1101 Provide features.
1102
1103 2013-05-11 Leo Liu <sdl.web@gmail.com>
1104
1105 * progmodes/octave.el (octave-indent-comment): Improve.
1106 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1107 (octave-eldoc-function-signatures, octave-eldoc-function):
1108 New functions.
1109 (octave-mode, inferior-octave-mode): Add eldoc support.
1110
1111 2013-05-11 Richard Stallman <rms@gnu.org>
1112
1113 * epa.el (epa-decrypt-file): Take output file name as argument
1114 and read it using `interactive'.
1115
1116 2013-05-11 Leo Liu <sdl.web@gmail.com>
1117
1118 * progmodes/octave.el (octave-beginning-of-line)
1119 (octave-end-of-line): Check before using up-list because it jumps
1120 out of more syntactic contructs since moving to smie.
1121 (octave-indent-comment): New function.
1122 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1123 (octave-begin-keywords, octave-end-keywords)
1124 (octave-reserved-words, octave-smie-bnf-table)
1125 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1126
1127 2013-05-11 Glenn Morris <rgm@gnu.org>
1128
1129 * faces.el (internal-face-x-get-resource):
1130 * frame.el (ns-display-monitor-attributes-list):
1131 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1132
1133 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1134
1135 * calc/calc-menu.el: Make it loadable in isolation.
1136
1137 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1138 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1139 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1140 (eudc-bbdb-query-internal): Require 'bbdb.
1141
1142 * lpr.el (lpr-headers-switches):
1143 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1144
1145 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1146
1147 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1148
1149 * term.el (term-set-escape-char): Make it idempotent.
1150
1151 2013-05-10 Leo Liu <sdl.web@gmail.com>
1152
1153 * progmodes/octave.el (inferior-octave-completion-table):
1154 No longer a function and all uses changed. Use cache to speed up
1155 completion due to bug#11906.
1156 (octave-beginning-of-defun): Re-write to be more general.
1157
1158 2013-05-10 Glenn Morris <rgm@gnu.org>
1159
1160 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1161
1162 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * comint.el (comint-redirect-send-command-to-process): Use :around
1165 rather than :override for comint-redirect-filter.
1166 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1167 Call it instead of comint-redirect-original-filter-function (which
1168 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1169
1170 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1171
1172 * frame.el (display-monitor-attributes-list): Add NS case.
1173 (ns-display-monitor-attributes-list): Declare.
1174
1175 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1176
1177 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1178
1179 2013-05-09 Glenn Morris <rgm@gnu.org>
1180
1181 * international/fontset.el (vertical-centering-font-regexp):
1182 Set standard-value.
1183
1184 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1185
1186 * bookmark.el (bookmark-search-delay):
1187 * cus-start.el (vertical-centering-font-regexp):
1188 * ps-mule.el (ps-mule-font-info-database-default):
1189 * ps-print.el (ps-default-fg, ps-default-bg):
1190 * type-break.el (type-break-good-break-interval):
1191 * whitespace.el (whitespace-indentation-regexp)
1192 (whitespace-space-after-tab-regexp):
1193 * emacs-lisp/testcover.el (testcover-1value-functions)
1194 (testcover-noreturn-functions, testcover-progn-functions)
1195 (testcover-prog1-functions):
1196 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1197 * eshell/em-glob.el (eshell-glob-translate-alist):
1198 * play/tetris.el (tetris-tty-colors):
1199 * progmodes/cpp.el (cpp-face-default-list):
1200 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1201 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1202 (idlwave-help-browser-generic-args):
1203 * progmodes/make-mode.el (makefile-special-targets-list):
1204 * progmodes/python.el (python-shell-virtualenv-path):
1205 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1206 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1207 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1208 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1209 * textmodes/reftex-vars.el (reftex-format-label-function):
1210 * textmodes/remember.el (remember-diary-file): Fix custom types.
1211
1212 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1213 Add :version.
1214
1215 2013-05-09 Leo Liu <sdl.web@gmail.com>
1216
1217 * progmodes/octave.el (inferior-octave-completion-at-point):
1218 Restore file completion. (Bug#14300)
1219 (inferior-octave-startup): Fix incorrect highlighting for the
1220 first prompt.
1221
1222 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * progmodes/ruby-mode.el: First cut at SMIE support.
1225 (ruby-use-smie): New var.
1226 (ruby-smie-grammar): New constant.
1227 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1228 (ruby-smie--forward-token, ruby-smie--backward-token)
1229 (ruby-smie-rules): New functions.
1230 (ruby-mode-variables): Setup SMIE if applicable.
1231
1232 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1233
1234 * simple.el (line-move-visual): Signal beginning/end of buffer
1235 only if vertical-motion moved less than it was requested. Avoids
1236 silly incorrect error messages when there are display strings with
1237 multiple newlines at EOL.
1238
1239 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1242 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1243 (prolog-char-quote-workaround):
1244 * progmodes/cperl-mode.el (cperl-under-as-char):
1245 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1246 Mark as obsolete.
1247 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1248 their declaration.
1249 (vhdl-mode-syntax-table-init): Remove.
1250
1251 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1252 last change.
1253
1254 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1255 syntax for "_".
1256 (ld-script-font-lock-keywords):
1257 Change regexps to use things like \_< and \_>.
1258
1259 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1260 Change all regexps to use things like \_< and \_>.
1261
1262 * progmodes/autoconf.el (autoconf-definition-regexp)
1263 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1264 Handle a _ with symbol syntax.
1265 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1266
1267 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1268 Consolidate declaration.
1269 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1270 the declaration.
1271 (ada-create-syntax-table): Remove.
1272 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1273 already has the right syntax nowadays.
1274 (ada-goto-next-word): Don't change the syntax of "_".
1275
1276 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1277 with-wrapper-hook.
1278
1279 2013-05-08 Sam Steingold <sds@gnu.org>
1280
1281 * thingatpt.el (thing-at-point): Accept optional second argument
1282 NO-PROPERTIES to strip the text properties from the return value.
1283 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1284 to `thing-at-point' instead of stripping the properties ourselves.
1285 Also, when `thing-at-point' fails to find a url, prepend "http://"
1286 to the filename at point on the assumption that the user is
1287 pointing at something like gnu.org/gnu.
1288
1289 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1292 * faces.el (crm-separator):
1293 Silence byte-compiler.
1294
1295 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1296 (tool-bar-map): Remove unneeded defvars.
1297
1298 2013-05-08 Leo Liu <sdl.web@gmail.com>
1299
1300 Re-work a fix for bug#10994 based on Le Wang's patch.
1301 * ido.el (ido-remove-consecutive-dups): New helper.
1302 (ido-completing-read): Use it.
1303 (ido-chop): Revert fix for bug#10994.
1304
1305 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1306
1307 * cus-edit.el (custom-save-variables):
1308 Pretty-print long values. (Bug#14187)
1309
1310 2013-05-08 Glenn Morris <rgm@gnu.org>
1311
1312 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1313 (m4-mode-syntax-table): Init in the defvar.
1314 (m4-mode-abbrev-table): Let define-derived-mode define it.
1315
1316 2013-05-08 Tom Tromey <tromey@redhat.com>
1317
1318 * progmodes/m4-mode.el (m4-mode-syntax-table):
1319 Do not treat "_" as word constituent. (Bug#14167)
1320
1321 2013-05-07 Glenn Morris <rgm@gnu.org>
1322
1323 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1324 Remove explicit eshell-isearch-cancel-map.
1325
1326 * progmodes/f90.el (f90-smart-end-names): New option.
1327 (f90-smart-end): Doc fix.
1328 (f90-end-block-optional-name): New constant.
1329 (f90-block-match): Respect f90-smart-end-names.
1330
1331 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1334 about implicit semi-colons (bug#14218).
1335
1336 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1337
1338 * frame.el (display-monitor-attributes-list)
1339 (frame-monitor-attributes): New functions.
1340
1341 2013-05-06 Leo Liu <sdl.web@gmail.com>
1342
1343 * progmodes/octave.el (octave-syntax-propertize-function): Change
1344 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1345 (octave-font-lock-keywords): Use octave-operator-regexp.
1346 (octave-completion-at-point): Rename from
1347 octave-completion-at-point-function.
1348 (inferior-octave-directory-tracker): Robustify.
1349 (octave-text-functions): Remove and fix its uses. No such things
1350 any more.
1351
1352 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * emacs-lisp/trace.el (trace--display-buffer): New function.
1355 (trace-make-advice): Use it.
1356
1357 2013-05-06 Juri Linkov <juri@jurta.org>
1358
1359 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1360 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1361 Doc fix.
1362 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1363 in the help string. (Bug#12985)
1364
1365 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1366
1367 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1368
1369 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * progmodes/perl-mode.el: Add support for here documents.
1372 (perl-syntax-propertize-function): Match here-doc markers.
1373 (perl-syntax-propertize-special-constructs): Find their end.
1374 (perl-imenu-generic-expression): Use [:alnum:].
1375
1376 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1377 (advice--add-function): Refresh the advice if already present
1378 (bug#14317).
1379
1380 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1381
1382 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1383
1384 2013-05-06 Glenn Morris <rgm@gnu.org>
1385
1386 * w32-fns.el (w32-charset-info-alist): Declare.
1387
1388 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1389 of its defcustom properties.
1390 (eshell-cmpl-initialize): No need to load pcomplete.
1391
1392 * generic-x.el: No need to require comint when compiling.
1393
1394 * net/eudc-export.el: Make it loadable without bbdb.
1395 (top-level): Use require rather than load-library.
1396 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1397 (eudc-batch-export-records-to-bbdb)
1398 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1399 Require bbdb.
1400
1401 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1404 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1405 some tweaks, instead.
1406
1407 2013-05-05 Leo Liu <sdl.web@gmail.com>
1408
1409 * progmodes/octave.el (octave-font-lock-keywords)
1410 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1411 (inferior-octave-send-list-and-digest): Improve error message.
1412 (octave-mode, inferior-octave-mode): Use setq-local.
1413 (octave-help): Set info-lookup-mode.
1414
1415 2013-05-05 Richard Stallman <rms@gnu.org>
1416
1417 * vc/compare-w.el (compare-windows-whitespace):
1418 Treat no-break space as whitespace.
1419
1420 * mail/rmailsum.el (rmail-summary-rmail-update):
1421 Detect empty summary and don't change selected message.
1422 (rmail-summary-goto-msg): Likewise.
1423
1424 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1425 Doc fixes, rename args.
1426
1427 2013-05-05 Alan Mackenzie <acm@muc.de>
1428
1429 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1430
1431 2013-05-05 Juri Linkov <juri@jurta.org>
1432
1433 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1434 to not add the length of the summary segment to the return value.
1435 (Bug#14125)
1436
1437 2013-05-05 Leo Liu <sdl.web@gmail.com>
1438
1439 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1440 (inferior-octave-output-filter): Remove.
1441 (octave-send-region, inferior-octave-startup): Fix callers.
1442 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1443 (octave-binary-file-extensions): New user variable.
1444 (octave-find-definition): Confirm if opening binary files.
1445 (octave-help-file): Use octave-find-definition to get the binary
1446 confirmation.
1447 (octave-help): Adjust for octave-help-file change.
1448
1449 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1452 Merge the two entries that handle function definitions.
1453 (pascal--syntax-propertize): New const.
1454 (pascal-mode): Use it. Use setq-local.
1455
1456 2013-05-04 Glenn Morris <rgm@gnu.org>
1457
1458 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1459 (diary-from-outlook): Respect diary-from-outlook-function.
1460
1461 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1464 Move the declaration from C.
1465 (read-minibuffer, eval-minibuffer): Move from C.
1466 (completion-setup-function): Avoid minibuffer-completion-contents.
1467
1468 2013-05-03 Leo Liu <sdl.web@gmail.com>
1469
1470 * progmodes/octave.el (octave-font-lock-keywords): Do not
1471 dehighlight 'end' in comments or strings.
1472 (octave-completing-read, octave-goto-function-definition):
1473 New helpers.
1474 (octave-help-buffer): New user variable.
1475 (octave-help-file, octave-help-function): New button types.
1476 (octave-help): New command and bind it to C-h ;.
1477 (octave-find-definition): New command and bind it to M-.
1478 (user-error): Alias to error if not defined.
1479
1480 2013-05-02 Leo Liu <sdl.web@gmail.com>
1481
1482 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1483 for \. (bug#14332)
1484 (octave-font-lock-keywords): Include [ and {.
1485
1486 2013-05-02 Leo Liu <sdl.web@gmail.com>
1487
1488 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1489 (inferior-octave): Remove calling comint-mode and return the buffer.
1490 (inferior-octave-startup): Cosmetic changes.
1491
1492 2013-05-02 Leo Liu <sdl.web@gmail.com>
1493
1494 * progmodes/octave.el (octave-syntax-propertize-function):
1495 Include the case when ' is at line beginning. (Bug#14336)
1496
1497 2013-05-02 Glenn Morris <rgm@gnu.org>
1498
1499 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1500 * desktop.el (vc-dir-mode): Just autoload it here.
1501
1502 2013-05-02 Alan Mackenzie <acm@muc.de>
1503
1504 Eliminate variable c-standard-font-lock-fontify-region-function.
1505 * progmodes/cc-mode.el
1506 (c-standard-font-lock-fontify-region-function): Remove.
1507 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1508
1509 2013-05-01 Leo Liu <sdl.web@gmail.com>
1510
1511 * progmodes/octave.el: Compatible with older emacs-24 releases.
1512 (inferior-octave-has-built-in-variables): Remove. Built-in
1513 variables were removed from Octave in 2007.
1514 (inferior-octave-startup): Fix uses.
1515 (comint-line-beginning-position): Remove compatibility code for
1516 emacs 21.
1517
1518 2013-05-01 Juri Linkov <juri@jurta.org>
1519
1520 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1521
1522 2013-05-01 Juri Linkov <juri@jurta.org>
1523
1524 * comint.el (comint-previous-matching-input): Don't print message
1525 "History item: %d" when `isearch-mode' is active.
1526 (comint-history-isearch-message): Print message "History item: %d"
1527 when `comint-input-ring-index' is not empty and this function is
1528 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1529
1530 2013-05-01 Leo Liu <sdl.web@gmail.com>
1531
1532 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1533 definitions. Use completion-at-point to insert keywords.
1534 (octave-abbrev-start): Remove.
1535 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1536
1537 2013-04-30 Leo Liu <sdl.web@gmail.com>
1538
1539 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1540 change.
1541
1542 2013-04-30 Alan Mackenzie <acm@muc.de>
1543
1544 Handle arbitrarily long C++ member initialisation lists.
1545 * progmodes/cc-engine.el (c-back-over-member-initializers):
1546 new function.
1547 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1548 (most) member init lists.
1549
1550 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1551
1552 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1553 variable.
1554
1555 2013-04-30 Leo Liu <sdl.web@gmail.com>
1556
1557 * progmodes/octave.el (octave-variables): Remove. No builtin
1558 variables any more. All converted to functions.
1559 (octave-font-lock-keywords, octave-completion-at-point-function):
1560 Fix uses.
1561 (octave-font-lock-texinfo-comment): New user variable.
1562 (octave-texinfo-font-lock-keywords): New variable for texinfo
1563 comment block.
1564 (octave-function-comment-block): New face.
1565 (octave-font-lock-texinfo-comment): New function.
1566 (octave-mode): Font lock texinfo comment block.
1567
1568 2013-04-29 Leo Liu <sdl.web@gmail.com>
1569
1570 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1571 indexing expression.
1572 (octave-continuation-string): Do not use \.
1573 (inferior-octave-complete-impossible): Remove.
1574 (inferior-octave-completion-table)
1575 (inferior-octave-completion-at-point): Remove its uses.
1576 (inferior-octave-startup): completion_matches was introduced to
1577 Octave in 1996 so safe to assume it.
1578 (octave-function-file-comment): Improve to follow how Octave does it.
1579 (octave-update-function-file-comment): Tweak.
1580
1581 2013-04-29 Leo Liu <sdl.web@gmail.com>
1582
1583 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1584 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1585 (octave-function-file-comment): Fix typo.
1586 (octave-sync-function-file-names): Use read-char-choice.
1587
1588 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1589
1590 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1591 to t for the less important warnings.
1592
1593 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1594
1595 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1596
1597 2013-04-27 Glenn Morris <rgm@gnu.org>
1598
1599 * vc/log-view.el (log-view-current-entry):
1600 Treat "---" separator lines as part of the following rev. (Bug#14169)
1601
1602 2013-04-27 Juri Linkov <juri@jurta.org>
1603
1604 * subr.el (read-number): Doc fix about using it by interactive
1605 code letter `n'. (Bug#14254)
1606
1607 2013-04-27 Juri Linkov <juri@jurta.org>
1608
1609 * desktop.el (desktop-auto-save-timeout): New option.
1610 (desktop-file-checksum): New variable.
1611 (desktop-save): Add optional arg `auto-save' and don't auto-save
1612 if nothing changed.
1613 (desktop-auto-save-timer): New variable.
1614 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1615 (after-init-hook): Call `desktop-auto-save-set-timer'.
1616 Suggested by Reuben Thomas <rrt@sc3d.org> in
1617 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1618
1619 2013-04-27 Leo Liu <sdl.web@gmail.com>
1620
1621 * progmodes/octave.el (octave-function-file-p)
1622 (octave-skip-comment-forward, octave-function-file-comment)
1623 (octave-update-function-file-comment): New functions.
1624 (octave-mode-map): Bind C-c ; to
1625 octave-update-function-file-comment.
1626 (octave-mode-menu): Add octave-update-function-file-comment.
1627 (octave-mode, inferior-octave-mode): Fix doc-string.
1628 (octave-insert-defun): Conform to Octave's coding convention.
1629 (Bug#14285)
1630
1631 * files.el (basic-save-buffer): Don't let errors in
1632 before-save-hook prevent saving buffer.
1633
1634 2013-04-20 Roland Winkler <winkler@gnu.org>
1635
1636 * faces.el (read-face-name): Use completing-read if arg multiple
1637 is nil.
1638
1639 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1640
1641 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1642 displayed, move point to after the totals line.
1643 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1644 for the details.
1645
1646 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1649 Add current dir to the load-path.
1650 (package-generate-autoloads): Don't rely on
1651 autoload-ensure-default-file.
1652
1653 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1654
1655 * textmodes/remember.el (remember-store-in-files): Document that
1656 the file name format is passed to `format-time-string'.
1657
1658 2013-04-26 Leo Liu <sdl.web@gmail.com>
1659
1660 * progmodes/octave.el (octave-sync-function-file-names): New function.
1661 (octave-mode): Use it in before-save-hook.
1662
1663 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1666 (bug#14274).
1667
1668 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1669 \n and comment, even if it's not an implicit ; (bug#14218).
1670
1671 2013-04-26 Glenn Morris <rgm@gnu.org>
1672
1673 * subr.el (read-number): Once more use `read' rather than
1674 `string-to-number', to trap non-numeric input. (Bug#14254)
1675
1676 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1677
1678 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1679 Use `syntax-multiline' text property consistently instead of
1680 `font-lock-multiline'. (bug#14237).
1681
1682 2013-04-26 Glenn Morris <rgm@gnu.org>
1683
1684 * emacs-lisp/shadow.el (list-load-path-shadows):
1685 No longer necessary to check for duplicate simple.el, since
1686 2012-07-07 change to init_lread to not include installation lisp
1687 directories in load-path when running uninstalled. (Bug#14270)
1688
1689 2013-04-26 Leo Liu <sdl.web@gmail.com>
1690
1691 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1692 (octave-mode, inferior-octave-mode): Use setq-local.
1693 (octave-not-in-string-or-comment-p): Rename to
1694 octave-in-string-or-comment-p.
1695 (octave-in-comment-p, octave-in-string-p)
1696 (octave-in-string-or-comment-p): Replace defsubst with defun.
1697
1698 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1699
1700 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1701
1702 2013-04-25 Bastien Guerry <bzg@gnu.org>
1703
1704 * textmodes/remember.el (remember-data-directory)
1705 (remember-directory-file-name-format): Fix custom types.
1706
1707 2013-04-25 Leo Liu <sdl.web@gmail.com>
1708
1709 * progmodes/octave.el (octave-completion-at-point-function):
1710 Make use of inferior octave process.
1711 (octave-initialize-completions): Remove.
1712 (inferior-octave-completion-table): New function.
1713 (inferior-octave-completion-at-point): Use it.
1714 (octave-completion-alist): Remove.
1715
1716 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1719 (opascal-mode-syntax-table): New var.
1720 (opascal-literal-kind, opascal-is-literal-end)
1721 (opascal-literal-token-at): Rewrite.
1722 (opascal--literal-start-re, opascal-font-lock-keywords)
1723 (opascal--syntax-propertize): New constants.
1724 (opascal-font-lock-defaults): Adjust.
1725 (opascal-mode): Use them. Set comment-<foo> variables as well.
1726 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1727 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1728 (delphi-other-face, opascal-other-face): Remove face variables.
1729 (opascal-save-state): Remove macro.
1730 (opascal-fontifying-progress-step): Remove constant.
1731 (opascal--ignore-changes): Remove var.
1732 (opascal-set-token-property, opascal-parse-next-literal)
1733 (opascal-is-stable-literal, opascal-complete-literal)
1734 (opascal-is-literal-start, opascal-face-of)
1735 (opascal-parse-region, opascal-parse-region-until-stable)
1736 (opascal-fontify-region, opascal-after-change)
1737 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1738 (opascal-debug-parse-region, opascal-debug-parse-window)
1739 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1740 (opascal-debug-fontify-buffer): Remove.
1741 (opascal-debug-mode-map): Adjust accordingly.
1742
1743 2013-04-25 Leo Liu <sdl.web@gmail.com>
1744
1745 Merge octave-mod.el and octave-inf.el into octave.el with some
1746 cleanups.
1747 * progmodes/octave.el: New file renamed from octave-mod.el.
1748 * progmodes/octave-inf.el: Merged into octave.el.
1749 * progmodes/octave-mod.el: Renamed to octave.el.
1750
1751 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1752
1753 * textmodes/reftex-vars.el
1754 (reftex-label-ignored-macros-and-environments): New defcustom.
1755
1756 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1757
1758 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1761 (smie-indent-keyword): Improve the check to ensure that the next
1762 comment is really on the same line.
1763 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1764
1765 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1766 semi-colons if the line is not otherwise empty (bug#14218).
1767
1768 2013-04-25 Glenn Morris <rgm@gnu.org>
1769
1770 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1771
1772 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * progmodes/opascal.el (opascal-set-token-property): Rename from
1775 opascal-set-text-properties and only set `token' (bug#14134).
1776 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1777 (opascal-literal-text-properties): Remove.
1778 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1779 Adjust callers.
1780
1781 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1782
1783 * textmodes/remember.el (remember-handler-functions): Add an
1784 option for a new handler `remember-store-in-files'.
1785 (remember-data-directory, remember-directory-file-name-format):
1786 New options.
1787 (remember-store-in-files): New function to store remember notes
1788 as separate files within a directory.
1789
1790 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1791
1792 * progmodes/compile.el (compilation-next-error-function):
1793 Pass "formats" to compilation-find-file (bug#11777).
1794
1795 2013-04-24 Glenn Morris <rgm@gnu.org>
1796
1797 * vc/vc-bzr.el (vc-bzr-print-log):
1798 * vc/vc-hg.el (vc-hg-print-log):
1799 * vc/vc-svn.el (vc-svn-print-log):
1800 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1801
1802 * vc/vc-bzr.el (vc-bzr-print-log):
1803 * vc/vc-cvs.el (vc-cvs-print-log):
1804 * vc/vc-git.el (vc-git-print-log):
1805 * vc/vc-hg.el (vc-hg-print-log):
1806 * vc/vc-mtn.el (vc-mtn-print-log):
1807 * vc/vc-rcs.el (vc-rcs-print-log):
1808 * vc/vc-sccs.el (vc-sccs-print-log):
1809 * vc/vc-svn.el (vc-svn-print-log):
1810 * vc/vc.el (vc-print-log-internal): Doc fixes.
1811
1812 2013-04-23 Glenn Morris <rgm@gnu.org>
1813
1814 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1815 Remove venerable code attempting to avoid substitute-command-keys.
1816
1817 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1818
1819 * textmodes/reftex-vars.el (reftex-label-regexps):
1820 Call `reftex-compile-variables' after changes to this variable.
1821
1822 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1825 Use lexical-binding.
1826 (jit-lock-force-redisplay): Use markers, check buffer's continued
1827 existence and beware narrowed buffers.
1828 (jit-lock-fontify-now): Adjust call accordingly.
1829
1830 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1833 to avoid misleading the user.
1834
1835 2013-04-22 Leo Liu <sdl.web@gmail.com>
1836
1837 * info-look.el: Prefer latex2e.info. (Bug#14240)
1838
1839 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1840
1841 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1842
1843 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1844 * net/tramp.el (tramp-call-process): ... here
1845 (tramp-set-completion-function, tramp-parse-putty):
1846 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1847 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1848 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1849 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1850 (tramp-call-local-coding-command): Use `tramp-call-process'
1851 instead of `tramp-compat-call-process'.
1852
1853 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1854 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1855 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1856 (tramp-find-inline-compress): Improve traces.
1857 (tramp-maybe-send-script): Check for Perl binary.
1858 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1859
1860 2013-04-22 Daiki Ueno <ueno@gnu.org>
1861
1862 * epg.el (epg-context-pinentry-mode): New function.
1863 (epg-context-set-pinentry-mode): New function.
1864 (epg--start): Pass --pinentry-mode option to gpg command.
1865
1866 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1867
1868 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
1869 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1870 `completion-at-point'. (Bug#13774)
1871
1872 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1873 default key binding for `describe-distribution' has been moved to
1874 `C-h C-o'. (Bug#13970)
1875
1876 2013-04-21 Glenn Morris <rgm@gnu.org>
1877
1878 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1879 Add doc strings.
1880 (vc-print-log): Clarify interactive prompt.
1881
1882 2013-04-20 Glenn Morris <rgm@gnu.org>
1883
1884 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1885 No longer include timestamp etc information.
1886
1887 2013-04-20 Roland Winkler <winkler@gnu.org>
1888
1889 * faces.el (read-face-name): Bug fix, return just one face if arg
1890 multiple is nil. (Bug#14209)
1891
1892 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1895 (remove-function): Autoload.
1896
1897 * comint.el (comint-redirect-original-filter-function): Remove.
1898 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1899 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1900 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1901 * progmodes/prolog.el (prolog-consult-compile):
1902 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1903 Use add/remove-function instead.
1904 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1905 (gud-tooltip-process-output, gud-tooltip-tips):
1906 Use add/remove-function instead.
1907 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1908 (scheme-interaction-mode, exit-scheme-interaction-mode):
1909 Use add/remove-function instead.
1910
1911 * vc/vc-dispatcher.el: Use lexical-binding.
1912 (vc--process-sentinel): Rename from vc-process-sentinel.
1913 Change last arg to be the code to run. Don't use vc-previous-sentinel
1914 and vc-sentinel-commands any more.
1915 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1916 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1917
1918 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1919
1920 * progmodes/sh-script.el (sh-imenu-generic-expression):
1921 Handle function names with a single character. (Bug#14111)
1922
1923 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1924
1925 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1926 for subroutines defined in an eval (bug#14182).
1927
1928 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1929
1930 * bookmark.el (bookmark-completing-read): Improve handling of empty
1931 string (bug#14176).
1932
1933 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1936
1937 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1938
1939 New faster Imenu implementation (bug#14058).
1940 * progmodes/python.el:
1941 (python-imenu-prev-index-position):
1942 (python-imenu-format-item-label-function)
1943 (python-imenu-format-parent-item-label-function)
1944 (python-imenu-format-parent-item-jump-label-function):
1945 New vars.
1946 (python-imenu-format-item-label)
1947 (python-imenu-format-parent-item-label)
1948 (python-imenu-format-parent-item-jump-label)
1949 (python-imenu--put-parent, python-imenu--build-tree)
1950 (python-imenu-create-index, python-imenu-create-flat-index)
1951 (python-util-popn): New functions.
1952 (python-mode): Set imenu-create-index-function to
1953 python-imenu-create-index.
1954
1955 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * winner.el (winner-active-region): Use region-active-p, activate-mark
1958 and deactivate-mark (bug#14225).
1959
1960 * simple.el (deactivate-mark): Don't inline it.
1961
1962 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1963
1964 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1965
1966 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1967
1968 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1969 file extensions from the archive-mode entry in order to prefer
1970 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1971
1972 2013-04-18 Leo Liu <sdl.web@gmail.com>
1973
1974 * bindings.el (help-event-list): Add ?\?.
1975
1976 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * subr.el (with-wrapper-hook): Declare obsolete.
1979 * simple.el (filter-buffer-substring-function): New hook.
1980 (filter-buffer-substring): Use it.
1981 (filter-buffer-substring-functions): Mark obsolete.
1982 * minibuffer.el (completion-in-region-function): New hook.
1983 (completion-in-region): Use it.
1984 (completion-in-region-functions): Mark obsolete.
1985 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1986 * abbrev.el (abbrev-expand-function): New hook.
1987 (expand-abbrev): Use it.
1988 (abbrev-expand-functions): Mark obsolete.
1989 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1990 and :filter-return.
1991
1992 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1993
1994 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1995 and do not care about match data.
1996
1997 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2000 completion tables when completing error conditions and
2001 `declare' arguments.
2002 (lisp-complete-symbol, field-complete): Mark as obsolete.
2003 (check-parens): Unmatched parens are user errors.
2004 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2005
2006 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2007
2008 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2009 command changed buffer (ie. `flyspell-pre-buffer' is not current
2010 buffer), which prevents making decisions based on invalid value of
2011 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2012 cause an error when `flyspell-pre-point' was nil after switching
2013 buffers.
2014 (flyspell-post-command-hook): No longer needs to change buffers when
2015 checking pre-word. While at it remove unnecessary progn.
2016
2017 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2018
2019 * textmodes/ispell.el (ispell-add-per-file-word-list):
2020 Fix `flyspell-correct-word-before-point' error when accepting
2021 words and `coment-padding' is an integer by using
2022 `comment-normalize-vars' (Bug #14214).
2023
2024 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2025
2026 New defun movement commands.
2027 * progmodes/python.el (python-nav--syntactically)
2028 (python-nav--forward-defun, python-nav-backward-defun)
2029 (python-nav-forward-defun): New functions.
2030
2031 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2032
2033 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2034 (python-syntax-context): Use named compiler-macro for backwards
2035 compatibility with Emacs 24.x.
2036
2037 2013-04-17 Leo Liu <sdl.web@gmail.com>
2038
2039 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2040 octave-hide-process-buffer.
2041
2042 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2045 (bug#14216).
2046
2047 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2048
2049 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2050 Fix adjustment of offset when receiving incomplete responses from GDB
2051 (bug#14129).
2052
2053 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2056 python-mode-abbrev-table.
2057 (python-skeleton-define): Adjust accordingly.
2058 (python-mode-abbrev-table): New table that inherits from it so that
2059 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2060
2061 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2062 (abbrev-symbol): Use it.
2063 (abbrev--before-point): Use it since we already handle inheritance.
2064
2065 2013-04-16 Leo Liu <sdl.web@gmail.com>
2066
2067 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2068 binding to info-lookup-symbol.
2069
2070 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * minibuffer.el (completion--twq-all):
2073 * term/ns-win.el (ns-initialize-window-system):
2074 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2075
2076 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2079 global bindings.
2080
2081 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2082
2083 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2084
2085 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2086 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2087 to nil.
2088 (ruby-end-of-defun): Remove the unused arg, change the docstring
2089 to reflect that this function is only used as the value of
2090 `end-of-defun-function'.
2091 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2092 to reflect an earlier change that beginning/end-of-defun functions
2093 jump between methods in a class definition, as well as top-level
2094 functions.
2095
2096 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * minibuffer.el (minibuffer-complete): Don't just scroll
2099 a *Completions* that's been iconified.
2100 (minibuffer-force-complete): Make sure repetitions do cycle when going
2101 through completion-in-region -> minibuffer-complete.
2102
2103 2013-04-15 Alan Mackenzie <acm@muc.de>
2104
2105 Correct the placement of c-cpp-delimiters when there're #s not at
2106 col 0.
2107
2108 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2109 place a submatch around the #.
2110 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2111 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2112 on the #, not BOL.
2113
2114 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2117 (advice--member-p): New arg `name'.
2118 (advice--add-function, advice-member-p): Use it (bug#14202).
2119
2120 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2121
2122 Reformulate java imenu-generic-expression.
2123 The old expression contained ill formed regexps.
2124
2125 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2126 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2127 (cc-imenu-java-method-arg-regexp): New defconsts.
2128 (cc-imenu-java-build-type-args-regex): New defun.
2129 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2130 handling of spaces in the regexp.
2131
2132 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2133
2134 * textmodes/ispell.el (ispell-command-loop): Remove
2135 flyspell highlight of a word when ispell accepts it (bug #14178).
2136
2137 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2140 uses code from the previous `ange-ftp-run-real-handler'.
2141 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2142 only in case that function exist. This is needed for proper
2143 unloading of Tramp.
2144
2145 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2146
2147 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2148
2149 * textmodes/reftex.el (reftex-compile-variables): Use it.
2150
2151 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * files.el (normal-mode): Only use default major-mode if no other mode
2154 was specified.
2155
2156 * emacs-lisp/trace.el (trace-values): New function.
2157
2158 * files.el: Allow : in local variables (bug#14089).
2159 (hack-local-variable-regexp): New var.
2160 (hack-local-variables-prop-line, hack-local-variables): Use it.
2161
2162 2013-04-13 Roland Winkler <winkler@gnu.org>
2163
2164 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2165 data before it gets modified by bibtex-beginning-of-entry.
2166
2167 2013-04-13 Roland Winkler <winkler@gnu.org>
2168
2169 * textmodes/bibtex.el (bibtex-url): Doc fix.
2170
2171 2013-04-13 Roland Winkler <winkler@gnu.org>
2172
2173 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2174 does not visit a BibTeX file, exclude it from the list of buffers
2175 returned by bibtex-initialize.
2176
2177 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2178
2179 * window.el (split-window): Remove interactive form, since as a
2180 command this function is a special case of split-window-below.
2181 Correct doc string.
2182
2183 2013-04-12 Roland Winkler <winkler@gnu.org>
2184
2185 * faces.el (read-face-name): Do not override value of arg default.
2186 Allow single faces and strings as default values. Remove those
2187 elements from return value that are not faces.
2188 (describe-face): Simplify.
2189 (face-at-point): New optional args thing and multiple so that this
2190 function can provide the same functionality previously provided by
2191 read-face-name.
2192 (make-face-bold, make-face-unbold, make-face-italic)
2193 (make-face-unitalic, make-face-bold-italic, invert-face)
2194 (modify-face, read-face-and-attribute): Use face-at-point.
2195
2196 * cus-edit.el (customize-face, customize-face-other-window)
2197 * cus-theme.el (custom-theme-add-face)
2198 * face-remap.el (buffer-face-set)
2199 * facemenu.el (facemenu-set-face): Use face-at-point.
2200
2201 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2202
2203 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2204
2205 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2206
2207 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2208 off leading { and trailing } from field values.
2209
2210 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * emacs-lisp/timer.el (timer--check): New function.
2213 (timer--time, timer-set-function, timer-event-handler): Use it.
2214 (timer-set-idle-time): Simplify.
2215 (timer--activate): CSE.
2216 (timer-event-handler): Give more info in error message.
2217 (internal-timer-start-idle): New function, moved from C.
2218
2219 * mpc.el (mpc-proc): Add `restart' argument.
2220 (mpc-proc-cmd): Use it.
2221 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2222 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2223 less often.
2224
2225 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2226
2227 * progmodes/sh-script.el: Implement `sh-mode' own
2228 `add-log-current-defun-function' (bug#14112).
2229 (sh-current-defun-name): New function.
2230 (sh-mode): Use the function.
2231
2232 2013-04-09 Bastien Guerry <bzg@gnu.org>
2233
2234 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2235
2236 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2239
2240 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2241 timer (bug#14156).
2242
2243 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2244
2245 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2246 declaration.
2247
2248 2013-04-07 Leo Liu <sdl.web@gmail.com>
2249
2250 * pcmpl-x.el: New file.
2251
2252 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2253
2254 Do not set x-display-name until X connection is established.
2255 This is needed to prevent from weird situation described at
2256 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2257 * frame.el (make-frame): Set x-display-name after call to
2258 window system initialization function, not before.
2259 * term/x-win.el (x-initialize-window-system): Add optional
2260 display argument and use it.
2261 * term/w32-win.el (w32-initialize-window-system):
2262 * term/ns-win.el (ns-initialize-window-system):
2263 * term/pc-win.el (msdos-initialize-window-system):
2264 Add compatible optional display argument.
2265
2266 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2267
2268 * files.el (normal-backup-enable-predicate): On MS-Windows and
2269 MS-DOS compare truenames of temporary-file-directory and of the
2270 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2271 don't fail comparison by compare-strings. Also, compare file
2272 names case-insensitively on MS-Windows and MS-DOS.
2273
2274 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2277 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2278
2279 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2280
2281 * whitespace.el (whitespace-color-on, whitespace-color-off):
2282 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2283
2284 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2285
2286 * ispell.el (ispell-set-spellchecker-params):
2287 Really set `ispell-args' for all equivs.
2288
2289 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * ido.el (ido-completions): Use extra elements of ido-decorations
2292 (bug#14143).
2293 (ido-decorations): Update docstring.
2294
2295 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2296
2297 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2298 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2299 nil during initialization, in order not to miss changes since the
2300 file was opened. (Bug#14140)
2301
2302 2013-04-05 Leo Liu <sdl.web@gmail.com>
2303
2304 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2305
2306 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2307
2308 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2309
2310 2013-04-04 Glenn Morris <rgm@gnu.org>
2311
2312 * electric.el (electric-pair-inhibit-predicate): Add :version.
2313
2314 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2317 when a package is required several times (bug#14082).
2318
2319 2013-04-04 Roland Winkler <winkler@gnu.org>
2320
2321 * faces.el (read-face-name): Behave as promised by the docstring.
2322 Assume that arg default is a list of faces.
2323 (describe-face): Call read-face-name with list of default faces.
2324
2325 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2326
2327 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2328 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2329 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2330 the header.
2331 (bookmark-exit-hook-internal): Save even if list is empty.
2332
2333 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2334
2335 * emacs-lisp/package.el (package-pinned-packages): New var.
2336 (package--add-to-archive-contents): Obey it (bug#14118).
2337
2338 2013-04-03 Alan Mackenzie <acm@muc.de>
2339
2340 Handle `parse-partial-sexp' landing inside a comment opener
2341 (Bug#13244). Also adapt to the new values of element 7 of a parse
2342 state.
2343
2344 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2345 parameter `not-in-delimiter'. Handle being inside comment opener.
2346 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2347 character in case we're typing a '*' after a '/'.
2348 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2349 instead by passing the parameter to c-state-pp-to-literal.
2350
2351 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2352 for elt. 7 of a parse state.
2353
2354 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2355
2356 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2357 * international/latin1-disp.el, international/mule-util.el:
2358 * language/cyril-util.el, language/european.el, language/ind-util.el:
2359 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2360 * language/tibetan.el, language/viet-util.el:
2361 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2362
2363 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2366 (electric-pair-post-self-insert-function): Use it.
2367 (electric-pair-default-inhibit): New function, extracted from
2368 electric-pair-post-self-insert-function.
2369
2370 2013-03-31 Roland Winkler <winkler@gnu.org>
2371
2372 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2373
2374 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2377
2378 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2379
2380 Un-indent after "pass" and "return" statements (Bug#13888)
2381 * progmodes/python.el (python-indent-block-enders): New var.
2382 (python-indent-calculate-indentation): Use it.
2383
2384 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2385
2386 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2387 defun. Defining it as defalias could introduce too eager
2388 byte-compiler optimization. (Bug#14030)
2389
2390 2013-03-30 Chong Yidong <cyd@gnu.org>
2391
2392 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2393
2394 2013-03-30 Leo Liu <sdl.web@gmail.com>
2395
2396 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2397 (kmacro-execute-from-register): Pass the keyboard macro to
2398 kmacro-call-macro or repeating won't work correctly.
2399
2400 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2401
2402 * progmodes/subword.el: Back to using `forward-symbol'.
2403
2404 * subr.el (forward-whitespace, forward-symbol)
2405 (forward-same-syntax): Move from thingatpt.el.
2406
2407 2013-03-29 Leo Liu <sdl.web@gmail.com>
2408
2409 * kmacro.el (kmacro-to-register): New command.
2410 (kmacro-execute-from-register): New function.
2411 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2412
2413 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * mpc.el: Use defvar-local and setq-local.
2416 (mpc--proc-connect): Connection failures are not bugs.
2417 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2418 (mpc-volume-map): Bind to the up-events.
2419
2420 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2421
2422 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2423 instead of `forward-symbol'.
2424
2425 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2428 (edebug--recursive-edit): Use it.
2429 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2430 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2431
2432 2013-03-28 Leo Liu <sdl.web@gmail.com>
2433
2434 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2435
2436 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2437
2438 * facemenu.el (list-colors-callback): New defvar.
2439 (list-colors-redisplay): New function.
2440 (list-colors-display): Install list-colors-redisplay as the
2441 revert-buffer-function. (Bug#14063)
2442
2443 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2446 and suffixes don't overlap (bug#14061).
2447
2448 * case-table.el: Use lexical-binding.
2449 (case-table-get-table): New function.
2450 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2451
2452 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2453
2454 * progmodes/subword.el: Add `superword-mode' to do word motion
2455 over symbol_words (parallels and leverages `subword-mode' which
2456 does word motion inside MixedCaseWords).
2457
2458 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2459
2460 * eshell/em-unix.el: Move su and sudo to...
2461 * eshell/em-tramp.el: ...Eshell tramp module.
2462
2463 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2466 Change return value to be a sexp. Delay `get-buffer' to after
2467 restoring the desktop (bug#13951).
2468
2469 2013-03-26 Leo Liu <sdl.web@gmail.com>
2470
2471 * register.el: Move semantic tag handling back to
2472 cedet/semantic/senator.el. (Bug#14052)
2473
2474 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2477 into the prompt either (bug#13963).
2478
2479 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2482 part of "(error-foo)".
2483
2484 2013-03-24 Juri Linkov <juri@jurta.org>
2485
2486 * replace.el (list-matching-lines-prefix-face): New defcustom.
2487 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2488 `occur-engine' if `face-differs-from-default-p' returns t.
2489 (occur-engine): Add `,' inside backquote construct to evaluate
2490 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2491 Pass `prefix-face' to the functions `occur-context-lines' and
2492 `occur-engine-add-prefix'.
2493 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2494 `prefix-face' and propertize the prefix with `prefix-face'.
2495 (Bug#14017)
2496
2497 2013-03-24 Leo Liu <sdl.web@gmail.com>
2498
2499 * nxml/rng-valid.el (rng-validate-while-idle)
2500 (rng-validate-quick-while-idle): Guard against deleted buffer.
2501 (Bug#13999)
2502
2503 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2504 is the last entry in kill-buffer-hook.
2505
2506 * files.el (kill-buffer-hook): Doc fix.
2507
2508 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2509
2510 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2511 Make it safe-local.
2512
2513 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2514
2515 2013-03-23 Leo Liu <sdl.web@gmail.com>
2516
2517 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2518 Remove.
2519
2520 * nxml/rng-valid.el (rng-validate-mode)
2521 (rng-after-change-function, rng-do-some-validation):
2522 * nxml/rng-maint.el (rng-validate-buffer):
2523 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2524 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2525 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2526 (nxml-extend-after-change-region): Use with-silent-modifications.
2527
2528 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2529 timer-idle-list.
2530
2531 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2532 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2533 timer-idle-list. (Bug#13999)
2534
2535 2013-03-23 Juri Linkov <juri@jurta.org>
2536
2537 * info.el (info-index-match): New face.
2538 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2539 main pattern and add text properties with the new face to matches
2540 in index entries relative to the beginning of the index entry.
2541 (Bug#14015)
2542
2543 2013-03-21 Eric Ludlam <zappo@gnu.org>
2544
2545 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2546 Inhibit read only while inserting objects.
2547
2548 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2549
2550 * progmodes/cfengine.el: Update docs to mention
2551 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2552 symbol motion. Remove "_" from the word syntax.
2553
2554 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2555
2556 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2557 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2558
2559 2013-03-20 Juri Linkov <juri@jurta.org>
2560
2561 * info.el (Info-next-reference-or-link)
2562 (Info-prev-reference-or-link): New functions.
2563 (Info-next-reference, Info-prev-reference): Use them.
2564 (Info-try-follow-nearest-node): Handle footnote navigation.
2565 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2566
2567 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2570 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2571
2572 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2573
2574 Suppress unnecessary non-ASCII chatter during build process.
2575 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2576 (batch-skkdic-convert): Suppress most of the chatter.
2577 It's not needed so much now that machines are faster,
2578 and its non-ASCII component was confusing; see Dmitry Gutov in
2579 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2580
2581 2013-03-20 Leo Liu <sdl.web@gmail.com>
2582
2583 * ido.el (ido-chop): Fix bug#10994.
2584
2585 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2586
2587 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2588 Remove vars.
2589 (whitespace-color-on, whitespace-color-off):
2590 Use `font-lock-fontify-buffer' (Bug#13817).
2591
2592 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2595 remapping in mode-line.
2596 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2597
2598 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2599
2600 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2601 value for `whitespace-line' face (Bug#13875).
2602 (whitespace-font-lock-keywords): Change description.
2603 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2604 the constructed keywords instead.
2605 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2606
2607 2013-03-19 Leo Liu <sdl.web@gmail.com>
2608
2609 * progmodes/compile.el (compilation-display-error): New command.
2610 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2611 C-o. (Bug#13992)
2612
2613 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2614
2615 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2616
2617 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2618
2619 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2620
2621 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2622
2623 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2624
2625 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2626 * net/tramp-gvfs.el (top):
2627 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2628 (tramp-handle-shell-command): Use it.
2629 (tramp-dissect-file-name): Raise an error when hostname is a
2630 method name, and neither method nor user is specified.
2631
2632 * net/trampver.el: Update release number.
2633
2634 2013-03-18 Leo Liu <sdl.web@gmail.com>
2635
2636 Make sure eldoc can be turned off properly.
2637 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2638 eldoc-mode.
2639 (eldoc-display-message-p): Revert last change.
2640 (eldoc-display-message-no-interference-p)
2641 (eldoc-print-current-symbol-info): Tweak.
2642
2643 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2644
2645 * doc-view.el (doc-view-new-window-function): Check the new window
2646 overlay's display property instead the char property of the
2647 buffer's first char. Use `with-selected-window' instead of
2648 `save-window-excursion' with `select-window'.
2649 (doc-view-document->bitmap): Check the current doc-view overlay's
2650 display property instead the char property of the buffer's first char.
2651
2652 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2653
2654 Automate the build of ja-dic.el (Bug#13984).
2655 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2656 from the input, rather than assume that it's been done for us by the
2657 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2658 the current date into a ja-dic.el comment, as that complicates
2659 regression testing.
2660
2661 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * whitespace.el: Fix double evaluation.
2664 (whitespace-space, whitespace-hspace, whitespace-tab)
2665 (whitespace-newline, whitespace-trailing, whitespace-line)
2666 (whitespace-space-before-tab, whitespace-indentation)
2667 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2668 obsolete defvars.
2669 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2670 (whitespace-color-on): Use a single font-lock-add-keywords call.
2671 Fix double-evaluation of face variables.
2672
2673 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * net/tramp-adb.el (tramp-adb-parse-device-names):
2676 Use `start-process' instead of `call-process'. Otherwise, the
2677 function might be blocked under MS Windows. (Bug#13299)
2678
2679 2013-03-17 Leo Liu <sdl.web@gmail.com>
2680
2681 Extend eldoc to display info in the mode-line. (Bug#13978)
2682 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2683 (eldoc-mode-line-string): New variable.
2684 (eldoc-minibuffer-message): New function.
2685 (eldoc-message-function): New variable.
2686 (eldoc-message): Use it.
2687 (eldoc-display-message-p)
2688 (eldoc-display-message-no-interference-p):
2689 Support eldoc-post-insert-mode.
2690
2691 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2692 (eval-expression): Run it.
2693
2694 2013-03-17 Roland Winkler <winkler@gnu.org>
2695
2696 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2697 strings in the list of return values.
2698
2699 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2700
2701 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2702 radix before checking for HMS forms.
2703
2704 2013-03-16 Leo Liu <sdl.web@gmail.com>
2705
2706 * progmodes/scheme.el: Add indentation and font-locking for λ.
2707 (Bug#13975)
2708
2709 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2712 token before point (bug#13942).
2713
2714 2013-03-16 Leo Liu <sdl.web@gmail.com>
2715
2716 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2717
2718 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2719
2720 * startup.el (command-line-normalize-file-name): Fix handling of
2721 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2722 <xfq.free@gmail.com> in
2723 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2724
2725 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2726
2727 Sync with Tramp 2.2.7.
2728
2729 * net/trampver.el: Update release number.
2730
2731 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2732
2733 * doc-view.el Fix bug#13887.
2734 (doc-view-insert-image): Don't modify overlay associated to
2735 non-live windows, and implement horizontal centering of image in
2736 case it's smaller than the window.
2737 (doc-view-new-window-function): Force redisplay of new windows on
2738 doc-view buffers.
2739
2740 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2741
2742 * saveplace.el (save-place-alist-to-file): Don't sort
2743 `save-place-alist', just pretty-print it (bug#13882).
2744
2745 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2748 whether `default-file-name-coding-system' is bound. It isn't in
2749 XEmacs.
2750
2751 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2754 backquotes for `obsolete' (bug#13929).
2755
2756 * international/mule.el (find-auto-coding): Include file name in
2757 obsolescence warning (bug#13922).
2758
2759 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2760
2761 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2762 for CFEngine 3-specific indentation.
2763 (cfengine3-indent-line): Use it. Fix up category regex.
2764 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2765
2766 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * type-break.el (type-break-file-name):
2769 * textmodes/remember.el (remember-data-file):
2770 * strokes.el (strokes-file):
2771 * shadowfile.el (shadow-initialize):
2772 * saveplace.el (save-place-file):
2773 * ps-bdf.el (bdf-cache-file):
2774 * progmodes/idlwave.el (idlwave-config-directory):
2775 * net/quickurl.el (quickurl-url-file):
2776 * international/kkc.el (kkc-init-file-name):
2777 * ido.el (ido-save-directory-list-file):
2778 * emulation/viper.el (viper-custom-file-name):
2779 * emulation/vip.el (vip-startup-file):
2780 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2781 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2782
2783 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2784
2785 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2786 * language/thai-word.el: Switch to UTF-8.
2787
2788 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2791
2792 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2793
2794 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2795 Use with-current-buffer and don't move point.
2796 (net-utils-run-simple): Remove useless code.
2797 (net-utils-remove-ctl-m): Remove unused custom.
2798
2799 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2800
2801 * international/characters.el (glyphless-set-char-table-range): New fun.
2802 (update-glyphless-char-display): Use it (bug#13744).
2803
2804 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2805
2806 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2807 namespaces in the syntax, indent closer for hanging brace
2808 correctly, allow single-quote delimited 'strings', and make
2809 `cfengine3-mode' the default.
2810
2811 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2812
2813 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2814 Use lexical-binding. Fix up docstring according to conventions.
2815 (gdbmi-debug-mode): New var.
2816 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2817 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2818 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2819 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2820 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2821 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2822 (gdbmi-bnf-incomplete-record-result): New functions.
2823 (gdb-car<): Remove function.
2824 (gdbmi-record-list): Remove variable.
2825 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2826 (gdbmi-bnf-result-state-configs): New const.
2827 (gud-gdbmi-marker-filter): Rewrite.
2828 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2829 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2830 Add `token' argument.
2831 (gdb-done, gdb-error): New functions.
2832 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2833
2834 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * term/xterm.el (xterm--report-background-handler): Don't burp
2837 upon timeout.
2838 (xterm--version-handler): Extract from terminal-init-xterm.
2839 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2840 Allow multiple handlers.
2841 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2842
2843 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2844 (xterm--report-background-handler, xterm--query): New functions.
2845 (terminal-init-xterm): Use them.
2846
2847 2013-03-11 Michael R. Mauger <michael@mauger.com>
2848
2849 * progmodes/sql.el Version 3.2
2850 Please note that my address changed to <michael@mauger.com>;
2851 the <mmaug@yahoo.com> address remains active.
2852 (sql-connection-alist): Updates documentation to fix bug#13715.
2853 (sql-connect): Handle missing `sql-connection-alist' correctly.
2854 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2855 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2856 property.
2857 (sql-default-value): New function.
2858 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2859 values were not used.
2860 (sql-rename-buffer): Make sure alternate buffer name has no text
2861 properties.
2862 (sql-input-sender, sql-execute-feature): Fetch variable with
2863 `buffer-local-value' rather than `with-current-buffer'.
2864 (sql-*): Use #' function syntax consistently.
2865 (sql-*): Use message/error/user-error consistently.
2866
2867 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * xt-mouse.el (xterm-mouse-event-read): Remove.
2870 (xterm-mouse--read-event-sequence-1000)
2871 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2872
2873 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * term/xterm.el (xterm-function-map): Support format used with
2876 formatOtherKeys=1 (bug#13839).
2877
2878 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2879 (with-no-warnings): Use `declare'.
2880
2881 * whitespace.el (whitespace-enable-predicate): New variable.
2882 (whitespace-enable-predicate): Use it.
2883
2884 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2885 (comint-output-filter, comint-update-fence):
2886 Use with-silent-modifications.
2887
2888 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2889
2890 * replace.el (occur-read-regexp-defaults-function): New var.
2891 (occur-read-regexp-defaults): New defun.
2892 (occur-read-primary-args): Propagate above change (bug#13892).
2893
2894 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2897
2898 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2899
2900 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2901
2902 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2903 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2904 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2905 New defconst.
2906 (tramp-gvfs-file-name-handler-alist) [directory-files]
2907 [directory-files-and-attributes, file-exists-p, file-modes]:
2908 Use Tramp default handler.
2909 [file-acl, file-selinux-context, process-file, set-file-acl]:
2910 [set-file-modes, set-file-selinux-context, shell-command]:
2911 [start-file-process]: Remove handler.
2912 [verify-visited-file-modtime]: New handler.
2913 (tramp-gvfs-dbus-string-to-byte-array)
2914 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2915 calls of `dbus-string-to-byte-array' and
2916 `tramp-gvfs-dbus-byte-array-to-string'.
2917 (tramp-gvfs-handle-copy-file)
2918 (tramp-gvfs-handle-delete-directory)
2919 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2920 (tramp-gvfs-handle-file-directory-p)
2921 (tramp-gvfs-handle-file-executable-p)
2922 (tramp-gvfs-handle-file-name-all-completions)
2923 (tramp-gvfs-handle-file-readable-p)
2924 (tramp-gvfs-handle-file-writable-p)
2925 (tramp-gvfs-handle-insert-directory)
2926 (tramp-gvfs-handle-insert-file-contents)
2927 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2928 (tramp-gvfs-handle-set-visited-file-modtime)
2929 (tramp-gvfs-handle-write-region): Rewrite.
2930 (tramp-gvfs-handle-file-acl)
2931 (tramp-gvfs-handle-file-selinux-context)
2932 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2933 (tramp-gvfs-handle-set-file-modes)
2934 (tramp-gvfs-handle-set-file-selinux-context)
2935 (tramp-gvfs-handle-shell-command)
2936 (tramp-gvfs-handle-start-file-process)
2937 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2938 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2939 over the symlinks. Fix user handling.
2940 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2941 of the D-Bus signals.
2942 (tramp-gvfs-connection-mounted-p): Handle different names of the
2943 D-Bus methods.
2944 (tramp-gvfs-mount-spec-entry): New defun.
2945 (tramp-gvfs-mount-spec): Use it.
2946 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2947 there is a share name. Handle different names of the D-Bus
2948 signals and methods. Set connection properties needed for
2949 `tramp-check-cached-permissions'.
2950 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2951 Return t or nil.
2952
2953 * net/tramp.el (tramp-backtrace): Move up.
2954 (tramp-error): Dump a backtrace into the debug buffer when
2955 `tramp-verbose > 9.
2956 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2957 (tramp-file-mode-permissions, tramp-get-local-uid)
2958 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2959 tramp-sh.el.
2960
2961 * net/tramp-sh.el (tramp-file-mode-type-map)
2962 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2963 (tramp-file-mode-permissions, tramp-get-local-uid)
2964 (tramp-get-local-gid): Move to tramp.el.
2965
2966 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 Separate mouse-1-click-follows-link from mouse-drag-region.
2969 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2970 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2971 (mouse-drag-line, mouse-drag-track):
2972 Remove mouse-1-click-follows-link code.
2973 (mouse--remap-link-click-p): Remove.
2974
2975 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2976
2977 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2978 (hi-lock-read-regexp-defaults): New defun.
2979 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2980 (hi-lock-face-phrase-buffer): Propagate above change.
2981 Update docstring (bug#13892).
2982
2983 * subr.el (find-tag-default-as-regexp): New defun.
2984 * replace.el (read-regexp): Propagate above change.
2985
2986 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2987
2988 * calc/calc-units.el (calc-convert-units): Fix the way that default
2989 new units are stored.
2990
2991 2013-03-07 Matthias Meulien <orontee@gmail.com>
2992
2993 * bookmark.el: Define a face to highlight bookmark names in
2994 bookmark menu buffers, where the default is a bold face similarly
2995 to buffer names in buffer menu buffers.
2996 (bookmark-menu-bookmark): New face to highlight bookmark names.
2997 (bookmark-insert-location): Remove duplicated text property to
2998 conform to buffer list (see `list-buffers').
2999 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3000 `bookmark-menu-bookmark' to bookmark names.
3001
3002 2013-03-07 Matthias Meulien <orontee@gmail.com>
3003 Karl Fogel <kfogel@red-bean.com>
3004
3005 * bookmark.el: Display the bookmark list header similarly to the
3006 buffer list header (see `list-buffers'), where the default is now
3007 an immovable/immutable header line.
3008 (bookmark-bmenu-use-header-line): New variable.
3009 (bookmark-bmenu-inline-header-height): New name for
3010 `bookmark-bmenu-header-height', to avoid confusion with the code
3011 for the new immovable header. All references changed.
3012 (bookmark-bmenu-set-header): New function.
3013 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3014 Conditionalize header construction accordingly.
3015 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3016 the inline header height.
3017 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3018 Conditionalize the skipping of the inline header height.
3019
3020 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3021
3022 * progmodes/js.el (js--multi-line-declaration-indentation):
3023 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3024
3025 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3026
3027 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3028 Only propertize regexp when not inside a string (Bug#13885).
3029
3030 2013-03-06 Alan Mackenzie <acm@muc.de>
3031
3032 Correct the position of point in some line-up functions.
3033 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3034 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
3035 point at column 0 rather than at a random place in the line.
3036
3037 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3038
3039 * net/tramp-compat.el (tramp-compat-delete-directory):
3040 Implement TRASH argument.
3041
3042 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3043
3044 Keep pre-existing highlighting in completion candidates (Bug#13250).
3045 * minibuffer.el (completions-first-difference): State that the
3046 face is "added" in the docstring.
3047 (completions-common-part): Same. And don't inherit from default.
3048 (completion-hilit-commonality): Prepend 'completions-common-part
3049 and 'completion-first-difference faces to the 'face property,
3050 instead of replacing the value(s).
3051 (completion--insert-strings): Same with 'completions-annotations face.
3052 (completion-hilit-commonality): Use 'face instead of
3053 'font-lock-face, because it gets priority if the completion
3054 strings already have 'face set.
3055
3056 2013-03-04 Alan Mackenzie <acm@muc.de>
3057
3058 Replace `last-command-event' by `last-command-char' in XEmacs.
3059 * progmodes/cc-defs.el (c-last-command-char): New macro.
3060 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3061 (c-semi&comma-no-newlines-before-nonblanks)
3062 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3063 in place of `last-command-event'.
3064 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3065 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3066 (c-electric-paren, c-electric-continued-statement): Use the new
3067 macro in place of `last-command-event'.
3068
3069 2013-03-04 Glenn Morris <rgm@gnu.org>
3070
3071 * files.el (inhibit-local-variables-regexps):
3072 Add .diff and .patch. (Bug#13862)
3073
3074 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3077 whether the "su" command is available on the device.
3078
3079 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3082 (tramp-adb-handle-process-file): Remove superfluous setting.
3083 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3084 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3085 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3086
3087 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3090 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3091 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3092 Use dict-key rather than dict-name for the error message.
3093
3094 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3095
3096 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3097 when reverting (bug#13831).
3098
3099 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3100
3101 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3102 Always expand affix-file before storing to protect against changed
3103 `default-directory'.
3104 (ispell-print-if-debug): Make sure message is printed at the end
3105 of the debug buffer.
3106
3107 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3108
3109 * net/tramp.el (tramp-obsolete-methods): New defconst.
3110 (tramp-warned-obsolete-methods): New defvar.
3111 (tramp-find-method): Check for obsolete methods. Map them to a
3112 replacement method if appropriate.
3113
3114 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3115 Remove methods.
3116 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3117 "ssh2" and "plink1".
3118
3119 2013-02-28 Dale Sedivec <dale@codefu.org>
3120
3121 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3122 Return valid syntax-table property value when converting
3123 quotes within text from string syntax to punctuation syntax (bug#13844).
3124
3125 2013-02-28 Juri Linkov <juri@jurta.org>
3126
3127 * dired-aux.el (dired-diff): If file at point is a backup file,
3128 use its original as the default value, and reverse the order
3129 of arguments to the `diff' call. Doc fix. (Bug#13772)
3130
3131 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3134 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3135
3136 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3137
3138 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3139
3140 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3141 Ask hunspell about available and default dictionaries.
3142 (ispell-parse-hunspell-affix-file): Extract relevant info from
3143 hunspell affix file.
3144 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3145 `ispell-dictionary-alist' entry for given dictionary after info
3146 provided by `ispell-parse-hunspell-affix-file'.
3147 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3148 of parsed hunspell dicts and associated affix files.
3149 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3150 of parsed hunspell dicts and associated parameters.
3151 (ispell-set-spellchecker-params):
3152 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3153 previously done.
3154 (ispell-start-process):
3155 Call `ispell-hunspell-fill-dictionary-entry' for current
3156 dictionary if it is not initialized.
3157
3158 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * imenu.el: Comment nitpicks.
3161
3162 2013-02-28 Sam Steingold <sds@gnu.org>
3163
3164 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3165 See <http://stackoverflow.com/questions/14720205>.
3166
3167 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3168
3169 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3170 (net-utils-mode): Use it.
3171 (net-utils--revert-cmd): New var.
3172 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3173 (traceroute): Use net-utils-run-simple.
3174
3175 2013-02-28 Glenn Morris <rgm@gnu.org>
3176
3177 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3178
3179 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3182 (doc-view-fallback-mode): Remove overlays here.
3183 (doc-view-toggle-display): Instead of here. Don't throw away
3184 image-mode-winprops-alist.
3185 (doc-view-goto-page): Don't mess with hscroll.
3186
3187 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3188
3189 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3190 &optional (bug#13819).
3191
3192 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp-adb.el (tramp-adb-parse-device-names)
3195 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3196
3197 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3198
3199 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3200 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3201 defined. POSIX environments fall back to the "C" locale then and
3202 emit a warning, which shall be suppressed.
3203
3204 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3207 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3208
3209 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3212
3213 2013-02-25 Juri Linkov <juri@jurta.org>
3214
3215 * replace.el (read-regexp): Let-bind `default' to the first
3216 element of `defaults' if it's a list, otherwise it should be
3217 a string or nil. Let-bind `suggestions' to `defaults' if it's
3218 a list, otherwise make a list with the string value. Doc fix.
3219 (Bug#13805)
3220
3221 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3222
3223 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3224 that match "\`\.#", to avoid compiling lock files, even if they
3225 are readable (as they are on MS-Windows).
3226
3227 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * files.el (basic-save-buffer): Remove redundant directory-creation.
3230
3231 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3232
3233 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3234 Add option to force `pi' to remain symbolic.
3235 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3236 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3237 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3238 derivatives, when necessary.
3239
3240 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3241
3242 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3243 (ps-mode-octal-region): Use string-make-unibyte.
3244
3245 2013-02-23 Glenn Morris <rgm@gnu.org>
3246
3247 * emulation/viper-cmd.el (viper-submit-report):
3248 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3249 * progmodes/vera-mode.el (vera-mode-help-address):
3250 * textmodes/artist.el (artist-maintainer-address):
3251 * textmodes/reftex.el (reftex-report-bug):
3252 * vc/ediff-util.el (ediff-submit-report):
3253 Add bug-gnu-emacs to bug report address.
3254
3255 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3256 Remove bug report entries.
3257 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3258
3259 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3260 (byte-compile-file, byte-compile-from-buffer):
3261 Use separate input/output buffers for each level of recursive
3262 byte-compile-file calls. (Bug#13787)
3263
3264 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * net/tramp.el (tramp-methods): Fix docstring.
3267 (tramp-ssh-controlmaster-options): Rename it from
3268 `tramp-ssh-controlmaster-template'. Return a string.
3269 (tramp-default-method): Adapt check for
3270 `tramp-ssh-controlmaster-options'.
3271
3272 * net/tramp-sh.el (tramp-methods):
3273 Replace `tramp-ssh-controlmaster-template' by "%c".
3274 (tramp-do-copy-or-rename-file-out-of-band)
3275 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3276 that it is applied for the first hop only.
3277
3278 2013-02-22 Juri Linkov <juri@jurta.org>
3279
3280 * isearch.el (isearch-lazy-highlight-new-loop):
3281 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3282 to `isearch-other-end' if it is not nil. (Bug#13402)
3283
3284 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3285 to `match-beg'.
3286
3287 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3288 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3289 and `isearch-error' to nil.
3290
3291 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3292
3293 * progmodes/python.el (python-info-current-defun):
3294 Enhance match-data cluttering prevention.
3295
3296 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3299
3300 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3301 Handle multibyte file names.
3302
3303 2013-02-22 Glenn Morris <rgm@gnu.org>
3304
3305 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3306 (sgml-transformation-function): Give it a :set function.
3307 (sgml-tag): Doc fix.
3308
3309 * cmuscheme.el (scheme-buffer):
3310 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3311 * progmodes/tcl.el (inferior-tcl-buffer):
3312 * textmodes/tex-mode.el (tex-command): Doc fixes.
3313
3314 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3315
3316 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3317
3318 2013-02-21 Bastien Guerry <bzg@gnu.org>
3319
3320 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3321
3322 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3323
3324 * progmodes/python.el (python-info-current-defun):
3325 Enhance match-data cluttering prevention.
3326
3327 2013-02-21 Glenn Morris <rgm@gnu.org>
3328
3329 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3330 loaded while outline-regexp is let bound. (Bug#9584)
3331
3332 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3333
3334 * progmodes/python.el (python-info-current-defun): Fix failed
3335 defun name retrieval because of unwanted match-data cluttering.
3336
3337 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3338
3339 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3340 defconst. Apply independent check for ControlPersist.
3341
3342 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3343 temporarily, via "env".
3344
3345 2013-02-21 Glenn Morris <rgm@gnu.org>
3346
3347 * info.el (Info-enable-edit): Remove.
3348 (Info-edit): Disable it rather than using Info-enable.
3349 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3350 (Info-cease-edit): Make editing of Info files obsolete.
3351
3352 * informat.el (Info-tagify):
3353 Handle buffers not visiting files. (Bug#13763)
3354
3355 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3358
3359 2013-02-21 Glenn Morris <rgm@gnu.org>
3360
3361 * files.el (basic-save-buffer): Move check for existing parent
3362 directory after hooks. (Bug#13773)
3363
3364 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * simple.el (command-execute): Move from C. Add obsolete check.
3367 (extended-command-history): Move from C.
3368
3369 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3370
3371 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3372 (jka-compr-mode-alist-additions): Handle .txz suffix for
3373 XZ-compressed tar archives (bug#13770).
3374
3375 2013-02-20 Bastien Guerry <bzg@gnu.org>
3376
3377 * outline.el (outline-regexp, outline-heading-end-regexp):
3378 Make variables, not options (bug#13731).
3379
3380 2013-02-20 Glenn Morris <rgm@gnu.org>
3381
3382 * image.el (image-current-frame): Change from variable to function.
3383 (image-show-frame): Rename from image-nth-frame. Update callers.
3384 * image-mode.el (image-multi-frame): New variable.
3385 (image-mode-map, image-mode, image-goto-frame):
3386 Use image-multi-frame rather than image-current-frame.
3387 (image-mode, image-goto-frame): Use image-current-frame as
3388 function rather than as variable.
3389
3390 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3391 * emacs-lisp/cl-macs.el (cl--make-type-test)
3392 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3393
3394 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3397 (tramp-get-file-property, tramp-set-file-property)
3398 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3399 (tramp-flush-file-property, tramp-flush-directory-property):
3400 Rename argument to KEY.
3401 (tramp-flush-connection-property): Simplify a little bit.
3402 (tramp-connection-property-p): New defun.
3403 (top): Reapply saved values only if there isn't a corresponding
3404 entry in `tramp-connection-properties'.
3405
3406 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3407
3408 * progmodes/python.el (python-indent-context):
3409 Fix python-info-line-ends-backslash-p call.
3410 (python-info-line-ends-backslash-p)
3411 (python-info-beginning-of-backslash): Respect line-number argument.
3412 (python-info-current-line-comment-p):
3413 Fix behavior when not at beginning-of-line.
3414 (python-util-position): Remove function.
3415 (python-util-goto-line): New function.
3416
3417 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3418
3419 * eshell/em-unix.el (eshell/su): Require tramp.
3420 (eshell/sudo): Require tramp. Remove now unnecessary check.
3421
3422 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3423 `tramp-current-connection' in order to avoid an error when several
3424 commands are invoked in a short time in eshell and friends.
3425
3426 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 Cleanup some of EIEIO's namespace.
3429 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3430 Use it to define all the class-* and object-* field accessors (renamed
3431 to eieio--class-* and eieio--object-*). Update all uses.
3432 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3433 class-num-slots and object-num-slots.
3434 (eieio--check-type): New macro.
3435 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3436 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3437 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3438 (object-assoc-list-safe): Use it.
3439 (eieio-defclass): Tighten regexp.
3440 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3441 Remove unreachable code.
3442 (object-class-fast): Declare obsolete.
3443 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3444 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3445 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3446 Rename from class-name, object-name, object-set-name-string,
3447 object-class, object-class-name, class-parents, class-children,
3448 class-precedence-list, class-parent; with obsolete alias.
3449 (class-of, class-direct-superclasses, class-direct-subclasses):
3450 Declare obsolete.
3451 (eieio-defmethod): Use `memq'; remove unreachable code.
3452 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3453 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3454 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3455
3456 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3457
3458 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3459 commentary.
3460
3461 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3462
3463 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3464 Use font-lock-keyword-face for macros and special forms (bug#8345).
3465
3466 2013-02-17 Didier Verna <didier@didierverna.net>
3467
3468 * net/network-stream.el (network-stream-open-starttls):
3469 Check that response to the starttls-command is non-nil. (Bug#13706)
3470
3471 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3474 Don't assume all identifier chars have syntax word.
3475 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3476 Remove bar-not-symbol. Adjust callers.
3477 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3478
3479 2013-02-17 Leo Liu <sdl.web@gmail.com>
3480
3481 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3482
3483 2013-02-17 Glenn Morris <rgm@gnu.org>
3484
3485 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3486
3487 * image-mode.el (image-mode-map): Add image-dired menu entry.
3488
3489 * image-dired.el (tumme): Make this alias obsolete.
3490
3491 2013-02-16 Glenn Morris <rgm@gnu.org>
3492
3493 * image.el (image-animated-types): Remove.
3494 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3495 (image-animated-p): Make obsolete alias.
3496 (image-animate, image-nth-frame, image-animate-timeout):
3497 Use image-multi-frame-p.
3498 (image-animate-timeout): If no delay, use image-default-frame-delay.
3499 * image-mode.el (image-mode, image-toggle-animation):
3500 Use image-multi-frame-p. (Bug#763, bug#10739)
3501 (image-mode): Adjust startup message for a multi-frame image.
3502
3503 * image-mode.el (image-mode-map): Give it a menu.
3504
3505 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3506
3507 * net/tramp-cache.el (tramp-connection-properties): New customer
3508 option.
3509 (tramp-get-connection-property): Use it.
3510
3511 * net/tramp-compat.el (top): Require 'trampver.
3512
3513 * net/tramp-sh.el (tramp-remote-process-environment):
3514 Set tramp-autoload cookie.
3515
3516 2013-02-16 Kevin Ryde <user42@zip.com.au>
3517
3518 * info-look.el (info-lookup-select-mode): If major-mode has no
3519 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3520
3521 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3522
3523 * replace.el (read-regexp): Tighten the regexp that matches tag.
3524 When tag is retrieved with `find-tag-default', use regexp that
3525 matches tag at point. Also update docstring (Bug#13687).
3526
3527 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3528
3529 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3530 add watch for the file, not its parent directory, since w32notify
3531 sets up the watch for the directory internally. (Bug#13725)
3532
3533 2013-02-16 Glenn Morris <rgm@gnu.org>
3534
3535 * image.el (image-default-frame-delay): New variable.
3536 (image-animated-p): Use image-default-frame-delay.
3537 (image-minimum-frame-delay): New constant.
3538 (image-animate-timeout): Use image-minimum-frame-delay.
3539
3540 * image.el (image-nth-frame): New, split from image-animate-timeout.
3541 (image-animate-timeout): Use image-nth-frame.
3542 * image-mode.el (image-goto-frame, image-next-frame)
3543 (image-previous-frame): New commands.
3544 (image-mode-map): Add new frame commands.
3545
3546 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3547
3548 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3549 If col-desc already has help-echo, use it. (Bug#13563)
3550
3551 2013-02-16 Glenn Morris <rgm@gnu.org>
3552
3553 * image.el (image-current-frame): New variable.
3554 (image-animate-timeout): Set image-current-frame.
3555 * image-mode.el (image-mode): For animated images,
3556 display a frame counter via mode-line-process.
3557
3558 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3559
3560 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3563
3564 2013-02-15 Alan Mackenzie <acm@muc.de>
3565
3566 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3567 global minor mode has been enabled, call the minor mode function
3568 for a new buffer once only, after the major mode hook, whilst
3569 allowing that hook explicitly to disable the minor mode.
3570 (MODE-disable-in-buffer): New (generated) function.
3571 (disable-MODE): New (generated) buffer local variable.
3572
3573 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3574
3575 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3576 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3577 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3578 `ido-next-match' and `ido-prev-match' resply.
3579 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3580 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3581 `icomplete-backward-completions' (Bug#13708).
3582
3583 2013-02-15 Glenn Morris <rgm@gnu.org>
3584
3585 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3586
3587 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3590 (goto-address-fontify-region): Use them instead of narrowing, so
3591 syntax-ppss has access to the whole buffer.
3592
3593 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3594
3595 * progmodes/python.el: Explain how to restore "cc-mode"-like
3596 forward-sexp movement in header documentation (Bug#13642).
3597 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3598 comments and strings (GH bug 114).
3599
3600 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3601
3602 * progmodes/python.el (python-info-current-defun): Fix current
3603 defun detection (Bug#13618).
3604
3605 2013-02-15 Chong Yidong <cyd@gnu.org>
3606
3607 * xml.el (xml-parse-string): Fix typo in handling of bad character
3608 references.
3609
3610 2013-02-15 Glenn Morris <rgm@gnu.org>
3611
3612 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3613
3614 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3615
3616 * net/tramp.el (tramp-debug-message):
3617 Add `tramp-condition-case-unless-debug'.
3618 (tramp-debug-on-error): New defvar.
3619 (tramp-condition-case-unless-debug): New defun.
3620 (tramp-file-name-handler): Use it.
3621
3622 2013-02-14 Juri Linkov <juri@jurta.org>
3623
3624 * info.el (Info-isearch-filter): Treat non-nil values of
3625 `search-invisible' including its default value `open'
3626 like the value `t' to match hidden text. (Bug#13402)
3627
3628 2013-02-14 Glenn Morris <rgm@gnu.org>
3629
3630 * help-fns.el (find-lisp-object-file-name): Give special treatment
3631 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3632
3633 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3634
3635 * net/quickurl.el (quickurl-save-urls):
3636 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3637
3638 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3639
3640 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3641 depth for unfinished percent literal. Not using it in the caller.
3642 (ruby-move-to-block): Jump over multiline literals of all types,
3643 ignoring code-looking contents inside them.
3644 (ruby-add-log-current-method): Improve performance at the expense
3645 of accuracy. `ruby-block-contains-point' is relatively slow, so
3646 only use it for method and singleton class blocks.
3647
3648 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3649
3650 Use ControlMaster where applicable. (Bug#13677)
3651
3652 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3653 replacing `tramp-detect-ssh-controlmaster'.
3654 (tramp-default-method): Use it.
3655
3656 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3657 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3658 arguments.
3659 [scpc, rsyncc]: Remove methods.
3660 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3661 and "ssh2_old".
3662 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3663 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3664
3665 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * emacs-lisp/package.el (package--initialized): Move before first use.
3668
3669 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3670
3671 * icomplete.el (icomplete-hide-common-prefix): New user option.
3672 (icomplete-first-match): New face.
3673 (icomplete-completions): Correct handling of "complete but not
3674 unique" (Bug#12638).
3675
3676 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3677
3678 * descr-text.el (describe-char): Display the script (bug#13698).
3679
3680 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * tmm.el: Use lexical-binding and current-active-maps.
3683 (tmm-menubar): Use map-keymap and pcase.
3684 (tmm--completion-table): New function.
3685 (tmm-prompt): Use it to fix the menu order.
3686 (tmm-get-keybind): Use current-active-maps.
3687
3688 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3689
3690 Add dired-hide-details-mode. (Bug#6799)
3691
3692 * locate.el (locate-mode): Set parent mode property to dired-mode.
3693
3694 * find-dired.el (find-dired): Call dired-insert-set-properties on
3695 initial information line. Set process mark on end of buffer.
3696 (find-dired-sentinel):
3697 Call dired-insert-set-properties on summary.
3698
3699 * dired.el (dired-hide-details-hide-symlink-targets)
3700 (dired-hide-details-hide-information-lines): New options.
3701 (dired-insert-directory):
3702 Set properties after final treatment of output.
3703 (dired-insert-set-properties):
3704 Set dired-hide-details-* properties.
3705 (dired-mode-map): Bind dired-hide-details-mode.
3706 (dired-mode): Set buffer-invisibility-spec to a list.
3707 (dired-next-line): Skip hidden lines.
3708 (dired-previous-line): Use dired-next-line.
3709 (dired-hide-details-mode): New minor mode.
3710 (dired-hide-details-update-invisibility-spec): New function.
3711
3712 2013-02-13 Glenn Morris <rgm@gnu.org>
3713
3714 * play/yow.el: Move to obsolete/. (Bug#9384)
3715
3716 2013-02-13 Juri Linkov <juri@jurta.org>
3717
3718 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3719 to select `ediff-control-frame' and set input focus correctly on Xfce.
3720 (Bug#12218)
3721
3722 2013-02-13 Juri Linkov <juri@jurta.org>
3723
3724 * image-mode.el (image-mode-map):
3725 * doc-view.el (doc-view-mode-map):
3726 * vc/ediff-util.el (ediff-setup-keymap):
3727 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3728
3729 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3730
3731 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3732 performance. Instead of recalculating indentation fully for each
3733 line, sum up indentation depth based only on visited lines.
3734 (ruby-parse-partial): Increase the depth after "do" even when END
3735 is right after it.
3736 (ruby-parse-partial): When END is in the middle of a percent
3737 literal, increase the depth if the delimiter chars belong to the
3738 paren syntax class.
3739
3740 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3741
3742 * play/fortune.el (fortune-compile): Also make the compiled file
3743 if it does not exist at all, not just if it is old. (Bug#5338)
3744
3745 2013-02-13 Glenn Morris <rgm@gnu.org>
3746
3747 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3748
3749 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3750
3751 * lisp/emacs-lisp/package.el (package-menu-execute):
3752 Add optional noquery argument. (Bug#13625)
3753
3754 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3755
3756 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3757 if DIR exists and PARENTS is non-nil.
3758
3759 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * progmodes/js.el (js--multi-line-declaration-indentation):
3762 Silence byte-compiler warning.
3763
3764 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3765
3766 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3767
3768 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3769 only if it doesn't exist.
3770
3771 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3772 Set process marker.
3773
3774 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3775
3776 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3777 UserInstallation when calling soffice to work around LibreOffice
3778 bug 37531.
3779
3780 2013-02-12 Glenn Morris <rgm@gnu.org>
3781
3782 * files.el (basic-save-buffer):
3783 Offer to create a non-existing directory. (Bug#3016)
3784
3785 * calc/calc-graph.el (calc-graph-show-dumb):
3786 * calendar/calendar.el (calendar-mode-map):
3787 * cus-edit.el (custom-mode-map):
3788 * ehelp.el (electric-help-map):
3789 * emulation/vip.el (vip-mode-map):
3790 * epa.el (epa-key-list-mode-map):
3791 * info.el (Info-mode-map):
3792 * mail/rmail.el (rmail-mode-map):
3793 * mail/rmailsum.el (rmail-summary-mode-map):
3794 * man.el (Man-mode-map):
3795 * net/newst-plainview.el (newsticker-mode-map):
3796 * progmodes/cpp.el (cpp-edit-mode-map):
3797 * progmodes/grep.el (grep-mode-map):
3798 * progmodes/idlw-help.el (idlwave-help-mode-map):
3799 * simple.el (special-mode-map):
3800 * startup.el (splash-screen-keymap):
3801 * view.el (view-mode-map):
3802 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3803
3804 2013-02-11 Elias Pipping <pipping@lavabit.com>
3805
3806 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3807 (bug#13679).
3808
3809 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3812
3813 2013-02-11 Glenn Morris <rgm@gnu.org>
3814
3815 * vc/diff.el (diff-use-labels): New variable.
3816 (diff-no-select): Use --label rather than -L, and first
3817 check that it is supported. (Bug#11067)
3818
3819 * files.el (enable-dir-local-variables): New variable.
3820 (hack-dir-local-variables): Respect enable-dir-local-variables.
3821 * tutorial.el (help-with-tutorial):
3822 Ignore directory-local variables. (Bug#11127)
3823
3824 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3825 (vc-svn-global-switches): ... to here. (Bug#13513)
3826
3827 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3828
3829 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3830 Handle "foo (bar, default: xxx): " prompts.
3831
3832 2013-02-10 Chong Yidong <cyd@gnu.org>
3833
3834 * files.el (basic-save-buffer-1): Do not set
3835 buffer-file-coding-system-explicit (Bug#4533).
3836
3837 * mail/emacsbug.el (report-emacs-bug): Change binding of
3838 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3839
3840 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3841
3842 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3843 * calc/calc-units.el (calc-convert-units): Use new variable.
3844
3845 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3846
3847 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3848
3849 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3850 buffer-file-type.
3851
3852 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3853 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3854 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3855 coding-system-for-write instead.
3856
3857 * jka-compr.el (jka-compr-write-region): Don't bind
3858 buffer-file-type.
3859
3860 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3861 buffer-file-type.
3862
3863 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3864 (insert-file-contents-literally): Remove reference to
3865 file-name-buffer-file-type-alist.
3866
3867 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3868 make-obsolete.
3869 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3870 (find-buffer-file-type-coding-system): Remove references to
3871 find-buffer-file-type-match, find-buffer-file-type, and
3872 buffer-file-type.
3873 Don't put find-buffer-file-type-coding-system into
3874 file-coding-system-alist.
3875 (find-file-binary, find-file-text): Bind coding-system-for-read
3876 instead of file-name-buffer-file-type-alist.
3877
3878 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3879
3880 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3881 converter (Bug#13622).
3882 (doc-view-unoconv-program): Make obsolete alias.
3883 (doc-view-odf->pdf-converter-program): New variable.
3884 (doc-view-odf->pdf-converter-function): New variable.
3885 (doc-view-mode-p): Use it.
3886 (doc-view-odf->pdf-converter-unoconv):
3887 Rename from `doc-view-odf->pdf-converter-unoconv'.
3888 (doc-view-odf->pdf-converter-soffice): New function.
3889 (doc-view-convert-current-doc):
3890 Use `doc-view-odf->pdf-converter-function'.
3891
3892 2013-02-09 Chong Yidong <cyd@gnu.org>
3893
3894 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3895 view-echo-area-messages (Bug#13340).
3896
3897 * help.el (view-echo-area-messages): Use display-buffer.
3898
3899 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3900 (Bug#13561).
3901
3902 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3905 Eval body right away, now that we do eager macroexpansion (bug#13605).
3906
3907 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3908 (fundamental-mode): Use run-mode-hooks.
3909
3910 * eshell/esh-proc.el (eshell/kill): Fix last change.
3911 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3912
3913 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3914
3915 * eshell/esh-proc.el (eshell/kill): Rewrite.
3916
3917 * eshell/em-ls.el (show-almost-all): Declare.
3918 (eshell-do-ls): Add support for -A argument.
3919
3920 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3921
3922 * icomplete.el (icomplete-forward-completions)
3923 (icomplete-backward-completions): Handle corner case (bug#13602).
3924
3925 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3928 be nil. Handle this. (Bug#13636)
3929
3930 2013-02-07 Richard Stallman <rms@gnu.org>
3931
3932 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3933 `save-buffer-coding-system'.
3934
3935 2013-02-07 Alan Mackenzie <acm@muc.de>
3936
3937 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3938 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3939 (c-parse-state-get-strategy): Don't return 'BOD any more.
3940 (c-append-lower-brace-pair-to-state-cache):
3941 Extra parameter HERE instead of narrowing.
3942 Widen to top of buffer before searching backwards for a brace pair.
3943 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3944 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3945 Narrow to parameter HERE, in place of being called narrowed.
3946 (c-remove-stale-state-cache): Extra parameter HERE in place of
3947 narrowing. Check there's an open brace in the cache before
3948 searching for its match.
3949 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3950 (c-parse-state-1): Don't narrow here for 'forward strategy,
3951 instead passing extra parameter HERE to several functions.
3952 Remove 'BOD strategy.
3953
3954 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3955
3956 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3957 used to install the package.
3958
3959 2013-02-06 Glenn Morris <rgm@gnu.org>
3960
3961 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3962 if we can't get user input. (Bug#6567)
3963
3964 * startup.el (command-line): If simple.el is missing,
3965 test and warn about for some possible causes.
3966
3967 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3968
3969 * cus-start.el (all): Add ns-use-native-fullscreen.
3970
3971 2013-02-05 Glenn Morris <rgm@gnu.org>
3972
3973 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3974
3975 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3976 Fix directory creation in fallback case.
3977
3978 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3979
3980 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3981 (vc-update-change-log): Use dolist.
3982
3983 2013-02-04 Chong Yidong <cyd@gnu.org>
3984
3985 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3986 code from ffap.el.
3987 (thing-at-point-beginning-of-url-regexp): New var.
3988 (thing-at-point-uri-schemes): Update list of URI schemes.
3989 (thing-at-point-url-regexp): Variable deleted.
3990 (thing-at-point-markedup-url-regexp): Disallow newlines.
3991 (thing-at-point-newsgroup-regexp)
3992 (thing-at-point-newsgroup-heads)
3993 (thing-at-point-default-mail-uri-scheme): New variables.
3994 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3995 method to find the possible bounds of the URI at point.
3996 New optional argument to find ill-formed URIs.
3997 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3998 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3999 the scheme-adding heuristics from ffap-url-at-point.
4000 (thing-at-point--bounds-of-well-formed-url): New function.
4001 Do parens matching to decide whether to include parens in the URI
4002 (Bug#9153).
4003
4004 * ffap.el: Require thingatpt.
4005 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4006 All URI-valid characters are now recognized (Bug#5673).
4007 (ffap-string-at-point): Use use-region-p.
4008 (ffap-url-regexp): Extra character is handled by thing-at-point.
4009 (ffap-string-at-point-mode-alist): Allow parentheses.
4010 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4011 Convert to aliases; code moved to thingatpt.el.
4012 (ffap-gnus-hook): Use setq-local.
4013
4014 2013-02-04 Glenn Morris <rgm@gnu.org>
4015
4016 * emacs-lisp/ert.el (ert--explain-format-atom):
4017 Don't try to print non-characters as characters. (Bug#13543)
4018
4019 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4020
4021 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4022 (tramp-backtrace): New defun.
4023 (tramp-handle-insert-file-contents): Use `visit' when inserting
4024 the local copy.
4025
4026 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4027 Use `remote-file-name-inhibit-cache'.
4028
4029 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4032 (bug#13614).
4033
4034 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4035 current-load-list (bug#13366).
4036
4037 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4038
4039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4040 Identify g++ template instantiation trace. (Bug#12287)
4041 (compilation-mode-hook, compilation-start-hook)
4042 (compilation-window-height): Simplify docstrings. (Bug#13379)
4043
4044 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * mouse.el (mouse-drag-track): Always deactivate the mark before
4047 running the final event's command since that command is in charge of
4048 activating the mark if needed (bug#13523).
4049
4050 2013-02-02 Juri Linkov <juri@jurta.org>
4051
4052 * replace.el (perform-replace): Move let-bindings of isearch-*
4053 variables deeper to the loop that searches for the next match.
4054 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4055 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4056 (Bug#13579)
4057
4058 * isearch.el (isearch-search-fun-default): Check for null
4059 first element of isearch-cmds as a precaution when it's used
4060 with inactive isearch.
4061
4062 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4063
4064 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4065 error when buffer in question is narrowed so position 1 is out of
4066 visible part.
4067
4068 2013-02-02 Glenn Morris <rgm@gnu.org>
4069
4070 * textmodes/remember.el (remember-clipboard): Doc fix.
4071
4072 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4075 properties (bug#13179).
4076
4077 2013-02-02 Juri Linkov <juri@jurta.org>
4078
4079 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4080 instead of hard-coded default face `match'. (Bug#9438)
4081
4082 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4083
4084 * vc/vc-arch.el (vc-arch-registered):
4085 * vc/vc-bzr.el (vc-bzr-registered):
4086 * vc/vc-cvs.el (vc-cvs-registered):
4087 * vc/vc-git.el (vc-git-registered):
4088 * vc/vc-hg.el (vc-hg-registered):
4089 * vc/vc-mtn.el (vc-mtn-registered):
4090 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4091 (Bug#13139)
4092
4093 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4094 prefix argument. (Bug#11656)
4095
4096 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4099
4100 2013-02-01 Glenn Morris <rgm@gnu.org>
4101
4102 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4103 if the backend is known not to support it.
4104
4105 * imenu.el (imenu-default-create-index-function):
4106 Tweak infinite loop test to check for forward motion as well as none.
4107
4108 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4109
4110 * net/soap-client.el (soap-invoke): Encode the string for
4111 `url-request-data' as UTF-8.
4112 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4113
4114 2013-02-01 Glenn Morris <rgm@gnu.org>
4115
4116 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4117
4118 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4119
4120 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/tramp.el (tramp-tramp-file-p): Comment check for
4123 `string-as-unibyte'. The function does not exist on XEmacs, and
4124 likely we need another approach.
4125
4126 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4127 `tramp-gw-*' variables are bound.
4128
4129 2013-01-31 Glenn Morris <rgm@gnu.org>
4130
4131 * files.el (basic-save-buffer-2): Choose coding system for
4132 writing the file before backing it up, to reduce delay between
4133 backing up and writing the new version. (Bug#13522)
4134
4135 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4136
4137 * simple.el (cycle-spacing): New command.
4138 (just-one-space): Use it.
4139
4140 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4143 (opascal-newline-always-indents): Remove custom.
4144 (opascal-tab, opascal-newline): Remove commands.
4145 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4146 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4147 (opascal-save-match-data): Remove, use save-match-data instead.
4148 (opascal-save-state): Use with-silent-modifications.
4149
4150 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4151 (bug#13585).
4152
4153 2013-01-30 Juri Linkov <juri@jurta.org>
4154
4155 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4156 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4157 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4158
4159 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4162 column if we're just deleting the backslashes.
4163 (makefile-fill-paragraph): Use eolp.
4164
4165 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4166
4167 * autorevert.el (auto-revert-use-notify): Fix docstring.
4168
4169 2013-01-30 Leo Liu <sdl.web@gmail.com>
4170
4171 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4172
4173 2013-01-30 Glenn Morris <rgm@gnu.org>
4174
4175 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4176 unread-command-events twice in some cases. This tries to implement
4177 the 2012-07-26 changes in a different way. (Bug#13560)
4178
4179 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4180
4181 * progmodes/python.el
4182 (python-pdbtrack-comint-output-filter-function): Enhancements on
4183 stacktrace detection. (thanks @gnovak)
4184
4185 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4188 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4189 Use defvar-local.
4190 (jit-lock-register): Use setq-local.
4191
4192 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4193
4194 * calc-units.el (math-default-units-table): Remove initial value.
4195 (calc-convert-units): Treat expressions where all the units cancel as
4196 if they didn't have units.
4197
4198 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4199
4200 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4201 (tramp-completion-reread-directory-timeout): Fix type.
4202 (tramp-connection-min-time-diff): New defcustom.
4203
4204 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4205
4206 2013-01-30 Glenn Morris <rgm@gnu.org>
4207
4208 * imenu.el (imenu-default-create-index-function):
4209 Put back a version of the infinite loop test removed 2013-01-23.
4210
4211 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4212
4213 * progmodes/python.el (python-shell-parse-command):
4214 Find python-shell-interpreter with modified environment.
4215
4216 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4219
4220 2013-01-29 Alan Mackenzie <acm@muc.de>
4221
4222 Amend to fontify /regexp/s in actions correctly.
4223 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4224 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4225 are no longer included.
4226 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4227 What used to be these variables without "-line" in the name.
4228 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4229 (c-awk-non-arith-op-bra-re): Now also matches {.
4230 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4231 "return", and "case".
4232 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4233 by /.
4234 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4235 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4236
4237 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4238
4239 * autorevert.el (auto-revert-use-notify):
4240 Use `custom-initialize-default' for initialization. (Bug#13583)
4241
4242 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4243
4244 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4245 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4246 in `tramp-file-name-handler'.
4247 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4248 compatibility.
4249 (tramp-compute-multi-hops): Check, whether
4250 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4251
4252 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4255 (bug#13297).
4256
4257 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4258
4259 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4260 checks made superfluous by the \_< operator.
4261 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4262 temporarily) broken indentation.
4263 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4264 Highlight nested constants, too. \_< broke that.
4265
4266 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4267
4268 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4269 instead of "\\b".
4270
4271 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * autorevert.el (auto-revert-handler): Notifications which result
4274 from a saved file shall not be taken into account. (Bug#13557)
4275
4276 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4277
4278 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4279 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4280 (lisp-mode): Pass t for it. (Bug#13556)
4281
4282 2013-01-25 Alan Mackenzie <acm@muc.de>
4283
4284 AWK Mode: Fix indentation bug at top level. Bug #12274.
4285
4286 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4287 just before CASE 5D.
4288
4289 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4290
4291 * net/socks.el (socks-nslookup-host): Use string-to-number.
4292
4293 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * autorevert.el (auto-revert-remote-files)
4296 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4297 (auto-revert-notify-enabled, auto-revert-use-notify)
4298 (auto-revert-notify-watch-descriptor-hash-list)
4299 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4300 (auto-revert-notify-event-descriptor)
4301 (auto-revert-notify-event-action)
4302 (auto-revert-notify-event-file-name): Doc fix.
4303 (global-auto-revert-mode): Reorder checks.
4304 (auto-revert-notify-rm-watch): Respect changed values of
4305 `auto-revert-notify-watch-descriptor-hash-list'.
4306 (auto-revert-notify-add-watch): Check for
4307 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4308 `inotify-add-watch'. Watch `default-directory' instead of
4309 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4310 has a changed meaning now. (Bug#13540)
4311 (auto-revert-notify-handler): Change implementation wrt events
4312 returning from a directory.
4313 (auto-revert-handler): Reorder implementation for checks of remote
4314 files.
4315 (auto-revert-buffers): Fix parentheses error.
4316
4317 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4318
4319 * progmodes/python.el: Enhancements to header documentation about
4320 skeletons. (Bug#5716)
4321
4322 * imenu.el (imenu-default-create-index-function): Remove useless
4323 infinite loop check. (Bug#13438)
4324
4325 2013-01-25 Alan Mackenzie <acm@muc.de>
4326
4327 Fix a bug in the state cache mechanism. Refactor this a bit.
4328
4329 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4330 `cache-pos' element from the return value.
4331 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4332 buffer to enable proper searching from beyond HERE. Amend the
4333 test for detecting the sought brace pair. Amend the value written
4334 to the "brace desert cache" when the brace isn't found.
4335 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4336 and several other variables analogously.
4337 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4338 parameter to a locally calculated variable.
4339 (c-parse-state-1): Change the calling conventions to the two
4340 defuns involving `cache-pos'.
4341
4342 2013-01-25 Chong Yidong <cyd@gnu.org>
4343
4344 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4345
4346 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4347
4348 * paren.el (show-paren-function): Make sure to set 'priority and
4349 'face only if the overlay does exist.
4350
4351 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4352
4353 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4354
4355 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4356 basic attributes.
4357 (tramp-sh-handle-set-file-acl): Improve error checking.
4358
4359 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4360
4361 * doc-view.el (doc-view-display): Force mode line update until all
4362 document is converted. Suggested by Stefan Monnier (Bug#13164).
4363
4364 2013-01-23 Bastien Guerry <bzg@gnu.org>
4365
4366 * paren.el (show-paren-function): Make sure an overlay exists
4367 before trying to delete it. Also use `pos' as a position only
4368 when it is an integer.
4369
4370 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4371
4372 * play/gametree.el (gametree-break-line-here): Use point-marker.
4373
4374 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4377 Mark descriptive parts with `display' property.
4378
4379 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4380
4381 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4382 New variable to map standard dict names to hunspell ones.
4383 (ispell-set-spellchecker-params): Make sure specific dict names
4384 are used for standard dicts with hunspell.
4385
4386 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4387
4388 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4389 chars for note (%N) and url (%U).
4390 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4391
4392 2013-01-21 Juri Linkov <juri@jurta.org>
4393
4394 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4395 in addition to existing separate binding `meta f10' in `global-map'.
4396 (Bug#13484)
4397
4398 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4399
4400 Improve XEmacs compatibility.
4401
4402 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4403
4404 * net/tramp-adb.el (top): Require `time-date'.
4405 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4406 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4407 Use `tramp-file-name-handler'.
4408 (tramp-adb-maybe-open-connection):
4409 Use `tramp-compat-set-process-query-on-exit-flag'.
4410
4411 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4412 Use `tramp-compat-funcall'.
4413
4414 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4415 `tramp-compat-funcall'.
4416
4417 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4418
4419 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4420 reimplementation using "adb shell command ..." instead of running
4421 remote shell interactively.
4422
4423 2013-01-20 Glenn Morris <rgm@gnu.org>
4424
4425 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4426 Add native profiler menu entries.
4427
4428 * profiler.el (profiler-running-p): New function.
4429 (profiler-cpu-profile): Use profiler-running-p.
4430 (profiler-report-mode-map): Add some more menu entries.
4431
4432 2013-01-19 Glenn Morris <rgm@gnu.org>
4433
4434 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4435 fixes 2012-12-07 change. (Bug#13499)
4436
4437 2013-01-19 Leo Liu <sdl.web@gmail.com>
4438
4439 * dired.el (dired-get-marked-files): Prune erroneous values due to
4440 last change. (Bug#13152)
4441
4442 2013-01-19 Glenn Morris <rgm@gnu.org>
4443
4444 * progmodes/etags.el (tags-table-check-computed-list):
4445 Preserve point in tags buffer. (Bug#13412)
4446
4447 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4448
4449 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4450 Chong Yidong <cyd@gnu.org>
4451
4452 * image-mode.el (image-next-file, image-previous-file):
4453 New commands (Bug#8453).
4454 (image-mode-map): Bind them to n and p.
4455 (image-mode--images-in-directory): New helper function.
4456
4457 2013-01-19 Chong Yidong <cyd@gnu.org>
4458
4459 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4460 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4461 save and restore the old window configuration.
4462
4463 2013-01-18 Leo Liu <sdl.web@gmail.com>
4464
4465 * progmodes/js.el: Tweak autoload cookie for alias.
4466
4467 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4470 buffer local, again. This was lost with the fix on 2013-01-12.
4471
4472 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4473
4474 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4475 order to support several eshell buffers in parallel.
4476
4477 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4478
4479 * autorevert.el (auto-revert-use-notify): In the :set function, do
4480 not modify `kill-buffer-hook'.
4481 (auto-revert-notify-rm-watch):
4482 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4483 (auto-revert-notify-add-watch): Do not call
4484 `auto-revert-notify-rm-watch', but add it to a buffer local
4485 `kill-buffer-hook'.
4486
4487 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4490 call to `eval' rather than a backquoted lambda.
4491
4492 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4495 to return an explicit nil.
4496 (advice--remove-function): Change accordingly.
4497
4498 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4499 the use of nadvice.el.
4500
4501 * progmodes/which-func.el (which-function): Silence imenu errors
4502 (bug#13433).
4503
4504 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4505
4506 * progmodes/sql.el (sql-imenu-generic-expression):
4507 (sql-mode-font-lock-object-name): Match schema qualified names.
4508 (sql-connect): Use string keys.
4509 (sql-product-interactive): Wait for interpreter prompt.
4510 (sql-comint-oracle): Set process coding based on NLS_LANG.
4511
4512 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4513
4514 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4515 (sql-interactive-remove-continuation-prompt):
4516 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4517
4518 2013-01-14 Leo Liu <sdl.web@gmail.com>
4519
4520 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4521 (Bug#13420)
4522
4523 2013-01-14 Glenn Morris <rgm@gnu.org>
4524
4525 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4526 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4527
4528 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4529
4530 * progmodes/python.el (python-nav-end-of-statement):
4531 Fix cornercase when handling multiline strings.
4532
4533 2013-01-13 Richard Stallman <rms@gnu.org>
4534
4535 * mail/sendmail.el (mail-position-on-field): Add doc string.
4536
4537 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4538 Get current message boundaries and pass them to
4539 message-forward-make-body-mime. Minor style changes.
4540
4541 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4542
4543 * cus-start.el (all): Avoid warnings about
4544 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4545
4546 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4547
4548 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4549
4550 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4553 (jit-lock--debug-fontifying): New var.
4554 (jit-lock--debug-fontify): New function.
4555 * subr.el (condition-case-unless-debug): Don't prevent catching the
4556 error, just let the debbugger run.
4557 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4558 timer code and don't drop errors silently.
4559
4560 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4563 `permanent-local' property.
4564 (auto-revert-notify-handler): Use `file-equal-p'.
4565
4566 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4567
4568 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4569 file notification by ACTION. For filtering by file name, compare
4570 only the non-directory part of the file name.
4571
4572 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * autorevert.el: Use cl-lib instead of cl.
4575
4576 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4577 (vc-bzr-checkin): Use it.
4578 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4579 will preserve match-data.
4580
4581 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4582
4583 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4584 (js--declaration-keyword-re): New var.
4585 (js--multi-line-declaration-indentation): New function.
4586 (js--proper-indentation): Use it.
4587
4588 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4589
4590 * calc/calc.el (calc-highlight-selections-with-faces)
4591 (calc-dispatch):
4592 * comint.el (comint-history-isearch-message):
4593 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4594 * ffap.el (ffap-string-at-point-region, ffap-next)
4595 (ffap-string-at-point, ffap-string-around)
4596 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4597 (ffap-literally):
4598 * font-lock.el (font-lock-keywords-alist)
4599 (font-lock-removed-keywords-alist):
4600 * help-mode.el (help-xref-symbol-regexp):
4601 * info.el (Info-find-emacs-command-nodes):
4602 * international/mule.el (add-to-coding-system-list):
4603 * isearch.el (isearch-message-function, isearch-fail-pos):
4604 * misearch.el (multi-isearch-next-buffer-function):
4605 * newcomment.el (comment-box):
4606 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4607 (pr-setting-database):
4608 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4609 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4610 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4611 (pike-font-lock-keywords-3):
4612 * progmodes/compile.el (compile):
4613 * progmodes/etags.el (tags-table-files)
4614 (tags-table-files-function, tags-included-tables-function):
4615 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4616 (gdb-restore-windows):
4617 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4618 (ps-n-up-filling-database):
4619 * server.el (server-buffer, server-log):
4620 * simple.el (newline, delete-backward-char, delete-forward-char)
4621 (minibuffer-history-isearch-message, kill-line, track-eol)
4622 (temporary-goal-column):
4623 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4624 (flyspell-default-deplacement-commands):
4625 * textmodes/ispell.el (ispell-accept-output):
4626 * textmodes/sgml-mode.el (html-tag-help):
4627 * vc/compare-w.el (compare-ignore-whitespace)
4628 (compare-ignore-case, compare-windows-dehighlight):
4629 * vc/diff.el (diff):
4630 * whitespace.el (whitespace-point)
4631 (whitespace-font-lock-refontify, whitespace-bob-marker)
4632 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4633
4634 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4635
4636 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4637 (auto-revert-notify-rm-watch): Ignore errors.
4638 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4639 inotify, and '(size last-write-time) for w32notify.
4640 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4641 watch fails - this is a fallback to the file modification check.
4642 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4643 (auto-revert-notify-event-action)
4644 (auto-revert-notify-event-file-name): New defuns.
4645 (auto-revert-notify-handler): Use them. Implement first
4646 plausibility checks.
4647 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4648
4649 2013-01-11 Julien Danjou <julien@danjou.info>
4650
4651 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4652 max are almost equal. Also return the correct value for V which is
4653 already between 0 and 1.
4654
4655 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4656
4657 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4658
4659 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4660
4661 * autorevert.el (auto-revert-notify-rm-watch)
4662 (auto-revert-notify-add-watch): Fix typos in w32notify function
4663 names.
4664
4665 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4666
4667 * autorevert.el (auto-revert-notify-enabled): Move up.
4668 (auto-revert-use-notify): New defcustom.
4669 (auto-revert-mode, global-auto-revert-mode)
4670 (auto-revert-notify-add-watch, auto-revert-handler)
4671 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4672 `auto-revert-notify-enabled'.
4673
4674 2013-01-10 Elias Pipping <pipping@exherbo.org>
4675
4676 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4677 * doc-view.el (doc-view-document->bitmap):
4678 Use doc-view-single-page-converter-function instead of
4679 single-page-converter arg; adjust callers.
4680
4681 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4682
4683 * progmodes/which-func.el (which-function): Understand Semantic's use
4684 of overlays in imenu--index-alist.
4685
4686 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4687
4688 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4689 (Man-man-k-use-anchor): New var.
4690 (Man-parse-man-k): New function.
4691 (Man-completion-table): Use it.
4692 (man): Flush the completion cache between uses.
4693
4694 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4695
4696 * autorevert.el: Add file watch support.
4697 (auto-revert-notify-enabled): New defconst.
4698 (auto-revert-notify-watch-descriptor-hash-list)
4699 (auto-revert-notify-watch-descriptor)
4700 (auto-revert-notify-modified-p): New defvars.
4701 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4702 (auto-revert-notify-handler): New defuns.
4703 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4704 when mode is disabled.
4705 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4706 (auto-revert-buffers): Add file watches for active buffers.
4707
4708 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4709
4710 * cus-start.el (toplevel): Only allow float values for
4711 scroll-up-aggressively and scroll-down-aggressively.
4712 Allow any number for line-spacing.
4713
4714 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4717 (doc-view-pdf->png-converter-function): Use mupdf if available.
4718 (doc-view-djvu->png-converter-function)
4719 (doc-view-ps->png-converter-function): Remove.
4720 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4721 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4722 (doc-view-already-converted-p): Adjust accordingly.
4723 (doc-view-mode-p): Simplify.
4724 (doc-view-enlarge): Use setq-local.
4725 (doc-view-pdf->png-converter-ghostscript)
4726 (doc-view-djvu->png-converter-ddjvu)
4727 (doc-view-pdf->png-converter-mupdf): Rework to call
4728 doc-view-start-process directly.
4729 (doc-view-pdf/ps->png): Simplify accordingly.
4730 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4731 (doc-view-document->bitmap): Rename from doc-view-document->png.
4732 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4733 (doc-view-set-slice-from-bounding-box): Fix completion table.
4734 (doc-view-mode): Use add-hook for after-revert-hook.
4735
4736 2013-01-10 Glenn Morris <rgm@gnu.org>
4737
4738 * emacs-lisp/authors.el (authors-ignored-files)
4739 (authors-valid-file-names, authors-renamed-files-alist):
4740 Add some more entries.
4741
4742 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4745 `t' pseudo-window entry.
4746
4747 2013-01-10 Alan Mackenzie <acm@muc.de>
4748
4749 Fix bugs in the c-parse-state mechanism. Reuse some markers
4750 instead of continually generating new ones.
4751
4752 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4753 (c-state-old-cpp-end-marker): New variables.
4754 (c-append-lower-brace-pair-to-state-cache): Start a backward
4755 search for "}" definitively outside CPP constructs.
4756 (c-remove-stale-state-cache): Inform the caller of a need to
4757 search back for a brace pair in certain circumstances.
4758 (c-state-maybe-marker): New macro.
4759 (c-parse-state): Reuse markers when appropriate.
4760
4761 2013-01-10 Glenn Morris <rgm@gnu.org>
4762
4763 * simple.el (execute-extended-command): Doc fix.
4764 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4765
4766 2013-01-10 Chong Yidong <cyd@gnu.org>
4767
4768 * faces.el (read-face-name): Doc fix.
4769
4770 2013-01-10 Roland Winkler <winkler@gnu.org>
4771
4772 * emacs-lisp/crm.el: Allow any regexp for separators.
4773 (crm-default-separator): All spaces around the default comma separator.
4774 (crm--completion-command): New macro.
4775 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4776 (crm-complete-and-exit): Handle non-single-char separators.
4777
4778 2013-01-09 Elias Pipping <pipping@lavabit.com>
4779
4780 * doc-view.el: Add support for DjVu (bug#13164).
4781 (doc-view-djvu->png-converter-function): New config var.
4782 (doc-view-single-page-converter-function, doc-view--image-type)
4783 (doc-view--image-file-extension): New vars.
4784 (doc-view-mode): Initialize them.
4785 (doc-view-goto-page): Use them.
4786 (doc-view-mode-p): Add support for ddjvu.
4787 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4788 (doc-view-set-up-single-converter): New funs.
4789 (doc-view-pdf/ps->png): Extend for djvu.
4790 (doc-view-document->png): Rename from doc-view-pdf->png.
4791 (doc-view-convert-current-doc): Handle djvu.
4792 (doc-view-insert-image, doc-view-display)
4793 (doc-view-already-converted-p): Don't hardcode png.
4794 (doc-view-set-doc-type): Recognize djvu docs.
4795
4796 2013-01-09 Elias Pipping <pipping@lavabit.com>
4797
4798 * doc-view.el: Add support for mupdf converter (bug#13164).
4799 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4800 (doc-view-ps->png-converter-function): New config vars.
4801 (doc-view-pdf->png-converter-ghostscript)
4802 (doc-view-ps->png-converter-ghostscript)
4803 (doc-view-pdf->png-converter-mupdf): New functions.
4804 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4805
4806 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4807
4808 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4809 first in session cache: When `tramp-own-remote-path' is in
4810 `tramp-remote-path', the remote path is only set in the session
4811 cache.
4812
4813 2013-01-09 Glenn Morris <rgm@gnu.org>
4814
4815 * emacs-lisp/trace.el (trace-function-foreground)
4816 (trace-function-background): Doc fix.
4817
4818 2013-01-09 Juri Linkov <juri@jurta.org>
4819
4820 * international/mule-cmds.el (read-char-by-name): Move let-binding
4821 of completion-ignore-case around completing-read to fix regression
4822 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4823 `string-match-p' using the nil value of `case-fold-search' and
4824 `completion-ignore-case' in `completion-pcm--all-completions'.
4825 (Bug#12615).
4826
4827 2013-01-09 Glenn Morris <rgm@gnu.org>
4828
4829 * progmodes/compile.el (compilation-parse-errors):
4830 Fix typo. (Bug#13369)
4831
4832 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4833
4834 * comint.el (comint-send-input): Check size of buffer before
4835 waiting for process output, in case already accepted. (Bug#13290)
4836
4837 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4838
4839 Spelling fixes.
4840 * net/tramp-adb.el (tramp-adb-get-toolbox):
4841 Fix misspelling of 'unknown'.
4842
4843 2013-01-08 Juri Linkov <juri@jurta.org>
4844
4845 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4846 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4847 Use underline style wave on terminals that support it. (Bug#13000)
4848
4849 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4852 the predicate returns nil.
4853
4854 * simple.el: Use lexical-binding.
4855 (primitive-undo): Use pcase.
4856 (minibuffer-history-isearch-push-state): Use a closure.
4857
4858 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4859
4860 * simple.el (primitive-undo): Move from undo.c.
4861
4862 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4865 (cvs-mode-remove-handled): Use it (bug#13380).
4866
4867 * emacs-lisp/nadvice.el (advice--tweak): New function.
4868 (advice--remove-function, advice--subst-main): Use it.
4869
4870 * emacs-lisp/advice.el: Update commentary.
4871
4872 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4875 Remove spurious entry.
4876
4877 2013-01-08 Glenn Morris <rgm@gnu.org>
4878
4879 * net/tramp.el (tramp-default-host-alist): Add :version.
4880
4881 2013-01-08 Juri Linkov <juri@jurta.org>
4882
4883 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4884 single completion. (Bug#12456)
4885 (info--manual-names): Expand node completions into an explicit list
4886 before appending it to another list. Filter out internal buffers
4887 with the leading space in the buffer name. (Bug#10771)
4888
4889 2013-01-08 Juri Linkov <juri@jurta.org>
4890
4891 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4892 that defaults to the Top node.
4893 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4894 the short format (FILENAME) goes to the Top node.
4895 (Info-build-node-completions): Rename arg `file' to `filename'.
4896 (Bug#13365)
4897
4898 2013-01-07 Bastien Guerry <bzg@gnu.org>
4899
4900 * menu-bar.el (menu-bar-search-documentation-menu):
4901 Use `apropos-user-option' and fix the help message.
4902
4903 2013-01-07 Bastien Guerry <bzg@gnu.org>
4904
4905 * apropos.el (apropos-do-all): Update docstring.
4906 (apropos-user-option-button): New face.
4907 (apropos-user-option): Rename from `apropos-variable' and update
4908 docstring.
4909 (apropos-variable): Rewrite, now show all variables by default.
4910 (apropos-print): Mention "User option" instead of "Variable" when
4911 printing doc for user options. (Bug#13276)
4912
4913 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4914
4915 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4916 Handle filename correctly, when parsing "source -> target" symlink
4917 output.
4918 (tramp-adb-handle-set-file-times): New defun.
4919
4920 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4923 advice list when the interactive-spec of ad-Advice-* changes.
4924
4925 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4926
4927 * wid-edit.el (widget-default-get): Work for inlined elements.
4928 (Bug#12670)
4929
4930 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4931
4932 * net/tramp.el (tramp-default-host-alist): New defcustom.
4933 (tramp-find-host): Use it.
4934 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4935 `eshell-directory-change-hook'.
4936
4937 * net/tramp-adb.el (top): Add adb specific entry in
4938 `tramp-default-host-alist'.
4939 (tramp-adb-file-name-host): Remove function.
4940 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4941 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4942
4943 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4944
4945 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4946
4947 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4948
4949 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4952 consist of more than one digit.
4953 (tramp-adb-file-name-handler-alist):
4954 Use `tramp-handle-file-exists-p' consistently.
4955 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4956 (tramp-adb-handle-file-exists-p): Remove function.
4957 (tramp-adb-file-name-host): New defun.
4958 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4959 Use it.
4960 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4961
4962 2013-01-06 Chong Yidong <cyd@gnu.org>
4963
4964 * vc/vc.el (vc-next-action): Detect buffer modifications
4965 conflicting with locking VCS operation (Bug#11490).
4966
4967 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4968
4969 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4972 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4973
4974 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4975
4976 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4977 parsing of ls output using regular expression (handle filenames
4978 with spaces). Use virtual device number.
4979 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4980 cleanup).
4981
4982 2013-01-04 Daiki Ueno <ueno@gnu.org>
4983
4984 * epg.el: Silence byte-compiler warnings.
4985 (epg--start): Use delete-char instead of delete-backward-char.
4986 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4987
4988 2013-01-04 Daiki Ueno <ueno@gnu.org>
4989
4990 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4991 Suggested by Eli Zaretskii <eliz@gnu.org>.
4992
4993 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4996 non-negative integers. Otherwise, the default values are used.
4997 (tramp-convert-file-attributes): Convert uid and gid to integers.
4998
4999 2013-01-04 Glenn Morris <rgm@gnu.org>
5000
5001 * term.el (term-handle-colors-array): Ensure face attributes
5002 are fully specified, not nil. (Bug#13337)
5003
5004 * term.el (term-default-fg-color, term-default-bg-color):
5005 Fix custom type.
5006
5007 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5008 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5009 rather than 'jka-compr being loaded. (Bug#13338)
5010
5011 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5012
5013 * icomplete.el (icomplete-completions):
5014 Honor icomplete-prospects-height once more following
5015 2012-11-29 changes. (Bug#13224)
5016
5017 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5020 of called-interactively-p as well (bug#13237).
5021
5022 * view.el (view--enable, view--disable): Rename from view-mode-enable
5023 and view-mode-disable and assume it's called from view-mode.
5024 (view-mode-enable, view-mode-disable): Redefine as obsolete
5025 compatibility layer above view-mode.
5026 (view-mode-enter): Call `view-mode'.
5027
5028 * files.el (after-find-file): Call `view-mode'.
5029
5030 * doc-view.el (doc-view-scale-internally): New var.
5031 (doc-view-enlarge, doc-view-insert-image): Obey it.
5032
5033 2013-01-03 Daiki Ueno <ueno@gnu.org>
5034
5035 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5036 exist. (Bug#13344)
5037
5038 2013-01-03 Glenn Morris <rgm@gnu.org>
5039
5040 * mail/rmail.el (rmail-set-header-1): Ignore case.
5041 Handle multi-line headers. (Bug#13330)
5042
5043 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5044 Handle paragraph starting at beginning of buffer.
5045
5046 * subr.el (eval-after-load): Don't purecopy the form, so that it
5047 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5048
5049 * emacs-lisp/byte-run.el (defun): Place cl declarations
5050 after any interactive spec. (Bug#13265)
5051
5052 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5053
5054 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5055 defun. Don't check for DECL if DOCSTRING isn't a string.
5056 (defun): Likewise.
5057
5058 2013-01-02 Glenn Morris <rgm@gnu.org>
5059
5060 * eshell/em-cmpl.el (eshell-pcomplete):
5061 More thoroughly imitate pcomplete. (Bug#13293)
5062
5063 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5064 Return nil for empty path elements. (Bug#13296)
5065
5066 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5067
5068 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5069 order to improve efficiency (Based on Daniel Colascione's
5070 <dancol@dancol.org> patch). (Bug#13182)
5071
5072 2013-01-02 Glenn Morris <rgm@gnu.org>
5073
5074 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5075
5076 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5077
5078 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5079 neither DOCSTRING nor DECL was given. (Bug#13316)
5080
5081 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5084 `error' call.
5085 (tramp-do-copy-or-rename-file): Ignore errors when calling
5086 `set-file-extended-attributes'.
5087
5088 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5089 Add handler for `file-acl'.
5090 (tramp-smb-handle-file-acl): New defun.
5091
5092 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5093
5094 * calc/README: Mention ISO 8601 week-numbering dates.
5095
5096 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5097
5098 * view.el (view-mode-enable): New argument run-view-mode-hook.
5099 Run view-mode-hook only when it's non-nil (Bug#13315).
5100 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5101 argument t.
5102
5103 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5104
5105 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5106 (No device connected, invalid device name). (Bug #13299)
5107
5108 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5109
5110 * window.el (window-resizable--p): Rename to window-resizable-p.
5111 (window-resize-no-error): New function.
5112
5113 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5114 broken in fix from 2012-12-28.
5115
5116 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * subr.el (special-form-p): Don't signal errors on undef aliases.
5119
5120 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5121
5122 * calc/calc-forms.el (math-parse-date): Try using
5123 `math-parse-iso-date' when it looks like it might be needed.
5124 Allow times of 24:00.
5125 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5126 of 24:00.
5127
5128 2012-12-30 Glenn Morris <rgm@gnu.org>
5129
5130 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5131 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5132 (rmail-summary-displayed, rmail-summary): Declare.
5133 (mairix-rmail-display): Just require rmail.
5134
5135 2012-12-30 Chong Yidong <cyd@gnu.org>
5136
5137 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5138 check for the tarball contents.
5139
5140 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5141
5142 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5143 tarfile content listings (Bug#13136).
5144
5145 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5146
5147 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5148 Insert the undecoded text of the message being forwarded. (Bug#9521)
5149
5150 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5153 integers, if they are real numbers. (Bug#13282)
5154
5155 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5156 Return `t' on success.
5157
5158 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5159 Add handler for `set-file-selinux-context'.
5160
5161 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5162
5163 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5164 (tramp-sh-handle-set-file-acl): Return `t' on success.
5165
5166 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5167
5168 * files.el (backup-buffer-copy, basic-save-buffer-2):
5169 If set-file-extended-attributes fails, fall back on set-file-modes
5170 instead of signaling an error. (Bug#13298)
5171 (basic-save-buffer): Likewise.
5172
5173 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5174
5175 * progmodes/python.el: Support other commands triggering
5176 python-indent-line so indentation cycling continues to work.
5177 (python-indent-trigger-commands): New defcustom.
5178 (python-indent-line): Use it.
5179
5180 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5181
5182 * progmodes/python.el (python-shell-send-region): Add blank lines
5183 for non sent code so backtraces remain correct.
5184
5185 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5186
5187 * progmodes/python.el: Remove cl dependency.
5188 (python-syntax-count-quotes): Replace incf call.
5189 (python-fill-string): Replace setf call.
5190
5191 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5192
5193 * info.el (info-other-window): New arg, for consistency with info.
5194
5195 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5196
5197 * mail/rmail.el (rmail-maybe-display-summary):
5198 Rewrite (Bug#13066).
5199
5200 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5201
5202 * epg.el (epg--start): Modify process-environment locally.
5203
5204 2012-12-28 Daiki Ueno <ueno@gnu.org>
5205
5206 * epg.el: Support pinentry-curses.
5207 Suggested by Werner Koch in
5208 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5209 (epg-agent-file, epg-agent-mtime): New variable.
5210 (epg--start): Record the modified time of gpg-agent socket file,
5211 to restore Emacs frame after pinentry-curses termination.
5212 (epg-wait-for-completion): Restore Emacs frame here.
5213
5214 2012-12-27 Juri Linkov <juri@jurta.org>
5215
5216 * info.el (Info-file-completions): New variable.
5217 (Info-read-node-name-1): Complete node names in the Info file
5218 when a file name is given. Call `Info-build-node-completions'
5219 with a file name.
5220 (Info-build-node-completions): Add new arg `file'. When it is
5221 non-nil, visit it in a temporary buffer and cache its completions in
5222 `Info-current-file-completions'. Move most of the function body to
5223 `Info-build-node-completions-1'.
5224 (Info-build-node-completions-1): New function with the body from
5225 `Info-build-node-completions'. (Bug#12456)
5226
5227 2012-12-27 Juri Linkov <juri@jurta.org>
5228
5229 * frame.el (frame-maximization-style): Remove user option.
5230 (cycle-frame-maximized): Remove function.
5231 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5232 (toggle-frame-fullscreen): New command bound to <f11> instead of
5233 `toggle-frame-maximized'.
5234 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5235
5236 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5237
5238 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5239
5240 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5241 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5242 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5243 for `file-accessible-directory-p'. (Bug#13275)
5244
5245 2012-12-27 Sam Steingold <sds@gnu.org>
5246
5247 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5248 continuations, see <http://stackoverflow.com/questions/3582436>.
5249
5250 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5251
5252 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5253 "module" and "def" to have indentation before them.
5254 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5255
5256 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5257
5258 2012-12-27 Alan Mackenzie <acm@muc.de>
5259
5260 Speed up fontification where there's large brace blocks.
5261 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5262 to a call of c-beginning-of-decl-1.
5263
5264 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5265
5266 * comint.el (comint-adjust-window-point): New function.
5267 (comint-postoutput-scroll-to-bottom):
5268 Call comint-adjust-window-point (Bug#13248).
5269
5270 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5271
5272 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5273 Rakefile regexp.
5274 (auto-mode-alist): Associate .gemspec files with ruby-mode
5275 (https://bugs.ruby-lang.org/issues/5453).
5276
5277 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5278
5279 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5280 Suppress coloring, if possible (required for BusyBox based systems like
5281 CyanogenMod).
5282 (tramp-adb-handle-file-attributes)
5283 (tramp-adb-handle-insert-directory)
5284 (tramp-adb-handle-file-name-all-completions): Use it.
5285 (tramp-adb-get-toolbox): New defun. Check for remote shell
5286 implementation (BusyBox or Toolbox).
5287
5288 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5289
5290 * startup.el (initial-buffer-choice): Allow function as value
5291 (Bug#13251).
5292 (command-line-1): Handle case where initial-buffer-choice
5293 specifies a function.
5294 * server.el (server-execute): Handle case where
5295 initial-buffer-choice specifies a function.
5296
5297 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5298
5299 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5300 its own function.
5301 (smtpmail-try-auth-methods): Forget the user name/password if the
5302 login is unsuccessful (bug#12424).
5303
5304 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5305
5306 * notifications.el (notifications-notify): Protect body with
5307 `with-demoted-errors'.
5308
5309 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5310 Check properties of remote device. Restart connection, if there is a
5311 change.
5312
5313 2012-12-21 Chong Yidong <cyd@gnu.org>
5314
5315 * sort.el (sort-subr): Doc fix (Bug#13056).
5316
5317 2012-12-21 Bastien Guerry <bzg@gnu.org>
5318
5319 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5320
5321 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * simple.el (process-file): Overwrite stderr file, if exists.
5324
5325 2012-12-21 Daiki Ueno <ueno@gnu.org>
5326
5327 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5328 (epg-error): Set `error-message' property.
5329
5330 2012-12-21 Chong Yidong <cyd@gnu.org>
5331
5332 * international/mule-cmds.el (read-char-by-name): Signal an error
5333 if the user does not supply a valid character (Bug#13177).
5334
5335 * simple.el (transpose-subr-1): Preserve marker positions by
5336 changing the insertion sequence (Bug#13122).
5337
5338 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5339
5340 * simple.el (kill-region): Deactivate mark even for empty regions
5341 (Bug#13169).
5342
5343 2012-12-21 Chong Yidong <cyd@gnu.org>
5344
5345 * help-fns.el (describe-variable): Make sure we get the right
5346 buffer name (Bug#13105). Suggested by Kelly Dean.
5347
5348 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5349
5350 * comint.el (comint-redirect-previous-input-string): New variable.
5351 (comint-redirect-setup, comint-redirect-cleanup)
5352 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5353 (comint-redirect-preoutput-filter): Fix verbose message.
5354
5355 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5356
5357 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5358 is too long for Tramp. See discussion in
5359 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5360
5361 * progmodes/compile.el (compilation-start): Remove line escape
5362 template.
5363
5364 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5365
5366 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5367 Adjust comment.
5368
5369 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5370
5371 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5372 following non-comment text (bug#13207).
5373 (lm-header-multiline): Continuation lines need to be indented more than
5374 the first line.
5375 (lm-homepage): New function.
5376 (lm-with-file): Don't be confused if narrowing is in effect.
5377
5378 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5381 very beginning of a hunk (e.g. killing the first line).
5382
5383 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5386 and text properties from returned ACL string.
5387 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5388 for "setfacl" command.
5389
5390 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5393 `tramp-cleanup-this-connection', when the process has died.
5394 (Bug#13151)
5395
5396 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5399
5400 2012-12-17 Kevin Ryde <user42@zip.com.au>
5401
5402 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5403
5404 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5405
5406 Add support for preserving ACL entries of files.
5407
5408 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5409 `set-file-acl' handlers.
5410
5411 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5412 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5413
5414 * net/tramp-compat.el (tramp-compat-copy-file):
5415 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5416
5417 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5418 Add `file-acl' and `set-file-acl' handlers.
5419 (tramp-gvfs-handle-copy-file):
5420 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5421 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5422 New defuns.
5423
5424 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5425 Add `file-acl' and `set-file-acl' handlers.
5426 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5427 (tramp-sh-handle-set-file-acl): New defuns.
5428 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5429 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5430
5431 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5432 Add `file-acl' and `set-file-acl' handlers.
5433 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5434
5435 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5436
5437 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5438 use pop-to-buffer with NORECORD argument t. As buffer name, use
5439 *Metahelp* with a leading space (Bug#13190).
5440
5441 2012-12-16 Romain Francoise <romain@orebokech.com>
5442
5443 * files.el (file-extended-attributes)
5444 (set-file-extended-attributes): New functions.
5445 (backup-buffer): Use them to handle both SELinux context and ACL
5446 entries.
5447 (backup-buffer-copy): Work with an alist of extended attributes,
5448 rather than an SELinux context.
5449 (basic-save-buffer-2): Ditto.
5450
5451 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5452
5453 * battery.el (battery-bsd-apm): New function.
5454
5455 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5456
5457 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5458 standard date formats.
5459
5460 2012-12-15 Juri Linkov <juri@jurta.org>
5461
5462 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5463 `isearch-insert-char-by-name'.
5464 (with-isearch-suspended): New defmacro with body mostly from
5465 `isearch-edit-string' except the part that sets
5466 `isearch-new-string' and `isearch-new-message'.
5467 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5468 body that sets `isearch-new-string' and `isearch-new-message'.
5469 (isearch-insert-char-by-name): New command.
5470 * international/mule-cmds.el (read-char-by-name): Let-bind
5471 `enable-recursive-minibuffers' to t.
5472 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5473
5474 2012-12-15 Juri Linkov <juri@jurta.org>
5475
5476 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5477 (Bug#13175)
5478
5479 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5480
5481 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5482 the prompt. (Bug#13045)
5483
5484 2012-12-14 Glenn Morris <rgm@gnu.org>
5485
5486 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5487 Try to include filename in non-bytecomp warning. (Bug#13132)
5488
5489 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5490
5491 Fix permissions bugs with setgid directories etc. (Bug#13125)
5492 * files.el (backup-buffer): Don't rely on 9th output of
5493 file-attributes, as it's now a placeholder. Instead, use the new
5494 optional arg of file-ownership-preserved-p.
5495 (file-ownership-preserved-p): New optional arg GROUP.
5496 Fix mishandling of setuid directories that would cause this
5497 function to return t when it should have returned nil.
5498 Document what happens if the file does not exist, and when
5499 it's not known whether the ownership will be preserved.
5500 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5501 Likewise.
5502 (tramp-get-local-gid): Use group-gid for integer, as that's
5503 faster and more reliable.
5504
5505 2012-12-14 Julien Danjou <julien@danjou.info>
5506
5507 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5508 Update keywords list, data type and PL/pgSQL.
5509
5510 2012-12-14 Dave Abrahams <dave@boostpro.com>
5511
5512 * vc/ediff-util.el (ediff-buffer-type): New function.
5513 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5514 rather than taking it as as argument.
5515 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5516
5517 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5518
5519 * json.el: Add pretty-print option (bug#12634).
5520 (json-encoding-separator, json-encoding-default-indentation)
5521 (json--encoding-current-indentation, json-encoding-pretty-print)
5522 (json-encoding-lisp-style-closings): New vars.
5523 (json--with-indentation): New macro.
5524 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5525 (json-encode-array): Use it to obey json-encoding-pretty-print.
5526 (json-pretty-print-buffer, json-pretty-print): New commands.
5527
5528 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5529
5530 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5531 Extract `ruby-syntax-propertize-expansions'.
5532 (ruby-syntax-propertize-expansions): Only change syntax on
5533 certain string delimiters, to punctuation. This way the common
5534 functions like forward-word and thing-at-point still work.
5535 (ruby-match-expression-expansion): Improve readability.
5536 (ruby-block-contains-point): New function.
5537 (ruby-add-log-current-method): Handle several edge cases.
5538
5539 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5542 unload-feature finishes even when aborting an ongoing edebug session.
5543 Also, do not worry about edebug-mode, unload-feature takes care of it.
5544
5545 2012-12-13 Andreas Schwab <schwab@suse.de>
5546
5547 * net/tls.el (tls-program): Update customize type.
5548
5549 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5552 (edebug-setup-hook, cl-read-load-hooks): Use it.
5553 (edebug-unload-function): New function. (Bug#13163)
5554
5555 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5556
5557 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5558 Otherwise, there could be errors in autoloading. (Bug#13151)
5559
5560 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5561
5562 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5563 sequences.
5564
5565 2012-12-13 Alan Mackenzie <acm@muc.de>
5566
5567 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5568 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5569 around `forward-comment' not recognizing ^M as whitespace.
5570
5571 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5572
5573 * progmodes/python.el (python-skeleton-class)
5574 (python-skeleton-def): Do not add space after defun name.
5575
5576 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5579 (cl--symbol-function): Remove (now that funbound is like nil).
5580
5581 2012-12-12 Glenn Morris <rgm@gnu.org>
5582
5583 * button.el (button--area-button-p): Fix typo.
5584
5585 2012-12-12 Sam Steingold <sds@gnu.org>
5586
5587 * frame.el (frame-maximization-style): New user option.
5588 (toggle-frame-maximized): Toggle frame maximization according to
5589 `frame-maximization-style', bound to <f11>.
5590 (cycle-frame-maximized): Cycle between all maximization styles and
5591 non-maximized frame, bound to shift-<f11>.
5592
5593 2012-12-12 David Cadé <codename68@gmail.com>
5594
5595 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5596
5597 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5598
5599 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5600 (eieio-override-prin1): Don't quote kewords and booleans.
5601 (object-write) <eieio-default-superclass>: Don't put closing parens
5602 on new line, avoid needless empty lines, align values that are objects
5603 with the slot keyword (instead of beginning on the same line).
5604 (eieio-list-prin1): Align value with slot keyword; increase
5605 eieio-print-depth before printing members of the list.
5606
5607 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5610 a display text-property.
5611 (report-emacs-bug-hook): Don't bother deleting it any more.
5612
5613 * hilit-chg.el (highlight-save-buffer-state): Delete.
5614 Use with-silent-modifications instead.
5615 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5616
5617 * button.el: Handle buttons in display text-properties.
5618 (button--area-button-p, button--area-button-string):
5619 Use (STRING . STRING-POS) representation instead of just STRING.
5620
5621 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5622
5623 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5624 subdirectory be skipped.
5625
5626 2012-12-11 Glenn Morris <rgm@gnu.org>
5627
5628 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5629
5630 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5631 Treat preprocessor lines embedded in continuations like comments.
5632 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5633
5634 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5635
5636 * calc/calc.el (calc-standard-date-formats): Add more date
5637 formats.
5638 * calc/calc-forms.el (math-parse-iso-date): New function.
5639 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5640 (math-parse-iso-date-validate): Add extra error checking.
5641 (calc-date-notation): Add ability to access new date formats.
5642
5643 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5646 font-lock as well as when there's no text-property.
5647
5648 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5649
5650 * hi-lock.el: Refine the choice of default face.
5651 (hi-lock-keyword->face): New function. Use it wherever we used
5652 cadadadr instead.
5653 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5654 (hi-lock--last-face): Remove var.
5655 (hi-lock--unused-faces): New var to replace it.
5656 (hi-lock-read-face-name): Use/maintain it.
5657 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5658 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5659 if it has another face.
5660
5661 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5662
5663 * subr.el (w32notify-handle-event): New function.
5664 (inotify-handle-event): Doc fix.
5665
5666 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5667
5668 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5669
5670 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5671
5672 * simple.el (just-one-space): Doc fix.
5673
5674 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5675
5676 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5677
5678 2012-12-10 Le Wang <l26wang@gmail.com>
5679
5680 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5681 narrowed buffer (bug#12361).
5682
5683 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * vc/vc-hooks.el (vc-state): Doc fix.
5686
5687 2012-12-10 Glenn Morris <rgm@gnu.org>
5688
5689 * mail/rmail.el (rmail-maybe-display-summary):
5690 Preserve buffer, in case select-window changes it. (Bug#13066)
5691
5692 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5695 cl-load-hook where they belong.
5696
5697 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5700
5701 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5702
5703 Parallelize byte compilation on MS-Windows.
5704 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5705 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5706 (WINS_BASIC): Define as concatenation of the above.
5707 (compile): Subdivide into 4 separate and independent jobs that can
5708 be run in parallel.
5709 (compile0-CMD, compile0-SH): New targets for compiling
5710 COMPILE_FIRST files, which are prerequisites for the rest of the
5711 byte-compilation.
5712 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5713 New targets for parallel compilation with cmd.exe.
5714 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5715 compiling under a Unixy shell.
5716
5717 2012-12-09 Chong Yidong <cyd@gnu.org>
5718
5719 * simple.el (set-mark-default-inactive): Delete this
5720 accidentally-introduced option.
5721 (set-mark-command, exchange-point-and-mark): Remove calls.
5722
5723 2012-12-09 Glenn Morris <rgm@gnu.org>
5724
5725 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5726 Respect a defcustom's :set function, if appropriate. (Bug#109)
5727 (eval-defun): Doc fix.
5728
5729 2012-12-08 Juri Linkov <juri@jurta.org>
5730
5731 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5732 (Info-fontify-node, Info-bookmark-make-record): Remove the
5733 file extension from Info-current-file (Bug#13016).
5734
5735 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5738 point, still provide some default.
5739 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5740 names, since we don't use it right now. Actually return the list.
5741 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5742
5743 2012-12-07 Chong Yidong <cyd@gnu.org>
5744
5745 * novice.el (disabled-command-function): Remove a spurious help
5746 xref (Bug#13043). Suggested by Kelly Dean.
5747
5748 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5749 syntax is specified (Bug#13025).
5750
5751 * info.el (Info-set-mode-line): Remove the file extension from
5752 Info-current-file if there is one (Bug#13016).
5753
5754 2012-12-07 Glenn Morris <rgm@gnu.org>
5755
5756 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5757 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5758 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5759 and rmail-mime-decoded. (Bug#9841)
5760
5761 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5762 (batch-unrmail, unrmail): Doc fixes.
5763 (unrmail): Respect unrmail-mbox-format.
5764 * mail/rmail.el (rmail-mbox-format): New option.
5765 (rmail-show-message-1): Respect rmail-mbox-format.
5766
5767 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5770
5771 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5774 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5775 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5776 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5777 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5778 (cl-progv): Don't rely on dynamic scoping to find the body.
5779 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5780 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5781 (cl-declaim): Use backquotes.
5782 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5783 Use "cl--" prefix for the object's tag.
5784
5785 * ses.el: Use advice-add/remove.
5786 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5787 (copy-region-as-kill, yank): Use advice-add.
5788 (ses-unload-function): Use advice-remove.
5789
5790 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5791
5792 * button.el: Make them work in header-lines (bug#12817).
5793 (button-map): Add bindings for header-line and mode-line use.
5794 (button-get, button-put, button-label): `button' may now be a string.
5795 (button-activate): Don't make it a defsubst.
5796 (button--area-button-p, button--area-button-string): New functions.
5797 (make-text-button): Fix the return value when `beg' was a string.
5798 (push-button): Handle the mode-line case.
5799
5800 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5803 (sql-signum): Remove. Use `cl-signum' instead.
5804 (sql-read-passwd): Remove; use read-passwd instread.
5805 (sql-get-login-ext): Use read-string.
5806 (sql-get-login): Use dolist and pcase.
5807 (sql--completion-table): Rename from sql-try-completion.
5808 Use complete-with-action.
5809 (sql-mode): Don't change abbrev-all-caps globally.
5810 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5811 (sql-postgres-completion-object): Initialize vars in their `let'.
5812 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5813 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5814 (sql-comint-interbase): Use a single append, without setq.
5815 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5816
5817 * hi-lock.el: Rework the default face and the serialize regexp code.
5818 (hi-lock--auto-select-face-defaults): Remove.
5819 (hi-lock-string-serialize-serial): Remove.
5820 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5821 make weak.
5822 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5823 equal string.
5824 (hi-lock-set-pattern): Adjust accordingly.
5825 (hi-lock--regexps-at-point): Simplify accordingly.
5826 (hi-lock--auto-select-face-defaults): Remove.
5827 (hi-lock--last-face): New var to replace it.
5828 (hi-lock-read-face-name): Rewrite (bug#11095).
5829 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5830
5831 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * net/tramp.el (tramp-replace-environment-variables):
5834 Hide compiler warning.
5835 (tramp-file-name-for-operation): Remove `executable-find',
5836 `start-process', `call-process' and `call-process-region'.
5837
5838 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5839
5840 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5841 compatibility.
5842
5843 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5844
5845 2012-12-06 Chong Yidong <cyd@gnu.org>
5846
5847 * ffap.el (ffap-replace-file-component): Fix typo.
5848
5849 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5852 fix open-paren-like token test (bug#12785).
5853
5854 2012-12-06 Glenn Morris <rgm@gnu.org>
5855
5856 * mail/rmailsum.el (rmail-new-summary): Tweak for
5857 rmail-maybe-display-summary changing buffer. (Bug#13066)
5858
5859 2012-12-06 Juri Linkov <juri@jurta.org>
5860
5861 * info.el (Info-fontify-node): Don't hide the last newline.
5862 (Bug#12272)
5863
5864 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5865
5866 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5867 so as to enable message-read-from-minibuffer to expand mail aliases.
5868
5869 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5872 the `intangible' property.
5873 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5874
5875 2012-12-05 Deniz Dogan <deniz@dogan.se>
5876
5877 * net/rcirc.el (rcirc-urls): Update documentation.
5878 (rcirc-condition-filter): New function.
5879 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5880 and exclude consecutive duplicate URLs (Bug#6082).
5881
5882 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5885 Check return code of copy command.
5886
5887 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5888 Use group `tramp'. Add version.
5889
5890 2012-12-05 Chong Yidong <cyd@gnu.org>
5891
5892 * ffap.el (ffap-url-regexp): Don't require matching at front of
5893 string (Bug#4952).
5894 (ffap-url-p): If only a substring matches, return that.
5895 (ffap-url-at-point): Use the return value of ffap-url-p.
5896 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5897 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5898 (ffap-guess-file-name-at-point): Likewise.
5899 (ffap-replace-file-component): Fix typo.
5900
5901 * info.el (info-display-manual): Add existing Info buffers, whose
5902 files may not be in Info-directory-list, to the completion.
5903 (info--manual-names): New helper function.
5904
5905 2012-12-05 Glenn Morris <rgm@gnu.org>
5906
5907 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5908 New functions, for detecting and resolving conflicts. (Bug#10709)
5909
5910 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5911
5912 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5913 (hi-lock-auto-select-face-defaults): New buffer local variable.
5914 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5915 (hi-lock-unface-buffer): Prompt user with useful defaults.
5916 With prefix arg, unhighlight all hi-lock patterns in buffer.
5917
5918 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5921
5922 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5923
5924 * Makefile.in (TRAMP_SRC):
5925 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5926
5927 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5928
5929 * net/tramp-adb.el: New package.
5930
5931 2012-12-04 Chong Yidong <cyd@gnu.org>
5932
5933 * terminal.el: Move to obsolete/.
5934
5935 * longlines.el: Move to obsolete/.
5936
5937 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5938 Remove code referring to longlines mode.
5939
5940 2012-12-03 Juri Linkov <juri@jurta.org>
5941
5942 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5943
5944 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5945
5946 * textmodes/ispell.el (ispell-init-process)
5947 (ispell-start-process, ispell-internal-change-dictionary):
5948 Make sure personal dictionary name is expanded after initial
5949 `default-directory' value. Use expanded strings for
5950 keep/restart checks and for value (Bug#13019).
5951
5952 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5953
5954 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5955
5956 2012-12-03 Leo Liu <sdl.web@gmail.com>
5957
5958 * files.el (dir-locals-read-from-file): Check file non-empty
5959 before reading. (Bug#13038)
5960
5961 2012-12-03 Glenn Morris <rgm@gnu.org>
5962
5963 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5964 Remove any version extension before checking filename. (Bug#13006)
5965 (jka-compr-compression-info-list): Belated :version bump.
5966
5967 2012-12-03 Chong Yidong <cyd@gnu.org>
5968
5969 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5970
5971 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5972 (buffer-menu): Doc fix (Bug#12294).
5973
5974 2012-12-03 Roland Winkler <winkler@gnu.org>
5975
5976 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5977 of diary-show-all-entries in the diary buffer (Bug#12994).
5978
5979 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5980
5981 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5982 "<STDIN>". This is binary safe.
5983
5984 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5985
5986 * calc/calc-forms.el (math-absolute-from-iso-dt)
5987 (math-date-to-iso-dt, math-parse-iso-date-validate)
5988 (math-iso-dt-to-date): New functions.
5989 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5990 (math-fd-isoweekday): New variables.
5991 (calc-date-notation, math-parse-standard-date, math-format-date)
5992 (math-format-date-part): Add support for more formatting codes.
5993
5994 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5995
5996 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5997 current buffer's file name when called interactively (Bug#12488).
5998
5999 2012-12-02 Juri Linkov <juri@jurta.org>
6000
6001 * info.el (info-display-manual): Don't clobber an existing Info
6002 buffer (Bug#10770). Add completion (Bug#10771).
6003
6004 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6005
6006 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6007 before using it for comparison (Bug#5297).
6008
6009 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6010
6011 * textmodes/css-mode.el (css-current-defun-name): New function.
6012 (css-mode): Use it.
6013
6014 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6015 (html-mode): Use it.
6016
6017 2012-12-01 Chong Yidong <cyd@gnu.org>
6018
6019 Modularize add-log-current-defun (Bug#2224).
6020 Suggested by Jari Aalto.
6021
6022 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6023 (add-log-current-defun): Move mode-specific code to other files.
6024 (add-log-lisp-like-modes, add-log-c-like-modes)
6025 (add-log-tex-like-modes): Variables deleted.
6026
6027 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6028 (lisp-mode-variables): Use it.
6029
6030 * progmodes/cc-mode.el (c-common-init):
6031 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6032 add-log-current-defun-function.
6033
6034 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6035 (m4-mode): Use it.
6036
6037 * progmodes/perl-mode.el (perl-current-defun-name): New.
6038 (perl-mode): Use it.
6039
6040 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6041 Use lisp-current-defun-name.
6042
6043 * textmodes/tex-mode.el (tex-current-defun-name): New.
6044 (tex-common-initialization): Use it.
6045
6046 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6047 (texinfo-mode): Use it.
6048
6049 2012-12-01 Chong Yidong <cyd@gnu.org>
6050
6051 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6052 * progmodes/autoconf.el (autoconf-mode):
6053 * progmodes/js.el (js-mode):
6054 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6055 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6056 * progmodes/perl-mode.el (perl-mode):
6057 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6058 * textmodes/css-mode.el (css-mode):
6059 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6060 (sgml-tags-invisible, sgml-guess-indent):
6061 * textmodes/tex-mode.el (tex-common-initialization)
6062 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6063 (doctex-mode, plain-tex-mode, latex-mode):
6064 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6065
6066 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6067
6068 * vc/vc-hg.el (vc-hg-next-revision):
6069 Ensure use of default "tip" output format. (Bug#6968)
6070
6071 2012-12-01 Kim F. Storm <storm@cua.dk>
6072
6073 * startup.el (fancy-startup-tail): Add a clickable link
6074 (Bug#2176).
6075
6076 2012-12-01 Chong Yidong <cyd@gnu.org>
6077
6078 * startup.el (fancy-startup-tail): Improve the message about
6079 auto-save files (Bug#2176).
6080
6081 * files.el (recover-session): Improve the descriptive message, and
6082 use substitute-command-keys.
6083
6084 2012-12-01 Glenn Morris <rgm@gnu.org>
6085
6086 * ido.el (ido-file-internal):
6087 Handle other-window, other-frame for dired. (Bug#13036)
6088
6089 2012-11-30 Glenn Morris <rgm@gnu.org>
6090
6091 * icomplete.el (icomplete-separator): Fix :version.
6092
6093 2012-11-30 Chong Yidong <cyd@gnu.org>
6094
6095 * shell.el (shell): For C-u M-x shell, use an inactive shell
6096 buffer as the default (Bug#1975).
6097 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6098 (shell-mode): Use them to reapply ansi colorization if Shell mode
6099 is re-enabled.
6100
6101 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6102
6103 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6104
6105 2012-11-30 Samuel Bronson <naesten@gmail.com>
6106
6107 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6108 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6109
6110 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6111
6112 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6113 by move-to-column (Bug#3234).
6114
6115 2012-11-30 Chong Yidong <cyd@gnu.org>
6116
6117 * longlines.el (longlines-wrap-line, longlines-encode-region):
6118 Preserve text properties (Bug#1425).
6119
6120 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6121
6122 * vc/vc.el (vc-register): Allow registering a file which is
6123 already registered with a different backend (Bug#10589).
6124
6125 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6126 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * icomplete.el: Change separator; add ido-style commands.
6129 (icomplete-show-key-bindings): Remove custom var.
6130 (icomplete-get-keys): Remove function.
6131 (icomplete-forward-completions, icomplete-backward-completions):
6132 New commands.
6133 (icomplete-minibuffer-map): New var.
6134 (icomplete-minibuffer-setup): Use it.
6135 (icomplete-exhibit): Don't delay if the list of completions is known.
6136 (icomplete-separator): New custom.
6137 (icomplete-completions): Use it.
6138 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6139 (minibuffer-force-complete-and-exit): New command.
6140 (minibuffer--complete-and-exit): New function extracted from
6141 minibuffer-complete-and-exit.
6142 (minibuffer-complete-and-exit): Use it.
6143
6144 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6145 error message when the file doesn't exist (bug#12974).
6146
6147 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6148
6149 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6150
6151 2012-11-29 Glenn Morris <rgm@gnu.org>
6152
6153 * files.el (hack-dir-local-variables): Warn if try to set
6154 coding via dir-locals, since it doesn't work. (Bug#7169)
6155
6156 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6157 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6158 Set buffer-local value of desktop-save-buffer.
6159 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6160 New functions.
6161 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6162 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6163
6164 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6165 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6166 Doc fix.
6167 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6168 Doc fixes.
6169
6170 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6171
6172 * calc/calc-forms.el (calc-date-notation): Fix regexp
6173 used to find time codes. Fix symbol for seconds.
6174
6175 2012-11-27 Glenn Morris <rgm@gnu.org>
6176
6177 * emacs-lisp/derived.el (derived-mode-make-docstring):
6178 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6179
6180 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6183 lexically scoped variables (bug#13005).
6184
6185 2012-11-27 Glenn Morris <rgm@gnu.org>
6186
6187 * vc/vc-hooks.el (vc-mistrust-permissions):
6188 Default to t, to avoid data-loss. (Bug#11490)
6189
6190 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6191
6192 * progmodes/python.el (python-indent-guess-indent-offset):
6193 If indentation is guessed make python-indent-offset buffer-local.
6194
6195 Fix Imenu regression.
6196 * progmodes/python.el (python-nav-beginning-of-defun):
6197 Fix forward movement when statement(s) separates point from defun.
6198 (python-imenu-prev-index-position): New function.
6199
6200 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6201
6202 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6203
6204 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6205 Don't set buffer-file-type. Return nil. (Bug#12989)
6206
6207 2012-11-27 Glenn Morris <rgm@gnu.org>
6208
6209 * hippie-exp.el (hippie-expand-try-functions-list):
6210 Re-autoload it. (Bug#12982)
6211
6212 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6213
6214 * descr-text.el (describe-char-padded-string):
6215 Call internal-char-font only on GUI frames. (Bug#11964)
6216
6217 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6218
6219 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6220 and obsoletion message.
6221
6222 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6225 the constructs to keep outside of the `cl-block' (bug#12977).
6226
6227 2012-11-27 Chong Yidong <cyd@gnu.org>
6228
6229 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6230 keep reading until we get the up-event anyway, in order to process
6231 the up-event for mouse-1-click-follows-link (Bug#12971).
6232
6233 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6236 base function is not yet defined (bug#12965).
6237 (ad-activate-advised-definition): Use ad-compile-function.
6238 (ad-activate): Use cond.
6239
6240 2012-11-25 Leo Liu <sdl.web@gmail.com>
6241
6242 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6243 (Bug#12979)
6244
6245 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6246
6247 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6248 reftex-section-info-function in order to be compatible with
6249 Texinfo integration.
6250
6251 * textmodes/reftex.el (reftex-section-pre-regexp)
6252 (reftex-section-post-regexp, reftex-section-info-function):
6253 New variable.
6254 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6255 reftex-section-post-regexp, and reftex-section-info-function in order
6256 to be compatible with Texinfo integration.
6257
6258 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6259 use reftex-section-pre-regexp variable in order to be compatible with
6260 Texinfo integration.
6261
6262 2012-11-25 Chong Yidong <cyd@gnu.org>
6263
6264 * faces.el: Make face-spec-set more analogous to setq.
6265 (face-spec-set): Change the third arg to specify whether this
6266 function is being called via defface, customize, or a third party.
6267 Set the appropriate symbol properties. Clear the override spec if
6268 setting via Custom. Initialize face if necessary. (Bug#4988)
6269 (face-spec-recalc): Allow theme faces to completely replace the
6270 defface spec, in the same way as custom faces (Bug#8454).
6271
6272 * cus-face.el (custom-declare-face): Move face initialization to
6273 face-spec-set.
6274 (custom-theme-set-faces): Don't initialize the face name here, as
6275 that is now done in face-spec-set.
6276
6277 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6278 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6279 Simplify by using the new arg to face-spec-set.
6280
6281 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6282 reset face-override-spec too, and use custom-declare-face.
6283
6284 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6285
6286 * term/ns-win.el (ns-initialize-window-system): Move creation of
6287 fontsets here (Bug#11964).
6288
6289 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6290
6291 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6292 cell renaming.
6293
6294 2012-11-24 Chong Yidong <cyd@gnu.org>
6295
6296 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6297 obsolete.
6298
6299 * custom.el (custom-theme-set-variables): Use a topological sort
6300 for ordering by custom dependencies (Bug#12952).
6301 (custom--sort-vars, custom--sort-vars-1): New functions.
6302
6303 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6306 lexical-binding (bug#12938).
6307
6308 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6309
6310 * image-mode.el (image-transform-check-size): Use assertions only
6311 for images of type imagemagick.
6312
6313 Otherwise no error, image-transform-fit-to-{width,height} is
6314 silently ignored, as before. Doc fix.
6315
6316 2012-11-24 Chong Yidong <cyd@gnu.org>
6317
6318 * faces.el (color-defined-p): Doc fix (Bug#12853).
6319
6320 2012-11-24 Juri Linkov <juri@jurta.org>
6321
6322 * dired.el (dired-mark): Add optional arg `interactive'.
6323 Check for `use-region-p' if `interactive' is non-nil.
6324 (dired-unmark, dired-flag-file-deletion): Add optional arg
6325 `interactive'. Call `dired-mark' with the arg `interactive'.
6326 (Bug#10624)
6327
6328 * wdired.el: Revert 2012-10-17 change partly and replace it with
6329 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6330 (wdired-finish-edit): Add marks for new file names to
6331 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6332 after `revert-buffer'.
6333 (wdired-do-renames): Remove calls to `dired-remove-file',
6334 `dired-add-file', `dired-add-entry'. (Bug#11795)
6335
6336 2012-11-24 Alan Mackenzie <acm@muc.de>
6337
6338 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6339
6340 Fix bugs in the state cache. Enhance a debugging mechanism.
6341 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6342 "brace at column zero" strategy for C++.
6343 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6344 (c-parse-state-point): New variable.
6345 (c-record-parse-state-state): Record old parse state with
6346 `copy-tree'. Record previous value of point.
6347 (c-debug-parse-state-double-cons): New debugging function.
6348 (c-debug-parse-state): Call the above new function.
6349 (c-toggle-parse-state-debug): Output a confirmatory message.
6350
6351 * progmodes/cc-mode.el (c-before-change, c-after-change):
6352 Call c-invalidate-state-cache from `c-before-change' instead of
6353 `c-after-change'.
6354
6355 2012-11-23 Chong Yidong <cyd@gnu.org>
6356
6357 * find-cmd.el (find-constituents): Add executable, ipath,
6358 readable, samefile, writable, daystart, regextype (Bug#12856).
6359
6360 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6363
6364 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6365
6366 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6367 definition. This fixes a bootstrap failure.
6368 (calc-gregorian-switch): In menu, put dates before regions.
6369 This is easier to follow, lines up better in the menu, and lets us
6370 coalesce regions that switch at the same time. Give country
6371 names, not "Vatican", as that's better for non-expert users.
6372 Use names that are stable between the date of switch and now, e.g.,
6373 Bohemia and Moravia (which existed then and now) and not
6374 Czechoslovakia (which didn't exist then and doesn't exist now).
6375 What is now the U.S. mostly did not switch at the same time as
6376 Britain, so omit the U.S. Correct spelling of "Britain".
6377 Catholic Switzerland was too much of a mess, so omit it.
6378
6379 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6380
6381 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6382 after the variable is changed.
6383
6384 2012-11-21 Daniel Colascione <dancol@dancol.org>
6385
6386 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6387 in SQL declarations for font-lock.
6388 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6389
6390 2012-11-21 Glenn Morris <rgm@gnu.org>
6391
6392 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6393 (face-italic-p): Add optional argument "inherit".
6394
6395 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6396 Remove -p suffix from names, for consistency with other set-face-*.
6397 (set-face-inverse-video): Fix interactive spec.
6398 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6399 * textmodes/table.el (table--update-cell-face):
6400 Use set-face-inverse-video rather than now obsolete alias.
6401
6402 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6403
6404 * simple.el (line-move): Don't call line-move-partial if
6405 scroll-conservatively is in effect. (Bug#12927)
6406
6407 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6410 Fallback on completion-at-point rather than
6411 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6412 (eshell-cmpl-initialize): Setup completion-at-point.
6413
6414 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6415
6416 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6417
6418 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6421 are remote, check out-of-band property for both.
6422
6423 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6426 code rewrite.
6427
6428 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6429
6430 More minor time fixes.
6431 * calendar/time-date.el: Commentary fix.
6432 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6433 too much other code depends on (0 0) time stamps.
6434 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6435 Add a couple of FIXME comments.
6436
6437 Minor cleanup for times as lists of four integers.
6438 * files.el (dir-locals-directory-cache):
6439 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6440 Doc fixes.
6441 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6442 * ps-bdf.el (bdf-file-newer-than-time):
6443 Process four-integers time stamps, not two. Doc fixes.
6444
6445 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * uniquify.el (uniquify-managed): Use defvar-local.
6448 (rename-buffer, create-file-buffer): Advise with advice-add.
6449 (uniquify-unload-function): Unadvise accordingly.
6450
6451 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6452 (trace-buffer): Don't purecopy.
6453 (trace-entry-message, trace-exit-message): Add `context' arg.
6454 (trace--timer): New var.
6455 (trace-make-advice): Adjust for use in nadvice.
6456 Add `context' argument. Delay `display-buffer' via a timer.
6457 (trace-function-internal): Use advice-add.
6458 (trace--read-args): New function.
6459 (trace-function-foreground, trace-function-background): Use it.
6460 (trace-function): Rename to trace-function-foreground and redefine as
6461 an alias to that new name.
6462 (untrace-function, untrace-all): Adjust to the use of nadvice.
6463
6464 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6465
6466 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6467
6468 * subr.el (called-interactively-p-functions): New var.
6469 (internal--called-interactively-p--get-frame): New macro.
6470 (called-interactively-p, interactive-p): Rewrite in Lisp.
6471 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6472 (called-interactively-p-functions): Use it.
6473 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6474 (called-interactively-p-functions): Use it.
6475 * allout.el (allout-called-interactively-p): Don't assume
6476 called-interactively-p is a subr.
6477
6478 2012-11-20 Glenn Morris <rgm@gnu.org>
6479
6480 * profiler.el (profiler-report-mode-map): Add a menu.
6481 No need to bind `q' because we derive from special-mode.
6482 (profiler-report-find-entry): Handle calls from the menu-bar.
6483
6484 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * emacs-lisp/byte-run.el (defun-declarations-alist):
6487 Allow a compiler-macro to be a lambda expression.
6488
6489 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6490 eval-when-compile.
6491 (python-syntax-context): Add compiler-macro.
6492 (python-font-lock-keywords): Simplify with De Morgan.
6493
6494 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6495
6496 * files.el (load-file): Require match in minibuffer selection, as was
6497 the case in Emacs-20 before we changed the spec to allow .elc files
6498 (bug#12935).
6499
6500 * json.el: Don't require cl since we don't use it.
6501 * color.el: Don't require cl.
6502 (color-complement): `caddr' -> `nth 2'.
6503
6504 * calendar/time-date.el (time-to-seconds): De-obsolete.
6505
6506 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6507
6508 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6509 year numbers.
6510 (math-date-to-julian-dt): Adjust the initial approximation for the
6511 year to deal with the new definition of the DATE.
6512
6513 2012-11-19 Daniel Colascione <dancol@dancol.org>
6514
6515 * term/w32-win.el (cygwin-convert-path-from-windows):
6516 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6517
6518 2012-11-18 Chong Yidong <cyd@gnu.org>
6519
6520 * filecache.el (file-cache--read-list): New function.
6521 (file-cache-add-directory-list, file-cache-add-file-list)
6522 (file-cache-delete-file-list, file-cache-delete-directory-list):
6523 Use it to read a list of files or directories (Bug#12846).
6524 (file-cache-add-file, file-cache-add-directory)
6525 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6526 (file-cache-delete-directory): Print an message.
6527
6528 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6529
6530 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6531 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6532
6533 2012-11-18 Glenn Morris <rgm@gnu.org>
6534
6535 * image.el (insert-image, insert-sliced-image): Doc fix.
6536
6537 2012-11-18 Chong Yidong <cyd@gnu.org>
6538
6539 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6540 (Bug#12810).
6541
6542 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6543
6544 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6545 response when the target file is in a subdirectory (Bug#12757).
6546
6547 2012-11-18 Chong Yidong <cyd@gnu.org>
6548
6549 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6550
6551 2012-11-18 Glenn Morris <rgm@gnu.org>
6552
6553 * emacs-lisp/cl-lib.el (face-underline-p):
6554 Use set-face-underline rather than the alias set-face-underline-p.
6555
6556 * window.el (with-temp-buffer-window): Doc fix.
6557 * subr.el (with-output-to-temp-buffer):
6558 Add doc xref to with-temp-buffer-window.
6559
6560 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6561
6562 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6563 * calc/calc.el (math-format-date-cache): Declare.
6564
6565 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6566
6567 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6568 It also uses January 1, 1 AD as its day number 1.
6569 * calc/calc-forms.el (math-julian-date-beginning)
6570 (math-julian-date-beginning-int): Implement this.
6571
6572 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * descr-text.el (quail-find-key):
6575 * dired.el (desktop-file-name):
6576 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6577 * generic-x.el (comint-mode, comint-exec):
6578 * image-dired.el (widget-forward):
6579 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6580 (speedbar-change-expand-button-char)
6581 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6582 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6583 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6584 (widget-field-action, widget-value-set):
6585 * speedbar.el (imenu--make-index-alist):
6586 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6587 (ring-length, ring-insert):
6588 * vcursor.el (compare-windows-skip-whitespace):
6589 * woman.el (dired-get-filename):
6590 Declare functions.
6591
6592 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6593
6594 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6595
6596 * calc/calc.el (calc-gregorian-switch): New variable.
6597
6598 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6599 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6600 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6601 (math-leap-year-p): Add option to distinguish between Julian
6602 and Gregorian calendars.
6603 (math-day-number): Use `math-day-in-year' to do the computations.
6604 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6605 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6606 to do the computations.
6607 (math-date-to-dt): Use `math-date-to-julian-dt' and
6608 `math-date-to-gregorian-dt' to do the computations.
6609 (calcFunc-weekday, math-format-date-part): Use the new version of
6610 the DATE to determine the weekday.
6611 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6612 when necessary.
6613
6614 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6615
6616 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6617 Cygwin; otherwise use 'file:'. (Bug#12914)
6618 (cygwin-convert-path-from-windows): Declare, to avoid
6619 byte-compiler warnings.
6620
6621 2012-11-17 Andreas Politz <politza@fh-trier.de>
6622
6623 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6624 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6625 prefix and negative numeric prefix args (Bug#12795).
6626
6627 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6628
6629 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6630 Don't signal an error with a score that is too low to add to the
6631 list of top scores. (Bug#12779)
6632
6633 2012-11-17 Chong Yidong <cyd@gnu.org>
6634
6635 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6636
6637 * filecache.el (file-cache-add-file): Handle relative file name in
6638 the argument (Bug#12694).
6639
6640 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6641
6642 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6643
6644 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6647
6648 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6649
6650 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6651
6652 * window.el (enlarge-window, shrink-window): Don't mention return
6653 value in doc-string (Bug#12896).
6654 (window--display-buffer): Don't resize frames - it won't work
6655 with all window managers and defeat pop-up-frame-alist.
6656 (display-buffer-alist): In doc-string explain that CONDITION can
6657 be a function and which arguments are passed to it (Bug#12854).
6658 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6659 expressions (Bug#12854).
6660 (display-buffer): Pass ACTION argument to
6661 display-buffer-assq-regexp.
6662
6663 2012-11-16 Glenn Morris <rgm@gnu.org>
6664
6665 * window.el (fit-frame-to-buffer-bottom-margin)
6666 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6667
6668 * faces.el (face-underline-p): Use face-attribute-specified-or.
6669
6670 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6673
6674 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6677
6678 2012-11-16 Glenn Morris <rgm@gnu.org>
6679
6680 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6681 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6682
6683 * faces.el (face-underline-p): Doc fix. Handle :underline being
6684 things other than `t' (a string, a list).
6685 (face-inverse-video-p): Doc fix.
6686 (set-face-underline): Rename it back from set-face-underline-p.
6687 Doc fix. Allow interactive input of values other than t.
6688 (read-face-attribute): Apply formatting to :underline,
6689 since like :box and :stipple it can take list values.
6690
6691 * term.el (ansi-term): Don't let C-x escape-char binding
6692 clobber the more standard C-c binding. (Bug#12842)
6693
6694 * subr.el (set-temporary-overlay-map): Doc fix.
6695
6696 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6697
6698 * window.el (record-window-buffer)
6699 (display-buffer-record-window): When copying the markers to
6700 window-point preserve window-point-insertion-type. (Bug#12588)
6701
6702 2012-11-16 Glenn Morris <rgm@gnu.org>
6703
6704 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6705 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6706 Use new names for hooks rather than obsolete aliases.
6707
6708 2012-11-15 Daniel Colascione <dancol@dancol.org>
6709
6710 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6711 prefix instead of "file:" so that when FILE-NAME begins with "//",
6712 as it does when the target file is on a network share, url-handler
6713 isn't confused.
6714
6715 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6718 a preactivated advice from an old advice.el; they're not compatible!
6719
6720 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6721
6722 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6723 Fix string-spec case.
6724
6725 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6726
6727 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6730 (advice--buffer-local-function-sample): New var.
6731 (advice--set-buffer-local, advice--buffer-local): New functions.
6732 (add-function, remove-function): Use them.
6733
6734 2012-11-15 Drew Adams <drew.adams@oracle.com>
6735
6736 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6737
6738 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6741 potential binding of print-gensym to t, and prettify (back)quotes in
6742 case they appear in args's default values (bug#12884).
6743
6744 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6747 (advice-eval-interactive-spec): New function.
6748 (advice--make-interactive-form): Support around advice (bug#12844).
6749
6750 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6751
6752 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6753 more strict. Add docstring.
6754 (ruby-expression-expansion-re): Extract from
6755 `ruby-match-expression-expansion'.
6756 (ruby-syntax-propertize-function): After everything else, search
6757 for expansions in string literals, mark their insides as
6758 whitespace syntax and save match data for font-lock.
6759 (ruby-font-lock-keywords): Use the 2nd group from expression
6760 expansion matches.
6761 (ruby-match-expression-expansion): Use the match data saved to the
6762 text property in ruby-syntax-propertize-function.
6763
6764 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6767 (bug#12879).
6768
6769 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6770
6771 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6772 start/end keyword a bit harder. Works with different values of N.
6773 Add more comments.
6774 (ruby-end-of-block): Update accordingly.
6775
6776 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * woman.el (woman-file-name): Don't mess with unread-command-events
6779 (bug#12861).
6780
6781 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6782 Remove out of date self-require hack.
6783 (ad-do-advised-functions): Use simple `dolist'.
6784 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6785 (ad-advice-definition): Redefine as functions.
6786 (ad-advice-classes): Move before first use.
6787 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6788 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6789 (ad--defalias-fset): Remove functions.
6790 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6791 (ad-get-orig-definition): Rewrite.
6792 (ad-make-advised-definition-docstring): Change base docstring.
6793 (ad-real-orig-definition): Rewrite.
6794 (ad-map-arglists): Change name of called function.
6795 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6796 (ad-make-advised-definition): Simplify.
6797 (ad-assemble-advised-definition): Tweak for new calling context.
6798 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6799 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6800 function and call ad-activate if needed.
6801 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6802 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6803 (ad-compile-function): Compile ad-Advice-*.
6804 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6805 (ad-start-advice, ad-stop-advice): Remove.
6806
6807 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6808
6809 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6810 period before class method names, not after. Remove handling of
6811 one impossible case. Add comments.
6812
6813 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * emacs-lisp/advice.el: Remove support for freezing.
6816 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6817 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6818 Remove support for `freeze'.
6819
6820 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6821 override the default.
6822 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6823 cl--dotimes/dolist.
6824 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6825 `cl' is loaded.
6826
6827 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6828 from add-advice.
6829 (advice--strip-macro): New function.
6830 (advice--defalias-fset): Use them to handle macros.
6831 (advice-add): Use them.
6832 (advice-member-p): Correctly handle macros.
6833
6834 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6835
6836 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6837 Never font-lock the beginning of singleton class as heredoc.
6838
6839 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6842
6843 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6844
6845 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6846 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6847 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6848
6849 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6850
6851 Fix end-of-defun misbehavior.
6852 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6853 python-beginning-of-defun-function. Handle nested defuns
6854 correctly.
6855 (python-nav-end-of-defun): Rename from
6856 python-end-of-defun-function. Ensure forward movement.
6857 (python-info-current-defun): Reimplement to work as intended
6858 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6859 parent defuns as soon as possible.
6860
6861 2012-11-13 Glenn Morris <rgm@gnu.org>
6862
6863 * progmodes/flymake.el (flymake-error-bitmap)
6864 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6865 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6866
6867 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6868
6869 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6870 backward, always stop at indentation. Reverts the change from
6871 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6872
6873 2012-11-13 Glenn Morris <rgm@gnu.org>
6874
6875 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6876 Add ibuffer-filter-by-derived-mode.
6877
6878 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6879 the same name shadowing each other.
6880
6881 * window.el (with-temp-buffer-window): Doc tweak.
6882
6883 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6884
6885 * help.el (temp-buffer-max-height):
6886 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6887 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6888
6889 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * emacs-lisp/nadvice.el: New package.
6892 * subr.el (special-form-p): New function.
6893 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6894 (elp-all-instrumented-list): Remove var.
6895 (elp-not-profilable): Remove elp-wrapper.
6896 (elp-profilable-p): Use autoloadp and special-form-p.
6897 (elp--advice-name): New const.
6898 (elp-instrument-function): Use advice-add.
6899 (elp--instrumented-p): New predicate.
6900 (elp-restore-function): Use advice-remove.
6901 (elp-restore-all, elp-reset-all): Use mapatoms.
6902 (elp-set-master): Use elp--instrumented-p.
6903 (elp--make-wrapper): Rename from elp-wrapper, return a function
6904 suitable for advice-add. Use cl-inf.
6905 (elp-results): Use mapatoms+elp--instrumented-p.
6906 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6907 (debug-function-list): Remove var.
6908 (debug): Rename arg, and then let-bind it explicitly inside.
6909 (debugger-setup-buffer): Rename arg.
6910 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6911 (debugger-frame-number): Adjust to new debug-on-entry setup.
6912 (debug--implement-debug-on-entry): Rename from
6913 implement-debug-on-entry, add argument.
6914 (debugger-special-form-p): Remove, use special-form-p instead.
6915 (debug-on-entry): Use advice-add.
6916 (debug--function-list): New function.
6917 (cancel-debug-on-entry): Use it, along with advice-remove.
6918 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6919 (debugger-list-functions): Use debug--function-list instead of
6920 debug-function-list.
6921 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6922 (ad-special-form-p): Remove, use special-form-p instead.
6923 (ad-set-advice-info): Use add-function and remove-function.
6924 (ad--defalias-fset): Adjust accordingly.
6925
6926 2012-11-10 Glenn Morris <rgm@gnu.org>
6927
6928 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6929 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6930 (report-emacs-bug-create-existing-bugs-buffer)
6931 (report-emacs-bug-parse-query-results)
6932 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6933
6934 * term.el (term-default-fg-color, term-default-bg-color):
6935 Make obsolete, rather than just saying "deprecated" in the doc.
6936
6937 * term.el (term): Rename from `term-face'.
6938 (term-current-face, ansi-term-color-vector)
6939 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6940 Update all users.
6941
6942 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6943
6944 * server.el (server-create-window-system-frame): Handle Nextstep
6945 specially (Bug#12780).
6946
6947 2012-11-10 Glenn Morris <rgm@gnu.org>
6948
6949 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6950 Unautoload, and make obsolete. (Bug#7449)
6951
6952 2012-11-10 Chong Yidong <cyd@gnu.org>
6953
6954 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6955 rename from diff-remove-trailing-whitespace (Bug#12831).
6956
6957 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6960 miscompilation of trace.el.
6961
6962 2012-11-10 Glenn Morris <rgm@gnu.org>
6963
6964 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6965
6966 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6969 (bug#12812).
6970
6971 2012-11-10 Chong Yidong <cyd@gnu.org>
6972
6973 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6974 a defcustom with an appropriate :set function.
6975 (minibuffer-default--in-prompt-regexps): New function.
6976
6977 2012-11-10 Glenn Morris <rgm@gnu.org>
6978
6979 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6980 (define-modify-macro): Doc fixes.
6981
6982 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6983 (gv-define-simple-setter): Update doc of `fix-return'.
6984
6985 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6988 twice when `fix-return' is set (bug#12813).
6989
6990 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6991 gv-define-simple-setter (bug#12812).
6992
6993 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6994 (bug#12756).
6995
6996 2012-11-10 Glenn Morris <rgm@gnu.org>
6997
6998 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6999
7000 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7001 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7002 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7003 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7004
7005 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7006
7007 2012-11-10 Leo Liu <sdl.web@gmail.com>
7008
7009 * ido.el (ido-set-matches-1): Improve flex matching performance by
7010 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7011
7012 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7015 (ad--defalias-fset): New function.
7016 (ad-safe-fset): Remove.
7017 (ad-make-freeze-definition): Use cl-letf*.
7018
7019 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * subr.el (dolist): Don't bind VAR in RESULT.
7022
7023 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7024 (fset, documentation): Don't save real def since we don't advise.
7025 (ad-do-advised-functions): Remove problematic `result-form'.
7026 (ad-safe-fset): `ad-real-fset' => `fset'.
7027 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7028 uses CL's dolist internally.
7029 (ad-arglist): Remove unused arg `name'.
7030 (ad-docstring, ad-make-advised-docstring):
7031 `ad-real-documentation' => `documentation'.
7032 (warning-suppress-types): Declare.
7033 (ad-set-arguments): Simple CSE.
7034 (ad-recover-normality): Sanity check.
7035
7036 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7037 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7038
7039 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7040
7041 * ses.el: symbol to coordinate mapping is made by symbol property
7042 `ses-cell'. This means that the same mapping is done for all SES
7043 sheets. That is good enough for cells with standard A1 names, but
7044 not for named cell. So a hash map is added for the latter.
7045 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7046 (ses-sym-rowcol): Use hashmap for named cell.
7047 (ses-is-cell-sym-p): New defun.
7048 (ses-decode-cell-symbol): New defun.
7049 (ses-create-cell-variable): Add cell to hashmap when name is not
7050 A1-like.
7051 (ses-rename-cell): Check that cell new name is not already in
7052 spreadsheet with the use of ses-is-cell-sym-p
7053 (ses-rename-cell): Use hash map for named cells, but accept also
7054 renaming back to A1-like.
7055
7056 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * emacs-lisp/advice.el: Use new dynamic docstrings.
7059 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7060 Use dynamic-docstring-function instead of ad-advice-info.
7061 (ad--make-advised-docstring): New function extracted from
7062 ad-make-advised-docstring.
7063 (ad-make-advised-docstring): Use it.
7064 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7065 from sql-help.
7066 (sql-help): Use it with dynamic-docstring-function.
7067
7068 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7069
7070 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * files.el (hack-one-local-variable--obsolete): New function.
7073 (hack-one-local-variable): Use it for obsolete settings.
7074
7075 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7076 the new name.
7077
7078 * progmodes/js.el (js--filling-paragraph): New var.
7079 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7080 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7081 less sneaky.
7082
7083 2012-11-08 Julien Danjou <julien@danjou.info>
7084
7085 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7086 `auto-mode-alist' (Bug#12835).
7087
7088 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7091 (perl--prettify-symbols-alist): New const.
7092 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7093 New functions.
7094 (perl-font-lock-keywords-2): Use them.
7095 (perl-electric-noindent-p): New function.
7096 (perl-mode): Use it to set up electric-indent-mode.
7097 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7098 (perl-mode-map): Remove bindings for them.
7099 (perl-imenu-generic-expression, perl-outline-level):
7100 Match functions&packages in column>0.
7101
7102 * env.el (env--substitute-vars-regexp): New const.
7103 (substitute-env-vars): Use it. Add `only-defined' arg.
7104 * net/tramp.el (tramp-replace-environment-variables): Use it.
7105
7106 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7107 Byte-compile *before* eval in eval-and-compile.
7108 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7109 (byte-compile-file-form-autoload): Don't hide actual definition.
7110 (byte-compile-maybe-guarded): Accept `functionp' as well.
7111
7112 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7113
7114 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * notifications.el (notifications-get-server-information-method):
7117 New defconst.
7118 (notifications-get-capabilities): Fix docstring.
7119 (notifications-get-server-information): New defun.
7120
7121 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7122
7123 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7124 readability.
7125
7126 * textmodes/ispell.el: Experimental support for support debugging.
7127 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7128 buffer for ispell.
7129 (ispell-print-if-debug): New function to print stuff to
7130 `ispell-debug-buffer' if debugging is enabled.
7131 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7132 show some debugging info.
7133 (ispell-buffer-with-debug): New function that creates a debugging
7134 buffer and calls `ispell-buffer' with debugging enabled.
7135
7136 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7137 comment in autoconf mode. (Bug#12768)
7138
7139 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7140
7141 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7142 frame-first-window, frame-root-window, frame-selected-window,
7143 minibuffer-selected-window, minibuffer-window,
7144 window-absolute-pixel-edges, window-at, window-body-height,
7145 window-body-width, window-display-table, window-combination-limit,
7146 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7147 window-inside-edges, window-inside-pixel-edges, window-left-child,
7148 window-left-column, window-margins, window-next-buffers,
7149 window-next-sibling, window-new-normal, window-new-total,
7150 window-normal-size, window-parameter, window-parameters, window-parent,
7151 window-pixel-edges, window-point, window-prev-buffers,
7152 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7153 window-start, window-text-height, window-top-child, window-top-line,
7154 window-total-height, window-total-width and window-use-time to the list
7155 of functions without side-effects.
7156 (toplevel): Add window-valid-p to the list of error-free functions
7157 without side-effects.
7158
7159 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7160
7161 * textmodes/ispell.el (ispell-program-name):
7162 Update spellchecker parameters when customized.
7163
7164 2012-11-04 Glenn Morris <rgm@gnu.org>
7165
7166 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7167
7168 2012-11-04 Chong Yidong <cyd@gnu.org>
7169
7170 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7171 same-window-* variables.
7172
7173 2012-11-04 Juri Linkov <juri@jurta.org>
7174
7175 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7176 (isearch-describe-key, isearch-describe-mode): Use a display
7177 action instead of binding same-window-* variables (Bug#10040).
7178
7179 2012-11-03 Glenn Morris <rgm@gnu.org>
7180
7181 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7182 Rename handler properties back from cl-- to cl-. (Bug#12788)
7183
7184 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7185
7186 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7187
7188 * term/pc-win.el: Don't load term/internal from here.
7189
7190 * loadup.el: Load term/internal from here.
7191
7192 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7193
7194 * progmodes/python.el (inferior-python-mode): Fix hang in
7195 jit-lock (Bug#12645).
7196
7197 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7198
7199 * window.el (switch-to-visible-buffer)
7200 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7201
7202 2012-11-03 Glenn Morris <rgm@gnu.org>
7203
7204 * emacs-lisp/cl-lib.el (cl--random-time):
7205 Rename from cl-random-time. (Bug#12773)
7206 (cl--gensym-counter, cl--random-state): Update callers.
7207 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7208
7209 2012-11-03 Chong Yidong <cyd@gnu.org>
7210
7211 * cus-start.el: Make cursor-type customizable (Bug#11633).
7212
7213 2012-11-02 Glenn Morris <rgm@gnu.org>
7214
7215 * filecache.el: No need to load find-lisp when compiling.
7216 (find-lisp-find-files): Autoload it.
7217 (file-cache-add-directory-recursively): Don't require find-lisp.
7218
7219 * image.el (image-type-from-file-name): Trivial simplification.
7220
7221 * emacs-lisp/bytecomp.el (byte-compile-eval):
7222 Decouple "noruntime" and "cl-functions" warnings.
7223
7224 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7225
7226 * play/gomoku.el (gomoku-display-statistics): Update mode line
7227 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7228
7229 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7230
7231 * window.el (quit-restore-window): If the window has been
7232 created on an existing frame and ended up as the sole window on
7233 that frame, do not delete it (Bug#12764).
7234
7235 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7238 Rename from sh--inside-arithmetic-expression, handle more cases
7239 (bug#11263).
7240
7241 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7242 (sh-font-lock-open-heredoc): Use it (bug#12770).
7243
7244 2012-10-30 Glenn Morris <rgm@gnu.org>
7245
7246 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7247
7248 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7249
7250 2012-10-29 Chong Yidong <cyd@gnu.org>
7251
7252 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7253 function key is stored in a keyboard macro (Bug#4894).
7254
7255 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7256
7257 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7260 header comments".
7261 (diff-unified->context, diff-context->unified)
7262 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7263
7264 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7265
7266 * files.el (find-alternate-file): Only ask one question (bug#12487).
7267
7268 2012-10-29 Chong Yidong <cyd@gnu.org>
7269
7270 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7271 Suggested by Dan Nicolaescu (Bug#6326).
7272
7273 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7274
7275 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7276
7277 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7278
7279 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7280
7281 * face-remap.el (face-remap-add-relative): Handle the case where a
7282 face-remapping-alist entry is a cons cell (Bug#12762).
7283
7284 2012-10-29 Kevin Ryde <user42@zip.com.au>
7285
7286 * woman.el (woman-parse-numeric-value): Handle picas correctly
7287 (Bug#12639).
7288
7289 2012-10-29 Glenn Morris <rgm@gnu.org>
7290
7291 * emacs-lisp/cl.el (defsetf): Doc fix.
7292
7293 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7296 syntax to the matching opener, if any (bug#12547).
7297 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7298 matching open as a "case-(".
7299 (sh-smie-rc-grammar): Add a corresponding rule for it.
7300
7301 2012-10-28 Daniel Hackney <dan@haxney.org>
7302
7303 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7304 "PKGNAME-autoloads.el" in case we created it.
7305
7306 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7309 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7310 (completion--twq-all): Disable too-strict assertions.
7311
7312 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7313
7314 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7315
7316 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7317 text to match the real keybindings.
7318
7319 2012-10-27 Juri Linkov <juri@jurta.org>
7320
7321 * wdired.el (wdired-keep-marker-rename): New defcustom.
7322 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7323 (Bug#11795)
7324
7325 * dired.el (dired-keep-marker-rename): Add reference to
7326 `wdired-keep-marker-rename' in the docstring.
7327 Add default character value ?R to display initially in
7328 Customization UI instead of ?@.
7329
7330 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7331
7332 * window.el (display-buffer): In doc-string describe
7333 window-height and window-width alist entries.
7334
7335 * time.el (display-time-world): Restore fit-window-to-buffer
7336 behavior.
7337
7338 2012-10-27 Chong Yidong <cyd@gnu.org>
7339
7340 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7341
7342 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7343
7344 * minibuffer.el (completion-category-overrides): New completion
7345 category `bookmark' (bug#11131).
7346
7347 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7350 Silence bogus compiler warnings for ad-do-it.
7351
7352 * bookmark.el (bookmark-completing-read): Set the completion category
7353 to `bookmark' (bug#11131).
7354
7355 2012-10-26 Bastien <bzg@altern.org>
7356 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * face-remap.el: Use lexical-binding.
7359 (text-scale-adjust): Improve docstring. Use itself for the temporary
7360 overlay-map bindings, so as to repeat the "Use..." message each time.
7361
7362 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * emacs-lisp/macroexp.el (macroexp--expand-all):
7365 Obey byte-compile-warning-enabled-p (bug#12486).
7366
7367 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7368 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7369
7370 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7371
7372 * mouse.el (mouse-drag-line): Move last form into preceding when
7373 clause (Bug#12731).
7374
7375 * help.el (resize-temp-buffer-window): Fix doc-string.
7376
7377 2012-10-25 David Engster <deng@randomsample.de>
7378
7379 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7380 Remove. This feature is already integrated in imenu.
7381
7382 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7383 always loaded. Require `speedbar' unconditionally.
7384
7385 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7388
7389 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7390
7391 * net/ldap.el (ldap-search-internal): The official ldif format starts
7392 with a "version: 1" header (bug#12724).
7393
7394 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7395 (bug#12721).
7396
7397 2012-10-25 Glenn Morris <rgm@gnu.org>
7398
7399 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7400
7401 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * minibuffer.el (minibuffer-force-complete): Use one more marker
7404 for the temporary-overlay-map command (bug#12619).
7405
7406 2012-10-24 Chong Yidong <cyd@gnu.org>
7407
7408 * time.el (display-time-world-mode): Derive from special-mode.
7409 (display-time-world): Use display-buffer (Bug#12708).
7410 (display-time-world-mode-map): Variable deleted.
7411 (display-time-world-display): Wrap the final delete-char inside
7412 inhibit-read-only.
7413
7414 2012-10-24 Chong Yidong <cyd@gnu.org>
7415
7416 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7417 Doc fix.
7418
7419 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7420
7421 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * minibuffer.el (completion--all-sorted-completions-location): New var.
7424 (completion--cache-all-sorted-completions)
7425 (completion--flush-all-sorted-completions): Use it.
7426 (completion-in-region, completion-in-region--postch)
7427 (completion-at-point, completion-help-at-point): Use markers in
7428 completion-in-region--data (bug#12619).
7429
7430 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * progmodes/compile.el (compilation-start): Try to handle common
7433 quoting of `cd' argument (bug#12640).
7434
7435 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7436 (bug#12671).
7437
7438 2012-10-23 Glenn Morris <rgm@gnu.org>
7439
7440 * progmodes/gud.el (gud-menu-map):
7441 Check gdb-active-process is bound. (Bug#12358)
7442
7443 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * repeat.el (repeat): Set real-this-command (bug#12232).
7446
7447 * htmlfontify.el (hfy-post-html-hook):
7448 * filesets.el (filesets-cache-fill-content-hook):
7449 * arc-mode.el (archive-extract-hook):
7450 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7451 * net/rcirc.el (rcirc-sentinel-functions)
7452 (rcirc-receive-message-functions, rcirc-activity-functions)
7453 (rcirc-print-functions):
7454 * net/dbus.el (dbus-event-error-functions):
7455 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7456 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7457 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7458 * term/sun.el (sun-raw-prefix-hooks):
7459 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7460
7461 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7462
7463 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7464 Set `tramp-chunksize' to 1. This improves the performance.
7465 (tramp-smb-wait-for-output): Add timeout to
7466 `tramp-accept-process-output' calls.
7467
7468 2012-10-23 Chong Yidong <cyd@gnu.org>
7469
7470 * faces.el (font-list-limit): Define as an obsolete variable.
7471
7472 * startup.el (command-line):
7473 * cus-start.el: Don't refer to font-list-limit.
7474
7475 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7476
7477 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7478
7479 * subr.el (internal-temp-output-buffer-show): Rename from
7480 temp-output-buffer-show, since previously compiled files expect this name.
7481
7482 2012-10-23 Glenn Morris <rgm@gnu.org>
7483
7484 * image.el (image-type-from-file-name): If multiple types match,
7485 return the first one that is supported. (Bug#9045)
7486
7487 2012-10-22 Glenn Morris <rgm@gnu.org>
7488
7489 * image.el (imagemagick-enabled-types): Doc fix.
7490
7491 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7492
7493 * progmodes/which-func.el (which-func-current): The hash-table may have
7494 an explicit nil (bug#12338).
7495
7496 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * electric.el (electric-pair-delete-selection-self-insert-function):
7499 Rename to electric-pair-will-use-region, return a boolean.
7500 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7501
7502 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7503 (delete-selection-pre-hook): Use use-region-p.
7504 (delete-selection-self-insert-function): Remove.
7505 (self-insert-command): Obey self-insert-uses-region-functions.
7506 (self-insert-iso): Revert to previous setting, since we don't actually
7507 know what that command does.
7508 (delete-selection-self-insert-hooks): Remove.
7509
7510 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7511
7512 * delsel.el (delete-selection-helper): New function, extracted from
7513 delete-selection-pre-hook.
7514 (delete-selection-pre-hook): Use it.
7515 (delete-selection-self-insert-function): New function.
7516 (delete-selection-self-insert-hooks): New hook.
7517 (self-insert-command, self-insert-iso): Use it.
7518 * electric.el (electric-pair-syntax): New function, extracted from
7519 electric-pair-post-self-insert-function.
7520 (electric-pair-post-self-insert-function): Use it.
7521 (electric-pair-delete-selection-self-insert-function): New function.
7522 (electric-pair-mode): Require delsel and setup
7523 delete-selection-self-insert-hooks (bug#11520).
7524
7525 2012-10-20 Chong Yidong <cyd@gnu.org>
7526
7527 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7528 no changes to show (Bug#12586).
7529
7530 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7531 list explicitly (Bug#12571).
7532
7533 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7534
7535 * progmodes/flymake.el (flymake-create-temp-inplace):
7536 Use file-truename.
7537
7538 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7539
7540 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7541
7542 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7543
7544 * calc/calc-units.el (math-extract-units): Properly extract powers
7545 of units.
7546
7547 2012-10-20 Daniel Colascione <dancol@dancol.org>
7548
7549 * frame.el (make-frame): Set x-display-name as we used to in order
7550 to unbreak creating an X11 frame from an Emacs daemon started
7551 without a display.
7552
7553 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7556 the same completion-field (bug#12221).
7557
7558 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7559
7560 * emacs-lisp/debug.el (debug): Record height of debugger window
7561 also when debugger will be back (Bug#8789).
7562
7563 2012-10-18 Chong Yidong <cyd@gnu.org>
7564
7565 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7566 Convert to defcustom.
7567 (gdb-get-source-file): Don't bind pop-up-windows.
7568
7569 * progmodes/gud.el (gud-display-line): Don't specially re-use
7570 other frames for the gdb-mi case (Bug#12648).
7571
7572 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * emacs-lisp/advice.el: Clean up commentary a bit.
7575 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7576 (byte-code-function-p): Never redefine.
7577
7578 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7579
7580 2012-10-18 Glenn Morris <rgm@gnu.org>
7581
7582 * dired.el (dired-sort-toggle): Some ls implementations only allow
7583 a single option string. (Bug#12666)
7584
7585 * minibuffer.el (completion-cycle-threshold): Doc fix.
7586
7587 2012-10-17 Kenichi Handa <handa@gnu.org>
7588
7589 * international/mule.el (set-keyboard-coding-system):
7590 Recover input meta mode when the new coding system doesn not use 8-bit.
7591 Supply TERMINAL arg to set-input-meta-mode.
7592
7593 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7594
7595 * wdired.el (wdired-old-marks): New variable.
7596 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7597 (wdired-do-renames): Move point with renamed file and don't lose
7598 mark status (Bug#11795).
7599
7600 2012-10-16 Juri Linkov <juri@jurta.org>
7601
7602 * replace.el (query-replace-help): Mention multi-buffer replacement
7603 keys in the Help message. (Bug#12655)
7604
7605 2012-10-15 Chong Yidong <cyd@gnu.org>
7606
7607 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7608
7609 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7610
7611 * window.el (display-buffer): Doc fix.
7612
7613 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7614 Adjust the msft regexp to the output of Studio 2010, and move msft
7615 before edg-1. See the discussion on emacs-devel,
7616 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7617 for the details.
7618
7619 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7622 (oset): Move uses of object-class-fast macro after its definition.
7623
7624 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7625
7626 2012-10-13 Chong Yidong <cyd@gnu.org>
7627
7628 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7629 enabled, re-enable it (Bug#11963).
7630
7631 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7632
7633 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7634 non-nil, restore window configuration (Bug#12623).
7635
7636 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * help-fns.el (describe-variable, describe-function-1):
7639 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7640
7641 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7642
7643 2012-10-12 Glenn Morris <rgm@gnu.org>
7644
7645 * mail/rmailsum.el (rmail-header-summary):
7646 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7647
7648 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7649
7650 * progmodes/python.el (python-mode-map):
7651 Replace subtitute-key-definition with proper command remapping.
7652 (python-nav--up-list): Fix behavior for blocks on the same level.
7653
7654 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7657
7658 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7659 changes to the format of load-history.
7660
7661 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7662 completion-ignore-case in case that var is buffer-local (bug#12615).
7663
7664 2012-10-11 Kenichi Handa <handa@gnu.org>
7665
7666 * international/eucjp-ms.el: Re-generated.
7667
7668 2012-10-10 Kenichi Handa <handa@gnu.org>
7669
7670 * select.el (xselect--encode-string): If a coding is specified for
7671 selection, and that is compatible with COMPOUND_TEXT, use it.
7672
7673 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7674
7675 * window.el (switch-to-buffer-preserve-window-point): New option.
7676 (switch-to-buffer):
7677 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7678
7679 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7682 Don't document nil as a useful value (bug#12583).
7683
7684 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7685
7686 * net/tramp.el (tramp-debug-message):
7687 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7688 (with-tramp-progress-reporter): Rename from
7689 `tramp-with-progress-reporter'.
7690 (with-tramp-file-property, with-tramp-connection-property):
7691 Move from tramp-cache.el, rename from `with-file-property' and
7692 `with-connection-property', respectively.
7693
7694 * net/tramp-cache.el: Remove `with-file-property' and
7695 `with-connection-property'.
7696
7697 * net/tramp.el:
7698 * net/tramp-gvfs.el:
7699 * net/tramp-sh.el:
7700 * net/tramp-smb.el: Adapt callees.
7701
7702 * net/trampver.el: Update release number.
7703
7704 2012-10-09 Glenn Morris <rgm@gnu.org>
7705
7706 * w32-fns.el (set-message-beep):
7707 * term/w32-win.el (set-message-beep): Update declarations.
7708
7709 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7712 (mode-line-widen, mode-line-input-method-map)
7713 (mode-line-coding-system-map, mode-line-remote)
7714 (mode-line-unbury-buffer, mode-line-bury-buffer)
7715 (mode-line-next-buffer, mode-line-previous-buffer):
7716 Replace save-selected-window+select-window => with-selected-window.
7717
7718 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7719 * progmodes/cc-vars.el (bq-process): Remove, unused.
7720
7721 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7722
7723 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7724
7725 Implemented `backward-up-list'-like navigation.
7726 * progmodes/python.el (python-nav-up-list)
7727 (python-nav-backward-up-list): New functions.
7728 (python-mode-map): Define substitute key for backward-up-list to
7729 python-nav-backward-up-list.
7730
7731 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7732
7733 * progmodes/python.el (python-fill-paragraph): Rename from
7734 python-fill-paragraph-function. Fixed fill-paragraph for
7735 decorators (Bug#12605).
7736
7737 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7738
7739 * progmodes/python.el (python-shell-output-filter): Handle extra
7740 carriage return in OSX (Bug#12409).
7741
7742 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7743
7744 Fix shell handling of unbalanced quotes and parens in output.
7745 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7746 (python-syntax-propertize-function): Use it.
7747 (python-shell-output-syntax-table): New var.
7748 (inferior-python-mode): Prevent unbalanced parens/quotes from
7749 previous output mess with current input context.
7750
7751 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7752
7753 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7754 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7755
7756 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * ffap.el (ffap-replace-file-component): Support Tramp file name
7759 syntax, not only ange-ftp's one.
7760
7761 2012-10-08 Glenn Morris <rgm@gnu.org>
7762
7763 * cus-start.el (message-log-max): Set :version.
7764
7765 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7766
7767 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7768
7769 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7770 the minibuffer window (Bug#10851).
7771
7772 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7773
7774 Enhancements on forward-sexp movement.
7775 * progmodes/python.el (python-nav-beginning-of-statement)
7776 (python-nav-end-of-statement): Return point-marker.
7777 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7778 (python-info-current-symbol)
7779 (python-info-statement-starts-block-p): Rename from
7780 python-info-beginning-of-block-p.
7781 (python-info-statement-ends-block-p): Rename from
7782 python-info-end-of-block-p.
7783 (python-info-beginning-of-statement-p)
7784 (python-info-end-of-statement-p)
7785 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7786 New functions.
7787
7788 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7791 frame-selected-windows.
7792
7793 2012-10-08 Daniel Colascione <dancol@dancol.org>
7794
7795 * battery.el (battery-status-function): Check for
7796 w32-battery-status itself, not system-time windows-nt.
7797
7798 * frame.el: Require cl-lib.
7799 (display-format-alist): New variable mapping frame types to
7800 functions that initialize them.
7801 (window-system-for-display): New function: interprets
7802 display-format-alist.
7803 (make-frame-on-display): Remove existing display-selection logic
7804 and just forward to make-frame, which will now DTRT.
7805 (make-frame): Restructure to use window-system-for-display to
7806 figure out how to create a frame on a given display.
7807 (display-mouse-p): Look for frame-type w32, not a particular
7808 system-type.
7809
7810 * loadup.el: Load w32 lisp code when we have the w32 feature.
7811
7812 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7813 system-type windows-nt.
7814
7815 * server.el (server-create-window-system-frame): Look for window
7816 type.
7817 (server-proces-filter): Only force a window system when windows-nt
7818 _and_ w32. Explain why.
7819
7820 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7821 of window systems we configure for the mode.
7822
7823 * startup.el (command-line): Mark window system is initialized
7824 after we've done it.
7825
7826 * common-win.el (x-select-text): Look for w32, not windows-nt.
7827
7828 * ns-win.el: Require cl-lib. Add ourselves to
7829 display-format-alist.
7830 (ns-initialize-window-system): Assert we're not initialized twice.
7831
7832 * w32-win.el: Enable lexical binding; require cl-lib; add
7833 ourselves to display-format-alist.
7834 (w32-handle-dropped-file): Convert incoming dropped files from
7835 Windows paths to Cygwin ones before passing them on to the rest of
7836 Emacs.
7837 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7838 (w32-initialize-window-system): Assert we're not initialized twice.
7839
7840 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7841 (x-initialize-window-system): Assert we're not initialized twice.
7842
7843 * w32-common-fns.el: New File.
7844 (w32-version, w32-using-nt, w32-get-clipboard-data)
7845 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7846 (w32-charset-info-alist, x-last-selected, text)
7847 (x-get-selection-value, x-selection-value): Move here.
7848
7849 * w32-fns.el: Require w32-common-fns.
7850 (w32-version, w32-using-nt, w32-get-clipboard-data)
7851 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7852 (w32-charset-info-alist, x-last-selected, text)
7853 (x-get-selection-value, x-selection-value): Move to
7854 w32-common-fns.
7855
7856 * w32-vars.el:
7857 (w32-allow-system-shell, w32-system-shells): Define only in
7858 non-cygwin case.
7859
7860 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7863 (read-passwd): Remove a few more potential sources of leaks.
7864
7865 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7866
7867 * progmodes/python.el (inferior-python-mode)
7868 (python-shell-make-comint): Fix initialization of local
7869 variables copied from parent buffer.
7870
7871 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7872
7873 * term/ns-win.el (ns-read-file-name): Update declaration to match
7874 nsfns.m.
7875 (ns-respond-to-change-font): Change fontsize separately so we are sure
7876 it is set when font is acted upon.
7877
7878 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7879
7880 Enhancements to indentation.
7881 * progmodes/python.el (python-indent-context): Give priority to
7882 inside-string context. Make comments indentation markers.
7883 (python-indent-region): Do not mess with strings, unless it's the
7884 enclosing set of quotes.
7885
7886 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * window.el (internal--before-save-selected-window)
7889 (internal--after-save-selected-window): New functions extracted from
7890 save-selected-window. Make sure we return the `alist' we construct.
7891 (save-selected-window): Use them.
7892
7893 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7894 Use with-selected-window.
7895
7896 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7897 forms that define macros (bug#12593).
7898
7899 2012-10-07 Kenichi Handa <handa@gnu.org>
7900
7901 * international/mule-conf.el (compound-text-with-extensions):
7902 Add :mime-charset property as x-ctext.
7903
7904 2012-10-07 Stefan Merten <smerten@oekonux.de>
7905
7906 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7907 (rst-indent-literal-normal, rst-indent-literal-minimized)
7908 (rst-indent-comment): Correct :version tag.
7909 (rst-official-cvs-rev): Correct version string.
7910
7911 2012-10-07 Glenn Morris <rgm@gnu.org>
7912
7913 * mail/rmailmm.el (rmail-mime-process-multipart):
7914 Do not confuse a multipart message with an epilogue
7915 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7916
7917 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7918
7919 Fix shell output retrieval and comint-prompt-regexp init.
7920 * progmodes/python.el (inferior-python-mode):
7921 (python-shell-make-comint): Fix initialization of
7922 comint-prompt-regexp from copied file local variables.
7923 (python-shell-fetched-lines): Remove var.
7924 (python-shell-output-filter-in-progress): Rename from
7925 python-shell-fetch-lines-in-progress.
7926 (python-shell-output-filter-buffer): Rename from
7927 python-shell-fetch-lines-string.
7928 (python-shell-fetch-lines-filter): Delete function.
7929 (python-shell-output-filter): New function.
7930 (python-shell-send-string-no-output): Use them.
7931
7932 2012-10-07 Glenn Morris <rgm@gnu.org>
7933
7934 * hi-lock.el (hi-lock-process-phrase):
7935 Try to make it less fragile. (Bug#7161)
7936
7937 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7938
7939 2012-10-06 Glenn Morris <rgm@gnu.org>
7940
7941 * ehelp.el (electric-help-mode): Use help-mode rather than
7942 non-existent mode `help'.
7943 (electric-help-map): Use button-buffer-map. (Bug#10917)
7944
7945 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7946 (reftex-create-bibtex-footer): Fix custom types.
7947
7948 * progmodes/sh-script.el (sh-indent-after-continuation):
7949 Add explicit :group.
7950
7951 * textmodes/rst.el (rst-preferred-decorations)
7952 (rst-shift-basic-offset): Clarify obsolescence versions.
7953
7954 * profiler.el (profiler): Add missing group :version tag.
7955 * avoid.el (mouse-avoidance-banish-position):
7956 * proced.el (proced-renice-command):
7957 * calc/calc.el (calc-ensure-consistent-units):
7958 * calendar/icalendar.el (icalendar-import-format-uid):
7959 * net/tramp.el (tramp-save-ad-hoc-proxies):
7960 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7961 * progmodes/flymake.el (flymake-error-bitmap)
7962 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7963 * progmodes/sh-script.el (sh-indent-after-continuation):
7964 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7965 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7966 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7967 (vhdl-array-index-record-field-in-sensitivity-list)
7968 (vhdl-indent-comment-like-next-code-line):
7969 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7970 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7971 (reftex-cite-key-separator, reftex-create-bibtex-header)
7972 (reftex-create-bibtex-footer):
7973 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7974 (rst-indent-literal-normal, rst-indent-literal-minimized)
7975 (rst-indent-comment): Add missing custom :version tags.
7976
7977 * calendar/timeclock.el (timeclock-modeline-display):
7978 Add missing obsolete alias for renamed user option.
7979
7980 * strokes.el (strokes-modeline-string):
7981 * emulation/crisp.el (crisp-mode-modeline-string):
7982 * eshell/esh-mode.el (eshell-status-in-modeline):
7983 Aliases to defcustoms must come before the defcustom.
7984
7985 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7986 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7987 (cal-tex-cursor-week-monday): Doc fixes.
7988 (cal-tex-cursor-week2-summary): Doc fix.
7989 Rename from cal-tex-cursor-week-at-a-glance.
7990
7991 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7992 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7993
7994 * calendar/calendar.el (calendar-mode-map):
7995 Add cal-tex-cursor-week2-summary.
7996
7997 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8000
8001 * subr.el (read-passwd-map): New var.
8002 (read-passwd): Use `read-string' again.
8003 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8004
8005 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8006
8007 * register.el (append-to-register, prepend-to-register):
8008 Deactivate mark, as does `copy-to-register' (bug#12389).
8009
8010 2012-10-06 Chong Yidong <cyd@gnu.org>
8011
8012 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8013
8014 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8015
8016 * international/characters.el: Fix simple mistake ((car chars) ->
8017 elt), delete duplicated code.
8018
8019 2012-10-06 Glenn Morris <rgm@gnu.org>
8020
8021 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8022
8023 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8024
8025 * color.el (color-hsl-to-rgb): Fix incorrect results for
8026 small and large hue values. (Bug#12559)
8027
8028 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8029
8030 Enhancements to docstring formatting when filling paragraphs.
8031 * progmodes/python.el (python-fill-docstring-style): Rename from
8032 python-fill-string-style. Added new style.
8033 (python-fill-string): Use new style. Better checks for
8034 docstrings.
8035
8036 2012-10-05 Glenn Morris <rgm@gnu.org>
8037
8038 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8039
8040 * color.el (color-name-to-rgb, color-rgb-to-hex)
8041 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8042 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8043 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8044 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8045
8046 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8047
8048 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8051 to get the correct size across symlinks.
8052
8053 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8054
8055 2012-10-04 Juri Linkov <juri@jurta.org>
8056
8057 * replace.el (query-replace-interactive): Declare obsolete.
8058 (query-replace-read-from): Add the last incremental search string
8059 to the list of default values accessible via M-n.
8060 (map-query-replace-regexp): Use `read-regexp'.
8061 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8062 (map-query-replace-regexp, replace-string, replace-regexp):
8063 Fix docstrings to replace mentions of `query-replace-interactive'
8064 with alternatives. (Bug#12526)
8065
8066 2012-10-04 Juri Linkov <juri@jurta.org>
8067
8068 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8069 (dired-pop-to-buffer): Declare obsolete.
8070 (dired-mark-pop-up): Doc fix.
8071
8072 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8073
8074 Allow user to set docstring style for fill-paragraph.
8075 * progmodes/python.el
8076 (python-fill-comment-function, python-fill-string-function)
8077 (python-fill-decorator-function, python-fill-paren-function):
8078 Remove :safe for defcustoms.
8079 (python-fill-string-style): New defcustom
8080 (python-fill-paragraph-function): Enhance context detection.
8081 (python-fill-string): Honor python-fill-string-style settings.
8082
8083 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8084
8085 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8086 after setting its buffer (Bug#10805).
8087
8088 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8089
8090 Fix cornercase for string syntax.
8091 * progmodes/python.el (python-syntax-propertize-function):
8092 Simplify and enhance the regexp for unescaped quotes. Now it also
8093 matches quotes in weird situations like the single quote in
8094 "something\"'".
8095 (python-syntax-stringify): Simplify num-quotes detecting code.
8096
8097 2012-10-03 Glenn Morris <rgm@gnu.org>
8098
8099 * help-macro.el (three-step-help):
8100 Revert 2012-09-29 change. (Bug#12567)
8101
8102 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8103
8104 * menu-bar.el (kill-this-buffer): Don't do anything when
8105 `menu-frame' is not alive or visible (Bug#8184).
8106
8107 * emacs-lisp/debug.el (debug): When quitting the debugger window
8108 restore current buffer (Bug#12502).
8109
8110 2012-10-02 Chong Yidong <cyd@gnu.org>
8111
8112 * progmodes/hideif.el (hif-lookup, hif-defined):
8113 Handle semantic-c-takeover-hideif.
8114
8115 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8116
8117 Change sampling interval units from ms to ns.
8118 * profiler.el (profiler-sampling-interval): Change units
8119 from ms to ns, multiplying the default by 1000000 so that
8120 it remains 1 ms.
8121 (profiler-report-cpu-line-format): Give enough room for
8122 the maximum counters on 64-bit hosts.
8123 (profiler-report-render-calltree-1): Call them "CPU samples",
8124 not "Time (ms)", since they are not milliseconds now (and
8125 never really were).
8126
8127 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8128
8129 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8130 Fix querying BBDB for entries without a last name (Bug#11580).
8131
8132 2012-10-02 Chong Yidong <cyd@gnu.org>
8133
8134 * emacs-lisp/eieio.el: Restore Version header.
8135
8136 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * vc/diff-mode.el (diff--auto-refine-data): New var.
8139 (diff-hunk): Use it to delay refinement.
8140 (diff-mode): Remove overlays when we turn off font-lock.
8141
8142 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8143 (table-initialize-table-fixed-width-mode)
8144 (table-set-table-fixed-width-mode): Remove functions.
8145 (table-command-list): Move initialization into declaration.
8146 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8147 (table-with-cache-buffer): Use `declare'.
8148 (table-span-cell): Simplify via CSE.
8149 (table-fixed-width-mode): Use define-minor-mode.
8150 (table-call-interactively, table-funcall, table-apply): Remove.
8151 (table-function): New function, to replace them.
8152
8153 * bookmark.el (bookmark-search-pattern): Remove var.
8154 (bookmark-read-search-input): Remove function.
8155 (bookmark-bmenu-search): Reimplement using a minibuffer.
8156
8157 * faces.el (modeline): Remove obsolete face name.
8158
8159 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8160 and give a non-nil default value.
8161 (add-change-log-entry): Simplify accordingly.
8162
8163 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8164
8165 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8166 (vc-git-log-edit-toggle-amend): New function.
8167 (vc-git-log-edit-toggle-signoff): New function.
8168 (vc-git-log-edit-mode): New major mode.
8169 (vc-git-log-edit-mode-map): Keymap for it.
8170 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8171
8172 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8173 header names.
8174 (log-edit-toggle-header): New function.
8175 (log-edit-extract-headers): Accept function values in HEADERS alist.
8176
8177 2012-10-01 David Engster <deng@randomsample.de>
8178
8179 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8180 from symbol property and change message to be more consistent with
8181 Emacs proper.
8182 (eieio-describe-generic): Add filename for each implementation.
8183 Fix indices for generic and normal methods.
8184 (eieio-method-def, eieio-class-def): New buttons.
8185 (eieio-help-find-method-definition)
8186 (eieio-help-find-class-definition): New functions.
8187 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8188 class, constructor and method definitions.
8189
8190 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8191 information in symbol property.
8192 (scoped-class): Remove.
8193 (eieio-slot-name-index, call-next-method): Check if it is bound.
8194
8195 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8196
8197 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8198 (eieio-custom-mode): New major mode.
8199 (eieio-customize-object): Use it.
8200
8201 2012-10-01 Eric Ludlam <zappo@gnu.org>
8202
8203 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8204 specifying the expected class, and whether subclassing is allowed.
8205 (eieio-persistent-convert-list-to-object):
8206 (eieio-persistent-validate/fix-slot-value)
8207 (eieio-persistent-slot-type-is-class-p): New functions.
8208 (eieio-named::slot-missing): Doc fix.
8209
8210 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8211 Stop using unused publd variable.
8212
8213 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8214 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8215 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8216 (eieio-speedbar-handle-click): Do not specify a class for the
8217 method. Fixes method invocation order problems with EDE.
8218
8219 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8222 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8223
8224 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8225
8226 * bookmark.el (bookmark-version-control): Give tags in the
8227 :type choices (Bug#12309), and improve doc string.
8228 (bookmark-write-file): Bind `print-circle' to `t' to allow
8229 circular custom bookmark types. (Bug#12503)
8230
8231 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8232
8233 Revert the FOLLOW-SYMLINKS change for file-attributes.
8234 * files.el (remote-file-name-inhibit-cache, after-find-file):
8235 * time.el (display-time-file-nonempty-p): Undo last change.
8236
8237 * profiler.el (profiler-sampling-interval): Change default back to 1.
8238 See Stefan Monnier in
8239 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8240
8241 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8242
8243 Shell output catching a la gud-gdb.
8244 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8245 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8246 New Vars.
8247 (python-shell-fetch-lines-filter): New function.
8248 (python-shell-send-string-no-output): Use them.
8249
8250 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8251
8252 * profiler.el (profiler-sampling-interval): Rename from
8253 profiler-sample-interval.
8254 (profiler-sampling-interval): Default to 10.
8255 (profiler-find-profile): New command (was profiler-find-log).
8256 (profiler-find-profile-other-window): New command.
8257 (profiler-find-profile-other-frame): New command.
8258 (profiler-profile): Introduce API-level data structure.
8259
8260 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8261
8262 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8263 * files.el (remote-file-name-inhibit-cache):
8264 * time.el (display-time-file-nonempty-p): Use it.
8265 * files.el (after-find-file): Don't chase links before calling
8266 file-exists-p, as file-exists-p already does the right thing.
8267
8268 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8269
8270 Merge from standalone RefTeX repository.
8271
8272 The following ChangeLog entries are shortened versions of the
8273 original ones with file paths adapted. A not so strongly edited
8274 version of the original ChangeLog can be found in the commit log.
8275
8276 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8277 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8278 Correctly handle new value type returned by `reftex-citation'.
8279
8280 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8281 that entries with whitespace at various places are found.
8282 Doc fix. Include entries that are cross-referenced from cited entries.
8283 Include @String definitions in the resulting bib file. Add header
8284 and footer defined in `reftex-create-bibtex-header' and
8285 `reftex-create-bibtex-footer'.
8286 (reftex-do-citation): Make it possible again to insert
8287 non-existent entries. Save match data when asking for optional
8288 arguments. Return all keys, not just the first one.
8289 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8290 all citations in the same line.
8291 (reftex-parse-bibtex-entry): Accept additional optional argument
8292 `raw' and keep quotes or braces if it is non-nil. Match fields
8293 containing hyphens besides word constituents.
8294 (reftex-get-string-refs): New function.
8295 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8296 and ask if it should be reread in case it did.
8297 (reftex-pop-to-bibtex-entry)
8298 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8299 entries with spaces or tabs in front of arguments.
8300 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8301 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8302 Match entries containing numbers and symbol constituents.
8303 (reftex-do-citation, reftex-figure-out-cite-format):
8304 Use `reftex-cite-key-separator'.
8305
8306 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8307 (reftex-mouse-view-crossref): Explain why point is set.
8308
8309 * textmodes/reftex-global.el: Whitespace changes.
8310
8311 * textmodes/reftex-index.el: Move provide statement to end of
8312 file.
8313 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8314 (reftex-index-visit-phrases-buffer): Set marker when visiting
8315 buffer. This allows for returning from the phrases file to the
8316 file one was just editing instead of the file where the last
8317 phrases was added from.
8318 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8319 punctuation syntax as it usually is not used as string quote in
8320 TeX-related modes and may occur unmatched. The change also
8321 prevents fontification of quoted content.
8322 (reftex-index-phrases-mode): Use it.
8323
8324 * textmodes/reftex-parse.el (reftex-parse-from-file):
8325 Move backward one char if a `\' was matched after a section macro.
8326 (reftex-parse-from-file): Use beginning of match instead of end as
8327 bound.
8328
8329 * textmodes/reftex-ref.el: Adapt creation of
8330 `reftex-<package>-<macro>' functions to new structure of
8331 `reftex-ref-style-alist'.
8332 (reftex-reference): Use `reftex-ref-style-list' function.
8333 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8334 reference macro if `reftex-ref-macro-prompt' is non-nil.
8335 (reftex-reference): Pass refstyle to `reftex-format-special'.
8336 Determine reference macro by looking at
8337 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8338 Use only one special format function.
8339 (reftex-varioref-vref, reftex-fancyref-fref)
8340 (reftex-fancyref-Fref): Remove definitions. The functions are now
8341 generated from `reftex-ref-style-alist'.
8342 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8343 Remove.
8344 (reftex-format-special): New function.
8345
8346 * textmodes/reftex-sel.el
8347 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8348 of `reftex-ref-style-alist'. Remove code for testing macro type.
8349 (reftex-select-toggle-varioref)
8350 (reftex-select-toggle-fancyref): Remove.
8351 (reftex-select-cycle-ref-style-internal)
8352 (reftex-select-cycle-ref-style-forward)
8353 (reftex-select-cycle-ref-style-backward): New functions.
8354 (reftex-select-label-map): Use `v' and `V' for general cycling
8355 through reference styles. Add `p' for switching between number
8356 and page reference types.
8357
8358 * textmodes/reftex-toc.el (reftex-re-enlarge):
8359 Call `enlarge-window' only if there is something to do because in Emacs
8360 the horizontal version throws an error even if the parameter is 0.
8361
8362 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8363 (reftex-plug-into-AUCTeX): Doc fix.
8364 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8365 string. Adapt to new name.
8366 (reftex-ref-style-alist): Change structure so that it is not
8367 possible to use multiple different package names within a style.
8368 Remove the symbols for symbols for macro type distinction.
8369 Add characters for macro selection.
8370 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8371 (reftex-create-bibtex-footer): New variables.
8372 (reftex-format-ref-function): Mention third argument of special
8373 format function.
8374 (reftex-ref-style-alist, reftex-ref-style-default-list):
8375 New variables.
8376 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8377 to new implementation. Mark as obsolete. Add compatibility code
8378 for honoring the variable values in case they are set.
8379 (reftex-cite-format-builtin, reftex-bibliography-commands):
8380 Add support for ConTeXt.
8381 (reftex-format-ref-function, reftex-format-cite-function):
8382 Fix custom type.
8383 (reftex-cite-key-separator): New variable.
8384
8385 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8386 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8387 `reftex-syntax-table' because parens have to retain their paren
8388 syntax in order for parsing of BibTeX entries like @book(...) to
8389 work.
8390 (reftex-in-comment): Do not error out if `comment-start-skip' is
8391 not set. Deal correctly with escaped comment characters.
8392 (reftex-tie-multifile-symbols): Add doc string.
8393 Initialize `reftex-ref-style-list'.
8394 (reftex-untie-multifile-symbols): Add doc string.
8395 (reftex-add-index-macros): Doc fix.
8396 (reftex-ref-style-activate, reftex-ref-style-toggle)
8397 (reftex-ref-style-list): New functions.
8398 (reftex-mode-menu): Use them. Adapt to new structure of
8399 `reftex-ref-style-alist'.
8400 (reftex-select-with-char): Kill the RefTeX Select buffer when
8401 done.
8402 (reftex-remove-if): New function.
8403 (reftex-erase-all-selection-and-index-buffers)
8404 (reftex-mode-menu): Reference styles are now computed from
8405 `reftex-ref-style-alist'. Fix typo.
8406 (reftex-report-bug): New function.
8407 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8408 algorithms with O(n log n). Introduce optional argument SORT (not
8409 yet used).
8410
8411 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8412
8413 Enhancements for triple-quote string syntax.
8414 * progmodes/python.el (python-syntax-propertize-function):
8415 Match both quote cases in one regexp.
8416 (python-syntax-stringify): Handle matches properly.
8417
8418 2012-09-30 Juri Linkov <juri@jurta.org>
8419
8420 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8421 to nil around the call to `insert' to prevent
8422 directory time modification by lock_file. (Bug#2295)
8423 * tar-mode.el (tar-summarize-buffer): Idem.
8424
8425 2012-09-30 Juri Linkov <juri@jurta.org>
8426
8427 * facemenu.el (list-colors-sort): Add option "Luminance".
8428 (list-colors-sort-key): Implement it.
8429
8430 * vc/diff-mode.el (diff-refine-removed):
8431 * vc/ediff-init.el (ediff-fine-diff-A):
8432 * vc/smerge-mode.el (smerge-refined-removed):
8433 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8434
8435 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8436
8437 * term/ns-win.el (x-file-dialog): New function.
8438
8439 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * ido.el (ido-max-directory-size): Default to nil; the current
8442 default is small for POSIX systems, and impractical on Windows 7
8443 now that lstat returns directory sizes for NTFS.
8444
8445 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8446
8447 In buffer display functions handle window-height/window-width
8448 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8449 * window.el (window--display-buffer): New argument ALIST.
8450 Obey window-height and window-width alist entries.
8451 (window--try-to-split-window): New argument ALIST.
8452 Bind window-combination-limit to t when the window's size shall be
8453 changed and window-combination-limit equals `window-size'.
8454 (display-buffer-in-atom-window)
8455 (display-buffer-in-major-side-window)
8456 (display-buffer-in-side-window, display-buffer-same-window)
8457 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8458 (display-buffer-pop-up-window, display-buffer-below-selected)
8459 (display-buffer-at-bottom, display-buffer-in-previous-window)
8460 (display-buffer-use-some-window): Adjust all callers of
8461 window--display-buffer and window--try-to-split-window.
8462 (fit-frame-to-buffer): New option.
8463 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8464 is non-nil.
8465 (display-buffer-in-major-side-window): Evaluate window-height /
8466 window-width alist entries.
8467
8468 * help.el (temp-buffer-resize-frames)
8469 (temp-buffer-resize-regexps): Remove options.
8470 (temp-buffer-resize-mode): Adjust doc-string.
8471 (resize-temp-buffer-window): Don't consult
8472 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8473 temp-buffer-resize-frames.
8474
8475 * dired.el (dired-mark-pop-up):
8476 Call display-buffer-below-selected with a fit-window-to-buffer alist
8477 entry.
8478
8479 2012-09-30 Chong Yidong <cyd@gnu.org>
8480
8481 * server.el (server-host): Document the security implications.
8482 (server-auth-key): Doc fix.
8483
8484 * startup.el (initial-buffer-choice): Doc fix.
8485
8486 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8487
8488 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8489 restriction change.
8490
8491 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8492
8493 * help-fns.el (help-fns--obsolete): Fix last change.
8494
8495 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8498 (minor-mode-map-alist): Remove redundant code.
8499
8500 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8501 visited in a buffer.
8502 (cvs-insert-visited-file): New function.
8503 (find-file-hook): Use it.
8504
8505 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8506
8507 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8508 chose face.
8509 (log-edit-empty-buffer-p): Don't require a space after a header.
8510
8511 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8512
8513 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8514
8515 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8516 a proper minor-mode.
8517
8518 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8519
8520 2012-09-29 Glenn Morris <rgm@gnu.org>
8521
8522 * winner.el (winner-mode): Remove variable (let define-minor-mode
8523 handle it).
8524 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8525 Doc fixes.
8526 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8527 (winner-mode): Use define-minor-mode.
8528
8529 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8530 the full definition in loaddefs, rather than duplicating it.
8531
8532 * help-macro.el (three-step-help): No need to autoload defcustom.
8533
8534 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8535 (inferior-lisp-program, inferior-lisp-load-command)
8536 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8537 No need to autoload defcustoms.
8538
8539 * hippie-exp.el (hippie-expand-try-functions-list)
8540 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8541 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8542 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8543 (hippie-expand-only-buffers): No need to autoload defcustoms.
8544 * progmodes/vhdl-mode.el (vhdl-line-expand):
8545 Explicitly load hippie-exp, so it does not get autoloaded
8546 while hippie-expand-try-functions-list is let-bound.
8547
8548 2012-09-28 Glenn Morris <rgm@gnu.org>
8549
8550 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8551
8552 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8553 Only "cl.el" counts as cl these days.
8554
8555 2012-09-28 Juri Linkov <juri@jurta.org>
8556
8557 Display archive errors in the echo area instead of inserting
8558 to the file buffer.
8559
8560 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8561 to STDERR-TEST that can be a regexp matching a successful output.
8562 Create a temporary file and redirect stderr to it. Search for
8563 STDERR-TEST in the stderr output and display it in the echo area
8564 if no match is found.
8565 (archive-extract-by-file): New function like
8566 `archive-extract-by-stdout' but extracting archives to files
8567 and looking for successful matches in stdout. Function body is
8568 mostly copied from `archive-rar-extract'.
8569 (archive-rar-extract): Use `archive-extract-by-file'.
8570 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8571
8572 2012-09-28 Leo Liu <sdl.web@gmail.com>
8573
8574 * pcomplete.el (pcomplete-show-completions):
8575 Use minibuffer-message to make pcomplete usable in minibuffer.
8576
8577 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8578
8579 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * type-break.el: Use lexical-binding.
8582 (type-break-mode): Use define-minor-mode.
8583
8584 * emacs-lisp/pcase.el (pcase--mark-used): New.
8585 (pcase--u1): Use it (bug#12512).
8586
8587 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8588 in load-history with the right file name.
8589
8590 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8591
8592 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8593 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8594 (doc-view-get-bounding-box): Make bounding box slicing work for
8595 ODF and DVI documents.
8596
8597 2012-09-28 Glenn Morris <rgm@gnu.org>
8598
8599 * type-break.el (type-break-mode, type-break-interval)
8600 (type-break-good-rest-interval, type-break-keystroke-threshold):
8601 No need to autoload.
8602 (type-break-good-rest-interval, type-break-keystroke-threshold):
8603 Add :set-after.
8604
8605 2012-09-28 Chong Yidong <cyd@gnu.org>
8606
8607 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8608 Add :version tag.
8609
8610 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8613
8614 2012-09-27 Glenn Morris <rgm@gnu.org>
8615
8616 * faces.el (x-display-name): Declare (for without-x builds).
8617
8618 * linum.el (linum-format): Don't autoload it. Improve :type.
8619
8620 * progmodes/tcl.el: Don't require outline when compiling.
8621 (outline-regexp, outline-level): Declare.
8622 * textmodes/sgml-mode.el: Don't require outline when compiling.
8623 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8624
8625 * term.el (term-ansi-reset):
8626 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8627
8628 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8629 files for RCS and SCCS. (Bug#9781)
8630
8631 2012-09-27 Chong Yidong <cyd@gnu.org>
8632
8633 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8634 change; value should be t.
8635
8636 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * image-mode.el: Use lexical-binding.
8639 (image-mode-winprops): Use t to stand for the window of
8640 a buffer that's not displayed.
8641 * doc-view.el (doc-view-new-window-function): Handle the new
8642 t in winprops.
8643 (doc-view-enlarge): Make it a real nop if the size is not changed.
8644 (doc-view-display): Handle the case where the buffer is not (yet?)
8645 displayed in any window.
8646 (doc-view-saved-settings): New var.
8647 (doc-view-mode): Use it.
8648 (doc-view-fallback-mode): Set it.
8649
8650 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8651 Set lexical-binding.
8652 (minibuffer-eldef-shorten-default): New var.
8653 (minibuffer-default-in-prompt-regexps): Use it for new default.
8654 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8655
8656 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8657
8658 * international/uni-bidi.el:
8659 * international/uni-category.el:
8660 * international/uni-name.el:
8661 * international/uni-numeric.el: Regenerate.
8662
8663 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8664 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * profiler.el: New file.
8667
8668 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8671 (testcover-reinstrument): Simplify with CSE.
8672
8673 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8674
8675 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8676
8677 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8678
8679 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8680 (verilog-auto-input, verilog-auto-insert-lisp)
8681 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8682 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8683 (verilog-auto-unused, verilog-auto-wire)
8684 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8685 newline. Reported by Andrew Jones.
8686 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8687 Reported by Brad Dobbie.
8688 (verilog-batch-delete-trailing-whitespace):
8689 Create verilog-batch-delete-trailing-whitespace.
8690 Reported by Brad Dobbie.
8691 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8692 parameters from another module. Reported by Dan Katz.
8693 (verilog-auto, verilog-auto-assign-modport)
8694 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8695 AUTOINOUTMODPORT for UVM interface module shell generation.
8696 Reported by Brad Dobbie.
8697 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8698 standard behavior.
8699 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8700 Reported by Matt Martin.
8701
8702 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8703
8704 * window.el (window--resize-child-windows): When resizing child
8705 windows proportionally, process them in reverse order to
8706 preserve the "when splitting a window the new one gets the odd
8707 line" behavior.
8708 (window--resize-root-window-vertically): When resizing the
8709 minibuffer window try to affect only windows at the bottom of the
8710 frame. (Bug#12419)
8711
8712 2012-09-25 Chong Yidong <cyd@gnu.org>
8713
8714 * subr.el (declare): Doc fix.
8715
8716 * help-fns.el (help-fns--obsolete): Handle macros properly.
8717
8718 2012-09-25 Chong Yidong <cyd@gnu.org>
8719
8720 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8721 this function obsolete.
8722
8723 * calendar/cal-x.el (calendar-two-frame-setup)
8724 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8725 * calendar/calendar.el (american-calendar, european-calendar)
8726 (calendar-for-loop):
8727 * comint.el (comint-dynamic-simple-complete)
8728 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8729 * desktop.el (desktop-load-default):
8730 * dired-x.el (dired-omit-here-always)
8731 (dired-hack-local-variables, dired-default-directory):
8732 * emacs-lisp/derived.el (derived-mode-class):
8733 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8734 * emacs-lock.el (toggle-emacs-lock):
8735 * epa.el (epa-display-verify-result):
8736 * epg.el (epg-sign-keys, epg-start-sign-keys)
8737 (epg-passphrase-callback-function):
8738 * eshell/esh-util.el (eshell-for):
8739 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8740 (eshell-add-to-window-buffer-names):
8741 * files.el (locate-file-completion):
8742 * imenu.el (imenu-example--create-c-index)
8743 (imenu-example--create-lisp-index)
8744 (imenu-example--lisp-extract-index-name)
8745 (imenu-example--name-and-position):
8746 * international/mule-cmds.el (princ-list):
8747 * international/mule-diag.el (decode-codepage-char):
8748 * international/mule-util.el (detect-coding-with-priority):
8749 * iswitchb.el (iswitchb-read-buffer):
8750 * mail/mailalias.el (mail-complete):
8751 * mail/sendmail.el (mail-sent-via):
8752 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8753 (mouse-major-mode-menu):
8754 * password-cache.el (password-read-and-add):
8755 * pcomplete.el (pcomplete-parse-comint-arguments):
8756 * progmodes/sh-script.el (sh-maybe-here-document):
8757 * replace.el (query-replace-regexp-eval):
8758 * savehist.el (savehist-load):
8759 * simple.el (choose-completion-delete-max-match):
8760 * term.el (term-dynamic-simple-complete):
8761 * vc/ediff-init.el (ediff-check-version):
8762 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8763 * vc/vc.el (vc-diff-switches-list):
8764 * view.el (view-return-to-alist-update): Likewise.
8765
8766 * subr.el (eval-next-after-load, makehash, insert-string)
8767 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8768 mark obsolete.
8769 (mode-line-inverse-video): Variable deleted.
8770
8771 * international/mule-util.el (string-to-sequence): Remove.
8772
8773 * calendar/calendar.el (calendar-version):
8774 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8775 (icalendar-convert-diary-to-ical):
8776 * cus-edit.el (custom-mode):
8777 * ansi-color.el (ansi-color-unfontify-region):
8778 * international/latin1-disp.el (latin1-char-displayable-p):
8779 * progmodes/cwarn.el (turn-on-cwarn-mode):
8780 * progmodes/which-func.el (which-func-update-1):
8781 Use define-obsolete-function-alias.
8782
8783 * net/newst-backend.el (newsticker-cache-filename):
8784 * net/newst-treeview.el (newsticker-groups-filename):
8785 Fix incorrect obsolescence declaration.
8786
8787 * allout.el (allout-passphrase-hint-string): Likewise.
8788 (allout-init): Use a declare form to mark obsolete.
8789
8790 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8791 this applies to functions.
8792
8793 * iswitchb.el (iswitchb-read-buffer): Move code of
8794 iswitchb-define-mode-map here, and delete that obsolete function.
8795
8796 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8797 font-lock-reference-face.
8798
8799 2012-09-25 Glenn Morris <rgm@gnu.org>
8800
8801 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8802 Doc fixes.
8803
8804 * eshell/em-term.el (eshell-term-name):
8805 Default to term-term-name. (Bug#12485)
8806
8807 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8808
8809 * progmodes/python.el (python-shell-send-buffer): Better handling
8810 of "if __name__ == '__main__':" conditionals when sending the buffer.
8811
8812 2012-09-24 Glenn Morris <rgm@gnu.org>
8813
8814 * eshell/esh-cmd.el (eshell-find-alias-function):
8815 Tighten up file-name regexp. (Bug#12499)
8816
8817 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8818
8819 Enhancements for triple-quote string syntax.
8820 * progmodes/python.el (python-quote-syntax): Remove.
8821 (python-syntax-propertize-function): New value.
8822 (python-syntax-count-quotes, python-syntax-stringify):
8823 New functions.
8824
8825 2012-09-24 Chong Yidong <cyd@gnu.org>
8826
8827 * mail/supercite.el (sc-version): Remove obsolete function.
8828 (sc-describe): Don't mark as obsolete, since it is bound.
8829 (sc-submit-bug-report): Remove.
8830
8831 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8832 (cvs-commit-buffer-require-final-newline): Remove.
8833 (log-edit-require-final-newline)
8834 (log-edit-changelog-full-paragraphs): Default to t.
8835
8836 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8837 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8838 * vc/vc.el (vc-checkout-carefully): Likewise.
8839
8840 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8841 (emerge-version): Remove.
8842
8843 * progmodes/compile.el (compile-internal): Remove.
8844 (compilation-parse-errors-function): Fix typo.
8845
8846 * international/mule.el (set-char-table-default): Remove.
8847 (set-coding-priority, make-coding-system, generic-char-p)
8848 (charset-list, charset-bytes, charset-id): Use declare to mark
8849 functions as obsolete.
8850
8851 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8852 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8853 * vc/vc-hooks.el (vc-default-registered): Don't use
8854 vc-master-templates.
8855
8856 * font-lock.el (font-lock-reference-face):
8857 Use define-obsolete-variable-alias.
8858
8859 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8860 * calendar/calendar.el (calendar-font-lock-keywords):
8861 * calendar/diary-lib.el (diary-font-lock-keywords)
8862 (diary-fancy-font-lock-keywords):
8863 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8864 * textmodes/reftex-index.el (reftex-insert-index):
8865 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8866 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8867 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8868 * progmodes/prolog.el (prolog-font-lock-keywords):
8869 * progmodes/idlwave.el (idlwave-idl-keywords):
8870 * progmodes/ada-mode.el (ada-font-lock-keywords):
8871 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8872
8873 2012-09-24 Glenn Morris <rgm@gnu.org>
8874
8875 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8876
8877 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8878
8879 * progmodes/python.el (python-indent-line): More consistent cursor
8880 movement behavior.
8881
8882 2012-09-23 Stefan Merten <smerten@oekonux.de>
8883
8884 * textmodes/rst.el: Fix compiler warning.
8885
8886 2012-09-23 Roland Winkler <winkler@gnu.org>
8887
8888 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8889 Transcribe also LaTeX hyphenation.
8890 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8891 bibtex-reformat-previous-options.
8892
8893 2012-09-23 Roland Winkler <winkler@gnu.org>
8894
8895 * proced.el (proced-renice-command): New variable.
8896 (proced-marked-processes): New function.
8897 (proced-with-processes-buffer): New macro.
8898 (proced-send-signal): Use them.
8899 (proced-renice): New command bound to r.
8900
8901 2012-09-23 Roland Winkler <winkler@gnu.org>
8902
8903 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8904 ibuffer-saved-filter-groups has one element, shortcut the call of
8905 completing-read. (Bug#12331)
8906
8907 2012-09-23 Chong Yidong <cyd@gnu.org>
8908
8909 * bindings.el (mode-line-toggle-read-only):
8910 * bs.el (bs-toggle-readonly):
8911 * buff-menu.el (Buffer-menu-toggle-read-only):
8912 * dired.el (dired-toggle-read-only):
8913 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8914
8915 2012-09-23 Chong Yidong <cyd@gnu.org>
8916
8917 * image.el (image-type-available-p): Adapt to init-image-library
8918 argument changes.
8919
8920 2012-09-22 Juri Linkov <juri@jurta.org>
8921
8922 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8923 `dired-toggle-read-only'. (Bug#12462)
8924
8925 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8926
8927 * subr.el (temp-output-buffer-show): New function.
8928 (with-output-to-temp-buffer): Call temp-output-buffer-show
8929 instead of internal-temp-output-buffer-show.
8930
8931 2012-09-22 Chong Yidong <cyd@gnu.org>
8932
8933 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8934 (Bug#12462).
8935
8936 * repeat.el (repeat): Doc fix (Bug#12348).
8937
8938 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8939 (Bug#10909).
8940
8941 * simple.el (shell-command-on-region): Doc fix.
8942 (read-only-mode): Doc fix.
8943
8944 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8945
8946 * emacs-lisp/timer.el (run-with-idle-timer)
8947 (timer-activate-when-idle): Warn against reinvoking an idle timer
8948 from within its own timer action. (Bug#12447)
8949
8950 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8951
8952 * cus-start.el (window-combination-limit): Add new optional
8953 values.
8954 * window.el (temp-buffer-window-show)
8955 (window--try-to-split-window): Handle new values of
8956 window-combination-limit (Bug#1806).
8957 (split-window): Test window-combination-limit for t instead of
8958 non-nil.
8959 (display-buffer-at-bottom): New buffer display action function.
8960 * help.el (temp-buffer-resize-regexps): New option.
8961 (temp-buffer-resize-mode): Rewrite doc-string.
8962 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8963 Don't resize reused window. Suggested by Glenn Morris.
8964
8965 2012-09-22 Stefan Merten <smerten@oekonux.de>
8966
8967 * textmodes/rst.el: Revamp section title faces.
8968 (rst-official-version)
8969 (rst-package-emacs-version-alist): Sync with official version
8970 V1.4.0.
8971 (rst-faces-defaults, rst-set-level-default)
8972 (rst-level-face-max, rst-level-face-base-color)
8973 (rst-level-face-base-light, rst-level-face-format-light)
8974 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8975 (rst-adornment-faces-alist): Match new setup.
8976 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8977 (rst-level-5, rst-level-6): New faces.
8978
8979 2012-09-22 Chong Yidong <cyd@gnu.org>
8980
8981 * simple.el (undo): Handle indirect buffers (Bug#8207).
8982
8983 2012-09-21 Leo Liu <sdl.web@gmail.com>
8984
8985 IDO: Disable match re-ordering for buffer switching.
8986 * ido.el (ido-buffer-disable-smart-matches): New variable.
8987 (ido-set-matches-1): Use it. (Bug#2042)
8988
8989 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8990
8991 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8992 Fix 2011-05-17 change. (Bug#12418)
8993
8994 2012-09-21 Leo Liu <sdl.web@gmail.com>
8995
8996 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8997
8998 2012-09-21 Glenn Morris <rgm@gnu.org>
8999
9000 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9001 Be more robust about locating simple.el.
9002
9003 2012-09-21 Glenn Morris <rgm@gnu.org>
9004
9005 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9006
9007 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9008
9009 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9010
9011 2012-09-20 Juri Linkov <juri@jurta.org>
9012
9013 * replace.el (query-replace-read-from): Use `read-regexp' instead
9014 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9015 (occur-read-primary-args): Use `read-regexp' instead of
9016 `read-string'.
9017 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9018 `read-from-minibuffer'.
9019 * isearch.el (isearch-occur): Use `read-regexp' instead of
9020 `read-string'.
9021 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9022 `read-from-minibuffer'.
9023 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9024 of `read-string'. (Bug#7567)
9025
9026 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9027 and allow accepting a list of strings prepended to a list of
9028 standard default values. Doc fix. (Bug#12321)
9029
9030 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9031
9032 * replace.el (read-regexp): Don't add ": " when PROMPT already
9033 ends with a colon and space. (Bug#12321)
9034
9035 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9036
9037 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9038 error.
9039
9040 2012-09-20 Stefan Merten <smerten@oekonux.de>
9041
9042 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9043 Fixes feature request bug#11711.
9044 (rst-mode): Create `imenu-create-index-function'.
9045 (rst-get-stripped-line): Delete after refactoring.
9046 (rst-section-tree, rst-section-tree-rec)
9047 (rst-section-tree-point): Refactor and document properly.
9048 (rst-imenu-find-adornments-for-position)
9049 (rst-imenu-convert-cell, rst-imenu-create-index):
9050 New function.
9051
9052 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9055 (macroexp--expand-all): Use it.
9056 (macroexp--funcall-and-return): Remove by folding it into its sole
9057 caller (macroexp--warn-and-return).
9058 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9059 Use macroexp--obsolete-warning.
9060
9061 * calc/calc.el: Fix last change by removing the whole chunk, since it
9062 was only needed back when Calc was not bundled.
9063
9064 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9065
9066 * emacs-lisp/debug.el (debug): Restore assignment to
9067 debugger-old-buffer removed on 2012-09-08.
9068
9069 2012-09-20 Juri Linkov <juri@jurta.org>
9070
9071 * dired-aux.el (dired-diff): Remove (require 'diff) since
9072 `diff-latest-backup-file' is now autoloaded.
9073
9074 2012-09-20 Chong Yidong <cyd@gnu.org>
9075
9076 * vc/diff.el (diff-latest-backup-file): Autoload.
9077
9078 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * calc/calc.el: Remove redundant autoload shape check.
9081 (sel-mode): Don't defvar.
9082 (calc-get-stack-element): Add `sel-mode' arg instead.
9083 (calc-top, calc-top-list): Pass it this additional argument.
9084 * calc/calc-store.el (calc-store-map):
9085 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9086 (calc-map-equation, calc-outer-product, calc-inner-product):
9087 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9088
9089 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9090
9091 2012-09-19 Juri Linkov <juri@jurta.org>
9092
9093 * dired-aux.el (dired-diff): Add (require 'diff) because
9094 `diff-latest-backup-file' is not autoloaded.
9095 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9096 of `dired-get-filename' to t to not report error when there is
9097 no default file on the current line.
9098
9099 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9102 macroexp--eval-if-compile.
9103 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9104 (macroexp--expand-all): Use them (bug#12371).
9105
9106 * doc-view.el (doc-view-guess-paper-size)
9107 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9108
9109 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9110
9111 New feature: set optimal slice from BoundingBox information.
9112 * doc-view.el (doc-view-mode-map): Add keybinding.
9113 (doc-view-menu): Add menu entry.
9114 (doc-view-set-slice): Adapt docstring.
9115 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9116 (doc-view-scale-bounding-box)
9117 (doc-view-set-slice-from-bounding-box): New functions.
9118 (doc-view-paper-sizes): New defvar.
9119
9120 2012-09-19 Glenn Morris <rgm@gnu.org>
9121
9122 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9123 (byte-compile-log-warning): Autoload. (Bug#12371)
9124
9125 * calendar/calendar.el (calendar-american-month-header)
9126 (calendar-european-month-header, calendar-iso-month-header)
9127 (calendar-month-header): New options.
9128 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9129 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9130
9131 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9132
9133 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9134
9135 2012-09-18 Juri Linkov <juri@jurta.org>
9136
9137 * dired-aux.el (dired-diff): Restore original functionality of
9138 getting the default value, but keep new feature of using the
9139 latest existing backup file (`diff-latest-backup-file').
9140
9141 2012-09-18 Juri Linkov <juri@jurta.org>
9142
9143 * dired.el (dired-mark): If the region is active in Transient Mark
9144 mode, mark all files in the active region. Doc fix.
9145 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9146 Doc fix. (Bug#10624)
9147
9148 2012-09-18 Juri Linkov <juri@jurta.org>
9149
9150 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9151 attributes for M-n are pulled from the file at point.
9152 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9153 Suggested by Drew Adams. (Bug#10624)
9154
9155 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9156
9157 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9158 whitespace after "end".
9159 (ruby-do-end-to-brace): Collapse block to one line if it fits
9160 within fill-column.
9161
9162 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9163
9164 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9165 value.
9166 (debug): Don't remove debugger window when debugger is expected
9167 to be back.
9168
9169 2012-09-18 Chong Yidong <cyd@gnu.org>
9170
9171 * custom.el (defface): Doc fix.
9172
9173 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9174
9175 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9176
9177 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9178 to initialize query-on-exit; then test that instead (bug#12288).
9179
9180 2012-09-17 Stefan Merten <smerten@oekonux.de>
9181
9182 * textmodes/rst.el: Add support for `testcover'.
9183 (rst-defcustom-testcover, rst-testcover-add-compose)
9184 (rst-testcover-add-1value): New functions.
9185 (rst-portable-mark-active-p): Replace by `use-region-p'.
9186 (rst-update-section, rst-classify-adornment)
9187 (rst-find-title-line): Mark `1value' forms.
9188 (rst-classify-adornment): Remove superfluous form.
9189 (rst-update-section, rst-get-adornments-around)
9190 (rst-adornment-complete-p, rst-get-next-adornment)
9191 (rst-adjust, rst-promote-region)
9192 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9193 (rst-find-pfx-in-region, rst-section-tree-rec)
9194 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9195 (rst-toc-node, rst-toc, rst-forward-section)
9196 (rst-iterate-leftmost-paragraphs)
9197 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9198 (rst-bullet-list-region)
9199 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9200 (rst-compile-find-conf, rst-compile)
9201 (rst-repeat-last-character): Fix style.
9202
9203 2012-09-17 Chong Yidong <cyd@gnu.org>
9204
9205 * comint.el (comint--complete-file-name-data): Don't add a space
9206 if the status is `sole'; that adds a gratuitous space in the
9207 completion-cycling case (Bug#12092).
9208
9209 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9210
9211 2012-09-17 Richard Stallman <rms@gnu.org>
9212
9213 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9214 only in the mime-shown mode, not in raw mode.
9215 (rmail-mime): Toggle off mime by displaying the message without
9216 mime processing. (Bug#12305)
9217
9218 * mail/rmail.el (rmail-retry-failure):
9219 Turn off mime processing first. (Bug#12037)
9220
9221 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9222
9223 2012-09-17 Chong Yidong <cyd@gnu.org>
9224
9225 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9226 (shell-dynamic-complete-functions): Convert to defcustom.
9227 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9228
9229 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9230 * comint.el (comint-prompt-read-only):
9231 * custom.el (defcustom):
9232 * hi-lock.el (hi-lock-mode):
9233 * ibuffer.el (ibuffer-formats):
9234 * ielm.el (ielm-prompt-read-only):
9235 * novice.el (disable-command):
9236 * saveplace.el (toggle-save-place):
9237 * speedbar.el (speedbar-supported-extension-expressions):
9238 * startup.el (auto-save-list-file-prefix, init-file-user)
9239 (after-init-hook, inhibit-startup-echo-area-message):
9240 * strokes.el (strokes-help):
9241 * time-stamp.el (time-stamp):
9242 * calendar/calendar.el (calendar, diary-file):
9243 * calendar/diary-lib.el (diary-mail-entries, diary)
9244 (diary-list-entries-hook):
9245 * calendar/holidays.el (holidays, calendar-holidays):
9246 * calendar/lunar.el (lunar-phases):
9247 * calendar/solar.el (sunrise-sunset):
9248 * emulation/edt.el (edt-load-keys):
9249 * emulation/viper.el (viper-mode):
9250 * eshell/em-alias.el (eshell-command-aliases-list):
9251 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9252 * international/ogonek.el (ogonek-information):
9253 * net/tramp-cmds.el (tramp-bug):
9254 * net/quickurl.el (quickurl-reread-hook-postfix):
9255 * play/decipher.el (decipher-font-lock-keywords):
9256 * progmodes/cc-styles.el (c-set-style):
9257 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9258 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9259 * progmodes/octave-mod.el (octave-mode):
9260 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9261 * progmodes/verilog-mode.el (verilog-read-defines):
9262 * textmodes/two-column.el (2C-mode): Likewise.
9263
9264 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9265
9266 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9267 that holds many addresses.
9268
9269 2012-09-16 Chong Yidong <cyd@gnu.org>
9270
9271 * align.el (align-areas): Call the indication function with
9272 positions instead of markers for arguments (Bug#12343).
9273
9274 * files.el (parse-colon-path): Use split-string (Bug#12351).
9275
9276 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9277 (display-buffer-function): Mark as obsolete.
9278
9279 * progmodes/compile.el (compilation-parse-errors): Accept list
9280 values similar to font-lock-keywords (Bug#12136).
9281 Suggested by Oleksandr Manzyuk.
9282 (compilation-error-regexp-alist): Doc fix.
9283
9284 2012-09-15 Glenn Morris <rgm@gnu.org>
9285
9286 * version.el (emacs-bzr-version-bzr): New function.
9287 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9288
9289 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9290 checkouts, check the parent dirstate matches the branch.
9291 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9292 empty string.
9293
9294 * version.el (emacs-bzr-version): Doc fix.
9295 (emacs-bzr-version-dirstate): New function.
9296 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9297 is local try and check that it matches the branch. If not, just
9298 use dirstate information. (Bug#12441)
9299
9300 2012-09-14 Juri Linkov <juri@jurta.org>
9301
9302 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9303 (Bug#12399)
9304
9305 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9308
9309 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9310 Remove obsolete byte-compiler hack that tried to silence some warnings.
9311 (edebug-submit-bug-report): Remove.
9312 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9313 Remove aliases, use the un-prefixed name instead.
9314 (edebug-pop-to-buffer): Consider other frames.
9315 (edebug-original-read):: Make it more obvious that it's always defined.
9316 (edebug--make-form-data-entry, edebug--form-data-name)
9317 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9318 single-dashed name, and implement with cl-defstruct.
9319 (edebug-set-form-data-entry): Use the standard accessors.
9320 (edebug-make-top-form-data-entry): Use push.
9321 (edebug-no-match): Drop useless `funcall'.
9322 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9323 to functions.
9324 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9325 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9326 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9327 (easy-menu-define, with-custom-print): Remove redundant specs.
9328 (edebug-outside-overriding-local-map)
9329 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9330 (edebug--display): Bind unread-command-events directly to nil rather
9331 than binding it to unread-command-events and later setting it to nil.
9332 (edebug--display): Kill edebug-eval-buffer here...
9333 (edebug--recursive-edit): ...rather than here.
9334 Bind standard-output and standard-input.
9335 (edebug-eval): Check cl-macroexpand-all is fboundp.
9336 (edebug-temp-display-freq-count): Fix last change.
9337
9338 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9339 * subr.el (noreturn, 1value): Add `debug' spec.
9340 * emacs-lisp/advice.el: Require cl-lib.
9341 (ad-copy-tree): Remove, use copy-tree instead.
9342 (ad-dolist): Remove use dolist or cl-dolist instead.
9343 (ad-do-return): Remove, use cl-return instead.
9344 (defadvice): Add `debug' spec.
9345
9346 2012-09-13 Juri Linkov <juri@jurta.org>
9347
9348 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9349 (Bug#12399)
9350
9351 2012-09-13 Glenn Morris <rgm@gnu.org>
9352
9353 * calc/calc.el (math-compose-expr):
9354 * calc/calc-ext.el (math-compose-expr):
9355 * progmodes/cc-defs.el (cl-macroexpand-all):
9356 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9357 (cl-macroexpand-all): Update declarations.
9358
9359 * vc/vc.el: No need to require ediff.
9360 (ediff-load-version-control): Declare.
9361 (ediff-vc-internal): Fix declaration.
9362 (vc-version-ediff): Require ediff.
9363
9364 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9365
9366 Use a more backwards-compatible timer format (Bug#12430).
9367 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9368 being right after USECS, as that better supports old code that
9369 inadvisedly looked directly at the timer vector.
9370
9371 2012-09-13 Kenichi Handa <handa@gnu.org>
9372
9373 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9374 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9375 `coding-priority' property of these language environment.
9376
9377 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9378
9379 Fix glitches caused by addition of psec to timers (Bug#12430).
9380 * image.el (image-animate-timer):
9381 * time.el (display-time-world-timer):
9382 Use timer--function and timer--args rather than raw access to
9383 timer vector.
9384
9385 2012-09-13 Glenn Morris <rgm@gnu.org>
9386
9387 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9388 If not compiling a file, try using load-file-name.
9389
9390 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9393 Fix last change.
9394 (edebug-update-eval-list): Use `push'.
9395
9396 * emacs-lisp/edebug.el: Use lexical-binding.
9397 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9398 Mark unused args with underscore.
9399 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9400 (edebug-form-data): Use defvar-local.
9401 (edebug-make-before-and-after-form, edebug-make-after-form):
9402 Use backquote.
9403 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9404 Not dynamically scoped any more.
9405 (edebug--enter-trace): Add arguments `function' and `args'.
9406 Rename from edebug-enter-trace.
9407 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9408 (edebug--update-coverage): Add `after-index' and `value' args.
9409 Rename from edebug-update-coverage.
9410 (edebug-slow-after): Call it accordingly.
9411 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9412 edebug-recursive-edit.
9413 (edebug--display): Call it accordingly. Add args `value',
9414 `offset-index', and `arg-mode'. Rename from edebug-display.
9415 (edebug-debugger, edebug): Call it accordingly.
9416 (edebug-eval-display-list): Use dolist.
9417
9418 2012-09-12 Juri Linkov <juri@jurta.org>
9419
9420 * info.el (Info-search): Don't check for isearch-mode and
9421 isearch-regexp before let-binding search-spaces-regexp to
9422 Info-search-whitespace-regexp.
9423 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9424 search-whitespace-regexp if isearch-lax-whitespace or
9425 isearch-regexp-lax-whitespace is non-nil.
9426 (Info-mode): Don't set local variable search-whitespace-regexp.
9427 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9428
9429 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9432 (debugger-env-macro): Remove support for unread-command-char.
9433
9434 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9435 the temporary map re-appearing on emulation-mode-map-alists.
9436
9437 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9438 since 22.1.
9439
9440 * ehelp.el (with-electric-help): Accept functions in
9441 electric-help-form-to-execute.
9442 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9443 And replace unread-command-char -> unread-command-events.
9444
9445 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9446
9447 Sync with Tramp 2.2.6.
9448
9449 * net/tramp.el (tramp-accept-process-output): Don't use
9450 JUST-THIS-ONE in the XEmacs case.
9451
9452 * net/trampver.el: Update release number.
9453
9454 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9455
9456 * emacs-lisp/debug.el (debugger-previous-window-height):
9457 New variable.
9458 (debug): When debugger-jumping-flag is non-nil try to restore
9459 height of debugger window. (Bug#8789)
9460
9461 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9464 overriding-local-map and pre/post-command-hook here.
9465 (edebug-recursive-edit): Do it here instead (bug#12345).
9466 (edebug-outside-unread-command-char): Remove all uses of
9467 unread-command-char.
9468
9469 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9470 inhibit-debugger is bound instead.
9471
9472 2012-09-11 Bastien Guerry <bzg@gnu.org>
9473
9474 * subr.el (set-temporary-overlay-map): Add a docstring.
9475 (Bug#12346)
9476
9477 2012-09-11 Bastien Guerry <bzg@gnu.org>
9478
9479 * minibuffer.el (completion-table-subvert): Fix docstring.
9480 (Bug#12347)
9481
9482 2012-09-11 Bastien Guerry <bzg@gnu.org>
9483
9484 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9485
9486 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9487
9488 * progmodes/sql.el: Version 3.1
9489 (sql-db2-escape-newlines): New variable.
9490 (sql-escape-newlines-filter): Use it.
9491
9492 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9493
9494 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9495
9496 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9497
9498 * vc/diff-mode.el (diff-mode-menu):
9499 Bind diff-remove-trailing-whitespace.
9500
9501 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9504 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9505 (emacs-lisp-byte-code-mode): New functions.
9506 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9507 (eval-defun-2): Remove bogus interactive spec.
9508 (lisp-indent-line): Remove redundant whole-exp code, now done in
9509 indent-according-to-mode.
9510 (save-match-data): Remove redundant indent data.
9511
9512 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9513 Use `declare'.
9514
9515 2012-09-09 Juri Linkov <juri@jurta.org>
9516
9517 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9518 (replace-lax-whitespace, query-replace-regexp)
9519 (query-replace-regexp-eval, replace-regexp): Doc fix.
9520 (perform-replace, replace-highlight): Let-bind
9521 isearch-lax-whitespace to replace-lax-whitespace and
9522 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9523
9524 * isearch.el (isearch-query-replace): Let-bind
9525 replace-lax-whitespace to isearch-lax-whitespace and
9526 replace-regexp-lax-whitespace to
9527 isearch-regexp-lax-whitespace. (Bug#10885)
9528
9529 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9532
9533 2012-09-09 Alan Mackenzie <acm@muc.de>
9534
9535 * progmodes/cc-engine.el (c-state-cache-init):
9536 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9537 (c-record-parse-state-state):
9538 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9539
9540 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9541
9542 * register.el (register-separator): Rename from
9543 separator-register. All uses changed. Doc fix.
9544 (register): Fix version.
9545
9546 2012-09-09 Chong Yidong <cyd@gnu.org>
9547
9548 * replace.el (query-replace-map): Bind four new symbols for
9549 requesting window scrolling.
9550
9551 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9552 query-replace-map (Bug#8948).
9553
9554 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9555
9556 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9557 since they are now in query-replace-map.
9558
9559 * window.el (scroll-other-window-down): Make the arg optional.
9560
9561 2012-09-09 Chong Yidong <cyd@gnu.org>
9562
9563 * files.el (hack-local-variables-confirm): Use quit-window to kill
9564 the *Local Variables* buffer.
9565
9566 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9567
9568 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9569 not just expect to be at its beginning. Adjust callees.
9570 Succeed when do-end block has no space before the pipe character.
9571 (ruby-brace-to-do-end): When the original block is one-liner,
9572 convert to multiline. Reindent the result.
9573
9574 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9575
9576 * register.el (register): New group.
9577 (separator-register): New user option.
9578 (increment-register): Route it to `append-to-register', if
9579 register contains text. Implication is that `C-x r +' can now be
9580 used for appending to a text register (bug#12217).
9581 (append-to-register, prepend-to-register): Add separator based on
9582 `separator-register'.
9583
9584 2012-09-08 Alan Mackenzie <acm@muc.de>
9585
9586 AWK Mode: make auto-newline work when there's "==" in the pattern.
9587 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9588 correctly.
9589 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9590 Test more rigorously for "=" token.
9591
9592 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9593
9594 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9595 Only fail when reached LIMIT.
9596
9597 2012-09-08 Chong Yidong <cyd@gnu.org>
9598
9599 * dired.el (dired-mode-map): Don't bind M-=.
9600
9601 * dired-aux.el (dired-diff): Use backup file as default.
9602
9603 2012-09-08 Drew Adams <drew.adams@oracle.com>
9604
9605 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9606
9607 2012-09-08 Chong Yidong <cyd@gnu.org>
9608
9609 * subr.el (syntax-after, syntax-class): Doc fix.
9610
9611 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9612
9613 * window.el (display-buffer-in-previous-window): New buffer
9614 display action function.
9615
9616 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9617 (debugger-previous-window): New variable.
9618 (debug): Rewrite using display-buffer-in-previous-window,
9619 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9620
9621 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9624
9625 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9626
9627 * progmodes/python.el (python-shell-send-string):
9628 When default-directory is remote, create temp file on remote
9629 filesystem.
9630 (python-shell-send-file): When file is remote, pass local view of
9631 file paths to remote Python interpreter. (Bug#12340)
9632
9633 2012-09-07 Chong Yidong <cyd@gnu.org>
9634
9635 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9636
9637 * files.el (after-find-file): Don't fail on a read-only buffer if
9638 require-final-newline is `visit' or `visit-save' (Bug#11156).
9639
9640 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9641
9642 * userlock.el (ask-user-about-supersession-threat):
9643 Use read-char-choice (Bug#12093).
9644
9645 2012-09-07 Chong Yidong <cyd@gnu.org>
9646
9647 * subr.el (buffer-narrowed-p): New function.
9648
9649 * ses.el (ses-widen):
9650 * simple.el (count-words--buffer-message):
9651 * net/browse-url.el (browse-url-of-buffer): Use it.
9652
9653 * simple.el (count-words-region): Don't signal an error if there
9654 is a non-nil prefix arg and the mark is not set.
9655
9656 * help.el (describe-key-briefly): Allow the message to be seen
9657 when invoked from the minibuffer (Bug#7014).
9658
9659 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9660
9661 * progmodes/ruby-mode.el (ruby-end-of-defun)
9662 (ruby-beginning-of-defun): Simplify, allow indentation before
9663 block beginning and end keywords.
9664 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9665 (ruby-end-of-defun): Expect that the point is at the beginning of
9666 the defun.
9667
9668 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9671 (bug#12367).
9672 (cl--make-usage-args): Strip _ from argument names.
9673
9674 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9675
9676 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9677 obsolete alias speedbar-key-map.
9678 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9679 (vhdl-index-menu-init): Don't use obsolete variable
9680 font-lock-maximum-size.
9681
9682 2012-09-06 Chong Yidong <cyd@gnu.org>
9683
9684 * frame.el (window-system-version): Mark as obsolete.
9685
9686 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9687 of obsolete variable speedbar-key-map.
9688
9689 2012-09-06 Juri Linkov <juri@jurta.org>
9690
9691 * replace.el (replace-lax-whitespace): New defcustom.
9692 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9693 (replace-string, replace-regexp): Mention it in docstrings.
9694 (perform-replace, replace-highlight): Let-bind
9695 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9696 to the values of replace-lax-whitespace and regexp-flag.
9697 Don't let-bind search-whitespace-regexp. (Bug#10885)
9698
9699 * isearch.el (isearch-query-replace): Let-bind
9700 replace-lax-whitespace instead of let-binding
9701 replace-search-function and replace-re-search-function.
9702 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9703 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9704 (isearch-toggle-symbol): Set isearch-regexp to nil
9705 in isearch-word mode (like in isearch-toggle-word).
9706
9707 2012-09-06 Juri Linkov <juri@jurta.org>
9708
9709 * replace.el (replace-search-function)
9710 (replace-re-search-function): Set default values to nil.
9711 (perform-replace): Let-bind isearch-related variables based on
9712 replace-related values, call `isearch-search-fun' and let-bind
9713 the result to `search-function'. Remove code that sets
9714 `search-function' and `search-string' separately for
9715 `delimited-flag'.
9716 (replace-highlight): Add new argument `delimited-flag' and
9717 rename other arguments to the names used in `perform-replace'.
9718 Let-bind `isearch-word' to the argument `delimited-flag'.
9719 (Bug#10885, bug#10887)
9720
9721 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9722
9723 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9724 ruby-beginning-of-indent, simplify, allow all keywords to have
9725 indentation before them.
9726 (ruby-beginning-of-indent): Adjust for above. Search until the
9727 found point is not inside a string or comment.
9728 (ruby-font-lock-keywords): Allow symbols to start with "@"
9729 character, give them higher priority than variables.
9730 (ruby-syntax-propertize-function)
9731 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9732 matchers. Expression expansions are not comments when inside a
9733 string, and there comment syntax status is irrelevant.
9734 (ruby-match-expression-expansion): New function. Check that
9735 expression expansion is inside a string, and it's not escaped.
9736 (ruby-font-lock-keywords): Use it.
9737
9738 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9739
9740 * help.el (temp-buffer-max-height): New default value.
9741 (temp-buffer-resize-frames): New option.
9742 (resize-temp-buffer-window): Optionally resize frame.
9743
9744 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9745 (fit-frame-to-buffer): New function.
9746
9747 2012-09-05 Glenn Morris <rgm@gnu.org>
9748
9749 * emulation/cua-rect.el (cua--init-rectangles):
9750 * textmodes/picture.el (picture-mode-map):
9751 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9752 like forward-char and backward-char. (Bug#12317)
9753
9754 2012-09-05 Leo Liu <sdl.web@gmail.com>
9755
9756 * progmodes/flymake.el (flymake-warning-re): New variable.
9757 (flymake-parse-line): Use it.
9758
9759 2012-09-05 Glenn Morris <rgm@gnu.org>
9760
9761 * calendar/holidays.el (holiday-christian-holidays):
9762 Rename an entry. (Bug#12289)
9763
9764 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9767 (bug#12222).
9768
9769 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * loadup.el: Load macroexp. Remove hack.
9772 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9773 (macroexp--expand-all): Use it to get better warnings.
9774 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9775 (internal-macroexpand-for-load): New functions.
9776 (macroexp--pending-eager-loads): New var.
9777 (emacs-startup-hook): New hack to replace one in loadup.el.
9778 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9779 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9780 (cl-psetf): Simplify.
9781 (cl-defstruct): Add indent rule.
9782
9783 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9784
9785 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9786 over `user-mail-address' for the SMTP MAIL FROM envelope.
9787 (smtpmail-via-smtp): Ditto.
9788
9789 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9790
9791 * progmodes/ruby-mode.el: Clean up keybindings.
9792 (ruby-mode-map): Don't bind ruby-electric-brace,
9793 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9794 backward-kill-word, reindent-then-newline-and-indent.
9795 (ruby-mark-defun): Remove.
9796 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9797 (ruby-mode): Set local beginning-of-defun-function and
9798 end-of-defun-function values.
9799
9800 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9801
9802 * window.el (temp-buffer-window-setup-hook)
9803 (temp-buffer-window-show-hook): New hooks.
9804 (temp-buffer-window-setup, temp-buffer-window-show)
9805 (with-temp-buffer-window): New functions.
9806 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9807 (special-display-popup-frame): Make sure the window used shows BUFFER.
9808
9809 * help.el (temp-buffer-resize-mode): Fix doc-string.
9810 (resize-temp-buffer-window): New optional argument WINDOW.
9811
9812 * files.el (recover-file, save-buffers-kill-emacs):
9813 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9814
9815 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9818 remote definition of `default-directory', ensure we can connect.
9819
9820 2012-09-02 Juri Linkov <juri@jurta.org>
9821
9822 Toggle whitespace matching mode with M-s SPC.
9823 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9824
9825 * isearch.el (search-whitespace-regexp): Doc fix.
9826 Remove cons cell customization.
9827 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9828 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9829 New variables.
9830 (isearch-forward, isearch-forward-regexp): Doc fix.
9831 (isearch-toggle-lax-whitespace): New command.
9832 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9833 (re-search-forward-lax-whitespace)
9834 (re-search-backward-lax-whitespace): New functions.
9835 (isearch-whitespace-regexp): Remove function.
9836 (isearch-query-replace): Let-bind replace-search-function and
9837 replace-re-search-function.
9838 (isearch-occur): Let-bind search-spaces-regexp according to the
9839 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9840 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9841 condition for C-q SPC.
9842 (isearch-search-fun-default): Use new functions mentioned above.
9843 (isearch-search-forward, isearch-search-backward): Remove functions.
9844 (isearch-search): Don't let-bind search-spaces-regexp.
9845 (isearch-lazy-highlight-space-regexp): Remove variable.
9846 (isearch-lazy-highlight-lax-whitespace)
9847 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9848 (isearch-lazy-highlight-new-loop): Use them.
9849 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9850
9851 2012-09-02 Chong Yidong <cyd@gnu.org>
9852
9853 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9854
9855 2012-09-02 Glenn Morris <rgm@gnu.org>
9856
9857 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9858
9859 2012-09-01 Glenn Morris <rgm@gnu.org>
9860
9861 * term.el: Tidy up menu definitions.
9862 (term-mode-map): Use easymenu for In/Out, Complete menus.
9863 (term-pager-break-map): Initialize in the defvar.
9864 (term-terminal-menu, term-signals-menu): Define with easymenu.
9865 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9866 (term-pager-menu): New, extracted from term-process-pager.
9867 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9868 (term-update-mode-line): Propertize line/char and page items.
9869 (term-process-pager): Move keymap initialization elsewhere.
9870
9871 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9872
9873 * window.el (switch-to-prev-buffer): Handle additional values of
9874 BURY-OR-KILL argument. Don't switch in minibuffer window.
9875 (switch-to-next-buffer): Don't switch in minibuffer window.
9876 (quit-restore-window): New function based on quit-window.
9877 Handle additional values of former KILL argument.
9878 (quit-window): Call quit-restore-window with appropriate
9879 interpretation of KILL argument.
9880 (display-buffer-below-selected): New buffer display action
9881 function.
9882
9883 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * minibuffer.el (completion-at-point-functions): Complete docstring
9886 (bug#12254).
9887
9888 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9889
9890 Better seed support for (random).
9891 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9892 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9893 * play/mpuz.el, play/tetris.el, play/zone.el:
9894 * calc/calc-comb.el (math-init-random-base):
9895 * play/blackbox.el (bb-init-board):
9896 * play/life.el (life):
9897 * server.el (server-use-tcp):
9898 * type-break.el (type-break):
9899 Remove unnecessary call to (random t).
9900 * net/sasl.el (sasl-unique-id-function):
9901 Change (random t) to (random), now that the latter is more random.
9902 * play/life.el (life-initialized): Remove no-longer-needed var.
9903
9904 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9905
9906 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9907 Consider frame's buffer predicate when choosing the buffer.
9908 (Bug#12081)
9909
9910 2012-08-30 Richard Stallman <rms@gnu.org>
9911
9912 * simple.el (special-mode-map): Delete binding for `z'.
9913
9914 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9915
9916 * progmodes/compile.el (compilation-always-kill): Doc fix.
9917
9918 2012-08-30 Chong Yidong <cyd@gnu.org>
9919
9920 * window.el (display-buffer-reuse-frames): Make the obsolescence
9921 message more informative.
9922
9923 2012-08-30 Glenn Morris <rgm@gnu.org>
9924
9925 * paren.el (show-paren-delay):
9926 Add a :set function. Doc fix. (Bug#12297)
9927
9928 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9929
9930 * progmodes/compile.el (compilation-always-kill): New var.
9931 (compilation-start): Use it.
9932
9933 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9936 * files.el (read-only-mode): Move to simple.el.
9937
9938 * files.el (read-only-mode): New minor mode.
9939 (toggle-read-only): Use it and mark obsolete.
9940 (find-file--read-only):
9941 * vc/vc.el (vc-next-action, vc-checkout):
9942 * vc/vc-cvs.el (vc-cvs-checkout):
9943 * obsolete/vc-mcvs.el (vc-mcvs-update):
9944 * ffap.el (ffap--toggle-read-only): Update callers.
9945
9946 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * eshell/esh-ext.el (eshell-external-command): Do not examine
9949 remote shell scripts.
9950 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9951
9952 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9953 "/usr/local/sbin".
9954
9955 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9958
9959 2012-08-28 Leo Liu <sdl.web@gmail.com>
9960
9961 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9962 completion-at-point. (Bug#12220)
9963
9964 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9965
9966 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9967
9968 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9971 be buffer-local; add delete-trailing-whitespace (bug#12259).
9972
9973 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9974
9975 * progmodes/hideif.el (hif-compress-define-list):
9976 Fix typo. (Bug#11951)
9977
9978 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9979
9980 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9981 buffer local setting.
9982
9983 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9984 rcirc-encode-coding-system.
9985
9986 2012-08-28 Leo Liu <sdl.web@gmail.com>
9987
9988 * net/rcirc.el (rcirc-split-message): New function.
9989 (rcirc-send-message): Use it. (Bug#12051)
9990
9991 2012-08-28 Juri Linkov <juri@jurta.org>
9992
9993 * info.el (Info-fontify-node): Hide empty lines at the end of
9994 the node. (Bug#12272)
9995
9996 2012-08-27 Drew Adams <drew.adams@oracle.com>
9997
9998 * dired.el (dired-pop-to-buffer): Make window start at beginning
9999 of buffer (Bug#12281).
10000
10001 2012-08-26 Chong Yidong <cyd@gnu.org>
10002
10003 * window.el (special-display-regexps, special-display-frame-alist)
10004 (special-display-buffer-names, special-display-function)
10005 (display-buffer-reuse-frames): Mark as obsolete.
10006
10007 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10008
10009 * help.el (help-print-return-message): Don't treat
10010 display-buffer-reuse-frames specially.
10011
10012 2012-08-26 Chong Yidong <cyd@gnu.org>
10013
10014 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10015 New variable, replacing gdb-frame-parameters.
10016 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10017 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10018 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10019 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10020 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10021 the functions directly with gdb-display-buffer-other-frame-action.
10022 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10023 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10024 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10025 (gdb-display-registers-buffer): Define directly.
10026 (def-gdb-display-buffer): Macro deleted.
10027 (gdb-display-buffer): Remove second and third args, callers don't
10028 use them. Defer to the default display-buffer behavior, apart
10029 from making windows dedicated.
10030 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10031
10032 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10033
10034 * window.el (display-buffer-pop-up-frame): Handle a
10035 pop-up-frame-parameters alist entry.
10036 (display-buffer): Document it.
10037
10038 2012-08-26 Chong Yidong <cyd@gnu.org>
10039
10040 * isearch.el (search-whitespace-regexp): Make string and nil
10041 values apply to both ordinary and regexp search. Allow a cons
10042 cell value to distinguish between the two.
10043 (isearch-whitespace-regexp, isearch-search-forward)
10044 (isearch-search-backward): New functions.
10045 (isearch-occur, isearch-search-fun-default, isearch-search)
10046 (isearch-lazy-highlight-new-loop): Use them.
10047 (isearch-forward, isearch-forward-regexp): Doc fix.
10048
10049 2012-08-26 Chong Yidong <cyd@gnu.org>
10050
10051 * faces.el (help-argument-name): Always inherit from italic
10052 (Bug#12213).
10053
10054 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10055
10056 * window.el (window--even-window-heights): Even heights when
10057 WINDOW and the selected window form a vertical combination.
10058 (display-buffer-use-some-window): Provide that window used gets
10059 sized back by quit-window. (Bug#11880) and (Bug#12091)
10060
10061 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10062
10063 Fix file time stamp problem with bzr and CVS (Bug#12001).
10064 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10065 in the file's time stamp, since the version control system loses
10066 that information.
10067
10068 2012-08-22 Juri Linkov <juri@jurta.org>
10069
10070 * info.el (Info-fontify-node): Hide the suffix of the
10071 Info file name in the header line. (Bug#12187)
10072
10073 2012-08-22 Glenn Morris <rgm@gnu.org>
10074
10075 * calendar/cal-tex.el (cal-tex-weekly-common):
10076 Restore leading blank page.
10077
10078 2012-08-22 Le Wang <l26wang@gmail.com>
10079
10080 * misc.el (forward-to-word, backward-to-word): Activate or extend
10081 the region under `shift-select-mode'. (Bug#12231)
10082
10083 2012-08-22 Bastien Guerry <bzg@gnu.org>
10084
10085 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10086 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10087 gives details on why the space is never needed.
10088
10089 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10090
10091 * window.el (walk-window-tree, window-with-parameter):
10092 New optional argument MINIBUF to control whether these functions
10093 should run on the minibuffer window.
10094 (window-at-side-list): Don't operate on minibuffer window.
10095 (window-in-direction): Simplify and rewrite doc-string.
10096 (window--size-ignore): Rename to window--size-ignore-p.
10097 Update callers.
10098 (display-buffer-in-atom-window, window--major-non-side-window)
10099 (window--major-side-window, display-buffer-in-major-side-window)
10100 (delete-side-window, display-buffer-in-side-window):
10101 New functions.
10102 (window--side-check, window-deletable-p, delete-window)
10103 (delete-other-windows, split-window): Handle side windows and
10104 atomic windows appropriately.
10105 (window--display-buffer): Call display-buffer-record-window also
10106 when the window buffer did not change.
10107
10108 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10109
10110 * help-fns.el (help-fns--key-bindings):
10111 Abbreviate non-symbol remap targets. (Bug#12174)
10112
10113 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10114
10115 * dired.el (dired-mark-remembered): Don't clobber point.
10116 (Bug#11795)
10117
10118 2012-08-22 Glenn Morris <rgm@gnu.org>
10119
10120 * progmodes/bug-reference.el (bug-reference): New custom group.
10121 (bug-reference-bug-regexp): Make it a defcustom.
10122
10123 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10124
10125 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10126 (js-paren-indent-offset, js-square-indent-offset)
10127 (js-curly-indent-offset): Add :safe (Bug#12257).
10128
10129 2012-08-22 Edward O'Connor <hober0@gmail.com>
10130
10131 * json.el (json-key-format): Add error properties.
10132 (json-encode-key): New function.
10133 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10134 Use json-encode-key.
10135
10136 2012-08-22 Glenn Morris <rgm@gnu.org>
10137
10138 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10139 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10140 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10141 Update for above change.
10142
10143 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10144
10145 * cus-face.el (custom-face-attributes): Fix customize type for the
10146 :underline attribute. (Bug#11805)
10147
10148 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10149
10150 * window.el (window-point-1, set-window-point-1): Remove.
10151 (window-in-direction, record-window-buffer)
10152 (set-window-buffer-start-and-point, split-window-below)
10153 (window--state-get-1, display-buffer-record-window):
10154 Replace calls to window-point-1 and set-window-point-1 by calls to
10155 window-point and set-window-point respectively.
10156
10157 2012-08-21 Glenn Morris <rgm@gnu.org>
10158
10159 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10160 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10161 Use it.
10162
10163 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10164 (cal-tex-shortday): New function.
10165 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10166 (cal-tex-cursor-filofax-daily): Use the above.
10167
10168 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10169 New functions.
10170 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10171 (cal-tex-cursor-filofax-week): Use them.
10172
10173 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10174 New constants.
10175 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10176 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10177
10178 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10179 (cal-tex-end-document): Don't rely on buffer name.
10180
10181 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10182 Use cal-tex-vspace.
10183 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10184 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10185 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10186 Use cal-tex-arg.
10187
10188 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10189 (cal-tex-cursor-week, cal-tex-cursor-week2)
10190 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10191 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10192 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10193 (cal-tex-insert-preamble, cal-tex-b-document)
10194 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10195 Improve cal-tex-cmd usage.
10196
10197 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10198 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10199 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10200 (cal-tex-weekly-paper): New function.
10201 (cal-tex-cursor-week, cal-tex-cursor-week2)
10202 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10203 (cal-tex-cursor-day): Use it.
10204
10205 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10206 (cal-tex-cursor-filofax-week): Remove leading blank page.
10207
10208 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10209 Add autoload cookie. For now at least, don't use color, since
10210 no other cal-tex function does.
10211
10212 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10213 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10214 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10215
10216 2012-08-21 Juri Linkov <juri@jurta.org>
10217
10218 * info.el (Info-file-attributes): New variable.
10219 (info-insert-file-contents): Add file attributes to
10220 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10221 `Info-toc-nodes' when previous modtime of the Info file is less
10222 than new modtime.
10223 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10224 of info.el. (Bug#12230)
10225
10226 2012-08-20 Glenn Morris <rgm@gnu.org>
10227
10228 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10229 * calendar/holidays.el (calendar-holiday-list):
10230 Report errors with display-warning rather than beep'n'sleep.
10231
10232 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10233
10234 * net/tramp.el (tramp-accept-process-output): Accept only output
10235 from PROC. Otherwise, process filters and sentinels might be
10236 confused. (Bug#12145)
10237
10238 2012-08-20 Chong Yidong <cyd@gnu.org>
10239
10240 * descr-text.el (describe-text-properties-1): Use overlays-in to
10241 report on empty overlays (Bug#3322).
10242
10243 2012-08-20 Glenn Morris <rgm@gnu.org>
10244
10245 * mail/rmailout.el (rmail-output-read-file-name):
10246 Trap and report errors in rmail-output-file-alist elements.
10247
10248 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10249 since most non-font-lock faces are not also variables).
10250
10251 2012-08-20 Edward Reingold <reingold@iit.edu>
10252
10253 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10254 New function. (Bug12160)
10255
10256 2012-08-19 Glenn Morris <rgm@gnu.org>
10257
10258 * mail/rmailout.el (rmail-output-read-file-name):
10259 Fix previous change (when the alist is nil or does not match).
10260
10261 2012-08-19 Chong Yidong <cyd@gnu.org>
10262
10263 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10264 (Bug#12228).
10265
10266 2012-08-18 Chong Yidong <cyd@gnu.org>
10267
10268 * simple.el (yank-handled-properties): New defcustom.
10269 (yank-excluded-properties): Add font-lock-face and category.
10270 (yank): Doc fix.
10271
10272 * subr.el (remove-yank-excluded-properties):
10273 Obey yank-handled-properties. The special handling of font-lock-face
10274 and category is now done this way, instead of being hard-coded.
10275 (insert-for-yank-1): Remove font-lock-face handling.
10276 (yank-handle-font-lock-face-property)
10277 (yank-handle-category-property): New function.
10278
10279 2012-08-17 Glenn Morris <rgm@gnu.org>
10280
10281 * mail/rmailout.el (rmail-output-read-file-name):
10282 Check rmail-output-file-alist against the full message body
10283 in the correct rmail buffer. (Bug#12214)
10284
10285 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10288 Eliminate superfluous prompt. (Bug#12203)
10289
10290 2012-08-17 Chong Yidong <cyd@gnu.org>
10291
10292 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10293 font spec, set the font directly (Bug#3228).
10294
10295 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10296
10297 * window.el (delete-window): Fix last fix.
10298
10299 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10300
10301 * window.el (window-valid-p): Move to window.c.
10302 (window-child, window-child-count, window-last-child)
10303 (window-normalize-window, window-combined-p)
10304 (window-combinations, window-atom-root, window-min-size)
10305 (window-sizable, window-sizable-p, window-size-fixed-p)
10306 (window-min-delta, window-max-delta, window--resizable)
10307 (window--resizable-p, window-resizable, window-total-size)
10308 (window-full-height-p, window-full-width-p, window-body-size)
10309 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10310 (minimize-window, window-deletable-p, delete-window)
10311 (delete-other-windows, set-window-buffer-start-and-point)
10312 (next-buffer, previous-buffer, split-window, balance-windows-2)
10313 (set-window-text-height, window-buffer-height)
10314 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10315 (truncated-partial-width-window-p): Minor code adjustments.
10316 In doc-strings state whether the argument window has to denote a
10317 live, valid or any window.
10318
10319 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10320
10321 * progmodes/subword.el (subword-forward-function)
10322 (subword-backward-function, subword-forward-regexp)
10323 (subword-backward-regexp): New variables.
10324 (subword-forward, subword-forward-internal, subword-backward-internal):
10325 Use new variables, eg so that different "word" definitions
10326 can be easily used. (Bug#11411)
10327
10328 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10331 for composite selectors.
10332 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10333 operation just because we can't find a previous revision.
10334
10335 2012-08-15 Chong Yidong <cyd@gnu.org>
10336
10337 * frame.el (set-frame-font): Accept font objects.
10338
10339 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10342
10343 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10344
10345 * man.el (Man-overstrike-face, Man-underline-face)
10346 (Man-reverse-face): Remove variables.
10347 (Man-overstrike, Man-underline, Man-reverse): New faces.
10348 (Man-fontify-manpage): Use them instead of the variables.
10349 (Man-cleanup-manpage): Comment change.
10350 (Man-ansi-color-map): New variable.
10351 (Man-fontify-manpage): Use it.
10352 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10353
10354 Implement ANSI SGR parameters 22-27 (bug#12146).
10355 * ansi-color.el (ansi-colors): Doc fix.
10356 (ansi-color-context, ansi-color-context-region): Doc fix.
10357 (ansi-color--find-face): New function.
10358 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10359 Rename the local variable `face' to `codes' since it is now a list of
10360 ansi codes. Doc fix.
10361 (ansi-color-get-face): Remove.
10362 (ansi-color-parse-sequence): New function, derived from
10363 ansi-color-get-face.
10364 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10365 codes 22-27.
10366
10367 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * subr.el (read-passwd): Allow use from a minibuffer.
10370
10371 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10372
10373 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10374 inside comments and strings as identifiers.
10375
10376 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10377 expression to evaluate. This allows to evaluate expressions with
10378 embedded whitespace.
10379 (gud-tooltip-tips): Add a blank before the newline in the
10380 message-box text, for the benefit of message-box emulation on
10381 MS-Windows.
10382
10383 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10384 messages from GDB, pop them up in a tooltip to give feedback to
10385 user.
10386 (gdb-tooltip-print-1): Quote the expression to evaluate.
10387 This allows to evaluate expressions with embedded whitespace.
10388 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10389 if the TTY name is nil or empty (which happens when communicating
10390 with the inferior via pipes, e.g. on MS-Windows).
10391 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10392 don't send that to the GUD buffer.
10393
10394 2012-08-14 Glenn Morris <rgm@gnu.org>
10395
10396 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10397 Optimize away setq-default with no args, as for setq. (Bug#12195)
10398
10399 2012-08-14 Chong Yidong <cyd@gnu.org>
10400
10401 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10402
10403 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10404 (Bug#12085).
10405
10406 2012-08-14 Glenn Morris <rgm@gnu.org>
10407
10408 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10409
10410 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10411
10412 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10413 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10414 Use cached shell name.
10415
10416 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10417
10418 * progmodes/python.el (python-shell-send-string):
10419 (python-shell-send-setup-code): Do not use `format' with `message'.
10420
10421 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10422
10423 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10424 (ruby-percent-literal-beg-re): New constant.
10425 (ruby-syntax-general-delimiters-goto-beg): Rename to
10426 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10427 (ruby-syntax-propertize-general-delimiters): Rename to
10428 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10429 popular term. Adjust comments everywhere.
10430 (ruby-syntax-propertize-percent-literal): Only propertize when not
10431 inside a simple string or comment. When the literal is unclosed,
10432 leave the text after it unpropertized.
10433 (ruby-syntax-methods-before-regexp): New constant.
10434 (ruby-syntax-propertize-function): Use it to recognize regexps.
10435 Don't look at the text after regexp, just use the whitelist.
10436
10437 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10438
10439 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10440 non-nil always load the compiled file if it exists. (Bug#12197)
10441
10442 2012-08-14 Chong Yidong <cyd@gnu.org>
10443
10444 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10445 (hi-lock-set-pattern): When deciding whether to use font lock or
10446 overlays, look at font-lock-mode instead of font-lock-fontified
10447 (Bug#12168).
10448 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10449 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10450
10451 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10452
10453 * subr.el (internal--after-with-selected-window): Fix typo
10454 (Bug#12193).
10455
10456 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10457
10458 Use `completion-table-dynamic' for completion functions.
10459 * progmodes/python.el
10460 (python-shell-completion--do-completion-at-point)
10461 (python-shell-completion--get-completions):
10462 Remove functions.
10463 (python-shell-completion-complete-at-point): New function.
10464 (python-completion-complete-at-point): Use it.
10465
10466 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10467
10468 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10469 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10470
10471 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * subr.el (function-get): Refine `autoload' arg so it can also
10474 autoload functions for gv.el (bug#12191).
10475 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10476 autoloads macros.
10477
10478 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10479 Prefer pcase-let over destructuring-bind.
10480 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10481 Also, remove whitespace as we go, rather than after accumulating the
10482 various places.
10483
10484 * subr.el (internal--before-with-selected-window)
10485 (internal--after-with-selected-window): Fix typo seleted->selected.
10486 (with-selected-window): Adjust callers.
10487 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10488
10489 2012-08-13 Bastien Guerry <bzg@gnu.org>
10490
10491 * window.el (special-display-popup-frame): Minor docstring
10492 enhancement. (Bug#12172)
10493
10494 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10495
10496 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10497 type 1-6.
10498 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10499 extended headers.
10500
10501 * files.el (hack-local-variables-filter): Remove useless eval.
10502
10503 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10504
10505 * subr.el (with-selected-window): Fix last change.
10506
10507 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * subr.el (internal--before-with-seleted-window)
10510 (internal--after-with-seleted-window): New functions.
10511 (with-selected-window): Use them, to replace dependency on
10512 tty-top-frame.
10513
10514 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10515
10516 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10517 binding for `newline'.
10518 (ruby-move-to-block): When moving backward, stop at block opening,
10519 not indentation.
10520 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10521 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10522 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10523 `ruby-toggle-block'.
10524
10525 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * ibuffer.el (ibuffer-do-toggle-read-only):
10528 * dired.el (dired-toggle-read-only):
10529 * buff-menu.el (Buffer-menu-toggle-read-only):
10530 * bindings.el (mode-line-toggle-read-only):
10531 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10532
10533 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10534
10535 * descr-text.el (describe-char): Put the overlays over the
10536 "displayed as" character.
10537
10538 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10539
10540 * calc/calc-units.el (math-default-units-table): Give an
10541 initial value.
10542 (math-put-default-units): Add options to put composite units and
10543 unit systems in the default units table.
10544 (calc-convert-units): Send composite units to
10545 `math-put-default-units' when appropriate.
10546
10547 2012-08-11 Glenn Morris <rgm@gnu.org>
10548
10549 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10550
10551 * tutorial.el (help-with-tutorial):
10552 * emacs-lisp/copyright.el (copyright-update-directory):
10553 * emacs-lisp/autoload.el (autoload-find-generated-file)
10554 (autoload-find-file): Disable local eval: (for insurance).
10555
10556 * files.el (hack-local-variables-filter): If an eval: form is not
10557 known to be safe, and enable-local-variables is :safe, then ignore
10558 the form totally, as is done for non-eval forms. (Bug#12155)
10559 This is CVE-2012-3479.
10560
10561 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10564 (rx-form): Simplify.
10565
10566 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10567
10568 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10569 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10570 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10571 (ruby-syntax-propertize-function): Adjust for changes in
10572 `ruby-syntax-propertize-heredoc'.
10573
10574 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10575
10576 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10577 binding (use `M-;' instead).
10578 (ruby-singleton-class-p): New function.
10579 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10580
10581 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10584
10585 2012-08-10 Chong Yidong <cyd@gnu.org>
10586
10587 * progmodes/python.el (python-shell-get-process-name): Don't mess
10588 with same-window-buffer-names.
10589
10590 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10591 (eshell-remove-from-window-buffer-names): Make obsolete.
10592 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10593 (eshell): Just use pop-to-buffer-same-window instead.
10594
10595 2012-08-10 Chong Yidong <cyd@gnu.org>
10596
10597 * bindings.el: Bind M-= back to count-words-region.
10598
10599 * simple.el (count-words-region): Accept a prefix arg for acting
10600 on the entire buffer.
10601 (count-words--buffer-message): New helper function.
10602
10603 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10606 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10607 (event-start, event-end): Use posn-at-point to return a more
10608 informative posn.
10609 (posnp): New function.
10610 * mouse.el (popup-menu-normalize-position): Use it.
10611
10612 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10613
10614 * mouse.el (popup-menu-normalize-position): New function.
10615 (popup-menu): Use `popup-menu-normalize-position' to normalize
10616 the form for POSITION argument.
10617
10618 * term/x-win.el (x-menu-bar-open):
10619 Use the value returend from (posn-at-point) as position
10620 passed to `popup-menu'.
10621
10622 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10623
10624 * calc/calccomp.el (math-compose-expr): Add extra argument
10625 indicating that parentheses should be put around products in
10626 denominators. Give multiplication precedence over division during
10627 composition.
10628
10629 2012-08-09 Chong Yidong <cyd@gnu.org>
10630
10631 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10632 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10633 (Man-untabify-command, manual-program): Convert to defcustom
10634 (Bug#10429).
10635
10636 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10637
10638 * descr-text.el (describe-char): Don't insert extra newlines
10639 (Bug#10127).
10640
10641 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10642 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10643
10644 * align.el (align-region): Delete temporary markers (Bug#10047).
10645 Plus some code cleanups.
10646
10647 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10648
10649 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10650 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10651 (python-shell-internal-last-output): Use make-local-variable
10652 instead of make-variable-buffer-local.
10653
10654 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10655
10656 * progmodes/python.el: Enhancements to forward-sexp.
10657 (python-nav-forward-sexp): Rename from
10658 python-nav-forward-sexp-function.
10659 (python-nav--forward-sexp, python-nav--backward-sexp):
10660 New functions.
10661
10662 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10663
10664 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10665 modes and simplification modes.
10666
10667 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * delsel.el (delete-selection-pre-hook): Don't propagate the
10670 file-supersession signals (bug#12161).
10671
10672 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10675 (cl-map-extents): Add compatibility aliases (bug#12135).
10676
10677 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10680 tests by `ignore-error'.
10681 (tramp-find-shell): Open also a new shell, when cache is already
10682 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10683
10684 2012-08-08 Juri Linkov <juri@jurta.org>
10685
10686 * bookmark.el: Add `defaults' property to the bookmark record.
10687 (bookmark-current-buffer): Doc fix.
10688 (bookmark-make-record): Add `defaults' property with default values
10689 to the bookmark record.
10690 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10691 with `bookmark-insert-current-bookmark'.
10692 (bookmark-set): Get `defaults' property from the bookmark record
10693 and use it in `read-from-minibuffer'.
10694 (bookmark-insert-current-bookmark): Remove function.
10695
10696 * info.el (Info-bookmark-make-record): Add `defaults' property
10697 with values of canonical Info node name, the current Info file
10698 name and the current Info node name. (Bug#12107)
10699
10700 2012-08-08 Juri Linkov <juri@jurta.org>
10701
10702 * files.el (basic-save-buffer): Use `buffer-name' as the default
10703 of `read-file-name' when buffer is not visiting a file (bug#12128).
10704
10705 2012-08-08 Juri Linkov <juri@jurta.org>
10706
10707 * info.el (Info-isearch-search): Doc fix.
10708 (Info-search): Change search-failed message from "initial node" to
10709 "end of node" (bug#12078).
10710 (Info-isearch-search): Change `isearch-string-state' to
10711 `isearch--state-string'.
10712
10713 2012-08-08 Glenn Morris <rgm@gnu.org>
10714
10715 * language/persian.el: Remove file.
10716 * language/misc-lang.el: Move unique part of persian.el here.
10717 * loadup.el: Remove language/persian.
10718
10719 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10720
10721 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10722
10723 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10724
10725 * progmodes/python.el: Fix defsubst warning.
10726 (python-syntax-context) Rename from python-info-ppss-context.
10727 (python-syntax-context-type): Rename from
10728 python-info-ppss-context-type.
10729 (python-syntax-comment-or-string-p): Rename from
10730 python-info-ppss-comment-or-string-p.
10731
10732 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10733
10734 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10735
10736 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10737
10738 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10739 a defcustom that is quoted with backquote.
10740
10741 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10742 Fix handling of interactive spec when the body uses return.
10743 (math-do-arg-check, math-define-function-body): Use backquote forms.
10744 * calc/calc-ext.el (math-defcache): Likewise.
10745 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10746 * allout.el (allout-new-exposure): Likewise.
10747 * calc/calcalg2.el (math-tracing-integral): Likewise.
10748 * info.el (Info-last-menu-item): Likewise.
10749 * emulation/vip.el (vip-loop): Likewise.
10750 * textmodes/artist.el (artist-funcall): Likewise.
10751 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10752 Construct menu-item directly.
10753
10754 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10755 Don't declare.
10756
10757 2012-08-07 Chong Yidong <cyd@gnu.org>
10758
10759 * simple.el (deactivate-mark): Preserve text properties when
10760 saving the primary selection (Bug#8384).
10761
10762 2012-08-07 Kevin Ryde <user42@zip.com.au>
10763
10764 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10765 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10766 and continue processing (Bug#12110).
10767
10768 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10771 syntax-propertize-function (bug#10095).
10772
10773 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10776 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10777 describe-function-1.
10778 (describe-function-1): Use them. Move compiler macro after sig.
10779 (help-fns--compiler-macro): Use function-get. Assume we're already in
10780 standard-output. Adjust layout to new call order.
10781
10782 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10783 re-binding a symbol that has a symbol-macro (bug#12119).
10784
10785 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10786
10787 * language/persian.el: New file. (Bug#11812)
10788 * loadup.el: Add language/persian.el.
10789
10790 2012-08-06 Chong Yidong <cyd@gnu.org>
10791
10792 * window.el (window--maybe-raise-frame): New function.
10793 (window--display-buffer): Split off from here.
10794 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10795 (display-buffer-pop-up-window, display-buffer-use-some-window):
10796 Obey an inhibit-switch-frame action alist entry.
10797 (display-buffer): Update doc.
10798
10799 * replace.el (occur-after-change-function): Avoid losing focus by
10800 using the inhibit-switch-frame display parameter (Bug#12139).
10801
10802 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10803
10804 Make internal shell process buffer names start with space.
10805 * progmodes/python.el (python-shell-make-comint): Add optional
10806 argument INTERNAL.
10807 (run-python-internal): Use it.
10808 (python-shell-internal-get-or-create-process): Check for new
10809 internal buffer names.
10810
10811 2012-08-06 Glenn Morris <rgm@gnu.org>
10812
10813 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10814 Do less getting and setting of environment variables.
10815
10816 2012-08-05 Chong Yidong <cyd@gnu.org>
10817
10818 * proced.el (proced): Add substitution string to docstring to
10819 trigger autoloading of the proced library on C-h f (Bug#1768).
10820
10821 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10822 Don't show defvars which have no second argument (Bug#8638).
10823
10824 * imenu.el (imenu-generic-expression): Move documentation here
10825 from imenu--generic-function.
10826 (imenu--generic-function): Refer to imenu-generic-expression.
10827
10828 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10829
10830 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10831 indentation declaration.
10832 (viper-loop): Add indentation declaration (Bug#7025).
10833
10834 2012-08-05 Chong Yidong <cyd@gnu.org>
10835
10836 * help-fns.el (describe-variable): Add hyperlink for
10837 directory-local variables files. Improve buffer-local and
10838 permanent-local reporting; suggested by MON KEY (Bug#6644).
10839
10840 * help-mode.el (help-dir-local-var-def): New button type.
10841
10842 * files.el (kill-buffer-hook): Provide a defvar.
10843
10844 2012-08-05 Glenn Morris <rgm@gnu.org>
10845
10846 * eshell/esh-ext.el (eshell/addpath):
10847 Also update eshell-path-env. (Bug#12013)
10848
10849 2012-08-05 Chong Yidong <cyd@gnu.org>
10850
10851 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10852
10853 * fringe.el (fringe-styles): Add docstring.
10854 (fringe--check-mode): New function.
10855 (set-fringe-mode, set-fringe-style): Use it.
10856 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10857
10858 * files.el (set-auto-mode): Fix invalid setq call.
10859
10860 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * isearch.el: Misc simplification; use defstruct.
10863 (isearch-mode-map): Dense maps now work like sparse ones.
10864 (isearch--state): New defstruct.
10865 (isearch-string-state, isearch-message-state, isearch-point-state)
10866 (isearch-success-state, isearch-forward-state)
10867 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10868 (isearch-wrapped-state, isearch-barrier-state)
10869 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10870 replaced by defstruct's accessors.
10871 (isearch--set-state): Rename from isearch-top-state and change
10872 calling convention.
10873 (isearch-push-state): Use new isearch--get-state.
10874 (isearch-toggle-word): Disable regexp when enabling word.
10875 (isearch-message-prefix): Remove unused arg _c-q-hack.
10876 (isearch-message-suffix): Remove unused arg _ellipsis.
10877
10878 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10879
10880 * simple.el (list-processes--refresh): For a server use :host or
10881 :local as the address.
10882 (list-processes): Doc fix.
10883
10884 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10885
10886 * lisp/mpc.el: Support password in host argument.
10887 (mpc--proc-connect): Parse and use new password element.
10888 Set mpc-proc variable instead of returning process.
10889 (mpc-proc): Adjust accordingly.
10890
10891 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10892
10893 * whitespace.el (whitespace-display-mappings): Use Unicode
10894 codepoints, instead of emacs-mule codepoints. See
10895 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10896 for the details.
10897
10898 * files.el (file-truename): Don't skip symlink-chasing part on
10899 windows-nt. Incorporate the resolution of 8+3 short aliases on
10900 Windows into the loop that recursively chases symlinks.
10901 Compare directory and its parent case-insensitively on MS-Windows and
10902 MS-DOS.
10903
10904 2012-08-03 Chong Yidong <cyd@gnu.org>
10905
10906 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10907
10908 * sort.el (sort-regexp-fields): Doc fix.
10909
10910 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10911
10912 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10913 labels regex position point at the expected place.
10914
10915 2012-08-03 MON KEY <monkey@sandpframing.com>
10916
10917 * net/imap.el (imap-interactive-login, imap-authenticate)
10918 (imap-mailbox-lsub, imap-mailbox-list)
10919 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10920 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10921 (imap-parse-response): Doc fix.
10922
10923 2012-08-03 João Távora <joaotavora@gmail.com>
10924
10925 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10926 if sexp scanning does not move point (Bug#5734).
10927
10928 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10929
10930 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10931 Add listings, minted, and ctable packages.
10932 (reftex-label-alist-builtin): Move listings, minted, and ctable
10933 entries before LaTeX.
10934 (reftex-label-alist): Docfix.
10935
10936 2012-08-02 Bastien Guerry <bzg@gnu.org>
10937
10938 * replace.el (occur): Fix docstring (bug#12122).
10939
10940 2012-08-02 Glenn Morris <rgm@gnu.org>
10941
10942 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10943
10944 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10945
10946 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10947 * international/mule-cmds.el: Create
10948 inactivate-current-input-method-function as an obsolete alias for
10949 deactivate-current-input-method-function. See Katsumi Yamaoka in
10950 <http://bugs.gnu.org/10150#46>.
10951
10952 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10953
10954 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10955 of nested `if's.
10956
10957 2012-08-01 Glenn Morris <rgm@gnu.org>
10958
10959 * progmodes/autoconf.el (autoconf-definition-regexp):
10960 Add AH_TEMPLATE, adjust submatch numbering.
10961 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10962 (autoconf-current-defun-function): Update for above change.
10963 (autoconf-current-defun-function): First skip to end of current word.
10964
10965 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10966
10967 * calendar/cal-html.el (cal-html-insert-agenda-days):
10968 Fix typo. (Bug#12018)
10969
10970 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10971
10972 Shell processes: enhancements to startup and CEDET compatibility.
10973 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10974 (python-shell-make-comint): accept-process-output at startup.
10975 (run-python-internal): Set inferior-python-mode-hook to nil.
10976 (python-shell-internal-get-or-create-process): call sit-for.
10977 (python-preoutput-result): Add obsolete alias.
10978 (python-shell-internal-send-string): Use it.
10979 (python-shell-send-setup-code): Remove call to
10980 accept-process-output.
10981
10982 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10983
10984 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10985 (Bug#12108)
10986
10987 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10988
10989 * calc-mode.el (calc-basic-simplification-mode): Rename from
10990 `calc-limited-simplification-mode'.
10991 (calc-alg-simplification-mode): New function.
10992 (calc-set-simplify-mode): Adjust message.
10993
10994 * calc.el (calc-set-mode-line): Adjust mode line display for
10995 basic simplification mode.
10996
10997 * calc-help.el (calc-m-prefix-help): Update help message.
10998
10999 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11000 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11001
11002 2012-07-31 Bastien Guerry <bzg@gnu.org>
11003
11004 * man.el (man): Fix comment. (bug#12101)
11005
11006 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11007
11008 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11009 Don't return a non-nil value when no suitable buffer was found.
11010
11011 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11012
11013 * progmodes/python.el (run-python-internal): Disable font lock for
11014 internal shells.
11015
11016 2012-07-30 Stefan Merten <smerten@oekonux.de>
11017
11018 * textmodes/rst.el: Silence `checkdoc-ispell'.
11019 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11020 (rst-official-version, rst-official-cvs-rev)
11021 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11022 (rst-mode-map): New key binding.
11023
11024 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11025
11026 Update .PHONY listings in makefiles.
11027 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11028 autoloads, update-subdirs, updates, bzr-update, update-authors,
11029 compile-onefile, compile-calc, backup-compiled-files,
11030 compile-after-backup, compile-one-process, mh-autoloads,
11031 bootstrap-clean, distclean, maintainer-clean.
11032
11033 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11034
11035 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11036 (calc-set-mode-line): Don't display "AlgSimp ".
11037
11038 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11039 (calc-lim-simplify-mode): New function.
11040 (calc-set-simplify-mode): Default to 'alg.
11041 (calc-default-simplify-mode): Make algebraic simplifications
11042 the default.
11043
11044 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11045 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11046
11047 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11048 indicate new simplification modes.
11049
11050 * calc/README: Mention new default simplification mode.
11051
11052 * calc/calc.el (math-normalize-error): New variable.
11053 (math-normalize): Set `math-normalize-error' to t
11054 when there's an error.
11055
11056 * calc/calc-alg.el (math-simplify): Don't simplify when
11057 `math-normalize' returns an error.
11058
11059 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11060
11061 * international/mule-cmds.el (set-locale-environment): Revert last
11062 change, since display-graphic-p returns nil when this function is
11063 called during startup. Instead...
11064
11065 * term/w32console.el (terminal-init-w32console): ...setup the
11066 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11067
11068 2012-07-29 Juri Linkov <juri@jurta.org>
11069
11070 * simple.el (goto-line): Don't display default line number in the
11071 prompt because it should be displayed by `read-number' (bug#9952).
11072 Add the current line number to the defaults of `goto-line' to
11073 allow its easier modification by users with `M-n' (bug#9201).
11074
11075 * subr.el (read-number): Support multiple default values like in
11076 other minibuffer reading functions. Replace `read' with
11077 `string-to-number' for consistency with `number-to-string'.
11078
11079 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11080
11081 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11082 * emulation/viper-init.el (viper-deactivate-input-method-action):
11083 Rename from viper-inactivate-input-method-action.
11084 (viper-deactivate-input-method):
11085 Rename from viper-inactivate-input-method.
11086 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11087 * international/mule-cmds.el (deactivate-input-method):
11088 Rename from inactivate-input-method.
11089 Also run input-method-deactivate-hook.
11090 (deactivate-current-input-method-function):
11091 Rename from inactivate-current-input-method-function.
11092 (input-method-deactivate-hook): New hook.
11093 (input-method-inactivate-hook): Mark obsolete.
11094 (inactivate-input-method): Mark obsolete.
11095
11096 * international/quail.el (quail-activate):
11097 Also run quail-deactivate-hook.
11098 (quail-deactivate): Rename from quail-inactivate.
11099 * international/robin.el (robin-activate):
11100 Also run robin-deactivate-hook.
11101 (robin-deactivate): Rename from robin-inactivate.
11102
11103 2012-07-29 Chong Yidong <cyd@gnu.org>
11104
11105 * simple.el (indicate-copied-region): New function.
11106 (kill-ring-save): Split off from here.
11107
11108 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11109 (kill-rectangle): Set deactivate-mark to t on read-only error.
11110
11111 * register.el (copy-to-register, copy-rectangle-to-register):
11112 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11113 (append-to-register, prepend-to-register): Call indicate-copied-region.
11114
11115 2012-07-29 Juri Linkov <juri@jurta.org>
11116
11117 * simple.el (async-shell-command-buffer): New defcustom.
11118 (shell-command): Use it. (Bug#4719)
11119
11120 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11121
11122 * international/mule-cmds.el (set-locale-environment): In a
11123 console session on MS-Windows, set up keyboard and terminal
11124 encoding from the OEM codepage, not the ANSI codepage.
11125 (Bug#12055)
11126
11127 2012-07-28 Chong Yidong <cyd@gnu.org>
11128
11129 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11130 gdb-get-location.
11131
11132 2012-07-28 Leo Liu <sdl.web@gmail.com>
11133
11134 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11135 the alist (bug#12029).
11136
11137 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11138
11139 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11140 (compile-always, compile-first)
11141 ($(lisp)/calendar/cal-loaddefs.el)
11142 ($(lisp)/calendar/diary-loaddefs.el)
11143 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11144 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11145 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11146 instead of on update-subdirs.
11147 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11148
11149 2012-07-28 Chong Yidong <cyd@gnu.org>
11150
11151 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11152 directory if vc-deduce-backend returns nil (Bug#7350).
11153
11154 * simple.el (delete-trailing-lines): New option.
11155 (delete-trailing-whitespace): Obey it (Bug#11879).
11156
11157 2012-07-28 David Engster <deng@randomsample.de>
11158
11159 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11160 Explanation of new 'symbol-qnames feature in doc-strings.
11161 (xml-maybe-do-ns): Return expanded names as plain symbols if
11162 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11163 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11164
11165 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11166
11167 Consistent completion in inferior python with emacs -nw.
11168 * progmodes/python.el (inferior-python-mode): replace "<tab>"
11169 binding in inferior-python-mode-map with "\t".
11170 (python-shell-completion-complete-at-point)
11171 (python-completion-complete-at-point): Remove interactive spec.
11172
11173 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11174
11175 * calc/calccomp.el (math-compose-expr): Undo previous change.
11176
11177 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11178
11179 * progmodes/python.el (python-mode-map): Add keybinding for
11180 run-python.
11181 (python-shell-make-comint): Fix pop-to-buffer call.
11182 (run-python): Autoload. New arg SHOW.
11183 (python-shell-get-or-create-process): Do not pop python process
11184 buffer.
11185
11186 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11187
11188 * notifications.el (notifications-on-action-signal)
11189 (notifications-on-closed-signal): Use also the bus address for the map.
11190 (notifications-notify, notifications-close-notification)
11191 (notifications-get-capabilities): Add optional argument BUS.
11192
11193 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11194
11195 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11196 Add support for the lstlisting and minted environments, and for the
11197 ctable macro.
11198 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11199 labels written in keyvals syntax.
11200
11201 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11202
11203 * calc/calccomp.el (math-compose-expr): Use parentheses when
11204 there is a product in the denominator of a fraction.
11205
11206 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11207
11208 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11209 ($(lisp)/calendar/diary-loaddefs.el)
11210 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11211 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11212 Fixes failures in parallel bootstrap because subdirs.el is being
11213 rewritten while the autoload files are built at the same time,
11214 which needs to load subdirs.el.
11215
11216 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11217
11218 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11219 (mouse-drag-line): Don't exit tracking when a switch-frame or
11220 switch-window event occurs (Bug#12006).
11221
11222 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * mouse.el (popup-menu): Fix last change.
11225
11226 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 Autoload from Lisp with more care. Follow aliases when looking for
11229 function properties.
11230 * subr.el (autoloadp): New function.
11231 (symbol-file): Use it.
11232 (function-get): New function.
11233 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11234 autoload-do-load.
11235 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11236 (lisp-indent-function):
11237 * emacs-lisp/gv.el (gv-get):
11238 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11239 * emacs-lisp/byte-opt.el (byte-optimize-form):
11240 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11241 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11242 Use function-get.
11243 * emacs-lisp/cl.el: Don't propagate function properties any more.
11244
11245 * speedbar.el (speedbar-add-localized-speedbar-support):
11246 * emacs-lisp/disass.el (disassemble-internal):
11247 * desktop.el (desktop-load-file):
11248 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11249 (describe-function-1):
11250 * emacs-lisp/find-func.el (find-function-noselect):
11251 * emacs-lisp/elp.el (elp-instrument-function):
11252 * emacs-lisp/advice.el (ad-has-proper-definition):
11253 * apropos.el (apropos-safe-documentation, apropos-macrop):
11254 * emacs-lisp/debug.el (debug-on-entry):
11255 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11256 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11257 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11258
11259 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11260
11261 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11262 function, not an obsolete variable (Bug#12046).
11263
11264 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11265
11266 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11267
11268 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11269
11270 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11271 window only if it is still live (Bug#12034).
11272
11273 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11274
11275 * subr.el (redirect-frame-focus): Add advertised calling
11276 convention (Bug#12030).
11277
11278 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11279
11280 Prefer typical American spelling for "acknowledgment".
11281 * vc/add-log.el (change-log-acknowledgment): Rename from
11282 change-log-acknowledgement, with an alias for the old name.
11283
11284 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11285
11286 * calc-alg.el (math-simplify-divide): Don't cross multiply
11287 in an equation when the lhs is a variable.
11288
11289 2012-07-24 Julien Danjou <julien@danjou.info>
11290
11291 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11292 Remove, unused.
11293
11294 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11295
11296 * startup.el (command-line): Don't display an empty user name in
11297 the error message about non-existent home directory, when
11298 init-file-user was set to an empty string. See
11299 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11300 for the details and context.
11301
11302 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11303
11304 * ses.el (ses-cell-formula-aset): New macro.
11305 (ses-cell-references-aset): New macro.
11306 (ses-cell-p): New function.
11307 (ses-rename-cell): Do no longer rely on complex operations like
11308 ses-cell-set-formula or ses-set-cell to change the cell and handle
11309 the undo at the same time, but rather use lower level new macros
11310 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11311 the undo directly. Refresh the mode line.
11312
11313 2012-07-21 Leo Liu <sdl.web@gmail.com>
11314
11315 * progmodes/cc-cmds.el (c-defun-name):
11316 Use match-string-no-properties instead for consistency.
11317
11318 2012-07-20 Leo Liu <sdl.web@gmail.com>
11319
11320 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11321 (Bug#7879)
11322
11323 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11324
11325 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11328 * progmodes/bug-reference.el, misearch.el: Provide themselves
11329 (bug#11915).
11330
11331 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11332 of narrowed buffer (bug#11966).
11333
11334 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11335
11336 * ses.el (ses-rename-cell): Set new name also in reference list of
11337 cells of which the renamed cell depends.
11338
11339 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11340
11341 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11342 to check whether menu-bar is shown or not. If not shown,
11343 show the menu-bar as a popup menu instead of using tmm.
11344 * mouse.el (popup-menu): Accept `point' as `position' argument.
11345
11346 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11347
11348 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11349 up inside string symbol literal (bug#11923).
11350
11351 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11352
11353 * startup.el (fancy-startup-text): Read the whole tutorial, not
11354 just its first 256 bytes. Prevents gibberish in display of the
11355 tutorial title.
11356
11357 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11358
11359 Drop idle buffer compaction due to an absence of the
11360 proved efficiency.
11361 * compact.el: Remove.
11362
11363 2012-07-19 Sam Steingold <sds@gnu.org>
11364
11365 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11366 vc-bzr-pull & vc-bzr-merge-branch.
11367 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11368 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11369 for consistency with compilation-error-regexp-alist.
11370 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11371 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11372 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11373 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11374
11375 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * emacs-lisp/chart.el: Use lexical-binding.
11378 (chart-emacs-storage): Don't hardcode the list of entries.
11379
11380 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11381
11382 Next round of tweaks caused by Fgarbage_collect changes.
11383 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11384
11385 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11386
11387 Compact buffers when idle.
11388 * compact.el: New file.
11389
11390 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * subr.el (eventp): Presume that if it looks vaguely like an event,
11393 it's an event (bug#10190).
11394
11395 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11396
11397 Enhancements to ppss related code (thanks Stefan).
11398 * progmodes/python.el (python-indent-context)
11399 (python-indent-calculate-indentation, python-indent-dedent-line)
11400 (python-indent-electric-colon, python-nav-forward-block)
11401 (python-mode-abbrev-table)
11402 (python-info-assignment-continuation-line-p): Simplify checks
11403 for ppss context.
11404 (python-info-continuation-line-p): Cleanup.
11405 (python-info-ppss-context): Do not catch 'quote.
11406 (python-info-ppss-context-type)
11407 (python-info-ppss-comment-or-string-p): Simplify.
11408
11409 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11410
11411 * progmodes/python.el: Enhancements to eldoc support.
11412 (python-info-current-symbol): New function.
11413 (python-eldoc-at-point): Use python-info-current-symbol.
11414 (python-info-current-defun): Fix cornercase on first defun scan.
11415 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11416 and signal error when no inferior python process is available.
11417
11418 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11419
11420 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11421 assume it's always t.
11422 (vc-git-registered): Remove caching, the function is only called
11423 once.
11424 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11425
11426 2012-07-18 Chong Yidong <cyd@gnu.org>
11427
11428 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11429
11430 * simple.el (count-words): Report on narrowing (Bug#9959).
11431
11432 * bindings.el: Bind M-= to count-words.
11433
11434 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11435
11436 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11437
11438 * progmodes/sh-script.el (sh-imenu-generic-expression):
11439 Capture a function with `function' keyword and without parentheses
11440 like "function FOO" (bug#11856).
11441
11442 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11443
11444 * window.el (split-window-sensibly): Make WINDOW argument
11445 optional.
11446
11447 2012-07-18 Chong Yidong <cyd@gnu.org>
11448
11449 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11450
11451 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11452 and make C-x 8 RET exit isearch (Bug#11439).
11453
11454 * international/iso-transl.el: Move isearch-mode-map key
11455 definitions to isearch.el.
11456
11457 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11460 (eieio-defclass): Use gv-define-setter when possible.
11461
11462 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11463
11464 Reflect recent changes in Fgarbage_collect.
11465 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11466 reflect new format of data returned by Fgarbage_collect.
11467
11468 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11469
11470 New utility functions + python-info-ppss-context fix (Bug#11910).
11471 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11472 (python-info-ppss-comment-or-string-p): New functions.
11473 (python-info-ppss-context): Small fix for string check.
11474
11475 2012-07-17 Juri Linkov <juri@jurta.org>
11476
11477 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11478 (dired-do-async-shell-command): Don't add `*' at the end of the
11479 command (Bug#11815).
11480 (dired-do-shell-command): Doc fix.
11481 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11482 Join the individual commands using either "&" or ";" as the
11483 separator depending on the values of these trailing characters.
11484 At the end re-add the trailing "&". (Bug#10598)
11485
11486 * simple.el (async-shell-command): Sync the interactive spec with
11487 `shell-command'. Doc fix.
11488 (shell-command): Doc fix.
11489
11490 2012-07-17 Juri Linkov <juri@jurta.org>
11491
11492 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11493
11494 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11495
11496 Final renames and doc fixes for movement commands (bug#11899).
11497 * progmodes/python.el (python-nav-beginning-of-statement):
11498 Rename from python-nav-statement-start.
11499 (python-nav-end-of-statement): Rename from
11500 python-nav-statement-end.
11501 (python-nav-beginning-of-block): Rename from
11502 python-nav-block-start.
11503 (python-nav-end-of-block): Rename from python-nav-block-end.
11504
11505 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11506
11507 * progmodes/python.el (python-shell-send-string-no-output):
11508 Allow accept-process-output to quit, keeping shell process ready for
11509 future interactions (Bug#11868).
11510
11511 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11514
11515 * emacs-lisp/elint.el (elint-find-args-in-code):
11516 Use help-function-arglist, so as to handle lexical byte-code.
11517
11518 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11519 change (bug#11826).
11520
11521 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11524 Avoid spuriously marking the buffer as modified because of c-is-sws.
11525
11526 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11527 as not-a-comment (bug#11946).
11528
11529 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11530 for uninterned vars.
11531
11532 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11533 Use read-event since we don't really want to read chars but bytes.
11534
11535 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11536 $$..$$ but also $..$ using regexps (bug#11953).
11537 Use tex-verbatim for \url and \path.
11538 (tex-font-lock-keywords): Define as defconst like the others.
11539 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11540
11541 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11542
11543 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11544 alias for insert-char.
11545
11546 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11547
11548 * progmodes/python.el: Simplified imenu implementation.
11549 (python-nav-jump-to-defun): Remove command.
11550 (python-mode-map): Use `imenu' instead.
11551 (python-nav-list-defun-positions-cache)
11552 (python-imenu-include-defun-type, python-imenu-make-tree)
11553 (python-imenu-subtree-root-label, python-imenu-index-alist):
11554 Remove vars.
11555 (python-nav-list-defun-positions, python-nav-read-defun)
11556 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11557 (python-imenu-make-tree, python-imenu-create-index):
11558 Remove functions.
11559 (python-mode): Update to interact with imenu by setting
11560 `imenu-extract-index-name-function' only.
11561
11562 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11563
11564 * progmodes/python.el: Enhancements to navigation commands.
11565 (python-nav-backward-sentence)
11566 (python-nav-forward-sentence): Remove.
11567 (python-nav-backward-statement, python-nav-forward-statement)
11568 (python-nav-statement-start, python-nav-statement-end)
11569 (python-nav-backward-block, python-nav-forward-block)
11570 (python-nav-block-start, python-nav-block-end)
11571 (python-nav-forward-sexp-function)
11572 (python-info-current-line-comment-p)
11573 (python-info-current-line-empty-p): New functions.
11574 (python-indent-context): Use `python-nav-statement-start'.
11575
11576 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11577
11578 * eshell/em-ls.el (eshell/ls): Use `apply'.
11579
11580 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11581 multi-hops, instead of Tramp internals.
11582
11583 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11584
11585 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11586 when F1 and F2 are located on different hosts.
11587
11588 2012-07-14 Chong Yidong <cyd@gnu.org>
11589
11590 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11591 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11592 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11593 (xterm-mouse--read-event-sequence-1000)
11594 (xterm-mouse--read-event-sequence-1006): New functions. For old
11595 mouse protocol, handle M-mouse-X events correctly.
11596 (xterm-mouse-event): New arg specifying mouse protocol.
11597 (turn-on-xterm-mouse-tracking-on-terminal)
11598 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11599 sequence to toggle extended coordinates on newer XTerms.
11600 This appears to be harmless on terminals which do not support this.
11601
11602 2012-07-14 Leo Liu <sdl.web@gmail.com>
11603
11604 Add fringe bitmap indicators for flymake. (Bug#11253)
11605 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11606 (flymake-make-overlay): New arg BITMAP.
11607 (flymake-error-bitmap, flymake-warning-bitmap)
11608 (flymake-fringe-indicator-position): New user variables.
11609
11610 * fringe.el: New bitmap exclamation-mark.
11611
11612 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11613
11614 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11615 also (Bug#7879).
11616
11617 2012-07-14 Chong Yidong <cyd@gnu.org>
11618
11619 * electric.el (electric-pair-post-self-insert-function): Fix pair
11620 insertion in empty-region case (Bug#11520).
11621
11622 2012-07-14 Chong Yidong <cyd@gnu.org>
11623
11624 * bindings.el: Consolidate ctl-x-r-map bindings.
11625 Bind copy-rectangle-as-kill to C-x r w.
11626
11627 * rect.el, register.el: Move bindings to bindings.el.
11628
11629 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11630
11631 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11632
11633 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11634
11635 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11636
11637 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * bindings.el (top): Use `mapc' instead of `mapcar'.
11640
11641 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11642
11643 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11644
11645 * progmodes/sql.el (sql-comint): Suppress the check for program on
11646 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11647 (Bug#11908)
11648
11649 2012-07-13 Chong Yidong <cyd@gnu.org>
11650
11651 * bindings.el: Assign a non-nil permanent-local property to
11652 per-buffer variables which lack a default value (Bug#11930).
11653
11654 * help-fns.el (describe-variable): In the "automatically becomes
11655 local" notice, take note of permanent-local variables.
11656
11657 2012-07-13 Chong Yidong <cyd@gnu.org>
11658
11659 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11660 to allow printing the message when called from Lisp.
11661
11662 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11663 Remove toggle-read-only.
11664
11665 * bs.el (bs-toggle-readonly):
11666 * buff-menu.el (Buffer-menu-toggle-read-only):
11667 Remove with-no-warnings around toggle-read-only.
11668
11669 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11670 Remove with-no-warnings around toggle-read-only.
11671 (ffap-read-only, ffap-read-only-other-window)
11672 (ffap-read-only-other-frame): Callers changed.
11673
11674 * help-mode.el: Don't require view package.
11675 (help-mode-finish): Set buffer-read-only instead of calling
11676 toggle-read-only.
11677
11678 * bindings.el (mode-line-toggle-read-only):
11679 * dired.el (dired-toggle-read-only):
11680 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11681 with non-nil second arg.
11682
11683 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11684 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11685 directly.
11686
11687 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11688
11689 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11690 not incf.
11691
11692 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 More CL cleanups and reduction of use of cl.el.
11695 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11696 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11697 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11698 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11699 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11700 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11701 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11702 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11703 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11704 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11705 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11706 * eshell/em-cmpl.el, eshell/em-banner.el:
11707 * calendar/parse-time.el: Use cl-lib.
11708 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11709 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11710 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11711 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11712 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11713 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11714 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11715 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11716 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11717 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11718 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11719 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11720 `lambda' rather than with `quote'.
11721 (eshell-do-opt): Adjust accordingly.
11722 (eshell-process-option): Simplify.
11723 * eshell/esh-var.el:
11724 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11725 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11726 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11727 to `pcase--dontcare'.
11728 * emacs-lisp/cl.el (labels): Mark obsolete.
11729 (cl--letf, letf): Move to cl-lib.
11730 (cl--letf*, letf*): Remove.
11731 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11732 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11733 (cl-progv): Rewrite.
11734 (cl--letf, cl-letf): Move from cl.el.
11735 (cl-letf*): New macro.
11736 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11737
11738 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11739
11740 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11741
11742 2012-07-11 Chong Yidong <cyd@gnu.org>
11743
11744 * vc/log-edit.el (log-edit-vc-backend): New variable.
11745 (log-edit): Doc fix.
11746
11747 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11748 argument of log-edit to set up all local variables.
11749 (vc-start-logentry): New optional arg specifying VC backend.
11750
11751 * vc/vc.el (vc-checkin): Use it.
11752 (vc-deduce-fileset): Handle Log Edit buffers.
11753 (vc-diff): Make first argument optional too.
11754
11755 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11756
11757 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11758
11759 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11760 command, just in case. The function is not needed anymore.
11761 (eshell-external-command): Do not call `eshell-remote-command'.
11762
11763 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 Reduce use of (require 'cl).
11766 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11767 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11768 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11769 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11770 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11771 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11772 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11773 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11774 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11775 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11776 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11777 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11778 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11779 (byte-compile-unfold-bcf, byte-compile-check-variable):
11780 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11781 (byte-compile-nilconstp):
11782 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11783 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11784
11785 * emacs-lisp/gv.el (cond): Make it a valid place.
11786 (if): Simplify slightly.
11787
11788 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11789 (pcase--self-quoting-p): New function.
11790 (pcase--u1): Use it.
11791
11792 2012-07-10 Glenn Morris <rgm@gnu.org>
11793
11794 * emacs-lisp/authors.el (authors-fixed-entries):
11795 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11796
11797 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11798
11799 Rename configure.in to configure.ac (Bug#11603).
11800 * emacs-lisp/authors.el (authors-canonical-file-name):
11801 * progmodes/autoconf.el (autoconf-mode):
11802 Prefer configure.ac to configure.in.
11803
11804 2012-07-08 Chong Yidong <cyd@gnu.org>
11805
11806 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11807 Implement the mouse-1-click-follows-link handling properly.
11808
11809 * info.el (Info-link-keymap): Use follow-link mechanism for
11810 header-line links (Bug#374).
11811
11812 * simple.el (deactivate-mark): Do not set the primary selection
11813 if another program has acquired it (Bug#11772).
11814
11815 2012-07-07 Kevin Ryde <user42@zip.com.au>
11816
11817 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11818 (woman-decode-region): Replace escaped-escapes without destroying
11819 bold or underline (Bug#11552).
11820 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11821
11822 2012-07-07 Chong Yidong <cyd@gnu.org>
11823
11824 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11825 (interprogram-cut-function, interprogram-paste-function):
11826 Mention that we typically mean the clipboard.
11827
11828 2012-07-06 Glenn Morris <rgm@gnu.org>
11829
11830 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11831
11832 * files.el (toggle-read-only): Restrict message to interactive use.
11833
11834 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11835
11836 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11837
11838 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11839
11840 2012-07-06 Glenn Morris <rgm@gnu.org>
11841
11842 * Makefile.in (compile-one-process): Rename from "recompile".
11843
11844 * Makefile.in (bzr-update): "compile" is the same as "recompile
11845 autoloads", but parallelizable, so use that instead.
11846
11847 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11848
11849 * window.el (quit-window): Always restore window height when
11850 it's saved in quit-restore parameter (Bug#11810).
11851
11852 2012-07-06 Glenn Morris <rgm@gnu.org>
11853
11854 * simple.el (kill-whole-line): Doc tweak.
11855
11856 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11857
11858 * files.el (file-relative-name): Compare file names
11859 case-insensitively if on MS-Windows or MS-DOS, or if
11860 read-file-name-completion-ignore-case is non-nil. Don't use
11861 case-fold-search for this purpose. (Bug#11827)
11862
11863 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11864
11865 * calendar/cal-dst.el (calendar-current-time-zone):
11866 Return calendar-current-time-zone-cache if non-nil.
11867
11868 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11869 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11870
11871 * calendar/cal-dst.el (calendar-current-time-zone):
11872 Return calendar-current-time-zone-cache if non-nil.
11873
11874 2012-07-06 Glenn Morris <rgm@gnu.org>
11875
11876 * Makefile.in (cvs-update): Remove old alias.
11877
11878 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11879
11880 Sync with Tramp 2.2.6-pre.
11881
11882 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11883 compatible declaration.
11884
11885 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11886 Protect `list-load-path-shadows' call.
11887
11888 * net/tramp-compat.el (top): Require packages, which aren't
11889 autoloaded anymore for XEmacs. Protect call of
11890 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11891 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11892 it hurts at least for SXEmacs.
11893 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11894 standard-value for `temporary-file-directory'.
11895
11896 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11897 Redirect stderr to /dev/null.
11898 (tramp-sh-handle-write-region): uid and gid can be floats.
11899 Reported by Russell Sim <russell.sim@gmail.com>.
11900 (tramp-sh-handle-vc-registered): Hide errors.
11901 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11902 and `start-file-process'.
11903 (tramp-maybe-open-connection): Check also whether `non-essential'
11904 is bound.
11905
11906 2012-07-04 Chong Yidong <cyd@gnu.org>
11907
11908 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11909 (xml-parse-tag): Likewise, and avoid changing entity tables.
11910 (xml-syntax-table): Define from scratch, making sure not to give
11911 x2000 and other Unicode spaces whitespace syntax, since those are
11912 not spaces in XML.
11913 (xml-parse-fragment): Delete unused function.
11914 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11915 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11916 (xml-entity-ref, xml-pe-reference-re)
11917 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11918 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11919 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11920 (xml-entity-value-re): Use syntax references in regexps where
11921 possible; no need to define inside a let-binding.
11922 (xml-parse-dtd): Use xml-pe-reference-re.
11923 (xml-entity-or-char-ref-re): New defconst.
11924 (xml-parse-string, xml-substitute-special): Use it.
11925
11926 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11929 (find-file--read-only): New function.
11930 (find-file-read-only, find-file-read-only-other-window)
11931 (find-file-read-only-other-frame): Use it.
11932 (insert-file-contents-literally): Don't `fset'.
11933 (get-free-disk-space): Use locate-dominating-file.
11934
11935 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11936 function is already compiled.
11937
11938 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11939
11940 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11941
11942 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11943 files on the same host.
11944
11945 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11946
11947 * help-fns.el (describe-function-1): Only call
11948 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11949
11950 2012-07-03 Chong Yidong <cyd@gnu.org>
11951
11952 * xml.el: Protect parser against XML bombs.
11953 (xml-entity-expansion-limit): New variable.
11954 (xml-parse-string, xml-substitute-special): Use it.
11955 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11956
11957 2012-07-03 Glenn Morris <rgm@gnu.org>
11958
11959 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11960 Allow linking to specific messages in debbugs reports (eg 123#5).
11961
11962 2012-07-02 Chong Yidong <cyd@gnu.org>
11963
11964 * xml.el: Fix entity and character reference expansion, allowing
11965 them to expand into markup as per XML spec.
11966 (xml-default-ns): New variable.
11967 (xml-entity-alist): Use XML spec definitions for lt and amp.
11968 (xml-parse-region): Make first two arguments optional.
11969 Discard text properties.
11970 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11971 All callers changed.
11972 (xml-parse-tag): Call xml-parse-tag-1. For backward
11973 compatibility, this function should not modify buffer contents.
11974 (xml-parse-tag-1): Fix opening-tag regexp.
11975 (xml-parse-string): Rewrite, handling entity and character
11976 references properly.
11977 (xml--entity-replacement-text): Signal an error if a parameter
11978 entity is undefined.
11979
11980 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11981
11982 * comint.el (comint-output-filter): Filter out repeated prompts.
11983
11984 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11985 and file-name-absolute-p.
11986 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11987 internal calls.
11988
11989 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11990
11991 Spelling fixes.
11992 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11993 Rename from byte-compile--refiy-function. All uses changed.
11994
11995 2012-07-01 Chong Yidong <cyd@gnu.org>
11996
11997 * xml.el (xml--parse-buffer): New function. Move most of
11998 xml-parse-region here.
11999 (xml-parse-region): Copy region into a temporary buffer, since
12000 parameter entity substitution requires changing buffer contents.
12001 Use xml--parse-buffer.
12002 (xml-parse-file): Use xml--parse-buffer.
12003 (xml-parse-dtd): Make parameter entity substitution work right.
12004 Use proper regexps for ELEMENT declarations (Bug#7172).
12005
12006 2012-06-30 Glenn Morris <rgm@gnu.org>
12007
12008 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12009
12010 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12011 Remove outdated and unnecessary dbus declarations.
12012
12013 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12014
12015 * emacs-lisp/timer.el (timer-until): Subtract results of
12016 float-time, instead of taking float-time of the result of
12017 time-subtract, since float-time signals an error for negative time
12018 arguments.
12019
12020 2012-06-30 Chong Yidong <cyd@gnu.org>
12021
12022 * xml.el (xml-*-re): Convert defvars into defconsts, and
12023 eval-and-compile them so eval-and-compile works on derivatives.
12024 (xml--entity-replacement-text): Use eval-and-comple.
12025
12026 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12027
12028 * vc/vc-git.el (vc-git-registered): Use cache property
12029 `git-registered'.
12030 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12031 `vc-git-working-revision' in order to benefit from the cache.
12032 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12033
12034 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12035
12036 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12037 removed (likely outside Emacs). (Bug#11757)
12038
12039 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * emacs-lisp/cl-lib.el: Require macroexp.
12042
12043 2012-06-30 Chong Yidong <cyd@gnu.org>
12044
12045 * xml.el: Implement XML parameter entities.
12046 (xml-parameter-entity-alist): New variable.
12047 (xml-parse-region, xml-parse-fragment): Preserve previous values
12048 of xml-entity-alist and xml-parameter-entity-alist, so that
12049 repeated calls on different documents do not change them.
12050 (xml-parse-tag): Fix doctype regexp.
12051 (xml--entity-replacement-text): New function.
12052 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12053 properly requires url retrieval which is unimplemented.
12054 (xml-escape-string): Doc fix.
12055
12056 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12059
12060 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12061
12062 * fringe.el (fringe-mode): Doc fix.
12063
12064 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12067 is non-nil.
12068 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12069 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12070
12071 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12072
12073 * calendar/cal-dst.el (calendar-current-time-zone):
12074 Return calendar-current-time-zone-cache if non-nil.
12075
12076 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12077
12078 * progmodes/which-func.el (which-func-format):
12079 Add mouse-face. (Bug#11698)
12080
12081 2012-06-29 Leo Liu <sdl.web@gmail.com>
12082
12083 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12084
12085 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * minibuffer.el (minibuffer-confirm-exit-commands):
12088 Add completion-at-point (bug#11725).
12089
12090 2012-06-29 Glenn Morris <rgm@gnu.org>
12091
12092 * progmodes/f90.el (f90-font-lock-keywords-2):
12093 Add some preprocessor elements. (Bug#10499)
12094
12095 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12098 Use syntax-propertize (bug#11739).
12099
12100 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12103
12104 2012-06-28 Julien Danjou <julien@danjou.info>
12105
12106 * term.el (term-handle-colors-array): Use a set of new faces to
12107 color the terminal. Also uses :inverse-video property.
12108 (term-default-fg-color): Set to nil by default, deprecate in favor
12109 of `term-face'.
12110 (term-default-bg-color): Set to nil by default, deprecate in favor
12111 of `term-face'.
12112 (term-current-face): Use `term-face' by default.
12113 (term-bold-attribute): Variable deleted.
12114
12115 2012-06-28 Glenn Morris <rgm@gnu.org>
12116
12117 * simple.el (completion-list-mode-finish):
12118 Don't use toggle-read-only. (Since completion-list-mode has
12119 a special mode-class, it wasn't doing anything extra anyway.)
12120
12121 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 Make inlining of other-mode interpreted functions work (bug#11799).
12124 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12125 (byte-compile): Use it to fix compilation of lexical-binding closures.
12126 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12127 function, if needed.
12128
12129 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * help-mode.el (help-make-xrefs): Don't just withstand
12132 cyclic-variable-indirection but any error in documentation-property.
12133
12134 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12135 memory use.
12136 * bindings.el (bindings--define-key): New function.
12137 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12138 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12139 * bindings.el: Use it to purecopy define-key bindings.
12140
12141 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12142
12143 * emacs-lisp/cl.el (flet): Mark obsolete.
12144 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12145 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12146 * progmodes/js.el (js-c-fill-paragraph):
12147 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12148 (ebrowse-switch-member-buffer-to-derived-class):
12149 * play/5x5.el (5x5-solver): Use cl-flet.
12150
12151 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12152 (cl--symbol-function): New macro.
12153 (cl--letf, cl--letf*): Use it.
12154
12155 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12156 Strip "toggle-" if any.
12157
12158 2012-06-27 Glenn Morris <rgm@gnu.org>
12159
12160 * info.el (Info-default-directory-list): Move here from paths.el.
12161 * paths.el: Remove file, which is now empty.
12162 * loadup.el: No longer load "paths".
12163
12164 * custom.el (custom-initialize-delay): Doc fix.
12165
12166 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12167 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12168 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12169 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12170 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12171 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12172 * eshell/eshell.el (eshell-defgroup): Remove alias.
12173
12174 2012-06-27 Chong Yidong <cyd@gnu.org>
12175
12176 * help.el (help-enable-auto-load): New variable.
12177
12178 * help-fns.el (help-fns--autoloaded-p): New function.
12179 (describe-function-1): Refer to a function as "autoloaded" if it
12180 was autoloaded at any time in the past. Perform autoloading if
12181 help-enable-auto-load is non-nil.
12182
12183 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12184
12185 * makefile.w32-in (compile, compile-always): Depend on
12186 update-subdirs, not on subdirs.el. Otherwise, several different
12187 sub-targets of 'bootstrap' running in parallel could
12188 simultaneously write to subdirs.el, producing a garbled file.
12189
12190 2012-06-26 Sam Steingold <sds@gnu.org>
12191
12192 * files.el (file-name-base): New convenience function.
12193 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12194 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12195 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12196 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12197 * textmodes/ispell.el, textmodes/reftex-ref.el:
12198 * textmodes/tex-mode.el: Use it.
12199 Did not touch cedet and org because they are maintained elsewhere.
12200
12201 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12202
12203 * calendar/calendar.el (calendar-exit): Don't try to delete or
12204 iconify last frame. See:
12205 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12206
12207 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12208
12209 * server.el (server-process-filter): Remember dir in the
12210 process's `server-client-directory' properties.
12211
12212 2012-06-24 Chong Yidong <cyd@gnu.org>
12213
12214 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12215 non-tag text.
12216
12217 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12220
12221 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * help-fns.el (describe-variable): Don't croak when doc is not found.
12224 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12225 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12226 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12227 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12228 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12229 ((lambda ..) ..).
12230 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12231
12232 2012-06-23 Chong Yidong <cyd@gnu.org>
12233
12234 * info.el (Info-mouse-follow-link): Accept symbol values of
12235 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12236 (Info-fontify-node): Use Info-link-keymap for all navigation
12237 buttons, with link-args property to perform the desired action.
12238 (Info-link-keymap): Doc fix.
12239 (Info-next-link-keymap, Info-prev-link-keymap)
12240 (Info-up-link-keymap): Delete now-unused keymaps.
12241
12242 2012-06-23 Chong Yidong <cyd@gnu.org>
12243
12244 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12245
12246 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12247 system abbrevs.
12248
12249 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12250
12251 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12254 (bug#11719).
12255
12256 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12257 the requote function doesn't work properly (bug#11714).
12258
12259 2012-06-23 Glenn Morris <rgm@gnu.org>
12260
12261 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12262
12263 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 Further GV/CL cleanups.
12266 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12267 gv-expander.
12268 (gv--defun-declaration): New function.
12269 (defun-declarations-alist): Use it.
12270 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12271 (gv-place): Autoload.
12272 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12273 original definition of dotimes and dolist.
12274 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12275 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12276 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12277 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12278 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12279 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12280 to the function's definition.
12281 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12282 * window.el:
12283 * files.el:
12284 * faces.el:
12285 * env.el: Don't use CL.
12286
12287 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12288
12289 Support higher-resolution time stamps (Bug#9000).
12290
12291 * calendar/time-date.el (with-decoded-time-value): New arg
12292 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12293 (encode-time-value): New optional arg PICO. New type 3.
12294 (time-to-seconds) [!float-time]: Support the new picoseconds
12295 component if it's used.
12296 (seconds-to-time, time-subtract, time-add):
12297 Support ps-resolution time stamps as well.
12298
12299 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12300 (timerp): Timer vectors now have length 9, not 8.
12301 (timer--time): Support new-style (4-part) time stamps.
12302 (timer-next-integral-multiple-of-time): Time stamps now have
12303 picosecond resolution, so take a bit more care about rounding.
12304 (timer-relative-time, timer-inc-time): New optional arg psecs.
12305 (timer-set-time-with-usecs): Set psecs to 0.
12306 (timer--activate): Check psecs component, too.
12307
12308 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12309
12310 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12313 Move the non-essential binding to the post/pre-command-hook where it is
12314 more obviously correct.
12315
12316 * subr.el (read-passwd): Don't use a history at all.
12317 * savehist.el (savehist-save): Remove password saved accidentally
12318 because of the above bug.
12319
12320 2012-06-22 Bastien Guerry <bzg@gnu.org>
12321
12322 * files.el (toggle-read-only): Display a message telling whether
12323 the buffer is read-only or not (bug#11726).
12324
12325 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * emacs-lisp/gv.el: New file.
12328 * subr.el (push, pop): Extend to generalized variables.
12329 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12330 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12331 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12332 gv-define-simple-setter, and gv-define-expander.
12333 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12334 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12335 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12336 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12337 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12338 gv-letplace.
12339 (cl-defstruct): Don't define setf-method any more.
12340 * emacs-lisp/cl.el (flet): Don't autoload.
12341 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12342 (define-setf-expander, defsetf, define-modify-macro)
12343 (cl-struct-setf-expander): Move from cl-lib.el.
12344 * emacs-lisp/syntax.el:
12345 * emacs-lisp/ewoc.el:
12346 * emacs-lisp/smie.el:
12347 * emacs-lisp/cconv.el:
12348 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12349 (timer--time): Use gv-define-simple-setter.
12350 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12351 to avoid coding-system problems in subr.el. Adjust all users.
12352 (macroexp--maxsize, macroexp-small-p): New functions.
12353 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12354 * scroll-bar.el (scroll-bar-mode):
12355 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12356 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12357 * winner.el (winner-configuration, winner-make-point-alist)
12358 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12359 * files.el (locate-file-completion-table): Avoid list*.
12360
12361 2012-06-22 Chong Yidong <cyd@gnu.org>
12362
12363 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12364 (dired-create-files): Doc fix (Bug#11329).
12365 (dired-do-copy): Doc fix (Bug#11334).
12366 (dired-mark-read-string): Doc fix (Bug#11553).
12367
12368 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12369 Doc fix (Bug#11326).
12370 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12371 (dired-dwim-target): Doc fix.
12372
12373 * wdired.el (wdired-mode): Doc fix.
12374
12375 2012-06-22 Glenn Morris <rgm@gnu.org>
12376
12377 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12378 (pcmpl-rpm-cache-stamp-file): New constant.
12379 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12380 (pcmpl-rpm-packages): Optionally cache list of packages.
12381
12382 * pcmpl-rpm.el (pcmpl-rpm): New group.
12383 (pcmpl-rpm-query-options): New option.
12384 (pcmpl-rpm-packages): No need to inline it.
12385 Use pcmpl-rpm-query-options.
12386
12387 * calendar/calendar.el (calendar-in-read-only-buffer):
12388 Avoid some needless mode changes.
12389
12390 2012-06-21 Chong Yidong <cyd@gnu.org>
12391
12392 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12393 (desktop-path): Remove . from the default value (Bug#10977).
12394 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12395
12396 2012-06-20 Chong Yidong <cyd@gnu.org>
12397
12398 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12399
12400 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12401
12402 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12403 (bug#11201).
12404
12405 2012-06-20 Chong Yidong <cyd@gnu.org>
12406
12407 * term.el (term-window-width): Handle the case of a missing right
12408 fringe (Bug#8837).
12409 (term-check-size): Use window-text-height (Bug#5445).
12410 (term-mode): Use define-derived-mode. Minor cleanups.
12411 Set font-lock-defaults (Bug#7692).
12412 (term-move-columns, term-insert-char, term-emulate-terminal)
12413 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12414
12415 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12416
12417 * net/ange-ftp.el (ange-ftp-get-passwd):
12418 Bind `enable-recursive-minibuffers'.
12419 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12420
12421 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12422
12423 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12424
12425 2012-06-19 Glenn Morris <rgm@gnu.org>
12426
12427 * progmodes/python.el (python-mode): Derive from prog-mode.
12428
12429 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12430
12431 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12432 (edt-user-menu-bar-update-buffers): New functions.
12433 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12434
12435 2012-06-19 Chong Yidong <cyd@gnu.org>
12436
12437 * subr.el (with-selected-window): Preserve the selected window's
12438 terminal's top-frame (Bug#4702).
12439
12440 * window.el (save-selected-window): Likewise.
12441
12442 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * progmodes/python.el (python-rx-constituents): Move backquote.
12445 (python-skeleton-define, python-define-auxiliary-skeleton):
12446 Use `declare'.
12447
12448 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12449
12450 * minibuffer.el (read-file-name-default): Revert the patch from
12451 2012-06-17.
12452
12453 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12456 (pcase--u1, pcase--q1): Don't use apply-partially.
12457
12458 2012-06-18 Glenn Morris <rgm@gnu.org>
12459
12460 * progmodes/python.el (python-proc, python-buffer)
12461 (python-send-receive, python-send-string): Fix obsolete versions.
12462
12463 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12464
12465 * window.el (special-display-p): Completely remove stringp
12466 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12467
12468 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12469
12470 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12471
12472 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12473
12474 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12475 * net/tramp-sh.el (tramp-maybe-open-connection):
12476 Throw if `non-essential' is non-nil.
12477
12478 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12479
12480 * window.el (special-display-p): Signal an error if BUFFER-NAME
12481 is not a string (Bug#11713).
12482
12483 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12484
12485 * progmodes/python.el (python-info-beginning-of-backslash):
12486 Rename from python-info-beginning-of-backlash, as a spelling fix.
12487
12488 2012-06-17 Chong Yidong <cyd@gnu.org>
12489
12490 * term.el (term-emulate-terminal): If term-check-size is called,
12491 move point to the process mark without resetting point (Bug#4635).
12492
12493 2012-06-17 Glenn Morris <rgm@gnu.org>
12494
12495 * international/mule-cmds.el (mule-menu-keymap)
12496 (set-language-environment, set-locale-environment): Doc tweaks.
12497
12498 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12499
12500 * cus-face.el (custom-face-attributes): Add wave-style underline
12501 attribute.
12502 * faces.el (set-face-attribute): Update docstring to describe
12503 wave-style underline attribute.
12504
12505 2012-06-16 Chong Yidong <cyd@gnu.org>
12506
12507 * term/xterm.el (terminal-init-xterm): Discard input before
12508 querying background mode (Bug#10959).
12509
12510 2012-06-16 Stefan Merten <smerten@oekonux.de>
12511
12512 * textmodes/rst.el: Added and corrected some comments.
12513 (rst-re-alist-def): Improve symbol syntax.
12514 (rst-mode-syntax-table): Correct syntax entries.
12515 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12516 (rst-official-version, rst-official-cvs-rev): Update version
12517 information.
12518
12519 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12520
12521 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12522 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12523
12524 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12525
12526 * progmodes/python.el: New python.el merge.
12527 (python-guess-indent): Obsolete var.
12528 (python-indent-guess-indent-offset): New defcustom.
12529 (python-indent): Obsolete var.
12530 (python-indent-offset): New defcustom.
12531 (python-python-command, python-jython-command): Delete var.
12532 (python-shell-interpreter): New defcustom.
12533 (python-pdbtrack-do-tracking-p): Delete var.
12534 (python-pdbtrack-activate): New defcustom.
12535 (python-use-skeletons): Obsolete var.
12536 (python-skeleton-autoinsert): New defcustom.
12537 (inferior-python-filter-regexp, python-continuation-offset)
12538 (python-honour-comment-indentation, python-indent-string-contents)
12539 (python-jython-packages, python-mode-hook)
12540 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12541 (python-shell-prompt-alist)
12542 (python-source-modes): Delete defcustoms.
12543 (python-check-buffer-name, python-eldoc-setup-code)
12544 (python-eldoc-string-code, python-ffap-setup-code)
12545 (python-ffap-string-code, python-fill-comment-function)
12546 (python-fill-decorator-function, python-fill-paren-function)
12547 (python-fill-string-function, python-imenu-include-defun-type)
12548 (python-imenu-make-tree, python-imenu-subtree-root-label)
12549 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12550 (python-shell-compilation-regexp-alist)
12551 (python-shell-completion-module-string-code)
12552 (python-shell-completion-pdb-string-code)
12553 (python-shell-completion-setup-code)
12554 (python-shell-completion-string-code)
12555 (python-shell-enable-font-lock, python-shell-exec-path)
12556 (python-shell-extra-pythonpaths)
12557 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12558 (python-shell-process-environment)
12559 (python-shell-prompt-block-regexp)
12560 (python-shell-prompt-output-regexp)
12561 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12562 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12563 (python-shell-virtualenv-path): New defcustoms.
12564 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12565 (inferior-python-mode-syntax-table, python--prompt-regexp)
12566 (python-buffer, python-command python-python-command)
12567 (python-default-template, python-imports, python-indent-index)
12568 (python-indent-list, python-indent-list-length)
12569 (python-mode-running, python-pdbtrack-is-tracking-p)
12570 (python-preoutput-continuation, python-preoutput-leftover)
12571 (python-preoutput-result, python-preoutput-skip-next-prompt)
12572 (python-prev-dir/file, python-recursing)
12573 (python-saved-check-command, python-version-checked)
12574 (python-which-func-length-limit)
12575 (view-return-to-alist): Delete vars.
12576 (python-check-custom-command, python-dotty-syntax-table)
12577 (python-imenu-index-alist, python-indent-current-level)
12578 (python-indent-dedenters, python-indent-levels)
12579 (python-nav-beginning-of-defun-regexp)
12580 (python-nav-list-defun-positions-cache)
12581 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12582 (python-shell-internal-buffer)
12583 (python-skeleton-available): New vars.
12584 (def-python-skeleton): Delete macro.
12585 (python-skeleton-define): New macro.
12586 (python-define-auxiliary-skeleton, python-rx): New macros.
12587 (python-insert-class): Delete command.
12588 (python-skeleton-class): New command.
12589 (python-insert-def): Delete command.
12590 (python-skeleton-def): New command.
12591 (python-insert-for): Delete command.
12592 (python-skeleton-for): New command.
12593 (python-insert-if): Delete command.
12594 (python-skeleton-if): New command.
12595 (python-insert-try/except, python-insert-try/finally): Delete commands.
12596 (python-skeleton-try): New command.
12597 (python-insert-while): Delete command.
12598 (python-skeleton-while): New command.
12599 (python-backspace): Delete command.
12600 (python-indent-dedent-line-backspace): New command.
12601 (python-electric-colon): Delete command.
12602 (python-indent-electric-colon): New command.
12603 (python-guess-indent): Delete command.
12604 (python-indent-guess-indent-offset): New command.
12605 (python-shift-left): Delete command.
12606 (python-indent-shift-left): New command.
12607 (python-shift-right): Delete command.
12608 (python-indent-shift-right): New command.
12609 (python-find-function): Delete command.
12610 (python-nav-jump-to-defun): New command.
12611 (python-next-statement): Delete command.
12612 (python-nav-forward-sentence): New command.
12613 (python-previous-statement): Delete command.
12614 (python-nav-backward-sentence): New command.
12615 (python-fill-paragraph): Delete command.
12616 (python-fill-paragraph-function): New command.
12617 (python-send-buffer): Delete command.
12618 (python-shell-send-buffer): New command.
12619 (python-send-defun): Delete command.
12620 (python-shell-send-defun): New command.
12621 (python-send-region, python-send-region-and-go): Delete commands.
12622 (python-shell-send-region)
12623 (python-shell-switch-to-shell): New commands.
12624 (python-send-string): Delete command.
12625 (python-shell-send-string): New command.
12626 (python-switch-to-python): Delete command.
12627 (python-shell-switch-to-shell): New command.
12628 (python-describe-symbol): Delete command.
12629 (python-eldoc-at-point): New command.
12630 (python--set-prompt-regexp, python-args-to-list)
12631 (python-after-info-look, python-check-version)
12632 (python-check-comint-prompt, python-find-imports)
12633 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12634 (python-unload-function, python-expand-template)
12635 (python-maybe-jython, python-preoutput-filter)
12636 (python-pdbtrack-get-source-buffer)
12637 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12638 (python-pdbtrack-toggle-stack-tracking)
12639 (python-pdbtrack-track-stack-file, python-initial-text)
12640 (python-first-word, python-comment-line-p, python-send-command)
12641 (python-setup-brm, python-sentinel, python-set-proc)
12642 (python-skip-out, python-input-filter, python-outdent-p)
12643 (python-outline-level, python-backslash-continuation-line-p)
12644 (python-end-of-block, python-end-of-statement, python-mark-block)
12645 (python-beginning-of-block, python-beginning-of-statement)
12646 (python-blank-line-p, python-beginning-of-string)
12647 (python-open-block-statement-p): Delete functions.
12648 (python-indent-line, python-indent-line-1): Delete functions.
12649 (python-indent-line): New function.
12650 (python-indentation-levels): Delete function.
12651 (python-indent-calculate-levels): New function.
12652 (python-proc): Delete function.
12653 (python-shell-get-process): New function.
12654 (python-send-receive): Delete function.
12655 (python-shell-send-string-no-output): New function.
12656 (python-module-path): Delete function.
12657 (python-ffap-module-path): New function.
12658 (python-completion-at-point)
12659 (python-symbol-completions): Delete functions.
12660 (python-completion-complete-at-point): New function.
12661 (python-load-file): Delete function.
12662 (python-shell-send-file): New function.
12663 (python-calculate-indentation): Delete function.
12664 (python-indent-calculate-indentation): New function.
12665 (python-skip-comments/blanks): Delete function.
12666 (python-util-forward-comment): New function.
12667 (python-continuation-line-p): Delete function.
12668 (python-info-continuation-line-p): New function.
12669 (python-which-func, python-current-defun): Delete function.
12670 (python-info-current-defun): New function.
12671 (python-beginning-of-defun): Delete function.
12672 (python-nav-beginning-of-defun): New function.
12673 (python-close-block-statement-p)
12674 (python-block-end-p): Delete function.
12675 (python-info-closing-block): New function.
12676 (python-comint-output-filter-function)
12677 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12678 (python-fill-comment, python-fill-decorator, python-fill-paren)
12679 (python-fill-string, python-imenu-make-element-tree)
12680 (python-imenu-make-tree, python-imenu-tree-assoc)
12681 (python-indent-context, python-indent-dedent-line)
12682 (python-indent-line-function)
12683 (python-indent-post-self-insert-function)
12684 (python-indent-toggle-levels)
12685 (python-info-assignment-continuation-line-p)
12686 (python-info-beginning-of-backlash)
12687 (python-info-block-continuation-line-p)
12688 (python-info-closing-block-message)
12689 (python-info-line-ends-backslash-p)
12690 (python-info-looking-at-beginning-of-defun)
12691 (python-info-ppss-context, python-info-ppss-context-type)
12692 (python-nav-list-defun-positions, python-nav-read-defun)
12693 (python-nav-sentence-end, python-nav-sentence-start)
12694 (python-pdbtrack-comint-output-filter-function)
12695 (python-pdbtrack-set-tracked-buffer)
12696 (python-shell-calculate-exec-path)
12697 (python-shell-calculate-process-environment)
12698 (python-shell-completion--do-completion-at-point)
12699 (python-shell-completion--get-completions)
12700 (python-shell-completion-complete-at-point)
12701 (python-shell-completion-complete-or-indent)
12702 (python-shell-get-or-create-process)
12703 (python-shell-get-process-name)
12704 (python-shell-internal-get-or-create-process)
12705 (python-shell-internal-get-process-name)
12706 (python-shell-internal-send-string, python-shell-make-comint)
12707 (python-shell-parse-command, python-shell-send-setup-code)
12708 (python-skeleton-add-menu-items)
12709 (python-util-clone-local-variables, python-util-position)
12710 (run-python-internal, python-indentation-levels)
12711 (python-nav-beginning-of-defun)
12712 (python-completion-complete-at-point): New functions.
12713 (run-python): Change arguments. New API requirements.
12714
12715 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12718 (bug#11649).
12719
12720 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12721 (macroexp--expand-all): Use it.
12722
12723 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12724 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12725 Use `cl-function' instead.
12726
12727 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12730 Suggested by Stefan Monnier while discussing bug#11657.
12731
12732 2012-06-14 Sam Steingold <sds@gnu.org>
12733
12734 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12735
12736 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12737
12738 * play/doctor.el (doctor-doc): Remove parameter and use
12739 doctor-sent instead of sent.
12740 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12741
12742 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * files.el: Require cl-lib.
12745 (file-name-non-special): Replace case -> cl-case.
12746
12747 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12748
12749 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12750 mapping from #' to function*.
12751
12752 2012-06-13 Chong Yidong <cyd@gnu.org>
12753
12754 * mouse.el (mouse-drag-track): Do not set the mark if the user
12755 releases the mouse without selecting anything (Bug#11588).
12756
12757 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12760 as well (bug#11646).
12761
12762 * loadup.el: Count byte-code functions as well.
12763
12764 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12765 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12766
12767 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12768 (bug#11649). Add cl-defun and cl-defmacro.
12769
12770 2012-06-13 Drew Adams <drew.adams@oracle.com>
12771
12772 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12773 Fix last change.
12774
12775 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12776
12777 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12778 Otherwise, it blocks in batch mode.
12779
12780 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * help-mode.el (bookmark-make-record-default): Declare.
12783
12784 2012-06-13 Chong Yidong <cyd@gnu.org>
12785
12786 * emacs-lisp/package.el (list-packages): Compute a list of
12787 packages that are newly-available since the last list-packages
12788 invocation.
12789 (package-menu--new-package-list): New var.
12790 (package-menu--generate, package-menu--print-info)
12791 (package-menu--status-predicate, package-menu-mark-install):
12792 Handle new status label "new".
12793
12794 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12797 conversion to backquotes.
12798
12799 2012-06-12 Chong Yidong <cyd@gnu.org>
12800
12801 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12802 Rename from gud-inhibit-global-bindings.
12803
12804 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12805
12806 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12807 hook from nxml-glyph-set-hook.
12808
12809 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12810 declaration.
12811
12812 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12813
12814 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12815 Convert to defcustom.
12816
12817 2012-06-12 Drew Adams <drew.adams@oracle.com>
12818
12819 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12820 New functions.
12821 (help-mode): Use them.
12822
12823 2012-06-11 Glenn Morris <rgm@gnu.org>
12824
12825 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12826 Use preprocessor face for directives.
12827 (fortran-directive-re): Doc fix.
12828
12829 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12832 conversion to backquotes (bug#11652).
12833
12834 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12835 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12836 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12837 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12838 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12839 (cl-ninth, cl-tenth): Mark them as inlinable.
12840 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12841 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12842 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12843 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12844 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12845 (cl-list*, cl-adjoin): Don't put an autoload manually.
12846 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12847 (cl--compiler-macro-list*): Add autoload cookie.
12848 (cl--compiler-macro-cXXr): New function.
12849
12850 * help-fns.el (help-fns--compiler-macro): New function extracted from
12851 describe-function-1; follow aliases and use `compiler-macro' property.
12852 (describe-function-1): Use it.
12853
12854 2012-06-11 Chong Yidong <cyd@gnu.org>
12855
12856 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12857 is uninstalled, if imagemagick is installed.
12858
12859 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * emacs-lisp/cl-lib.el: Use lexical-binding.
12862 (cl-map-extents, cl-maclisp-member): Remove.
12863 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12864 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12865 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12866 * emacs-lisp/cl-extra.el: Use lexical-binding.
12867 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12868 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12869 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12870 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12871 * emacs-lisp/cl-seq.el: Use lexical-binding.
12872 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12873 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12874 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12875 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12876 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12877 CL's internals.
12878
12879 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12880
12881 Sync with Tramp 2.2.6-pre.
12882
12883 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12884 `print-length' and `print-level' to nil, in order to avoid
12885 truncation. Reported by Christopher Schmidt
12886 <christopher@ristopher.com>.
12887
12888 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12889
12890 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12891 New defmacro.
12892 (tramp-compat-copy-directory): Add optional argument
12893 COPY-CONTENTS. It is not handled yet.
12894
12895 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12896 (tramp-ftp-file-name-p): Simplify.
12897
12898 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12899 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12900 connection vector.
12901
12902 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12903 (tramp-methods): Do not use `tramp-password-end-of-line'.
12904 (tramp-completion-function-alist-putty): Handle UNIX case.
12905 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12906 (tramp-do-file-attributes-with-stat)
12907 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12908 gid as real numbers. They could run out of integer range on cygwin.
12909 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12910 (tramp-sh-handle-expand-file-name): Handle hops.
12911 (tramp-open-connection-setup-interactive-shell):
12912 Use `tramp-cleanup'. Move check for busyboxes ...
12913 (tramp-find-shell): ... here. Simplify implementation.
12914 Set "remote-shell" property also for alternative shells.
12915 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12916 If failing, a regular file would be written otherwise.
12917 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12918 (tramp-find-inline-encoding): Cache the coding commands in the
12919 process cache. Apply test command on the remote side, if defined.
12920 (tramp-find-inline-compress): Cache the compress commands in the
12921 process cache.
12922 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12923 when requested. Handle hops.
12924 (tramp-current-connection): New defvar.
12925 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12926 Throw `suppress', if there was a failed connection shortly before.
12927 Handle user interrupt. (Bug#10187)
12928 (tramp-get-inline-compress, tramp-get-inline-coding):
12929 Read connection properties from the process cache.
12930
12931 * net/tramp-smb.el (tramp-smb-server-version)
12932 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12933 New defconsts.
12934 (tramp-smb-prompt): Extend for powershell prompt.
12935 (tramp-smb-file-name-handler-alist): Add handlers for
12936 `process-file', `shell-command' and `start-file-process'.
12937 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12938 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12939 (tramp-smb-file-name-p): Simplify.
12940 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12941 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12942 (tramp-smb-shell-quote-argument): New defuns.
12943 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12944 Implement using "tar". By this, time-stamps are preserved.
12945 (tramp-smb-handle-copy-file): Handle also the case of directories.
12946 (tramp-smb-do-file-attributes-with-stat)
12947 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12948 Use `tramp-get-connection-buffer').
12949 (tramp-smb-handle-rename-file): Use "rename", when source and
12950 target are on the same share.
12951 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12952 Use `tramp-smb-server-version'.
12953 (tramp-smb-wait-for-output): Remove prompt.
12954
12955 * net/tramp.el (top): Require 'cl.
12956 (tramp-methods, tramp-rsh-end-of-line):
12957 Remove `tramp-password-end-of-line' from docstring.
12958 (tramp-save-ad-hoc-proxies): New defcustom.
12959 (tramp-completion-function-alist): Adapt docstring.
12960 (tramp-default-password-end-of-line): Remove defcustom.
12961 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12962 (tramp-user-regexp, tramp-file-name-regexp-unified)
12963 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12964 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12965 (tramp-remote-file-name-spec-regexp): New defconst.
12966 (tramp-file-name-structure): Extend structure for hops.
12967 (tramp-get-method-parameter): Move up.
12968 (tramp-file-name-p, tramp-dissect-file-name)
12969 (with-parsed-tramp-file-name): Handle hops.
12970 (tramp-file-name-hop): New defun.
12971 (tramp-make-tramp-file-name): New optional arg HOP.
12972 (tramp-message-show-progress-reporter-message): New defvar.
12973 (tramp-with-progress-reporter): Use it. We cannot use
12974 `tramp-message-show-message' here, because this suppresses also
12975 error buffers.
12976 (tramp-error-with-buffer): Suppress buffer view, if
12977 `tramp-message-show-message' is nil.
12978 Use `tramp-get-connection-buffer'.
12979 (tramp-cleanup): New defun.
12980 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12981 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12982 an error unchanged.
12983 (tramp-completion-handle-file-name-all-completions): Handle hops.
12984 Fix an error when called from ido.
12985 (tramp-completion-dissect-file-name): Use better local variable
12986 name. Add hop to the vector.
12987 (tramp-handle-insert-file-contents): Use progress-reporter for the
12988 whole scenario.
12989 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12990 to `t'.
12991 (tramp-check-for-regexp): Simplify search.
12992 (tramp-enter-password): Remove it. Move implementation ...
12993 (tramp-action-password): ... here.
12994 (tramp-mode-string-to-int, tramp-local-host-p)
12995 (tramp-make-tramp-temp-file, tramp-read-passwd)
12996 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12997 Set tramp-autoload cookie.
12998
12999 * net/trampver.el: Update release number.
13000
13001 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13002 Michael Albinus <michael.albinus@gmx.de>
13003
13004 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13005 (tramp-parse-group, tramp-parse-file)
13006 (tramp-parse-shostkeys-sknownhosts): New defuns.
13007 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13008 (tramp-parse-shosts-group, tramp-parse-sconfig)
13009 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13010 (tramp-parse-sknownhosts, tramp-parse-hosts)
13011 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13012 Use them.
13013 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13014 (tramp-parse-putty-group): Don't narrow.
13015 (tramp-parse-putty): Make a loop.
13016 (tramp-file-name-handler): Catch the `suppress' signal.
13017
13018 2012-06-11 Chong Yidong <cyd@gnu.org>
13019
13020 * image.el (imagemagick-register-types): Put the ImageMagick entry
13021 at the end of image-type-file-name-regexps.
13022
13023 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13024
13025 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13026 (pcase, pcase-let*, pcase-dolist): Use them.
13027
13028 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * emacs-lisp/pcase.el (pcase--let*): New function.
13031 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13032 (pcase--expand): Use macroexp-let².
13033
13034 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13037 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13038 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13039 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13040 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13041 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13042
13043 2012-06-10 Glenn Morris <rgm@gnu.org>
13044
13045 * mail/rmail.el (rmail-yank-current-message): Leave point at
13046 correct position. (Bug#11660)
13047
13048 2012-06-10 Chong Yidong <cyd@gnu.org>
13049
13050 * allout-widgets.el: Fix code header.
13051
13052 2012-06-10 Chong Yidong <cyd@gnu.org>
13053
13054 * cus-edit.el (customize-changed-options-previous-release):
13055 Bump to 24.1.
13056
13057 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13058
13059 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13060
13061 2012-06-09 Chong Yidong <cyd@gnu.org>
13062
13063 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13064
13065 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13066
13067 * window.el (special-display-popup-frame): Don't use
13068 window--display-buffer (Bug#11651).
13069
13070 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13071
13072 Fix parallel builds: make sure loaddefs.el is not being written
13073 while Lisp files are compiled.
13074 (compile): Don't depend on 'mh-autoloads'.
13075 (compile-CMD, compile-SH): Depend on 'autoloads'.
13076 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13077
13078 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13079
13080 2012-06-09 Chong Yidong <cyd@gnu.org>
13081
13082 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13083 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13084 Doc fixes (Bug#11225).
13085
13086 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13089 a function if there's a clear indication that it has a compiler-macro.
13090 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13091 (macro-declarations-alist): Add arglist to declaration functions.
13092 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13093 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13094 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13095 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13096 Also add autoload to find the compiler macro.
13097 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13098 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13099 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13100 (cl--compiler-macro-get): New functions, replacing calls to
13101 cl-define-compiler-macro.
13102 (cl-typep) [compiler-macro]: Use macroexp-let².
13103
13104 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13105
13106 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13107 string properly, fixes Bug#11473.
13108
13109 2012-06-08 Chong Yidong <cyd@gnu.org>
13110
13111 * faces.el (set-face-attribute): Doc fix.
13112 (modify-face): Don't use :bold and :italic.
13113 (error, warning, success): Tweak definitions.
13114
13115 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13116 (custom-modified, custom-set, custom-changed, custom-themed)
13117 (custom-saved, custom-button, custom-button-mouse)
13118 (custom-button-pressed, custom-state, custom-comment-tag)
13119 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13120 (custom-group-subtitle): Use new-style face specs.
13121 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13122 (custom-set-face, custom-changed-face, custom-saved-face)
13123 (custom-button-face, custom-button-pressed-face)
13124 (custom-documentation-face, custom-state-face)
13125 (custom-comment-face, custom-comment-tag-face)
13126 (custom-variable-tag-face, custom-variable-button-face)
13127 (custom-face-tag-face, custom-group-tag-face-1)
13128 (custom-group-tag-face): Remove obsolete face alias.
13129
13130 * epa.el (epa-validity-high, epa-validity-medium)
13131 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13132 (epa-field-name, epa-field-body):
13133 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13134 (font-lock-keyword-face, font-lock-builtin-face)
13135 (font-lock-function-name-face, font-lock-variable-name-face)
13136 (font-lock-type-face, font-lock-constant-face):
13137 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13138 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13139 * speedbar.el (speedbar-button-face, speedbar-file-face)
13140 (speedbar-directory-face, speedbar-tag-face)
13141 (speedbar-selected-face, speedbar-highlight-face)
13142 (speedbar-separator-face):
13143 * whitespace.el (whitespace-newline, whitespace-space)
13144 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13145 (whitespace-line, whitespace-space-before-tab)
13146 (whitespace-space-after-tab, whitespace-indentation)
13147 (whitespace-empty):
13148 * emulation/cua-base.el (cua-global-mark):
13149 * eshell/em-prompt.el (eshell-prompt):
13150 * net/newst-plainview.el (newsticker-new-item-face)
13151 (newsticker-old-item-face, newsticker-immortal-item-face)
13152 (newsticker-obsolete-item-face, newsticker-date-face)
13153 (newsticker-statistics-face, newsticker-default-face):
13154 * net/newst-reader.el (newsticker-feed-face)
13155 (newsticker-extra-face, newsticker-enclosure-face):
13156 * net/newst-treeview.el (newsticker-treeview-face)
13157 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13158 (newsticker-treeview-immortal-face)
13159 (newsticker-treeview-obsolete-face)
13160 (newsticker-treeview-selection-face):
13161 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13162 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13163 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13164 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13165 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13166 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13167 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13168 (mpuz-text):
13169 * progmodes/vera-mode.el (vera-font-lock-number)
13170 (vera-font-lock-function, vera-font-lock-interface):
13171 * textmodes/table.el (table-cell): Use new-style face specs, and
13172 don't use the old :bold and :italic attributes.
13173
13174 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13175 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13176 (ebrowse-member-class, ebrowse-progress): Likewise.
13177 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13178 (ebrowse-file-name-face, ebrowse-default-face)
13179 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13180 (ebrowse-progress-face): Remove obsolete faces.
13181
13182 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13183 Inherit from error and warning faces respectively.
13184
13185 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13186 Likewise.
13187 (flyspell-incorrect-face, flyspell-duplicate-face):
13188 Remove obsolete aliases.
13189
13190 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13191
13192 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13193 Avoid infloop.
13194
13195 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * startup.el (argv, argi): Make lexically scoped.
13198 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13199 * emacs-lisp/cl-macs.el: Use lexical-binding.
13200 Rename cl-bind-* to cl--bind-*.
13201 * files.el: Don't require `cl' since it doesn't use it.
13202 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13203
13204 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13205
13206 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13207 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13208 instead of calling external sort utility.
13209 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13210
13211 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13212
13213 * descr-text.el (describe-char): Mention how to insert the
13214 character, if the current input method doesn't support it.
13215 See the discussion in this thread for the details:
13216 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13217
13218 2012-06-08 Sam Steingold <sds@gnu.org>
13219
13220 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13221 XF86Back to previous-buffer.
13222 (minibuffer-local-map): Bind them to next-history-element and
13223 previous-history-element respectively.
13224 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13225 help-go-back respectively.
13226 * info.el (Info-mode-map): Bind them to Info-history-forward and
13227 Info-history-back respectively.
13228 These are the keys next to Up on the ThinkPad keyboard.
13229
13230 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13233 * emacs-lisp/cl-macs.el: Provide itself.
13234 (cl--labels-convert-cache): New var.
13235 (cl--labels-convert): New function.
13236 (cl-flet, cl-labels): New implementation with new semantics, relying on
13237 lexical-binding.
13238 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13239 (cl-closure-vars, cl--function-convert-cache)
13240 (cl--function-convert): Move from cl-macs.el.
13241 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13242 rename by removing the "cl-" prefix.
13243 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13244
13245 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13248 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13249 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13250 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13251 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13252 (cl-hash-table-count): Add old compatibility aliases.
13253
13254 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13255 Use macroexpand-all-environment instead.
13256 (cl--old-macroexpand): New var.
13257 (cl--sm-macroexpand): New function.
13258 (cl-symbol-macrolet): Use it during macro expansion.
13259 (cl--function-convert-cache): New var.
13260 (cl--function-convert): New function, extracted from
13261 cl-macroexpand-all.
13262 (cl-lexical-let): Use it.
13263
13264 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13265 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13266 (cl-member): Remove old alias.
13267
13268 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13269 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13270 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13271 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13272 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13273 (cl-macroexpand-cmacs): Remove var.
13274 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13275 Use macroexpand-all instead.
13276
13277 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13280 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13281 (macroexp-copyable-p): New functions and macros.
13282 * emacs-lisp/edebug.el (edebug-unwrap):
13283 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13284 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13285 (pcase--let*): Remove.
13286 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13287 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13288 macroexp-const-p instead.
13289 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13290
13291 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13292 instead of "cl-" for internal definitions. Use macroexp-const-p.
13293 (cl-old-bc-file-form): Remove var.
13294 (cl-const-exprs-p): Remove fun.
13295 (cl-labels, cl-macrolet): Use backquote.
13296 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13297 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13298 (cl-define-setf-expander): Rename from cl-define-setf-method.
13299 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13300
13301 * international/mule-cmds.el: Don't require CL.
13302 (view-hello-file): Don't use `letf'.
13303
13304 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * tmm.el (tmm-prompt): Use string-prefix-p.
13307 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13308 (tmm-add-prompt): Use minibuffer-completion-help.
13309 (tmm-delete-map): Remove.
13310
13311 * subr.el (kbd): Make it its own function.
13312
13313 2012-06-07 Stefan Merten <smerten@oekonux.de>
13314
13315 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13316 Silence compiler warnings. Fix versions.
13317 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13318 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13319 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13320 (rst-package-emacs-version-alist): Correct Emacs version to
13321 represent major merge with upstream.
13322 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13323
13324 2012-06-06 Glenn Morris <rgm@gnu.org>
13325
13326 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13327 Only print environment variables if set.
13328
13329 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13332 (macroexp--cons): Rename from maybe-cons.
13333 (macroexp--accumulate): Rename from macroexp-accumulate.
13334 (macroexp--all-forms): Rename from macroexpand-all-forms.
13335 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13336 (macroexp--expand-all): Rename from macroexpand-all-1.
13337
13338 2012-06-06 Sam Steingold <sds@gnu.org>
13339
13340 * calendar/calendar.el (calendar-in-read-only-buffer):
13341 Call `special-mode' to enable the standard read-only keybindings.
13342
13343 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13346 with "loading" messages (bug#11635).
13347
13348 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13349
13350 * files.el (enable-remote-dir-locals): New option.
13351 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13352
13353 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13354 Ensure, that the temp directory is local.
13355
13356 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13357 `temporary-file-directory'.
13358
13359 * progmodes/python.el (python-send-region): Ensure, that the
13360 temporary file is created also in the remote case.
13361
13362 2012-06-06 Glenn Morris <rgm@gnu.org>
13363
13364 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13365 (vc-rcs-update-changelog): Use it.
13366
13367 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13368
13369 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13370 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13371 (vc-sccs-diff): Replace use of the external vcdiff script.
13372
13373 2012-06-05 Glenn Morris <rgm@gnu.org>
13374
13375 * ledit.el: Move to obsolete/.
13376
13377 2012-06-05 Sam Steingold <sds@gnu.org>
13378
13379 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13380 patch (Bug#11140).
13381
13382 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13383
13384 * emacs-lisp/cust-print.el: Move to obsolete.
13385
13386 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13387 compiler-macro expansion.
13388
13389 Add native compiler-macro support.
13390 * emacs-lisp/macroexp.el (macroexpand-all-1):
13391 Support compiler-macros directly. Properly follow aliases and apply
13392 the compiler macros more thoroughly.
13393 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13394 macroexpand now properly follows aliases.
13395 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13396 (cl-compiler-macroexpand): Use new prop.
13397 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13398
13399 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13400
13401 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13402
13403 * window.el (get-lru-window, get-mru-window, get-largest-window):
13404 New argument NOT-SELECTED to avoid picking the selected window.
13405 (window--display-buffer-1, window--display-buffer-2): Replace by
13406 new function window--display-buffer
13407 (display-buffer-same-window, display-buffer-reuse-window)
13408 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13409 Use window--display-buffer.
13410 (display-buffer-use-some-window): Remove temporary dedication
13411 hack by calling get-lru-window and get-largest-window with
13412 NOT-SELECTED argument non-nil. Call window--display-buffer.
13413
13414 2012-06-05 Glenn Morris <rgm@gnu.org>
13415
13416 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13417 Replace external vcdiff script.
13418
13419 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13422
13423 2012-06-04 Chong Yidong <cyd@gnu.org>
13424
13425 * image.el (imagemagick-types-inhibit): Revert last change.
13426 Add INFO and M.
13427 (imagemagick-enabled-types): Remove CIN and EPS*.
13428
13429 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * emacs-lisp/cl-lib.el: Rename from cl.el.
13432 * emacs-lisp/cl.el: New compatibility file.
13433 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13434 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13435 to obey the "cl-" prefix.
13436 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13437
13438 2012-06-03 Glenn Morris <rgm@gnu.org>
13439
13440 * emacs-lisp/authors.el (authors-aliases): Addition.
13441
13442 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13443 Fix :version.
13444
13445 2012-06-03 Stefan Merten <smerten@oekonux.de>
13446
13447 * textmodes/rst.el: Add comments.
13448 (rst-transition, rst-adornment): New faces.
13449 (rst-adornment-faces-alist): Make default safe to reevaluate.
13450 Fixes
13451 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13452 Improve customization tags.
13453 (rst-define-level-faces): Clarify meaning.
13454
13455 2012-06-03 Chong Yidong <cyd@gnu.org>
13456
13457 * progmodes/compile.el (compilation-mode-line-fail)
13458 (compilation-mode-line-run, compilation-mode-line-exit):
13459 New faces.
13460 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13461
13462 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13463
13464 * progmodes/which-func.el (which-func-update-ediff-windows):
13465 New function. Use it in ediff-select-hook (Bug#11478).
13466
13467 2012-06-03 Chong Yidong <cyd@gnu.org>
13468
13469 * bindings.el: Remove explicit help text from format-mode-line.
13470 It is now supplied by mode-line-default-help-echo.
13471 (mode-line-front-space, mode-line-end-spaces)
13472 (mode-line-misc-info): New variables.
13473 (mode-line-modes, mode-line-position): Move the default value to
13474 the variable definition.
13475 (mode-line-default-help-echo): New defcustom.
13476 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13477 (mode-line-modified-help-echo): New functions.
13478 (mode-line-mule-info, mode-line-modified): Use them.
13479 (mode-line-eol-desc, propertized-buffer-identification):
13480 Consistency fixes for help text.
13481 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13482 set-buffer-file-coding-system (Bug#289).
13483 (mode-line-mule-info-help-echo): Update help text.
13484
13485 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13486
13487 * simple.el (execute-extended-command): Set real-this-command
13488 (bug#11506).
13489
13490 2012-06-02 Chong Yidong <cyd@gnu.org>
13491
13492 Remove incorrect uses of "modeline" in comments, docstrings, and
13493 function/variable names (Bug#10329).
13494
13495 * cus-edit.el (mode-line):
13496 * dframe.el (dframe-mouse-hscroll):
13497 * emacs-lisp/re-builder.el:
13498 * emacs-lisp/easy-mmode.el (define-minor-mode):
13499 * frame.el (set-frame-name):
13500 * help.el (lookup-minor-mode-from-indicator):
13501 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13502 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13503 (c-toggle-hungry-state):
13504 * progmodes/antlr-mode.el (antlr-language-alist):
13505 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13506 * progmodes/vhdl-mode.el (vhdl-mode):
13507 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13508 * term/ns-win.el (ns-face-at-pos):
13509 * term/sup-mouse.el (sup-mouse-report):
13510 * textmodes/flyspell.el (flyspell-mode-line-string):
13511 * textmodes/ispell.el (ispell-highlight-face):
13512 * textmodes/reftex-global.el:
13513 * vc/vc-arch.el (vc-arch-mode-line-string):
13514 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13515 * vc/vc-git.el (vc-git-mode-line-string):
13516 * vc/vc-hooks.el (vc-display-status)
13517 (vc-default-mode-line-string):
13518 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13519
13520 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13521
13522 * dired.el (dired-sort-set-mode-line): Rename from
13523 dired-sort-set-modeline. All callers changed.
13524
13525 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13526 eshell-status-in-modeline.
13527
13528 * foldout.el (foldout-mode-line-string): Rename from
13529 foldout-modeline-string. All callers changed.
13530 (foldout-update-mode-line): Rename from foldout-update-modeline.
13531
13532 * subr.el (redraw-modeline): Make into obsolete alias.
13533
13534 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13535 timeclock-modeline-display. Make old name an alias.
13536 (timeclock-update-mode-line): Likewise. All callers changed.
13537 (timeclock-mode-line-display): No need to check before using
13538 add-hook.
13539 (timeclock-relative, timeclock-day-over-hook)
13540 (timeclock-use-elapsed, timeclock-mode-string)
13541 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13542
13543 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13544 crisp-mode-modeline-string.
13545
13546 * play/solitaire.el (solitaire-build-mode-line): Rename from
13547 solitaire-build-modeline. All callers changed.
13548
13549 * play/zone.el (zone-hiding-mode-line): Rename from
13550 zone-hiding-modeline. All callers changed.
13551 (zone): Remove unusued `modeline-hidden-level' property.
13552
13553 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13554 xscheme-modeline-initialize. All callers changed.
13555
13556 * strokes.el (strokes-lighter): Rename from
13557 strokes-modeline-string.
13558
13559 * textmodes/sgml-mode.el (html-face-tag-alist)
13560 (html-tag-face-alist): Use mode-line face instead of obsolete
13561 alias modeline.
13562
13563 2012-06-02 Stefan Merten <smerten@oekonux.de>
13564
13565 * textmodes/rst.el: Always require `cl'.
13566 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13567
13568 2012-06-02 Chong Yidong <cyd@gnu.org>
13569
13570 * image.el (imagemagick-enabled-types): Rename from
13571 imagemagick-types-enable. Add many more types.
13572 (imagemagick-types-inhibit): Change default to nil.
13573 (imagemagick-filter-types): Caller changed.
13574
13575 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * emacs-lisp/cl-macs.el: Use backquotes.
13578 (cl-transform-function-property): Use eval-and-compile rather than
13579 abusing `require'.
13580 (defstruct): Use declare-function instead of with-no-warnings.
13581
13582 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13583 (byte-compile-output-docform): Re-add the print-circle bindings.
13584 (byte-compile-fix-header): Use #$ just because it's shorter.
13585 (byte-compile-output-file-form): Remove defun/defmacro.
13586
13587 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13588
13589 * simple.el (choose-completion): Remove now obsolete binding for
13590 owindow.
13591
13592 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13593
13594 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13595 in order to avoid "Stack overflow in regexp matcher".
13596
13597 2012-05-31 Glenn Morris <rgm@gnu.org>
13598
13599 * image.el: For clarity, call imagemagick-register-types at
13600 top-level, rather than relying on a custom :initialize.
13601 (imagemagick-types-enable): New option. (Bug#11557)
13602 (imagemagick-filter-types): New function. (Bug#7406)
13603 (imagemagick-register-types): Use imagemagick-filter-types.
13604 If disabling support, remove elements altogether rather
13605 than using an impossible regexp.
13606 (imagemagick-types-inhibit): Give it the default init function.
13607
13608 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13609
13610 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13611 Handle arbitrary file name lengths (Bug#11585).
13612
13613 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13614
13615 * desktop.el (desktop-read): Clear previous and next buffers for
13616 all windows and bury *Messages* buffer (bug#11556).
13617
13618 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13619
13620 Add `declare' for `defun'. Align `defmacro's with it.
13621 * emacs-lisp/easy-mmode.el (define-minor-mode)
13622 (define-globalized-minor-mode): Don't autoload the var definitions.
13623 * emacs-lisp/byte-run.el: Use lexical-binding.
13624 (defun-declarations-alist, macro-declarations-alist): New vars.
13625 (defmacro, defun): Use them.
13626 (make-obsolete, define-obsolete-function-alias)
13627 (make-obsolete-variable, define-obsolete-variable-alias):
13628 Use `declare'.
13629 (macro-declaration-function): Mark obsolete.
13630 * emacs-lisp/autoload.el: Use lexical-binding.
13631 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13632
13633 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13634
13635 * textmodes/ispell.el (ispell-with-no-warnings):
13636 Define as a macro.
13637 (ispell-kill-ispell, ispell-change-dictionary):
13638 Use `called-interactively-p' for Emacs instead of obsolete
13639 `interactive-p'.
13640
13641 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13644 (macro-declaration-function): Move var from C code.
13645 (macro-declaration-function): Define function with defalias.
13646 * emacs-lisp/macroexp.el (macroexpand-all-1):
13647 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13648 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13649 defun/defmacro any more.
13650 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13651 Provide fallback for unknown arglist.
13652 (byte-compile-arglist-warn): Change calling convention.
13653 (byte-compile-output-file-form): Move print-vars binding.
13654 (byte-compile-output-docform): Simplify accordingly.
13655 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13656 (byte-compile-defmacro-declaration): Remove.
13657 (byte-compile-file-form-defmumble): Generalize to defalias.
13658 (byte-compile-output-as-comment): Return byte-positions.
13659 Simplify callers accordingly.
13660 (byte-compile-lambda): Use `assert'.
13661 (byte-compile-defun, byte-compile-defmacro): Remove.
13662 (byte-compile-file-form-defalias):
13663 Use byte-compile-file-form-defmumble.
13664 (byte-compile-defalias-warn): Remove.
13665
13666 2012-05-29 Stefan Merten <smerten@oekonux.de>
13667
13668 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13669 possible. Fix authors. Improve comments. Improve loading of `cl'.
13670
13671 (rst-mode-abbrev-table): Merge definition.
13672 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13673 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13674
13675 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13676
13677 * calendar/icalendar.el
13678 (icalendar-export-region): Export UID properly.
13679
13680 2012-05-29 Leo Liu <sdl.web@gmail.com>
13681 * calendar/icalendar.el (icalendar-import-format):
13682 Add `icalendar-import-format-uid' (Bug#11525).
13683 (icalendar-import-format-uid): New.
13684 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13685 Export UID.
13686
13687 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13690 different alternative patterns.
13691 (pcase-codegen): Be more careful to preserve identity.
13692 (pcase--u1): Don't forget to mark vars as used.
13693
13694 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13695 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13696 (byte-compile-from-buffer): ...rather than here.
13697
13698 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13699 functions from byte-compile-function-environment.
13700
13701 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13702
13703 * window.el (window-deletable-p): Avoid deleting the root window
13704 of a frame with an active minibuffer.
13705
13706 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13707
13708 * simple.el (choose-completion): Use quit-window (Bug#11567).
13709
13710 2012-05-29 Chong Yidong <cyd@gnu.org>
13711
13712 * whitespace.el (whitespace-cleanup): Fix usage of
13713 whitespace-empty-at-bob-regexp (Bug#11492).
13714
13715 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13716
13717 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13718 revert (Bug#11488).
13719
13720 2012-05-29 Juri Linkov <juri@jurta.org>
13721
13722 * isearch.el (isearch-mode-map): Bind `M-s _' to
13723 `isearch-toggle-symbol'. Bind `M-s c' to
13724 `isearch-toggle-case-fold'.
13725 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13726 (isearch-forward): Add `M-s _' to the docstring.
13727 (isearch-forward-symbol, isearch-toggle-case-fold)
13728 (isearch-symbol-regexp): New functions. (Bug#11381)
13729
13730 2012-05-29 Juri Linkov <juri@jurta.org>
13731
13732 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13733 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13734 a function, call it to get the regexp.
13735 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13736 property `isearch-message-prefix' instead of the string "word ".
13737 (isearch-search-fun-default): For the case of `isearch-word',
13738 return a lambda that calls re-search-forward/re-search-backward
13739 with a regexp returned by `word-search-regexp' or by the function
13740 in `isearch-word'.
13741
13742 2012-05-29 Juri Linkov <juri@jurta.org>
13743
13744 * isearch.el (isearch-search-fun-default): New function.
13745 (isearch-search-fun): Move default part to the new function
13746 `isearch-search-fun-default'.
13747 (isearch-search-fun-function): Set the default value to
13748 `isearch-search-fun-default'. (Bug#11381)
13749
13750 * comint.el (comint-history-isearch-end):
13751 Use `isearch-search-fun-default'.
13752 (comint-history-isearch-search): Use `isearch-search-fun-default'
13753 and remove spacial case for `isearch-word'.
13754 (comint-history-isearch-wrap): Remove spacial case for
13755 `isearch-word'.
13756
13757 * hexl.el (hexl-isearch-search-function):
13758 Use `isearch-search-fun-default'.
13759
13760 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13761 Use `word-search-regexp' for `isearch-word'.
13762
13763 * misearch.el (multi-isearch-search-fun):
13764 Use `isearch-search-fun-default'.
13765
13766 * simple.el (minibuffer-history-isearch-search):
13767 Use `isearch-search-fun-default' and remove spacial case for
13768 `isearch-word'.
13769 (minibuffer-history-isearch-wrap): Remove spacial case for
13770 `isearch-word'.
13771
13772 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13773 Remove spacial case for `isearch-word'.
13774 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13775
13776 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13777
13778 Decrease XEmacs incompatibilities.
13779 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13780 Use `string-match'.
13781 (flyspell-delete-region-overlays): Use alternative definition for
13782 XEmacs.
13783 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13784 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13785 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13786 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13787 `define-obsolete-face-alias' under XEmacs, but old method.
13788
13789 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13790 `with-no-warnings' definition or Emacs alias.
13791 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13792 (ispell-word): Do not use `region-p' if XEmacs.
13793
13794 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13795
13796 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13797 Check for `ispell-dictionary-base-alist' instead of full
13798 `ispell-dictionary-alist'.
13799 (ispell-init-process): Show spellchecker when starting new Ispell
13800 process.
13801
13802 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13805 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13806
13807 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * version.el (motif-version-string, gtk-version-string)
13810 (ns-version-string): Declare.
13811
13812 2012-05-27 Juri Linkov <juri@jurta.org>
13813
13814 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13815 after the `eval-defun-1' specialcaseing
13816 like in `edebug-eval-defun' (bug#10181).
13817
13818 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13819 like in `eval-defun-1'.
13820
13821 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13822
13823 * mail/sendmail.el (mail-yank-region):
13824 Recognize rmail-yank-current-message in addition to insert-buffer.
13825 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13826 a *mail* buffer created through rmail-start-mail with sendmail as
13827 mail-user-agent.
13828
13829 2012-05-27 Chong Yidong <cyd@gnu.org>
13830
13831 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13832 Default to 256 (Bug#11267).
13833
13834 * help.el (describe-mode): Doc fix.
13835
13836 2012-05-26 Glenn Morris <rgm@gnu.org>
13837
13838 * w32-fns.el (w32-init-info): Remove.
13839 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13840
13841 * info.el (info-initialize): For self-contained NS builds, put the
13842 included info/ directory at the front. (Bug#2791)
13843
13844 * paths.el (Info-default-directory-list): Make it a defcustom,
13845 mainly so that we can use custom-initialize-delay.
13846
13847 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * subr.el (buffer-has-markers-at): Mark obsolete.
13850
13851 * subr.el (lambda): Use declare.
13852
13853 * emacs-lisp/lisp-mode.el (lambda):
13854 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13855
13856 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13857
13858 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13859
13860 2012-05-26 Glenn Morris <rgm@gnu.org>
13861
13862 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13863
13864 2012-05-25 Glenn Morris <rgm@gnu.org>
13865
13866 * paths.el: Remove no-byte-compile.
13867 * loadup.el: No need to load paths.el uncompiled.
13868
13869 * image.el (imagemagick-types-inhibit): Doc fix.
13870
13871 * version.el: Remove no-byte-compile and associated formatting.
13872 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13873 is ancient code from when there was an "inc-vers.el".
13874
13875 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * progmodes/gdb-mi.el: Minor style changes.
13878 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13879 Turn into minor modes.
13880 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13881 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13882 (gdb-shell): Remove unneeded let-binding.
13883 (gdb-get-many-fields): Eliminate O(n²) behavior.
13884
13885 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13886
13887 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13888 platforms that don't link in fontset.c.
13889
13890 2012-05-25 Juri Linkov <juri@jurta.org>
13891
13892 Use the same diff color scheme as in modern VCSes (bug#10181).
13893
13894 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13895 to avoid confusion with `diff-added' that now uses green colors.
13896 (diff-removed): Use shades of red.
13897 (diff-added): Use shades of green.
13898 (diff-changed): Leave just the yellow color.
13899 (diff-use-changed-face): New variable.
13900 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13901 how to highlight context diff changes.
13902 (diff-refine-change): Use shades of yellow.
13903 (diff-refine-removed): New face that uses shades of red.
13904 (diff-refine-added): New face that uses shades of green.
13905 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13906 `diff-refine-removed' in the call to `smerge-refine-subst'
13907 depending on the value of `diff-use-changed-face'.
13908
13909 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13910 (smerge-other): Use shades of green.
13911 (smerge-base): Use shades of yellow.
13912 (smerge-refined-change): Empty face.
13913 (smerge-refined-removed): New face that uses shades of red.
13914 (smerge-refined-added): New face that uses shades of green.
13915 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13916 args `props-r' and `props-a', and use them. Doc fix.
13917 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13918 on its value use different faces `smerge-refined-change',
13919 `smerge-refined-removed', `smerge-refined-added' in the call to
13920 `smerge-refine-subst'.
13921
13922 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13923 Add face condition `min-colors 88' with shades of red.
13924 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13925 `min-colors 88' with shades of green.
13926 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13927 `min-colors 88' with shades of yellow.
13928
13929 2012-05-24 Glenn Morris <rgm@gnu.org>
13930
13931 * paths.el (prune-directory-list, remote-shell-program): Move to...
13932 * files.el (prune-directory-list, remote-shell-program): ...here.
13933 For the latter, delay initialization, prefer ssh, just search PATH.
13934
13935 * paths.el (term-file-prefix): Move to faces.el (the only user).
13936 * faces.el (term-file-prefix): Move here, make it a defcustom.
13937
13938 * paths.el (news-directory, news-path, news-inews-program):
13939 Move to gnus/nnspool.el.
13940
13941 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13942
13943 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13944 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13945 Make the latter a defcustom, with a delayed initialization.
13946
13947 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13948 These were deleted from Gnus itself late 2010.
13949
13950 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13951
13952 * progmodes/which-func.el (which-func-ff-hook):
13953 Check against user-error, not error.
13954
13955 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13956 cl-specs.el, which no longer exists.
13957
13958 2012-05-22 Glenn Morris <rgm@gnu.org>
13959
13960 * info.el (info-emacs-bug): New command.
13961 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13962 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13963
13964 2012-05-21 Glenn Morris <rgm@gnu.org>
13965
13966 * makefile.w32-in (update-subdirs-SH):
13967 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13968
13969 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13972
13973 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13974 Simplify Maven regexp, and make sure the file can't start with a space
13975 (bug#11517).
13976
13977 2012-05-21 Glenn Morris <rgm@gnu.org>
13978
13979 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13980 Scrap superfluous subshells.
13981
13982 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13985 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13986
13987 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13988
13989 * calc/calc.el (calc-ensure-consistent-units): New variable.
13990
13991 * calc/calc-units.el (math-consistent-units-p)
13992 (math-check-unit-consistency): New functions.
13993 (calc-quick-units, calc-convert-units):
13994 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13995 is non-nil.
13996 (calc-extract-units): Fix typo.
13997
13998 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14001
14002 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14003 (flyspell-default-deplacement-commands): Don't spell check after
14004 repeated window/frame switches (e.g. triggered by mouse-movement).
14005 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14006 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14007 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14008 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14009 Remove unused vars.
14010 (flyspell-get-casechars, flyspell-get-not-casechars):
14011 Simplify; Don't bother removing a ] just to add it back.
14012 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14013
14014 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14015
14016 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14017 New functions.
14018 (math-function-table): Add support for more C functions.
14019
14020 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14021
14022 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14023 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14024 Protect delay handling for otherchars against empty otherchars.
14025
14026 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14029 their respective macro declarations.
14030 * skeleton.el (define-skeleton):
14031 * progmodes/compile.el (define-compilation-mode):
14032 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14033 (define-ibuffer-filter):
14034 * emacs-lisp/generic.el (define-generic-mode):
14035 * emacs-lisp/easy-mmode.el (define-minor-mode)
14036 (define-globalized-minor-mode):
14037 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14038 * emacs-lisp/byte-run.el (defsubst):
14039 * custom.el (deftheme): Add doc-string metadata.
14040
14041 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14044
14045 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14048
14049 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14050 * emacs-lisp/cl-macs.el: Idem.
14051 * emacs-lisp/cl-specs.el: Remove.
14052
14053 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 Minor renaming of internal CL functions and variables.
14056 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14057 (cl--position): Rename from cl-position.
14058 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14059 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14060 (cl--random-state): Rename from *random-state*.
14061
14062 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14065 parens around the arg list (bug#11499).
14066
14067 2012-05-17 Juri Linkov <juri@jurta.org>
14068
14069 * isearch.el (word-search-regexp, word-search-backward)
14070 (word-search-forward, word-search-backward-lax)
14071 (word-search-forward-lax): Move functions from search.c
14072 (bug#10145, bug#11381).
14073
14074 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14075
14076 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14077 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14078 Delay for otherchars as for normal word components.
14079
14080 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * minibuffer.el (completion--sifn-requote): Fix last change.
14083 (minibuffer-local-must-match-filename-map):
14084 Move define-obsolete-variable-alias before its var.
14085
14086 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14089
14090 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14091 behavior.
14092 (completion--string-equal-p): New function.
14093 (completion--twq-all): Use it to get better assertion failure data.
14094
14095 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14096 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14097 (shell--requote-argument): New functions.
14098 (shell-completion-vars): Use them.
14099 (shell--parse-pcomplete-arguments): Rename from
14100 shell-parse-pcomplete-arguments.
14101 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14102 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14103 Obey comint-file-name-quote-list.
14104
14105 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14106 (smie-indent-keyword): Use it.
14107
14108 2012-05-14 Stefan Merten <smerten@oekonux.de>
14109
14110 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14111
14112 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * net/rlogin.el (rlogin-mode-map): Fix last change.
14115
14116 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14117
14118 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14119 the following \r\n using a single `process-send-string', since the
14120 Lotus SMTP server refuses to accept any commands if they are sent
14121 with two `process-send-string's (Bug#11444).
14122
14123 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * shell.el (shell-parse-pcomplete-arguments):
14126 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14127
14128 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14129
14130 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14131 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14132 (image-transform-width, image-transform-fit-width): New functions.
14133 (image-transform-properties): Use them.
14134 (image-transform-check-size): New function.
14135 (image-toggle-display-image): Use it (for testing).
14136 (image-transform-set-rotation): Reduce angle mod 360.
14137 Delete obsolete comment.
14138
14139 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14140
14141 * image-mode.el: Fix scaling (bug#11399).
14142 (image-transform-resize): Doc fix.
14143 (image-transform-properties): Default scale is 1 and height should
14144 be an integer.
14145
14146 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14147
14148 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14149 than hard-coding `car', to fix misbehavior when moving forward.
14150
14151 2012-05-13 Chong Yidong <cyd@gnu.org>
14152
14153 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14154 (tabulated-list-entries, tabulated-list-padding)
14155 (tabulated-list-sort-key): Make permanent-local.
14156
14157 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14158 (electric-buffer-list): Put electric buffer menu
14159 command descriptions in this docstring, instead of the docstring
14160 of electric-buffer-menu-mode. Code cleanups.
14161 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14162 Electric-buffer-menu-mode.
14163 (electric-buffer-update-highlight): Minor code cleanup.
14164
14165 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14166
14167 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14168 (Bug#11447)
14169
14170 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 Move define-obsolete-variable-alias before the var's definition.
14173 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14174 * tooltip.el (tooltip-hook):
14175 * textmodes/reftex-toc.el (reftex-toc-map):
14176 * textmodes/reftex-sel.el (reftex-select-label-map)
14177 (reftex-select-bib-map):
14178 * textmodes/reftex-index.el (reftex-index-map)
14179 (reftex-index-phrases-map):
14180 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14181 * progmodes/meta-mode.el (meta-mode-map):
14182 * novice.el (disabled-command-hook):
14183 * loadhist.el (unload-hook-features-list):
14184 * frame.el (blink-cursor):
14185 * files.el (find-file-not-found-hooks, write-file-hooks)
14186 (write-contents-hooks):
14187 * emulation/tpu-edt.el (GOLD-map):
14188 * emacs-lock.el (emacs-lock-from-exiting):
14189 * emacs-lisp/generic.el (generic-font-lock-defaults):
14190 * emacs-lisp/chart.el (chart-map):
14191 * dos-fns.el (register-name-alist):
14192 * dired-x.el (dired-omit-files-p):
14193 * desktop.el (desktop-enable):
14194 * cus-edit.el (custom-mode-hook):
14195 * buff-menu.el (buffer-menu-mode-hook):
14196 * bookmark.el (bookmark-read-annotation-text-func)
14197 (bookmark-exit-hooks):
14198 * allout.el (allout-mode-deactivate-hook)
14199 (allout-exposure-change-hook, allout-structure-added-hook)
14200 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14201 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14202 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14203 comes before the corresponding variable's definition.
14204
14205 2012-05-12 Chong Yidong <cyd@gnu.org>
14206
14207 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14208 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14209 (Buffer-menu-mode-map): Bind it.
14210 (Buffer-menu--pretty-name): Add a mouse-face property.
14211
14212 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14215 (prolog-upper-case-string, prolog-lower-case-string)
14216 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14217 (prolog-use-smie, prolog-smie-grammar): New vars.
14218 (prolog-smie-forward-token, prolog-smie-backward-token)
14219 (prolog-smie-rules): New funs.
14220 (prolog-comment-indent): Remove.
14221 (prolog-mode-variables): Use default comment indentation instead.
14222 Setup SMIE.
14223 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14224 (prolog-mode): Don't call them any more.
14225 (prolog-electric-colon, prolog-electric-dash)
14226 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14227
14228 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14229
14230 * minibuffer.el (completion--twq-all): Again, allow case differences.
14231
14232 * term.el: Move keymap initialization code to be more idiomatic.
14233 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14234 (term-terminal-menu): Move initialization into declaration.
14235 (term-escape-char): Let the user set it in her .emacs.
14236
14237 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14238 Provide SMIE-based indentation (not enabled by default yet).
14239 (sh-mode-map): Don't bind electric keys.
14240 Use electric-pair-mode instead of skeleton-pair.
14241 (sh-assignment-regexp): Fit within 80 columns.
14242 (sh-indent-supported): Specify actual shell name instead of boolean.
14243 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14244 (sh-maybe-here-document): Use it. Make obsolete.
14245 (sh-electric-here-document-mode) New minor mode.
14246 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14247 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14248 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14249 (sh-smie-rc-grammar, sh-use-smie): New vars.
14250 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14251 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14252 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14253 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14254 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14255 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14256 (sh-set-shell): Use smie-setup if requested.
14257
14258 * term.el (term-set-escape-char): Properly set term-escape-char.
14259 See http://stackoverflow.com/questions/10524656.
14260
14261 2012-05-10 Chong Yidong <cyd@gnu.org>
14262
14263 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14264 Use url-generic-parse-url, and handle host names and Windows
14265 filenames properly.
14266 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14267 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14268 URL schemes to work on.
14269 (ffap--toggle-read-only): New function.
14270 (ffap-read-only, ffap-read-only-other-window)
14271 (ffap-read-only-other-frame): Use it.
14272 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14273 necessary for ffap-url-unwrap-remote.
14274
14275 2012-05-10 Dave Abrahams <dave@boostpro.com>
14276
14277 * cus-start.el (create-lockfiles): Add it.
14278
14279 2012-05-09 Chong Yidong <cyd@gnu.org>
14280
14281 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14282 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14283
14284 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14287
14288 2012-05-09 Chong Yidong <cyd@gnu.org>
14289
14290 * ansi-color.el (ansi-color-process-output): Check for validity of
14291 comint-last-output-start before using it. This avoids a bad
14292 interaction with gdb-mi's input/output buffer.
14293
14294 2012-05-09 Glenn Morris <rgm@gnu.org>
14295
14296 * files.el (dir-locals-read-from-file):
14297 Mention dir-locals in any error message.
14298
14299 2012-05-09 Chong Yidong <cyd@gnu.org>
14300
14301 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14302 package (Bug#11410).
14303
14304 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14305 variables into description.
14306
14307 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14310 shell-delimiter-argument-list (bug#11348).
14311 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14312
14313 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * textmodes/rst.el: Silence byte-compiler warnings.
14316 (rst-re-alist, rst-reset-section-caches): Move around.
14317 (rst-re): Use `characterp', not `char-valid-p'.
14318 (font-lock-beg, font-lock-end): Declare.
14319
14320 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14321 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14322
14323 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14324
14325 2012-05-08 Glenn Morris <rgm@gnu.org>
14326
14327 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14328
14329 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * vc/log-edit.el: Add GNU coding standards highlighting.
14332 (log-edit-font-lock-gnu-style)
14333 (log-edit-font-lock-gnu-keywords): New vars.
14334 (log-edit-font-lock-keywords): New fun.
14335 (log-edit-mode): Don't fold case in font-lock.
14336 (log-edit-font-lock-keywords): Do not assume case-folding.
14337
14338 * imenu.el: Misc cleanup. Make docstrings out of comments.
14339 Use lexical-binding.
14340 (imenu--index-alist, imenu--last-menubar-index-alist)
14341 (imenu-menubar-modified-tick): Use defvar-local.
14342 (imenu--split-menu): Remove unused var.
14343 (imenu--cleanup-seen): Declare as global.
14344 (imenu--cleanup): Use dolist.
14345
14346 * subr.el (defvar-local): Add debug spec and doc-string position.
14347
14348 2012-05-08 Glenn Morris <rgm@gnu.org>
14349
14350 * language/burmese.el, language/cham.el, language/czech.el:
14351 * language/english.el, language/georgian.el, language/greek.el:
14352 * language/japanese.el, language/khmer.el, language/korean.el:
14353 * language/lao.el, language/misc-lang.el, language/romanian.el:
14354 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14355 * language/thai.el, language/utf-8-lang.el:
14356 Remove no-byte-compile setting.
14357
14358 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14359
14360 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14361
14362 * progmodes/make-mode.el (makefile-browse):
14363 Remove unnecessary interactive. (Bug#11324)
14364
14365 2012-05-07 Glenn Morris <rgm@gnu.org>
14366
14367 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14368
14369 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14370
14371 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * loadup.el: Preload newcomment.el.
14374 * newcomment.el: Move autoload-only code to toplevel.
14375
14376 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14377 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14378 Handle new :right-align column property.
14379 (tabulated-list-print-col): Idem, plus use `display' text-property to
14380 try and preserve alignment for variable pitch fonts.
14381
14382 2012-05-07 Chong Yidong <cyd@gnu.org>
14383
14384 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14385 (tabulated-list-use-header-line): New var.
14386 (tabulated-list-init-header): Use it.
14387 (tabulated-list-print-fake-header): New function.
14388 (tabulated-list-print): Use it.
14389 (tabulated-list-sort-button-map): Add non-header-line commands.
14390 (tabulated-list-init-header): Add column name property to basic
14391 labels as well.
14392 (tabulated-list-col-sort): Handle non-header-line button case.
14393 (tabulated-list--sort-by-column-name): Fix a corner case.
14394
14395 * buff-menu.el (list-buffers--refresh):
14396 Handle Buffer-menu-use-header-line.
14397
14398 2012-05-06 Chong Yidong <cyd@gnu.org>
14399
14400 * buff-menu.el: Convert to Tabulated List mode.
14401 (Buffer-menu-buffer+size-width): Make obsolete.
14402 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14403 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14404 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14405 documentation into docstring of buffer-menu.
14406 (Buffer-menu-toggle-files-only): Add an informative message.
14407 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14408 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14409 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14410 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14411 (Buffer-menu-execute, Buffer-menu-select)
14412 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14413 (Buffer-menu-bury): Use Tabulated List machinery.
14414 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14415 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14416 Delete.
14417 (list-buffers--refresh): New function.
14418 (list-buffers-noselect): Use it.
14419 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14420 (Buffer-menu--pretty-file-name): New helper functions.
14421
14422 * loadup.el: Preload tabulated-list.
14423
14424 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14425 tabulated-list-sort-column.
14426 (tabulated-list-init-header): Add the initial aligning space even
14427 if tabulated-list-padding is zero.
14428
14429 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14430
14431 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14432 whose cdr is not a cons cell correctly (bug#11038).
14433
14434 2012-05-06 Chong Yidong <cyd@gnu.org>
14435
14436 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14437 Accept additional plist in column descriptors.
14438 (tabulated-list-init-header): Obey it.
14439 (tabulated-list-get-entry): New function.
14440 (tabulated-list-put-tag): Use it. Use string-width instead of
14441 length.
14442 (tabulated-list--column-number): New function.
14443 (tabulated-list-print): Use it.
14444 (tabulated-list-print-col): New function.
14445 Set `tabulated-list-column-name' property on each column's text.
14446 (tabulated-list-print-entry): Use it.
14447 (tabulated-list-delete-entry, tabulated-list-set-col):
14448 New functions.
14449 (tabulated-list-sort-column): New command (Bug#11337).
14450
14451 * buff-menu.el (list-buffers): Move C-x C-b binding from
14452 buff-menu.el to bindings.el.
14453
14454 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14455 :advertised-binding feature.
14456
14457 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14458
14459 * progmodes/compile.el (compilation-internal-error-properties):
14460 Calculate start position correctly when end-col is set but
14461 end-line is not (Bug#11382).
14462
14463 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14464
14465 * man.el (Man-unindent): Use text-property-default-nonsticky to
14466 prevent untabify from inheriting face properties (Bug#11408).
14467
14468 2012-05-05 Stefan Merten <smerten@oekonux.de>
14469
14470 * textmodes/rst.el: Major merge with upstream development up to
14471 Docutils SVN r7399 / rst.el V1.2.1.
14472
14473 Clarify maintainership and authors.
14474
14475 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14476 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14477 (rst-official-version, rst-official-cvs-rev, rst-version)
14478 (rst-package-emacs-version-alist): New functions and variables
14479 for version information.
14480
14481 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14482 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14483 (rst-mode-syntax-table, rst-mode): New and corrected functions
14484 and variables representing reStructuredText features.
14485
14486 (rst-re): New function for reStructuredText regexes. Use in
14487 many places.
14488
14489 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14490 (rst-mode-map): Rebind keys.
14491
14492 (rst-mode-lazy, rst-font-lock-keywords)
14493 (rst-font-lock-extend-region)
14494 (rst-font-lock-extend-region-internal)
14495 (rst-font-lock-extend-region-extend)
14496 (rst-font-lock-find-unindented-line-limit)
14497 (rst-font-lock-find-unindented-line-match)
14498 (rst-adornment-level, rst-font-lock-adornment-level)
14499 (rst-font-lock-adornment-match)
14500 (rst-font-lock-handle-adornment-pre-match-form)
14501 (rst-font-lock-handle-adornment-matcher): Major revision of
14502 font-locking. Integrate with other code. Use `jit-lock-mode'.
14503
14504 (rst-preferred-adornments, rst-adjust-hook)
14505 (rst-new-adornment-down, rst-preferred-bullets)
14506 (rst-preferred-bullets, rst-indent, rst-indent-width)
14507 (rst-indent-field, rst-indent-literal-normal)
14508 (rst-indent-literal-minimized, rst-indent-comment): Change,
14509 extend and improve customization.
14510
14511 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14512 (rst-normalize-cursor-position, rst-get-decoration)
14513 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14514 (rst-rstrip, rst-toc-insert-find-delete-contents)
14515 (rst-shift-fill-region, rst-compute-bullet-tabs)
14516 (rst-debug-print-tabs, rst-debug-mark-found)
14517 (rst-shift-region-guts, rst-shift-region-right)
14518 (rst-shift-region-left, rst-use-char-classes)
14519 (rst-font-lock-keywords-function)
14520 (rst-font-lock-indentation-point)
14521 (rst-font-lock-find-unindented-line-begin)
14522 (rst-font-lock-find-unindented-line-end)
14523 (rst-font-lock-find-unindented-line)
14524 (rst-font-lock-adornment-point, rst-font-lock-level)
14525 (rst-adornment-level-alist): Remove functions and variables.
14526
14527 (rst-compare-adornments, rst-get-adornment-match)
14528 (rst-suggest-new-adornment, rst-get-adornments-around)
14529 (rst-adornment-complete-p, rst-get-next-adornment)
14530 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14531 (rst-straighten-adornments): Standardize function names to
14532 use "adornment" instead of "decoration". Correct callers.
14533 Similar standardizing in many places.
14534
14535 (rst-update-section, rst-adjust, rst-promote-region)
14536 (rst-enumerate-region, rst-bullet-list-region)
14537 (rst-repeat-last-character): Correct use of `interactive'.
14538
14539 (rst-classify-adornment, rst-find-all-adornments)
14540 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14541 (rst-find-leftmost-column, rst-repeat-last-character):
14542 Refactor functions.
14543
14544 (rst-find-title-line, rst-reset-section-caches)
14545 (rst-get-adornments-around, rst-adjust-adornment-work)
14546 (rst-arabic-to-roman, rst-roman-to-arabic)
14547 (rst-insert-list-pos, rst-insert-list-new-item)
14548 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14549 New functions.
14550
14551 (rst-all-sections, rst-section-hierarchy)
14552 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14553 New variables.
14554
14555 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14556 configuration instead of only buffer. Change where necessary.
14557
14558 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14559 (rst-shift-region, rst-adaptive-fill): New functions for
14560 indentation and filling.
14561
14562 (rst-comment-line-break, rst-comment-indent)
14563 (rst-comment-insert-comment, rst-comment-region)
14564 (rst-uncomment-region): New functions for handling comments.
14565
14566 (rst-compile): Quote shell arguments.
14567
14568 (rst-compile-pdf-preview, rst-compile-slides-preview):
14569 Delete temporary files after use.
14570
14571 2012-05-05 Glenn Morris <rgm@gnu.org>
14572
14573 * calendar/cal-html.el: Optionally include holidays in the output.
14574 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14575 (cal-html-holidays): New option.
14576 (cal-html-css-default): Add holiday entry.
14577 (holiday-in-range): Autoload it.
14578 (cal-html-htmlify-entry): Add optional class argument.
14579 (cal-html-htmlify-list): Add optional holidays argument.
14580 (cal-html-insert-agenda-days): Include holidays in the output.
14581 (cal-html-one-month): Maybe include holidays.
14582
14583 * calendar/holidays.el (holiday-in-range):
14584 Move here from cal-tex-list-holidays.
14585 * calendar/cal-tex.el (cal-tex-list-holidays):
14586 Make it an obsolete alias for holiday-in-range. Update all callers.
14587
14588 2012-05-05 Chong Yidong <cyd@gnu.org>
14589
14590 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14591 Nextstep.
14592
14593 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14594
14595 * files.el (file-auto-mode-skip): New var.
14596 (set-auto-mode-1): Use it.
14597
14598 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * repeat.el: Use lexical-binding.
14601 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14602 (repeat-undo-count): Remove.
14603 (repeat):
14604 * progmodes/octave-mod.el (octave-abbrev-start):
14605 * progmodes/f90.el (f90-abbrev-start):
14606 * face-remap.el (text-scale-adjust):
14607 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14608
14609 * emacs-lisp/pcase.el (pcase--let*): New function.
14610 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14611 a bit more.
14612 (pcase--split-pred): Be more clever about ruling out overlap between
14613 a predicate and some constant pattern.
14614 (pcase--q1): Use `null' instead of (eq foo nil).
14615
14616 * subr.el (setq-local, defvar-local): New macros.
14617 (kbd): Redefine as an alias.
14618 (with-selected-window): Leave unrelated frames alone.
14619 (set-temporary-overlay-map): New function.
14620
14621 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * subr.el (user-error): New function.
14624 * window.el (switch-to-buffer):
14625 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14626 (smerge-match-conflict):
14627 * simple.el (previous-matching-history-element)
14628 (next-matching-history-element, goto-history-element, undo-more)
14629 (undo-start):
14630 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14631 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14632 (next-file, tags-loop-scan, list-tags, complete-tag):
14633 * progmodes/compile.el (compilation-loop):
14634 * mouse.el (mouse-minibuffer-check):
14635 * man.el (Man-bgproc-sentinel, Man-goto-page):
14636 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14637 (Info-history-forward, Info-follow-reference, Info-menu)
14638 (Info-extract-menu-item, Info-extract-menu-counting)
14639 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14640 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14641 (Info-next-reference, Info-prev-reference, Info-index)
14642 (Info-index-next, Info-follow-nearest-node)
14643 (Info-copy-current-node-name):
14644 * imenu.el (imenu--make-index-alist)
14645 (imenu-default-create-index-function, imenu-add-to-menubar):
14646 * files.el (basic-save-buffer, recover-file):
14647 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14648 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14649 (checkdoc-message-text, checkdoc-defun):
14650 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14651 * cus-edit.el (customize-changed-options, customize-rogue)
14652 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14653 (custom-variable-mark-to-reset-standard)
14654 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14655 (custom-file):
14656 * completion.el (check-completion-length):
14657 * comint.el (comint-search-arg)
14658 (comint-previous-matching-input-string-position)
14659 (comint-previous-matching-input)
14660 (comint-replace-by-expanded-history-before-point, comint-send-input)
14661 (comint-copy-old-input, comint-backward-matching-input)
14662 (comint-goto-process-mark, comint-set-process-mark):
14663 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14664 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14665
14666 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * dabbrev.el (dabbrev--ignore-case-p): New function.
14669 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14670 Use it.
14671
14672 * files.el (automount-dir-prefix): Mark as obsolete.
14673
14674 2012-05-04 Glenn Morris <rgm@gnu.org>
14675
14676 * patcomp.el, play/bruce.el: Move to obsolete/.
14677
14678 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14679
14680 Fix minor Y10k bugs.
14681 * arc-mode.el (archive-unixdate):
14682 * autoinsert.el (auto-insert-alist):
14683 * calc/calc-forms.el (math-this-year):
14684 * emacs-lisp/copyright.el (copyright-current-year)
14685 (copyright-update-year, copyright):
14686 * tar-mode.el (tar-clip-time-string):
14687 * time.el (display-time-update):
14688 Don't assume years have 4 digits.
14689
14690 2012-05-04 Chong Yidong <cyd@gnu.org>
14691
14692 * dos-w32.el (file-name-buffer-file-type-alist)
14693 (direct-print-region-use-command-dot-com):
14694 * ffap.el (ffap-menu-regexp):
14695 * find-file.el (ff-special-constructs):
14696 * follow.el (follow-debug):
14697 * forms.el (forms--debug):
14698 * iswitchb.el (iswitchb-all-frames):
14699 * ido.el (ido-all-frames):
14700 * emacs-lisp/timer.el (timer-max-repeats):
14701 * mail/feedmail.el (feedmail-mail-send-hook)
14702 (feedmail-mail-send-hook-queued):
14703 * mail/footnote.el (footnote-signature-separator):
14704 * mail/mailabbrev.el (mail-alias-separator-string)
14705 (mail-abbrev-mode-regexp):
14706 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14707 * progmodes/idlwave.el (idlwave-libinfo-file)
14708 (idlwave-default-completion-case-is-down)
14709 (idlwave-library-routines): Convert defvars to defcustoms.
14710
14711 * mail/rmail.el (rmail-decode-mime-charset):
14712 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14713 (idlwave-shell-fix-inserted-breaks)
14714 (idlwave-shell-activate-alt-keybindings)
14715 (idlwave-shell-use-breakpoint-glyph):
14716 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14717
14718 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14719
14720 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14721
14722 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14723
14724 * progmodes/verilog-mode.el (font-lock-keywords):
14725 Fix mis-highligting auto. Reported by Craig Barner.
14726 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14727 defines from global name space. Reported by Dan Dever.
14728 (verilog-auto-reset, verilog-auto-reset-widths)
14729 (verilog-auto-tieoff): Support using unbased numbers for
14730 AUTORESET and AUTOTIEOFF.
14731 (verilog-submit-bug-report): Update variable list.
14732 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14733 parenthesis from not matching. Reported by Michael Rytting.
14734 (verilog-auto-template-lint): Fix hash error when linting modules
14735 with no used templates.
14736 (verilog-warn, verilog-warn-error)
14737 (verilog-warn-fatal): When non-interactive report multiple
14738 warnings before exiting. Suggested by Brad Dobbie.
14739 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14740 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14741 to report unused template errors. Reported by Brad Dobbie.
14742 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14743 nets, bug438. Reported by Vns Blore.
14744 (verilog-auto-inout-module, verilog-auto-reg)
14745 (verilog-read-decls, verilog-read-sub-decls-sig)
14746 (verilog-signals-edit-wire-reg, verilog-signals-with):
14747 Fix passing of Verilog data types in ANSI input/output ports
14748 such as "output logic" into the AUTOs. Special case "wire" and
14749 "reg" for backwards compatibility presuming Verilog 2001.
14750 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14751 (verilog-preprocess): Fix replication of preprocess output.
14752 Reported by Brad Dobbie.
14753 (verilog-auto-inst-interfaced-ports):
14754 Create verilog-auto-inst-interfaced-ports, bug429.
14755 Reported by Julian Gorfajn.
14756 (verilog-after-save-font-hook)
14757 (verilog-before-save-font-hook): New variable.
14758 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14759 (verilog-save-font-mods): Wrap disabling fontification, reported
14760 by David Rogoff.
14761 (verilog-do-indent, verilog-pretty-declarations-auto)
14762 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14763 Reported by Pierre-David Pfister.
14764 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14765 of class declarations, bug292. Reported by Kevin Heilman.
14766 (verilog-read-decls): Fix 'parameter type' not appearing in
14767 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14768 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14769 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14770 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14771 Reported by David Kravitz.
14772
14773 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14774
14775 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14776 assignment with tests in ifs and for loops.
14777 (verilog-extended-complete-re, verilog-complete-reg): Change so
14778 that DPI inport functions don't look like fuction declarations.
14779 (verilog-pretty-expr): Don't line up assignment
14780 operations to the test and increment in if and for loops
14781 (verilog-extended-complete-re, verilog-complete-reg): Change so
14782 that DPI inport functions don't look like fuction declarations.
14783
14784 2012-05-03 Kenichi Handa <handa@m17n.org>
14785
14786 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14787 decoding, and show a warning message without signaling an error
14788 (Bug#11282).
14789
14790 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * emacs-lisp/bytecomp.el
14793 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14794 since cconv.el might have introduced :fun-body, internal-make-closure,
14795 and friends for bytecomp to handle (bug#11391).
14796 * custom.el (defcustom): Avoid ((λ ..) ..).
14797
14798 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14801
14802 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14803
14804 * notifications.el (dbus-debug):
14805 * term/linux.el (gpm-mouse-enable):
14806 * term/screen.el (xterm-register-default-colors): Declare.
14807
14808 2012-05-02 Chong Yidong <cyd@gnu.org>
14809
14810 * cus-start.el (gc-cons-percentage, exec-suffixes)
14811 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14812 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14813 (make-cursor-line-fully-visible, void-text-area-pointer)
14814 (font-list-limit): Add customization data.
14815
14816 * allout.el (allout-exposure-change-functions)
14817 (allout-structure-added-functions)
14818 (allout-structure-deleted-functions)
14819 (allout-structure-shifted-functions): Rename abnormal hooks from
14820 *-hook, and convert to defcustoms.
14821 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14822 Convert to defcustoms.
14823 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14824
14825 * allout-widgets.el: Hook callers changed.
14826
14827 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14828
14829 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14830 the yanked message in preference to the default value of
14831 buffer-file-coding-system.
14832
14833 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14834
14835 * window.el (display-buffer--action-function-custom-type):
14836 Fix entry.
14837
14838 2012-05-02 Alan Mackenzie <acm@muc.de>
14839
14840 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14841
14842 2012-05-01 Glenn Morris <rgm@gnu.org>
14843
14844 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14845
14846 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14847
14848 * cus-edit.el (custom-variable-documentation): Simplify with format.
14849
14850 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14851 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * simple.el (suggest-key-bindings, execute-extended-command):
14854 Move from keyboard.c.
14855
14856 2012-05-01 Chong Yidong <cyd@gnu.org>
14857
14858 * follow.el: Eliminate advice.
14859 (set-process-filter, process-filter, sit-for): Advice deleted.
14860 (follow-mode-off-hook): Obsolete hook removed.
14861 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14862 Vars deleted.
14863 (follow-auto): Use a :set function.
14864 (follow-mode): Rewritten. Don't advise process filters.
14865 (follow-switch-to-current-buffer-all, follow-scroll-up)
14866 (follow-scroll-down): Assume follow-mode is bound.
14867 (follow-comint-scroll-to-bottom)
14868 (follow-align-compilation-windows): New functions.
14869 (follow--window-sorter): New function.
14870 (follow-all-followers): Use it to explicitly sort windows by their
14871 positions; don't make assumptions about next-window order.
14872 (follow-windows-start-end, follow-delete-other-windows-and-split)
14873 (follow-calc-win-start): Doc fix.
14874 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14875 vertical-motion unnecessarily.
14876 (follow-adjust-window): New function.
14877 (follow-post-command-hook): Use it.
14878 (follow-call-set-process-filter, follow-call-process-filter)
14879 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14880 (follow-stop-intercept-process-output, follow-generic-filter):
14881 Functions deleted.
14882 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14883 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14884 New functions, replacing advice on scroll-bar-* commands.
14885 (follow-mwheel-scroll): New function (Bug#4112).
14886
14887 * comint.el (comint-adjust-point): New function.
14888 (comint-postoutput-scroll-to-bottom): Use it.
14889 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14890
14891 2012-05-01 Glenn Morris <rgm@gnu.org>
14892
14893 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14894 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14895 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14896 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14897 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14898 Remove no-byte-compile setting.
14899
14900 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14903 all-completions code to not return a number in the last cdr.
14904
14905 2012-04-30 Leo Liu <sdl.web@gmail.com>
14906
14907 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14908 read-only error.
14909
14910 2012-04-29 Chong Yidong <cyd@gnu.org>
14911
14912 * follow.el (follow-calc-win-end): Rewrite to handle partial
14913 screen lines correctly (Bug#8390).
14914 (follow-avoid-tail-recenter): Minor cleanup.
14915
14916 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 Avoid the obsolete `assoc' package.
14919 * speedbar.el (speedbar-refresh): Avoid adelete.
14920 (speedbar-file-lists): Simplify and avoid aput.
14921 * man.el (Man--sections, Man--refpages): New vars, replacing
14922 Man-sections-alist and Man-refpages-alist.
14923 (Man-build-section-alist, Man-build-references-alist):
14924 Use them; avoid aput.
14925 (Man--last-section, Man--last-refpage): New vars.
14926 (Man-follow-manual-reference): Use them.
14927 Use the `default' arg of completing-read.
14928 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14929
14930 2012-04-27 Chong Yidong <cyd@gnu.org>
14931
14932 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14933
14934 * startup.el (x-apply-session-resources): New function.
14935
14936 * term/ns-win.el (ns-initialize-window-system):
14937 * term/w32-win.el (w32-initialize-window-system):
14938 * term/x-win.el (x-initialize-window-system): Use it to properly
14939 set menu-bar-mode and other vars from X resources, even if the
14940 initial frame is not a window-system frame (Bug#2299).
14941
14942 * subr.el (read-key): Avoid running filter function when setting
14943 up temporary tool bar entries (Bug#9922).
14944
14945 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14946
14947 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14948 (Bug#11344)
14949
14950 2012-04-27 Chong Yidong <cyd@gnu.org>
14951
14952 * select.el (xselect--encode-string): New function, split from
14953 xselect-convert-to-string.
14954 (xselect-convert-to-string): Use it.
14955 (xselect-convert-to-filename, xselect-convert-to-os)
14956 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14957 returned strings are properly encoded (Bug#11315).
14958
14959 2012-04-27 Chong Yidong <cyd@gnu.org>
14960
14961 * simple.el (delete-active-region): Move to killing custom group.
14962
14963 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14964
14965 * progmodes/which-func.el (which-func-current): Quote %
14966 characters for mode-line processing.
14967
14968 2012-04-27 Chong Yidong <cyd@gnu.org>
14969
14970 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14971 reaching eob (Bug#11286).
14972
14973 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14974
14975 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14976 (gdb): Make it buffer-local and init to zero.
14977 (gdb-control-commands-regexp): New variable.
14978 (gdb-send): Don't wrap in "-interpreter-exec console" if
14979 gdb-control-level is positive. Increment gdb-control-level
14980 whenever the command matches gdb-control-commands-regexp, and
14981 decrement it each time the command is "end". (Bug#11279)
14982
14983 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14984
14985 * window.el (adjust-window-trailing-edge, enlarge-window)
14986 (shrink-window, window-resize):
14987 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14988 windows (Bug#11276).
14989
14990 2012-04-27 Chong Yidong <cyd@gnu.org>
14991
14992 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14993 fix "missing prefix" warning. All callers changed.
14994
14995 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * emacs-lisp/assoc.el: Move to obsolete/.
14998
14999 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15002
15003 * term/ns-win.el (ns-define-service):
15004 * progmodes/pascal.el (pascal-goto-defun):
15005 * progmodes/js.el (js--read-tab):
15006 * progmodes/etags.el (tags-lazy-completion-table):
15007 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15008 * emacs-lisp/ewoc.el (ewoc--wrap):
15009 * emacs-lisp/assoc.el (aput, adelete, amake):
15010 * doc-view.el (doc-view-convert-current-doc):
15011 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15012
15013 2012-04-26 Chong Yidong <cyd@gnu.org>
15014
15015 * image.el (image-type-from-buffer): Only return supported image
15016 type (Bug#9045).
15017
15018 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15019 value, for symmetry with diff-end-of-hunk.
15020 (diff-split-hunk, diff-find-source-location)
15021 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15022 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15023 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15024 compute the relevant hunk or file properly (Bug#6005).
15025 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15026
15027 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * vc/vc-mtn.el:
15030 * vc/vc-hg.el:
15031 * vc/vc-git.el:
15032 * vc/vc-dir.el:
15033 * vc/vc-cvs.el:
15034 * vc/vc-bzr.el:
15035 * vc/vc-arch.el:
15036 * vc/vc.el: Replace lexical-let by lexical-binding.
15037 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15038 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15039 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15040
15041 2012-04-26 Chong Yidong <cyd@gnu.org>
15042
15043 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15044 (diff-mode-shared-map): Bind it to / and [remap undo].
15045
15046 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15047 (ediff-window-setup-function): Use it as the default, to set up
15048 windows based on whether the current frame is graphical (Bug#2138).
15049 (ediff-choose-window-setup-function-automatically): Make obsolete.
15050
15051 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15052
15053 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * ffap.el: Remove old code for obsolete package.
15056 (ffap-complete-as-file-p): Remove.
15057
15058 Use completion-table-with-quoting for comint and pcomplete.
15059 * comint.el (comint--unquote&requote-argument)
15060 (comint--unquote-argument, comint--requote-argument): New functions.
15061 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15062 (comint-quote-filename): Use regexp-opt-charset.
15063 (comint--common-suffix, comint--common-quoted-suffix)
15064 (comint--table-subvert): Remove.
15065 (comint-unquote-function, comint-requote-function): New vars.
15066 (comint--complete-file-name-data): Use them with
15067 completion-table-with-quoting.
15068 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15069 * pcomplete.el (pcomplete-arg-quote-list)
15070 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15071 (pcomplete-unquote-argument-function): Default to non-nil.
15072 (pcomplete-unquote-argument): Simplify.
15073 (pcomplete--common-quoted-suffix): Remove.
15074 (pcomplete-requote-argument-function): New var.
15075 (pcomplete--common-suffix): New function.
15076 (pcomplete-completions-at-point): Use completion-table-with-quoting
15077 and completion-table-subvert.
15078
15079 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15080 (minibuffer--double-dollars): Preserve properties.
15081 (completion--sifn-requote): New function.
15082 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15083
15084 * minibuffer.el: Add support for completion of quoted/escaped data.
15085 (completion-table-with-quoting, completion-table-subvert): New funs.
15086 (completion--twq-try, completion--twq-all): New functions.
15087 (completion--nth-completion): New function.
15088 (completion-try-completion, completion-all-completions): Use it.
15089
15090 2012-04-25 Leo Liu <sdl.web@gmail.com>
15091
15092 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15093 Use compilation-message if available to find real filename.
15094
15095 2012-04-25 Chong Yidong <cyd@gnu.org>
15096
15097 * vc/diff-mode.el (diff-setup-whitespace): New function.
15098 (diff-mode): Use it.
15099
15100 * vc/diff.el (diff-sentinel):
15101 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15102 Whitespace mode variables based on diff style (Bug#8612).
15103
15104 2012-04-25 Leo Liu <sdl.web@gmail.com>
15105
15106 * progmodes/python.el (python-send-region): Add suffix .py to the
15107 temp file.
15108
15109 * files.el (auto-mode-alist): Use javascript-mode instead.
15110
15111 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15112
15113 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15114
15115 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15116 (soap-resolve-references-for-array-type): Hack to prevent self
15117 references, see Bug#9.
15118 (soap-parse-envelope): Report the contents of the 'detail' node
15119 when receiving a fault reply.
15120 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15121
15122 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15123 (soap-inspect-simple-type): New function.
15124
15125 * net/soap-client.el (soap-simple-type): New struct.
15126 (soap-default-xsd-types, soap-default-soapenc-types)
15127 (soap-decode-basic-type, soap-encode-basic-type):
15128 support unsignedInt and double basic types.
15129 (soap-resolve-references-for-simple-type)
15130 (soap-parse-simple-type, soap-encode-simple-type): New function.
15131 (soap-parse-schema): Parse xsd:simpleType declarations.
15132
15133 * net/soap-client.el (soap-default-xsd-types)
15134 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15135 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15136 the local name of "soapenc:Array".
15137 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15138 decoding integer, byte and anyURI xsd types.
15139
15140 2012-04-25 Chong Yidong <cyd@gnu.org>
15141
15142 * cus-edit.el (custom-buffer-create-internal): Update header text.
15143
15144 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15145
15146 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15147 settings on 'system-type', not on 'window-system'. On MS-Windows,
15148 set interactive-mode on in GDB.
15149
15150 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15153 (ruby-syntax-propertize-regexp): Remove.
15154 (ruby-syntax-propertize-function): Split regexp into chunks.
15155 Match following code directly.
15156
15157 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15158
15159 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15160 (ruby-syntax-propertize-regexp): New function.
15161 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15162 by a special keyword.
15163
15164 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15165 (ruby-syntax-general-delimiters-goto-beg)
15166 (ruby-syntax-propertize-general-delimiters): New functions.
15167 (ruby-syntax-propertize-function): Use them to handle GDL.
15168 (ruby-font-lock-keywords): Move old handling of GDL...
15169 (ruby-font-lock-syntactic-keywords): .. to here.
15170 (ruby-calculate-indent): Adjust indentation for GDL.
15171
15172 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15173
15174 * notifications.el (top): Remove unneeded declarations.
15175 (notifications-specification-version): Change to "1.2".
15176 (notifications-interface, notifications-notify-method)
15177 (notifications-close-notification-method): Fix docstring.
15178 (notifications-get-capabilities-method): New defconst.
15179 (notifications-notify): Add :action-items, :resident and
15180 :transient hints. Change "image_data" to "image-data" and
15181 "image_path" to "image-path".
15182 (notifications-get-capabilities): New defun.
15183
15184 2012-04-24 Leo Liu <sdl.web@gmail.com>
15185
15186 * progmodes/python.el: Move hideshow setup to the end.
15187
15188 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15189
15190 * window.el (handle-select-window): Clear echo area since this is
15191 no more done by read_char (Bug#11304).
15192
15193 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15196 and `/ M' to filter-derived-mode.
15197 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15198 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15199 (ibuffer-mark-by-mode): Use default rather than initial-input.
15200 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15201
15202 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15203
15204 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15205 (ibuffer-filter-by-derived-mode): New filter.
15206 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15207
15208 2012-04-23 Andreas Politz <politza@fh-trier.de>
15209
15210 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15211
15212 2012-04-23 Chong Yidong <cyd@gnu.org>
15213
15214 * cus-edit.el (customize-apropos, customize-apropos-options):
15215 Disable matching of non-option variables (Bug#11176).
15216 (customize-option, customize-option-other-window)
15217 (customize-changed-options): Doc fix.
15218 (customize-apropos-options, customize-apropos-faces)
15219 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15220
15221 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15222 Fix word list splitting (Bug#11132).
15223 (apropos-symbol, apropos-keybinding, apropos-label)
15224 (apropos-property, apropos-function-button)
15225 (apropos-variable-button, apropos-misc-button): New faces.
15226 (apropos-symbol-face, apropos-keybinding-face)
15227 (apropos-label-face, apropos-property-face, apropos-match-face):
15228 Variables removed (Bug#8396).
15229 (apropos-library-button, apropos-format-plist, apropos-print)
15230 (apropos-print-doc, apropos-describe-plist): Callers changed.
15231
15232 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15233
15234 * net/xesam.el (xesam-mode-map): Use let-bound map in
15235 initialization. (Bug#11292)
15236
15237 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15238
15239 Preserve ispell session localwords when switching back to
15240 original buffer.
15241
15242 * textmodes/ispell.el (ispell-buffer-session-localwords):
15243 New buffer-local variable to hold buffer session localwords.
15244 (ispell-kill-ispell): Add option 'clear to delete session
15245 localwords.
15246 (ispell-command-loop, ispell-change-dictionary)
15247 (ispell-buffer-local-words): Preserve session localwords when
15248 needed.
15249
15250 * textmodes/flyspell.el (flyspell-process-localwords)
15251 (flyspell-do-correct): Preserve session localwords when needed.
15252
15253 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15254
15255 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15256 using obsolete `translation-table-for-input'.
15257 (ispell-word, ispell-process-line, ispell-complete-word):
15258 Use plain `insert' instead of removed `ispell-insert-word'.
15259
15260 2012-04-22 Chong Yidong <cyd@gnu.org>
15261
15262 * cus-edit.el (custom-variable-menu)
15263 (custom-variable-reset-saved, custom-face-menu)
15264 (custom-face-reset-saved): If there is no saved value, make the
15265 "reset-saved" operation bring back the default (Bug#9509).
15266 (custom-face-state): Properly detect themed faces.
15267
15268 * faces.el (face-spec-set): Stop supporting deprecated form of
15269 third arg.
15270
15271 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15272
15273 Move functions from C to Lisp. Make non-blocking method calls
15274 the default. Implement further D-Bus standard interfaces.
15275
15276 * net/dbus.el (dbus-message-internal): Declare function.
15277 Remove unneeded function declarations.
15278 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15279 (dbus-message-type-method-return, dbus-message-type-error)
15280 (dbus-message-type-signal): Declare variables. Remove local
15281 definitions.
15282 (dbus-interface-dbus, dbus-interface-peer)
15283 (dbus-interface-introspectable, dbus-interface-properties)
15284 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15285 Adapt docstring.
15286 (dbus-interface-objectmanager): New defconst.
15287 (dbus-call-method, dbus-call-method-asynchronously)
15288 (dbus-send-signal, dbus-method-return-internal)
15289 (dbus-method-error-internal, dbus-register-service)
15290 (dbus-register-signal, dbus-register-method): New defuns, moved
15291 from dbusbind.c
15292 (dbus-call-method-handler, dbus-setenv)
15293 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15294 New defuns.
15295 (dbus-call-method-non-blocking): Make it an obsolete function.
15296 (dbus-unregister-object, dbus-unregister-service)
15297 (dbus-handle-event, dbus-register-property)
15298 (dbus-property-handler): Obey the new structure of
15299 `bus-registered-objects'.
15300 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15301 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15302 Use `dbus-call-method'.
15303
15304 2012-04-22 Chong Yidong <cyd@gnu.org>
15305
15306 * cus-edit.el (custom-commands, custom-reset-menu)
15307 (Custom-reset-standard): Tweak labels.
15308 (custom-reset-button-menu): Change default to t.
15309 (custom-buffer-create-internal): For the custom-reset-button-menu
15310 case, put the revert button first.
15311 (custom-group-subtitle): New face.
15312 (custom-group-value-create): Align docstring to a specific column.
15313
15314 * wid-edit.el (widget-documentation-link-add): Don't handle
15315 indentation in this function.
15316 (widget-documentation-string-indent-to): New function.
15317 (widget-documentation-string-value-create): Use it.
15318
15319 * autorevert.el (auto-revert):
15320 * epg-config.el (epg):
15321 * ibuffer.el (ibuffer):
15322 * mpc.el (mpc):
15323 * ses.el (ses):
15324 * eshell/eshell.el (eshell):
15325 * net/ange-ftp.el (ange-ftp):
15326 * progmodes/ebnf2ps.el (postscript):
15327 * progmodes/flymake.el (flymake):
15328 * progmodes/prolog.el (prolog):
15329 * progmodes/verilog-mode.el (verilog-mode):
15330 * progmodes/which-func.el (which-func):
15331 * term/xterm.el (xterm):
15332 * textmodes/picture.el (picture):
15333 * textmodes/tildify.el (tildify):
15334 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15335 customization buffers.
15336
15337 2012-04-22 Alan Mackenzie <acm@muc.de>
15338
15339 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15340 Adding a ) can hide the resulting (..) from searches. Fix it.
15341 Bound the backward search to the position of the existing (.
15342
15343 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15344
15345 * progmodes/verilog-mode.el (verilog-mode): Check whether
15346 which-func-modes is t before adding verilog-mode.
15347 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15348
15349 2012-04-21 Leo Liu <sdl.web@gmail.com>
15350
15351 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15352
15353 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15354
15355 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15356 filling of the last column of a table (Bug#5635).
15357 (woman-find-next-control-line): New arg, specifying an additional
15358 regexp component for the control line.
15359 (woman2-roff-buffer): Use it.
15360 (woman-break-table): New function.
15361 (woman2-TS): Use it.
15362
15363 2012-04-21 Chong Yidong <cyd@gnu.org>
15364
15365 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15366 (woman-horizontal-escapes, woman-negative-vertical-space)
15367 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15368 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15369
15370 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * minibuffer.el (completion-file-name-table): Complete user names.
15373
15374 2012-04-20 Leo Liu <sdl.web@gmail.com>
15375
15376 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15377 and pcase-let*.
15378
15379 2012-04-20 Chong Yidong <cyd@gnu.org>
15380
15381 * server.el (server-execute): Respect initial-buffer-choice if it
15382 is a string and there are no files to open (Bug#2825).
15383 (server-create-window-system-frame, server-create-tty-frame):
15384 Don't switch buffers here.
15385 (server-process-filter): Only try to open a window system frame if
15386 compiled with graphical support (Bug#8314).
15387
15388 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15389
15390 * battery.el (battery-echo-area-format): Display remaining time
15391 for sysfs backend too (Bug#11269).
15392 (battery-linux-sysfs): Fix conditional for the charge.
15393
15394 2012-04-20 Chong Yidong <cyd@gnu.org>
15395
15396 * progmodes/gdb-mi.el (gdb): Revert previous change.
15397 (gdb-inferior-io--init-proc): New function.
15398 (gdb-init-1): Use it.
15399 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15400 responsible for allocating a new pty and hooking it to gdb when
15401 the old pty gets an EIO due to process exit.
15402 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15403 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15404 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15405
15406 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15407
15408 * window.el (window-min-size, window-sizable, window-min-delta)
15409 (window-max-delta, window--resizable, window-resizable)
15410 (window-total-size, window-full-height-p, window-full-width-p)
15411 (window-in-direction, window--resize-mini-window, window-resize)
15412 (window--resize-child-windows-normal)
15413 (window--resize-child-windows, window--resize-siblings)
15414 (window--resize-this-window, adjust-window-trailing-edge)
15415 (enlarge-window, shrink-window): Doc fixes.
15416
15417 2012-04-20 Chong Yidong <cyd@gnu.org>
15418
15419 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15420 New function to call delete-process on the gdb-inferior buffer's pty.
15421 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15422 pty process (Bug#11273).
15423 (gdb-update): New arg to suppress talking to the gdb process.
15424 (gdb-done-or-error): Use it.
15425 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15426 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15427 sentinel not being called.
15428
15429 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15430
15431 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15432
15433 2012-04-20 Glenn Morris <rgm@gnu.org>
15434
15435 * net/network-stream.el (open-network-stream): Doc fix.
15436
15437 2012-04-20 Chong Yidong <cyd@gnu.org>
15438
15439 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15440
15441 2012-04-20 Alan Mackenzie <acm@muc.de>
15442
15443 Ensure searching for keywords is case sensitive.
15444
15445 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15446 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15447 (c-defun-name, c-mark-function, c-cpp-define-name)
15448 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15449 (c-context-line-break): Bind case-fold-search to nil.
15450
15451 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15452 Bind case-fold-search to nil.
15453
15454 2012-04-20 Chong Yidong <cyd@gnu.org>
15455
15456 * mail/sendmail.el (mail-bury): Call return action with the right
15457 Rmail buffer (Bug#11242).
15458
15459 * server.el (server-process-filter): Handle corner case where both
15460 tty and nowait options are present (Bug#11102).
15461
15462 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15463
15464 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15465 (top level): Put into the executable the ident-style '$Id:' tag on
15466 windows-nt as well.
15467
15468 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * electric.el (electric-indent-post-self-insert-function): Check that
15471 electric-indent-mode is enabled in current buffer.
15472
15473 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * imenu.el (imenu-progress-message): Restore; it is "used" in
15476 erc/erc-imenu.el and net/snmp-mode.el.
15477
15478 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15479
15480 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15481 (mouse-avoidance-nudge-mouse): Remove unused binding.
15482
15483 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15484
15485 * descr-text.el (describe-char):
15486 * progmodes/python.el (python-describe-symbol):
15487 Don't call `toggle-read-only', set `buffer-read-only'.
15488
15489 * imenu.el (imenu-default-goto-function): Mark unused args.
15490 (imenu-progress-message): Remove obsolete macro; all callers changed.
15491
15492 * subr.el (keymap-canonicalize): Remove unused binding.
15493 (read-passwd): Mark unused arg.
15494
15495 * tutorial.el (tutorial--display-changes): Remove unused binding.
15496 (tutorial--save-tutorial-to): Remove unused variable.
15497
15498 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15499 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15500 (package-generate-autoloads, package-menu--generate)
15501 (package-menu--find-upgrades): Remove unused bindings.
15502
15503 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15504 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15505 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15506 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15507 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15508 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15509 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15510 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15511 (cua-delete-char-rectangle): Mark unused args.
15512 (cua-align-rectangle): Remove unused binding.
15513
15514 * mail/rmail.el (compilation--message->loc)
15515 (epa--find-coding-system-for-mime-charset): Declare.
15516
15517 * net/dbus.el (dbus-register-service): Declare.
15518 (dbus-name-owner-changed-handler): Remove unused binding.
15519
15520 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15521 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15522 (nxml-scan-backward-within): Mark unused arg.
15523 (nxml-dynamic-markup-word): Remove unused binding.
15524
15525 * mouse.el (mouse-menu-major-mode-map):
15526 * emacs-lisp/authors.el (authors-scan-change-log)
15527 (authors-add-to-author-list):
15528 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15529 * emacs-lisp/smie.el (smie-auto-fill):
15530 * mail/sendmail.el (mail-bury):
15531 * mail/unrmail.el (unrmail):
15532 * net/tls.el (open-tls-stream):
15533 * textmodes/picture.el (picture-mouse-set-point):
15534 Remove unused bindings.
15535
15536 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15537
15538 * net/tramp.el (tramp-action-password): Let-bind
15539 `enable-recursive-minibuffers' to t.
15540
15541 2012-04-18 Sam Steingold <sds@gnu.org>
15542
15543 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15544 instead of 'string to accommodate values like [f11].
15545 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15546 * progmodes/gdb-mi.el: Likewise.
15547
15548 2012-04-18 Leo Liu <sdl.web@gmail.com>
15549
15550 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15551 current buffer.
15552 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15553 LOCAL is nil.
15554
15555 2012-04-18 Chong Yidong <cyd@gnu.org>
15556
15557 * simple.el (line-move): Use forward-line if in batch mode
15558 (Bug#11053).
15559
15560 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15561
15562 * files.el (after-find-file): Do not try to add a final newline if
15563 the buffer is read-only (Bug#11156).
15564
15565 2012-04-17 Richard Stallman <rms@gnu.org>
15566
15567 * mail/rmail.el (rmail-start-mail):
15568 Pass (rmail-mail-return...) for the return-action.
15569 Pass (rmail-yank-current-message...) for the yank-action.
15570 (rmail-yank-current-message): New function.
15571 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15572 (rmail-reply): Likewise.
15573 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15574
15575 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15576 buffer, not the last. Reject temp buffers. Use the rmail-mode
15577 buffer, not newbuf.
15578
15579 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15580
15581 * server.el (server-ensure-safe-dir): Simplify.
15582
15583 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * emacs-lisp/smie.el: Provide smarter auto-filling.
15586 (smie-auto-fill): New function.
15587 (smie-setup): Use it.
15588
15589 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15590
15591 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15592
15593 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15594 (comment-indent): Use it.
15595
15596 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15597
15598 * ses.el: The overall change is to add cell renaming, that is
15599 setting fancy names for cell symbols other than name matching
15600 "\\`[A-Z]+[0-9]+\\'" regexp .
15601 (ses-localvars): Add ses--renamed-cell-symb-list.
15602 (ses-create-cell-variable): New defun.
15603 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15604 (ses-relocate-formula): Relocate formulas only for cells the
15605 symbols of which are not renamed, i.e. symbols whose names do not
15606 match regexp "\\`[A-Z]+[0-9]+\\'".
15607 (ses-relocate-all): Relocate values only for cells the symbols of
15608 which are not renamed.
15609 (ses-load): Create cells variables as the (ses-cell ...) are read,
15610 in order to check row col consistency with cell symbol name only
15611 for cells that are not renamed.
15612 (ses-replace-name-in-formula): New defun.
15613 (ses-rename-cell): New defun.
15614
15615 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15616
15617 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15618 New option (bug#11118).
15619 (perl-calculate-indent): Respect it.
15620
15621 2012-04-17 Glenn Morris <rgm@gnu.org>
15622
15623 * dired-aux.el (dired-mark-read-string): Doc fix.
15624
15625 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15626
15627 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15628 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15629
15630 2012-04-17 Glenn Morris <rgm@gnu.org>
15631
15632 * mouse.el (mouse-drag-track):
15633 * speedbar.el (speedbar-frame-mode):
15634 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15635
15636 2012-04-16 Leo Liu <sdl.web@gmail.com>
15637
15638 * progmodes/python.el: Trivial cleanup.
15639
15640 2012-04-16 Glenn Morris <rgm@gnu.org>
15641
15642 * vc/vc.el (vc-string-prefix-p):
15643 * vc/pcvs-util.el (cvs-string-prefix-p):
15644 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15645 * mpc.el (mpc-string-prefix-p):
15646 Make all of these into obsolete aliases for string-prefix-p.
15647 Update callers.
15648 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15649
15650 * textmodes/two-column.el: Move custom options to the start.
15651 (frame-width): Remove compat definition.
15652 (2C-associate-buffer, 2C-dissociate):
15653 Use with-current-buffer rather than save-excursion.
15654 (2C-dissociate): Force a mode-line update.
15655 (2C-autoscroll): Use ignore-errors.
15656
15657 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15658 Autoload trivia.
15659
15660 * emacs-lisp/cl-extra.el (*random-state*):
15661 Remove unnecessary declaration.
15662
15663 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15664
15665 * play/cookie1.el (cookie-snarf):
15666 Give an explicit error if input file cannot be read.
15667
15668 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15669
15670 * progmodes/perl-mode.el (c-macro-expand):
15671 Remove unnecessary autoload (it is in loaddefs.el).
15672
15673 * textmodes/picture.el (picture-desired-column)
15674 (picture-update-desired-column): Convert comments to doc-strings.
15675 (picture-substitute): Remove function.
15676 (picture-mode-map): Initialize in the defvar.
15677
15678 * woman.el: Remove eval-after-load for tar-mode.
15679 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15680 (woman-tar-extract-file): Autoload it.
15681
15682 * frame.el (automatic-hscrolling): Make this alias obsolete.
15683
15684 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15685
15686 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15687 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15688 (ispell-dictionary-base-alist): Revert to original XEmacs
15689 friendly version for default. [:alpha:] will be added in
15690 `ispell-set-spellchecker-params' if needed.
15691
15692 2012-04-16 Chong Yidong <cyd@gnu.org>
15693
15694 * image.el (imagemagick--file-regexp): New variable.
15695 (imagemagick-register-types): Use it.
15696 (imagemagick-types-inhibit): Add :set function. Allow new value
15697 of t to inhibit all types.
15698
15699 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15700 so we can preload it.
15701
15702 * loadup.el (fboundp): Preload regexp-opt, needed by
15703 imagemagick-register-types.
15704
15705 2012-04-15 Chong Yidong <cyd@gnu.org>
15706
15707 * frame.el (scrolling): Remove nearly unused customization group.
15708
15709 * scroll-all.el (scroll-all-mode): Move to windows group.
15710
15711 2012-04-15 Chong Yidong <cyd@gnu.org>
15712
15713 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15714
15715 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15718 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15719
15720 2012-04-15 Glenn Morris <rgm@gnu.org>
15721
15722 * simple.el (process-file-side-effects): Doc fix.
15723
15724 2012-04-15 Glenn Morris <rgm@gnu.org>
15725
15726 * international/mule-cmds.el (set-language-environment): Doc fix.
15727
15728 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15729
15730 * server.el (server-auth-key, server-generate-key): Doc fixes.
15731 (server-get-auth-key): Doc fix. Use `string-match-p'.
15732 (server-start): Reflow docstring.
15733
15734 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15735
15736 * server.el (server-generate-key): `called-interactively-p'
15737 requires a parameter.
15738
15739 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15740
15741 * server.el (server-auth-key): New variable.
15742 (server-generate-key, server-get-auth-key): New function.
15743 (server-start): Use the new variable and functions to allow
15744 setting a permanent server key (bug#9423).
15745
15746 2012-04-14 Leo Liu <sdl.web@gmail.com>
15747
15748 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15749
15750 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15751
15752 Spelling fixes.
15753 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15754 Emacs uses American spelling.
15755
15756 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15759 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15760 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15761 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15762
15763 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * progmodes/which-func.el (which-func-modes): Change default.
15766
15767 2012-04-14 Kim F. Storm <storm@cua.dk>
15768
15769 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15770 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15771
15772 2012-04-14 Chong Yidong <cyd@gnu.org>
15773
15774 * custom.el (custom-theme-set-variables): Doc fix.
15775
15776 2012-04-14 Glenn Morris <rgm@gnu.org>
15777
15778 * international/mule.el (set-auto-coding-for-load): Doc fix.
15779
15780 2012-04-14 Alan Mackenzie <acm@muc.de>
15781
15782 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15783 imenu work again for Objective C Mode. Correct the *-index values,
15784 these having been disturbed by a previous change in 2011-08.
15785
15786 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15787 Correct two search limits.
15788
15789 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15792
15793 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15794
15795 * international/characters.el: Fix sorting.
15796
15797 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15798
15799 * international/characters.el: Add more missing Latin case pairs.
15800
15801 2012-04-14 Glenn Morris <rgm@gnu.org>
15802
15803 * files.el (dir-locals-set-class-variables): Doc fix.
15804
15805 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15806
15807 * international/characters.el: Add set-case-syntax-pair call for
15808 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15809 counterpart. (Bug#11209)
15810
15811 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15812
15813 2012-04-14 Glenn Morris <rgm@gnu.org>
15814
15815 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15816
15817 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15818
15819 * textmodes/ispell.el (ispell-dictionary-base-alist):
15820 Add data for Hebrew.
15821
15822 2012-04-14 Chong Yidong <cyd@gnu.org>
15823
15824 * net/rcirc.el (rcirc-cmd-quit):
15825 Revert 2012-03-18 change (Bug#11192).
15826
15827 2012-04-14 Glenn Morris <rgm@gnu.org>
15828
15829 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15830
15831 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15832
15833 * minibuffer.el (completion-in-region-mode-map):
15834 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15835
15836 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15837
15838 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15839
15840 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15841
15842 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15843 to allow `C-M-f' and `C-M-b' to move to the nearest path
15844 separator (bug#9511).
15845
15846 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15847
15848 * avoid.el: Require cl when compiling. And also move the
15849 `provide' to the end.
15850
15851 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15852
15853 * avoid.el (mouse-avoidance-banish-position): New variable.
15854 (mouse-avoidance-banish-destination): Use it (bug#10165).
15855
15856 2012-04-13 Leo Liu <sdl.web@gmail.com>
15857
15858 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15859
15860 2012-04-13 Ken Brown <kbrown@cornell.edu>
15861
15862 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15863 this is no longer needed now that cygstart understands file:// URLs.
15864 (browse-url-filename-alist): For the same reason, don't modify
15865 file:// URLs on Cygwin.
15866
15867 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15870 the region on shift if the binding is already shifted (bug#11221).
15871
15872 2012-04-12 Glenn Morris <rgm@gnu.org>
15873
15874 * mail/mailpost.el: Move to obsolete/.
15875
15876 2012-04-12 Drew Adams <drew.adams@oracle.com>
15877
15878 * imenu.el (imenu--generic-function): Ignore invisible definitions
15879 (bug#10123).
15880
15881 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15882
15883 * hexl.el (hexl-bits): New variable.
15884 (hexl-options): Mention the variable in the doc string.
15885 (hexl-rulerise, hexl-line-displen): New functions.
15886 (hexl-mode): Mention the new variable.
15887 (hexl-mode, hexl-current-address, hexl-current-address):
15888 Use the displen.
15889 (hexl-ascii-start-column): New function.
15890 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15891 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15892
15893 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15894
15895 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15896 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15897 the encoding, as expected by hunspell.
15898
15899 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15900
15901 * battery.el (battery--linux-sysfs-regexp): New const.
15902 (battery-status-function): Use it. Remove yeeloong special case.
15903 (battery-yeeloong-sysfs): Remove.
15904 (battery-echo-area-format): Remove yeeloong special case.
15905
15906 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15909 Reported by Noah Friedman.
15910
15911 * subr.el (read-passwd): Use read-string.
15912
15913 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15914
15915 * vcursor.el (vcursor-move): Increase the priority of the overlay
15916 (bug#9663).
15917
15918 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15919
15920 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15921 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15922
15923 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15924
15925 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15926 define-minor-mode (bug#10760).
15927
15928 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15929
15930 * progmodes/grep.el (rgrep): Tweak the find command line so
15931 that directories matching `grep-find-ignored-files' won't be
15932 pruned (bug#10351).
15933
15934 2012-04-11 Chong Yidong <cyd@gnu.org>
15935
15936 * startup.el (command-line): Remove support for long-obsolete
15937 variable font-lock-face-attributes.
15938
15939 2012-04-11 Glenn Morris <rgm@gnu.org>
15940
15941 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15942
15943 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * window.el (window--state-get-1): Obey window-point-insertion-type.
15946
15947 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15948
15949 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15950 to previous function when point is on the first character of a
15951 function. Take care of that in `narrow-to-defun' (bug#6157).
15952
15953 2012-04-11 Glenn Morris <rgm@gnu.org>
15954
15955 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15956 not just file-errors.
15957
15958 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15959 (vc-bzr-sha1): Use internal sha1.
15960
15961 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15964
15965 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15966
15967 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15968 that start in the middle of the line (bug#10496).
15969
15970 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15971
15972 * battery.el (battery-linux-proc-acpi): Only one battery is
15973 discharged at a time, but that seems to confuse battery.el when
15974 computing `rate-type' for the battery not being discharged
15975 (bug#10332).
15976
15977 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15978
15979 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15980
15981 * international/quail.el: Use dolist and simplify.
15982 (quail-define-package, quail-update-keyboard-layout)
15983 (quail-define-rules): Use dolist.
15984 (quail-insert-kbd-layout, quail-get-translation): CSE.
15985
15986 * tmm.el: Use dolist, remove left over hook.
15987 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15988 Use dolist.
15989 (calendar-load-hook): Don't mess with it.
15990
15991 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15992 Use derived-mode-p. Run the diff asynchronously.
15993
15994 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15995
15996 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15997
15998 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15999
16000 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16001 (list-dynamic-libraries--loaded): New function.
16002 (list-dynamic-libraries--refresh): Use it.
16003
16004 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16005
16006 * progmodes/python.el (python-fill-paragraph):
16007 Make python-fill-region in a multiline string work when font-lock is
16008 disabled (bug#7018).
16009
16010 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
16011
16012 * language/european.el (cp775): Add oem/legacy (en)coding on
16013 DOS/MS Windows for the Baltic languages. There are still plenty
16014 of texts written in this encoding/codepage (bug#6519).
16015
16016 2012-04-10 Glenn Morris <rgm@gnu.org>
16017
16018 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16019 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16020
16021 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16022
16023 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16024 next-line "n" and previous-line "p" in order to make recentf more
16025 consistent with ibuffer, dired or org-mode (bug#9387).
16026
16027 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16028
16029 * image.el (put-image): Return the overlay created instead of the
16030 optional input string (bug#7834). Note that this may break code
16031 that is (for some reason or other) depending on `put-image'
16032 returning the string.
16033
16034 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16035
16036 * simple.el (zap-to-char): Allow zapping using input methods
16037 (bug#1580).
16038
16039 * textmodes/fill.el (fill-region): Leave point and mark where they
16040 were before filling (bug#5399).
16041
16042 2012-04-09 Glenn Morris <rgm@gnu.org>
16043
16044 * version.el (emacs-bzr-get-version):
16045 Handle lightweight checkouts of local branches.
16046
16047 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16048
16049 * international/characters.el: Recover lost case pairs. (Bug#11209)
16050
16051 2012-04-09 Chong Yidong <cyd@gnu.org>
16052
16053 * custom.el (custom-variable-p): Return nil for non-symbol
16054 arguments instead of signaling an error.
16055 (user-variable-p): Obsolete alias for custom-variable-p.
16056
16057 * apropos.el (apropos-variable):
16058 * files-x.el (read-file-local-variable):
16059 * simple.el (set-variable):
16060 * woman.el (woman-mini-help):
16061 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16062
16063 2012-04-09 Glenn Morris <rgm@gnu.org>
16064
16065 * startup.el (normal-top-level): Don't look for leim-list.el
16066 in places where it will not be found. (Bug#910)
16067
16068 * international/mule-cmds.el (set-default-coding-systems):
16069 * files.el (normal-mode):
16070 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16071 This function was removed with ucs-tables.el in 2008.
16072
16073 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16074
16075 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16076 ispell-encoding8-command to "-i", without a trailing space.
16077 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16078 separate command-line arguments, to specify the encoding, since
16079 that's how hunspell expects it.
16080
16081 2012-04-08 Glenn Morris <rgm@gnu.org>
16082
16083 * loadup.el: Load bindings before cus-start.
16084 This reduces somewhat the number of "rogue" settings in emacs -Q.
16085
16086 2012-04-07 Glenn Morris <rgm@gnu.org>
16087
16088 * version.el (emacs-bzr-get-version): New function.
16089 (emacs-bzr-version): New variable.
16090 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16091 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16092
16093 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16094
16095 * international/uni-bidi.el, international/uni-category.el:
16096 * international/uni-combining.el, international/uni-decimal.el:
16097 * international/uni-decomposition.el, international/uni-digit.el:
16098 * international/uni-lowercase.el, international/uni-mirrored.el:
16099 * international/uni-name.el, international/uni-numeric.el:
16100 * international/uni-titlecase.el, international/uni-uppercase.el:
16101 Update for Unicode 6.1.
16102
16103 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16104
16105 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16106
16107 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16108
16109 * window.el (shrink-window): Mention the `window-min-height'
16110 variable in the doc string.
16111
16112 2012-04-05 Bastien Guerry <bzg@altern.org>
16113
16114 * color.el (color-lighten-name): Fix typo.
16115
16116 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * server.el (server--on-display-p): New function.
16119 (server--on-display-p): Use it.
16120
16121 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16122
16123 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16124 (bug#11145).
16125
16126 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * comint.el (comint--common-quoted-suffix): Check string boundary
16129 before comparing (bug#11158).
16130 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16131
16132 2012-04-04 Chong Yidong <cyd@gnu.org>
16133
16134 * minibuffer.el (completion-extra-properties): Doc fix.
16135
16136 * subr.el (delayed-warnings-hook): Doc fix.
16137
16138 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16139
16140 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16141 selection (Bug#11159).
16142 (epa-insert-keys): Inform that the default public key will be
16143 exported if no key is selected.
16144
16145 2012-04-04 Richard Stallman <rms@gnu.org>
16146
16147 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16148
16149 2012-04-03 Chong Yidong <cyd@gnu.org>
16150
16151 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16152 mail-insert-file, not its obsolete alias mail-attach-file.
16153
16154 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16155
16156 * notifications.el (notifications-notify): Fix docstring.
16157
16158 2012-04-02 Glenn Morris <rgm@gnu.org>
16159
16160 * emacs-lisp/authors.el (authors-aliases): Another addition.
16161
16162 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16163
16164 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16165 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16166 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16167
16168 2012-04-01 Chong Yidong <cyd@gnu.org>
16169
16170 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16171 Handle root directory properly.
16172 (copy-directory): Caller changed.
16173
16174 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16175 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16176
16177 2012-03-31 Glenn Morris <rgm@gnu.org>
16178
16179 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16180
16181 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16182
16183 * calendar/calendar.el (calendar-window-list)
16184 (calendar-hide-window): Restore. (Bug#11140)
16185 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16186
16187 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16188
16189 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16190
16191 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16192 Check if file is a symlink (Bug#10489).
16193
16194 * files.el (copy-directory): Likewise.
16195
16196 2012-03-30 Chong Yidong <cyd@gnu.org>
16197
16198 * image.el (imagemagick-types-inhibit)
16199 (imagemagick-register-types): Doc fix.
16200
16201 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16202
16203 * textmodes/ispell.el (ispell-get-extended-character-mode):
16204 Disable extended-char-mode for hunspell. hunspell does not support it
16205 and treats ~word as ordinary words in pipe mode.
16206
16207 2012-03-30 Glenn Morris <rgm@gnu.org>
16208
16209 * tutorial.el (help-with-tutorial): Ensure local variables don't
16210 happen to make the buffer read-only. (Bug#11127)
16211
16212 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16215 (perl-calculate-indent): Return `noindent' in strings.
16216
16217 2012-03-28 Sam Steingold <sds@gnu.org>
16218
16219 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16220 instead of the broken adhockery which does not prevent calendar
16221 buffers from being displayed at random after exit.
16222 (calendar-window-list, calendar-hide-window): Remove the broken
16223 adhockery.
16224
16225 2012-03-28 Glenn Morris <rgm@gnu.org>
16226
16227 * replace.el (query-replace-map): Doc fix.
16228
16229 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16230
16231 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16232 contents. (Bug#11109)
16233
16234 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16237 (bug#11077).
16238 (avl-tree--check, avl-tree--check-node): New funs.
16239
16240 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16241
16242 * window.el (switch-to-visible-buffer): New option.
16243 (switch-to-prev-buffer, switch-to-next-buffer):
16244 Observe switch-to-visible-buffer. Make sure that checking for a window
16245 showing a buffer already is done on the same frame.
16246
16247 2012-03-27 Glenn Morris <rgm@gnu.org>
16248
16249 * startup.el (mail-host-address): Doc fix.
16250
16251 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16254 than 197 variables.
16255
16256 2012-03-26 Ami Fischman <ami@fischman.org>
16257
16258 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16259
16260 2012-03-26 Glenn Morris <rgm@gnu.org>
16261
16262 * files.el (save-buffers-kill-emacs): Doc fix.
16263
16264 * startup.el (normal-top-level, command-line, command-line-1):
16265 Give them doc strings.
16266
16267 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16268
16269 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16270 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16271
16272 2012-03-25 Chong Yidong <cyd@gnu.org>
16273
16274 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16275 theme if it was previously enabled before (Bug#11031).
16276
16277 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16278 spec with custom-face-get-current-spec if its :shown-value is not
16279 determined yet (Bug#9337).
16280 (customize-create-theme, custom-theme-revert): Doc fixes.
16281
16282 * button.el (button-at): Minor addition to docstring.
16283
16284 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16285
16286 * vc/vc.el (vc-merge): Fix a prompt.
16287
16288 2012-03-24 Chong Yidong <cyd@gnu.org>
16289
16290 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16291 point (Bug#9623).
16292
16293 * button.el (button-at): Minor addition to docstring.
16294
16295 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * newcomment.el (comment-choose-indent): No space after BOL.
16298
16299 2012-03-22 Sam Steingold <sds@gnu.org>
16300
16301 * window.el (switch-to-prev-buffer): Revert last patch because the
16302 bug turned out to be an advertised feature (Elisp manual 28.14).
16303
16304 2012-03-22 Glenn Morris <rgm@gnu.org>
16305
16306 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16307 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16308
16309 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16310
16311 * net/network-stream.el (network-stream-open-starttls): Make error
16312 message under Windows be less misleading.
16313
16314 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16315
16316 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16317 understands (bug#9942).
16318
16319 2012-03-22 Chong Yidong <cyd@gnu.org>
16320
16321 * simple.el (end-of-visible-line): Handle return value of
16322 next-single-property-change properly (Bug#9371).
16323
16324 2012-03-22 Kenichi Handa <handa@m17n.org>
16325
16326 * international/quail.el (quail-insert-kbd-layout): Fix previous
16327 change. To avoid unwanted bidi reordering, use
16328 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16329
16330 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16331
16332 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16333 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16334 (ruby-beginning-of-indent): Be more careful with the difference
16335 between word-boundary and symbol boundary.
16336 (ruby-mode-syntax-table): Make : a symbol constituent.
16337
16338 2012-03-21 Andreas Politz <politza@fh-trier.de>
16339
16340 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16341
16342 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * progmodes/etags.el (tags-completion-at-point-function):
16345 Improve last fix.
16346
16347 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16348
16349 2012-03-21 Sam Steingold <sds@gnu.org>
16350
16351 * progmodes/etags.el (tags-completion-at-point-function):
16352 Avoid the error when point is inside the pattern.
16353
16354 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16355
16356 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16357 line (Bug#10855).
16358
16359 2012-03-21 Drew Adams <drew.adams@oracle.com>
16360
16361 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16362
16363 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16364
16365 * ido.el (ido-set-current-directory, ido-read-internal)
16366 (ido-choose-completion-string, ido-completion-help): Handle nil
16367 value of ido-completion-buffer (Bug#11008).
16368
16369 2012-03-21 Sam Steingold <sds@gnu.org>
16370
16371 * window.el (switch-to-prev-buffer): Do not switch to a visible
16372 window previous buffer, just like with the frame previous buffers.
16373
16374 2012-03-21 Chong Yidong <cyd@gnu.org>
16375
16376 * faces.el (make-face, make-empty-face, copy-face):
16377 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16378 Doc fixes.
16379
16380 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16383 (widget-complete): Remove broken use of it.
16384
16385 2012-03-20 Chong Yidong <cyd@gnu.org>
16386
16387 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16388 Use string-width and truncate-string-width to handle arbitrary
16389 characters.
16390
16391 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16392
16393 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16394 to draw rectangles, not squares. (Regression introduced by revno
16395 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16396
16397 2012-03-18 Chong Yidong <cyd@gnu.org>
16398
16399 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16400 it is not yet defined (for temacs).
16401
16402 2012-03-18 Leo Liu <sdl.web@gmail.com>
16403
16404 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16405 prefix.
16406
16407 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16408
16409 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16410 (ispell-choices-win-default-height, ispell-silently-savep)
16411 (ispell-dictionary-alist, ispell-encoding8-command)
16412 (ispell-check-version, ispell-aspell-find-dictionary)
16413 (ispell-valid-dictionary-list, ispell-words-keyword)
16414 (ispell-get-word, ispell-internal-change-dictionary)
16415 (ispell-region, ispell-skip-region-list)
16416 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16417 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16418 (ispell-message-text-end, ispell-message)
16419 (ispell-buffer-local-parsing): Doc fix.
16420
16421 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16422
16423 * htmlfontify.el: Add support for code block fontification for ODT
16424 export (Bug #9914).
16425 (hfy-optimisations): Define new option
16426 `body-text-only'
16427 (hfy-fontify-buffer): Honor above setting.
16428 (hfy-begin-span, hfy-end-span): New routines factored out form
16429 `hfy-fontify-buffer'.
16430 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16431 that permit insertion of custom tags.
16432 (hfy-fontify-buffer): Use above handlers.
16433 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16434 (hfy-face-to-css): Re-defined to be a variable.
16435 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16436 over multiple runs. This is made possible by having the caller let
16437 bind a special variable `hfy-user-sheet-assoc'.
16438 (htmlfontify-string): New defun.
16439 (hfy-compile-face-map): Make sure that the last char in the
16440 buffer is correctly fontified.
16441 (hfy-face-resolve-face): Whitespace only change.
16442
16443 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16444
16445 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16446 message more clear.
16447
16448 2012-03-16 Leo Liu <sdl.web@gmail.com>
16449
16450 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16451
16452 2012-03-16 Alan Mackenzie <acm@muc.de>
16453
16454 Further optimize the handling of large macros.
16455
16456 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16457 limit to a call of `c-literal-limits'.
16458 (c-determine-+ve-limit): New function.
16459 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16460 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16461 In CASE 5B, restrict a search limit to 500.
16462 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16463
16464 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16465 Restrict macro bounds to +-500 from after-change's BEG END.
16466
16467 2012-03-16 Leo Liu <sdl.web@gmail.com>
16468
16469 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16470
16471 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16472
16473 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16474 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16475
16476 2012-03-16 Glenn Morris <rgm@gnu.org>
16477
16478 * view.el (view-buffer, view-buffer-other-window)
16479 (view-buffer-other-frame): Doc fixes re special mode-class.
16480
16481 * subr.el (eval-after-load): If named feature is provided not from
16482 a file, run after-load forms. (Bug#10946)
16483
16484 * calendar/calendar.el (calendar-insert-at-column):
16485 Handle non-unit-width characters a bit better. (Bug#10978)
16486
16487 2012-03-15 Chong Yidong <cyd@gnu.org>
16488
16489 * emacs-lisp/ring.el (ring-extend): New function.
16490 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16491
16492 * comint.el (comint-read-input-ring)
16493 (comint-add-to-input-history): Grow comint-input-ring lazily.
16494
16495 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16496
16497 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16498 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16499
16500 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16501 (imenu-add-to-menubar): Don't add a redundant index.
16502 (imenu-update-menubar): Handle a dynamically composed keymap.
16503
16504 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16505
16506 * mail/sendmail.el (mail-encode-header):
16507 Bind rfc2047-encode-encoded-words to nil.
16508
16509 2012-03-13 Glenn Morris <rgm@gnu.org>
16510
16511 * calendar/calendar.el (calendar-string-spread):
16512 Handle non-unit-width characters a bit better. (Bug#10978)
16513
16514 2012-03-13 Leo Liu <sdl.web@gmail.com>
16515
16516 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16517 directory and file as argument (Bug#10822).
16518
16519 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16520
16521 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16522 For dynamically generated code, follow $PC.
16523 (gdb-disassembly-handler-custom): Handle no function name case.
16524
16525 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16526
16527 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16528 * emulation/ws-mode.el (ws-query-replace):
16529 * sort.el (sort-regexp-fields):
16530 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16531
16532 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * dabbrev.el: Fix cycle completion order (bug#10963).
16535 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16536 (dabbrev-completion): Don't use an obarray; provide
16537 a cycle-sort-function.
16538
16539 2012-03-12 Leo Liu <sdl.web@gmail.com>
16540
16541 * simple.el (kill-new): Use equal-including-properties for comparison.
16542 (kill-do-not-save-duplicates): Doc fix.
16543
16544 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * dabbrev.el: Fix cycle completion (bug#10963).
16547 Use lexical binding and wrap to 80 columns.
16548 (dabbrev-completion): Delay computing the list of completions.
16549
16550 2012-03-12 Kenichi Handa <handa@m17n.org>
16551
16552 * international/quail.el (quail-insert-kbd-layout): Surround each
16553 row by LRO and PDF instead of inserting many LRMs. Pad the left
16554 and right of each non-spacing marks. Insert invisible space
16555 between lower and upper characters to prevent composition.
16556
16557 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * minibuffer.el (minibuffer-complete): Don't get confused when the
16560 function is run twice via different commands (bug#10958).
16561 (complete-with-action): Fix docstring.
16562
16563 2012-03-12 Chong Yidong <cyd@gnu.org>
16564
16565 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16566 (nxml-completion-at-point-function): New function.
16567 (nxml-mode): Use it.
16568 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16569
16570 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16571 Load generated autoloads file before byte compiling (Bug#10970).
16572 (package--make-autoloads-and-compile): New helper fun.
16573
16574 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16575
16576 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16577
16578 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16579
16580 * autorevert.el (auto-revert-handler): Ensure, that
16581 file-readable-p is applied only for local files or in
16582 auto-revert-tail-mode.
16583
16584 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16585
16586 * server.el (server-eval-at): Handle non-tcp connections.
16587 Decode result string.
16588
16589 * server.el (server-msg-size): New constant.
16590 (server-reply-print): New function.
16591 (server-eval-and-print): Use it.
16592 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16593 Handle -print-nonl.
16594
16595 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16596
16597 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16598 (Bug#10987).
16599
16600 2012-03-11 Chong Yidong <cyd@gnu.org>
16601
16602 * simple.el (goto-line): Doc fix (Bug#9938).
16603
16604 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16605
16606 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16607 when finished (Bug#10963).
16608
16609 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16610
16611 * window.el (split-window-below): Fix bug in case where
16612 split-window-keep-point is nil (Bug#10971).
16613
16614 2012-03-11 Juri Linkov <juri@jurta.org>
16615
16616 * replace.el (replace-highlight): Set isearch-word to nil
16617 unconditionally. (Bug#10887)
16618
16619 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16620
16621 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16622 mairix-replace-illegal-chars; all callers changed. Don't remove
16623 ^, ~, and = characters: they are meaningful in mairix search specs.
16624 (mairix-widget-create-query): Add usage information about mairix
16625 search forms: negating words, searching for substrings, etc.
16626
16627 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16628
16629 * international/fontset.el (font-encoding-alist): Add an entry for
16630 ksx1001 (Bug#5667).
16631
16632 2012-03-10 Richard Stallman <rms@gnu.org>
16633
16634 * mail/sendmail.el (mail-encode-header):
16635 Set rfc2047-encode-encoded-words.
16636
16637 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16638
16639 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16640 view buffer means not swapped.
16641 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16642 (rmail-write-region-annotate): Error if real text has disappeared.
16643
16644 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16645
16646 2012-03-10 Chong Yidong <cyd@gnu.org>
16647
16648 * emulation/cua-rect.el (cua--init-rectangles):
16649 * emulation/cua-base.el (cua--init-keymaps):
16650 Add delete-forward-char to remappings (Bug#9666).
16651
16652 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16653
16654 * speedbar.el (speedbar-unhighlight-one-tag-line):
16655 Avoid unhighlighting due to frame switching (Bug#10275).
16656
16657 2012-03-10 Chong Yidong <cyd@gnu.org>
16658
16659 * minibuffer.el (completion-in-region, completion-help-at-point):
16660 Give the completion field overlay a high priority (Bug#6830).
16661
16662 * dired.el (dired-goto-file): Recognize absolute file name
16663 listings (Bug#7126).
16664 (dired-goto-file-1): New helper function.
16665 (dired-toggle-read-only): Inhibit warnings.
16666
16667 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16668
16669 * net/dbus.el (dbus-property-handler): Return empty array if
16670 there are no properties.
16671
16672 2012-03-09 Leo Liu <sdl.web@gmail.com>
16673
16674 * savehist.el (savehist-printable): Stricter check for string
16675 value (Bug#10937).
16676
16677 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16678
16679 * mail/smtpmail.el (smtpmail-send-it):
16680 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16681 valid mbox format.
16682
16683 2012-03-09 Glenn Morris <rgm@gnu.org>
16684
16685 * files.el (dir-locals-find-file):
16686 Don't check result is regular, readable.
16687 (dir-locals-read-from-file): Demote errors.
16688
16689 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16690
16691 * international/quail.el (quail-insert-kbd-layout):
16692 Insert invisible LRM characters before each character in a keyboard
16693 layout cell, to prevent their reordering by bidi display engine.
16694 For details, see the discussion in
16695 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16696
16697 2012-03-08 Alan Mackenzie <acm@muc.de>
16698
16699 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16700 the starting position; make it extend the marked region when
16701 invoked repeatedly - all under appropriate circumstances.
16702 Fixes bugs #5525, #10906.
16703
16704 2012-03-08 Glenn Morris <rgm@gnu.org>
16705
16706 * files.el (locate-dominating-file, dir-locals-find-file):
16707 Undo 2012-03-06 change.
16708
16709 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16710
16711 * international/quail.el (quail-help):
16712 Force bidi-paragraph-direction be left-to-right. See discussion in
16713 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16714 for the reason.
16715
16716 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16717
16718 Avoid superfluous registering of signals. (Bug#10807)
16719
16720 * notifications.el (notifications-on-action-object)
16721 (notifications-on-close-object): New defvars.
16722 (notifications-on-action-signal, notifications-on-closed-signal):
16723 Unregister the signal if not needed any longer.
16724 (notifications-notify): Register `notifications-action-signal' or
16725 `notifications-closed-signal', if :on-action or :on-close has been
16726 passed as argument.
16727
16728 2012-03-07 Chong Yidong <cyd@gnu.org>
16729
16730 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16731 non-X platforms.
16732
16733 2012-03-06 Glenn Morris <rgm@gnu.org>
16734
16735 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16736 (x-disown-selection-internal, x-get-selection-internal):
16737 Doc fix (add arglist signatures). (Bug#10783)
16738
16739 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16740
16741 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16742 Handle breakpoints with no "type".
16743
16744 2012-03-06 Glenn Morris <rgm@gnu.org>
16745
16746 * files.el (locate-dominating-file): Add optional predicate argument.
16747 (dir-locals-find-file): Make use of above change.
16748
16749 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16750
16751 * info.el (Info-insert-dir): Also try "dir.gz".
16752
16753 2012-03-06 Glenn Morris <rgm@gnu.org>
16754
16755 * files.el (dir-locals-find-file):
16756 Ignore non-readable or non-regular files. (Bug#10928)
16757
16758 * files.el (locate-dominating-file): Doc fix.
16759
16760 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16761
16762 * calendar/calendar.el (calendar-set-mode-line):
16763 `getenv' returns a string. (Bug#10951)
16764
16765 2012-03-05 Leo Liu <sdl.web@gmail.com>
16766
16767 * simple.el (backward-delete-char-untabify): Constrain point to
16768 field (Bug#10939).
16769
16770 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16771
16772 2012-03-05 Chong Yidong <cyd@gnu.org>
16773
16774 * simple.el (count-words): If called from Lisp, return the word
16775 count, for symmetry with `count-lines'. Arglist changed.
16776 (count-words--message): Args changed. Consolidate counting code
16777 from count-words and count-words-region.
16778 (count-words-region): Caller changed.
16779 (count-lines-region): Make it an obsolete alias.
16780
16781 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16782
16783 * saveplace.el (save-place-to-alist)
16784 (save-place-ignore-files-regexp): Allow value nil to disable this
16785 feature.
16786
16787 2012-03-04 Chong Yidong <cyd@gnu.org>
16788
16789 * faces.el (face-spec-reset-face): For the default face, reset the
16790 attributes to default values (Bug#10748).
16791
16792 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16793
16794 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16795 previous patch: Check `message-send-mail-function', and not the
16796 default function (bug#10897).
16797
16798 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16799
16800 * notifications.el (notifications-on-action-signal)
16801 (notifications-on-closed-signal): Check for unique service name of
16802 incoming event. Fix error in removing entry.
16803 (top): Register for signals with wildcard service name.
16804 (notifications-notify): Use daemon unique service name for map entries.
16805
16806 2012-03-04 Chong Yidong <cyd@gnu.org>
16807
16808 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16809
16810 2012-03-04 Glenn Morris <rgm@gnu.org>
16811
16812 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16813 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16814 (expand-abbrev, define-abbrev-table): Doc fixes.
16815
16816 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16817
16818 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16819 `message-default-send-mail-function' and not `send-mail-function'
16820 when doing the prompting for `sendmail-query-once' before sending
16821 in Message buffers (bug#10897).
16822
16823 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16824 This is inconsistent with all the other stream functions, which leave
16825 the setting up to the higher levels (if so wanted) (bug#10931).
16826
16827 2012-03-02 Alan Mackenzie <acm@muc.de>
16828
16829 Depessimize the handling of very large macros.
16830
16831 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16832 (c-macro-cache-syntactic): New variables to implement a one
16833 element macro cache.
16834 (c-invalidate-macro-cache): New function.
16835 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16836 Adapt to use the new cache.
16837 (c-state-safe-place): Use better the cache of safe positions.
16838 (c-state-semi-nonlit-pos-cache)
16839 (c-state-semi-nonlit-pos-cache-limit):
16840 New variables for...
16841 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16842 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16843 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16844 Use c-state-semi-safe-place.
16845
16846 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16847 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16848
16849 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16850
16851 * jka-compr.el (jka-compr-call-process):
16852 Apply `file-accessible-directory-p' only when the default directory is
16853 not remote.
16854
16855 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16856
16857 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16858 access of FILE2, if FILE1 does not exist.
16859
16860 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16861 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16862
16863 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16864 Add "PAGER=" to `process-environment'.
16865
16866 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16867
16868 * progmodes/sql.el: Bug fix
16869 (sql-get-login-ext): Save login values in globals.
16870 (sql-get-login): Use new version of `sql-get-login-ext'.
16871 (sql-interactive-mode): Set global `sql-connection' to nil.
16872 (sql-connect): Set global values for connection.
16873 (sql-product-interactive): Save global values as buffer local.
16874
16875 2012-02-29 Leo Liu <sdl.web@gmail.com>
16876
16877 * abbrev.el (define-abbrevs): Reset sys to nil.
16878
16879 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16880
16881 * files.el (file-equal-p): Rename from `files-equal-p'.
16882 Return nil when one or both files don't exist.
16883 (file-subdir-of-p): Now only top directory must exists,
16884 return nil if it doesn't.
16885 (copy-directory): No need to test with `file-subdir-of-p' after
16886 creating dir.
16887 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16888 to `file-equal-p'.
16889
16890 2012-02-28 Glenn Morris <rgm@gnu.org>
16891
16892 * shell.el (shell-mode):
16893 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16894 * play/landmark.el (landmark-font-lock-face-O):
16895 * play/handwrite.el (handwrite):
16896 * play/gomoku.el (gomoku-O):
16897 * net/browse-url.el (browse-url-browser-display):
16898 * international/mule.el (define-charset):
16899 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16900 * filesets.el (filesets-find-file-delay):
16901 * eshell/em-xtra.el (eshell-xtra):
16902 * eshell/em-unix.el (eshell-grep):
16903 * emulation/viper.el (viper-mode):
16904 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16905 * emacs-lisp/easymenu.el (easy-menu-define):
16906 * calendar/timeclock.el (timeclock-use-display-time):
16907 * bs.el (bs-mode):
16908 * bookmark.el (bookmark-save-flag):
16909 Doc fix (standardize possessive apostrophe usage).
16910
16911 2012-02-27 Chong Yidong <cyd@gnu.org>
16912
16913 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16914 Fix key-binding lookup for ESC key (Bug#9146).
16915
16916 * font-lock.el (font-lock-specified-p): Rename from
16917 font-lock-spec-present. Callers changed.
16918
16919 2012-02-27 Daniel Hackney <dan@haxney.org>
16920
16921 * emacs-lisp/package.el (package-compute-transaction):
16922 Handle holding a package version to t in package-load-list.
16923
16924 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16925
16926 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16927 (tramp-get-inode, tramp-get-device): Use cached values.
16928
16929 2012-02-26 Alan Mackenzie <acm@muc.de>
16930
16931 Check there is a font-lock specification before doing initial
16932 fontification.
16933
16934 * font-core.el (font-lock-mode): Move the conditional from
16935 :after-hook to font-lock-initial-fontify.
16936 (font-lock-default-function): Move the check for a specification
16937 to font-lock-spec-present.
16938
16939 * font-lock.el (font-lock-initial-fontify): Call ...
16940 (font-lock-spec-present): New function.
16941
16942 2012-02-26 Jim Blandy <jimb@red-bean.com>
16943
16944 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16945 (gdb-send): Apply it to the operand of the '-interpreter-exec
16946 console' command, so that we can pass arguments with (say) quotes
16947 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16948
16949 2012-02-26 Chong Yidong <cyd@gnu.org>
16950
16951 * help-fns.el (describe-function-1): Clarify description of
16952 remapping (Bug#10844).
16953
16954 * files.el (files-equal-p): Doc fix.
16955 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16956 and quit the loop once a mismatch is found.
16957
16958 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16959
16960 * bs.el (bs--show-with-configuration): Don't throw an error
16961 if the window cannot be split; otherwise, subsequent calls to
16962 bs-show fail, restoring a stale window config. (Bug#10882)
16963
16964 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16965
16966 * term/ns-win.el (global-map): Bind ns-drag-file to
16967 ns-find-file (Bug#5855, Bug#10050).
16968
16969 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16970
16971 * calendar/parse-time.el (parse-time-string): Allow extractor to
16972 return nil.
16973
16974 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16975
16976 * net/tramp.el (tramp-file-name-for-operation):
16977 Add `files-equal-p' and `file-subdir-of-p'.
16978
16979 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16980 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16981 Add COPY-CONTENTS argument.
16982
16983 2012-02-25 Chong Yidong <cyd@gnu.org>
16984
16985 Add custom groups for VC backends, for consistency with vc-bzr.
16986
16987 * vc/vc-arch.el (vc-arch):
16988 * vc/vc-cvs.el (vc-cvs):
16989 * vc/vc-git.el (vc-git):
16990 * vc/vc-hg.el (vc-hg):
16991 * vc/vc-mtn.el (vc-mtn):
16992 * vc/vc-rcs.el (vc-rcs):
16993 * vc/vc-sccs.el (vc-sccs):
16994 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16995 All relevant defcustoms reassigned.
16996
16997 2012-02-25 Chong Yidong <cyd@gnu.org>
16998
16999 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17000
17001 * term/x-win.el (x-initialize-window-system): Reduce default for
17002 x-selection-timeout to 5 seconds (Bug#8869).
17003
17004 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17005
17006 * files.el (files-equal-p, file-subdir-of-p): New functions.
17007 (copy-directory): Error when trying to copy a directory on itself.
17008 Add missing copy-contents arg to tramp handler.
17009 * dired-aux.el (dired-copy-file-recursive): Same.
17010 (dired-create-files): Modify destination when source is equal to
17011 dest when copying files.
17012 Return also when dest is a subdir of source. (Bug#10489)
17013
17014 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17015
17016 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17017 (Bug#10874)
17018
17019 2012-02-23 Alan Mackenzie <acm@muc.de>
17020
17021 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17022 parameter "after-hook:" to allow the expansion to run code after
17023 the execution of the mode hooks.
17024
17025 * font-lock.el (font-lock-initial-fontify): New function extracted
17026 from font-lock-mode-internal.
17027
17028 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17029 :after-hook.
17030
17031 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17032
17033 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17034 (completion--cache-all-sorted-completions): New function.
17035 (completion-all-sorted-completions): Use it.
17036 (completion--do-completion, minibuffer-force-complete):
17037 Use it to re-instate the flush hook.
17038
17039 * icomplete.el (icomplete-completions): Replace last fix with a better
17040 one (bug#10850).
17041
17042 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17043
17044 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17045 when it might call us back infinitely (bug#10797).
17046
17047 2012-02-23 Glenn Morris <rgm@gnu.org>
17048
17049 * minibuffer.el (completion-category-overrides): Doc fix.
17050
17051 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17054 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17055
17056 2012-02-23 Glenn Morris <rgm@gnu.org>
17057
17058 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17059 (authors-obsolete-files-regexps, authors-ignored-files)
17060 (authors-ambiguous-files, authors-renamed-files-alist):
17061 Add more entries.
17062
17063 2012-02-23 Juri Linkov <juri@jurta.org>
17064
17065 * isearch.el (isearch-occur): Sync interactive spec with occur's
17066 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17067
17068 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17069
17070 2012-02-22 Juri Linkov <juri@jurta.org>
17071
17072 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17073 (ucs-insert): Doc fix. Check for hex digits in the string.
17074 Don't display `nil' in the error message. (Bug#10857)
17075
17076 2012-02-22 Alan Mackenzie <acm@muc.de>
17077
17078 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17079
17080 2012-02-22 Glenn Morris <rgm@gnu.org>
17081
17082 * ffap.el (ffap-c-path):
17083 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17084
17085 2012-02-22 Chong Yidong <cyd@gnu.org>
17086
17087 * custom.el (load-theme): Doc fix.
17088
17089 2012-02-22 Glenn Morris <rgm@gnu.org>
17090
17091 * dired-x.el (dired-guess-shell-alist-default):
17092 Remove escape sequences from nroff output. (Bug#172)
17093
17094 2012-02-21 Glenn Morris <rgm@gnu.org>
17095
17096 * vc/emerge.el (emerge-defvar-local):
17097 Set `permanent-local' property rather than unused `preserved'.
17098
17099 * textmodes/picture.el (picture-delete-char): New alias.
17100 (picture-mode-map): Use it. (Bug#10860)
17101 (picture-mode): Doc fix.
17102
17103 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17104
17105 * newcomment.el (uncomment-region-default): Remove unused binding.
17106
17107 2012-02-21 Glenn Morris <rgm@gnu.org>
17108
17109 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17110 (picture-self-insert, picture-tab-chars): Doc fix.
17111 (picture-mode-map): Fix C-a, C-e.
17112
17113 2012-02-20 Glenn Morris <rgm@gnu.org>
17114
17115 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17116
17117 2012-02-20 Leo Liu <sdl.web@gmail.com>
17118
17119 * icomplete.el (icomplete-completions): Check FROM arg before
17120 passing to substring (Bug#10850).
17121
17122 2012-02-19 Chong Yidong <cyd@gnu.org>
17123
17124 * comint.el: Require ansi-color.
17125 (comint-output-filter-functions): Add ansi-color-process-output.
17126
17127 * ansi-color.el: Don't set comint-output-filter-functions; it is
17128 now in the initial value defined in comint.el.
17129 (ansi-color-apply-face-function): New variable.
17130 (ansi-color-apply-on-region): Use it.
17131 (ansi-color-apply-overlay-face): New function.
17132
17133 * shell.el (shell): No need to require ansi-color.
17134 (shell-mode): Use ansi-color-apply-face-function to highlight
17135 color escapes using font-lock-face property (Bug#10835).
17136
17137 2012-02-19 Chong Yidong <cyd@gnu.org>
17138
17139 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17140 mode-line formats (Bug#10839).
17141
17142 2012-02-18 Glenn Morris <rgm@gnu.org>
17143
17144 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17145
17146 * mail/undigest.el (unforward-rmail-message): Doc fix.
17147
17148 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17149
17150 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17151
17152 * international/characters.el (script-list): Sync with the latest
17153 Unicode Character Database.
17154
17155 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17156
17157 * international/titdic-cnv.el: Remove duplicate coding tag.
17158 * language/cham.el: Likewise.
17159 * language/tai-viet.el: Likewise.
17160
17161 2012-02-18 Glenn Morris <rgm@gnu.org>
17162
17163 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17164 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17165 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17166 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17167 * calendar/holidays.el (holiday-bahai-holidays)
17168 (calendar-holidays, list-holidays):
17169 Use utf-8 Bahá'í in doc-strings, menus, etc.
17170
17171 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17172
17173 * saveplace.el (save-place-ignore-files-regexp): New variable
17174 allowing for excluding files from saving their location of point.
17175 The default value matches the temporary commit message editing
17176 files from Git, SVN, Bazaar, and Mercurial.
17177 (save-place-to-alist): Use it.
17178
17179 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17180 Stefan Monnier <monnier@iro.umontreal.ca>
17181
17182 * newcomment.el (uncomment-region-default): Don't leave extra space
17183 when an arg is provided (bug#8150).
17184
17185 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17186
17187 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17188
17189 2012-02-17 Glenn Morris <rgm@gnu.org>
17190
17191 * net/socks.el: Require network-stream. (Bug#10599)
17192
17193 2012-02-17 Kenichi Handa <handa@m17n.org>
17194
17195 * international/charprop.el:
17196 * international/uni-name.el:
17197 * international/uni-old-name.el:
17198 * international/uni-comment.el: Regenerate.
17199
17200 2012-02-16 Glenn Morris <rgm@gnu.org>
17201
17202 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17203 Interactively in calendar buffer, give an error if not on a date.
17204
17205 2012-02-15 Glenn Morris <rgm@gnu.org>
17206
17207 * shell.el (shell-delimiter-argument-list):
17208 Revert 2011-02-17 change. (Bug#8027)
17209
17210 2012-02-15 Chong Yidong <cyd@gnu.org>
17211
17212 * minibuffer.el (completion-at-point-functions): Doc fix.
17213
17214 * custom.el (defcustom): Doc fix; note use of defvar.
17215
17216 2012-02-15 Glenn Morris <rgm@gnu.org>
17217
17218 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17219 Doc fixes.
17220
17221 2012-02-14 Glenn Morris <rgm@gnu.org>
17222
17223 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17224
17225 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17226
17227 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17228 way the ports list is computed.
17229 (smtpmail-query-smtp-server): Prompt the user for a port number if
17230 we can't connect to any of the standard ports (bug#10810).
17231
17232 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17233
17234 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17235
17236 2012-02-13 Glenn Morris <rgm@gnu.org>
17237
17238 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17239
17240 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17241
17242 * net/gnutls.el (gnutls-trustfiles): New variable.
17243 (gnutls-negotiate): Use it.
17244
17245 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17246
17247 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17248 does its stuff if Gnus is running.
17249
17250 2012-02-13 Alan Mackenzie <acm@muc.de>
17251
17252 Fix a loop in c-set-fl-decl-start.
17253
17254 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17255 c-backward-syntactic-ws actually moves backwards.
17256
17257 2012-02-13 Leo Liu <sdl.web@gmail.com>
17258
17259 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17260 beginning so that all \C-o chars are removed.
17261
17262 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17263
17264 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17265
17266 2012-02-12 Alan Mackenzie <acm@muc.de>
17267
17268 Fix infinite loop with long macros.
17269 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17270
17271 2012-02-12 Chong Yidong <cyd@gnu.org>
17272
17273 * window.el (display-buffer): Doc fix (Bug#10785).
17274
17275 2012-02-12 Glenn Morris <rgm@gnu.org>
17276
17277 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17278 (x-disown-selection-internal, x-get-selection-internal):
17279 Sync docs with the xselect.c versions.
17280
17281 * allout-widgets.el: Add missing license notice.
17282
17283 2012-02-11 Glenn Morris <rgm@gnu.org>
17284
17285 * select.el (x-get-selection-internal, x-own-selection-internal)
17286 (x-disown-selection-internal):
17287 * x-dnd.el (x-get-selection-internal): Update declarations.
17288
17289 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17290
17291 * window.el (window-sides-slots):
17292 * tool-bar.el (tool-bar-position):
17293 * term/xterm.el (xterm-extra-capabilities):
17294 * ses.el (ses-self-reference-early-detection):
17295 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17296 (verilog-auto-wire-type)
17297 (verilog-auto-delete-trailing-whitespace)
17298 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17299 (verilog-auto-tieoff-declaration):
17300 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17301 (sql-oracle-statement-starters, sql-oracle-scan-on):
17302 * progmodes/prolog.el (prolog-align-comments-flag)
17303 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17304 (prolog-left-indent-regexp, prolog-paren-indent-p)
17305 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17306 (prolog-types, prolog-mode-specificators)
17307 (prolog-determinism-specificators, prolog-directives)
17308 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17309 (prolog-electric-dot-flag)
17310 (prolog-electric-dot-full-predicate-template)
17311 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17312 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17313 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17314 (prolog-program-switches, prolog-prompt-regexp)
17315 (prolog-debug-on-string, prolog-debug-off-string)
17316 (prolog-trace-on-string, prolog-trace-off-string)
17317 (prolog-zip-on-string, prolog-zip-off-string)
17318 (prolog-use-standard-consult-compile-method-flag)
17319 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17320 (prolog-imenu-max-lines, prolog-info-predicate-index)
17321 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17322 (prolog-char-quote-workaround):
17323 * progmodes/cc-vars.el (c-defun-tactic):
17324 * net/tramp.el (tramp-encoding-command-interactive)
17325 (tramp-local-end-of-line):
17326 * net/soap-client.el (soap-client):
17327 * net/netrc.el (netrc-file):
17328 * net/gnutls.el (gnutls):
17329 * minibuffer.el (completion-category-overrides)
17330 (completion-cycle-threshold)
17331 (completion-pcm-complete-word-inserts-delimiters):
17332 * man.el (Man-name-local-regexp):
17333 * mail/feedmail.el (feedmail-display-full-frame):
17334 * international/characters.el (glyphless-char-display-control):
17335 * eshell/em-ls.el (eshell-ls-date-format):
17336 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17337 (lisp-lambda-list-keyword-parameter-indentation)
17338 (lisp-lambda-list-keyword-parameter-alignment):
17339 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17340 * dired-x.el (dired-omit-verbose):
17341 * cus-theme.el (custom-theme-allow-multiple-selections):
17342 * calc/calc.el (calc-highlight-selections-with-faces)
17343 (calc-lu-field-reference, calc-lu-power-reference)
17344 (calc-note-threshold):
17345 * battery.el (battery-mode-line-limit):
17346 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17347 (archive-7z-update):
17348 * allout.el (allout-prefixed-keybindings)
17349 (allout-unprefixed-keybindings)
17350 (allout-inhibit-auto-fill-on-headline)
17351 (allout-flattened-numbering-abbreviation):
17352 * allout-widgets.el (allout-widgets-auto-activation)
17353 (allout-widgets-icons-dark-subdir)
17354 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17355 (allout-widgets-theme-dark-background)
17356 (allout-widgets-theme-light-background)
17357 (allout-widgets-item-image-properties-emacs)
17358 (allout-widgets-item-image-properties-xemacs)
17359 (allout-widgets-run-unit-tests-on-load)
17360 (allout-widgets-time-decoration-activity)
17361 (allout-widgets-hook-error-post-time)
17362 (allout-widgets-track-decoration):
17363 Add missing :version tags to new defcustoms and defgroups.
17364
17365 * progmodes/sql.el (sql-ansi-statement-starters)
17366 (sql-oracle-statement-starters): Add custom type.
17367
17368 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17369 (prolog-system-version): Give it a type.
17370
17371 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17372
17373 * term/pc-win.el (x-select-text, x-selection-owner-p)
17374 (x-own-selection-internal, x-disown-selection-internal)
17375 (x-get-selection-internal): Sync doc strings and argument lists
17376 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17377
17378 2012-02-11 Leo Liu <sdl.web@gmail.com>
17379
17380 * progmodes/python.el (python-end-of-statement): Fix infinite
17381 loop. (Bug#10788)
17382
17383 2012-02-10 Glenn Morris <rgm@gnu.org>
17384
17385 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17386 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17387
17388 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17389
17390 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17391 about SMTP before checking the From header.
17392
17393 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17394 into own function for reuse by emacsbug.el.
17395
17396 2012-02-10 Leo Liu <sdl.web@gmail.com>
17397
17398 * subr.el (condition-case-unless-debug): Rename from
17399 condition-case-no-debug. All callers changed.
17400 (with-demoted-errors): Fix caller.
17401
17402 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17403 * nxml/rng-valid.el (rng-do-some-validation):
17404 * emacs-lisp/package.el (package-refresh-contents)
17405 (package-menu-execute):
17406 * desktop.el (desktop-create-buffer):
17407 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17408
17409 2012-02-10 Glenn Morris <rgm@gnu.org>
17410
17411 * textmodes/bibtex.el:
17412 Add missing :version tags for new/changed defcustoms.
17413
17414 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17415
17416 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17417
17418 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17419 (smtpmail-via-smtp): Use it, or fall back on the From address.
17420 (smtpmail-send-it): Ditto.
17421
17422 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17425 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17426 (byte-compile-tmp-var): New const.
17427 (byte-compile-defvar): Use it to minimize .elc size.
17428 Just use `defvar' rather than simulate it (bug#10761).
17429
17430 2012-02-09 Glenn Morris <rgm@gnu.org>
17431
17432 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17433
17434 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17435 Add :version tags.
17436
17437 * progmodes/compile.el (compilation-error-screen-columns)
17438 (compilation-first-column, compilation-filter-start): Doc fixes.
17439
17440 * vc/log-view.el (log-view-toggle-entry-display):
17441 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17442
17443 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17444 (report-emacs-bug-can-use-xdg-email):
17445 (report-emacs-bug-insert-to-mailer): Doc fixes.
17446 (report-emacs-bug): Message fix.
17447
17448 * net/browse-url.el (browse-url-can-use-xdg-open)
17449 (browse-url-xdg-open): Doc fixes.
17450
17451 * electric.el (electric-indent-mode, electric-pair-mode)
17452 (electric-layout-rules, electric-layout-mode): Doc fixes.
17453 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17454
17455 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17456
17457 * server.el (server-unselect-display): Don't inadvertently kill
17458 the current buffer. (Bug#10729)
17459
17460 2012-02-08 Glenn Morris <rgm@gnu.org>
17461
17462 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17463 (sql-list-table): Doc fixes.
17464
17465 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17466 Comment out (does nothing).
17467
17468 * completion.el (dynamic-completion-mode):
17469 * dirtrack.el (dirtrack-debug-mode):
17470 * electric.el (electric-layout-mode):
17471 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17472 * face-remap.el (text-scale-mode, buffer-face-mode):
17473 * iimage.el (iimage-mode):
17474 * image-mode.el (image-transform-mode):
17475 * minibuffer.el (completion-in-region-mode):
17476 * scroll-lock.el (scroll-lock-mode):
17477 * simple.el (next-error-follow-minor-mode):
17478 * tar-mode.el (tar-subfile-mode):
17479 * tooltip.el (tooltip-mode):
17480 * vcursor.el (vcursor-use-vcursor-map):
17481 * wid-browse.el (widget-minor-mode):
17482 * emulation/tpu-edt.el (tpu-edt-mode):
17483 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17484 * international/iso-ascii.el (iso-ascii-mode):
17485 * language/thai-util.el (thai-word-mode):
17486 * mail/supercite.el (sc-minor-mode):
17487 * net/goto-addr.el (goto-address-mode):
17488 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17489 * progmodes/cwarn.el (cwarn-mode):
17490 * progmodes/flymake.el (flymake-mode):
17491 * progmodes/glasses.el (glasses-mode):
17492 * progmodes/hideshow.el (hs-minor-mode):
17493 * progmodes/pascal.el (pascal-outline-mode):
17494 * textmodes/enriched.el (enriched-mode):
17495 * vc/smerge-mode.el (smerge-mode):
17496 Doc fixes (minor mode argument).
17497
17498 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17499
17500 * ls-lisp.el (ls-lisp-sanitize): New function.
17501 (ls-lisp-insert-directory): Use it to fix or remove any elements
17502 in file-alist with missing attributes. (Bug#4673)
17503
17504 2012-02-07 Alan Mackenzie <acm@muc.de>
17505
17506 Fix spurious recognition of c-in-knr-argdecl.
17507
17508 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17509 putative K&R region.
17510
17511 2012-02-07 Alan Mackenzie <acm@muc.de>
17512
17513 * progmodes/cc-engine.el (c-forward-objc-directive):
17514 Prevent looping in "#pragma mark @implementation".
17515
17516 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17517
17518 * notifications.el (notifications-on-closed-signal): Make `reason'
17519 optional. (Bug#10744)
17520
17521 2012-02-07 Glenn Morris <rgm@gnu.org>
17522
17523 * emacs-lisp/easy-mmode.el (define-minor-mode):
17524 Doc fixes for the macro and the mode it defines.
17525
17526 * image.el (imagemagick-types-inhibit): Doc fix.
17527
17528 * cus-start.el (imagemagick-render-type): Add it.
17529
17530 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17531
17532 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17533 Set the default at load time, too, so that `font-lock-fontify-buffer'
17534 can be called without setting up the entire mode first. This fixes
17535 a bug in `mm-inline-text' with C MIME parts.
17536
17537 2012-02-06 Chong Yidong <cyd@gnu.org>
17538
17539 * simple.el (list-processes--refresh): Delete exited processes
17540 (Bug#8094).
17541
17542 * comint.el (comint-next-prompt): next-single-char-property-change
17543 and prev-single-char-property-change never return nil (Bug#8657).
17544
17545 * custom.el (defcustom): Doc fix (Bug#9711).
17546
17547 2012-02-05 Chong Yidong <cyd@gnu.org>
17548
17549 * cus-edit.el (custom-variable-reset-backup): Quote the value
17550 before storing it in the customized-value property (Bug#6712).
17551 (custom-display): Add a customization type tag.
17552 (custom-buffer-create-internal): Improve tooltip message.
17553
17554 * wid-edit.el (widget-field-value-get): New optional arg to
17555 suppress trailing whitespace truncation.
17556 (character): Use it (Bug#2689).
17557
17558 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17559
17560 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17561 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17562
17563 2012-02-05 Chong Yidong <cyd@gnu.org>
17564
17565 * cus-edit.el (custom-variable-value-create): For mismatched
17566 types, show the current value (Bug#7600).
17567
17568 * custom.el (defcustom): Doc fix.
17569
17570 2012-02-05 Glenn Morris <rgm@gnu.org>
17571
17572 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17573
17574 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17575
17576 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17577 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17578 (pp-last-sexp): Use `looking-at-p'.
17579
17580 2012-02-04 Glenn Morris <rgm@gnu.org>
17581
17582 * files.el (revert-buffer):
17583 Doc fix (mention revert-buffer-in-progress-p).
17584
17585 * emacs-lisp/ert-x.el (ert-simulate-command):
17586 Check deferred-action-list (which is obsolete) is bound.
17587
17588 * subr.el (with-wrapper-hook): Doc fixes.
17589
17590 * simple.el (filter-buffer-substring-functions)
17591 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17592
17593 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17594
17595 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17596 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17597
17598 2012-02-04 Leo Liu <sdl.web@gmail.com>
17599
17600 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17601
17602 2012-02-04 Glenn Morris <rgm@gnu.org>
17603
17604 * image.el (image-extension-data): Add obsolete alias.
17605
17606 * isearch.el (isearch-update): Doc fix.
17607
17608 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17609
17610 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17611
17612 2012-02-03 Glenn Morris <rgm@gnu.org>
17613
17614 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17615 (image-animate-timeout): Doc fix.
17616
17617 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17618
17619 2012-02-02 Glenn Morris <rgm@gnu.org>
17620
17621 * server.el (server-auth-dir): Doc fix.
17622 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17623
17624 * subr.el (run-mode-hooks): Doc fix.
17625
17626 2012-02-02 Juri Linkov <juri@jurta.org>
17627
17628 * image-mode.el (image-toggle-display-image): Remove tautological
17629 `major-mode' from the `derived-mode-p' test.
17630
17631 2012-02-02 Kenichi Handa <handa@m17n.org>
17632
17633 * composite.el (compose-region): Cancel previous change.
17634
17635 2012-02-02 Kenichi Handa <handa@m17n.org>
17636
17637 * composite.el (compose-region, compose-string): Signal error for
17638 a null string component (Bug#6988).
17639
17640 2012-02-01 Chong Yidong <cyd@gnu.org>
17641
17642 * view.el (view-buffer-other-window, view-buffer-other-frame):
17643 Handle special modes like view-buffer (Bug#10650).
17644 (view-buffer): Simplify.
17645
17646 * frame.el (set-frame-font): Tweak meaning of third argument.
17647
17648 * dynamic-setting.el (font-setting-change-default-font):
17649 Use set-frame-font (Bug#9982).
17650
17651 2012-02-01 Glenn Morris <rgm@gnu.org>
17652
17653 * progmodes/compile.el (compilation-internal-error-properties):
17654 Respect compilation-first-column in the "*compilation*" buffer.
17655
17656 * emacs-lisp/easy-mmode.el (define-minor-mode):
17657 Relax :variable's test for a named function.
17658
17659 2012-01-31 Alan Mackenzie <acm@muc.de>
17660
17661 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17662 off by one error.
17663
17664 2012-01-31 Chong Yidong <cyd@gnu.org>
17665
17666 * frame.el (set-frame-font): New arg ALL-FRAMES.
17667
17668 * menu-bar.el (menu-set-font): Use set-frame-font.
17669
17670 * faces.el (face-spec-reset-face): Don't apply unspecified
17671 attribute values to the default face.
17672
17673 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17674
17675 * progmodes/cwarn.el (cwarn): Remove dead link.
17676 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17677 Remove * from defcustom docstrings.
17678 (turn-on-cwarn-mode): Make obsolete.
17679 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17680 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17681
17682 2012-01-31 Glenn Morris <rgm@gnu.org>
17683
17684 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17685 Fix :variable handling of mode a symbol not equal to modefun.
17686 Allow named functions to be used as the cdr of :variable.
17687
17688 2012-01-30 Glenn Morris <rgm@gnu.org>
17689
17690 * emacs-lisp/authors.el (authors-fixed-entries):
17691 Remove reference to deleted file rnewspost.el.
17692
17693 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17694
17695 * window.el (window-with-parameter): Remove unused variable `windows'.
17696 (window--side-check): Remove unused variable `code'.
17697 (window--resize-siblings): Remove unused variable `first'.
17698 (adjust-window-trailing-edge): Remove unused variable `failed'.
17699 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17700 Use `let', not `let*'.
17701 (balance-windows-2): Remove unused variable `found'.
17702 (window--state-put-2): Remove unused variable `splits'.
17703 (window-state-put): Remove unused variable `selected'.
17704 (same-window-p): Use `string-match-p'.
17705 (display-buffer-assq-regexp): Remove unused variable `value'.
17706 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17707 Mark argument ALIST as ignored.
17708 (pop-to-buffer): Remove unused variable `old-window'.
17709
17710 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17711
17712 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17713 and .lzma compressed files.
17714
17715 2012-01-29 Chong Yidong <cyd@gnu.org>
17716
17717 * frame.el (window-system-default-frame-alist): Doc fix.
17718
17719 * dynamic-setting.el (font-setting-change-default-font): Don't
17720 change the default face if SET-FONT argument is non-nil (Bug#9982).
17721
17722 2012-01-29 Samuel Bronson <naesten@gmail.com>
17723
17724 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17725
17726 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17727
17728 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17729 breakpoints in files outside current directory (Bug#6098).
17730
17731 2012-01-29 Chong Yidong <cyd@gnu.org>
17732
17733 * progmodes/python.el: Require ansi-color at top-level.
17734
17735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17736 Define and use in Emacs Lisp mode (Bug#9360).
17737 (lisp-mode-abbrev-table): Add doc.
17738 (lisp-mode-variables): Don't set local-abbrev-table.
17739 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17740
17741 2012-01-28 Roland Winkler <winkler@gnu.org>
17742
17743 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17744
17745 2012-01-28 Roland Winkler <winkler@gnu.org>
17746
17747 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17748 (bibtex-set-dialect): Use it. Either set global values of
17749 dialect-dependent variables or bind these variables buffer-locally
17750 (Bug#10254).
17751 (bibtex-mode): Call bibtex-set-dialect via
17752 hack-local-variables-hook.
17753 (bibtex-dialect): Update docstring.
17754 Add safe-local-variable predicate.
17755 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17756 bibtex-set-dialect.
17757 (bibtex-mode-map): Define menu for each dialect.
17758 (bibtex-entry): Fix docstring.
17759
17760 2012-01-28 Chong Yidong <cyd@gnu.org>
17761
17762 * eshell/esh-arg.el (eshell-quote-argument): New function.
17763
17764 * eshell/esh-ext.el (eshell-invoke-batch-file):
17765 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17766 first arg to eshell-parse-command (Bug#10523).
17767
17768 2012-01-28 Drew Adams <drew.adams@oracle.com>
17769
17770 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17771 `default-directory' is non-nil.
17772
17773 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17774
17775 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17776 line that displays system-configuration-options. (Bug#9924)
17777
17778 2012-01-28 Drew Adams <drew.adams@oracle.com>
17779
17780 * descr-text.el (describe-char): Show information about POS, in
17781 addition to information about the character at POS. Improve and
17782 update the doc string. Change "code point" to "code point in
17783 charset", to avoid confusion with the character's Unicode code
17784 point shown above that. (Bug#10129)
17785
17786 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17787
17788 * descr-text.el (describe-char): Show the raw character, not only
17789 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17790 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17791 for the reasons.
17792
17793 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17794
17795 * emacs-lisp/package.el (package-install):
17796 Run package-refresh-contents if there is no archive yet (Bug#9798).
17797
17798 2012-01-28 Chong Yidong <cyd@gnu.org>
17799
17800 * emacs-lisp/package.el (package-maybe-load-descriptor):
17801 New function, split from package-maybe-load-descriptor.
17802 (package-maybe-load-descriptor): Use it.
17803 (package-download-transaction): Fully load required packages
17804 inside the loop, so that `require' calls work (Bug#10593).
17805 (package-install): No need to call package-initialize now.
17806
17807 2012-01-28 Chong Yidong <cyd@gnu.org>
17808
17809 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17810
17811 * tooltip.el (tooltip-mode): Doc fix.
17812 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17813
17814 * frame.el (set-cursor-color): Doc fix (Bug#352).
17815
17816 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17817 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17818
17819 * cus-edit.el (custom-buffer-create-internal): Fix search button
17820 action (Bug#10542).
17821 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17822
17823 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17824
17825 * dired.el (dired-mark-files-regexp):
17826 Include any subdirectory components. (Bug#10445)
17827
17828 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17829
17830 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17831 Handle [host]:port syntax. (Bug#10533)
17832
17833 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17834
17835 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17836
17837 2012-01-26 Glenn Morris <rgm@gnu.org>
17838
17839 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17840 * term.el (term-raw-escape-map): Use Control-X-prefix.
17841 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17842
17843 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17844
17845 * window.el (window-state-get, window--state-get-1): Don't deal
17846 with fixed-sizeness of windows. Simplify code.
17847
17848 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17849
17850 * window.el (window--state-get-1, window--state-put-2):
17851 Don't save and restore the mark.
17852
17853 2012-01-25 Chong Yidong <cyd@gnu.org>
17854
17855 * custom.el (custom-variable-p): Doc fix.
17856
17857 2012-01-25 Glenn Morris <rgm@gnu.org>
17858
17859 * dired.el (dired-goto-file): Handle some of the more common
17860 characters that `ls -b' escapes. (Bug#10596)
17861
17862 * progmodes/compile.el (compilation-next-error-function):
17863 Respect compilation-first-column in the "*compilation*" buffer.
17864 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17865
17866 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17867
17868 2012-01-24 Glenn Morris <rgm@gnu.org>
17869
17870 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17871
17872 2012-01-24 Julien Danjou <julien@danjou.info>
17873
17874 * color.el (color-rgb-to-hsl): Fix value computing.
17875 (color-hue-to-rgb): New function.
17876 (color-hsl-to-rgb): New function.
17877 (color-clamp, color-saturate-hsl, color-saturate-name)
17878 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17879 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17880
17881 2012-01-24 Glenn Morris <rgm@gnu.org>
17882
17883 * vc/vc-rcs.el (vc-rcs-create-tag):
17884 * vc/vc-sccs.el (vc-sccs-create-tag):
17885 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17886
17887 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17888
17889 * eshell/esh-util.el (eshell-read-hosts-file):
17890 Skip comment lines. (Bug#10549)
17891
17892 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17893
17894 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17895
17896 * subr.el (display-delayed-warnings): Doc fix.
17897 (collapse-delayed-warnings): New function to collapse identical
17898 adjacent warnings.
17899 (delayed-warnings-hook): Add it.
17900
17901 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17902
17903 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17904
17905 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17906 (tramp-default-user-alist): Don't add "pscp".
17907 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17908 property "login-as", if set. (Bug#10530)
17909
17910 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17911
17912 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17913 "plink1" and "psftp". (Bug#10530)
17914
17915 2012-01-21 Kenichi Handa <handa@m17n.org>
17916
17917 * international/mule-cmds.el (prefer-coding-system): Show a
17918 warning message if the default value of file-name-coding-system
17919 was not changed.
17920
17921 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17922
17923 * windmove.el (windmove-reference-loc):
17924 Fix windmove-reference-loc miscalculation.
17925
17926 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17927
17928 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17929 default unit.
17930
17931 2012-01-21 Glenn Morris <rgm@gnu.org>
17932
17933 * international/mule.el (auto-coding-alist): Add .tbz.
17934
17935 * files.el (local-enable-local-variables): Doc fix.
17936 (inhibit-local-variables-regexps): Rename from
17937 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17938 Doc fix. Add some extensions from auto-coding-alist.
17939 (inhibit-local-variables-suffixes):
17940 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17941 (inhibit-local-variables-p):
17942 New function, extracted from set-auto-mode-1.
17943 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17944 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17945 (hack-local-variables): Doc fix. Make the mode-only case
17946 respect enable-local-variables and friends.
17947 Respect inhibit-local-variables-regexps for file-locals, but
17948 not for directory-locals.
17949 (set-visited-file-name):
17950 Take account of inhibit-local-variables-regexps.
17951 Whether it applies may change as the file name is changed.
17952 * jka-cmpr-hook.el (jka-compr-install):
17953 * jka-compr.el (jka-compr-uninstall):
17954 Update for inhibit-first-line-modes-suffixes name change.
17955
17956 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17957
17958 * help-macro.el (make-help-screen): Temporarily restore original
17959 binding for minor-mode-map-alist (Bug#10454).
17960
17961 2012-01-19 Julien Danjou <julien@danjou.info>
17962
17963 * color.el (color-name-to-rgb): Use the white color to find the max
17964 color component value and return correctly computed values.
17965 (color-name-to-rgb): Add missing float conversion for max value.
17966
17967 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17968
17969 * window.el (window--state-get-1, window-state-get): Do not use
17970 special state value for window-persistent-parameters.
17971 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17972 (window--state-put-2): Reset all window parameters to nil before
17973 assigning values of persistent parameters.
17974
17975 2012-01-18 Alan Mackenzie <acm@muc.de>
17976
17977 Eliminate sluggishness and hangs in fontification of "semicolon
17978 deserts".
17979
17980 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17981 Change value 10000 -> 3000.
17982 (c-state-safe-place): Reformulate so it doesn't stack up an
17983 infinite number of wrong entries in c-state-nonlit-pos-cache.
17984 (c-determine-limit-get-base, c-determine-limit): New functions to
17985 determine backward search limits disregarding literals.
17986 (c-find-decl-spots): Amend commenting.
17987 (c-cheap-inside-bracelist-p): New function which detects "={".
17988
17989 * progmodes/cc-fonts.el
17990 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17991 backward search.
17992 (c-font-lock-declarations): Fix an occurrence of point being
17993 undefined. Check additionally for point being in a bracelist or
17994 near a macro invocation without a semicolon so as to avoid a
17995 fruitless time consuming search for a declarator. Give a more
17996 precise search limit for declarators using the new
17997 c-determine-limit.
17998
17999 2012-01-18 Glenn Morris <rgm@gnu.org>
18000
18001 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18002 (set-auto-mode): Doc fixes.
18003
18004 2012-01-17 Glenn Morris <rgm@gnu.org>
18005
18006 * isearch.el (search-nonincremental-instead): Fix doc typo.
18007
18008 * dired.el (dired-insert-directory): Handle newlines in directory name.
18009 (dired-build-subdir-alist): Unescape newlines in directory name.
18010
18011 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18012
18013 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18014 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18015 (tramp-action-terminal): Use it. (Bug#10530)
18016
18017 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18020
18021 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18022
18023 * window.el (window-state-ignored-parameters): Remove variable.
18024 (window--state-get-1): Rename argument MARKERS to IGNORE.
18025 Handle persistent window parameters. Make copy of clone-of
18026 parameter only if requested. (Bug#10348)
18027 (window--state-put-2): Install a window parameter only if it has
18028 a non-nil value or an existing parameter shall be overwritten.
18029
18030 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18031
18032 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18033
18034 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18035
18036 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18037 don't pass the (nil) value of `upnode' to string-match.
18038
18039 2012-01-14 Chong Yidong <cyd@gnu.org>
18040
18041 * startup.el (command-line): Fix X resource class for cursorColor.
18042 Fix values recognized by the cursorBlink resource.
18043
18044 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18045
18046 * epg.el (epg--make-temp-file): Avoid permission race condition
18047 when running on old Emacs versions (bug#10403).
18048
18049 2012-01-14 Glenn Morris <rgm@gnu.org>
18050
18051 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18052
18053 2012-01-13 Alan Mackenzie <acm@muc.de>
18054
18055 Fix filling for when filladapt mode is enabled.
18056
18057 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18058 c-mask-paragraph, pass in `fill-paragraph' rather than
18059 `fill-region-as-paragraph'. (This is a reversion of a previous
18060 change.)
18061 * progmodes/cc-mode.el (c-basic-common-init):
18062 Make fill-paragraph-handle-comment buffer local and set it to nil.
18063
18064 2012-01-13 Glenn Morris <rgm@gnu.org>
18065
18066 * dired.el (dired-switches-escape-p): New function.
18067 (dired-insert-directory): Use dired-switches-escape-p.
18068 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18069
18070 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18071
18072 2012-01-12 Glenn Morris <rgm@gnu.org>
18073
18074 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18075 changes in adaptive-fill-regexp. (Bug#10276)
18076
18077 2012-01-11 Alan Mackenzie <acm@muc.de>
18078
18079 Fix Emacs bug #10463 - put `widen's around the critical spots.
18080
18081 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18082 widen around each invocation of c-state-pp-to-literal. Remove an
18083 unused let variable.
18084
18085 2012-01-11 Glenn Morris <rgm@gnu.org>
18086
18087 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18088 Doc fix.
18089
18090 2012-01-10 Chong Yidong <cyd@gnu.org>
18091
18092 * net/network-stream.el (network-stream-open-starttls):
18093 Avoid emitting a confusing error message when the server gives a bad
18094 response to the capability command.
18095
18096 2012-01-10 Glenn Morris <rgm@gnu.org>
18097
18098 * mail/unrmail.el (unrmail): Tweak previous change.
18099
18100 2012-01-09 Chong Yidong <cyd@gnu.org>
18101
18102 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18103
18104 2012-01-08 Alan Mackenzie <acm@muc.de>
18105
18106 Optimize font locking in long enum definitions.
18107
18108 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18109 arm to a cond form to handle enums.
18110 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18111 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18112
18113 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18114
18115 * files.el (move-file-to-trash): Preserve default file modes on error.
18116 (Bug#10401)
18117
18118 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18119
18120 * faces.el (set-face-attribute): Clarify the meaning of the nil
18121 frame (bug#10294).
18122
18123 * subr.el (with-selected-frame): Mention that the selected frame
18124 is restored (bug#9980).
18125
18126 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18127 (bug#9759).
18128
18129 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18130 (password-read): Don't autoload unused function.
18131
18132 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18133
18134 * progmodes/which-func.el (which-func-mode): Turn into a
18135 non-interactive function and mark as obsolete (bug#10428).
18136
18137 2012-01-06 Chong Yidong <cyd@gnu.org>
18138
18139 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18140 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18141 functions, along with 1 and -1.
18142
18143 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18144
18145 * time.el (display-time-load-average)
18146 (display-time-default-load-average): Doc fixes. See the thread
18147 starting at
18148 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18149 for the details.
18150
18151 2012-01-06 Glenn Morris <rgm@gnu.org>
18152
18153 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18154 has no messages. (Bug#10377)
18155
18156 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18157 than Info-edit. (Bug#10385)
18158
18159 * time.el (display-time-load-average, display-time-next-load-average):
18160 Doc fixes.
18161
18162 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18163 local setting of buffer-read-only to the input buffer. (Bug#10419)
18164
18165 * calendar/calendar.el (calendar-mode):
18166 Locally set scroll-margin to 0. (Bug#10379)
18167
18168 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18169
18170 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18171
18172 2012-01-05 Glenn Morris <rgm@gnu.org>
18173
18174 * eshell/em-unix.el (diff-no-select): Autoload it.
18175 (eshell/diff): Use diff-no-select. (Bug#10420)
18176
18177 2012-01-05 Chong Yidong <cyd@gnu.org>
18178
18179 * shell.el (shell-dynamic-complete-functions): Revert last change.
18180 (shell-command-completion-function): New function.
18181 (shell-completion-vars): Use it to implement
18182 shell-completion-execonly (Bug#10417).
18183
18184 * custom.el (enable-theme): Don't set custom-safe-themes.
18185
18186 * cus-theme.el (custom-theme-merge-theme):
18187 Ignore custom-enabled-themes and custom-safe-themes.
18188
18189 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18190
18191 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18192 first prompt in `sql-interacive-mode'.
18193 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18194 keywords.
18195 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18196 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18197 context of original buffer. Invoke `sql-login-hook'.
18198
18199 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18200
18201 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18202 letters in cite-prefix.
18203
18204 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18205
18206 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18207
18208 2012-01-03 Chong Yidong <cyd@gnu.org>
18209
18210 * shell.el (shell-dynamic-complete-functions):
18211 Put pcomplete-completions-at-point, so as to try
18212 comint-filename-completion first (Bug#10417).
18213
18214 2012-01-02 Richard Stallman <rms@gnu.org>
18215
18216 * battery.el (battery-status-function):
18217 Detect when to use battery-yeeloong-sysfs.
18218 (battery-echo-area-format): Add string for Yeeloong.
18219 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18220 (battery-yeeloong-sysfs): New function.
18221
18222 2012-01-02 Chong Yidong <cyd@gnu.org>
18223
18224 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18225 (dirtrack): Merge code for handling relative filenames in prompt
18226 from shell-dir-cookie-watcher.
18227 (dirtrack-debug-message): New arg to avoid excess format calls.
18228
18229 * shell.el (shell-dir-cookie-re): Variable deleted.
18230 (shell-dir-cookie-watcher): Function deleted.
18231 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18232 with dirtrack-mode.
18233
18234 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18235
18236 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18237 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18238 libgnutls-26.dll.
18239
18240 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18241
18242 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18243
18244 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18245
18246 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18247 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18248
18249 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18250
18251 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18252 also for alternative shells.
18253 (tramp-open-connection-setup-interactive-shell): Check, whether
18254 the shell is a busybox.
18255 (tramp-send-command): Don't suppress multiple prompts for
18256 busyboxes, it hurts.
18257
18258 2011-12-28 Chong Yidong <cyd@gnu.org>
18259
18260 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18261 (gdb-get-source-file): Move mode line update to
18262 gdb-get-source-file (Bug#10087).
18263
18264 2011-12-25 Chong Yidong <cyd@gnu.org>
18265
18266 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18267 gud-gdb-marker-filter without taking it as an argument.
18268 (gud-gdb-run-command-fetch-lines): Caller changed.
18269 (gud-gdb-completion-function): New variable.
18270 (gud-gdb-completion-at-point): Use it.
18271 (gud-gdb-completions-1): Split from gud-gdb-completions.
18272
18273 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18274 function as separate arguments.
18275 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18276 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18277 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18278 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18279 (gdb-stopped, def-gdb-auto-update-trigger)
18280 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18281 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18282 Callers changed.
18283 (gud-gdbmi-completions): New function.
18284 (gdb): Use it for generating the completion table.
18285
18286 2011-12-24 Alan Mackenzie <acm@muc.de>
18287
18288 Introduce a mechanism to widen the region used in context font
18289 locking. Use this to protect declarations from losing their contexts.
18290
18291 * progmodes/cc-langs.el (c-before-font-lock-functions):
18292 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18293 (c-before-context-fontification-functions): New defvar, a list of
18294 functions to be run just before context (etc.) font locking.
18295
18296 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18297 New, functionality extracted from
18298 c-neutralize-syntax-in-and-mark-CPP.
18299 (c-in-after-change-fontification): New variable.
18300 (c-after-change): Set c-in-after-change-fontification.
18301 (c-set-fl-decl-start): Rejig its interface, so it can be called
18302 from both after-change and context fontifying.
18303 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18304 New functions.
18305 (c-standard-font-lock-fontify-region-function): New variable.
18306 (c-font-lock-fontify-region): New function.
18307
18308 2011-12-24 Juri Linkov <juri@jurta.org>
18309
18310 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18311 (Bug#10348)
18312
18313 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18314
18315 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18316 existence of source file. (Bug#10325)
18317
18318 2011-12-23 Alan Mackenzie <acm@muc.de>
18319
18320 Fix unstable fontification inside templates.
18321
18322 * progmodes/cc-langs.el (c-before-font-lock-functions):
18323 Newly created from the singular version. The (c c++ objc) entry now
18324 additionally has c-set-fl-decl-start. The other languages (apart
18325 from AWK) have that as a single entry.
18326
18327 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18328 The functionality for "local" declarations has been extracted to
18329 c-set-fl-decl-start.
18330
18331 * progmodes/cc-mode.el (c-common-init, c-after-change):
18332 Changes due to pluralisation of c-before-font-lock-functions.
18333 (c-set-fl-decl-start): New function, extracted from
18334 c-font-lock-enclosing-decls and enhanced.
18335
18336 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18337
18338 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18339
18340 2011-12-22 Juri Linkov <juri@jurta.org>
18341
18342 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18343
18344 2011-12-22 Chong Yidong <cyd@gnu.org>
18345
18346 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18347
18348 2011-12-21 Drew Adams <drew.adams@oracle.com>
18349
18350 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18351
18352 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18353
18354 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18355
18356 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18357
18358 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18359 highlighting and support. Fix up comments for capitalization.
18360 (cfengine-mode-debug): New var.
18361 (cfengine3-mode): Change the modeline indicator to "CFE3".
18362 (cfengine3-font-lock-keywords): Improve defun highlighting.
18363 (cfengine2-actions): Rename from `cfengine-actions'.
18364 (cfengine2-font-lock-keywords): Rename from
18365 `cfengine-font-lock-keywords'.
18366 (cfengine2-imenu-expression): Rename from
18367 `cfengine-imenu-expression'.
18368 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18369 (cfengine2-beginning-of-defun): Rename from
18370 `cfengine-beginning-of-defun'.
18371 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18372 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18373 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18374 modeline indicator to "CFE2".
18375 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18376 (cfengine-mode-abbrevs): Mark obsolete.
18377
18378 2011-12-21 Chong Yidong <cyd@gnu.org>
18379
18380 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18381 filename argument.
18382
18383 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18384
18385 * window.el (window-normalize-buffer-to-display): Remove.
18386 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18387
18388 2011-12-19 Chong Yidong <cyd@gnu.org>
18389
18390 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18391 Don't signal an error in a predicate function; return non-nil.
18392 (vc-dir-mark-file): Move the error here.
18393 (vc-dir-mark-unmark): If acting on the region, keep going if one
18394 of the entries cannot be marked/unmarked.
18395 (vc-dir-mark-all-files): If current entry is a directory, mark
18396 only child files, as documented.
18397
18398 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18399
18400 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18401 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18402 addition.
18403
18404 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18405
18406 * term/ns-win.el (ns-get-selection-internal)
18407 (ns-store-selection-internal): Declare.
18408 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18409 Declare as obsolete.
18410 (ns-get-pasteboard, ns-paste-secondary):
18411 Use ns-get-selection-internal.
18412 (ns-set-pasteboard, ns-copy-including-secondary):
18413 Use ns-store-selection-internal.
18414
18415 2011-12-17 Chong Yidong <cyd@gnu.org>
18416
18417 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18418 (vc-deduce-fileset): Doc fix.
18419
18420 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18421
18422 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18423
18424 2011-12-13 Sam Steingold <sds@gnu.org>
18425
18426 * man.el (Man-getpage-in-background): When running under a
18427 window-system, ignore $MANWIDTH and $COLUMNS.
18428
18429 2011-12-15 Kenichi Handa <handa@m17n.org>
18430
18431 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18432 (setup-ethiopic-environment-internal): Comment out key-binding for
18433 ethio-toggle-punctuation.
18434
18435 2011-12-13 Alan Mackenzie <acm@muc.de>
18436
18437 Add the switch statement to AWK Mode.
18438
18439 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18440 "default" to the keywords regexp.
18441
18442 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18443 expression as the rest.
18444 (c-nonlabel-token-key): Allow string literals for AWK.
18445 Refactor for the other modes.
18446
18447 Large brace-block initialisation makes CC Mode slow: Fix.
18448 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18449 routines. Limit backward searching in c-font-lock-enclosing.decl.
18450
18451 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18452 pp-state and literal type in addition to the limits.
18453 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18454 (c-state-literal-at): Use the above new defun.
18455 (c-slow-in-literal, c-fast-in-literal): Remove.
18456 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18457
18458 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18459 being in a literal. Add a limit for backward searching.
18460
18461 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18462 c-slow-in-literal.
18463
18464 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18467
18468 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18469
18470 * window.el (delete-other-windows): Use correct frame in call to
18471 window-with-parameter.
18472
18473 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18474
18475 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18476 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18477 (makefile-gmake-statements, makefile-makepp-statements):
18478 Use it and add new makepp keywords.
18479 (makefile-makepp-font-lock-keywords): Add new patterns.
18480 (makefile-match-function-end): Match new [...] and [[...]].
18481
18482 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18483
18484 * ses.el (ses-call-printer-return, ses-cell-property-get)
18485 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18486 (ses-create-cell-variable, ses-reset-header-string)
18487 (ses-cell-set-formula, ses-repair-cell-reference-all)
18488 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18489 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18490 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18491 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18492 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18493 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18494 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18495 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18496 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18497 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18498 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18499 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18500
18501 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18502
18503 * ses.el: The overall change is to add cell renaming, that is
18504 setting fancy names for cell symbols other than name matching
18505 "\\`[A-Z]+[0-9]+\\'" regexp .
18506 (ses-create-cell-variable): New defun.
18507 (ses-relocate-formula): Relocate formulas only for cells the
18508 symbols of which are not renamed, i.e. symbols whose names do not
18509 match regexp "\\`[A-Z]+[0-9]+\\'".
18510 (ses-relocate-all): Relocate values only for cells the symbols of
18511 which are not renamed.
18512 (ses-load): Create cells variables as the (ses-cell ...) are read,
18513 in order to check row col consistency with cell symbol name only
18514 for cells that are not renamed.
18515 (ses-replace-name-in-formula): New defun.
18516 (ses-rename-cell): New defun.
18517
18518 2011-12-11 Chong Yidong <cyd@gnu.org>
18519
18520 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18521 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18522
18523 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18524
18525 * window.el (other-window): Fix docstring.
18526
18527 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18528
18529 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18530 `from' or `to' address before taking its substring.
18531 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18532 encoded name is chopped in the middle of the encoded string, and
18533 thus displayed encoded.
18534
18535 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18536
18537 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18538
18539 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18540
18541 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18542 to use texinfo-update-node and commands that call it if the
18543 Texinfo file uses @node lines without next/prev/up pointers.
18544 Correct outdated description about texinfo-master-menu.
18545 (texinfo-all-menus-update, texinfo-master-menu)
18546 (texinfo-update-node, texinfo-every-node-update)
18547 (texinfo-multiple-files-update): Doc fix. Warn against updating
18548 all the @node lines.
18549 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18550 argument is numeric. Explain better in the doc string what the
18551 function really does.
18552 (texinfo-insert-master-menu-list): Improve the error message
18553 displayed if there's no menu in the Top node.
18554 (Bug#2975) See also this thread:
18555 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18556
18557 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18558
18559 * speedbar.el (speedbar-supported-extension-expressions):
18560 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18561
18562 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18563
18564 * printing.el (pr-mode-alist):
18565 * simple.el (filter-buffer-substring-functions)
18566 (completion-list-insert-choice-function):
18567 * window.el (window-with-parameter, window-atom-root)
18568 (window-sides-slots, window-size-fixed, window-min-delta)
18569 (window-max-delta, window--resize-mini-window)
18570 (window--resize-child-windows-normal, window-tree)
18571 (delete-other-windows, quit-window, split-window)
18572 (display-buffer-record-window, special-display-buffer-names)
18573 (special-display-regexps, special-display-popup-frame)
18574 (same-window-p, split-window-sensibly)
18575 (display-buffer-overriding-action, display-buffer-alist)
18576 (display-buffer-base-action, display-buffer, switch-to-buffer)
18577 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18578 (fit-window-to-buffer, recenter-positions)
18579 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18580 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18581 and remove unneeded backslashes in docstrings.
18582
18583 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18584
18585 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18586
18587 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18588 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18589 end in ".mk".
18590 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18591 when reading the makefile (bug#10116).
18592
18593 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18596 (bug#10116).
18597
18598 2011-12-06 Glenn Morris <rgm@gnu.org>
18599
18600 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18601
18602 2011-12-06 Chong Yidong <cyd@gnu.org>
18603
18604 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18605
18606 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18607
18608 * textmodes/table.el (table-shorten-cell): Fix typo.
18609
18610 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18611
18612 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18613
18614 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18615
18616 * descr-text.el (describe-char): Fix display of strong
18617 right-to-left characters and directional embeddings and overrides.
18618
18619 * simple.el (what-cursor-position): Fix display of codepoints of
18620 strong right-to-left characters.
18621
18622 2011-12-05 Chong Yidong <cyd@gnu.org>
18623
18624 * faces.el (read-color): Doc fix.
18625
18626 2011-12-05 Glenn Morris <rgm@gnu.org>
18627
18628 * align.el (align--set-marker): Add doc-string.
18629 Don't try to move something that is not a marker. (Bug#10216)
18630
18631 2011-12-04 Glenn Morris <rgm@gnu.org>
18632
18633 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18634 overly zealous deletion of trailing whitespace.
18635
18636 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18637
18638 * server.el (server-delete-client): On Windows, do not try to delete
18639 the only terminal.
18640 (server-process-filter): On Windows, treat requests for a tty frame as
18641 if they were for a GUI frame if the running server is in GUI mode.
18642
18643 2011-12-03 Glenn Morris <rgm@gnu.org>
18644
18645 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18646
18647 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18648
18649 * electric.el: Streamline electric-indent's hook.
18650 (electric-indent-chars): Revert to simple list.
18651 (electric-indent-functions): New var.
18652 (electric-indent-post-self-insert-function): Use it.
18653
18654 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18655 there's no inferior buffer (bug#10196).
18656 (prolog-consult-compile): Don't use toggle-read-only.
18657
18658 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18659
18660 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18661 interrupt. (Bug#10187)
18662
18663 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18666 (bug#9160).
18667
18668 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18669 (bug#10191).
18670
18671 2011-12-02 Juri Linkov <juri@jurta.org>
18672
18673 * info.el (Info-search): Display "end of manual" when Isearch
18674 reaches the end of single-file Info manual. (Bug#9918)
18675
18676 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18677
18678 * isearch.el (isearch-message-prefix): Run the input method part
18679 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18680
18681 2011-12-02 Juri Linkov <juri@jurta.org>
18682
18683 * isearch.el (isearch-occur): Use `word-search-regexp' for
18684 `isearch-word'.
18685 (isearch-search-and-update): Add condition for `isearch-word' and
18686 call `word-search-regexp'. (Bug#10145)
18687
18688 2011-12-01 Glenn Morris <rgm@gnu.org>
18689
18690 * eshell/em-hist.el (eshell-hist-initialize):
18691 Handle eshell-history-size nil and HISTSIZE set or unset.
18692 (eshell-history-file-name, eshell-history-size): Fix custom type.
18693
18694 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18697
18698 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18699
18700 * progmodes/verilog-mode.el (verilog-pretty-expr):
18701 Rework verilog-pretty-expr to handle new assignment operators in system
18702 verilog, such as += *= and the like.
18703 (verilog-assignment-operator-re): Regular expression to find the
18704 assigment operator in a verilog assignment.
18705 (verilog-assignment-operation-re): Regular expression to find an
18706 assignment statement for pretty-expr.
18707 (verilog-in-attribute-p): Query returns true if point is in an
18708 attribute context; used to skip these for expression line up from
18709 pretty-expr.
18710 (verilog-in-parameter-p): Query returns true if point is in an
18711 parameter definition context; used to skip these for expression
18712 line up from pretty-expr.
18713 (verilog-in-parenthesis-p): Query returns true if point is in a
18714 parenthetical expression, specifically ( ) but not [ ] or { };
18715 used by pretty-expr.
18716 (verilog-just-one-space): If there is no space, don't add one.
18717 (verilog-get-lineup-indent-2): Specifically skip just attribute
18718 contexts for expression lineup, rather than skipping all
18719 parenthetical expressions.
18720 (verilog-calculate-indent): Fix comment, and fix indent.
18721 (verilog-do-indent): Indent declarations in lists (suggested by
18722 Joachim Lechner).
18723 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18724 skeleton items.
18725 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18726 by Alain Mellan).
18727
18728 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18729
18730 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18731 parameters with embedded comments. Reported by Ray Stevens.
18732 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18733 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18734 Reported by Tim Holt.
18735 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18736 instantiated by upper module causing wrong expansion until AUTOed a
18737 second time. Reported by K C Buckenmaier.
18738 (verilog-diff-auto): Fix showing .* as a difference when
18739 `verilog-auto-star-save' off. Reported by Dan Dever.
18740 (verilog-auto-reset, verilog-read-always-signals)
18741 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18742 temporary signals in reset list if
18743 verilog-auto-reset-blocking-in-non is nil, and match assignment
18744 style to each signal's assignment type, bug381.
18745 Reported by Thomas Esposito.
18746 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18747 (verilog-uvm-statement-re): Support UVM indentation and
18748 highlighting, with old OVM keywords only.
18749 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18750 Support AUTOTIEOFF creating non-wire data types.
18751 Suggested by Jonathan Greenlaw.
18752 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18753 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18754 (verilog-inject-sense, verilog-read-inst-pins)
18755 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18756 Fix mismatching parenthesis inside commented out code when deleting
18757 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18758 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18759 non-numeric vector width. Reported by Alex Reed.
18760 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18761 detecting signals with parameter widths. Reported by Alex Reed.
18762 (verilog-auto-delete-trailing-whitespace):
18763 With `verilog-auto-delete-trailing-whitespace' remove trailing
18764 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18765 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18766 Fix verilog-scan-cache corruption when running user AUTO expansion
18767 hooks that call indentation routines.
18768 (verilog-simplify-range-expression): Fix typo ignoring lower case
18769 identifiers.
18770 (verilog-delete-auto): Fix delete-autos to also remove user created
18771 automatics, as long as they start with AUTO.
18772 (verilog-batch-diff-auto, verilog-diff-auto)
18773 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18774 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18775 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18776 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18777 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18778 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18779 is disabled and its cache will get corrupt, causing AUTOS not to
18780 expand. Instead use only -quick functions.
18781 (verilog-scan-region): Fix scanning over escaped quotes.
18782 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18783 (verilog-re-search-backward-quick)
18784 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18785 related functions now ignore strings, to fix misparsing of strings
18786 with magic comments embedded in them.
18787 (verilog-read-auto-template):
18788 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18789 Reported by Brad Dobbie.
18790 (verilog-read-auto-template):
18791 Fix 'verilog-auto-inst-template-numbers' with comments.
18792 Reported by Brad Dobbie.
18793 (verilog-auto-inst, verilog-auto-inst-param)
18794 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18795 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18796 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18797 debugging templates without merge conflicts, bug357.
18798 Reported by Brad Dobbie.
18799 (verilog-read-auto-template):
18800 Fix verilog-auto-inst-template-numbers with multiple templates.
18801 Reported by Brad Dobbie.
18802 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18803 abbrevs so user won't be asked to save.
18804 (verilog-read-auto-lisp-present): Fix to start at beginning of
18805 buffer in case called outside of verilog-auto.
18806 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18807 to "X-2". Reported by Matthew Myers.
18808 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18809 all inputs from module templates. Reported by Leith Johnson.
18810 (verilog-module-inside-filename-p): Fix locating programs as with
18811 modules.
18812 (verilog-auto-inst-port): Fix vl-width expressions when using
18813 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18814 (verilog-decls-get-regs, verilog-decls-get-signals,
18815 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18816 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18817 verilog-read-decls): Combine reg and wire structures into one var
18818 structure to represent SystemVerilog concepts.
18819 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18820 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18821 (verilog-auto-wire-type, verilog-insert-definition):
18822 Add verilog-auto-wire-type and AUTOLOGIC to support using
18823 SystemVerilog "logic" keyword instead of "wire"/"reg".
18824 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18825 to declares outputs that also have assignments (presumably in an
18826 ifdef or generate if so there's not a driver conflict).
18827 Reported by Matthew Myers.
18828 (verilog-auto-declare-nettype, verilog-insert-definition):
18829 Add verilog-auto-declare-nettype to fix declarations using
18830 `default_nettype none. Reported by Julian Gorfajn.
18831 (verilog-read-always-signals-recurse, verilog-read-decls)
18832 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18833 malformed end statement, bug325. Reported by Joshua Wise and
18834 Andrew Drake.
18835 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18836 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18837 when expanding .* in interfaces, bug320.
18838 Reported by Pierre-David Pfister.
18839 (verilog-read-module-name): Fix import statements between module
18840 name and open parenthesis, bug317.
18841 Reported by Pierre-David Pfister.
18842 (verilog-simplify-range-expression): Fix simplification of
18843 multiplications inside AUTOWIRE connections, bug303.
18844 (verilog-auto-inst-port): Support parameter expansion in
18845 multidimensional arrays.
18846 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18847 after "assert property". Reported by Julian Gorfajn.
18848 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18849 with multiplication, bug303.
18850 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18851 Reported by Jan Frode Lonnum.
18852
18853 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18854
18855 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18856 (hfy-shell-file-name, hfy-shell):
18857 * international/fontset.el (x-decompose-font-name): Fix typos.
18858
18859 2011-11-29 Ken Brown <kbrown@cornell.edu>
18860
18861 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18862 (gdb-version): Remove defvar.
18863 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18864 (gdb-gud-context-command, gdb-non-stop-handler)
18865 (gdb-current-context-command, gdb-stopped): Use it.
18866 (gdb-init-1): Enable pretty printing here.
18867 (gdb-non-stop-handler): Don't enable pretty-printing here.
18868 Check to see if the target supports non-stop mode; if not, turn off
18869 non-stop mode. Use the following.
18870 (gdb-check-target-async): New defun.
18871 (gud-watch, gdb-stopped): Fix whitespace.
18872 (gdb-get-source-file): Don't try to display the source file if
18873 `gdb-main-file' is nil.
18874
18875 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * align.el: Try to generate fewer markers (bug#10047).
18878 (align--set-marker): New macro.
18879 (align-region): Use it.
18880
18881 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18884
18885 2011-11-29 Chong Yidong <cyd@gnu.org>
18886
18887 * indent.el (indent-for-tab-command, indent-according-to-mode):
18888 Doc fix.
18889 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18890
18891 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18892
18893 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18894 aware of remote file names. (Bug#10124)
18895
18896 2011-11-29 Chong Yidong <cyd@gnu.org>
18897
18898 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18899
18900 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * files.el (find-file): Don't use force-same-window (bug#10144).
18903 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18904 use pop-to-buffer if the selected window can't be used.
18905 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18906
18907 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18908
18909 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18910 special-mode-map.
18911
18912 2011-11-28 Chong Yidong <cyd@gnu.org>
18913
18914 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18915
18916 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18917
18918 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18919 gdb-get-source-file-list on gdb-create-source-file-list.
18920
18921 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18922
18923 * whitespace.el (whitespace-newline): Use a different foreground
18924 color for 16-color light-background displays.
18925
18926 2011-11-24 Chong Yidong <cyd@gnu.org>
18927
18928 * window.el (display-buffer--special-action): Doc fix.
18929
18930 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18931
18932 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18933 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18934 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18935 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18936 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18937 (avl-tree-stack-first):
18938 * emacs-lisp/cconv.el (cconv--analyse-use):
18939 * net/gnutls.el (gnutls-negotiate): Fix typos.
18940
18941 2011-11-24 Glenn Morris <rgm@gnu.org>
18942
18943 * lpr.el (lpr-windows-system, lpr-lp-system):
18944 * mail/binhex.el (binhex-begin-line):
18945 * progmodes/grep.el (grep-history, grep-find-history):
18946 * textmodes/flyspell.el:
18947 * vc/pcvs-defs.el (cvs-global-menu):
18948 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18949 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18950 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18951
18952 * net/tls.el: Fix case of "GnuTLS".
18953
18954 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18955
18956 * version.el (emacs-build-system): Give it a doc-string.
18957
18958 2011-11-24 Juri Linkov <juri@jurta.org>
18959
18960 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18961
18962 2011-11-24 Glenn Morris <rgm@gnu.org>
18963
18964 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18965 if called on a non-mime message just toggle the headers. (Bug#8006)
18966
18967 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18968
18969 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18970 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18971 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18972 (allout-rebullet-heading, allout-open-sibtopic)
18973 (allout-toggle-current-subtree-encryption)
18974 (allout-toggle-subtree-encryption, allout-encrypt-string)
18975 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18976 (allout-distinctive-bullets-string, allout-auto-activation):
18977 * window.el (window-normalize-buffer-to-display):
18978 * progmodes/verilog-mode.el (verilog-batch-indent):
18979 * textmodes/bibtex.el (bibtex-field-braces-opt)
18980 (bibtex-field-strings-opt):
18981 * vc/cvs-status.el (cvs-tree-merge):
18982 Fix typos.
18983
18984 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18985
18986 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18987 `non-essential' to t, in order to avoid remote connections.
18988
18989 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18990
18991 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18992 On MS-DOS and MS-Windows, compare with loaddefs.el
18993 case-insensitively.
18994
18995 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18996
18997 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18998
18999 2011-11-23 Glenn Morris <rgm@gnu.org>
19000
19001 * paths.el (rmail-file-name): Reformat the doc-string so that it
19002 is picked up.
19003
19004 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19005 (rmail-auto-file): Ignore case in the "special" field names,
19006 as mail-fetch-field does for all others.
19007
19008 * mail/rmail.el (rmail-forward):
19009 * mail/rmailkwd.el (rmail-set-label):
19010 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19011 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19012
19013 * mail/rmail.el (rmail-current-message): Doc fix.
19014
19015 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19016
19017 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19018
19019 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19020
19021 2011-11-22 Glenn Morris <rgm@gnu.org>
19022
19023 * mail/rmailmm.el (test-rmail-mime-handler)
19024 (test-rmail-mime-bulk-handler)
19025 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19026
19027 2011-11-21 Juri Linkov <juri@jurta.org>
19028
19029 * calc/calc.el (calc-read-key-sequence):
19030 Let-bind `input-method-function' to nil. (Bug#10018)
19031
19032 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19033
19034 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19035 Tell the caller that the next line needs recomputation, even
19036 though it doesn't start a sexp (bug#10094).
19037
19038 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19039
19040 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19041
19042 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19043
19044 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19045 Use force-same-window.
19046
19047 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19048
19049 * descr-text.el (describe-char-unicode-data):
19050 * json.el (json-string-escape):
19051 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19052 (Footnote-unicode, Footnote-style-p):
19053 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19054
19055 2011-11-20 Chong Yidong <cyd@gnu.org>
19056
19057 * window.el (replace-buffer-in-windows): Restore interactive spec.
19058
19059 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19062
19063 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19064 (byte-compile-global-not-obsolete-vars): New var.
19065 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19066 Use it.
19067 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19068
19069 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19072 * progmodes/pascal.el (electric-pascal-equal):
19073 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19074 * xml.el (xml-substitute-special): Fix typos.
19075
19076 2011-11-20 Glenn Morris <rgm@gnu.org>
19077
19078 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19079 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19080 Doc fixes.
19081 (rmail-decode-mime-charset): Mark as obsolete.
19082
19083 * mail/rmailsum.el (rmail-message-regexp-p-1):
19084 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19085 Before using mime functions, check they are set. (Bug#10077)
19086
19087 2011-11-19 Juri Linkov <juri@jurta.org>
19088
19089 * info.el (Info-finder-find-node): Use `package--builtins' instead
19090 of `package-alist'. Use node names formed by the pattern "Keyword "
19091 and the keyword name.
19092
19093 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19094
19095 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19096
19097 2011-11-19 Juri Linkov <juri@jurta.org>
19098
19099 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19100 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19101 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19102 `old-history', `old-history-forward'. Add let-binding
19103 `window-selected'. Remove calls to `kill-buffer',
19104 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19105 before calling `Info-find-node', so `Info-find-node-2' will reread
19106 the Info file. Restore window positions only when `window-selected'
19107 is non-nil.
19108
19109 2011-11-19 Juri Linkov <juri@jurta.org>
19110
19111 * isearch.el (isearch-lazy-highlight-new-loop):
19112 Remove condition `(not isearch-error)'. (Bug#9918)
19113
19114 * misearch.el (multi-isearch-search-fun): Add condition
19115 `(not bound)' to ignore lazy-highlighting search.
19116 Add the search-failed message "end of multi" when the end of
19117 multi-sequence is reached. Uncapitalize the search-failed
19118 message "Repeat for next buffer".
19119
19120 * info.el (Info-search): Add the search-failed message
19121 "end of the manual" when the end of the manual is reached
19122 in Isearch mode.
19123
19124 2011-11-19 Juri Linkov <juri@jurta.org>
19125
19126 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19127 Use non-destructive `remove' instead of `delete' because
19128 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19129 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19130
19131 2011-11-19 Juri Linkov <juri@jurta.org>
19132
19133 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19134 to nil instead of binding `search-ring' and `regexp-search-ring'.
19135 (Bug#9185)
19136
19137 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19138
19139 * simple.el (line-move): Force movement by logical lines for any
19140 hscrolled window, not only when auto-hscroll-mode is on.
19141 (line-move-visual): Update doc string to that effect. (Bug#10076)
19142
19143 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19144
19145 * language/european.el (macintosh): Define as alias for mac-roman.
19146
19147 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19148
19149 * mail/rmailmm.el (rmail-mime-display-header)
19150 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19151 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19152 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19153 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19154 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19155 of a raw aref.
19156 (rmail-mime-entity-segment): To get past the tagline, move forward
19157 2 more lines, to account for the 2 empty lines that precede and
19158 follow the line with the buttons.
19159 (rmail-mime-update-tagline): Move one more line, to get past the
19160 empty line that follows the buttons in the tagline. (Bug#9520)
19161
19162 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19163
19164 * window.el (window-max-delta-1, window-min-delta-1)
19165 (window-min-size-1, window-state-get-1, window-state-put-1)
19166 (window-state-put-2): Use "window--" prefix.
19167
19168 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19171 (smie-warning-count): New var.
19172 (smie-set-prec2tab): Use it.
19173 (smie-bnf->prec2): Improve warnings. Add docstring.
19174 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19175 (smie-bnf--set-class): New function.
19176 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19177 corner case.
19178
19179 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19180 (compilation-error-properties, compilation-move-to-column):
19181 Handle compilation-first-column while in the target buffer.
19182
19183 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19184 Don't hardcode point-min==1.
19185
19186 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19187 (eshell-rewrite-for-command): Remove workaround.
19188 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19189 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19190 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19191
19192 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19193
19194 2011-11-17 Glenn Morris <rgm@gnu.org>
19195
19196 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19197 Ignore buffer-local generated-autoload-file if it is the same
19198 as the global value. (Bug#10049)
19199
19200 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19201
19202 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19203 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19204 (reftex-toc-previous-heading, reftex-toc-max-level)
19205 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19206 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19207 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19208 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19209 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19210 (reftex-toc-rename-label, reftex-toc-visit-location)
19211 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19212 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19213 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19214 leaving "*toc*" only for references to the buffer.
19215
19216 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19217
19218 * window.el (window-resize, delete-window, split-window):
19219 Replace window-splits by window-combination-resize.
19220 * cus-start.el (window-splits): Replace by window-combination-resize.
19221
19222 2011-11-17 Glenn Morris <rgm@gnu.org>
19223
19224 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19225 Make bash entry derive from sh entry, not shell entry.
19226
19227 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19228
19229 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19230 local file name.
19231
19232 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19233
19234 * menu-bar.el (menu-bar-file-menu):
19235 * printing.el (pr-ps-utility):
19236 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19237 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19238 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19239 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19240 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19241 (icalendar--convert-cyclic-to-ical)
19242 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19243 (icalendar--convert-ical-to-diary)
19244 (icalendar--convert-recurring-to-diary)
19245 (icalendar--convert-non-recurring-all-day-to-diary)
19246 (icalendar-import-format-sample):
19247 * progmodes/idlw-shell.el (idlwave-shell-mode):
19248 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19249 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19250 (vhdl-ps-print-init): Fix typos.
19251
19252 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19253
19254 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19255 FSF and collapse date sequence, obscure author/maintainer email address
19256 better, remove extra version line, track relocation of author's webpage.
19257
19258 * progmodes/python.el (python-pdbtrack-input-prompt)
19259 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19260 regular python pdb prompts. Adjustments shamelessly taken exactly as
19261 suggested in EmacsWiki page (tiny change):
19262 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19263
19264 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19265
19266 * expand.el (expand-pos, expand-index, expand-point):
19267 Remove redundant info from docstring.
19268 (expand-add-abbrevs): Doc fix.
19269 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19270 (expand-sample-perl-mode-expand-list): Fix typos.
19271
19272 * net/dbus.el (dbus-event-member-name):
19273 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19274 * term/pc-win.el (msdos-create-frame-with-faces):
19275 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19276
19277 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19278
19279 * window.el (split-window, window-state-get-1)
19280 (window-state-put-1, window-state-put-2): Rename occurrences of
19281 window-nest to window-combination-limit.
19282 * cus-start.el (window-nest): Rename to window-combination-limit.
19283
19284 2011-11-16 Chong Yidong <cyd@gnu.org>
19285
19286 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19287 regexp (Bug#10033).
19288
19289 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19290
19291 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19292 `completing-read' will remove *Completions* and will preserve
19293 current-buffer for us.
19294 (tmm-add-prompt): Users of *Completions* will always (re)set its
19295 major mode.
19296 (tmm-old-comp-map): Remove.
19297
19298 2011-11-16 Glenn Morris <rgm@gnu.org>
19299
19300 * mail/rmailedit.el: Require rmailmm when compiling.
19301 (rmail-old-mime-state): New declaration.
19302 (rmail-edit-current-message): If editing a mime message,
19303 edit the "raw" message from the mbox buffer.
19304 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19305
19306 2011-11-15 Glenn Morris <rgm@gnu.org>
19307
19308 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19309 which wasn't being used. Add optional arg to force given state.
19310 (rmail-mime): Add optional arg to force given state.
19311
19312 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19315 * frame.el (display-mm-dimensions-alist):
19316 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19317 (outline-move-subtree-down):
19318 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19319 (newsticker--treeview-do-get-node):
19320 * net/quickurl.el (quickurl-list-buffer-name):
19321 * progmodes/dcl-mode.el (dcl-mode):
19322 * progmodes/gdb-mi.el (gdb-mapcar*):
19323 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19324
19325 2011-11-15 Glenn Morris <rgm@gnu.org>
19326
19327 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19328 in a boolean sense, so just make it a boolean, and fix the doc.
19329 (rmail-show-mime-function, rmail-mime-feature)
19330 (rmail-require-mime-maybe): Doc fixes.
19331 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19332
19333 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19334
19335 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19336
19337 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19338 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19339 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19340 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19341
19342 2011-11-15 Glenn Morris <rgm@gnu.org>
19343
19344 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19345 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19346 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19347 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19348 (rmail-mime, rmail-show-mime): Doc fixes.
19349
19350 * term/ns-win.el (mode-line-frame-identification):
19351 Leave it alone. (Bug#10051)
19352
19353 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19354
19355 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19356 Handle empty buffers. (Bug#9978)
19357
19358 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19359
19360 * international/mule.el (define-charset):
19361 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19362 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19363 * progmodes/verilog-mode.el (verilog-backward-token):
19364 * textmodes/ispell.el (lookup-words):
19365 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19366
19367 2011-11-14 Glenn Morris <rgm@gnu.org>
19368
19369 * progmodes/executable.el
19370 (executable-make-buffer-file-executable-if-script-p):
19371 Handle file-modes returning nil.
19372
19373 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19374 message - not necessary, and causes problems. (Bug#9831)
19375
19376 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19377
19378 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19379
19380 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19381 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19382 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19383
19384 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19385
19386 * window.el (window-resize, delete-window): Use window-splits
19387 variable instead of function.
19388 (window-state-get-1, window-state-put-2, window-state-put):
19389 Don't deal with windows' splits status.
19390
19391 2011-11-12 Glenn Morris <rgm@gnu.org>
19392
19393 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19394 (apropos-documentation): Doc fixes.
19395
19396 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19397
19398 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19399 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19400
19401 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * electric.el (electric-indent-post-self-insert-function): Make it
19404 possible for a char to only indent in some circumstances.
19405 (electric-indent-mode): Simplify.
19406
19407 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19408
19409 * window.el (windows-with-parameter): Remove unused function.
19410 (windows-at-side): Rename to window-at-side-list.
19411 (window-check, window-atom-check, window-atom-check-1)
19412 (window-side-check, window-size-ignore, window-size-fixed-1)
19413 (window-in-direction-2): Prefix with "window--".
19414 (window-tree-1): Rename to window--subtree, fix doc-string.
19415
19416 2011-11-11 Glenn Morris <rgm@gnu.org>
19417
19418 * subr.el (eval-after-load): If FILE is already loaded,
19419 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19420
19421 2011-11-10 Glenn Morris <rgm@gnu.org>
19422
19423 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19424 Call svn via vc-svn-command rather than vc-do-command.
19425 (vc-svn-command): Add --non-interactive. (Bug#9993)
19426 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19427
19428 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19429 Add toggle-read-only. (Bug#7292)
19430 * files.el (toggle-read-only): Mention that it should only
19431 be used interactively. (Bug#10006)
19432
19433 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19436 Adjust regexp for OCaml warnings.
19437
19438 * electric.el (electric-pair-post-self-insert-function): Let user
19439 turn it off buffer-locally (bug#9932).
19440
19441 * progmodes/python.el (python-beginning-of-statement):
19442 Rewrite (bug#2703).
19443
19444 * progmodes/compile.el: Better handle TABs (bug#9749).
19445 (compilation-internal-error-properties)
19446 (compilation-next-error-function): Obey the target buffer's
19447 compilation-error-screen-columns.
19448
19449 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19450
19451 * progmodes/meta-mode.el: Remove obsolete comments.
19452 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19453 Fix typos in docstrings.
19454
19455 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19456
19457 * window.el (window-size-fixed-p): Rewrite doc-string.
19458 (window-resizable-p): Rename to window--resizable-p. Update callers.
19459 (window--resizable): New function. Make all callers of
19460 window-resizable call window--resizable instead.
19461 (window-resizable): Rewrite in terms of window--resizable.
19462
19463 2011-11-08 Glenn Morris <rgm@gnu.org>
19464
19465 * progmodes/delphi.el (delphi-mode-syntax-table):
19466 Let define-derived-mode define a proper syntax table. (Bug#9994)
19467
19468 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19469
19470 * window.el: Stay away from defsubst.
19471 (window-list-no-nils): Remove.
19472 (window-state-get-1, window-state-get): Use backquote instead.
19473
19474 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19475
19476 * emacs-lisp/find-func.el (find-function-read):
19477 Fix incorrect use of default argument in `completing-read'.
19478
19479 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19480
19481 * window.el (display-buffer-function, special-display-function):
19482 Mention display-buffer-record-window but do not mention
19483 help-setup parameter in doc-strings.
19484 (window-min-delta): Fix doc-string typo.
19485
19486 2011-11-08 Chong Yidong <cyd@gnu.org>
19487
19488 * window.el (window-total-height, window-total-width): Doc fix.
19489 (window-body-size): Move from C.
19490 (window-body-height, window-body-width): Move to C.
19491
19492 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19493
19494 * window.el: Make special-display like display-buffer-alist (bug#9532).
19495 (display-buffer--special-action): New function, morphed
19496 from display-buffer--special.
19497 (display-buffer): Use it to handle special-display-buffers at higher
19498 priority (just after display-buffer-alist).
19499 (display-buffer-fallback-action, display-buffer--other-frame-action)
19500 (pop-to-buffer-same-window): Remove display-buffer--special.
19501
19502 2011-11-07 Glenn Morris <rgm@gnu.org>
19503
19504 * calendar/cal-menu.el (cal-menu-set-date-title):
19505 Do nothing if not in a calendar. (Bug#9976)
19506
19507 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * files.el (find-file): Always use selected-window.
19510
19511 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19512
19513 * window.el (window-combinations): Make WINDOW argument
19514 mandatory. Rewrite doc-string.
19515 (walk-window-subtree, window-atom-check, window-min-delta)
19516 (window-max-delta, window--resize-this-window)
19517 (window--resize-root-window-vertically, window-tree)
19518 (balance-windows, window-state-put): Rewrite doc-strings as to
19519 not mention the term "subwindow".
19520 (window--resize-subwindows-skip-p): Rename to
19521 window--resize-child-windows-skip-p.
19522 (window--resize-subwindows-normal): Rename to
19523 window--resize-child-windows-normal.
19524 (window--resize-subwindows): Rename to
19525 window--resize-child-windows.
19526 (window-or-subwindow-p): Rename to window--in-subtree-p.
19527
19528 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19529
19530 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19531 Ensure that mbox format messages end in two newlines (Bug#9974).
19532
19533 2011-11-06 Chong Yidong <cyd@gnu.org>
19534
19535 * window.el (window-combination-p): Function deleted; its
19536 side-effect is not used in any existing code.
19537 (window-combinations, window-combined-p): Call window-*-child
19538 directly.
19539
19540 2011-11-05 Chong Yidong <cyd@gnu.org>
19541
19542 * window.el (window-valid-p): Rename from window-any-p.
19543 (window-size-ignore, window-state-get): Callers changed.
19544 (window-normalize-window): Rename from window-normalize-any-window.
19545 New arg LIVE-ONLY, replacing window-normalize-live-window.
19546 (window-normalize-live-window): Delete.
19547 (window-combination-p, window-combined-p, window-combinations)
19548 (walk-window-subtree, window-atom-root, window-min-size)
19549 (window-sizable, window-sizable-p, window-size-fixed-p)
19550 (window-min-delta, window-max-delta, window-resizable)
19551 (window-resizable-p, window-full-height-p, window-full-width-p)
19552 (window-current-scroll-bars, window-point-1, set-window-point-1)
19553 (window-at-side-p, window-in-direction, window-resize)
19554 (adjust-window-trailing-edge, maximize-window, minimize-window)
19555 (window-deletable-p, delete-window, delete-other-windows)
19556 (record-window-buffer, unrecord-window-buffer)
19557 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19558 (quit-window, split-window, window-state-put)
19559 (set-window-text-height, fit-window-to-buffer)
19560 (shrink-window-if-larger-than-buffer): Callers changed.
19561
19562 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19563
19564 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19565 rfc2047-decode-string.
19566 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19567 warnings.
19568
19569 * window.el (window-body-height, window-body-width): Mention in
19570 the doc string that the return values are in frame's canonical
19571 units. (Bug#9949)
19572
19573 2011-11-03 Alan Mackenzie <acm@muc.de>
19574
19575 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19576 change in cc-engine.el.
19577
19578 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19581
19582 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19583
19584 * window.el (quit-window): Call unrecord-window-buffer after
19585 showing another buffer in the window. (Bug#9937)
19586 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19587
19588 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19589
19590 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19591 Accept status with more than 9 shelves. (Bug#9935)
19592 Reported by Colin D Bennett <colin@gibibit.com>.
19593
19594 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19595
19596 * help.el (with-help-window): Don't reference
19597 temp-buffer-show-specifiers in doc-string.
19598
19599 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19600
19601 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19602 menu-item.
19603
19604 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19605
19606 * whitespace.el: New version 13.2.2.
19607 (whitespace-newline-mode): Disable properly. Reported by Sarah
19608 <EmacsWiki>.
19609
19610 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19611
19612 * net/newst-treeview.el: Remove "Time-stamp".
19613 (newsticker--group-manage-orphan-feeds): Do not call
19614 newsticker--treeview-tree-update.
19615 (newsticker-treeview-update, newsticker-treeview):
19616 Call newsticker--treeview-tree-update if necessary.
19617
19618 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19619
19620 * window.el (window-iso-combination-p, window-iso-combined-p)
19621 (window-iso-combinations): Remove "iso-" infix.
19622 Suggested by Chong Yidong.
19623 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19624 (window-max-delta-1, window-resize, window--resize-siblings)
19625 (window--resize-this-window, adjust-window-trailing-edge)
19626 (split-window, balance-windows-1)
19627 (shrink-window-if-larger-than-buffer):
19628 * calendar/calendar.el (calendar-generate-window):
19629 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19630
19631 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19634 in place (bug#9907).
19635 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19636 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19637 (eshell-structure-basic-command, eshell-rewrite-while-command)
19638 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19639 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19640 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19641 (eshell-do-pipelines-synchronously, eshell-eval-command):
19642 Use backquotes and prefer setq to set.
19643 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19644 (eshell-macrop): Use functionp.
19645 (eshell-do-eval): Handle multiple expressions in `while' body.
19646
19647 2011-10-30 Chong Yidong <cyd@gnu.org>
19648
19649 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19650 instead of set-mark (Bug#9810).
19651
19652 2011-10-30 Chong Yidong <cyd@gnu.org>
19653
19654 * window.el (split-window-below, split-window-right): Rename from
19655 split-window-above-each-other and split-window-side-by-side
19656 respectively. All callers changed.
19657 (split-window-sensibly, split-window-sensibly): Use them.
19658 (split-window-keep-point): Doc fix.
19659
19660 * isearch.el: Add isearch-scroll property to split-window-below
19661 and split-window-right.
19662
19663 * follow.el (follow-mode):
19664 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19665 * progmodes/ada-xref.el (ada-gdb-application):
19666 * emulation/vip.el (vip-buffer-in-two-windows):
19667 * image-dired.el (image-dired-dired-with-window-configuration):
19668 * dired-x.el (dired-do-find-marked-files):
19669 * dired.el (dired-pop-to-buffer):
19670 * bs.el (bs--show-with-configuration):
19671 * vc/emerge.el (emerge-setup-windows):
19672 * textmodes/two-column.el (2C-two-columns):
19673 * textmodes/reftex-toc.el (reftex-toc):
19674 * progmodes/gdb-mi.el (gdb-setup-windows):
19675 * progmodes/fortran.el (fortran-window-create):
19676 * net/newst-treeview.el (newsticker--treeview-window-init):
19677 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19678 * emulation/tpu-edt.el (tpu-gold-map):
19679 * emulation/crisp.el (crisp-mode-map):
19680 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19681
19682 2011-10-29 Chong Yidong <cyd@gnu.org>
19683
19684 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19685
19686 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19687
19688 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19689 forged Ispell output (Bug#7904).
19690
19691 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19692
19693 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * doc-view.el: Avoid ugly errors about not finding nil.
19696 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19697 (doc-view-dvipdf-program, doc-view-unoconv-program)
19698 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19699 Avoid nil or absolute file name as default value.
19700 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19701
19702 2011-10-28 Alan Mackenzie <acm@muc.de>
19703
19704 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19705
19706 2011-10-28 Alan Mackenzie <acm@muc.de>
19707
19708 Amend the handling of c-beginning/end-of-defun in nested declaration
19709 scopes.
19710
19711 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19712 cc-langs.el. Change it to a defcustom.
19713
19714 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19715 cc-vars.el.
19716
19717 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19718 Prevent "class foo : bar" being spuriously recognized as a label.
19719
19720 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19721 Add parameter `inclusive' (to include enclosing braces in the region).
19722 (c-widen-to-enclosing-decl-scope): New function.
19723 (c-while-widening-to-decl-block): New macro.
19724 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19725 outward for defun boundaries, and correspondingly change symbol
19726 `respect-enclosure' to `go-outward'.
19727 (c-declaration-limits): Change algorithm to report only the "innermost"
19728 defun's boundaries.
19729
19730 2011-10-28 Deniz Dogan <deniz@dogan.se>
19731
19732 * net/rcirc.el (rcirc-mode): Use hard newlines.
19733
19734 2011-10-28 Alan Mackenzie <acm@muc.de>
19735
19736 Amend to indent and fontify macros "which include their own semicolon"
19737 correctly, using the "virtual semicolon" mechanism.
19738
19739 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19740
19741 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19742 Recode to scan one line at a time rather than having \n and \r
19743 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19744 (c-forward-label): Amend for virtual semicolons.
19745 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19746
19747 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19748 of the new C macros.
19749
19750 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19751 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19752 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19753 (c-opt-cpp-macro-define): Make into a full language variable.
19754 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19755 AWK Mode (including \n, \r) removed, no longer needed.
19756
19757 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19758 Invoke c-make-macro-with-semi-re.
19759
19760 * progmodes/cc-vars.el (c-macro-with-semi-re):
19761 (c-macro-names-with-semicolon): New variables.
19762 (c-make-macro-with-semi-re): New function.
19763
19764 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * vc/log-edit.el: Fill empty field rather than adding new one.
19767 (log-edit-add-field): New function.
19768 (log-edit-insert-changelog): Use it.
19769
19770 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19771
19772 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19773
19774 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19777 (gdb--check-interpreter): New function.
19778 (gdb): Use it.
19779
19780 2011-10-27 Glenn Morris <rgm@gnu.org>
19781
19782 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19783 (least-positive-float, least-negative-float)
19784 (least-positive-normalized-float, least-negative-normalized-float)
19785 (float-epsilon, float-negative-epsilon):
19786 Remove unnecessary declarations.
19787
19788 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19789 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19790 (least-positive-float, least-negative-float)
19791 (least-positive-normalized-float, least-negative-normalized-float)
19792 (float-epsilon, float-negative-epsilon): Add doc-strings,
19793 based on those in cl.texi.
19794
19795 * files.el (set-visited-file-name): If the major-mode changed,
19796 reload the local variables. (Bug#9796)
19797
19798 2011-10-27 Chong Yidong <cyd@gnu.org>
19799
19800 * subr.el (change-major-mode-after-body-hook): New hook.
19801 (run-mode-hooks): Run it.
19802
19803 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19804 Use change-major-mode-before-body-hook.
19805
19806 * simple.el (fundamental-mode):
19807 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19808 change introducing fundamental-mode-hook.
19809
19810 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19811
19812 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19813
19814 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19815
19816 * ido.el (ido-file-name-all-completions-1): Do not require
19817 tramp.el explicitly. (Bug#7583)
19818
19819 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * progmodes/octave-mod.el:
19822 * progmodes/octave-inf.el: Update maintainer.
19823
19824 2011-10-26 Chong Yidong <cyd@gnu.org>
19825
19826 * subr.el (with-wrapper-hook): Rewrite doc.
19827
19828 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19829
19830 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19831 filenames "/method:foo:". (Bug#9793)
19832
19833 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19836 (bug#9865).
19837
19838 2011-10-24 Glenn Morris <rgm@gnu.org>
19839
19840 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19841
19842 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19843
19844 * notifications.el: Add the requirement of a running D-Bus session
19845 bus to the Commentary.
19846
19847 2011-10-24 Juri Linkov <juri@jurta.org>
19848
19849 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19850 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19851 (Bug#9364)
19852
19853 2011-10-24 Juri Linkov <juri@jurta.org>
19854
19855 * info.el (Info-following-node-name-re): Add newline to the list
19856 of allowed characters for leading space. (Bug#9824)
19857
19858 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * progmodes/octave-inf.el (inferior-octave-mode-map):
19861 Fix C-c C-h binding.
19862 * progmodes/octave-mod.el (octave-help): Remove.
19863
19864 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19865
19866 Sync with Tramp 2.2.3.
19867
19868 * net/tramp-cache.el (top): Pacify byte-compiler using
19869 `init-file-user' and `site-run-file'.
19870
19871 * net/trampver.el: Update release number.
19872
19873 2011-10-23 Chong Yidong <cyd@gnu.org>
19874
19875 * files.el (toggle-read-only): Remove obsolete comment about
19876 version control.
19877
19878 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19879 for toggle-read-only. Note that this hasn't called vc-next-action
19880 since 2008-05-02, though it wasn't documented at the time.
19881
19882 * vc/ediff-init.el (ediff-toggle-read-only-function):
19883 Use toggle-read-only.
19884
19885 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19886
19887 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19888 of c-parse-state.
19889
19890 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19891 correct faulty logical expression.
19892 (c-parse-state-state, c-record-parse-state-state):
19893 (c-replay-parse-state-state): New defvar/defuns.
19894 (c-debug-parse-state): Use new functions.
19895
19896 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19897
19898 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19899 last fix. Use window-in-direction correctly.
19900
19901 2011-10-21 Chong Yidong <cyd@gnu.org>
19902
19903 * progmodes/idlwave.el (idlwave-mode):
19904 * progmodes/vera-mode.el (vera-mode): No need to set
19905 require-final-newline; that's done in prog-mode.
19906 Suggested by Stefan Monnier.
19907
19908 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19909
19910 * mouse.el (mouse-drag-window-above)
19911 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19912 (mouse-drag-mode-line-1, mouse-drag-header-line)
19913 (mouse-drag-vertical-line-rightward-window): Remove.
19914 (mouse-drag-line): New function.
19915 (mouse-drag-mode-line, mouse-drag-header-line)
19916 (mouse-drag-vertical-line): Call mouse-drag-line.
19917 * window.el (window-at-side-p, windows-at-side): New functions.
19918
19919 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19920
19921 * tar-mode.el (tar-grind-file-mode):
19922 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19923
19924 2011-10-21 Chong Yidong <cyd@gnu.org>
19925
19926 * progmodes/idlwave.el (idlwave-mode):
19927 * progmodes/vera-mode.el (vera-mode):
19928 Use mode-require-final-newline.
19929
19930 2011-10-20 Glenn Morris <rgm@gnu.org>
19931
19932 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19933
19934 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19935
19936 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19937
19938 2011-10-20 Chong Yidong <cyd@gnu.org>
19939
19940 * emulation/cua-base.el (cua-mode):
19941 * mail/footnote.el (footnote-mode):
19942 * mail/mailabbrev.el (mail-abbrevs-mode):
19943 * net/xesam.el (xesam-minor-mode):
19944 * progmodes/bug-reference.el (bug-reference-mode):
19945 * progmodes/cap-words.el (capitalized-words-mode):
19946 * progmodes/compile.el (compilation-minor-mode)
19947 (compilation-shell-minor-mode):
19948 * progmodes/gud.el (gud-tooltip-mode):
19949 * progmodes/hideif.el (hide-ifdef-mode):
19950 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19951 * progmodes/subword.el (subword-mode):
19952 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19953 * progmodes/which-func.el (which-function-mode):
19954 * term/tvi970.el (tvi970-set-keypad-mode):
19955 * term/vt100.el (vt100-wide-mode):
19956 * textmodes/flyspell.el (flyspell-mode):
19957 * textmodes/ispell.el (ispell-minor-mode):
19958 * textmodes/nroff-mode.el (nroff-electric-mode):
19959 * textmodes/paragraphs.el (use-hard-newlines):
19960 * textmodes/refill.el (refill-mode):
19961 * textmodes/reftex.el (reftex-mode):
19962 * textmodes/rst.el (rst-minor-mode):
19963 * textmodes/sgml-mode.el (html-autoview-mode)
19964 (sgml-electric-tag-pair-mode):
19965 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19966 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19967 * emulation/crisp.el (crisp-mode):
19968 * emacs-lisp/eldoc.el (eldoc-mode):
19969 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19970 minor mode behavior.
19971
19972 2011-10-19 Juri Linkov <juri@jurta.org>
19973
19974 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19975 the list of hard-coded chars with escape-glyph face.
19976
19977 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19978
19979 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19980
19981 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19982
19983 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19984 running process.
19985
19986 2011-10-19 Glenn Morris <rgm@gnu.org>
19987
19988 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19989 Ignore ignored files. (Bug#9726)
19990
19991 2011-10-19 Chong Yidong <cyd@gnu.org>
19992
19993 Doc fix for minor modes, stating that an omitted argument enables
19994 the mode unconditionally when called from Lisp.
19995
19996 * abbrev.el (abbrev-mode):
19997 * allout.el (allout-mode):
19998 * autoinsert.el (auto-insert-mode):
19999 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20000 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20001 (global-auto-revert-mode):
20002 * battery.el (display-battery-mode):
20003 * composite.el (global-auto-composition-mode)
20004 (auto-composition-mode):
20005 * delsel.el (delete-selection-mode):
20006 * desktop.el (desktop-save-mode):
20007 * dired-x.el (dired-omit-mode):
20008 * dirtrack.el (dirtrack-mode):
20009 * doc-view.el (doc-view-minor-mode):
20010 * double.el (double-mode):
20011 * electric.el (electric-indent-mode, electric-pair-mode):
20012 * emacs-lock.el (emacs-lock-mode):
20013 * epa-hook.el (auto-encryption-mode):
20014 * follow.el (follow-mode):
20015 * font-core.el (font-lock-mode):
20016 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20017 * help.el (temp-buffer-resize-mode):
20018 * hilit-chg.el (highlight-changes-mode)
20019 (highlight-changes-visible-mode):
20020 * hi-lock.el (hi-lock-mode):
20021 * hl-line.el (hl-line-mode, global-hl-line-mode):
20022 * icomplete.el (icomplete-mode):
20023 * ido.el (ido-everywhere):
20024 * image-file.el (auto-image-file-mode):
20025 * image-mode.el (image-minor-mode):
20026 * iswitchb.el (iswitchb-mode):
20027 * jka-cmpr-hook.el (auto-compression-mode):
20028 * linum.el (linum-mode):
20029 * longlines.el (longlines-mode):
20030 * master.el (master-mode):
20031 * mb-depth.el (minibuffer-depth-indicate-mode):
20032 * menu-bar.el (menu-bar-mode):
20033 * minibuf-eldef.el (minibuffer-electric-default-mode):
20034 * mouse-sel.el (mouse-sel-mode):
20035 * msb.el (msb-mode):
20036 * mwheel.el (mouse-wheel-mode):
20037 * outline.el (outline-minor-mode):
20038 * paren.el (show-paren-mode):
20039 * recentf.el (recentf-mode):
20040 * reveal.el (reveal-mode, global-reveal-mode):
20041 * rfn-eshadow.el (file-name-shadow-mode):
20042 * ruler-mode.el (ruler-mode):
20043 * savehist.el (savehist-mode):
20044 * scroll-all.el (scroll-all-mode):
20045 * scroll-bar.el (scroll-bar-mode):
20046 * server.el (server-mode):
20047 * shell.el (shell-dirtrack-mode):
20048 * simple.el (auto-fill-mode, transient-mark-mode)
20049 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20050 (line-number-mode, column-number-mode, size-indication-mode)
20051 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20052 * strokes.el (strokes-mode):
20053 * time.el (display-time-mode):
20054 * t-mouse.el (gpm-mouse-mode):
20055 * tool-bar.el (tool-bar-mode):
20056 * tooltip.el (tooltip-mode):
20057 * type-break.el (type-break-mode-line-message-mode)
20058 (type-break-query-mode):
20059 * view.el (view-mode):
20060 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20061 (global-whitespace-mode, global-whitespace-newline-mode):
20062 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20063
20064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20065 Fix autogenerated docstring.
20066
20067 2011-10-19 Juri Linkov <juri@jurta.org>
20068
20069 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20070 by checking environment variables "DESKTOP_SESSION" and
20071 "XDG_CURRENT_DESKTOP". (Bug#9779)
20072
20073 2011-10-19 Juri Linkov <juri@jurta.org>
20074
20075 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20076 (browse-url-chromium-program, browse-url-chromium-arguments):
20077 New defcustoms.
20078 (browse-url-default-browser): Check for `browse-url-chromium' and
20079 call `browse-url-chromium-program'.
20080 (browse-url-chromium): New command. (Bug#9779)
20081
20082 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20083
20084 * facemenu.el (list-colors-duplicates): On Windows, detect more
20085 duplicates by assuming that only colors matching "^System" are
20086 special "system colors". (Bug#9722)
20087
20088 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20091 to distinguish the author from the committer.
20092
20093 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20094
20095 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20096
20097 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20098
20099 * international/mule.el (sgml-html-meta-auto-coding-function):
20100 Add support for detecting encoding in HTML5 specified only as
20101 <meta charset="UTF-8">. Implementation just makes http-equiv and
20102 content-type parts from HTML4 encoding string optional. (Bug#9716)
20103
20104 2011-10-18 Glenn Morris <rgm@gnu.org>
20105
20106 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20107
20108 2011-10-18 Chong Yidong <cyd@gnu.org>
20109
20110 * faces.el (cursor): Doc fix.
20111
20112 2011-10-17 Chong Yidong <cyd@gnu.org>
20113
20114 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20115
20116 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20117
20118 * dirtrack.el (dirtrack): Support shell buffers with path
20119 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20120
20121 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20122
20123 * json.el: Bump version to 1.3 and note change in History.
20124 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20125
20126 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20127
20128 * comint.el (comint-insert-input, comint-send-input)
20129 (comint-get-old-input-default, comint-backward-matching-input)
20130 (comint-next-prompt): Use nil instead of `input' for field property of
20131 past user input (bug#114).
20132
20133 * minibuffer.el (completion--replace): Inherit surrounding properties
20134 (bug#114).
20135 (minibuffer-complete-and-exit): Use it.
20136
20137 * comint.el (comint--table-subvert): Quote the all-completions output
20138 (bug#9160).
20139
20140 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20141
20142 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20143
20144 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20145 window on right of selected. (Bug#9350) Reword other window
20146 entries and separate them from frame entries.
20147
20148 2011-10-15 Glenn Morris <rgm@gnu.org>
20149
20150 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20151 Doc fixes.
20152
20153 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20154
20155 * net/network-stream.el (network-stream-open-starttls):
20156 Improve detection of failure due to lack of TLS support.
20157
20158 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20159 putting the input text in front and in bold.
20160
20161 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20164
20165 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20166 empty buffer.
20167
20168 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20169 unread-command-events rather than pushing yet-another event.
20170
20171 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20172
20173 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20174 the explanation of the possible choices. Make the options passed
20175 to completing-read shorter.
20176
20177 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20178
20179 * textmodes/flyspell.el (flyspell-large-region): Make sure
20180 extended character mode is used if defined (Bug#1339).
20181
20182 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20183
20184 * simple.el (what-cursor-position): Fix the display of the
20185 character info for LRE, LRO, RLE, and RLO characters by appending
20186 an invisible PDF.
20187
20188 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20189
20190 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20191 even in case of error; add debug spec; simplify data flow.
20192 (with-timeout-handler): Remove.
20193
20194 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20195
20196 Fix Bug#6019, Bug#9315.
20197
20198 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20199 complete `buffer-file-name', the local file name part could look
20200 remotely (for example on VMS).
20201
20202 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20203 `tramp-run-real-handler'.
20204 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20205 already quoted by '"'.
20206
20207 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20208 Let `file-name-handler-alist' be nil, the local file name part
20209 could look remotely (for example on VMS).
20210
20211 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20212
20213 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20214 from here...
20215 (flyspell-post-command-hook): ...to here.
20216
20217 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20218
20219 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20220 if not needed.
20221 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20222 using completion. Protect against "slow" callers.
20223 Remove the "message hack".
20224
20225 2011-10-11 Juri Linkov <juri@jurta.org>
20226
20227 * isearch.el (isearch-lazy-highlight-word): New variable.
20228 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20229 Use it. (Bug#9727)
20230
20231 2011-10-11 Glenn Morris <rgm@gnu.org>
20232
20233 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20234 like f90-previous-statement does.
20235
20236 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20237
20238 * eshell/eshell.el (eshell-command): History should be saved
20239 only in interactive use, to avoid error.
20240
20241 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * minibuffer.el (completion-file-name-table): Fix last change,
20244 i.e. ignore normal errors but not the other ones.
20245
20246 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20247
20248 * window.el (special-display-buffer-names)
20249 (special-display-regexps): Remove some remnants of earlier
20250 changes from doc-strings.
20251 (quit-windows-on): New function.
20252
20253 * vc/vc.el (vc-revert, vc-rollback):
20254 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20255 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20256 (Bug#6183) (Bug#7074) (Bug#7447)
20257
20258 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20259
20260 * window.el (frame-auto-hide-function): Add version tag.
20261 (Bug#9699)
20262
20263 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20264
20265 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20266 condition.
20267
20268 2011-10-09 Leo Liu <sdl.web@gmail.com>
20269
20270 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20271 (Bug#9701)
20272
20273 2011-10-08 Glenn Morris <rgm@gnu.org>
20274
20275 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20276 before the first code statement zero indent. (Bug#9690)
20277
20278 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20279
20280 * simple.el (count-words-region): Always count in the region.
20281 Report the number of lines and characters too.
20282 (count-words): New command, which counts in the buffer if the
20283 region is inactive, as count-words-region used to.
20284 (count-words--message): New function. Handle plurals.
20285 (count-lines-region): Make it an alias for count-words-region.
20286
20287 * bindings.el (esc-map): Replace count-lines-region with
20288 count-words-region.
20289
20290 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20291
20292 * window.el (window--delete): Delete dedicated frame
20293 unconditionally when argument KILL is non-nil. (Bug#9699)
20294 (switch-to-buffer): Fix doc-string typo.
20295
20296 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20297
20298 * eshell/eshell.el (eshell-command): Avoid using hooks.
20299
20300 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * bindings.el ([M-left],[M-right]): Bind to left-word and
20303 right-word respectively.
20304
20305 2011-10-07 Glenn Morris <rgm@gnu.org>
20306
20307 * cus-start.el (debug-on-quit): Fix custom type.
20308
20309 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20310
20311 * subr.el (define-key-after): Clarify that the function is not
20312 useful for non-menu keymaps.
20313
20314 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20315
20316 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20317
20318 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20319 in current minibuffer (Fix bug with recursive minibuffers).
20320
20321 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20322
20323 * progmodes/gdb-mi.el (gdb): Doc fix.
20324
20325 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20326
20327 * window.el (frame-auto-hide-function): New option replacing
20328 frame-auto-delete. Suggested by Stefan Monnier.
20329 (window--delete): Call frame-auto-hide-function instead of
20330 investigating frame-auto-delete.
20331 (window-point-1, set-window-point-1): New functions.
20332 (window-in-direction, record-window-buffer, window-state-get-1)
20333 (display-buffer-record-window): Use window-point-1 instead of
20334 window-point.
20335 (set-window-buffer-start-and-point): Use set-window-point-1.
20336
20337 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20338
20339 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20340
20341 2011-10-05 Glenn Morris <rgm@gnu.org>
20342
20343 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20344 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20345
20346 2011-10-05 Leo Liu <sdl.web@gmail.com>
20347
20348 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20349 works with buffer object.
20350
20351 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20352
20353 * mpc.el (mpc-tool-bar-map): Add labels.
20354
20355 2011-10-04 Glenn Morris <rgm@gnu.org>
20356
20357 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20358
20359 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20360
20361 * window.el (window--delete): New function.
20362 (frame-auto-delete): Resuscitate option.
20363 (bury-buffer, replace-buffer-in-windows)
20364 (quit-window): Rewrite using window--delete.
20365 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20366 Pass display-buffer-mark-dedicated to window--display-buffer-2
20367 (Bug#9639).
20368
20369 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20370
20371 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20372 returns a list (bug#9554). Add remote file name completion.
20373 * comint.el (comint--table-subvert): Curry and get quote&unquote
20374 functions as arguments.
20375 (comint--complete-file-name-data): Adjust call accordingly.
20376 * pcomplete.el (pcomplete--table-subvert): Remove.
20377 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20378
20379 * minibuffer.el (completion-table-case-fold): Use currying.
20380 (completion--styles-type, completion--cycling-threshold-type):
20381 New constants.
20382 (completion-styles, completion-category-overrides)
20383 (completion-cycle-threshold): Use them.
20384 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20385 completion-table-case-fold.
20386
20387 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20388
20389 * minibuffer.el (completion-category-overrides): Fix type of styles
20390 and add more user friendly tags (bug#9660).
20391
20392 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20393
20394 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20395 (mule-input-method-string): New widget.
20396 (default-input-method, language-info-custom-alist): Use it.
20397
20398 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * pcomplete.el: Require comint.
20401 (pcomplete--common-suffix): Remove.
20402 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20403 (pcomplete--table-subvert): Sync with comint--table-subvert.
20404 (pcomplete--entries): Use comint-completion-file-name-table.
20405 * comint.el (comint-unquote-filename): Simplify.
20406 (comint-completion-file-name-table): New function (bug#9616).
20407 (comint--complete-file-name-data): Use it.
20408
20409 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20410 (pcmpl-gnu-tar-buffer): Remove.
20411 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20412 around. Make sure pcomplete-suffix-list is only changed temporarily.
20413 Don't look inside the tar's file if it's too large.
20414
20415 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20416
20417 * cus-edit.el (custom-mode-map):
20418 * epa.el (epa-key-list-mode-map):
20419 * man.el (Man-mode-map):
20420 * startup.el (splash-screen-keymap):
20421 * simple.el (special-mode-map): Use scroll-up-command and
20422 scroll-down-command.
20423
20424 * progmodes/idlw-help.el (idlwave-help-mode-map):
20425 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20426 * net/newst-plainview.el (newsticker-mode-map):
20427 * emulation/ws-mode.el (wordstar-mode-map):
20428 * emulation/vi.el (vi-com-map):
20429 * calc/calc-graph.el (calc-graph-show-dumb):
20430 * term/sun.el (terminal-init-sun):
20431 * term/ns-win.el (global-map):
20432 * progmodes/grep.el (grep-mode-map):
20433 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20434 * mail/rmail.el (rmail-mode-map):
20435 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20436
20437 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20438 custom-safe-themes as special.
20439
20440 2011-10-01 Julien Danjou <julien@danjou.info>
20441
20442 * notifications.el (notifications-notify): Fix docstring.
20443
20444 2011-10-01 Per Starbäck <per@starback.se>
20445
20446 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20447
20448 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20449
20450 * startup.el (command-line-1): Fix last fix by inserting
20451 initial-scratch-message into *scratch* before displaying it.
20452 (Bug#9605) and (Bug#9636)
20453
20454 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20455
20456 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20457 window is hscrolled, move by logical lines. (Bug#9607)
20458 (line-move-visual): Update the doc string to the above effect.
20459
20460 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20461
20462 * window.el (display-buffer-record-window): When WINDOW is the
20463 selected window use `point' instead of `window-point'. (Bug#9626)
20464
20465 * startup.el (command-line-1): Use insert-before-markers when
20466 inserting initial-scratch-message. (Bug#9605)
20467
20468 * help.el (help-window): Remove variable.
20469
20470 2011-09-29 Glenn Morris <rgm@gnu.org>
20471
20472 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20473
20474 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20475
20476 * descr-text.el (describe-char-categories): Accept category
20477 descriptions more than one line long.
20478
20479 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * simple.el (delete-trailing-whitespace): Fix last change.
20482
20483 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20484 Don't confuse "y => 3" as the beginning of a `y' operation.
20485
20486 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20487 object has more than 4 slots (bug#9613).
20488
20489 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20490
20491 * subr.el (with-output-to-temp-buffer):
20492 * net/quickurl.el (quickurl, quickurl-browse-url):
20493 Fix typos in docstrings.
20494
20495 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20496
20497 * minibuffer.el (completion-styles)
20498 (completion-category-overrides): Cross reference each other in doc
20499 strings.
20500
20501 2011-09-27 Glenn Morris <rgm@gnu.org>
20502
20503 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20504 to split-string. (Bug#9606)
20505
20506 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20507
20508 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20509 (bug#9615).
20510
20511 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20512
20513 * emacs-lisp/package.el (list-packages): Fix echo area message.
20514
20515 2011-09-27 Leo Liu <sdl.web@gmail.com>
20516
20517 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20518
20519 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20520
20521 * net/dbus.el (dbus-unregister-object): Don't release services for
20522 registered signals. (Bug#9581)
20523
20524 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20525
20526 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20527 function that picks between cfengine 2 and 3 support
20528 automatically. Update docs accordingly.
20529
20530 2011-09-22 Kenichi Handa <handa@m17n.org>
20531
20532 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20533 ZERO.
20534 (indian-itrans-v5-table-for-tamil): New variable.
20535 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20536
20537 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20538
20539 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20540 that's true if the current command involved collapsing of text.
20541 It's reset to false at the beginning of the next command.
20542 (allout-post-command-business): Move the cursor to the beginning
20543 of entry if the cursor is hidden and collapsing activity just
20544 happened.
20545
20546 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20547
20548 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20549 tracking (Bug#9541).
20550
20551 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20552
20553 * net/newst-reader.el (newsticker-html-renderer)
20554 (newsticker-show-news): Automatically load html rendering package
20555 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20556 because w3m-fill-column is let-bound" and the error "Symbol's value
20557 as variable is void: w3m-fill-column".
20558
20559 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20560
20561 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20562 Release services only if they are defined. (Bug#9581)
20563
20564 2011-09-23 Richard Stallman <rms@gnu.org>
20565
20566 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20567 distinguish start of paragraph from start of its text.
20568
20569 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20570
20571 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20572 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20573 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20574
20575 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20576
20577 * international/mule-diag.el (mule-diag): Insert a newline after
20578 each fontset description.
20579
20580 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20581
20582 * simple.el (delete-trailing-whitespace):
20583 Document last change; simplify.
20584
20585 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20586
20587 * simple.el (delete-trailing-whitespace): Also delete
20588 extra newlines at the end of the buffer.
20589
20590 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20591 (picture-newline): Use forward-line so as to ignore fields.
20592
20593 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * subr.el (with-wrapper-hook): Fix edebug spec.
20596
20597 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20598
20599 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20600 (bug#4538).
20601
20602 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20603
20604 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20605 Fix nasty bug using wrong cached values.
20606
20607 2011-09-23 Alan Mackenzie <acm@muc.de>
20608
20609 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20610
20611 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20612
20613 * window.el (pop-to-buffer): Ensure right window is selected if we
20614 chose another frame.
20615
20616 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20617
20618 * simple.el (what-cursor-position): Use get-char-property-change
20619 and next-single-char-property-change, to be able to show display
20620 properties that come from overlays as well as text properties.
20621
20622 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20623
20624 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20625
20626 * cmuscheme.el (run-scheme, switch-to-scheme):
20627 * cus-edit.el (customize-group, custom-buffer-create)
20628 (customize-browse):
20629 * info.el (info):
20630 * shell.el (shell):
20631 * mail/sendmail.el (mail):
20632 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20633
20634 2011-09-22 Richard Stallman <rms@gnu.org>
20635
20636 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20637 move back only to line beg, don't move back over blank lines.
20638
20639 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20640
20641 * files.el (copy-directory): Set directory attributes only in case
20642 they could be retrieved from the source directory. (Bug#9565)
20643
20644 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20645
20646 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20647 (hs-find-block-beginning, hs-hide-level-recursive):
20648 Ignore strings as well as comments. (Bug#9502)
20649
20650 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20651
20652 * progmodes/sql.el (sql-comint-postgres):
20653 Convert port number to a string. (Bug#9566)
20654
20655 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20656
20657 * window.el (quit-window): Undedicate window when switching to
20658 previous buffer. Reported by Thierry Volpiatto
20659 <thierry.volpiatto@gmail.com>.
20660 (special-display-popup-frame): When popping up a new frame reset
20661 its previous buffers to nil. Simplify code.
20662
20663 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20664
20665 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20666 and process filter, as done also in `shell-command'.
20667
20668 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20669
20670 * window.el (set-window-buffer-start-and-point):
20671 Call set-window-start with NOFORCE argument t.
20672 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20673 (quit-window): Reword doc-string. Handle new format of
20674 quit-restore parameter. Don't delete window if it has a
20675 previous buffer we can show instead of the present one.
20676 (display-buffer-record-window): Rewrite using a new format for
20677 the quit-restore window parameter
20678 (special-display-popup-frame, display-buffer-same-window)
20679 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20680 (display-buffer-pop-up-window, display-buffer-use-some-window):
20681 Adapt symbol passed to display-buffer-record-window.
20682 * help.el (help-window-setup): Handle new format of quit-restore
20683 parameter.
20684
20685 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20686
20687 * faces.el (face-list): Fix docstring (bug#9564).
20688
20689 * window.el (display-buffer--action-function-custom-type):
20690 Don't include internal functions in the Custom interface.
20691
20692 2011-09-20 Juri Linkov <juri@jurta.org>
20693
20694 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20695 (Info-forward-node, Info-backward-node, Info-next-preorder)
20696 (Info-last-preorder): Use it. (Bug#9528)
20697
20698 2011-09-20 Juri Linkov <juri@jurta.org>
20699
20700 * info.el (Info-last-preorder): Visit last menu item only when
20701 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20702
20703 2011-09-20 Julien Danjou <julien@danjou.info>
20704
20705 * password-cache.el (password-cache-remove): Remove entries even if the
20706 value is nil, so that password with a nil value (negative caching) is
20707 possible to invalidate.
20708
20709 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20710
20711 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20712 all whitespace around breakpoint. (Bug#9553)
20713 (f90-find-breakpoint): Only break at whitespace inside a comment.
20714
20715 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * minibuffer.el (completion-file-name-table): Keep track of errors.
20718 (completion-table-with-predicate): Handle the case where pred1 is nil.
20719 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20720
20721 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20724 (debugger-return-value): Signal an error if the debugging context does
20725 not await any return value.
20726
20727 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20728 * image-mode.el (image-toggle-display-text)
20729 (image-toggle-display-image): Stay away from evil `intangible'.
20730
20731 2011-09-19 Leo Liu <sdl.web@gmail.com>
20732
20733 * replace.el (occur-revert-arguments): Make it permanent-local.
20734 (occur-mode): Don't call font-lock-defontify.
20735
20736 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20737
20738 * net/ldap.el (ldap-search-internal): Don't push empty search
20739 result (Bug#9508).
20740
20741 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20744
20745 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20746
20747 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20748 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20749
20750 2011-09-18 Juri Linkov <juri@jurta.org>
20751
20752 * buff-menu.el (Buffer-menu-mode-map):
20753 * dired.el (dired-mode-map):
20754 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20755 (lisp-interaction-mode-map):
20756 * emacs-lisp/package.el (package-menu-mode-map):
20757 * epa.el (epa-key-list-mode-map):
20758 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20759 (menu-bar-options-menu):
20760 * outline.el (outline-mode-menu-bar-map):
20761 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20762 * vc/vc-dir.el (vc-dir-menu-map):
20763 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20764 Capitalize non-function content words in menu item strings.
20765
20766 * dired.el (dired-mode-map): Add menu item for
20767 `image-dired-dired-toggle-marked-thumbs'.
20768
20769 2011-09-18 Juri Linkov <juri@jurta.org>
20770
20771 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20772 to `isearch-case-fold-search' and restore its original value
20773 after the `isearch-mode' call.
20774
20775 2011-09-18 Juri Linkov <juri@jurta.org>
20776
20777 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20778 because `zgrep' returns 1 for successful matches (bug#9226).
20779
20780 2011-09-18 Juri Linkov <juri@jurta.org>
20781
20782 * info.el (Info-extract-menu-node-name): Check the second match
20783 for empty string (second test-case of bug#9528).
20784 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20785 intermediate nodes to the history (first test-case of bug#9528).
20786
20787 2011-09-18 Juri Linkov <juri@jurta.org>
20788
20789 * info.el (Info-mode-syntax-table): New variable.
20790 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20791
20792 2011-09-18 Juri Linkov <juri@jurta.org>
20793
20794 * info.el (Info-file-supports-index-cookies):
20795 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20796 outputs one more line for long file names (bug#4142).
20797
20798 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20799
20800 * newcomment.el (comment-normalize-vars): If prompting for
20801 comment-start, set comment-start-skip too (Bug#8424).
20802
20803 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20804
20805 * icomplete.el: Fix previous fix of Bug#5849.
20806 (icomplete-mode): Don't set completion-show-inline-help.
20807 (icomplete-minibuffer-setup): Set completion-show-inline-help
20808 locally during icompletion.
20809
20810 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20811
20812 * woman.el (woman2-process-escapes): Don't delete unrecognized
20813 escapes (Bug#7843).
20814
20815 * files.el (inhibit-first-line-modes-regexps): Add image files.
20816 (hack-local-variables-prop-line): Return nil for malformed
20817 prop-lines (Bug#9044).
20818
20819 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20820
20821 * net/tramp.el (top): Don't require 'shell.
20822 (tramp-methods): Fix docstring.
20823 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20824 Return complete remote file name. Handle "smb" case.
20825 Use `tramp-tmpdir', if defined for the respective method.
20826 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20827
20828 * net/tramp-compat.el (top): Require 'shell.
20829
20830 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20831 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20832 `tramp-current-host'.
20833 (tramp-get-remote-tmpdir): Remove.
20834
20835 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20836 `tramp-tmpdir' entries.
20837 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20838 (tramp-smb-handle-file-attributes): Ignore errors.
20839 (tramp-smb-wait-for-output): Check also for process end.
20840
20841 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20842
20843 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20844 when sending QUIT (bug#9312).
20845
20846 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20847
20848 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20849 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20850 occur-mode-display-occurrence.
20851 (occur-edit-mode): Add usage message.
20852 (occur-cease-edit): New command.
20853 (occur-after-change-function): Use text properties to find the
20854 position of the prefix text.
20855 (occur-engine): Set stickiness of prefix text properties.
20856
20857 2011-09-17 Glenn Morris <rgm@gnu.org>
20858
20859 * progmodes/etags.el (complete-tag):
20860 Fix call to completion-in-region. (Bug#9526)
20861
20862 2011-09-17 Juri Linkov <juri@jurta.org>
20863
20864 * textmodes/ispell.el (ispell-word): Add to the error message
20865 the word, ispell program name and current dictionary (bug#9121).
20866 (ispell-tex-arg-end): Capitalize "error" in the error message.
20867
20868 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20869
20870 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20871 check. (Bug#4251)
20872
20873 2011-09-17 Juri Linkov <juri@jurta.org>
20874
20875 * window.el (window-safe-min-height, window-safe-min-width):
20876 Fix typos (followup to bug#9522).
20877
20878 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20879
20880 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20881
20882 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20883
20884 * simple.el (line-move): If goal-column is set, move by logical
20885 lines, not by display lines. (Bug#971)
20886 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20887 to reflect the above change.
20888
20889 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20890
20891 * image.el (imagemagick-register-types): Use regexp-opt.
20892
20893 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20894
20895 * window.el (display-buffer-base-action): Rename from
20896 display-buffer-default-action. Make default value empty.
20897 (display-buffer-overriding-action): Convert to defvar.
20898 (display-buffer-fallback-action): New var.
20899
20900 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20901
20902 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20903 declaration.
20904 (package--add-to-archive-contents): If there is a duplicate entry
20905 with an older version, remove it.
20906 (package-menu-mark-delete, package-menu-mark-install)
20907 (package-menu-mark-unmark): Make unused args optional.
20908 (package-menu-mark-obsolete-for-deletion):
20909 Use package-menu-get-status instead of a regexp search.
20910 (package-menu-get-status): Use tabulated-list-entry.
20911 (package-menu-mark-upgrades): New command.
20912 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20913 (package-menu-execute): Do installation before deletion.
20914 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20915 instead of checking major-mode.
20916 (package-menu--find-upgrades): New function.
20917
20918 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20919
20920 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20921 passwords in the log buffer.
20922 (smtpmail-process-filter): Update the process marker so that the
20923 "broken by peer" status message is inserted in the right place.
20924
20925 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20926
20927 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20928 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20929 bibtex-completion-at-point-function.
20930 (bibtex-completion-at-point-function): Use them.
20931
20932 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20933
20934 * mpc.el (mpc-constraints-tag-lookup): New function.
20935 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20936 also to browser "album|playlist".
20937
20938 2011-09-14 Juri Linkov <juri@jurta.org>
20939
20940 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20941 (isearch-edit-string): Use length of `isearch-string' when
20942 `isearch-fail-pos' returns nil.
20943 (isearch-message): Remove duplicate code and call
20944 `isearch-fail-pos' with arg `t'.
20945
20946 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20947
20948 * replace.el (occur-mode-goto-occurrence): Don't force using other
20949 window (Bug#9499).
20950
20951 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20952
20953 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20954
20955 * window.el (display-buffer-window): Remove.
20956 (display-buffer-record-window): Use help-setup window parameter
20957 instead of variable display-buffer-window.
20958 (display-buffer-function, special-display-buffer-names)
20959 (special-display-function): Mention help-setup parameter instead
20960 of display-buffer-window in doc-string.
20961 * help.el (help-window-setup): New argument help-window.
20962 Use help-window-setup parameter instead of display-buffer-window.
20963 Reword some messages.
20964 (with-help-window): Pass window used for displaying the buffer
20965 to help-window-setup. Don't set display-buffer-window.
20966
20967 2011-09-13 Glenn Morris <rgm@gnu.org>
20968
20969 * emacs-lisp/debug.el (debugger-make-xrefs):
20970 Preserve point. (Bug#9462)
20971
20972 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20973
20974 * window.el (window-deletable-p): Use next-frame.
20975
20976 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20977
20978 * window.el (window-auto-delete): Remove.
20979 (window-deletable-p): Remove argument FORCE. Don't deal with
20980 dedication and previous buffers.
20981 (switch-to-prev-buffer): Don't delete window.
20982 (delete-windows-on): Delete a window's frame if and only if the
20983 window is dedicated.
20984 (replace-buffer-in-windows): Delete buffer's window or frame if
20985 and only if window is dedicated.
20986 (quit-window): Handle quit-restore as before last change.
20987 (bury-buffer): Delete window only if window-deletable-p returns t.
20988
20989 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20990
20991 * window.el (window-deletable-p): Never delete the last frame on a
20992 given terminal.
20993
20994 2011-09-13 Glenn Morris <rgm@gnu.org>
20995
20996 * help.el (describe-key-briefly): Copy previous standard-output change.
20997
20998 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20999
21000 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21001
21002 2011-09-13 Glenn Morris <rgm@gnu.org>
21003
21004 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21005 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21006
21007 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21008
21009 * dired-aux.el (dired-mark-read-string): Don't return default
21010 value on empty input (Bug#9361).
21011 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21012 Omit initial minibuffer contents.
21013 (dired-do-chmod): Signal an error on empty input.
21014 (dired-mark-read-string): Don't return default on empty input.
21015
21016 * files.el (file-modes-symbolic-to-number): Doc fix.
21017
21018 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21019
21020 * international/mule-cmds.el (ucs-completions): Remove.
21021 (read-char-by-name): Use complete-with-action instead; add metadata.
21022
21023 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21024
21025 * window.el (display-buffer--action-function-custom-type)
21026 (display-buffer--action-custom-type): New vars.
21027 (display-buffer-alist, display-buffer-default-action)
21028 (display-buffer-overriding-action): Add defcustom types.
21029
21030 * frame.el (delete-other-frames): Doc fix (Bug#276).
21031
21032 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21033
21034 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21035
21036 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21037
21038 Change modes that used same-window-* vars to use switch-to-buffer.
21039
21040 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21041 Use switch-to-buffer.
21042
21043 * cus-edit.el (customize-group, custom-buffer-create)
21044 (customize-browse, custom-buffer-create-other-window):
21045 Use switch-to-buffer or switch-to-buffer-other-window.
21046
21047 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21048 (Info-prev, Info-up, Info-speedbar-goto-node)
21049 (info-display-manual): Use switch-to-buffer.
21050 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21051
21052 * mail/sendmail.el (mail): Use switch-to-buffer.
21053 (mail-recover): Use switch-to-buffer-other-window.
21054
21055 * cmuscheme.el (run-scheme, switch-to-scheme):
21056 * ielm.el (ielm):
21057 * shell.el (shell):
21058 * net/rlogin.el (rlogin):
21059 * net/telnet.el (telnet, rsh):
21060 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21061
21062 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21063
21064 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21065
21066 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21067
21068 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21069 so don't mention it (bug#9301).
21070 (dired-sort-toggle-or-edit): Clarify string further.
21071
21072 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21073 match `x', `w32' and `ns', like the manual says (bug#9029).
21074
21075 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21076 (process-kill-buffer-query-function): Mention the buffer name in
21077 the query.
21078
21079 * image-mode.el (image-next-line): The line parameter is mandatory
21080 (bug#9258).
21081
21082 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21083 which can be useful (bug#9301).
21084
21085 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21086
21087 * subr.el (match-string): Mention that the current buffer should
21088 be the same as the search was done in (bug#9282).
21089
21090 * facemenu.el: Disable the remove-* commands if the mark isn't
21091 active (bug#9162).
21092
21093 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21094
21095 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21096 of display-buffer.
21097 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21098
21099 * replace.el (occur-mode-goto-occurrence)
21100 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21101 and display-buffer.
21102
21103 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21104 display-buffer.
21105
21106 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21107 special-display and same-window variables.
21108 (mail-other-window): Use switch-to-buffer-other-window.
21109 (mail-other-frame): USe switch-to-buffer-other-frame.
21110
21111 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21112 Use display-buffer-other-frame.
21113 (gdb-display-gdb-buffer): Use pop-to-buffer.
21114
21115 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21116
21117 * progmodes/python.el: Don't set same-window-buffer-names.
21118
21119 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21120
21121 * window.el (display-buffer-alist): Add *Python*.
21122
21123 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * window.el (display-buffer-alist): Add entry for buffers
21126 previously handled same-window-*.
21127 (display-buffer-alist, display-buffer-default-action)
21128 (display-buffer-overriding-action): Mark as risky.
21129 (display-buffer-alist): Document action function changes.
21130 (display-buffer--same-window-action)
21131 (display-buffer--other-frame-action): New variables.
21132 (switch-to-buffer, display-buffer-other-frame): Use them.
21133 (display-buffer): Rename reuse-frame entry to reusable-frames.
21134 (display-buffer-reuse-selected-window): Function deleted.
21135 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21136 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21137 (display-buffer-special): New function.
21138 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21139 display-buffer-reuse-or-pop-window. Split off special-display
21140 part into display-buffer-special.
21141 (display-buffer-use-some-window): Don't perform any special
21142 pop-up-frames handling.
21143 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21144 (display-buffer--maybe-same-window): Rename from
21145 display-buffer-maybe-same-window.
21146
21147 * info.el: Don't set same-window-regexps.
21148 (info-setup): New function.
21149 (info-other-window, info): Call it.
21150
21151 * cus-edit.el: Don't set same-window-regexps.
21152 (customize-group): New argument.
21153 (customize-group-other-window): Use it.
21154 (customize-face, customize-face-other-window): Likewise.
21155 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21156
21157 * net/rlogin.el:
21158 * net/telnet.el:
21159 * progmodes/gud.el: Don't set same-window-regexps.
21160
21161 * cmuscheme.el:
21162 * ielm.el:
21163 * shell.el:
21164 * mail/sendmail.el:
21165 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21166
21167 2011-09-10 Juri Linkov <juri@jurta.org>
21168
21169 * isearch.el (isearch-edit-string): Remove obsolete mention of
21170 `C-w' (`isearch-yank-word-or-char') from docstring.
21171 (isearch-query-replace): Fix typo in docstring (bug#9466).
21172
21173 2011-09-10 Juri Linkov <juri@jurta.org>
21174
21175 * paren.el (show-paren-function): Don't show escaped parens.
21176 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21177
21178 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21179
21180 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21181 (mm-default-file-encoding): Remove autoload forms, they are
21182 replaced with autoload cookies in mml.el and mm-encode.el.
21183 (mail-add-attachment): New command.
21184 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21185 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21186 the doc string.
21187 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21188
21189 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21190
21191 * simple.el (count-words-region): Use buffer if there's no region
21192 (bug#9429).
21193
21194 2011-09-09 Juri Linkov <juri@jurta.org>
21195
21196 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21197 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21198 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21199
21200 2011-09-09 Alan Mackenzie <acm@muc.de>
21201
21202 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21203 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21204
21205 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21206
21207 Fix for Savannah bug#9392.
21208 * simple.el (mail-encode-mml): New defvar.
21209
21210 * mail/rmail.el (mail-encode-mml): Add a defvar.
21211 (rmail-enable-mime-composing): Default to t.
21212 (rmail-forward): Use MIME method of forwarding only if both
21213 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21214 Set mail-encode-mml non-nil if the MIME method was used.
21215
21216 * mail/sendmail.el (mml-to-mime): Add autoload form.
21217 (mail-encode-mml): Add a defvar.
21218 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21219 to nil.
21220 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21221 message through mml-to-mime, and reset mail-encode-mml to nil.
21222
21223 2011-09-09 Glenn Morris <rgm@gnu.org>
21224
21225 * woman.el (woman-if-body): When processing an .el block,
21226 do not delete the next .el block as well. (Bug#9447)
21227 (woman-special-characters): Add oq, cq, and hy characters.
21228
21229 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21230
21231 * window.el (window-deletable-p): Make sure window is live before
21232 invoking window-prev-buffers.
21233
21234 2011-09-08 Leo Liu <sdl.web@gmail.com>
21235
21236 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21237
21238 2011-09-08 Juri Linkov <juri@jurta.org>
21239
21240 * progmodes/compile.el (compilation-environment): Make it
21241 a defcustom (bug#8340).
21242
21243 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21244
21245 * window.el (frame-auto-delete): Rename to window-auto-delete.
21246 Make it control auto-deletion of windows and/or frames.
21247 (window-deletable-p): New argument FORCE. Rewrite conditions
21248 for deleting window/frame. (Bug#9419)
21249 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21250 Rewrite handling of case when window/frame can be deleted.
21251 (delete-windows-on): Call window-deletable-p with new FORCE
21252 argument t. (Bug#9456)
21253
21254 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21255
21256 * help-mode.el (help-mode): Restore autoload.
21257
21258 2011-09-07 Juri Linkov <juri@jurta.org>
21259
21260 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21261 `compilation-environment'. Set buffer-local
21262 `compilation-environment' to `thisenv' later after (funcall mode).
21263 (Bug#8340)
21264
21265 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21266 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21267 instead of replacing its value. (Bug#8340)
21268
21269 2011-09-07 Juri Linkov <juri@jurta.org>
21270
21271 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21272 based on text properties put by `grep-filter' instead of matching
21273 escape sequences.
21274 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21275 to the value of `grep-error-screen-columns' (bug#9438).
21276
21277 2011-09-07 Juri Linkov <juri@jurta.org>
21278
21279 * simple.el (next-error-highlight, next-error-highlight-no-select):
21280 Doc fix (bug#9432).
21281
21282 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21283
21284 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21285 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21286
21287 2011-09-07 Leo Liu <sdl.web@gmail.com>
21288
21289 * net/rcirc.el (rcirc-mode): Conditionally initialize
21290 rcirc-input-ring.
21291
21292 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * emacs-lisp/find-func.el (find-function-C-source): Only set
21295 find-function-C-source-directory after checking that we found a source
21296 file there (bug#9440).
21297
21298 2011-09-06 Alan Mackenzie <acm@muc.de>
21299
21300 * isearch.el (isearch-other-meta-char): Wherever a key list is
21301 unread, "unread" the prefix arg, too. This fixes bug #8901.
21302
21303 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21304
21305 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21306
21307 2011-09-05 Juri Linkov <juri@jurta.org>
21308
21309 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21310
21311 2011-09-05 Juri Linkov <juri@jurta.org>
21312
21313 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21314 keeping point where processing of grep matches begins, and
21315 continue to delete remaining escape sequences from the same point.
21316 (grep-filter): Make leading zero optional in "0?1;31m" because
21317 git-grep emits "\033[1;31m" escape sequences unlike expected
21318 "\033[01;31m" as GNU Grep does (bug#9408).
21319 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21320
21321 2011-09-05 Juri Linkov <juri@jurta.org>
21322
21323 * subr.el (y-or-n-p): Capitalize "yes".
21324
21325 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21326
21327 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21328 `tramp-cache-unload-hook' where appropriate.
21329 (tramp-methods): Rename `tramp-remote-sh' to
21330 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21331 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21332
21333 * net/tramp-sh.el (top): Don't require 'shell.
21334 (tramp-methods): Add `tramp-remote-shell' and
21335 `tramp-remote-shell-args' entries.
21336 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21337 (tramp-sh-handle-shell-command): Remove.
21338 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21339 Use `tramp-remote-shell'.
21340
21341 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21342
21343 * mail/sendmail.el (sendmail-query-once-function): Delete.
21344 (sendmail-query-once): Save directly to send-mail-function.
21345 Update message-send-mail-function too.
21346
21347 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21348
21349 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21350
21351 * progmodes/python.el (python-mode-map): Use correct function to
21352 start python interpreter from menu-bar (as reported by Geert
21353 Kloosterman).
21354 (inferior-python-mode-map): Fix typo.
21355 (python-shell-map): Remove.
21356
21357 2011-09-03 Deniz Dogan <deniz@dogan.se>
21358
21359 * net/rcirc.el (rcirc-print): Simplify code for
21360 rcirc-scroll-show-maximum-output. There is no need to walk
21361 through all windows to find the right one.
21362
21363 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21364
21365 * help.el (help-return-method): Doc fix.
21366
21367 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21368
21369 * window.el (window-deletable-p): Don't return a non-nil value
21370 when there's a buffer that was shown in the window before.
21371 (Bug#9419)
21372 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21373 Set window's previous buffers to nil.
21374
21375 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21376
21377 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21378 newline before and after the tag line, so it doesn't interfere
21379 with determining the paragraph direction of bidirectional text.
21380
21381 2011-09-03 Leo Liu <sdl.web@gmail.com>
21382
21383 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21384
21385 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21386
21387 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21388 (pop-to-buffer): Change interactive spec. Pass second argument
21389 directly to display-buffer.
21390 (display-buffer): Fix interactive spec. Use functionp to
21391 distinguish between a function and a list of functions.
21392
21393 * abbrev.el (edit-abbrevs):
21394 * arc-mode.el (archive-extract):
21395 * autoinsert.el (auto-insert):
21396 * bookmark.el (bookmark-bmenu-list):
21397 * files.el (find-file):
21398 * view.el (view-buffer):
21399 * progmodes/compile.el (compilation-goto-locus):
21400 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21401
21402 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21403
21404 * window.el (display-buffer-alist): Doc fix.
21405 (display-buffer): Add docstring. Don't treat
21406 display-buffer-default specially.
21407 (display-buffer-reuse-selected-window)
21408 (display-buffer-same-window, display-buffer-maybe-same-window)
21409 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21410 (display-buffer-pop-up-window)
21411 (display-buffer-reuse-or-pop-window)
21412 (display-buffer-use-some-window): New functions.
21413 (display-buffer-default-action): Use them.
21414 (display-buffer-default): Delete.
21415 (pop-to-buffer-1): Fix choice of actions.
21416
21417 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 * minibuffer.el (completion--insert-strings): Don't get confused by
21420 completion entries that end with an LF char.
21421
21422 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21423
21424 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21425
21426 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21427
21428 * window.el (display-buffer): Restore interactive spec.
21429 (display-buffer-same-window, display-buffer-other-window):
21430 New functions.
21431 (pop-to-buffer-1): New function. Use the above.
21432 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21433 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21434
21435 * view.el (view-buffer-other-window, view-buffer-other-frame):
21436 Just use pop-to-buffer.
21437
21438 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21439
21440 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21441
21442 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21443
21444 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21445
21446 2011-08-31 Richard Stallman <rms@gnu.org>
21447
21448 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21449 of the separation of rmail-view-buffer from rmail-buffer.
21450 If you say no to "replace original", the decrypt is in the
21451 view buffer. If you say yes, the decrypt goes into the
21452 rmail buffer also.
21453
21454 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21455
21456 * window.el (display-buffer-window): Rewrite doc-string.
21457 (display-buffer-record-window): New function.
21458 (display-buffer-macro-specifiers)
21459 (display-buffer-even-window-sizes, display-buffer-set-height)
21460 (display-buffer-set-width, display-buffer-in-window)
21461 (display-buffer-reuse-window, display-buffer-split-specifiers)
21462 (display-buffer-side-specifiers, display-buffer-split-window-1)
21463 (display-buffer-split-window, display-buffer-split-atom-window)
21464 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21465 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21466 (display-buffer-other-window-means-other-frame)
21467 (display-buffer-normalize-special)
21468 (display-buffer-normalize-default)
21469 (display-buffer-normalize-argument)
21470 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21471 (display-buffer-normalize-specifiers, display-buffer-frame)
21472 (display-buffer-same-window, display-buffer-same-frame)
21473 (display-buffer-other-window)
21474 (display-buffer-same-frame-other-window)
21475 (display-buffer-other-frame, pop-to-buffer-same-window)
21476 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21477 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21478 (switch-to-buffer-same-frame)
21479 (switch-to-buffer-other-window-same-frame)
21480 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21481 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21482 (display-buffer-alist-set): Remove.
21483 (display-buffer-function, special-display-buffer-names)
21484 (special-display-regexps, special-display-function):
21485 In doc-string refer to display-buffer-window and quit-restore
21486 parameter.
21487 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21488 (special-display-frame-alist, special-display-popup-frame)
21489 (same-window-buffer-names, same-window-regexps, same-window-p)
21490 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21491 (split-window-preferred-function, split-height-threshold)
21492 (split-width-threshold, window-splittable-p)
21493 (split-window-sensibly, window--try-to-split-window)
21494 (window--frame-usable-p, even-window-heights)
21495 (window--even-window-heights, window--display-buffer-1)
21496 (window--display-buffer-2, display-buffer-other-frame):
21497 Restore old Emacs 23 code, order and doc-strings where applicable.
21498 (display-buffer-default, display-buffer-assq-regexp): New functions.
21499 (display-buffer-alist): Rewrite doc-string.
21500 (display-buffer-default-action)
21501 (display-buffer-overriding-action): New variables.
21502 (display-buffer, switch-to-buffer): Rewrite.
21503 (pop-to-buffer): Restore Emacs 23 behavior but use
21504 window-normalize-buffer-to-display.
21505 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21506 Restore Emacs 23 behavior but use
21507 window-normalize-buffer-to-switch-to.
21508 (pop-to-buffer-same-window): Rewrite.
21509 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21510 Rewrite using Emacs 23 options.
21511
21512 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21513
21514 * net/tramp.el (tramp-root-regexp): Remove.
21515 (tramp-completion-file-name-regexp-unified)
21516 (tramp-completion-file-name-regexp-separate)
21517 (tramp-completion-file-name-regexp-url): Don't use leading volume
21518 letter on w32 systems. (Bug#5303, Bug#9311)
21519 (tramp-drop-volume-letter): Simplify definition.
21520 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21521
21522 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21525 (bug#9356).
21526
21527 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21528
21529 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21530
21531 2011-08-29 Juri Linkov <juri@jurta.org>
21532
21533 * isearch.el (isearch-done): Don't display message "Mark saved"
21534 when arg `edit' is non-nil to prevent its flicker in the echo area.
21535
21536 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21537
21538 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21539 obsolete packages for deletion.
21540
21541 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21542
21543 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21544 (help-mode): Derive help-mode from special-mode. Don't invoke
21545 view-mode from help-mode.
21546 (help-xref-override-view-map): Remove.
21547 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21548 view-mode is not used anymore.
21549
21550 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21551
21552 * server.el (server-port): Doc fix.
21553
21554 * cus-theme.el (custom-theme-choose-mode): Inherit from
21555 special-mode (Bug#9124).
21556 (custom-theme-choose-mode-map): Add special-mode to parent.
21557
21558 2011-08-28 Alan Mackenzie <acm@muc.de>
21559
21560 * progmodes/cc-fonts.el
21561 (c-make-font-lock-BO-decl-search-function): New function.
21562 (c-basic-matchers-after - "Fontify the clauses after various
21563 keywords"): Extract the three keyword lists for the 3 erroneous
21564 constructs from the list of four, and use the new function above
21565 in place of an old one.
21566
21567 2011-08-28 Deniz Dogan <deniz@dogan.se>
21568
21569 * net/rcirc.el (rcirc-insert-prev-input)
21570 (rcirc-insert-next-input): Remove unused argument.
21571
21572 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21575
21576 2011-08-27 Alan Mackenzie <acm@muc.de>
21577
21578 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21579 handle function pointer parameters properly.
21580
21581 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21582
21583 * window.el (display-buffer-reuse-window): Fix case where
21584 selected window was reused with non-nil OTHER-WINDOW argument.
21585 (Bug#9381)
21586
21587 2011-08-27 Deniz Dogan <deniz@dogan.se>
21588
21589 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21590 oftc's NickServ messages.
21591
21592 2011-08-27 Glenn Morris <rgm@gnu.org>
21593
21594 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21595
21596 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21597
21598 * emacs-lisp/package.el (package-install): Call package-initialize
21599 if called interactively.
21600
21601 2011-08-26 Leo Liu <sdl.web@gmail.com>
21602
21603 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21604
21605 2011-08-25 Juri Linkov <juri@jurta.org>
21606
21607 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21608 `search-whitespace-regexp' (bug#9364).
21609
21610 2011-08-25 Juri Linkov <juri@jurta.org>
21611
21612 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21613 `regexp-search-ring' to their global values to protect from
21614 updating by `read-from-minibuffer' (bug#9185).
21615
21616 2011-08-25 Juri Linkov <juri@jurta.org>
21617
21618 * textmodes/ispell.el (ispell-command-loop): Add newline
21619 at the end of the "Use option `i'..." line.
21620
21621 2011-08-25 Juri Linkov <juri@jurta.org>
21622
21623 * battery.el (display-battery-mode): If `battery-status-function'
21624 or `battery-mode-line-format' is nil, display the message and set
21625 `display-battery-mode' to nil (bug#9363).
21626
21627 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21628
21629 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21630 bidi-string-mark-left-to-right; they are unnecessary now.
21631
21632 2011-08-25 Deniz Dogan <deniz@dogan.se>
21633
21634 * net/quickurl.el: Documentation typo fixes.
21635
21636 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21637
21638 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21639
21640 2011-08-25 Glenn Morris <rgm@gnu.org>
21641
21642 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21643
21644 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21645 (smtpmail-via-smtp): Handle nil response from smtp.
21646
21647 2011-08-24 Juri Linkov <juri@jurta.org>
21648
21649 * proced.el (proced-marked): Inherit from `error' instead of
21650 `font-lock-warning-face'.
21651
21652 * ibuffer.el (ibuffer-marked-face): Change default face from
21653 `font-lock-warning-face' to `warning'.
21654 (ibuffer-deletion-face): Change default face from
21655 `font-lock-type-face' to `error'.
21656
21657 * battery.el (battery-update): Use the face `error' instead of
21658 `font-lock-warning-face' (bug#6117).
21659
21660 2011-08-24 Juri Linkov <juri@jurta.org>
21661
21662 * faces.el (success): Change face color from "Green3" to
21663 "ForestGreen" on light background (bug#9353).
21664
21665 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21666
21667 * window.el (quit-window): Rename from quit-restore-window.
21668 Use same arglist as old quit-window.
21669 (frame-auto-delete): Doc fix.
21670
21671 * view.el (view-mode-exit): Use quit-window.
21672
21673 2011-08-24 Juri Linkov <juri@jurta.org>
21674
21675 * isearch.el (isearch-ring-adjust1): Start visiting previous
21676 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21677 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21678 for empty search string (when the last search string is reused
21679 automatically) to adjust the isearch ring to the last element and
21680 prepare the correct index for further M-p commands (bug#9185).
21681
21682 2011-08-24 Kenichi Handa <handa@m17n.org>
21683
21684 * international/ucs-normalize.el: If decomposition property of
21685 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21686 nil.
21687 (nfd, nfkd): Likewise.
21688
21689 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21690
21691 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21692 from process filters aren't reliably transmitted to the surrounding
21693 accept-process-output.
21694 (mpc-proc-check): New function.
21695 (mpc-proc-sync): Use it (bug#8293)
21696
21697 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21700 Add compatibility functions (bug#9313).
21701
21702 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21703
21704 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21705
21706 * international/uni-bidi.el: Regenerate.
21707
21708 2011-08-23 Kenichi Handa <handa@m17n.org>
21709
21710 * international/charprop.el:
21711 * international/uni-bidi.el:
21712 * international/uni-category.el:
21713 * international/uni-combining.el:
21714 * international/uni-comment.el:
21715 * international/uni-decimal.el:
21716 * international/uni-decomposition.el:
21717 * international/uni-digit.el:
21718 * international/uni-lowercase.el:
21719 * international/uni-mirrored.el:
21720 * international/uni-name.el:
21721 * international/uni-numeric.el:
21722 * international/uni-old-name.el:
21723 * international/uni-titlecase.el:
21724 * international/uni-uppercase.el: Regenerate.
21725
21726 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21727
21728 * help.el (help-window-setup): Fix message displayed when other
21729 window is reused. (Bug#9341)
21730
21731 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21732
21733 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21734 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21735
21736 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21737 Mark obsolete.
21738 * shell.el (shell-parse-pcomplete-arguments): New function.
21739 (shell-completion-vars): Use it instead (bug#9160).
21740
21741 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21744 strings and comments (bug#9333).
21745
21746 * emacs-lisp/debug.el (debug-arglist): New function.
21747 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21748 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21749
21750 2011-08-22 Juri Linkov <juri@jurta.org>
21751
21752 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21753 Revert regexp that highlights output switches to its old
21754 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21755
21756 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21757 to check for empty output (bug#9226).
21758
21759 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21760
21761 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21762 symbol-constituent as the default, as that stops font-lock from
21763 working properly (Bug#8843).
21764
21765 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21766
21767 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21768 `coding-system-for-*' around the process open call to avoid
21769 auth-source side effects.
21770 (smtpmail-try-auth-methods): Expand the secret password.
21771 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21772 probe hangs.
21773
21774 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21775
21776 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21777
21778 * emacs-lisp/find-func.el (find-function-noselect): New arg
21779 lisp-only.
21780
21781 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21782 signal an error for built-in functions (Bug#6664).
21783
21784 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21785
21786 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21787 (smtpmail-try-auth-methods): Use it.
21788
21789 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21790
21791 * font-lock.el (font-lock-fontify-region)
21792 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21793 (font-lock-default-unfontify-buffer)
21794 (font-lock-default-fontify-region)
21795 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21796
21797 * progmodes/compile.el (compilation-error-properties):
21798 Fix confusion between file struct and message struct (Bug#9319).
21799 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21800 `ant' regexp.
21801
21802 * net/browse-url.el (browse-url-firefox): Don't call
21803 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21804
21805 2011-08-20 Glenn Morris <rgm@gnu.org>
21806
21807 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21808
21809 * tutorial.el (tutorial--default-keys): Update some default bindings.
21810
21811 * files.el (hack-local-variables): Fully ignore case for "mode:".
21812
21813 2011-08-20 Alan Mackenzie <acm@muc.de>
21814
21815 Resolve invalid use of a regexp in regexp-opt.
21816
21817 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21818 detection for a java annotation.
21819
21820 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21821 detection for a java annotation.
21822
21823 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21824 handling for java.
21825 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21826
21827 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21828
21829 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21830 (Bug#9274).
21831
21832 2011-08-20 Alan Mackenzie <acm@muc.de>
21833
21834 Fontify CPP expressions correctly when starting in the middle of
21835 such a construct. Mainly for when jit-lock etc. starts a chunk
21836 here.
21837
21838 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21839 variable.
21840 (c-make-font-lock-search-form): New function, extracted from
21841 c-make-font-lock-search-function.
21842 (c-make-font-lock-search-function): Use the above function.
21843 (c-make-font-lock-context-search-function): New function.
21844 (c-cpp-matchers): Enhance the preprocessor expression case with
21845 the above function
21846 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21847 which takes an expression.
21848
21849 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21850
21851 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21852
21853 * window.el (display-buffer-reuse-window)
21854 (display-buffer-pop-up-window): Don't reuse or split a side
21855 window.
21856
21857 2011-08-19 Glenn Morris <rgm@gnu.org>
21858
21859 * files.el (hack-local-variables-prop-line, hack-local-variables):
21860 Downcase "Mode:". (Bug#9331)
21861
21862 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21863
21864 * international/characters.el: Add L and R categories.
21865
21866 * subr.el (bidi-string-mark-left-to-right): Rename from
21867 string-mark-left-to-right. Use category search.
21868
21869 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21870
21871 2011-08-18 Juri Linkov <juri@jurta.org>
21872
21873 * faces.el (error, warning, success): New faces with definitions
21874 copied from old default values of `font-lock-warning-face',
21875 `compilation-warning', `compilation-info' (bug#6117).
21876
21877 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21878
21879 * progmodes/compile.el (compilation-error): Inherit from `error'.
21880 (compilation-warning): Inherit from `warning'.
21881 (compilation-info): Inherit from `success'.
21882
21883 * dired.el (dired-marked): Inherit from `warning'.
21884 (dired-flagged): Inherit from `error'.
21885
21886 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21887
21888 * mail/smtpmail.el (auth-source): Require to avoid problems with
21889 binding variables (bug#9298). Also clean up some unused
21890 autoloads.
21891
21892 * net/network-stream.el (network-stream-open-starttls):
21893 Support using starttls.el without using gnutls-cli.
21894
21895 2011-08-17 Juri Linkov <juri@jurta.org>
21896
21897 * progmodes/grep.el (rgrep): Handle the case when
21898 `grep-find-command' is a cons cell (bug#9278).
21899
21900 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21901
21902 * window.el (display-buffer-pop-up-frame): Run frame creation
21903 function with BUFFER current (as special-display-popup-frame
21904 does). Reported by Drew Adams.
21905
21906 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21907
21908 * epa-mail.el: Simplify GnuPG group expansion using
21909 epg-expand-group.
21910 (epa-mail-group-alist, epa-mail-group-modtime)
21911 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21912 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21913 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21914 Remove.
21915
21916 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21917
21918 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21919
21920 2011-08-16 Alan Mackenzie <acm@muc.de>
21921
21922 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21923 Correct, to avoid the inside of macros.
21924
21925 2011-08-16 Richard Stallman <rms@gnu.org>
21926
21927 * epa-mail.el: Handle GnuPG group definitions.
21928 (epa-mail-group-alist, epa-mail-group-modtime)
21929 (epa-mail-gnupg-conf-file): New variables.
21930 (epa-mail-parse-groups, epa-mail-sync-groups)
21931 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21932 (epa-mail-expand-recipients): New functions.
21933 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21934
21935 * mail/rmail.el (rmail-epa-decrypt): New command.
21936
21937 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21938 Don't bind buffer-read-only, just inhibit-read-only.
21939 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21940 (epa-decrypt-armor-in-region): Make error message clearer.
21941
21942 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21945 and "a2b" to "ab" for `prefix'.
21946
21947 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21948
21949 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21950 filter groups.
21951 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21952 Fourquet (Bug#8804).
21953
21954 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21955
21956 * startup.el (argi): Declare as global variable (bug#9275).
21957
21958 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21959
21960 * subr.el (string-mark-left-to-right): Search the entire string
21961 for RTL script, not just the terminating character. Doc fix.
21962
21963 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21964
21965 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21966 New function.
21967 (js--regexp-literal, js-syntax-propertize-function): Remove.
21968 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21969 (js-mode-map): Don't rebind electric keys.
21970 (js-insert-and-indent): Remove.
21971 (js-mode): Setup electric-layout and electric-indent instead.
21972
21973 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21974
21975 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21976
21977 * epa.el (epa-progress-callback-function): Fix the logic of
21978 displaying progress.
21979 * epa-file.el (epa-file-insert-file-contents): Make progress
21980 display more user-friendly.
21981 (epa-file-write-region): Ditto.
21982
21983 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21984
21985 * subr.el (string-mark-left-to-right): New function.
21986
21987 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21988 Use string-mark-left-to-right.
21989 (list-buffers-noselect): Caller changed.
21990
21991 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21992 Use string-mark-left-to-right.
21993 (tabulated-list-print): Recenter after moving point.
21994
21995 2011-08-10 Juri Linkov <juri@jurta.org>
21996
21997 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21998 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21999 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22000
22001 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22002
22003 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22004 (Bug#7554).
22005
22006 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22007
22008 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22009 character. (Bug#6594)
22010
22011 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22012
22013 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22014 (image-dired--with-db-file): New macro.
22015 (image-dired-write-tags, image-dired-remove-tag)
22016 (image-dired-create-gallery-lists, image-dired-write-comments)
22017 (image-dired-get-comment, image-dired-mark-tagged-files)
22018 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22019 (image-dired-gallery-generate): Use insert-file-contents.
22020
22021 * time.el (display-time-world-list, display-time-world-display):
22022 * time-stamp.el (time-stamp-string):
22023 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22024 set-time-zone-rule (Bug#7337).
22025
22026 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22027
22028 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22029 (epg-error-to-string, epg-errors-to-string): New function.
22030 (epg-wait-for-completion): Reverse errors list.
22031 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22032 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22033 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22034 (epg-sign-keys, epg-generate-key-from-file)
22035 (epg-generate-key-from-string): Format errors by using
22036 epg-errors-to-string (bug#9255).
22037 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22038
22039 2011-08-07 Juri Linkov <juri@jurta.org>
22040
22041 * faces.el (list-faces-display): Remove extra angle bracket
22042 from `help-mode-map'.
22043
22044 * info.el (Info-history-toc-nodes): Doc fix.
22045
22046 * longlines.el (longlines-mode): Doc fix.
22047
22048 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22051 of statements and in a few more cases (bug#9183).
22052
22053 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22054 New functions.
22055 (cl-transform-lambda): Use them (bug#9239).
22056
22057 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22058
22059 * window.el (display-buffer-same-window)
22060 (display-buffer-same-frame, display-buffer-other-window)
22061 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22062 (pop-to-buffer-other-window)
22063 (pop-to-buffer-same-frame-other-window)
22064 (pop-to-buffer-other-frame): Make them defuns.
22065 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22066
22067 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22068
22069 * subr.el (make-composed-keymap): Move from C. Change calling
22070 convention, and improve docstring to bring attention to a subtle point.
22071 * minibuffer.el (completing-read-default): Adjust accordingly.
22072
22073 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22074
22075 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22076 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22077
22078 * net/trampver.el: Update release number.
22079
22080 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22083 "in" (bug#9190).
22084
22085 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22086
22087 * mail/sendmail.el (sendmail-query-once): Restore the current
22088 buffer after querying (bug#9074).
22089
22090 * dired.el (dired-flagged): Use different faces for marked and
22091 flagged files (bug#6117).
22092
22093 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22094 (bug#4433).
22095
22096 * ido.el (ido-mode): Switch off the message if called
22097 non-interactively.
22098
22099 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22100 before 587, since it appears that that's more likely to work for
22101 more people.
22102
22103 * cus-edit.el (custom-file): When running under emacs -q, always
22104 refuse to save the customizations, even if the .emacs file doesn't
22105 exist.
22106
22107 * info.el: Remove the `Info-beginning-of-buffer' function
22108 (bug#8325).
22109
22110 * net/network-stream.el (network-stream-open-starttls):
22111 Use `starttls-available-p' to see whether starttls.el can be used.
22112
22113 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22114
22115 * window.el (display-buffer-in-window): Don't set dedicated status
22116 of window here (Bug#9215).
22117 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22118 (display-buffer-pop-up-side-window)
22119 (display-buffer-in-side-window): Set dedicated status of window here.
22120
22121 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22122
22123 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22124 before binding generated-autoload-file.
22125
22126 2011-08-01 Deniz Dogan <deniz@dogan.se>
22127
22128 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22129
22130 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22131
22132 Sync with Tramp 2.2.2.
22133
22134 * net/trampver.el: Update release number.
22135
22136 2011-07-30 Juri Linkov <juri@jurta.org>
22137
22138 * dired-aux.el (dired-touch-initial): Remove function.
22139 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22140 current time, and `default' to the last modification time of the
22141 current marked file (bug#6887).
22142
22143 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22144
22145 * simple.el (goto-line): Use string-to-number to provide a
22146 numeric argument to read-number (bug#9163).
22147
22148 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22149
22150 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22151 connection process, it could be nil.
22152
22153 2011-07-27 Leo Liu <sdl.web@gmail.com>
22154
22155 Simplify url handling in rcirc-mode.
22156
22157 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22158 (rcirc-browse-url-at-mouse): Remove.
22159 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22160
22161 2011-07-26 Alan Mackenzie <acm@muc.de>
22162
22163 Fontify bitfield declarations properly.
22164
22165 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22166 (c-symbol-chars): Now exported as a lang variable.
22167 (c-not-primitive-type-keywords): New lang variable.
22168
22169 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22170 QT keyword "more" to prevent "more slots: ...." being spuriously
22171 parsed as a bitfield declaration.
22172
22173 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22174 Refactor and enhance to handle bitfield declarations.
22175 (c-punctuation-in): New function.
22176 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22177 declarations properly.
22178
22179 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22180
22181 * calendar/icalendar.el (icalendar--all-events): Take care of
22182 multiple vcalendars in a single file.
22183 (icalendar--convert-float-to-ical): Checkdoc fixes.
22184
22185 2011-07-25 Deniz Dogan <deniz@dogan.se>
22186
22187 * image.el (insert-image): Clarifying docstring.
22188
22189 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22190
22191 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22192 `tramp-send-command-and-check' if there is no error.
22193 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22194
22195 2011-07-22 Alan Mackenzie <acm@muc.de>
22196
22197 Prevent cc-langs.elc being loaded at run time.
22198
22199 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22200 cc-langs.
22201
22202 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22203 "(require 'cc-langs)". Quote a form so it will evaluate at
22204 (cc-mode's) compilation time.
22205
22206 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22207
22208 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22209 loading. (Bug#9114)
22210
22211 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22212
22213 * window.el (display-buffer-pop-up-window)
22214 (display-buffer-pop-up-side-window)
22215 (display-buffer-in-side-window): Call display-buffer-set-height
22216 and display-buffer-set-width after setting the new window's
22217 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22218
22219 2011-07-20 Sam Steingold <sds@gnu.org>
22220
22221 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22222 (etags-tags-included-tables): Call `convert-standard-filename' on
22223 the file names contained in TAGS so that windows Emacs can handle
22224 TAGS files created by cygwin ctags.
22225
22226 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22227
22228 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22229 which apparently didn't work.
22230
22231 2011-07-19 Roland Winkler <winkler@gnu.org>
22232
22233 * proced.el (proced-send-signal): For *Marked Processes* buffer
22234 put point at beginning of buffer.
22235
22236 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22237
22238 * proced.el (proced-format): Make header lines align with the text
22239 (bug#1779).
22240
22241 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22242
22243 * view.el (view-buffer): Allow running in `special' modes if we're
22244 visiting a file (bug#8615).
22245
22246 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22247
22248 * window.el (display-buffer-alist-of-strings-p)
22249 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22250 New functions.
22251 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22252 more accurately.
22253
22254 2011-07-18 Alan Mackenzie <acm@muc.de>
22255
22256 Fontify declarators properly when, e.g., a jit-lock chunk begins
22257 inside a declaration.
22258
22259 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22260
22261 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22262 New function.
22263 (c-complex-decl-matchers): Insert reference to
22264 c-font-lock-enclosing-decls.
22265
22266 * progmodes/cc-engine.el (c-backward-single-comment):
22267 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22268 to nil around calls to (forward-comment -1).
22269
22270 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22271
22272 * image.el (put-image): Doc typo fix.
22273
22274 * progmodes/etags.el (tags-search): Doc typo fix.
22275
22276 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22277 password if we get errors 550 to 554.
22278
22279 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22280
22281 * net/gnutls.el (gnutls-log-level): Remove.
22282
22283 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22284 indentation character (bug#6380).
22285
22286 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22287
22288 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22289 to clarify what the problem is (bug#4291).
22290
22291 * simple.el (current-kill): Clarify what
22292 `interprogram-paste-function' does (bug#7500).
22293 (auto-fill-mode): Document `auto-fill-function' in relation to
22294 `auto-fill-mode' (bug#2470).
22295
22296 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22297
22298 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22299 method if slot is read-only (bug#9035).
22300
22301 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22302
22303 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22304 * window.el (pop-to-buffer): Select window used even if it was
22305 selected before, see discussion of (Bug#8615), (Bug#6954).
22306 Pass argument NORECORD on to select-frame-set-input-focus.
22307
22308 2011-07-15 Glenn Morris <rgm@gnu.org>
22309
22310 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22311 Respect help-form.
22312
22313 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22314
22315 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22316 (gnutls-negotiate): Use it.
22317
22318 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22319
22320 * net/gnutls.el (gnutls-negotiate):
22321 Upcase `gnutls-algorithm-priority'.
22322
22323 2011-07-15 Glenn Morris <rgm@gnu.org>
22324
22325 * jka-compr.el (jka-compr-verbose): Move from here...
22326 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22327 Add missing :version tag.
22328 * info.el: No need to require jka-compr when compiling.
22329
22330 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22331
22332 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22333 (gnutls-negotiate): Use it.
22334
22335 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22336
22337 * info.el (Info-beginning-of-buffer): New command.
22338 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22339 announcing `b' as the key (bug#8325).
22340 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22341
22342 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22343
22344 * international/mule-cmds.el
22345 (describe-specified-language-support): Make the error message
22346 clearer (bug#8905).
22347
22348 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22349
22350 * isearch.el (isearch-barrier): Add a doc string, since it's
22351 mentioned in a function doc string (bug#8678).
22352
22353 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22354
22355 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22356 buffer argument (Bug#9083) and self-identifying label argument.
22357
22358 2011-07-15 Glenn Morris <rgm@gnu.org>
22359
22360 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22361
22362 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22363
22364 * man.el (Man-fontify-manpage): Fix message when formatting the
22365 man page (bug#7929).
22366
22367 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22368
22369 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22370 argument LRM; if non-nil, append an invisible LRM character to the
22371 buffer name.
22372 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22373 last argument non-nil, when formatting buffer names.
22374 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22375 paragraph direction.
22376
22377 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22378
22379 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22380 the man page name (bug#7929).
22381
22382 * image.el (put-image): Mention the `put-image' overlay property
22383 (bug#7834).
22384
22385 * scroll-bar.el (set-scroll-bar-mode): Mention that
22386 `scroll-bar-mode' lists the values (bug#7772).
22387
22388 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22389 command (bug#7729).
22390
22391 * rect.el (apply-on-rectangle): Return the point after the last
22392 operation.
22393 (string-rectangle): Go to the point after the last operation
22394 (bug#7522).
22395
22396 * printing.el (pr-toggle-region): Clarify the documentation
22397 slightly (bug#7493).
22398
22399 * time.el (display-time-update):
22400 Allow `display-time-mail-function' to return nil (bug#7158).
22401 Fix suggested by Detlev Zundel.
22402
22403 * vc/diff.el (diff): Clarify the order the file names are read
22404 (bug#7111).
22405
22406 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22407 the doc string (bug#7015).
22408
22409 * font-lock.el (font-lock-maximum-decoration): Mention what
22410 numeric levels mean (bug#6935).
22411
22412 * startup.el (initial-buffer-choice): Don't mention the `none'
22413 selection, which is against policy.
22414
22415 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22416
22417 * window.el (display-buffer-normalize-special):
22418 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22419
22420 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22421
22422 * subr.el (version<, version<=, version=): Mention "-CVS" and
22423 "-12345" alpha version numbers.
22424
22425 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22426
22427 * bindings.el: Add advertised binding for set-mark-command
22428 (Bug#5772).
22429
22430 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22431
22432 * bindings.el (mode-line-other-buffer):
22433 * bookmark.el (bookmark-bmenu-2-window):
22434 * bs.el (bs-cycle-next, bs-cycle-previous):
22435 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22436 switch-to-buffer.
22437
22438 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22439 Delete.
22440
22441 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22442
22443 * follow.el (follow-debug-message, follow-redisplay):
22444 * jka-cmpr-hook.el (with-auto-compression-mode):
22445 Fix typos in docstrings.
22446
22447 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22448
22449 * subr.el (with-silent-modifications): Clarify somewhat what the
22450 macro inhibits (bug#6525).
22451
22452 * simple.el (eval-expression): Note what it does if called
22453 interactively (bug#6495).
22454
22455 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22456
22457 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22458 Use pop-to-buffer buffer-or-name if it is nil.
22459
22460 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22461 Remove switch-to-buffer.
22462
22463 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22464
22465 * files.el (make-directory): Clarify that an error will be raised
22466 if there's an error (bug#6397).
22467
22468 * startup.el (initial-buffer-choice): Add `none' as a choice
22469 (bug#6234).
22470
22471 * subr.el (add-hook): Clarify section about buffer-local hooks
22472 (bug#6218).
22473
22474 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22475
22476 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22477
22478 * tabify.el (untabify): Preserve the current column so that point
22479 doesn't move (bug#6032).
22480
22481 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22482
22483 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22484 Rewrite to avoid awkward possessive "s" (bug#5986).
22485
22486 2011-07-13 Glenn Morris <rgm@gnu.org>
22487
22488 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22489 (dired-insert-directory): Give a message the first time
22490 if ls is found not to support --dired.
22491
22492 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22493
22494 * simple.el (toggle-truncate-lines): Clarify what is toggled
22495 (bug#5580). Text by Drew Adams.
22496
22497 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22498
22499 * simple.el (blink-matching-open): Make the error message from the
22500 last change less verbose.
22501
22502 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22503
22504 * font-lock.el (font-lock-comment-face): Use the high contrast
22505 "yellow" color for font-lock-comment-face on low color terminals
22506 using a dark background color (bug#4221).
22507
22508 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22509
22510 * dired.el (dired-insert-set-properties): Make the doc string
22511 reflect what it does now (bug#5325).
22512
22513 * simple.el (blink-matching-open): Say that we were unable to find
22514 the match within the limit, if we're limited (bug#5122).
22515
22516 * international/mule-cmds.el (prefer-coding-system): Add an
22517 example (bug#4869).
22518
22519 * progmodes/etags.el (tags-search): Document `file-list-form'
22520 (bug#4731).
22521
22522 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22523
22524 * net/browse-url.el (browse-url-default-browser)
22525 (browse-url-browser-function): Make the default browser choice a
22526 bit more logical (bug#4300). Also clean up the doc string.
22527
22528 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22529
22530 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22531 binary endings (bug#4440).
22532
22533 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22534
22535 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22536 which can be pretty annoying (bug#8971).
22537
22538 * jka-compr.el (jka-compr-verbose): New variable, and use
22539 throughout (bug#8971).
22540
22541 * info.el (Info-find-file): Fall back on the installation
22542 directory if we can't find the info node anywhere else.
22543
22544 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22545
22546 * vc/vc.el (vc-revert-file):
22547 Don't set file time-stamp in the past. (Bug#5181)
22548
22549 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22550
22551 * files.el (after-find-file): Give a better error message when
22552 trying to find a symlink that points to a file that doesn't exist
22553 (bug#4398).
22554
22555 * progmodes/cc-vars.el: Remove (probably) misleading comment
22556 (bug#4396).
22557
22558 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22559
22560 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22561
22562 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22563
22564 * mouse-sel.el: Hack restoring functionality, while keeping
22565 compatibility with 2010-07-03 changes to mouse selection.
22566 (mouse-sel-primary-overlay): New var.
22567 (mouse-sel-selection-alist): Use it.
22568 (mouse-sel-mode): Doc fix; remove points that are default features
22569 of mouse.el.
22570
22571 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22572
22573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22574 Fix previous fix (bug#2490).
22575
22576 2011-07-12 Roland Winkler <winkler@gnu.org>
22577
22578 * textmodes/bibtex.el (bibtex-initialize):
22579 Use pop-to-buffer-same-window.
22580 (bibtex-search-entries): Fix interactive call.
22581
22582 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22583
22584 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22585 Fontise bytecomp Error lines more correctly (bug#2490).
22586 Fix suggested by Johan Bockgård.
22587
22588 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22589
22590 * dired-x.el (dired-guess-default): Use `delete-dups'.
22591
22592 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22593
22594 * dired.el (dired-mark-prompt):
22595 * dired-aux.el (dired-read-shell-command): Doc fix.
22596
22597 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22598
22599 * mail/sendmail.el (sendmail-query-once):
22600 Use `customize-save-variable' unconditionally, now that it works under
22601 emacs -Q.
22602
22603 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22604
22605 * cus-edit.el (custom-file): Take an optional no-error variable.
22606 (customize-save-variable): Set the variable, and give a warning if
22607 running under "emacs -q".
22608
22609 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22610
22611 * loadhist.el (unload-feature-special-hooks):
22612 Add `auto-coding-functions', `fill-nobreak-predicate' and
22613 `find-directory-functions' (bug#5327).
22614
22615 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22616
22617 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22618
22619 * cus-edit.el (custom-guess-name-alist): -alist variables should
22620 use the `alist' type (bug#3120). Suggested by Drew Adams.
22621
22622 * printing.el: Add documentation to all the `pr-toggle-' commands.
22623
22624 2011-07-11 Leo Liu <sdl.web@gmail.com>
22625
22626 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22627 backends where it makes sense (bug#2623).
22628
22629 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22630
22631 * dired-x.el (dired-guess-default): Remove duplicate shell command
22632 entries (bug#2028).
22633 (dired-guess-default): Fix grammar in doc string (bug#2028).
22634 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22635
22636 * subr.el (remove-duplicates): New conveniency function.
22637
22638 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22639
22640 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22641 (bug#1526).
22642
22643 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22644
22645 * window.el (display-buffer-normalize-default): Don't invert
22646 meaning of even-window-heights. Reported by Eli Zaretskii
22647 <eliz@gnu.org>.
22648
22649 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22650
22651 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22652
22653 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22654
22655 * window.el (display-buffer): Fix arguments to
22656 display-buffer-reuse-window in last change.
22657
22658 * faces.el (link): Use a less saturated blue on light backgrounds.
22659
22660 * startup.el (fancy-startup-text, fancy-about-text)
22661 (fancy-startup-tail): Use font-lock faces, for background safety.
22662
22663 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22664
22665 * emulation/viper-cmd.el (viper-change-state-to-vi):
22666 Limit triggering of abbrev expansion (Bug#9038).
22667
22668 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22669
22670 * window.el (display-buffer-default-specifiers): Remove.
22671 (display-buffer-macro-specifiers): Remove default specifiers.
22672 (display-buffer-alist): Default to nil.
22673 (display-buffer-reuse-window): New optional argument other-window.
22674 (display-buffer-pop-up-window): Allow splitting internal
22675 windows. Check whether a live window was created.
22676 (display-buffer-other-window-means-other-frame)
22677 (display-buffer-normalize-arguments): Rename to
22678 display-buffer-normalize-argument and rewrite. Set the
22679 other-window specifier.
22680 (display-buffer-normalize-special): New function.
22681 (display-buffer-normalize-options): Rename to
22682 display-buffer-normalize-default and rewrite.
22683 (display-buffer-normalize-options-inhibit): Remove.
22684 (display-buffer-normalize-specifiers): Rewrite.
22685 (display-buffer): Process other-window specifier and call
22686 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22687 more faithfully.
22688 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22689 (display-buffer-alist-set): Don't handle 'unset default values.
22690 (display-buffer-in-window, display-buffer-alist-set):
22691 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22692 <tassilo@member.fsf.org>.
22693
22694 2011-07-09 Leo Liu <sdl.web@gmail.com>
22695
22696 * register.el (insert-register): Restore accidental change on
22697 2011-06-26. (Bug#9028)
22698
22699 2011-07-09 Glenn Morris <rgm@gnu.org>
22700
22701 * subr.el (remq): Handle the empty list. (Bug#9024)
22702
22703 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22704
22705 * mail/sendmail.el (send-mail-function): No longer delay custom
22706 initialization.
22707 * custom.el (custom-initialize-delay): Doc fix.
22708
22709 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22710
22711 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22712
22713 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22714
22715 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22716 human-friendly prompt.
22717
22718 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22719
22720 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22721 provided by a particular plugin.
22722
22723 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22724
22725 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22726 save customizations (with "emacs -Q"), just set the variable
22727 instead of erroring out.
22728
22729 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22730
22731 2011-07-08 Juri Linkov <juri@jurta.org>
22732
22733 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22734 (archive-zip-update-case): Use 7z if found by `executable-find'.
22735 The order of searching the available programs is the same as in
22736 `archive-zip-extract' (bug#8968).
22737
22738 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22739
22740 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22741 (menu-bar-options-menu): Tweak descriptions.
22742
22743 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22744
22745 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22746 menu items into verb phrases (bug#1421). Also refill to fit under
22747 80 columns.
22748
22749 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22750
22751 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22752 (Info-read-node-name): Doc fix (Bug#1084).
22753
22754 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22755 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22756 (end-of-sexp, beginning-of-sexp)
22757 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22758 (forward-symbol, forward-same-syntax, word-at-point)
22759 (sentence-at-point): Doc fix (Bug#1144).
22760
22761 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22762
22763 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22764 should cover it (bug#1281).
22765
22766 * cus-edit.el (custom-show): Mark as obsolete.
22767
22768 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22769 negotiation fails, then possibly try again with a non-encrypted
22770 connection (bug#9017).
22771
22772 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22773 be used.
22774
22775 2011-07-07 Richard Stallman <rms@gnu.org>
22776
22777 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22778 property, and handle its changed format.
22779 Look for the correct line number.
22780 Use file's line contents (but not past first =) to find
22781 correct line in message.
22782
22783 2011-07-07 Kenichi Handa <handa@m17n.org>
22784
22785 * international/characters.el (build-unicode-category-table):
22786 Delete it.
22787 (unicode-category-table): Set it by unicode-property-table-internal.
22788
22789 * international/mule-cmds.el (char-code-property-alist): Move to
22790 to src/chartab.c.
22791 (get-char-code-property): Call unicode-property-table-internal to
22792 load a file. Call get-unicode-property-internal where necessary.
22793 (put-char-code-property): Call unicode-property-table-internal to
22794 load a file. Call put-unicode-property-internal where necessary.
22795 put-unicode-property-internal where necessary.
22796 (char-code-property-description):
22797 Call unicode-property-table-internal to load a file.
22798
22799 * international/charprop.el:
22800 * international/uni-bidi.el:
22801 * international/uni-category.el:
22802 * international/uni-combining.el:
22803 * international/uni-comment.el:
22804 * international/uni-decimal.el:
22805 * international/uni-decomposition.el:
22806 * international/uni-digit.el:
22807 * international/uni-lowercase.el:
22808 * international/uni-mirrored.el:
22809 * international/uni-name.el:
22810 * international/uni-numeric.el:
22811 * international/uni-old-name.el:
22812 * international/uni-titlecase.el:
22813 * international/uni-uppercase.el: Regenerate.
22814
22815 * loadup.el: Load international/charprop.el before
22816 international/characters.
22817
22818 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22819
22820 * window.el (next-buffer, previous-buffer): Signal an error if
22821 called from a minibuffer window.
22822
22823 * bindings.el: Revert 2011-07-04 change.
22824
22825 2011-07-06 Richard Stallman <rms@gnu.org>
22826
22827 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22828 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22829 Treat markers like ints.
22830 (rmail-mime-entity): Doc fix.
22831
22832 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22833
22834 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22835 defcustom again for backwards compatibility.
22836
22837 * simple.el (shell-command-on-region): Fill.
22838
22839 * dired-aux.el (dired-kill-line): Add a doc string.
22840
22841 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22842 to "\\sw\\|\\s_" (bug#358).
22843
22844 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22845 (dired-unmark-backward): Ditto.
22846 (dired-flag-backup-files): Ditto.
22847
22848 * dired-x.el (dired-mark-sexp): Ditto.
22849
22850 2011-07-06 Richard Stallman <rms@gnu.org>
22851
22852 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22853 (rmail-mime-entity): New arg TRUNCATED.
22854 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22855 New functions.
22856 (rmail-mime-save): Warn if entity is truncated.
22857 (rmail-mime-toggle-hidden): Likewise, for showing.
22858 (rmail-mime-process-multipart): Record when an entity is truncated.
22859
22860 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22861 if ENTITY is a string.
22862
22863 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22864
22865 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22866 of faces when `M-C-x'-ing their definitions (bug#8378).
22867 Also clean up the code slightly.
22868
22869 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22870 because that makes the colors go away.
22871
22872 * mail/sendmail.el (send-mail-function): Change the default to
22873 `sendmail-query-once'.
22874 (sendmail-query-once): Add an autoload cookie.
22875
22876 * net/network-stream.el (network-stream-open-starttls): Try using
22877 a plain connection even if the server offered STARTTLS, and we
22878 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22879 capability. This should make smtpmail.el work in slightly more
22880 configurations.
22881
22882 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22883
22884 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22885 New defun.
22886 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22887
22888 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22889
22890 * progmodes/sql.el: Version 3.0
22891 (sql-product-alist): Add product :completion-object,
22892 :completion-column, and :statement attributes.
22893 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22894 (sql-mode-syntax-table): Mark all punctuation.
22895 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22896 ansi keywords.
22897 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22898 (sql-mode-oracle-font-lock-keywords): Improve.
22899 (sql-oracle-show-reserved-words): New function for development.
22900 (sql-product-font-lock): Simplify for source code buffers.
22901 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22902 New functions.
22903 (sql-highlight-product): Set product specific syntax table.
22904 (sql-mode-map): Add statement movement functions.
22905 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22906 New variable.
22907 (sql-statement-regexp, sql-beginning-of-statement)
22908 (sql-end-of-statement, sql-signum): New functions.
22909 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22910 (sql-show-sqli-buffer): Bug fix.
22911 (sql-interactive-mode): Store connection data as buffer local.
22912 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22913 with sql-interactive-mode.
22914 (sql-save-connection): Save buffer local settings.
22915 (sql-connection-menu-filter): Change menu entry name.
22916 (sql-product-interactive): Bug fix.
22917 (sql-preoutput-hold): New variable.
22918 (sql-interactive-remove-continuation-prompt): Bug fixes.
22919 (sql-debug-redirect): New variable.
22920 (sql-str-literal): New function.
22921 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22922 Redesign.
22923 (sql-oracle-save-settings, sql-oracle-restore-settings)
22924 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22925 (sql-completion-object, sql-completion-column)
22926 (sql-completion-sqlbuf): New variables.
22927 (sql-build-completions-1, sql-build-completions)
22928 (sql-try-completion): New functions.
22929 (sql-read-table-name): Use them.
22930 (sql-contains-names): New buffer local variable.
22931 (sql-list-all, sql-list-table): Use it.
22932 (sql-oracle-completion-types): New variable.
22933 (sql-oracle-completion-object, sql-sqlite-completion-object)
22934 (sql-postgres-completion-object): New functions.
22935
22936 2011-07-06 Glenn Morris <rgm@gnu.org>
22937
22938 * window.el (pop-to-buffer): Doc fix.
22939
22940 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22941
22942 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22943
22944 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22945
22946 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22947
22948 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22949
22950 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22951
22952 * button.el (button): Inherit from link face. Suggested by Dan
22953 Nicolaescu.
22954
22955 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * progmodes/gdb-mi.el: Fit in 80 columns.
22958 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22959 switch-to-buffer.
22960
22961 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22962 if imenu is simply not configured (bug#8941).
22963
22964 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22965
22966 * allout.el (allout-post-undo-hook): New allout outline-change
22967 event hook to signal undo activity.
22968 (allout-post-command-business): Run allout-post-undo-hook if an
22969 undo just occurred.
22970 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22971 * allout-widgets.el (allout-widgets-after-undo-function):
22972 Ensure the integrity of the current item's decoration after it has been
22973 in the vicinity of an undo.
22974 (allout-widgets-mode): Include allout-widgets-after-undo-function
22975 on the new allout-post-undo-hook.
22976
22977 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22978
22979 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22980 Let define-derived-mode define it.
22981 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22982 cycles of abbrev-table inheritance (bug#8998).
22983
22984 2011-07-05 Roland Winkler <winkler@gnu.org>
22985
22986 * textmodes/bibtex.el: Add support for biblatex.
22987 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22988 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22989 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22990 (bibtex-entry-alist, bibtex-field-alist): New variables.
22991 (bibtex-entry-field-alist): Obsolete alias for
22992 bibtex-BibTeX-entry-alist.
22993 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22994 (bibtex-set-dialect): New command.
22995 (bibtex-entry-type, bibtex-entry-head)
22996 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22997 Bind via bibtex-set-dialect.
22998 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22999 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23000 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23001 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23002 Define via bibtex-set-dialect.
23003 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23004 Obey bibtex-no-opt-remove-re.
23005 (bibtex-vec-push, bibtex-vec-incr): New functions.
23006 (bibtex-format-entry, bibtex-field-list)
23007 (bibtex-print-help-message, bibtex-validate)
23008 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23009
23010 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23011
23012 * progmodes/compile.el (compilation-goto-locus):
23013 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23014 * bs.el (bs-cycle-next, bs-cycle-previous):
23015 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23016 * bindings.el (mode-line-other-buffer):
23017 * autoinsert.el (auto-insert):
23018 * arc-mode.el (archive-extract):
23019 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23020
23021 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23022
23023 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23024 Fix check of `emacs-lock-unlockable-modes'.
23025 Coerce true values of `emacs-lock--try-unlocking' to t.
23026
23027 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23028
23029 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23030 * emacs-lock.el: New file.
23031
23032 2011-07-05 Julien Danjou <julien@danjou.info>
23033
23034 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23035 than `boundp' to check if face is set.
23036
23037 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23038
23039 * register.el (registerv-make):
23040 * window.el (window-min-height): Fix typos in docstrings.
23041
23042 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23043
23044 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23045 Update doc string.
23046
23047 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23048
23049 * server.el (server-execute): Catch quit and call
23050 `server-return-error' to pass the error back to emacsclient and
23051 close the connection (bug#8942).
23052
23053 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23054
23055 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23056 insecure exception for current topic. Also note that auto-saves
23057 are handled differently.
23058
23059 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23060 State variables for tracking auto-save inhibition situation.
23061
23062 (allout-write-contents-hook-handler): Rename from
23063 'allout-write-file-hook-handler', and describe how it depends on
23064 write-contents-functions sensitivity to non-nil value to prevent
23065 file write.
23066
23067 (allout-auto-save-hook-handler): Remove. auto-save does not check
23068 this in individual buffers, only in the starting buffer, so this
23069 is not the right way for us to inhibit auto-save in a buffer
23070 according to its condition.
23071
23072 (allout-mode): Use new allout-write-contents-hook-handler, and
23073 only with write-contents-functions. Remove auto-save provisions -
23074 they're implemented elsewhere.
23075
23076 (allout-before-change-handler): If undo is in progress, note that
23077 for attention of allout-post-command-business.
23078
23079 (allout-post-command-business): If the command we're following was
23080 an undo, check for change in the status of encrypted items and
23081 adjust auto-save inhibitions accordingly.
23082
23083 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23084 according to whether there are or aren't any plain-text topics
23085 pending encryption.
23086
23087 (allout-inhibit-auto-save-info-for-decryption):
23088 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23089 if there are plain-text topics pending encryption.
23090
23091 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23092 buffer-saved-size and some allout state to not inhibit auto-saves
23093 if there are no longer any plain-text topics pending encryption.
23094
23095 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23096 No longer provide for exemption of the current topic.
23097
23098 2011-07-04 Juri Linkov <juri@jurta.org>
23099
23100 Add 7z operations to delete and save changed members (bug#8968).
23101 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23102 New defcustoms.
23103 (archive-7z-write-file-member): New function.
23104 (archive-7z-summarize): Fix the number of dashes in the
23105 listing output.
23106
23107 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23108
23109 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23110 (bug#8958).
23111
23112 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23113
23114 * bindings.el: Ignore next-buffer and previous-buffer in
23115 minibuffer-local-map.
23116
23117 * font-lock.el (font-lock-builtin-face): Change light background
23118 color to dark slate blue (Bug#6693).
23119
23120 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23121
23122 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23123
23124 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23125
23126 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23127 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23128 Add switch-to-buffer.
23129
23130 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23131
23132 * isearch.el (isearch-search-fun-function): Clarify further the
23133 meaning of the function returned.
23134
23135 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23136
23137 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23138
23139 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23140 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23141 Use it.
23142 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23143 `tramp-default-remote-path' does not exist.
23144 (tramp-send-command-and-read): New optional argument NOERROR.
23145 (tramp-open-connection-setup-interactive-shell)
23146 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23147 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23148 (tramp-process-sentinel): Flush also process' connection property.
23149 (tramp-sh-handle-start-file-process): Do not set process
23150 sentinel. It is done now ...
23151 (tramp-maybe-open-connection): ... here. (Bug#8929)
23152
23153 2011-07-04 MON KEY <monkey@sandpframing.com>
23154
23155 * play/animate.el (animate-string): Doc fixes and allow changing
23156 the buffer name (bug#5417).
23157
23158 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23159
23160 * play/animate.el (animation-buffer-name): Rename from *animate*.
23161
23162 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23163
23164 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23165 This is simpler and helps future-proof the code.
23166 (timer-until): Use time-subtract and float-time.
23167 (timer--time-less-p): Use time-less-p.
23168
23169 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23170
23171 * type-break.el (timep): Use the value of `float-time' to avoid a
23172 byte-compiler warning.
23173
23174 * server.el (server-eval-and-print): Return any result, even nil.
23175
23176 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23177
23178 * type-break.el: Accept time formats that the builtins accept.
23179 (timep, type-break-time-difference): Accept any format that
23180 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23181 This is simpler and helps future-proof the code.
23182 (type-break-time-difference): Round rather than ignoring
23183 subseconds components.
23184
23185 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23186
23187 * info.el (Info-apropos-matches): Make non-interactive, since it
23188 doesn't seem to do anything useful as a command (bug#8829).
23189
23190 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23191
23192 * frame.el (frame-background-mode, frame-set-background-mode):
23193 Move from faces.el.
23194 (frame-default-terminal-background): New function.
23195
23196 * custom.el (custom-push-theme): Don't record faces in `changed'
23197 theme; this doesn't work correctly for per-frame face settings.
23198 (disable-theme): Use face-set-after-frame-default to reset faces.
23199 (custom--frame-color-default): New function.
23200
23201 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23202
23203 * dired.el (dired-flagging-regexp): Remove unused variable
23204 (bug#8769).
23205
23206 2011-03-29 Kevin Ryde <user42@zip.com.au>
23207
23208 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23209 `perl-Test2' extend to match possible "fail #N" rep count
23210 (bug#8377).
23211
23212 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23213
23214 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23215 `smtpmail-via-smtp' now returns the error instead of nil.
23216
23217 * isearch.el (isearch-search-fun-function): Clarify the doc string
23218 (bug#8101).
23219
23220 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23221
23222 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23223 unnecessary spaces (bug#8987).
23224
23225 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23226
23227 * net/network-stream.el (open-network-stream): Use the
23228 :end-of-capability command thoughout.
23229
23230 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23231
23232 * net/network-stream.el (open-network-stream): Add the
23233 :end-of-capability command parameter, used by pop3.el.
23234
23235 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23236
23237 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23238
23239 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23240 for list)" (bug#6475).
23241
23242 * files.el (file-expand-wildcards): Ignore non-readable
23243 sub-directories while trying to find matches instead of signaling
23244 an error (bug#6297).
23245
23246 * man.el (Man-reference-regexp): Allow matching possible
23247 word-wrapped references (bug#6289).
23248
23249 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23250 for consistency with the other vc buffers (bug#6197).
23251 (vc-checkin): Ditto.
23252
23253 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23254
23255 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23256
23257 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23258
23259 * custom.el (defcustom): Clarify that :set is only used in the
23260 Customize user interface (bug#6089).
23261
23262 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23263 associated with a file, refuse to run instead of erroring out
23264 (bug#6084).
23265
23266 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23267 the doc string, since it appears that using `fill-column' always
23268 controls the width (bug#7845).
23269
23270 * simple.el (shell-command-on-region): Say where the error output
23271 went if `shell-command-default-error-buffer' is set (bug#6857).
23272
23273 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23274
23275 * allout.el (allout-yank-processing): Adjust cursor position for
23276 backwards-deleted space.
23277
23278 (allout-rebullet-heading): Register changes with
23279 allout-exposure-changed-hook, so the modified topic is properly
23280 decorated.
23281
23282 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23283
23284 * minibuffer.el (completion-in-region): Document PREDICATE
23285 (bug#7136).
23286
23287 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23288 of keyword/argument pairs (bug#6904).
23289
23290 * replace.el (multi-occur):
23291 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23292
23293 2011-07-02 Drew Adams <drew.adams@oracle.com>
23294
23295 * dired.el (dired-mark-if): Make the message about whether it's
23296 marking or unmarking clearer (bug#8523).
23297
23298 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23299
23300 * disp-table.el (display-table-print-array): New function.
23301 (describe-display-table): Use it to print the vectors more pretty
23302 (Bug#8859).
23303
23304 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23305
23306 * window.el (window-state-get-1): Don't assign clone numbers.
23307 Add clone-of item to list of window parameters.
23308 (window-state-put-2): Don't process clone numbers.
23309 (display-buffer-alist): Fix doc-string.
23310
23311 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23312
23313 * subr.el (remq): Don't allocate if it's not needed.
23314 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23315 (keymap--merge-bindings): New functions.
23316 (keymap-canonicalize): Use them to refine the canonicalization.
23317 * minibuffer.el (minibuffer-local-completion-map)
23318 (minibuffer-local-must-match-map): Move initialization from C.
23319 (minibuffer-local-filename-completion-map): Move initialization from C;
23320 don't inherit from anything here.
23321 (minibuffer-local-filename-must-match-map): Make obsolete.
23322 (completing-read-default): Use make-composed-keymap to combine
23323 minibuffer-local-filename-completion-map with either
23324 minibuffer-local-must-match-map or
23325 minibuffer-local-filename-completion-map.
23326
23327 2011-07-01 Glenn Morris <rgm@gnu.org>
23328
23329 * type-break.el (type-break-time-sum): Use dolist.
23330
23331 * textmodes/flyspell.el (flyspell-word-search-backward):
23332 Replace CL function.
23333
23334 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23335
23336 * mouse.el (mouse--strip-first-event): New function.
23337 (function-key-map): Use it to map fringe clicks to normal clicks
23338 by default.
23339
23340 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23341 (vc-bzr-revision-completion-table): Add support for annotate and date.
23342
23343 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23344 inherit from parent.
23345
23346 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23347
23348 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23349 (dired-show-file-type): Doc fixup (bug#8818).
23350
23351 * dired.el (dired-mode): Fix up the doc string as suggested by
23352 Drew Adams (bug#8817).
23353
23354 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23355 cookie, since the manual says that it should be possible to add
23356 this function to `find-file-hook' (bug#8709).
23357
23358 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23359
23360 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23361 here. Noted Ted Zlatanov as the maintainer.
23362 (cfengine-common-settings, cfengine-common-syntax): New functions
23363 to set up common things between `cfengine-mode' and
23364 `cfengine3-mode'.
23365 (cfengine3-mode): New mode.
23366 (cfengine3-defuns cfengine3-defuns-regex
23367 (cfengine3-class-selector-regex cfengine3-category-regex)
23368 (cfengine3-vartypes cfengine3-font-lock-keywords)
23369 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23370 (cfengine3-indent-line): Add from cfengine3.el.
23371
23372 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23373
23374 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23375
23376 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23377
23378 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23379
23380 * window.el (same-window-buffer-names, same-window-regexps)
23381 (same-window-p, special-display-frame-alist)
23382 (special-display-popup-frame, special-display-function)
23383 (special-display-buffer-names, special-display-regexps)
23384 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23385 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23386 (split-window-preferred-function, split-height-threshold)
23387 (split-width-threshold, even-window-heights)
23388 (display-buffer-mark-dedicated, window-splittable-p)
23389 (split-window-sensibly, window-safely-shrinkable-p):
23390 Un-obsolete.
23391 (display-buffer): Don't spread args with function specifier
23392 because special-display-popup-frame won't like it.
23393
23394 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23395
23396 Time-stamp simplifications and fixes.
23397 These improve accuracy slightly, and future-proof the code
23398 against some potential changes to current-time format.
23399
23400 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23401 by using time-since and float-time.
23402
23403 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23404 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23405 + NNN microseconds".
23406
23407 * type-break.el (type-break-time-sum): Rewrite using time-add.
23408
23409 * play/hanoi.el (hanoi-current-time-float): Remove.
23410 All uses replaced by float-time.
23411
23412 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23413 This yields a more-accurate answer.
23414 (rng-time-to-float): Remove; no longer needed.
23415
23416 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23417
23418 * calendar/timeclock.el (timeclock-seconds-to-time):
23419 Defalias to seconds-to-time, since they're the same thing.
23420
23421 * emacs-lisp/elp.el (elp-elapsed-time):
23422 * emacs-lisp/benchmark.el (benchmark-elapse):
23423 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23424
23425 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23426
23427 * window.el (bury-buffer): Don't iconify the only frame.
23428 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23429 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23430
23431 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23432
23433 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23434 Add mouse-yank-primary.
23435
23436 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23437
23438 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23439
23440 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23441
23442 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23443 (find-library-name): Use it to find relative load names when provided
23444 absolute file name (bug#8803).
23445
23446 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23447
23448 * textmodes/flyspell.el (flyspell-word): Consider words that
23449 differ only in case as potential doublons (bug#5687).
23450
23451 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23452 Remove two rather uninteresting debugging-like messages to make
23453 debbugs.el more silent.
23454
23455 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23456 a password-like phrase.
23457
23458 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23459
23460 * progmodes/cc-guess.el: New file.
23461
23462 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23463
23464 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23465 derived from `c-basic-common-init'.
23466
23467 * progmodes/cc-mode.el (top-level): Require cc-guess.
23468 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23469
23470 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23471
23472 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23473
23474 2011-06-30 Alan Mackenzie <acm@muc.de>
23475
23476 * progmodes/cc-engine.el (c-guess-continued-construct):
23477 Correct the handling of template-args-cont, particularly for when font
23478 lock is disabled. Name this case as "CASE G".
23479
23480 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23481
23482 * allout.el (allout-yank-processing): Fix injection of extra space
23483 between bullet and non-whitespace character in first topic when
23484 pasting, ensuring that the actual spacing in the pasted topic
23485 following the bullet char is preserved. This extra space was
23486 causing pasted encrypted topics to get a decrypted status even
23487 when the content was actually still encrypted. Now the decryption
23488 status from before the paste is preserved.
23489
23490 (allout-flag-region): Set all allout overlays so they evaporate
23491 when reduced to zero length (evanescent), to prevent overlay
23492 leakage.
23493
23494 2011-06-30 Glenn Morris <rgm@gnu.org>
23495
23496 * w32-fns.el (w32-charset-info-alist): Declare.
23497
23498 * find-dired.el (find-grep-options): Simplify.
23499
23500 * term/ns-win.el (ns-set-resource): Declare.
23501
23502 * ses.el (row, col): Declare dynamic variables honestly.
23503
23504 * textmodes/reftex-parse.el (index-tags): Declare.
23505
23506 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23507
23508 * cus-edit.el (customize-push-and-save): New function.
23509
23510 * files.el (hack-local-variables-confirm): Use it.
23511
23512 * custom.el (load-theme): New arg NO-CONFIRM.
23513 Use customize-push-and-save (Bug#8720).
23514 (custom-enabled-themes): Doc fix.
23515
23516 * cus-theme.el (customize-create-theme)
23517 (custom-theme-merge-theme): Callers to load-theme changed.
23518
23519 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23520
23521 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23522 short URLs have at least one dot in them (bug #7614).
23523
23524 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23525 nil, because using a pty is apparently too slow (bug #895).
23526
23527 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23528
23529 * mail/sendmail.el (sendmail-query-once): New function.
23530 (sendmail-query-once-function): New variable.
23531
23532 2011-06-29 Glenn Morris <rgm@gnu.org>
23533
23534 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23535
23536 * ses.el (top-level): Require cl when compiling.
23537 (ses-set-localvars): Fix error statement.
23538 Call it at compile time to silence a storm of warnings.
23539
23540 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23541
23542 * window.el (normalize-live-buffer): Rename to
23543 window-normalize-buffer.
23544 (normalize-live-frame): Rename to window-normalize-frame.
23545 (normalize-any-window): Rename to window-normalize-any-window.
23546 (normalize-live-window): Rename to window-normalize-live-window.
23547 (make-window-atom): Rename to window-make-atom.
23548 (window-resize-reset): Rename to window--resize-reset.
23549 (window-resize-reset-1): Rename to window--resize-reset-1.
23550 (resize-mini-window): Rename to window--resize-mini-window.
23551 (resize-subwindows-skip-p): Rename to
23552 window--resize-subwindows-skip-p.
23553 (resize-subwindows-normal): Rename to
23554 window--resize-subwindows-normal.
23555 (resize-subwindows): Rename to window--resize-subwindows.
23556 (resize-other-windows): Rename to window--resize-siblings.
23557 (resize-this-window): Rename to window--resize-this-window.
23558 (resize-root-window): Rename to window--resize-root-window.
23559 (resize-root-window-vertically): Rename to
23560 window--resize-root-window-vertically.
23561 (normalize-buffer-to-display): Rename to
23562 window-normalize-buffer-to-display.
23563 (normalize-buffer-to-switch-to): Rename to
23564 window-normalize-buffer-to-switch-to.
23565 Correspondingly update all callers of the functions listed
23566 above.
23567 (display-buffer-alist, display-buffer-normalize-arguments)
23568 (display-buffer-normalize-options, display-buffer)
23569 (display-buffer-alist-set): Use "function" instead of
23570 "fun-with-args".
23571
23572 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23573
23574 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23575 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23576 debbugs.gnu.org. Mention acknowledgment email.
23577
23578 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23579
23580 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23581 buffer multibyteness, since it shouldn't matter.
23582
23583 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23584
23585 * window.el (display-buffer-in-side-window): Handle dedicated
23586 windows as in display-buffer-reuse-window.
23587 (display-buffer-normalize-alist): Use value of override
23588 specifier.
23589 (display-buffer-normalize-specifiers): Use value of
23590 other-window-means-other-frame specifier.
23591 (display-buffer-alist): Rewrite some texts in widgets.
23592 (display-buffer): Spread arguments when calling function
23593 specified by fun-with-args.
23594
23595 2011-06-28 Deniz Dogan <deniz@dogan.se>
23596
23597 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23598 Unnest `let'.
23599
23600 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23601 selectors (Bug#5732).
23602 (css-proprietary-nmstart-re): Use `regexp-opt'.
23603
23604 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23605
23606 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23607 (eshell-ls-date-format): New defcustom.
23608 (eshell-ls-file): Use it.
23609
23610 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23611
23612 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23613
23614 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23615
23616 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23617 (ange-ftp-make-tmp-name): New arg.
23618 (ange-ftp-file-local-copy): Use it.
23619
23620 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23621
23622 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23623 no-conversion (Bug#8870).
23624
23625 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23626
23627 * window.el (window-right, window-left, window-child)
23628 (window-child-count, window-last-child)
23629 (window-iso-combination-p, walk-window-tree-1)
23630 (window-atom-check-1, window-tree-1, delete-window)
23631 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23632 new naming conventions - window-vchild, window-hchild,
23633 window-next and window-prev are now called window-top-child,
23634 window-left-child, window-next-sibling and window-prev-sibling
23635 respectively.
23636 (resize-window-reset): Rename to window-resize-reset.
23637 (resize-window-reset-1): Rename to window-resize-reset-1.
23638 (resize-window): Rename to window-resize.
23639 (window-min-height, window-min-width)
23640 (resize-mini-window, resize-this-window, resize-root-window)
23641 (resize-root-window-vertically, adjust-window-trailing-edge)
23642 (enlarge-window, shrink-window, maximize-window)
23643 (minimize-window, delete-window, quit-restore-window)
23644 (split-window, balance-windows, balance-windows-area-adjust)
23645 (balance-windows-area, window-state-put-2)
23646 (display-buffer-even-window-sizes, display-buffer-set-height)
23647 (display-buffer-set-width, set-window-text-height)
23648 (fit-window-to-buffer): Rename all "resize-window" prefixed
23649 calls to use the "window-resize" prefix convention.
23650 (display-buffer-alist): Fix symbol for label specifier.
23651 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23652 corresponding specifier.
23653 Reported by Juanma Barranquero <lekktu@gmail.com>.
23654
23655 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23656
23657 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23658 convention.
23659 (ses-call-printer): Does not pass an empty string to formatter when the
23660 cell is empty to keep from barking printer Calc math-format-value.
23661
23662 2011-06-27 Richard Stallman <rms@gnu.org>
23663
23664 * battery.el (battery-mode-line-limit): New variable.
23665 (battery-update): Handle it.
23666
23667 * mail/rmailmm.el (rmail-mime-process-multipart):
23668 Handle truncated messages.
23669
23670 2011-06-27 Glenn Morris <rgm@gnu.org>
23671
23672 * progmodes/flymake.el (flymake-err-line-patterns):
23673 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23674
23675 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23676
23677 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23678 (ses--clean-!, ses--clean-_): New functions.
23679 (ses-range): Add configurability of readout order, and conversion
23680 to Calc vector.
23681
23682 * ses.el (ses-repair-cell-reference-all): New function.
23683 (ses-cell-symbol): Set macro as safe, so that it can be used in
23684 formulas.
23685
23686 * ses.el: Update cycle detection algorithm.
23687 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23688 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23689 (ses-set-localvars): New function.
23690 (ses-make-cell): Add property-list as a cell element.
23691 (ses-cell-property-get-fun, ses-cell-property-get)
23692 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23693 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23694 New functions.
23695 (ses-cell-property-set, ses-cell-property-pop)
23696 (ses-cell-property-get-handle): New macro.
23697 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23698 New aliases, used for code readability.
23699 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23700 cycle detection.
23701 (ses-self-reference-early-detection): New defcustom.
23702 (ses-formula-references): Robustify against self-referring cells.
23703 (ses-mode): Use ses-set-localvars.
23704 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23705 before lauching the update processing.
23706 (ses-initialize-Dijkstra-attempt): New function.
23707 (ses-recalculate-cell): Update for cycle detection based on
23708 Dijkstra algorithm.
23709
23710 * ses.el: Fix commenting and indenting convention.
23711
23712 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23713
23714 * bs.el (bs-cycle-next): Complete last change.
23715
23716 2011-06-27 Drew Adams <drew.adams@oracle.com>
23717
23718 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23719
23720 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23721
23722 * net/network-stream.el (network-stream-open-starttls):
23723 Don't re-get capabilities unless we've reestablished connection.
23724 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23725
23726 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23727 to binary to possibly avoid line encoding issues on Windows (among
23728 other things).
23729
23730 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23731
23732 * net/network-stream.el (open-network-stream): Return an :error
23733 saying what the problem was, if possible.
23734
23735 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23736 server.
23737
23738 * net/network-stream.el (network-stream-open-starttls): If we
23739 wanted to use STARTTLS, and the server offered it, but we weren't
23740 able to because we had no STARTTLS support, then close the connection.
23741 (open-network-stream): Return an :error element, if present.
23742
23743 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23744
23745 * hl-line.el (hl-line-sticky-flag): Doc fix.
23746 (global-hl-line-sticky-flag): New option (Bug#8323).
23747 (global-hl-line-highlight): Obey it.
23748
23749 * vc/vc.el (vc-revert-show-diff): Default to t.
23750
23751 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23752
23753 * allout-widgets.el (allout-widgets-post-command-business):
23754 Stop decorating intermediate isearch matches. They're not being
23755 undecorated when an isearch is continued past, and isearch
23756 automatically collapses them. This leads to "widget leaks", where
23757 decorated items accumulate in collapsed areas. Lines with lots of
23758 hidden widgets can slow down cursor travel, substantially.
23759 Too much complicated machinery would be needed to ensure undecoration,
23760 so we're doing without this nicety.
23761
23762 (allout-widgets-tally-string): Don't try to do a hash-table-count
23763 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23764 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23765 *Messages* when allout-widgets-maintain-tally is t.
23766
23767 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23768
23769 * window.el (display-buffer-normalize-argument): Rename to
23770 display-buffer-normalize-arguments. Handle special meaning of
23771 LABEL argument. Respect special-display-function when popping up
23772 a new frame. Fix code searching for a window showing the buffer
23773 on another frame.
23774 (display-buffer-normalize-specifiers):
23775 Call display-buffer-normalize-arguments.
23776 (display-buffer-in-window): Don't undedicate the window if its
23777 buffer remains the same.
23778 Reported by Drew Adams <drew.adams@oracle.com>.
23779 (display-buffer-alist): Add choice for same-window macro
23780 specfier.
23781 (display-buffer): Mention special meaning of LABEL argument in
23782 doc-string. Fix quoting. Don't pop up a new frame even as
23783 fallback.
23784
23785 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23786
23787 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23788 avoid deleting the current window in some cases (bug#8911).
23789
23790 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23791
23792 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23793 (Bug#8934)
23794
23795 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23796
23797 * net/network-stream.el (network-stream-open-starttls):
23798 Use built-in TLS support if `gnutls-available-p' is true.
23799 (network-stream-open-tls): Ditto.
23800
23801 2011-06-26 Leo Liu <sdl.web@gmail.com>
23802
23803 * register.el (registerv): New struct.
23804 (registerv-make): New function.
23805 (jump-to-register, describe-register-1, insert-register):
23806 Support the jump-func, print-func and insert-func slot of a registerv
23807 struct. (Bug#8415)
23808
23809 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23810
23811 * vc/vc.el (vc-revert-show-diff): New defcustom.
23812 (vc-diff-internal): New arg specifying diff buffer.
23813 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23814 reuse an existing *vc-diff* buffer (Bug#8927).
23815
23816 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23817
23818 2011-06-26 Glenn Morris <rgm@gnu.org>
23819
23820 * progmodes/f90.el (f90-critical-indent): New option.
23821 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23822 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23823 (f90-mode): Doc fix.
23824 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23825 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23826 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23827 (f90-match-end): Handle block, critical.
23828
23829 2011-06-25 Glenn Morris <rgm@gnu.org>
23830
23831 * calendar/diary-lib.el (diary-included-files): Doc fix.
23832 (diary-include-files): New function, extracted from
23833 diary-include-other-diary-files and diary-mark-included-diary-files.
23834 (diary-include-other-diary-files, diary-mark-included-diary-files):
23835 Just call diary-include-files.
23836 (diary-mark-entries): Reset diary-included-files on first call.
23837
23838 * calendar/diary-lib.el (diary-mark-entries)
23839 (diary-mark-included-diary-files):
23840 Visit included diary-files in temp buffers.
23841
23842 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23843 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23844 (f90-start-block-re, f90-imenu-generic-expression)
23845 (f90-looking-at-program-block-start, f90-no-block-limit):
23846 Add support for submodules.
23847
23848 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23849 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23850
23851 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23852
23853 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23854 buffer-file-type before setting its value, to avoid disastrous
23855 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23856
23857 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23858
23859 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23860
23861 * ses.el (ses-unload-function):
23862 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23863
23864 * proced.el (proced-unload-function):
23865 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23866
23867 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23868
23869 * server.el (server-create-window-system-frame): Add parameters arg.
23870 (server-process-filter): Doc fix. Handle frame-parameters.
23871
23872 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23873
23874 Fix bug#8730, bug#8781.
23875
23876 * loadhist.el (unload--set-major-mode): New function.
23877 (unload-feature): Use it.
23878
23879 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23880 (python-unload-function): New function.
23881
23882 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23883
23884 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23885
23886 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23887
23888 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23889 the candidates list.
23890
23891 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23892
23893 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23894
23895 2011-06-23 Richard Stallman <rms@gnu.org>
23896
23897 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23898 (rmail-variables): Set next-error-move-function.
23899 (rmail-what-message): Take argument POS.
23900 (rmail-next-error-move): New function.
23901
23902 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23903
23904 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23905 messages for adjacent non-terminals.
23906
23907 2011-06-23 Richard Stallman <rms@gnu.org>
23908
23909 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23910 (rmail-show-message-1): Preserve buffer modified flag.
23911 (rmail-start-mail): Don't specify use of rmail-mail-return;
23912 that's done by mail-bury now.
23913 (rmail-mail-return): Handle arg NEWBUF.
23914
23915 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23916
23917 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23918 SIZE is a number.
23919
23920 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23921
23922 * window.el (get-lru-window, get-mru-window)
23923 (get-largest-window): Never return a minibuffer window.
23924 (display-buffer-pop-up-window): Fix a bug that could lead to
23925 reusing the minibuffer window.
23926 (display-buffer): Pass original specifier argument to
23927 display-buffer-function instead of the normalized one.
23928 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23929
23930 2011-06-22 Leo Liu <sdl.web@gmail.com>
23931
23932 * minibuffer.el (completing-read-function)
23933 (completing-read-default): Move from minibuf.c.
23934
23935 2011-06-22 Richard Stallman <rms@gnu.org>
23936
23937 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23938 to Rmail even if not started by a special Rmail command.
23939
23940 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23941 Copy the buffer currently showing just one message.
23942
23943 2011-06-22 Roland Winkler <winkler@gnu.org>
23944
23945 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23946 (bibtex-clean-entry): First delete the old key so that a
23947 customized algorithm for generating the new key does not get
23948 confused by the old key.
23949 (bibtex-url): Obey regexp of first step.
23950 (bibtex-search-entries): Do not use add-to-list with local
23951 list-var.
23952
23953 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23954
23955 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23956 stored a user name, then query for the password first, instead of
23957 waiting for SMTP to give an error message and the trying again.
23958
23959 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23960
23961 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23962 BUFFER in call-process.
23963
23964 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23965
23966 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23967 QUIT twice.
23968 (smtpmail-try-auth-methods): Require user name and password from
23969 auth-source.
23970
23971 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23972
23973 * window.el (display-buffer-default-specifiers)
23974 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23975 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23976 (split-window): Normalize SIDE argument (Bug#8916).
23977
23978 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23979 (special-display-frame-alist, special-display-popup-frame):
23980 Remove duplicate declarations. These are now in window.el.
23981
23982 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23983
23984 * mail/smtpmail.el (smtpmail-via-smtp):
23985 Set :use-starttls-if-possible so that we always use STARTTLS if the
23986 server supports it. SMTP servers that support STARTTLS commonly
23987 require it.
23988
23989 * net/network-stream.el (network-stream-open-starttls): Support
23990 upgrading to STARTTLS always, even if we don't have built-in support.
23991 (open-network-stream): Add the :always-query-capabilities keyword.
23992
23993 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23994 upgrades with `open-network-stream', and rely solely on
23995 auth-source for all credentials. Big changes throughout the file,
23996 but in particular:
23997 (smtpmail-auth-credentials): Remove.
23998 (smtpmail-starttls-credentials): Remove.
23999 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24000 MAIL FROM, too.
24001
24002 * net/network-stream.el (network-stream-open-starttls):
24003 Provide support for client certificates both for external and built-in
24004 STARTTLS.
24005 (auth-source): Require.
24006 (open-network-stream): Document the :client-certificate keyword.
24007 (network-stream-certificate): Change cert-cert to cert and
24008 cert-key to key.
24009
24010 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24011
24012 * net/tramp-cache.el (top): Don't load the persistency file when
24013 "emacs -Q" has been called.
24014
24015 2011-06-21 Tim Harper <timcharper@gmail.com>
24016
24017 * term/ns-win.el (ns-initialize-window-system):
24018 Set application-specific `ApplePressAndHoldEnabled' system
24019 resource to NO as it is not yet supported by the NS port.
24020
24021 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24022
24023 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24024 (list-dynamic-libraries): ...not here.
24025
24026 2011-06-21 Leo Liu <sdl.web@gmail.com>
24027
24028 * subr.el (sha1): Implement sha1 using secure-hash.
24029
24030 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24031
24032 * window.el (display-buffer-alist): In default value do not
24033 enforce searching a window on any but the selected frame.
24034 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24035 (display-buffer-select-window): Remove function.
24036 (display-buffer-in-window): When a window on another frame gets
24037 reused, do not select it any more but just raise its frame if
24038 necessary (Bug#8851) and (Bug#8856).
24039 (display-buffer-normalize-options): Handle pop-up-frames related
24040 options more faithfully.
24041 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24042 window if it is on another frame.
24043 (display-buffer-alist, display-buffer-default-specifiers):
24044 Don't make new frame unsplittable by default.
24045 (display-buffer-normalize-argument): Fix doc-string typo and use
24046 'same-frame-other-window instead of 'other-window when associating
24047 with display-buffer-macro-specifiers.
24048
24049 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24050
24051 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24052 New functions.
24053 (5x5-mode-map, 5x5-mode-menu): Bind them.
24054 (5x5-draw-grid): Tweak the solver's rendering.
24055
24056 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24057
24058 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24059 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24060
24061 2011-06-21 Drew Adams <drew.adams@oracle.com>
24062
24063 * menu-bar.el: Use function variable instead of switch-to-buffer.
24064 (menu-bar-select-buffer-function): New variable.
24065 (menu-bar-update-buffers): Use it (bug#8876).
24066
24067 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24068
24069 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24070 variable's status.
24071
24072 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24073
24074 * x-dnd.el (x-dnd-version-from-flags)
24075 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24076 and long as number (Bug#8899).
24077 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24078
24079 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24080
24081 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24082 (completion-try-completion, completion-all-completions): Compute the
24083 metadata argument if it's missing; make it optional (bug#8795).
24084
24085 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24086 (widget-complete): Use new :completion-function property.
24087 (widget-completions-at-point): New function.
24088 (default): Use :completion-function instead of :complete.
24089 (widget-default-completions): Rename from widget-default-complete;
24090 Rewrite.
24091 (widget-string-complete, widget-file-complete, widget-color-complete):
24092 Remove functions.
24093 (file, symbol, function, variable, coding-system, color):
24094 * international/mule-cmds.el (default-input-method, charset)
24095 (language-info-custom-alist):
24096 * cus-edit.el (face): Use new property :completions.
24097
24098 * progmodes/pascal.el (pascal-completions-at-point): New function.
24099 (pascal-mode): Use it.
24100 (pascal-mode-map): Use completion-at-point.
24101 (pascal-toggle-completions): Make obsolete.
24102 (pascal-complete-word, pascal-show-completions):
24103 * progmodes/octave-mod.el (octave-complete-symbol):
24104 Redefine as obsolete alias.
24105 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24106 Signal absence of completion info for old Octave,
24107 (inferior-octave-complete): Redefine as obsolete alias.
24108 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24109 (meta-completions-at-point): Rename from meta-complete-symbol and
24110 adapt it for use on completion-at-point-functions.
24111 (meta-common-mode): Use it.
24112 (meta-looking-at-backward, meta-match-buffer): Remove.
24113 (meta-complete-symbol): Redefine as obsolete alias.
24114 (meta-common-mode-map): Use completion-at-point.
24115 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24116 (makefile-mode-map): Use completion-at-point.
24117 (makefile-completions-at-point): Rename from makefile-complete and
24118 adapt it for use on completion-at-point-functions.
24119 (makefile-mode): Use it.
24120 (makefile-complete): Redefine as obsolete alias.
24121
24122 2011-06-20 Deniz Dogan <deniz@dogan.se>
24123
24124 * net/rcirc.el: Delete trailing whitespaces once and for all.
24125
24126 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24127
24128 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24129
24130 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24131
24132 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24133
24134 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24135
24136 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24137
24138 * window.el (display-buffer-other-window-means-other-frame):
24139 Call display-buffer-normalize-alist.
24140 (display-buffer-normalize-specifiers-1): Rename to
24141 display-buffer-normalize-argument. New argument other-frame.
24142 Rewrite.
24143 (display-buffer-normalize-specifiers-2): Rename to
24144 display-buffer-normalize-options.
24145 (display-buffer-normalize-alist-1): New function.
24146 (display-buffer-normalize-specifiers-3): Rename to
24147 display-buffer-normalize-alist.
24148 Call display-buffer-normalize-alist-1.
24149 (display-buffer-normalize-options-inhibit): New variable.
24150 (display-buffer-normalize-specifiers): Rewrite calling
24151 display-buffer-normalize-alist,
24152 display-buffer-normalize-argument, and
24153 display-buffer-normalize-options. Don't call the latter if
24154 display-buffer-normalize-options-inhibit is non-nil.
24155 (frame-auto-delete): New option.
24156 (window-deletable-p): Use frame-auto-delete.
24157 (window-list-no-nils, window-state-ignored-parameters)
24158 (window-state-get-1, window-state-get, window-state-put-list)
24159 (window-state-put-1, window-state-put-2, window-state-put):
24160 New functions.
24161 (display-buffer-normalize-options): Move special-display-p group
24162 after pop-up-frame group (Bug#8851) and (Bug#8856).
24163
24164 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24165
24166 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24167 groups (Bug#8776).
24168 (rx-submatch-n): New function.
24169 (rx): Document it.
24170
24171 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24172 (Bug#8768).
24173
24174 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24175
24176 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24177
24178 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24179 anytime existing face settings are present (Bug#8889).
24180
24181 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24182 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24183 Remove unused argument.
24184
24185 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24186
24187 * window.el (display-buffer-default-specifiers):
24188 Remove pop-up-frame. Add pop-up-window-min-height,
24189 pop-up-window-min-width, and another reuse-window specifier
24190 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24191 (display-buffer-normalize-specifiers-2):
24192 Handle split-height-threshold and split-width-threshold also when
24193 pop-up-windows is unset. Add a reuse-window specifier for the
24194 case popping up a new window fails.
24195 (special-display-popup-frame): Remove double quoting.
24196 (display-buffer-normalize-specifiers-1): Fix thinko.
24197
24198 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24199
24200 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24201 according to comint-completion-addsuffix.
24202
24203 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24204 (pcomplete-suffix-list): Mark as obsolete.
24205 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24206 pcomplete-seen in the closure.
24207 (pcomplete-comint-setup): Setup completion-at-point as well.
24208 (pcomplete--entries): New function.
24209 (pcomplete--env-regexp): New var.
24210 (pcomplete-entries): Rewrite to work with partial-completion and
24211 without relying on pcomplete-suffix-list.
24212 (pcomplete-pare-list): Remove, unused.
24213
24214 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24215
24216 * window.el (display-buffer-alist): Set pop-up-window-min-height
24217 and pop-up-window-min-width in default value. Reported by
24218 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24219 other-window-means-other-frame.
24220 (display-buffer-macro-specifiers): Comment out entry for
24221 other-window specifier.
24222 (display-buffer-other-window-means-other-frame): New function.
24223 (display-buffer-normalize-specifiers-1): New arguments
24224 buffer-name and label. Treat other-window case specially.
24225 (display-buffer-normalize-specifiers-2): Treat other-window case
24226 specially.
24227 (display-buffer-normalize-specifiers-3): New function.
24228 (display-buffer-normalize-specifiers):
24229 Call display-buffer-normalize-specifiers-3.
24230
24231 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24232
24233 * window.el (same-window-p): Fix two typos introduced when
24234 adding with-no-warnings.
24235 (display-buffer-normalize-specifiers-1): Don't check
24236 pop-up-frames for 'unset initialization.
24237 (display-buffer-normalize-specifiers-2): Major rewrite using
24238 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24239 (pop-up-frames, display-buffer-reuse-frames)
24240 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24241 Suggested by David Engster <deng@randomsample.de>.
24242 (even-window-heights): Initialize to 'unset.
24243 (display-buffer-alist-set): Handle new 'unset initializations.
24244 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24245 other window case.
24246
24247 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24248
24249 * window.el (display-buffer-normalize-specifiers-1):
24250 Respect current value of pop-up-frames for most reasonable values of
24251 second argument of display-buffer (Bug#8865).
24252 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24253 (switch-to-buffer-other-window-same-frame)
24254 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24255 Adams (Bug#8875).
24256 (display-buffer): Don't check noninteractive when calling
24257 display-buffer-pop-up-frame.
24258 (display-buffer-pop-up-frame): Never pop up a frame in
24259 noninteractive mode (Bug#8857).
24260 (enlarge-window, shrink-window): Don't report an error when the
24261 window can't be resized as requested (Bug#8862).
24262
24263 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24264
24265 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24266
24267 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24268
24269 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24270
24271 2011-06-15 Alan Mackenzie <acm@muc.de>
24272
24273 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24274 for declarators, disable knr checking to speed up for normal files.
24275 2: Refactor, replacing a sequence of nested if forms by a cond form.
24276
24277 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24278
24279 * net/network-stream.el (open-network-stream): Add the keyword
24280 :always-query-capabilities for the case where you want to force a
24281 `plain' network connection, but the protocol still requires the
24282 capabilitiy command (i.e., SMTP and EHLO).
24283
24284 * subr.el (process-live-p): Rename from `process-alive-p' for
24285 consistency with other `-live-p' functions.
24286
24287 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24288
24289 * window.el (same-window-buffer-names, same-window-regexps)
24290 (special-display-frame-alist, special-display-popup-frame)
24291 (special-display-function, special-display-buffer-names)
24292 (special-display-regexps, pop-up-frame-alist)
24293 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24294 (pop-up-windows, split-window-preferred-function)
24295 (split-height-threshold, split-width-threshold, even-window-heights)
24296 (display-buffer-mark-dedicated): Don't encourage the use of
24297 display-buffer-alist from Elisp code.
24298
24299 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24300
24301 * progmodes/python.el (python-mode): Derive from prog-mode.
24302 * progmodes/ps-mode.el (ps-mode):
24303 * progmodes/mixal-mode.el (mixal-mode):
24304 * progmodes/cfengine.el (cfengine-mode):
24305 * progmodes/ld-script.el (ld-script-mode): Likewise.
24306
24307 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24308
24309 * window.el (display-buffer-alist): Trim default value to avoid
24310 popping up a new frame (Bug#8857) or reusing an arbitrary window
24311 on another frame.
24312 (display-buffer): Do not fall back on popping up a new frame in
24313 batch mode (Bug#8857).
24314
24315 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24316
24317 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24318 (custom-theme-summary): New function.
24319 (customize-themes): Use it.
24320
24321 2011-06-13 Glenn Morris <rgm@gnu.org>
24322
24323 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24324
24325 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24326
24327 * help.el (help-window): Remove variable.
24328 (help-window-point-marker, temp-buffer-max-height)
24329 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24330 (help-print-return-message): Don't set help-window.
24331 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24332 (help-window-setup-finish): Remove.
24333 (help-window-display-message, help-window-setup)
24334 (with-help-window): Major rewrite based on new
24335 display-buffer-window variable.
24336
24337 * help-mode.el (help-mode-finish): Remove help-window related
24338 code.
24339
24340 * view.el (view-exits-all-viewing-windows): Remove reference to
24341 view-return-to-alist in doc-string.
24342 (view-return-to-alist): Make obsolete.
24343 (view-buffer): Call pop-to-buffer-same-window and remove
24344 undo-window code.
24345 (view-buffer-other-window): Call pop-to-buffer-other-window and
24346 simplify code. Ignore second argument.
24347 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24348 simplify code. Ignore second argument.
24349 (view-return-to-alist-update): Make obsolete.
24350 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24351 Rewrite using quit-restore window parameters.
24352 (view-mode-exit): Rename second argument to EXIT-ONLY.
24353 Rewrite using quit-restore-window.
24354 (View-exit, View-exit-and-edit, View-leave, View-quit)
24355 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24356 appropriate arguments.
24357 (view-end-message): Use quit-restore window parameter.
24358
24359 * window.el (display-buffer-function): Rewrite doc-string.
24360 (display-buffer-window, display-buffer-alist): New variables.
24361 (display-buffer-split-specifiers)
24362 (display-buffer-side-specifiers)
24363 (display-buffer-macro-specifiers): New constants.
24364 (display-buffer-even-window-sizes, display-buffer-set-height)
24365 (display-buffer-set-width, display-buffer-select-window)
24366 (display-buffer-in-window, display-buffer-reuse-window)
24367 (display-buffer-split-window-1, display-buffer-split-window)
24368 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24369 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24370 (display-buffer-in-side-window, normalize-buffer-to-display)
24371 (display-buffer-normalize-specifiers-1)
24372 (display-buffer-normalize-specifiers-2)
24373 (display-buffer-normalize-specifiers, display-buffer-frame):
24374 New functions.
24375 (display-buffer): Major rewrite.
24376 (display-buffer-other-window, display-buffer-other-frame)
24377 (pop-to-buffer, switch-to-buffer-other-window)
24378 (switch-to-buffer-other-frame): Rewrite.
24379 (display-buffer-same-window, display-buffer-same-frame)
24380 (display-buffer-same-frame-other-window)
24381 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24382 (pop-to-buffer-other-window)
24383 (pop-to-buffer-same-frame-other-window)
24384 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24385 (switch-to-buffer-other-window-same-frame): New functions.
24386 (same-window-p, special-display-p): Rewrite disabling warnings.
24387 Make obsolete.
24388 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24389 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24390 Make obsolete
24391 (same-window-buffer-names, same-window-regexps)
24392 (special-display-frame-alist, special-display-popup-frame)
24393 (special-display-function, special-display-buffer-names)
24394 (special-display-regexps, pop-up-frame-alist)
24395 (pop-up-frame-function, split-window-preferred-function)
24396 (split-height-threshold, split-width-threshold)
24397 (even-window-heights): Make obsolete.
24398
24399 2011-06-12 Glenn Morris <rgm@gnu.org>
24400
24401 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24402 Misc simplifications.
24403
24404 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24405
24406 * window.el (window-safely-shrinkable-p): Restore function which
24407 was inadvertently removed in change from 2011-06-11. Declare as
24408 obsolete.
24409
24410 * calendar/calendar.el (calendar-generate-window):
24411 Use window-iso-combined-p instead of combination of one-window-p and
24412 window-safely-shrinkable-p.
24413
24414 2011-06-12 Glenn Morris <rgm@gnu.org>
24415
24416 * progmodes/fortran.el (fortran-mode-syntax-table):
24417 * progmodes/f90.el (f90-mode-syntax-table):
24418 Set % to punctuation. (Bug#8820)
24419 (f90-find-tag-default): Remove, no longer needed.
24420
24421 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24422
24423 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24424
24425 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24426
24427 * image.el (image-animated-p): Return animation delay in seconds.
24428 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24429 (image-animate-timeout): Remove DELAY argument. Don't assume
24430 every subimage has the same delay; get it from image-animated-p.
24431 (image-animate): Caller changed.
24432
24433 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24434
24435 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24436 to ignored backtrace functions.
24437
24438 2011-06-11 Glenn Morris <rgm@gnu.org>
24439
24440 * calendar/appt.el (appt-disp-window-function): Doc fix.
24441 (appt-check): Handle overlapping appointments. (Bug#8337)
24442
24443 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24444
24445 * window.el (window-tree-1, window-tree): New functions, moving
24446 the latter to window.el.
24447 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24448 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24449 (bw-refresh-edges): Remove.
24450 (balance-windows-1, balance-windows-2): New functions.
24451 (balance-windows): Rewrite in terms of window tree functions,
24452 balance-windows-1 and balance-windows-2.
24453 (bw-adjust-window): Remove.
24454 (balance-windows-area-adjust): New function with functionality of
24455 bw-adjust-window but using resize-window.
24456 (set-window-text-height): Rewrite doc-string.
24457 Use normalize-live-window and resize-window.
24458 (enlarge-window-horizontally, shrink-window-horizontally):
24459 Rename argument to DELTA.
24460 (window-buffer-height): New function.
24461 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24462 Rewrite using new window resize routines.
24463 (kill-buffer-and-window, mouse-autoselect-window-select):
24464 Use ignore-errors instead of condition-case.
24465 (quit-window): Call delete-frame instead of delete-windows-on
24466 for the only buffer on frame.
24467
24468 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24469
24470 * loadup.el (top-level): Load window before files for the sake
24471 of replace-buffer-in-windows.
24472
24473 * files.el (read-buffer-to-switch)
24474 (switch-to-buffer-other-window)
24475 (switch-to-buffer-other-frame, display-buffer-other-frame):
24476 Move to window.el.
24477
24478 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24479 (previous-buffer): Move to window.el.
24480
24481 * bindings.el (unbury-buffer): Move to window.el.
24482
24483 * window.el (delete-other-windows-vertically): Move after
24484 definition of delete-other-windows.
24485 (other-window, delete-windows-on, replace-buffer-in-windows):
24486 Move here from window.c.
24487 (record-window-buffer, unrecord-window-buffer)
24488 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24489 (switch-to-next-buffer): New functions.
24490 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24491 from simple.el. Call switch-to-next-buffer.
24492 (previous-buffer): Move here from simple.el.
24493 Call switch-to-prev-buffer.
24494 (bury-buffer): Move here from buffer.c. Switch to previous
24495 buffer when window cannot be deleted.
24496 (unbury-buffer): Move here from bindings.el.
24497 (ctl-x-map): Move binding for other-window from window.c to
24498 here.
24499 (read-buffer-to-switch, switch-to-buffer-other-window)
24500 (switch-to-buffer-other-frame): Move here from files.el.
24501 (normalize-buffer-to-switch-to): New functions.
24502 (switch-to-buffer): Move here from buffer.c.
24503 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24504
24505 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24506
24507 * window.el (window-min-height, window-min-width): Move here
24508 from window.c. Add defcustoms and rewrite doc-strings.
24509 (resize-mini-window, resize-window): New functions.
24510 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24511 Move here from window.c.
24512 (maximize-window, minimize-window): New functions.
24513 (delete-window, delete-other-windows, split-window): Move here
24514 from window.c.
24515 (window-split-min-size): New function.
24516 (split-window-keep-point): Mention split-window-above-each-other
24517 instead of split-window-vertically.
24518 (split-window-above-each-other, split-window-vertically):
24519 Rename split-window-vertically to split-window-above-each-other
24520 and provide defalias for old definition.
24521 (split-window-side-by-side, split-window-horizontally):
24522 Rename split-window-horizontally to split-window-side-by-side
24523 and provide defalias for the old definition.
24524 (ctl-x-map): Move bindings for delete-window,
24525 delete-other-windows and enlarge-window here from window.c.
24526 Replace bindings for split-window-vertically and
24527 split-window-horizontally by bindings for
24528 split-window-above-each-other and split-window-side-by-side.
24529
24530 * cus-start.el (all): Remove entries for window-min-height and
24531 window-min-width. Add entries for window-splits and
24532 window-nest.
24533
24534 2011-06-09 Glenn Morris <rgm@gnu.org>
24535
24536 * calendar/appt.el (appt-mode-line): New function.
24537 (appt-check, appt-disp-window): Use it.
24538
24539 * files.el (hack-one-local-variable-eval-safep):
24540 Allow minor-modes with explicit +/-1 arguments.
24541
24542 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24543
24544 * term/xterm.el (xterm): Add defgroup.
24545 (xterm-extra-capabilities): Add defcustom to supply known xterm
24546 capabilities, skip querying them, or query them (default).
24547 (terminal-init-xterm): Use it.
24548 (terminal-init-xterm-modify-other-keys): New function to set up
24549 modifyOtherKeys support to simplify `terminal-init-xterm'.
24550
24551 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24552
24553 * window.el (resize-window-reset, resize-window-reset-1)
24554 (resize-subwindows-skip-p, resize-subwindows-normal)
24555 (resize-subwindows, resize-other-windows, resize-this-window)
24556 (resize-root-window, resize-root-window-vertically)
24557 (window-deletable-p, window-or-subwindow-p)
24558 (frame-root-window-p): New functions.
24559
24560 2011-06-09 Glenn Morris <rgm@gnu.org>
24561
24562 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24563 (ange-ftp-get-files): Use it.
24564
24565 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24566
24567 * mail/sendmail.el (mail-recover-1, mail-recover):
24568 * files.el (recover-file, recover-session):
24569 Handle dired-listing-switches not being just a single short option.
24570
24571 2011-06-09 Glenn Morris <rgm@gnu.org>
24572
24573 * calendar/appt.el (appt-display-message, appt-disp-window):
24574 Handle lists of appointments.
24575
24576 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24577
24578 * window.el (one-window-p): Move down in code.
24579 Rewrite doc-string.
24580 (window-current-scroll-bars): Rewrite doc-string.
24581 Normalize live window argument.
24582 (walk-windows, get-window-with-predicate, count-windows):
24583 Rewrite doc-string. Use window-list-1.
24584 (window-in-direction-2, window-in-direction, get-mru-window):
24585 New functions.
24586
24587 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24588
24589 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24590 Doc fix (Bug#8713).
24591
24592 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24593
24594 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24595
24596 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24597
24598 * loadhist.el (unload-feature-special-hooks):
24599 Add `comint-output-filter-functions'.
24600
24601 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24602
24603 * calendar/appt.el (appt-check): Move some initializations into the let.
24604
24605 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24606
24607 * window.el (window-height): Defalias to window-total-height.
24608 (window-width): Defalias to window-body-width.
24609
24610 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24611
24612 * image-mode.el (image-toggle-animation): New command.
24613 (image-mode-map): Bind it to RET.
24614 (image-mode): Update message.
24615 (image-toggle-display-image): Avoid a spurious cache flush.
24616 (image-transform-rotation): Doc fix.
24617 (image-transform-properties): Return quickly in the normal case.
24618 (image-animate-loop): Rename from image-animate-max-time.
24619
24620 * image.el (image-animate-max-time): Move to image-mode.el.
24621 (create-animated-image): Remove unnecessary function.
24622 (image-animate): Rename from image-animate-start. New arg.
24623 (image-animate-stop): Remove; just use image-animate-timer.
24624 (image-animate-timer): Use car-safe.
24625 (image-animate-timeout): Rename argument.
24626
24627 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24628
24629 * window.el (get-lru-window, get-largest-window): Move here from
24630 window.c. Rename first argument to ALL-FRAMES.
24631 Rephrase doc-strings.
24632 (get-buffer-window-list): Rewrite using window-list-1.
24633 Rephrase doc-string.
24634 (window-safe-min-height, window-safe-min-width): New constants.
24635 (window-size-ignore, window-min-size, window-min-size-1)
24636 (window-sizable, window-sizable-p, window-size-fixed-1)
24637 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24638 (window-max-delta-1, window-max-delta, window-resizable)
24639 (window-resizable-p, window-total-height, window-total-width)
24640 (window-body-width): New functions.
24641 (window-full-height-p, window-full-width-p): Rewrite using
24642 window-total-size.
24643 (window-body-height): Rewrite using window-body-size.
24644
24645 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24646
24647 * window.el (window-right, window-left, window-child)
24648 (window-child-count, window-last-child, window-any-p)
24649 (normalize-live-buffer, normalize-live-frame)
24650 (normalize-any-window, normalize-live-window)
24651 (window-iso-combination-p, window-iso-combined-p)
24652 (window-iso-combinations)
24653 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24654 (windows-with-parameter, window-with-parameter)
24655 (window-atom-root, make-window-atom, window-atom-check-1)
24656 (window-atom-check, window-side-check, window-check):
24657 New functions.
24658 (ignore-window-parameters, window-sides, window-sides-vertical)
24659 (window-sides-slots): New variables.
24660 (window-size-fixed): Move down in code. Minor doc-string fix.
24661
24662 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24663
24664 * comint.el (comint-dynamic-complete-as-filename)
24665 (comint-dynamic-complete-filename): Correctly call
24666 completion-in-region.
24667
24668 2011-06-05 Deniz Dogan <deniz@dogan.se>
24669
24670 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24671 in last change.
24672
24673 2011-06-05 Deniz Dogan <deniz@dogan.se>
24674
24675 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24676 (rcirc): Use it to prompt for encryption.
24677
24678 2011-06-05 Roland Winkler <winkler@gnu.org>
24679
24680 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24681 (bibtex-search-entries): New command bound to C-c C-a.
24682 (bibtex-display-entries): New function.
24683
24684 2011-06-05 Roland Winkler <winkler@gnu.org>
24685
24686 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24687 (bibtex-insert-kill): After yanking insert newline if necessary.
24688 (bibtex-initialize): Call bibtex-string-files-init only once.
24689 (bibtex-mode): Do not call easy-menu-add.
24690 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24691 (bibtex-yank): Set arg properly if nil.
24692
24693 2011-06-05 Roland Winkler <winkler@gnu.org>
24694
24695 * textmodes/bibtex.el (bibtex-search-entry-globally):
24696 New variable.
24697 (bibtex-search-entry): Use it.
24698
24699 2011-06-05 Roland Winkler <winkler@gnu.org>
24700
24701 * textmodes/bibtex.el (bibtex-entry-format): New option
24702 sort-fields.
24703 (bibtex-format-entry, bibtex-reformat): Honor this option.
24704 (bibtex-parse-entry): Return fields in proper order.
24705
24706 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24707
24708 * doc-view.el (doc-view-remove-if): Move computation of result out
24709 of `dolist' to silence misleading lexical-binding warning.
24710
24711 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24712
24713 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24714 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24715
24716 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24717
24718 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24719 "SunOS 5.10".
24720
24721 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24722
24723 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24724 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24725 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24726 (tramp-parse-putty):
24727 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24728 (tramp-completion-function-alist-ssh)
24729 (tramp-completion-function-alist-telnet)
24730 (tramp-completion-function-alist-su)
24731 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24732 cookie.
24733
24734 * net/tramp-ftp.el:
24735 * net/tramp-sh.el:
24736 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24737 load "tramp.el" `tramp-set-completion-function'.
24738
24739 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24740
24741 * shell.el: Require and use pcomplete.
24742 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24743 (shell-completion-vars): Set pcomplete-default-completion-function.
24744
24745 2011-06-04 Deniz Dogan <deniz@dogan.se>
24746
24747 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24748 `memq' (Bug#8799).
24749
24750 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24751
24752 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24753
24754 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24755
24756 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24757 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24758 * vc/log-view.el (log-view-beginning-of-defun):
24759 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24760 (smerge-refine-forward, smerge-refine-chopup-region):
24761 Silence warning for unused `dotimes' counter variables.
24762
24763 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24764
24765 * net/tramp.el (tramp-with-progress-reporter): Rename from
24766 with-progress-reporter. Use `declare'.
24767 * net/tramp-smb.el:
24768 * net/tramp-sh.el:
24769 * net/tramp-gvfs.el: Update all uses.
24770
24771 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24772
24773 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24774 buffer isn't killed before making it current.
24775
24776 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24777
24778 Silence various byte-compiler warnings.
24779 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24780 `access-type' and new obsolescence format.
24781 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24782 new format.
24783 (byte-compile-check-variable): New `access-type' argument.
24784 Only warn if the access-type is obsolete.
24785 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24786 (byte-compile-variable-set): Adjust callers.
24787 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24788 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24789 setting it as obsolete.
24790 * simple.el (minibuffer-completing-symbol):
24791 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24792 access as obsolete.
24793 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24794 obsolete yet.
24795 * international/quail.el (quail-mouse-choose-completion): Remove unused
24796 code referring to obsolete var.
24797 (quail-choose-completion-string): Remove.
24798 * server.el (server-clients-with, server-kill-buffer-query-function)
24799 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24800 * proced.el (proced-send-signal):
24801 * emacs-lisp/lisp.el (lisp-complete-symbol):
24802 Replace completion-annotate-function with completion-extra-properties.
24803
24804 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24805
24806 * simple.el (goto-line): Use read-number.
24807 (overriding-map-is-bound): Remove.
24808 (saved-overriding-map): Change default.
24809 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24810 Take the map as argument.
24811 (universal-argument, negative-argument, digit-argument): Use it.
24812 (restore-overriding-map): Adjust.
24813 (do-auto-fill): Use fill-forward-paragraph.
24814 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24815
24816 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24817 (minibuffer-inactive-mode): New major mode.
24818 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24819 the *Messages* buffer" hack.
24820 (mouse-popup-menubar): Don't burp if the event is a normal key.
24821
24822 Miscellaneous tweaks.
24823 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24824 lexical scoping as in subr.el's dolist and dotimes.
24825 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24826 Silence compiler warning.
24827 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24828 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24829 * international/ccl.el (ccl-compile): Trivial simplification.
24830 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24831 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24832 `printflag' argument.
24833 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24834 Purecopy the whole obsolescence data.
24835
24836 2011-06-01 Leo Liu <sdl.web@gmail.com>
24837
24838 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24839 improve doc-string as suggested by Marco Pessotto
24840 <melmothx@gmail.com>.
24841 (rcirc-print): Fix last change.
24842
24843 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24844
24845 * minibuffer.el (complete-with-action): Return nil for the metadata and
24846 boundaries of non-functional tables.
24847 (completion-table-dynamic): Return nil for the metadata.
24848 (completion-table-with-terminator): Add default case, using
24849 complete-with-action.
24850 (completion--metadata): New function.
24851 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24852 to try and avoid pathological performance problems.
24853 (completion--embedded-envvar-table): Return `category' metadata.
24854
24855 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24856
24857 * subr.el (process-alive-p): New tiny convenience function.
24858
24859 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24860
24861 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24862 content but also its previous major mode.
24863
24864 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24865
24866 * emacs-lisp/debug.el (debug): Restore the previous content of the
24867 *Backtrace* buffer when we exit with C-M-c.
24868
24869 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * minibuffer.el: Add metadata method to completion tables.
24872 (completion-category-overrides): New defcustom.
24873 (completion-metadata, completion--field-metadata)
24874 (completion-metadata-get, completion--styles)
24875 (completion--cycle-threshold): New functions.
24876 (completion-try-completion, completion-all-completions):
24877 Add `metadata' argument to choose completion-styles.
24878 (completion--do-completion): Use metadata to choose cycling.
24879 (completion-all-sorted-completions): Use metadata for sorting.
24880 Remove :completion-cycle-penalty which is not needed any more.
24881 (completion--try-word-completion): Add `metadata' argument.
24882 (minibuffer-completion-help): Check metadata for annotation function
24883 and sorting.
24884 (completion-file-name-table): Return `category' metadata.
24885 (minibuffer-completing-file-name): Make obsolete.
24886 * simple.el (minibuffer-completing-symbol): Make obsolete.
24887 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24888 completion-try-completion.
24889
24890 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24891
24892 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24893
24894 2011-05-30 Leo Liu <sdl.web@gmail.com>
24895
24896 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24897 (rcirc-print): Decode all incoming messages (bug#8744).
24898 (rcirc-decode-coding-system): Allow value nil for automatic coding
24899 system detection.
24900
24901 2011-06-01 Glenn Morris <rgm@gnu.org>
24902
24903 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24904
24905 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24906
24907 * image.el (image-animate-max-time): Allow nil and t values.
24908 Default to nil.
24909 (create-animated-image): Doc fix.
24910 (image-animate-start): Remove second arg; just use
24911 image-animate-max-time.
24912 (image-animate-timeout): Doc fix. Args changed.
24913
24914 * image-mode.el (image-toggle-display-image): Ensure that the
24915 image spec passed to the animate timer is the same object as in
24916 the buffer's display property (Bug#6981).
24917 (image-transform-properties): Doc fix.
24918
24919 * image.el (image-animate-max-time): Default to nil.
24920
24921 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24922
24923 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24924 entire buffer list (Bug#8184).
24925
24926 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24927
24928 * image.el (imagemagick-types-inhibit)
24929 (imagemagick-register-types): Doc fix.
24930
24931 2011-05-29 Deniz Dogan <deniz@dogan.se>
24932
24933 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24934 default.
24935
24936 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24937
24938 * select.el: Don't perform clipboard-manager saving in hooks;
24939 leave the hooks empty.
24940
24941 2011-05-28 Leo Liu <sdl.web@gmail.com>
24942
24943 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24944 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24945 (occur-edit-mode): New major mode (Bug#8463).
24946 (occur-after-change-function): New function.
24947 (occur-engine): Give Occur tags a read-only property.
24948
24949 2011-05-28 Kevin Ryde <user42@zip.com.au>
24950
24951 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24952
24953 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24954
24955 * bindings.el (help-echo): Make the initial non-indicator dash
24956 empty on graphical terminals (Bug#7295).
24957
24958 * files.el (auto-mode-alist): Move config rule after the
24959 in-stripping one (Bug#8547).
24960
24961 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24962
24963 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24964 setting (Bug#8740).
24965
24966 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24967
24968 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24969 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24970 (Bug#8539).
24971
24972 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24973
24974 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24975
24976 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24977
24978 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24979 (hs-hide-block-at-point, hs-find-block-beginning)
24980 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24981 (Bug#8279).
24982
24983 2011-05-28 Glenn Morris <rgm@gnu.org>
24984
24985 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24986
24987 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24988
24989 * help-fns.el (describe-function-1): If the function is a derived
24990 major mode, print the parent mode.
24991
24992 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24993 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24994
24995 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24996
24997 * minibuffer.el (completion--capf-wrapper): Check applicability before
24998 returning non-nil for non-exclusive completion data.
24999 * progmodes/etags.el (tags-completion-at-point-function):
25000 * info-look.el (info-lookup-completions-at-point): Mark as
25001 non-exclusive.
25002 (info-complete): Adjust accordingly.
25003
25004 * info-look.el: Convert to lexical-binding and completion-at-point.
25005 (info-lookup-completions-at-point): New function.
25006 (info-complete): Use it and completion-in-region.
25007
25008 2011-05-28 Drew Adams <drew.adams@oracle.com>
25009
25010 * isearch.el: Let M-e start with point at the first mismatched char.
25011 (isearch-fail-pos): New function.
25012 (isearch-edit-string): Use it.
25013
25014 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25015
25016 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25017
25018 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25019
25020 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25021 traversal functions for avl-trees.
25022 (avl-tree--stack): New struct.
25023 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25024 (avl-tree-enter): Add optional `updatefun' arg.
25025 (avl-tree--do-enter): Add optional `updatefun' arg.
25026 Change return value.
25027 (avl-tree-delete): Add optional `test' and `nilflag' args.
25028 (avl-tree--do-delete): Add `test' and `nilflag' args.
25029 Change return value.
25030 (avl-tree-member): Add optional `nilflag'
25031 (avl-tree-member-p): New function.
25032 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25033 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25034 (avl-tree-stack-empty-p): New functions.
25035
25036 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25037 avl-tree--del-balance1 and make it work both ways.
25038 (avl-tree--del-balance2): Remove.
25039 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25040 make it work both ways.
25041 (avl-tree--enter-balance2): Remove.
25042 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25043 New macros.
25044 (avl-tree--mapc, avl-tree-map): Add direction argument.
25045
25046 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25047
25048 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25049
25050 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25051
25052 * select.el: Support clipboard managers with built-in function
25053 x-clipboard-manager-save, via delete-frame-functions and
25054 kill-emacs-hook.
25055 (xselect-convert-to-targets): Add MULTIPLE target to list.
25056 (xselect-convert-to-save-targets): New function.
25057
25058 2011-05-27 Kenichi Handa <handa@m17n.org>
25059
25060 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25061 let-binding rfc2047-encode-encoded-words to nil.
25062
25063 2011-05-27 Glenn Morris <rgm@gnu.org>
25064
25065 * mail/emacsbug.el: Don't require url-util.
25066
25067 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25068
25069 * files.el (set-auto-mode):
25070 Also respect mode: entries at the end of the file. (Bug#8586)
25071
25072 2011-05-26 Glenn Morris <rgm@gnu.org>
25073
25074 * files.el (hack-local-variables-prop-line, hack-local-variables):
25075 Downcase mode names, as seems to be traditional.
25076 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25077
25078 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25079 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25080
25081 2011-05-25 Julien Danjou <julien@danjou.info>
25082
25083 * textmodes/rst.el (rst-define-level-faces): Do not define face
25084 symbol if it is already defined.
25085
25086 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25087
25088 * play/5x5.el (5x5-new-game, 5x5-randomize):
25089 Reset 5x5-solver-output to nil when a new grid is cast.
25090 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25091 these debugging traces, as defmacro breaks the compiled code.
25092
25093 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25094
25095 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25096
25097 2011-05-24 Leo Liu <sdl.web@gmail.com>
25098
25099 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25100 (vc-bzr-sha1): Adapt.
25101
25102 * sha1.el: Remove. Function `sha1' is now builtin.
25103
25104 * bindings.el: Provide sha1 feature.
25105
25106 2011-05-24 Kenichi Handa <handa@m17n.org>
25107
25108 * mail/sendmail.el: Require `rfc2047'.
25109 (mail-insert-from-field): Do not perform RFC2047 encoding.
25110 (mail-encode-header): New function.
25111 (sendmail-send-it): Set buffer-file-coding-system of the work
25112 buffer to the return value of select-message-coding-system.
25113 Call mail-encode-header.
25114
25115 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25116
25117 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25118
25119 * mail/supercite.el (sc-default-cite-frame):
25120 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25121
25122 2011-05-24 Glenn Morris <rgm@gnu.org>
25123
25124 * progmodes/python.el (brm-menu): Declare.
25125
25126 * emulation/viper.el (viper-set-hooks): Declare.
25127
25128 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25129 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25130 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25131 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25132 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25133 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25134
25135 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25136
25137 Add an :exit-function for completion-at-point.
25138
25139 * minibuffer.el (completion--done): New fun.
25140 (completion--do-completion): Use it. New arg `expect-exact'.
25141 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25142 since completion--do-completion does it for us now.
25143 (minibuffer-force-complete): Use completion--done and
25144 completion--replace. Handle sole-completion case with more care.
25145 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25146 (completion-extra-properties): New var.
25147 (completion-annotate-function): Make obsolete.
25148 (minibuffer-completion-help): Adjust accordingly.
25149 Use completion-list-insert-choice-function.
25150 (completion-at-point, completion-help-at-point):
25151 Bind completion-extra-properties.
25152 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25153 * simple.el (completion-list-insert-choice-function): New var.
25154 (completion-setup-function): Preserve it.
25155 (choose-completion): Pay attention to it, shuffle the code a bit.
25156 (choose-completion-string): New arg `insert-function'.
25157
25158 * textmodes/bibtex.el: Convert to lexical binding.
25159 (bibtex-mode-map): Use completion-at-point.
25160 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25161 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25162 (bibtex-complete): Define as obsolete alias.
25163 (bibtex-complete-internal): Remove.
25164 (bibtex-format-entry): Remove unused sub-group in regexp.
25165 * shell.el (shell--command-completion-data)
25166 (shell-environment-variable-completion):
25167 * pcomplete.el (pcomplete-completions-at-point):
25168 * comint.el (comint--complete-file-name-data): Use :exit-function
25169 instead of completion-table-with-terminator so it also works for
25170 choose-completion.
25171
25172 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25173
25174 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25175
25176 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25177 (bug#8710).
25178
25179 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25180
25181 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25182
25183 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25184 customization variable and implement: If non-nil, auto-fill will
25185 be inhibited while on topic's header line.
25186
25187 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25188
25189 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25190 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25191 always have a solution in grid size = 5 cases.
25192 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25193 (5x5-solver-output, 5x5-log-buffer): New vars.
25194 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25195 Make these variables buffer local to achieve 5x5 multi-session-ness.
25196 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25197 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25198 (5x5-solve-suggest): New funs.
25199 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25200 randomize a grid so that we ensure that there is always a solution.
25201 (5x5-make-random-grid): Allow other movement than flipping.
25202
25203 2011-05-23 Kevin Ryde <user42@zip.com.au>
25204
25205 * emacs-lisp/advice.el (ad-read-advised-function):
25206 Use `function-called-at-point' as the default, if it has
25207 advice and passes PREDICATE.
25208
25209 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25210
25211 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25212 byte-compile-lambda if it's actually a lambda.
25213
25214 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25215 Fix function quoting. Use backquote better.
25216
25217 2011-05-22 Yuanle Song <sylecn@gmail.com>
25218
25219 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25220 matching (Bug#8516).
25221
25222 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25223
25224 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25225 different face (Bug#8178).
25226
25227 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25228
25229 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25230 defface (Bug#8144).
25231
25232 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25233
25234 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25235 funcall as well (bug#8712). Warn when performing those conversions.
25236 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25237
25238 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25239
25240 2011-05-22 Glenn Morris <rgm@gnu.org>
25241
25242 * files.el (hack-local-variables-prop-line): Small simplifications.
25243 (hack-local-variables, hack-local-variables-prop-line):
25244 If MODE-ONLY, return the mode, rather than just `t'.
25245
25246 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25247
25248 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25249
25250 2011-05-21 Glenn Morris <rgm@gnu.org>
25251
25252 * files.el (hack-local-variables-prop-line, hack-local-variables):
25253 If only interested in the mode, don't bother doing the other stuff.
25254
25255 * image-mode.el (image-after-revert-hook):
25256 Redraw all frames on which the image is visible. (Bug#8567)
25257
25258 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25259
25260 * wid-edit.el (widget-checklist-match-inline):
25261 Fix 2011-04-19 change. (Bug#8649)
25262
25263 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25264
25265 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25266 Also allow singlespace after single-letter capitals followed by a dot.
25267
25268 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25269 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25270
25271 2011-05-20 Nix <nix@esperi.org.uk>
25272
25273 * files.el (basic-save-buffer-2):
25274 Fix handling of break-hardlink-on-save with non-existent files.
25275
25276 2011-05-19 Deniz Dogan <deniz@dogan.se>
25277
25278 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25279 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25280
25281 2011-05-19 Glenn Morris <rgm@gnu.org>
25282
25283 * progmodes/f90.el (f90-type-def-re):
25284 Handle "type, bind(c)". (Bug#8691)
25285
25286 * emacs-lisp/autoload.el (batch-update-autoloads):
25287 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25288
25289 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25290
25291 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25292 property for the correct connection in case of multihops.
25293
25294 2011-05-18 Glenn Morris <rgm@gnu.org>
25295
25296 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25297 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25298
25299 Rationalize calendar handling of day and month abbrev-arrays.
25300 * calendar/calendar.el (calendar-customized-p): New function.
25301 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25302 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25303 Add :set function.
25304 (calendar-abbrev-length, calendar-day-abbrev-array)
25305 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25306 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25307 Elements may no longer be nil.
25308 (calendar-day-name, calendar-month-name):
25309 Update for changed nature of abbrev arrays.
25310 * calendar/diary-lib.el (diary-name-pattern):
25311 Update for changed nature of abbrev arrays.
25312 (diary-mark-entries-1): Update calendar-make-alist calls.
25313 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25314 * calendar/cal-html.el (cal-html-day-abbrev-array):
25315 Simply inherit from calendar-day-abbrev-array.
25316
25317 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25318
25319 * progmodes/grep.el (grep-mode): Disable default
25320 compilation-directory-matcher setting (bug#8684).
25321
25322 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25323
25324 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25325 instead of "head" and "tail". There were problems with SunOS 5.9,
25326 and it performs better.
25327
25328 2011-05-17 Glenn Morris <rgm@gnu.org>
25329
25330 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25331
25332 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25333 Replace obsolete function.
25334
25335 * shell.el (pcomplete-parse-arguments-function): Declare.
25336
25337 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25338 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25339 (appt-check): Doc fixes.
25340 (appt-disp-window-function, appt-delete-window-function):
25341 Remove needless special case in custom :type.
25342 (appt-display-count): Default to 0, not nil.
25343 (appt-check): Reset appt-display-count to 0, not nil.
25344
25345 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25346
25347 * progmodes/python.el (python-font-lock-keywords):
25348 Add the Python 3.X keyword "nonlocal" (bug#8639).
25349
25350 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25351
25352 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25353
25354 2011-05-16 Kevin Ryde <user42@zip.com.au>
25355
25356 * info-look.el (makefile-automake-mode): New setups, looking in
25357 automake manual, then makefile-mode.
25358 (makefile-mode): Remove automake manual, have it just in
25359 makefile-automake-mode since there's various things different or
25360 not relevant to plain make.
25361 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25362 believe a hypothetical automake-mode would go to makefile-mode,
25363 not the other way around.
25364
25365 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25366
25367 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25368 hunk-end tags (Bug#8672).
25369
25370 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25371 vc-annotate-show-diff-revision-at-line (Bug#8671).
25372
25373 2011-05-14 Glenn Morris <rgm@gnu.org>
25374
25375 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25376 in the middle of an existing one with multiple authors. (Bug#8645)
25377 (change-log-font-lock-keywords): Also handle multiple author lines
25378 with leading tabs. (Bug#8644)
25379
25380 * calendar/appt.el (appt-check): Rename some local variables.
25381 Some simplification/reordering.
25382
25383 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25384 (feedmail-sendmail-f-doesnt-sell-me-out)
25385 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25386 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25387 (feedmail-queue-runner-message-sender): Set :version.
25388 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25389 (bbdb-dwim-net-address, vm-mail): Declare.
25390 (feedmail-binmail-gnulinuxish-template):
25391 Rename from feedmail-binmail-linuxish-template.
25392 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25393 Use insert-buffer-substring.
25394
25395 2011-05-14 Bill Carpenter <bill@carpenter.org>
25396
25397 * mail/feedmail.el (feedmail-patch-level): Increase.
25398 (feedmail-debug): New custom group.
25399 (feedmail-confirm-outgoing-timeout)
25400 (feedmail-sendmail-f-doesnt-sell-me-out)
25401 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25402 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25403 (feedmail-sender-line, feedmail-from-line)
25404 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25405 (feedmail-spray-this-address)
25406 (feedmail-spray-address-fiddle-plex-list)
25407 (feedmail-queue-use-send-time-for-date)
25408 (feedmail-queue-use-send-time-for-message-id)
25409 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25410 (feedmail-buffer-eating-function):
25411 Doc fixes.
25412 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25413 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25414 (feedmail-message-action-scroll-down): New functions.
25415 (feedmail-queue-directory, feedmail-queue-draft-directory):
25416 Use expand-file-name.
25417 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25418 Remove C-v help entry.
25419 (feedmail-queue-buffer-file-name): New variable.
25420 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25421 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25422 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25423 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25424 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25425 (feedmail-message-action-toggle-spray)
25426 (feedmail-run-the-queue-no-prompts)
25427 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25428 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25429 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25430 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25431 (feedmail-envelope-deducer, feedmail-fiddle-from)
25432 (feedmail-fiddle-sender, feedmail-default-date-generator)
25433 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25434 (feedmail-fiddle-spray-address)
25435 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25436 (feedmail-fiddle-list-of-fiddle-plexes)
25437 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25438 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25439 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25440 Change default. Doc fix.
25441 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25442 (feedmail-binmail-linuxish-template): New constant.
25443 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25444 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25445 (feedmail-send-it): Add debug call.
25446 Use feedmail-queue-buffer-file-name, and
25447 feedmail-send-it-immediately-wrapper.
25448 (feedmail-message-action-send): Add debug call.
25449 Use feedmail-send-it-immediately-wrapper.
25450 (feedmail-queue-express-to-queue): Add debug call.
25451 Run feedmail-queue-express-hook.
25452 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25453 (feedmail-message-action-help-blat):
25454 Rename from feedmail-queue-send-edit-prompt-help-first.
25455 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25456 Check line-endings. Handle errors better.
25457 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25458 Doc fix. Add debug call.
25459 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25460 Use feedmail-queue-send-edit-prompt-inner.
25461 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25462 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25463 from feedmail-queue-send-edit-prompt.
25464 (feedmail-queue-send-edit-prompt-help)
25465 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25466 (feedmail-tidy-up-slug): Add debug call.
25467 Respect feedmail-queue-slug-suspect-regexp.
25468 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25469 (feedmail-dump-message-to-queue): Add debug call.
25470 Expand queue-directory.
25471 (feedmail-dump-message-to-queue): Change message slightly.
25472 Use feedmail-say-chatter.
25473 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25474 (feedmail-send-it-immediately-wrapper): New function.
25475 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25476 Insert empty string rather than newline. Handle full-frame case.
25477 Use catch/throw. Use feedmail-say-chatter.
25478 (feedmail-fiddle-from): Try mail-host-address.
25479 (feedmail-default-message-id-generator): Doc fix.
25480 Bind system-time-locale. Handle missing end.
25481 (feedmail-fiddle-x-mailer): Add debug call.
25482 Handle feedmail-x-mailer-line being nil.
25483 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25484 Add debug call. Use buffer-substring-no-properties.
25485 (feedmail-say-debug, feedmail-say-chatter): New functions.
25486 (feedmail-find-eoh): Give an explicit error.
25487
25488 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25489
25490 * net/newst-treeview.el (newsticker-treeview-face): Change default
25491 family from helvetica to sans.
25492 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25493 etc/images/newsticker.
25494
25495 * net/newst-reader.el (newsticker-feed-face): Change default
25496 family from helvetica to sans.
25497
25498 * net/newst-plainview.el (newsticker-new-item-face)
25499 (newsticker-old-item-face, newsticker-immortal-item-face)
25500 (newsticker-obsolete-item-face, newsticker-date-face)
25501 (newsticker-statistics-face): Change default family from
25502 helvetica to sans.
25503 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25504 etc/images/newsticker.
25505
25506 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25507 (newsticker--process-auto-mark-filter-match): Tell user about
25508 auto-marking.
25509
25510 2011-05-13 Didier Verna <didier@xemacs.org>
25511
25512 Common Lisp indentation improvements on defmethod and lambda-lists.
25513 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25514 TODO entries.
25515 (lisp-lambda-list-keyword-parameter-indentation)
25516 (lisp-lambda-list-keyword-parameter-alignment)
25517 (lisp-lambda-list-keyword-alignment): New customizable user options.
25518 (lisp-indent-defun-method): Improve docstring.
25519 (extended-loop-p): Fix comment.
25520 (lisp-indent-lambda-list-keywords-regexp): New variable.
25521 (lisp-indent-lambda-list): New function.
25522 (lisp-indent-259): Use it.
25523 (lisp-indent-defmethod): Support for more than one
25524 method qualifier and properly indent methods lambda-lists.
25525 (defgeneric): Provide a missing common-lisp-indent-function property.
25526
25527 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25528
25529 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25530 bounds for the empty string (bug#8667).
25531
25532 2011-05-13 Glenn Morris <rgm@gnu.org>
25533
25534 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25535
25536 * mail/sendmail.el (sendmail-program): Try executable-find first.
25537 (sendmail-send-it): `sendmail-program' cannot be unbound.
25538
25539 * calendar/appt.el (appt-make-list): Simplify.
25540 (appt-time-msg-list): Doc fix.
25541 (appt-check): Change mode-line message at the time of the appointment.
25542
25543 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25544
25545 * progmodes/ld-script.el (ld-script-keywords)
25546 (ld-script-builtins): Update keywords list.
25547
25548 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25549
25550 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25551
25552 * shell.el (shell-completion-vars): New function.
25553 (shell-mode):
25554 * simple.el (read-shell-command): Use it.
25555 (blink-matching-open): No need for " [...]" in minibuffer-message.
25556
25557 2011-05-12 Glenn Morris <rgm@gnu.org>
25558
25559 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25560 (appt-check): Simplify.
25561
25562 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25563
25564 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25565 literal "/dev/null".
25566
25567 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25568
25569 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25570 Fix typo.
25571
25572 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25573
25574 * progmodes/which-func.el (which-function):
25575 Use add-log-current-defun instead of add-log-current-defun-function,
25576 which might not be defined (Bug#8260).
25577
25578 2011-05-12 Glenn Morris <rgm@gnu.org>
25579
25580 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25581 Let byte-compile-initial-macro-environment always take precedence.
25582
25583 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25584
25585 * net/rcirc.el: Add support for SSL/TLS connections.
25586 (rcirc-server-alist): New field `encryption'.
25587 (rcirc): Check `encryption' settings.
25588 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25589 Merge make-local-variable into `set'.
25590 (rcirc--connection-open-p): New function.
25591 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25592 the process is not a network process (e.g. running gnutls-cli).
25593 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25594 Make rcirc-(en|de)code-coding-system local here.
25595 (rcirc-mode): Merge make-local-variable into `set'.
25596 (rcirc-parent-buffer): Make permanent buffer-local.
25597 (rcirc-multiline-minor-mode): Don't do it here.
25598 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25599 there's no server buffer.
25600
25601 2011-05-11 Glenn Morris <rgm@gnu.org>
25602
25603 * newcomment.el (comment-kill): Prefix "unused" local.
25604
25605 * term/w32console.el (get-screen-color): Declare.
25606
25607 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25608 Handle symbol elements of byte-compile-initial-macro-environment.
25609
25610 2011-05-10 Leo Liu <sdl.web@gmail.com>
25611
25612 * bookmark.el (bookmark-bmenu-mode-map):
25613 Bind bookmark-bmenu-search to `/'.
25614
25615 * mail/footnote.el: Convert to utf-8 encoding.
25616 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25617 (Footnote-unicode): New function.
25618 (footnote-style-alist): Add unicode style to the list.
25619 (footnote-style): Doc fix.
25620
25621 2011-05-10 Jim Meyering <meyering@redhat.com>
25622
25623 Fix doubled-word typos.
25624 * international/quail.el (quail-insert-kbd-layout): and and -> and
25625 * kermit.el: and and -> and
25626 * net/ldap.el (ldap-search-internal): to to -> to
25627 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25628 * progmodes/js.el (js-mode): and and -> and
25629 * textmodes/artist.el (artist-move-to-xy): at at -> at
25630 (artist-draw-region-trim-line-endings): if if -> if
25631 And Safetyc -> Safety.
25632 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25633
25634 2011-05-10 Glenn Morris <rgm@gnu.org>
25635 Stefan Monnier <monnier@iro.umontreal.ca>
25636
25637 * files.el (hack-one-local-variable-eval-safep):
25638 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25639
25640 2011-05-10 Glenn Morris <rgm@gnu.org>
25641
25642 * calendar/diary-lib.el (diary-list-entries-hook)
25643 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25644 (diary-nongregorian-marking-hook, diary-list-entries)
25645 (diary-include-other-diary-files, diary-mark-entries)
25646 (diary-mark-included-diary-files): Doc fixes.
25647
25648 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25649
25650 * misc.el: Require tabulated-list.el during compilation.
25651
25652 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25653
25654 * progmodes/compile.el (compilation-start):
25655 Run compilation-filter-hook for the async case too.
25656 (compilation-filter-hook): Doc fix.
25657
25658 2011-05-09 Deniz Dogan <deniz@dogan.se>
25659
25660 * wdired.el: Remove outdated installation comment. Fix usage
25661 comment.
25662
25663 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25664
25665 * misc.el: Implement new command `list-dynamic-libraries'.
25666 (list-dynamic-libraries--loaded-only-p): New variable.
25667 (list-dynamic-libraries--refresh): New function.
25668 (list-dynamic-libraries): New command.
25669
25670 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25671
25672 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25673 Fix the ant regexp to handle end-line and end-column info from jikes.
25674 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25675 higher priority to avoid clobbering by gnu.
25676
25677 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25678
25679 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25680 if the face has existing theme settings (Bug#8454).
25681
25682 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25683
25684 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25685 Only match variables declared via `my' or `our' (Bug#8261).
25686
25687 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25688 special file names `.' and `..' (Bug#8259).
25689
25690 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25691
25692 * progmodes/grep.el (grep-mode-font-lock-keywords):
25693 Remove buffer-changing entries.
25694 (grep-filter): New function.
25695 (grep-mode): Add it to compilation-filter-hook.
25696
25697 * progmodes/compile.el (compilation-filter-hook)
25698 (compilation-filter-start): New defvars.
25699 (compilation-filter): Call compilation-filter-hook prior to
25700 updating the process mark.
25701
25702 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25703
25704 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25705
25706 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25707
25708 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25709 mailclient-send-it even if window-system is nil. (Bug#8595)
25710
25711 * term/w32console.el (terminal-init-w32console):
25712 Call get-screen-color and use its output to set the frame
25713 background-mode. (Bug#8597)
25714
25715 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25716
25717 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25718 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25719 New functions.
25720 (defgeneric, eieio--defmethod): Use them.
25721 (eieio-defgeneric): Remove.
25722 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25723
25724 2011-05-07 Glenn Morris <rgm@gnu.org>
25725
25726 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25727 Use let rather than let*.
25728 (timeclock-find-discrep): Remove unused local.
25729
25730 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25731
25732 * calendar/appt.el (appt-time-msg-list): Doc fix.
25733
25734 2011-05-06 Noah Friedman <friedman@splode.com>
25735
25736 * apropos.el (apropos-print-doc): Only use
25737 emacs-lisp-docstring-fill-column when it is bound to an integer,
25738 per that variable's documentation.
25739
25740 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25741
25742 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25743 and warnings are not silently discarded (e.g. use -d instead of -P).
25744
25745 2011-05-06 Glenn Morris <rgm@gnu.org>
25746
25747 * calendar/appt.el (appt-message-warning-time): Doc fix.
25748 (appt-warning-time-regexp): New option.
25749 (appt-make-list): Respect appt-message-warning-time.
25750
25751 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25752 New options.
25753 (diary-add-to-list): Strip comments from the displayed string.
25754 (diary-mode): Set comment-start and comment-end.
25755
25756 * vc/diff-mode.el (smerge-refine-subst): Declare.
25757 (diff-refine-hunk): Don't require smerge-mode when compiling.
25758
25759 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25760
25761 * simple.el (list-processes): Return nil as the docstring says.
25762
25763 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25764
25765 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25766 to "".
25767 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25768 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25769 determining of binary transfer. (Bug#7383)
25770
25771 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25772
25773 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25774 Fix port computation bug. (Bug#8618)
25775
25776 2011-05-05 Glenn Morris <rgm@gnu.org>
25777
25778 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25779
25780 * simple.el (shell-dynamic-complete-functions)
25781 (comint-dynamic-complete-functions): Declare.
25782
25783 * net/network-stream.el (gnutls-negotiate):
25784 * simple.el (tabulated-list-print): Fix declarations.
25785
25786 * progmodes/gud.el (syntax-symbol, syntax-point):
25787 Remove unnecessary and incorrect declarations.
25788
25789 * emacs-lisp/check-declare.el (check-declare-scan):
25790 Handle byte-compile-initial-macro-environment in bytecomp.el.
25791
25792 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25793
25794 Fix earlier half-done eieio-defmethod change (bug#8338).
25795 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25796 Streamline and change calling convention.
25797 (defmethod): Adjust accordingly and simplify.
25798 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25799 new eieio--defmethod.
25800 (slot-boundp): Minor CSE simplification.
25801
25802 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25803
25804 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25805 (glasses-make-readable): Use glasses-separate-capital-groups.
25806
25807 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25808
25809 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25810 (warning-series): Doc fix.
25811 (display-warning): Don't try to create the buffer if we just found it.
25812
25813 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25814
25815 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25816 (autoload-find-generated-file): New function.
25817 (generate-file-autoloads): Bind generated-autoload-file to
25818 buffer-file-name.
25819 (update-file-autoloads, update-directory-autoloads):
25820 Use autoload-find-generated-file. If called interactively, prompt for
25821 output file (Bug#7989).
25822 (batch-update-autoloads): Doc fix.
25823
25824 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25825
25826 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25827
25828 2011-05-04 Glenn Morris <rgm@gnu.org>
25829
25830 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25831 function, so it follows changes in calendar-date-style.
25832 (diary-fancy-date-matcher): New function.
25833 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25834 (diary-fancy-font-lock-fontify-region-function):
25835 Use diary-fancy-date-pattern as a function.
25836
25837 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25838 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25839
25840 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25841
25842 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25843 instead of positional arguments. Allow :keylist and :crlfiles
25844 arguments.
25845 (open-gnutls-stream): Call it.
25846
25847 * net/network-stream.el (network-stream-open-starttls): Adjust to
25848 call `gnutls-negotiate' with :process and :hostname arguments.
25849
25850 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25851
25852 * minibuffer.el (completion--message): New function.
25853 (completion--do-completion, minibuffer-complete)
25854 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25855 (completion--do-completion): Don't ignore completion-auto-help when in
25856 icomplete-mode.
25857
25858 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25859 internal encoding (e.g. tibetan zero is not whitespace).
25860 (global-whitespace-mode): Prefer save-current-buffer.
25861 (whitespace-trailing-regexp): Remove useless save-match-data.
25862 (whitespace-empty-at-bob-regexp): Minor simplification.
25863
25864 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25865
25866 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25867
25868 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25869
25870 * textmodes/ispell.el (ispell-add-per-file-word-list):
25871 Use `concat' to create string for insertion.
25872
25873 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25874
25875 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25876 Avoid open-line which runs post-self-insert-hook.
25877 (bibtex-fill-entry): Remove unused `end' var.
25878
25879 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25880
25881 * textmodes/ispell.el (ispell-add-per-file-word-list):
25882 Protect against `nil' value of `comment-start' (Bug#8579).
25883
25884 2011-05-03 Leo Liu <sdl.web@gmail.com>
25885
25886 * isearch.el (isearch-yank-pop): New command.
25887 (isearch-mode-map): Bind it to `M-y'.
25888 (isearch-forward): Mention it.
25889
25890 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25891
25892 * simple.el (minibuffer-complete-shell-command): Remove.
25893 (minibuffer-local-shell-command-map): Use completion-at-point.
25894 (read-shell-command): Setup completion vars here instead.
25895 (read-expression-map): Bind TAB to symbol completion.
25896
25897 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25898 error directly rather via storing it into `results'.
25899
25900 2011-05-02 Leo Liu <sdl.web@gmail.com>
25901
25902 * vc/diff.el: Fix description.
25903
25904 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25905
25906 * server.el (server-eval-at): New function.
25907
25908 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25909
25910 * net/network-stream.el (open-network-stream): Take a :nowait
25911 parameter and pass it on to `make-network-process'.
25912 (network-stream-open-plain): Ditto.
25913
25914 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25915
25916 * faces.el (face-spec-set-match-display): Don't match toolkit
25917 options on terminal frames.
25918
25919 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25920
25921 * progmodes/pascal.el: Use lexical binding.
25922 (pascal-mode-map): Remove author preferences.
25923
25924 * pcomplete.el (pcomplete-std-complete): Don't abuse
25925 completion-at-point.
25926
25927 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25928
25929 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25930 removing code that has been dead since 1991 or so.
25931
25932 * startup.el (command-line): When warning about "_emacs", use a
25933 delayed warning to allow the user to filter it out.
25934
25935 2011-04-28 Deniz Dogan <deniz@dogan.se>
25936
25937 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25938 user has not joined.
25939
25940 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25941
25942 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25943 aren't any completions at point.
25944
25945 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25946
25947 * subr.el (display-delayed-warnings): New function.
25948 (delayed-warnings-hook): New variable.
25949
25950 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25951
25952 * minibuffer.el (completion-at-point, completion-help-at-point):
25953 Don't presume that a given completion-at-point-function will always
25954 use the same calling convention.
25955
25956 * pcomplete.el (pcomplete-completions-at-point):
25957 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25958 pcomplete-seen is non-nil.
25959 (pcomplete-comint-setup): Also recognize the new comint/shell
25960 completion functions.
25961 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25962 pcomplete-seen is non-nil.
25963
25964 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25965
25966 * calendar/icalendar.el (diary-lib): Add require statement.
25967 (icalendar--create-uid): Read out a uid from a text-property on
25968 the first character in the entry. This allows for code to add its
25969 own uid to the entry.
25970 (icalendar--convert-float-to-ical): Add export of
25971 `diary-float'-entries save for those with the optional DAY
25972 argument.
25973
25974 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25975
25976 * subr.el (shell-quote-argument): Use alternate escaping strategy
25977 when we spot a variable reference in a string.
25978
25979 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25980
25981 * cus-start.el (all): Define customization for debug-on-event.
25982
25983 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25984
25985 * subr.el (shell-quote-argument): Escape correctly under Windows.
25986
25987 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25988
25989 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25990
25991 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25992
25993 * net/tramp.el (tramp-process-actions): Add POS argument.
25994 Delete region between POS and (pos).
25995
25996 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25997 Use `nil' position in `tramp-process-actions' call.
25998 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25999
26000 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26001 position in `tramp-process-actions' call.
26002
26003 * net/trampver.el: Update release number.
26004
26005 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26006
26007 * custom.el (defcustom): Obey lexical-binding.
26008
26009 Fix octave-inf completion problems reported by Alexander Klimov.
26010 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26011 Inherit from octave-mode-syntax-table.
26012 (inferior-octave-mode): Set info-lookup-mode.
26013 (inferior-octave-completion-at-point): New function.
26014 (inferior-octave-complete): Use it and completion-in-region.
26015 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26016 comint-filename-completion.
26017 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26018 symbol elements which shouldn't be word elements.
26019 (octave-font-lock-keywords, octave-beginning-of-defun)
26020 (octave-function-header-regexp): Adjust regexps accordingly.
26021 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26022
26023 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26024
26025 * net/gnutls.el (gnutls-errorp): Declare before first use.
26026
26027 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26028
26029 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26030 verify-error, and verify-hostname-error parameters. Check whether
26031 default trustfile exists before going to use it. Add missing
26032 argument to gnutls-message-maybe call. Return value.
26033 Reported by Claudio Bley <claudio.bley@gmail.com>.
26034 (open-gnutls-stream): Add usage example.
26035
26036 * net/network-stream.el (network-stream-open-starttls): Give host
26037 parameter to `gnutls-negotiate'.
26038 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26039 * subr.el (shell-quote-argument): Escape correctly under Windows.
26040
26041 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26042
26043 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26044 Use correct match group (bug#8438).
26045
26046 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26047
26048 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26049 (package-menu--generate): New arg specifying packages to show.
26050 (package-menu-refresh, package-menu-execute, list-packages):
26051 Callers changed.
26052 (package-show-package-list): New function, replacing deleted
26053 package--list-packages (renamed because it is non-internal).
26054
26055 * finder.el (finder-list-matches): Use package-show-package-list
26056 instead of deleted package--list-packages.
26057
26058 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26059 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26060 (vc-annotate-mode-map): Bind it to RET.
26061
26062 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26063
26064 * progmodes/etags.el (next-file): Don't use set-buffer to change
26065 buffers (Bug#8478).
26066
26067 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26068
26069 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26070
26071 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26072 (apropos-accumulator): Doc fix.
26073 (apropos-function, apropos-macro, apropos-command)
26074 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26075 (apropos-plist): Add face property.
26076 (apropos-symbols-internal): Fix indentation.
26077 (apropos-print): Simplify help, and recognize apropos-multi-type.
26078 (apropos-print-doc): Use button-type-get to extract the button's
26079 face property. Fill docstring (Bug#8352).
26080
26081 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26082
26083 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26084
26085 * play/mpuz.el (mpuz-silent): Doc fix.
26086 (mpuz-mode-map): Use mapc.
26087 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26088 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26089 Fix typos in docstrings.
26090
26091 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26092 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26093
26094 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26095
26096 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26097
26098 * minibuffer.el (completion--do-completion): Avoid the "Next char
26099 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26100
26101 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26102 mouse-2 into unread-command-events, it is interpreted correctly.
26103
26104 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26105 (image-toggle-display): Doc fix.
26106
26107 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26108
26109 * textmodes/page.el (what-page): Use line-number-at-pos to
26110 calculate line number (Bug#6825).
26111
26112 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26113
26114 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26115 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26116 Pass argument NO-DEFAULT to `find-tag-interactive'.
26117
26118 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26119
26120 Lexical-binding cleanup.
26121
26122 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26123 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26124 * progmodes/ada-prj.el (ada-prj-initialize-values)
26125 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26126 (ada-prj-show-value):
26127 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26128 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26129 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26130 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26131 * progmodes/bug-reference.el (bug-reference-push-button):
26132 * progmodes/fortran.el (fortran-line-length):
26133 * progmodes/glasses.el (glasses-change):
26134 * progmodes/octave-mod.el (octave-fill-paragraph):
26135 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26136 (python-pdbtrack-grub-for-buffer, python-sentinel):
26137 * progmodes/sql.el (sql-save-connection):
26138 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26139 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26140 Mark unused parameters.
26141
26142 * progmodes/compile.el (compilation--flush-directory-cache)
26143 (compilation--flush-parse, compile-internal): Mark unused parameters.
26144 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26145 (compilation-next-error-function): Remove unused variable `timestamp'.
26146
26147 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26148 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26149
26150 * progmodes/dcl-mode.el (dcl-end-of-command):
26151 Remove unused variable `start'.
26152 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26153 (dcl-option-value-basic, dcl-option-value-offset)
26154 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26155 Mark unused parameters.
26156 (dcl-save-local-variable): Remove unused variable `val'.
26157 (mode): Declare.
26158
26159 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26160 Mark unused parameters.
26161 (delphi-ignore-changes): Move before first use.
26162 (delphi-charset-token-at): Remove unused variable `start'.
26163 (delphi-else-start): Remove unused variable `if-count'.
26164 (delphi-comment-block-start, delphi-comment-block-end):
26165 Remove unused variable `kind'.
26166 (delphi-indent-line): Remove unused variable `new-point'.
26167
26168 * progmodes/ebrowse.el (ebrowse-files-list)
26169 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26170 Mark unused parameters. Don't quote `lambda'.
26171 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26172 Don't quote `lambda'.
26173 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26174 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26175 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26176 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26177 Use `ignore-errors'.
26178 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26179 (ebrowse-view/find-file-and-search-pattern)
26180 (ebrowse-view/find-member-declaration/definition):
26181 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26182 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26183 Rename parameter PREFIX-ARG to PREFIX.
26184 (ebrowse-tags-read-name): Remove unused variables `start' and
26185 `member-info'.
26186 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26187 to `tags-file'.
26188
26189 * progmodes/etags.el (local-find-tag-hook): Declare.
26190 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26191 Mark unused parameters.
26192
26193 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26194 (executable-interpret): Mark unused parameter.
26195
26196 * progmodes/flymake.el (flymake-process-sentinel)
26197 (flymake-after-change-function)
26198 (flymake-create-temp-with-folder-structure)
26199 (flymake-get-include-dirs-dot): Mark unused parameters.
26200 (flymake-safe-delete-directory): Remove unused variable `err'.
26201
26202 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26203 (speedbar-timer-fn, speedbar-line-text)
26204 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26205 (speedbar-center-buffer-smartly): Declare functions.
26206 (gdb-find-watch-expression): Remove unused variable `array'.
26207 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26208 (gdb-starting): Mark unused parameters.
26209 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26210 (gdb-table-string): Remove unused variable `res'.
26211 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26212 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26213 (gdb-display-buffer): Remove unused variable `cur-size'.
26214
26215 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26216 allow lexical-binding compilation.
26217 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26218 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26219 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26220 Mark unused parameters.
26221 (gud-gdb-marker-filter): Remove unused variable `match'.
26222 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26223 lambda expressions and funcall them, instead of using `fset'.
26224
26225 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26226 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26227
26228 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26229 variable `header-beg'; use `let'.
26230
26231 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26232 `restart', `last-sexp' and `at-do'.
26233
26234 * progmodes/js.el (js--debug): Mark unused parameter.
26235 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26236 (js--splice-into-items): Remove unused variable `item'.
26237 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26238
26239 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26240 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26241 (makefile-complete): Remove unused variable `try'.
26242 (makefile-fill-paragraph, makefile-match-function-end):
26243 Mark unused parameters.
26244
26245 * progmodes/octave-inf.el (inferior-octave-complete):
26246 Remove unused variable `proc'.
26247 (inferior-octave-output-digest): Mark unused parameter.
26248
26249 * progmodes/perl-mode.el (perl-calculate-indent):
26250 Remove unused variable `err'.
26251
26252 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26253 (prolog-indent-line): Mark unused parameters.
26254 (prolog-indent-line): Remove unused variable `beg'.
26255
26256 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26257 (reporter-dont-compact-list): Declare.
26258
26259 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26260 Remove unused variable `char'.
26261 (sh-debug): Mark unused parameter.
26262 (sh-get-indent-info): Remove unused variable `start'.
26263 (sh-calculate-indent): Remove unused variable `var'.
26264
26265 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26266 (simula-electric-keyword): Remove unused variable `null'.
26267 (simula-search-backward, simula-search-forward): Remove unused
26268 variables `begin' and `end'.
26269
26270 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26271 Remove unused variable `pos'.
26272 (vera-electric-tab, vera-comment-uncomment-region):
26273 Mark unused parameters.
26274 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26275
26276 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26277
26278 * emacs-lisp/package.el (package--builtins, package-alist)
26279 (package-load-descriptor, package-built-in-p, package-activate)
26280 (define-package, package-installed-p)
26281 (package-compute-transaction, package-buffer-info)
26282 (package--push): Doc fix. Distinguish more clearly between
26283 version strings and version lists.
26284
26285 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26286
26287 Lexical-binding cleanup.
26288
26289 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26290 (5x5-make-mutate-best):
26291 * play/fortune.el (fortune-in-buffer):
26292 * play/gomoku.el (gomoku-init-display):
26293 * play/solitaire.el (solitaire, solitaire-do-check):
26294 * play/tetris.el (tetris-default-update-speed-function):
26295 Mark unused parameters.
26296
26297 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26298 (bubbles--shift): Remove unused variable `char-org'.
26299 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26300 (bubbles--show-images): Remove unused variable `char'.
26301
26302 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26303 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26304 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26305 (decipher-analyze-buffer): Use ?\s.
26306 (decipher-make-checkpoint): Remove unused variable `mapping'.
26307
26308 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26309
26310 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26311 Remove unused variable `result'; use `let'.
26312
26313 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26314 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26315 (gametree-children-shown-p, gametree-compute-reduced-score):
26316 Use `ignore-errors'.
26317
26318 * play/handwrite.el (ps-lpr-switches): Declare.
26319 (handwrite): Remove unused variables `pmin' and `lastp'.
26320
26321 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26322
26323 * play/landmark.el (landmark-init-display)
26324 (landmark-update-naught-weights): Mark unused parameters.
26325 (landmark-y): Remove unused variable `noise'. Simplify.
26326 (landmark-human-plays): Remove unused variable `score'.
26327
26328 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26329 (mpuz-try-proposal): Remove unused variable `game'.
26330
26331 * play/zone.el (life-patterns): Declare.
26332
26333 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26334
26335 * vc/vc.el (ediff-vc-internal): Declare function.
26336
26337 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26338
26339 * shell.el: Use lexical-binding and std completion UI.
26340 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26341 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26342 comint-preoutput-filter-functions rather than on
26343 comint-output-filter-functions.
26344 (shell-command-completion, shell--command-completion-data)
26345 (shell-filename-completion, shell-environment-variable-completion)
26346 (shell-c-a-p-replace-by-expanded-directory): New functions.
26347 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26348 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26349 (shell-dynamic-complete-environment-variable): Use them.
26350 (shell-dynamic-complete-as-environment-variable)
26351 (shell-dynamic-complete-as-command): Remove.
26352 (shell-match-partial-variable): Match past point.
26353 * comint.el: Clean up use of completion-at-point-functions.
26354 (comint-completion-at-point): New function.
26355 (comint-mode): Use it completion-at-point-functions.
26356 (comint-dynamic-complete): Make it obsolete.
26357 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26358 (comint-c-a-p-replace-by-expanded-history): New function.
26359 (comint-dynamic-complete-functions)
26360 (comint-replace-by-expanded-history): Use it.
26361 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26362 termination strings. Try harder to avoid second try-completion.
26363 (completion-in-region-mode-map): Disable bindings that don't work yet.
26364
26365 * comint.el: Use lexical-binding. Require CL.
26366 (comint-dynamic-complete-functions): Use comint-filename-completion.
26367 (comint-completion-addsuffix): Tweak custom type.
26368 (comint-filename-completion, comint--common-suffix)
26369 (comint--common-quoted-suffix, comint--table-subvert)
26370 (comint--complete-file-name-data): New functions.
26371 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26372 (comint-dynamic-list-filename-completions): Use them.
26373 (comint-dynamic-simple-complete): Make obsolete.
26374
26375 * minibuffer.el (completion-in-region-mode):
26376 Keep completion-in-region-mode--predicate global.
26377 (completion-in-region--postch):
26378 Assume completion-in-region-mode--predicate is not null.
26379
26380 * progmodes/flymake.el (flymake-start-syntax-check-process):
26381 Obey `dir'. Simplify.
26382
26383 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26384 we're in VC after all.
26385
26386 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26387
26388 * vc/vc.el (vc-diff-build-argument-list-internal)
26389 (vc-version-ediff, vc-ediff): New commands.
26390 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26391
26392 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26393
26394 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26395 add sanity check.
26396
26397 * obsolete/erc-hecomplete.el: Make obsolete.
26398 * obsolete/: Standardize obsolescence info in the header.
26399
26400 2011-04-20 Glenn Morris <rgm@gnu.org>
26401
26402 * calendar/solar.el (solar-horizontal-coordinates):
26403 Use the longitude argument rather than `calendar-longitude'.
26404 (solar-date-next-longitude): Remove unused locals.
26405
26406 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26407
26408 * whitespace.el: New version 13.2.1.
26409
26410 2011-04-20 felix <EmacsWiki> (tiny change)
26411
26412 * whitespace.el (global-whitespace-mode): Keep highlight when
26413 switching between major modes on a file.
26414
26415 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26416
26417 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26418 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26419 multi-line comments as well.
26420
26421 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26422
26423 Lexical-binding cleanup.
26424
26425 * arc-mode.el (archive-mode-revert):
26426 * cmuscheme.el (scheme-interactively-start-process):
26427 * custom.el (custom-initialize-delay):
26428 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26429 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26430 * emacs-lock.el (emacs-lock-clear-sentinel):
26431 * ezimage.el (defezimage):
26432 * follow.el (follow-avoid-tail-recenter):
26433 * fringe.el (set-fringe-mode-1):
26434 * generic-x.el (bat-generic-mode-compile):
26435 * help-mode.el (help-info-variable, help-do-xref)
26436 (help-mode-revert-buffer):
26437 * help.el (view-emacs-todo):
26438 * iswitchb.el (iswitchb-completion-help):
26439 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26440 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26441 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26442 * locate.el (locate-update):
26443 * longlines.el (longlines-encode-region)
26444 (longlines-after-change-function):
26445 * outline.el (outline-isearch-open-invisible):
26446 * ps-def.el (declare-function, charset-dimension, char-width)
26447 (encode-char):
26448 * ps-mule.el (ps-mule-plot-string):
26449 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26450 (recentf-edit-list-select, recentf-edit-list-validate)
26451 (recentf-open-files-action):
26452 * rect.el (delete-whitespace-rectangle-line)
26453 (rectangle-number-line-callback):
26454 * register.el (window-configuration-to-register)
26455 (frame-configuration-to-register):
26456 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26457 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26458 (xselect-convert-to-targets, xselect-convert-to-delete)
26459 (xselect-convert-to-filename, xselect-convert-to-charpos)
26460 (xselect-convert-to-lineno, xselect-convert-to-colno)
26461 (xselect-convert-to-os, xselect-convert-to-host)
26462 (xselect-convert-to-user, xselect-convert-to-class)
26463 (xselect-convert-to-name, xselect-convert-to-integer)
26464 (xselect-convert-to-atom, xselect-convert-to-identity):
26465 * subr.el (declare, ignore, process-kill-without-query)
26466 (text-clone-maintain):
26467 * terminal.el (te-get-char, te-tic-sentinel):
26468 * tool-bar.el (tool-bar-make-keymap):
26469 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26470 * type-break.el (type-break-mode, type-break-noninteractive-query):
26471 * view.el (View-back-to-mark):
26472 * wid-browse.el (widget-browse-action, widget-browse-widget)
26473 (widget-browse-widgets, widget-browse-sexp):
26474 * widget.el (define-widget-keywords):
26475 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26476 Mark unused parameters.
26477
26478 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26479 (align-areas): Remove unused variable `look'.
26480 (align-region): Remove unused variables `real-end' and `pos-list'.
26481
26482 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26483
26484 * bindings.el (mode-line-modified, mode-line-remote):
26485 Mark unused parameters.
26486 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26487
26488 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26489 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26490
26491 * comint.el (comint-history-isearch-pop-state)
26492 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26493 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26494 (comint-substitute-in-file-name): Doc fix.
26495
26496 * completion.el (cmpl-statistics-block): Mark unused parameter.
26497 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26498 (save-completions-to-file, load-completions-from-file):
26499 Remove unused local variable `e'.
26500
26501 * composite.el (compose-chars): Remove unused variable `len'.
26502 (lgstring-insert-glyph): Remove unused variable `g'.
26503 (compose-glyph-string): Remove unused variables `ascent',
26504 `descent', `lbearing' and `rbearing'.
26505 (compose-glyph-string-relative): Remove unused variables
26506 `lbearing', `rbearing' and `wadjust'.
26507 (compose-gstring-for-graphic): Remove unused variables `header',
26508 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26509 (compose-gstring-for-terminal): Remove unused variables `header'
26510 and `nchars'. Use `let', not `let*'.
26511
26512 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26513 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26514 (Custom-buffer-done, custom-buffer-create-internal)
26515 (custom-browse-visibility-action, custom-browse-group-tag-action)
26516 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26517 (widget-magic-mouse-down-action, custom-toggle-parent)
26518 (custom-add-parent-links, custom-toggle-hide-variable)
26519 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26520 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26521 (custom-face-menu-create, custom-variable-menu-create, get)
26522 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26523 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26524 (customize-apropos): Remove unused variable `tests'.
26525 (custom-group-value-create): Remove unused variable `hidden-p'.
26526 (sort-fold-case): Declare.
26527
26528 * cus-theme.el (custom-reset-standard-faces-list)
26529 (custom-reset-standard-variables-list): Declare.
26530 (customize-create-theme, custom-theme-revert, custom-theme-write)
26531 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26532 Mark unused parameters.
26533
26534 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26535
26536 * delim-col.el (delimit-columns-max): Move defvar before first use.
26537
26538 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26539 (describe-char): Don't quote `lambda'. Mark unused parameter.
26540
26541 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26542 (auto-insert): Declare.
26543 (desktop-restore-file-buffer): Rename desktop-* parameters;
26544 mark unused ones.
26545 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26546 (desktop-buffer): Rename desktop-* parameters.
26547
26548 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26549 (dframe-reposition-frame-xemacs, dframe-help-echo)
26550 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26551 Mark unused parameters.
26552
26553 * dired-aux.el (backup-extract-version-start, overwrite-query)
26554 (overwrite-backup-query, rename-regexp-query)
26555 (rename-non-directory-query): Declare.
26556 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26557 (dired-add-entry): Remove unused variable `orig-file-name'.
26558 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26559 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26560 `dired-copy-preserve-time' directly.
26561 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26562 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26563
26564 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26565 (dired-virtual-revert, dired-make-relative-symlink):
26566 Mark unused parameters.
26567 (manual-program): Declare.
26568 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26569 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26570 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26571
26572 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26573
26574 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26575
26576 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26577 Declare.
26578
26579 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26580
26581 * electric.el (Electric-command-loop): Rename parameter
26582 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26583
26584 * expand.el (expand-in-literal): Remove unused variable `here'.
26585
26586 * facemenu.el (facemenu-add-new-color):
26587 Remove unused variable `docstring'.
26588
26589 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26590 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26591 (face-attr-construct): Mark unused parameter. Doc fix.
26592 (read-color): Remove unused variable `hex-string'.
26593
26594 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26595 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26596 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26597 (display-buffer-other-frame): Remove unused variable `old-window'.
26598 (kill-buffer-hook): Declare.
26599 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26600 Mark unused parameters.
26601 (after-find-file): Pass 1 to `auto-save-mode', not t.
26602
26603 * files-x.el (auto-insert): Declare.
26604 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26605
26606 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26607 variable `buf'. Mark unused parameter.
26608 (find-lisp-insert-directory): Mark unused parameter.
26609
26610 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26611 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26612 (format-common-tail): Remove, unused.
26613 (format-deannotate-region): Remove unused variable `loc'.
26614 (format-annotate-region): Remove unused variable `p'.
26615 (format-annotate-single-property-change): Remove unused variables
26616 `default' and `tail'.
26617
26618 * forms.el (read-file-filter): Declare.
26619 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26620
26621 * frame.el (frame-creation-function-alist): Mark unused parameter.
26622 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26623
26624 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26625 Remove unused parameters.
26626 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26627 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26628
26629 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26630 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26631 (hfy-prepare-tag-map): Mark unused parameters.
26632 (htmlfontify-buffer): Use `called-interactively-p'.
26633
26634 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26635 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26636 (ibuffer-do-occur): Mark unused parameters.
26637 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26638 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26639
26640 * ibuffer.el: Don't quote `lambda'.
26641 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26642 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26643 Mark unused parameters.
26644
26645 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26646 (ido-completing-read): Mark unused parameters.
26647 (ido-copy-current-word): Mark unused parameters;
26648 remove unused variable `name'.
26649 (ido-sort-merged-list): Remove unused parameter `dirs'.
26650
26651 * ielm.el (ielm-input-sender): Mark unused parameter.
26652 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26653 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26654 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26655 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26656 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26657
26658 * image-dired.el (image-dired-display-thumbs): Remove unused
26659 variables `curr-file' and `count'.
26660 (image-dired-remove-tag): Remove unused variable `start'.
26661 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26662 variable `curr-file'
26663 (image-dired-rotate-original): Remove unused variable `temp-file'.
26664 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26665 Remove unused variable `file'.
26666 (image-dired-gallery-generate): Remove unused variable `curr'.
26667 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26668
26669 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26670
26671 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26672
26673 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26674
26675 * isearch.el (minibuffer-history-symbol): Declare.
26676 (isearch-edit-string): Remove unused variable `err'.
26677 (isearch-message-prefix, isearch-message-suffix):
26678 Mark unused parameters.
26679
26680 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26681
26682 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26683
26684 * makesum.el (double-column): Remove unused variable `cnt'.
26685
26686 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26687 (ido-ignore-item-temp-list): Declare.
26688
26689 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26690 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26691 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26692 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26693 `mouse-col-delta'.
26694
26695 * mouse-sel.el (mouse-extend-internal):
26696 Remove unused variable `orig-window-frame'.
26697
26698 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26699 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26700 Move declarations before first use.
26701 (pcomplete-opt): Mark unused parameters; doc fix.
26702
26703 * proced.el (proced-revert): Mark unused parameter.
26704 (proced-send-signal): Remove unused variable `err'.
26705
26706 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26707 Rename parameter PREFIX-ARG to ARG.
26708 (ps-basic-plot-string, ps-basic-plot-whitespace):
26709 Mark unused parameters.
26710
26711 * replace.el (replace-count): Define.
26712 (occur-revert-function): Mark unused parameters.
26713 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26714 (isearch-case-fold-search, isearch-string): Declare.
26715 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26716 bind `case-fold-search'. Remove unused variables `beg' and `end',
26717 and simplify.
26718 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26719 COUNT and bind `replace-count'.
26720 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26721 to COUNT.
26722
26723 * savehist.el (print-readably, print-string-length): Declare.
26724
26725 * shadowfile.el (shadow-expand-cluster-in-file-name):
26726 Remove unused variable `cluster'.
26727 (shadow-copy-file): Remove unused variable `i'.
26728 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26729 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26730 (shadow-define-literal-group, shadow-define-regexp-group)
26731 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26732
26733 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26734 (shell): Use `called-interactively-p'.
26735 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26736
26737 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26738 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26739 (delete-backward-char): Remove unused variable `ocol'.
26740 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26741 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26742 (event-apply-hyper-modifier, event-apply-shift-modifier)
26743 (event-apply-control-modifier, event-apply-meta-modifier):
26744 Mark unused parameters.
26745 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26746 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26747
26748 * speedbar.el (speedbar-ignored-directory-expressions)
26749 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26750 (speedbar-find-file, speedbar-dir-follow)
26751 (speedbar-directory-buttons-follow, speedbar-tag-find)
26752 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26753 (speedbar-buffers-line-directory, speedbar-buffer-click):
26754 Mark unused parameters.
26755 (speedbar-tag-file): Remove unused variable `mode'.
26756 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26757
26758 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26759
26760 * talk.el (talk): Remove unused variable `display'.
26761
26762 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26763 (tar-write-region-annotate): Mark unused parameter.
26764
26765 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26766 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26767 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26768 warning by another.
26769
26770 * time-stamp.el (time-stamp-string-preprocess):
26771 Remove unused variable `require-padding'.
26772
26773 * tree-widget.el (widget-glyph-enable): Declare.
26774 (tree-widget-action): Mark unused parameter.
26775
26776 * w32-fns.el (x-get-selection): Mark unused parameter.
26777 (autoload-make-program, generated-autoload-file): Declare.
26778
26779 * wdired.el (wdired-revert): Mark unused parameters.
26780 (wdired-xcase-word): Remove unused variable `err'.
26781
26782 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26783 (whitespace-help-scroll): Remove unused variable `data-help'.
26784
26785 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26786 (widget-image-insert, widget-after-change, default)
26787 (widget-default-format-handler, widget-default-notify)
26788 (widget-default-prompt-value, widget-info-link-action)
26789 (widget-url-link-action, widget-function-link-action)
26790 (widget-variable-link-action, widget-file-link-action)
26791 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26792 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26793 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26794 (widget-insert-button-action, widget-delete-button-action, visibility)
26795 (widget-documentation-link-action, widget-documentation-string-action)
26796 (widget-const-prompt-value, widget-regexp-match, symbol)
26797 (widget-coding-system-prompt-value)
26798 (widget-key-sequence-value-to-external, sexp)
26799 (widget-sexp-value-to-internal, character, vector, cons)
26800 (widget-choice-prompt-value, widget-boolean-prompt-value)
26801 (widget-color--choose-action): Mark unused parameters.
26802 (widget-item-match-inline, widget-choice-match-inline)
26803 (widget-checklist-match, widget-checklist-match-inline)
26804 (widget-group-match): Rename parameter VALUES to VALS.
26805 (widget-field-value-set): Remove unused variable `size'.
26806 (widget-color-action): Remove unused variables `value' and `start'.
26807
26808 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26809 variable `dir'. Doc fix.
26810 (windmove-find-other-window): Don't pass it.
26811
26812 * window.el (count-windows): Mark unused parameter.
26813 (bw-adjust-window): Remove unused variable `err'.
26814
26815 * woman.el (woman-file-name): Remove unused variable `default'.
26816 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26817 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26818 (global-font-lock-mode): Declare.
26819 (woman-decode-region): Mark unused parameter.
26820 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26821
26822 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26823 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26824 (x-dnd-handle-moz-url): Remove unused variable `title'.
26825 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26826
26827 * xml.el (xml-parse-tag, xml-parse-attlist):
26828 Remove unused variable `pos'.
26829
26830 2011-04-19 Glenn Morris <rgm@gnu.org>
26831
26832 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26833 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26834 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26835 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26836 * calendar/cal-html.el (cal-html-insert-minical):
26837 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26838 (calendar-mark-date-pattern):
26839 Prefix "unused" locals.
26840
26841 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26842 optional argument `style'.
26843
26844 * calendar/appt.el (appt-make-list):
26845 * calendar/cal-china.el (calendar-chinese-date-string):
26846 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26847 (diary-hebrew-yahrzeit):
26848 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26849 * calendar/calendar.el (calendar-generate-window):
26850 * calendar/time-date.el (time-to-days):
26851 Remove unused local variables.
26852
26853 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26854
26855 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26856 glyphless-char-display table.
26857 (tabulated-list-glyphless-char-display): New var.
26858
26859 2011-04-18 Sam Steingold <sds@gnu.org>
26860
26861 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26862 to acknowledgments.
26863
26864 2011-04-17 Glenn Morris <rgm@gnu.org>
26865
26866 * calendar/diary-lib.el (diary-sexp-entry):
26867 * calendar/holidays.el (holiday-sexp):
26868 Set debug-on-error rather than the removed stack-trace-on-error.
26869
26870 2011-04-16 Glenn Morris <rgm@gnu.org>
26871
26872 * progmodes/f90.el: Use lexical-binding.
26873 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26874
26875 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26876
26877 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26878 (mail-mode): Setup mailalias completion here instead.
26879 * mail/mailalias.el: Use lexical-binding.
26880 (pattern, mailalias-done): Declare dynamic.
26881 (mail-completion-at-point-function): New function, from mail-complete.
26882 (mail-complete): Use it.
26883 (mail-completion-expand): New function.
26884 (mail-get-names): Use it.
26885 (mail-directory, mail-directory-process, mail-directory-stream):
26886 Don't use `pattern' for lexically bound arg.
26887
26888 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26889
26890 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26891 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26892 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26893
26894 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26895 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26896 (byte-interactive-p): Define them again, for use when inlining
26897 old code.
26898
26899 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26900
26901 * loadup.el: Use `string-to-number', not `string-to-int'.
26902
26903 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26904
26905 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26906 gud-gdb-complete-command.
26907 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26908 (gud-gdb-completion-at-point): New function.
26909 (gud-gdb-completions): Remove.
26910
26911 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26912
26913 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26914 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26915 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26916 whether `executable-find' is bound.
26917
26918 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26919
26920 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26921
26922 * minibuffer.el (completion-in-region-mode-predicate)
26923 (completion-in-region-mode--predicate): New vars.
26924 (completion-in-region, completion-in-region--postch)
26925 (completion-in-region-mode): Use them.
26926 (completion--capf-wrapper): Also return the hook function.
26927 (completion-at-point, completion-help-at-point):
26928 Adjust and provide a predicate.
26929
26930 Preserve arg names for advice of subr and lexical functions (bug#8457).
26931 * help-fns.el (help-function-arglist): Consolidate the subr and
26932 new-byte-code cases. Add argument `preserve-names' to extract names
26933 from the docstring when needed.
26934 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26935 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26936 (ad-arglist): Use help-function-arglist's new arg.
26937 (ad-definition-type): Use cond.
26938
26939 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26940
26941 * autorevert.el (auto-revert-handler):
26942 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26943 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26944 Don't quote lambda.
26945
26946 * image-mode.el (image-transform-set-scale):
26947 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26948
26949 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26950
26951 * net/network-stream.el (network-stream-open-starttls): Only do
26952 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26953 Upgrades via gnutls-cli are too slow to be done opportunistically.
26954
26955 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26956
26957 * dframe.el (dframe-current-frame): Remove spurious quote.
26958
26959 2011-04-12 Glenn Morris <rgm@gnu.org>
26960
26961 * calendar/cal-tex.el (cal-tex-end-document):
26962 Try to automatically use latin1 input if needed.
26963
26964 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26965 Don't try to cons a mark onto an empty element.
26966
26967 2011-04-11 Leo Liu <sdl.web@gmail.com>
26968
26969 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26970 buffers.
26971 (ido-kill-buffer-at-head): Support killing virtual buffers.
26972
26973 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26974
26975 * minibuffer.el (completion-show-inline-help): New var.
26976 (completion--do-completion, minibuffer-complete)
26977 (minibuffer-force-complete, minibuffer-complete-word):
26978 Inhibit minibuffer messages if completion-show-inline-help is nil.
26979
26980 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26981 to avoid interference from inline help (Bug#5849).
26982
26983 2011-04-10 Leo Liu <sdl.web@gmail.com>
26984
26985 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26986 Fix typo.
26987
26988 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26989
26990 * image-mode.el (image-toggle-display-image): Signal an error if
26991 not in Image mode.
26992 (image-transform-mode, image-transform-resize)
26993 (image-transform-set-rotation): Doc fix.
26994 (image-transform-set-resize): Delete.
26995 (image-transform-set-scale, image-transform-fit-to-height)
26996 (image-transform-fit-to-width): Handle image-toggle-display-image
26997 and image-transform-resize directly.
26998
26999 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27000
27001 * doc-view.el (doc-view-fit-width-to-window)
27002 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27003 New functions for fitting the shown image to the Emacs window size.
27004 (doc-view-mode-map): Add bindings for the new functions.
27005
27006 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27007
27008 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27009 Fix typo in docstring.
27010
27011 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27012
27013 * files.el (file-size-human-readable): Produce one digit after
27014 decimal, like "ls -lh" does.
27015
27016 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27017 the file size representation.
27018
27019 * simple.el (list-processes): If async subprocesses are not
27020 available, error out with a clear error message.
27021
27022 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27023
27024 * help.el (help-form-show): New function, to be called from C.
27025 Put help-form output in a buffer named differently than *Help*.
27026
27027 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27028
27029 * files.el (file-size-human-readable): New function.
27030
27031 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27032 computing the representation inline. Don't require `cl'.
27033
27034 2011-04-08 Glenn Morris <rgm@gnu.org>
27035
27036 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27037
27038 * net/browse-url.el (browse-url-firefox):
27039 Test system-type, not system-configuration.
27040
27041 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27042 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27043 Use log-edit-empty-buffer-p. (Bug#7598)
27044
27045 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27046 (rlogin-mode-map): Initialize in the defvar.
27047 (rlogin): Use ignore-errors.
27048
27049 * replace.el (occur-mode-map): Some fixes for menu items.
27050
27051 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27052
27053 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27054
27055 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27056
27057 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27058 issuing unused warnings.
27059
27060 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27061 macro directly.
27062
27063 * simple.el: Lisp reimplement of list-processes. Based on an
27064 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27065 (process-menu-mode): New major mode.
27066 (list-processes--refresh, list-processes):
27067 (process-menu-visit-buffer): New functions.
27068
27069 * files.el (save-buffers-kill-emacs): Don't assume any return
27070 value of list-processes, which is undocumented anyway.
27071
27072 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27073
27074 * emacs-lisp/tabulated-list.el: New file.
27075
27076 * emacs-lisp/package.el: Use Tabulated List mode.
27077 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27078 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27079 table format using Tabulated List mode variables.
27080 (package--push): New macro, replacing package-list-maybe-add.
27081 (package-menu--generate): Use package--push. Renamed from
27082 package--generate-package-list.
27083 (package-menu-refresh, list-packages): Use it.
27084 (package-menu--print-info): Rename from package-print-package.
27085 Return insertion data instead of inserting it directly.
27086 (package-menu-describe-package, package-menu-execute):
27087 Use tabulated-list-get-id.
27088 (package-menu-mark-delete, package-menu-mark-install)
27089 (package-menu-mark-unmark, package-menu-backup-unmark)
27090 (package-menu-mark-obsolete-for-deletion):
27091 Use tabulated-list-put-tag.
27092 (package--list-packages, package-menu-revert)
27093 (package-menu-get-package, package-menu-get-version)
27094 (package-menu-sort-by-column): Functions deleted.
27095 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27096 (package-menu--status-predicate, package-menu--version-predicate)
27097 (package-menu--name-predicate)
27098 (package-menu--description-predicate): Handle arguments in the
27099 Tabulated List format.
27100 (package-list-packages-no-fetch): Call list-packages.
27101
27102 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27103
27104 * files.el (after-find-file-from-revert-buffer): Remove variable.
27105 (after-find-file): Don't bind it.
27106 (revert-buffer-in-progress-p): New variable.
27107 (revert-buffer): Bind it.
27108 Pass nil for `after-find-file-from-revert-buffer'.
27109
27110 * saveplace.el (save-place-find-file-hook): Use new variable
27111 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27112
27113 2011-04-06 Glenn Morris <rgm@gnu.org>
27114
27115 * Makefile.in (AUTOGEN_VCS): New variable.
27116 (autoloads): Use $AUTOGEN_VCS.
27117
27118 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27119 * calendar/calendar.el (calendar-mode-map):
27120 Check for toolkit scroll bars. (Bug#8305)
27121
27122 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27123
27124 * minibuffer.el (completion-in-region--postch)
27125 (completion-in-region-mode): Remove unnecessary messages.
27126
27127 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27128
27129 * font-lock.el (font-lock-refresh-defaults):
27130 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27131 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27132
27133 * info.el (Info-directory-list, Info-read-node-name-2)
27134 (Info-split-parameter-string): Doc fixes.
27135 (Info-virtual-nodes): Reflow docstring.
27136 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27137 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27138 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27139 Fix typos in docstrings.
27140 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27141 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27142 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27143 (Info-restore-desktop-buffer): Mark unused parameters.
27144 (Info-directory-find-file, Info-directory-find-node)
27145 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27146 (Info-virtual-index-find-node, Info-apropos-find-file)
27147 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27148 Mark unused parameters; fix typos in docstrings.
27149 (Info-virtual-index): Remove unused local variable `nodename'.
27150
27151 2011-04-05 Deniz Dogan <deniz@dogan.se>
27152
27153 * net/rcirc.el: Update my e-mail address.
27154 (rcirc-mode-map): Remove M-o binding.
27155
27156 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27157
27158 * startup.el (command-line): Save the cursor's theme-face
27159 directly, instead of using face-override-spec.
27160
27161 * custom.el (load-theme): Minor optimization in assigning faces.
27162
27163 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27164
27165 * help-fns.el (describe-variable): Complete all variables having
27166 documentation, including keywords.
27167 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27168
27169 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27170
27171 Convert to lexical-binding.
27172
27173 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27174 (bs--get-marked-string, bs--get-modified-string)
27175 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27176 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27177 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27178
27179 * ehelp.el (electric-help-execute-extended)
27180 (electric-help-ctrl-x-prefix):
27181 * hexl.el (hexl-revert-buffer-function):
27182 * linum.el (linum-after-change, linum-after-scroll):
27183 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27184
27185 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27186
27187 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27188
27189 * epa-dired.el:
27190 * epa-mail.el:
27191 * epa-hook.el:
27192 * epa-file.el:
27193 * epa.el:
27194 * epg.el: Use lexical binding.
27195
27196 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27197
27198 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27199
27200 * textmodes/flyspell.el (flyspell-word): Recognize default
27201 dictionary case for flyspell-mark-duplications-exceptions.
27202 Use regexp matching for languages.
27203 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27204 default dictionary (Bug#7926).
27205
27206 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27207
27208 * emacs-lisp/package.el (package--with-work-buffer):
27209 Recognize https URLs.
27210
27211 * net/network-stream.el: Move from gnus/proto-stream.el.
27212 Change prefix to network-stream throughout.
27213 (open-protocol-stream): Merge into open-network-stream, leaving
27214 open-protocol-stream as an alias. Handle nil BUFFER args.
27215
27216 * subr.el (open-network-stream): Move to net/network-stream.el.
27217
27218 2011-04-02 Glenn Morris <rgm@gnu.org>
27219
27220 * find-dired.el (find-exec-terminator): New option.
27221 (find-ls-option): Test for -ls support.
27222 (find-ls-subdir-switches): Test for -b in find-ls-option.
27223 (find-dired, find-grep-dired): Doc fixes.
27224 (find-dired): Use find-exec-terminator.
27225
27226 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27227 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27228 (find-name-arg): Remove purecopy.
27229
27230 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27231 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27232 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27233 accordingly. Don't add the null-device if not needed.
27234
27235 * files.el (save-some-buffers): Doc fix.
27236
27237 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27238
27239 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27240
27241 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27242
27243 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27244 Use `dolist' rather than `mapcar'.
27245
27246 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27247
27248 Add lexical binding.
27249
27250 * subr.el (apply-partially): Use new closures rather than CL.
27251 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27252 (dolist, dotimes): Use slightly different expansion for lexical code.
27253 (functionp): Move to C.
27254 (letrec): New macro.
27255 (with-wrapper-hook): Use it and apply-partially instead of CL.
27256 (eval-after-load): Preserve lexical-binding.
27257 (save-window-excursion, with-output-to-temp-buffer): Turn them
27258 into macros.
27259
27260 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27261
27262 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27263 than the arglist.
27264 (help-add-fundoc-usage): Don't add `Not documented'.
27265 (help-function-arglist): Handle closures, subroutines, and new
27266 byte-code-functions.
27267 (help-make-usage): Remove leading underscores.
27268 (describe-function-1): Handle closures.
27269 (describe-variable): Use special-variable-p for completion.
27270
27271 * files.el (lexical-binding): Declare safe.
27272
27273 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27274 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27275 (pcase): Add `let' pattern.
27276 Change memoization so it actually works.
27277 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27278 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27279 <let>: New case.
27280
27281 * emacs-lisp/macroexp.el: Use lexical binding.
27282 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27283 Don't convert ' to #' without checking that it's indeed quoting
27284 a lambda.
27285
27286 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27287 Use eval-sexp-add-defvars.
27288 (eval-sexp-add-defvars): New fun.
27289
27290 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27291
27292 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27293 Don't autoload.
27294 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27295 than the internal `byte-compile-lambda'.
27296 (defmethod): Don't hide code under quotes.
27297 (eieio-defmethod): New `code' argument.
27298
27299 * emacs-lisp/eieio-comp.el: Remove.
27300
27301 * emacs-lisp/edebug.el (edebug-eval-defun)
27302 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27303 (edebug-toggle): Avoid `eval'.
27304
27305 * emacs-lisp/disass.el (disassemble-internal): Handle new
27306 `closure' objects.
27307 (disassemble-1): Handle new byte codes.
27308
27309 * emacs-lisp/cl.el (pushnew): Silence warning.
27310
27311 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27312 (cl-byte-compile-throw): Remove.
27313 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27314
27315 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27316 closures.
27317
27318 * emacs-lisp/cconv.el: New file.
27319
27320 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27321 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27322 (byte-compile-initial-macro-environment):
27323 Handle declare-function here.
27324 (byte-compile--lexical-environment): New var.
27325 (byte-stack-ref, byte-stack-set, byte-discardN)
27326 (byte-discardN-preserve-tos): New lap codes.
27327 (byte-interactive-p): Don't use any more.
27328 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27329 New macros.
27330 (byte-compile-lapcode): Use them and handle new lap codes.
27331 (byte-compile-obsolete): Remove.
27332 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27333 (byte-compile-arglist-warn): Check late def of inlinable funs.
27334 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27335 since they should have been expanded by now.
27336 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27337 (byte-compile-from-buffer): Remove unused second arg.
27338 (byte-compile-preprocess): New function.
27339 (byte-compile-toplevel-file-form): New function to distinguish
27340 file-form calls from outside from file-form calls from hunk-handlers.
27341 (byte-compile-file-form): Simplify.
27342 (byte-compile-file-form-defsubst): Remove.
27343 (byte-compile-file-form-defmumble): Simplify now that
27344 byte-compile-lambda always returns a byte-code-function.
27345 (byte-compile): Preprocess.
27346 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27347 Remove, not used any more.
27348 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27349 (byte-compile-make-args-desc): New funs.
27350 (byte-compile-lambda): Handle lexical functions. Always return
27351 a byte-code-function.
27352 (byte-compile-reserved-constants): New var, to make up room for
27353 closed-over variables.
27354 (byte-compile-constants-vector): Obey it.
27355 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27356 (byte-compile-macroexpand-declare-function): New function.
27357 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27358 byte-code-functions.
27359 (byte-compile-form): Check obsolescence here.
27360 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27361 (byte-compile-variable-ref): Remove.
27362 (byte-compile-dynamic-variable-op): New fun.
27363 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27364 (byte-compile-variable-set): New funs.
27365 (byte-compile-discard): Add 2 args.
27366 (byte-compile-stack-ref, byte-compile-stack-set)
27367 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27368 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27369 macroexpand-all instead.
27370 (byte-compile-quote-form): Remove.
27371 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27372 (byte-compile-bind, byte-compile-unbind): New funs.
27373 (byte-compile-let): Handle let* and lexical binding.
27374 (byte-compile-let*): Remove.
27375 (byte-compile-catch, byte-compile-unwind-protect)
27376 (byte-compile-track-mouse, byte-compile-condition-case):
27377 Handle a new :fun-body form, used for lexical scoping.
27378 (byte-compile-save-window-excursion)
27379 (byte-compile-with-output-to-temp-buffer): Remove.
27380 (byte-compile-defun): Simplify.
27381 (byte-compile-stack-adjustment): New fun.
27382 (byte-compile-out): Use it.
27383 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27384
27385 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27386 handler any more.
27387
27388 * emacs-lisp/byte-opt.el: Use lexical binding.
27389 (byte-inline-lapcode): Remove (to bytecomp).
27390 (byte-compile-inline-expand): Pay attention to inlining to/from
27391 lexically bound code.
27392 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27393 any more.
27394 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27395 any more and don't call compiler-macros.
27396 (byte-compile-splice-in-already-compiled-code): Remove.
27397 (byte-code): Don't inline any more.
27398 (disassemble-offset): Receive `bytes' as argument rather than via
27399 dynamic scoping.
27400 (byte-compile-tag-number): Declare before first use.
27401 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27402 `return' even if make-spliceable.
27403 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27404 obsolete interactive-p.
27405 (byte-optimize-lapcode): Optimize new lap-codes.
27406 Don't trip up on new form of `byte-constant' lap code.
27407
27408 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27409
27410 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27411
27412 * custom.el (custom-initialize-default, custom-declare-variable):
27413 Use `defvar'.
27414
27415 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27416 New variables.
27417 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27418 (COMPILE_FIRST): Add macroexp and cconv.
27419 * makefile.w32-in: Mirror changes in Makefile.in.
27420
27421 * vc/cvs-status.el:
27422 * vc/diff-mode.el:
27423 * vc/log-edit.el:
27424 * vc/log-view.el:
27425 * vc/smerge-mode.el:
27426 * textmodes/bibtex-style.el:
27427 * textmodes/css-mode.el:
27428 * startup.el:
27429 * uniquify.el:
27430 * minibuffer.el:
27431 * newcomment.el:
27432 * reveal.el:
27433 * server.el:
27434 * mpc.el:
27435 * emacs-lisp/smie.el:
27436 * doc-view.el:
27437 * dired.el:
27438 * abbrev.el: Use lexical binding.
27439
27440 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27441
27442 * info.el (info-display-manual): New function.
27443
27444 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27445
27446 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27447
27448 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27449
27450 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27451 an entry for that server in rcirc-authinfo. (Bug#8385)
27452
27453 2011-03-31 Glenn Morris <rgm@gnu.org>
27454
27455 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27456
27457 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27458
27459 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27460
27461 * progmodes/python.el (python-default-interpreter)
27462 (python-python-command-args, python-jython-command-args)
27463 (python-which-shell, python-which-args, python-which-bufname)
27464 (python-file-queue, python-comint-output-filter-function)
27465 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27466 variables and functions.
27467
27468 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27469
27470 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27471 (completion-in-region-mode): New minor mode.
27472 (completion-in-region): Use it.
27473 (completion-in-region--data, completion-in-region-mode-map): New vars.
27474 (completion-in-region--postch): New function.
27475 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27476 New vars.
27477 (completion--capf-wrapper): New function.
27478 (completion-at-point): Use it to track well-behavedness of
27479 hook functions.
27480 (completion-help-at-point): New command.
27481
27482 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27483
27484 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27485 syntax class to search for whitespace on a single line
27486 (Message-ID: <4D938140.4030905@redhat.com>).
27487
27488 2011-03-30 Leo Liu <sdl.web@gmail.com>
27489
27490 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27491 New commands.
27492 (edit-abbrevs-map): Bind them here.
27493 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27494
27495 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27496
27497 * allout.el (allout-hide-by-annotation, allout-flag-region):
27498 Reduce possibility of overlay leakage by making them volatile.
27499
27500 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27501 hash is not shared between buffers. Mode initialization is
27502 responsible for giving it a useful starting value.
27503 (allout-item-span): Reduce possibility of overlay leakage by
27504 making them volatile.
27505 (allout-widgets-count-buttons-in-region): Add diagnostic function
27506 for tracking down button overlay leaks.
27507
27508 2011-03-29 Leo Liu <sdl.web@gmail.com>
27509
27510 * ido.el (ido-read-internal): Use the default history var
27511 minibuffer-history if no HISTORY is specified.
27512
27513 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27514
27515 * net/imap.el (imap-shell-open, imap-process-connection-type):
27516 Use imap-process-connection-type for 'shell' streams as well as
27517 Kerberos, SSL, other subprocesses.
27518
27519 2011-03-28 Leo Liu <sdl.web@gmail.com>
27520
27521 * abbrev.el (abbrev-table-empty-p): New function.
27522 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27523 nonempty ones. (Bug#5937)
27524
27525 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27526
27527 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27528
27529 2011-03-27 Leo Liu <sdl.web@gmail.com>
27530
27531 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27532 for foreground and background colors.
27533 (ansi-color-make-color-map): Adapt.
27534
27535 2011-03-25 Leo Liu <sdl.web@gmail.com>
27536
27537 * midnight.el (midnight-time-float): Remove. Note it calculates
27538 the microsecond component incorrectly and seconds-to-time does the
27539 same job.
27540 Remove redundant (require 'timer).
27541
27542 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27543 (ido-completions): Remove unused arguments. (Bug#8329)
27544
27545 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27546
27547 * minibuffer.el (completion--flush-all-sorted-completions):
27548 Remove itself from hook.
27549 (completion-at-point): Let the functions perform the completion
27550 immediately and return nil or t.
27551 * comint.el (comint-dynamic-complete-functions): Now identical to
27552 completion-at-point-functions.
27553 (comint-dynamic-list-input-ring): Remove unused var `index'.
27554 (comint--match-partial-filename, comint--unquote&expand-filename):
27555 New funs, split from comint-match-partial-filename.
27556 (comint-dynamic-complete): Use completion-at-point.
27557 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27558
27559 2011-03-24 Drew Adams <drew.adams@oracle.com>
27560
27561 * thingatpt.el: Support `defun'.
27562
27563 2011-03-23 Leo Liu <sdl.web@gmail.com>
27564
27565 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27566
27567 * help-mode.el (help-mode-finish): Tweak regexp.
27568
27569 2011-03-23 Glenn Morris <rgm@gnu.org>
27570
27571 * eshell/esh-opt.el (eshell-eval-using-options):
27572 Do not bind unused local variable `eshell-option-stub'.
27573
27574 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27575
27576 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27577
27578 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27579 keymap variable in `with-no-warnings' to avoid a warning when the
27580 keymap has been already `defconst'ed.
27581
27582 2011-03-22 Leo Liu <sdl.web@gmail.com>
27583
27584 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27585 encode all chars in abbrevs; otherwise use emacs-mule or
27586 utf-8-emacs. (Bug#8308)
27587
27588 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27589
27590 * simple.el (backward-delete-char-untabify):
27591 Avoid warning about using `delete-backward-char'.
27592
27593 * image.el (image-type-file-name-regexps): Make it variable.
27594 `imagemagick-register-types' modifies it, and the user may want
27595 to add new extensions for known image types.
27596 (imagemagick-register-types): Throw error if not using ImageMagick.
27597
27598 2011-03-22 Leo Liu <sdl.web@gmail.com>
27599
27600 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27601 located before rcirc-prompt-end-marker.
27602 (rcirc-complete): Error if point is not after rcirc prompt.
27603 Handle the case when table is nil.
27604 (rcirc-user-authenticated): Define to fix compiler warning.
27605
27606 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27607
27608 * custom.el (custom--inhibit-theme-enable): Make it affect only
27609 custom-theme-set-variables and custom-theme-set-faces.
27610 (provide-theme): Ignore custom--inhibit-theme-enable.
27611 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27612 (custom-enabling-themes): Delete variable.
27613 (enable-theme): Accept only loaded themes as arguments.
27614 Ignore the special custom-enabled-themes variable.
27615 (custom-enabled-themes): Forbid themes from setting this.
27616 Eliminate use of custom-enabling-themes.
27617 (custom-push-theme): Quote "changed" custom var entry.
27618
27619 2011-03-21 Leo Liu <sdl.web@gmail.com>
27620
27621 * ido.el (ido-read-internal): Add ido-selected to history instead
27622 of user input.
27623
27624 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27625
27626 * subr.el (deferred-action-list, deferred-action-function):
27627 Mark obsolete.
27628
27629 2011-03-21 Leo Liu <sdl.web@gmail.com>
27630
27631 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27632 change on 2011-02-13 (bug#8309).
27633
27634 * minibuffer.el (read-file-name-function): Change default value.
27635 (read-file-name--defaults): Rename from read-file-name-defaults.
27636 (read-file-name-default): Rename from read-file-name.
27637 (read-file-name): Call read-file-name-function.
27638
27639 2011-03-21 Glenn Morris <rgm@gnu.org>
27640
27641 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27642 Doc fixes.
27643
27644 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27645
27646 * cus-theme.el: Add missing provide statement.
27647 (customize-create-theme): Extract theme value correctly.
27648 (custom-theme-visit-theme): Autoload.
27649 (customize-create-theme): Prompt before inserting default faces.
27650
27651 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27652
27653 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27654 units and musical notes.
27655
27656 2011-03-20 Leo Liu <sdl.web@gmail.com>
27657
27658 * ido.el (ido-read-internal): Use completing-read-default.
27659 (ido-completing-read): Fix compatibility with completing-read.
27660
27661 2011-03-20 Christian Ohler <ohler@gnu.org>
27662
27663 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27664 (ert-delete-all-tests): Use `called-interactively-p' rather than
27665 `interactive-p'.
27666 (ert--make-xrefs-region): Respect END.
27667
27668 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27669
27670 * dired-aux.el (dired-create-directory): Signal an error if the
27671 directory already exists (Bug#8246).
27672
27673 * facemenu.el (list-colors-display): Call list-faces-display
27674 inside with-help-window.
27675 (list-colors-print): Use display property to align the final
27676 column, instead of checking window-width.
27677
27678 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27679
27680 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27681 windows-nt systems.
27682 (emerge-protect-metachars): Quote correctly for ms-dos and
27683 windows-nt systems.
27684
27685 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27686
27687 * info.el (info-initialize): Replace all uses of `:' with
27688 path-separator for compatibility with non-Unix systems.
27689 Cache quoting of path-separator. (Bug#8258)
27690
27691 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27692
27693 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27694 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27695 (mouse-avoidance-mode): Fix typos in docstrings.
27696
27697 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27698
27699 * startup.el (package-subdirectory-regexp): Move from package.el.
27700 Omit \\` and \\', and let callers add them.
27701
27702 * emacs-lisp/package.el (package-strip-version)
27703 (package-load-all-descriptors): Add \\` and \\' to
27704 package-subdirectory-regexp before using it.
27705 (package-untar-buffer): New arg DIR; ensure that file untars only
27706 into this expected directory. Remove superfluous delete-region.
27707 (package-unpack): Caller changed.
27708 (package-tar-file-info): Use package-subdirectory-regexp.
27709
27710 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27711
27712 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27713 diff-mode-shared-map (bug#8284).
27714 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27715
27716 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27717
27718 * calendar/time-date.el (format-seconds): Use assoc instead of
27719 assoc-string, since assoc-string doesn't exist in XEmacs.
27720
27721 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27722
27723 * custom.el (custom-known-themes): Reflow docstring.
27724 (custom-theme-load-path): Fix typo in docstring.
27725 (load-theme): Fix typo in error message.
27726 (custom-available-themes, custom-variable-theme-value):
27727 Use `let', not `let*'.
27728
27729 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27730
27731 * calc/README: Mention inclusion of musical notes.
27732
27733 * calc/calc-units.el (calc-lu-quant): Rename from
27734 `calc-logunits-quantity'.
27735 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27736 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27737 (calc-db): Rename from `calc-dblevel'.
27738 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27739 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27740 (calc-np): Rename from `calc-nplevel'.
27741 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27742 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27743 (calc-lu-plus): Rename from `calc-logunits-add'.
27744 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27745 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27746 (calc-lu-minus): Rename from `calc-logunits-sub'.
27747 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27748 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27749 (calc-lu-times): Rename from `calc-logunits-mul'.
27750 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27751 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27752 (calc-lu-divide): Rename from `calc-logunits-div'.
27753 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27754 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27755
27756 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27757 functions being autoloaded.
27758
27759 * calc/calc.el (calc-lu-power-reference): Rename from
27760 `calc-logunits-power-reference'.
27761 (calc-lu-field-reference): Rename from
27762 `calc-logunits-field-reference'.
27763
27764 * calc/calc-help.el (calc-l-prefix-help):
27765 Mention musical note functions.
27766
27767 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27768
27769 * minibuffer.el (completion-all-sorted-completions):
27770 Use :completion-cycle-penalty text property if present.
27771
27772 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27773
27774 * allout.el (allout-yank-processing): Adjust for new rebulleting
27775 regime so bullet being yanked is used without prompting the user
27776 for a choice.
27777
27778 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27779
27780 * startup.el (command-line): Warn the user that _emacs is deprecated.
27781
27782 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27783
27784 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27785 (delphi-verbose, delphi-comment-face, delphi-string-face)
27786 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27787 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27788 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27789 (delphi-new-comment-line, delphi-font-lock-defaults)
27790 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27791 Fix typos in docstrings.
27792
27793 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27794
27795 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27796 Invert the roles of character and string values for INSTEAD, so a
27797 string is used for the more common case of a defaulting prompt.
27798
27799 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27800
27801 * progmodes/ruby-mode.el (ruby-backward-sexp):
27802 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27803 * play/gamegrid.el (gamegrid-make-face):
27804 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27805 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27806 * notifications.el (notifications-notify):
27807 * net/xesam.el (xesam-search-engines):
27808 * net/quickurl.el (quickurl-list-insert):
27809 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27810
27811 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27812
27813 * startup.el (command-line): Update package subdirectory regexp.
27814
27815 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27816
27817 * allout.el (allout-abbreviate-flattened-numbering)
27818 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27819
27820 * subr.el (read-char-choice): Only show the cursor after the prompt,
27821 not after the answer.
27822
27823 2011-03-15 Kevin Ryde <user42@zip.com.au>
27824
27825 * help-fns.el (variable-at-point): Skip leading quotes, if any
27826 (bug#8253).
27827
27828 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27829
27830 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27831 warning message.
27832
27833 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27834
27835 * shell.el (shell): When called interactively, offer to change the
27836 shell file name on remote hosts.
27837
27838 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27839
27840 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27841 integration for LDAP parameters. The host, base, user or binddn,
27842 and secret tokens can be specified in a netrc file, for instance.
27843 This is optional because an `auth-source' parameter must be
27844 specified in the search attributes.
27845
27846 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27847
27848 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27849
27850 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27851
27852 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27853 into declaration. Remove redundant and harmful binding.
27854
27855 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27856
27857 * files.el (file-ownership-preserved-p): Pass `integer' as an
27858 explicit 2nd argument to `file-attributes'. If the file's owner
27859 is the Administrators group on Windows, and the current user is
27860 Administrator, consider that a match.
27861
27862 * server.el (server-ensure-safe-dir): Consider server directory
27863 safe on MS-Windows if its owner is the Administrators group while
27864 the current Emacs user is Administrator. Use `=' to compare
27865 numerical UIDs, since they could be integers or floats.
27866
27867 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27868
27869 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27870
27871 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27872
27873 Sync with Tramp 2.2.1.
27874
27875 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27876
27877 * net/trampver.el: Update release number.
27878
27879 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27880
27881 * progmodes/compile.el (compilation--previous-directory): Fix up
27882 various nil/dead-marker mismatches (bug#8014).
27883 (compilation-directory-properties, compilation-error-properties):
27884 Don't call it at a position past the one we're about to change.
27885
27886 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27887 Disable obsolescence warnings in the file that declares it.
27888
27889 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27890
27891 * allout-widgets.el (allout-widgets-tally):
27892 Initialize allout-widgets-tally as a hash table rather than nil to
27893 prevent mode-line redisplay warnings. Also, clarify the module
27894 description and fix a comment typo.
27895
27896 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27897
27898 * help-fns.el (describe-variable): Don't complete keywords.
27899 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27900
27901 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27902
27903 * emacs-lisp/package.el (package-version-join): Impose a standard
27904 string representation for pre/alpha/beta version lists.
27905 (package-unpack-single): Standardize the directory name by passing
27906 it through package-version-join.
27907 (package-strip-rcs-id): Accept any version string that does not
27908 signal an error in version-to-list.
27909
27910 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27911
27912 * simple.el (delete-trailing-whitespace): Return nil for the
27913 benefit of `write-file-functions'.
27914
27915 2011-03-10 Glenn Morris <rgm@gnu.org>
27916
27917 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27918
27919 * vc/vc-git.el (vc-git-program): New option.
27920 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27921 (vc-git--call): Use it.
27922
27923 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27924
27925 * cus-edit.el (Custom-newline): If no button at point, look
27926 for a subgroup button at start-of-line. (Bug#2298)
27927
27928 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27929
27930 2011-03-10 Julien Danjou <julien@danjou.info>
27931
27932 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27933 `cursor-type' is nil.
27934
27935 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27936
27937 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27938
27939 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27940
27941 * allout.el: Change so yank of distinctive-bullet items
27942 preserves the existing header prefix, rebulleting it if necessary,
27943 rather than replacing it. This is necessary for proper operation
27944 of cooperative addons like allout-widgets.
27945 (allout-make-topic-prefix, allout-rebullet-heading):
27946 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27947 value as alternate bullet to be used, instead of prompting the user
27948 for a bullet character.
27949
27950 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27951
27952 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27953 Do not use `tramp-file-name-port', because this returns also
27954 `tramp-default-port'.
27955
27956 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27957
27958 * net/rcirc.el (rcirc-handler-001): Remove useless
27959 with-rcirc-process-buffer.
27960 (rcirc-check-auth-status): Swap arguments to string-match.
27961
27962 2011-03-09 Glenn Morris <rgm@gnu.org>
27963
27964 * shell.el (shell-mode):
27965 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27966
27967 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27968 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27969
27970 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27971
27972 * emacs-lisp/package.el (package-refresh-contents)
27973 (package-menu-execute): Use condition-case-no-debug.
27974
27975 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27976
27977 * simple.el (shell-command-to-string): Use `process-file'.
27978
27979 * emacs-lisp/package.el (package-tar-file-info): Handle also
27980 remote files.
27981
27982 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27983 Use `equal' for upload base check.
27984
27985 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27986
27987 * textmodes/texinfo.el (texinfo-environments):
27988 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27989
27990 2011-03-08 Glenn Morris <rgm@gnu.org>
27991
27992 * cus-start.el (cursor-in-non-selected-windows):
27993 Fix :set quoting oddness. (Bug#8192)
27994
27995 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27996 in some setf expressions. (Bug#2159)
27997
27998 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27999
28000 * custom.el (custom-available-themes): Return themes in
28001 alphabetical order.
28002
28003 See ChangeLog.15 for earlier changes.
28004
28005 ;; Local Variables:
28006 ;; coding: utf-8
28007 ;; End:
28008
28009 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28010
28011 This file is part of GNU Emacs.
28012
28013 GNU Emacs is free software: you can redistribute it and/or modify
28014 it under the terms of the GNU General Public License as published by
28015 the Free Software Foundation, either version 3 of the License, or
28016 (at your option) any later version.
28017
28018 GNU Emacs is distributed in the hope that it will be useful,
28019 but WITHOUT ANY WARRANTY; without even the implied warranty of
28020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28021 GNU General Public License for more details.
28022
28023 You should have received a copy of the GNU General Public License
28024 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.