Don't (re)define a basic custom widget in cc-vars
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-01 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/cc-vars.el (other): Emacs has this widget since
4 at least 21.1, so don't (re)define it.
5
6 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7 Replace the obsolete alias pcomplete-arg-quote-list.
8
9 2013-06-01 Leo Liu <sdl.web@gmail.com>
10
11 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12 punctuation syntax.
13 (inferior-octave-minimal-columns)
14 (inferior-octave-last-column-width): New variables.
15 (inferior-octave-track-window-width-change): New function.
16 (inferior-octave-mode): Adjust column width so that Octave output,
17 for example from 'ls', can fit into the window nicely.
18
19 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
20
21 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22 Highlight expansions inside regexp literals.
23
24 2013-05-31 Glenn Morris <rgm@gnu.org>
25
26 * obsolete/sym-comp.el (symbol-complete):
27 Replace obsolete completion-annotate-function.
28
29 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
30
31 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
32
33 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
34 function, checks if point is inside a literal that allows
35 expression expansion.
36 (ruby-syntax-propertize-expansion): Use it.
37 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
38 around the body.
39
40 2013-05-30 Juri Linkov <juri@jurta.org>
41
42 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
43 to "\M-si".
44 (isearch-invisible): New variable.
45 (isearch-forward): Doc fix.
46 (isearch-mode): Set `isearch-invisible'
47 to the value of `search-invisible'.
48 (isearch-toggle-case-fold): Doc fix.
49 (isearch-toggle-invisible): New command.
50 (isearch-query-replace): Let-bind `search-invisible'
51 to the value of `isearch-invisible'.
52 (isearch-search): Use `isearch-invisible' instead of
53 `search-invisible'. Let-bind `search-invisible'
54 to the value of `isearch-invisible'. (Bug#11378)
55
56 2013-05-30 Juri Linkov <juri@jurta.org>
57
58 * replace.el (perform-replace): Avoid `isearch-range-invisible'
59 call when `query-flag' is nil and `search-invisible' is non-nil.
60 (Bug#11746)
61
62 2013-05-30 Glenn Morris <rgm@gnu.org>
63
64 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
65
66 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
67 (cc-require): Suppress spurious "noruntime" warnings.
68 (cc-require-when-compile): Use fboundp, for sake of compiler.
69
70 * progmodes/cc-mode.el: Move load of cc-vars before that of
71 cc-langs (which in turn loads cc-vars), to quieten compiler.
72
73 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * paren.el: Simplify the code.
76 (show-paren-mode): Always start the timer.
77 (show-paren--idle-timer): Rename from show-paren-idle-timer.
78 (show-paren--overlay, show-paren--overlay-1): Rename from
79 show-paren-overlay and show-paren-overlay-1, and initialize to an
80 overlay rather than to nil.
81 (show-paren-function): Misc cleanup and simplifications.
82
83 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * paren.el (show-paren-data-function): New hook.
86 (show-paren--default): New function, extracted from show-paren-function.
87 (show-paren-function): Use show-paren-data-function.
88
89 2013-05-30 Glenn Morris <rgm@gnu.org>
90
91 * ielm.el (ielm-map, ielm-complete-symbol):
92 Use completion-at-point rather than obsolete functions.
93 (inferior-emacs-lisp-mode): Doc fix.
94 Set completion-at-point-functions, rather than
95 comint-dynamic-complete-functions.
96
97 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
98 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
99 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
100
101 * image.el (image-animated-p): Tweak definition.
102
103 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
104 (rlogin-process-connection-type): Tweak default. Add set-after.
105 (rlogin-host): Doc fix.
106 (rlogin): Tweak prompt.
107 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
108
109 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
110 * progmodes/tcl.el (inferior-tcl-mode-map):
111 Use completion-at-point rather than obsolete alias.
112
113 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
114
115 * minibuffer.el (read-file-name-completion-ignore-case):
116 Move before completion--in-region, for eager macro expansion.
117
118 2013-05-29 Juri Linkov <juri@jurta.org>
119
120 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
121 for total count of matching lines. Add `global-matches' for total
122 count of matches. Rename `matches' to `lines' for count of
123 matching lines. Add `matches' for count of matches.
124 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
125 to `prev-line' for line number of prev match endpt.
126 Increment `matches' for every match. Print the number of
127 matching lines in the header.
128 (occur-context-lines): Rename `lines' to `curr-line'.
129 Rename `prev-lines' to `prev-line'. (Bug#14017)
130
131 2013-05-29 Juri Linkov <juri@jurta.org>
132
133 * replace.el (perform-replace): Add `skip-read-only-count',
134 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
135 Increment them for corresponding conditions and report the number
136 of skipped occurrences in the final message. (Bug#11746)
137 (query-replace, query-replace-regexp, query-replace-regexp-eval)
138 (replace-string, replace-regexp): Doc fix.
139
140 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * emacs-lisp/trace.el (trace--read-args): Provide a default.
143
144 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
145 prog-mode-map.
146
147 2013-05-29 Leo Liu <sdl.web@gmail.com>
148
149 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
150 (octave-help): Small simplification.
151
152 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
153 off the highlight first.
154
155 2013-05-29 Glenn Morris <rgm@gnu.org>
156
157 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
158 Handle idlwave-last-system-routine-info-cons-cell being nil.
159
160 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
161 (idlwave-write-paths): Simplify via with-temp-buffer.
162
163 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
164 * emulation/cua-rect.el: Also load cua-base at run time.
165
166 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
167 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
168 (cperl-imenu-on-info): Require imenu.
169
170 2013-05-28 Alan Mackenzie <acm@muc.de>
171
172 Handle "capitalised keywords" correctly.
173 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
174
175 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
176
177 * eshell/em-unix.el: Added -r option to cp
178
179 2013-05-28 Glenn Morris <rgm@gnu.org>
180
181 * vc/vc-arch.el (vc-exec-after): Declare.
182 (vc-switches): Autoload.
183 * vc/vc-bzr.el: No need to require vc when compiling.
184 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
185 (vc-resynch-buffer, vc-dir-refresh): Declare.
186 (vc-setup-buffer, vc-switches): Autoload.
187 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
188 (vc-resynch-buffer): Declare.
189 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
190 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
191 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
192 (grep-read-regexp, grep-read-files, grep-expand-template)
193 (vc-dir-refresh): Declare.
194 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
195 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
196 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
197 * vc/vc-mtn.el (vc-exec-after): Declare.
198 (vc-switches): Autoload.
199 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
200 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
201 (vc-file-tree-walk): Declare.
202 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
203 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
204 (vc-tag-precondition, vc-rename-master): Autoload.
205 * vc/vc-svn.el (vc-exec-after): Declare.
206 (vc-switches, vc-setup-buffer): Autoload.
207 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
208 Autoload.
209 (vc-resynch-buffer): Declare.
210
211 * obsolete/fast-lock.el (byte-compile-warnings):
212 Don't warn about obsolete features in this obsolete file.
213
214 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
215 Move definition before use.
216
217 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
218 (dun-unix-verbs): Remove dun-zippy.
219 (dun-zippy): Remove function.
220
221 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
222
223 2013-05-27 Juri Linkov <juri@jurta.org>
224
225 * replace.el (replace-search): New function with code moved out
226 from `perform-replace'.
227 (replace-highlight, replace-dehighlight): Move function definitions
228 up closer to `replace-search'. (Bug#11746)
229
230 2013-05-27 Juri Linkov <juri@jurta.org>
231
232 * replace.el (perform-replace): Ignore invisible matches.
233 In addition to checking `query-replace-skip-read-only', also
234 filter out matches by calling `run-hook-with-args-until-failure'
235 on `isearch-filter-predicates', and also check `search-invisible'
236 for t or call `isearch-range-invisible'.
237 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
238
239 2013-05-27 Juri Linkov <juri@jurta.org>
240
241 * isearch.el (isearch-filter-predicates): Rename from
242 `isearch-filter-predicate'. Doc fix. (Bug#11378)
243 (isearch-message-prefix): Display text from the property
244 `isearch-message-prefix' of the currently active filters.
245 (isearch-search): Don't compare `isearch-filter-predicate' with
246 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
247 on `isearch-filter-predicates'. Also check `search-invisible' for t
248 or call `isearch-range-invisible'.
249 (isearch-filter-visible): Make obsolete.
250 (isearch-lazy-highlight-search):
251 Call `run-hook-with-args-until-failure' on
252 `isearch-filter-predicates' and use `isearch-range-invisible'.
253
254 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
255 `isearch-filter-predicates' instead of `funcall'ing
256 `isearch-filter-predicate'.
257 (Info-mode): Set `Info-isearch-filter' to
258 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
259
260 * dired-aux.el (dired-isearch-filter-predicate-orig):
261 Remove variable.
262 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
263 (dired-isearch-filenames-end): Add and remove
264 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
265 instead of changing the value of `isearch-filter-predicate'.
266 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
267 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
268 Put property `isearch-message-prefix' to "filename " on
269 `dired-isearch-filter-filenames'.
270
271 * wdired.el (wdired-change-to-wdired-mode):
272 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
273 locally instead of changing `isearch-filter-predicate'.
274 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
275
276 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
277
278 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
279 return the commit hash (Bug#14459). Also set the
280 `vc-git-detached' property.
281 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
282 (vc-git-mode-line-string): Use the same help-echo format whether
283 in detached mode or not, because we know the actual revision now.
284 When in detached mode, shorten the revision to 7 chars.
285
286 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * emacs-lisp/easy-mmode.el (define-minor-mode):
289 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
290 mode hook and provide a docstring.
291
292 2013-05-27 Alan Mackenzie <acm@muc.de>
293
294 Remove spurious syntax-table text properties inserted by C-y.
295 * progmodes/cc-mode.el (c-after-change): Also clear hard
296 syntax-table property with value nil.
297
298 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
299
300 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
301 when reading the events; the buffer layout shall not be changed.
302
303 2013-05-27 Leo Liu <sdl.web@gmail.com>
304
305 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
306 New variable.
307 (inferior-octave-directory-tracker): Automatically re-sync
308 default-directory.
309 (octave-help): Improve handling of 'See also'.
310
311 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * doc-view.el: Minor naming convention tweaks.
314 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
315
316 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
317 even if there's no `display' property yet (bug#14435).
318
319 2013-05-25 Eli Zaretskii <eliz@gnu.org>
320
321 * subr.el (unmsys--file-name): Rename from reveal-filename.
322
323 * Makefile.in (custom-deps, finder-data, autoloads)
324 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
325 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
326 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
327
328 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
331 error-completion on the first 2 args of condition-case (bug#14446).
332 Don't burp at EOB.
333
334 2013-05-25 Leo Liu <sdl.web@gmail.com>
335
336 * comint.el (comint-previous-matching-input): Do not flood the
337 *Messages* buffer with trivial messages.
338
339 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * progmodes/flymake.el (flymake-nop): Don't return a string.
342 (flymake-set-at): Fix typo.
343
344 * simple.el (read--expression): New function, extracted from
345 eval-expression. Set completion-at-point-functions (bug#14465).
346 (eval-expression, eval-minibuffer): Use it.
347
348 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
349
350 * progmodes/flymake.el (flymake-save-buffer-in-file)
351 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
352 (flymake-selected-frame, flymake-log, flymake-ins-after)
353 (flymake-set-at, flymake-get-buildfile-from-cache)
354 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
355 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
356 Refine the doc string.
357 (flymake-get-file-name-mode-and-masks): Reformat.
358 (flymake-get-real-file-name-function): Fix a minor bug.
359
360 2013-05-24 Juri Linkov <juri@jurta.org>
361
362 * progmodes/grep.el (grep-mode-font-lock-keywords):
363 Support =linenumber= format used by git-grep for lines with
364 function names. (Bug#13549)
365
366 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * progmodes/octave.el (octave-smie-rules): Return nil rather than
369 0 after a semi-colon; it works better for smie-auto-fill.
370 (octave--indent-new-comment-line): New function.
371 (octave-indent-new-comment-line): Use it (indirectly).
372 (octave-mode): Don't disable smie-auto-fill. Use add-function to
373 modify comment-line-break-function.
374
375 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
376 (smie-setup): Use add-function to set it.
377
378 2013-05-24 Sam Steingold <sds@gnu.org>
379
380 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
381 argument (before the `interactive' argument).
382
383 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * image-mode.el (image-mode-winprops): Add winprops to
386 image-mode-winprops-alist before running
387 image-mode-new-window-functions.
388 * doc-view.el (doc-view-new-window-function): Don't delay
389 doc-view-goto-page via timers (bug#14435).
390
391 2013-05-24 Tassilo Horn <tsdh@gnu.org>
392
393 * doc-view.el: Integrate with desktop.el. (Bug#14435)
394 (doc-view-desktop-save-buffer): New function.
395 (doc-view-restore-desktop-buffer): New function.
396 (desktop-buffer-mode-handlers):
397 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
398 handler.
399 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
400 `desktop-save-buffer' function.
401
402 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
403
404 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
405 (tramp-gvfs-file-name-handler): Raise a user error when
406 `tramp-gvfs-enabled' is nil.
407 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
408 Do not raise a user error when loading package. (Bug#14447)
409
410 * net/xesam.el: Move to obsolete/.
411
412 2013-05-24 Glenn Morris <rgm@gnu.org>
413
414 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
415
416 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
417
418 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
419 (Info-find-node, Man-getpage-in-background): Declare.
420
421 * mail/unrmail.el (unrmail):
422 Replace obsolete detect-coding-with-priority.
423
424 * net/socks.el (socks-split-string): Use this rather than split-string.
425 (socks-nslookup-host): Update for above change.
426 (dynamic-choice, s5-dynamic-choice-match)
427 (s5-dynamic-choice-match-inline, s5-widget-value-create):
428 Comment out unused code.
429
430 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
431 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
432 (gud-tooltip-echo-area): Make obsolete.
433 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
434
435 * progmodes/js.el (js--optimize-arglist): Declare.
436
437 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
438
439 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
440 (ediff-window-C): Declare.
441
442 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
443 Tweak requires to silence compiler.
444
445 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
446 (he-search-string, he-tried-table, he-expand-list)
447 (he-init-string, he-string-member, he-substitute-string)
448 (he-reset-string): Declare.
449
450 * obsolete/options.el (list-options): Use custom-variable-p,
451 rather than obsolete alias.
452
453 2013-05-23 Sam Steingold <sds@gnu.org>
454
455 * simple.el (shell-command-on-region): Pass the `replace' argument
456 down to `call-process-region' to comply with the doc as reported on
457 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
458
459 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * emacs-lisp/smie.el (smie-indent-forward-token)
462 (smie-indent-backward-token): Handle string tokens (bug#14381).
463
464 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
465
466 * ielm.el (ielm-menu): New menu.
467 (inferior-emacs-lisp-mode): Set comment-start.
468
469 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
470
471 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
472 Fix deactivate action.
473
474 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
475 Add cleveref macros.
476
477 * lisp/textmodes/reftex-parse.el
478 (reftex-locate-bibliography-files): Accept options for
479 bibliography commands.
480 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
481 Add addbibresource. Basic Biblatex support.
482
483 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
484
485 * net/tramp-gvfs.el (top):
486 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
487 when loading package. (Bug#14447)
488
489 2013-05-23 Glenn Morris <rgm@gnu.org>
490
491 * progmodes/js.el: No need to load comint when compiling.
492 (ring-insert, comint-send-string, comint-send-input)
493 (comint-last-input-end, ido-chop): Declare.
494
495 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
496 * vc/ediff-mult.el: Adjust requires.
497 (ediff-directories-internal, ediff-directory-revisions-internal)
498 (ediff-patch-file-internal): Declare.
499 * vc/ediff-ptch.el: Adjust requires.
500 (ediff-use-last-dir, ediff-buffers-internal): Declare.
501 (ediff-find-file): Autoload.
502 * vc/ediff-util.el: No need to load ediff when compiling.
503 (ediff-regions-internal): Declare.
504 * vc/ediff-wind.el: Adjust requires.
505 (ediff-compute-toolbar-width): Define when compiling.
506 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
507 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
508 (dired-get-filename, dired-get-marked-files)
509 (ediff-last-dir-patch, ediff-patch-default-directory)
510 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
511 (ediff-patch-buffer-internal): Declare.
512
513 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
514 (ispell-process, ispell-buffer-local-words, lm-summary)
515 (lm-section-start, lm-section-end): Declare.
516 (checkdoc-ispell-init): Simplify.
517
518 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
519 (he-string-member, he-reset-string, he-substitute-string): Declare.
520
521 * eshell/em-ls.el: Adjust requires.
522 (eshell-glob-regexp): Declare.
523 * eshell/em-tramp.el: Adjust requires.
524 (eshell-parse-command): Autoload.
525 * eshell/em-xtra.el: Adjust requires.
526 (eshell-parse-command): Autoload.
527 * eshell/esh-ext.el: Adjust requires.
528 (eshell-parse-command, eshell-close-handles): Autoload.
529 * eshell/esh-io.el: Adjust requires.
530 (eshell-output-filter): Autoload.
531 * eshell/esh-util.el: No need to load tramp when compiling.
532 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
533 Declare.
534 (eshell-parse-ange-ls): Require ange-ftp and tramp.
535 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
536 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
537 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
538 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
539 * eshell/esh-opt.el, eshell/esh-proc.el:
540 * eshell/esh-var.el: Adjust requires.
541 * eshell/eshell.el: Do not require esh-util twice.
542 (eshell-add-input-to-history): Declare.
543 (eshell-command): Check history module is active before using it.
544
545 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
546
547 2013-05-22 Leo Liu <sdl.web@gmail.com>
548
549 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
550
551 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
552
553 * autorevert.el (auto-revert-notify-add-watch)
554 (auto-revert-notify-handler): Add `attrib' for the inotify case,
555 it indicates changes in file modification time.
556
557 2013-05-22 Glenn Morris <rgm@gnu.org>
558
559 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
560 Always delete the autoloaded function from the noruntime and
561 unresolved functions lists.
562
563 * allout.el: No need to load epa, epg, overlay when compiling.
564 (epg-context-set-passphrase-callback, epg-list-keys)
565 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
566 (epg-key-user-id-list): Declare.
567
568 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
569 (viper-set-parsing-style-toggling-macro)
570 (viper-set-emacs-state-searchstyle-macros):
571 Use called-interactively-p on Emacs.
572 (viper-looking-back): Make it an obsolete alias. Update callers.
573 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
574 Use looking-back rather than viper-looking-back.
575 (viper-tmp-insert-at-eob, viper-enlarge-region)
576 (viper-read-string-with-history, viper-register-to-point)
577 (viper-append-to-register, viper-change-state-to-vi)
578 (viper-backward-char-carefully, viper-forward-char-carefully)
579 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
580 (viper-change-state-to-emacs): Declare.
581 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
582 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
583 * emulation/viper-mous.el: Do not load viper-cmd.
584 (viper-backward-char-carefully, viper-forward-char-carefully)
585 (viper-forward-word, viper-adjust-window): Declare.
586
587 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
588
589 * progmodes/idlw-help.el (idlwave-help-fontify):
590 Use called-interactively-p.
591
592 * term/w32console.el (w32-get-console-codepage)
593 (w32-get-console-output-codepage): Declare.
594
595 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
596 Remove unnecessary declarations.
597 (dframe-message): Doc fix.
598
599 * info.el (dframe-select-attached-frame, dframe-current-frame):
600 Declare.
601
602 * speedbar.el (speedbar-message): Make it an obsolete alias.
603 Update all callers.
604 (speedbar-with-attached-buffer)
605 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
606 (speedbar-with-writable): Use backquote.
607 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
608 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
609 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
610 rather than speedbar- aliases.
611 * mail/rmail.el: Load dframe rather than speedbar when compiling.
612 (speedbar-make-specialized-keymap, speedbar-insert-button)
613 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
614 (speedbar-do-function-pointer): Declare.
615 (rmail-speedbar-button, rmail-speedbar-find-file)
616 (rmail-speedbar-move-message):
617 Use dframe-with-attached-buffer rather than speedbar- alias.
618 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
619 (dframe-message, speedbar-make-specialized-keymap)
620 (speedbar-add-expansion-list, speedbar-mode-functions-list)
621 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
622 (speedbar-insert-button, dframe-select-attached-frame)
623 (dframe-maybee-jump-to-attached-frame)
624 (speedbar-change-initial-expansion-list)
625 (speedbar-previously-used-expansion-list-name): Declare.
626 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
627 Use dframe-message, dframe-with-attached-buffer rather than
628 speedbar- aliases.
629 (gud-sentinel): Silence compiler.
630 * progmodes/vhdl-mode.el (speedbar-refresh)
631 (speedbar-do-function-pointer, speedbar-add-supported-extension)
632 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
633 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
634 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
635 (speedbar-file-lists, speedbar-make-tag-line)
636 (speedbar-line-directory, speedbar-goto-this-file)
637 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
638 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
639 (speedbar-make-button, speedbar-reset-scanners)
640 (speedbar-files-item-info, speedbar-line-text)
641 (speedbar-find-file-in-frame, speedbar-set-timer)
642 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
643 (speedbar-with-writable): Do not (re)define it.
644 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
645 rather than speedbar- alias.
646
647 2013-05-21 Leo Liu <sdl.web@gmail.com>
648
649 * progmodes/octave.el (octave-mode-menu): Update and re-organize
650 menu items.
651 (octave-mode): Tweak fill-nobreak-predicate.
652 (inferior-octave-startup): Check process to avoid infinite loop.
653 (inferior-octave): Pop to buffer first to show abornmal process
654 exit information.
655
656 2013-05-21 Glenn Morris <rgm@gnu.org>
657
658 * printing.el (pr-menu-bar): Define when compiling.
659
660 2013-05-21 Leo Liu <sdl.web@gmail.com>
661
662 * progmodes/octave.el (octave-auto-fill): Remove.
663 (octave-indent-new-comment-line): Improve.
664 (octave-mode): Use auto fill mode through
665 comment-line-break-function and fill-nobreak-predicate
666 (octave-goto-function-definition): Support DEFUN_DLD.
667 (octave-beginning-of-defun): Small Tweak
668 (octave-help): Show parent directory.
669
670 2013-05-21 Glenn Morris <rgm@gnu.org>
671
672 * files.el (dired-unmark):
673 * progmodes/gud.el (gdb-input): Update declarations.
674
675 * calculator.el (electric, ehelp): No need to load when compiling.
676 (Electric-command-loop, electric-describe-mode): Declare.
677
678 * doc-view.el (doc-view-current-converter-processes): Move before use.
679
680 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
681 Move MODE-set-explicitly definition before use.
682
683 * international/mule-diag.el (mule-diag):
684 Don't use obsolete window-system-version.
685
686 * mail/feedmail.el (smtpmail): No need to load when compiling.
687 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
688
689 * mail/mail-utils.el (rfc822): No need to load when compiling.
690 (rfc822-addresses): Autoload it.
691 (mail-strip-quoted-names): Trivial simplification.
692
693 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
694 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
695
696 * net/snmp-mode.el (tempo): Don't duplicate requires.
697
698 * progmodes/prolog.el (info): No need to load when compiling.
699 (comint): Require before shell requires it.
700 (Info-goto-node): Autoload it.
701 (Info-follow-nearest-node): Declare.
702 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
703
704 * textmodes/artist.el (picture-mode-exit): Declare.
705
706 * textmodes/reftex-parse.el (reftex-parse-from-file):
707 Trivial rewrite so the compiler can parse it better.
708
709 2013-05-20 Leo Liu <sdl.web@gmail.com>
710
711 * progmodes/octave.el (octave-help-mode-map)
712 (octave-help-mode-finish-hook): New variables.
713 (octave-help-mode, octave-help-mode-finish): New functions.
714 (octave-help): Use octave-help-mode.
715
716 2013-05-20 Glenn Morris <rgm@gnu.org>
717
718 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
719
720 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
721
722 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
723 start at point, so that expansion starting right after opening
724 slash in a regexp is recognized.
725 (ruby-syntax-before-regexp-re): New defvar, extracted from
726 ruby-syntax-propertize-function. Since the value of this regexp
727 is looked up at runtime now, we should be able to turn
728 `ruby-syntax-methods-before-regexp' into a defcustom later.
729 (ruby-syntax-propertize-function): Split regexp matching into two
730 parts, for opening and closing slashes. That allows us to skip
731 over string interpolations and support multiline regexps.
732 Don't call `ruby-syntax-propertize-expansions', instead use another rule
733 for them, which calls `ruby-syntax-propertize-expansion'.
734 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
735 call to `ruby-syntax-propertize-function'.
736 (ruby-syntax-propertize-expansion): Extracted from
737 `ruby-syntax-propertize-expansions'. Handles one expansion.
738 (ruby-syntax-propertize-percent-literal): Leave point right after
739 the percent symbol, so that the expression expansion rule can
740 propertize the contents.
741 (ruby-syntax-propertize-heredoc): Leave point at bol following the
742 heredoc openers.
743 (ruby-syntax-propertize-expansions): Remove.
744
745 2013-05-18 Juri Linkov <juri@jurta.org>
746
747 * man.el (Man-default-man-entry): Remove `-' from the end
748 of the default value. (Bug#14400)
749
750 2013-05-18 Glenn Morris <rgm@gnu.org>
751
752 * comint.el (comint-password-prompt-regexp):
753 Allow "password for XXX" where XXX contains colons (eg https://...).
754
755 2013-05-18 Leo Liu <sdl.web@gmail.com>
756
757 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
758 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
759 (octave-source-directories): Don't check process.
760 (octave-source-directories, octave-find-definition): Doc fix.
761
762 2013-05-18 Glenn Morris <rgm@gnu.org>
763
764 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
765 Remove backspace/delete bindings. (Bug#14392)
766
767 * cus-dep.el (custom-make-dependencies): Sort the output.
768 (custom-versions-load-alist): Convert comment to doc.
769
770 2013-05-17 Leo Liu <sdl.web@gmail.com>
771
772 * newcomment.el (comment-search-backward): Stricter in finding
773 comment start. (Bug#14303)
774
775 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
776 (octave-comment-start-skip): Properly anchored.
777
778 2013-05-17 Leo Liu <sdl.web@gmail.com>
779
780 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
781 Clean up when turned off. (Bug#14395)
782 (smie--highlight-matching-block-overlay): No longer buffer-local.
783 (smie-highlight-matching-block): Adjust.
784
785 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
786
787 Doc string fix for "nanoseconds" (Bug#14406).
788 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
789 Fix doc string typo that had "nanoseconds" instead of "microseconds".
790
791 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
792
793 * calc/calc-units.el (math-extract-units): Preserve powers
794 of units.
795
796 2013-05-17 Leo Liu <sdl.web@gmail.com>
797
798 * subr.el (delete-consecutive-dups): New function.
799 * ido.el (ido-set-matches-1): Use it.
800 * progmodes/octave.el (inferior-octave-completion-table): Use it.
801 * ido.el (ido-remove-consecutive-dups): Remove.
802
803 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
806 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
807 regexp-opt's `words'.
808
809 2013-05-16 Leo Liu <sdl.web@gmail.com>
810
811 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
812 (smie--highlight-matching-block-overlay)
813 (smie--highlight-matching-block-lastpos)
814 (smie--highlight-matching-block-timer): New variables.
815 (smie-highlight-matching-block): New function.
816 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
817 (smie-setup): Conditionally enable smie-blink-matching-open.
818
819 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
820
821 Sync with upstream verilog-mode r840.
822 * progmodes/verilog-mode.el (verilog-mode-version)
823 (verilog-mode-release-date): Update.
824 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
825 (verilog-sig-tieoff): Fix string error on
826 AUTORESET with colon define, bug594. Reported by Andrew Hou.
827 (verilog-read-decls): Fix parameters confusing
828 AUTOINST interfaces, bug565. Reported by Leith Johnson.
829
830 2013-05-16 Eli Zaretskii <eliz@gnu.org>
831
832 * subr.el (reveal-filename): New function.
833
834 * loadup.el: Compute Emacs executable versions on MS-Windows,
835 where executables have the .exe extension. Add a hard link
836 emacs-XX.YY.ZZ.exe on MS-Windows.
837
838 * Makefile.in (XARGS_LIMIT): New variable.
839 (custom-deps, finder-data, autoloads)
840 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
841 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
842 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
843 (compile-main): Limit xargs according to $(XARGS_LIMIT).
844
845 2013-05-16 Leo Liu <sdl.web@gmail.com>
846
847 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
848 (octave-mode-menu, octave-mode-map): Remove its uses.
849
850 2013-05-16 Reto Zimmermann <reto@gnu.org>
851
852 Sync with upstream vhdl mode v3.34.2.
853 * progmodes/vhdl-mode.el: Use `push' throughout.
854 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
855 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
856 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
857 (vhdl-actual-generic-name): New option to derive actual generic name.
858 (vhdl-port-paste-signals): Replace formal by actual generics.
859 (vhdl-beautify): New name for old group vhdl-align. Update users.
860 (vhdl-beautify-options): New option.
861 (vhdl-last-input-event): New compat alias. Use throughout.
862 (vhdl-goto-line): Replace user level function `goto-line'.
863 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
864 vhdl-fix-statement-buffer.
865 (vhdl-create-mode-menu): Add some entries.
866 (vhdl-align-region-groups): Respect vhdl-beautify-options.
867 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
868 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
869 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
870 to force statements on one line.
871 (vhdl-remove-trailing-spaces-region):
872 New, split from vhdl-remove-trailing-spaces.
873 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
874 Respect vhdl-beautify-options.
875 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
876 (vhdl-update-sensitivity-list): Not add with index if exists without.
877 Not include array index with signal. Ignore keywords in comments.
878 (vhdl-get-visible-signals): Regexp tweaks.
879 (vhdl-template-component-inst): Handle empty library.
880 (vhdl-template-type): Add template for 'enum' type.
881 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
882 Use vhdl-replace-string.
883 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
884 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
885 (vhdl-speedbar-initialize): Update for above name change.
886 (vhdl-compose-wire-components): Fix in handling of constants.
887 (vhdl-error-regexp-emacs-alist): New variable.
888 (vhdl-error-regexp-add-emacs): New function;
889 adds support for new compile.el (Emacs 22+)
890 (vhdl-generate-makefile-1): Change target order for single lib. units.
891 Allow use of absolute file names.
892
893 2013-05-16 Leo Liu <sdl.web@gmail.com>
894
895 * simple.el (prog-indent-sexp): Indent enclosing defun.
896
897 2013-05-15 Glenn Morris <rgm@gnu.org>
898
899 * cus-start.el (show-trailing-whitespace): Move to editing basics.
900 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
901 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
902 (whitespace-highlight): Move to whitespace group.
903
904 * comint.el (comint-source):
905 * pcmpl-linux.el (pcmpl-linux):
906 * shell.el (shell-faces):
907 * eshell/esh-opt.el (eshell-opt):
908 * international/ccl.el (ccl): Remove empty custom groups.
909
910 * completion.el (dynamic-completion-mode):
911 * jit-lock.el (jit-lock-debug-mode):
912 * minibuffer.el (completion-in-region-mode):
913 * type-break.el (type-break-mode-line-message-mode)
914 (type-break-query-mode):
915 * emulation/tpu-edt.el (tpu-edt-mode):
916 * progmodes/subword.el (global-subword-mode, global-superword-mode):
917 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
918 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
919
920 * term/xterm.el (xterm): Change parent group to terminals.
921
922 * master.el (master): Remove empty custom group.
923 (master-mode): Remove unused :group argument.
924 * textmodes/refill.el (refill): Remove empty custom group.
925 (refill-mode): Remove unused :group argument.
926
927 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
928
929 * cus-dep.el: Provide a feature.
930 (custom-make-dependencies): Ignore dotfiles (dir-locals).
931 Don't mistakenly ignore files whose basenames match a basename
932 from preloaded-file-list (eg cedet/ede/simple.el).
933 Add a fallback method for getting :group.
934
935 2013-05-15 Juri Linkov <juri@jurta.org>
936
937 * isearch.el (isearch-char-by-name): Rename from
938 `isearch-insert-char-by-name'. Doc fix.
939 (isearch-forward): Mention `isearch-char-by-name' in
940 the docstring. (Bug#13348)
941
942 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
943 `exit-minibuffer' instead of
944 `isearch-nonincremental-exit-minibuffer'.
945 (isearch-edit-string): Remove mention of
946 `isearch-nonincremental-exit-minibuffer' from docstring.
947 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
948 (isearch-forward-exit-minibuffer)
949 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
950
951 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * loadup.el: Just use unversioned DOC.
954
955 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
956 literals as extending to EOB.
957 (nxml-last-fontify-end): Remove unused variable.
958 (nxml-after-change1): Use with-silent-modifications.
959 (nxml-extend-after-change-region): Simplify.
960 (nxml-extend-after-change-region1): Remove function.
961 (nxml-after-change1): Don't adjust for dependent regions.
962 (nxml-fontify-matcher): Simplify.
963 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
964 (xmltok-add-dependent): Remove function.
965 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
966 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
967 (xmltok-scan-prolog-after-processing-instruction-open): Treat
968 unclosed <[[, <?, comment, and other literals as extending to EOB.
969 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
970 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
971 Remove functions.
972 (rng-do-some-validation-1): Don't mark dependent regions.
973 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
974 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
975 (nxml-clear-dependent-regions): Remove functions.
976 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
977 (nxml-ensure-scan-up-to-date):
978 Don't clear&mark dependent regions.
979
980 2013-05-15 Leo Liu <sdl.web@gmail.com>
981
982 * progmodes/octave.el (octave-goto-function-definition):
983 Improve and fix callers.
984
985 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
988 the setter (bug#14387).
989
990 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
991 surrounding group (bug#14402).
992
993 2013-05-14 Juri Linkov <juri@jurta.org>
994
995 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
996 (Bug#14390)
997
998 2013-05-14 Glenn Morris <rgm@gnu.org>
999
1000 * progmodes/f90.el (f90-imenu-generic-expression):
1001 Fix typo in 2013-05-08 change. (Bug#14402)
1002
1003 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1004
1005 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1006 Remove signals for which replies are never received.
1007
1008 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1009
1010 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1011 (gdb-handler-alist, gdb-handler-number): Remove variables.
1012 (gdb-handler-list): New variable.
1013 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1014 (gdb-pending-handler-p, gdb-handle-reply)
1015 (gdb-remove-all-pending-triggers): New functions.
1016 (gdb-discard-unordered-replies): New defcustom.
1017 (gdb-handler): New defstruct.
1018 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1019 instead of gdb-pending-triggers. Update docstring.
1020 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1021 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1022 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1023 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1024 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1025 (gdb-frame-handler): Pending triggers are now automatically managed.
1026 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1027 Remove argument.
1028 (gdb-input): Automatically handles pending triggers. Update docstring.
1029 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1030 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1031 Update comments.
1032 (gdb-done-or-error): Now use gdb-handle-reply.
1033
1034 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1035
1036 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1037 gdb-debug-log.
1038
1039 2013-05-14 Glenn Morris <rgm@gnu.org>
1040
1041 * subr.el (user-emacs-directory-warning): New option.
1042 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1043
1044 2013-05-14 Leo Liu <sdl.web@gmail.com>
1045
1046 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1047 during redisplay.
1048 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1049 (octave-font-lock-texinfo-comment): Fix invalid search bound
1050 error: wrong side of point.
1051
1052 2013-05-14 Glenn Morris <rgm@gnu.org>
1053
1054 * progmodes/flymake.el (flymake-xml-program): New option.
1055 (flymake-xml-init): Use it.
1056
1057 * term/xterm.el: Provide a feature.
1058
1059 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1060
1061 2013-05-13 Glenn Morris <rgm@gnu.org>
1062
1063 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1064 Add compat aliases as a hack workaround. (Bug#14384)
1065
1066 2013-05-13 Leo Liu <sdl.web@gmail.com>
1067
1068 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1069 ###, and %!.
1070 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1071 C-M-q.
1072 (octave-comment-start-skip): Include %!.
1073 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1074
1075 2013-05-12 Leo Liu <sdl.web@gmail.com>
1076
1077 * progmodes/octave.el (inferior-octave-startup): Store the value
1078 of __octave_srcdir__ for octave-source-directories.
1079 (inferior-octave-check-process): New function refactored out of
1080 inferior-octave-send-list-and-digest.
1081 (octave-source-directories)
1082 (octave-find-definition-filename-function): New variables.
1083 (octave-source-directories)
1084 (octave-find-definition-default-filename): New functions.
1085 (octave-find-definition): Improve to find functions implemented in C++.
1086
1087 2013-05-12 Glenn Morris <rgm@gnu.org>
1088
1089 * calendar/diary-lib.el (diary-outlook-format-1):
1090 Don't include dayname in the output. (Bug#14349)
1091
1092 2013-05-11 Glenn Morris <rgm@gnu.org>
1093
1094 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1095
1096 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1097 Treat cc-provide like provide.
1098
1099 2013-05-11 Kevin Ryde <user42@zip.com.au>
1100
1101 * cus-dep.el (custom-make-dependencies):
1102 Use generated-autoload-load-name for the sake of files such
1103 such cedet/semantic/bovine/c.el, where the base file name
1104 is not in load-path. (Bug#5277)
1105
1106 2013-05-11 Glenn Morris <rgm@gnu.org>
1107
1108 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1109 Provide features.
1110
1111 2013-05-11 Leo Liu <sdl.web@gmail.com>
1112
1113 * progmodes/octave.el (octave-indent-comment): Improve.
1114 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1115 (octave-eldoc-function-signatures, octave-eldoc-function):
1116 New functions.
1117 (octave-mode, inferior-octave-mode): Add eldoc support.
1118
1119 2013-05-11 Richard Stallman <rms@gnu.org>
1120
1121 * epa.el (epa-decrypt-file): Take output file name as argument
1122 and read it using `interactive'.
1123
1124 2013-05-11 Leo Liu <sdl.web@gmail.com>
1125
1126 * progmodes/octave.el (octave-beginning-of-line)
1127 (octave-end-of-line): Check before using up-list because it jumps
1128 out of more syntactic contructs since moving to smie.
1129 (octave-indent-comment): New function.
1130 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1131 (octave-begin-keywords, octave-end-keywords)
1132 (octave-reserved-words, octave-smie-bnf-table)
1133 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1134
1135 2013-05-11 Glenn Morris <rgm@gnu.org>
1136
1137 * faces.el (internal-face-x-get-resource):
1138 * frame.el (ns-display-monitor-attributes-list):
1139 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1140
1141 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1142
1143 * calc/calc-menu.el: Make it loadable in isolation.
1144
1145 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1146 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1147 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1148 (eudc-bbdb-query-internal): Require 'bbdb.
1149
1150 * lpr.el (lpr-headers-switches):
1151 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1152
1153 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1154
1155 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1156
1157 * term.el (term-set-escape-char): Make it idempotent.
1158
1159 2013-05-10 Leo Liu <sdl.web@gmail.com>
1160
1161 * progmodes/octave.el (inferior-octave-completion-table):
1162 No longer a function and all uses changed. Use cache to speed up
1163 completion due to bug#11906.
1164 (octave-beginning-of-defun): Re-write to be more general.
1165
1166 2013-05-10 Glenn Morris <rgm@gnu.org>
1167
1168 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1169
1170 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * comint.el (comint-redirect-send-command-to-process): Use :around
1173 rather than :override for comint-redirect-filter.
1174 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1175 Call it instead of comint-redirect-original-filter-function (which
1176 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1177
1178 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1179
1180 * frame.el (display-monitor-attributes-list): Add NS case.
1181 (ns-display-monitor-attributes-list): Declare.
1182
1183 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1184
1185 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1186
1187 2013-05-09 Glenn Morris <rgm@gnu.org>
1188
1189 * international/fontset.el (vertical-centering-font-regexp):
1190 Set standard-value.
1191
1192 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1193
1194 * bookmark.el (bookmark-search-delay):
1195 * cus-start.el (vertical-centering-font-regexp):
1196 * ps-mule.el (ps-mule-font-info-database-default):
1197 * ps-print.el (ps-default-fg, ps-default-bg):
1198 * type-break.el (type-break-good-break-interval):
1199 * whitespace.el (whitespace-indentation-regexp)
1200 (whitespace-space-after-tab-regexp):
1201 * emacs-lisp/testcover.el (testcover-1value-functions)
1202 (testcover-noreturn-functions, testcover-progn-functions)
1203 (testcover-prog1-functions):
1204 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1205 * eshell/em-glob.el (eshell-glob-translate-alist):
1206 * play/tetris.el (tetris-tty-colors):
1207 * progmodes/cpp.el (cpp-face-default-list):
1208 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1209 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1210 (idlwave-help-browser-generic-args):
1211 * progmodes/make-mode.el (makefile-special-targets-list):
1212 * progmodes/python.el (python-shell-virtualenv-path):
1213 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1214 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1215 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1216 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1217 * textmodes/reftex-vars.el (reftex-format-label-function):
1218 * textmodes/remember.el (remember-diary-file): Fix custom types.
1219
1220 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1221 Add :version.
1222
1223 2013-05-09 Leo Liu <sdl.web@gmail.com>
1224
1225 * progmodes/octave.el (inferior-octave-completion-at-point):
1226 Restore file completion. (Bug#14300)
1227 (inferior-octave-startup): Fix incorrect highlighting for the
1228 first prompt.
1229
1230 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * progmodes/ruby-mode.el: First cut at SMIE support.
1233 (ruby-use-smie): New var.
1234 (ruby-smie-grammar): New constant.
1235 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1236 (ruby-smie--forward-token, ruby-smie--backward-token)
1237 (ruby-smie-rules): New functions.
1238 (ruby-mode-variables): Setup SMIE if applicable.
1239
1240 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1241
1242 * simple.el (line-move-visual): Signal beginning/end of buffer
1243 only if vertical-motion moved less than it was requested. Avoids
1244 silly incorrect error messages when there are display strings with
1245 multiple newlines at EOL.
1246
1247 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1250 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1251 (prolog-char-quote-workaround):
1252 * progmodes/cperl-mode.el (cperl-under-as-char):
1253 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1254 Mark as obsolete.
1255 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1256 their declaration.
1257 (vhdl-mode-syntax-table-init): Remove.
1258
1259 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1260 last change.
1261
1262 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1263 syntax for "_".
1264 (ld-script-font-lock-keywords):
1265 Change regexps to use things like \_< and \_>.
1266
1267 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1268 Change all regexps to use things like \_< and \_>.
1269
1270 * progmodes/autoconf.el (autoconf-definition-regexp)
1271 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1272 Handle a _ with symbol syntax.
1273 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1274
1275 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1276 Consolidate declaration.
1277 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1278 the declaration.
1279 (ada-create-syntax-table): Remove.
1280 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1281 already has the right syntax nowadays.
1282 (ada-goto-next-word): Don't change the syntax of "_".
1283
1284 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1285 with-wrapper-hook.
1286
1287 2013-05-08 Sam Steingold <sds@gnu.org>
1288
1289 * thingatpt.el (thing-at-point): Accept optional second argument
1290 NO-PROPERTIES to strip the text properties from the return value.
1291 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1292 to `thing-at-point' instead of stripping the properties ourselves.
1293 Also, when `thing-at-point' fails to find a url, prepend "http://"
1294 to the filename at point on the assumption that the user is
1295 pointing at something like gnu.org/gnu.
1296
1297 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1300 * faces.el (crm-separator):
1301 Silence byte-compiler.
1302
1303 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1304 (tool-bar-map): Remove unneeded defvars.
1305
1306 2013-05-08 Leo Liu <sdl.web@gmail.com>
1307
1308 Re-work a fix for bug#10994 based on Le Wang's patch.
1309 * ido.el (ido-remove-consecutive-dups): New helper.
1310 (ido-completing-read): Use it.
1311 (ido-chop): Revert fix for bug#10994.
1312
1313 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1314
1315 * cus-edit.el (custom-save-variables):
1316 Pretty-print long values. (Bug#14187)
1317
1318 2013-05-08 Glenn Morris <rgm@gnu.org>
1319
1320 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1321 (m4-mode-syntax-table): Init in the defvar.
1322 (m4-mode-abbrev-table): Let define-derived-mode define it.
1323
1324 2013-05-08 Tom Tromey <tromey@redhat.com>
1325
1326 * progmodes/m4-mode.el (m4-mode-syntax-table):
1327 Do not treat "_" as word constituent. (Bug#14167)
1328
1329 2013-05-07 Glenn Morris <rgm@gnu.org>
1330
1331 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1332 Remove explicit eshell-isearch-cancel-map.
1333
1334 * progmodes/f90.el (f90-smart-end-names): New option.
1335 (f90-smart-end): Doc fix.
1336 (f90-end-block-optional-name): New constant.
1337 (f90-block-match): Respect f90-smart-end-names.
1338
1339 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1342 about implicit semi-colons (bug#14218).
1343
1344 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1345
1346 * frame.el (display-monitor-attributes-list)
1347 (frame-monitor-attributes): New functions.
1348
1349 2013-05-06 Leo Liu <sdl.web@gmail.com>
1350
1351 * progmodes/octave.el (octave-syntax-propertize-function): Change
1352 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1353 (octave-font-lock-keywords): Use octave-operator-regexp.
1354 (octave-completion-at-point): Rename from
1355 octave-completion-at-point-function.
1356 (inferior-octave-directory-tracker): Robustify.
1357 (octave-text-functions): Remove and fix its uses. No such things
1358 any more.
1359
1360 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * emacs-lisp/trace.el (trace--display-buffer): New function.
1363 (trace-make-advice): Use it.
1364
1365 2013-05-06 Juri Linkov <juri@jurta.org>
1366
1367 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1368 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1369 Doc fix.
1370 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1371 in the help string. (Bug#12985)
1372
1373 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1374
1375 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1376
1377 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * progmodes/perl-mode.el: Add support for here documents.
1380 (perl-syntax-propertize-function): Match here-doc markers.
1381 (perl-syntax-propertize-special-constructs): Find their end.
1382 (perl-imenu-generic-expression): Use [:alnum:].
1383
1384 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1385 (advice--add-function): Refresh the advice if already present
1386 (bug#14317).
1387
1388 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1389
1390 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1391
1392 2013-05-06 Glenn Morris <rgm@gnu.org>
1393
1394 * w32-fns.el (w32-charset-info-alist): Declare.
1395
1396 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1397 of its defcustom properties.
1398 (eshell-cmpl-initialize): No need to load pcomplete.
1399
1400 * generic-x.el: No need to require comint when compiling.
1401
1402 * net/eudc-export.el: Make it loadable without bbdb.
1403 (top-level): Use require rather than load-library.
1404 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1405 (eudc-batch-export-records-to-bbdb)
1406 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1407 Require bbdb.
1408
1409 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1412 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1413 some tweaks, instead.
1414
1415 2013-05-05 Leo Liu <sdl.web@gmail.com>
1416
1417 * progmodes/octave.el (octave-font-lock-keywords)
1418 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1419 (inferior-octave-send-list-and-digest): Improve error message.
1420 (octave-mode, inferior-octave-mode): Use setq-local.
1421 (octave-help): Set info-lookup-mode.
1422
1423 2013-05-05 Richard Stallman <rms@gnu.org>
1424
1425 * vc/compare-w.el (compare-windows-whitespace):
1426 Treat no-break space as whitespace.
1427
1428 * mail/rmailsum.el (rmail-summary-rmail-update):
1429 Detect empty summary and don't change selected message.
1430 (rmail-summary-goto-msg): Likewise.
1431
1432 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1433 Doc fixes, rename args.
1434
1435 2013-05-05 Alan Mackenzie <acm@muc.de>
1436
1437 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1438
1439 2013-05-05 Juri Linkov <juri@jurta.org>
1440
1441 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1442 to not add the length of the summary segment to the return value.
1443 (Bug#14125)
1444
1445 2013-05-05 Leo Liu <sdl.web@gmail.com>
1446
1447 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1448 (inferior-octave-output-filter): Remove.
1449 (octave-send-region, inferior-octave-startup): Fix callers.
1450 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1451 (octave-binary-file-extensions): New user variable.
1452 (octave-find-definition): Confirm if opening binary files.
1453 (octave-help-file): Use octave-find-definition to get the binary
1454 confirmation.
1455 (octave-help): Adjust for octave-help-file change.
1456
1457 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1460 Merge the two entries that handle function definitions.
1461 (pascal--syntax-propertize): New const.
1462 (pascal-mode): Use it. Use setq-local.
1463
1464 2013-05-04 Glenn Morris <rgm@gnu.org>
1465
1466 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1467 (diary-from-outlook): Respect diary-from-outlook-function.
1468
1469 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1472 Move the declaration from C.
1473 (read-minibuffer, eval-minibuffer): Move from C.
1474 (completion-setup-function): Avoid minibuffer-completion-contents.
1475
1476 2013-05-03 Leo Liu <sdl.web@gmail.com>
1477
1478 * progmodes/octave.el (octave-font-lock-keywords): Do not
1479 dehighlight 'end' in comments or strings.
1480 (octave-completing-read, octave-goto-function-definition):
1481 New helpers.
1482 (octave-help-buffer): New user variable.
1483 (octave-help-file, octave-help-function): New button types.
1484 (octave-help): New command and bind it to C-h ;.
1485 (octave-find-definition): New command and bind it to M-.
1486 (user-error): Alias to error if not defined.
1487
1488 2013-05-02 Leo Liu <sdl.web@gmail.com>
1489
1490 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1491 for \. (bug#14332)
1492 (octave-font-lock-keywords): Include [ and {.
1493
1494 2013-05-02 Leo Liu <sdl.web@gmail.com>
1495
1496 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1497 (inferior-octave): Remove calling comint-mode and return the buffer.
1498 (inferior-octave-startup): Cosmetic changes.
1499
1500 2013-05-02 Leo Liu <sdl.web@gmail.com>
1501
1502 * progmodes/octave.el (octave-syntax-propertize-function):
1503 Include the case when ' is at line beginning. (Bug#14336)
1504
1505 2013-05-02 Glenn Morris <rgm@gnu.org>
1506
1507 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1508 * desktop.el (vc-dir-mode): Just autoload it here.
1509
1510 2013-05-02 Alan Mackenzie <acm@muc.de>
1511
1512 Eliminate variable c-standard-font-lock-fontify-region-function.
1513 * progmodes/cc-mode.el
1514 (c-standard-font-lock-fontify-region-function): Remove.
1515 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1516
1517 2013-05-01 Leo Liu <sdl.web@gmail.com>
1518
1519 * progmodes/octave.el: Compatible with older emacs-24 releases.
1520 (inferior-octave-has-built-in-variables): Remove. Built-in
1521 variables were removed from Octave in 2007.
1522 (inferior-octave-startup): Fix uses.
1523 (comint-line-beginning-position): Remove compatibility code for
1524 emacs 21.
1525
1526 2013-05-01 Juri Linkov <juri@jurta.org>
1527
1528 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1529
1530 2013-05-01 Juri Linkov <juri@jurta.org>
1531
1532 * comint.el (comint-previous-matching-input): Don't print message
1533 "History item: %d" when `isearch-mode' is active.
1534 (comint-history-isearch-message): Print message "History item: %d"
1535 when `comint-input-ring-index' is not empty and this function is
1536 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1537
1538 2013-05-01 Leo Liu <sdl.web@gmail.com>
1539
1540 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1541 definitions. Use completion-at-point to insert keywords.
1542 (octave-abbrev-start): Remove.
1543 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1544
1545 2013-04-30 Leo Liu <sdl.web@gmail.com>
1546
1547 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1548 change.
1549
1550 2013-04-30 Alan Mackenzie <acm@muc.de>
1551
1552 Handle arbitrarily long C++ member initialisation lists.
1553 * progmodes/cc-engine.el (c-back-over-member-initializers):
1554 new function.
1555 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1556 (most) member init lists.
1557
1558 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1559
1560 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1561 variable.
1562
1563 2013-04-30 Leo Liu <sdl.web@gmail.com>
1564
1565 * progmodes/octave.el (octave-variables): Remove. No builtin
1566 variables any more. All converted to functions.
1567 (octave-font-lock-keywords, octave-completion-at-point-function):
1568 Fix uses.
1569 (octave-font-lock-texinfo-comment): New user variable.
1570 (octave-texinfo-font-lock-keywords): New variable for texinfo
1571 comment block.
1572 (octave-function-comment-block): New face.
1573 (octave-font-lock-texinfo-comment): New function.
1574 (octave-mode): Font lock texinfo comment block.
1575
1576 2013-04-29 Leo Liu <sdl.web@gmail.com>
1577
1578 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1579 indexing expression.
1580 (octave-continuation-string): Do not use \.
1581 (inferior-octave-complete-impossible): Remove.
1582 (inferior-octave-completion-table)
1583 (inferior-octave-completion-at-point): Remove its uses.
1584 (inferior-octave-startup): completion_matches was introduced to
1585 Octave in 1996 so safe to assume it.
1586 (octave-function-file-comment): Improve to follow how Octave does it.
1587 (octave-update-function-file-comment): Tweak.
1588
1589 2013-04-29 Leo Liu <sdl.web@gmail.com>
1590
1591 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1592 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1593 (octave-function-file-comment): Fix typo.
1594 (octave-sync-function-file-names): Use read-char-choice.
1595
1596 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1597
1598 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1599 to t for the less important warnings.
1600
1601 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1602
1603 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1604
1605 2013-04-27 Glenn Morris <rgm@gnu.org>
1606
1607 * vc/log-view.el (log-view-current-entry):
1608 Treat "---" separator lines as part of the following rev. (Bug#14169)
1609
1610 2013-04-27 Juri Linkov <juri@jurta.org>
1611
1612 * subr.el (read-number): Doc fix about using it by interactive
1613 code letter `n'. (Bug#14254)
1614
1615 2013-04-27 Juri Linkov <juri@jurta.org>
1616
1617 * desktop.el (desktop-auto-save-timeout): New option.
1618 (desktop-file-checksum): New variable.
1619 (desktop-save): Add optional arg `auto-save' and don't auto-save
1620 if nothing changed.
1621 (desktop-auto-save-timer): New variable.
1622 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1623 (after-init-hook): Call `desktop-auto-save-set-timer'.
1624 Suggested by Reuben Thomas <rrt@sc3d.org> in
1625 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1626
1627 2013-04-27 Leo Liu <sdl.web@gmail.com>
1628
1629 * progmodes/octave.el (octave-function-file-p)
1630 (octave-skip-comment-forward, octave-function-file-comment)
1631 (octave-update-function-file-comment): New functions.
1632 (octave-mode-map): Bind C-c ; to
1633 octave-update-function-file-comment.
1634 (octave-mode-menu): Add octave-update-function-file-comment.
1635 (octave-mode, inferior-octave-mode): Fix doc-string.
1636 (octave-insert-defun): Conform to Octave's coding convention.
1637 (Bug#14285)
1638
1639 * files.el (basic-save-buffer): Don't let errors in
1640 before-save-hook prevent saving buffer.
1641
1642 2013-04-20 Roland Winkler <winkler@gnu.org>
1643
1644 * faces.el (read-face-name): Use completing-read if arg multiple
1645 is nil.
1646
1647 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1648
1649 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1650 displayed, move point to after the totals line.
1651 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1652 for the details.
1653
1654 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1657 Add current dir to the load-path.
1658 (package-generate-autoloads): Don't rely on
1659 autoload-ensure-default-file.
1660
1661 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1662
1663 * textmodes/remember.el (remember-store-in-files): Document that
1664 the file name format is passed to `format-time-string'.
1665
1666 2013-04-26 Leo Liu <sdl.web@gmail.com>
1667
1668 * progmodes/octave.el (octave-sync-function-file-names): New function.
1669 (octave-mode): Use it in before-save-hook.
1670
1671 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1674 (bug#14274).
1675
1676 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1677 \n and comment, even if it's not an implicit ; (bug#14218).
1678
1679 2013-04-26 Glenn Morris <rgm@gnu.org>
1680
1681 * subr.el (read-number): Once more use `read' rather than
1682 `string-to-number', to trap non-numeric input. (Bug#14254)
1683
1684 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1685
1686 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1687 Use `syntax-multiline' text property consistently instead of
1688 `font-lock-multiline'. (bug#14237).
1689
1690 2013-04-26 Glenn Morris <rgm@gnu.org>
1691
1692 * emacs-lisp/shadow.el (list-load-path-shadows):
1693 No longer necessary to check for duplicate simple.el, since
1694 2012-07-07 change to init_lread to not include installation lisp
1695 directories in load-path when running uninstalled. (Bug#14270)
1696
1697 2013-04-26 Leo Liu <sdl.web@gmail.com>
1698
1699 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1700 (octave-mode, inferior-octave-mode): Use setq-local.
1701 (octave-not-in-string-or-comment-p): Rename to
1702 octave-in-string-or-comment-p.
1703 (octave-in-comment-p, octave-in-string-p)
1704 (octave-in-string-or-comment-p): Replace defsubst with defun.
1705
1706 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1707
1708 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1709
1710 2013-04-25 Bastien Guerry <bzg@gnu.org>
1711
1712 * textmodes/remember.el (remember-data-directory)
1713 (remember-directory-file-name-format): Fix custom types.
1714
1715 2013-04-25 Leo Liu <sdl.web@gmail.com>
1716
1717 * progmodes/octave.el (octave-completion-at-point-function):
1718 Make use of inferior octave process.
1719 (octave-initialize-completions): Remove.
1720 (inferior-octave-completion-table): New function.
1721 (inferior-octave-completion-at-point): Use it.
1722 (octave-completion-alist): Remove.
1723
1724 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1727 (opascal-mode-syntax-table): New var.
1728 (opascal-literal-kind, opascal-is-literal-end)
1729 (opascal-literal-token-at): Rewrite.
1730 (opascal--literal-start-re, opascal-font-lock-keywords)
1731 (opascal--syntax-propertize): New constants.
1732 (opascal-font-lock-defaults): Adjust.
1733 (opascal-mode): Use them. Set comment-<foo> variables as well.
1734 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1735 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1736 (delphi-other-face, opascal-other-face): Remove face variables.
1737 (opascal-save-state): Remove macro.
1738 (opascal-fontifying-progress-step): Remove constant.
1739 (opascal--ignore-changes): Remove var.
1740 (opascal-set-token-property, opascal-parse-next-literal)
1741 (opascal-is-stable-literal, opascal-complete-literal)
1742 (opascal-is-literal-start, opascal-face-of)
1743 (opascal-parse-region, opascal-parse-region-until-stable)
1744 (opascal-fontify-region, opascal-after-change)
1745 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1746 (opascal-debug-parse-region, opascal-debug-parse-window)
1747 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1748 (opascal-debug-fontify-buffer): Remove.
1749 (opascal-debug-mode-map): Adjust accordingly.
1750
1751 2013-04-25 Leo Liu <sdl.web@gmail.com>
1752
1753 Merge octave-mod.el and octave-inf.el into octave.el with some
1754 cleanups.
1755 * progmodes/octave.el: New file renamed from octave-mod.el.
1756 * progmodes/octave-inf.el: Merged into octave.el.
1757 * progmodes/octave-mod.el: Renamed to octave.el.
1758
1759 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1760
1761 * textmodes/reftex-vars.el
1762 (reftex-label-ignored-macros-and-environments): New defcustom.
1763
1764 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1765
1766 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1769 (smie-indent-keyword): Improve the check to ensure that the next
1770 comment is really on the same line.
1771 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1772
1773 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1774 semi-colons if the line is not otherwise empty (bug#14218).
1775
1776 2013-04-25 Glenn Morris <rgm@gnu.org>
1777
1778 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1779
1780 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * progmodes/opascal.el (opascal-set-token-property): Rename from
1783 opascal-set-text-properties and only set `token' (bug#14134).
1784 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1785 (opascal-literal-text-properties): Remove.
1786 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1787 Adjust callers.
1788
1789 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1790
1791 * textmodes/remember.el (remember-handler-functions): Add an
1792 option for a new handler `remember-store-in-files'.
1793 (remember-data-directory, remember-directory-file-name-format):
1794 New options.
1795 (remember-store-in-files): New function to store remember notes
1796 as separate files within a directory.
1797
1798 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1799
1800 * progmodes/compile.el (compilation-next-error-function):
1801 Pass "formats" to compilation-find-file (bug#11777).
1802
1803 2013-04-24 Glenn Morris <rgm@gnu.org>
1804
1805 * vc/vc-bzr.el (vc-bzr-print-log):
1806 * vc/vc-hg.el (vc-hg-print-log):
1807 * vc/vc-svn.el (vc-svn-print-log):
1808 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1809
1810 * vc/vc-bzr.el (vc-bzr-print-log):
1811 * vc/vc-cvs.el (vc-cvs-print-log):
1812 * vc/vc-git.el (vc-git-print-log):
1813 * vc/vc-hg.el (vc-hg-print-log):
1814 * vc/vc-mtn.el (vc-mtn-print-log):
1815 * vc/vc-rcs.el (vc-rcs-print-log):
1816 * vc/vc-sccs.el (vc-sccs-print-log):
1817 * vc/vc-svn.el (vc-svn-print-log):
1818 * vc/vc.el (vc-print-log-internal): Doc fixes.
1819
1820 2013-04-23 Glenn Morris <rgm@gnu.org>
1821
1822 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1823 Remove venerable code attempting to avoid substitute-command-keys.
1824
1825 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1826
1827 * textmodes/reftex-vars.el (reftex-label-regexps):
1828 Call `reftex-compile-variables' after changes to this variable.
1829
1830 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1833 Use lexical-binding.
1834 (jit-lock-force-redisplay): Use markers, check buffer's continued
1835 existence and beware narrowed buffers.
1836 (jit-lock-fontify-now): Adjust call accordingly.
1837
1838 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1841 to avoid misleading the user.
1842
1843 2013-04-22 Leo Liu <sdl.web@gmail.com>
1844
1845 * info-look.el: Prefer latex2e.info. (Bug#14240)
1846
1847 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1848
1849 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1850
1851 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1852 * net/tramp.el (tramp-call-process): ... here
1853 (tramp-set-completion-function, tramp-parse-putty):
1854 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1855 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1856 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1857 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1858 (tramp-call-local-coding-command): Use `tramp-call-process'
1859 instead of `tramp-compat-call-process'.
1860
1861 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1862 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1863 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1864 (tramp-find-inline-compress): Improve traces.
1865 (tramp-maybe-send-script): Check for Perl binary.
1866 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1867
1868 2013-04-22 Daiki Ueno <ueno@gnu.org>
1869
1870 * epg.el (epg-context-pinentry-mode): New function.
1871 (epg-context-set-pinentry-mode): New function.
1872 (epg--start): Pass --pinentry-mode option to gpg command.
1873
1874 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1875
1876 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
1877 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1878 `completion-at-point'. (Bug#13774)
1879
1880 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1881 default key binding for `describe-distribution' has been moved to
1882 `C-h C-o'. (Bug#13970)
1883
1884 2013-04-21 Glenn Morris <rgm@gnu.org>
1885
1886 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1887 Add doc strings.
1888 (vc-print-log): Clarify interactive prompt.
1889
1890 2013-04-20 Glenn Morris <rgm@gnu.org>
1891
1892 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1893 No longer include timestamp etc information.
1894
1895 2013-04-20 Roland Winkler <winkler@gnu.org>
1896
1897 * faces.el (read-face-name): Bug fix, return just one face if arg
1898 multiple is nil. (Bug#14209)
1899
1900 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1903 (remove-function): Autoload.
1904
1905 * comint.el (comint-redirect-original-filter-function): Remove.
1906 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1907 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1908 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1909 * progmodes/prolog.el (prolog-consult-compile):
1910 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1911 Use add/remove-function instead.
1912 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1913 (gud-tooltip-process-output, gud-tooltip-tips):
1914 Use add/remove-function instead.
1915 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1916 (scheme-interaction-mode, exit-scheme-interaction-mode):
1917 Use add/remove-function instead.
1918
1919 * vc/vc-dispatcher.el: Use lexical-binding.
1920 (vc--process-sentinel): Rename from vc-process-sentinel.
1921 Change last arg to be the code to run. Don't use vc-previous-sentinel
1922 and vc-sentinel-commands any more.
1923 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1924 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1925
1926 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1927
1928 * progmodes/sh-script.el (sh-imenu-generic-expression):
1929 Handle function names with a single character. (Bug#14111)
1930
1931 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1932
1933 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1934 for subroutines defined in an eval (bug#14182).
1935
1936 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1937
1938 * bookmark.el (bookmark-completing-read): Improve handling of empty
1939 string (bug#14176).
1940
1941 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1944
1945 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1946
1947 New faster Imenu implementation (bug#14058).
1948 * progmodes/python.el:
1949 (python-imenu-prev-index-position):
1950 (python-imenu-format-item-label-function)
1951 (python-imenu-format-parent-item-label-function)
1952 (python-imenu-format-parent-item-jump-label-function):
1953 New vars.
1954 (python-imenu-format-item-label)
1955 (python-imenu-format-parent-item-label)
1956 (python-imenu-format-parent-item-jump-label)
1957 (python-imenu--put-parent, python-imenu--build-tree)
1958 (python-imenu-create-index, python-imenu-create-flat-index)
1959 (python-util-popn): New functions.
1960 (python-mode): Set imenu-create-index-function to
1961 python-imenu-create-index.
1962
1963 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * winner.el (winner-active-region): Use region-active-p, activate-mark
1966 and deactivate-mark (bug#14225).
1967
1968 * simple.el (deactivate-mark): Don't inline it.
1969
1970 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1971
1972 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1973
1974 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1975
1976 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1977 file extensions from the archive-mode entry in order to prefer
1978 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1979
1980 2013-04-18 Leo Liu <sdl.web@gmail.com>
1981
1982 * bindings.el (help-event-list): Add ?\?.
1983
1984 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * subr.el (with-wrapper-hook): Declare obsolete.
1987 * simple.el (filter-buffer-substring-function): New hook.
1988 (filter-buffer-substring): Use it.
1989 (filter-buffer-substring-functions): Mark obsolete.
1990 * minibuffer.el (completion-in-region-function): New hook.
1991 (completion-in-region): Use it.
1992 (completion-in-region-functions): Mark obsolete.
1993 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1994 * abbrev.el (abbrev-expand-function): New hook.
1995 (expand-abbrev): Use it.
1996 (abbrev-expand-functions): Mark obsolete.
1997 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1998 and :filter-return.
1999
2000 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2001
2002 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2003 and do not care about match data.
2004
2005 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2008 completion tables when completing error conditions and
2009 `declare' arguments.
2010 (lisp-complete-symbol, field-complete): Mark as obsolete.
2011 (check-parens): Unmatched parens are user errors.
2012 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2013
2014 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2015
2016 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2017 command changed buffer (ie. `flyspell-pre-buffer' is not current
2018 buffer), which prevents making decisions based on invalid value of
2019 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2020 cause an error when `flyspell-pre-point' was nil after switching
2021 buffers.
2022 (flyspell-post-command-hook): No longer needs to change buffers when
2023 checking pre-word. While at it remove unnecessary progn.
2024
2025 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2026
2027 * textmodes/ispell.el (ispell-add-per-file-word-list):
2028 Fix `flyspell-correct-word-before-point' error when accepting
2029 words and `coment-padding' is an integer by using
2030 `comment-normalize-vars' (Bug #14214).
2031
2032 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2033
2034 New defun movement commands.
2035 * progmodes/python.el (python-nav--syntactically)
2036 (python-nav--forward-defun, python-nav-backward-defun)
2037 (python-nav-forward-defun): New functions.
2038
2039 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2040
2041 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2042 (python-syntax-context): Use named compiler-macro for backwards
2043 compatibility with Emacs 24.x.
2044
2045 2013-04-17 Leo Liu <sdl.web@gmail.com>
2046
2047 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2048 octave-hide-process-buffer.
2049
2050 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2053 (bug#14216).
2054
2055 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2056
2057 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2058 Fix adjustment of offset when receiving incomplete responses from GDB
2059 (bug#14129).
2060
2061 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2064 python-mode-abbrev-table.
2065 (python-skeleton-define): Adjust accordingly.
2066 (python-mode-abbrev-table): New table that inherits from it so that
2067 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2068
2069 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2070 (abbrev-symbol): Use it.
2071 (abbrev--before-point): Use it since we already handle inheritance.
2072
2073 2013-04-16 Leo Liu <sdl.web@gmail.com>
2074
2075 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2076 binding to info-lookup-symbol.
2077
2078 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * minibuffer.el (completion--twq-all):
2081 * term/ns-win.el (ns-initialize-window-system):
2082 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2083
2084 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2087 global bindings.
2088
2089 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2090
2091 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2092
2093 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2094 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2095 to nil.
2096 (ruby-end-of-defun): Remove the unused arg, change the docstring
2097 to reflect that this function is only used as the value of
2098 `end-of-defun-function'.
2099 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2100 to reflect an earlier change that beginning/end-of-defun functions
2101 jump between methods in a class definition, as well as top-level
2102 functions.
2103
2104 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * minibuffer.el (minibuffer-complete): Don't just scroll
2107 a *Completions* that's been iconified.
2108 (minibuffer-force-complete): Make sure repetitions do cycle when going
2109 through completion-in-region -> minibuffer-complete.
2110
2111 2013-04-15 Alan Mackenzie <acm@muc.de>
2112
2113 Correct the placement of c-cpp-delimiters when there're #s not at
2114 col 0.
2115
2116 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2117 place a submatch around the #.
2118 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2119 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2120 on the #, not BOL.
2121
2122 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2125 (advice--member-p): New arg `name'.
2126 (advice--add-function, advice-member-p): Use it (bug#14202).
2127
2128 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2129
2130 Reformulate java imenu-generic-expression.
2131 The old expression contained ill formed regexps.
2132
2133 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2134 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2135 (cc-imenu-java-method-arg-regexp): New defconsts.
2136 (cc-imenu-java-build-type-args-regex): New defun.
2137 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2138 handling of spaces in the regexp.
2139
2140 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2141
2142 * textmodes/ispell.el (ispell-command-loop): Remove
2143 flyspell highlight of a word when ispell accepts it (bug #14178).
2144
2145 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2146
2147 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2148 uses code from the previous `ange-ftp-run-real-handler'.
2149 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2150 only in case that function exist. This is needed for proper
2151 unloading of Tramp.
2152
2153 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2154
2155 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2156
2157 * textmodes/reftex.el (reftex-compile-variables): Use it.
2158
2159 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * files.el (normal-mode): Only use default major-mode if no other mode
2162 was specified.
2163
2164 * emacs-lisp/trace.el (trace-values): New function.
2165
2166 * files.el: Allow : in local variables (bug#14089).
2167 (hack-local-variable-regexp): New var.
2168 (hack-local-variables-prop-line, hack-local-variables): Use it.
2169
2170 2013-04-13 Roland Winkler <winkler@gnu.org>
2171
2172 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2173 data before it gets modified by bibtex-beginning-of-entry.
2174
2175 2013-04-13 Roland Winkler <winkler@gnu.org>
2176
2177 * textmodes/bibtex.el (bibtex-url): Doc fix.
2178
2179 2013-04-13 Roland Winkler <winkler@gnu.org>
2180
2181 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2182 does not visit a BibTeX file, exclude it from the list of buffers
2183 returned by bibtex-initialize.
2184
2185 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2186
2187 * window.el (split-window): Remove interactive form, since as a
2188 command this function is a special case of split-window-below.
2189 Correct doc string.
2190
2191 2013-04-12 Roland Winkler <winkler@gnu.org>
2192
2193 * faces.el (read-face-name): Do not override value of arg default.
2194 Allow single faces and strings as default values. Remove those
2195 elements from return value that are not faces.
2196 (describe-face): Simplify.
2197 (face-at-point): New optional args thing and multiple so that this
2198 function can provide the same functionality previously provided by
2199 read-face-name.
2200 (make-face-bold, make-face-unbold, make-face-italic)
2201 (make-face-unitalic, make-face-bold-italic, invert-face)
2202 (modify-face, read-face-and-attribute): Use face-at-point.
2203
2204 * cus-edit.el (customize-face, customize-face-other-window)
2205 * cus-theme.el (custom-theme-add-face)
2206 * face-remap.el (buffer-face-set)
2207 * facemenu.el (facemenu-set-face): Use face-at-point.
2208
2209 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2212
2213 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2214
2215 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2216 off leading { and trailing } from field values.
2217
2218 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * emacs-lisp/timer.el (timer--check): New function.
2221 (timer--time, timer-set-function, timer-event-handler): Use it.
2222 (timer-set-idle-time): Simplify.
2223 (timer--activate): CSE.
2224 (timer-event-handler): Give more info in error message.
2225 (internal-timer-start-idle): New function, moved from C.
2226
2227 * mpc.el (mpc-proc): Add `restart' argument.
2228 (mpc-proc-cmd): Use it.
2229 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2230 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2231 less often.
2232
2233 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2234
2235 * progmodes/sh-script.el: Implement `sh-mode' own
2236 `add-log-current-defun-function' (bug#14112).
2237 (sh-current-defun-name): New function.
2238 (sh-mode): Use the function.
2239
2240 2013-04-09 Bastien Guerry <bzg@gnu.org>
2241
2242 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2243
2244 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2247
2248 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2249 timer (bug#14156).
2250
2251 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2252
2253 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2254 declaration.
2255
2256 2013-04-07 Leo Liu <sdl.web@gmail.com>
2257
2258 * pcmpl-x.el: New file.
2259
2260 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2261
2262 Do not set x-display-name until X connection is established.
2263 This is needed to prevent from weird situation described at
2264 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2265 * frame.el (make-frame): Set x-display-name after call to
2266 window system initialization function, not before.
2267 * term/x-win.el (x-initialize-window-system): Add optional
2268 display argument and use it.
2269 * term/w32-win.el (w32-initialize-window-system):
2270 * term/ns-win.el (ns-initialize-window-system):
2271 * term/pc-win.el (msdos-initialize-window-system):
2272 Add compatible optional display argument.
2273
2274 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2275
2276 * files.el (normal-backup-enable-predicate): On MS-Windows and
2277 MS-DOS compare truenames of temporary-file-directory and of the
2278 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2279 don't fail comparison by compare-strings. Also, compare file
2280 names case-insensitively on MS-Windows and MS-DOS.
2281
2282 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2285 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2286
2287 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2288
2289 * whitespace.el (whitespace-color-on, whitespace-color-off):
2290 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2291
2292 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2293
2294 * ispell.el (ispell-set-spellchecker-params):
2295 Really set `ispell-args' for all equivs.
2296
2297 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * ido.el (ido-completions): Use extra elements of ido-decorations
2300 (bug#14143).
2301 (ido-decorations): Update docstring.
2302
2303 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2306 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2307 nil during initialization, in order not to miss changes since the
2308 file was opened. (Bug#14140)
2309
2310 2013-04-05 Leo Liu <sdl.web@gmail.com>
2311
2312 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2313
2314 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2315
2316 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2317
2318 2013-04-04 Glenn Morris <rgm@gnu.org>
2319
2320 * electric.el (electric-pair-inhibit-predicate): Add :version.
2321
2322 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2325 when a package is required several times (bug#14082).
2326
2327 2013-04-04 Roland Winkler <winkler@gnu.org>
2328
2329 * faces.el (read-face-name): Behave as promised by the docstring.
2330 Assume that arg default is a list of faces.
2331 (describe-face): Call read-face-name with list of default faces.
2332
2333 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2334
2335 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2336 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2337 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2338 the header.
2339 (bookmark-exit-hook-internal): Save even if list is empty.
2340
2341 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2342
2343 * emacs-lisp/package.el (package-pinned-packages): New var.
2344 (package--add-to-archive-contents): Obey it (bug#14118).
2345
2346 2013-04-03 Alan Mackenzie <acm@muc.de>
2347
2348 Handle `parse-partial-sexp' landing inside a comment opener
2349 (Bug#13244). Also adapt to the new values of element 7 of a parse
2350 state.
2351
2352 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2353 parameter `not-in-delimiter'. Handle being inside comment opener.
2354 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2355 character in case we're typing a '*' after a '/'.
2356 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2357 instead by passing the parameter to c-state-pp-to-literal.
2358
2359 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2360 for elt. 7 of a parse state.
2361
2362 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2363
2364 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2365 * international/latin1-disp.el, international/mule-util.el:
2366 * language/cyril-util.el, language/european.el, language/ind-util.el:
2367 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2368 * language/tibetan.el, language/viet-util.el:
2369 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2370
2371 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2374 (electric-pair-post-self-insert-function): Use it.
2375 (electric-pair-default-inhibit): New function, extracted from
2376 electric-pair-post-self-insert-function.
2377
2378 2013-03-31 Roland Winkler <winkler@gnu.org>
2379
2380 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2381
2382 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2385
2386 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2387
2388 Un-indent after "pass" and "return" statements (Bug#13888)
2389 * progmodes/python.el (python-indent-block-enders): New var.
2390 (python-indent-calculate-indentation): Use it.
2391
2392 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2393
2394 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2395 defun. Defining it as defalias could introduce too eager
2396 byte-compiler optimization. (Bug#14030)
2397
2398 2013-03-30 Chong Yidong <cyd@gnu.org>
2399
2400 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2401
2402 2013-03-30 Leo Liu <sdl.web@gmail.com>
2403
2404 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2405 (kmacro-execute-from-register): Pass the keyboard macro to
2406 kmacro-call-macro or repeating won't work correctly.
2407
2408 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2409
2410 * progmodes/subword.el: Back to using `forward-symbol'.
2411
2412 * subr.el (forward-whitespace, forward-symbol)
2413 (forward-same-syntax): Move from thingatpt.el.
2414
2415 2013-03-29 Leo Liu <sdl.web@gmail.com>
2416
2417 * kmacro.el (kmacro-to-register): New command.
2418 (kmacro-execute-from-register): New function.
2419 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2420
2421 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * mpc.el: Use defvar-local and setq-local.
2424 (mpc--proc-connect): Connection failures are not bugs.
2425 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2426 (mpc-volume-map): Bind to the up-events.
2427
2428 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2429
2430 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2431 instead of `forward-symbol'.
2432
2433 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2436 (edebug--recursive-edit): Use it.
2437 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2438 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2439
2440 2013-03-28 Leo Liu <sdl.web@gmail.com>
2441
2442 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2443
2444 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2445
2446 * facemenu.el (list-colors-callback): New defvar.
2447 (list-colors-redisplay): New function.
2448 (list-colors-display): Install list-colors-redisplay as the
2449 revert-buffer-function. (Bug#14063)
2450
2451 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2454 and suffixes don't overlap (bug#14061).
2455
2456 * case-table.el: Use lexical-binding.
2457 (case-table-get-table): New function.
2458 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2459
2460 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2461
2462 * progmodes/subword.el: Add `superword-mode' to do word motion
2463 over symbol_words (parallels and leverages `subword-mode' which
2464 does word motion inside MixedCaseWords).
2465
2466 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2467
2468 * eshell/em-unix.el: Move su and sudo to...
2469 * eshell/em-tramp.el: ...Eshell tramp module.
2470
2471 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2474 Change return value to be a sexp. Delay `get-buffer' to after
2475 restoring the desktop (bug#13951).
2476
2477 2013-03-26 Leo Liu <sdl.web@gmail.com>
2478
2479 * register.el: Move semantic tag handling back to
2480 cedet/semantic/senator.el. (Bug#14052)
2481
2482 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2485 into the prompt either (bug#13963).
2486
2487 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2490 part of "(error-foo)".
2491
2492 2013-03-24 Juri Linkov <juri@jurta.org>
2493
2494 * replace.el (list-matching-lines-prefix-face): New defcustom.
2495 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2496 `occur-engine' if `face-differs-from-default-p' returns t.
2497 (occur-engine): Add `,' inside backquote construct to evaluate
2498 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2499 Pass `prefix-face' to the functions `occur-context-lines' and
2500 `occur-engine-add-prefix'.
2501 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2502 `prefix-face' and propertize the prefix with `prefix-face'.
2503 (Bug#14017)
2504
2505 2013-03-24 Leo Liu <sdl.web@gmail.com>
2506
2507 * nxml/rng-valid.el (rng-validate-while-idle)
2508 (rng-validate-quick-while-idle): Guard against deleted buffer.
2509 (Bug#13999)
2510
2511 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2512 is the last entry in kill-buffer-hook.
2513
2514 * files.el (kill-buffer-hook): Doc fix.
2515
2516 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2517
2518 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2519 Make it safe-local.
2520
2521 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2522
2523 2013-03-23 Leo Liu <sdl.web@gmail.com>
2524
2525 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2526 Remove.
2527
2528 * nxml/rng-valid.el (rng-validate-mode)
2529 (rng-after-change-function, rng-do-some-validation):
2530 * nxml/rng-maint.el (rng-validate-buffer):
2531 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2532 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2533 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2534 (nxml-extend-after-change-region): Use with-silent-modifications.
2535
2536 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2537 timer-idle-list.
2538
2539 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2540 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2541 timer-idle-list. (Bug#13999)
2542
2543 2013-03-23 Juri Linkov <juri@jurta.org>
2544
2545 * info.el (info-index-match): New face.
2546 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2547 main pattern and add text properties with the new face to matches
2548 in index entries relative to the beginning of the index entry.
2549 (Bug#14015)
2550
2551 2013-03-21 Eric Ludlam <zappo@gnu.org>
2552
2553 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2554 Inhibit read only while inserting objects.
2555
2556 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2557
2558 * progmodes/cfengine.el: Update docs to mention
2559 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2560 symbol motion. Remove "_" from the word syntax.
2561
2562 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2563
2564 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2565 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2566
2567 2013-03-20 Juri Linkov <juri@jurta.org>
2568
2569 * info.el (Info-next-reference-or-link)
2570 (Info-prev-reference-or-link): New functions.
2571 (Info-next-reference, Info-prev-reference): Use them.
2572 (Info-try-follow-nearest-node): Handle footnote navigation.
2573 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2574
2575 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2578 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2579
2580 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2581
2582 Suppress unnecessary non-ASCII chatter during build process.
2583 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2584 (batch-skkdic-convert): Suppress most of the chatter.
2585 It's not needed so much now that machines are faster,
2586 and its non-ASCII component was confusing; see Dmitry Gutov in
2587 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2588
2589 2013-03-20 Leo Liu <sdl.web@gmail.com>
2590
2591 * ido.el (ido-chop): Fix bug#10994.
2592
2593 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2594
2595 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2596 Remove vars.
2597 (whitespace-color-on, whitespace-color-off):
2598 Use `font-lock-fontify-buffer' (Bug#13817).
2599
2600 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2603 remapping in mode-line.
2604 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2605
2606 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2607
2608 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2609 value for `whitespace-line' face (Bug#13875).
2610 (whitespace-font-lock-keywords): Change description.
2611 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2612 the constructed keywords instead.
2613 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2614
2615 2013-03-19 Leo Liu <sdl.web@gmail.com>
2616
2617 * progmodes/compile.el (compilation-display-error): New command.
2618 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2619 C-o. (Bug#13992)
2620
2621 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2622
2623 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2624
2625 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2626
2627 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2628
2629 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2632
2633 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2634 * net/tramp-gvfs.el (top):
2635 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2636 (tramp-handle-shell-command): Use it.
2637 (tramp-dissect-file-name): Raise an error when hostname is a
2638 method name, and neither method nor user is specified.
2639
2640 * net/trampver.el: Update release number.
2641
2642 2013-03-18 Leo Liu <sdl.web@gmail.com>
2643
2644 Make sure eldoc can be turned off properly.
2645 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2646 eldoc-mode.
2647 (eldoc-display-message-p): Revert last change.
2648 (eldoc-display-message-no-interference-p)
2649 (eldoc-print-current-symbol-info): Tweak.
2650
2651 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2652
2653 * doc-view.el (doc-view-new-window-function): Check the new window
2654 overlay's display property instead the char property of the
2655 buffer's first char. Use `with-selected-window' instead of
2656 `save-window-excursion' with `select-window'.
2657 (doc-view-document->bitmap): Check the current doc-view overlay's
2658 display property instead the char property of the buffer's first char.
2659
2660 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2661
2662 Automate the build of ja-dic.el (Bug#13984).
2663 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2664 from the input, rather than assume that it's been done for us by the
2665 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2666 the current date into a ja-dic.el comment, as that complicates
2667 regression testing.
2668
2669 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * whitespace.el: Fix double evaluation.
2672 (whitespace-space, whitespace-hspace, whitespace-tab)
2673 (whitespace-newline, whitespace-trailing, whitespace-line)
2674 (whitespace-space-before-tab, whitespace-indentation)
2675 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2676 obsolete defvars.
2677 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2678 (whitespace-color-on): Use a single font-lock-add-keywords call.
2679 Fix double-evaluation of face variables.
2680
2681 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp-adb.el (tramp-adb-parse-device-names):
2684 Use `start-process' instead of `call-process'. Otherwise, the
2685 function might be blocked under MS Windows. (Bug#13299)
2686
2687 2013-03-17 Leo Liu <sdl.web@gmail.com>
2688
2689 Extend eldoc to display info in the mode-line. (Bug#13978)
2690 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2691 (eldoc-mode-line-string): New variable.
2692 (eldoc-minibuffer-message): New function.
2693 (eldoc-message-function): New variable.
2694 (eldoc-message): Use it.
2695 (eldoc-display-message-p)
2696 (eldoc-display-message-no-interference-p):
2697 Support eldoc-post-insert-mode.
2698
2699 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2700 (eval-expression): Run it.
2701
2702 2013-03-17 Roland Winkler <winkler@gnu.org>
2703
2704 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2705 strings in the list of return values.
2706
2707 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2708
2709 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2710 radix before checking for HMS forms.
2711
2712 2013-03-16 Leo Liu <sdl.web@gmail.com>
2713
2714 * progmodes/scheme.el: Add indentation and font-locking for λ.
2715 (Bug#13975)
2716
2717 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2720 token before point (bug#13942).
2721
2722 2013-03-16 Leo Liu <sdl.web@gmail.com>
2723
2724 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2725
2726 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2727
2728 * startup.el (command-line-normalize-file-name): Fix handling of
2729 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2730 <xfq.free@gmail.com> in
2731 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2732
2733 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2734
2735 Sync with Tramp 2.2.7.
2736
2737 * net/trampver.el: Update release number.
2738
2739 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2740
2741 * doc-view.el Fix bug#13887.
2742 (doc-view-insert-image): Don't modify overlay associated to
2743 non-live windows, and implement horizontal centering of image in
2744 case it's smaller than the window.
2745 (doc-view-new-window-function): Force redisplay of new windows on
2746 doc-view buffers.
2747
2748 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2749
2750 * saveplace.el (save-place-alist-to-file): Don't sort
2751 `save-place-alist', just pretty-print it (bug#13882).
2752
2753 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2756 whether `default-file-name-coding-system' is bound. It isn't in
2757 XEmacs.
2758
2759 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2762 backquotes for `obsolete' (bug#13929).
2763
2764 * international/mule.el (find-auto-coding): Include file name in
2765 obsolescence warning (bug#13922).
2766
2767 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2768
2769 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2770 for CFEngine 3-specific indentation.
2771 (cfengine3-indent-line): Use it. Fix up category regex.
2772 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2773
2774 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * type-break.el (type-break-file-name):
2777 * textmodes/remember.el (remember-data-file):
2778 * strokes.el (strokes-file):
2779 * shadowfile.el (shadow-initialize):
2780 * saveplace.el (save-place-file):
2781 * ps-bdf.el (bdf-cache-file):
2782 * progmodes/idlwave.el (idlwave-config-directory):
2783 * net/quickurl.el (quickurl-url-file):
2784 * international/kkc.el (kkc-init-file-name):
2785 * ido.el (ido-save-directory-list-file):
2786 * emulation/viper.el (viper-custom-file-name):
2787 * emulation/vip.el (vip-startup-file):
2788 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2789 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2790
2791 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2792
2793 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2794 * language/thai-word.el: Switch to UTF-8.
2795
2796 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2799
2800 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2801
2802 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2803 Use with-current-buffer and don't move point.
2804 (net-utils-run-simple): Remove useless code.
2805 (net-utils-remove-ctl-m): Remove unused custom.
2806
2807 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2808
2809 * international/characters.el (glyphless-set-char-table-range): New fun.
2810 (update-glyphless-char-display): Use it (bug#13744).
2811
2812 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2813
2814 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2815 namespaces in the syntax, indent closer for hanging brace
2816 correctly, allow single-quote delimited 'strings', and make
2817 `cfengine3-mode' the default.
2818
2819 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2820
2821 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2822 Use lexical-binding. Fix up docstring according to conventions.
2823 (gdbmi-debug-mode): New var.
2824 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2825 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2826 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2827 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2828 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2829 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2830 (gdbmi-bnf-incomplete-record-result): New functions.
2831 (gdb-car<): Remove function.
2832 (gdbmi-record-list): Remove variable.
2833 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2834 (gdbmi-bnf-result-state-configs): New const.
2835 (gud-gdbmi-marker-filter): Rewrite.
2836 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2837 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2838 Add `token' argument.
2839 (gdb-done, gdb-error): New functions.
2840 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2841
2842 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * term/xterm.el (xterm--report-background-handler): Don't burp
2845 upon timeout.
2846 (xterm--version-handler): Extract from terminal-init-xterm.
2847 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2848 Allow multiple handlers.
2849 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2850
2851 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2852 (xterm--report-background-handler, xterm--query): New functions.
2853 (terminal-init-xterm): Use them.
2854
2855 2013-03-11 Michael R. Mauger <michael@mauger.com>
2856
2857 * progmodes/sql.el Version 3.2
2858 Please note that my address changed to <michael@mauger.com>;
2859 the <mmaug@yahoo.com> address remains active.
2860 (sql-connection-alist): Updates documentation to fix bug#13715.
2861 (sql-connect): Handle missing `sql-connection-alist' correctly.
2862 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2863 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2864 property.
2865 (sql-default-value): New function.
2866 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2867 values were not used.
2868 (sql-rename-buffer): Make sure alternate buffer name has no text
2869 properties.
2870 (sql-input-sender, sql-execute-feature): Fetch variable with
2871 `buffer-local-value' rather than `with-current-buffer'.
2872 (sql-*): Use #' function syntax consistently.
2873 (sql-*): Use message/error/user-error consistently.
2874
2875 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * xt-mouse.el (xterm-mouse-event-read): Remove.
2878 (xterm-mouse--read-event-sequence-1000)
2879 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2880
2881 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * term/xterm.el (xterm-function-map): Support format used with
2884 formatOtherKeys=1 (bug#13839).
2885
2886 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2887 (with-no-warnings): Use `declare'.
2888
2889 * whitespace.el (whitespace-enable-predicate): New variable.
2890 (whitespace-enable-predicate): Use it.
2891
2892 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2893 (comint-output-filter, comint-update-fence):
2894 Use with-silent-modifications.
2895
2896 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2897
2898 * replace.el (occur-read-regexp-defaults-function): New var.
2899 (occur-read-regexp-defaults): New defun.
2900 (occur-read-primary-args): Propagate above change (bug#13892).
2901
2902 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2905
2906 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2907
2908 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2909
2910 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2911 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2912 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2913 New defconst.
2914 (tramp-gvfs-file-name-handler-alist) [directory-files]
2915 [directory-files-and-attributes, file-exists-p, file-modes]:
2916 Use Tramp default handler.
2917 [file-acl, file-selinux-context, process-file, set-file-acl]:
2918 [set-file-modes, set-file-selinux-context, shell-command]:
2919 [start-file-process]: Remove handler.
2920 [verify-visited-file-modtime]: New handler.
2921 (tramp-gvfs-dbus-string-to-byte-array)
2922 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2923 calls of `dbus-string-to-byte-array' and
2924 `tramp-gvfs-dbus-byte-array-to-string'.
2925 (tramp-gvfs-handle-copy-file)
2926 (tramp-gvfs-handle-delete-directory)
2927 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2928 (tramp-gvfs-handle-file-directory-p)
2929 (tramp-gvfs-handle-file-executable-p)
2930 (tramp-gvfs-handle-file-name-all-completions)
2931 (tramp-gvfs-handle-file-readable-p)
2932 (tramp-gvfs-handle-file-writable-p)
2933 (tramp-gvfs-handle-insert-directory)
2934 (tramp-gvfs-handle-insert-file-contents)
2935 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2936 (tramp-gvfs-handle-set-visited-file-modtime)
2937 (tramp-gvfs-handle-write-region): Rewrite.
2938 (tramp-gvfs-handle-file-acl)
2939 (tramp-gvfs-handle-file-selinux-context)
2940 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2941 (tramp-gvfs-handle-set-file-modes)
2942 (tramp-gvfs-handle-set-file-selinux-context)
2943 (tramp-gvfs-handle-shell-command)
2944 (tramp-gvfs-handle-start-file-process)
2945 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2946 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2947 over the symlinks. Fix user handling.
2948 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2949 of the D-Bus signals.
2950 (tramp-gvfs-connection-mounted-p): Handle different names of the
2951 D-Bus methods.
2952 (tramp-gvfs-mount-spec-entry): New defun.
2953 (tramp-gvfs-mount-spec): Use it.
2954 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2955 there is a share name. Handle different names of the D-Bus
2956 signals and methods. Set connection properties needed for
2957 `tramp-check-cached-permissions'.
2958 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2959 Return t or nil.
2960
2961 * net/tramp.el (tramp-backtrace): Move up.
2962 (tramp-error): Dump a backtrace into the debug buffer when
2963 `tramp-verbose > 9.
2964 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2965 (tramp-file-mode-permissions, tramp-get-local-uid)
2966 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2967 tramp-sh.el.
2968
2969 * net/tramp-sh.el (tramp-file-mode-type-map)
2970 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2971 (tramp-file-mode-permissions, tramp-get-local-uid)
2972 (tramp-get-local-gid): Move to tramp.el.
2973
2974 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 Separate mouse-1-click-follows-link from mouse-drag-region.
2977 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2978 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2979 (mouse-drag-line, mouse-drag-track):
2980 Remove mouse-1-click-follows-link code.
2981 (mouse--remap-link-click-p): Remove.
2982
2983 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2984
2985 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2986 (hi-lock-read-regexp-defaults): New defun.
2987 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2988 (hi-lock-face-phrase-buffer): Propagate above change.
2989 Update docstring (bug#13892).
2990
2991 * subr.el (find-tag-default-as-regexp): New defun.
2992 * replace.el (read-regexp): Propagate above change.
2993
2994 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2995
2996 * calc/calc-units.el (calc-convert-units): Fix the way that default
2997 new units are stored.
2998
2999 2013-03-07 Matthias Meulien <orontee@gmail.com>
3000
3001 * bookmark.el: Define a face to highlight bookmark names in
3002 bookmark menu buffers, where the default is a bold face similarly
3003 to buffer names in buffer menu buffers.
3004 (bookmark-menu-bookmark): New face to highlight bookmark names.
3005 (bookmark-insert-location): Remove duplicated text property to
3006 conform to buffer list (see `list-buffers').
3007 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3008 `bookmark-menu-bookmark' to bookmark names.
3009
3010 2013-03-07 Matthias Meulien <orontee@gmail.com>
3011 Karl Fogel <kfogel@red-bean.com>
3012
3013 * bookmark.el: Display the bookmark list header similarly to the
3014 buffer list header (see `list-buffers'), where the default is now
3015 an immovable/immutable header line.
3016 (bookmark-bmenu-use-header-line): New variable.
3017 (bookmark-bmenu-inline-header-height): New name for
3018 `bookmark-bmenu-header-height', to avoid confusion with the code
3019 for the new immovable header. All references changed.
3020 (bookmark-bmenu-set-header): New function.
3021 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3022 Conditionalize header construction accordingly.
3023 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3024 the inline header height.
3025 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3026 Conditionalize the skipping of the inline header height.
3027
3028 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3029
3030 * progmodes/js.el (js--multi-line-declaration-indentation):
3031 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3032
3033 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3034
3035 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3036 Only propertize regexp when not inside a string (Bug#13885).
3037
3038 2013-03-06 Alan Mackenzie <acm@muc.de>
3039
3040 Correct the position of point in some line-up functions.
3041 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3042 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
3043 point at column 0 rather than at a random place in the line.
3044
3045 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp-compat.el (tramp-compat-delete-directory):
3048 Implement TRASH argument.
3049
3050 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3051
3052 Keep pre-existing highlighting in completion candidates (Bug#13250).
3053 * minibuffer.el (completions-first-difference): State that the
3054 face is "added" in the docstring.
3055 (completions-common-part): Same. And don't inherit from default.
3056 (completion-hilit-commonality): Prepend 'completions-common-part
3057 and 'completion-first-difference faces to the 'face property,
3058 instead of replacing the value(s).
3059 (completion--insert-strings): Same with 'completions-annotations face.
3060 (completion-hilit-commonality): Use 'face instead of
3061 'font-lock-face, because it gets priority if the completion
3062 strings already have 'face set.
3063
3064 2013-03-04 Alan Mackenzie <acm@muc.de>
3065
3066 Replace `last-command-event' by `last-command-char' in XEmacs.
3067 * progmodes/cc-defs.el (c-last-command-char): New macro.
3068 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3069 (c-semi&comma-no-newlines-before-nonblanks)
3070 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3071 in place of `last-command-event'.
3072 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3073 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3074 (c-electric-paren, c-electric-continued-statement): Use the new
3075 macro in place of `last-command-event'.
3076
3077 2013-03-04 Glenn Morris <rgm@gnu.org>
3078
3079 * files.el (inhibit-local-variables-regexps):
3080 Add .diff and .patch. (Bug#13862)
3081
3082 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3083
3084 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3085 whether the "su" command is available on the device.
3086
3087 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3090 (tramp-adb-handle-process-file): Remove superfluous setting.
3091 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3092 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3093 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3094
3095 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3098 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3099 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3100 Use dict-key rather than dict-name for the error message.
3101
3102 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3103
3104 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3105 when reverting (bug#13831).
3106
3107 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3108
3109 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3110 Always expand affix-file before storing to protect against changed
3111 `default-directory'.
3112 (ispell-print-if-debug): Make sure message is printed at the end
3113 of the debug buffer.
3114
3115 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * net/tramp.el (tramp-obsolete-methods): New defconst.
3118 (tramp-warned-obsolete-methods): New defvar.
3119 (tramp-find-method): Check for obsolete methods. Map them to a
3120 replacement method if appropriate.
3121
3122 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3123 Remove methods.
3124 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3125 "ssh2" and "plink1".
3126
3127 2013-02-28 Dale Sedivec <dale@codefu.org>
3128
3129 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3130 Return valid syntax-table property value when converting
3131 quotes within text from string syntax to punctuation syntax (bug#13844).
3132
3133 2013-02-28 Juri Linkov <juri@jurta.org>
3134
3135 * dired-aux.el (dired-diff): If file at point is a backup file,
3136 use its original as the default value, and reverse the order
3137 of arguments to the `diff' call. Doc fix. (Bug#13772)
3138
3139 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3142 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3143
3144 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3145
3146 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3147
3148 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3149 Ask hunspell about available and default dictionaries.
3150 (ispell-parse-hunspell-affix-file): Extract relevant info from
3151 hunspell affix file.
3152 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3153 `ispell-dictionary-alist' entry for given dictionary after info
3154 provided by `ispell-parse-hunspell-affix-file'.
3155 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3156 of parsed hunspell dicts and associated affix files.
3157 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3158 of parsed hunspell dicts and associated parameters.
3159 (ispell-set-spellchecker-params):
3160 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3161 previously done.
3162 (ispell-start-process):
3163 Call `ispell-hunspell-fill-dictionary-entry' for current
3164 dictionary if it is not initialized.
3165
3166 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * imenu.el: Comment nitpicks.
3169
3170 2013-02-28 Sam Steingold <sds@gnu.org>
3171
3172 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3173 See <http://stackoverflow.com/questions/14720205>.
3174
3175 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3176
3177 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3178 (net-utils-mode): Use it.
3179 (net-utils--revert-cmd): New var.
3180 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3181 (traceroute): Use net-utils-run-simple.
3182
3183 2013-02-28 Glenn Morris <rgm@gnu.org>
3184
3185 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3186
3187 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3190 (doc-view-fallback-mode): Remove overlays here.
3191 (doc-view-toggle-display): Instead of here. Don't throw away
3192 image-mode-winprops-alist.
3193 (doc-view-goto-page): Don't mess with hscroll.
3194
3195 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3196
3197 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3198 &optional (bug#13819).
3199
3200 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp-adb.el (tramp-adb-parse-device-names)
3203 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3204
3205 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3208 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3209 defined. POSIX environments fall back to the "C" locale then and
3210 emit a warning, which shall be suppressed.
3211
3212 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3215 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3216
3217 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3220
3221 2013-02-25 Juri Linkov <juri@jurta.org>
3222
3223 * replace.el (read-regexp): Let-bind `default' to the first
3224 element of `defaults' if it's a list, otherwise it should be
3225 a string or nil. Let-bind `suggestions' to `defaults' if it's
3226 a list, otherwise make a list with the string value. Doc fix.
3227 (Bug#13805)
3228
3229 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3230
3231 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3232 that match "\`\.#", to avoid compiling lock files, even if they
3233 are readable (as they are on MS-Windows).
3234
3235 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * files.el (basic-save-buffer): Remove redundant directory-creation.
3238
3239 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3240
3241 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3242 Add option to force `pi' to remain symbolic.
3243 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3244 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3245 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3246 derivatives, when necessary.
3247
3248 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3249
3250 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3251 (ps-mode-octal-region): Use string-make-unibyte.
3252
3253 2013-02-23 Glenn Morris <rgm@gnu.org>
3254
3255 * emulation/viper-cmd.el (viper-submit-report):
3256 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3257 * progmodes/vera-mode.el (vera-mode-help-address):
3258 * textmodes/artist.el (artist-maintainer-address):
3259 * textmodes/reftex.el (reftex-report-bug):
3260 * vc/ediff-util.el (ediff-submit-report):
3261 Add bug-gnu-emacs to bug report address.
3262
3263 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3264 Remove bug report entries.
3265 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3266
3267 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3268 (byte-compile-file, byte-compile-from-buffer):
3269 Use separate input/output buffers for each level of recursive
3270 byte-compile-file calls. (Bug#13787)
3271
3272 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3273
3274 * net/tramp.el (tramp-methods): Fix docstring.
3275 (tramp-ssh-controlmaster-options): Rename it from
3276 `tramp-ssh-controlmaster-template'. Return a string.
3277 (tramp-default-method): Adapt check for
3278 `tramp-ssh-controlmaster-options'.
3279
3280 * net/tramp-sh.el (tramp-methods):
3281 Replace `tramp-ssh-controlmaster-template' by "%c".
3282 (tramp-do-copy-or-rename-file-out-of-band)
3283 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3284 that it is applied for the first hop only.
3285
3286 2013-02-22 Juri Linkov <juri@jurta.org>
3287
3288 * isearch.el (isearch-lazy-highlight-new-loop):
3289 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3290 to `isearch-other-end' if it is not nil. (Bug#13402)
3291
3292 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3293 to `match-beg'.
3294
3295 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3296 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3297 and `isearch-error' to nil.
3298
3299 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3300
3301 * progmodes/python.el (python-info-current-defun):
3302 Enhance match-data cluttering prevention.
3303
3304 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3305
3306 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3307
3308 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3309 Handle multibyte file names.
3310
3311 2013-02-22 Glenn Morris <rgm@gnu.org>
3312
3313 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3314 (sgml-transformation-function): Give it a :set function.
3315 (sgml-tag): Doc fix.
3316
3317 * cmuscheme.el (scheme-buffer):
3318 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3319 * progmodes/tcl.el (inferior-tcl-buffer):
3320 * textmodes/tex-mode.el (tex-command): Doc fixes.
3321
3322 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3323
3324 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3325
3326 2013-02-21 Bastien Guerry <bzg@gnu.org>
3327
3328 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3329
3330 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3331
3332 * progmodes/python.el (python-info-current-defun):
3333 Enhance match-data cluttering prevention.
3334
3335 2013-02-21 Glenn Morris <rgm@gnu.org>
3336
3337 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3338 loaded while outline-regexp is let bound. (Bug#9584)
3339
3340 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3341
3342 * progmodes/python.el (python-info-current-defun): Fix failed
3343 defun name retrieval because of unwanted match-data cluttering.
3344
3345 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3348 defconst. Apply independent check for ControlPersist.
3349
3350 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3351 temporarily, via "env".
3352
3353 2013-02-21 Glenn Morris <rgm@gnu.org>
3354
3355 * info.el (Info-enable-edit): Remove.
3356 (Info-edit): Disable it rather than using Info-enable.
3357 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3358 (Info-cease-edit): Make editing of Info files obsolete.
3359
3360 * informat.el (Info-tagify):
3361 Handle buffers not visiting files. (Bug#13763)
3362
3363 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3366
3367 2013-02-21 Glenn Morris <rgm@gnu.org>
3368
3369 * files.el (basic-save-buffer): Move check for existing parent
3370 directory after hooks. (Bug#13773)
3371
3372 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * simple.el (command-execute): Move from C. Add obsolete check.
3375 (extended-command-history): Move from C.
3376
3377 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3378
3379 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3380 (jka-compr-mode-alist-additions): Handle .txz suffix for
3381 XZ-compressed tar archives (bug#13770).
3382
3383 2013-02-20 Bastien Guerry <bzg@gnu.org>
3384
3385 * outline.el (outline-regexp, outline-heading-end-regexp):
3386 Make variables, not options (bug#13731).
3387
3388 2013-02-20 Glenn Morris <rgm@gnu.org>
3389
3390 * image.el (image-current-frame): Change from variable to function.
3391 (image-show-frame): Rename from image-nth-frame. Update callers.
3392 * image-mode.el (image-multi-frame): New variable.
3393 (image-mode-map, image-mode, image-goto-frame):
3394 Use image-multi-frame rather than image-current-frame.
3395 (image-mode, image-goto-frame): Use image-current-frame as
3396 function rather than as variable.
3397
3398 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3399 * emacs-lisp/cl-macs.el (cl--make-type-test)
3400 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3401
3402 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3405 (tramp-get-file-property, tramp-set-file-property)
3406 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3407 (tramp-flush-file-property, tramp-flush-directory-property):
3408 Rename argument to KEY.
3409 (tramp-flush-connection-property): Simplify a little bit.
3410 (tramp-connection-property-p): New defun.
3411 (top): Reapply saved values only if there isn't a corresponding
3412 entry in `tramp-connection-properties'.
3413
3414 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3415
3416 * progmodes/python.el (python-indent-context):
3417 Fix python-info-line-ends-backslash-p call.
3418 (python-info-line-ends-backslash-p)
3419 (python-info-beginning-of-backslash): Respect line-number argument.
3420 (python-info-current-line-comment-p):
3421 Fix behavior when not at beginning-of-line.
3422 (python-util-position): Remove function.
3423 (python-util-goto-line): New function.
3424
3425 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * eshell/em-unix.el (eshell/su): Require tramp.
3428 (eshell/sudo): Require tramp. Remove now unnecessary check.
3429
3430 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3431 `tramp-current-connection' in order to avoid an error when several
3432 commands are invoked in a short time in eshell and friends.
3433
3434 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 Cleanup some of EIEIO's namespace.
3437 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3438 Use it to define all the class-* and object-* field accessors (renamed
3439 to eieio--class-* and eieio--object-*). Update all uses.
3440 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3441 class-num-slots and object-num-slots.
3442 (eieio--check-type): New macro.
3443 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3444 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3445 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3446 (object-assoc-list-safe): Use it.
3447 (eieio-defclass): Tighten regexp.
3448 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3449 Remove unreachable code.
3450 (object-class-fast): Declare obsolete.
3451 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3452 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3453 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3454 Rename from class-name, object-name, object-set-name-string,
3455 object-class, object-class-name, class-parents, class-children,
3456 class-precedence-list, class-parent; with obsolete alias.
3457 (class-of, class-direct-superclasses, class-direct-subclasses):
3458 Declare obsolete.
3459 (eieio-defmethod): Use `memq'; remove unreachable code.
3460 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3461 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3462 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3463
3464 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3465
3466 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3467 commentary.
3468
3469 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3470
3471 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3472 Use font-lock-keyword-face for macros and special forms (bug#8345).
3473
3474 2013-02-17 Didier Verna <didier@didierverna.net>
3475
3476 * net/network-stream.el (network-stream-open-starttls):
3477 Check that response to the starttls-command is non-nil. (Bug#13706)
3478
3479 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3482 Don't assume all identifier chars have syntax word.
3483 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3484 Remove bar-not-symbol. Adjust callers.
3485 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3486
3487 2013-02-17 Leo Liu <sdl.web@gmail.com>
3488
3489 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3490
3491 2013-02-17 Glenn Morris <rgm@gnu.org>
3492
3493 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3494
3495 * image-mode.el (image-mode-map): Add image-dired menu entry.
3496
3497 * image-dired.el (tumme): Make this alias obsolete.
3498
3499 2013-02-16 Glenn Morris <rgm@gnu.org>
3500
3501 * image.el (image-animated-types): Remove.
3502 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3503 (image-animated-p): Make obsolete alias.
3504 (image-animate, image-nth-frame, image-animate-timeout):
3505 Use image-multi-frame-p.
3506 (image-animate-timeout): If no delay, use image-default-frame-delay.
3507 * image-mode.el (image-mode, image-toggle-animation):
3508 Use image-multi-frame-p. (Bug#763, bug#10739)
3509 (image-mode): Adjust startup message for a multi-frame image.
3510
3511 * image-mode.el (image-mode-map): Give it a menu.
3512
3513 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3514
3515 * net/tramp-cache.el (tramp-connection-properties): New customer
3516 option.
3517 (tramp-get-connection-property): Use it.
3518
3519 * net/tramp-compat.el (top): Require 'trampver.
3520
3521 * net/tramp-sh.el (tramp-remote-process-environment):
3522 Set tramp-autoload cookie.
3523
3524 2013-02-16 Kevin Ryde <user42@zip.com.au>
3525
3526 * info-look.el (info-lookup-select-mode): If major-mode has no
3527 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3528
3529 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3530
3531 * replace.el (read-regexp): Tighten the regexp that matches tag.
3532 When tag is retrieved with `find-tag-default', use regexp that
3533 matches tag at point. Also update docstring (Bug#13687).
3534
3535 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3536
3537 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3538 add watch for the file, not its parent directory, since w32notify
3539 sets up the watch for the directory internally. (Bug#13725)
3540
3541 2013-02-16 Glenn Morris <rgm@gnu.org>
3542
3543 * image.el (image-default-frame-delay): New variable.
3544 (image-animated-p): Use image-default-frame-delay.
3545 (image-minimum-frame-delay): New constant.
3546 (image-animate-timeout): Use image-minimum-frame-delay.
3547
3548 * image.el (image-nth-frame): New, split from image-animate-timeout.
3549 (image-animate-timeout): Use image-nth-frame.
3550 * image-mode.el (image-goto-frame, image-next-frame)
3551 (image-previous-frame): New commands.
3552 (image-mode-map): Add new frame commands.
3553
3554 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3555
3556 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3557 If col-desc already has help-echo, use it. (Bug#13563)
3558
3559 2013-02-16 Glenn Morris <rgm@gnu.org>
3560
3561 * image.el (image-current-frame): New variable.
3562 (image-animate-timeout): Set image-current-frame.
3563 * image-mode.el (image-mode): For animated images,
3564 display a frame counter via mode-line-process.
3565
3566 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3567
3568 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3571
3572 2013-02-15 Alan Mackenzie <acm@muc.de>
3573
3574 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3575 global minor mode has been enabled, call the minor mode function
3576 for a new buffer once only, after the major mode hook, whilst
3577 allowing that hook explicitly to disable the minor mode.
3578 (MODE-disable-in-buffer): New (generated) function.
3579 (disable-MODE): New (generated) buffer local variable.
3580
3581 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3582
3583 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3584 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3585 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3586 `ido-next-match' and `ido-prev-match' resply.
3587 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3588 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3589 `icomplete-backward-completions' (Bug#13708).
3590
3591 2013-02-15 Glenn Morris <rgm@gnu.org>
3592
3593 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3594
3595 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3598 (goto-address-fontify-region): Use them instead of narrowing, so
3599 syntax-ppss has access to the whole buffer.
3600
3601 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3602
3603 * progmodes/python.el: Explain how to restore "cc-mode"-like
3604 forward-sexp movement in header documentation (Bug#13642).
3605 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3606 comments and strings (GH bug 114).
3607
3608 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3609
3610 * progmodes/python.el (python-info-current-defun): Fix current
3611 defun detection (Bug#13618).
3612
3613 2013-02-15 Chong Yidong <cyd@gnu.org>
3614
3615 * xml.el (xml-parse-string): Fix typo in handling of bad character
3616 references.
3617
3618 2013-02-15 Glenn Morris <rgm@gnu.org>
3619
3620 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3621
3622 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3623
3624 * net/tramp.el (tramp-debug-message):
3625 Add `tramp-condition-case-unless-debug'.
3626 (tramp-debug-on-error): New defvar.
3627 (tramp-condition-case-unless-debug): New defun.
3628 (tramp-file-name-handler): Use it.
3629
3630 2013-02-14 Juri Linkov <juri@jurta.org>
3631
3632 * info.el (Info-isearch-filter): Treat non-nil values of
3633 `search-invisible' including its default value `open'
3634 like the value `t' to match hidden text. (Bug#13402)
3635
3636 2013-02-14 Glenn Morris <rgm@gnu.org>
3637
3638 * help-fns.el (find-lisp-object-file-name): Give special treatment
3639 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3640
3641 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3642
3643 * net/quickurl.el (quickurl-save-urls):
3644 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3645
3646 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3647
3648 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3649 depth for unfinished percent literal. Not using it in the caller.
3650 (ruby-move-to-block): Jump over multiline literals of all types,
3651 ignoring code-looking contents inside them.
3652 (ruby-add-log-current-method): Improve performance at the expense
3653 of accuracy. `ruby-block-contains-point' is relatively slow, so
3654 only use it for method and singleton class blocks.
3655
3656 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3657
3658 Use ControlMaster where applicable. (Bug#13677)
3659
3660 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3661 replacing `tramp-detect-ssh-controlmaster'.
3662 (tramp-default-method): Use it.
3663
3664 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3665 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3666 arguments.
3667 [scpc, rsyncc]: Remove methods.
3668 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3669 and "ssh2_old".
3670 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3671 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3672
3673 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * emacs-lisp/package.el (package--initialized): Move before first use.
3676
3677 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3678
3679 * icomplete.el (icomplete-hide-common-prefix): New user option.
3680 (icomplete-first-match): New face.
3681 (icomplete-completions): Correct handling of "complete but not
3682 unique" (Bug#12638).
3683
3684 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3685
3686 * descr-text.el (describe-char): Display the script (bug#13698).
3687
3688 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * tmm.el: Use lexical-binding and current-active-maps.
3691 (tmm-menubar): Use map-keymap and pcase.
3692 (tmm--completion-table): New function.
3693 (tmm-prompt): Use it to fix the menu order.
3694 (tmm-get-keybind): Use current-active-maps.
3695
3696 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3697
3698 Add dired-hide-details-mode. (Bug#6799)
3699
3700 * locate.el (locate-mode): Set parent mode property to dired-mode.
3701
3702 * find-dired.el (find-dired): Call dired-insert-set-properties on
3703 initial information line. Set process mark on end of buffer.
3704 (find-dired-sentinel):
3705 Call dired-insert-set-properties on summary.
3706
3707 * dired.el (dired-hide-details-hide-symlink-targets)
3708 (dired-hide-details-hide-information-lines): New options.
3709 (dired-insert-directory):
3710 Set properties after final treatment of output.
3711 (dired-insert-set-properties):
3712 Set dired-hide-details-* properties.
3713 (dired-mode-map): Bind dired-hide-details-mode.
3714 (dired-mode): Set buffer-invisibility-spec to a list.
3715 (dired-next-line): Skip hidden lines.
3716 (dired-previous-line): Use dired-next-line.
3717 (dired-hide-details-mode): New minor mode.
3718 (dired-hide-details-update-invisibility-spec): New function.
3719
3720 2013-02-13 Glenn Morris <rgm@gnu.org>
3721
3722 * play/yow.el: Move to obsolete/. (Bug#9384)
3723
3724 2013-02-13 Juri Linkov <juri@jurta.org>
3725
3726 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3727 to select `ediff-control-frame' and set input focus correctly on Xfce.
3728 (Bug#12218)
3729
3730 2013-02-13 Juri Linkov <juri@jurta.org>
3731
3732 * image-mode.el (image-mode-map):
3733 * doc-view.el (doc-view-mode-map):
3734 * vc/ediff-util.el (ediff-setup-keymap):
3735 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3736
3737 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3738
3739 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3740 performance. Instead of recalculating indentation fully for each
3741 line, sum up indentation depth based only on visited lines.
3742 (ruby-parse-partial): Increase the depth after "do" even when END
3743 is right after it.
3744 (ruby-parse-partial): When END is in the middle of a percent
3745 literal, increase the depth if the delimiter chars belong to the
3746 paren syntax class.
3747
3748 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3749
3750 * play/fortune.el (fortune-compile): Also make the compiled file
3751 if it does not exist at all, not just if it is old. (Bug#5338)
3752
3753 2013-02-13 Glenn Morris <rgm@gnu.org>
3754
3755 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3756
3757 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3758
3759 * lisp/emacs-lisp/package.el (package-menu-execute):
3760 Add optional noquery argument. (Bug#13625)
3761
3762 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3765 if DIR exists and PARENTS is non-nil.
3766
3767 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * progmodes/js.el (js--multi-line-declaration-indentation):
3770 Silence byte-compiler warning.
3771
3772 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3773
3774 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3775
3776 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3777 only if it doesn't exist.
3778
3779 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3780 Set process marker.
3781
3782 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3783
3784 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3785 UserInstallation when calling soffice to work around LibreOffice
3786 bug 37531.
3787
3788 2013-02-12 Glenn Morris <rgm@gnu.org>
3789
3790 * files.el (basic-save-buffer):
3791 Offer to create a non-existing directory. (Bug#3016)
3792
3793 * calc/calc-graph.el (calc-graph-show-dumb):
3794 * calendar/calendar.el (calendar-mode-map):
3795 * cus-edit.el (custom-mode-map):
3796 * ehelp.el (electric-help-map):
3797 * emulation/vip.el (vip-mode-map):
3798 * epa.el (epa-key-list-mode-map):
3799 * info.el (Info-mode-map):
3800 * mail/rmail.el (rmail-mode-map):
3801 * mail/rmailsum.el (rmail-summary-mode-map):
3802 * man.el (Man-mode-map):
3803 * net/newst-plainview.el (newsticker-mode-map):
3804 * progmodes/cpp.el (cpp-edit-mode-map):
3805 * progmodes/grep.el (grep-mode-map):
3806 * progmodes/idlw-help.el (idlwave-help-mode-map):
3807 * simple.el (special-mode-map):
3808 * startup.el (splash-screen-keymap):
3809 * view.el (view-mode-map):
3810 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3811
3812 2013-02-11 Elias Pipping <pipping@lavabit.com>
3813
3814 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3815 (bug#13679).
3816
3817 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3820
3821 2013-02-11 Glenn Morris <rgm@gnu.org>
3822
3823 * vc/diff.el (diff-use-labels): New variable.
3824 (diff-no-select): Use --label rather than -L, and first
3825 check that it is supported. (Bug#11067)
3826
3827 * files.el (enable-dir-local-variables): New variable.
3828 (hack-dir-local-variables): Respect enable-dir-local-variables.
3829 * tutorial.el (help-with-tutorial):
3830 Ignore directory-local variables. (Bug#11127)
3831
3832 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3833 (vc-svn-global-switches): ... to here. (Bug#13513)
3834
3835 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3836
3837 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3838 Handle "foo (bar, default: xxx): " prompts.
3839
3840 2013-02-10 Chong Yidong <cyd@gnu.org>
3841
3842 * files.el (basic-save-buffer-1): Do not set
3843 buffer-file-coding-system-explicit (Bug#4533).
3844
3845 * mail/emacsbug.el (report-emacs-bug): Change binding of
3846 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3847
3848 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3849
3850 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3851 * calc/calc-units.el (calc-convert-units): Use new variable.
3852
3853 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3854
3855 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3856
3857 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3858 buffer-file-type.
3859
3860 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3861 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3862 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3863 coding-system-for-write instead.
3864
3865 * jka-compr.el (jka-compr-write-region): Don't bind
3866 buffer-file-type.
3867
3868 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3869 buffer-file-type.
3870
3871 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3872 (insert-file-contents-literally): Remove reference to
3873 file-name-buffer-file-type-alist.
3874
3875 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3876 make-obsolete.
3877 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3878 (find-buffer-file-type-coding-system): Remove references to
3879 find-buffer-file-type-match, find-buffer-file-type, and
3880 buffer-file-type.
3881 Don't put find-buffer-file-type-coding-system into
3882 file-coding-system-alist.
3883 (find-file-binary, find-file-text): Bind coding-system-for-read
3884 instead of file-name-buffer-file-type-alist.
3885
3886 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3887
3888 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3889 converter (Bug#13622).
3890 (doc-view-unoconv-program): Make obsolete alias.
3891 (doc-view-odf->pdf-converter-program): New variable.
3892 (doc-view-odf->pdf-converter-function): New variable.
3893 (doc-view-mode-p): Use it.
3894 (doc-view-odf->pdf-converter-unoconv):
3895 Rename from `doc-view-odf->pdf-converter-unoconv'.
3896 (doc-view-odf->pdf-converter-soffice): New function.
3897 (doc-view-convert-current-doc):
3898 Use `doc-view-odf->pdf-converter-function'.
3899
3900 2013-02-09 Chong Yidong <cyd@gnu.org>
3901
3902 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3903 view-echo-area-messages (Bug#13340).
3904
3905 * help.el (view-echo-area-messages): Use display-buffer.
3906
3907 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3908 (Bug#13561).
3909
3910 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3913 Eval body right away, now that we do eager macroexpansion (bug#13605).
3914
3915 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3916 (fundamental-mode): Use run-mode-hooks.
3917
3918 * eshell/esh-proc.el (eshell/kill): Fix last change.
3919 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3920
3921 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3922
3923 * eshell/esh-proc.el (eshell/kill): Rewrite.
3924
3925 * eshell/em-ls.el (show-almost-all): Declare.
3926 (eshell-do-ls): Add support for -A argument.
3927
3928 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3929
3930 * icomplete.el (icomplete-forward-completions)
3931 (icomplete-backward-completions): Handle corner case (bug#13602).
3932
3933 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3936 be nil. Handle this. (Bug#13636)
3937
3938 2013-02-07 Richard Stallman <rms@gnu.org>
3939
3940 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3941 `save-buffer-coding-system'.
3942
3943 2013-02-07 Alan Mackenzie <acm@muc.de>
3944
3945 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3946 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3947 (c-parse-state-get-strategy): Don't return 'BOD any more.
3948 (c-append-lower-brace-pair-to-state-cache):
3949 Extra parameter HERE instead of narrowing.
3950 Widen to top of buffer before searching backwards for a brace pair.
3951 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3952 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3953 Narrow to parameter HERE, in place of being called narrowed.
3954 (c-remove-stale-state-cache): Extra parameter HERE in place of
3955 narrowing. Check there's an open brace in the cache before
3956 searching for its match.
3957 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3958 (c-parse-state-1): Don't narrow here for 'forward strategy,
3959 instead passing extra parameter HERE to several functions.
3960 Remove 'BOD strategy.
3961
3962 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3963
3964 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3965 used to install the package.
3966
3967 2013-02-06 Glenn Morris <rgm@gnu.org>
3968
3969 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3970 if we can't get user input. (Bug#6567)
3971
3972 * startup.el (command-line): If simple.el is missing,
3973 test and warn about for some possible causes.
3974
3975 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3976
3977 * cus-start.el (all): Add ns-use-native-fullscreen.
3978
3979 2013-02-05 Glenn Morris <rgm@gnu.org>
3980
3981 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3982
3983 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3984 Fix directory creation in fallback case.
3985
3986 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3987
3988 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3989 (vc-update-change-log): Use dolist.
3990
3991 2013-02-04 Chong Yidong <cyd@gnu.org>
3992
3993 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3994 code from ffap.el.
3995 (thing-at-point-beginning-of-url-regexp): New var.
3996 (thing-at-point-uri-schemes): Update list of URI schemes.
3997 (thing-at-point-url-regexp): Variable deleted.
3998 (thing-at-point-markedup-url-regexp): Disallow newlines.
3999 (thing-at-point-newsgroup-regexp)
4000 (thing-at-point-newsgroup-heads)
4001 (thing-at-point-default-mail-uri-scheme): New variables.
4002 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4003 method to find the possible bounds of the URI at point.
4004 New optional argument to find ill-formed URIs.
4005 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4006 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4007 the scheme-adding heuristics from ffap-url-at-point.
4008 (thing-at-point--bounds-of-well-formed-url): New function.
4009 Do parens matching to decide whether to include parens in the URI
4010 (Bug#9153).
4011
4012 * ffap.el: Require thingatpt.
4013 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4014 All URI-valid characters are now recognized (Bug#5673).
4015 (ffap-string-at-point): Use use-region-p.
4016 (ffap-url-regexp): Extra character is handled by thing-at-point.
4017 (ffap-string-at-point-mode-alist): Allow parentheses.
4018 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4019 Convert to aliases; code moved to thingatpt.el.
4020 (ffap-gnus-hook): Use setq-local.
4021
4022 2013-02-04 Glenn Morris <rgm@gnu.org>
4023
4024 * emacs-lisp/ert.el (ert--explain-format-atom):
4025 Don't try to print non-characters as characters. (Bug#13543)
4026
4027 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4028
4029 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4030 (tramp-backtrace): New defun.
4031 (tramp-handle-insert-file-contents): Use `visit' when inserting
4032 the local copy.
4033
4034 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4035 Use `remote-file-name-inhibit-cache'.
4036
4037 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4040 (bug#13614).
4041
4042 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4043 current-load-list (bug#13366).
4044
4045 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4046
4047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4048 Identify g++ template instantiation trace. (Bug#12287)
4049 (compilation-mode-hook, compilation-start-hook)
4050 (compilation-window-height): Simplify docstrings. (Bug#13379)
4051
4052 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * mouse.el (mouse-drag-track): Always deactivate the mark before
4055 running the final event's command since that command is in charge of
4056 activating the mark if needed (bug#13523).
4057
4058 2013-02-02 Juri Linkov <juri@jurta.org>
4059
4060 * replace.el (perform-replace): Move let-bindings of isearch-*
4061 variables deeper to the loop that searches for the next match.
4062 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4063 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4064 (Bug#13579)
4065
4066 * isearch.el (isearch-search-fun-default): Check for null
4067 first element of isearch-cmds as a precaution when it's used
4068 with inactive isearch.
4069
4070 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4071
4072 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4073 error when buffer in question is narrowed so position 1 is out of
4074 visible part.
4075
4076 2013-02-02 Glenn Morris <rgm@gnu.org>
4077
4078 * textmodes/remember.el (remember-clipboard): Doc fix.
4079
4080 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4083 properties (bug#13179).
4084
4085 2013-02-02 Juri Linkov <juri@jurta.org>
4086
4087 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4088 instead of hard-coded default face `match'. (Bug#9438)
4089
4090 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4091
4092 * vc/vc-arch.el (vc-arch-registered):
4093 * vc/vc-bzr.el (vc-bzr-registered):
4094 * vc/vc-cvs.el (vc-cvs-registered):
4095 * vc/vc-git.el (vc-git-registered):
4096 * vc/vc-hg.el (vc-hg-registered):
4097 * vc/vc-mtn.el (vc-mtn-registered):
4098 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4099 (Bug#13139)
4100
4101 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4102 prefix argument. (Bug#11656)
4103
4104 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4107
4108 2013-02-01 Glenn Morris <rgm@gnu.org>
4109
4110 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4111 if the backend is known not to support it.
4112
4113 * imenu.el (imenu-default-create-index-function):
4114 Tweak infinite loop test to check for forward motion as well as none.
4115
4116 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4117
4118 * net/soap-client.el (soap-invoke): Encode the string for
4119 `url-request-data' as UTF-8.
4120 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4121
4122 2013-02-01 Glenn Morris <rgm@gnu.org>
4123
4124 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4125
4126 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4127
4128 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * net/tramp.el (tramp-tramp-file-p): Comment check for
4131 `string-as-unibyte'. The function does not exist on XEmacs, and
4132 likely we need another approach.
4133
4134 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4135 `tramp-gw-*' variables are bound.
4136
4137 2013-01-31 Glenn Morris <rgm@gnu.org>
4138
4139 * files.el (basic-save-buffer-2): Choose coding system for
4140 writing the file before backing it up, to reduce delay between
4141 backing up and writing the new version. (Bug#13522)
4142
4143 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4144
4145 * simple.el (cycle-spacing): New command.
4146 (just-one-space): Use it.
4147
4148 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4151 (opascal-newline-always-indents): Remove custom.
4152 (opascal-tab, opascal-newline): Remove commands.
4153 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4154 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4155 (opascal-save-match-data): Remove, use save-match-data instead.
4156 (opascal-save-state): Use with-silent-modifications.
4157
4158 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4159 (bug#13585).
4160
4161 2013-01-30 Juri Linkov <juri@jurta.org>
4162
4163 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4164 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4165 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4166
4167 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4170 column if we're just deleting the backslashes.
4171 (makefile-fill-paragraph): Use eolp.
4172
4173 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * autorevert.el (auto-revert-use-notify): Fix docstring.
4176
4177 2013-01-30 Leo Liu <sdl.web@gmail.com>
4178
4179 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4180
4181 2013-01-30 Glenn Morris <rgm@gnu.org>
4182
4183 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4184 unread-command-events twice in some cases. This tries to implement
4185 the 2012-07-26 changes in a different way. (Bug#13560)
4186
4187 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4188
4189 * progmodes/python.el
4190 (python-pdbtrack-comint-output-filter-function): Enhancements on
4191 stacktrace detection. (thanks @gnovak)
4192
4193 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4196 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4197 Use defvar-local.
4198 (jit-lock-register): Use setq-local.
4199
4200 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4201
4202 * calc-units.el (math-default-units-table): Remove initial value.
4203 (calc-convert-units): Treat expressions where all the units cancel as
4204 if they didn't have units.
4205
4206 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4207
4208 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4209 (tramp-completion-reread-directory-timeout): Fix type.
4210 (tramp-connection-min-time-diff): New defcustom.
4211
4212 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4213
4214 2013-01-30 Glenn Morris <rgm@gnu.org>
4215
4216 * imenu.el (imenu-default-create-index-function):
4217 Put back a version of the infinite loop test removed 2013-01-23.
4218
4219 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4220
4221 * progmodes/python.el (python-shell-parse-command):
4222 Find python-shell-interpreter with modified environment.
4223
4224 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4227
4228 2013-01-29 Alan Mackenzie <acm@muc.de>
4229
4230 Amend to fontify /regexp/s in actions correctly.
4231 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4232 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4233 are no longer included.
4234 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4235 What used to be these variables without "-line" in the name.
4236 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4237 (c-awk-non-arith-op-bra-re): Now also matches {.
4238 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4239 "return", and "case".
4240 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4241 by /.
4242 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4243 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4244
4245 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4246
4247 * autorevert.el (auto-revert-use-notify):
4248 Use `custom-initialize-default' for initialization. (Bug#13583)
4249
4250 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4251
4252 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4253 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4254 in `tramp-file-name-handler'.
4255 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4256 compatibility.
4257 (tramp-compute-multi-hops): Check, whether
4258 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4259
4260 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4263 (bug#13297).
4264
4265 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4266
4267 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4268 checks made superfluous by the \_< operator.
4269 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4270 temporarily) broken indentation.
4271 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4272 Highlight nested constants, too. \_< broke that.
4273
4274 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4275
4276 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4277 instead of "\\b".
4278
4279 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4280
4281 * autorevert.el (auto-revert-handler): Notifications which result
4282 from a saved file shall not be taken into account. (Bug#13557)
4283
4284 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4285
4286 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4287 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4288 (lisp-mode): Pass t for it. (Bug#13556)
4289
4290 2013-01-25 Alan Mackenzie <acm@muc.de>
4291
4292 AWK Mode: Fix indentation bug at top level. Bug #12274.
4293
4294 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4295 just before CASE 5D.
4296
4297 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4298
4299 * net/socks.el (socks-nslookup-host): Use string-to-number.
4300
4301 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4302
4303 * autorevert.el (auto-revert-remote-files)
4304 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4305 (auto-revert-notify-enabled, auto-revert-use-notify)
4306 (auto-revert-notify-watch-descriptor-hash-list)
4307 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4308 (auto-revert-notify-event-descriptor)
4309 (auto-revert-notify-event-action)
4310 (auto-revert-notify-event-file-name): Doc fix.
4311 (global-auto-revert-mode): Reorder checks.
4312 (auto-revert-notify-rm-watch): Respect changed values of
4313 `auto-revert-notify-watch-descriptor-hash-list'.
4314 (auto-revert-notify-add-watch): Check for
4315 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4316 `inotify-add-watch'. Watch `default-directory' instead of
4317 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4318 has a changed meaning now. (Bug#13540)
4319 (auto-revert-notify-handler): Change implementation wrt events
4320 returning from a directory.
4321 (auto-revert-handler): Reorder implementation for checks of remote
4322 files.
4323 (auto-revert-buffers): Fix parentheses error.
4324
4325 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4326
4327 * progmodes/python.el: Enhancements to header documentation about
4328 skeletons. (Bug#5716)
4329
4330 * imenu.el (imenu-default-create-index-function): Remove useless
4331 infinite loop check. (Bug#13438)
4332
4333 2013-01-25 Alan Mackenzie <acm@muc.de>
4334
4335 Fix a bug in the state cache mechanism. Refactor this a bit.
4336
4337 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4338 `cache-pos' element from the return value.
4339 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4340 buffer to enable proper searching from beyond HERE. Amend the
4341 test for detecting the sought brace pair. Amend the value written
4342 to the "brace desert cache" when the brace isn't found.
4343 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4344 and several other variables analogously.
4345 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4346 parameter to a locally calculated variable.
4347 (c-parse-state-1): Change the calling conventions to the two
4348 defuns involving `cache-pos'.
4349
4350 2013-01-25 Chong Yidong <cyd@gnu.org>
4351
4352 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4353
4354 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4355
4356 * paren.el (show-paren-function): Make sure to set 'priority and
4357 'face only if the overlay does exist.
4358
4359 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4362
4363 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4364 basic attributes.
4365 (tramp-sh-handle-set-file-acl): Improve error checking.
4366
4367 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4368
4369 * doc-view.el (doc-view-display): Force mode line update until all
4370 document is converted. Suggested by Stefan Monnier (Bug#13164).
4371
4372 2013-01-23 Bastien Guerry <bzg@gnu.org>
4373
4374 * paren.el (show-paren-function): Make sure an overlay exists
4375 before trying to delete it. Also use `pos' as a position only
4376 when it is an integer.
4377
4378 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4379
4380 * play/gametree.el (gametree-break-line-here): Use point-marker.
4381
4382 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4383
4384 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4385 Mark descriptive parts with `display' property.
4386
4387 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4388
4389 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4390 New variable to map standard dict names to hunspell ones.
4391 (ispell-set-spellchecker-params): Make sure specific dict names
4392 are used for standard dicts with hunspell.
4393
4394 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4395
4396 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4397 chars for note (%N) and url (%U).
4398 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4399
4400 2013-01-21 Juri Linkov <juri@jurta.org>
4401
4402 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4403 in addition to existing separate binding `meta f10' in `global-map'.
4404 (Bug#13484)
4405
4406 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4407
4408 Improve XEmacs compatibility.
4409
4410 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4411
4412 * net/tramp-adb.el (top): Require `time-date'.
4413 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4414 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4415 Use `tramp-file-name-handler'.
4416 (tramp-adb-maybe-open-connection):
4417 Use `tramp-compat-set-process-query-on-exit-flag'.
4418
4419 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4420 Use `tramp-compat-funcall'.
4421
4422 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4423 `tramp-compat-funcall'.
4424
4425 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4426
4427 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4428 reimplementation using "adb shell command ..." instead of running
4429 remote shell interactively.
4430
4431 2013-01-20 Glenn Morris <rgm@gnu.org>
4432
4433 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4434 Add native profiler menu entries.
4435
4436 * profiler.el (profiler-running-p): New function.
4437 (profiler-cpu-profile): Use profiler-running-p.
4438 (profiler-report-mode-map): Add some more menu entries.
4439
4440 2013-01-19 Glenn Morris <rgm@gnu.org>
4441
4442 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4443 fixes 2012-12-07 change. (Bug#13499)
4444
4445 2013-01-19 Leo Liu <sdl.web@gmail.com>
4446
4447 * dired.el (dired-get-marked-files): Prune erroneous values due to
4448 last change. (Bug#13152)
4449
4450 2013-01-19 Glenn Morris <rgm@gnu.org>
4451
4452 * progmodes/etags.el (tags-table-check-computed-list):
4453 Preserve point in tags buffer. (Bug#13412)
4454
4455 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4456
4457 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4458 Chong Yidong <cyd@gnu.org>
4459
4460 * image-mode.el (image-next-file, image-previous-file):
4461 New commands (Bug#8453).
4462 (image-mode-map): Bind them to n and p.
4463 (image-mode--images-in-directory): New helper function.
4464
4465 2013-01-19 Chong Yidong <cyd@gnu.org>
4466
4467 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4468 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4469 save and restore the old window configuration.
4470
4471 2013-01-18 Leo Liu <sdl.web@gmail.com>
4472
4473 * progmodes/js.el: Tweak autoload cookie for alias.
4474
4475 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4478 buffer local, again. This was lost with the fix on 2013-01-12.
4479
4480 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4481
4482 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4483 order to support several eshell buffers in parallel.
4484
4485 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4486
4487 * autorevert.el (auto-revert-use-notify): In the :set function, do
4488 not modify `kill-buffer-hook'.
4489 (auto-revert-notify-rm-watch):
4490 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4491 (auto-revert-notify-add-watch): Do not call
4492 `auto-revert-notify-rm-watch', but add it to a buffer local
4493 `kill-buffer-hook'.
4494
4495 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4498 call to `eval' rather than a backquoted lambda.
4499
4500 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4503 to return an explicit nil.
4504 (advice--remove-function): Change accordingly.
4505
4506 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4507 the use of nadvice.el.
4508
4509 * progmodes/which-func.el (which-function): Silence imenu errors
4510 (bug#13433).
4511
4512 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4513
4514 * progmodes/sql.el (sql-imenu-generic-expression):
4515 (sql-mode-font-lock-object-name): Match schema qualified names.
4516 (sql-connect): Use string keys.
4517 (sql-product-interactive): Wait for interpreter prompt.
4518 (sql-comint-oracle): Set process coding based on NLS_LANG.
4519
4520 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4521
4522 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4523 (sql-interactive-remove-continuation-prompt):
4524 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4525
4526 2013-01-14 Leo Liu <sdl.web@gmail.com>
4527
4528 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4529 (Bug#13420)
4530
4531 2013-01-14 Glenn Morris <rgm@gnu.org>
4532
4533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4534 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4535
4536 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4537
4538 * progmodes/python.el (python-nav-end-of-statement):
4539 Fix cornercase when handling multiline strings.
4540
4541 2013-01-13 Richard Stallman <rms@gnu.org>
4542
4543 * mail/sendmail.el (mail-position-on-field): Add doc string.
4544
4545 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4546 Get current message boundaries and pass them to
4547 message-forward-make-body-mime. Minor style changes.
4548
4549 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4550
4551 * cus-start.el (all): Avoid warnings about
4552 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4553
4554 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4555
4556 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4557
4558 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4561 (jit-lock--debug-fontifying): New var.
4562 (jit-lock--debug-fontify): New function.
4563 * subr.el (condition-case-unless-debug): Don't prevent catching the
4564 error, just let the debbugger run.
4565 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4566 timer code and don't drop errors silently.
4567
4568 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4569
4570 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4571 `permanent-local' property.
4572 (auto-revert-notify-handler): Use `file-equal-p'.
4573
4574 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4575
4576 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4577 file notification by ACTION. For filtering by file name, compare
4578 only the non-directory part of the file name.
4579
4580 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * autorevert.el: Use cl-lib instead of cl.
4583
4584 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4585 (vc-bzr-checkin): Use it.
4586 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4587 will preserve match-data.
4588
4589 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4590
4591 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4592 (js--declaration-keyword-re): New var.
4593 (js--multi-line-declaration-indentation): New function.
4594 (js--proper-indentation): Use it.
4595
4596 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4597
4598 * calc/calc.el (calc-highlight-selections-with-faces)
4599 (calc-dispatch):
4600 * comint.el (comint-history-isearch-message):
4601 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4602 * ffap.el (ffap-string-at-point-region, ffap-next)
4603 (ffap-string-at-point, ffap-string-around)
4604 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4605 (ffap-literally):
4606 * font-lock.el (font-lock-keywords-alist)
4607 (font-lock-removed-keywords-alist):
4608 * help-mode.el (help-xref-symbol-regexp):
4609 * info.el (Info-find-emacs-command-nodes):
4610 * international/mule.el (add-to-coding-system-list):
4611 * isearch.el (isearch-message-function, isearch-fail-pos):
4612 * misearch.el (multi-isearch-next-buffer-function):
4613 * newcomment.el (comment-box):
4614 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4615 (pr-setting-database):
4616 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4617 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4618 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4619 (pike-font-lock-keywords-3):
4620 * progmodes/compile.el (compile):
4621 * progmodes/etags.el (tags-table-files)
4622 (tags-table-files-function, tags-included-tables-function):
4623 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4624 (gdb-restore-windows):
4625 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4626 (ps-n-up-filling-database):
4627 * server.el (server-buffer, server-log):
4628 * simple.el (newline, delete-backward-char, delete-forward-char)
4629 (minibuffer-history-isearch-message, kill-line, track-eol)
4630 (temporary-goal-column):
4631 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4632 (flyspell-default-deplacement-commands):
4633 * textmodes/ispell.el (ispell-accept-output):
4634 * textmodes/sgml-mode.el (html-tag-help):
4635 * vc/compare-w.el (compare-ignore-whitespace)
4636 (compare-ignore-case, compare-windows-dehighlight):
4637 * vc/diff.el (diff):
4638 * whitespace.el (whitespace-point)
4639 (whitespace-font-lock-refontify, whitespace-bob-marker)
4640 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4641
4642 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4645 (auto-revert-notify-rm-watch): Ignore errors.
4646 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4647 inotify, and '(size last-write-time) for w32notify.
4648 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4649 watch fails - this is a fallback to the file modification check.
4650 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4651 (auto-revert-notify-event-action)
4652 (auto-revert-notify-event-file-name): New defuns.
4653 (auto-revert-notify-handler): Use them. Implement first
4654 plausibility checks.
4655 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4656
4657 2013-01-11 Julien Danjou <julien@danjou.info>
4658
4659 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4660 max are almost equal. Also return the correct value for V which is
4661 already between 0 and 1.
4662
4663 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4664
4665 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4666
4667 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4668
4669 * autorevert.el (auto-revert-notify-rm-watch)
4670 (auto-revert-notify-add-watch): Fix typos in w32notify function
4671 names.
4672
4673 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4674
4675 * autorevert.el (auto-revert-notify-enabled): Move up.
4676 (auto-revert-use-notify): New defcustom.
4677 (auto-revert-mode, global-auto-revert-mode)
4678 (auto-revert-notify-add-watch, auto-revert-handler)
4679 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4680 `auto-revert-notify-enabled'.
4681
4682 2013-01-10 Elias Pipping <pipping@exherbo.org>
4683
4684 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4685 * doc-view.el (doc-view-document->bitmap):
4686 Use doc-view-single-page-converter-function instead of
4687 single-page-converter arg; adjust callers.
4688
4689 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4690
4691 * progmodes/which-func.el (which-function): Understand Semantic's use
4692 of overlays in imenu--index-alist.
4693
4694 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4695
4696 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4697 (Man-man-k-use-anchor): New var.
4698 (Man-parse-man-k): New function.
4699 (Man-completion-table): Use it.
4700 (man): Flush the completion cache between uses.
4701
4702 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * autorevert.el: Add file watch support.
4705 (auto-revert-notify-enabled): New defconst.
4706 (auto-revert-notify-watch-descriptor-hash-list)
4707 (auto-revert-notify-watch-descriptor)
4708 (auto-revert-notify-modified-p): New defvars.
4709 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4710 (auto-revert-notify-handler): New defuns.
4711 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4712 when mode is disabled.
4713 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4714 (auto-revert-buffers): Add file watches for active buffers.
4715
4716 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4717
4718 * cus-start.el (toplevel): Only allow float values for
4719 scroll-up-aggressively and scroll-down-aggressively.
4720 Allow any number for line-spacing.
4721
4722 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4725 (doc-view-pdf->png-converter-function): Use mupdf if available.
4726 (doc-view-djvu->png-converter-function)
4727 (doc-view-ps->png-converter-function): Remove.
4728 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4729 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4730 (doc-view-already-converted-p): Adjust accordingly.
4731 (doc-view-mode-p): Simplify.
4732 (doc-view-enlarge): Use setq-local.
4733 (doc-view-pdf->png-converter-ghostscript)
4734 (doc-view-djvu->png-converter-ddjvu)
4735 (doc-view-pdf->png-converter-mupdf): Rework to call
4736 doc-view-start-process directly.
4737 (doc-view-pdf/ps->png): Simplify accordingly.
4738 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4739 (doc-view-document->bitmap): Rename from doc-view-document->png.
4740 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4741 (doc-view-set-slice-from-bounding-box): Fix completion table.
4742 (doc-view-mode): Use add-hook for after-revert-hook.
4743
4744 2013-01-10 Glenn Morris <rgm@gnu.org>
4745
4746 * emacs-lisp/authors.el (authors-ignored-files)
4747 (authors-valid-file-names, authors-renamed-files-alist):
4748 Add some more entries.
4749
4750 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4753 `t' pseudo-window entry.
4754
4755 2013-01-10 Alan Mackenzie <acm@muc.de>
4756
4757 Fix bugs in the c-parse-state mechanism. Reuse some markers
4758 instead of continually generating new ones.
4759
4760 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4761 (c-state-old-cpp-end-marker): New variables.
4762 (c-append-lower-brace-pair-to-state-cache): Start a backward
4763 search for "}" definitively outside CPP constructs.
4764 (c-remove-stale-state-cache): Inform the caller of a need to
4765 search back for a brace pair in certain circumstances.
4766 (c-state-maybe-marker): New macro.
4767 (c-parse-state): Reuse markers when appropriate.
4768
4769 2013-01-10 Glenn Morris <rgm@gnu.org>
4770
4771 * simple.el (execute-extended-command): Doc fix.
4772 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4773
4774 2013-01-10 Chong Yidong <cyd@gnu.org>
4775
4776 * faces.el (read-face-name): Doc fix.
4777
4778 2013-01-10 Roland Winkler <winkler@gnu.org>
4779
4780 * emacs-lisp/crm.el: Allow any regexp for separators.
4781 (crm-default-separator): All spaces around the default comma separator.
4782 (crm--completion-command): New macro.
4783 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4784 (crm-complete-and-exit): Handle non-single-char separators.
4785
4786 2013-01-09 Elias Pipping <pipping@lavabit.com>
4787
4788 * doc-view.el: Add support for DjVu (bug#13164).
4789 (doc-view-djvu->png-converter-function): New config var.
4790 (doc-view-single-page-converter-function, doc-view--image-type)
4791 (doc-view--image-file-extension): New vars.
4792 (doc-view-mode): Initialize them.
4793 (doc-view-goto-page): Use them.
4794 (doc-view-mode-p): Add support for ddjvu.
4795 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4796 (doc-view-set-up-single-converter): New funs.
4797 (doc-view-pdf/ps->png): Extend for djvu.
4798 (doc-view-document->png): Rename from doc-view-pdf->png.
4799 (doc-view-convert-current-doc): Handle djvu.
4800 (doc-view-insert-image, doc-view-display)
4801 (doc-view-already-converted-p): Don't hardcode png.
4802 (doc-view-set-doc-type): Recognize djvu docs.
4803
4804 2013-01-09 Elias Pipping <pipping@lavabit.com>
4805
4806 * doc-view.el: Add support for mupdf converter (bug#13164).
4807 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4808 (doc-view-ps->png-converter-function): New config vars.
4809 (doc-view-pdf->png-converter-ghostscript)
4810 (doc-view-ps->png-converter-ghostscript)
4811 (doc-view-pdf->png-converter-mupdf): New functions.
4812 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4813
4814 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4815
4816 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4817 first in session cache: When `tramp-own-remote-path' is in
4818 `tramp-remote-path', the remote path is only set in the session
4819 cache.
4820
4821 2013-01-09 Glenn Morris <rgm@gnu.org>
4822
4823 * emacs-lisp/trace.el (trace-function-foreground)
4824 (trace-function-background): Doc fix.
4825
4826 2013-01-09 Juri Linkov <juri@jurta.org>
4827
4828 * international/mule-cmds.el (read-char-by-name): Move let-binding
4829 of completion-ignore-case around completing-read to fix regression
4830 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4831 `string-match-p' using the nil value of `case-fold-search' and
4832 `completion-ignore-case' in `completion-pcm--all-completions'.
4833 (Bug#12615).
4834
4835 2013-01-09 Glenn Morris <rgm@gnu.org>
4836
4837 * progmodes/compile.el (compilation-parse-errors):
4838 Fix typo. (Bug#13369)
4839
4840 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4841
4842 * comint.el (comint-send-input): Check size of buffer before
4843 waiting for process output, in case already accepted. (Bug#13290)
4844
4845 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4846
4847 Spelling fixes.
4848 * net/tramp-adb.el (tramp-adb-get-toolbox):
4849 Fix misspelling of 'unknown'.
4850
4851 2013-01-08 Juri Linkov <juri@jurta.org>
4852
4853 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4854 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4855 Use underline style wave on terminals that support it. (Bug#13000)
4856
4857 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4860 the predicate returns nil.
4861
4862 * simple.el: Use lexical-binding.
4863 (primitive-undo): Use pcase.
4864 (minibuffer-history-isearch-push-state): Use a closure.
4865
4866 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4867
4868 * simple.el (primitive-undo): Move from undo.c.
4869
4870 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4873 (cvs-mode-remove-handled): Use it (bug#13380).
4874
4875 * emacs-lisp/nadvice.el (advice--tweak): New function.
4876 (advice--remove-function, advice--subst-main): Use it.
4877
4878 * emacs-lisp/advice.el: Update commentary.
4879
4880 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4881
4882 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4883 Remove spurious entry.
4884
4885 2013-01-08 Glenn Morris <rgm@gnu.org>
4886
4887 * net/tramp.el (tramp-default-host-alist): Add :version.
4888
4889 2013-01-08 Juri Linkov <juri@jurta.org>
4890
4891 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4892 single completion. (Bug#12456)
4893 (info--manual-names): Expand node completions into an explicit list
4894 before appending it to another list. Filter out internal buffers
4895 with the leading space in the buffer name. (Bug#10771)
4896
4897 2013-01-08 Juri Linkov <juri@jurta.org>
4898
4899 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4900 that defaults to the Top node.
4901 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4902 the short format (FILENAME) goes to the Top node.
4903 (Info-build-node-completions): Rename arg `file' to `filename'.
4904 (Bug#13365)
4905
4906 2013-01-07 Bastien Guerry <bzg@gnu.org>
4907
4908 * menu-bar.el (menu-bar-search-documentation-menu):
4909 Use `apropos-user-option' and fix the help message.
4910
4911 2013-01-07 Bastien Guerry <bzg@gnu.org>
4912
4913 * apropos.el (apropos-do-all): Update docstring.
4914 (apropos-user-option-button): New face.
4915 (apropos-user-option): Rename from `apropos-variable' and update
4916 docstring.
4917 (apropos-variable): Rewrite, now show all variables by default.
4918 (apropos-print): Mention "User option" instead of "Variable" when
4919 printing doc for user options. (Bug#13276)
4920
4921 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4922
4923 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4924 Handle filename correctly, when parsing "source -> target" symlink
4925 output.
4926 (tramp-adb-handle-set-file-times): New defun.
4927
4928 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4931 advice list when the interactive-spec of ad-Advice-* changes.
4932
4933 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4934
4935 * wid-edit.el (widget-default-get): Work for inlined elements.
4936 (Bug#12670)
4937
4938 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4939
4940 * net/tramp.el (tramp-default-host-alist): New defcustom.
4941 (tramp-find-host): Use it.
4942 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4943 `eshell-directory-change-hook'.
4944
4945 * net/tramp-adb.el (top): Add adb specific entry in
4946 `tramp-default-host-alist'.
4947 (tramp-adb-file-name-host): Remove function.
4948 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4949 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4950
4951 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4952
4953 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4954
4955 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4956
4957 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4958
4959 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4960 consist of more than one digit.
4961 (tramp-adb-file-name-handler-alist):
4962 Use `tramp-handle-file-exists-p' consistently.
4963 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4964 (tramp-adb-handle-file-exists-p): Remove function.
4965 (tramp-adb-file-name-host): New defun.
4966 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4967 Use it.
4968 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4969
4970 2013-01-06 Chong Yidong <cyd@gnu.org>
4971
4972 * vc/vc.el (vc-next-action): Detect buffer modifications
4973 conflicting with locking VCS operation (Bug#11490).
4974
4975 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4976
4977 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4980 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4981
4982 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4983
4984 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4985 parsing of ls output using regular expression (handle filenames
4986 with spaces). Use virtual device number.
4987 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4988 cleanup).
4989
4990 2013-01-04 Daiki Ueno <ueno@gnu.org>
4991
4992 * epg.el: Silence byte-compiler warnings.
4993 (epg--start): Use delete-char instead of delete-backward-char.
4994 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4995
4996 2013-01-04 Daiki Ueno <ueno@gnu.org>
4997
4998 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4999 Suggested by Eli Zaretskii <eliz@gnu.org>.
5000
5001 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5004 non-negative integers. Otherwise, the default values are used.
5005 (tramp-convert-file-attributes): Convert uid and gid to integers.
5006
5007 2013-01-04 Glenn Morris <rgm@gnu.org>
5008
5009 * term.el (term-handle-colors-array): Ensure face attributes
5010 are fully specified, not nil. (Bug#13337)
5011
5012 * term.el (term-default-fg-color, term-default-bg-color):
5013 Fix custom type.
5014
5015 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5016 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5017 rather than 'jka-compr being loaded. (Bug#13338)
5018
5019 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5020
5021 * icomplete.el (icomplete-completions):
5022 Honor icomplete-prospects-height once more following
5023 2012-11-29 changes. (Bug#13224)
5024
5025 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5028 of called-interactively-p as well (bug#13237).
5029
5030 * view.el (view--enable, view--disable): Rename from view-mode-enable
5031 and view-mode-disable and assume it's called from view-mode.
5032 (view-mode-enable, view-mode-disable): Redefine as obsolete
5033 compatibility layer above view-mode.
5034 (view-mode-enter): Call `view-mode'.
5035
5036 * files.el (after-find-file): Call `view-mode'.
5037
5038 * doc-view.el (doc-view-scale-internally): New var.
5039 (doc-view-enlarge, doc-view-insert-image): Obey it.
5040
5041 2013-01-03 Daiki Ueno <ueno@gnu.org>
5042
5043 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5044 exist. (Bug#13344)
5045
5046 2013-01-03 Glenn Morris <rgm@gnu.org>
5047
5048 * mail/rmail.el (rmail-set-header-1): Ignore case.
5049 Handle multi-line headers. (Bug#13330)
5050
5051 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5052 Handle paragraph starting at beginning of buffer.
5053
5054 * subr.el (eval-after-load): Don't purecopy the form, so that it
5055 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5056
5057 * emacs-lisp/byte-run.el (defun): Place cl declarations
5058 after any interactive spec. (Bug#13265)
5059
5060 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5061
5062 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5063 defun. Don't check for DECL if DOCSTRING isn't a string.
5064 (defun): Likewise.
5065
5066 2013-01-02 Glenn Morris <rgm@gnu.org>
5067
5068 * eshell/em-cmpl.el (eshell-pcomplete):
5069 More thoroughly imitate pcomplete. (Bug#13293)
5070
5071 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5072 Return nil for empty path elements. (Bug#13296)
5073
5074 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5075
5076 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5077 order to improve efficiency (Based on Daniel Colascione's
5078 <dancol@dancol.org> patch). (Bug#13182)
5079
5080 2013-01-02 Glenn Morris <rgm@gnu.org>
5081
5082 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5083
5084 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5085
5086 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5087 neither DOCSTRING nor DECL was given. (Bug#13316)
5088
5089 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5092 `error' call.
5093 (tramp-do-copy-or-rename-file): Ignore errors when calling
5094 `set-file-extended-attributes'.
5095
5096 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5097 Add handler for `file-acl'.
5098 (tramp-smb-handle-file-acl): New defun.
5099
5100 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5101
5102 * calc/README: Mention ISO 8601 week-numbering dates.
5103
5104 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5105
5106 * view.el (view-mode-enable): New argument run-view-mode-hook.
5107 Run view-mode-hook only when it's non-nil (Bug#13315).
5108 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5109 argument t.
5110
5111 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5112
5113 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5114 (No device connected, invalid device name). (Bug #13299)
5115
5116 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5117
5118 * window.el (window-resizable--p): Rename to window-resizable-p.
5119 (window-resize-no-error): New function.
5120
5121 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5122 broken in fix from 2012-12-28.
5123
5124 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * subr.el (special-form-p): Don't signal errors on undef aliases.
5127
5128 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5129
5130 * calc/calc-forms.el (math-parse-date): Try using
5131 `math-parse-iso-date' when it looks like it might be needed.
5132 Allow times of 24:00.
5133 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5134 of 24:00.
5135
5136 2012-12-30 Glenn Morris <rgm@gnu.org>
5137
5138 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5139 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5140 (rmail-summary-displayed, rmail-summary): Declare.
5141 (mairix-rmail-display): Just require rmail.
5142
5143 2012-12-30 Chong Yidong <cyd@gnu.org>
5144
5145 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5146 check for the tarball contents.
5147
5148 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5149
5150 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5151 tarfile content listings (Bug#13136).
5152
5153 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5154
5155 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5156 Insert the undecoded text of the message being forwarded. (Bug#9521)
5157
5158 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5159
5160 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5161 integers, if they are real numbers. (Bug#13282)
5162
5163 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5164 Return `t' on success.
5165
5166 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5167 Add handler for `set-file-selinux-context'.
5168
5169 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5170
5171 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5172 (tramp-sh-handle-set-file-acl): Return `t' on success.
5173
5174 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5175
5176 * files.el (backup-buffer-copy, basic-save-buffer-2):
5177 If set-file-extended-attributes fails, fall back on set-file-modes
5178 instead of signaling an error. (Bug#13298)
5179 (basic-save-buffer): Likewise.
5180
5181 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5182
5183 * progmodes/python.el: Support other commands triggering
5184 python-indent-line so indentation cycling continues to work.
5185 (python-indent-trigger-commands): New defcustom.
5186 (python-indent-line): Use it.
5187
5188 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5189
5190 * progmodes/python.el (python-shell-send-region): Add blank lines
5191 for non sent code so backtraces remain correct.
5192
5193 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5194
5195 * progmodes/python.el: Remove cl dependency.
5196 (python-syntax-count-quotes): Replace incf call.
5197 (python-fill-string): Replace setf call.
5198
5199 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5200
5201 * info.el (info-other-window): New arg, for consistency with info.
5202
5203 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5204
5205 * mail/rmail.el (rmail-maybe-display-summary):
5206 Rewrite (Bug#13066).
5207
5208 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5209
5210 * epg.el (epg--start): Modify process-environment locally.
5211
5212 2012-12-28 Daiki Ueno <ueno@gnu.org>
5213
5214 * epg.el: Support pinentry-curses.
5215 Suggested by Werner Koch in
5216 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5217 (epg-agent-file, epg-agent-mtime): New variable.
5218 (epg--start): Record the modified time of gpg-agent socket file,
5219 to restore Emacs frame after pinentry-curses termination.
5220 (epg-wait-for-completion): Restore Emacs frame here.
5221
5222 2012-12-27 Juri Linkov <juri@jurta.org>
5223
5224 * info.el (Info-file-completions): New variable.
5225 (Info-read-node-name-1): Complete node names in the Info file
5226 when a file name is given. Call `Info-build-node-completions'
5227 with a file name.
5228 (Info-build-node-completions): Add new arg `file'. When it is
5229 non-nil, visit it in a temporary buffer and cache its completions in
5230 `Info-current-file-completions'. Move most of the function body to
5231 `Info-build-node-completions-1'.
5232 (Info-build-node-completions-1): New function with the body from
5233 `Info-build-node-completions'. (Bug#12456)
5234
5235 2012-12-27 Juri Linkov <juri@jurta.org>
5236
5237 * frame.el (frame-maximization-style): Remove user option.
5238 (cycle-frame-maximized): Remove function.
5239 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5240 (toggle-frame-fullscreen): New command bound to <f11> instead of
5241 `toggle-frame-maximized'.
5242 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5243
5244 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5245
5246 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5247
5248 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5249 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5250 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5251 for `file-accessible-directory-p'. (Bug#13275)
5252
5253 2012-12-27 Sam Steingold <sds@gnu.org>
5254
5255 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5256 continuations, see <http://stackoverflow.com/questions/3582436>.
5257
5258 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5259
5260 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5261 "module" and "def" to have indentation before them.
5262 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5263
5264 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5265
5266 2012-12-27 Alan Mackenzie <acm@muc.de>
5267
5268 Speed up fontification where there's large brace blocks.
5269 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5270 to a call of c-beginning-of-decl-1.
5271
5272 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5273
5274 * comint.el (comint-adjust-window-point): New function.
5275 (comint-postoutput-scroll-to-bottom):
5276 Call comint-adjust-window-point (Bug#13248).
5277
5278 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5279
5280 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5281 Rakefile regexp.
5282 (auto-mode-alist): Associate .gemspec files with ruby-mode
5283 (https://bugs.ruby-lang.org/issues/5453).
5284
5285 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5286
5287 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5288 Suppress coloring, if possible (required for BusyBox based systems like
5289 CyanogenMod).
5290 (tramp-adb-handle-file-attributes)
5291 (tramp-adb-handle-insert-directory)
5292 (tramp-adb-handle-file-name-all-completions): Use it.
5293 (tramp-adb-get-toolbox): New defun. Check for remote shell
5294 implementation (BusyBox or Toolbox).
5295
5296 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5297
5298 * startup.el (initial-buffer-choice): Allow function as value
5299 (Bug#13251).
5300 (command-line-1): Handle case where initial-buffer-choice
5301 specifies a function.
5302 * server.el (server-execute): Handle case where
5303 initial-buffer-choice specifies a function.
5304
5305 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5306
5307 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5308 its own function.
5309 (smtpmail-try-auth-methods): Forget the user name/password if the
5310 login is unsuccessful (bug#12424).
5311
5312 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * notifications.el (notifications-notify): Protect body with
5315 `with-demoted-errors'.
5316
5317 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5318 Check properties of remote device. Restart connection, if there is a
5319 change.
5320
5321 2012-12-21 Chong Yidong <cyd@gnu.org>
5322
5323 * sort.el (sort-subr): Doc fix (Bug#13056).
5324
5325 2012-12-21 Bastien Guerry <bzg@gnu.org>
5326
5327 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5328
5329 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * simple.el (process-file): Overwrite stderr file, if exists.
5332
5333 2012-12-21 Daiki Ueno <ueno@gnu.org>
5334
5335 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5336 (epg-error): Set `error-message' property.
5337
5338 2012-12-21 Chong Yidong <cyd@gnu.org>
5339
5340 * international/mule-cmds.el (read-char-by-name): Signal an error
5341 if the user does not supply a valid character (Bug#13177).
5342
5343 * simple.el (transpose-subr-1): Preserve marker positions by
5344 changing the insertion sequence (Bug#13122).
5345
5346 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5347
5348 * simple.el (kill-region): Deactivate mark even for empty regions
5349 (Bug#13169).
5350
5351 2012-12-21 Chong Yidong <cyd@gnu.org>
5352
5353 * help-fns.el (describe-variable): Make sure we get the right
5354 buffer name (Bug#13105). Suggested by Kelly Dean.
5355
5356 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5357
5358 * comint.el (comint-redirect-previous-input-string): New variable.
5359 (comint-redirect-setup, comint-redirect-cleanup)
5360 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5361 (comint-redirect-preoutput-filter): Fix verbose message.
5362
5363 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5366 is too long for Tramp. See discussion in
5367 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5368
5369 * progmodes/compile.el (compilation-start): Remove line escape
5370 template.
5371
5372 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5373
5374 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5375 Adjust comment.
5376
5377 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5378
5379 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5380 following non-comment text (bug#13207).
5381 (lm-header-multiline): Continuation lines need to be indented more than
5382 the first line.
5383 (lm-homepage): New function.
5384 (lm-with-file): Don't be confused if narrowing is in effect.
5385
5386 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5389 very beginning of a hunk (e.g. killing the first line).
5390
5391 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5394 and text properties from returned ACL string.
5395 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5396 for "setfacl" command.
5397
5398 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5399
5400 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5401 `tramp-cleanup-this-connection', when the process has died.
5402 (Bug#13151)
5403
5404 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5407
5408 2012-12-17 Kevin Ryde <user42@zip.com.au>
5409
5410 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5411
5412 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5413
5414 Add support for preserving ACL entries of files.
5415
5416 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5417 `set-file-acl' handlers.
5418
5419 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5420 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5421
5422 * net/tramp-compat.el (tramp-compat-copy-file):
5423 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5424
5425 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5426 Add `file-acl' and `set-file-acl' handlers.
5427 (tramp-gvfs-handle-copy-file):
5428 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5429 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5430 New defuns.
5431
5432 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5433 Add `file-acl' and `set-file-acl' handlers.
5434 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5435 (tramp-sh-handle-set-file-acl): New defuns.
5436 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5437 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5438
5439 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5440 Add `file-acl' and `set-file-acl' handlers.
5441 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5442
5443 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5444
5445 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5446 use pop-to-buffer with NORECORD argument t. As buffer name, use
5447 *Metahelp* with a leading space (Bug#13190).
5448
5449 2012-12-16 Romain Francoise <romain@orebokech.com>
5450
5451 * files.el (file-extended-attributes)
5452 (set-file-extended-attributes): New functions.
5453 (backup-buffer): Use them to handle both SELinux context and ACL
5454 entries.
5455 (backup-buffer-copy): Work with an alist of extended attributes,
5456 rather than an SELinux context.
5457 (basic-save-buffer-2): Ditto.
5458
5459 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5460
5461 * battery.el (battery-bsd-apm): New function.
5462
5463 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5464
5465 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5466 standard date formats.
5467
5468 2012-12-15 Juri Linkov <juri@jurta.org>
5469
5470 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5471 `isearch-insert-char-by-name'.
5472 (with-isearch-suspended): New defmacro with body mostly from
5473 `isearch-edit-string' except the part that sets
5474 `isearch-new-string' and `isearch-new-message'.
5475 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5476 body that sets `isearch-new-string' and `isearch-new-message'.
5477 (isearch-insert-char-by-name): New command.
5478 * international/mule-cmds.el (read-char-by-name): Let-bind
5479 `enable-recursive-minibuffers' to t.
5480 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5481
5482 2012-12-15 Juri Linkov <juri@jurta.org>
5483
5484 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5485 (Bug#13175)
5486
5487 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5488
5489 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5490 the prompt. (Bug#13045)
5491
5492 2012-12-14 Glenn Morris <rgm@gnu.org>
5493
5494 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5495 Try to include filename in non-bytecomp warning. (Bug#13132)
5496
5497 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5498
5499 Fix permissions bugs with setgid directories etc. (Bug#13125)
5500 * files.el (backup-buffer): Don't rely on 9th output of
5501 file-attributes, as it's now a placeholder. Instead, use the new
5502 optional arg of file-ownership-preserved-p.
5503 (file-ownership-preserved-p): New optional arg GROUP.
5504 Fix mishandling of setuid directories that would cause this
5505 function to return t when it should have returned nil.
5506 Document what happens if the file does not exist, and when
5507 it's not known whether the ownership will be preserved.
5508 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5509 Likewise.
5510 (tramp-get-local-gid): Use group-gid for integer, as that's
5511 faster and more reliable.
5512
5513 2012-12-14 Julien Danjou <julien@danjou.info>
5514
5515 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5516 Update keywords list, data type and PL/pgSQL.
5517
5518 2012-12-14 Dave Abrahams <dave@boostpro.com>
5519
5520 * vc/ediff-util.el (ediff-buffer-type): New function.
5521 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5522 rather than taking it as as argument.
5523 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5524
5525 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5526
5527 * json.el: Add pretty-print option (bug#12634).
5528 (json-encoding-separator, json-encoding-default-indentation)
5529 (json--encoding-current-indentation, json-encoding-pretty-print)
5530 (json-encoding-lisp-style-closings): New vars.
5531 (json--with-indentation): New macro.
5532 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5533 (json-encode-array): Use it to obey json-encoding-pretty-print.
5534 (json-pretty-print-buffer, json-pretty-print): New commands.
5535
5536 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5537
5538 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5539 Extract `ruby-syntax-propertize-expansions'.
5540 (ruby-syntax-propertize-expansions): Only change syntax on
5541 certain string delimiters, to punctuation. This way the common
5542 functions like forward-word and thing-at-point still work.
5543 (ruby-match-expression-expansion): Improve readability.
5544 (ruby-block-contains-point): New function.
5545 (ruby-add-log-current-method): Handle several edge cases.
5546
5547 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5550 unload-feature finishes even when aborting an ongoing edebug session.
5551 Also, do not worry about edebug-mode, unload-feature takes care of it.
5552
5553 2012-12-13 Andreas Schwab <schwab@suse.de>
5554
5555 * net/tls.el (tls-program): Update customize type.
5556
5557 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5560 (edebug-setup-hook, cl-read-load-hooks): Use it.
5561 (edebug-unload-function): New function. (Bug#13163)
5562
5563 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5566 Otherwise, there could be errors in autoloading. (Bug#13151)
5567
5568 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5569
5570 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5571 sequences.
5572
5573 2012-12-13 Alan Mackenzie <acm@muc.de>
5574
5575 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5576 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5577 around `forward-comment' not recognizing ^M as whitespace.
5578
5579 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5580
5581 * progmodes/python.el (python-skeleton-class)
5582 (python-skeleton-def): Do not add space after defun name.
5583
5584 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5587 (cl--symbol-function): Remove (now that funbound is like nil).
5588
5589 2012-12-12 Glenn Morris <rgm@gnu.org>
5590
5591 * button.el (button--area-button-p): Fix typo.
5592
5593 2012-12-12 Sam Steingold <sds@gnu.org>
5594
5595 * frame.el (frame-maximization-style): New user option.
5596 (toggle-frame-maximized): Toggle frame maximization according to
5597 `frame-maximization-style', bound to <f11>.
5598 (cycle-frame-maximized): Cycle between all maximization styles and
5599 non-maximized frame, bound to shift-<f11>.
5600
5601 2012-12-12 David Cadé <codename68@gmail.com>
5602
5603 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5604
5605 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5606
5607 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5608 (eieio-override-prin1): Don't quote kewords and booleans.
5609 (object-write) <eieio-default-superclass>: Don't put closing parens
5610 on new line, avoid needless empty lines, align values that are objects
5611 with the slot keyword (instead of beginning on the same line).
5612 (eieio-list-prin1): Align value with slot keyword; increase
5613 eieio-print-depth before printing members of the list.
5614
5615 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5618 a display text-property.
5619 (report-emacs-bug-hook): Don't bother deleting it any more.
5620
5621 * hilit-chg.el (highlight-save-buffer-state): Delete.
5622 Use with-silent-modifications instead.
5623 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5624
5625 * button.el: Handle buttons in display text-properties.
5626 (button--area-button-p, button--area-button-string):
5627 Use (STRING . STRING-POS) representation instead of just STRING.
5628
5629 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5630
5631 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5632 subdirectory be skipped.
5633
5634 2012-12-11 Glenn Morris <rgm@gnu.org>
5635
5636 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5637
5638 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5639 Treat preprocessor lines embedded in continuations like comments.
5640 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5641
5642 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5643
5644 * calc/calc.el (calc-standard-date-formats): Add more date
5645 formats.
5646 * calc/calc-forms.el (math-parse-iso-date): New function.
5647 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5648 (math-parse-iso-date-validate): Add extra error checking.
5649 (calc-date-notation): Add ability to access new date formats.
5650
5651 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5654 font-lock as well as when there's no text-property.
5655
5656 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5657
5658 * hi-lock.el: Refine the choice of default face.
5659 (hi-lock-keyword->face): New function. Use it wherever we used
5660 cadadadr instead.
5661 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5662 (hi-lock--last-face): Remove var.
5663 (hi-lock--unused-faces): New var to replace it.
5664 (hi-lock-read-face-name): Use/maintain it.
5665 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5666 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5667 if it has another face.
5668
5669 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5670
5671 * subr.el (w32notify-handle-event): New function.
5672 (inotify-handle-event): Doc fix.
5673
5674 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5675
5676 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5677
5678 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5679
5680 * simple.el (just-one-space): Doc fix.
5681
5682 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5683
5684 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5685
5686 2012-12-10 Le Wang <l26wang@gmail.com>
5687
5688 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5689 narrowed buffer (bug#12361).
5690
5691 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * vc/vc-hooks.el (vc-state): Doc fix.
5694
5695 2012-12-10 Glenn Morris <rgm@gnu.org>
5696
5697 * mail/rmail.el (rmail-maybe-display-summary):
5698 Preserve buffer, in case select-window changes it. (Bug#13066)
5699
5700 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5703 cl-load-hook where they belong.
5704
5705 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5708
5709 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5710
5711 Parallelize byte compilation on MS-Windows.
5712 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5713 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5714 (WINS_BASIC): Define as concatenation of the above.
5715 (compile): Subdivide into 4 separate and independent jobs that can
5716 be run in parallel.
5717 (compile0-CMD, compile0-SH): New targets for compiling
5718 COMPILE_FIRST files, which are prerequisites for the rest of the
5719 byte-compilation.
5720 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5721 New targets for parallel compilation with cmd.exe.
5722 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5723 compiling under a Unixy shell.
5724
5725 2012-12-09 Chong Yidong <cyd@gnu.org>
5726
5727 * simple.el (set-mark-default-inactive): Delete this
5728 accidentally-introduced option.
5729 (set-mark-command, exchange-point-and-mark): Remove calls.
5730
5731 2012-12-09 Glenn Morris <rgm@gnu.org>
5732
5733 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5734 Respect a defcustom's :set function, if appropriate. (Bug#109)
5735 (eval-defun): Doc fix.
5736
5737 2012-12-08 Juri Linkov <juri@jurta.org>
5738
5739 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5740 (Info-fontify-node, Info-bookmark-make-record): Remove the
5741 file extension from Info-current-file (Bug#13016).
5742
5743 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5746 point, still provide some default.
5747 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5748 names, since we don't use it right now. Actually return the list.
5749 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5750
5751 2012-12-07 Chong Yidong <cyd@gnu.org>
5752
5753 * novice.el (disabled-command-function): Remove a spurious help
5754 xref (Bug#13043). Suggested by Kelly Dean.
5755
5756 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5757 syntax is specified (Bug#13025).
5758
5759 * info.el (Info-set-mode-line): Remove the file extension from
5760 Info-current-file if there is one (Bug#13016).
5761
5762 2012-12-07 Glenn Morris <rgm@gnu.org>
5763
5764 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5765 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5766 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5767 and rmail-mime-decoded. (Bug#9841)
5768
5769 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5770 (batch-unrmail, unrmail): Doc fixes.
5771 (unrmail): Respect unrmail-mbox-format.
5772 * mail/rmail.el (rmail-mbox-format): New option.
5773 (rmail-show-message-1): Respect rmail-mbox-format.
5774
5775 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5778
5779 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5782 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5783 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5784 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5785 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5786 (cl-progv): Don't rely on dynamic scoping to find the body.
5787 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5788 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5789 (cl-declaim): Use backquotes.
5790 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5791 Use "cl--" prefix for the object's tag.
5792
5793 * ses.el: Use advice-add/remove.
5794 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5795 (copy-region-as-kill, yank): Use advice-add.
5796 (ses-unload-function): Use advice-remove.
5797
5798 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5799
5800 * button.el: Make them work in header-lines (bug#12817).
5801 (button-map): Add bindings for header-line and mode-line use.
5802 (button-get, button-put, button-label): `button' may now be a string.
5803 (button-activate): Don't make it a defsubst.
5804 (button--area-button-p, button--area-button-string): New functions.
5805 (make-text-button): Fix the return value when `beg' was a string.
5806 (push-button): Handle the mode-line case.
5807
5808 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5811 (sql-signum): Remove. Use `cl-signum' instead.
5812 (sql-read-passwd): Remove; use read-passwd instread.
5813 (sql-get-login-ext): Use read-string.
5814 (sql-get-login): Use dolist and pcase.
5815 (sql--completion-table): Rename from sql-try-completion.
5816 Use complete-with-action.
5817 (sql-mode): Don't change abbrev-all-caps globally.
5818 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5819 (sql-postgres-completion-object): Initialize vars in their `let'.
5820 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5821 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5822 (sql-comint-interbase): Use a single append, without setq.
5823 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5824
5825 * hi-lock.el: Rework the default face and the serialize regexp code.
5826 (hi-lock--auto-select-face-defaults): Remove.
5827 (hi-lock-string-serialize-serial): Remove.
5828 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5829 make weak.
5830 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5831 equal string.
5832 (hi-lock-set-pattern): Adjust accordingly.
5833 (hi-lock--regexps-at-point): Simplify accordingly.
5834 (hi-lock--auto-select-face-defaults): Remove.
5835 (hi-lock--last-face): New var to replace it.
5836 (hi-lock-read-face-name): Rewrite (bug#11095).
5837 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5838
5839 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5840
5841 * net/tramp.el (tramp-replace-environment-variables):
5842 Hide compiler warning.
5843 (tramp-file-name-for-operation): Remove `executable-find',
5844 `start-process', `call-process' and `call-process-region'.
5845
5846 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5847
5848 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5849 compatibility.
5850
5851 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5852
5853 2012-12-06 Chong Yidong <cyd@gnu.org>
5854
5855 * ffap.el (ffap-replace-file-component): Fix typo.
5856
5857 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5860 fix open-paren-like token test (bug#12785).
5861
5862 2012-12-06 Glenn Morris <rgm@gnu.org>
5863
5864 * mail/rmailsum.el (rmail-new-summary): Tweak for
5865 rmail-maybe-display-summary changing buffer. (Bug#13066)
5866
5867 2012-12-06 Juri Linkov <juri@jurta.org>
5868
5869 * info.el (Info-fontify-node): Don't hide the last newline.
5870 (Bug#12272)
5871
5872 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5873
5874 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5875 so as to enable message-read-from-minibuffer to expand mail aliases.
5876
5877 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5880 the `intangible' property.
5881 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5882
5883 2012-12-05 Deniz Dogan <deniz@dogan.se>
5884
5885 * net/rcirc.el (rcirc-urls): Update documentation.
5886 (rcirc-condition-filter): New function.
5887 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5888 and exclude consecutive duplicate URLs (Bug#6082).
5889
5890 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5893 Check return code of copy command.
5894
5895 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5896 Use group `tramp'. Add version.
5897
5898 2012-12-05 Chong Yidong <cyd@gnu.org>
5899
5900 * ffap.el (ffap-url-regexp): Don't require matching at front of
5901 string (Bug#4952).
5902 (ffap-url-p): If only a substring matches, return that.
5903 (ffap-url-at-point): Use the return value of ffap-url-p.
5904 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5905 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5906 (ffap-guess-file-name-at-point): Likewise.
5907 (ffap-replace-file-component): Fix typo.
5908
5909 * info.el (info-display-manual): Add existing Info buffers, whose
5910 files may not be in Info-directory-list, to the completion.
5911 (info--manual-names): New helper function.
5912
5913 2012-12-05 Glenn Morris <rgm@gnu.org>
5914
5915 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5916 New functions, for detecting and resolving conflicts. (Bug#10709)
5917
5918 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5919
5920 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5921 (hi-lock-auto-select-face-defaults): New buffer local variable.
5922 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5923 (hi-lock-unface-buffer): Prompt user with useful defaults.
5924 With prefix arg, unhighlight all hi-lock patterns in buffer.
5925
5926 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5929
5930 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * Makefile.in (TRAMP_SRC):
5933 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5934
5935 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5936
5937 * net/tramp-adb.el: New package.
5938
5939 2012-12-04 Chong Yidong <cyd@gnu.org>
5940
5941 * terminal.el: Move to obsolete/.
5942
5943 * longlines.el: Move to obsolete/.
5944
5945 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5946 Remove code referring to longlines mode.
5947
5948 2012-12-03 Juri Linkov <juri@jurta.org>
5949
5950 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5951
5952 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5953
5954 * textmodes/ispell.el (ispell-init-process)
5955 (ispell-start-process, ispell-internal-change-dictionary):
5956 Make sure personal dictionary name is expanded after initial
5957 `default-directory' value. Use expanded strings for
5958 keep/restart checks and for value (Bug#13019).
5959
5960 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5961
5962 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5963
5964 2012-12-03 Leo Liu <sdl.web@gmail.com>
5965
5966 * files.el (dir-locals-read-from-file): Check file non-empty
5967 before reading. (Bug#13038)
5968
5969 2012-12-03 Glenn Morris <rgm@gnu.org>
5970
5971 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5972 Remove any version extension before checking filename. (Bug#13006)
5973 (jka-compr-compression-info-list): Belated :version bump.
5974
5975 2012-12-03 Chong Yidong <cyd@gnu.org>
5976
5977 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5978
5979 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5980 (buffer-menu): Doc fix (Bug#12294).
5981
5982 2012-12-03 Roland Winkler <winkler@gnu.org>
5983
5984 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5985 of diary-show-all-entries in the diary buffer (Bug#12994).
5986
5987 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5990 "<STDIN>". This is binary safe.
5991
5992 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5993
5994 * calc/calc-forms.el (math-absolute-from-iso-dt)
5995 (math-date-to-iso-dt, math-parse-iso-date-validate)
5996 (math-iso-dt-to-date): New functions.
5997 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5998 (math-fd-isoweekday): New variables.
5999 (calc-date-notation, math-parse-standard-date, math-format-date)
6000 (math-format-date-part): Add support for more formatting codes.
6001
6002 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6003
6004 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6005 current buffer's file name when called interactively (Bug#12488).
6006
6007 2012-12-02 Juri Linkov <juri@jurta.org>
6008
6009 * info.el (info-display-manual): Don't clobber an existing Info
6010 buffer (Bug#10770). Add completion (Bug#10771).
6011
6012 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6013
6014 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6015 before using it for comparison (Bug#5297).
6016
6017 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6018
6019 * textmodes/css-mode.el (css-current-defun-name): New function.
6020 (css-mode): Use it.
6021
6022 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6023 (html-mode): Use it.
6024
6025 2012-12-01 Chong Yidong <cyd@gnu.org>
6026
6027 Modularize add-log-current-defun (Bug#2224).
6028 Suggested by Jari Aalto.
6029
6030 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6031 (add-log-current-defun): Move mode-specific code to other files.
6032 (add-log-lisp-like-modes, add-log-c-like-modes)
6033 (add-log-tex-like-modes): Variables deleted.
6034
6035 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6036 (lisp-mode-variables): Use it.
6037
6038 * progmodes/cc-mode.el (c-common-init):
6039 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6040 add-log-current-defun-function.
6041
6042 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6043 (m4-mode): Use it.
6044
6045 * progmodes/perl-mode.el (perl-current-defun-name): New.
6046 (perl-mode): Use it.
6047
6048 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6049 Use lisp-current-defun-name.
6050
6051 * textmodes/tex-mode.el (tex-current-defun-name): New.
6052 (tex-common-initialization): Use it.
6053
6054 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6055 (texinfo-mode): Use it.
6056
6057 2012-12-01 Chong Yidong <cyd@gnu.org>
6058
6059 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6060 * progmodes/autoconf.el (autoconf-mode):
6061 * progmodes/js.el (js-mode):
6062 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6063 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6064 * progmodes/perl-mode.el (perl-mode):
6065 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6066 * textmodes/css-mode.el (css-mode):
6067 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6068 (sgml-tags-invisible, sgml-guess-indent):
6069 * textmodes/tex-mode.el (tex-common-initialization)
6070 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6071 (doctex-mode, plain-tex-mode, latex-mode):
6072 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6073
6074 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6075
6076 * vc/vc-hg.el (vc-hg-next-revision):
6077 Ensure use of default "tip" output format. (Bug#6968)
6078
6079 2012-12-01 Kim F. Storm <storm@cua.dk>
6080
6081 * startup.el (fancy-startup-tail): Add a clickable link
6082 (Bug#2176).
6083
6084 2012-12-01 Chong Yidong <cyd@gnu.org>
6085
6086 * startup.el (fancy-startup-tail): Improve the message about
6087 auto-save files (Bug#2176).
6088
6089 * files.el (recover-session): Improve the descriptive message, and
6090 use substitute-command-keys.
6091
6092 2012-12-01 Glenn Morris <rgm@gnu.org>
6093
6094 * ido.el (ido-file-internal):
6095 Handle other-window, other-frame for dired. (Bug#13036)
6096
6097 2012-11-30 Glenn Morris <rgm@gnu.org>
6098
6099 * icomplete.el (icomplete-separator): Fix :version.
6100
6101 2012-11-30 Chong Yidong <cyd@gnu.org>
6102
6103 * shell.el (shell): For C-u M-x shell, use an inactive shell
6104 buffer as the default (Bug#1975).
6105 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6106 (shell-mode): Use them to reapply ansi colorization if Shell mode
6107 is re-enabled.
6108
6109 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6110
6111 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6112
6113 2012-11-30 Samuel Bronson <naesten@gmail.com>
6114
6115 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6116 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6117
6118 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6119
6120 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6121 by move-to-column (Bug#3234).
6122
6123 2012-11-30 Chong Yidong <cyd@gnu.org>
6124
6125 * longlines.el (longlines-wrap-line, longlines-encode-region):
6126 Preserve text properties (Bug#1425).
6127
6128 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6129
6130 * vc/vc.el (vc-register): Allow registering a file which is
6131 already registered with a different backend (Bug#10589).
6132
6133 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6134 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * icomplete.el: Change separator; add ido-style commands.
6137 (icomplete-show-key-bindings): Remove custom var.
6138 (icomplete-get-keys): Remove function.
6139 (icomplete-forward-completions, icomplete-backward-completions):
6140 New commands.
6141 (icomplete-minibuffer-map): New var.
6142 (icomplete-minibuffer-setup): Use it.
6143 (icomplete-exhibit): Don't delay if the list of completions is known.
6144 (icomplete-separator): New custom.
6145 (icomplete-completions): Use it.
6146 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6147 (minibuffer-force-complete-and-exit): New command.
6148 (minibuffer--complete-and-exit): New function extracted from
6149 minibuffer-complete-and-exit.
6150 (minibuffer-complete-and-exit): Use it.
6151
6152 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6153 error message when the file doesn't exist (bug#12974).
6154
6155 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6156
6157 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6158
6159 2012-11-29 Glenn Morris <rgm@gnu.org>
6160
6161 * files.el (hack-dir-local-variables): Warn if try to set
6162 coding via dir-locals, since it doesn't work. (Bug#7169)
6163
6164 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6165 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6166 Set buffer-local value of desktop-save-buffer.
6167 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6168 New functions.
6169 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6170 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6171
6172 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6173 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6174 Doc fix.
6175 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6176 Doc fixes.
6177
6178 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6179
6180 * calc/calc-forms.el (calc-date-notation): Fix regexp
6181 used to find time codes. Fix symbol for seconds.
6182
6183 2012-11-27 Glenn Morris <rgm@gnu.org>
6184
6185 * emacs-lisp/derived.el (derived-mode-make-docstring):
6186 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6187
6188 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6191 lexically scoped variables (bug#13005).
6192
6193 2012-11-27 Glenn Morris <rgm@gnu.org>
6194
6195 * vc/vc-hooks.el (vc-mistrust-permissions):
6196 Default to t, to avoid data-loss. (Bug#11490)
6197
6198 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6199
6200 * progmodes/python.el (python-indent-guess-indent-offset):
6201 If indentation is guessed make python-indent-offset buffer-local.
6202
6203 Fix Imenu regression.
6204 * progmodes/python.el (python-nav-beginning-of-defun):
6205 Fix forward movement when statement(s) separates point from defun.
6206 (python-imenu-prev-index-position): New function.
6207
6208 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6209
6210 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6211
6212 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6213 Don't set buffer-file-type. Return nil. (Bug#12989)
6214
6215 2012-11-27 Glenn Morris <rgm@gnu.org>
6216
6217 * hippie-exp.el (hippie-expand-try-functions-list):
6218 Re-autoload it. (Bug#12982)
6219
6220 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6221
6222 * descr-text.el (describe-char-padded-string):
6223 Call internal-char-font only on GUI frames. (Bug#11964)
6224
6225 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6226
6227 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6228 and obsoletion message.
6229
6230 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6233 the constructs to keep outside of the `cl-block' (bug#12977).
6234
6235 2012-11-27 Chong Yidong <cyd@gnu.org>
6236
6237 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6238 keep reading until we get the up-event anyway, in order to process
6239 the up-event for mouse-1-click-follows-link (Bug#12971).
6240
6241 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6244 base function is not yet defined (bug#12965).
6245 (ad-activate-advised-definition): Use ad-compile-function.
6246 (ad-activate): Use cond.
6247
6248 2012-11-25 Leo Liu <sdl.web@gmail.com>
6249
6250 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6251 (Bug#12979)
6252
6253 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6254
6255 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6256 reftex-section-info-function in order to be compatible with
6257 Texinfo integration.
6258
6259 * textmodes/reftex.el (reftex-section-pre-regexp)
6260 (reftex-section-post-regexp, reftex-section-info-function):
6261 New variable.
6262 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6263 reftex-section-post-regexp, and reftex-section-info-function in order
6264 to be compatible with Texinfo integration.
6265
6266 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6267 use reftex-section-pre-regexp variable in order to be compatible with
6268 Texinfo integration.
6269
6270 2012-11-25 Chong Yidong <cyd@gnu.org>
6271
6272 * faces.el: Make face-spec-set more analogous to setq.
6273 (face-spec-set): Change the third arg to specify whether this
6274 function is being called via defface, customize, or a third party.
6275 Set the appropriate symbol properties. Clear the override spec if
6276 setting via Custom. Initialize face if necessary. (Bug#4988)
6277 (face-spec-recalc): Allow theme faces to completely replace the
6278 defface spec, in the same way as custom faces (Bug#8454).
6279
6280 * cus-face.el (custom-declare-face): Move face initialization to
6281 face-spec-set.
6282 (custom-theme-set-faces): Don't initialize the face name here, as
6283 that is now done in face-spec-set.
6284
6285 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6286 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6287 Simplify by using the new arg to face-spec-set.
6288
6289 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6290 reset face-override-spec too, and use custom-declare-face.
6291
6292 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6293
6294 * term/ns-win.el (ns-initialize-window-system): Move creation of
6295 fontsets here (Bug#11964).
6296
6297 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6298
6299 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6300 cell renaming.
6301
6302 2012-11-24 Chong Yidong <cyd@gnu.org>
6303
6304 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6305 obsolete.
6306
6307 * custom.el (custom-theme-set-variables): Use a topological sort
6308 for ordering by custom dependencies (Bug#12952).
6309 (custom--sort-vars, custom--sort-vars-1): New functions.
6310
6311 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6314 lexical-binding (bug#12938).
6315
6316 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6317
6318 * image-mode.el (image-transform-check-size): Use assertions only
6319 for images of type imagemagick.
6320
6321 Otherwise no error, image-transform-fit-to-{width,height} is
6322 silently ignored, as before. Doc fix.
6323
6324 2012-11-24 Chong Yidong <cyd@gnu.org>
6325
6326 * faces.el (color-defined-p): Doc fix (Bug#12853).
6327
6328 2012-11-24 Juri Linkov <juri@jurta.org>
6329
6330 * dired.el (dired-mark): Add optional arg `interactive'.
6331 Check for `use-region-p' if `interactive' is non-nil.
6332 (dired-unmark, dired-flag-file-deletion): Add optional arg
6333 `interactive'. Call `dired-mark' with the arg `interactive'.
6334 (Bug#10624)
6335
6336 * wdired.el: Revert 2012-10-17 change partly and replace it with
6337 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6338 (wdired-finish-edit): Add marks for new file names to
6339 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6340 after `revert-buffer'.
6341 (wdired-do-renames): Remove calls to `dired-remove-file',
6342 `dired-add-file', `dired-add-entry'. (Bug#11795)
6343
6344 2012-11-24 Alan Mackenzie <acm@muc.de>
6345
6346 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6347
6348 Fix bugs in the state cache. Enhance a debugging mechanism.
6349 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6350 "brace at column zero" strategy for C++.
6351 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6352 (c-parse-state-point): New variable.
6353 (c-record-parse-state-state): Record old parse state with
6354 `copy-tree'. Record previous value of point.
6355 (c-debug-parse-state-double-cons): New debugging function.
6356 (c-debug-parse-state): Call the above new function.
6357 (c-toggle-parse-state-debug): Output a confirmatory message.
6358
6359 * progmodes/cc-mode.el (c-before-change, c-after-change):
6360 Call c-invalidate-state-cache from `c-before-change' instead of
6361 `c-after-change'.
6362
6363 2012-11-23 Chong Yidong <cyd@gnu.org>
6364
6365 * find-cmd.el (find-constituents): Add executable, ipath,
6366 readable, samefile, writable, daystart, regextype (Bug#12856).
6367
6368 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6371
6372 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6373
6374 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6375 definition. This fixes a bootstrap failure.
6376 (calc-gregorian-switch): In menu, put dates before regions.
6377 This is easier to follow, lines up better in the menu, and lets us
6378 coalesce regions that switch at the same time. Give country
6379 names, not "Vatican", as that's better for non-expert users.
6380 Use names that are stable between the date of switch and now, e.g.,
6381 Bohemia and Moravia (which existed then and now) and not
6382 Czechoslovakia (which didn't exist then and doesn't exist now).
6383 What is now the U.S. mostly did not switch at the same time as
6384 Britain, so omit the U.S. Correct spelling of "Britain".
6385 Catholic Switzerland was too much of a mess, so omit it.
6386
6387 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6388
6389 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6390 after the variable is changed.
6391
6392 2012-11-21 Daniel Colascione <dancol@dancol.org>
6393
6394 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6395 in SQL declarations for font-lock.
6396 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6397
6398 2012-11-21 Glenn Morris <rgm@gnu.org>
6399
6400 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6401 (face-italic-p): Add optional argument "inherit".
6402
6403 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6404 Remove -p suffix from names, for consistency with other set-face-*.
6405 (set-face-inverse-video): Fix interactive spec.
6406 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6407 * textmodes/table.el (table--update-cell-face):
6408 Use set-face-inverse-video rather than now obsolete alias.
6409
6410 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6411
6412 * simple.el (line-move): Don't call line-move-partial if
6413 scroll-conservatively is in effect. (Bug#12927)
6414
6415 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6418 Fallback on completion-at-point rather than
6419 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6420 (eshell-cmpl-initialize): Setup completion-at-point.
6421
6422 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6423
6424 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6425
6426 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6429 are remote, check out-of-band property for both.
6430
6431 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6434 code rewrite.
6435
6436 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6437
6438 More minor time fixes.
6439 * calendar/time-date.el: Commentary fix.
6440 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6441 too much other code depends on (0 0) time stamps.
6442 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6443 Add a couple of FIXME comments.
6444
6445 Minor cleanup for times as lists of four integers.
6446 * files.el (dir-locals-directory-cache):
6447 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6448 Doc fixes.
6449 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6450 * ps-bdf.el (bdf-file-newer-than-time):
6451 Process four-integers time stamps, not two. Doc fixes.
6452
6453 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * uniquify.el (uniquify-managed): Use defvar-local.
6456 (rename-buffer, create-file-buffer): Advise with advice-add.
6457 (uniquify-unload-function): Unadvise accordingly.
6458
6459 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6460 (trace-buffer): Don't purecopy.
6461 (trace-entry-message, trace-exit-message): Add `context' arg.
6462 (trace--timer): New var.
6463 (trace-make-advice): Adjust for use in nadvice.
6464 Add `context' argument. Delay `display-buffer' via a timer.
6465 (trace-function-internal): Use advice-add.
6466 (trace--read-args): New function.
6467 (trace-function-foreground, trace-function-background): Use it.
6468 (trace-function): Rename to trace-function-foreground and redefine as
6469 an alias to that new name.
6470 (untrace-function, untrace-all): Adjust to the use of nadvice.
6471
6472 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6473
6474 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6475
6476 * subr.el (called-interactively-p-functions): New var.
6477 (internal--called-interactively-p--get-frame): New macro.
6478 (called-interactively-p, interactive-p): Rewrite in Lisp.
6479 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6480 (called-interactively-p-functions): Use it.
6481 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6482 (called-interactively-p-functions): Use it.
6483 * allout.el (allout-called-interactively-p): Don't assume
6484 called-interactively-p is a subr.
6485
6486 2012-11-20 Glenn Morris <rgm@gnu.org>
6487
6488 * profiler.el (profiler-report-mode-map): Add a menu.
6489 No need to bind `q' because we derive from special-mode.
6490 (profiler-report-find-entry): Handle calls from the menu-bar.
6491
6492 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * emacs-lisp/byte-run.el (defun-declarations-alist):
6495 Allow a compiler-macro to be a lambda expression.
6496
6497 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6498 eval-when-compile.
6499 (python-syntax-context): Add compiler-macro.
6500 (python-font-lock-keywords): Simplify with De Morgan.
6501
6502 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6503
6504 * files.el (load-file): Require match in minibuffer selection, as was
6505 the case in Emacs-20 before we changed the spec to allow .elc files
6506 (bug#12935).
6507
6508 * json.el: Don't require cl since we don't use it.
6509 * color.el: Don't require cl.
6510 (color-complement): `caddr' -> `nth 2'.
6511
6512 * calendar/time-date.el (time-to-seconds): De-obsolete.
6513
6514 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6515
6516 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6517 year numbers.
6518 (math-date-to-julian-dt): Adjust the initial approximation for the
6519 year to deal with the new definition of the DATE.
6520
6521 2012-11-19 Daniel Colascione <dancol@dancol.org>
6522
6523 * term/w32-win.el (cygwin-convert-path-from-windows):
6524 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6525
6526 2012-11-18 Chong Yidong <cyd@gnu.org>
6527
6528 * filecache.el (file-cache--read-list): New function.
6529 (file-cache-add-directory-list, file-cache-add-file-list)
6530 (file-cache-delete-file-list, file-cache-delete-directory-list):
6531 Use it to read a list of files or directories (Bug#12846).
6532 (file-cache-add-file, file-cache-add-directory)
6533 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6534 (file-cache-delete-directory): Print an message.
6535
6536 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6537
6538 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6539 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6540
6541 2012-11-18 Glenn Morris <rgm@gnu.org>
6542
6543 * image.el (insert-image, insert-sliced-image): Doc fix.
6544
6545 2012-11-18 Chong Yidong <cyd@gnu.org>
6546
6547 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6548 (Bug#12810).
6549
6550 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6551
6552 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6553 response when the target file is in a subdirectory (Bug#12757).
6554
6555 2012-11-18 Chong Yidong <cyd@gnu.org>
6556
6557 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6558
6559 2012-11-18 Glenn Morris <rgm@gnu.org>
6560
6561 * emacs-lisp/cl-lib.el (face-underline-p):
6562 Use set-face-underline rather than the alias set-face-underline-p.
6563
6564 * window.el (with-temp-buffer-window): Doc fix.
6565 * subr.el (with-output-to-temp-buffer):
6566 Add doc xref to with-temp-buffer-window.
6567
6568 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6569
6570 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6571 * calc/calc.el (math-format-date-cache): Declare.
6572
6573 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6574
6575 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6576 It also uses January 1, 1 AD as its day number 1.
6577 * calc/calc-forms.el (math-julian-date-beginning)
6578 (math-julian-date-beginning-int): Implement this.
6579
6580 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * descr-text.el (quail-find-key):
6583 * dired.el (desktop-file-name):
6584 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6585 * generic-x.el (comint-mode, comint-exec):
6586 * image-dired.el (widget-forward):
6587 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6588 (speedbar-change-expand-button-char)
6589 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6590 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6591 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6592 (widget-field-action, widget-value-set):
6593 * speedbar.el (imenu--make-index-alist):
6594 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6595 (ring-length, ring-insert):
6596 * vcursor.el (compare-windows-skip-whitespace):
6597 * woman.el (dired-get-filename):
6598 Declare functions.
6599
6600 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6601
6602 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6603
6604 * calc/calc.el (calc-gregorian-switch): New variable.
6605
6606 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6607 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6608 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6609 (math-leap-year-p): Add option to distinguish between Julian
6610 and Gregorian calendars.
6611 (math-day-number): Use `math-day-in-year' to do the computations.
6612 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6613 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6614 to do the computations.
6615 (math-date-to-dt): Use `math-date-to-julian-dt' and
6616 `math-date-to-gregorian-dt' to do the computations.
6617 (calcFunc-weekday, math-format-date-part): Use the new version of
6618 the DATE to determine the weekday.
6619 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6620 when necessary.
6621
6622 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6623
6624 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6625 Cygwin; otherwise use 'file:'. (Bug#12914)
6626 (cygwin-convert-path-from-windows): Declare, to avoid
6627 byte-compiler warnings.
6628
6629 2012-11-17 Andreas Politz <politza@fh-trier.de>
6630
6631 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6632 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6633 prefix and negative numeric prefix args (Bug#12795).
6634
6635 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6636
6637 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6638 Don't signal an error with a score that is too low to add to the
6639 list of top scores. (Bug#12779)
6640
6641 2012-11-17 Chong Yidong <cyd@gnu.org>
6642
6643 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6644
6645 * filecache.el (file-cache-add-file): Handle relative file name in
6646 the argument (Bug#12694).
6647
6648 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6649
6650 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6651
6652 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6655
6656 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6657
6658 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6659
6660 * window.el (enlarge-window, shrink-window): Don't mention return
6661 value in doc-string (Bug#12896).
6662 (window--display-buffer): Don't resize frames - it won't work
6663 with all window managers and defeat pop-up-frame-alist.
6664 (display-buffer-alist): In doc-string explain that CONDITION can
6665 be a function and which arguments are passed to it (Bug#12854).
6666 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6667 expressions (Bug#12854).
6668 (display-buffer): Pass ACTION argument to
6669 display-buffer-assq-regexp.
6670
6671 2012-11-16 Glenn Morris <rgm@gnu.org>
6672
6673 * window.el (fit-frame-to-buffer-bottom-margin)
6674 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6675
6676 * faces.el (face-underline-p): Use face-attribute-specified-or.
6677
6678 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6681
6682 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6685
6686 2012-11-16 Glenn Morris <rgm@gnu.org>
6687
6688 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6689 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6690
6691 * faces.el (face-underline-p): Doc fix. Handle :underline being
6692 things other than `t' (a string, a list).
6693 (face-inverse-video-p): Doc fix.
6694 (set-face-underline): Rename it back from set-face-underline-p.
6695 Doc fix. Allow interactive input of values other than t.
6696 (read-face-attribute): Apply formatting to :underline,
6697 since like :box and :stipple it can take list values.
6698
6699 * term.el (ansi-term): Don't let C-x escape-char binding
6700 clobber the more standard C-c binding. (Bug#12842)
6701
6702 * subr.el (set-temporary-overlay-map): Doc fix.
6703
6704 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6705
6706 * window.el (record-window-buffer)
6707 (display-buffer-record-window): When copying the markers to
6708 window-point preserve window-point-insertion-type. (Bug#12588)
6709
6710 2012-11-16 Glenn Morris <rgm@gnu.org>
6711
6712 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6713 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6714 Use new names for hooks rather than obsolete aliases.
6715
6716 2012-11-15 Daniel Colascione <dancol@dancol.org>
6717
6718 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6719 prefix instead of "file:" so that when FILE-NAME begins with "//",
6720 as it does when the target file is on a network share, url-handler
6721 isn't confused.
6722
6723 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6726 a preactivated advice from an old advice.el; they're not compatible!
6727
6728 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6729
6730 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6731 Fix string-spec case.
6732
6733 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6734
6735 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6738 (advice--buffer-local-function-sample): New var.
6739 (advice--set-buffer-local, advice--buffer-local): New functions.
6740 (add-function, remove-function): Use them.
6741
6742 2012-11-15 Drew Adams <drew.adams@oracle.com>
6743
6744 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6745
6746 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6749 potential binding of print-gensym to t, and prettify (back)quotes in
6750 case they appear in args's default values (bug#12884).
6751
6752 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6755 (advice-eval-interactive-spec): New function.
6756 (advice--make-interactive-form): Support around advice (bug#12844).
6757
6758 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6759
6760 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6761 more strict. Add docstring.
6762 (ruby-expression-expansion-re): Extract from
6763 `ruby-match-expression-expansion'.
6764 (ruby-syntax-propertize-function): After everything else, search
6765 for expansions in string literals, mark their insides as
6766 whitespace syntax and save match data for font-lock.
6767 (ruby-font-lock-keywords): Use the 2nd group from expression
6768 expansion matches.
6769 (ruby-match-expression-expansion): Use the match data saved to the
6770 text property in ruby-syntax-propertize-function.
6771
6772 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6775 (bug#12879).
6776
6777 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6778
6779 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6780 start/end keyword a bit harder. Works with different values of N.
6781 Add more comments.
6782 (ruby-end-of-block): Update accordingly.
6783
6784 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * woman.el (woman-file-name): Don't mess with unread-command-events
6787 (bug#12861).
6788
6789 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6790 Remove out of date self-require hack.
6791 (ad-do-advised-functions): Use simple `dolist'.
6792 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6793 (ad-advice-definition): Redefine as functions.
6794 (ad-advice-classes): Move before first use.
6795 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6796 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6797 (ad--defalias-fset): Remove functions.
6798 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6799 (ad-get-orig-definition): Rewrite.
6800 (ad-make-advised-definition-docstring): Change base docstring.
6801 (ad-real-orig-definition): Rewrite.
6802 (ad-map-arglists): Change name of called function.
6803 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6804 (ad-make-advised-definition): Simplify.
6805 (ad-assemble-advised-definition): Tweak for new calling context.
6806 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6807 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6808 function and call ad-activate if needed.
6809 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6810 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6811 (ad-compile-function): Compile ad-Advice-*.
6812 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6813 (ad-start-advice, ad-stop-advice): Remove.
6814
6815 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6816
6817 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6818 period before class method names, not after. Remove handling of
6819 one impossible case. Add comments.
6820
6821 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * emacs-lisp/advice.el: Remove support for freezing.
6824 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6825 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6826 Remove support for `freeze'.
6827
6828 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6829 override the default.
6830 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6831 cl--dotimes/dolist.
6832 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6833 `cl' is loaded.
6834
6835 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6836 from add-advice.
6837 (advice--strip-macro): New function.
6838 (advice--defalias-fset): Use them to handle macros.
6839 (advice-add): Use them.
6840 (advice-member-p): Correctly handle macros.
6841
6842 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6843
6844 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6845 Never font-lock the beginning of singleton class as heredoc.
6846
6847 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6850
6851 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6852
6853 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6854 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6855 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6856
6857 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6858
6859 Fix end-of-defun misbehavior.
6860 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6861 python-beginning-of-defun-function. Handle nested defuns
6862 correctly.
6863 (python-nav-end-of-defun): Rename from
6864 python-end-of-defun-function. Ensure forward movement.
6865 (python-info-current-defun): Reimplement to work as intended
6866 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6867 parent defuns as soon as possible.
6868
6869 2012-11-13 Glenn Morris <rgm@gnu.org>
6870
6871 * progmodes/flymake.el (flymake-error-bitmap)
6872 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6873 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6874
6875 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6876
6877 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6878 backward, always stop at indentation. Reverts the change from
6879 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6880
6881 2012-11-13 Glenn Morris <rgm@gnu.org>
6882
6883 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6884 Add ibuffer-filter-by-derived-mode.
6885
6886 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6887 the same name shadowing each other.
6888
6889 * window.el (with-temp-buffer-window): Doc tweak.
6890
6891 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6892
6893 * help.el (temp-buffer-max-height):
6894 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6895 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6896
6897 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * emacs-lisp/nadvice.el: New package.
6900 * subr.el (special-form-p): New function.
6901 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6902 (elp-all-instrumented-list): Remove var.
6903 (elp-not-profilable): Remove elp-wrapper.
6904 (elp-profilable-p): Use autoloadp and special-form-p.
6905 (elp--advice-name): New const.
6906 (elp-instrument-function): Use advice-add.
6907 (elp--instrumented-p): New predicate.
6908 (elp-restore-function): Use advice-remove.
6909 (elp-restore-all, elp-reset-all): Use mapatoms.
6910 (elp-set-master): Use elp--instrumented-p.
6911 (elp--make-wrapper): Rename from elp-wrapper, return a function
6912 suitable for advice-add. Use cl-inf.
6913 (elp-results): Use mapatoms+elp--instrumented-p.
6914 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6915 (debug-function-list): Remove var.
6916 (debug): Rename arg, and then let-bind it explicitly inside.
6917 (debugger-setup-buffer): Rename arg.
6918 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6919 (debugger-frame-number): Adjust to new debug-on-entry setup.
6920 (debug--implement-debug-on-entry): Rename from
6921 implement-debug-on-entry, add argument.
6922 (debugger-special-form-p): Remove, use special-form-p instead.
6923 (debug-on-entry): Use advice-add.
6924 (debug--function-list): New function.
6925 (cancel-debug-on-entry): Use it, along with advice-remove.
6926 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6927 (debugger-list-functions): Use debug--function-list instead of
6928 debug-function-list.
6929 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6930 (ad-special-form-p): Remove, use special-form-p instead.
6931 (ad-set-advice-info): Use add-function and remove-function.
6932 (ad--defalias-fset): Adjust accordingly.
6933
6934 2012-11-10 Glenn Morris <rgm@gnu.org>
6935
6936 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6937 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6938 (report-emacs-bug-create-existing-bugs-buffer)
6939 (report-emacs-bug-parse-query-results)
6940 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6941
6942 * term.el (term-default-fg-color, term-default-bg-color):
6943 Make obsolete, rather than just saying "deprecated" in the doc.
6944
6945 * term.el (term): Rename from `term-face'.
6946 (term-current-face, ansi-term-color-vector)
6947 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6948 Update all users.
6949
6950 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6951
6952 * server.el (server-create-window-system-frame): Handle Nextstep
6953 specially (Bug#12780).
6954
6955 2012-11-10 Glenn Morris <rgm@gnu.org>
6956
6957 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6958 Unautoload, and make obsolete. (Bug#7449)
6959
6960 2012-11-10 Chong Yidong <cyd@gnu.org>
6961
6962 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6963 rename from diff-remove-trailing-whitespace (Bug#12831).
6964
6965 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6968 miscompilation of trace.el.
6969
6970 2012-11-10 Glenn Morris <rgm@gnu.org>
6971
6972 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6973
6974 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6977 (bug#12812).
6978
6979 2012-11-10 Chong Yidong <cyd@gnu.org>
6980
6981 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6982 a defcustom with an appropriate :set function.
6983 (minibuffer-default--in-prompt-regexps): New function.
6984
6985 2012-11-10 Glenn Morris <rgm@gnu.org>
6986
6987 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6988 (define-modify-macro): Doc fixes.
6989
6990 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6991 (gv-define-simple-setter): Update doc of `fix-return'.
6992
6993 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6996 twice when `fix-return' is set (bug#12813).
6997
6998 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6999 gv-define-simple-setter (bug#12812).
7000
7001 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7002 (bug#12756).
7003
7004 2012-11-10 Glenn Morris <rgm@gnu.org>
7005
7006 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7007
7008 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7009 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7010 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7011 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7012
7013 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7014
7015 2012-11-10 Leo Liu <sdl.web@gmail.com>
7016
7017 * ido.el (ido-set-matches-1): Improve flex matching performance by
7018 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7019
7020 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7023 (ad--defalias-fset): New function.
7024 (ad-safe-fset): Remove.
7025 (ad-make-freeze-definition): Use cl-letf*.
7026
7027 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * subr.el (dolist): Don't bind VAR in RESULT.
7030
7031 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7032 (fset, documentation): Don't save real def since we don't advise.
7033 (ad-do-advised-functions): Remove problematic `result-form'.
7034 (ad-safe-fset): `ad-real-fset' => `fset'.
7035 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7036 uses CL's dolist internally.
7037 (ad-arglist): Remove unused arg `name'.
7038 (ad-docstring, ad-make-advised-docstring):
7039 `ad-real-documentation' => `documentation'.
7040 (warning-suppress-types): Declare.
7041 (ad-set-arguments): Simple CSE.
7042 (ad-recover-normality): Sanity check.
7043
7044 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7045 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7046
7047 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7048
7049 * ses.el: symbol to coordinate mapping is made by symbol property
7050 `ses-cell'. This means that the same mapping is done for all SES
7051 sheets. That is good enough for cells with standard A1 names, but
7052 not for named cell. So a hash map is added for the latter.
7053 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7054 (ses-sym-rowcol): Use hashmap for named cell.
7055 (ses-is-cell-sym-p): New defun.
7056 (ses-decode-cell-symbol): New defun.
7057 (ses-create-cell-variable): Add cell to hashmap when name is not
7058 A1-like.
7059 (ses-rename-cell): Check that cell new name is not already in
7060 spreadsheet with the use of ses-is-cell-sym-p
7061 (ses-rename-cell): Use hash map for named cells, but accept also
7062 renaming back to A1-like.
7063
7064 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * emacs-lisp/advice.el: Use new dynamic docstrings.
7067 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7068 Use dynamic-docstring-function instead of ad-advice-info.
7069 (ad--make-advised-docstring): New function extracted from
7070 ad-make-advised-docstring.
7071 (ad-make-advised-docstring): Use it.
7072 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7073 from sql-help.
7074 (sql-help): Use it with dynamic-docstring-function.
7075
7076 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7077
7078 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * files.el (hack-one-local-variable--obsolete): New function.
7081 (hack-one-local-variable): Use it for obsolete settings.
7082
7083 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7084 the new name.
7085
7086 * progmodes/js.el (js--filling-paragraph): New var.
7087 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7088 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7089 less sneaky.
7090
7091 2012-11-08 Julien Danjou <julien@danjou.info>
7092
7093 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7094 `auto-mode-alist' (Bug#12835).
7095
7096 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7099 (perl--prettify-symbols-alist): New const.
7100 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7101 New functions.
7102 (perl-font-lock-keywords-2): Use them.
7103 (perl-electric-noindent-p): New function.
7104 (perl-mode): Use it to set up electric-indent-mode.
7105 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7106 (perl-mode-map): Remove bindings for them.
7107 (perl-imenu-generic-expression, perl-outline-level):
7108 Match functions&packages in column>0.
7109
7110 * env.el (env--substitute-vars-regexp): New const.
7111 (substitute-env-vars): Use it. Add `only-defined' arg.
7112 * net/tramp.el (tramp-replace-environment-variables): Use it.
7113
7114 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7115 Byte-compile *before* eval in eval-and-compile.
7116 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7117 (byte-compile-file-form-autoload): Don't hide actual definition.
7118 (byte-compile-maybe-guarded): Accept `functionp' as well.
7119
7120 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7121
7122 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * notifications.el (notifications-get-server-information-method):
7125 New defconst.
7126 (notifications-get-capabilities): Fix docstring.
7127 (notifications-get-server-information): New defun.
7128
7129 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7130
7131 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7132 readability.
7133
7134 * textmodes/ispell.el: Experimental support for support debugging.
7135 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7136 buffer for ispell.
7137 (ispell-print-if-debug): New function to print stuff to
7138 `ispell-debug-buffer' if debugging is enabled.
7139 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7140 show some debugging info.
7141 (ispell-buffer-with-debug): New function that creates a debugging
7142 buffer and calls `ispell-buffer' with debugging enabled.
7143
7144 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7145 comment in autoconf mode. (Bug#12768)
7146
7147 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7148
7149 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7150 frame-first-window, frame-root-window, frame-selected-window,
7151 minibuffer-selected-window, minibuffer-window,
7152 window-absolute-pixel-edges, window-at, window-body-height,
7153 window-body-width, window-display-table, window-combination-limit,
7154 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7155 window-inside-edges, window-inside-pixel-edges, window-left-child,
7156 window-left-column, window-margins, window-next-buffers,
7157 window-next-sibling, window-new-normal, window-new-total,
7158 window-normal-size, window-parameter, window-parameters, window-parent,
7159 window-pixel-edges, window-point, window-prev-buffers,
7160 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7161 window-start, window-text-height, window-top-child, window-top-line,
7162 window-total-height, window-total-width and window-use-time to the list
7163 of functions without side-effects.
7164 (toplevel): Add window-valid-p to the list of error-free functions
7165 without side-effects.
7166
7167 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7168
7169 * textmodes/ispell.el (ispell-program-name):
7170 Update spellchecker parameters when customized.
7171
7172 2012-11-04 Glenn Morris <rgm@gnu.org>
7173
7174 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7175
7176 2012-11-04 Chong Yidong <cyd@gnu.org>
7177
7178 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7179 same-window-* variables.
7180
7181 2012-11-04 Juri Linkov <juri@jurta.org>
7182
7183 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7184 (isearch-describe-key, isearch-describe-mode): Use a display
7185 action instead of binding same-window-* variables (Bug#10040).
7186
7187 2012-11-03 Glenn Morris <rgm@gnu.org>
7188
7189 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7190 Rename handler properties back from cl-- to cl-. (Bug#12788)
7191
7192 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7193
7194 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7195
7196 * term/pc-win.el: Don't load term/internal from here.
7197
7198 * loadup.el: Load term/internal from here.
7199
7200 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7201
7202 * progmodes/python.el (inferior-python-mode): Fix hang in
7203 jit-lock (Bug#12645).
7204
7205 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7206
7207 * window.el (switch-to-visible-buffer)
7208 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7209
7210 2012-11-03 Glenn Morris <rgm@gnu.org>
7211
7212 * emacs-lisp/cl-lib.el (cl--random-time):
7213 Rename from cl-random-time. (Bug#12773)
7214 (cl--gensym-counter, cl--random-state): Update callers.
7215 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7216
7217 2012-11-03 Chong Yidong <cyd@gnu.org>
7218
7219 * cus-start.el: Make cursor-type customizable (Bug#11633).
7220
7221 2012-11-02 Glenn Morris <rgm@gnu.org>
7222
7223 * filecache.el: No need to load find-lisp when compiling.
7224 (find-lisp-find-files): Autoload it.
7225 (file-cache-add-directory-recursively): Don't require find-lisp.
7226
7227 * image.el (image-type-from-file-name): Trivial simplification.
7228
7229 * emacs-lisp/bytecomp.el (byte-compile-eval):
7230 Decouple "noruntime" and "cl-functions" warnings.
7231
7232 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7233
7234 * play/gomoku.el (gomoku-display-statistics): Update mode line
7235 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7236
7237 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7238
7239 * window.el (quit-restore-window): If the window has been
7240 created on an existing frame and ended up as the sole window on
7241 that frame, do not delete it (Bug#12764).
7242
7243 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7246 Rename from sh--inside-arithmetic-expression, handle more cases
7247 (bug#11263).
7248
7249 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7250 (sh-font-lock-open-heredoc): Use it (bug#12770).
7251
7252 2012-10-30 Glenn Morris <rgm@gnu.org>
7253
7254 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7255
7256 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7257
7258 2012-10-29 Chong Yidong <cyd@gnu.org>
7259
7260 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7261 function key is stored in a keyboard macro (Bug#4894).
7262
7263 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7264
7265 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7268 header comments".
7269 (diff-unified->context, diff-context->unified)
7270 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7271
7272 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7273
7274 * files.el (find-alternate-file): Only ask one question (bug#12487).
7275
7276 2012-10-29 Chong Yidong <cyd@gnu.org>
7277
7278 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7279 Suggested by Dan Nicolaescu (Bug#6326).
7280
7281 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7282
7283 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7284
7285 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7286
7287 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7288
7289 * face-remap.el (face-remap-add-relative): Handle the case where a
7290 face-remapping-alist entry is a cons cell (Bug#12762).
7291
7292 2012-10-29 Kevin Ryde <user42@zip.com.au>
7293
7294 * woman.el (woman-parse-numeric-value): Handle picas correctly
7295 (Bug#12639).
7296
7297 2012-10-29 Glenn Morris <rgm@gnu.org>
7298
7299 * emacs-lisp/cl.el (defsetf): Doc fix.
7300
7301 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7304 syntax to the matching opener, if any (bug#12547).
7305 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7306 matching open as a "case-(".
7307 (sh-smie-rc-grammar): Add a corresponding rule for it.
7308
7309 2012-10-28 Daniel Hackney <dan@haxney.org>
7310
7311 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7312 "PKGNAME-autoloads.el" in case we created it.
7313
7314 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7317 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7318 (completion--twq-all): Disable too-strict assertions.
7319
7320 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7321
7322 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7323
7324 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7325 text to match the real keybindings.
7326
7327 2012-10-27 Juri Linkov <juri@jurta.org>
7328
7329 * wdired.el (wdired-keep-marker-rename): New defcustom.
7330 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7331 (Bug#11795)
7332
7333 * dired.el (dired-keep-marker-rename): Add reference to
7334 `wdired-keep-marker-rename' in the docstring.
7335 Add default character value ?R to display initially in
7336 Customization UI instead of ?@.
7337
7338 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7339
7340 * window.el (display-buffer): In doc-string describe
7341 window-height and window-width alist entries.
7342
7343 * time.el (display-time-world): Restore fit-window-to-buffer
7344 behavior.
7345
7346 2012-10-27 Chong Yidong <cyd@gnu.org>
7347
7348 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7349
7350 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7351
7352 * minibuffer.el (completion-category-overrides): New completion
7353 category `bookmark' (bug#11131).
7354
7355 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7358 Silence bogus compiler warnings for ad-do-it.
7359
7360 * bookmark.el (bookmark-completing-read): Set the completion category
7361 to `bookmark' (bug#11131).
7362
7363 2012-10-26 Bastien <bzg@altern.org>
7364 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * face-remap.el: Use lexical-binding.
7367 (text-scale-adjust): Improve docstring. Use itself for the temporary
7368 overlay-map bindings, so as to repeat the "Use..." message each time.
7369
7370 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * emacs-lisp/macroexp.el (macroexp--expand-all):
7373 Obey byte-compile-warning-enabled-p (bug#12486).
7374
7375 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7376 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7377
7378 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7379
7380 * mouse.el (mouse-drag-line): Move last form into preceding when
7381 clause (Bug#12731).
7382
7383 * help.el (resize-temp-buffer-window): Fix doc-string.
7384
7385 2012-10-25 David Engster <deng@randomsample.de>
7386
7387 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7388 Remove. This feature is already integrated in imenu.
7389
7390 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7391 always loaded. Require `speedbar' unconditionally.
7392
7393 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7396
7397 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7398
7399 * net/ldap.el (ldap-search-internal): The official ldif format starts
7400 with a "version: 1" header (bug#12724).
7401
7402 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7403 (bug#12721).
7404
7405 2012-10-25 Glenn Morris <rgm@gnu.org>
7406
7407 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7408
7409 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * minibuffer.el (minibuffer-force-complete): Use one more marker
7412 for the temporary-overlay-map command (bug#12619).
7413
7414 2012-10-24 Chong Yidong <cyd@gnu.org>
7415
7416 * time.el (display-time-world-mode): Derive from special-mode.
7417 (display-time-world): Use display-buffer (Bug#12708).
7418 (display-time-world-mode-map): Variable deleted.
7419 (display-time-world-display): Wrap the final delete-char inside
7420 inhibit-read-only.
7421
7422 2012-10-24 Chong Yidong <cyd@gnu.org>
7423
7424 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7425 Doc fix.
7426
7427 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7428
7429 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * minibuffer.el (completion--all-sorted-completions-location): New var.
7432 (completion--cache-all-sorted-completions)
7433 (completion--flush-all-sorted-completions): Use it.
7434 (completion-in-region, completion-in-region--postch)
7435 (completion-at-point, completion-help-at-point): Use markers in
7436 completion-in-region--data (bug#12619).
7437
7438 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * progmodes/compile.el (compilation-start): Try to handle common
7441 quoting of `cd' argument (bug#12640).
7442
7443 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7444 (bug#12671).
7445
7446 2012-10-23 Glenn Morris <rgm@gnu.org>
7447
7448 * progmodes/gud.el (gud-menu-map):
7449 Check gdb-active-process is bound. (Bug#12358)
7450
7451 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * repeat.el (repeat): Set real-this-command (bug#12232).
7454
7455 * htmlfontify.el (hfy-post-html-hook):
7456 * filesets.el (filesets-cache-fill-content-hook):
7457 * arc-mode.el (archive-extract-hook):
7458 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7459 * net/rcirc.el (rcirc-sentinel-functions)
7460 (rcirc-receive-message-functions, rcirc-activity-functions)
7461 (rcirc-print-functions):
7462 * net/dbus.el (dbus-event-error-functions):
7463 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7464 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7465 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7466 * term/sun.el (sun-raw-prefix-hooks):
7467 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7468
7469 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7472 Set `tramp-chunksize' to 1. This improves the performance.
7473 (tramp-smb-wait-for-output): Add timeout to
7474 `tramp-accept-process-output' calls.
7475
7476 2012-10-23 Chong Yidong <cyd@gnu.org>
7477
7478 * faces.el (font-list-limit): Define as an obsolete variable.
7479
7480 * startup.el (command-line):
7481 * cus-start.el: Don't refer to font-list-limit.
7482
7483 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7484
7485 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * subr.el (internal-temp-output-buffer-show): Rename from
7488 temp-output-buffer-show, since previously compiled files expect this name.
7489
7490 2012-10-23 Glenn Morris <rgm@gnu.org>
7491
7492 * image.el (image-type-from-file-name): If multiple types match,
7493 return the first one that is supported. (Bug#9045)
7494
7495 2012-10-22 Glenn Morris <rgm@gnu.org>
7496
7497 * image.el (imagemagick-enabled-types): Doc fix.
7498
7499 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7500
7501 * progmodes/which-func.el (which-func-current): The hash-table may have
7502 an explicit nil (bug#12338).
7503
7504 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * electric.el (electric-pair-delete-selection-self-insert-function):
7507 Rename to electric-pair-will-use-region, return a boolean.
7508 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7509
7510 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7511 (delete-selection-pre-hook): Use use-region-p.
7512 (delete-selection-self-insert-function): Remove.
7513 (self-insert-command): Obey self-insert-uses-region-functions.
7514 (self-insert-iso): Revert to previous setting, since we don't actually
7515 know what that command does.
7516 (delete-selection-self-insert-hooks): Remove.
7517
7518 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7519
7520 * delsel.el (delete-selection-helper): New function, extracted from
7521 delete-selection-pre-hook.
7522 (delete-selection-pre-hook): Use it.
7523 (delete-selection-self-insert-function): New function.
7524 (delete-selection-self-insert-hooks): New hook.
7525 (self-insert-command, self-insert-iso): Use it.
7526 * electric.el (electric-pair-syntax): New function, extracted from
7527 electric-pair-post-self-insert-function.
7528 (electric-pair-post-self-insert-function): Use it.
7529 (electric-pair-delete-selection-self-insert-function): New function.
7530 (electric-pair-mode): Require delsel and setup
7531 delete-selection-self-insert-hooks (bug#11520).
7532
7533 2012-10-20 Chong Yidong <cyd@gnu.org>
7534
7535 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7536 no changes to show (Bug#12586).
7537
7538 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7539 list explicitly (Bug#12571).
7540
7541 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7542
7543 * progmodes/flymake.el (flymake-create-temp-inplace):
7544 Use file-truename.
7545
7546 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7547
7548 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7549
7550 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7551
7552 * calc/calc-units.el (math-extract-units): Properly extract powers
7553 of units.
7554
7555 2012-10-20 Daniel Colascione <dancol@dancol.org>
7556
7557 * frame.el (make-frame): Set x-display-name as we used to in order
7558 to unbreak creating an X11 frame from an Emacs daemon started
7559 without a display.
7560
7561 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7564 the same completion-field (bug#12221).
7565
7566 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7567
7568 * emacs-lisp/debug.el (debug): Record height of debugger window
7569 also when debugger will be back (Bug#8789).
7570
7571 2012-10-18 Chong Yidong <cyd@gnu.org>
7572
7573 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7574 Convert to defcustom.
7575 (gdb-get-source-file): Don't bind pop-up-windows.
7576
7577 * progmodes/gud.el (gud-display-line): Don't specially re-use
7578 other frames for the gdb-mi case (Bug#12648).
7579
7580 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * emacs-lisp/advice.el: Clean up commentary a bit.
7583 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7584 (byte-code-function-p): Never redefine.
7585
7586 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7587
7588 2012-10-18 Glenn Morris <rgm@gnu.org>
7589
7590 * dired.el (dired-sort-toggle): Some ls implementations only allow
7591 a single option string. (Bug#12666)
7592
7593 * minibuffer.el (completion-cycle-threshold): Doc fix.
7594
7595 2012-10-17 Kenichi Handa <handa@gnu.org>
7596
7597 * international/mule.el (set-keyboard-coding-system):
7598 Recover input meta mode when the new coding system doesn not use 8-bit.
7599 Supply TERMINAL arg to set-input-meta-mode.
7600
7601 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7602
7603 * wdired.el (wdired-old-marks): New variable.
7604 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7605 (wdired-do-renames): Move point with renamed file and don't lose
7606 mark status (Bug#11795).
7607
7608 2012-10-16 Juri Linkov <juri@jurta.org>
7609
7610 * replace.el (query-replace-help): Mention multi-buffer replacement
7611 keys in the Help message. (Bug#12655)
7612
7613 2012-10-15 Chong Yidong <cyd@gnu.org>
7614
7615 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7616
7617 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7618
7619 * window.el (display-buffer): Doc fix.
7620
7621 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7622 Adjust the msft regexp to the output of Studio 2010, and move msft
7623 before edg-1. See the discussion on emacs-devel,
7624 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7625 for the details.
7626
7627 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7630 (oset): Move uses of object-class-fast macro after its definition.
7631
7632 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7633
7634 2012-10-13 Chong Yidong <cyd@gnu.org>
7635
7636 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7637 enabled, re-enable it (Bug#11963).
7638
7639 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7640
7641 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7642 non-nil, restore window configuration (Bug#12623).
7643
7644 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * help-fns.el (describe-variable, describe-function-1):
7647 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7648
7649 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7650
7651 2012-10-12 Glenn Morris <rgm@gnu.org>
7652
7653 * mail/rmailsum.el (rmail-header-summary):
7654 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7655
7656 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7657
7658 * progmodes/python.el (python-mode-map):
7659 Replace subtitute-key-definition with proper command remapping.
7660 (python-nav--up-list): Fix behavior for blocks on the same level.
7661
7662 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7665
7666 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7667 changes to the format of load-history.
7668
7669 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7670 completion-ignore-case in case that var is buffer-local (bug#12615).
7671
7672 2012-10-11 Kenichi Handa <handa@gnu.org>
7673
7674 * international/eucjp-ms.el: Re-generated.
7675
7676 2012-10-10 Kenichi Handa <handa@gnu.org>
7677
7678 * select.el (xselect--encode-string): If a coding is specified for
7679 selection, and that is compatible with COMPOUND_TEXT, use it.
7680
7681 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7682
7683 * window.el (switch-to-buffer-preserve-window-point): New option.
7684 (switch-to-buffer):
7685 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7686
7687 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7690 Don't document nil as a useful value (bug#12583).
7691
7692 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7693
7694 * net/tramp.el (tramp-debug-message):
7695 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7696 (with-tramp-progress-reporter): Rename from
7697 `tramp-with-progress-reporter'.
7698 (with-tramp-file-property, with-tramp-connection-property):
7699 Move from tramp-cache.el, rename from `with-file-property' and
7700 `with-connection-property', respectively.
7701
7702 * net/tramp-cache.el: Remove `with-file-property' and
7703 `with-connection-property'.
7704
7705 * net/tramp.el:
7706 * net/tramp-gvfs.el:
7707 * net/tramp-sh.el:
7708 * net/tramp-smb.el: Adapt callees.
7709
7710 * net/trampver.el: Update release number.
7711
7712 2012-10-09 Glenn Morris <rgm@gnu.org>
7713
7714 * w32-fns.el (set-message-beep):
7715 * term/w32-win.el (set-message-beep): Update declarations.
7716
7717 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7720 (mode-line-widen, mode-line-input-method-map)
7721 (mode-line-coding-system-map, mode-line-remote)
7722 (mode-line-unbury-buffer, mode-line-bury-buffer)
7723 (mode-line-next-buffer, mode-line-previous-buffer):
7724 Replace save-selected-window+select-window => with-selected-window.
7725
7726 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7727 * progmodes/cc-vars.el (bq-process): Remove, unused.
7728
7729 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7730
7731 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7732
7733 Implemented `backward-up-list'-like navigation.
7734 * progmodes/python.el (python-nav-up-list)
7735 (python-nav-backward-up-list): New functions.
7736 (python-mode-map): Define substitute key for backward-up-list to
7737 python-nav-backward-up-list.
7738
7739 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7740
7741 * progmodes/python.el (python-fill-paragraph): Rename from
7742 python-fill-paragraph-function. Fixed fill-paragraph for
7743 decorators (Bug#12605).
7744
7745 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7746
7747 * progmodes/python.el (python-shell-output-filter): Handle extra
7748 carriage return in OSX (Bug#12409).
7749
7750 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7751
7752 Fix shell handling of unbalanced quotes and parens in output.
7753 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7754 (python-syntax-propertize-function): Use it.
7755 (python-shell-output-syntax-table): New var.
7756 (inferior-python-mode): Prevent unbalanced parens/quotes from
7757 previous output mess with current input context.
7758
7759 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7762 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7763
7764 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7765
7766 * ffap.el (ffap-replace-file-component): Support Tramp file name
7767 syntax, not only ange-ftp's one.
7768
7769 2012-10-08 Glenn Morris <rgm@gnu.org>
7770
7771 * cus-start.el (message-log-max): Set :version.
7772
7773 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7774
7775 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7776
7777 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7778 the minibuffer window (Bug#10851).
7779
7780 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7781
7782 Enhancements on forward-sexp movement.
7783 * progmodes/python.el (python-nav-beginning-of-statement)
7784 (python-nav-end-of-statement): Return point-marker.
7785 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7786 (python-info-current-symbol)
7787 (python-info-statement-starts-block-p): Rename from
7788 python-info-beginning-of-block-p.
7789 (python-info-statement-ends-block-p): Rename from
7790 python-info-end-of-block-p.
7791 (python-info-beginning-of-statement-p)
7792 (python-info-end-of-statement-p)
7793 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7794 New functions.
7795
7796 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7799 frame-selected-windows.
7800
7801 2012-10-08 Daniel Colascione <dancol@dancol.org>
7802
7803 * battery.el (battery-status-function): Check for
7804 w32-battery-status itself, not system-time windows-nt.
7805
7806 * frame.el: Require cl-lib.
7807 (display-format-alist): New variable mapping frame types to
7808 functions that initialize them.
7809 (window-system-for-display): New function: interprets
7810 display-format-alist.
7811 (make-frame-on-display): Remove existing display-selection logic
7812 and just forward to make-frame, which will now DTRT.
7813 (make-frame): Restructure to use window-system-for-display to
7814 figure out how to create a frame on a given display.
7815 (display-mouse-p): Look for frame-type w32, not a particular
7816 system-type.
7817
7818 * loadup.el: Load w32 lisp code when we have the w32 feature.
7819
7820 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7821 system-type windows-nt.
7822
7823 * server.el (server-create-window-system-frame): Look for window
7824 type.
7825 (server-proces-filter): Only force a window system when windows-nt
7826 _and_ w32. Explain why.
7827
7828 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7829 of window systems we configure for the mode.
7830
7831 * startup.el (command-line): Mark window system is initialized
7832 after we've done it.
7833
7834 * common-win.el (x-select-text): Look for w32, not windows-nt.
7835
7836 * ns-win.el: Require cl-lib. Add ourselves to
7837 display-format-alist.
7838 (ns-initialize-window-system): Assert we're not initialized twice.
7839
7840 * w32-win.el: Enable lexical binding; require cl-lib; add
7841 ourselves to display-format-alist.
7842 (w32-handle-dropped-file): Convert incoming dropped files from
7843 Windows paths to Cygwin ones before passing them on to the rest of
7844 Emacs.
7845 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7846 (w32-initialize-window-system): Assert we're not initialized twice.
7847
7848 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7849 (x-initialize-window-system): Assert we're not initialized twice.
7850
7851 * w32-common-fns.el: New File.
7852 (w32-version, w32-using-nt, w32-get-clipboard-data)
7853 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7854 (w32-charset-info-alist, x-last-selected, text)
7855 (x-get-selection-value, x-selection-value): Move here.
7856
7857 * w32-fns.el: Require w32-common-fns.
7858 (w32-version, w32-using-nt, w32-get-clipboard-data)
7859 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7860 (w32-charset-info-alist, x-last-selected, text)
7861 (x-get-selection-value, x-selection-value): Move to
7862 w32-common-fns.
7863
7864 * w32-vars.el:
7865 (w32-allow-system-shell, w32-system-shells): Define only in
7866 non-cygwin case.
7867
7868 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7871 (read-passwd): Remove a few more potential sources of leaks.
7872
7873 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7874
7875 * progmodes/python.el (inferior-python-mode)
7876 (python-shell-make-comint): Fix initialization of local
7877 variables copied from parent buffer.
7878
7879 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7880
7881 * term/ns-win.el (ns-read-file-name): Update declaration to match
7882 nsfns.m.
7883 (ns-respond-to-change-font): Change fontsize separately so we are sure
7884 it is set when font is acted upon.
7885
7886 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7887
7888 Enhancements to indentation.
7889 * progmodes/python.el (python-indent-context): Give priority to
7890 inside-string context. Make comments indentation markers.
7891 (python-indent-region): Do not mess with strings, unless it's the
7892 enclosing set of quotes.
7893
7894 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * window.el (internal--before-save-selected-window)
7897 (internal--after-save-selected-window): New functions extracted from
7898 save-selected-window. Make sure we return the `alist' we construct.
7899 (save-selected-window): Use them.
7900
7901 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7902 Use with-selected-window.
7903
7904 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7905 forms that define macros (bug#12593).
7906
7907 2012-10-07 Kenichi Handa <handa@gnu.org>
7908
7909 * international/mule-conf.el (compound-text-with-extensions):
7910 Add :mime-charset property as x-ctext.
7911
7912 2012-10-07 Stefan Merten <smerten@oekonux.de>
7913
7914 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7915 (rst-indent-literal-normal, rst-indent-literal-minimized)
7916 (rst-indent-comment): Correct :version tag.
7917 (rst-official-cvs-rev): Correct version string.
7918
7919 2012-10-07 Glenn Morris <rgm@gnu.org>
7920
7921 * mail/rmailmm.el (rmail-mime-process-multipart):
7922 Do not confuse a multipart message with an epilogue
7923 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7924
7925 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7926
7927 Fix shell output retrieval and comint-prompt-regexp init.
7928 * progmodes/python.el (inferior-python-mode):
7929 (python-shell-make-comint): Fix initialization of
7930 comint-prompt-regexp from copied file local variables.
7931 (python-shell-fetched-lines): Remove var.
7932 (python-shell-output-filter-in-progress): Rename from
7933 python-shell-fetch-lines-in-progress.
7934 (python-shell-output-filter-buffer): Rename from
7935 python-shell-fetch-lines-string.
7936 (python-shell-fetch-lines-filter): Delete function.
7937 (python-shell-output-filter): New function.
7938 (python-shell-send-string-no-output): Use them.
7939
7940 2012-10-07 Glenn Morris <rgm@gnu.org>
7941
7942 * hi-lock.el (hi-lock-process-phrase):
7943 Try to make it less fragile. (Bug#7161)
7944
7945 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7946
7947 2012-10-06 Glenn Morris <rgm@gnu.org>
7948
7949 * ehelp.el (electric-help-mode): Use help-mode rather than
7950 non-existent mode `help'.
7951 (electric-help-map): Use button-buffer-map. (Bug#10917)
7952
7953 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7954 (reftex-create-bibtex-footer): Fix custom types.
7955
7956 * progmodes/sh-script.el (sh-indent-after-continuation):
7957 Add explicit :group.
7958
7959 * textmodes/rst.el (rst-preferred-decorations)
7960 (rst-shift-basic-offset): Clarify obsolescence versions.
7961
7962 * profiler.el (profiler): Add missing group :version tag.
7963 * avoid.el (mouse-avoidance-banish-position):
7964 * proced.el (proced-renice-command):
7965 * calc/calc.el (calc-ensure-consistent-units):
7966 * calendar/icalendar.el (icalendar-import-format-uid):
7967 * net/tramp.el (tramp-save-ad-hoc-proxies):
7968 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7969 * progmodes/flymake.el (flymake-error-bitmap)
7970 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7971 * progmodes/sh-script.el (sh-indent-after-continuation):
7972 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7973 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7974 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7975 (vhdl-array-index-record-field-in-sensitivity-list)
7976 (vhdl-indent-comment-like-next-code-line):
7977 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7978 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7979 (reftex-cite-key-separator, reftex-create-bibtex-header)
7980 (reftex-create-bibtex-footer):
7981 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7982 (rst-indent-literal-normal, rst-indent-literal-minimized)
7983 (rst-indent-comment): Add missing custom :version tags.
7984
7985 * calendar/timeclock.el (timeclock-modeline-display):
7986 Add missing obsolete alias for renamed user option.
7987
7988 * strokes.el (strokes-modeline-string):
7989 * emulation/crisp.el (crisp-mode-modeline-string):
7990 * eshell/esh-mode.el (eshell-status-in-modeline):
7991 Aliases to defcustoms must come before the defcustom.
7992
7993 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7994 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7995 (cal-tex-cursor-week-monday): Doc fixes.
7996 (cal-tex-cursor-week2-summary): Doc fix.
7997 Rename from cal-tex-cursor-week-at-a-glance.
7998
7999 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8000 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8001
8002 * calendar/calendar.el (calendar-mode-map):
8003 Add cal-tex-cursor-week2-summary.
8004
8005 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8008
8009 * subr.el (read-passwd-map): New var.
8010 (read-passwd): Use `read-string' again.
8011 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8012
8013 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8014
8015 * register.el (append-to-register, prepend-to-register):
8016 Deactivate mark, as does `copy-to-register' (bug#12389).
8017
8018 2012-10-06 Chong Yidong <cyd@gnu.org>
8019
8020 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8021
8022 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8023
8024 * international/characters.el: Fix simple mistake ((car chars) ->
8025 elt), delete duplicated code.
8026
8027 2012-10-06 Glenn Morris <rgm@gnu.org>
8028
8029 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8030
8031 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8032
8033 * color.el (color-hsl-to-rgb): Fix incorrect results for
8034 small and large hue values. (Bug#12559)
8035
8036 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8037
8038 Enhancements to docstring formatting when filling paragraphs.
8039 * progmodes/python.el (python-fill-docstring-style): Rename from
8040 python-fill-string-style. Added new style.
8041 (python-fill-string): Use new style. Better checks for
8042 docstrings.
8043
8044 2012-10-05 Glenn Morris <rgm@gnu.org>
8045
8046 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8047
8048 * color.el (color-name-to-rgb, color-rgb-to-hex)
8049 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8050 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8051 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8052 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8053
8054 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8055
8056 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8057
8058 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8059 to get the correct size across symlinks.
8060
8061 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8062
8063 2012-10-04 Juri Linkov <juri@jurta.org>
8064
8065 * replace.el (query-replace-interactive): Declare obsolete.
8066 (query-replace-read-from): Add the last incremental search string
8067 to the list of default values accessible via M-n.
8068 (map-query-replace-regexp): Use `read-regexp'.
8069 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8070 (map-query-replace-regexp, replace-string, replace-regexp):
8071 Fix docstrings to replace mentions of `query-replace-interactive'
8072 with alternatives. (Bug#12526)
8073
8074 2012-10-04 Juri Linkov <juri@jurta.org>
8075
8076 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8077 (dired-pop-to-buffer): Declare obsolete.
8078 (dired-mark-pop-up): Doc fix.
8079
8080 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8081
8082 Allow user to set docstring style for fill-paragraph.
8083 * progmodes/python.el
8084 (python-fill-comment-function, python-fill-string-function)
8085 (python-fill-decorator-function, python-fill-paren-function):
8086 Remove :safe for defcustoms.
8087 (python-fill-string-style): New defcustom
8088 (python-fill-paragraph-function): Enhance context detection.
8089 (python-fill-string): Honor python-fill-string-style settings.
8090
8091 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8092
8093 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8094 after setting its buffer (Bug#10805).
8095
8096 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8097
8098 Fix cornercase for string syntax.
8099 * progmodes/python.el (python-syntax-propertize-function):
8100 Simplify and enhance the regexp for unescaped quotes. Now it also
8101 matches quotes in weird situations like the single quote in
8102 "something\"'".
8103 (python-syntax-stringify): Simplify num-quotes detecting code.
8104
8105 2012-10-03 Glenn Morris <rgm@gnu.org>
8106
8107 * help-macro.el (three-step-help):
8108 Revert 2012-09-29 change. (Bug#12567)
8109
8110 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8111
8112 * menu-bar.el (kill-this-buffer): Don't do anything when
8113 `menu-frame' is not alive or visible (Bug#8184).
8114
8115 * emacs-lisp/debug.el (debug): When quitting the debugger window
8116 restore current buffer (Bug#12502).
8117
8118 2012-10-02 Chong Yidong <cyd@gnu.org>
8119
8120 * progmodes/hideif.el (hif-lookup, hif-defined):
8121 Handle semantic-c-takeover-hideif.
8122
8123 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8124
8125 Change sampling interval units from ms to ns.
8126 * profiler.el (profiler-sampling-interval): Change units
8127 from ms to ns, multiplying the default by 1000000 so that
8128 it remains 1 ms.
8129 (profiler-report-cpu-line-format): Give enough room for
8130 the maximum counters on 64-bit hosts.
8131 (profiler-report-render-calltree-1): Call them "CPU samples",
8132 not "Time (ms)", since they are not milliseconds now (and
8133 never really were).
8134
8135 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8136
8137 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8138 Fix querying BBDB for entries without a last name (Bug#11580).
8139
8140 2012-10-02 Chong Yidong <cyd@gnu.org>
8141
8142 * emacs-lisp/eieio.el: Restore Version header.
8143
8144 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * vc/diff-mode.el (diff--auto-refine-data): New var.
8147 (diff-hunk): Use it to delay refinement.
8148 (diff-mode): Remove overlays when we turn off font-lock.
8149
8150 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8151 (table-initialize-table-fixed-width-mode)
8152 (table-set-table-fixed-width-mode): Remove functions.
8153 (table-command-list): Move initialization into declaration.
8154 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8155 (table-with-cache-buffer): Use `declare'.
8156 (table-span-cell): Simplify via CSE.
8157 (table-fixed-width-mode): Use define-minor-mode.
8158 (table-call-interactively, table-funcall, table-apply): Remove.
8159 (table-function): New function, to replace them.
8160
8161 * bookmark.el (bookmark-search-pattern): Remove var.
8162 (bookmark-read-search-input): Remove function.
8163 (bookmark-bmenu-search): Reimplement using a minibuffer.
8164
8165 * faces.el (modeline): Remove obsolete face name.
8166
8167 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8168 and give a non-nil default value.
8169 (add-change-log-entry): Simplify accordingly.
8170
8171 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8172
8173 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8174 (vc-git-log-edit-toggle-amend): New function.
8175 (vc-git-log-edit-toggle-signoff): New function.
8176 (vc-git-log-edit-mode): New major mode.
8177 (vc-git-log-edit-mode-map): Keymap for it.
8178 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8179
8180 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8181 header names.
8182 (log-edit-toggle-header): New function.
8183 (log-edit-extract-headers): Accept function values in HEADERS alist.
8184
8185 2012-10-01 David Engster <deng@randomsample.de>
8186
8187 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8188 from symbol property and change message to be more consistent with
8189 Emacs proper.
8190 (eieio-describe-generic): Add filename for each implementation.
8191 Fix indices for generic and normal methods.
8192 (eieio-method-def, eieio-class-def): New buttons.
8193 (eieio-help-find-method-definition)
8194 (eieio-help-find-class-definition): New functions.
8195 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8196 class, constructor and method definitions.
8197
8198 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8199 information in symbol property.
8200 (scoped-class): Remove.
8201 (eieio-slot-name-index, call-next-method): Check if it is bound.
8202
8203 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8204
8205 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8206 (eieio-custom-mode): New major mode.
8207 (eieio-customize-object): Use it.
8208
8209 2012-10-01 Eric Ludlam <zappo@gnu.org>
8210
8211 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8212 specifying the expected class, and whether subclassing is allowed.
8213 (eieio-persistent-convert-list-to-object):
8214 (eieio-persistent-validate/fix-slot-value)
8215 (eieio-persistent-slot-type-is-class-p): New functions.
8216 (eieio-named::slot-missing): Doc fix.
8217
8218 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8219 Stop using unused publd variable.
8220
8221 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8222 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8223 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8224 (eieio-speedbar-handle-click): Do not specify a class for the
8225 method. Fixes method invocation order problems with EDE.
8226
8227 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8230 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8231
8232 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8233
8234 * bookmark.el (bookmark-version-control): Give tags in the
8235 :type choices (Bug#12309), and improve doc string.
8236 (bookmark-write-file): Bind `print-circle' to `t' to allow
8237 circular custom bookmark types. (Bug#12503)
8238
8239 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8240
8241 Revert the FOLLOW-SYMLINKS change for file-attributes.
8242 * files.el (remote-file-name-inhibit-cache, after-find-file):
8243 * time.el (display-time-file-nonempty-p): Undo last change.
8244
8245 * profiler.el (profiler-sampling-interval): Change default back to 1.
8246 See Stefan Monnier in
8247 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8248
8249 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8250
8251 Shell output catching a la gud-gdb.
8252 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8253 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8254 New Vars.
8255 (python-shell-fetch-lines-filter): New function.
8256 (python-shell-send-string-no-output): Use them.
8257
8258 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8259
8260 * profiler.el (profiler-sampling-interval): Rename from
8261 profiler-sample-interval.
8262 (profiler-sampling-interval): Default to 10.
8263 (profiler-find-profile): New command (was profiler-find-log).
8264 (profiler-find-profile-other-window): New command.
8265 (profiler-find-profile-other-frame): New command.
8266 (profiler-profile): Introduce API-level data structure.
8267
8268 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8269
8270 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8271 * files.el (remote-file-name-inhibit-cache):
8272 * time.el (display-time-file-nonempty-p): Use it.
8273 * files.el (after-find-file): Don't chase links before calling
8274 file-exists-p, as file-exists-p already does the right thing.
8275
8276 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8277
8278 Merge from standalone RefTeX repository.
8279
8280 The following ChangeLog entries are shortened versions of the
8281 original ones with file paths adapted. A not so strongly edited
8282 version of the original ChangeLog can be found in the commit log.
8283
8284 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8285 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8286 Correctly handle new value type returned by `reftex-citation'.
8287
8288 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8289 that entries with whitespace at various places are found.
8290 Doc fix. Include entries that are cross-referenced from cited entries.
8291 Include @String definitions in the resulting bib file. Add header
8292 and footer defined in `reftex-create-bibtex-header' and
8293 `reftex-create-bibtex-footer'.
8294 (reftex-do-citation): Make it possible again to insert
8295 non-existent entries. Save match data when asking for optional
8296 arguments. Return all keys, not just the first one.
8297 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8298 all citations in the same line.
8299 (reftex-parse-bibtex-entry): Accept additional optional argument
8300 `raw' and keep quotes or braces if it is non-nil. Match fields
8301 containing hyphens besides word constituents.
8302 (reftex-get-string-refs): New function.
8303 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8304 and ask if it should be reread in case it did.
8305 (reftex-pop-to-bibtex-entry)
8306 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8307 entries with spaces or tabs in front of arguments.
8308 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8309 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8310 Match entries containing numbers and symbol constituents.
8311 (reftex-do-citation, reftex-figure-out-cite-format):
8312 Use `reftex-cite-key-separator'.
8313
8314 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8315 (reftex-mouse-view-crossref): Explain why point is set.
8316
8317 * textmodes/reftex-global.el: Whitespace changes.
8318
8319 * textmodes/reftex-index.el: Move provide statement to end of
8320 file.
8321 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8322 (reftex-index-visit-phrases-buffer): Set marker when visiting
8323 buffer. This allows for returning from the phrases file to the
8324 file one was just editing instead of the file where the last
8325 phrases was added from.
8326 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8327 punctuation syntax as it usually is not used as string quote in
8328 TeX-related modes and may occur unmatched. The change also
8329 prevents fontification of quoted content.
8330 (reftex-index-phrases-mode): Use it.
8331
8332 * textmodes/reftex-parse.el (reftex-parse-from-file):
8333 Move backward one char if a `\' was matched after a section macro.
8334 (reftex-parse-from-file): Use beginning of match instead of end as
8335 bound.
8336
8337 * textmodes/reftex-ref.el: Adapt creation of
8338 `reftex-<package>-<macro>' functions to new structure of
8339 `reftex-ref-style-alist'.
8340 (reftex-reference): Use `reftex-ref-style-list' function.
8341 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8342 reference macro if `reftex-ref-macro-prompt' is non-nil.
8343 (reftex-reference): Pass refstyle to `reftex-format-special'.
8344 Determine reference macro by looking at
8345 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8346 Use only one special format function.
8347 (reftex-varioref-vref, reftex-fancyref-fref)
8348 (reftex-fancyref-Fref): Remove definitions. The functions are now
8349 generated from `reftex-ref-style-alist'.
8350 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8351 Remove.
8352 (reftex-format-special): New function.
8353
8354 * textmodes/reftex-sel.el
8355 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8356 of `reftex-ref-style-alist'. Remove code for testing macro type.
8357 (reftex-select-toggle-varioref)
8358 (reftex-select-toggle-fancyref): Remove.
8359 (reftex-select-cycle-ref-style-internal)
8360 (reftex-select-cycle-ref-style-forward)
8361 (reftex-select-cycle-ref-style-backward): New functions.
8362 (reftex-select-label-map): Use `v' and `V' for general cycling
8363 through reference styles. Add `p' for switching between number
8364 and page reference types.
8365
8366 * textmodes/reftex-toc.el (reftex-re-enlarge):
8367 Call `enlarge-window' only if there is something to do because in Emacs
8368 the horizontal version throws an error even if the parameter is 0.
8369
8370 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8371 (reftex-plug-into-AUCTeX): Doc fix.
8372 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8373 string. Adapt to new name.
8374 (reftex-ref-style-alist): Change structure so that it is not
8375 possible to use multiple different package names within a style.
8376 Remove the symbols for symbols for macro type distinction.
8377 Add characters for macro selection.
8378 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8379 (reftex-create-bibtex-footer): New variables.
8380 (reftex-format-ref-function): Mention third argument of special
8381 format function.
8382 (reftex-ref-style-alist, reftex-ref-style-default-list):
8383 New variables.
8384 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8385 to new implementation. Mark as obsolete. Add compatibility code
8386 for honoring the variable values in case they are set.
8387 (reftex-cite-format-builtin, reftex-bibliography-commands):
8388 Add support for ConTeXt.
8389 (reftex-format-ref-function, reftex-format-cite-function):
8390 Fix custom type.
8391 (reftex-cite-key-separator): New variable.
8392
8393 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8394 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8395 `reftex-syntax-table' because parens have to retain their paren
8396 syntax in order for parsing of BibTeX entries like @book(...) to
8397 work.
8398 (reftex-in-comment): Do not error out if `comment-start-skip' is
8399 not set. Deal correctly with escaped comment characters.
8400 (reftex-tie-multifile-symbols): Add doc string.
8401 Initialize `reftex-ref-style-list'.
8402 (reftex-untie-multifile-symbols): Add doc string.
8403 (reftex-add-index-macros): Doc fix.
8404 (reftex-ref-style-activate, reftex-ref-style-toggle)
8405 (reftex-ref-style-list): New functions.
8406 (reftex-mode-menu): Use them. Adapt to new structure of
8407 `reftex-ref-style-alist'.
8408 (reftex-select-with-char): Kill the RefTeX Select buffer when
8409 done.
8410 (reftex-remove-if): New function.
8411 (reftex-erase-all-selection-and-index-buffers)
8412 (reftex-mode-menu): Reference styles are now computed from
8413 `reftex-ref-style-alist'. Fix typo.
8414 (reftex-report-bug): New function.
8415 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8416 algorithms with O(n log n). Introduce optional argument SORT (not
8417 yet used).
8418
8419 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8420
8421 Enhancements for triple-quote string syntax.
8422 * progmodes/python.el (python-syntax-propertize-function):
8423 Match both quote cases in one regexp.
8424 (python-syntax-stringify): Handle matches properly.
8425
8426 2012-09-30 Juri Linkov <juri@jurta.org>
8427
8428 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8429 to nil around the call to `insert' to prevent
8430 directory time modification by lock_file. (Bug#2295)
8431 * tar-mode.el (tar-summarize-buffer): Idem.
8432
8433 2012-09-30 Juri Linkov <juri@jurta.org>
8434
8435 * facemenu.el (list-colors-sort): Add option "Luminance".
8436 (list-colors-sort-key): Implement it.
8437
8438 * vc/diff-mode.el (diff-refine-removed):
8439 * vc/ediff-init.el (ediff-fine-diff-A):
8440 * vc/smerge-mode.el (smerge-refined-removed):
8441 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8442
8443 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8444
8445 * term/ns-win.el (x-file-dialog): New function.
8446
8447 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * ido.el (ido-max-directory-size): Default to nil; the current
8450 default is small for POSIX systems, and impractical on Windows 7
8451 now that lstat returns directory sizes for NTFS.
8452
8453 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8454
8455 In buffer display functions handle window-height/window-width
8456 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8457 * window.el (window--display-buffer): New argument ALIST.
8458 Obey window-height and window-width alist entries.
8459 (window--try-to-split-window): New argument ALIST.
8460 Bind window-combination-limit to t when the window's size shall be
8461 changed and window-combination-limit equals `window-size'.
8462 (display-buffer-in-atom-window)
8463 (display-buffer-in-major-side-window)
8464 (display-buffer-in-side-window, display-buffer-same-window)
8465 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8466 (display-buffer-pop-up-window, display-buffer-below-selected)
8467 (display-buffer-at-bottom, display-buffer-in-previous-window)
8468 (display-buffer-use-some-window): Adjust all callers of
8469 window--display-buffer and window--try-to-split-window.
8470 (fit-frame-to-buffer): New option.
8471 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8472 is non-nil.
8473 (display-buffer-in-major-side-window): Evaluate window-height /
8474 window-width alist entries.
8475
8476 * help.el (temp-buffer-resize-frames)
8477 (temp-buffer-resize-regexps): Remove options.
8478 (temp-buffer-resize-mode): Adjust doc-string.
8479 (resize-temp-buffer-window): Don't consult
8480 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8481 temp-buffer-resize-frames.
8482
8483 * dired.el (dired-mark-pop-up):
8484 Call display-buffer-below-selected with a fit-window-to-buffer alist
8485 entry.
8486
8487 2012-09-30 Chong Yidong <cyd@gnu.org>
8488
8489 * server.el (server-host): Document the security implications.
8490 (server-auth-key): Doc fix.
8491
8492 * startup.el (initial-buffer-choice): Doc fix.
8493
8494 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8495
8496 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8497 restriction change.
8498
8499 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8500
8501 * help-fns.el (help-fns--obsolete): Fix last change.
8502
8503 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8506 (minor-mode-map-alist): Remove redundant code.
8507
8508 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8509 visited in a buffer.
8510 (cvs-insert-visited-file): New function.
8511 (find-file-hook): Use it.
8512
8513 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8514
8515 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8516 chose face.
8517 (log-edit-empty-buffer-p): Don't require a space after a header.
8518
8519 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8520
8521 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8522
8523 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8524 a proper minor-mode.
8525
8526 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8527
8528 2012-09-29 Glenn Morris <rgm@gnu.org>
8529
8530 * winner.el (winner-mode): Remove variable (let define-minor-mode
8531 handle it).
8532 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8533 Doc fixes.
8534 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8535 (winner-mode): Use define-minor-mode.
8536
8537 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8538 the full definition in loaddefs, rather than duplicating it.
8539
8540 * help-macro.el (three-step-help): No need to autoload defcustom.
8541
8542 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8543 (inferior-lisp-program, inferior-lisp-load-command)
8544 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8545 No need to autoload defcustoms.
8546
8547 * hippie-exp.el (hippie-expand-try-functions-list)
8548 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8549 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8550 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8551 (hippie-expand-only-buffers): No need to autoload defcustoms.
8552 * progmodes/vhdl-mode.el (vhdl-line-expand):
8553 Explicitly load hippie-exp, so it does not get autoloaded
8554 while hippie-expand-try-functions-list is let-bound.
8555
8556 2012-09-28 Glenn Morris <rgm@gnu.org>
8557
8558 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8559
8560 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8561 Only "cl.el" counts as cl these days.
8562
8563 2012-09-28 Juri Linkov <juri@jurta.org>
8564
8565 Display archive errors in the echo area instead of inserting
8566 to the file buffer.
8567
8568 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8569 to STDERR-TEST that can be a regexp matching a successful output.
8570 Create a temporary file and redirect stderr to it. Search for
8571 STDERR-TEST in the stderr output and display it in the echo area
8572 if no match is found.
8573 (archive-extract-by-file): New function like
8574 `archive-extract-by-stdout' but extracting archives to files
8575 and looking for successful matches in stdout. Function body is
8576 mostly copied from `archive-rar-extract'.
8577 (archive-rar-extract): Use `archive-extract-by-file'.
8578 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8579
8580 2012-09-28 Leo Liu <sdl.web@gmail.com>
8581
8582 * pcomplete.el (pcomplete-show-completions):
8583 Use minibuffer-message to make pcomplete usable in minibuffer.
8584
8585 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8586
8587 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * type-break.el: Use lexical-binding.
8590 (type-break-mode): Use define-minor-mode.
8591
8592 * emacs-lisp/pcase.el (pcase--mark-used): New.
8593 (pcase--u1): Use it (bug#12512).
8594
8595 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8596 in load-history with the right file name.
8597
8598 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8599
8600 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8601 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8602 (doc-view-get-bounding-box): Make bounding box slicing work for
8603 ODF and DVI documents.
8604
8605 2012-09-28 Glenn Morris <rgm@gnu.org>
8606
8607 * type-break.el (type-break-mode, type-break-interval)
8608 (type-break-good-rest-interval, type-break-keystroke-threshold):
8609 No need to autoload.
8610 (type-break-good-rest-interval, type-break-keystroke-threshold):
8611 Add :set-after.
8612
8613 2012-09-28 Chong Yidong <cyd@gnu.org>
8614
8615 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8616 Add :version tag.
8617
8618 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8621
8622 2012-09-27 Glenn Morris <rgm@gnu.org>
8623
8624 * faces.el (x-display-name): Declare (for without-x builds).
8625
8626 * linum.el (linum-format): Don't autoload it. Improve :type.
8627
8628 * progmodes/tcl.el: Don't require outline when compiling.
8629 (outline-regexp, outline-level): Declare.
8630 * textmodes/sgml-mode.el: Don't require outline when compiling.
8631 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8632
8633 * term.el (term-ansi-reset):
8634 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8635
8636 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8637 files for RCS and SCCS. (Bug#9781)
8638
8639 2012-09-27 Chong Yidong <cyd@gnu.org>
8640
8641 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8642 change; value should be t.
8643
8644 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * image-mode.el: Use lexical-binding.
8647 (image-mode-winprops): Use t to stand for the window of
8648 a buffer that's not displayed.
8649 * doc-view.el (doc-view-new-window-function): Handle the new
8650 t in winprops.
8651 (doc-view-enlarge): Make it a real nop if the size is not changed.
8652 (doc-view-display): Handle the case where the buffer is not (yet?)
8653 displayed in any window.
8654 (doc-view-saved-settings): New var.
8655 (doc-view-mode): Use it.
8656 (doc-view-fallback-mode): Set it.
8657
8658 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8659 Set lexical-binding.
8660 (minibuffer-eldef-shorten-default): New var.
8661 (minibuffer-default-in-prompt-regexps): Use it for new default.
8662 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8663
8664 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8665
8666 * international/uni-bidi.el:
8667 * international/uni-category.el:
8668 * international/uni-name.el:
8669 * international/uni-numeric.el: Regenerate.
8670
8671 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8672 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * profiler.el: New file.
8675
8676 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8679 (testcover-reinstrument): Simplify with CSE.
8680
8681 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8682
8683 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8684
8685 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8686
8687 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8688 (verilog-auto-input, verilog-auto-insert-lisp)
8689 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8690 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8691 (verilog-auto-unused, verilog-auto-wire)
8692 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8693 newline. Reported by Andrew Jones.
8694 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8695 Reported by Brad Dobbie.
8696 (verilog-batch-delete-trailing-whitespace):
8697 Create verilog-batch-delete-trailing-whitespace.
8698 Reported by Brad Dobbie.
8699 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8700 parameters from another module. Reported by Dan Katz.
8701 (verilog-auto, verilog-auto-assign-modport)
8702 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8703 AUTOINOUTMODPORT for UVM interface module shell generation.
8704 Reported by Brad Dobbie.
8705 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8706 standard behavior.
8707 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8708 Reported by Matt Martin.
8709
8710 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8711
8712 * window.el (window--resize-child-windows): When resizing child
8713 windows proportionally, process them in reverse order to
8714 preserve the "when splitting a window the new one gets the odd
8715 line" behavior.
8716 (window--resize-root-window-vertically): When resizing the
8717 minibuffer window try to affect only windows at the bottom of the
8718 frame. (Bug#12419)
8719
8720 2012-09-25 Chong Yidong <cyd@gnu.org>
8721
8722 * subr.el (declare): Doc fix.
8723
8724 * help-fns.el (help-fns--obsolete): Handle macros properly.
8725
8726 2012-09-25 Chong Yidong <cyd@gnu.org>
8727
8728 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8729 this function obsolete.
8730
8731 * calendar/cal-x.el (calendar-two-frame-setup)
8732 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8733 * calendar/calendar.el (american-calendar, european-calendar)
8734 (calendar-for-loop):
8735 * comint.el (comint-dynamic-simple-complete)
8736 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8737 * desktop.el (desktop-load-default):
8738 * dired-x.el (dired-omit-here-always)
8739 (dired-hack-local-variables, dired-default-directory):
8740 * emacs-lisp/derived.el (derived-mode-class):
8741 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8742 * emacs-lock.el (toggle-emacs-lock):
8743 * epa.el (epa-display-verify-result):
8744 * epg.el (epg-sign-keys, epg-start-sign-keys)
8745 (epg-passphrase-callback-function):
8746 * eshell/esh-util.el (eshell-for):
8747 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8748 (eshell-add-to-window-buffer-names):
8749 * files.el (locate-file-completion):
8750 * imenu.el (imenu-example--create-c-index)
8751 (imenu-example--create-lisp-index)
8752 (imenu-example--lisp-extract-index-name)
8753 (imenu-example--name-and-position):
8754 * international/mule-cmds.el (princ-list):
8755 * international/mule-diag.el (decode-codepage-char):
8756 * international/mule-util.el (detect-coding-with-priority):
8757 * iswitchb.el (iswitchb-read-buffer):
8758 * mail/mailalias.el (mail-complete):
8759 * mail/sendmail.el (mail-sent-via):
8760 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8761 (mouse-major-mode-menu):
8762 * password-cache.el (password-read-and-add):
8763 * pcomplete.el (pcomplete-parse-comint-arguments):
8764 * progmodes/sh-script.el (sh-maybe-here-document):
8765 * replace.el (query-replace-regexp-eval):
8766 * savehist.el (savehist-load):
8767 * simple.el (choose-completion-delete-max-match):
8768 * term.el (term-dynamic-simple-complete):
8769 * vc/ediff-init.el (ediff-check-version):
8770 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8771 * vc/vc.el (vc-diff-switches-list):
8772 * view.el (view-return-to-alist-update): Likewise.
8773
8774 * subr.el (eval-next-after-load, makehash, insert-string)
8775 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8776 mark obsolete.
8777 (mode-line-inverse-video): Variable deleted.
8778
8779 * international/mule-util.el (string-to-sequence): Remove.
8780
8781 * calendar/calendar.el (calendar-version):
8782 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8783 (icalendar-convert-diary-to-ical):
8784 * cus-edit.el (custom-mode):
8785 * ansi-color.el (ansi-color-unfontify-region):
8786 * international/latin1-disp.el (latin1-char-displayable-p):
8787 * progmodes/cwarn.el (turn-on-cwarn-mode):
8788 * progmodes/which-func.el (which-func-update-1):
8789 Use define-obsolete-function-alias.
8790
8791 * net/newst-backend.el (newsticker-cache-filename):
8792 * net/newst-treeview.el (newsticker-groups-filename):
8793 Fix incorrect obsolescence declaration.
8794
8795 * allout.el (allout-passphrase-hint-string): Likewise.
8796 (allout-init): Use a declare form to mark obsolete.
8797
8798 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8799 this applies to functions.
8800
8801 * iswitchb.el (iswitchb-read-buffer): Move code of
8802 iswitchb-define-mode-map here, and delete that obsolete function.
8803
8804 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8805 font-lock-reference-face.
8806
8807 2012-09-25 Glenn Morris <rgm@gnu.org>
8808
8809 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8810 Doc fixes.
8811
8812 * eshell/em-term.el (eshell-term-name):
8813 Default to term-term-name. (Bug#12485)
8814
8815 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8816
8817 * progmodes/python.el (python-shell-send-buffer): Better handling
8818 of "if __name__ == '__main__':" conditionals when sending the buffer.
8819
8820 2012-09-24 Glenn Morris <rgm@gnu.org>
8821
8822 * eshell/esh-cmd.el (eshell-find-alias-function):
8823 Tighten up file-name regexp. (Bug#12499)
8824
8825 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8826
8827 Enhancements for triple-quote string syntax.
8828 * progmodes/python.el (python-quote-syntax): Remove.
8829 (python-syntax-propertize-function): New value.
8830 (python-syntax-count-quotes, python-syntax-stringify):
8831 New functions.
8832
8833 2012-09-24 Chong Yidong <cyd@gnu.org>
8834
8835 * mail/supercite.el (sc-version): Remove obsolete function.
8836 (sc-describe): Don't mark as obsolete, since it is bound.
8837 (sc-submit-bug-report): Remove.
8838
8839 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8840 (cvs-commit-buffer-require-final-newline): Remove.
8841 (log-edit-require-final-newline)
8842 (log-edit-changelog-full-paragraphs): Default to t.
8843
8844 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8845 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8846 * vc/vc.el (vc-checkout-carefully): Likewise.
8847
8848 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8849 (emerge-version): Remove.
8850
8851 * progmodes/compile.el (compile-internal): Remove.
8852 (compilation-parse-errors-function): Fix typo.
8853
8854 * international/mule.el (set-char-table-default): Remove.
8855 (set-coding-priority, make-coding-system, generic-char-p)
8856 (charset-list, charset-bytes, charset-id): Use declare to mark
8857 functions as obsolete.
8858
8859 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8860 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8861 * vc/vc-hooks.el (vc-default-registered): Don't use
8862 vc-master-templates.
8863
8864 * font-lock.el (font-lock-reference-face):
8865 Use define-obsolete-variable-alias.
8866
8867 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8868 * calendar/calendar.el (calendar-font-lock-keywords):
8869 * calendar/diary-lib.el (diary-font-lock-keywords)
8870 (diary-fancy-font-lock-keywords):
8871 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8872 * textmodes/reftex-index.el (reftex-insert-index):
8873 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8874 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8875 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8876 * progmodes/prolog.el (prolog-font-lock-keywords):
8877 * progmodes/idlwave.el (idlwave-idl-keywords):
8878 * progmodes/ada-mode.el (ada-font-lock-keywords):
8879 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8880
8881 2012-09-24 Glenn Morris <rgm@gnu.org>
8882
8883 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8884
8885 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8886
8887 * progmodes/python.el (python-indent-line): More consistent cursor
8888 movement behavior.
8889
8890 2012-09-23 Stefan Merten <smerten@oekonux.de>
8891
8892 * textmodes/rst.el: Fix compiler warning.
8893
8894 2012-09-23 Roland Winkler <winkler@gnu.org>
8895
8896 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8897 Transcribe also LaTeX hyphenation.
8898 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8899 bibtex-reformat-previous-options.
8900
8901 2012-09-23 Roland Winkler <winkler@gnu.org>
8902
8903 * proced.el (proced-renice-command): New variable.
8904 (proced-marked-processes): New function.
8905 (proced-with-processes-buffer): New macro.
8906 (proced-send-signal): Use them.
8907 (proced-renice): New command bound to r.
8908
8909 2012-09-23 Roland Winkler <winkler@gnu.org>
8910
8911 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8912 ibuffer-saved-filter-groups has one element, shortcut the call of
8913 completing-read. (Bug#12331)
8914
8915 2012-09-23 Chong Yidong <cyd@gnu.org>
8916
8917 * bindings.el (mode-line-toggle-read-only):
8918 * bs.el (bs-toggle-readonly):
8919 * buff-menu.el (Buffer-menu-toggle-read-only):
8920 * dired.el (dired-toggle-read-only):
8921 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8922
8923 2012-09-23 Chong Yidong <cyd@gnu.org>
8924
8925 * image.el (image-type-available-p): Adapt to init-image-library
8926 argument changes.
8927
8928 2012-09-22 Juri Linkov <juri@jurta.org>
8929
8930 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8931 `dired-toggle-read-only'. (Bug#12462)
8932
8933 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8934
8935 * subr.el (temp-output-buffer-show): New function.
8936 (with-output-to-temp-buffer): Call temp-output-buffer-show
8937 instead of internal-temp-output-buffer-show.
8938
8939 2012-09-22 Chong Yidong <cyd@gnu.org>
8940
8941 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8942 (Bug#12462).
8943
8944 * repeat.el (repeat): Doc fix (Bug#12348).
8945
8946 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8947 (Bug#10909).
8948
8949 * simple.el (shell-command-on-region): Doc fix.
8950 (read-only-mode): Doc fix.
8951
8952 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8953
8954 * emacs-lisp/timer.el (run-with-idle-timer)
8955 (timer-activate-when-idle): Warn against reinvoking an idle timer
8956 from within its own timer action. (Bug#12447)
8957
8958 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8959
8960 * cus-start.el (window-combination-limit): Add new optional
8961 values.
8962 * window.el (temp-buffer-window-show)
8963 (window--try-to-split-window): Handle new values of
8964 window-combination-limit (Bug#1806).
8965 (split-window): Test window-combination-limit for t instead of
8966 non-nil.
8967 (display-buffer-at-bottom): New buffer display action function.
8968 * help.el (temp-buffer-resize-regexps): New option.
8969 (temp-buffer-resize-mode): Rewrite doc-string.
8970 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8971 Don't resize reused window. Suggested by Glenn Morris.
8972
8973 2012-09-22 Stefan Merten <smerten@oekonux.de>
8974
8975 * textmodes/rst.el: Revamp section title faces.
8976 (rst-official-version)
8977 (rst-package-emacs-version-alist): Sync with official version
8978 V1.4.0.
8979 (rst-faces-defaults, rst-set-level-default)
8980 (rst-level-face-max, rst-level-face-base-color)
8981 (rst-level-face-base-light, rst-level-face-format-light)
8982 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8983 (rst-adornment-faces-alist): Match new setup.
8984 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8985 (rst-level-5, rst-level-6): New faces.
8986
8987 2012-09-22 Chong Yidong <cyd@gnu.org>
8988
8989 * simple.el (undo): Handle indirect buffers (Bug#8207).
8990
8991 2012-09-21 Leo Liu <sdl.web@gmail.com>
8992
8993 IDO: Disable match re-ordering for buffer switching.
8994 * ido.el (ido-buffer-disable-smart-matches): New variable.
8995 (ido-set-matches-1): Use it. (Bug#2042)
8996
8997 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8998
8999 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9000 Fix 2011-05-17 change. (Bug#12418)
9001
9002 2012-09-21 Leo Liu <sdl.web@gmail.com>
9003
9004 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9005
9006 2012-09-21 Glenn Morris <rgm@gnu.org>
9007
9008 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9009 Be more robust about locating simple.el.
9010
9011 2012-09-21 Glenn Morris <rgm@gnu.org>
9012
9013 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9014
9015 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9016
9017 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9018
9019 2012-09-20 Juri Linkov <juri@jurta.org>
9020
9021 * replace.el (query-replace-read-from): Use `read-regexp' instead
9022 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9023 (occur-read-primary-args): Use `read-regexp' instead of
9024 `read-string'.
9025 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9026 `read-from-minibuffer'.
9027 * isearch.el (isearch-occur): Use `read-regexp' instead of
9028 `read-string'.
9029 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9030 `read-from-minibuffer'.
9031 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9032 of `read-string'. (Bug#7567)
9033
9034 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9035 and allow accepting a list of strings prepended to a list of
9036 standard default values. Doc fix. (Bug#12321)
9037
9038 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9039
9040 * replace.el (read-regexp): Don't add ": " when PROMPT already
9041 ends with a colon and space. (Bug#12321)
9042
9043 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9044
9045 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9046 error.
9047
9048 2012-09-20 Stefan Merten <smerten@oekonux.de>
9049
9050 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9051 Fixes feature request bug#11711.
9052 (rst-mode): Create `imenu-create-index-function'.
9053 (rst-get-stripped-line): Delete after refactoring.
9054 (rst-section-tree, rst-section-tree-rec)
9055 (rst-section-tree-point): Refactor and document properly.
9056 (rst-imenu-find-adornments-for-position)
9057 (rst-imenu-convert-cell, rst-imenu-create-index):
9058 New function.
9059
9060 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9063 (macroexp--expand-all): Use it.
9064 (macroexp--funcall-and-return): Remove by folding it into its sole
9065 caller (macroexp--warn-and-return).
9066 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9067 Use macroexp--obsolete-warning.
9068
9069 * calc/calc.el: Fix last change by removing the whole chunk, since it
9070 was only needed back when Calc was not bundled.
9071
9072 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9073
9074 * emacs-lisp/debug.el (debug): Restore assignment to
9075 debugger-old-buffer removed on 2012-09-08.
9076
9077 2012-09-20 Juri Linkov <juri@jurta.org>
9078
9079 * dired-aux.el (dired-diff): Remove (require 'diff) since
9080 `diff-latest-backup-file' is now autoloaded.
9081
9082 2012-09-20 Chong Yidong <cyd@gnu.org>
9083
9084 * vc/diff.el (diff-latest-backup-file): Autoload.
9085
9086 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * calc/calc.el: Remove redundant autoload shape check.
9089 (sel-mode): Don't defvar.
9090 (calc-get-stack-element): Add `sel-mode' arg instead.
9091 (calc-top, calc-top-list): Pass it this additional argument.
9092 * calc/calc-store.el (calc-store-map):
9093 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9094 (calc-map-equation, calc-outer-product, calc-inner-product):
9095 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9096
9097 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9098
9099 2012-09-19 Juri Linkov <juri@jurta.org>
9100
9101 * dired-aux.el (dired-diff): Add (require 'diff) because
9102 `diff-latest-backup-file' is not autoloaded.
9103 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9104 of `dired-get-filename' to t to not report error when there is
9105 no default file on the current line.
9106
9107 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9110 macroexp--eval-if-compile.
9111 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9112 (macroexp--expand-all): Use them (bug#12371).
9113
9114 * doc-view.el (doc-view-guess-paper-size)
9115 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9116
9117 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9118
9119 New feature: set optimal slice from BoundingBox information.
9120 * doc-view.el (doc-view-mode-map): Add keybinding.
9121 (doc-view-menu): Add menu entry.
9122 (doc-view-set-slice): Adapt docstring.
9123 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9124 (doc-view-scale-bounding-box)
9125 (doc-view-set-slice-from-bounding-box): New functions.
9126 (doc-view-paper-sizes): New defvar.
9127
9128 2012-09-19 Glenn Morris <rgm@gnu.org>
9129
9130 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9131 (byte-compile-log-warning): Autoload. (Bug#12371)
9132
9133 * calendar/calendar.el (calendar-american-month-header)
9134 (calendar-european-month-header, calendar-iso-month-header)
9135 (calendar-month-header): New options.
9136 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9137 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9138
9139 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9140
9141 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9142
9143 2012-09-18 Juri Linkov <juri@jurta.org>
9144
9145 * dired-aux.el (dired-diff): Restore original functionality of
9146 getting the default value, but keep new feature of using the
9147 latest existing backup file (`diff-latest-backup-file').
9148
9149 2012-09-18 Juri Linkov <juri@jurta.org>
9150
9151 * dired.el (dired-mark): If the region is active in Transient Mark
9152 mode, mark all files in the active region. Doc fix.
9153 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9154 Doc fix. (Bug#10624)
9155
9156 2012-09-18 Juri Linkov <juri@jurta.org>
9157
9158 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9159 attributes for M-n are pulled from the file at point.
9160 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9161 Suggested by Drew Adams. (Bug#10624)
9162
9163 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9164
9165 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9166 whitespace after "end".
9167 (ruby-do-end-to-brace): Collapse block to one line if it fits
9168 within fill-column.
9169
9170 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9171
9172 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9173 value.
9174 (debug): Don't remove debugger window when debugger is expected
9175 to be back.
9176
9177 2012-09-18 Chong Yidong <cyd@gnu.org>
9178
9179 * custom.el (defface): Doc fix.
9180
9181 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9182
9183 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9184
9185 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9186 to initialize query-on-exit; then test that instead (bug#12288).
9187
9188 2012-09-17 Stefan Merten <smerten@oekonux.de>
9189
9190 * textmodes/rst.el: Add support for `testcover'.
9191 (rst-defcustom-testcover, rst-testcover-add-compose)
9192 (rst-testcover-add-1value): New functions.
9193 (rst-portable-mark-active-p): Replace by `use-region-p'.
9194 (rst-update-section, rst-classify-adornment)
9195 (rst-find-title-line): Mark `1value' forms.
9196 (rst-classify-adornment): Remove superfluous form.
9197 (rst-update-section, rst-get-adornments-around)
9198 (rst-adornment-complete-p, rst-get-next-adornment)
9199 (rst-adjust, rst-promote-region)
9200 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9201 (rst-find-pfx-in-region, rst-section-tree-rec)
9202 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9203 (rst-toc-node, rst-toc, rst-forward-section)
9204 (rst-iterate-leftmost-paragraphs)
9205 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9206 (rst-bullet-list-region)
9207 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9208 (rst-compile-find-conf, rst-compile)
9209 (rst-repeat-last-character): Fix style.
9210
9211 2012-09-17 Chong Yidong <cyd@gnu.org>
9212
9213 * comint.el (comint--complete-file-name-data): Don't add a space
9214 if the status is `sole'; that adds a gratuitous space in the
9215 completion-cycling case (Bug#12092).
9216
9217 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9218
9219 2012-09-17 Richard Stallman <rms@gnu.org>
9220
9221 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9222 only in the mime-shown mode, not in raw mode.
9223 (rmail-mime): Toggle off mime by displaying the message without
9224 mime processing. (Bug#12305)
9225
9226 * mail/rmail.el (rmail-retry-failure):
9227 Turn off mime processing first. (Bug#12037)
9228
9229 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9230
9231 2012-09-17 Chong Yidong <cyd@gnu.org>
9232
9233 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9234 (shell-dynamic-complete-functions): Convert to defcustom.
9235 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9236
9237 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9238 * comint.el (comint-prompt-read-only):
9239 * custom.el (defcustom):
9240 * hi-lock.el (hi-lock-mode):
9241 * ibuffer.el (ibuffer-formats):
9242 * ielm.el (ielm-prompt-read-only):
9243 * novice.el (disable-command):
9244 * saveplace.el (toggle-save-place):
9245 * speedbar.el (speedbar-supported-extension-expressions):
9246 * startup.el (auto-save-list-file-prefix, init-file-user)
9247 (after-init-hook, inhibit-startup-echo-area-message):
9248 * strokes.el (strokes-help):
9249 * time-stamp.el (time-stamp):
9250 * calendar/calendar.el (calendar, diary-file):
9251 * calendar/diary-lib.el (diary-mail-entries, diary)
9252 (diary-list-entries-hook):
9253 * calendar/holidays.el (holidays, calendar-holidays):
9254 * calendar/lunar.el (lunar-phases):
9255 * calendar/solar.el (sunrise-sunset):
9256 * emulation/edt.el (edt-load-keys):
9257 * emulation/viper.el (viper-mode):
9258 * eshell/em-alias.el (eshell-command-aliases-list):
9259 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9260 * international/ogonek.el (ogonek-information):
9261 * net/tramp-cmds.el (tramp-bug):
9262 * net/quickurl.el (quickurl-reread-hook-postfix):
9263 * play/decipher.el (decipher-font-lock-keywords):
9264 * progmodes/cc-styles.el (c-set-style):
9265 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9266 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9267 * progmodes/octave-mod.el (octave-mode):
9268 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9269 * progmodes/verilog-mode.el (verilog-read-defines):
9270 * textmodes/two-column.el (2C-mode): Likewise.
9271
9272 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9273
9274 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9275 that holds many addresses.
9276
9277 2012-09-16 Chong Yidong <cyd@gnu.org>
9278
9279 * align.el (align-areas): Call the indication function with
9280 positions instead of markers for arguments (Bug#12343).
9281
9282 * files.el (parse-colon-path): Use split-string (Bug#12351).
9283
9284 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9285 (display-buffer-function): Mark as obsolete.
9286
9287 * progmodes/compile.el (compilation-parse-errors): Accept list
9288 values similar to font-lock-keywords (Bug#12136).
9289 Suggested by Oleksandr Manzyuk.
9290 (compilation-error-regexp-alist): Doc fix.
9291
9292 2012-09-15 Glenn Morris <rgm@gnu.org>
9293
9294 * version.el (emacs-bzr-version-bzr): New function.
9295 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9296
9297 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9298 checkouts, check the parent dirstate matches the branch.
9299 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9300 empty string.
9301
9302 * version.el (emacs-bzr-version): Doc fix.
9303 (emacs-bzr-version-dirstate): New function.
9304 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9305 is local try and check that it matches the branch. If not, just
9306 use dirstate information. (Bug#12441)
9307
9308 2012-09-14 Juri Linkov <juri@jurta.org>
9309
9310 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9311 (Bug#12399)
9312
9313 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9316
9317 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9318 Remove obsolete byte-compiler hack that tried to silence some warnings.
9319 (edebug-submit-bug-report): Remove.
9320 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9321 Remove aliases, use the un-prefixed name instead.
9322 (edebug-pop-to-buffer): Consider other frames.
9323 (edebug-original-read):: Make it more obvious that it's always defined.
9324 (edebug--make-form-data-entry, edebug--form-data-name)
9325 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9326 single-dashed name, and implement with cl-defstruct.
9327 (edebug-set-form-data-entry): Use the standard accessors.
9328 (edebug-make-top-form-data-entry): Use push.
9329 (edebug-no-match): Drop useless `funcall'.
9330 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9331 to functions.
9332 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9333 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9334 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9335 (easy-menu-define, with-custom-print): Remove redundant specs.
9336 (edebug-outside-overriding-local-map)
9337 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9338 (edebug--display): Bind unread-command-events directly to nil rather
9339 than binding it to unread-command-events and later setting it to nil.
9340 (edebug--display): Kill edebug-eval-buffer here...
9341 (edebug--recursive-edit): ...rather than here.
9342 Bind standard-output and standard-input.
9343 (edebug-eval): Check cl-macroexpand-all is fboundp.
9344 (edebug-temp-display-freq-count): Fix last change.
9345
9346 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9347 * subr.el (noreturn, 1value): Add `debug' spec.
9348 * emacs-lisp/advice.el: Require cl-lib.
9349 (ad-copy-tree): Remove, use copy-tree instead.
9350 (ad-dolist): Remove use dolist or cl-dolist instead.
9351 (ad-do-return): Remove, use cl-return instead.
9352 (defadvice): Add `debug' spec.
9353
9354 2012-09-13 Juri Linkov <juri@jurta.org>
9355
9356 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9357 (Bug#12399)
9358
9359 2012-09-13 Glenn Morris <rgm@gnu.org>
9360
9361 * calc/calc.el (math-compose-expr):
9362 * calc/calc-ext.el (math-compose-expr):
9363 * progmodes/cc-defs.el (cl-macroexpand-all):
9364 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9365 (cl-macroexpand-all): Update declarations.
9366
9367 * vc/vc.el: No need to require ediff.
9368 (ediff-load-version-control): Declare.
9369 (ediff-vc-internal): Fix declaration.
9370 (vc-version-ediff): Require ediff.
9371
9372 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9373
9374 Use a more backwards-compatible timer format (Bug#12430).
9375 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9376 being right after USECS, as that better supports old code that
9377 inadvisedly looked directly at the timer vector.
9378
9379 2012-09-13 Kenichi Handa <handa@gnu.org>
9380
9381 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9382 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9383 `coding-priority' property of these language environment.
9384
9385 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9386
9387 Fix glitches caused by addition of psec to timers (Bug#12430).
9388 * image.el (image-animate-timer):
9389 * time.el (display-time-world-timer):
9390 Use timer--function and timer--args rather than raw access to
9391 timer vector.
9392
9393 2012-09-13 Glenn Morris <rgm@gnu.org>
9394
9395 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9396 If not compiling a file, try using load-file-name.
9397
9398 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9401 Fix last change.
9402 (edebug-update-eval-list): Use `push'.
9403
9404 * emacs-lisp/edebug.el: Use lexical-binding.
9405 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9406 Mark unused args with underscore.
9407 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9408 (edebug-form-data): Use defvar-local.
9409 (edebug-make-before-and-after-form, edebug-make-after-form):
9410 Use backquote.
9411 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9412 Not dynamically scoped any more.
9413 (edebug--enter-trace): Add arguments `function' and `args'.
9414 Rename from edebug-enter-trace.
9415 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9416 (edebug--update-coverage): Add `after-index' and `value' args.
9417 Rename from edebug-update-coverage.
9418 (edebug-slow-after): Call it accordingly.
9419 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9420 edebug-recursive-edit.
9421 (edebug--display): Call it accordingly. Add args `value',
9422 `offset-index', and `arg-mode'. Rename from edebug-display.
9423 (edebug-debugger, edebug): Call it accordingly.
9424 (edebug-eval-display-list): Use dolist.
9425
9426 2012-09-12 Juri Linkov <juri@jurta.org>
9427
9428 * info.el (Info-search): Don't check for isearch-mode and
9429 isearch-regexp before let-binding search-spaces-regexp to
9430 Info-search-whitespace-regexp.
9431 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9432 search-whitespace-regexp if isearch-lax-whitespace or
9433 isearch-regexp-lax-whitespace is non-nil.
9434 (Info-mode): Don't set local variable search-whitespace-regexp.
9435 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9436
9437 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9440 (debugger-env-macro): Remove support for unread-command-char.
9441
9442 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9443 the temporary map re-appearing on emulation-mode-map-alists.
9444
9445 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9446 since 22.1.
9447
9448 * ehelp.el (with-electric-help): Accept functions in
9449 electric-help-form-to-execute.
9450 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9451 And replace unread-command-char -> unread-command-events.
9452
9453 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9454
9455 Sync with Tramp 2.2.6.
9456
9457 * net/tramp.el (tramp-accept-process-output): Don't use
9458 JUST-THIS-ONE in the XEmacs case.
9459
9460 * net/trampver.el: Update release number.
9461
9462 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9463
9464 * emacs-lisp/debug.el (debugger-previous-window-height):
9465 New variable.
9466 (debug): When debugger-jumping-flag is non-nil try to restore
9467 height of debugger window. (Bug#8789)
9468
9469 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9472 overriding-local-map and pre/post-command-hook here.
9473 (edebug-recursive-edit): Do it here instead (bug#12345).
9474 (edebug-outside-unread-command-char): Remove all uses of
9475 unread-command-char.
9476
9477 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9478 inhibit-debugger is bound instead.
9479
9480 2012-09-11 Bastien Guerry <bzg@gnu.org>
9481
9482 * subr.el (set-temporary-overlay-map): Add a docstring.
9483 (Bug#12346)
9484
9485 2012-09-11 Bastien Guerry <bzg@gnu.org>
9486
9487 * minibuffer.el (completion-table-subvert): Fix docstring.
9488 (Bug#12347)
9489
9490 2012-09-11 Bastien Guerry <bzg@gnu.org>
9491
9492 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9493
9494 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9495
9496 * progmodes/sql.el: Version 3.1
9497 (sql-db2-escape-newlines): New variable.
9498 (sql-escape-newlines-filter): Use it.
9499
9500 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9503
9504 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9505
9506 * vc/diff-mode.el (diff-mode-menu):
9507 Bind diff-remove-trailing-whitespace.
9508
9509 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9512 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9513 (emacs-lisp-byte-code-mode): New functions.
9514 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9515 (eval-defun-2): Remove bogus interactive spec.
9516 (lisp-indent-line): Remove redundant whole-exp code, now done in
9517 indent-according-to-mode.
9518 (save-match-data): Remove redundant indent data.
9519
9520 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9521 Use `declare'.
9522
9523 2012-09-09 Juri Linkov <juri@jurta.org>
9524
9525 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9526 (replace-lax-whitespace, query-replace-regexp)
9527 (query-replace-regexp-eval, replace-regexp): Doc fix.
9528 (perform-replace, replace-highlight): Let-bind
9529 isearch-lax-whitespace to replace-lax-whitespace and
9530 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9531
9532 * isearch.el (isearch-query-replace): Let-bind
9533 replace-lax-whitespace to isearch-lax-whitespace and
9534 replace-regexp-lax-whitespace to
9535 isearch-regexp-lax-whitespace. (Bug#10885)
9536
9537 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9540
9541 2012-09-09 Alan Mackenzie <acm@muc.de>
9542
9543 * progmodes/cc-engine.el (c-state-cache-init):
9544 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9545 (c-record-parse-state-state):
9546 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9547
9548 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9549
9550 * register.el (register-separator): Rename from
9551 separator-register. All uses changed. Doc fix.
9552 (register): Fix version.
9553
9554 2012-09-09 Chong Yidong <cyd@gnu.org>
9555
9556 * replace.el (query-replace-map): Bind four new symbols for
9557 requesting window scrolling.
9558
9559 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9560 query-replace-map (Bug#8948).
9561
9562 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9563
9564 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9565 since they are now in query-replace-map.
9566
9567 * window.el (scroll-other-window-down): Make the arg optional.
9568
9569 2012-09-09 Chong Yidong <cyd@gnu.org>
9570
9571 * files.el (hack-local-variables-confirm): Use quit-window to kill
9572 the *Local Variables* buffer.
9573
9574 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9575
9576 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9577 not just expect to be at its beginning. Adjust callees.
9578 Succeed when do-end block has no space before the pipe character.
9579 (ruby-brace-to-do-end): When the original block is one-liner,
9580 convert to multiline. Reindent the result.
9581
9582 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9583
9584 * register.el (register): New group.
9585 (separator-register): New user option.
9586 (increment-register): Route it to `append-to-register', if
9587 register contains text. Implication is that `C-x r +' can now be
9588 used for appending to a text register (bug#12217).
9589 (append-to-register, prepend-to-register): Add separator based on
9590 `separator-register'.
9591
9592 2012-09-08 Alan Mackenzie <acm@muc.de>
9593
9594 AWK Mode: make auto-newline work when there's "==" in the pattern.
9595 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9596 correctly.
9597 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9598 Test more rigorously for "=" token.
9599
9600 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9601
9602 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9603 Only fail when reached LIMIT.
9604
9605 2012-09-08 Chong Yidong <cyd@gnu.org>
9606
9607 * dired.el (dired-mode-map): Don't bind M-=.
9608
9609 * dired-aux.el (dired-diff): Use backup file as default.
9610
9611 2012-09-08 Drew Adams <drew.adams@oracle.com>
9612
9613 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9614
9615 2012-09-08 Chong Yidong <cyd@gnu.org>
9616
9617 * subr.el (syntax-after, syntax-class): Doc fix.
9618
9619 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9620
9621 * window.el (display-buffer-in-previous-window): New buffer
9622 display action function.
9623
9624 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9625 (debugger-previous-window): New variable.
9626 (debug): Rewrite using display-buffer-in-previous-window,
9627 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9628
9629 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9632
9633 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9634
9635 * progmodes/python.el (python-shell-send-string):
9636 When default-directory is remote, create temp file on remote
9637 filesystem.
9638 (python-shell-send-file): When file is remote, pass local view of
9639 file paths to remote Python interpreter. (Bug#12340)
9640
9641 2012-09-07 Chong Yidong <cyd@gnu.org>
9642
9643 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9644
9645 * files.el (after-find-file): Don't fail on a read-only buffer if
9646 require-final-newline is `visit' or `visit-save' (Bug#11156).
9647
9648 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9649
9650 * userlock.el (ask-user-about-supersession-threat):
9651 Use read-char-choice (Bug#12093).
9652
9653 2012-09-07 Chong Yidong <cyd@gnu.org>
9654
9655 * subr.el (buffer-narrowed-p): New function.
9656
9657 * ses.el (ses-widen):
9658 * simple.el (count-words--buffer-message):
9659 * net/browse-url.el (browse-url-of-buffer): Use it.
9660
9661 * simple.el (count-words-region): Don't signal an error if there
9662 is a non-nil prefix arg and the mark is not set.
9663
9664 * help.el (describe-key-briefly): Allow the message to be seen
9665 when invoked from the minibuffer (Bug#7014).
9666
9667 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9668
9669 * progmodes/ruby-mode.el (ruby-end-of-defun)
9670 (ruby-beginning-of-defun): Simplify, allow indentation before
9671 block beginning and end keywords.
9672 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9673 (ruby-end-of-defun): Expect that the point is at the beginning of
9674 the defun.
9675
9676 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9679 (bug#12367).
9680 (cl--make-usage-args): Strip _ from argument names.
9681
9682 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9683
9684 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9685 obsolete alias speedbar-key-map.
9686 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9687 (vhdl-index-menu-init): Don't use obsolete variable
9688 font-lock-maximum-size.
9689
9690 2012-09-06 Chong Yidong <cyd@gnu.org>
9691
9692 * frame.el (window-system-version): Mark as obsolete.
9693
9694 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9695 of obsolete variable speedbar-key-map.
9696
9697 2012-09-06 Juri Linkov <juri@jurta.org>
9698
9699 * replace.el (replace-lax-whitespace): New defcustom.
9700 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9701 (replace-string, replace-regexp): Mention it in docstrings.
9702 (perform-replace, replace-highlight): Let-bind
9703 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9704 to the values of replace-lax-whitespace and regexp-flag.
9705 Don't let-bind search-whitespace-regexp. (Bug#10885)
9706
9707 * isearch.el (isearch-query-replace): Let-bind
9708 replace-lax-whitespace instead of let-binding
9709 replace-search-function and replace-re-search-function.
9710 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9711 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9712 (isearch-toggle-symbol): Set isearch-regexp to nil
9713 in isearch-word mode (like in isearch-toggle-word).
9714
9715 2012-09-06 Juri Linkov <juri@jurta.org>
9716
9717 * replace.el (replace-search-function)
9718 (replace-re-search-function): Set default values to nil.
9719 (perform-replace): Let-bind isearch-related variables based on
9720 replace-related values, call `isearch-search-fun' and let-bind
9721 the result to `search-function'. Remove code that sets
9722 `search-function' and `search-string' separately for
9723 `delimited-flag'.
9724 (replace-highlight): Add new argument `delimited-flag' and
9725 rename other arguments to the names used in `perform-replace'.
9726 Let-bind `isearch-word' to the argument `delimited-flag'.
9727 (Bug#10885, bug#10887)
9728
9729 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9730
9731 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9732 ruby-beginning-of-indent, simplify, allow all keywords to have
9733 indentation before them.
9734 (ruby-beginning-of-indent): Adjust for above. Search until the
9735 found point is not inside a string or comment.
9736 (ruby-font-lock-keywords): Allow symbols to start with "@"
9737 character, give them higher priority than variables.
9738 (ruby-syntax-propertize-function)
9739 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9740 matchers. Expression expansions are not comments when inside a
9741 string, and there comment syntax status is irrelevant.
9742 (ruby-match-expression-expansion): New function. Check that
9743 expression expansion is inside a string, and it's not escaped.
9744 (ruby-font-lock-keywords): Use it.
9745
9746 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9747
9748 * help.el (temp-buffer-max-height): New default value.
9749 (temp-buffer-resize-frames): New option.
9750 (resize-temp-buffer-window): Optionally resize frame.
9751
9752 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9753 (fit-frame-to-buffer): New function.
9754
9755 2012-09-05 Glenn Morris <rgm@gnu.org>
9756
9757 * emulation/cua-rect.el (cua--init-rectangles):
9758 * textmodes/picture.el (picture-mode-map):
9759 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9760 like forward-char and backward-char. (Bug#12317)
9761
9762 2012-09-05 Leo Liu <sdl.web@gmail.com>
9763
9764 * progmodes/flymake.el (flymake-warning-re): New variable.
9765 (flymake-parse-line): Use it.
9766
9767 2012-09-05 Glenn Morris <rgm@gnu.org>
9768
9769 * calendar/holidays.el (holiday-christian-holidays):
9770 Rename an entry. (Bug#12289)
9771
9772 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9775 (bug#12222).
9776
9777 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * loadup.el: Load macroexp. Remove hack.
9780 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9781 (macroexp--expand-all): Use it to get better warnings.
9782 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9783 (internal-macroexpand-for-load): New functions.
9784 (macroexp--pending-eager-loads): New var.
9785 (emacs-startup-hook): New hack to replace one in loadup.el.
9786 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9787 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9788 (cl-psetf): Simplify.
9789 (cl-defstruct): Add indent rule.
9790
9791 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9792
9793 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9794 over `user-mail-address' for the SMTP MAIL FROM envelope.
9795 (smtpmail-via-smtp): Ditto.
9796
9797 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9798
9799 * progmodes/ruby-mode.el: Clean up keybindings.
9800 (ruby-mode-map): Don't bind ruby-electric-brace,
9801 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9802 backward-kill-word, reindent-then-newline-and-indent.
9803 (ruby-mark-defun): Remove.
9804 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9805 (ruby-mode): Set local beginning-of-defun-function and
9806 end-of-defun-function values.
9807
9808 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9809
9810 * window.el (temp-buffer-window-setup-hook)
9811 (temp-buffer-window-show-hook): New hooks.
9812 (temp-buffer-window-setup, temp-buffer-window-show)
9813 (with-temp-buffer-window): New functions.
9814 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9815 (special-display-popup-frame): Make sure the window used shows BUFFER.
9816
9817 * help.el (temp-buffer-resize-mode): Fix doc-string.
9818 (resize-temp-buffer-window): New optional argument WINDOW.
9819
9820 * files.el (recover-file, save-buffers-kill-emacs):
9821 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9822
9823 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9824
9825 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9826 remote definition of `default-directory', ensure we can connect.
9827
9828 2012-09-02 Juri Linkov <juri@jurta.org>
9829
9830 Toggle whitespace matching mode with M-s SPC.
9831 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9832
9833 * isearch.el (search-whitespace-regexp): Doc fix.
9834 Remove cons cell customization.
9835 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9836 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9837 New variables.
9838 (isearch-forward, isearch-forward-regexp): Doc fix.
9839 (isearch-toggle-lax-whitespace): New command.
9840 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9841 (re-search-forward-lax-whitespace)
9842 (re-search-backward-lax-whitespace): New functions.
9843 (isearch-whitespace-regexp): Remove function.
9844 (isearch-query-replace): Let-bind replace-search-function and
9845 replace-re-search-function.
9846 (isearch-occur): Let-bind search-spaces-regexp according to the
9847 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9848 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9849 condition for C-q SPC.
9850 (isearch-search-fun-default): Use new functions mentioned above.
9851 (isearch-search-forward, isearch-search-backward): Remove functions.
9852 (isearch-search): Don't let-bind search-spaces-regexp.
9853 (isearch-lazy-highlight-space-regexp): Remove variable.
9854 (isearch-lazy-highlight-lax-whitespace)
9855 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9856 (isearch-lazy-highlight-new-loop): Use them.
9857 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9858
9859 2012-09-02 Chong Yidong <cyd@gnu.org>
9860
9861 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9862
9863 2012-09-02 Glenn Morris <rgm@gnu.org>
9864
9865 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9866
9867 2012-09-01 Glenn Morris <rgm@gnu.org>
9868
9869 * term.el: Tidy up menu definitions.
9870 (term-mode-map): Use easymenu for In/Out, Complete menus.
9871 (term-pager-break-map): Initialize in the defvar.
9872 (term-terminal-menu, term-signals-menu): Define with easymenu.
9873 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9874 (term-pager-menu): New, extracted from term-process-pager.
9875 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9876 (term-update-mode-line): Propertize line/char and page items.
9877 (term-process-pager): Move keymap initialization elsewhere.
9878
9879 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9880
9881 * window.el (switch-to-prev-buffer): Handle additional values of
9882 BURY-OR-KILL argument. Don't switch in minibuffer window.
9883 (switch-to-next-buffer): Don't switch in minibuffer window.
9884 (quit-restore-window): New function based on quit-window.
9885 Handle additional values of former KILL argument.
9886 (quit-window): Call quit-restore-window with appropriate
9887 interpretation of KILL argument.
9888 (display-buffer-below-selected): New buffer display action
9889 function.
9890
9891 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * minibuffer.el (completion-at-point-functions): Complete docstring
9894 (bug#12254).
9895
9896 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9897
9898 Better seed support for (random).
9899 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9900 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9901 * play/mpuz.el, play/tetris.el, play/zone.el:
9902 * calc/calc-comb.el (math-init-random-base):
9903 * play/blackbox.el (bb-init-board):
9904 * play/life.el (life):
9905 * server.el (server-use-tcp):
9906 * type-break.el (type-break):
9907 Remove unnecessary call to (random t).
9908 * net/sasl.el (sasl-unique-id-function):
9909 Change (random t) to (random), now that the latter is more random.
9910 * play/life.el (life-initialized): Remove no-longer-needed var.
9911
9912 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9913
9914 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9915 Consider frame's buffer predicate when choosing the buffer.
9916 (Bug#12081)
9917
9918 2012-08-30 Richard Stallman <rms@gnu.org>
9919
9920 * simple.el (special-mode-map): Delete binding for `z'.
9921
9922 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9923
9924 * progmodes/compile.el (compilation-always-kill): Doc fix.
9925
9926 2012-08-30 Chong Yidong <cyd@gnu.org>
9927
9928 * window.el (display-buffer-reuse-frames): Make the obsolescence
9929 message more informative.
9930
9931 2012-08-30 Glenn Morris <rgm@gnu.org>
9932
9933 * paren.el (show-paren-delay):
9934 Add a :set function. Doc fix. (Bug#12297)
9935
9936 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9937
9938 * progmodes/compile.el (compilation-always-kill): New var.
9939 (compilation-start): Use it.
9940
9941 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9944 * files.el (read-only-mode): Move to simple.el.
9945
9946 * files.el (read-only-mode): New minor mode.
9947 (toggle-read-only): Use it and mark obsolete.
9948 (find-file--read-only):
9949 * vc/vc.el (vc-next-action, vc-checkout):
9950 * vc/vc-cvs.el (vc-cvs-checkout):
9951 * obsolete/vc-mcvs.el (vc-mcvs-update):
9952 * ffap.el (ffap--toggle-read-only): Update callers.
9953
9954 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9955
9956 * eshell/esh-ext.el (eshell-external-command): Do not examine
9957 remote shell scripts.
9958 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9959
9960 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9961 "/usr/local/sbin".
9962
9963 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9966
9967 2012-08-28 Leo Liu <sdl.web@gmail.com>
9968
9969 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9970 completion-at-point. (Bug#12220)
9971
9972 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9973
9974 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9975
9976 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9979 be buffer-local; add delete-trailing-whitespace (bug#12259).
9980
9981 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9982
9983 * progmodes/hideif.el (hif-compress-define-list):
9984 Fix typo. (Bug#11951)
9985
9986 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9987
9988 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9989 buffer local setting.
9990
9991 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9992 rcirc-encode-coding-system.
9993
9994 2012-08-28 Leo Liu <sdl.web@gmail.com>
9995
9996 * net/rcirc.el (rcirc-split-message): New function.
9997 (rcirc-send-message): Use it. (Bug#12051)
9998
9999 2012-08-28 Juri Linkov <juri@jurta.org>
10000
10001 * info.el (Info-fontify-node): Hide empty lines at the end of
10002 the node. (Bug#12272)
10003
10004 2012-08-27 Drew Adams <drew.adams@oracle.com>
10005
10006 * dired.el (dired-pop-to-buffer): Make window start at beginning
10007 of buffer (Bug#12281).
10008
10009 2012-08-26 Chong Yidong <cyd@gnu.org>
10010
10011 * window.el (special-display-regexps, special-display-frame-alist)
10012 (special-display-buffer-names, special-display-function)
10013 (display-buffer-reuse-frames): Mark as obsolete.
10014
10015 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10016
10017 * help.el (help-print-return-message): Don't treat
10018 display-buffer-reuse-frames specially.
10019
10020 2012-08-26 Chong Yidong <cyd@gnu.org>
10021
10022 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10023 New variable, replacing gdb-frame-parameters.
10024 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10025 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10026 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10027 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10028 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10029 the functions directly with gdb-display-buffer-other-frame-action.
10030 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10031 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10032 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10033 (gdb-display-registers-buffer): Define directly.
10034 (def-gdb-display-buffer): Macro deleted.
10035 (gdb-display-buffer): Remove second and third args, callers don't
10036 use them. Defer to the default display-buffer behavior, apart
10037 from making windows dedicated.
10038 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10039
10040 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10041
10042 * window.el (display-buffer-pop-up-frame): Handle a
10043 pop-up-frame-parameters alist entry.
10044 (display-buffer): Document it.
10045
10046 2012-08-26 Chong Yidong <cyd@gnu.org>
10047
10048 * isearch.el (search-whitespace-regexp): Make string and nil
10049 values apply to both ordinary and regexp search. Allow a cons
10050 cell value to distinguish between the two.
10051 (isearch-whitespace-regexp, isearch-search-forward)
10052 (isearch-search-backward): New functions.
10053 (isearch-occur, isearch-search-fun-default, isearch-search)
10054 (isearch-lazy-highlight-new-loop): Use them.
10055 (isearch-forward, isearch-forward-regexp): Doc fix.
10056
10057 2012-08-26 Chong Yidong <cyd@gnu.org>
10058
10059 * faces.el (help-argument-name): Always inherit from italic
10060 (Bug#12213).
10061
10062 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10063
10064 * window.el (window--even-window-heights): Even heights when
10065 WINDOW and the selected window form a vertical combination.
10066 (display-buffer-use-some-window): Provide that window used gets
10067 sized back by quit-window. (Bug#11880) and (Bug#12091)
10068
10069 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10070
10071 Fix file time stamp problem with bzr and CVS (Bug#12001).
10072 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10073 in the file's time stamp, since the version control system loses
10074 that information.
10075
10076 2012-08-22 Juri Linkov <juri@jurta.org>
10077
10078 * info.el (Info-fontify-node): Hide the suffix of the
10079 Info file name in the header line. (Bug#12187)
10080
10081 2012-08-22 Glenn Morris <rgm@gnu.org>
10082
10083 * calendar/cal-tex.el (cal-tex-weekly-common):
10084 Restore leading blank page.
10085
10086 2012-08-22 Le Wang <l26wang@gmail.com>
10087
10088 * misc.el (forward-to-word, backward-to-word): Activate or extend
10089 the region under `shift-select-mode'. (Bug#12231)
10090
10091 2012-08-22 Bastien Guerry <bzg@gnu.org>
10092
10093 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10094 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10095 gives details on why the space is never needed.
10096
10097 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10098
10099 * window.el (walk-window-tree, window-with-parameter):
10100 New optional argument MINIBUF to control whether these functions
10101 should run on the minibuffer window.
10102 (window-at-side-list): Don't operate on minibuffer window.
10103 (window-in-direction): Simplify and rewrite doc-string.
10104 (window--size-ignore): Rename to window--size-ignore-p.
10105 Update callers.
10106 (display-buffer-in-atom-window, window--major-non-side-window)
10107 (window--major-side-window, display-buffer-in-major-side-window)
10108 (delete-side-window, display-buffer-in-side-window):
10109 New functions.
10110 (window--side-check, window-deletable-p, delete-window)
10111 (delete-other-windows, split-window): Handle side windows and
10112 atomic windows appropriately.
10113 (window--display-buffer): Call display-buffer-record-window also
10114 when the window buffer did not change.
10115
10116 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10117
10118 * help-fns.el (help-fns--key-bindings):
10119 Abbreviate non-symbol remap targets. (Bug#12174)
10120
10121 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10122
10123 * dired.el (dired-mark-remembered): Don't clobber point.
10124 (Bug#11795)
10125
10126 2012-08-22 Glenn Morris <rgm@gnu.org>
10127
10128 * progmodes/bug-reference.el (bug-reference): New custom group.
10129 (bug-reference-bug-regexp): Make it a defcustom.
10130
10131 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10132
10133 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10134 (js-paren-indent-offset, js-square-indent-offset)
10135 (js-curly-indent-offset): Add :safe (Bug#12257).
10136
10137 2012-08-22 Edward O'Connor <hober0@gmail.com>
10138
10139 * json.el (json-key-format): Add error properties.
10140 (json-encode-key): New function.
10141 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10142 Use json-encode-key.
10143
10144 2012-08-22 Glenn Morris <rgm@gnu.org>
10145
10146 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10147 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10148 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10149 Update for above change.
10150
10151 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10152
10153 * cus-face.el (custom-face-attributes): Fix customize type for the
10154 :underline attribute. (Bug#11805)
10155
10156 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10157
10158 * window.el (window-point-1, set-window-point-1): Remove.
10159 (window-in-direction, record-window-buffer)
10160 (set-window-buffer-start-and-point, split-window-below)
10161 (window--state-get-1, display-buffer-record-window):
10162 Replace calls to window-point-1 and set-window-point-1 by calls to
10163 window-point and set-window-point respectively.
10164
10165 2012-08-21 Glenn Morris <rgm@gnu.org>
10166
10167 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10168 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10169 Use it.
10170
10171 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10172 (cal-tex-shortday): New function.
10173 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10174 (cal-tex-cursor-filofax-daily): Use the above.
10175
10176 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10177 New functions.
10178 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10179 (cal-tex-cursor-filofax-week): Use them.
10180
10181 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10182 New constants.
10183 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10184 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10185
10186 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10187 (cal-tex-end-document): Don't rely on buffer name.
10188
10189 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10190 Use cal-tex-vspace.
10191 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10192 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10193 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10194 Use cal-tex-arg.
10195
10196 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10197 (cal-tex-cursor-week, cal-tex-cursor-week2)
10198 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10199 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10200 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10201 (cal-tex-insert-preamble, cal-tex-b-document)
10202 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10203 Improve cal-tex-cmd usage.
10204
10205 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10206 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10207 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10208 (cal-tex-weekly-paper): New function.
10209 (cal-tex-cursor-week, cal-tex-cursor-week2)
10210 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10211 (cal-tex-cursor-day): Use it.
10212
10213 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10214 (cal-tex-cursor-filofax-week): Remove leading blank page.
10215
10216 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10217 Add autoload cookie. For now at least, don't use color, since
10218 no other cal-tex function does.
10219
10220 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10221 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10222 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10223
10224 2012-08-21 Juri Linkov <juri@jurta.org>
10225
10226 * info.el (Info-file-attributes): New variable.
10227 (info-insert-file-contents): Add file attributes to
10228 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10229 `Info-toc-nodes' when previous modtime of the Info file is less
10230 than new modtime.
10231 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10232 of info.el. (Bug#12230)
10233
10234 2012-08-20 Glenn Morris <rgm@gnu.org>
10235
10236 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10237 * calendar/holidays.el (calendar-holiday-list):
10238 Report errors with display-warning rather than beep'n'sleep.
10239
10240 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * net/tramp.el (tramp-accept-process-output): Accept only output
10243 from PROC. Otherwise, process filters and sentinels might be
10244 confused. (Bug#12145)
10245
10246 2012-08-20 Chong Yidong <cyd@gnu.org>
10247
10248 * descr-text.el (describe-text-properties-1): Use overlays-in to
10249 report on empty overlays (Bug#3322).
10250
10251 2012-08-20 Glenn Morris <rgm@gnu.org>
10252
10253 * mail/rmailout.el (rmail-output-read-file-name):
10254 Trap and report errors in rmail-output-file-alist elements.
10255
10256 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10257 since most non-font-lock faces are not also variables).
10258
10259 2012-08-20 Edward Reingold <reingold@iit.edu>
10260
10261 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10262 New function. (Bug12160)
10263
10264 2012-08-19 Glenn Morris <rgm@gnu.org>
10265
10266 * mail/rmailout.el (rmail-output-read-file-name):
10267 Fix previous change (when the alist is nil or does not match).
10268
10269 2012-08-19 Chong Yidong <cyd@gnu.org>
10270
10271 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10272 (Bug#12228).
10273
10274 2012-08-18 Chong Yidong <cyd@gnu.org>
10275
10276 * simple.el (yank-handled-properties): New defcustom.
10277 (yank-excluded-properties): Add font-lock-face and category.
10278 (yank): Doc fix.
10279
10280 * subr.el (remove-yank-excluded-properties):
10281 Obey yank-handled-properties. The special handling of font-lock-face
10282 and category is now done this way, instead of being hard-coded.
10283 (insert-for-yank-1): Remove font-lock-face handling.
10284 (yank-handle-font-lock-face-property)
10285 (yank-handle-category-property): New function.
10286
10287 2012-08-17 Glenn Morris <rgm@gnu.org>
10288
10289 * mail/rmailout.el (rmail-output-read-file-name):
10290 Check rmail-output-file-alist against the full message body
10291 in the correct rmail buffer. (Bug#12214)
10292
10293 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10294
10295 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10296 Eliminate superfluous prompt. (Bug#12203)
10297
10298 2012-08-17 Chong Yidong <cyd@gnu.org>
10299
10300 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10301 font spec, set the font directly (Bug#3228).
10302
10303 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10304
10305 * window.el (delete-window): Fix last fix.
10306
10307 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10308
10309 * window.el (window-valid-p): Move to window.c.
10310 (window-child, window-child-count, window-last-child)
10311 (window-normalize-window, window-combined-p)
10312 (window-combinations, window-atom-root, window-min-size)
10313 (window-sizable, window-sizable-p, window-size-fixed-p)
10314 (window-min-delta, window-max-delta, window--resizable)
10315 (window--resizable-p, window-resizable, window-total-size)
10316 (window-full-height-p, window-full-width-p, window-body-size)
10317 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10318 (minimize-window, window-deletable-p, delete-window)
10319 (delete-other-windows, set-window-buffer-start-and-point)
10320 (next-buffer, previous-buffer, split-window, balance-windows-2)
10321 (set-window-text-height, window-buffer-height)
10322 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10323 (truncated-partial-width-window-p): Minor code adjustments.
10324 In doc-strings state whether the argument window has to denote a
10325 live, valid or any window.
10326
10327 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10328
10329 * progmodes/subword.el (subword-forward-function)
10330 (subword-backward-function, subword-forward-regexp)
10331 (subword-backward-regexp): New variables.
10332 (subword-forward, subword-forward-internal, subword-backward-internal):
10333 Use new variables, eg so that different "word" definitions
10334 can be easily used. (Bug#11411)
10335
10336 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10339 for composite selectors.
10340 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10341 operation just because we can't find a previous revision.
10342
10343 2012-08-15 Chong Yidong <cyd@gnu.org>
10344
10345 * frame.el (set-frame-font): Accept font objects.
10346
10347 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10350
10351 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10352
10353 * man.el (Man-overstrike-face, Man-underline-face)
10354 (Man-reverse-face): Remove variables.
10355 (Man-overstrike, Man-underline, Man-reverse): New faces.
10356 (Man-fontify-manpage): Use them instead of the variables.
10357 (Man-cleanup-manpage): Comment change.
10358 (Man-ansi-color-map): New variable.
10359 (Man-fontify-manpage): Use it.
10360 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10361
10362 Implement ANSI SGR parameters 22-27 (bug#12146).
10363 * ansi-color.el (ansi-colors): Doc fix.
10364 (ansi-color-context, ansi-color-context-region): Doc fix.
10365 (ansi-color--find-face): New function.
10366 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10367 Rename the local variable `face' to `codes' since it is now a list of
10368 ansi codes. Doc fix.
10369 (ansi-color-get-face): Remove.
10370 (ansi-color-parse-sequence): New function, derived from
10371 ansi-color-get-face.
10372 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10373 codes 22-27.
10374
10375 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * subr.el (read-passwd): Allow use from a minibuffer.
10378
10379 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10380
10381 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10382 inside comments and strings as identifiers.
10383
10384 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10385 expression to evaluate. This allows to evaluate expressions with
10386 embedded whitespace.
10387 (gud-tooltip-tips): Add a blank before the newline in the
10388 message-box text, for the benefit of message-box emulation on
10389 MS-Windows.
10390
10391 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10392 messages from GDB, pop them up in a tooltip to give feedback to
10393 user.
10394 (gdb-tooltip-print-1): Quote the expression to evaluate.
10395 This allows to evaluate expressions with embedded whitespace.
10396 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10397 if the TTY name is nil or empty (which happens when communicating
10398 with the inferior via pipes, e.g. on MS-Windows).
10399 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10400 don't send that to the GUD buffer.
10401
10402 2012-08-14 Glenn Morris <rgm@gnu.org>
10403
10404 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10405 Optimize away setq-default with no args, as for setq. (Bug#12195)
10406
10407 2012-08-14 Chong Yidong <cyd@gnu.org>
10408
10409 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10410
10411 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10412 (Bug#12085).
10413
10414 2012-08-14 Glenn Morris <rgm@gnu.org>
10415
10416 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10417
10418 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10419
10420 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10421 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10422 Use cached shell name.
10423
10424 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10425
10426 * progmodes/python.el (python-shell-send-string):
10427 (python-shell-send-setup-code): Do not use `format' with `message'.
10428
10429 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10430
10431 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10432 (ruby-percent-literal-beg-re): New constant.
10433 (ruby-syntax-general-delimiters-goto-beg): Rename to
10434 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10435 (ruby-syntax-propertize-general-delimiters): Rename to
10436 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10437 popular term. Adjust comments everywhere.
10438 (ruby-syntax-propertize-percent-literal): Only propertize when not
10439 inside a simple string or comment. When the literal is unclosed,
10440 leave the text after it unpropertized.
10441 (ruby-syntax-methods-before-regexp): New constant.
10442 (ruby-syntax-propertize-function): Use it to recognize regexps.
10443 Don't look at the text after regexp, just use the whitelist.
10444
10445 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10446
10447 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10448 non-nil always load the compiled file if it exists. (Bug#12197)
10449
10450 2012-08-14 Chong Yidong <cyd@gnu.org>
10451
10452 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10453 (hi-lock-set-pattern): When deciding whether to use font lock or
10454 overlays, look at font-lock-mode instead of font-lock-fontified
10455 (Bug#12168).
10456 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10457 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10458
10459 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10460
10461 * subr.el (internal--after-with-selected-window): Fix typo
10462 (Bug#12193).
10463
10464 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10465
10466 Use `completion-table-dynamic' for completion functions.
10467 * progmodes/python.el
10468 (python-shell-completion--do-completion-at-point)
10469 (python-shell-completion--get-completions):
10470 Remove functions.
10471 (python-shell-completion-complete-at-point): New function.
10472 (python-completion-complete-at-point): Use it.
10473
10474 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10475
10476 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10477 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10478
10479 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * subr.el (function-get): Refine `autoload' arg so it can also
10482 autoload functions for gv.el (bug#12191).
10483 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10484 autoloads macros.
10485
10486 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10487 Prefer pcase-let over destructuring-bind.
10488 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10489 Also, remove whitespace as we go, rather than after accumulating the
10490 various places.
10491
10492 * subr.el (internal--before-with-selected-window)
10493 (internal--after-with-selected-window): Fix typo seleted->selected.
10494 (with-selected-window): Adjust callers.
10495 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10496
10497 2012-08-13 Bastien Guerry <bzg@gnu.org>
10498
10499 * window.el (special-display-popup-frame): Minor docstring
10500 enhancement. (Bug#12172)
10501
10502 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10503
10504 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10505 type 1-6.
10506 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10507 extended headers.
10508
10509 * files.el (hack-local-variables-filter): Remove useless eval.
10510
10511 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10512
10513 * subr.el (with-selected-window): Fix last change.
10514
10515 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * subr.el (internal--before-with-seleted-window)
10518 (internal--after-with-seleted-window): New functions.
10519 (with-selected-window): Use them, to replace dependency on
10520 tty-top-frame.
10521
10522 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10523
10524 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10525 binding for `newline'.
10526 (ruby-move-to-block): When moving backward, stop at block opening,
10527 not indentation.
10528 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10529 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10530 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10531 `ruby-toggle-block'.
10532
10533 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * ibuffer.el (ibuffer-do-toggle-read-only):
10536 * dired.el (dired-toggle-read-only):
10537 * buff-menu.el (Buffer-menu-toggle-read-only):
10538 * bindings.el (mode-line-toggle-read-only):
10539 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10540
10541 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10542
10543 * descr-text.el (describe-char): Put the overlays over the
10544 "displayed as" character.
10545
10546 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10547
10548 * calc/calc-units.el (math-default-units-table): Give an
10549 initial value.
10550 (math-put-default-units): Add options to put composite units and
10551 unit systems in the default units table.
10552 (calc-convert-units): Send composite units to
10553 `math-put-default-units' when appropriate.
10554
10555 2012-08-11 Glenn Morris <rgm@gnu.org>
10556
10557 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10558
10559 * tutorial.el (help-with-tutorial):
10560 * emacs-lisp/copyright.el (copyright-update-directory):
10561 * emacs-lisp/autoload.el (autoload-find-generated-file)
10562 (autoload-find-file): Disable local eval: (for insurance).
10563
10564 * files.el (hack-local-variables-filter): If an eval: form is not
10565 known to be safe, and enable-local-variables is :safe, then ignore
10566 the form totally, as is done for non-eval forms. (Bug#12155)
10567 This is CVE-2012-3479.
10568
10569 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10572 (rx-form): Simplify.
10573
10574 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10575
10576 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10577 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10578 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10579 (ruby-syntax-propertize-function): Adjust for changes in
10580 `ruby-syntax-propertize-heredoc'.
10581
10582 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10583
10584 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10585 binding (use `M-;' instead).
10586 (ruby-singleton-class-p): New function.
10587 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10588
10589 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10592
10593 2012-08-10 Chong Yidong <cyd@gnu.org>
10594
10595 * progmodes/python.el (python-shell-get-process-name): Don't mess
10596 with same-window-buffer-names.
10597
10598 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10599 (eshell-remove-from-window-buffer-names): Make obsolete.
10600 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10601 (eshell): Just use pop-to-buffer-same-window instead.
10602
10603 2012-08-10 Chong Yidong <cyd@gnu.org>
10604
10605 * bindings.el: Bind M-= back to count-words-region.
10606
10607 * simple.el (count-words-region): Accept a prefix arg for acting
10608 on the entire buffer.
10609 (count-words--buffer-message): New helper function.
10610
10611 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10614 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10615 (event-start, event-end): Use posn-at-point to return a more
10616 informative posn.
10617 (posnp): New function.
10618 * mouse.el (popup-menu-normalize-position): Use it.
10619
10620 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10621
10622 * mouse.el (popup-menu-normalize-position): New function.
10623 (popup-menu): Use `popup-menu-normalize-position' to normalize
10624 the form for POSITION argument.
10625
10626 * term/x-win.el (x-menu-bar-open):
10627 Use the value returend from (posn-at-point) as position
10628 passed to `popup-menu'.
10629
10630 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10631
10632 * calc/calccomp.el (math-compose-expr): Add extra argument
10633 indicating that parentheses should be put around products in
10634 denominators. Give multiplication precedence over division during
10635 composition.
10636
10637 2012-08-09 Chong Yidong <cyd@gnu.org>
10638
10639 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10640 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10641 (Man-untabify-command, manual-program): Convert to defcustom
10642 (Bug#10429).
10643
10644 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10645
10646 * descr-text.el (describe-char): Don't insert extra newlines
10647 (Bug#10127).
10648
10649 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10650 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10651
10652 * align.el (align-region): Delete temporary markers (Bug#10047).
10653 Plus some code cleanups.
10654
10655 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10656
10657 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10658 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10659 (python-shell-internal-last-output): Use make-local-variable
10660 instead of make-variable-buffer-local.
10661
10662 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10663
10664 * progmodes/python.el: Enhancements to forward-sexp.
10665 (python-nav-forward-sexp): Rename from
10666 python-nav-forward-sexp-function.
10667 (python-nav--forward-sexp, python-nav--backward-sexp):
10668 New functions.
10669
10670 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10671
10672 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10673 modes and simplification modes.
10674
10675 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * delsel.el (delete-selection-pre-hook): Don't propagate the
10678 file-supersession signals (bug#12161).
10679
10680 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10683 (cl-map-extents): Add compatibility aliases (bug#12135).
10684
10685 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10686
10687 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10688 tests by `ignore-error'.
10689 (tramp-find-shell): Open also a new shell, when cache is already
10690 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10691
10692 2012-08-08 Juri Linkov <juri@jurta.org>
10693
10694 * bookmark.el: Add `defaults' property to the bookmark record.
10695 (bookmark-current-buffer): Doc fix.
10696 (bookmark-make-record): Add `defaults' property with default values
10697 to the bookmark record.
10698 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10699 with `bookmark-insert-current-bookmark'.
10700 (bookmark-set): Get `defaults' property from the bookmark record
10701 and use it in `read-from-minibuffer'.
10702 (bookmark-insert-current-bookmark): Remove function.
10703
10704 * info.el (Info-bookmark-make-record): Add `defaults' property
10705 with values of canonical Info node name, the current Info file
10706 name and the current Info node name. (Bug#12107)
10707
10708 2012-08-08 Juri Linkov <juri@jurta.org>
10709
10710 * files.el (basic-save-buffer): Use `buffer-name' as the default
10711 of `read-file-name' when buffer is not visiting a file (bug#12128).
10712
10713 2012-08-08 Juri Linkov <juri@jurta.org>
10714
10715 * info.el (Info-isearch-search): Doc fix.
10716 (Info-search): Change search-failed message from "initial node" to
10717 "end of node" (bug#12078).
10718 (Info-isearch-search): Change `isearch-string-state' to
10719 `isearch--state-string'.
10720
10721 2012-08-08 Glenn Morris <rgm@gnu.org>
10722
10723 * language/persian.el: Remove file.
10724 * language/misc-lang.el: Move unique part of persian.el here.
10725 * loadup.el: Remove language/persian.
10726
10727 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10728
10729 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10730
10731 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10732
10733 * progmodes/python.el: Fix defsubst warning.
10734 (python-syntax-context) Rename from python-info-ppss-context.
10735 (python-syntax-context-type): Rename from
10736 python-info-ppss-context-type.
10737 (python-syntax-comment-or-string-p): Rename from
10738 python-info-ppss-comment-or-string-p.
10739
10740 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10741
10742 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10743
10744 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10745
10746 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10747 a defcustom that is quoted with backquote.
10748
10749 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10750 Fix handling of interactive spec when the body uses return.
10751 (math-do-arg-check, math-define-function-body): Use backquote forms.
10752 * calc/calc-ext.el (math-defcache): Likewise.
10753 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10754 * allout.el (allout-new-exposure): Likewise.
10755 * calc/calcalg2.el (math-tracing-integral): Likewise.
10756 * info.el (Info-last-menu-item): Likewise.
10757 * emulation/vip.el (vip-loop): Likewise.
10758 * textmodes/artist.el (artist-funcall): Likewise.
10759 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10760 Construct menu-item directly.
10761
10762 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10763 Don't declare.
10764
10765 2012-08-07 Chong Yidong <cyd@gnu.org>
10766
10767 * simple.el (deactivate-mark): Preserve text properties when
10768 saving the primary selection (Bug#8384).
10769
10770 2012-08-07 Kevin Ryde <user42@zip.com.au>
10771
10772 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10773 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10774 and continue processing (Bug#12110).
10775
10776 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10779 syntax-propertize-function (bug#10095).
10780
10781 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10784 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10785 describe-function-1.
10786 (describe-function-1): Use them. Move compiler macro after sig.
10787 (help-fns--compiler-macro): Use function-get. Assume we're already in
10788 standard-output. Adjust layout to new call order.
10789
10790 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10791 re-binding a symbol that has a symbol-macro (bug#12119).
10792
10793 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10794
10795 * language/persian.el: New file. (Bug#11812)
10796 * loadup.el: Add language/persian.el.
10797
10798 2012-08-06 Chong Yidong <cyd@gnu.org>
10799
10800 * window.el (window--maybe-raise-frame): New function.
10801 (window--display-buffer): Split off from here.
10802 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10803 (display-buffer-pop-up-window, display-buffer-use-some-window):
10804 Obey an inhibit-switch-frame action alist entry.
10805 (display-buffer): Update doc.
10806
10807 * replace.el (occur-after-change-function): Avoid losing focus by
10808 using the inhibit-switch-frame display parameter (Bug#12139).
10809
10810 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10811
10812 Make internal shell process buffer names start with space.
10813 * progmodes/python.el (python-shell-make-comint): Add optional
10814 argument INTERNAL.
10815 (run-python-internal): Use it.
10816 (python-shell-internal-get-or-create-process): Check for new
10817 internal buffer names.
10818
10819 2012-08-06 Glenn Morris <rgm@gnu.org>
10820
10821 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10822 Do less getting and setting of environment variables.
10823
10824 2012-08-05 Chong Yidong <cyd@gnu.org>
10825
10826 * proced.el (proced): Add substitution string to docstring to
10827 trigger autoloading of the proced library on C-h f (Bug#1768).
10828
10829 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10830 Don't show defvars which have no second argument (Bug#8638).
10831
10832 * imenu.el (imenu-generic-expression): Move documentation here
10833 from imenu--generic-function.
10834 (imenu--generic-function): Refer to imenu-generic-expression.
10835
10836 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10837
10838 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10839 indentation declaration.
10840 (viper-loop): Add indentation declaration (Bug#7025).
10841
10842 2012-08-05 Chong Yidong <cyd@gnu.org>
10843
10844 * help-fns.el (describe-variable): Add hyperlink for
10845 directory-local variables files. Improve buffer-local and
10846 permanent-local reporting; suggested by MON KEY (Bug#6644).
10847
10848 * help-mode.el (help-dir-local-var-def): New button type.
10849
10850 * files.el (kill-buffer-hook): Provide a defvar.
10851
10852 2012-08-05 Glenn Morris <rgm@gnu.org>
10853
10854 * eshell/esh-ext.el (eshell/addpath):
10855 Also update eshell-path-env. (Bug#12013)
10856
10857 2012-08-05 Chong Yidong <cyd@gnu.org>
10858
10859 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10860
10861 * fringe.el (fringe-styles): Add docstring.
10862 (fringe--check-mode): New function.
10863 (set-fringe-mode, set-fringe-style): Use it.
10864 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10865
10866 * files.el (set-auto-mode): Fix invalid setq call.
10867
10868 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * isearch.el: Misc simplification; use defstruct.
10871 (isearch-mode-map): Dense maps now work like sparse ones.
10872 (isearch--state): New defstruct.
10873 (isearch-string-state, isearch-message-state, isearch-point-state)
10874 (isearch-success-state, isearch-forward-state)
10875 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10876 (isearch-wrapped-state, isearch-barrier-state)
10877 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10878 replaced by defstruct's accessors.
10879 (isearch--set-state): Rename from isearch-top-state and change
10880 calling convention.
10881 (isearch-push-state): Use new isearch--get-state.
10882 (isearch-toggle-word): Disable regexp when enabling word.
10883 (isearch-message-prefix): Remove unused arg _c-q-hack.
10884 (isearch-message-suffix): Remove unused arg _ellipsis.
10885
10886 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10887
10888 * simple.el (list-processes--refresh): For a server use :host or
10889 :local as the address.
10890 (list-processes): Doc fix.
10891
10892 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10893
10894 * lisp/mpc.el: Support password in host argument.
10895 (mpc--proc-connect): Parse and use new password element.
10896 Set mpc-proc variable instead of returning process.
10897 (mpc-proc): Adjust accordingly.
10898
10899 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10900
10901 * whitespace.el (whitespace-display-mappings): Use Unicode
10902 codepoints, instead of emacs-mule codepoints. See
10903 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10904 for the details.
10905
10906 * files.el (file-truename): Don't skip symlink-chasing part on
10907 windows-nt. Incorporate the resolution of 8+3 short aliases on
10908 Windows into the loop that recursively chases symlinks.
10909 Compare directory and its parent case-insensitively on MS-Windows and
10910 MS-DOS.
10911
10912 2012-08-03 Chong Yidong <cyd@gnu.org>
10913
10914 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10915
10916 * sort.el (sort-regexp-fields): Doc fix.
10917
10918 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10919
10920 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10921 labels regex position point at the expected place.
10922
10923 2012-08-03 MON KEY <monkey@sandpframing.com>
10924
10925 * net/imap.el (imap-interactive-login, imap-authenticate)
10926 (imap-mailbox-lsub, imap-mailbox-list)
10927 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10928 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10929 (imap-parse-response): Doc fix.
10930
10931 2012-08-03 João Távora <joaotavora@gmail.com>
10932
10933 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10934 if sexp scanning does not move point (Bug#5734).
10935
10936 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10937
10938 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10939 Add listings, minted, and ctable packages.
10940 (reftex-label-alist-builtin): Move listings, minted, and ctable
10941 entries before LaTeX.
10942 (reftex-label-alist): Docfix.
10943
10944 2012-08-02 Bastien Guerry <bzg@gnu.org>
10945
10946 * replace.el (occur): Fix docstring (bug#12122).
10947
10948 2012-08-02 Glenn Morris <rgm@gnu.org>
10949
10950 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10951
10952 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10953
10954 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10955 * international/mule-cmds.el: Create
10956 inactivate-current-input-method-function as an obsolete alias for
10957 deactivate-current-input-method-function. See Katsumi Yamaoka in
10958 <http://bugs.gnu.org/10150#46>.
10959
10960 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10961
10962 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10963 of nested `if's.
10964
10965 2012-08-01 Glenn Morris <rgm@gnu.org>
10966
10967 * progmodes/autoconf.el (autoconf-definition-regexp):
10968 Add AH_TEMPLATE, adjust submatch numbering.
10969 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10970 (autoconf-current-defun-function): Update for above change.
10971 (autoconf-current-defun-function): First skip to end of current word.
10972
10973 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10974
10975 * calendar/cal-html.el (cal-html-insert-agenda-days):
10976 Fix typo. (Bug#12018)
10977
10978 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10979
10980 Shell processes: enhancements to startup and CEDET compatibility.
10981 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10982 (python-shell-make-comint): accept-process-output at startup.
10983 (run-python-internal): Set inferior-python-mode-hook to nil.
10984 (python-shell-internal-get-or-create-process): call sit-for.
10985 (python-preoutput-result): Add obsolete alias.
10986 (python-shell-internal-send-string): Use it.
10987 (python-shell-send-setup-code): Remove call to
10988 accept-process-output.
10989
10990 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10991
10992 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10993 (Bug#12108)
10994
10995 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10996
10997 * calc-mode.el (calc-basic-simplification-mode): Rename from
10998 `calc-limited-simplification-mode'.
10999 (calc-alg-simplification-mode): New function.
11000 (calc-set-simplify-mode): Adjust message.
11001
11002 * calc.el (calc-set-mode-line): Adjust mode line display for
11003 basic simplification mode.
11004
11005 * calc-help.el (calc-m-prefix-help): Update help message.
11006
11007 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11008 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11009
11010 2012-07-31 Bastien Guerry <bzg@gnu.org>
11011
11012 * man.el (man): Fix comment. (bug#12101)
11013
11014 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11015
11016 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11017 Don't return a non-nil value when no suitable buffer was found.
11018
11019 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11020
11021 * progmodes/python.el (run-python-internal): Disable font lock for
11022 internal shells.
11023
11024 2012-07-30 Stefan Merten <smerten@oekonux.de>
11025
11026 * textmodes/rst.el: Silence `checkdoc-ispell'.
11027 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11028 (rst-official-version, rst-official-cvs-rev)
11029 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11030 (rst-mode-map): New key binding.
11031
11032 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11033
11034 Update .PHONY listings in makefiles.
11035 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11036 autoloads, update-subdirs, updates, bzr-update, update-authors,
11037 compile-onefile, compile-calc, backup-compiled-files,
11038 compile-after-backup, compile-one-process, mh-autoloads,
11039 bootstrap-clean, distclean, maintainer-clean.
11040
11041 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11042
11043 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11044 (calc-set-mode-line): Don't display "AlgSimp ".
11045
11046 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11047 (calc-lim-simplify-mode): New function.
11048 (calc-set-simplify-mode): Default to 'alg.
11049 (calc-default-simplify-mode): Make algebraic simplifications
11050 the default.
11051
11052 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11053 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11054
11055 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11056 indicate new simplification modes.
11057
11058 * calc/README: Mention new default simplification mode.
11059
11060 * calc/calc.el (math-normalize-error): New variable.
11061 (math-normalize): Set `math-normalize-error' to t
11062 when there's an error.
11063
11064 * calc/calc-alg.el (math-simplify): Don't simplify when
11065 `math-normalize' returns an error.
11066
11067 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11068
11069 * international/mule-cmds.el (set-locale-environment): Revert last
11070 change, since display-graphic-p returns nil when this function is
11071 called during startup. Instead...
11072
11073 * term/w32console.el (terminal-init-w32console): ...setup the
11074 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11075
11076 2012-07-29 Juri Linkov <juri@jurta.org>
11077
11078 * simple.el (goto-line): Don't display default line number in the
11079 prompt because it should be displayed by `read-number' (bug#9952).
11080 Add the current line number to the defaults of `goto-line' to
11081 allow its easier modification by users with `M-n' (bug#9201).
11082
11083 * subr.el (read-number): Support multiple default values like in
11084 other minibuffer reading functions. Replace `read' with
11085 `string-to-number' for consistency with `number-to-string'.
11086
11087 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11088
11089 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11090 * emulation/viper-init.el (viper-deactivate-input-method-action):
11091 Rename from viper-inactivate-input-method-action.
11092 (viper-deactivate-input-method):
11093 Rename from viper-inactivate-input-method.
11094 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11095 * international/mule-cmds.el (deactivate-input-method):
11096 Rename from inactivate-input-method.
11097 Also run input-method-deactivate-hook.
11098 (deactivate-current-input-method-function):
11099 Rename from inactivate-current-input-method-function.
11100 (input-method-deactivate-hook): New hook.
11101 (input-method-inactivate-hook): Mark obsolete.
11102 (inactivate-input-method): Mark obsolete.
11103
11104 * international/quail.el (quail-activate):
11105 Also run quail-deactivate-hook.
11106 (quail-deactivate): Rename from quail-inactivate.
11107 * international/robin.el (robin-activate):
11108 Also run robin-deactivate-hook.
11109 (robin-deactivate): Rename from robin-inactivate.
11110
11111 2012-07-29 Chong Yidong <cyd@gnu.org>
11112
11113 * simple.el (indicate-copied-region): New function.
11114 (kill-ring-save): Split off from here.
11115
11116 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11117 (kill-rectangle): Set deactivate-mark to t on read-only error.
11118
11119 * register.el (copy-to-register, copy-rectangle-to-register):
11120 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11121 (append-to-register, prepend-to-register): Call indicate-copied-region.
11122
11123 2012-07-29 Juri Linkov <juri@jurta.org>
11124
11125 * simple.el (async-shell-command-buffer): New defcustom.
11126 (shell-command): Use it. (Bug#4719)
11127
11128 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11129
11130 * international/mule-cmds.el (set-locale-environment): In a
11131 console session on MS-Windows, set up keyboard and terminal
11132 encoding from the OEM codepage, not the ANSI codepage.
11133 (Bug#12055)
11134
11135 2012-07-28 Chong Yidong <cyd@gnu.org>
11136
11137 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11138 gdb-get-location.
11139
11140 2012-07-28 Leo Liu <sdl.web@gmail.com>
11141
11142 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11143 the alist (bug#12029).
11144
11145 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11146
11147 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11148 (compile-always, compile-first)
11149 ($(lisp)/calendar/cal-loaddefs.el)
11150 ($(lisp)/calendar/diary-loaddefs.el)
11151 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11152 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11153 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11154 instead of on update-subdirs.
11155 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11156
11157 2012-07-28 Chong Yidong <cyd@gnu.org>
11158
11159 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11160 directory if vc-deduce-backend returns nil (Bug#7350).
11161
11162 * simple.el (delete-trailing-lines): New option.
11163 (delete-trailing-whitespace): Obey it (Bug#11879).
11164
11165 2012-07-28 David Engster <deng@randomsample.de>
11166
11167 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11168 Explanation of new 'symbol-qnames feature in doc-strings.
11169 (xml-maybe-do-ns): Return expanded names as plain symbols if
11170 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11171 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11172
11173 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11174
11175 Consistent completion in inferior python with emacs -nw.
11176 * progmodes/python.el (inferior-python-mode): replace "<tab>"
11177 binding in inferior-python-mode-map with "\t".
11178 (python-shell-completion-complete-at-point)
11179 (python-completion-complete-at-point): Remove interactive spec.
11180
11181 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11182
11183 * calc/calccomp.el (math-compose-expr): Undo previous change.
11184
11185 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11186
11187 * progmodes/python.el (python-mode-map): Add keybinding for
11188 run-python.
11189 (python-shell-make-comint): Fix pop-to-buffer call.
11190 (run-python): Autoload. New arg SHOW.
11191 (python-shell-get-or-create-process): Do not pop python process
11192 buffer.
11193
11194 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * notifications.el (notifications-on-action-signal)
11197 (notifications-on-closed-signal): Use also the bus address for the map.
11198 (notifications-notify, notifications-close-notification)
11199 (notifications-get-capabilities): Add optional argument BUS.
11200
11201 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11202
11203 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11204 Add support for the lstlisting and minted environments, and for the
11205 ctable macro.
11206 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11207 labels written in keyvals syntax.
11208
11209 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11210
11211 * calc/calccomp.el (math-compose-expr): Use parentheses when
11212 there is a product in the denominator of a fraction.
11213
11214 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11215
11216 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11217 ($(lisp)/calendar/diary-loaddefs.el)
11218 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11219 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11220 Fixes failures in parallel bootstrap because subdirs.el is being
11221 rewritten while the autoload files are built at the same time,
11222 which needs to load subdirs.el.
11223
11224 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11225
11226 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11227 (mouse-drag-line): Don't exit tracking when a switch-frame or
11228 switch-window event occurs (Bug#12006).
11229
11230 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * mouse.el (popup-menu): Fix last change.
11233
11234 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 Autoload from Lisp with more care. Follow aliases when looking for
11237 function properties.
11238 * subr.el (autoloadp): New function.
11239 (symbol-file): Use it.
11240 (function-get): New function.
11241 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11242 autoload-do-load.
11243 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11244 (lisp-indent-function):
11245 * emacs-lisp/gv.el (gv-get):
11246 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11247 * emacs-lisp/byte-opt.el (byte-optimize-form):
11248 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11249 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11250 Use function-get.
11251 * emacs-lisp/cl.el: Don't propagate function properties any more.
11252
11253 * speedbar.el (speedbar-add-localized-speedbar-support):
11254 * emacs-lisp/disass.el (disassemble-internal):
11255 * desktop.el (desktop-load-file):
11256 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11257 (describe-function-1):
11258 * emacs-lisp/find-func.el (find-function-noselect):
11259 * emacs-lisp/elp.el (elp-instrument-function):
11260 * emacs-lisp/advice.el (ad-has-proper-definition):
11261 * apropos.el (apropos-safe-documentation, apropos-macrop):
11262 * emacs-lisp/debug.el (debug-on-entry):
11263 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11264 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11265 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11266
11267 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11268
11269 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11270 function, not an obsolete variable (Bug#12046).
11271
11272 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11273
11274 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11275
11276 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11277
11278 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11279 window only if it is still live (Bug#12034).
11280
11281 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11282
11283 * subr.el (redirect-frame-focus): Add advertised calling
11284 convention (Bug#12030).
11285
11286 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11287
11288 Prefer typical American spelling for "acknowledgment".
11289 * vc/add-log.el (change-log-acknowledgment): Rename from
11290 change-log-acknowledgement, with an alias for the old name.
11291
11292 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11293
11294 * calc-alg.el (math-simplify-divide): Don't cross multiply
11295 in an equation when the lhs is a variable.
11296
11297 2012-07-24 Julien Danjou <julien@danjou.info>
11298
11299 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11300 Remove, unused.
11301
11302 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11303
11304 * startup.el (command-line): Don't display an empty user name in
11305 the error message about non-existent home directory, when
11306 init-file-user was set to an empty string. See
11307 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11308 for the details and context.
11309
11310 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11311
11312 * ses.el (ses-cell-formula-aset): New macro.
11313 (ses-cell-references-aset): New macro.
11314 (ses-cell-p): New function.
11315 (ses-rename-cell): Do no longer rely on complex operations like
11316 ses-cell-set-formula or ses-set-cell to change the cell and handle
11317 the undo at the same time, but rather use lower level new macros
11318 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11319 the undo directly. Refresh the mode line.
11320
11321 2012-07-21 Leo Liu <sdl.web@gmail.com>
11322
11323 * progmodes/cc-cmds.el (c-defun-name):
11324 Use match-string-no-properties instead for consistency.
11325
11326 2012-07-20 Leo Liu <sdl.web@gmail.com>
11327
11328 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11329 (Bug#7879)
11330
11331 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11332
11333 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11336 * progmodes/bug-reference.el, misearch.el: Provide themselves
11337 (bug#11915).
11338
11339 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11340 of narrowed buffer (bug#11966).
11341
11342 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11343
11344 * ses.el (ses-rename-cell): Set new name also in reference list of
11345 cells of which the renamed cell depends.
11346
11347 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11348
11349 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11350 to check whether menu-bar is shown or not. If not shown,
11351 show the menu-bar as a popup menu instead of using tmm.
11352 * mouse.el (popup-menu): Accept `point' as `position' argument.
11353
11354 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11355
11356 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11357 up inside string symbol literal (bug#11923).
11358
11359 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11360
11361 * startup.el (fancy-startup-text): Read the whole tutorial, not
11362 just its first 256 bytes. Prevents gibberish in display of the
11363 tutorial title.
11364
11365 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11366
11367 Drop idle buffer compaction due to an absence of the
11368 proved efficiency.
11369 * compact.el: Remove.
11370
11371 2012-07-19 Sam Steingold <sds@gnu.org>
11372
11373 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11374 vc-bzr-pull & vc-bzr-merge-branch.
11375 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11376 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11377 for consistency with compilation-error-regexp-alist.
11378 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11379 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11380 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11381 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11382
11383 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11384
11385 * emacs-lisp/chart.el: Use lexical-binding.
11386 (chart-emacs-storage): Don't hardcode the list of entries.
11387
11388 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11389
11390 Next round of tweaks caused by Fgarbage_collect changes.
11391 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11392
11393 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11394
11395 Compact buffers when idle.
11396 * compact.el: New file.
11397
11398 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * subr.el (eventp): Presume that if it looks vaguely like an event,
11401 it's an event (bug#10190).
11402
11403 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11404
11405 Enhancements to ppss related code (thanks Stefan).
11406 * progmodes/python.el (python-indent-context)
11407 (python-indent-calculate-indentation, python-indent-dedent-line)
11408 (python-indent-electric-colon, python-nav-forward-block)
11409 (python-mode-abbrev-table)
11410 (python-info-assignment-continuation-line-p): Simplify checks
11411 for ppss context.
11412 (python-info-continuation-line-p): Cleanup.
11413 (python-info-ppss-context): Do not catch 'quote.
11414 (python-info-ppss-context-type)
11415 (python-info-ppss-comment-or-string-p): Simplify.
11416
11417 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11418
11419 * progmodes/python.el: Enhancements to eldoc support.
11420 (python-info-current-symbol): New function.
11421 (python-eldoc-at-point): Use python-info-current-symbol.
11422 (python-info-current-defun): Fix cornercase on first defun scan.
11423 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11424 and signal error when no inferior python process is available.
11425
11426 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11427
11428 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11429 assume it's always t.
11430 (vc-git-registered): Remove caching, the function is only called
11431 once.
11432 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11433
11434 2012-07-18 Chong Yidong <cyd@gnu.org>
11435
11436 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11437
11438 * simple.el (count-words): Report on narrowing (Bug#9959).
11439
11440 * bindings.el: Bind M-= to count-words.
11441
11442 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11443
11444 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11445
11446 * progmodes/sh-script.el (sh-imenu-generic-expression):
11447 Capture a function with `function' keyword and without parentheses
11448 like "function FOO" (bug#11856).
11449
11450 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11451
11452 * window.el (split-window-sensibly): Make WINDOW argument
11453 optional.
11454
11455 2012-07-18 Chong Yidong <cyd@gnu.org>
11456
11457 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11458
11459 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11460 and make C-x 8 RET exit isearch (Bug#11439).
11461
11462 * international/iso-transl.el: Move isearch-mode-map key
11463 definitions to isearch.el.
11464
11465 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11468 (eieio-defclass): Use gv-define-setter when possible.
11469
11470 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11471
11472 Reflect recent changes in Fgarbage_collect.
11473 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11474 reflect new format of data returned by Fgarbage_collect.
11475
11476 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11477
11478 New utility functions + python-info-ppss-context fix (Bug#11910).
11479 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11480 (python-info-ppss-comment-or-string-p): New functions.
11481 (python-info-ppss-context): Small fix for string check.
11482
11483 2012-07-17 Juri Linkov <juri@jurta.org>
11484
11485 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11486 (dired-do-async-shell-command): Don't add `*' at the end of the
11487 command (Bug#11815).
11488 (dired-do-shell-command): Doc fix.
11489 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11490 Join the individual commands using either "&" or ";" as the
11491 separator depending on the values of these trailing characters.
11492 At the end re-add the trailing "&". (Bug#10598)
11493
11494 * simple.el (async-shell-command): Sync the interactive spec with
11495 `shell-command'. Doc fix.
11496 (shell-command): Doc fix.
11497
11498 2012-07-17 Juri Linkov <juri@jurta.org>
11499
11500 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11501
11502 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11503
11504 Final renames and doc fixes for movement commands (bug#11899).
11505 * progmodes/python.el (python-nav-beginning-of-statement):
11506 Rename from python-nav-statement-start.
11507 (python-nav-end-of-statement): Rename from
11508 python-nav-statement-end.
11509 (python-nav-beginning-of-block): Rename from
11510 python-nav-block-start.
11511 (python-nav-end-of-block): Rename from python-nav-block-end.
11512
11513 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11514
11515 * progmodes/python.el (python-shell-send-string-no-output):
11516 Allow accept-process-output to quit, keeping shell process ready for
11517 future interactions (Bug#11868).
11518
11519 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11522
11523 * emacs-lisp/elint.el (elint-find-args-in-code):
11524 Use help-function-arglist, so as to handle lexical byte-code.
11525
11526 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11527 change (bug#11826).
11528
11529 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11532 Avoid spuriously marking the buffer as modified because of c-is-sws.
11533
11534 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11535 as not-a-comment (bug#11946).
11536
11537 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11538 for uninterned vars.
11539
11540 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11541 Use read-event since we don't really want to read chars but bytes.
11542
11543 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11544 $$..$$ but also $..$ using regexps (bug#11953).
11545 Use tex-verbatim for \url and \path.
11546 (tex-font-lock-keywords): Define as defconst like the others.
11547 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11548
11549 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11550
11551 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11552 alias for insert-char.
11553
11554 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11555
11556 * progmodes/python.el: Simplified imenu implementation.
11557 (python-nav-jump-to-defun): Remove command.
11558 (python-mode-map): Use `imenu' instead.
11559 (python-nav-list-defun-positions-cache)
11560 (python-imenu-include-defun-type, python-imenu-make-tree)
11561 (python-imenu-subtree-root-label, python-imenu-index-alist):
11562 Remove vars.
11563 (python-nav-list-defun-positions, python-nav-read-defun)
11564 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11565 (python-imenu-make-tree, python-imenu-create-index):
11566 Remove functions.
11567 (python-mode): Update to interact with imenu by setting
11568 `imenu-extract-index-name-function' only.
11569
11570 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11571
11572 * progmodes/python.el: Enhancements to navigation commands.
11573 (python-nav-backward-sentence)
11574 (python-nav-forward-sentence): Remove.
11575 (python-nav-backward-statement, python-nav-forward-statement)
11576 (python-nav-statement-start, python-nav-statement-end)
11577 (python-nav-backward-block, python-nav-forward-block)
11578 (python-nav-block-start, python-nav-block-end)
11579 (python-nav-forward-sexp-function)
11580 (python-info-current-line-comment-p)
11581 (python-info-current-line-empty-p): New functions.
11582 (python-indent-context): Use `python-nav-statement-start'.
11583
11584 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11585
11586 * eshell/em-ls.el (eshell/ls): Use `apply'.
11587
11588 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11589 multi-hops, instead of Tramp internals.
11590
11591 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11592
11593 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11594 when F1 and F2 are located on different hosts.
11595
11596 2012-07-14 Chong Yidong <cyd@gnu.org>
11597
11598 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11599 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11600 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11601 (xterm-mouse--read-event-sequence-1000)
11602 (xterm-mouse--read-event-sequence-1006): New functions. For old
11603 mouse protocol, handle M-mouse-X events correctly.
11604 (xterm-mouse-event): New arg specifying mouse protocol.
11605 (turn-on-xterm-mouse-tracking-on-terminal)
11606 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11607 sequence to toggle extended coordinates on newer XTerms.
11608 This appears to be harmless on terminals which do not support this.
11609
11610 2012-07-14 Leo Liu <sdl.web@gmail.com>
11611
11612 Add fringe bitmap indicators for flymake. (Bug#11253)
11613 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11614 (flymake-make-overlay): New arg BITMAP.
11615 (flymake-error-bitmap, flymake-warning-bitmap)
11616 (flymake-fringe-indicator-position): New user variables.
11617
11618 * fringe.el: New bitmap exclamation-mark.
11619
11620 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11621
11622 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11623 also (Bug#7879).
11624
11625 2012-07-14 Chong Yidong <cyd@gnu.org>
11626
11627 * electric.el (electric-pair-post-self-insert-function): Fix pair
11628 insertion in empty-region case (Bug#11520).
11629
11630 2012-07-14 Chong Yidong <cyd@gnu.org>
11631
11632 * bindings.el: Consolidate ctl-x-r-map bindings.
11633 Bind copy-rectangle-as-kill to C-x r w.
11634
11635 * rect.el, register.el: Move bindings to bindings.el.
11636
11637 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11638
11639 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11640
11641 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11642
11643 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11644
11645 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11646
11647 * bindings.el (top): Use `mapc' instead of `mapcar'.
11648
11649 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11650
11651 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11652
11653 * progmodes/sql.el (sql-comint): Suppress the check for program on
11654 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11655 (Bug#11908)
11656
11657 2012-07-13 Chong Yidong <cyd@gnu.org>
11658
11659 * bindings.el: Assign a non-nil permanent-local property to
11660 per-buffer variables which lack a default value (Bug#11930).
11661
11662 * help-fns.el (describe-variable): In the "automatically becomes
11663 local" notice, take note of permanent-local variables.
11664
11665 2012-07-13 Chong Yidong <cyd@gnu.org>
11666
11667 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11668 to allow printing the message when called from Lisp.
11669
11670 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11671 Remove toggle-read-only.
11672
11673 * bs.el (bs-toggle-readonly):
11674 * buff-menu.el (Buffer-menu-toggle-read-only):
11675 Remove with-no-warnings around toggle-read-only.
11676
11677 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11678 Remove with-no-warnings around toggle-read-only.
11679 (ffap-read-only, ffap-read-only-other-window)
11680 (ffap-read-only-other-frame): Callers changed.
11681
11682 * help-mode.el: Don't require view package.
11683 (help-mode-finish): Set buffer-read-only instead of calling
11684 toggle-read-only.
11685
11686 * bindings.el (mode-line-toggle-read-only):
11687 * dired.el (dired-toggle-read-only):
11688 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11689 with non-nil second arg.
11690
11691 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11692 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11693 directly.
11694
11695 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11696
11697 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11698 not incf.
11699
11700 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 More CL cleanups and reduction of use of cl.el.
11703 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11704 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11705 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11706 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11707 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11708 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11709 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11710 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11711 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11712 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11713 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11714 * eshell/em-cmpl.el, eshell/em-banner.el:
11715 * calendar/parse-time.el: Use cl-lib.
11716 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11717 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11718 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11719 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11720 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11721 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11722 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11723 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11724 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11725 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11726 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11727 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11728 `lambda' rather than with `quote'.
11729 (eshell-do-opt): Adjust accordingly.
11730 (eshell-process-option): Simplify.
11731 * eshell/esh-var.el:
11732 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11733 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11734 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11735 to `pcase--dontcare'.
11736 * emacs-lisp/cl.el (labels): Mark obsolete.
11737 (cl--letf, letf): Move to cl-lib.
11738 (cl--letf*, letf*): Remove.
11739 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11740 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11741 (cl-progv): Rewrite.
11742 (cl--letf, cl-letf): Move from cl.el.
11743 (cl-letf*): New macro.
11744 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11745
11746 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11747
11748 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11749
11750 2012-07-11 Chong Yidong <cyd@gnu.org>
11751
11752 * vc/log-edit.el (log-edit-vc-backend): New variable.
11753 (log-edit): Doc fix.
11754
11755 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11756 argument of log-edit to set up all local variables.
11757 (vc-start-logentry): New optional arg specifying VC backend.
11758
11759 * vc/vc.el (vc-checkin): Use it.
11760 (vc-deduce-fileset): Handle Log Edit buffers.
11761 (vc-diff): Make first argument optional too.
11762
11763 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11764
11765 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11766
11767 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11768 command, just in case. The function is not needed anymore.
11769 (eshell-external-command): Do not call `eshell-remote-command'.
11770
11771 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 Reduce use of (require 'cl).
11774 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11775 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11776 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11777 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11778 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11779 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11780 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11781 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11782 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11783 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11784 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11785 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11786 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11787 (byte-compile-unfold-bcf, byte-compile-check-variable):
11788 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11789 (byte-compile-nilconstp):
11790 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11791 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11792
11793 * emacs-lisp/gv.el (cond): Make it a valid place.
11794 (if): Simplify slightly.
11795
11796 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11797 (pcase--self-quoting-p): New function.
11798 (pcase--u1): Use it.
11799
11800 2012-07-10 Glenn Morris <rgm@gnu.org>
11801
11802 * emacs-lisp/authors.el (authors-fixed-entries):
11803 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11804
11805 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11806
11807 Rename configure.in to configure.ac (Bug#11603).
11808 * emacs-lisp/authors.el (authors-canonical-file-name):
11809 * progmodes/autoconf.el (autoconf-mode):
11810 Prefer configure.ac to configure.in.
11811
11812 2012-07-08 Chong Yidong <cyd@gnu.org>
11813
11814 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11815 Implement the mouse-1-click-follows-link handling properly.
11816
11817 * info.el (Info-link-keymap): Use follow-link mechanism for
11818 header-line links (Bug#374).
11819
11820 * simple.el (deactivate-mark): Do not set the primary selection
11821 if another program has acquired it (Bug#11772).
11822
11823 2012-07-07 Kevin Ryde <user42@zip.com.au>
11824
11825 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11826 (woman-decode-region): Replace escaped-escapes without destroying
11827 bold or underline (Bug#11552).
11828 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11829
11830 2012-07-07 Chong Yidong <cyd@gnu.org>
11831
11832 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11833 (interprogram-cut-function, interprogram-paste-function):
11834 Mention that we typically mean the clipboard.
11835
11836 2012-07-06 Glenn Morris <rgm@gnu.org>
11837
11838 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11839
11840 * files.el (toggle-read-only): Restrict message to interactive use.
11841
11842 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11843
11844 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11845
11846 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11847
11848 2012-07-06 Glenn Morris <rgm@gnu.org>
11849
11850 * Makefile.in (compile-one-process): Rename from "recompile".
11851
11852 * Makefile.in (bzr-update): "compile" is the same as "recompile
11853 autoloads", but parallelizable, so use that instead.
11854
11855 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11856
11857 * window.el (quit-window): Always restore window height when
11858 it's saved in quit-restore parameter (Bug#11810).
11859
11860 2012-07-06 Glenn Morris <rgm@gnu.org>
11861
11862 * simple.el (kill-whole-line): Doc tweak.
11863
11864 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11865
11866 * files.el (file-relative-name): Compare file names
11867 case-insensitively if on MS-Windows or MS-DOS, or if
11868 read-file-name-completion-ignore-case is non-nil. Don't use
11869 case-fold-search for this purpose. (Bug#11827)
11870
11871 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11872
11873 * calendar/cal-dst.el (calendar-current-time-zone):
11874 Return calendar-current-time-zone-cache if non-nil.
11875
11876 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11877 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11878
11879 * calendar/cal-dst.el (calendar-current-time-zone):
11880 Return calendar-current-time-zone-cache if non-nil.
11881
11882 2012-07-06 Glenn Morris <rgm@gnu.org>
11883
11884 * Makefile.in (cvs-update): Remove old alias.
11885
11886 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11887
11888 Sync with Tramp 2.2.6-pre.
11889
11890 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11891 compatible declaration.
11892
11893 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11894 Protect `list-load-path-shadows' call.
11895
11896 * net/tramp-compat.el (top): Require packages, which aren't
11897 autoloaded anymore for XEmacs. Protect call of
11898 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11899 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11900 it hurts at least for SXEmacs.
11901 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11902 standard-value for `temporary-file-directory'.
11903
11904 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11905 Redirect stderr to /dev/null.
11906 (tramp-sh-handle-write-region): uid and gid can be floats.
11907 Reported by Russell Sim <russell.sim@gmail.com>.
11908 (tramp-sh-handle-vc-registered): Hide errors.
11909 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11910 and `start-file-process'.
11911 (tramp-maybe-open-connection): Check also whether `non-essential'
11912 is bound.
11913
11914 2012-07-04 Chong Yidong <cyd@gnu.org>
11915
11916 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11917 (xml-parse-tag): Likewise, and avoid changing entity tables.
11918 (xml-syntax-table): Define from scratch, making sure not to give
11919 x2000 and other Unicode spaces whitespace syntax, since those are
11920 not spaces in XML.
11921 (xml-parse-fragment): Delete unused function.
11922 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11923 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11924 (xml-entity-ref, xml-pe-reference-re)
11925 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11926 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11927 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11928 (xml-entity-value-re): Use syntax references in regexps where
11929 possible; no need to define inside a let-binding.
11930 (xml-parse-dtd): Use xml-pe-reference-re.
11931 (xml-entity-or-char-ref-re): New defconst.
11932 (xml-parse-string, xml-substitute-special): Use it.
11933
11934 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11937 (find-file--read-only): New function.
11938 (find-file-read-only, find-file-read-only-other-window)
11939 (find-file-read-only-other-frame): Use it.
11940 (insert-file-contents-literally): Don't `fset'.
11941 (get-free-disk-space): Use locate-dominating-file.
11942
11943 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11944 function is already compiled.
11945
11946 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11947
11948 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11949
11950 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11951 files on the same host.
11952
11953 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11954
11955 * help-fns.el (describe-function-1): Only call
11956 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11957
11958 2012-07-03 Chong Yidong <cyd@gnu.org>
11959
11960 * xml.el: Protect parser against XML bombs.
11961 (xml-entity-expansion-limit): New variable.
11962 (xml-parse-string, xml-substitute-special): Use it.
11963 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11964
11965 2012-07-03 Glenn Morris <rgm@gnu.org>
11966
11967 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11968 Allow linking to specific messages in debbugs reports (eg 123#5).
11969
11970 2012-07-02 Chong Yidong <cyd@gnu.org>
11971
11972 * xml.el: Fix entity and character reference expansion, allowing
11973 them to expand into markup as per XML spec.
11974 (xml-default-ns): New variable.
11975 (xml-entity-alist): Use XML spec definitions for lt and amp.
11976 (xml-parse-region): Make first two arguments optional.
11977 Discard text properties.
11978 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11979 All callers changed.
11980 (xml-parse-tag): Call xml-parse-tag-1. For backward
11981 compatibility, this function should not modify buffer contents.
11982 (xml-parse-tag-1): Fix opening-tag regexp.
11983 (xml-parse-string): Rewrite, handling entity and character
11984 references properly.
11985 (xml--entity-replacement-text): Signal an error if a parameter
11986 entity is undefined.
11987
11988 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * comint.el (comint-output-filter): Filter out repeated prompts.
11991
11992 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11993 and file-name-absolute-p.
11994 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11995 internal calls.
11996
11997 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11998
11999 Spelling fixes.
12000 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12001 Rename from byte-compile--refiy-function. All uses changed.
12002
12003 2012-07-01 Chong Yidong <cyd@gnu.org>
12004
12005 * xml.el (xml--parse-buffer): New function. Move most of
12006 xml-parse-region here.
12007 (xml-parse-region): Copy region into a temporary buffer, since
12008 parameter entity substitution requires changing buffer contents.
12009 Use xml--parse-buffer.
12010 (xml-parse-file): Use xml--parse-buffer.
12011 (xml-parse-dtd): Make parameter entity substitution work right.
12012 Use proper regexps for ELEMENT declarations (Bug#7172).
12013
12014 2012-06-30 Glenn Morris <rgm@gnu.org>
12015
12016 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12017
12018 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12019 Remove outdated and unnecessary dbus declarations.
12020
12021 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12022
12023 * emacs-lisp/timer.el (timer-until): Subtract results of
12024 float-time, instead of taking float-time of the result of
12025 time-subtract, since float-time signals an error for negative time
12026 arguments.
12027
12028 2012-06-30 Chong Yidong <cyd@gnu.org>
12029
12030 * xml.el (xml-*-re): Convert defvars into defconsts, and
12031 eval-and-compile them so eval-and-compile works on derivatives.
12032 (xml--entity-replacement-text): Use eval-and-comple.
12033
12034 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12035
12036 * vc/vc-git.el (vc-git-registered): Use cache property
12037 `git-registered'.
12038 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12039 `vc-git-working-revision' in order to benefit from the cache.
12040 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12041
12042 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12043
12044 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12045 removed (likely outside Emacs). (Bug#11757)
12046
12047 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * emacs-lisp/cl-lib.el: Require macroexp.
12050
12051 2012-06-30 Chong Yidong <cyd@gnu.org>
12052
12053 * xml.el: Implement XML parameter entities.
12054 (xml-parameter-entity-alist): New variable.
12055 (xml-parse-region, xml-parse-fragment): Preserve previous values
12056 of xml-entity-alist and xml-parameter-entity-alist, so that
12057 repeated calls on different documents do not change them.
12058 (xml-parse-tag): Fix doctype regexp.
12059 (xml--entity-replacement-text): New function.
12060 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12061 properly requires url retrieval which is unimplemented.
12062 (xml-escape-string): Doc fix.
12063
12064 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12067
12068 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12069
12070 * fringe.el (fringe-mode): Doc fix.
12071
12072 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12073
12074 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12075 is non-nil.
12076 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12077 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12078
12079 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12080
12081 * calendar/cal-dst.el (calendar-current-time-zone):
12082 Return calendar-current-time-zone-cache if non-nil.
12083
12084 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12085
12086 * progmodes/which-func.el (which-func-format):
12087 Add mouse-face. (Bug#11698)
12088
12089 2012-06-29 Leo Liu <sdl.web@gmail.com>
12090
12091 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12092
12093 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * minibuffer.el (minibuffer-confirm-exit-commands):
12096 Add completion-at-point (bug#11725).
12097
12098 2012-06-29 Glenn Morris <rgm@gnu.org>
12099
12100 * progmodes/f90.el (f90-font-lock-keywords-2):
12101 Add some preprocessor elements. (Bug#10499)
12102
12103 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12106 Use syntax-propertize (bug#11739).
12107
12108 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12109
12110 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12111
12112 2012-06-28 Julien Danjou <julien@danjou.info>
12113
12114 * term.el (term-handle-colors-array): Use a set of new faces to
12115 color the terminal. Also uses :inverse-video property.
12116 (term-default-fg-color): Set to nil by default, deprecate in favor
12117 of `term-face'.
12118 (term-default-bg-color): Set to nil by default, deprecate in favor
12119 of `term-face'.
12120 (term-current-face): Use `term-face' by default.
12121 (term-bold-attribute): Variable deleted.
12122
12123 2012-06-28 Glenn Morris <rgm@gnu.org>
12124
12125 * simple.el (completion-list-mode-finish):
12126 Don't use toggle-read-only. (Since completion-list-mode has
12127 a special mode-class, it wasn't doing anything extra anyway.)
12128
12129 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 Make inlining of other-mode interpreted functions work (bug#11799).
12132 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12133 (byte-compile): Use it to fix compilation of lexical-binding closures.
12134 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12135 function, if needed.
12136
12137 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * help-mode.el (help-make-xrefs): Don't just withstand
12140 cyclic-variable-indirection but any error in documentation-property.
12141
12142 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12143 memory use.
12144 * bindings.el (bindings--define-key): New function.
12145 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12146 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12147 * bindings.el: Use it to purecopy define-key bindings.
12148
12149 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12150
12151 * emacs-lisp/cl.el (flet): Mark obsolete.
12152 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12153 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12154 * progmodes/js.el (js-c-fill-paragraph):
12155 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12156 (ebrowse-switch-member-buffer-to-derived-class):
12157 * play/5x5.el (5x5-solver): Use cl-flet.
12158
12159 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12160 (cl--symbol-function): New macro.
12161 (cl--letf, cl--letf*): Use it.
12162
12163 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12164 Strip "toggle-" if any.
12165
12166 2012-06-27 Glenn Morris <rgm@gnu.org>
12167
12168 * info.el (Info-default-directory-list): Move here from paths.el.
12169 * paths.el: Remove file, which is now empty.
12170 * loadup.el: No longer load "paths".
12171
12172 * custom.el (custom-initialize-delay): Doc fix.
12173
12174 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12175 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12176 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12177 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12178 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12179 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12180 * eshell/eshell.el (eshell-defgroup): Remove alias.
12181
12182 2012-06-27 Chong Yidong <cyd@gnu.org>
12183
12184 * help.el (help-enable-auto-load): New variable.
12185
12186 * help-fns.el (help-fns--autoloaded-p): New function.
12187 (describe-function-1): Refer to a function as "autoloaded" if it
12188 was autoloaded at any time in the past. Perform autoloading if
12189 help-enable-auto-load is non-nil.
12190
12191 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12192
12193 * makefile.w32-in (compile, compile-always): Depend on
12194 update-subdirs, not on subdirs.el. Otherwise, several different
12195 sub-targets of 'bootstrap' running in parallel could
12196 simultaneously write to subdirs.el, producing a garbled file.
12197
12198 2012-06-26 Sam Steingold <sds@gnu.org>
12199
12200 * files.el (file-name-base): New convenience function.
12201 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12202 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12203 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12204 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12205 * textmodes/ispell.el, textmodes/reftex-ref.el:
12206 * textmodes/tex-mode.el: Use it.
12207 Did not touch cedet and org because they are maintained elsewhere.
12208
12209 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12210
12211 * calendar/calendar.el (calendar-exit): Don't try to delete or
12212 iconify last frame. See:
12213 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12214
12215 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12216
12217 * server.el (server-process-filter): Remember dir in the
12218 process's `server-client-directory' properties.
12219
12220 2012-06-24 Chong Yidong <cyd@gnu.org>
12221
12222 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12223 non-tag text.
12224
12225 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12226
12227 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12228
12229 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * help-fns.el (describe-variable): Don't croak when doc is not found.
12232 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12233 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12234 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12235 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12236 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12237 ((lambda ..) ..).
12238 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12239
12240 2012-06-23 Chong Yidong <cyd@gnu.org>
12241
12242 * info.el (Info-mouse-follow-link): Accept symbol values of
12243 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12244 (Info-fontify-node): Use Info-link-keymap for all navigation
12245 buttons, with link-args property to perform the desired action.
12246 (Info-link-keymap): Doc fix.
12247 (Info-next-link-keymap, Info-prev-link-keymap)
12248 (Info-up-link-keymap): Delete now-unused keymaps.
12249
12250 2012-06-23 Chong Yidong <cyd@gnu.org>
12251
12252 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12253
12254 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12255 system abbrevs.
12256
12257 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12258
12259 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12262 (bug#11719).
12263
12264 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12265 the requote function doesn't work properly (bug#11714).
12266
12267 2012-06-23 Glenn Morris <rgm@gnu.org>
12268
12269 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12270
12271 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12272
12273 Further GV/CL cleanups.
12274 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12275 gv-expander.
12276 (gv--defun-declaration): New function.
12277 (defun-declarations-alist): Use it.
12278 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12279 (gv-place): Autoload.
12280 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12281 original definition of dotimes and dolist.
12282 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12283 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12284 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12285 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12286 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12287 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12288 to the function's definition.
12289 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12290 * window.el:
12291 * files.el:
12292 * faces.el:
12293 * env.el: Don't use CL.
12294
12295 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12296
12297 Support higher-resolution time stamps (Bug#9000).
12298
12299 * calendar/time-date.el (with-decoded-time-value): New arg
12300 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12301 (encode-time-value): New optional arg PICO. New type 3.
12302 (time-to-seconds) [!float-time]: Support the new picoseconds
12303 component if it's used.
12304 (seconds-to-time, time-subtract, time-add):
12305 Support ps-resolution time stamps as well.
12306
12307 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12308 (timerp): Timer vectors now have length 9, not 8.
12309 (timer--time): Support new-style (4-part) time stamps.
12310 (timer-next-integral-multiple-of-time): Time stamps now have
12311 picosecond resolution, so take a bit more care about rounding.
12312 (timer-relative-time, timer-inc-time): New optional arg psecs.
12313 (timer-set-time-with-usecs): Set psecs to 0.
12314 (timer--activate): Check psecs component, too.
12315
12316 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12317
12318 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12321 Move the non-essential binding to the post/pre-command-hook where it is
12322 more obviously correct.
12323
12324 * subr.el (read-passwd): Don't use a history at all.
12325 * savehist.el (savehist-save): Remove password saved accidentally
12326 because of the above bug.
12327
12328 2012-06-22 Bastien Guerry <bzg@gnu.org>
12329
12330 * files.el (toggle-read-only): Display a message telling whether
12331 the buffer is read-only or not (bug#11726).
12332
12333 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * emacs-lisp/gv.el: New file.
12336 * subr.el (push, pop): Extend to generalized variables.
12337 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12338 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12339 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12340 gv-define-simple-setter, and gv-define-expander.
12341 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12342 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12343 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12344 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12345 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12346 gv-letplace.
12347 (cl-defstruct): Don't define setf-method any more.
12348 * emacs-lisp/cl.el (flet): Don't autoload.
12349 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12350 (define-setf-expander, defsetf, define-modify-macro)
12351 (cl-struct-setf-expander): Move from cl-lib.el.
12352 * emacs-lisp/syntax.el:
12353 * emacs-lisp/ewoc.el:
12354 * emacs-lisp/smie.el:
12355 * emacs-lisp/cconv.el:
12356 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12357 (timer--time): Use gv-define-simple-setter.
12358 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12359 to avoid coding-system problems in subr.el. Adjust all users.
12360 (macroexp--maxsize, macroexp-small-p): New functions.
12361 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12362 * scroll-bar.el (scroll-bar-mode):
12363 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12364 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12365 * winner.el (winner-configuration, winner-make-point-alist)
12366 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12367 * files.el (locate-file-completion-table): Avoid list*.
12368
12369 2012-06-22 Chong Yidong <cyd@gnu.org>
12370
12371 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12372 (dired-create-files): Doc fix (Bug#11329).
12373 (dired-do-copy): Doc fix (Bug#11334).
12374 (dired-mark-read-string): Doc fix (Bug#11553).
12375
12376 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12377 Doc fix (Bug#11326).
12378 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12379 (dired-dwim-target): Doc fix.
12380
12381 * wdired.el (wdired-mode): Doc fix.
12382
12383 2012-06-22 Glenn Morris <rgm@gnu.org>
12384
12385 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12386 (pcmpl-rpm-cache-stamp-file): New constant.
12387 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12388 (pcmpl-rpm-packages): Optionally cache list of packages.
12389
12390 * pcmpl-rpm.el (pcmpl-rpm): New group.
12391 (pcmpl-rpm-query-options): New option.
12392 (pcmpl-rpm-packages): No need to inline it.
12393 Use pcmpl-rpm-query-options.
12394
12395 * calendar/calendar.el (calendar-in-read-only-buffer):
12396 Avoid some needless mode changes.
12397
12398 2012-06-21 Chong Yidong <cyd@gnu.org>
12399
12400 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12401 (desktop-path): Remove . from the default value (Bug#10977).
12402 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12403
12404 2012-06-20 Chong Yidong <cyd@gnu.org>
12405
12406 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12407
12408 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12409
12410 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12411 (bug#11201).
12412
12413 2012-06-20 Chong Yidong <cyd@gnu.org>
12414
12415 * term.el (term-window-width): Handle the case of a missing right
12416 fringe (Bug#8837).
12417 (term-check-size): Use window-text-height (Bug#5445).
12418 (term-mode): Use define-derived-mode. Minor cleanups.
12419 Set font-lock-defaults (Bug#7692).
12420 (term-move-columns, term-insert-char, term-emulate-terminal)
12421 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12422
12423 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12424
12425 * net/ange-ftp.el (ange-ftp-get-passwd):
12426 Bind `enable-recursive-minibuffers'.
12427 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12428
12429 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12430
12431 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12432
12433 2012-06-19 Glenn Morris <rgm@gnu.org>
12434
12435 * progmodes/python.el (python-mode): Derive from prog-mode.
12436
12437 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12438
12439 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12440 (edt-user-menu-bar-update-buffers): New functions.
12441 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12442
12443 2012-06-19 Chong Yidong <cyd@gnu.org>
12444
12445 * subr.el (with-selected-window): Preserve the selected window's
12446 terminal's top-frame (Bug#4702).
12447
12448 * window.el (save-selected-window): Likewise.
12449
12450 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * progmodes/python.el (python-rx-constituents): Move backquote.
12453 (python-skeleton-define, python-define-auxiliary-skeleton):
12454 Use `declare'.
12455
12456 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12457
12458 * minibuffer.el (read-file-name-default): Revert the patch from
12459 2012-06-17.
12460
12461 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12464 (pcase--u1, pcase--q1): Don't use apply-partially.
12465
12466 2012-06-18 Glenn Morris <rgm@gnu.org>
12467
12468 * progmodes/python.el (python-proc, python-buffer)
12469 (python-send-receive, python-send-string): Fix obsolete versions.
12470
12471 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12472
12473 * window.el (special-display-p): Completely remove stringp
12474 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12475
12476 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12477
12478 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12479
12480 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12481
12482 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12483 * net/tramp-sh.el (tramp-maybe-open-connection):
12484 Throw if `non-essential' is non-nil.
12485
12486 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12487
12488 * window.el (special-display-p): Signal an error if BUFFER-NAME
12489 is not a string (Bug#11713).
12490
12491 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12492
12493 * progmodes/python.el (python-info-beginning-of-backslash):
12494 Rename from python-info-beginning-of-backlash, as a spelling fix.
12495
12496 2012-06-17 Chong Yidong <cyd@gnu.org>
12497
12498 * term.el (term-emulate-terminal): If term-check-size is called,
12499 move point to the process mark without resetting point (Bug#4635).
12500
12501 2012-06-17 Glenn Morris <rgm@gnu.org>
12502
12503 * international/mule-cmds.el (mule-menu-keymap)
12504 (set-language-environment, set-locale-environment): Doc tweaks.
12505
12506 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12507
12508 * cus-face.el (custom-face-attributes): Add wave-style underline
12509 attribute.
12510 * faces.el (set-face-attribute): Update docstring to describe
12511 wave-style underline attribute.
12512
12513 2012-06-16 Chong Yidong <cyd@gnu.org>
12514
12515 * term/xterm.el (terminal-init-xterm): Discard input before
12516 querying background mode (Bug#10959).
12517
12518 2012-06-16 Stefan Merten <smerten@oekonux.de>
12519
12520 * textmodes/rst.el: Added and corrected some comments.
12521 (rst-re-alist-def): Improve symbol syntax.
12522 (rst-mode-syntax-table): Correct syntax entries.
12523 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12524 (rst-official-version, rst-official-cvs-rev): Update version
12525 information.
12526
12527 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12528
12529 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12530 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12531
12532 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12533
12534 * progmodes/python.el: New python.el merge.
12535 (python-guess-indent): Obsolete var.
12536 (python-indent-guess-indent-offset): New defcustom.
12537 (python-indent): Obsolete var.
12538 (python-indent-offset): New defcustom.
12539 (python-python-command, python-jython-command): Delete var.
12540 (python-shell-interpreter): New defcustom.
12541 (python-pdbtrack-do-tracking-p): Delete var.
12542 (python-pdbtrack-activate): New defcustom.
12543 (python-use-skeletons): Obsolete var.
12544 (python-skeleton-autoinsert): New defcustom.
12545 (inferior-python-filter-regexp, python-continuation-offset)
12546 (python-honour-comment-indentation, python-indent-string-contents)
12547 (python-jython-packages, python-mode-hook)
12548 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12549 (python-shell-prompt-alist)
12550 (python-source-modes): Delete defcustoms.
12551 (python-check-buffer-name, python-eldoc-setup-code)
12552 (python-eldoc-string-code, python-ffap-setup-code)
12553 (python-ffap-string-code, python-fill-comment-function)
12554 (python-fill-decorator-function, python-fill-paren-function)
12555 (python-fill-string-function, python-imenu-include-defun-type)
12556 (python-imenu-make-tree, python-imenu-subtree-root-label)
12557 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12558 (python-shell-compilation-regexp-alist)
12559 (python-shell-completion-module-string-code)
12560 (python-shell-completion-pdb-string-code)
12561 (python-shell-completion-setup-code)
12562 (python-shell-completion-string-code)
12563 (python-shell-enable-font-lock, python-shell-exec-path)
12564 (python-shell-extra-pythonpaths)
12565 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12566 (python-shell-process-environment)
12567 (python-shell-prompt-block-regexp)
12568 (python-shell-prompt-output-regexp)
12569 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12570 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12571 (python-shell-virtualenv-path): New defcustoms.
12572 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12573 (inferior-python-mode-syntax-table, python--prompt-regexp)
12574 (python-buffer, python-command python-python-command)
12575 (python-default-template, python-imports, python-indent-index)
12576 (python-indent-list, python-indent-list-length)
12577 (python-mode-running, python-pdbtrack-is-tracking-p)
12578 (python-preoutput-continuation, python-preoutput-leftover)
12579 (python-preoutput-result, python-preoutput-skip-next-prompt)
12580 (python-prev-dir/file, python-recursing)
12581 (python-saved-check-command, python-version-checked)
12582 (python-which-func-length-limit)
12583 (view-return-to-alist): Delete vars.
12584 (python-check-custom-command, python-dotty-syntax-table)
12585 (python-imenu-index-alist, python-indent-current-level)
12586 (python-indent-dedenters, python-indent-levels)
12587 (python-nav-beginning-of-defun-regexp)
12588 (python-nav-list-defun-positions-cache)
12589 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12590 (python-shell-internal-buffer)
12591 (python-skeleton-available): New vars.
12592 (def-python-skeleton): Delete macro.
12593 (python-skeleton-define): New macro.
12594 (python-define-auxiliary-skeleton, python-rx): New macros.
12595 (python-insert-class): Delete command.
12596 (python-skeleton-class): New command.
12597 (python-insert-def): Delete command.
12598 (python-skeleton-def): New command.
12599 (python-insert-for): Delete command.
12600 (python-skeleton-for): New command.
12601 (python-insert-if): Delete command.
12602 (python-skeleton-if): New command.
12603 (python-insert-try/except, python-insert-try/finally): Delete commands.
12604 (python-skeleton-try): New command.
12605 (python-insert-while): Delete command.
12606 (python-skeleton-while): New command.
12607 (python-backspace): Delete command.
12608 (python-indent-dedent-line-backspace): New command.
12609 (python-electric-colon): Delete command.
12610 (python-indent-electric-colon): New command.
12611 (python-guess-indent): Delete command.
12612 (python-indent-guess-indent-offset): New command.
12613 (python-shift-left): Delete command.
12614 (python-indent-shift-left): New command.
12615 (python-shift-right): Delete command.
12616 (python-indent-shift-right): New command.
12617 (python-find-function): Delete command.
12618 (python-nav-jump-to-defun): New command.
12619 (python-next-statement): Delete command.
12620 (python-nav-forward-sentence): New command.
12621 (python-previous-statement): Delete command.
12622 (python-nav-backward-sentence): New command.
12623 (python-fill-paragraph): Delete command.
12624 (python-fill-paragraph-function): New command.
12625 (python-send-buffer): Delete command.
12626 (python-shell-send-buffer): New command.
12627 (python-send-defun): Delete command.
12628 (python-shell-send-defun): New command.
12629 (python-send-region, python-send-region-and-go): Delete commands.
12630 (python-shell-send-region)
12631 (python-shell-switch-to-shell): New commands.
12632 (python-send-string): Delete command.
12633 (python-shell-send-string): New command.
12634 (python-switch-to-python): Delete command.
12635 (python-shell-switch-to-shell): New command.
12636 (python-describe-symbol): Delete command.
12637 (python-eldoc-at-point): New command.
12638 (python--set-prompt-regexp, python-args-to-list)
12639 (python-after-info-look, python-check-version)
12640 (python-check-comint-prompt, python-find-imports)
12641 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12642 (python-unload-function, python-expand-template)
12643 (python-maybe-jython, python-preoutput-filter)
12644 (python-pdbtrack-get-source-buffer)
12645 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12646 (python-pdbtrack-toggle-stack-tracking)
12647 (python-pdbtrack-track-stack-file, python-initial-text)
12648 (python-first-word, python-comment-line-p, python-send-command)
12649 (python-setup-brm, python-sentinel, python-set-proc)
12650 (python-skip-out, python-input-filter, python-outdent-p)
12651 (python-outline-level, python-backslash-continuation-line-p)
12652 (python-end-of-block, python-end-of-statement, python-mark-block)
12653 (python-beginning-of-block, python-beginning-of-statement)
12654 (python-blank-line-p, python-beginning-of-string)
12655 (python-open-block-statement-p): Delete functions.
12656 (python-indent-line, python-indent-line-1): Delete functions.
12657 (python-indent-line): New function.
12658 (python-indentation-levels): Delete function.
12659 (python-indent-calculate-levels): New function.
12660 (python-proc): Delete function.
12661 (python-shell-get-process): New function.
12662 (python-send-receive): Delete function.
12663 (python-shell-send-string-no-output): New function.
12664 (python-module-path): Delete function.
12665 (python-ffap-module-path): New function.
12666 (python-completion-at-point)
12667 (python-symbol-completions): Delete functions.
12668 (python-completion-complete-at-point): New function.
12669 (python-load-file): Delete function.
12670 (python-shell-send-file): New function.
12671 (python-calculate-indentation): Delete function.
12672 (python-indent-calculate-indentation): New function.
12673 (python-skip-comments/blanks): Delete function.
12674 (python-util-forward-comment): New function.
12675 (python-continuation-line-p): Delete function.
12676 (python-info-continuation-line-p): New function.
12677 (python-which-func, python-current-defun): Delete function.
12678 (python-info-current-defun): New function.
12679 (python-beginning-of-defun): Delete function.
12680 (python-nav-beginning-of-defun): New function.
12681 (python-close-block-statement-p)
12682 (python-block-end-p): Delete function.
12683 (python-info-closing-block): New function.
12684 (python-comint-output-filter-function)
12685 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12686 (python-fill-comment, python-fill-decorator, python-fill-paren)
12687 (python-fill-string, python-imenu-make-element-tree)
12688 (python-imenu-make-tree, python-imenu-tree-assoc)
12689 (python-indent-context, python-indent-dedent-line)
12690 (python-indent-line-function)
12691 (python-indent-post-self-insert-function)
12692 (python-indent-toggle-levels)
12693 (python-info-assignment-continuation-line-p)
12694 (python-info-beginning-of-backlash)
12695 (python-info-block-continuation-line-p)
12696 (python-info-closing-block-message)
12697 (python-info-line-ends-backslash-p)
12698 (python-info-looking-at-beginning-of-defun)
12699 (python-info-ppss-context, python-info-ppss-context-type)
12700 (python-nav-list-defun-positions, python-nav-read-defun)
12701 (python-nav-sentence-end, python-nav-sentence-start)
12702 (python-pdbtrack-comint-output-filter-function)
12703 (python-pdbtrack-set-tracked-buffer)
12704 (python-shell-calculate-exec-path)
12705 (python-shell-calculate-process-environment)
12706 (python-shell-completion--do-completion-at-point)
12707 (python-shell-completion--get-completions)
12708 (python-shell-completion-complete-at-point)
12709 (python-shell-completion-complete-or-indent)
12710 (python-shell-get-or-create-process)
12711 (python-shell-get-process-name)
12712 (python-shell-internal-get-or-create-process)
12713 (python-shell-internal-get-process-name)
12714 (python-shell-internal-send-string, python-shell-make-comint)
12715 (python-shell-parse-command, python-shell-send-setup-code)
12716 (python-skeleton-add-menu-items)
12717 (python-util-clone-local-variables, python-util-position)
12718 (run-python-internal, python-indentation-levels)
12719 (python-nav-beginning-of-defun)
12720 (python-completion-complete-at-point): New functions.
12721 (run-python): Change arguments. New API requirements.
12722
12723 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12726 (bug#11649).
12727
12728 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12729 (macroexp--expand-all): Use it.
12730
12731 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12732 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12733 Use `cl-function' instead.
12734
12735 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12736
12737 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12738 Suggested by Stefan Monnier while discussing bug#11657.
12739
12740 2012-06-14 Sam Steingold <sds@gnu.org>
12741
12742 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12743
12744 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12745
12746 * play/doctor.el (doctor-doc): Remove parameter and use
12747 doctor-sent instead of sent.
12748 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12749
12750 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * files.el: Require cl-lib.
12753 (file-name-non-special): Replace case -> cl-case.
12754
12755 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12756
12757 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12758 mapping from #' to function*.
12759
12760 2012-06-13 Chong Yidong <cyd@gnu.org>
12761
12762 * mouse.el (mouse-drag-track): Do not set the mark if the user
12763 releases the mouse without selecting anything (Bug#11588).
12764
12765 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12768 as well (bug#11646).
12769
12770 * loadup.el: Count byte-code functions as well.
12771
12772 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12773 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12774
12775 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12776 (bug#11649). Add cl-defun and cl-defmacro.
12777
12778 2012-06-13 Drew Adams <drew.adams@oracle.com>
12779
12780 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12781 Fix last change.
12782
12783 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12784
12785 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12786 Otherwise, it blocks in batch mode.
12787
12788 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * help-mode.el (bookmark-make-record-default): Declare.
12791
12792 2012-06-13 Chong Yidong <cyd@gnu.org>
12793
12794 * emacs-lisp/package.el (list-packages): Compute a list of
12795 packages that are newly-available since the last list-packages
12796 invocation.
12797 (package-menu--new-package-list): New var.
12798 (package-menu--generate, package-menu--print-info)
12799 (package-menu--status-predicate, package-menu-mark-install):
12800 Handle new status label "new".
12801
12802 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12805 conversion to backquotes.
12806
12807 2012-06-12 Chong Yidong <cyd@gnu.org>
12808
12809 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12810 Rename from gud-inhibit-global-bindings.
12811
12812 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12813
12814 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12815 hook from nxml-glyph-set-hook.
12816
12817 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12818 declaration.
12819
12820 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12821
12822 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12823 Convert to defcustom.
12824
12825 2012-06-12 Drew Adams <drew.adams@oracle.com>
12826
12827 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12828 New functions.
12829 (help-mode): Use them.
12830
12831 2012-06-11 Glenn Morris <rgm@gnu.org>
12832
12833 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12834 Use preprocessor face for directives.
12835 (fortran-directive-re): Doc fix.
12836
12837 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12840 conversion to backquotes (bug#11652).
12841
12842 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12843 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12844 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12845 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12846 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12847 (cl-ninth, cl-tenth): Mark them as inlinable.
12848 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12849 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12850 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12851 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12852 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12853 (cl-list*, cl-adjoin): Don't put an autoload manually.
12854 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12855 (cl--compiler-macro-list*): Add autoload cookie.
12856 (cl--compiler-macro-cXXr): New function.
12857
12858 * help-fns.el (help-fns--compiler-macro): New function extracted from
12859 describe-function-1; follow aliases and use `compiler-macro' property.
12860 (describe-function-1): Use it.
12861
12862 2012-06-11 Chong Yidong <cyd@gnu.org>
12863
12864 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12865 is uninstalled, if imagemagick is installed.
12866
12867 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * emacs-lisp/cl-lib.el: Use lexical-binding.
12870 (cl-map-extents, cl-maclisp-member): Remove.
12871 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12872 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12873 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12874 * emacs-lisp/cl-extra.el: Use lexical-binding.
12875 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12876 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12877 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12878 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12879 * emacs-lisp/cl-seq.el: Use lexical-binding.
12880 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12881 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12882 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12883 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12884 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12885 CL's internals.
12886
12887 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12888
12889 Sync with Tramp 2.2.6-pre.
12890
12891 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12892 `print-length' and `print-level' to nil, in order to avoid
12893 truncation. Reported by Christopher Schmidt
12894 <christopher@ristopher.com>.
12895
12896 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12897
12898 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12899 New defmacro.
12900 (tramp-compat-copy-directory): Add optional argument
12901 COPY-CONTENTS. It is not handled yet.
12902
12903 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12904 (tramp-ftp-file-name-p): Simplify.
12905
12906 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12907 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12908 connection vector.
12909
12910 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12911 (tramp-methods): Do not use `tramp-password-end-of-line'.
12912 (tramp-completion-function-alist-putty): Handle UNIX case.
12913 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12914 (tramp-do-file-attributes-with-stat)
12915 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12916 gid as real numbers. They could run out of integer range on cygwin.
12917 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12918 (tramp-sh-handle-expand-file-name): Handle hops.
12919 (tramp-open-connection-setup-interactive-shell):
12920 Use `tramp-cleanup'. Move check for busyboxes ...
12921 (tramp-find-shell): ... here. Simplify implementation.
12922 Set "remote-shell" property also for alternative shells.
12923 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12924 If failing, a regular file would be written otherwise.
12925 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12926 (tramp-find-inline-encoding): Cache the coding commands in the
12927 process cache. Apply test command on the remote side, if defined.
12928 (tramp-find-inline-compress): Cache the compress commands in the
12929 process cache.
12930 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12931 when requested. Handle hops.
12932 (tramp-current-connection): New defvar.
12933 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12934 Throw `suppress', if there was a failed connection shortly before.
12935 Handle user interrupt. (Bug#10187)
12936 (tramp-get-inline-compress, tramp-get-inline-coding):
12937 Read connection properties from the process cache.
12938
12939 * net/tramp-smb.el (tramp-smb-server-version)
12940 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12941 New defconsts.
12942 (tramp-smb-prompt): Extend for powershell prompt.
12943 (tramp-smb-file-name-handler-alist): Add handlers for
12944 `process-file', `shell-command' and `start-file-process'.
12945 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12946 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12947 (tramp-smb-file-name-p): Simplify.
12948 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12949 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12950 (tramp-smb-shell-quote-argument): New defuns.
12951 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12952 Implement using "tar". By this, time-stamps are preserved.
12953 (tramp-smb-handle-copy-file): Handle also the case of directories.
12954 (tramp-smb-do-file-attributes-with-stat)
12955 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12956 Use `tramp-get-connection-buffer').
12957 (tramp-smb-handle-rename-file): Use "rename", when source and
12958 target are on the same share.
12959 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12960 Use `tramp-smb-server-version'.
12961 (tramp-smb-wait-for-output): Remove prompt.
12962
12963 * net/tramp.el (top): Require 'cl.
12964 (tramp-methods, tramp-rsh-end-of-line):
12965 Remove `tramp-password-end-of-line' from docstring.
12966 (tramp-save-ad-hoc-proxies): New defcustom.
12967 (tramp-completion-function-alist): Adapt docstring.
12968 (tramp-default-password-end-of-line): Remove defcustom.
12969 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12970 (tramp-user-regexp, tramp-file-name-regexp-unified)
12971 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12972 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12973 (tramp-remote-file-name-spec-regexp): New defconst.
12974 (tramp-file-name-structure): Extend structure for hops.
12975 (tramp-get-method-parameter): Move up.
12976 (tramp-file-name-p, tramp-dissect-file-name)
12977 (with-parsed-tramp-file-name): Handle hops.
12978 (tramp-file-name-hop): New defun.
12979 (tramp-make-tramp-file-name): New optional arg HOP.
12980 (tramp-message-show-progress-reporter-message): New defvar.
12981 (tramp-with-progress-reporter): Use it. We cannot use
12982 `tramp-message-show-message' here, because this suppresses also
12983 error buffers.
12984 (tramp-error-with-buffer): Suppress buffer view, if
12985 `tramp-message-show-message' is nil.
12986 Use `tramp-get-connection-buffer'.
12987 (tramp-cleanup): New defun.
12988 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12989 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12990 an error unchanged.
12991 (tramp-completion-handle-file-name-all-completions): Handle hops.
12992 Fix an error when called from ido.
12993 (tramp-completion-dissect-file-name): Use better local variable
12994 name. Add hop to the vector.
12995 (tramp-handle-insert-file-contents): Use progress-reporter for the
12996 whole scenario.
12997 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12998 to `t'.
12999 (tramp-check-for-regexp): Simplify search.
13000 (tramp-enter-password): Remove it. Move implementation ...
13001 (tramp-action-password): ... here.
13002 (tramp-mode-string-to-int, tramp-local-host-p)
13003 (tramp-make-tramp-temp-file, tramp-read-passwd)
13004 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13005 Set tramp-autoload cookie.
13006
13007 * net/trampver.el: Update release number.
13008
13009 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13010 Michael Albinus <michael.albinus@gmx.de>
13011
13012 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13013 (tramp-parse-group, tramp-parse-file)
13014 (tramp-parse-shostkeys-sknownhosts): New defuns.
13015 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13016 (tramp-parse-shosts-group, tramp-parse-sconfig)
13017 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13018 (tramp-parse-sknownhosts, tramp-parse-hosts)
13019 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13020 Use them.
13021 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13022 (tramp-parse-putty-group): Don't narrow.
13023 (tramp-parse-putty): Make a loop.
13024 (tramp-file-name-handler): Catch the `suppress' signal.
13025
13026 2012-06-11 Chong Yidong <cyd@gnu.org>
13027
13028 * image.el (imagemagick-register-types): Put the ImageMagick entry
13029 at the end of image-type-file-name-regexps.
13030
13031 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13032
13033 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13034 (pcase, pcase-let*, pcase-dolist): Use them.
13035
13036 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * emacs-lisp/pcase.el (pcase--let*): New function.
13039 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13040 (pcase--expand): Use macroexp-let².
13041
13042 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13045 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13046 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13047 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13048 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13049 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13050
13051 2012-06-10 Glenn Morris <rgm@gnu.org>
13052
13053 * mail/rmail.el (rmail-yank-current-message): Leave point at
13054 correct position. (Bug#11660)
13055
13056 2012-06-10 Chong Yidong <cyd@gnu.org>
13057
13058 * allout-widgets.el: Fix code header.
13059
13060 2012-06-10 Chong Yidong <cyd@gnu.org>
13061
13062 * cus-edit.el (customize-changed-options-previous-release):
13063 Bump to 24.1.
13064
13065 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13066
13067 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13068
13069 2012-06-09 Chong Yidong <cyd@gnu.org>
13070
13071 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13072
13073 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13074
13075 * window.el (special-display-popup-frame): Don't use
13076 window--display-buffer (Bug#11651).
13077
13078 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13079
13080 Fix parallel builds: make sure loaddefs.el is not being written
13081 while Lisp files are compiled.
13082 (compile): Don't depend on 'mh-autoloads'.
13083 (compile-CMD, compile-SH): Depend on 'autoloads'.
13084 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13085
13086 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13087
13088 2012-06-09 Chong Yidong <cyd@gnu.org>
13089
13090 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13091 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13092 Doc fixes (Bug#11225).
13093
13094 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13097 a function if there's a clear indication that it has a compiler-macro.
13098 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13099 (macro-declarations-alist): Add arglist to declaration functions.
13100 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13101 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13102 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13103 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13104 Also add autoload to find the compiler macro.
13105 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13106 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13107 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13108 (cl--compiler-macro-get): New functions, replacing calls to
13109 cl-define-compiler-macro.
13110 (cl-typep) [compiler-macro]: Use macroexp-let².
13111
13112 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13113
13114 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13115 string properly, fixes Bug#11473.
13116
13117 2012-06-08 Chong Yidong <cyd@gnu.org>
13118
13119 * faces.el (set-face-attribute): Doc fix.
13120 (modify-face): Don't use :bold and :italic.
13121 (error, warning, success): Tweak definitions.
13122
13123 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13124 (custom-modified, custom-set, custom-changed, custom-themed)
13125 (custom-saved, custom-button, custom-button-mouse)
13126 (custom-button-pressed, custom-state, custom-comment-tag)
13127 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13128 (custom-group-subtitle): Use new-style face specs.
13129 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13130 (custom-set-face, custom-changed-face, custom-saved-face)
13131 (custom-button-face, custom-button-pressed-face)
13132 (custom-documentation-face, custom-state-face)
13133 (custom-comment-face, custom-comment-tag-face)
13134 (custom-variable-tag-face, custom-variable-button-face)
13135 (custom-face-tag-face, custom-group-tag-face-1)
13136 (custom-group-tag-face): Remove obsolete face alias.
13137
13138 * epa.el (epa-validity-high, epa-validity-medium)
13139 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13140 (epa-field-name, epa-field-body):
13141 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13142 (font-lock-keyword-face, font-lock-builtin-face)
13143 (font-lock-function-name-face, font-lock-variable-name-face)
13144 (font-lock-type-face, font-lock-constant-face):
13145 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13146 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13147 * speedbar.el (speedbar-button-face, speedbar-file-face)
13148 (speedbar-directory-face, speedbar-tag-face)
13149 (speedbar-selected-face, speedbar-highlight-face)
13150 (speedbar-separator-face):
13151 * whitespace.el (whitespace-newline, whitespace-space)
13152 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13153 (whitespace-line, whitespace-space-before-tab)
13154 (whitespace-space-after-tab, whitespace-indentation)
13155 (whitespace-empty):
13156 * emulation/cua-base.el (cua-global-mark):
13157 * eshell/em-prompt.el (eshell-prompt):
13158 * net/newst-plainview.el (newsticker-new-item-face)
13159 (newsticker-old-item-face, newsticker-immortal-item-face)
13160 (newsticker-obsolete-item-face, newsticker-date-face)
13161 (newsticker-statistics-face, newsticker-default-face):
13162 * net/newst-reader.el (newsticker-feed-face)
13163 (newsticker-extra-face, newsticker-enclosure-face):
13164 * net/newst-treeview.el (newsticker-treeview-face)
13165 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13166 (newsticker-treeview-immortal-face)
13167 (newsticker-treeview-obsolete-face)
13168 (newsticker-treeview-selection-face):
13169 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13170 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13171 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13172 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13173 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13174 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13175 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13176 (mpuz-text):
13177 * progmodes/vera-mode.el (vera-font-lock-number)
13178 (vera-font-lock-function, vera-font-lock-interface):
13179 * textmodes/table.el (table-cell): Use new-style face specs, and
13180 don't use the old :bold and :italic attributes.
13181
13182 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13183 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13184 (ebrowse-member-class, ebrowse-progress): Likewise.
13185 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13186 (ebrowse-file-name-face, ebrowse-default-face)
13187 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13188 (ebrowse-progress-face): Remove obsolete faces.
13189
13190 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13191 Inherit from error and warning faces respectively.
13192
13193 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13194 Likewise.
13195 (flyspell-incorrect-face, flyspell-duplicate-face):
13196 Remove obsolete aliases.
13197
13198 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13199
13200 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13201 Avoid infloop.
13202
13203 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 * startup.el (argv, argi): Make lexically scoped.
13206 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13207 * emacs-lisp/cl-macs.el: Use lexical-binding.
13208 Rename cl-bind-* to cl--bind-*.
13209 * files.el: Don't require `cl' since it doesn't use it.
13210 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13211
13212 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13213
13214 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13215 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13216 instead of calling external sort utility.
13217 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13218
13219 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13220
13221 * descr-text.el (describe-char): Mention how to insert the
13222 character, if the current input method doesn't support it.
13223 See the discussion in this thread for the details:
13224 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13225
13226 2012-06-08 Sam Steingold <sds@gnu.org>
13227
13228 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13229 XF86Back to previous-buffer.
13230 (minibuffer-local-map): Bind them to next-history-element and
13231 previous-history-element respectively.
13232 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13233 help-go-back respectively.
13234 * info.el (Info-mode-map): Bind them to Info-history-forward and
13235 Info-history-back respectively.
13236 These are the keys next to Up on the ThinkPad keyboard.
13237
13238 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13241 * emacs-lisp/cl-macs.el: Provide itself.
13242 (cl--labels-convert-cache): New var.
13243 (cl--labels-convert): New function.
13244 (cl-flet, cl-labels): New implementation with new semantics, relying on
13245 lexical-binding.
13246 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13247 (cl-closure-vars, cl--function-convert-cache)
13248 (cl--function-convert): Move from cl-macs.el.
13249 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13250 rename by removing the "cl-" prefix.
13251 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13252
13253 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13256 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13257 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13258 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13259 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13260 (cl-hash-table-count): Add old compatibility aliases.
13261
13262 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13263 Use macroexpand-all-environment instead.
13264 (cl--old-macroexpand): New var.
13265 (cl--sm-macroexpand): New function.
13266 (cl-symbol-macrolet): Use it during macro expansion.
13267 (cl--function-convert-cache): New var.
13268 (cl--function-convert): New function, extracted from
13269 cl-macroexpand-all.
13270 (cl-lexical-let): Use it.
13271
13272 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13273 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13274 (cl-member): Remove old alias.
13275
13276 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13277 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13278 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13279 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13280 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13281 (cl-macroexpand-cmacs): Remove var.
13282 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13283 Use macroexpand-all instead.
13284
13285 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13288 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13289 (macroexp-copyable-p): New functions and macros.
13290 * emacs-lisp/edebug.el (edebug-unwrap):
13291 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13292 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13293 (pcase--let*): Remove.
13294 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13295 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13296 macroexp-const-p instead.
13297 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13298
13299 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13300 instead of "cl-" for internal definitions. Use macroexp-const-p.
13301 (cl-old-bc-file-form): Remove var.
13302 (cl-const-exprs-p): Remove fun.
13303 (cl-labels, cl-macrolet): Use backquote.
13304 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13305 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13306 (cl-define-setf-expander): Rename from cl-define-setf-method.
13307 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13308
13309 * international/mule-cmds.el: Don't require CL.
13310 (view-hello-file): Don't use `letf'.
13311
13312 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * tmm.el (tmm-prompt): Use string-prefix-p.
13315 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13316 (tmm-add-prompt): Use minibuffer-completion-help.
13317 (tmm-delete-map): Remove.
13318
13319 * subr.el (kbd): Make it its own function.
13320
13321 2012-06-07 Stefan Merten <smerten@oekonux.de>
13322
13323 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13324 Silence compiler warnings. Fix versions.
13325 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13326 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13327 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13328 (rst-package-emacs-version-alist): Correct Emacs version to
13329 represent major merge with upstream.
13330 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13331
13332 2012-06-06 Glenn Morris <rgm@gnu.org>
13333
13334 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13335 Only print environment variables if set.
13336
13337 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13340 (macroexp--cons): Rename from maybe-cons.
13341 (macroexp--accumulate): Rename from macroexp-accumulate.
13342 (macroexp--all-forms): Rename from macroexpand-all-forms.
13343 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13344 (macroexp--expand-all): Rename from macroexpand-all-1.
13345
13346 2012-06-06 Sam Steingold <sds@gnu.org>
13347
13348 * calendar/calendar.el (calendar-in-read-only-buffer):
13349 Call `special-mode' to enable the standard read-only keybindings.
13350
13351 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13354 with "loading" messages (bug#11635).
13355
13356 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13357
13358 * files.el (enable-remote-dir-locals): New option.
13359 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13360
13361 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13362 Ensure, that the temp directory is local.
13363
13364 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13365 `temporary-file-directory'.
13366
13367 * progmodes/python.el (python-send-region): Ensure, that the
13368 temporary file is created also in the remote case.
13369
13370 2012-06-06 Glenn Morris <rgm@gnu.org>
13371
13372 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13373 (vc-rcs-update-changelog): Use it.
13374
13375 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13376
13377 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13378 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13379 (vc-sccs-diff): Replace use of the external vcdiff script.
13380
13381 2012-06-05 Glenn Morris <rgm@gnu.org>
13382
13383 * ledit.el: Move to obsolete/.
13384
13385 2012-06-05 Sam Steingold <sds@gnu.org>
13386
13387 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13388 patch (Bug#11140).
13389
13390 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * emacs-lisp/cust-print.el: Move to obsolete.
13393
13394 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13395 compiler-macro expansion.
13396
13397 Add native compiler-macro support.
13398 * emacs-lisp/macroexp.el (macroexpand-all-1):
13399 Support compiler-macros directly. Properly follow aliases and apply
13400 the compiler macros more thoroughly.
13401 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13402 macroexpand now properly follows aliases.
13403 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13404 (cl-compiler-macroexpand): Use new prop.
13405 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13406
13407 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13408
13409 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13410
13411 * window.el (get-lru-window, get-mru-window, get-largest-window):
13412 New argument NOT-SELECTED to avoid picking the selected window.
13413 (window--display-buffer-1, window--display-buffer-2): Replace by
13414 new function window--display-buffer
13415 (display-buffer-same-window, display-buffer-reuse-window)
13416 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13417 Use window--display-buffer.
13418 (display-buffer-use-some-window): Remove temporary dedication
13419 hack by calling get-lru-window and get-largest-window with
13420 NOT-SELECTED argument non-nil. Call window--display-buffer.
13421
13422 2012-06-05 Glenn Morris <rgm@gnu.org>
13423
13424 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13425 Replace external vcdiff script.
13426
13427 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13430
13431 2012-06-04 Chong Yidong <cyd@gnu.org>
13432
13433 * image.el (imagemagick-types-inhibit): Revert last change.
13434 Add INFO and M.
13435 (imagemagick-enabled-types): Remove CIN and EPS*.
13436
13437 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * emacs-lisp/cl-lib.el: Rename from cl.el.
13440 * emacs-lisp/cl.el: New compatibility file.
13441 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13442 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13443 to obey the "cl-" prefix.
13444 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13445
13446 2012-06-03 Glenn Morris <rgm@gnu.org>
13447
13448 * emacs-lisp/authors.el (authors-aliases): Addition.
13449
13450 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13451 Fix :version.
13452
13453 2012-06-03 Stefan Merten <smerten@oekonux.de>
13454
13455 * textmodes/rst.el: Add comments.
13456 (rst-transition, rst-adornment): New faces.
13457 (rst-adornment-faces-alist): Make default safe to reevaluate.
13458 Fixes
13459 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13460 Improve customization tags.
13461 (rst-define-level-faces): Clarify meaning.
13462
13463 2012-06-03 Chong Yidong <cyd@gnu.org>
13464
13465 * progmodes/compile.el (compilation-mode-line-fail)
13466 (compilation-mode-line-run, compilation-mode-line-exit):
13467 New faces.
13468 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13469
13470 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13471
13472 * progmodes/which-func.el (which-func-update-ediff-windows):
13473 New function. Use it in ediff-select-hook (Bug#11478).
13474
13475 2012-06-03 Chong Yidong <cyd@gnu.org>
13476
13477 * bindings.el: Remove explicit help text from format-mode-line.
13478 It is now supplied by mode-line-default-help-echo.
13479 (mode-line-front-space, mode-line-end-spaces)
13480 (mode-line-misc-info): New variables.
13481 (mode-line-modes, mode-line-position): Move the default value to
13482 the variable definition.
13483 (mode-line-default-help-echo): New defcustom.
13484 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13485 (mode-line-modified-help-echo): New functions.
13486 (mode-line-mule-info, mode-line-modified): Use them.
13487 (mode-line-eol-desc, propertized-buffer-identification):
13488 Consistency fixes for help text.
13489 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13490 set-buffer-file-coding-system (Bug#289).
13491 (mode-line-mule-info-help-echo): Update help text.
13492
13493 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * simple.el (execute-extended-command): Set real-this-command
13496 (bug#11506).
13497
13498 2012-06-02 Chong Yidong <cyd@gnu.org>
13499
13500 Remove incorrect uses of "modeline" in comments, docstrings, and
13501 function/variable names (Bug#10329).
13502
13503 * cus-edit.el (mode-line):
13504 * dframe.el (dframe-mouse-hscroll):
13505 * emacs-lisp/re-builder.el:
13506 * emacs-lisp/easy-mmode.el (define-minor-mode):
13507 * frame.el (set-frame-name):
13508 * help.el (lookup-minor-mode-from-indicator):
13509 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13510 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13511 (c-toggle-hungry-state):
13512 * progmodes/antlr-mode.el (antlr-language-alist):
13513 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13514 * progmodes/vhdl-mode.el (vhdl-mode):
13515 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13516 * term/ns-win.el (ns-face-at-pos):
13517 * term/sup-mouse.el (sup-mouse-report):
13518 * textmodes/flyspell.el (flyspell-mode-line-string):
13519 * textmodes/ispell.el (ispell-highlight-face):
13520 * textmodes/reftex-global.el:
13521 * vc/vc-arch.el (vc-arch-mode-line-string):
13522 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13523 * vc/vc-git.el (vc-git-mode-line-string):
13524 * vc/vc-hooks.el (vc-display-status)
13525 (vc-default-mode-line-string):
13526 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13527
13528 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13529
13530 * dired.el (dired-sort-set-mode-line): Rename from
13531 dired-sort-set-modeline. All callers changed.
13532
13533 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13534 eshell-status-in-modeline.
13535
13536 * foldout.el (foldout-mode-line-string): Rename from
13537 foldout-modeline-string. All callers changed.
13538 (foldout-update-mode-line): Rename from foldout-update-modeline.
13539
13540 * subr.el (redraw-modeline): Make into obsolete alias.
13541
13542 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13543 timeclock-modeline-display. Make old name an alias.
13544 (timeclock-update-mode-line): Likewise. All callers changed.
13545 (timeclock-mode-line-display): No need to check before using
13546 add-hook.
13547 (timeclock-relative, timeclock-day-over-hook)
13548 (timeclock-use-elapsed, timeclock-mode-string)
13549 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13550
13551 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13552 crisp-mode-modeline-string.
13553
13554 * play/solitaire.el (solitaire-build-mode-line): Rename from
13555 solitaire-build-modeline. All callers changed.
13556
13557 * play/zone.el (zone-hiding-mode-line): Rename from
13558 zone-hiding-modeline. All callers changed.
13559 (zone): Remove unusued `modeline-hidden-level' property.
13560
13561 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13562 xscheme-modeline-initialize. All callers changed.
13563
13564 * strokes.el (strokes-lighter): Rename from
13565 strokes-modeline-string.
13566
13567 * textmodes/sgml-mode.el (html-face-tag-alist)
13568 (html-tag-face-alist): Use mode-line face instead of obsolete
13569 alias modeline.
13570
13571 2012-06-02 Stefan Merten <smerten@oekonux.de>
13572
13573 * textmodes/rst.el: Always require `cl'.
13574 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13575
13576 2012-06-02 Chong Yidong <cyd@gnu.org>
13577
13578 * image.el (imagemagick-enabled-types): Rename from
13579 imagemagick-types-enable. Add many more types.
13580 (imagemagick-types-inhibit): Change default to nil.
13581 (imagemagick-filter-types): Caller changed.
13582
13583 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * emacs-lisp/cl-macs.el: Use backquotes.
13586 (cl-transform-function-property): Use eval-and-compile rather than
13587 abusing `require'.
13588 (defstruct): Use declare-function instead of with-no-warnings.
13589
13590 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13591 (byte-compile-output-docform): Re-add the print-circle bindings.
13592 (byte-compile-fix-header): Use #$ just because it's shorter.
13593 (byte-compile-output-file-form): Remove defun/defmacro.
13594
13595 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13596
13597 * simple.el (choose-completion): Remove now obsolete binding for
13598 owindow.
13599
13600 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13601
13602 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13603 in order to avoid "Stack overflow in regexp matcher".
13604
13605 2012-05-31 Glenn Morris <rgm@gnu.org>
13606
13607 * image.el: For clarity, call imagemagick-register-types at
13608 top-level, rather than relying on a custom :initialize.
13609 (imagemagick-types-enable): New option. (Bug#11557)
13610 (imagemagick-filter-types): New function. (Bug#7406)
13611 (imagemagick-register-types): Use imagemagick-filter-types.
13612 If disabling support, remove elements altogether rather
13613 than using an impossible regexp.
13614 (imagemagick-types-inhibit): Give it the default init function.
13615
13616 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13619 Handle arbitrary file name lengths (Bug#11585).
13620
13621 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13622
13623 * desktop.el (desktop-read): Clear previous and next buffers for
13624 all windows and bury *Messages* buffer (bug#11556).
13625
13626 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 Add `declare' for `defun'. Align `defmacro's with it.
13629 * emacs-lisp/easy-mmode.el (define-minor-mode)
13630 (define-globalized-minor-mode): Don't autoload the var definitions.
13631 * emacs-lisp/byte-run.el: Use lexical-binding.
13632 (defun-declarations-alist, macro-declarations-alist): New vars.
13633 (defmacro, defun): Use them.
13634 (make-obsolete, define-obsolete-function-alias)
13635 (make-obsolete-variable, define-obsolete-variable-alias):
13636 Use `declare'.
13637 (macro-declaration-function): Mark obsolete.
13638 * emacs-lisp/autoload.el: Use lexical-binding.
13639 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13640
13641 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13642
13643 * textmodes/ispell.el (ispell-with-no-warnings):
13644 Define as a macro.
13645 (ispell-kill-ispell, ispell-change-dictionary):
13646 Use `called-interactively-p' for Emacs instead of obsolete
13647 `interactive-p'.
13648
13649 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13652 (macro-declaration-function): Move var from C code.
13653 (macro-declaration-function): Define function with defalias.
13654 * emacs-lisp/macroexp.el (macroexpand-all-1):
13655 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13656 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13657 defun/defmacro any more.
13658 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13659 Provide fallback for unknown arglist.
13660 (byte-compile-arglist-warn): Change calling convention.
13661 (byte-compile-output-file-form): Move print-vars binding.
13662 (byte-compile-output-docform): Simplify accordingly.
13663 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13664 (byte-compile-defmacro-declaration): Remove.
13665 (byte-compile-file-form-defmumble): Generalize to defalias.
13666 (byte-compile-output-as-comment): Return byte-positions.
13667 Simplify callers accordingly.
13668 (byte-compile-lambda): Use `assert'.
13669 (byte-compile-defun, byte-compile-defmacro): Remove.
13670 (byte-compile-file-form-defalias):
13671 Use byte-compile-file-form-defmumble.
13672 (byte-compile-defalias-warn): Remove.
13673
13674 2012-05-29 Stefan Merten <smerten@oekonux.de>
13675
13676 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13677 possible. Fix authors. Improve comments. Improve loading of `cl'.
13678
13679 (rst-mode-abbrev-table): Merge definition.
13680 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13681 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13682
13683 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13684
13685 * calendar/icalendar.el
13686 (icalendar-export-region): Export UID properly.
13687
13688 2012-05-29 Leo Liu <sdl.web@gmail.com>
13689 * calendar/icalendar.el (icalendar-import-format):
13690 Add `icalendar-import-format-uid' (Bug#11525).
13691 (icalendar-import-format-uid): New.
13692 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13693 Export UID.
13694
13695 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13698 different alternative patterns.
13699 (pcase-codegen): Be more careful to preserve identity.
13700 (pcase--u1): Don't forget to mark vars as used.
13701
13702 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13703 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13704 (byte-compile-from-buffer): ...rather than here.
13705
13706 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13707 functions from byte-compile-function-environment.
13708
13709 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13710
13711 * window.el (window-deletable-p): Avoid deleting the root window
13712 of a frame with an active minibuffer.
13713
13714 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13715
13716 * simple.el (choose-completion): Use quit-window (Bug#11567).
13717
13718 2012-05-29 Chong Yidong <cyd@gnu.org>
13719
13720 * whitespace.el (whitespace-cleanup): Fix usage of
13721 whitespace-empty-at-bob-regexp (Bug#11492).
13722
13723 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13724
13725 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13726 revert (Bug#11488).
13727
13728 2012-05-29 Juri Linkov <juri@jurta.org>
13729
13730 * isearch.el (isearch-mode-map): Bind `M-s _' to
13731 `isearch-toggle-symbol'. Bind `M-s c' to
13732 `isearch-toggle-case-fold'.
13733 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13734 (isearch-forward): Add `M-s _' to the docstring.
13735 (isearch-forward-symbol, isearch-toggle-case-fold)
13736 (isearch-symbol-regexp): New functions. (Bug#11381)
13737
13738 2012-05-29 Juri Linkov <juri@jurta.org>
13739
13740 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13741 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13742 a function, call it to get the regexp.
13743 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13744 property `isearch-message-prefix' instead of the string "word ".
13745 (isearch-search-fun-default): For the case of `isearch-word',
13746 return a lambda that calls re-search-forward/re-search-backward
13747 with a regexp returned by `word-search-regexp' or by the function
13748 in `isearch-word'.
13749
13750 2012-05-29 Juri Linkov <juri@jurta.org>
13751
13752 * isearch.el (isearch-search-fun-default): New function.
13753 (isearch-search-fun): Move default part to the new function
13754 `isearch-search-fun-default'.
13755 (isearch-search-fun-function): Set the default value to
13756 `isearch-search-fun-default'. (Bug#11381)
13757
13758 * comint.el (comint-history-isearch-end):
13759 Use `isearch-search-fun-default'.
13760 (comint-history-isearch-search): Use `isearch-search-fun-default'
13761 and remove spacial case for `isearch-word'.
13762 (comint-history-isearch-wrap): Remove spacial case for
13763 `isearch-word'.
13764
13765 * hexl.el (hexl-isearch-search-function):
13766 Use `isearch-search-fun-default'.
13767
13768 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13769 Use `word-search-regexp' for `isearch-word'.
13770
13771 * misearch.el (multi-isearch-search-fun):
13772 Use `isearch-search-fun-default'.
13773
13774 * simple.el (minibuffer-history-isearch-search):
13775 Use `isearch-search-fun-default' and remove spacial case for
13776 `isearch-word'.
13777 (minibuffer-history-isearch-wrap): Remove spacial case for
13778 `isearch-word'.
13779
13780 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13781 Remove spacial case for `isearch-word'.
13782 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13783
13784 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13785
13786 Decrease XEmacs incompatibilities.
13787 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13788 Use `string-match'.
13789 (flyspell-delete-region-overlays): Use alternative definition for
13790 XEmacs.
13791 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13792 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13793 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13794 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13795 `define-obsolete-face-alias' under XEmacs, but old method.
13796
13797 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13798 `with-no-warnings' definition or Emacs alias.
13799 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13800 (ispell-word): Do not use `region-p' if XEmacs.
13801
13802 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13803
13804 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13805 Check for `ispell-dictionary-base-alist' instead of full
13806 `ispell-dictionary-alist'.
13807 (ispell-init-process): Show spellchecker when starting new Ispell
13808 process.
13809
13810 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13813 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13814
13815 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13816
13817 * version.el (motif-version-string, gtk-version-string)
13818 (ns-version-string): Declare.
13819
13820 2012-05-27 Juri Linkov <juri@jurta.org>
13821
13822 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13823 after the `eval-defun-1' specialcaseing
13824 like in `edebug-eval-defun' (bug#10181).
13825
13826 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13827 like in `eval-defun-1'.
13828
13829 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13830
13831 * mail/sendmail.el (mail-yank-region):
13832 Recognize rmail-yank-current-message in addition to insert-buffer.
13833 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13834 a *mail* buffer created through rmail-start-mail with sendmail as
13835 mail-user-agent.
13836
13837 2012-05-27 Chong Yidong <cyd@gnu.org>
13838
13839 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13840 Default to 256 (Bug#11267).
13841
13842 * help.el (describe-mode): Doc fix.
13843
13844 2012-05-26 Glenn Morris <rgm@gnu.org>
13845
13846 * w32-fns.el (w32-init-info): Remove.
13847 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13848
13849 * info.el (info-initialize): For self-contained NS builds, put the
13850 included info/ directory at the front. (Bug#2791)
13851
13852 * paths.el (Info-default-directory-list): Make it a defcustom,
13853 mainly so that we can use custom-initialize-delay.
13854
13855 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * subr.el (buffer-has-markers-at): Mark obsolete.
13858
13859 * subr.el (lambda): Use declare.
13860
13861 * emacs-lisp/lisp-mode.el (lambda):
13862 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13863
13864 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13865
13866 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13867
13868 2012-05-26 Glenn Morris <rgm@gnu.org>
13869
13870 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13871
13872 2012-05-25 Glenn Morris <rgm@gnu.org>
13873
13874 * paths.el: Remove no-byte-compile.
13875 * loadup.el: No need to load paths.el uncompiled.
13876
13877 * image.el (imagemagick-types-inhibit): Doc fix.
13878
13879 * version.el: Remove no-byte-compile and associated formatting.
13880 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13881 is ancient code from when there was an "inc-vers.el".
13882
13883 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * progmodes/gdb-mi.el: Minor style changes.
13886 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13887 Turn into minor modes.
13888 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13889 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13890 (gdb-shell): Remove unneeded let-binding.
13891 (gdb-get-many-fields): Eliminate O(n²) behavior.
13892
13893 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13894
13895 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13896 platforms that don't link in fontset.c.
13897
13898 2012-05-25 Juri Linkov <juri@jurta.org>
13899
13900 Use the same diff color scheme as in modern VCSes (bug#10181).
13901
13902 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13903 to avoid confusion with `diff-added' that now uses green colors.
13904 (diff-removed): Use shades of red.
13905 (diff-added): Use shades of green.
13906 (diff-changed): Leave just the yellow color.
13907 (diff-use-changed-face): New variable.
13908 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13909 how to highlight context diff changes.
13910 (diff-refine-change): Use shades of yellow.
13911 (diff-refine-removed): New face that uses shades of red.
13912 (diff-refine-added): New face that uses shades of green.
13913 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13914 `diff-refine-removed' in the call to `smerge-refine-subst'
13915 depending on the value of `diff-use-changed-face'.
13916
13917 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13918 (smerge-other): Use shades of green.
13919 (smerge-base): Use shades of yellow.
13920 (smerge-refined-change): Empty face.
13921 (smerge-refined-removed): New face that uses shades of red.
13922 (smerge-refined-added): New face that uses shades of green.
13923 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13924 args `props-r' and `props-a', and use them. Doc fix.
13925 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13926 on its value use different faces `smerge-refined-change',
13927 `smerge-refined-removed', `smerge-refined-added' in the call to
13928 `smerge-refine-subst'.
13929
13930 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13931 Add face condition `min-colors 88' with shades of red.
13932 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13933 `min-colors 88' with shades of green.
13934 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13935 `min-colors 88' with shades of yellow.
13936
13937 2012-05-24 Glenn Morris <rgm@gnu.org>
13938
13939 * paths.el (prune-directory-list, remote-shell-program): Move to...
13940 * files.el (prune-directory-list, remote-shell-program): ...here.
13941 For the latter, delay initialization, prefer ssh, just search PATH.
13942
13943 * paths.el (term-file-prefix): Move to faces.el (the only user).
13944 * faces.el (term-file-prefix): Move here, make it a defcustom.
13945
13946 * paths.el (news-directory, news-path, news-inews-program):
13947 Move to gnus/nnspool.el.
13948
13949 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13950
13951 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13952 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13953 Make the latter a defcustom, with a delayed initialization.
13954
13955 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13956 These were deleted from Gnus itself late 2010.
13957
13958 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13959
13960 * progmodes/which-func.el (which-func-ff-hook):
13961 Check against user-error, not error.
13962
13963 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13964 cl-specs.el, which no longer exists.
13965
13966 2012-05-22 Glenn Morris <rgm@gnu.org>
13967
13968 * info.el (info-emacs-bug): New command.
13969 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13970 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13971
13972 2012-05-21 Glenn Morris <rgm@gnu.org>
13973
13974 * makefile.w32-in (update-subdirs-SH):
13975 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13976
13977 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13980
13981 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13982 Simplify Maven regexp, and make sure the file can't start with a space
13983 (bug#11517).
13984
13985 2012-05-21 Glenn Morris <rgm@gnu.org>
13986
13987 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13988 Scrap superfluous subshells.
13989
13990 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13993 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13994
13995 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13996
13997 * calc/calc.el (calc-ensure-consistent-units): New variable.
13998
13999 * calc/calc-units.el (math-consistent-units-p)
14000 (math-check-unit-consistency): New functions.
14001 (calc-quick-units, calc-convert-units):
14002 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14003 is non-nil.
14004 (calc-extract-units): Fix typo.
14005
14006 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14009
14010 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14011 (flyspell-default-deplacement-commands): Don't spell check after
14012 repeated window/frame switches (e.g. triggered by mouse-movement).
14013 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14014 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14015 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14016 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14017 Remove unused vars.
14018 (flyspell-get-casechars, flyspell-get-not-casechars):
14019 Simplify; Don't bother removing a ] just to add it back.
14020 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14021
14022 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14023
14024 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14025 New functions.
14026 (math-function-table): Add support for more C functions.
14027
14028 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14029
14030 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14031 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14032 Protect delay handling for otherchars against empty otherchars.
14033
14034 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14037 their respective macro declarations.
14038 * skeleton.el (define-skeleton):
14039 * progmodes/compile.el (define-compilation-mode):
14040 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14041 (define-ibuffer-filter):
14042 * emacs-lisp/generic.el (define-generic-mode):
14043 * emacs-lisp/easy-mmode.el (define-minor-mode)
14044 (define-globalized-minor-mode):
14045 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14046 * emacs-lisp/byte-run.el (defsubst):
14047 * custom.el (deftheme): Add doc-string metadata.
14048
14049 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14052
14053 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14056
14057 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14058 * emacs-lisp/cl-macs.el: Idem.
14059 * emacs-lisp/cl-specs.el: Remove.
14060
14061 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 Minor renaming of internal CL functions and variables.
14064 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14065 (cl--position): Rename from cl-position.
14066 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14067 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14068 (cl--random-state): Rename from *random-state*.
14069
14070 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14073 parens around the arg list (bug#11499).
14074
14075 2012-05-17 Juri Linkov <juri@jurta.org>
14076
14077 * isearch.el (word-search-regexp, word-search-backward)
14078 (word-search-forward, word-search-backward-lax)
14079 (word-search-forward-lax): Move functions from search.c
14080 (bug#10145, bug#11381).
14081
14082 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14083
14084 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14085 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14086 Delay for otherchars as for normal word components.
14087
14088 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * minibuffer.el (completion--sifn-requote): Fix last change.
14091 (minibuffer-local-must-match-filename-map):
14092 Move define-obsolete-variable-alias before its var.
14093
14094 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14097
14098 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14099 behavior.
14100 (completion--string-equal-p): New function.
14101 (completion--twq-all): Use it to get better assertion failure data.
14102
14103 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14104 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14105 (shell--requote-argument): New functions.
14106 (shell-completion-vars): Use them.
14107 (shell--parse-pcomplete-arguments): Rename from
14108 shell-parse-pcomplete-arguments.
14109 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14110 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14111 Obey comint-file-name-quote-list.
14112
14113 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14114 (smie-indent-keyword): Use it.
14115
14116 2012-05-14 Stefan Merten <smerten@oekonux.de>
14117
14118 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14119
14120 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * net/rlogin.el (rlogin-mode-map): Fix last change.
14123
14124 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14125
14126 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14127 the following \r\n using a single `process-send-string', since the
14128 Lotus SMTP server refuses to accept any commands if they are sent
14129 with two `process-send-string's (Bug#11444).
14130
14131 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * shell.el (shell-parse-pcomplete-arguments):
14134 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14135
14136 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14137
14138 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14139 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14140 (image-transform-width, image-transform-fit-width): New functions.
14141 (image-transform-properties): Use them.
14142 (image-transform-check-size): New function.
14143 (image-toggle-display-image): Use it (for testing).
14144 (image-transform-set-rotation): Reduce angle mod 360.
14145 Delete obsolete comment.
14146
14147 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14148
14149 * image-mode.el: Fix scaling (bug#11399).
14150 (image-transform-resize): Doc fix.
14151 (image-transform-properties): Default scale is 1 and height should
14152 be an integer.
14153
14154 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14155
14156 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14157 than hard-coding `car', to fix misbehavior when moving forward.
14158
14159 2012-05-13 Chong Yidong <cyd@gnu.org>
14160
14161 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14162 (tabulated-list-entries, tabulated-list-padding)
14163 (tabulated-list-sort-key): Make permanent-local.
14164
14165 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14166 (electric-buffer-list): Put electric buffer menu
14167 command descriptions in this docstring, instead of the docstring
14168 of electric-buffer-menu-mode. Code cleanups.
14169 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14170 Electric-buffer-menu-mode.
14171 (electric-buffer-update-highlight): Minor code cleanup.
14172
14173 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14174
14175 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14176 (Bug#11447)
14177
14178 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 Move define-obsolete-variable-alias before the var's definition.
14181 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14182 * tooltip.el (tooltip-hook):
14183 * textmodes/reftex-toc.el (reftex-toc-map):
14184 * textmodes/reftex-sel.el (reftex-select-label-map)
14185 (reftex-select-bib-map):
14186 * textmodes/reftex-index.el (reftex-index-map)
14187 (reftex-index-phrases-map):
14188 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14189 * progmodes/meta-mode.el (meta-mode-map):
14190 * novice.el (disabled-command-hook):
14191 * loadhist.el (unload-hook-features-list):
14192 * frame.el (blink-cursor):
14193 * files.el (find-file-not-found-hooks, write-file-hooks)
14194 (write-contents-hooks):
14195 * emulation/tpu-edt.el (GOLD-map):
14196 * emacs-lock.el (emacs-lock-from-exiting):
14197 * emacs-lisp/generic.el (generic-font-lock-defaults):
14198 * emacs-lisp/chart.el (chart-map):
14199 * dos-fns.el (register-name-alist):
14200 * dired-x.el (dired-omit-files-p):
14201 * desktop.el (desktop-enable):
14202 * cus-edit.el (custom-mode-hook):
14203 * buff-menu.el (buffer-menu-mode-hook):
14204 * bookmark.el (bookmark-read-annotation-text-func)
14205 (bookmark-exit-hooks):
14206 * allout.el (allout-mode-deactivate-hook)
14207 (allout-exposure-change-hook, allout-structure-added-hook)
14208 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14209 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14210 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14211 comes before the corresponding variable's definition.
14212
14213 2012-05-12 Chong Yidong <cyd@gnu.org>
14214
14215 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14216 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14217 (Buffer-menu-mode-map): Bind it.
14218 (Buffer-menu--pretty-name): Add a mouse-face property.
14219
14220 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14223 (prolog-upper-case-string, prolog-lower-case-string)
14224 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14225 (prolog-use-smie, prolog-smie-grammar): New vars.
14226 (prolog-smie-forward-token, prolog-smie-backward-token)
14227 (prolog-smie-rules): New funs.
14228 (prolog-comment-indent): Remove.
14229 (prolog-mode-variables): Use default comment indentation instead.
14230 Setup SMIE.
14231 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14232 (prolog-mode): Don't call them any more.
14233 (prolog-electric-colon, prolog-electric-dash)
14234 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14235
14236 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14237
14238 * minibuffer.el (completion--twq-all): Again, allow case differences.
14239
14240 * term.el: Move keymap initialization code to be more idiomatic.
14241 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14242 (term-terminal-menu): Move initialization into declaration.
14243 (term-escape-char): Let the user set it in her .emacs.
14244
14245 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14246 Provide SMIE-based indentation (not enabled by default yet).
14247 (sh-mode-map): Don't bind electric keys.
14248 Use electric-pair-mode instead of skeleton-pair.
14249 (sh-assignment-regexp): Fit within 80 columns.
14250 (sh-indent-supported): Specify actual shell name instead of boolean.
14251 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14252 (sh-maybe-here-document): Use it. Make obsolete.
14253 (sh-electric-here-document-mode) New minor mode.
14254 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14255 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14256 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14257 (sh-smie-rc-grammar, sh-use-smie): New vars.
14258 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14259 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14260 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14261 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14262 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14263 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14264 (sh-set-shell): Use smie-setup if requested.
14265
14266 * term.el (term-set-escape-char): Properly set term-escape-char.
14267 See http://stackoverflow.com/questions/10524656.
14268
14269 2012-05-10 Chong Yidong <cyd@gnu.org>
14270
14271 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14272 Use url-generic-parse-url, and handle host names and Windows
14273 filenames properly.
14274 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14275 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14276 URL schemes to work on.
14277 (ffap--toggle-read-only): New function.
14278 (ffap-read-only, ffap-read-only-other-window)
14279 (ffap-read-only-other-frame): Use it.
14280 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14281 necessary for ffap-url-unwrap-remote.
14282
14283 2012-05-10 Dave Abrahams <dave@boostpro.com>
14284
14285 * cus-start.el (create-lockfiles): Add it.
14286
14287 2012-05-09 Chong Yidong <cyd@gnu.org>
14288
14289 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14290 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14291
14292 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14295
14296 2012-05-09 Chong Yidong <cyd@gnu.org>
14297
14298 * ansi-color.el (ansi-color-process-output): Check for validity of
14299 comint-last-output-start before using it. This avoids a bad
14300 interaction with gdb-mi's input/output buffer.
14301
14302 2012-05-09 Glenn Morris <rgm@gnu.org>
14303
14304 * files.el (dir-locals-read-from-file):
14305 Mention dir-locals in any error message.
14306
14307 2012-05-09 Chong Yidong <cyd@gnu.org>
14308
14309 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14310 package (Bug#11410).
14311
14312 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14313 variables into description.
14314
14315 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14318 shell-delimiter-argument-list (bug#11348).
14319 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14320
14321 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * textmodes/rst.el: Silence byte-compiler warnings.
14324 (rst-re-alist, rst-reset-section-caches): Move around.
14325 (rst-re): Use `characterp', not `char-valid-p'.
14326 (font-lock-beg, font-lock-end): Declare.
14327
14328 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14329 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14330
14331 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14332
14333 2012-05-08 Glenn Morris <rgm@gnu.org>
14334
14335 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14336
14337 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * vc/log-edit.el: Add GNU coding standards highlighting.
14340 (log-edit-font-lock-gnu-style)
14341 (log-edit-font-lock-gnu-keywords): New vars.
14342 (log-edit-font-lock-keywords): New fun.
14343 (log-edit-mode): Don't fold case in font-lock.
14344 (log-edit-font-lock-keywords): Do not assume case-folding.
14345
14346 * imenu.el: Misc cleanup. Make docstrings out of comments.
14347 Use lexical-binding.
14348 (imenu--index-alist, imenu--last-menubar-index-alist)
14349 (imenu-menubar-modified-tick): Use defvar-local.
14350 (imenu--split-menu): Remove unused var.
14351 (imenu--cleanup-seen): Declare as global.
14352 (imenu--cleanup): Use dolist.
14353
14354 * subr.el (defvar-local): Add debug spec and doc-string position.
14355
14356 2012-05-08 Glenn Morris <rgm@gnu.org>
14357
14358 * language/burmese.el, language/cham.el, language/czech.el:
14359 * language/english.el, language/georgian.el, language/greek.el:
14360 * language/japanese.el, language/khmer.el, language/korean.el:
14361 * language/lao.el, language/misc-lang.el, language/romanian.el:
14362 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14363 * language/thai.el, language/utf-8-lang.el:
14364 Remove no-byte-compile setting.
14365
14366 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14367
14368 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14369
14370 * progmodes/make-mode.el (makefile-browse):
14371 Remove unnecessary interactive. (Bug#11324)
14372
14373 2012-05-07 Glenn Morris <rgm@gnu.org>
14374
14375 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14376
14377 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14378
14379 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * loadup.el: Preload newcomment.el.
14382 * newcomment.el: Move autoload-only code to toplevel.
14383
14384 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14385 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14386 Handle new :right-align column property.
14387 (tabulated-list-print-col): Idem, plus use `display' text-property to
14388 try and preserve alignment for variable pitch fonts.
14389
14390 2012-05-07 Chong Yidong <cyd@gnu.org>
14391
14392 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14393 (tabulated-list-use-header-line): New var.
14394 (tabulated-list-init-header): Use it.
14395 (tabulated-list-print-fake-header): New function.
14396 (tabulated-list-print): Use it.
14397 (tabulated-list-sort-button-map): Add non-header-line commands.
14398 (tabulated-list-init-header): Add column name property to basic
14399 labels as well.
14400 (tabulated-list-col-sort): Handle non-header-line button case.
14401 (tabulated-list--sort-by-column-name): Fix a corner case.
14402
14403 * buff-menu.el (list-buffers--refresh):
14404 Handle Buffer-menu-use-header-line.
14405
14406 2012-05-06 Chong Yidong <cyd@gnu.org>
14407
14408 * buff-menu.el: Convert to Tabulated List mode.
14409 (Buffer-menu-buffer+size-width): Make obsolete.
14410 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14411 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14412 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14413 documentation into docstring of buffer-menu.
14414 (Buffer-menu-toggle-files-only): Add an informative message.
14415 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14416 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14417 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14418 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14419 (Buffer-menu-execute, Buffer-menu-select)
14420 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14421 (Buffer-menu-bury): Use Tabulated List machinery.
14422 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14423 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14424 Delete.
14425 (list-buffers--refresh): New function.
14426 (list-buffers-noselect): Use it.
14427 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14428 (Buffer-menu--pretty-file-name): New helper functions.
14429
14430 * loadup.el: Preload tabulated-list.
14431
14432 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14433 tabulated-list-sort-column.
14434 (tabulated-list-init-header): Add the initial aligning space even
14435 if tabulated-list-padding is zero.
14436
14437 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14438
14439 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14440 whose cdr is not a cons cell correctly (bug#11038).
14441
14442 2012-05-06 Chong Yidong <cyd@gnu.org>
14443
14444 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14445 Accept additional plist in column descriptors.
14446 (tabulated-list-init-header): Obey it.
14447 (tabulated-list-get-entry): New function.
14448 (tabulated-list-put-tag): Use it. Use string-width instead of
14449 length.
14450 (tabulated-list--column-number): New function.
14451 (tabulated-list-print): Use it.
14452 (tabulated-list-print-col): New function.
14453 Set `tabulated-list-column-name' property on each column's text.
14454 (tabulated-list-print-entry): Use it.
14455 (tabulated-list-delete-entry, tabulated-list-set-col):
14456 New functions.
14457 (tabulated-list-sort-column): New command (Bug#11337).
14458
14459 * buff-menu.el (list-buffers): Move C-x C-b binding from
14460 buff-menu.el to bindings.el.
14461
14462 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14463 :advertised-binding feature.
14464
14465 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14466
14467 * progmodes/compile.el (compilation-internal-error-properties):
14468 Calculate start position correctly when end-col is set but
14469 end-line is not (Bug#11382).
14470
14471 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14472
14473 * man.el (Man-unindent): Use text-property-default-nonsticky to
14474 prevent untabify from inheriting face properties (Bug#11408).
14475
14476 2012-05-05 Stefan Merten <smerten@oekonux.de>
14477
14478 * textmodes/rst.el: Major merge with upstream development up to
14479 Docutils SVN r7399 / rst.el V1.2.1.
14480
14481 Clarify maintainership and authors.
14482
14483 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14484 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14485 (rst-official-version, rst-official-cvs-rev, rst-version)
14486 (rst-package-emacs-version-alist): New functions and variables
14487 for version information.
14488
14489 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14490 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14491 (rst-mode-syntax-table, rst-mode): New and corrected functions
14492 and variables representing reStructuredText features.
14493
14494 (rst-re): New function for reStructuredText regexes. Use in
14495 many places.
14496
14497 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14498 (rst-mode-map): Rebind keys.
14499
14500 (rst-mode-lazy, rst-font-lock-keywords)
14501 (rst-font-lock-extend-region)
14502 (rst-font-lock-extend-region-internal)
14503 (rst-font-lock-extend-region-extend)
14504 (rst-font-lock-find-unindented-line-limit)
14505 (rst-font-lock-find-unindented-line-match)
14506 (rst-adornment-level, rst-font-lock-adornment-level)
14507 (rst-font-lock-adornment-match)
14508 (rst-font-lock-handle-adornment-pre-match-form)
14509 (rst-font-lock-handle-adornment-matcher): Major revision of
14510 font-locking. Integrate with other code. Use `jit-lock-mode'.
14511
14512 (rst-preferred-adornments, rst-adjust-hook)
14513 (rst-new-adornment-down, rst-preferred-bullets)
14514 (rst-preferred-bullets, rst-indent, rst-indent-width)
14515 (rst-indent-field, rst-indent-literal-normal)
14516 (rst-indent-literal-minimized, rst-indent-comment): Change,
14517 extend and improve customization.
14518
14519 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14520 (rst-normalize-cursor-position, rst-get-decoration)
14521 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14522 (rst-rstrip, rst-toc-insert-find-delete-contents)
14523 (rst-shift-fill-region, rst-compute-bullet-tabs)
14524 (rst-debug-print-tabs, rst-debug-mark-found)
14525 (rst-shift-region-guts, rst-shift-region-right)
14526 (rst-shift-region-left, rst-use-char-classes)
14527 (rst-font-lock-keywords-function)
14528 (rst-font-lock-indentation-point)
14529 (rst-font-lock-find-unindented-line-begin)
14530 (rst-font-lock-find-unindented-line-end)
14531 (rst-font-lock-find-unindented-line)
14532 (rst-font-lock-adornment-point, rst-font-lock-level)
14533 (rst-adornment-level-alist): Remove functions and variables.
14534
14535 (rst-compare-adornments, rst-get-adornment-match)
14536 (rst-suggest-new-adornment, rst-get-adornments-around)
14537 (rst-adornment-complete-p, rst-get-next-adornment)
14538 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14539 (rst-straighten-adornments): Standardize function names to
14540 use "adornment" instead of "decoration". Correct callers.
14541 Similar standardizing in many places.
14542
14543 (rst-update-section, rst-adjust, rst-promote-region)
14544 (rst-enumerate-region, rst-bullet-list-region)
14545 (rst-repeat-last-character): Correct use of `interactive'.
14546
14547 (rst-classify-adornment, rst-find-all-adornments)
14548 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14549 (rst-find-leftmost-column, rst-repeat-last-character):
14550 Refactor functions.
14551
14552 (rst-find-title-line, rst-reset-section-caches)
14553 (rst-get-adornments-around, rst-adjust-adornment-work)
14554 (rst-arabic-to-roman, rst-roman-to-arabic)
14555 (rst-insert-list-pos, rst-insert-list-new-item)
14556 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14557 New functions.
14558
14559 (rst-all-sections, rst-section-hierarchy)
14560 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14561 New variables.
14562
14563 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14564 configuration instead of only buffer. Change where necessary.
14565
14566 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14567 (rst-shift-region, rst-adaptive-fill): New functions for
14568 indentation and filling.
14569
14570 (rst-comment-line-break, rst-comment-indent)
14571 (rst-comment-insert-comment, rst-comment-region)
14572 (rst-uncomment-region): New functions for handling comments.
14573
14574 (rst-compile): Quote shell arguments.
14575
14576 (rst-compile-pdf-preview, rst-compile-slides-preview):
14577 Delete temporary files after use.
14578
14579 2012-05-05 Glenn Morris <rgm@gnu.org>
14580
14581 * calendar/cal-html.el: Optionally include holidays in the output.
14582 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14583 (cal-html-holidays): New option.
14584 (cal-html-css-default): Add holiday entry.
14585 (holiday-in-range): Autoload it.
14586 (cal-html-htmlify-entry): Add optional class argument.
14587 (cal-html-htmlify-list): Add optional holidays argument.
14588 (cal-html-insert-agenda-days): Include holidays in the output.
14589 (cal-html-one-month): Maybe include holidays.
14590
14591 * calendar/holidays.el (holiday-in-range):
14592 Move here from cal-tex-list-holidays.
14593 * calendar/cal-tex.el (cal-tex-list-holidays):
14594 Make it an obsolete alias for holiday-in-range. Update all callers.
14595
14596 2012-05-05 Chong Yidong <cyd@gnu.org>
14597
14598 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14599 Nextstep.
14600
14601 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14602
14603 * files.el (file-auto-mode-skip): New var.
14604 (set-auto-mode-1): Use it.
14605
14606 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14607
14608 * repeat.el: Use lexical-binding.
14609 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14610 (repeat-undo-count): Remove.
14611 (repeat):
14612 * progmodes/octave-mod.el (octave-abbrev-start):
14613 * progmodes/f90.el (f90-abbrev-start):
14614 * face-remap.el (text-scale-adjust):
14615 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14616
14617 * emacs-lisp/pcase.el (pcase--let*): New function.
14618 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14619 a bit more.
14620 (pcase--split-pred): Be more clever about ruling out overlap between
14621 a predicate and some constant pattern.
14622 (pcase--q1): Use `null' instead of (eq foo nil).
14623
14624 * subr.el (setq-local, defvar-local): New macros.
14625 (kbd): Redefine as an alias.
14626 (with-selected-window): Leave unrelated frames alone.
14627 (set-temporary-overlay-map): New function.
14628
14629 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * subr.el (user-error): New function.
14632 * window.el (switch-to-buffer):
14633 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14634 (smerge-match-conflict):
14635 * simple.el (previous-matching-history-element)
14636 (next-matching-history-element, goto-history-element, undo-more)
14637 (undo-start):
14638 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14639 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14640 (next-file, tags-loop-scan, list-tags, complete-tag):
14641 * progmodes/compile.el (compilation-loop):
14642 * mouse.el (mouse-minibuffer-check):
14643 * man.el (Man-bgproc-sentinel, Man-goto-page):
14644 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14645 (Info-history-forward, Info-follow-reference, Info-menu)
14646 (Info-extract-menu-item, Info-extract-menu-counting)
14647 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14648 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14649 (Info-next-reference, Info-prev-reference, Info-index)
14650 (Info-index-next, Info-follow-nearest-node)
14651 (Info-copy-current-node-name):
14652 * imenu.el (imenu--make-index-alist)
14653 (imenu-default-create-index-function, imenu-add-to-menubar):
14654 * files.el (basic-save-buffer, recover-file):
14655 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14656 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14657 (checkdoc-message-text, checkdoc-defun):
14658 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14659 * cus-edit.el (customize-changed-options, customize-rogue)
14660 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14661 (custom-variable-mark-to-reset-standard)
14662 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14663 (custom-file):
14664 * completion.el (check-completion-length):
14665 * comint.el (comint-search-arg)
14666 (comint-previous-matching-input-string-position)
14667 (comint-previous-matching-input)
14668 (comint-replace-by-expanded-history-before-point, comint-send-input)
14669 (comint-copy-old-input, comint-backward-matching-input)
14670 (comint-goto-process-mark, comint-set-process-mark):
14671 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14672 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14673
14674 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * dabbrev.el (dabbrev--ignore-case-p): New function.
14677 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14678 Use it.
14679
14680 * files.el (automount-dir-prefix): Mark as obsolete.
14681
14682 2012-05-04 Glenn Morris <rgm@gnu.org>
14683
14684 * patcomp.el, play/bruce.el: Move to obsolete/.
14685
14686 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14687
14688 Fix minor Y10k bugs.
14689 * arc-mode.el (archive-unixdate):
14690 * autoinsert.el (auto-insert-alist):
14691 * calc/calc-forms.el (math-this-year):
14692 * emacs-lisp/copyright.el (copyright-current-year)
14693 (copyright-update-year, copyright):
14694 * tar-mode.el (tar-clip-time-string):
14695 * time.el (display-time-update):
14696 Don't assume years have 4 digits.
14697
14698 2012-05-04 Chong Yidong <cyd@gnu.org>
14699
14700 * dos-w32.el (file-name-buffer-file-type-alist)
14701 (direct-print-region-use-command-dot-com):
14702 * ffap.el (ffap-menu-regexp):
14703 * find-file.el (ff-special-constructs):
14704 * follow.el (follow-debug):
14705 * forms.el (forms--debug):
14706 * iswitchb.el (iswitchb-all-frames):
14707 * ido.el (ido-all-frames):
14708 * emacs-lisp/timer.el (timer-max-repeats):
14709 * mail/feedmail.el (feedmail-mail-send-hook)
14710 (feedmail-mail-send-hook-queued):
14711 * mail/footnote.el (footnote-signature-separator):
14712 * mail/mailabbrev.el (mail-alias-separator-string)
14713 (mail-abbrev-mode-regexp):
14714 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14715 * progmodes/idlwave.el (idlwave-libinfo-file)
14716 (idlwave-default-completion-case-is-down)
14717 (idlwave-library-routines): Convert defvars to defcustoms.
14718
14719 * mail/rmail.el (rmail-decode-mime-charset):
14720 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14721 (idlwave-shell-fix-inserted-breaks)
14722 (idlwave-shell-activate-alt-keybindings)
14723 (idlwave-shell-use-breakpoint-glyph):
14724 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14725
14726 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14729
14730 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14731
14732 * progmodes/verilog-mode.el (font-lock-keywords):
14733 Fix mis-highligting auto. Reported by Craig Barner.
14734 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14735 defines from global name space. Reported by Dan Dever.
14736 (verilog-auto-reset, verilog-auto-reset-widths)
14737 (verilog-auto-tieoff): Support using unbased numbers for
14738 AUTORESET and AUTOTIEOFF.
14739 (verilog-submit-bug-report): Update variable list.
14740 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14741 parenthesis from not matching. Reported by Michael Rytting.
14742 (verilog-auto-template-lint): Fix hash error when linting modules
14743 with no used templates.
14744 (verilog-warn, verilog-warn-error)
14745 (verilog-warn-fatal): When non-interactive report multiple
14746 warnings before exiting. Suggested by Brad Dobbie.
14747 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14748 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14749 to report unused template errors. Reported by Brad Dobbie.
14750 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14751 nets, bug438. Reported by Vns Blore.
14752 (verilog-auto-inout-module, verilog-auto-reg)
14753 (verilog-read-decls, verilog-read-sub-decls-sig)
14754 (verilog-signals-edit-wire-reg, verilog-signals-with):
14755 Fix passing of Verilog data types in ANSI input/output ports
14756 such as "output logic" into the AUTOs. Special case "wire" and
14757 "reg" for backwards compatibility presuming Verilog 2001.
14758 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14759 (verilog-preprocess): Fix replication of preprocess output.
14760 Reported by Brad Dobbie.
14761 (verilog-auto-inst-interfaced-ports):
14762 Create verilog-auto-inst-interfaced-ports, bug429.
14763 Reported by Julian Gorfajn.
14764 (verilog-after-save-font-hook)
14765 (verilog-before-save-font-hook): New variable.
14766 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14767 (verilog-save-font-mods): Wrap disabling fontification, reported
14768 by David Rogoff.
14769 (verilog-do-indent, verilog-pretty-declarations-auto)
14770 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14771 Reported by Pierre-David Pfister.
14772 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14773 of class declarations, bug292. Reported by Kevin Heilman.
14774 (verilog-read-decls): Fix 'parameter type' not appearing in
14775 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14776 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14777 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14778 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14779 Reported by David Kravitz.
14780
14781 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14782
14783 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14784 assignment with tests in ifs and for loops.
14785 (verilog-extended-complete-re, verilog-complete-reg): Change so
14786 that DPI inport functions don't look like fuction declarations.
14787 (verilog-pretty-expr): Don't line up assignment
14788 operations to the test and increment in if and for loops
14789 (verilog-extended-complete-re, verilog-complete-reg): Change so
14790 that DPI inport functions don't look like fuction declarations.
14791
14792 2012-05-03 Kenichi Handa <handa@m17n.org>
14793
14794 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14795 decoding, and show a warning message without signaling an error
14796 (Bug#11282).
14797
14798 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * emacs-lisp/bytecomp.el
14801 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14802 since cconv.el might have introduced :fun-body, internal-make-closure,
14803 and friends for bytecomp to handle (bug#11391).
14804 * custom.el (defcustom): Avoid ((λ ..) ..).
14805
14806 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14809
14810 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14811
14812 * notifications.el (dbus-debug):
14813 * term/linux.el (gpm-mouse-enable):
14814 * term/screen.el (xterm-register-default-colors): Declare.
14815
14816 2012-05-02 Chong Yidong <cyd@gnu.org>
14817
14818 * cus-start.el (gc-cons-percentage, exec-suffixes)
14819 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14820 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14821 (make-cursor-line-fully-visible, void-text-area-pointer)
14822 (font-list-limit): Add customization data.
14823
14824 * allout.el (allout-exposure-change-functions)
14825 (allout-structure-added-functions)
14826 (allout-structure-deleted-functions)
14827 (allout-structure-shifted-functions): Rename abnormal hooks from
14828 *-hook, and convert to defcustoms.
14829 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14830 Convert to defcustoms.
14831 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14832
14833 * allout-widgets.el: Hook callers changed.
14834
14835 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14836
14837 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14838 the yanked message in preference to the default value of
14839 buffer-file-coding-system.
14840
14841 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14842
14843 * window.el (display-buffer--action-function-custom-type):
14844 Fix entry.
14845
14846 2012-05-02 Alan Mackenzie <acm@muc.de>
14847
14848 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14849
14850 2012-05-01 Glenn Morris <rgm@gnu.org>
14851
14852 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14853
14854 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14855
14856 * cus-edit.el (custom-variable-documentation): Simplify with format.
14857
14858 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14859 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 * simple.el (suggest-key-bindings, execute-extended-command):
14862 Move from keyboard.c.
14863
14864 2012-05-01 Chong Yidong <cyd@gnu.org>
14865
14866 * follow.el: Eliminate advice.
14867 (set-process-filter, process-filter, sit-for): Advice deleted.
14868 (follow-mode-off-hook): Obsolete hook removed.
14869 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14870 Vars deleted.
14871 (follow-auto): Use a :set function.
14872 (follow-mode): Rewritten. Don't advise process filters.
14873 (follow-switch-to-current-buffer-all, follow-scroll-up)
14874 (follow-scroll-down): Assume follow-mode is bound.
14875 (follow-comint-scroll-to-bottom)
14876 (follow-align-compilation-windows): New functions.
14877 (follow--window-sorter): New function.
14878 (follow-all-followers): Use it to explicitly sort windows by their
14879 positions; don't make assumptions about next-window order.
14880 (follow-windows-start-end, follow-delete-other-windows-and-split)
14881 (follow-calc-win-start): Doc fix.
14882 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14883 vertical-motion unnecessarily.
14884 (follow-adjust-window): New function.
14885 (follow-post-command-hook): Use it.
14886 (follow-call-set-process-filter, follow-call-process-filter)
14887 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14888 (follow-stop-intercept-process-output, follow-generic-filter):
14889 Functions deleted.
14890 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14891 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14892 New functions, replacing advice on scroll-bar-* commands.
14893 (follow-mwheel-scroll): New function (Bug#4112).
14894
14895 * comint.el (comint-adjust-point): New function.
14896 (comint-postoutput-scroll-to-bottom): Use it.
14897 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14898
14899 2012-05-01 Glenn Morris <rgm@gnu.org>
14900
14901 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14902 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14903 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14904 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14905 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14906 Remove no-byte-compile setting.
14907
14908 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14911 all-completions code to not return a number in the last cdr.
14912
14913 2012-04-30 Leo Liu <sdl.web@gmail.com>
14914
14915 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14916 read-only error.
14917
14918 2012-04-29 Chong Yidong <cyd@gnu.org>
14919
14920 * follow.el (follow-calc-win-end): Rewrite to handle partial
14921 screen lines correctly (Bug#8390).
14922 (follow-avoid-tail-recenter): Minor cleanup.
14923
14924 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14925
14926 Avoid the obsolete `assoc' package.
14927 * speedbar.el (speedbar-refresh): Avoid adelete.
14928 (speedbar-file-lists): Simplify and avoid aput.
14929 * man.el (Man--sections, Man--refpages): New vars, replacing
14930 Man-sections-alist and Man-refpages-alist.
14931 (Man-build-section-alist, Man-build-references-alist):
14932 Use them; avoid aput.
14933 (Man--last-section, Man--last-refpage): New vars.
14934 (Man-follow-manual-reference): Use them.
14935 Use the `default' arg of completing-read.
14936 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14937
14938 2012-04-27 Chong Yidong <cyd@gnu.org>
14939
14940 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14941
14942 * startup.el (x-apply-session-resources): New function.
14943
14944 * term/ns-win.el (ns-initialize-window-system):
14945 * term/w32-win.el (w32-initialize-window-system):
14946 * term/x-win.el (x-initialize-window-system): Use it to properly
14947 set menu-bar-mode and other vars from X resources, even if the
14948 initial frame is not a window-system frame (Bug#2299).
14949
14950 * subr.el (read-key): Avoid running filter function when setting
14951 up temporary tool bar entries (Bug#9922).
14952
14953 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14954
14955 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14956 (Bug#11344)
14957
14958 2012-04-27 Chong Yidong <cyd@gnu.org>
14959
14960 * select.el (xselect--encode-string): New function, split from
14961 xselect-convert-to-string.
14962 (xselect-convert-to-string): Use it.
14963 (xselect-convert-to-filename, xselect-convert-to-os)
14964 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14965 returned strings are properly encoded (Bug#11315).
14966
14967 2012-04-27 Chong Yidong <cyd@gnu.org>
14968
14969 * simple.el (delete-active-region): Move to killing custom group.
14970
14971 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14972
14973 * progmodes/which-func.el (which-func-current): Quote %
14974 characters for mode-line processing.
14975
14976 2012-04-27 Chong Yidong <cyd@gnu.org>
14977
14978 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14979 reaching eob (Bug#11286).
14980
14981 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14982
14983 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14984 (gdb): Make it buffer-local and init to zero.
14985 (gdb-control-commands-regexp): New variable.
14986 (gdb-send): Don't wrap in "-interpreter-exec console" if
14987 gdb-control-level is positive. Increment gdb-control-level
14988 whenever the command matches gdb-control-commands-regexp, and
14989 decrement it each time the command is "end". (Bug#11279)
14990
14991 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14992
14993 * window.el (adjust-window-trailing-edge, enlarge-window)
14994 (shrink-window, window-resize):
14995 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14996 windows (Bug#11276).
14997
14998 2012-04-27 Chong Yidong <cyd@gnu.org>
14999
15000 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15001 fix "missing prefix" warning. All callers changed.
15002
15003 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 * emacs-lisp/assoc.el: Move to obsolete/.
15006
15007 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15010
15011 * term/ns-win.el (ns-define-service):
15012 * progmodes/pascal.el (pascal-goto-defun):
15013 * progmodes/js.el (js--read-tab):
15014 * progmodes/etags.el (tags-lazy-completion-table):
15015 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15016 * emacs-lisp/ewoc.el (ewoc--wrap):
15017 * emacs-lisp/assoc.el (aput, adelete, amake):
15018 * doc-view.el (doc-view-convert-current-doc):
15019 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15020
15021 2012-04-26 Chong Yidong <cyd@gnu.org>
15022
15023 * image.el (image-type-from-buffer): Only return supported image
15024 type (Bug#9045).
15025
15026 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15027 value, for symmetry with diff-end-of-hunk.
15028 (diff-split-hunk, diff-find-source-location)
15029 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15030 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15031 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15032 compute the relevant hunk or file properly (Bug#6005).
15033 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15034
15035 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * vc/vc-mtn.el:
15038 * vc/vc-hg.el:
15039 * vc/vc-git.el:
15040 * vc/vc-dir.el:
15041 * vc/vc-cvs.el:
15042 * vc/vc-bzr.el:
15043 * vc/vc-arch.el:
15044 * vc/vc.el: Replace lexical-let by lexical-binding.
15045 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15046 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15047 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15048
15049 2012-04-26 Chong Yidong <cyd@gnu.org>
15050
15051 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15052 (diff-mode-shared-map): Bind it to / and [remap undo].
15053
15054 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15055 (ediff-window-setup-function): Use it as the default, to set up
15056 windows based on whether the current frame is graphical (Bug#2138).
15057 (ediff-choose-window-setup-function-automatically): Make obsolete.
15058
15059 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15060
15061 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * ffap.el: Remove old code for obsolete package.
15064 (ffap-complete-as-file-p): Remove.
15065
15066 Use completion-table-with-quoting for comint and pcomplete.
15067 * comint.el (comint--unquote&requote-argument)
15068 (comint--unquote-argument, comint--requote-argument): New functions.
15069 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15070 (comint-quote-filename): Use regexp-opt-charset.
15071 (comint--common-suffix, comint--common-quoted-suffix)
15072 (comint--table-subvert): Remove.
15073 (comint-unquote-function, comint-requote-function): New vars.
15074 (comint--complete-file-name-data): Use them with
15075 completion-table-with-quoting.
15076 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15077 * pcomplete.el (pcomplete-arg-quote-list)
15078 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15079 (pcomplete-unquote-argument-function): Default to non-nil.
15080 (pcomplete-unquote-argument): Simplify.
15081 (pcomplete--common-quoted-suffix): Remove.
15082 (pcomplete-requote-argument-function): New var.
15083 (pcomplete--common-suffix): New function.
15084 (pcomplete-completions-at-point): Use completion-table-with-quoting
15085 and completion-table-subvert.
15086
15087 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15088 (minibuffer--double-dollars): Preserve properties.
15089 (completion--sifn-requote): New function.
15090 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15091
15092 * minibuffer.el: Add support for completion of quoted/escaped data.
15093 (completion-table-with-quoting, completion-table-subvert): New funs.
15094 (completion--twq-try, completion--twq-all): New functions.
15095 (completion--nth-completion): New function.
15096 (completion-try-completion, completion-all-completions): Use it.
15097
15098 2012-04-25 Leo Liu <sdl.web@gmail.com>
15099
15100 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15101 Use compilation-message if available to find real filename.
15102
15103 2012-04-25 Chong Yidong <cyd@gnu.org>
15104
15105 * vc/diff-mode.el (diff-setup-whitespace): New function.
15106 (diff-mode): Use it.
15107
15108 * vc/diff.el (diff-sentinel):
15109 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15110 Whitespace mode variables based on diff style (Bug#8612).
15111
15112 2012-04-25 Leo Liu <sdl.web@gmail.com>
15113
15114 * progmodes/python.el (python-send-region): Add suffix .py to the
15115 temp file.
15116
15117 * files.el (auto-mode-alist): Use javascript-mode instead.
15118
15119 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15120
15121 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15122
15123 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15124 (soap-resolve-references-for-array-type): Hack to prevent self
15125 references, see Bug#9.
15126 (soap-parse-envelope): Report the contents of the 'detail' node
15127 when receiving a fault reply.
15128 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15129
15130 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15131 (soap-inspect-simple-type): New function.
15132
15133 * net/soap-client.el (soap-simple-type): New struct.
15134 (soap-default-xsd-types, soap-default-soapenc-types)
15135 (soap-decode-basic-type, soap-encode-basic-type):
15136 support unsignedInt and double basic types.
15137 (soap-resolve-references-for-simple-type)
15138 (soap-parse-simple-type, soap-encode-simple-type): New function.
15139 (soap-parse-schema): Parse xsd:simpleType declarations.
15140
15141 * net/soap-client.el (soap-default-xsd-types)
15142 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15143 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15144 the local name of "soapenc:Array".
15145 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15146 decoding integer, byte and anyURI xsd types.
15147
15148 2012-04-25 Chong Yidong <cyd@gnu.org>
15149
15150 * cus-edit.el (custom-buffer-create-internal): Update header text.
15151
15152 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15153
15154 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15155 settings on 'system-type', not on 'window-system'. On MS-Windows,
15156 set interactive-mode on in GDB.
15157
15158 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15161 (ruby-syntax-propertize-regexp): Remove.
15162 (ruby-syntax-propertize-function): Split regexp into chunks.
15163 Match following code directly.
15164
15165 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15166
15167 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15168 (ruby-syntax-propertize-regexp): New function.
15169 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15170 by a special keyword.
15171
15172 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15173 (ruby-syntax-general-delimiters-goto-beg)
15174 (ruby-syntax-propertize-general-delimiters): New functions.
15175 (ruby-syntax-propertize-function): Use them to handle GDL.
15176 (ruby-font-lock-keywords): Move old handling of GDL...
15177 (ruby-font-lock-syntactic-keywords): .. to here.
15178 (ruby-calculate-indent): Adjust indentation for GDL.
15179
15180 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15181
15182 * notifications.el (top): Remove unneeded declarations.
15183 (notifications-specification-version): Change to "1.2".
15184 (notifications-interface, notifications-notify-method)
15185 (notifications-close-notification-method): Fix docstring.
15186 (notifications-get-capabilities-method): New defconst.
15187 (notifications-notify): Add :action-items, :resident and
15188 :transient hints. Change "image_data" to "image-data" and
15189 "image_path" to "image-path".
15190 (notifications-get-capabilities): New defun.
15191
15192 2012-04-24 Leo Liu <sdl.web@gmail.com>
15193
15194 * progmodes/python.el: Move hideshow setup to the end.
15195
15196 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15197
15198 * window.el (handle-select-window): Clear echo area since this is
15199 no more done by read_char (Bug#11304).
15200
15201 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15204 and `/ M' to filter-derived-mode.
15205 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15206 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15207 (ibuffer-mark-by-mode): Use default rather than initial-input.
15208 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15209
15210 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15211
15212 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15213 (ibuffer-filter-by-derived-mode): New filter.
15214 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15215
15216 2012-04-23 Andreas Politz <politza@fh-trier.de>
15217
15218 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15219
15220 2012-04-23 Chong Yidong <cyd@gnu.org>
15221
15222 * cus-edit.el (customize-apropos, customize-apropos-options):
15223 Disable matching of non-option variables (Bug#11176).
15224 (customize-option, customize-option-other-window)
15225 (customize-changed-options): Doc fix.
15226 (customize-apropos-options, customize-apropos-faces)
15227 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15228
15229 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15230 Fix word list splitting (Bug#11132).
15231 (apropos-symbol, apropos-keybinding, apropos-label)
15232 (apropos-property, apropos-function-button)
15233 (apropos-variable-button, apropos-misc-button): New faces.
15234 (apropos-symbol-face, apropos-keybinding-face)
15235 (apropos-label-face, apropos-property-face, apropos-match-face):
15236 Variables removed (Bug#8396).
15237 (apropos-library-button, apropos-format-plist, apropos-print)
15238 (apropos-print-doc, apropos-describe-plist): Callers changed.
15239
15240 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15241
15242 * net/xesam.el (xesam-mode-map): Use let-bound map in
15243 initialization. (Bug#11292)
15244
15245 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15246
15247 Preserve ispell session localwords when switching back to
15248 original buffer.
15249
15250 * textmodes/ispell.el (ispell-buffer-session-localwords):
15251 New buffer-local variable to hold buffer session localwords.
15252 (ispell-kill-ispell): Add option 'clear to delete session
15253 localwords.
15254 (ispell-command-loop, ispell-change-dictionary)
15255 (ispell-buffer-local-words): Preserve session localwords when
15256 needed.
15257
15258 * textmodes/flyspell.el (flyspell-process-localwords)
15259 (flyspell-do-correct): Preserve session localwords when needed.
15260
15261 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15262
15263 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15264 using obsolete `translation-table-for-input'.
15265 (ispell-word, ispell-process-line, ispell-complete-word):
15266 Use plain `insert' instead of removed `ispell-insert-word'.
15267
15268 2012-04-22 Chong Yidong <cyd@gnu.org>
15269
15270 * cus-edit.el (custom-variable-menu)
15271 (custom-variable-reset-saved, custom-face-menu)
15272 (custom-face-reset-saved): If there is no saved value, make the
15273 "reset-saved" operation bring back the default (Bug#9509).
15274 (custom-face-state): Properly detect themed faces.
15275
15276 * faces.el (face-spec-set): Stop supporting deprecated form of
15277 third arg.
15278
15279 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15280
15281 Move functions from C to Lisp. Make non-blocking method calls
15282 the default. Implement further D-Bus standard interfaces.
15283
15284 * net/dbus.el (dbus-message-internal): Declare function.
15285 Remove unneeded function declarations.
15286 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15287 (dbus-message-type-method-return, dbus-message-type-error)
15288 (dbus-message-type-signal): Declare variables. Remove local
15289 definitions.
15290 (dbus-interface-dbus, dbus-interface-peer)
15291 (dbus-interface-introspectable, dbus-interface-properties)
15292 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15293 Adapt docstring.
15294 (dbus-interface-objectmanager): New defconst.
15295 (dbus-call-method, dbus-call-method-asynchronously)
15296 (dbus-send-signal, dbus-method-return-internal)
15297 (dbus-method-error-internal, dbus-register-service)
15298 (dbus-register-signal, dbus-register-method): New defuns, moved
15299 from dbusbind.c
15300 (dbus-call-method-handler, dbus-setenv)
15301 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15302 New defuns.
15303 (dbus-call-method-non-blocking): Make it an obsolete function.
15304 (dbus-unregister-object, dbus-unregister-service)
15305 (dbus-handle-event, dbus-register-property)
15306 (dbus-property-handler): Obey the new structure of
15307 `bus-registered-objects'.
15308 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15309 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15310 Use `dbus-call-method'.
15311
15312 2012-04-22 Chong Yidong <cyd@gnu.org>
15313
15314 * cus-edit.el (custom-commands, custom-reset-menu)
15315 (Custom-reset-standard): Tweak labels.
15316 (custom-reset-button-menu): Change default to t.
15317 (custom-buffer-create-internal): For the custom-reset-button-menu
15318 case, put the revert button first.
15319 (custom-group-subtitle): New face.
15320 (custom-group-value-create): Align docstring to a specific column.
15321
15322 * wid-edit.el (widget-documentation-link-add): Don't handle
15323 indentation in this function.
15324 (widget-documentation-string-indent-to): New function.
15325 (widget-documentation-string-value-create): Use it.
15326
15327 * autorevert.el (auto-revert):
15328 * epg-config.el (epg):
15329 * ibuffer.el (ibuffer):
15330 * mpc.el (mpc):
15331 * ses.el (ses):
15332 * eshell/eshell.el (eshell):
15333 * net/ange-ftp.el (ange-ftp):
15334 * progmodes/ebnf2ps.el (postscript):
15335 * progmodes/flymake.el (flymake):
15336 * progmodes/prolog.el (prolog):
15337 * progmodes/verilog-mode.el (verilog-mode):
15338 * progmodes/which-func.el (which-func):
15339 * term/xterm.el (xterm):
15340 * textmodes/picture.el (picture):
15341 * textmodes/tildify.el (tildify):
15342 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15343 customization buffers.
15344
15345 2012-04-22 Alan Mackenzie <acm@muc.de>
15346
15347 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15348 Adding a ) can hide the resulting (..) from searches. Fix it.
15349 Bound the backward search to the position of the existing (.
15350
15351 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * progmodes/verilog-mode.el (verilog-mode): Check whether
15354 which-func-modes is t before adding verilog-mode.
15355 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15356
15357 2012-04-21 Leo Liu <sdl.web@gmail.com>
15358
15359 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15360
15361 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15362
15363 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15364 filling of the last column of a table (Bug#5635).
15365 (woman-find-next-control-line): New arg, specifying an additional
15366 regexp component for the control line.
15367 (woman2-roff-buffer): Use it.
15368 (woman-break-table): New function.
15369 (woman2-TS): Use it.
15370
15371 2012-04-21 Chong Yidong <cyd@gnu.org>
15372
15373 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15374 (woman-horizontal-escapes, woman-negative-vertical-space)
15375 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15376 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15377
15378 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * minibuffer.el (completion-file-name-table): Complete user names.
15381
15382 2012-04-20 Leo Liu <sdl.web@gmail.com>
15383
15384 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15385 and pcase-let*.
15386
15387 2012-04-20 Chong Yidong <cyd@gnu.org>
15388
15389 * server.el (server-execute): Respect initial-buffer-choice if it
15390 is a string and there are no files to open (Bug#2825).
15391 (server-create-window-system-frame, server-create-tty-frame):
15392 Don't switch buffers here.
15393 (server-process-filter): Only try to open a window system frame if
15394 compiled with graphical support (Bug#8314).
15395
15396 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15397
15398 * battery.el (battery-echo-area-format): Display remaining time
15399 for sysfs backend too (Bug#11269).
15400 (battery-linux-sysfs): Fix conditional for the charge.
15401
15402 2012-04-20 Chong Yidong <cyd@gnu.org>
15403
15404 * progmodes/gdb-mi.el (gdb): Revert previous change.
15405 (gdb-inferior-io--init-proc): New function.
15406 (gdb-init-1): Use it.
15407 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15408 responsible for allocating a new pty and hooking it to gdb when
15409 the old pty gets an EIO due to process exit.
15410 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15411 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15412 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15413
15414 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15415
15416 * window.el (window-min-size, window-sizable, window-min-delta)
15417 (window-max-delta, window--resizable, window-resizable)
15418 (window-total-size, window-full-height-p, window-full-width-p)
15419 (window-in-direction, window--resize-mini-window, window-resize)
15420 (window--resize-child-windows-normal)
15421 (window--resize-child-windows, window--resize-siblings)
15422 (window--resize-this-window, adjust-window-trailing-edge)
15423 (enlarge-window, shrink-window): Doc fixes.
15424
15425 2012-04-20 Chong Yidong <cyd@gnu.org>
15426
15427 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15428 New function to call delete-process on the gdb-inferior buffer's pty.
15429 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15430 pty process (Bug#11273).
15431 (gdb-update): New arg to suppress talking to the gdb process.
15432 (gdb-done-or-error): Use it.
15433 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15434 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15435 sentinel not being called.
15436
15437 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15438
15439 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15440
15441 2012-04-20 Glenn Morris <rgm@gnu.org>
15442
15443 * net/network-stream.el (open-network-stream): Doc fix.
15444
15445 2012-04-20 Chong Yidong <cyd@gnu.org>
15446
15447 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15448
15449 2012-04-20 Alan Mackenzie <acm@muc.de>
15450
15451 Ensure searching for keywords is case sensitive.
15452
15453 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15454 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15455 (c-defun-name, c-mark-function, c-cpp-define-name)
15456 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15457 (c-context-line-break): Bind case-fold-search to nil.
15458
15459 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15460 Bind case-fold-search to nil.
15461
15462 2012-04-20 Chong Yidong <cyd@gnu.org>
15463
15464 * mail/sendmail.el (mail-bury): Call return action with the right
15465 Rmail buffer (Bug#11242).
15466
15467 * server.el (server-process-filter): Handle corner case where both
15468 tty and nowait options are present (Bug#11102).
15469
15470 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15471
15472 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15473 (top level): Put into the executable the ident-style '$Id:' tag on
15474 windows-nt as well.
15475
15476 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15477
15478 * electric.el (electric-indent-post-self-insert-function): Check that
15479 electric-indent-mode is enabled in current buffer.
15480
15481 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15482
15483 * imenu.el (imenu-progress-message): Restore; it is "used" in
15484 erc/erc-imenu.el and net/snmp-mode.el.
15485
15486 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15487
15488 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15489 (mouse-avoidance-nudge-mouse): Remove unused binding.
15490
15491 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15492
15493 * descr-text.el (describe-char):
15494 * progmodes/python.el (python-describe-symbol):
15495 Don't call `toggle-read-only', set `buffer-read-only'.
15496
15497 * imenu.el (imenu-default-goto-function): Mark unused args.
15498 (imenu-progress-message): Remove obsolete macro; all callers changed.
15499
15500 * subr.el (keymap-canonicalize): Remove unused binding.
15501 (read-passwd): Mark unused arg.
15502
15503 * tutorial.el (tutorial--display-changes): Remove unused binding.
15504 (tutorial--save-tutorial-to): Remove unused variable.
15505
15506 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15507 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15508 (package-generate-autoloads, package-menu--generate)
15509 (package-menu--find-upgrades): Remove unused bindings.
15510
15511 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15512 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15513 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15514 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15515 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15516 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15517 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15518 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15519 (cua-delete-char-rectangle): Mark unused args.
15520 (cua-align-rectangle): Remove unused binding.
15521
15522 * mail/rmail.el (compilation--message->loc)
15523 (epa--find-coding-system-for-mime-charset): Declare.
15524
15525 * net/dbus.el (dbus-register-service): Declare.
15526 (dbus-name-owner-changed-handler): Remove unused binding.
15527
15528 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15529 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15530 (nxml-scan-backward-within): Mark unused arg.
15531 (nxml-dynamic-markup-word): Remove unused binding.
15532
15533 * mouse.el (mouse-menu-major-mode-map):
15534 * emacs-lisp/authors.el (authors-scan-change-log)
15535 (authors-add-to-author-list):
15536 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15537 * emacs-lisp/smie.el (smie-auto-fill):
15538 * mail/sendmail.el (mail-bury):
15539 * mail/unrmail.el (unrmail):
15540 * net/tls.el (open-tls-stream):
15541 * textmodes/picture.el (picture-mouse-set-point):
15542 Remove unused bindings.
15543
15544 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15545
15546 * net/tramp.el (tramp-action-password): Let-bind
15547 `enable-recursive-minibuffers' to t.
15548
15549 2012-04-18 Sam Steingold <sds@gnu.org>
15550
15551 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15552 instead of 'string to accommodate values like [f11].
15553 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15554 * progmodes/gdb-mi.el: Likewise.
15555
15556 2012-04-18 Leo Liu <sdl.web@gmail.com>
15557
15558 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15559 current buffer.
15560 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15561 LOCAL is nil.
15562
15563 2012-04-18 Chong Yidong <cyd@gnu.org>
15564
15565 * simple.el (line-move): Use forward-line if in batch mode
15566 (Bug#11053).
15567
15568 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15569
15570 * files.el (after-find-file): Do not try to add a final newline if
15571 the buffer is read-only (Bug#11156).
15572
15573 2012-04-17 Richard Stallman <rms@gnu.org>
15574
15575 * mail/rmail.el (rmail-start-mail):
15576 Pass (rmail-mail-return...) for the return-action.
15577 Pass (rmail-yank-current-message...) for the yank-action.
15578 (rmail-yank-current-message): New function.
15579 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15580 (rmail-reply): Likewise.
15581 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15582
15583 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15584 buffer, not the last. Reject temp buffers. Use the rmail-mode
15585 buffer, not newbuf.
15586
15587 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * server.el (server-ensure-safe-dir): Simplify.
15590
15591 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15592
15593 * emacs-lisp/smie.el: Provide smarter auto-filling.
15594 (smie-auto-fill): New function.
15595 (smie-setup): Use it.
15596
15597 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15598
15599 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15600
15601 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15602 (comment-indent): Use it.
15603
15604 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15605
15606 * ses.el: The overall change is to add cell renaming, that is
15607 setting fancy names for cell symbols other than name matching
15608 "\\`[A-Z]+[0-9]+\\'" regexp .
15609 (ses-localvars): Add ses--renamed-cell-symb-list.
15610 (ses-create-cell-variable): New defun.
15611 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15612 (ses-relocate-formula): Relocate formulas only for cells the
15613 symbols of which are not renamed, i.e. symbols whose names do not
15614 match regexp "\\`[A-Z]+[0-9]+\\'".
15615 (ses-relocate-all): Relocate values only for cells the symbols of
15616 which are not renamed.
15617 (ses-load): Create cells variables as the (ses-cell ...) are read,
15618 in order to check row col consistency with cell symbol name only
15619 for cells that are not renamed.
15620 (ses-replace-name-in-formula): New defun.
15621 (ses-rename-cell): New defun.
15622
15623 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15624
15625 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15626 New option (bug#11118).
15627 (perl-calculate-indent): Respect it.
15628
15629 2012-04-17 Glenn Morris <rgm@gnu.org>
15630
15631 * dired-aux.el (dired-mark-read-string): Doc fix.
15632
15633 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15634
15635 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15636 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15637
15638 2012-04-17 Glenn Morris <rgm@gnu.org>
15639
15640 * mouse.el (mouse-drag-track):
15641 * speedbar.el (speedbar-frame-mode):
15642 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15643
15644 2012-04-16 Leo Liu <sdl.web@gmail.com>
15645
15646 * progmodes/python.el: Trivial cleanup.
15647
15648 2012-04-16 Glenn Morris <rgm@gnu.org>
15649
15650 * vc/vc.el (vc-string-prefix-p):
15651 * vc/pcvs-util.el (cvs-string-prefix-p):
15652 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15653 * mpc.el (mpc-string-prefix-p):
15654 Make all of these into obsolete aliases for string-prefix-p.
15655 Update callers.
15656 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15657
15658 * textmodes/two-column.el: Move custom options to the start.
15659 (frame-width): Remove compat definition.
15660 (2C-associate-buffer, 2C-dissociate):
15661 Use with-current-buffer rather than save-excursion.
15662 (2C-dissociate): Force a mode-line update.
15663 (2C-autoscroll): Use ignore-errors.
15664
15665 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15666 Autoload trivia.
15667
15668 * emacs-lisp/cl-extra.el (*random-state*):
15669 Remove unnecessary declaration.
15670
15671 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15672
15673 * play/cookie1.el (cookie-snarf):
15674 Give an explicit error if input file cannot be read.
15675
15676 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15677
15678 * progmodes/perl-mode.el (c-macro-expand):
15679 Remove unnecessary autoload (it is in loaddefs.el).
15680
15681 * textmodes/picture.el (picture-desired-column)
15682 (picture-update-desired-column): Convert comments to doc-strings.
15683 (picture-substitute): Remove function.
15684 (picture-mode-map): Initialize in the defvar.
15685
15686 * woman.el: Remove eval-after-load for tar-mode.
15687 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15688 (woman-tar-extract-file): Autoload it.
15689
15690 * frame.el (automatic-hscrolling): Make this alias obsolete.
15691
15692 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15693
15694 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15695 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15696 (ispell-dictionary-base-alist): Revert to original XEmacs
15697 friendly version for default. [:alpha:] will be added in
15698 `ispell-set-spellchecker-params' if needed.
15699
15700 2012-04-16 Chong Yidong <cyd@gnu.org>
15701
15702 * image.el (imagemagick--file-regexp): New variable.
15703 (imagemagick-register-types): Use it.
15704 (imagemagick-types-inhibit): Add :set function. Allow new value
15705 of t to inhibit all types.
15706
15707 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15708 so we can preload it.
15709
15710 * loadup.el (fboundp): Preload regexp-opt, needed by
15711 imagemagick-register-types.
15712
15713 2012-04-15 Chong Yidong <cyd@gnu.org>
15714
15715 * frame.el (scrolling): Remove nearly unused customization group.
15716
15717 * scroll-all.el (scroll-all-mode): Move to windows group.
15718
15719 2012-04-15 Chong Yidong <cyd@gnu.org>
15720
15721 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15722
15723 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15726 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15727
15728 2012-04-15 Glenn Morris <rgm@gnu.org>
15729
15730 * simple.el (process-file-side-effects): Doc fix.
15731
15732 2012-04-15 Glenn Morris <rgm@gnu.org>
15733
15734 * international/mule-cmds.el (set-language-environment): Doc fix.
15735
15736 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15737
15738 * server.el (server-auth-key, server-generate-key): Doc fixes.
15739 (server-get-auth-key): Doc fix. Use `string-match-p'.
15740 (server-start): Reflow docstring.
15741
15742 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15743
15744 * server.el (server-generate-key): `called-interactively-p'
15745 requires a parameter.
15746
15747 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15748
15749 * server.el (server-auth-key): New variable.
15750 (server-generate-key, server-get-auth-key): New function.
15751 (server-start): Use the new variable and functions to allow
15752 setting a permanent server key (bug#9423).
15753
15754 2012-04-14 Leo Liu <sdl.web@gmail.com>
15755
15756 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15757
15758 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15759
15760 Spelling fixes.
15761 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15762 Emacs uses American spelling.
15763
15764 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15765
15766 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15767 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15768 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15769 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15770
15771 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * progmodes/which-func.el (which-func-modes): Change default.
15774
15775 2012-04-14 Kim F. Storm <storm@cua.dk>
15776
15777 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15778 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15779
15780 2012-04-14 Chong Yidong <cyd@gnu.org>
15781
15782 * custom.el (custom-theme-set-variables): Doc fix.
15783
15784 2012-04-14 Glenn Morris <rgm@gnu.org>
15785
15786 * international/mule.el (set-auto-coding-for-load): Doc fix.
15787
15788 2012-04-14 Alan Mackenzie <acm@muc.de>
15789
15790 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15791 imenu work again for Objective C Mode. Correct the *-index values,
15792 these having been disturbed by a previous change in 2011-08.
15793
15794 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15795 Correct two search limits.
15796
15797 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15798
15799 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15800
15801 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15802
15803 * international/characters.el: Fix sorting.
15804
15805 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15806
15807 * international/characters.el: Add more missing Latin case pairs.
15808
15809 2012-04-14 Glenn Morris <rgm@gnu.org>
15810
15811 * files.el (dir-locals-set-class-variables): Doc fix.
15812
15813 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15814
15815 * international/characters.el: Add set-case-syntax-pair call for
15816 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15817 counterpart. (Bug#11209)
15818
15819 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15820
15821 2012-04-14 Glenn Morris <rgm@gnu.org>
15822
15823 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15824
15825 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15826
15827 * textmodes/ispell.el (ispell-dictionary-base-alist):
15828 Add data for Hebrew.
15829
15830 2012-04-14 Chong Yidong <cyd@gnu.org>
15831
15832 * net/rcirc.el (rcirc-cmd-quit):
15833 Revert 2012-03-18 change (Bug#11192).
15834
15835 2012-04-14 Glenn Morris <rgm@gnu.org>
15836
15837 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15838
15839 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15840
15841 * minibuffer.el (completion-in-region-mode-map):
15842 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15843
15844 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15845
15846 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15847
15848 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15849
15850 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15851 to allow `C-M-f' and `C-M-b' to move to the nearest path
15852 separator (bug#9511).
15853
15854 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15855
15856 * avoid.el: Require cl when compiling. And also move the
15857 `provide' to the end.
15858
15859 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15860
15861 * avoid.el (mouse-avoidance-banish-position): New variable.
15862 (mouse-avoidance-banish-destination): Use it (bug#10165).
15863
15864 2012-04-13 Leo Liu <sdl.web@gmail.com>
15865
15866 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15867
15868 2012-04-13 Ken Brown <kbrown@cornell.edu>
15869
15870 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15871 this is no longer needed now that cygstart understands file:// URLs.
15872 (browse-url-filename-alist): For the same reason, don't modify
15873 file:// URLs on Cygwin.
15874
15875 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15878 the region on shift if the binding is already shifted (bug#11221).
15879
15880 2012-04-12 Glenn Morris <rgm@gnu.org>
15881
15882 * mail/mailpost.el: Move to obsolete/.
15883
15884 2012-04-12 Drew Adams <drew.adams@oracle.com>
15885
15886 * imenu.el (imenu--generic-function): Ignore invisible definitions
15887 (bug#10123).
15888
15889 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15890
15891 * hexl.el (hexl-bits): New variable.
15892 (hexl-options): Mention the variable in the doc string.
15893 (hexl-rulerise, hexl-line-displen): New functions.
15894 (hexl-mode): Mention the new variable.
15895 (hexl-mode, hexl-current-address, hexl-current-address):
15896 Use the displen.
15897 (hexl-ascii-start-column): New function.
15898 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15899 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15900
15901 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15902
15903 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15904 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15905 the encoding, as expected by hunspell.
15906
15907 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15908
15909 * battery.el (battery--linux-sysfs-regexp): New const.
15910 (battery-status-function): Use it. Remove yeeloong special case.
15911 (battery-yeeloong-sysfs): Remove.
15912 (battery-echo-area-format): Remove yeeloong special case.
15913
15914 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15917 Reported by Noah Friedman.
15918
15919 * subr.el (read-passwd): Use read-string.
15920
15921 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15922
15923 * vcursor.el (vcursor-move): Increase the priority of the overlay
15924 (bug#9663).
15925
15926 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15927
15928 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15929 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15930
15931 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15932
15933 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15934 define-minor-mode (bug#10760).
15935
15936 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15937
15938 * progmodes/grep.el (rgrep): Tweak the find command line so
15939 that directories matching `grep-find-ignored-files' won't be
15940 pruned (bug#10351).
15941
15942 2012-04-11 Chong Yidong <cyd@gnu.org>
15943
15944 * startup.el (command-line): Remove support for long-obsolete
15945 variable font-lock-face-attributes.
15946
15947 2012-04-11 Glenn Morris <rgm@gnu.org>
15948
15949 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15950
15951 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * window.el (window--state-get-1): Obey window-point-insertion-type.
15954
15955 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15956
15957 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15958 to previous function when point is on the first character of a
15959 function. Take care of that in `narrow-to-defun' (bug#6157).
15960
15961 2012-04-11 Glenn Morris <rgm@gnu.org>
15962
15963 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15964 not just file-errors.
15965
15966 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15967 (vc-bzr-sha1): Use internal sha1.
15968
15969 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15972
15973 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15974
15975 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15976 that start in the middle of the line (bug#10496).
15977
15978 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15979
15980 * battery.el (battery-linux-proc-acpi): Only one battery is
15981 discharged at a time, but that seems to confuse battery.el when
15982 computing `rate-type' for the battery not being discharged
15983 (bug#10332).
15984
15985 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15988
15989 * international/quail.el: Use dolist and simplify.
15990 (quail-define-package, quail-update-keyboard-layout)
15991 (quail-define-rules): Use dolist.
15992 (quail-insert-kbd-layout, quail-get-translation): CSE.
15993
15994 * tmm.el: Use dolist, remove left over hook.
15995 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15996 Use dolist.
15997 (calendar-load-hook): Don't mess with it.
15998
15999 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16000 Use derived-mode-p. Run the diff asynchronously.
16001
16002 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16003
16004 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16005
16006 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16007
16008 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16009 (list-dynamic-libraries--loaded): New function.
16010 (list-dynamic-libraries--refresh): Use it.
16011
16012 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16013
16014 * progmodes/python.el (python-fill-paragraph):
16015 Make python-fill-region in a multiline string work when font-lock is
16016 disabled (bug#7018).
16017
16018 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
16019
16020 * language/european.el (cp775): Add oem/legacy (en)coding on
16021 DOS/MS Windows for the Baltic languages. There are still plenty
16022 of texts written in this encoding/codepage (bug#6519).
16023
16024 2012-04-10 Glenn Morris <rgm@gnu.org>
16025
16026 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16027 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16028
16029 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16030
16031 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16032 next-line "n" and previous-line "p" in order to make recentf more
16033 consistent with ibuffer, dired or org-mode (bug#9387).
16034
16035 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16036
16037 * image.el (put-image): Return the overlay created instead of the
16038 optional input string (bug#7834). Note that this may break code
16039 that is (for some reason or other) depending on `put-image'
16040 returning the string.
16041
16042 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16043
16044 * simple.el (zap-to-char): Allow zapping using input methods
16045 (bug#1580).
16046
16047 * textmodes/fill.el (fill-region): Leave point and mark where they
16048 were before filling (bug#5399).
16049
16050 2012-04-09 Glenn Morris <rgm@gnu.org>
16051
16052 * version.el (emacs-bzr-get-version):
16053 Handle lightweight checkouts of local branches.
16054
16055 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16056
16057 * international/characters.el: Recover lost case pairs. (Bug#11209)
16058
16059 2012-04-09 Chong Yidong <cyd@gnu.org>
16060
16061 * custom.el (custom-variable-p): Return nil for non-symbol
16062 arguments instead of signaling an error.
16063 (user-variable-p): Obsolete alias for custom-variable-p.
16064
16065 * apropos.el (apropos-variable):
16066 * files-x.el (read-file-local-variable):
16067 * simple.el (set-variable):
16068 * woman.el (woman-mini-help):
16069 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16070
16071 2012-04-09 Glenn Morris <rgm@gnu.org>
16072
16073 * startup.el (normal-top-level): Don't look for leim-list.el
16074 in places where it will not be found. (Bug#910)
16075
16076 * international/mule-cmds.el (set-default-coding-systems):
16077 * files.el (normal-mode):
16078 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16079 This function was removed with ucs-tables.el in 2008.
16080
16081 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16082
16083 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16084 ispell-encoding8-command to "-i", without a trailing space.
16085 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16086 separate command-line arguments, to specify the encoding, since
16087 that's how hunspell expects it.
16088
16089 2012-04-08 Glenn Morris <rgm@gnu.org>
16090
16091 * loadup.el: Load bindings before cus-start.
16092 This reduces somewhat the number of "rogue" settings in emacs -Q.
16093
16094 2012-04-07 Glenn Morris <rgm@gnu.org>
16095
16096 * version.el (emacs-bzr-get-version): New function.
16097 (emacs-bzr-version): New variable.
16098 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16099 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16100
16101 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16102
16103 * international/uni-bidi.el, international/uni-category.el:
16104 * international/uni-combining.el, international/uni-decimal.el:
16105 * international/uni-decomposition.el, international/uni-digit.el:
16106 * international/uni-lowercase.el, international/uni-mirrored.el:
16107 * international/uni-name.el, international/uni-numeric.el:
16108 * international/uni-titlecase.el, international/uni-uppercase.el:
16109 Update for Unicode 6.1.
16110
16111 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16112
16113 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16114
16115 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16116
16117 * window.el (shrink-window): Mention the `window-min-height'
16118 variable in the doc string.
16119
16120 2012-04-05 Bastien Guerry <bzg@altern.org>
16121
16122 * color.el (color-lighten-name): Fix typo.
16123
16124 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * server.el (server--on-display-p): New function.
16127 (server--on-display-p): Use it.
16128
16129 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16130
16131 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16132 (bug#11145).
16133
16134 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * comint.el (comint--common-quoted-suffix): Check string boundary
16137 before comparing (bug#11158).
16138 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16139
16140 2012-04-04 Chong Yidong <cyd@gnu.org>
16141
16142 * minibuffer.el (completion-extra-properties): Doc fix.
16143
16144 * subr.el (delayed-warnings-hook): Doc fix.
16145
16146 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16147
16148 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16149 selection (Bug#11159).
16150 (epa-insert-keys): Inform that the default public key will be
16151 exported if no key is selected.
16152
16153 2012-04-04 Richard Stallman <rms@gnu.org>
16154
16155 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16156
16157 2012-04-03 Chong Yidong <cyd@gnu.org>
16158
16159 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16160 mail-insert-file, not its obsolete alias mail-attach-file.
16161
16162 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16163
16164 * notifications.el (notifications-notify): Fix docstring.
16165
16166 2012-04-02 Glenn Morris <rgm@gnu.org>
16167
16168 * emacs-lisp/authors.el (authors-aliases): Another addition.
16169
16170 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16171
16172 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16173 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16174 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16175
16176 2012-04-01 Chong Yidong <cyd@gnu.org>
16177
16178 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16179 Handle root directory properly.
16180 (copy-directory): Caller changed.
16181
16182 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16183 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16184
16185 2012-03-31 Glenn Morris <rgm@gnu.org>
16186
16187 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16188
16189 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16190
16191 * calendar/calendar.el (calendar-window-list)
16192 (calendar-hide-window): Restore. (Bug#11140)
16193 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16194
16195 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16196
16197 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16198
16199 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16200 Check if file is a symlink (Bug#10489).
16201
16202 * files.el (copy-directory): Likewise.
16203
16204 2012-03-30 Chong Yidong <cyd@gnu.org>
16205
16206 * image.el (imagemagick-types-inhibit)
16207 (imagemagick-register-types): Doc fix.
16208
16209 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16210
16211 * textmodes/ispell.el (ispell-get-extended-character-mode):
16212 Disable extended-char-mode for hunspell. hunspell does not support it
16213 and treats ~word as ordinary words in pipe mode.
16214
16215 2012-03-30 Glenn Morris <rgm@gnu.org>
16216
16217 * tutorial.el (help-with-tutorial): Ensure local variables don't
16218 happen to make the buffer read-only. (Bug#11127)
16219
16220 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16221
16222 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16223 (perl-calculate-indent): Return `noindent' in strings.
16224
16225 2012-03-28 Sam Steingold <sds@gnu.org>
16226
16227 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16228 instead of the broken adhockery which does not prevent calendar
16229 buffers from being displayed at random after exit.
16230 (calendar-window-list, calendar-hide-window): Remove the broken
16231 adhockery.
16232
16233 2012-03-28 Glenn Morris <rgm@gnu.org>
16234
16235 * replace.el (query-replace-map): Doc fix.
16236
16237 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16238
16239 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16240 contents. (Bug#11109)
16241
16242 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16245 (bug#11077).
16246 (avl-tree--check, avl-tree--check-node): New funs.
16247
16248 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16249
16250 * window.el (switch-to-visible-buffer): New option.
16251 (switch-to-prev-buffer, switch-to-next-buffer):
16252 Observe switch-to-visible-buffer. Make sure that checking for a window
16253 showing a buffer already is done on the same frame.
16254
16255 2012-03-27 Glenn Morris <rgm@gnu.org>
16256
16257 * startup.el (mail-host-address): Doc fix.
16258
16259 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16262 than 197 variables.
16263
16264 2012-03-26 Ami Fischman <ami@fischman.org>
16265
16266 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16267
16268 2012-03-26 Glenn Morris <rgm@gnu.org>
16269
16270 * files.el (save-buffers-kill-emacs): Doc fix.
16271
16272 * startup.el (normal-top-level, command-line, command-line-1):
16273 Give them doc strings.
16274
16275 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16276
16277 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16278 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16279
16280 2012-03-25 Chong Yidong <cyd@gnu.org>
16281
16282 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16283 theme if it was previously enabled before (Bug#11031).
16284
16285 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16286 spec with custom-face-get-current-spec if its :shown-value is not
16287 determined yet (Bug#9337).
16288 (customize-create-theme, custom-theme-revert): Doc fixes.
16289
16290 * button.el (button-at): Minor addition to docstring.
16291
16292 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16293
16294 * vc/vc.el (vc-merge): Fix a prompt.
16295
16296 2012-03-24 Chong Yidong <cyd@gnu.org>
16297
16298 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16299 point (Bug#9623).
16300
16301 * button.el (button-at): Minor addition to docstring.
16302
16303 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * newcomment.el (comment-choose-indent): No space after BOL.
16306
16307 2012-03-22 Sam Steingold <sds@gnu.org>
16308
16309 * window.el (switch-to-prev-buffer): Revert last patch because the
16310 bug turned out to be an advertised feature (Elisp manual 28.14).
16311
16312 2012-03-22 Glenn Morris <rgm@gnu.org>
16313
16314 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16315 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16316
16317 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16318
16319 * net/network-stream.el (network-stream-open-starttls): Make error
16320 message under Windows be less misleading.
16321
16322 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16323
16324 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16325 understands (bug#9942).
16326
16327 2012-03-22 Chong Yidong <cyd@gnu.org>
16328
16329 * simple.el (end-of-visible-line): Handle return value of
16330 next-single-property-change properly (Bug#9371).
16331
16332 2012-03-22 Kenichi Handa <handa@m17n.org>
16333
16334 * international/quail.el (quail-insert-kbd-layout): Fix previous
16335 change. To avoid unwanted bidi reordering, use
16336 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16337
16338 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16339
16340 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16341 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16342 (ruby-beginning-of-indent): Be more careful with the difference
16343 between word-boundary and symbol boundary.
16344 (ruby-mode-syntax-table): Make : a symbol constituent.
16345
16346 2012-03-21 Andreas Politz <politza@fh-trier.de>
16347
16348 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16349
16350 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16351
16352 * progmodes/etags.el (tags-completion-at-point-function):
16353 Improve last fix.
16354
16355 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16356
16357 2012-03-21 Sam Steingold <sds@gnu.org>
16358
16359 * progmodes/etags.el (tags-completion-at-point-function):
16360 Avoid the error when point is inside the pattern.
16361
16362 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16363
16364 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16365 line (Bug#10855).
16366
16367 2012-03-21 Drew Adams <drew.adams@oracle.com>
16368
16369 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16370
16371 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16372
16373 * ido.el (ido-set-current-directory, ido-read-internal)
16374 (ido-choose-completion-string, ido-completion-help): Handle nil
16375 value of ido-completion-buffer (Bug#11008).
16376
16377 2012-03-21 Sam Steingold <sds@gnu.org>
16378
16379 * window.el (switch-to-prev-buffer): Do not switch to a visible
16380 window previous buffer, just like with the frame previous buffers.
16381
16382 2012-03-21 Chong Yidong <cyd@gnu.org>
16383
16384 * faces.el (make-face, make-empty-face, copy-face):
16385 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16386 Doc fixes.
16387
16388 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16391 (widget-complete): Remove broken use of it.
16392
16393 2012-03-20 Chong Yidong <cyd@gnu.org>
16394
16395 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16396 Use string-width and truncate-string-width to handle arbitrary
16397 characters.
16398
16399 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16400
16401 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16402 to draw rectangles, not squares. (Regression introduced by revno
16403 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16404
16405 2012-03-18 Chong Yidong <cyd@gnu.org>
16406
16407 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16408 it is not yet defined (for temacs).
16409
16410 2012-03-18 Leo Liu <sdl.web@gmail.com>
16411
16412 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16413 prefix.
16414
16415 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16416
16417 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16418 (ispell-choices-win-default-height, ispell-silently-savep)
16419 (ispell-dictionary-alist, ispell-encoding8-command)
16420 (ispell-check-version, ispell-aspell-find-dictionary)
16421 (ispell-valid-dictionary-list, ispell-words-keyword)
16422 (ispell-get-word, ispell-internal-change-dictionary)
16423 (ispell-region, ispell-skip-region-list)
16424 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16425 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16426 (ispell-message-text-end, ispell-message)
16427 (ispell-buffer-local-parsing): Doc fix.
16428
16429 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16430
16431 * htmlfontify.el: Add support for code block fontification for ODT
16432 export (Bug #9914).
16433 (hfy-optimisations): Define new option
16434 `body-text-only'
16435 (hfy-fontify-buffer): Honor above setting.
16436 (hfy-begin-span, hfy-end-span): New routines factored out form
16437 `hfy-fontify-buffer'.
16438 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16439 that permit insertion of custom tags.
16440 (hfy-fontify-buffer): Use above handlers.
16441 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16442 (hfy-face-to-css): Re-defined to be a variable.
16443 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16444 over multiple runs. This is made possible by having the caller let
16445 bind a special variable `hfy-user-sheet-assoc'.
16446 (htmlfontify-string): New defun.
16447 (hfy-compile-face-map): Make sure that the last char in the
16448 buffer is correctly fontified.
16449 (hfy-face-resolve-face): Whitespace only change.
16450
16451 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16452
16453 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16454 message more clear.
16455
16456 2012-03-16 Leo Liu <sdl.web@gmail.com>
16457
16458 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16459
16460 2012-03-16 Alan Mackenzie <acm@muc.de>
16461
16462 Further optimize the handling of large macros.
16463
16464 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16465 limit to a call of `c-literal-limits'.
16466 (c-determine-+ve-limit): New function.
16467 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16468 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16469 In CASE 5B, restrict a search limit to 500.
16470 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16471
16472 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16473 Restrict macro bounds to +-500 from after-change's BEG END.
16474
16475 2012-03-16 Leo Liu <sdl.web@gmail.com>
16476
16477 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16478
16479 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16480
16481 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16482 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16483
16484 2012-03-16 Glenn Morris <rgm@gnu.org>
16485
16486 * view.el (view-buffer, view-buffer-other-window)
16487 (view-buffer-other-frame): Doc fixes re special mode-class.
16488
16489 * subr.el (eval-after-load): If named feature is provided not from
16490 a file, run after-load forms. (Bug#10946)
16491
16492 * calendar/calendar.el (calendar-insert-at-column):
16493 Handle non-unit-width characters a bit better. (Bug#10978)
16494
16495 2012-03-15 Chong Yidong <cyd@gnu.org>
16496
16497 * emacs-lisp/ring.el (ring-extend): New function.
16498 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16499
16500 * comint.el (comint-read-input-ring)
16501 (comint-add-to-input-history): Grow comint-input-ring lazily.
16502
16503 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16504
16505 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16506 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16507
16508 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16509 (imenu-add-to-menubar): Don't add a redundant index.
16510 (imenu-update-menubar): Handle a dynamically composed keymap.
16511
16512 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16513
16514 * mail/sendmail.el (mail-encode-header):
16515 Bind rfc2047-encode-encoded-words to nil.
16516
16517 2012-03-13 Glenn Morris <rgm@gnu.org>
16518
16519 * calendar/calendar.el (calendar-string-spread):
16520 Handle non-unit-width characters a bit better. (Bug#10978)
16521
16522 2012-03-13 Leo Liu <sdl.web@gmail.com>
16523
16524 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16525 directory and file as argument (Bug#10822).
16526
16527 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16528
16529 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16530 For dynamically generated code, follow $PC.
16531 (gdb-disassembly-handler-custom): Handle no function name case.
16532
16533 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16534
16535 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16536 * emulation/ws-mode.el (ws-query-replace):
16537 * sort.el (sort-regexp-fields):
16538 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16539
16540 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16541
16542 * dabbrev.el: Fix cycle completion order (bug#10963).
16543 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16544 (dabbrev-completion): Don't use an obarray; provide
16545 a cycle-sort-function.
16546
16547 2012-03-12 Leo Liu <sdl.web@gmail.com>
16548
16549 * simple.el (kill-new): Use equal-including-properties for comparison.
16550 (kill-do-not-save-duplicates): Doc fix.
16551
16552 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 * dabbrev.el: Fix cycle completion (bug#10963).
16555 Use lexical binding and wrap to 80 columns.
16556 (dabbrev-completion): Delay computing the list of completions.
16557
16558 2012-03-12 Kenichi Handa <handa@m17n.org>
16559
16560 * international/quail.el (quail-insert-kbd-layout): Surround each
16561 row by LRO and PDF instead of inserting many LRMs. Pad the left
16562 and right of each non-spacing marks. Insert invisible space
16563 between lower and upper characters to prevent composition.
16564
16565 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16566
16567 * minibuffer.el (minibuffer-complete): Don't get confused when the
16568 function is run twice via different commands (bug#10958).
16569 (complete-with-action): Fix docstring.
16570
16571 2012-03-12 Chong Yidong <cyd@gnu.org>
16572
16573 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16574 (nxml-completion-at-point-function): New function.
16575 (nxml-mode): Use it.
16576 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16577
16578 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16579 Load generated autoloads file before byte compiling (Bug#10970).
16580 (package--make-autoloads-and-compile): New helper fun.
16581
16582 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16583
16584 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16585
16586 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16587
16588 * autorevert.el (auto-revert-handler): Ensure, that
16589 file-readable-p is applied only for local files or in
16590 auto-revert-tail-mode.
16591
16592 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16593
16594 * server.el (server-eval-at): Handle non-tcp connections.
16595 Decode result string.
16596
16597 * server.el (server-msg-size): New constant.
16598 (server-reply-print): New function.
16599 (server-eval-and-print): Use it.
16600 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16601 Handle -print-nonl.
16602
16603 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16604
16605 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16606 (Bug#10987).
16607
16608 2012-03-11 Chong Yidong <cyd@gnu.org>
16609
16610 * simple.el (goto-line): Doc fix (Bug#9938).
16611
16612 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16613
16614 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16615 when finished (Bug#10963).
16616
16617 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16618
16619 * window.el (split-window-below): Fix bug in case where
16620 split-window-keep-point is nil (Bug#10971).
16621
16622 2012-03-11 Juri Linkov <juri@jurta.org>
16623
16624 * replace.el (replace-highlight): Set isearch-word to nil
16625 unconditionally. (Bug#10887)
16626
16627 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16628
16629 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16630 mairix-replace-illegal-chars; all callers changed. Don't remove
16631 ^, ~, and = characters: they are meaningful in mairix search specs.
16632 (mairix-widget-create-query): Add usage information about mairix
16633 search forms: negating words, searching for substrings, etc.
16634
16635 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16636
16637 * international/fontset.el (font-encoding-alist): Add an entry for
16638 ksx1001 (Bug#5667).
16639
16640 2012-03-10 Richard Stallman <rms@gnu.org>
16641
16642 * mail/sendmail.el (mail-encode-header):
16643 Set rfc2047-encode-encoded-words.
16644
16645 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16646
16647 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16648 view buffer means not swapped.
16649 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16650 (rmail-write-region-annotate): Error if real text has disappeared.
16651
16652 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16653
16654 2012-03-10 Chong Yidong <cyd@gnu.org>
16655
16656 * emulation/cua-rect.el (cua--init-rectangles):
16657 * emulation/cua-base.el (cua--init-keymaps):
16658 Add delete-forward-char to remappings (Bug#9666).
16659
16660 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16661
16662 * speedbar.el (speedbar-unhighlight-one-tag-line):
16663 Avoid unhighlighting due to frame switching (Bug#10275).
16664
16665 2012-03-10 Chong Yidong <cyd@gnu.org>
16666
16667 * minibuffer.el (completion-in-region, completion-help-at-point):
16668 Give the completion field overlay a high priority (Bug#6830).
16669
16670 * dired.el (dired-goto-file): Recognize absolute file name
16671 listings (Bug#7126).
16672 (dired-goto-file-1): New helper function.
16673 (dired-toggle-read-only): Inhibit warnings.
16674
16675 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16676
16677 * net/dbus.el (dbus-property-handler): Return empty array if
16678 there are no properties.
16679
16680 2012-03-09 Leo Liu <sdl.web@gmail.com>
16681
16682 * savehist.el (savehist-printable): Stricter check for string
16683 value (Bug#10937).
16684
16685 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16686
16687 * mail/smtpmail.el (smtpmail-send-it):
16688 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16689 valid mbox format.
16690
16691 2012-03-09 Glenn Morris <rgm@gnu.org>
16692
16693 * files.el (dir-locals-find-file):
16694 Don't check result is regular, readable.
16695 (dir-locals-read-from-file): Demote errors.
16696
16697 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16698
16699 * international/quail.el (quail-insert-kbd-layout):
16700 Insert invisible LRM characters before each character in a keyboard
16701 layout cell, to prevent their reordering by bidi display engine.
16702 For details, see the discussion in
16703 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16704
16705 2012-03-08 Alan Mackenzie <acm@muc.de>
16706
16707 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16708 the starting position; make it extend the marked region when
16709 invoked repeatedly - all under appropriate circumstances.
16710 Fixes bugs #5525, #10906.
16711
16712 2012-03-08 Glenn Morris <rgm@gnu.org>
16713
16714 * files.el (locate-dominating-file, dir-locals-find-file):
16715 Undo 2012-03-06 change.
16716
16717 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16718
16719 * international/quail.el (quail-help):
16720 Force bidi-paragraph-direction be left-to-right. See discussion in
16721 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16722 for the reason.
16723
16724 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16725
16726 Avoid superfluous registering of signals. (Bug#10807)
16727
16728 * notifications.el (notifications-on-action-object)
16729 (notifications-on-close-object): New defvars.
16730 (notifications-on-action-signal, notifications-on-closed-signal):
16731 Unregister the signal if not needed any longer.
16732 (notifications-notify): Register `notifications-action-signal' or
16733 `notifications-closed-signal', if :on-action or :on-close has been
16734 passed as argument.
16735
16736 2012-03-07 Chong Yidong <cyd@gnu.org>
16737
16738 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16739 non-X platforms.
16740
16741 2012-03-06 Glenn Morris <rgm@gnu.org>
16742
16743 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16744 (x-disown-selection-internal, x-get-selection-internal):
16745 Doc fix (add arglist signatures). (Bug#10783)
16746
16747 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16748
16749 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16750 Handle breakpoints with no "type".
16751
16752 2012-03-06 Glenn Morris <rgm@gnu.org>
16753
16754 * files.el (locate-dominating-file): Add optional predicate argument.
16755 (dir-locals-find-file): Make use of above change.
16756
16757 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16758
16759 * info.el (Info-insert-dir): Also try "dir.gz".
16760
16761 2012-03-06 Glenn Morris <rgm@gnu.org>
16762
16763 * files.el (dir-locals-find-file):
16764 Ignore non-readable or non-regular files. (Bug#10928)
16765
16766 * files.el (locate-dominating-file): Doc fix.
16767
16768 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16769
16770 * calendar/calendar.el (calendar-set-mode-line):
16771 `getenv' returns a string. (Bug#10951)
16772
16773 2012-03-05 Leo Liu <sdl.web@gmail.com>
16774
16775 * simple.el (backward-delete-char-untabify): Constrain point to
16776 field (Bug#10939).
16777
16778 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16779
16780 2012-03-05 Chong Yidong <cyd@gnu.org>
16781
16782 * simple.el (count-words): If called from Lisp, return the word
16783 count, for symmetry with `count-lines'. Arglist changed.
16784 (count-words--message): Args changed. Consolidate counting code
16785 from count-words and count-words-region.
16786 (count-words-region): Caller changed.
16787 (count-lines-region): Make it an obsolete alias.
16788
16789 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16790
16791 * saveplace.el (save-place-to-alist)
16792 (save-place-ignore-files-regexp): Allow value nil to disable this
16793 feature.
16794
16795 2012-03-04 Chong Yidong <cyd@gnu.org>
16796
16797 * faces.el (face-spec-reset-face): For the default face, reset the
16798 attributes to default values (Bug#10748).
16799
16800 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16801
16802 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16803 previous patch: Check `message-send-mail-function', and not the
16804 default function (bug#10897).
16805
16806 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16807
16808 * notifications.el (notifications-on-action-signal)
16809 (notifications-on-closed-signal): Check for unique service name of
16810 incoming event. Fix error in removing entry.
16811 (top): Register for signals with wildcard service name.
16812 (notifications-notify): Use daemon unique service name for map entries.
16813
16814 2012-03-04 Chong Yidong <cyd@gnu.org>
16815
16816 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16817
16818 2012-03-04 Glenn Morris <rgm@gnu.org>
16819
16820 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16821 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16822 (expand-abbrev, define-abbrev-table): Doc fixes.
16823
16824 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16825
16826 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16827 `message-default-send-mail-function' and not `send-mail-function'
16828 when doing the prompting for `sendmail-query-once' before sending
16829 in Message buffers (bug#10897).
16830
16831 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16832 This is inconsistent with all the other stream functions, which leave
16833 the setting up to the higher levels (if so wanted) (bug#10931).
16834
16835 2012-03-02 Alan Mackenzie <acm@muc.de>
16836
16837 Depessimize the handling of very large macros.
16838
16839 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16840 (c-macro-cache-syntactic): New variables to implement a one
16841 element macro cache.
16842 (c-invalidate-macro-cache): New function.
16843 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16844 Adapt to use the new cache.
16845 (c-state-safe-place): Use better the cache of safe positions.
16846 (c-state-semi-nonlit-pos-cache)
16847 (c-state-semi-nonlit-pos-cache-limit):
16848 New variables for...
16849 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16850 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16851 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16852 Use c-state-semi-safe-place.
16853
16854 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16855 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16856
16857 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16858
16859 * jka-compr.el (jka-compr-call-process):
16860 Apply `file-accessible-directory-p' only when the default directory is
16861 not remote.
16862
16863 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16864
16865 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16866 access of FILE2, if FILE1 does not exist.
16867
16868 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16869 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16870
16871 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16872 Add "PAGER=" to `process-environment'.
16873
16874 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16875
16876 * progmodes/sql.el: Bug fix
16877 (sql-get-login-ext): Save login values in globals.
16878 (sql-get-login): Use new version of `sql-get-login-ext'.
16879 (sql-interactive-mode): Set global `sql-connection' to nil.
16880 (sql-connect): Set global values for connection.
16881 (sql-product-interactive): Save global values as buffer local.
16882
16883 2012-02-29 Leo Liu <sdl.web@gmail.com>
16884
16885 * abbrev.el (define-abbrevs): Reset sys to nil.
16886
16887 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16888
16889 * files.el (file-equal-p): Rename from `files-equal-p'.
16890 Return nil when one or both files don't exist.
16891 (file-subdir-of-p): Now only top directory must exists,
16892 return nil if it doesn't.
16893 (copy-directory): No need to test with `file-subdir-of-p' after
16894 creating dir.
16895 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16896 to `file-equal-p'.
16897
16898 2012-02-28 Glenn Morris <rgm@gnu.org>
16899
16900 * shell.el (shell-mode):
16901 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16902 * play/landmark.el (landmark-font-lock-face-O):
16903 * play/handwrite.el (handwrite):
16904 * play/gomoku.el (gomoku-O):
16905 * net/browse-url.el (browse-url-browser-display):
16906 * international/mule.el (define-charset):
16907 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16908 * filesets.el (filesets-find-file-delay):
16909 * eshell/em-xtra.el (eshell-xtra):
16910 * eshell/em-unix.el (eshell-grep):
16911 * emulation/viper.el (viper-mode):
16912 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16913 * emacs-lisp/easymenu.el (easy-menu-define):
16914 * calendar/timeclock.el (timeclock-use-display-time):
16915 * bs.el (bs-mode):
16916 * bookmark.el (bookmark-save-flag):
16917 Doc fix (standardize possessive apostrophe usage).
16918
16919 2012-02-27 Chong Yidong <cyd@gnu.org>
16920
16921 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16922 Fix key-binding lookup for ESC key (Bug#9146).
16923
16924 * font-lock.el (font-lock-specified-p): Rename from
16925 font-lock-spec-present. Callers changed.
16926
16927 2012-02-27 Daniel Hackney <dan@haxney.org>
16928
16929 * emacs-lisp/package.el (package-compute-transaction):
16930 Handle holding a package version to t in package-load-list.
16931
16932 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16933
16934 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16935 (tramp-get-inode, tramp-get-device): Use cached values.
16936
16937 2012-02-26 Alan Mackenzie <acm@muc.de>
16938
16939 Check there is a font-lock specification before doing initial
16940 fontification.
16941
16942 * font-core.el (font-lock-mode): Move the conditional from
16943 :after-hook to font-lock-initial-fontify.
16944 (font-lock-default-function): Move the check for a specification
16945 to font-lock-spec-present.
16946
16947 * font-lock.el (font-lock-initial-fontify): Call ...
16948 (font-lock-spec-present): New function.
16949
16950 2012-02-26 Jim Blandy <jimb@red-bean.com>
16951
16952 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16953 (gdb-send): Apply it to the operand of the '-interpreter-exec
16954 console' command, so that we can pass arguments with (say) quotes
16955 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16956
16957 2012-02-26 Chong Yidong <cyd@gnu.org>
16958
16959 * help-fns.el (describe-function-1): Clarify description of
16960 remapping (Bug#10844).
16961
16962 * files.el (files-equal-p): Doc fix.
16963 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16964 and quit the loop once a mismatch is found.
16965
16966 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16967
16968 * bs.el (bs--show-with-configuration): Don't throw an error
16969 if the window cannot be split; otherwise, subsequent calls to
16970 bs-show fail, restoring a stale window config. (Bug#10882)
16971
16972 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16973
16974 * term/ns-win.el (global-map): Bind ns-drag-file to
16975 ns-find-file (Bug#5855, Bug#10050).
16976
16977 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16978
16979 * calendar/parse-time.el (parse-time-string): Allow extractor to
16980 return nil.
16981
16982 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16983
16984 * net/tramp.el (tramp-file-name-for-operation):
16985 Add `files-equal-p' and `file-subdir-of-p'.
16986
16987 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16988 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16989 Add COPY-CONTENTS argument.
16990
16991 2012-02-25 Chong Yidong <cyd@gnu.org>
16992
16993 Add custom groups for VC backends, for consistency with vc-bzr.
16994
16995 * vc/vc-arch.el (vc-arch):
16996 * vc/vc-cvs.el (vc-cvs):
16997 * vc/vc-git.el (vc-git):
16998 * vc/vc-hg.el (vc-hg):
16999 * vc/vc-mtn.el (vc-mtn):
17000 * vc/vc-rcs.el (vc-rcs):
17001 * vc/vc-sccs.el (vc-sccs):
17002 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17003 All relevant defcustoms reassigned.
17004
17005 2012-02-25 Chong Yidong <cyd@gnu.org>
17006
17007 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17008
17009 * term/x-win.el (x-initialize-window-system): Reduce default for
17010 x-selection-timeout to 5 seconds (Bug#8869).
17011
17012 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17013
17014 * files.el (files-equal-p, file-subdir-of-p): New functions.
17015 (copy-directory): Error when trying to copy a directory on itself.
17016 Add missing copy-contents arg to tramp handler.
17017 * dired-aux.el (dired-copy-file-recursive): Same.
17018 (dired-create-files): Modify destination when source is equal to
17019 dest when copying files.
17020 Return also when dest is a subdir of source. (Bug#10489)
17021
17022 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17023
17024 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17025 (Bug#10874)
17026
17027 2012-02-23 Alan Mackenzie <acm@muc.de>
17028
17029 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17030 parameter "after-hook:" to allow the expansion to run code after
17031 the execution of the mode hooks.
17032
17033 * font-lock.el (font-lock-initial-fontify): New function extracted
17034 from font-lock-mode-internal.
17035
17036 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17037 :after-hook.
17038
17039 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17042 (completion--cache-all-sorted-completions): New function.
17043 (completion-all-sorted-completions): Use it.
17044 (completion--do-completion, minibuffer-force-complete):
17045 Use it to re-instate the flush hook.
17046
17047 * icomplete.el (icomplete-completions): Replace last fix with a better
17048 one (bug#10850).
17049
17050 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17051
17052 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17053 when it might call us back infinitely (bug#10797).
17054
17055 2012-02-23 Glenn Morris <rgm@gnu.org>
17056
17057 * minibuffer.el (completion-category-overrides): Doc fix.
17058
17059 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17062 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17063
17064 2012-02-23 Glenn Morris <rgm@gnu.org>
17065
17066 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17067 (authors-obsolete-files-regexps, authors-ignored-files)
17068 (authors-ambiguous-files, authors-renamed-files-alist):
17069 Add more entries.
17070
17071 2012-02-23 Juri Linkov <juri@jurta.org>
17072
17073 * isearch.el (isearch-occur): Sync interactive spec with occur's
17074 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17075
17076 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17077
17078 2012-02-22 Juri Linkov <juri@jurta.org>
17079
17080 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17081 (ucs-insert): Doc fix. Check for hex digits in the string.
17082 Don't display `nil' in the error message. (Bug#10857)
17083
17084 2012-02-22 Alan Mackenzie <acm@muc.de>
17085
17086 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17087
17088 2012-02-22 Glenn Morris <rgm@gnu.org>
17089
17090 * ffap.el (ffap-c-path):
17091 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17092
17093 2012-02-22 Chong Yidong <cyd@gnu.org>
17094
17095 * custom.el (load-theme): Doc fix.
17096
17097 2012-02-22 Glenn Morris <rgm@gnu.org>
17098
17099 * dired-x.el (dired-guess-shell-alist-default):
17100 Remove escape sequences from nroff output. (Bug#172)
17101
17102 2012-02-21 Glenn Morris <rgm@gnu.org>
17103
17104 * vc/emerge.el (emerge-defvar-local):
17105 Set `permanent-local' property rather than unused `preserved'.
17106
17107 * textmodes/picture.el (picture-delete-char): New alias.
17108 (picture-mode-map): Use it. (Bug#10860)
17109 (picture-mode): Doc fix.
17110
17111 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * newcomment.el (uncomment-region-default): Remove unused binding.
17114
17115 2012-02-21 Glenn Morris <rgm@gnu.org>
17116
17117 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17118 (picture-self-insert, picture-tab-chars): Doc fix.
17119 (picture-mode-map): Fix C-a, C-e.
17120
17121 2012-02-20 Glenn Morris <rgm@gnu.org>
17122
17123 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17124
17125 2012-02-20 Leo Liu <sdl.web@gmail.com>
17126
17127 * icomplete.el (icomplete-completions): Check FROM arg before
17128 passing to substring (Bug#10850).
17129
17130 2012-02-19 Chong Yidong <cyd@gnu.org>
17131
17132 * comint.el: Require ansi-color.
17133 (comint-output-filter-functions): Add ansi-color-process-output.
17134
17135 * ansi-color.el: Don't set comint-output-filter-functions; it is
17136 now in the initial value defined in comint.el.
17137 (ansi-color-apply-face-function): New variable.
17138 (ansi-color-apply-on-region): Use it.
17139 (ansi-color-apply-overlay-face): New function.
17140
17141 * shell.el (shell): No need to require ansi-color.
17142 (shell-mode): Use ansi-color-apply-face-function to highlight
17143 color escapes using font-lock-face property (Bug#10835).
17144
17145 2012-02-19 Chong Yidong <cyd@gnu.org>
17146
17147 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17148 mode-line formats (Bug#10839).
17149
17150 2012-02-18 Glenn Morris <rgm@gnu.org>
17151
17152 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17153
17154 * mail/undigest.el (unforward-rmail-message): Doc fix.
17155
17156 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17157
17158 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17159
17160 * international/characters.el (script-list): Sync with the latest
17161 Unicode Character Database.
17162
17163 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17164
17165 * international/titdic-cnv.el: Remove duplicate coding tag.
17166 * language/cham.el: Likewise.
17167 * language/tai-viet.el: Likewise.
17168
17169 2012-02-18 Glenn Morris <rgm@gnu.org>
17170
17171 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17172 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17173 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17174 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17175 * calendar/holidays.el (holiday-bahai-holidays)
17176 (calendar-holidays, list-holidays):
17177 Use utf-8 Bahá'í in doc-strings, menus, etc.
17178
17179 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17180
17181 * saveplace.el (save-place-ignore-files-regexp): New variable
17182 allowing for excluding files from saving their location of point.
17183 The default value matches the temporary commit message editing
17184 files from Git, SVN, Bazaar, and Mercurial.
17185 (save-place-to-alist): Use it.
17186
17187 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17188 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * newcomment.el (uncomment-region-default): Don't leave extra space
17191 when an arg is provided (bug#8150).
17192
17193 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17194
17195 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17196
17197 2012-02-17 Glenn Morris <rgm@gnu.org>
17198
17199 * net/socks.el: Require network-stream. (Bug#10599)
17200
17201 2012-02-17 Kenichi Handa <handa@m17n.org>
17202
17203 * international/charprop.el:
17204 * international/uni-name.el:
17205 * international/uni-old-name.el:
17206 * international/uni-comment.el: Regenerate.
17207
17208 2012-02-16 Glenn Morris <rgm@gnu.org>
17209
17210 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17211 Interactively in calendar buffer, give an error if not on a date.
17212
17213 2012-02-15 Glenn Morris <rgm@gnu.org>
17214
17215 * shell.el (shell-delimiter-argument-list):
17216 Revert 2011-02-17 change. (Bug#8027)
17217
17218 2012-02-15 Chong Yidong <cyd@gnu.org>
17219
17220 * minibuffer.el (completion-at-point-functions): Doc fix.
17221
17222 * custom.el (defcustom): Doc fix; note use of defvar.
17223
17224 2012-02-15 Glenn Morris <rgm@gnu.org>
17225
17226 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17227 Doc fixes.
17228
17229 2012-02-14 Glenn Morris <rgm@gnu.org>
17230
17231 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17232
17233 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17234
17235 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17236 way the ports list is computed.
17237 (smtpmail-query-smtp-server): Prompt the user for a port number if
17238 we can't connect to any of the standard ports (bug#10810).
17239
17240 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17241
17242 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17243
17244 2012-02-13 Glenn Morris <rgm@gnu.org>
17245
17246 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17247
17248 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17249
17250 * net/gnutls.el (gnutls-trustfiles): New variable.
17251 (gnutls-negotiate): Use it.
17252
17253 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17254
17255 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17256 does its stuff if Gnus is running.
17257
17258 2012-02-13 Alan Mackenzie <acm@muc.de>
17259
17260 Fix a loop in c-set-fl-decl-start.
17261
17262 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17263 c-backward-syntactic-ws actually moves backwards.
17264
17265 2012-02-13 Leo Liu <sdl.web@gmail.com>
17266
17267 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17268 beginning so that all \C-o chars are removed.
17269
17270 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17271
17272 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17273
17274 2012-02-12 Alan Mackenzie <acm@muc.de>
17275
17276 Fix infinite loop with long macros.
17277 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17278
17279 2012-02-12 Chong Yidong <cyd@gnu.org>
17280
17281 * window.el (display-buffer): Doc fix (Bug#10785).
17282
17283 2012-02-12 Glenn Morris <rgm@gnu.org>
17284
17285 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17286 (x-disown-selection-internal, x-get-selection-internal):
17287 Sync docs with the xselect.c versions.
17288
17289 * allout-widgets.el: Add missing license notice.
17290
17291 2012-02-11 Glenn Morris <rgm@gnu.org>
17292
17293 * select.el (x-get-selection-internal, x-own-selection-internal)
17294 (x-disown-selection-internal):
17295 * x-dnd.el (x-get-selection-internal): Update declarations.
17296
17297 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17298
17299 * window.el (window-sides-slots):
17300 * tool-bar.el (tool-bar-position):
17301 * term/xterm.el (xterm-extra-capabilities):
17302 * ses.el (ses-self-reference-early-detection):
17303 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17304 (verilog-auto-wire-type)
17305 (verilog-auto-delete-trailing-whitespace)
17306 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17307 (verilog-auto-tieoff-declaration):
17308 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17309 (sql-oracle-statement-starters, sql-oracle-scan-on):
17310 * progmodes/prolog.el (prolog-align-comments-flag)
17311 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17312 (prolog-left-indent-regexp, prolog-paren-indent-p)
17313 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17314 (prolog-types, prolog-mode-specificators)
17315 (prolog-determinism-specificators, prolog-directives)
17316 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17317 (prolog-electric-dot-flag)
17318 (prolog-electric-dot-full-predicate-template)
17319 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17320 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17321 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17322 (prolog-program-switches, prolog-prompt-regexp)
17323 (prolog-debug-on-string, prolog-debug-off-string)
17324 (prolog-trace-on-string, prolog-trace-off-string)
17325 (prolog-zip-on-string, prolog-zip-off-string)
17326 (prolog-use-standard-consult-compile-method-flag)
17327 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17328 (prolog-imenu-max-lines, prolog-info-predicate-index)
17329 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17330 (prolog-char-quote-workaround):
17331 * progmodes/cc-vars.el (c-defun-tactic):
17332 * net/tramp.el (tramp-encoding-command-interactive)
17333 (tramp-local-end-of-line):
17334 * net/soap-client.el (soap-client):
17335 * net/netrc.el (netrc-file):
17336 * net/gnutls.el (gnutls):
17337 * minibuffer.el (completion-category-overrides)
17338 (completion-cycle-threshold)
17339 (completion-pcm-complete-word-inserts-delimiters):
17340 * man.el (Man-name-local-regexp):
17341 * mail/feedmail.el (feedmail-display-full-frame):
17342 * international/characters.el (glyphless-char-display-control):
17343 * eshell/em-ls.el (eshell-ls-date-format):
17344 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17345 (lisp-lambda-list-keyword-parameter-indentation)
17346 (lisp-lambda-list-keyword-parameter-alignment):
17347 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17348 * dired-x.el (dired-omit-verbose):
17349 * cus-theme.el (custom-theme-allow-multiple-selections):
17350 * calc/calc.el (calc-highlight-selections-with-faces)
17351 (calc-lu-field-reference, calc-lu-power-reference)
17352 (calc-note-threshold):
17353 * battery.el (battery-mode-line-limit):
17354 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17355 (archive-7z-update):
17356 * allout.el (allout-prefixed-keybindings)
17357 (allout-unprefixed-keybindings)
17358 (allout-inhibit-auto-fill-on-headline)
17359 (allout-flattened-numbering-abbreviation):
17360 * allout-widgets.el (allout-widgets-auto-activation)
17361 (allout-widgets-icons-dark-subdir)
17362 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17363 (allout-widgets-theme-dark-background)
17364 (allout-widgets-theme-light-background)
17365 (allout-widgets-item-image-properties-emacs)
17366 (allout-widgets-item-image-properties-xemacs)
17367 (allout-widgets-run-unit-tests-on-load)
17368 (allout-widgets-time-decoration-activity)
17369 (allout-widgets-hook-error-post-time)
17370 (allout-widgets-track-decoration):
17371 Add missing :version tags to new defcustoms and defgroups.
17372
17373 * progmodes/sql.el (sql-ansi-statement-starters)
17374 (sql-oracle-statement-starters): Add custom type.
17375
17376 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17377 (prolog-system-version): Give it a type.
17378
17379 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17380
17381 * term/pc-win.el (x-select-text, x-selection-owner-p)
17382 (x-own-selection-internal, x-disown-selection-internal)
17383 (x-get-selection-internal): Sync doc strings and argument lists
17384 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17385
17386 2012-02-11 Leo Liu <sdl.web@gmail.com>
17387
17388 * progmodes/python.el (python-end-of-statement): Fix infinite
17389 loop. (Bug#10788)
17390
17391 2012-02-10 Glenn Morris <rgm@gnu.org>
17392
17393 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17394 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17395
17396 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17397
17398 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17399 about SMTP before checking the From header.
17400
17401 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17402 into own function for reuse by emacsbug.el.
17403
17404 2012-02-10 Leo Liu <sdl.web@gmail.com>
17405
17406 * subr.el (condition-case-unless-debug): Rename from
17407 condition-case-no-debug. All callers changed.
17408 (with-demoted-errors): Fix caller.
17409
17410 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17411 * nxml/rng-valid.el (rng-do-some-validation):
17412 * emacs-lisp/package.el (package-refresh-contents)
17413 (package-menu-execute):
17414 * desktop.el (desktop-create-buffer):
17415 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17416
17417 2012-02-10 Glenn Morris <rgm@gnu.org>
17418
17419 * textmodes/bibtex.el:
17420 Add missing :version tags for new/changed defcustoms.
17421
17422 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17423
17424 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17425
17426 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17427 (smtpmail-via-smtp): Use it, or fall back on the From address.
17428 (smtpmail-send-it): Ditto.
17429
17430 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17433 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17434 (byte-compile-tmp-var): New const.
17435 (byte-compile-defvar): Use it to minimize .elc size.
17436 Just use `defvar' rather than simulate it (bug#10761).
17437
17438 2012-02-09 Glenn Morris <rgm@gnu.org>
17439
17440 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17441
17442 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17443 Add :version tags.
17444
17445 * progmodes/compile.el (compilation-error-screen-columns)
17446 (compilation-first-column, compilation-filter-start): Doc fixes.
17447
17448 * vc/log-view.el (log-view-toggle-entry-display):
17449 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17450
17451 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17452 (report-emacs-bug-can-use-xdg-email):
17453 (report-emacs-bug-insert-to-mailer): Doc fixes.
17454 (report-emacs-bug): Message fix.
17455
17456 * net/browse-url.el (browse-url-can-use-xdg-open)
17457 (browse-url-xdg-open): Doc fixes.
17458
17459 * electric.el (electric-indent-mode, electric-pair-mode)
17460 (electric-layout-rules, electric-layout-mode): Doc fixes.
17461 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17462
17463 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17464
17465 * server.el (server-unselect-display): Don't inadvertently kill
17466 the current buffer. (Bug#10729)
17467
17468 2012-02-08 Glenn Morris <rgm@gnu.org>
17469
17470 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17471 (sql-list-table): Doc fixes.
17472
17473 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17474 Comment out (does nothing).
17475
17476 * completion.el (dynamic-completion-mode):
17477 * dirtrack.el (dirtrack-debug-mode):
17478 * electric.el (electric-layout-mode):
17479 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17480 * face-remap.el (text-scale-mode, buffer-face-mode):
17481 * iimage.el (iimage-mode):
17482 * image-mode.el (image-transform-mode):
17483 * minibuffer.el (completion-in-region-mode):
17484 * scroll-lock.el (scroll-lock-mode):
17485 * simple.el (next-error-follow-minor-mode):
17486 * tar-mode.el (tar-subfile-mode):
17487 * tooltip.el (tooltip-mode):
17488 * vcursor.el (vcursor-use-vcursor-map):
17489 * wid-browse.el (widget-minor-mode):
17490 * emulation/tpu-edt.el (tpu-edt-mode):
17491 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17492 * international/iso-ascii.el (iso-ascii-mode):
17493 * language/thai-util.el (thai-word-mode):
17494 * mail/supercite.el (sc-minor-mode):
17495 * net/goto-addr.el (goto-address-mode):
17496 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17497 * progmodes/cwarn.el (cwarn-mode):
17498 * progmodes/flymake.el (flymake-mode):
17499 * progmodes/glasses.el (glasses-mode):
17500 * progmodes/hideshow.el (hs-minor-mode):
17501 * progmodes/pascal.el (pascal-outline-mode):
17502 * textmodes/enriched.el (enriched-mode):
17503 * vc/smerge-mode.el (smerge-mode):
17504 Doc fixes (minor mode argument).
17505
17506 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17507
17508 * ls-lisp.el (ls-lisp-sanitize): New function.
17509 (ls-lisp-insert-directory): Use it to fix or remove any elements
17510 in file-alist with missing attributes. (Bug#4673)
17511
17512 2012-02-07 Alan Mackenzie <acm@muc.de>
17513
17514 Fix spurious recognition of c-in-knr-argdecl.
17515
17516 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17517 putative K&R region.
17518
17519 2012-02-07 Alan Mackenzie <acm@muc.de>
17520
17521 * progmodes/cc-engine.el (c-forward-objc-directive):
17522 Prevent looping in "#pragma mark @implementation".
17523
17524 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17525
17526 * notifications.el (notifications-on-closed-signal): Make `reason'
17527 optional. (Bug#10744)
17528
17529 2012-02-07 Glenn Morris <rgm@gnu.org>
17530
17531 * emacs-lisp/easy-mmode.el (define-minor-mode):
17532 Doc fixes for the macro and the mode it defines.
17533
17534 * image.el (imagemagick-types-inhibit): Doc fix.
17535
17536 * cus-start.el (imagemagick-render-type): Add it.
17537
17538 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17539
17540 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17541 Set the default at load time, too, so that `font-lock-fontify-buffer'
17542 can be called without setting up the entire mode first. This fixes
17543 a bug in `mm-inline-text' with C MIME parts.
17544
17545 2012-02-06 Chong Yidong <cyd@gnu.org>
17546
17547 * simple.el (list-processes--refresh): Delete exited processes
17548 (Bug#8094).
17549
17550 * comint.el (comint-next-prompt): next-single-char-property-change
17551 and prev-single-char-property-change never return nil (Bug#8657).
17552
17553 * custom.el (defcustom): Doc fix (Bug#9711).
17554
17555 2012-02-05 Chong Yidong <cyd@gnu.org>
17556
17557 * cus-edit.el (custom-variable-reset-backup): Quote the value
17558 before storing it in the customized-value property (Bug#6712).
17559 (custom-display): Add a customization type tag.
17560 (custom-buffer-create-internal): Improve tooltip message.
17561
17562 * wid-edit.el (widget-field-value-get): New optional arg to
17563 suppress trailing whitespace truncation.
17564 (character): Use it (Bug#2689).
17565
17566 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17567
17568 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17569 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17570
17571 2012-02-05 Chong Yidong <cyd@gnu.org>
17572
17573 * cus-edit.el (custom-variable-value-create): For mismatched
17574 types, show the current value (Bug#7600).
17575
17576 * custom.el (defcustom): Doc fix.
17577
17578 2012-02-05 Glenn Morris <rgm@gnu.org>
17579
17580 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17581
17582 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17583
17584 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17585 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17586 (pp-last-sexp): Use `looking-at-p'.
17587
17588 2012-02-04 Glenn Morris <rgm@gnu.org>
17589
17590 * files.el (revert-buffer):
17591 Doc fix (mention revert-buffer-in-progress-p).
17592
17593 * emacs-lisp/ert-x.el (ert-simulate-command):
17594 Check deferred-action-list (which is obsolete) is bound.
17595
17596 * subr.el (with-wrapper-hook): Doc fixes.
17597
17598 * simple.el (filter-buffer-substring-functions)
17599 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17600
17601 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17602
17603 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17604 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17605
17606 2012-02-04 Leo Liu <sdl.web@gmail.com>
17607
17608 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17609
17610 2012-02-04 Glenn Morris <rgm@gnu.org>
17611
17612 * image.el (image-extension-data): Add obsolete alias.
17613
17614 * isearch.el (isearch-update): Doc fix.
17615
17616 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17617
17618 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17619
17620 2012-02-03 Glenn Morris <rgm@gnu.org>
17621
17622 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17623 (image-animate-timeout): Doc fix.
17624
17625 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17626
17627 2012-02-02 Glenn Morris <rgm@gnu.org>
17628
17629 * server.el (server-auth-dir): Doc fix.
17630 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17631
17632 * subr.el (run-mode-hooks): Doc fix.
17633
17634 2012-02-02 Juri Linkov <juri@jurta.org>
17635
17636 * image-mode.el (image-toggle-display-image): Remove tautological
17637 `major-mode' from the `derived-mode-p' test.
17638
17639 2012-02-02 Kenichi Handa <handa@m17n.org>
17640
17641 * composite.el (compose-region): Cancel previous change.
17642
17643 2012-02-02 Kenichi Handa <handa@m17n.org>
17644
17645 * composite.el (compose-region, compose-string): Signal error for
17646 a null string component (Bug#6988).
17647
17648 2012-02-01 Chong Yidong <cyd@gnu.org>
17649
17650 * view.el (view-buffer-other-window, view-buffer-other-frame):
17651 Handle special modes like view-buffer (Bug#10650).
17652 (view-buffer): Simplify.
17653
17654 * frame.el (set-frame-font): Tweak meaning of third argument.
17655
17656 * dynamic-setting.el (font-setting-change-default-font):
17657 Use set-frame-font (Bug#9982).
17658
17659 2012-02-01 Glenn Morris <rgm@gnu.org>
17660
17661 * progmodes/compile.el (compilation-internal-error-properties):
17662 Respect compilation-first-column in the "*compilation*" buffer.
17663
17664 * emacs-lisp/easy-mmode.el (define-minor-mode):
17665 Relax :variable's test for a named function.
17666
17667 2012-01-31 Alan Mackenzie <acm@muc.de>
17668
17669 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17670 off by one error.
17671
17672 2012-01-31 Chong Yidong <cyd@gnu.org>
17673
17674 * frame.el (set-frame-font): New arg ALL-FRAMES.
17675
17676 * menu-bar.el (menu-set-font): Use set-frame-font.
17677
17678 * faces.el (face-spec-reset-face): Don't apply unspecified
17679 attribute values to the default face.
17680
17681 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17682
17683 * progmodes/cwarn.el (cwarn): Remove dead link.
17684 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17685 Remove * from defcustom docstrings.
17686 (turn-on-cwarn-mode): Make obsolete.
17687 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17688 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17689
17690 2012-01-31 Glenn Morris <rgm@gnu.org>
17691
17692 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17693 Fix :variable handling of mode a symbol not equal to modefun.
17694 Allow named functions to be used as the cdr of :variable.
17695
17696 2012-01-30 Glenn Morris <rgm@gnu.org>
17697
17698 * emacs-lisp/authors.el (authors-fixed-entries):
17699 Remove reference to deleted file rnewspost.el.
17700
17701 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * window.el (window-with-parameter): Remove unused variable `windows'.
17704 (window--side-check): Remove unused variable `code'.
17705 (window--resize-siblings): Remove unused variable `first'.
17706 (adjust-window-trailing-edge): Remove unused variable `failed'.
17707 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17708 Use `let', not `let*'.
17709 (balance-windows-2): Remove unused variable `found'.
17710 (window--state-put-2): Remove unused variable `splits'.
17711 (window-state-put): Remove unused variable `selected'.
17712 (same-window-p): Use `string-match-p'.
17713 (display-buffer-assq-regexp): Remove unused variable `value'.
17714 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17715 Mark argument ALIST as ignored.
17716 (pop-to-buffer): Remove unused variable `old-window'.
17717
17718 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17719
17720 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17721 and .lzma compressed files.
17722
17723 2012-01-29 Chong Yidong <cyd@gnu.org>
17724
17725 * frame.el (window-system-default-frame-alist): Doc fix.
17726
17727 * dynamic-setting.el (font-setting-change-default-font): Don't
17728 change the default face if SET-FONT argument is non-nil (Bug#9982).
17729
17730 2012-01-29 Samuel Bronson <naesten@gmail.com>
17731
17732 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17733
17734 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17735
17736 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17737 breakpoints in files outside current directory (Bug#6098).
17738
17739 2012-01-29 Chong Yidong <cyd@gnu.org>
17740
17741 * progmodes/python.el: Require ansi-color at top-level.
17742
17743 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17744 Define and use in Emacs Lisp mode (Bug#9360).
17745 (lisp-mode-abbrev-table): Add doc.
17746 (lisp-mode-variables): Don't set local-abbrev-table.
17747 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17748
17749 2012-01-28 Roland Winkler <winkler@gnu.org>
17750
17751 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17752
17753 2012-01-28 Roland Winkler <winkler@gnu.org>
17754
17755 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17756 (bibtex-set-dialect): Use it. Either set global values of
17757 dialect-dependent variables or bind these variables buffer-locally
17758 (Bug#10254).
17759 (bibtex-mode): Call bibtex-set-dialect via
17760 hack-local-variables-hook.
17761 (bibtex-dialect): Update docstring.
17762 Add safe-local-variable predicate.
17763 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17764 bibtex-set-dialect.
17765 (bibtex-mode-map): Define menu for each dialect.
17766 (bibtex-entry): Fix docstring.
17767
17768 2012-01-28 Chong Yidong <cyd@gnu.org>
17769
17770 * eshell/esh-arg.el (eshell-quote-argument): New function.
17771
17772 * eshell/esh-ext.el (eshell-invoke-batch-file):
17773 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17774 first arg to eshell-parse-command (Bug#10523).
17775
17776 2012-01-28 Drew Adams <drew.adams@oracle.com>
17777
17778 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17779 `default-directory' is non-nil.
17780
17781 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17782
17783 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17784 line that displays system-configuration-options. (Bug#9924)
17785
17786 2012-01-28 Drew Adams <drew.adams@oracle.com>
17787
17788 * descr-text.el (describe-char): Show information about POS, in
17789 addition to information about the character at POS. Improve and
17790 update the doc string. Change "code point" to "code point in
17791 charset", to avoid confusion with the character's Unicode code
17792 point shown above that. (Bug#10129)
17793
17794 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17795
17796 * descr-text.el (describe-char): Show the raw character, not only
17797 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17798 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17799 for the reasons.
17800
17801 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17802
17803 * emacs-lisp/package.el (package-install):
17804 Run package-refresh-contents if there is no archive yet (Bug#9798).
17805
17806 2012-01-28 Chong Yidong <cyd@gnu.org>
17807
17808 * emacs-lisp/package.el (package-maybe-load-descriptor):
17809 New function, split from package-maybe-load-descriptor.
17810 (package-maybe-load-descriptor): Use it.
17811 (package-download-transaction): Fully load required packages
17812 inside the loop, so that `require' calls work (Bug#10593).
17813 (package-install): No need to call package-initialize now.
17814
17815 2012-01-28 Chong Yidong <cyd@gnu.org>
17816
17817 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17818
17819 * tooltip.el (tooltip-mode): Doc fix.
17820 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17821
17822 * frame.el (set-cursor-color): Doc fix (Bug#352).
17823
17824 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17825 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17826
17827 * cus-edit.el (custom-buffer-create-internal): Fix search button
17828 action (Bug#10542).
17829 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17830
17831 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17832
17833 * dired.el (dired-mark-files-regexp):
17834 Include any subdirectory components. (Bug#10445)
17835
17836 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17837
17838 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17839 Handle [host]:port syntax. (Bug#10533)
17840
17841 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17842
17843 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17844
17845 2012-01-26 Glenn Morris <rgm@gnu.org>
17846
17847 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17848 * term.el (term-raw-escape-map): Use Control-X-prefix.
17849 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17850
17851 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17852
17853 * window.el (window-state-get, window--state-get-1): Don't deal
17854 with fixed-sizeness of windows. Simplify code.
17855
17856 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17857
17858 * window.el (window--state-get-1, window--state-put-2):
17859 Don't save and restore the mark.
17860
17861 2012-01-25 Chong Yidong <cyd@gnu.org>
17862
17863 * custom.el (custom-variable-p): Doc fix.
17864
17865 2012-01-25 Glenn Morris <rgm@gnu.org>
17866
17867 * dired.el (dired-goto-file): Handle some of the more common
17868 characters that `ls -b' escapes. (Bug#10596)
17869
17870 * progmodes/compile.el (compilation-next-error-function):
17871 Respect compilation-first-column in the "*compilation*" buffer.
17872 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17873
17874 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17875
17876 2012-01-24 Glenn Morris <rgm@gnu.org>
17877
17878 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17879
17880 2012-01-24 Julien Danjou <julien@danjou.info>
17881
17882 * color.el (color-rgb-to-hsl): Fix value computing.
17883 (color-hue-to-rgb): New function.
17884 (color-hsl-to-rgb): New function.
17885 (color-clamp, color-saturate-hsl, color-saturate-name)
17886 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17887 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17888
17889 2012-01-24 Glenn Morris <rgm@gnu.org>
17890
17891 * vc/vc-rcs.el (vc-rcs-create-tag):
17892 * vc/vc-sccs.el (vc-sccs-create-tag):
17893 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17894
17895 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17896
17897 * eshell/esh-util.el (eshell-read-hosts-file):
17898 Skip comment lines. (Bug#10549)
17899
17900 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17901
17902 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17903
17904 * subr.el (display-delayed-warnings): Doc fix.
17905 (collapse-delayed-warnings): New function to collapse identical
17906 adjacent warnings.
17907 (delayed-warnings-hook): Add it.
17908
17909 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17910
17911 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17912
17913 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17914 (tramp-default-user-alist): Don't add "pscp".
17915 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17916 property "login-as", if set. (Bug#10530)
17917
17918 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17919
17920 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17921 "plink1" and "psftp". (Bug#10530)
17922
17923 2012-01-21 Kenichi Handa <handa@m17n.org>
17924
17925 * international/mule-cmds.el (prefer-coding-system): Show a
17926 warning message if the default value of file-name-coding-system
17927 was not changed.
17928
17929 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17930
17931 * windmove.el (windmove-reference-loc):
17932 Fix windmove-reference-loc miscalculation.
17933
17934 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17935
17936 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17937 default unit.
17938
17939 2012-01-21 Glenn Morris <rgm@gnu.org>
17940
17941 * international/mule.el (auto-coding-alist): Add .tbz.
17942
17943 * files.el (local-enable-local-variables): Doc fix.
17944 (inhibit-local-variables-regexps): Rename from
17945 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17946 Doc fix. Add some extensions from auto-coding-alist.
17947 (inhibit-local-variables-suffixes):
17948 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17949 (inhibit-local-variables-p):
17950 New function, extracted from set-auto-mode-1.
17951 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17952 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17953 (hack-local-variables): Doc fix. Make the mode-only case
17954 respect enable-local-variables and friends.
17955 Respect inhibit-local-variables-regexps for file-locals, but
17956 not for directory-locals.
17957 (set-visited-file-name):
17958 Take account of inhibit-local-variables-regexps.
17959 Whether it applies may change as the file name is changed.
17960 * jka-cmpr-hook.el (jka-compr-install):
17961 * jka-compr.el (jka-compr-uninstall):
17962 Update for inhibit-first-line-modes-suffixes name change.
17963
17964 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17965
17966 * help-macro.el (make-help-screen): Temporarily restore original
17967 binding for minor-mode-map-alist (Bug#10454).
17968
17969 2012-01-19 Julien Danjou <julien@danjou.info>
17970
17971 * color.el (color-name-to-rgb): Use the white color to find the max
17972 color component value and return correctly computed values.
17973 (color-name-to-rgb): Add missing float conversion for max value.
17974
17975 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17976
17977 * window.el (window--state-get-1, window-state-get): Do not use
17978 special state value for window-persistent-parameters.
17979 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17980 (window--state-put-2): Reset all window parameters to nil before
17981 assigning values of persistent parameters.
17982
17983 2012-01-18 Alan Mackenzie <acm@muc.de>
17984
17985 Eliminate sluggishness and hangs in fontification of "semicolon
17986 deserts".
17987
17988 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17989 Change value 10000 -> 3000.
17990 (c-state-safe-place): Reformulate so it doesn't stack up an
17991 infinite number of wrong entries in c-state-nonlit-pos-cache.
17992 (c-determine-limit-get-base, c-determine-limit): New functions to
17993 determine backward search limits disregarding literals.
17994 (c-find-decl-spots): Amend commenting.
17995 (c-cheap-inside-bracelist-p): New function which detects "={".
17996
17997 * progmodes/cc-fonts.el
17998 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17999 backward search.
18000 (c-font-lock-declarations): Fix an occurrence of point being
18001 undefined. Check additionally for point being in a bracelist or
18002 near a macro invocation without a semicolon so as to avoid a
18003 fruitless time consuming search for a declarator. Give a more
18004 precise search limit for declarators using the new
18005 c-determine-limit.
18006
18007 2012-01-18 Glenn Morris <rgm@gnu.org>
18008
18009 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18010 (set-auto-mode): Doc fixes.
18011
18012 2012-01-17 Glenn Morris <rgm@gnu.org>
18013
18014 * isearch.el (search-nonincremental-instead): Fix doc typo.
18015
18016 * dired.el (dired-insert-directory): Handle newlines in directory name.
18017 (dired-build-subdir-alist): Unescape newlines in directory name.
18018
18019 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18020
18021 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18022 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18023 (tramp-action-terminal): Use it. (Bug#10530)
18024
18025 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18026
18027 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18028
18029 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18030
18031 * window.el (window-state-ignored-parameters): Remove variable.
18032 (window--state-get-1): Rename argument MARKERS to IGNORE.
18033 Handle persistent window parameters. Make copy of clone-of
18034 parameter only if requested. (Bug#10348)
18035 (window--state-put-2): Install a window parameter only if it has
18036 a non-nil value or an existing parameter shall be overwritten.
18037
18038 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18039
18040 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18041
18042 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18043
18044 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18045 don't pass the (nil) value of `upnode' to string-match.
18046
18047 2012-01-14 Chong Yidong <cyd@gnu.org>
18048
18049 * startup.el (command-line): Fix X resource class for cursorColor.
18050 Fix values recognized by the cursorBlink resource.
18051
18052 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18053
18054 * epg.el (epg--make-temp-file): Avoid permission race condition
18055 when running on old Emacs versions (bug#10403).
18056
18057 2012-01-14 Glenn Morris <rgm@gnu.org>
18058
18059 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18060
18061 2012-01-13 Alan Mackenzie <acm@muc.de>
18062
18063 Fix filling for when filladapt mode is enabled.
18064
18065 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18066 c-mask-paragraph, pass in `fill-paragraph' rather than
18067 `fill-region-as-paragraph'. (This is a reversion of a previous
18068 change.)
18069 * progmodes/cc-mode.el (c-basic-common-init):
18070 Make fill-paragraph-handle-comment buffer local and set it to nil.
18071
18072 2012-01-13 Glenn Morris <rgm@gnu.org>
18073
18074 * dired.el (dired-switches-escape-p): New function.
18075 (dired-insert-directory): Use dired-switches-escape-p.
18076 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18077
18078 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18079
18080 2012-01-12 Glenn Morris <rgm@gnu.org>
18081
18082 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18083 changes in adaptive-fill-regexp. (Bug#10276)
18084
18085 2012-01-11 Alan Mackenzie <acm@muc.de>
18086
18087 Fix Emacs bug #10463 - put `widen's around the critical spots.
18088
18089 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18090 widen around each invocation of c-state-pp-to-literal. Remove an
18091 unused let variable.
18092
18093 2012-01-11 Glenn Morris <rgm@gnu.org>
18094
18095 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18096 Doc fix.
18097
18098 2012-01-10 Chong Yidong <cyd@gnu.org>
18099
18100 * net/network-stream.el (network-stream-open-starttls):
18101 Avoid emitting a confusing error message when the server gives a bad
18102 response to the capability command.
18103
18104 2012-01-10 Glenn Morris <rgm@gnu.org>
18105
18106 * mail/unrmail.el (unrmail): Tweak previous change.
18107
18108 2012-01-09 Chong Yidong <cyd@gnu.org>
18109
18110 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18111
18112 2012-01-08 Alan Mackenzie <acm@muc.de>
18113
18114 Optimize font locking in long enum definitions.
18115
18116 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18117 arm to a cond form to handle enums.
18118 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18119 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18120
18121 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18122
18123 * files.el (move-file-to-trash): Preserve default file modes on error.
18124 (Bug#10401)
18125
18126 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18127
18128 * faces.el (set-face-attribute): Clarify the meaning of the nil
18129 frame (bug#10294).
18130
18131 * subr.el (with-selected-frame): Mention that the selected frame
18132 is restored (bug#9980).
18133
18134 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18135 (bug#9759).
18136
18137 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18138 (password-read): Don't autoload unused function.
18139
18140 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18141
18142 * progmodes/which-func.el (which-func-mode): Turn into a
18143 non-interactive function and mark as obsolete (bug#10428).
18144
18145 2012-01-06 Chong Yidong <cyd@gnu.org>
18146
18147 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18148 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18149 functions, along with 1 and -1.
18150
18151 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18152
18153 * time.el (display-time-load-average)
18154 (display-time-default-load-average): Doc fixes. See the thread
18155 starting at
18156 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18157 for the details.
18158
18159 2012-01-06 Glenn Morris <rgm@gnu.org>
18160
18161 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18162 has no messages. (Bug#10377)
18163
18164 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18165 than Info-edit. (Bug#10385)
18166
18167 * time.el (display-time-load-average, display-time-next-load-average):
18168 Doc fixes.
18169
18170 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18171 local setting of buffer-read-only to the input buffer. (Bug#10419)
18172
18173 * calendar/calendar.el (calendar-mode):
18174 Locally set scroll-margin to 0. (Bug#10379)
18175
18176 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18177
18178 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18179
18180 2012-01-05 Glenn Morris <rgm@gnu.org>
18181
18182 * eshell/em-unix.el (diff-no-select): Autoload it.
18183 (eshell/diff): Use diff-no-select. (Bug#10420)
18184
18185 2012-01-05 Chong Yidong <cyd@gnu.org>
18186
18187 * shell.el (shell-dynamic-complete-functions): Revert last change.
18188 (shell-command-completion-function): New function.
18189 (shell-completion-vars): Use it to implement
18190 shell-completion-execonly (Bug#10417).
18191
18192 * custom.el (enable-theme): Don't set custom-safe-themes.
18193
18194 * cus-theme.el (custom-theme-merge-theme):
18195 Ignore custom-enabled-themes and custom-safe-themes.
18196
18197 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18198
18199 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18200 first prompt in `sql-interacive-mode'.
18201 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18202 keywords.
18203 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18204 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18205 context of original buffer. Invoke `sql-login-hook'.
18206
18207 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18208
18209 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18210 letters in cite-prefix.
18211
18212 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18213
18214 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18215
18216 2012-01-03 Chong Yidong <cyd@gnu.org>
18217
18218 * shell.el (shell-dynamic-complete-functions):
18219 Put pcomplete-completions-at-point, so as to try
18220 comint-filename-completion first (Bug#10417).
18221
18222 2012-01-02 Richard Stallman <rms@gnu.org>
18223
18224 * battery.el (battery-status-function):
18225 Detect when to use battery-yeeloong-sysfs.
18226 (battery-echo-area-format): Add string for Yeeloong.
18227 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18228 (battery-yeeloong-sysfs): New function.
18229
18230 2012-01-02 Chong Yidong <cyd@gnu.org>
18231
18232 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18233 (dirtrack): Merge code for handling relative filenames in prompt
18234 from shell-dir-cookie-watcher.
18235 (dirtrack-debug-message): New arg to avoid excess format calls.
18236
18237 * shell.el (shell-dir-cookie-re): Variable deleted.
18238 (shell-dir-cookie-watcher): Function deleted.
18239 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18240 with dirtrack-mode.
18241
18242 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18243
18244 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18245 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18246 libgnutls-26.dll.
18247
18248 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18249
18250 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18251
18252 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18253
18254 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18255 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18256
18257 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18258
18259 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18260 also for alternative shells.
18261 (tramp-open-connection-setup-interactive-shell): Check, whether
18262 the shell is a busybox.
18263 (tramp-send-command): Don't suppress multiple prompts for
18264 busyboxes, it hurts.
18265
18266 2011-12-28 Chong Yidong <cyd@gnu.org>
18267
18268 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18269 (gdb-get-source-file): Move mode line update to
18270 gdb-get-source-file (Bug#10087).
18271
18272 2011-12-25 Chong Yidong <cyd@gnu.org>
18273
18274 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18275 gud-gdb-marker-filter without taking it as an argument.
18276 (gud-gdb-run-command-fetch-lines): Caller changed.
18277 (gud-gdb-completion-function): New variable.
18278 (gud-gdb-completion-at-point): Use it.
18279 (gud-gdb-completions-1): Split from gud-gdb-completions.
18280
18281 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18282 function as separate arguments.
18283 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18284 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18285 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18286 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18287 (gdb-stopped, def-gdb-auto-update-trigger)
18288 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18289 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18290 Callers changed.
18291 (gud-gdbmi-completions): New function.
18292 (gdb): Use it for generating the completion table.
18293
18294 2011-12-24 Alan Mackenzie <acm@muc.de>
18295
18296 Introduce a mechanism to widen the region used in context font
18297 locking. Use this to protect declarations from losing their contexts.
18298
18299 * progmodes/cc-langs.el (c-before-font-lock-functions):
18300 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18301 (c-before-context-fontification-functions): New defvar, a list of
18302 functions to be run just before context (etc.) font locking.
18303
18304 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18305 New, functionality extracted from
18306 c-neutralize-syntax-in-and-mark-CPP.
18307 (c-in-after-change-fontification): New variable.
18308 (c-after-change): Set c-in-after-change-fontification.
18309 (c-set-fl-decl-start): Rejig its interface, so it can be called
18310 from both after-change and context fontifying.
18311 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18312 New functions.
18313 (c-standard-font-lock-fontify-region-function): New variable.
18314 (c-font-lock-fontify-region): New function.
18315
18316 2011-12-24 Juri Linkov <juri@jurta.org>
18317
18318 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18319 (Bug#10348)
18320
18321 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18322
18323 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18324 existence of source file. (Bug#10325)
18325
18326 2011-12-23 Alan Mackenzie <acm@muc.de>
18327
18328 Fix unstable fontification inside templates.
18329
18330 * progmodes/cc-langs.el (c-before-font-lock-functions):
18331 Newly created from the singular version. The (c c++ objc) entry now
18332 additionally has c-set-fl-decl-start. The other languages (apart
18333 from AWK) have that as a single entry.
18334
18335 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18336 The functionality for "local" declarations has been extracted to
18337 c-set-fl-decl-start.
18338
18339 * progmodes/cc-mode.el (c-common-init, c-after-change):
18340 Changes due to pluralisation of c-before-font-lock-functions.
18341 (c-set-fl-decl-start): New function, extracted from
18342 c-font-lock-enclosing-decls and enhanced.
18343
18344 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18345
18346 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18347
18348 2011-12-22 Juri Linkov <juri@jurta.org>
18349
18350 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18351
18352 2011-12-22 Chong Yidong <cyd@gnu.org>
18353
18354 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18355
18356 2011-12-21 Drew Adams <drew.adams@oracle.com>
18357
18358 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18359
18360 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18361
18362 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18363
18364 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18365
18366 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18367 highlighting and support. Fix up comments for capitalization.
18368 (cfengine-mode-debug): New var.
18369 (cfengine3-mode): Change the modeline indicator to "CFE3".
18370 (cfengine3-font-lock-keywords): Improve defun highlighting.
18371 (cfengine2-actions): Rename from `cfengine-actions'.
18372 (cfengine2-font-lock-keywords): Rename from
18373 `cfengine-font-lock-keywords'.
18374 (cfengine2-imenu-expression): Rename from
18375 `cfengine-imenu-expression'.
18376 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18377 (cfengine2-beginning-of-defun): Rename from
18378 `cfengine-beginning-of-defun'.
18379 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18380 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18381 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18382 modeline indicator to "CFE2".
18383 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18384 (cfengine-mode-abbrevs): Mark obsolete.
18385
18386 2011-12-21 Chong Yidong <cyd@gnu.org>
18387
18388 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18389 filename argument.
18390
18391 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18392
18393 * window.el (window-normalize-buffer-to-display): Remove.
18394 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18395
18396 2011-12-19 Chong Yidong <cyd@gnu.org>
18397
18398 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18399 Don't signal an error in a predicate function; return non-nil.
18400 (vc-dir-mark-file): Move the error here.
18401 (vc-dir-mark-unmark): If acting on the region, keep going if one
18402 of the entries cannot be marked/unmarked.
18403 (vc-dir-mark-all-files): If current entry is a directory, mark
18404 only child files, as documented.
18405
18406 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18407
18408 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18409 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18410 addition.
18411
18412 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18413
18414 * term/ns-win.el (ns-get-selection-internal)
18415 (ns-store-selection-internal): Declare.
18416 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18417 Declare as obsolete.
18418 (ns-get-pasteboard, ns-paste-secondary):
18419 Use ns-get-selection-internal.
18420 (ns-set-pasteboard, ns-copy-including-secondary):
18421 Use ns-store-selection-internal.
18422
18423 2011-12-17 Chong Yidong <cyd@gnu.org>
18424
18425 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18426 (vc-deduce-fileset): Doc fix.
18427
18428 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18429
18430 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18431
18432 2011-12-13 Sam Steingold <sds@gnu.org>
18433
18434 * man.el (Man-getpage-in-background): When running under a
18435 window-system, ignore $MANWIDTH and $COLUMNS.
18436
18437 2011-12-15 Kenichi Handa <handa@m17n.org>
18438
18439 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18440 (setup-ethiopic-environment-internal): Comment out key-binding for
18441 ethio-toggle-punctuation.
18442
18443 2011-12-13 Alan Mackenzie <acm@muc.de>
18444
18445 Add the switch statement to AWK Mode.
18446
18447 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18448 "default" to the keywords regexp.
18449
18450 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18451 expression as the rest.
18452 (c-nonlabel-token-key): Allow string literals for AWK.
18453 Refactor for the other modes.
18454
18455 Large brace-block initialisation makes CC Mode slow: Fix.
18456 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18457 routines. Limit backward searching in c-font-lock-enclosing.decl.
18458
18459 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18460 pp-state and literal type in addition to the limits.
18461 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18462 (c-state-literal-at): Use the above new defun.
18463 (c-slow-in-literal, c-fast-in-literal): Remove.
18464 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18465
18466 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18467 being in a literal. Add a limit for backward searching.
18468
18469 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18470 c-slow-in-literal.
18471
18472 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18475
18476 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18477
18478 * window.el (delete-other-windows): Use correct frame in call to
18479 window-with-parameter.
18480
18481 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18482
18483 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18484 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18485 (makefile-gmake-statements, makefile-makepp-statements):
18486 Use it and add new makepp keywords.
18487 (makefile-makepp-font-lock-keywords): Add new patterns.
18488 (makefile-match-function-end): Match new [...] and [[...]].
18489
18490 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18491
18492 * ses.el (ses-call-printer-return, ses-cell-property-get)
18493 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18494 (ses-create-cell-variable, ses-reset-header-string)
18495 (ses-cell-set-formula, ses-repair-cell-reference-all)
18496 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18497 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18498 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18499 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18500 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18501 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18502 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18503 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18504 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18505 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18506 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18507 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18508
18509 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18510
18511 * ses.el: The overall change is to add cell renaming, that is
18512 setting fancy names for cell symbols other than name matching
18513 "\\`[A-Z]+[0-9]+\\'" regexp .
18514 (ses-create-cell-variable): New defun.
18515 (ses-relocate-formula): Relocate formulas only for cells the
18516 symbols of which are not renamed, i.e. symbols whose names do not
18517 match regexp "\\`[A-Z]+[0-9]+\\'".
18518 (ses-relocate-all): Relocate values only for cells the symbols of
18519 which are not renamed.
18520 (ses-load): Create cells variables as the (ses-cell ...) are read,
18521 in order to check row col consistency with cell symbol name only
18522 for cells that are not renamed.
18523 (ses-replace-name-in-formula): New defun.
18524 (ses-rename-cell): New defun.
18525
18526 2011-12-11 Chong Yidong <cyd@gnu.org>
18527
18528 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18529 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18530
18531 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18532
18533 * window.el (other-window): Fix docstring.
18534
18535 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18536
18537 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18538 `from' or `to' address before taking its substring.
18539 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18540 encoded name is chopped in the middle of the encoded string, and
18541 thus displayed encoded.
18542
18543 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18546
18547 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18548
18549 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18550 to use texinfo-update-node and commands that call it if the
18551 Texinfo file uses @node lines without next/prev/up pointers.
18552 Correct outdated description about texinfo-master-menu.
18553 (texinfo-all-menus-update, texinfo-master-menu)
18554 (texinfo-update-node, texinfo-every-node-update)
18555 (texinfo-multiple-files-update): Doc fix. Warn against updating
18556 all the @node lines.
18557 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18558 argument is numeric. Explain better in the doc string what the
18559 function really does.
18560 (texinfo-insert-master-menu-list): Improve the error message
18561 displayed if there's no menu in the Top node.
18562 (Bug#2975) See also this thread:
18563 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18564
18565 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18566
18567 * speedbar.el (speedbar-supported-extension-expressions):
18568 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18569
18570 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18571
18572 * printing.el (pr-mode-alist):
18573 * simple.el (filter-buffer-substring-functions)
18574 (completion-list-insert-choice-function):
18575 * window.el (window-with-parameter, window-atom-root)
18576 (window-sides-slots, window-size-fixed, window-min-delta)
18577 (window-max-delta, window--resize-mini-window)
18578 (window--resize-child-windows-normal, window-tree)
18579 (delete-other-windows, quit-window, split-window)
18580 (display-buffer-record-window, special-display-buffer-names)
18581 (special-display-regexps, special-display-popup-frame)
18582 (same-window-p, split-window-sensibly)
18583 (display-buffer-overriding-action, display-buffer-alist)
18584 (display-buffer-base-action, display-buffer, switch-to-buffer)
18585 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18586 (fit-window-to-buffer, recenter-positions)
18587 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18588 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18589 and remove unneeded backslashes in docstrings.
18590
18591 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18594
18595 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18596 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18597 end in ".mk".
18598 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18599 when reading the makefile (bug#10116).
18600
18601 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18602
18603 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18604 (bug#10116).
18605
18606 2011-12-06 Glenn Morris <rgm@gnu.org>
18607
18608 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18609
18610 2011-12-06 Chong Yidong <cyd@gnu.org>
18611
18612 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18613
18614 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18615
18616 * textmodes/table.el (table-shorten-cell): Fix typo.
18617
18618 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18619
18620 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18621
18622 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18623
18624 * descr-text.el (describe-char): Fix display of strong
18625 right-to-left characters and directional embeddings and overrides.
18626
18627 * simple.el (what-cursor-position): Fix display of codepoints of
18628 strong right-to-left characters.
18629
18630 2011-12-05 Chong Yidong <cyd@gnu.org>
18631
18632 * faces.el (read-color): Doc fix.
18633
18634 2011-12-05 Glenn Morris <rgm@gnu.org>
18635
18636 * align.el (align--set-marker): Add doc-string.
18637 Don't try to move something that is not a marker. (Bug#10216)
18638
18639 2011-12-04 Glenn Morris <rgm@gnu.org>
18640
18641 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18642 overly zealous deletion of trailing whitespace.
18643
18644 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18645
18646 * server.el (server-delete-client): On Windows, do not try to delete
18647 the only terminal.
18648 (server-process-filter): On Windows, treat requests for a tty frame as
18649 if they were for a GUI frame if the running server is in GUI mode.
18650
18651 2011-12-03 Glenn Morris <rgm@gnu.org>
18652
18653 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18654
18655 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18656
18657 * electric.el: Streamline electric-indent's hook.
18658 (electric-indent-chars): Revert to simple list.
18659 (electric-indent-functions): New var.
18660 (electric-indent-post-self-insert-function): Use it.
18661
18662 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18663 there's no inferior buffer (bug#10196).
18664 (prolog-consult-compile): Don't use toggle-read-only.
18665
18666 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18667
18668 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18669 interrupt. (Bug#10187)
18670
18671 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18674 (bug#9160).
18675
18676 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18677 (bug#10191).
18678
18679 2011-12-02 Juri Linkov <juri@jurta.org>
18680
18681 * info.el (Info-search): Display "end of manual" when Isearch
18682 reaches the end of single-file Info manual. (Bug#9918)
18683
18684 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18685
18686 * isearch.el (isearch-message-prefix): Run the input method part
18687 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18688
18689 2011-12-02 Juri Linkov <juri@jurta.org>
18690
18691 * isearch.el (isearch-occur): Use `word-search-regexp' for
18692 `isearch-word'.
18693 (isearch-search-and-update): Add condition for `isearch-word' and
18694 call `word-search-regexp'. (Bug#10145)
18695
18696 2011-12-01 Glenn Morris <rgm@gnu.org>
18697
18698 * eshell/em-hist.el (eshell-hist-initialize):
18699 Handle eshell-history-size nil and HISTSIZE set or unset.
18700 (eshell-history-file-name, eshell-history-size): Fix custom type.
18701
18702 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18703
18704 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18705
18706 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18707
18708 * progmodes/verilog-mode.el (verilog-pretty-expr):
18709 Rework verilog-pretty-expr to handle new assignment operators in system
18710 verilog, such as += *= and the like.
18711 (verilog-assignment-operator-re): Regular expression to find the
18712 assigment operator in a verilog assignment.
18713 (verilog-assignment-operation-re): Regular expression to find an
18714 assignment statement for pretty-expr.
18715 (verilog-in-attribute-p): Query returns true if point is in an
18716 attribute context; used to skip these for expression line up from
18717 pretty-expr.
18718 (verilog-in-parameter-p): Query returns true if point is in an
18719 parameter definition context; used to skip these for expression
18720 line up from pretty-expr.
18721 (verilog-in-parenthesis-p): Query returns true if point is in a
18722 parenthetical expression, specifically ( ) but not [ ] or { };
18723 used by pretty-expr.
18724 (verilog-just-one-space): If there is no space, don't add one.
18725 (verilog-get-lineup-indent-2): Specifically skip just attribute
18726 contexts for expression lineup, rather than skipping all
18727 parenthetical expressions.
18728 (verilog-calculate-indent): Fix comment, and fix indent.
18729 (verilog-do-indent): Indent declarations in lists (suggested by
18730 Joachim Lechner).
18731 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18732 skeleton items.
18733 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18734 by Alain Mellan).
18735
18736 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18737
18738 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18739 parameters with embedded comments. Reported by Ray Stevens.
18740 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18741 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18742 Reported by Tim Holt.
18743 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18744 instantiated by upper module causing wrong expansion until AUTOed a
18745 second time. Reported by K C Buckenmaier.
18746 (verilog-diff-auto): Fix showing .* as a difference when
18747 `verilog-auto-star-save' off. Reported by Dan Dever.
18748 (verilog-auto-reset, verilog-read-always-signals)
18749 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18750 temporary signals in reset list if
18751 verilog-auto-reset-blocking-in-non is nil, and match assignment
18752 style to each signal's assignment type, bug381.
18753 Reported by Thomas Esposito.
18754 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18755 (verilog-uvm-statement-re): Support UVM indentation and
18756 highlighting, with old OVM keywords only.
18757 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18758 Support AUTOTIEOFF creating non-wire data types.
18759 Suggested by Jonathan Greenlaw.
18760 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18761 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18762 (verilog-inject-sense, verilog-read-inst-pins)
18763 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18764 Fix mismatching parenthesis inside commented out code when deleting
18765 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18766 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18767 non-numeric vector width. Reported by Alex Reed.
18768 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18769 detecting signals with parameter widths. Reported by Alex Reed.
18770 (verilog-auto-delete-trailing-whitespace):
18771 With `verilog-auto-delete-trailing-whitespace' remove trailing
18772 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18773 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18774 Fix verilog-scan-cache corruption when running user AUTO expansion
18775 hooks that call indentation routines.
18776 (verilog-simplify-range-expression): Fix typo ignoring lower case
18777 identifiers.
18778 (verilog-delete-auto): Fix delete-autos to also remove user created
18779 automatics, as long as they start with AUTO.
18780 (verilog-batch-diff-auto, verilog-diff-auto)
18781 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18782 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18783 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18784 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18785 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18786 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18787 is disabled and its cache will get corrupt, causing AUTOS not to
18788 expand. Instead use only -quick functions.
18789 (verilog-scan-region): Fix scanning over escaped quotes.
18790 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18791 (verilog-re-search-backward-quick)
18792 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18793 related functions now ignore strings, to fix misparsing of strings
18794 with magic comments embedded in them.
18795 (verilog-read-auto-template):
18796 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18797 Reported by Brad Dobbie.
18798 (verilog-read-auto-template):
18799 Fix 'verilog-auto-inst-template-numbers' with comments.
18800 Reported by Brad Dobbie.
18801 (verilog-auto-inst, verilog-auto-inst-param)
18802 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18803 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18804 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18805 debugging templates without merge conflicts, bug357.
18806 Reported by Brad Dobbie.
18807 (verilog-read-auto-template):
18808 Fix verilog-auto-inst-template-numbers with multiple templates.
18809 Reported by Brad Dobbie.
18810 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18811 abbrevs so user won't be asked to save.
18812 (verilog-read-auto-lisp-present): Fix to start at beginning of
18813 buffer in case called outside of verilog-auto.
18814 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18815 to "X-2". Reported by Matthew Myers.
18816 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18817 all inputs from module templates. Reported by Leith Johnson.
18818 (verilog-module-inside-filename-p): Fix locating programs as with
18819 modules.
18820 (verilog-auto-inst-port): Fix vl-width expressions when using
18821 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18822 (verilog-decls-get-regs, verilog-decls-get-signals,
18823 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18824 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18825 verilog-read-decls): Combine reg and wire structures into one var
18826 structure to represent SystemVerilog concepts.
18827 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18828 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18829 (verilog-auto-wire-type, verilog-insert-definition):
18830 Add verilog-auto-wire-type and AUTOLOGIC to support using
18831 SystemVerilog "logic" keyword instead of "wire"/"reg".
18832 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18833 to declares outputs that also have assignments (presumably in an
18834 ifdef or generate if so there's not a driver conflict).
18835 Reported by Matthew Myers.
18836 (verilog-auto-declare-nettype, verilog-insert-definition):
18837 Add verilog-auto-declare-nettype to fix declarations using
18838 `default_nettype none. Reported by Julian Gorfajn.
18839 (verilog-read-always-signals-recurse, verilog-read-decls)
18840 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18841 malformed end statement, bug325. Reported by Joshua Wise and
18842 Andrew Drake.
18843 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18844 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18845 when expanding .* in interfaces, bug320.
18846 Reported by Pierre-David Pfister.
18847 (verilog-read-module-name): Fix import statements between module
18848 name and open parenthesis, bug317.
18849 Reported by Pierre-David Pfister.
18850 (verilog-simplify-range-expression): Fix simplification of
18851 multiplications inside AUTOWIRE connections, bug303.
18852 (verilog-auto-inst-port): Support parameter expansion in
18853 multidimensional arrays.
18854 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18855 after "assert property". Reported by Julian Gorfajn.
18856 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18857 with multiplication, bug303.
18858 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18859 Reported by Jan Frode Lonnum.
18860
18861 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18862
18863 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18864 (hfy-shell-file-name, hfy-shell):
18865 * international/fontset.el (x-decompose-font-name): Fix typos.
18866
18867 2011-11-29 Ken Brown <kbrown@cornell.edu>
18868
18869 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18870 (gdb-version): Remove defvar.
18871 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18872 (gdb-gud-context-command, gdb-non-stop-handler)
18873 (gdb-current-context-command, gdb-stopped): Use it.
18874 (gdb-init-1): Enable pretty printing here.
18875 (gdb-non-stop-handler): Don't enable pretty-printing here.
18876 Check to see if the target supports non-stop mode; if not, turn off
18877 non-stop mode. Use the following.
18878 (gdb-check-target-async): New defun.
18879 (gud-watch, gdb-stopped): Fix whitespace.
18880 (gdb-get-source-file): Don't try to display the source file if
18881 `gdb-main-file' is nil.
18882
18883 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18884
18885 * align.el: Try to generate fewer markers (bug#10047).
18886 (align--set-marker): New macro.
18887 (align-region): Use it.
18888
18889 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18892
18893 2011-11-29 Chong Yidong <cyd@gnu.org>
18894
18895 * indent.el (indent-for-tab-command, indent-according-to-mode):
18896 Doc fix.
18897 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18898
18899 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18900
18901 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18902 aware of remote file names. (Bug#10124)
18903
18904 2011-11-29 Chong Yidong <cyd@gnu.org>
18905
18906 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18907
18908 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * files.el (find-file): Don't use force-same-window (bug#10144).
18911 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18912 use pop-to-buffer if the selected window can't be used.
18913 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18914
18915 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18916
18917 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18918 special-mode-map.
18919
18920 2011-11-28 Chong Yidong <cyd@gnu.org>
18921
18922 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18923
18924 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18925
18926 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18927 gdb-get-source-file-list on gdb-create-source-file-list.
18928
18929 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18930
18931 * whitespace.el (whitespace-newline): Use a different foreground
18932 color for 16-color light-background displays.
18933
18934 2011-11-24 Chong Yidong <cyd@gnu.org>
18935
18936 * window.el (display-buffer--special-action): Doc fix.
18937
18938 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18941 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18942 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18943 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18944 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18945 (avl-tree-stack-first):
18946 * emacs-lisp/cconv.el (cconv--analyse-use):
18947 * net/gnutls.el (gnutls-negotiate): Fix typos.
18948
18949 2011-11-24 Glenn Morris <rgm@gnu.org>
18950
18951 * lpr.el (lpr-windows-system, lpr-lp-system):
18952 * mail/binhex.el (binhex-begin-line):
18953 * progmodes/grep.el (grep-history, grep-find-history):
18954 * textmodes/flyspell.el:
18955 * vc/pcvs-defs.el (cvs-global-menu):
18956 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18957 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18958 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18959
18960 * net/tls.el: Fix case of "GnuTLS".
18961
18962 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18963
18964 * version.el (emacs-build-system): Give it a doc-string.
18965
18966 2011-11-24 Juri Linkov <juri@jurta.org>
18967
18968 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18969
18970 2011-11-24 Glenn Morris <rgm@gnu.org>
18971
18972 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18973 if called on a non-mime message just toggle the headers. (Bug#8006)
18974
18975 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18976
18977 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18978 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18979 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18980 (allout-rebullet-heading, allout-open-sibtopic)
18981 (allout-toggle-current-subtree-encryption)
18982 (allout-toggle-subtree-encryption, allout-encrypt-string)
18983 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18984 (allout-distinctive-bullets-string, allout-auto-activation):
18985 * window.el (window-normalize-buffer-to-display):
18986 * progmodes/verilog-mode.el (verilog-batch-indent):
18987 * textmodes/bibtex.el (bibtex-field-braces-opt)
18988 (bibtex-field-strings-opt):
18989 * vc/cvs-status.el (cvs-tree-merge):
18990 Fix typos.
18991
18992 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18993
18994 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18995 `non-essential' to t, in order to avoid remote connections.
18996
18997 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18998
18999 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19000 On MS-DOS and MS-Windows, compare with loaddefs.el
19001 case-insensitively.
19002
19003 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19004
19005 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19006
19007 2011-11-23 Glenn Morris <rgm@gnu.org>
19008
19009 * paths.el (rmail-file-name): Reformat the doc-string so that it
19010 is picked up.
19011
19012 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19013 (rmail-auto-file): Ignore case in the "special" field names,
19014 as mail-fetch-field does for all others.
19015
19016 * mail/rmail.el (rmail-forward):
19017 * mail/rmailkwd.el (rmail-set-label):
19018 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19019 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19020
19021 * mail/rmail.el (rmail-current-message): Doc fix.
19022
19023 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19024
19025 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19026
19027 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19028
19029 2011-11-22 Glenn Morris <rgm@gnu.org>
19030
19031 * mail/rmailmm.el (test-rmail-mime-handler)
19032 (test-rmail-mime-bulk-handler)
19033 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19034
19035 2011-11-21 Juri Linkov <juri@jurta.org>
19036
19037 * calc/calc.el (calc-read-key-sequence):
19038 Let-bind `input-method-function' to nil. (Bug#10018)
19039
19040 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19041
19042 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19043 Tell the caller that the next line needs recomputation, even
19044 though it doesn't start a sexp (bug#10094).
19045
19046 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19047
19048 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19049
19050 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19053 Use force-same-window.
19054
19055 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19056
19057 * descr-text.el (describe-char-unicode-data):
19058 * json.el (json-string-escape):
19059 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19060 (Footnote-unicode, Footnote-style-p):
19061 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19062
19063 2011-11-20 Chong Yidong <cyd@gnu.org>
19064
19065 * window.el (replace-buffer-in-windows): Restore interactive spec.
19066
19067 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19068
19069 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19070
19071 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19072 (byte-compile-global-not-obsolete-vars): New var.
19073 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19074 Use it.
19075 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19076
19077 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19078
19079 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19080 * progmodes/pascal.el (electric-pascal-equal):
19081 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19082 * xml.el (xml-substitute-special): Fix typos.
19083
19084 2011-11-20 Glenn Morris <rgm@gnu.org>
19085
19086 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19087 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19088 Doc fixes.
19089 (rmail-decode-mime-charset): Mark as obsolete.
19090
19091 * mail/rmailsum.el (rmail-message-regexp-p-1):
19092 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19093 Before using mime functions, check they are set. (Bug#10077)
19094
19095 2011-11-19 Juri Linkov <juri@jurta.org>
19096
19097 * info.el (Info-finder-find-node): Use `package--builtins' instead
19098 of `package-alist'. Use node names formed by the pattern "Keyword "
19099 and the keyword name.
19100
19101 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19102
19103 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19104
19105 2011-11-19 Juri Linkov <juri@jurta.org>
19106
19107 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19108 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19109 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19110 `old-history', `old-history-forward'. Add let-binding
19111 `window-selected'. Remove calls to `kill-buffer',
19112 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19113 before calling `Info-find-node', so `Info-find-node-2' will reread
19114 the Info file. Restore window positions only when `window-selected'
19115 is non-nil.
19116
19117 2011-11-19 Juri Linkov <juri@jurta.org>
19118
19119 * isearch.el (isearch-lazy-highlight-new-loop):
19120 Remove condition `(not isearch-error)'. (Bug#9918)
19121
19122 * misearch.el (multi-isearch-search-fun): Add condition
19123 `(not bound)' to ignore lazy-highlighting search.
19124 Add the search-failed message "end of multi" when the end of
19125 multi-sequence is reached. Uncapitalize the search-failed
19126 message "Repeat for next buffer".
19127
19128 * info.el (Info-search): Add the search-failed message
19129 "end of the manual" when the end of the manual is reached
19130 in Isearch mode.
19131
19132 2011-11-19 Juri Linkov <juri@jurta.org>
19133
19134 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19135 Use non-destructive `remove' instead of `delete' because
19136 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19137 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19138
19139 2011-11-19 Juri Linkov <juri@jurta.org>
19140
19141 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19142 to nil instead of binding `search-ring' and `regexp-search-ring'.
19143 (Bug#9185)
19144
19145 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19146
19147 * simple.el (line-move): Force movement by logical lines for any
19148 hscrolled window, not only when auto-hscroll-mode is on.
19149 (line-move-visual): Update doc string to that effect. (Bug#10076)
19150
19151 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19152
19153 * language/european.el (macintosh): Define as alias for mac-roman.
19154
19155 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19156
19157 * mail/rmailmm.el (rmail-mime-display-header)
19158 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19159 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19160 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19161 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19162 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19163 of a raw aref.
19164 (rmail-mime-entity-segment): To get past the tagline, move forward
19165 2 more lines, to account for the 2 empty lines that precede and
19166 follow the line with the buttons.
19167 (rmail-mime-update-tagline): Move one more line, to get past the
19168 empty line that follows the buttons in the tagline. (Bug#9520)
19169
19170 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19171
19172 * window.el (window-max-delta-1, window-min-delta-1)
19173 (window-min-size-1, window-state-get-1, window-state-put-1)
19174 (window-state-put-2): Use "window--" prefix.
19175
19176 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19177
19178 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19179 (smie-warning-count): New var.
19180 (smie-set-prec2tab): Use it.
19181 (smie-bnf->prec2): Improve warnings. Add docstring.
19182 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19183 (smie-bnf--set-class): New function.
19184 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19185 corner case.
19186
19187 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19188 (compilation-error-properties, compilation-move-to-column):
19189 Handle compilation-first-column while in the target buffer.
19190
19191 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19192 Don't hardcode point-min==1.
19193
19194 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19195 (eshell-rewrite-for-command): Remove workaround.
19196 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19197 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19198 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19199
19200 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19201
19202 2011-11-17 Glenn Morris <rgm@gnu.org>
19203
19204 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19205 Ignore buffer-local generated-autoload-file if it is the same
19206 as the global value. (Bug#10049)
19207
19208 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19209
19210 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19211 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19212 (reftex-toc-previous-heading, reftex-toc-max-level)
19213 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19214 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19215 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19216 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19217 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19218 (reftex-toc-rename-label, reftex-toc-visit-location)
19219 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19220 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19221 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19222 leaving "*toc*" only for references to the buffer.
19223
19224 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19225
19226 * window.el (window-resize, delete-window, split-window):
19227 Replace window-splits by window-combination-resize.
19228 * cus-start.el (window-splits): Replace by window-combination-resize.
19229
19230 2011-11-17 Glenn Morris <rgm@gnu.org>
19231
19232 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19233 Make bash entry derive from sh entry, not shell entry.
19234
19235 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19236
19237 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19238 local file name.
19239
19240 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19241
19242 * menu-bar.el (menu-bar-file-menu):
19243 * printing.el (pr-ps-utility):
19244 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19245 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19246 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19247 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19248 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19249 (icalendar--convert-cyclic-to-ical)
19250 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19251 (icalendar--convert-ical-to-diary)
19252 (icalendar--convert-recurring-to-diary)
19253 (icalendar--convert-non-recurring-all-day-to-diary)
19254 (icalendar-import-format-sample):
19255 * progmodes/idlw-shell.el (idlwave-shell-mode):
19256 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19257 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19258 (vhdl-ps-print-init): Fix typos.
19259
19260 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19261
19262 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19263 FSF and collapse date sequence, obscure author/maintainer email address
19264 better, remove extra version line, track relocation of author's webpage.
19265
19266 * progmodes/python.el (python-pdbtrack-input-prompt)
19267 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19268 regular python pdb prompts. Adjustments shamelessly taken exactly as
19269 suggested in EmacsWiki page (tiny change):
19270 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19271
19272 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19273
19274 * expand.el (expand-pos, expand-index, expand-point):
19275 Remove redundant info from docstring.
19276 (expand-add-abbrevs): Doc fix.
19277 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19278 (expand-sample-perl-mode-expand-list): Fix typos.
19279
19280 * net/dbus.el (dbus-event-member-name):
19281 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19282 * term/pc-win.el (msdos-create-frame-with-faces):
19283 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19284
19285 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19286
19287 * window.el (split-window, window-state-get-1)
19288 (window-state-put-1, window-state-put-2): Rename occurrences of
19289 window-nest to window-combination-limit.
19290 * cus-start.el (window-nest): Rename to window-combination-limit.
19291
19292 2011-11-16 Chong Yidong <cyd@gnu.org>
19293
19294 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19295 regexp (Bug#10033).
19296
19297 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19300 `completing-read' will remove *Completions* and will preserve
19301 current-buffer for us.
19302 (tmm-add-prompt): Users of *Completions* will always (re)set its
19303 major mode.
19304 (tmm-old-comp-map): Remove.
19305
19306 2011-11-16 Glenn Morris <rgm@gnu.org>
19307
19308 * mail/rmailedit.el: Require rmailmm when compiling.
19309 (rmail-old-mime-state): New declaration.
19310 (rmail-edit-current-message): If editing a mime message,
19311 edit the "raw" message from the mbox buffer.
19312 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19313
19314 2011-11-15 Glenn Morris <rgm@gnu.org>
19315
19316 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19317 which wasn't being used. Add optional arg to force given state.
19318 (rmail-mime): Add optional arg to force given state.
19319
19320 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19321
19322 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19323 * frame.el (display-mm-dimensions-alist):
19324 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19325 (outline-move-subtree-down):
19326 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19327 (newsticker--treeview-do-get-node):
19328 * net/quickurl.el (quickurl-list-buffer-name):
19329 * progmodes/dcl-mode.el (dcl-mode):
19330 * progmodes/gdb-mi.el (gdb-mapcar*):
19331 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19332
19333 2011-11-15 Glenn Morris <rgm@gnu.org>
19334
19335 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19336 in a boolean sense, so just make it a boolean, and fix the doc.
19337 (rmail-show-mime-function, rmail-mime-feature)
19338 (rmail-require-mime-maybe): Doc fixes.
19339 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19340
19341 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19342
19343 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19344
19345 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19346 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19347 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19348 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19349
19350 2011-11-15 Glenn Morris <rgm@gnu.org>
19351
19352 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19353 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19354 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19355 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19356 (rmail-mime, rmail-show-mime): Doc fixes.
19357
19358 * term/ns-win.el (mode-line-frame-identification):
19359 Leave it alone. (Bug#10051)
19360
19361 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19362
19363 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19364 Handle empty buffers. (Bug#9978)
19365
19366 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19367
19368 * international/mule.el (define-charset):
19369 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19370 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19371 * progmodes/verilog-mode.el (verilog-backward-token):
19372 * textmodes/ispell.el (lookup-words):
19373 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19374
19375 2011-11-14 Glenn Morris <rgm@gnu.org>
19376
19377 * progmodes/executable.el
19378 (executable-make-buffer-file-executable-if-script-p):
19379 Handle file-modes returning nil.
19380
19381 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19382 message - not necessary, and causes problems. (Bug#9831)
19383
19384 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19385
19386 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19387
19388 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19389 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19390 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19391
19392 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19393
19394 * window.el (window-resize, delete-window): Use window-splits
19395 variable instead of function.
19396 (window-state-get-1, window-state-put-2, window-state-put):
19397 Don't deal with windows' splits status.
19398
19399 2011-11-12 Glenn Morris <rgm@gnu.org>
19400
19401 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19402 (apropos-documentation): Doc fixes.
19403
19404 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19405
19406 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19407 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19408
19409 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * electric.el (electric-indent-post-self-insert-function): Make it
19412 possible for a char to only indent in some circumstances.
19413 (electric-indent-mode): Simplify.
19414
19415 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19416
19417 * window.el (windows-with-parameter): Remove unused function.
19418 (windows-at-side): Rename to window-at-side-list.
19419 (window-check, window-atom-check, window-atom-check-1)
19420 (window-side-check, window-size-ignore, window-size-fixed-1)
19421 (window-in-direction-2): Prefix with "window--".
19422 (window-tree-1): Rename to window--subtree, fix doc-string.
19423
19424 2011-11-11 Glenn Morris <rgm@gnu.org>
19425
19426 * subr.el (eval-after-load): If FILE is already loaded,
19427 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19428
19429 2011-11-10 Glenn Morris <rgm@gnu.org>
19430
19431 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19432 Call svn via vc-svn-command rather than vc-do-command.
19433 (vc-svn-command): Add --non-interactive. (Bug#9993)
19434 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19435
19436 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19437 Add toggle-read-only. (Bug#7292)
19438 * files.el (toggle-read-only): Mention that it should only
19439 be used interactively. (Bug#10006)
19440
19441 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19442
19443 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19444 Adjust regexp for OCaml warnings.
19445
19446 * electric.el (electric-pair-post-self-insert-function): Let user
19447 turn it off buffer-locally (bug#9932).
19448
19449 * progmodes/python.el (python-beginning-of-statement):
19450 Rewrite (bug#2703).
19451
19452 * progmodes/compile.el: Better handle TABs (bug#9749).
19453 (compilation-internal-error-properties)
19454 (compilation-next-error-function): Obey the target buffer's
19455 compilation-error-screen-columns.
19456
19457 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19458
19459 * progmodes/meta-mode.el: Remove obsolete comments.
19460 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19461 Fix typos in docstrings.
19462
19463 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19464
19465 * window.el (window-size-fixed-p): Rewrite doc-string.
19466 (window-resizable-p): Rename to window--resizable-p. Update callers.
19467 (window--resizable): New function. Make all callers of
19468 window-resizable call window--resizable instead.
19469 (window-resizable): Rewrite in terms of window--resizable.
19470
19471 2011-11-08 Glenn Morris <rgm@gnu.org>
19472
19473 * progmodes/delphi.el (delphi-mode-syntax-table):
19474 Let define-derived-mode define a proper syntax table. (Bug#9994)
19475
19476 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * window.el: Stay away from defsubst.
19479 (window-list-no-nils): Remove.
19480 (window-state-get-1, window-state-get): Use backquote instead.
19481
19482 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19483
19484 * emacs-lisp/find-func.el (find-function-read):
19485 Fix incorrect use of default argument in `completing-read'.
19486
19487 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19488
19489 * window.el (display-buffer-function, special-display-function):
19490 Mention display-buffer-record-window but do not mention
19491 help-setup parameter in doc-strings.
19492 (window-min-delta): Fix doc-string typo.
19493
19494 2011-11-08 Chong Yidong <cyd@gnu.org>
19495
19496 * window.el (window-total-height, window-total-width): Doc fix.
19497 (window-body-size): Move from C.
19498 (window-body-height, window-body-width): Move to C.
19499
19500 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * window.el: Make special-display like display-buffer-alist (bug#9532).
19503 (display-buffer--special-action): New function, morphed
19504 from display-buffer--special.
19505 (display-buffer): Use it to handle special-display-buffers at higher
19506 priority (just after display-buffer-alist).
19507 (display-buffer-fallback-action, display-buffer--other-frame-action)
19508 (pop-to-buffer-same-window): Remove display-buffer--special.
19509
19510 2011-11-07 Glenn Morris <rgm@gnu.org>
19511
19512 * calendar/cal-menu.el (cal-menu-set-date-title):
19513 Do nothing if not in a calendar. (Bug#9976)
19514
19515 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19516
19517 * files.el (find-file): Always use selected-window.
19518
19519 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19520
19521 * window.el (window-combinations): Make WINDOW argument
19522 mandatory. Rewrite doc-string.
19523 (walk-window-subtree, window-atom-check, window-min-delta)
19524 (window-max-delta, window--resize-this-window)
19525 (window--resize-root-window-vertically, window-tree)
19526 (balance-windows, window-state-put): Rewrite doc-strings as to
19527 not mention the term "subwindow".
19528 (window--resize-subwindows-skip-p): Rename to
19529 window--resize-child-windows-skip-p.
19530 (window--resize-subwindows-normal): Rename to
19531 window--resize-child-windows-normal.
19532 (window--resize-subwindows): Rename to
19533 window--resize-child-windows.
19534 (window-or-subwindow-p): Rename to window--in-subtree-p.
19535
19536 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19537
19538 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19539 Ensure that mbox format messages end in two newlines (Bug#9974).
19540
19541 2011-11-06 Chong Yidong <cyd@gnu.org>
19542
19543 * window.el (window-combination-p): Function deleted; its
19544 side-effect is not used in any existing code.
19545 (window-combinations, window-combined-p): Call window-*-child
19546 directly.
19547
19548 2011-11-05 Chong Yidong <cyd@gnu.org>
19549
19550 * window.el (window-valid-p): Rename from window-any-p.
19551 (window-size-ignore, window-state-get): Callers changed.
19552 (window-normalize-window): Rename from window-normalize-any-window.
19553 New arg LIVE-ONLY, replacing window-normalize-live-window.
19554 (window-normalize-live-window): Delete.
19555 (window-combination-p, window-combined-p, window-combinations)
19556 (walk-window-subtree, window-atom-root, window-min-size)
19557 (window-sizable, window-sizable-p, window-size-fixed-p)
19558 (window-min-delta, window-max-delta, window-resizable)
19559 (window-resizable-p, window-full-height-p, window-full-width-p)
19560 (window-current-scroll-bars, window-point-1, set-window-point-1)
19561 (window-at-side-p, window-in-direction, window-resize)
19562 (adjust-window-trailing-edge, maximize-window, minimize-window)
19563 (window-deletable-p, delete-window, delete-other-windows)
19564 (record-window-buffer, unrecord-window-buffer)
19565 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19566 (quit-window, split-window, window-state-put)
19567 (set-window-text-height, fit-window-to-buffer)
19568 (shrink-window-if-larger-than-buffer): Callers changed.
19569
19570 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19571
19572 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19573 rfc2047-decode-string.
19574 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19575 warnings.
19576
19577 * window.el (window-body-height, window-body-width): Mention in
19578 the doc string that the return values are in frame's canonical
19579 units. (Bug#9949)
19580
19581 2011-11-03 Alan Mackenzie <acm@muc.de>
19582
19583 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19584 change in cc-engine.el.
19585
19586 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19589
19590 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19591
19592 * window.el (quit-window): Call unrecord-window-buffer after
19593 showing another buffer in the window. (Bug#9937)
19594 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19595
19596 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19597
19598 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19599 Accept status with more than 9 shelves. (Bug#9935)
19600 Reported by Colin D Bennett <colin@gibibit.com>.
19601
19602 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19603
19604 * help.el (with-help-window): Don't reference
19605 temp-buffer-show-specifiers in doc-string.
19606
19607 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19608
19609 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19610 menu-item.
19611
19612 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19613
19614 * whitespace.el: New version 13.2.2.
19615 (whitespace-newline-mode): Disable properly. Reported by Sarah
19616 <EmacsWiki>.
19617
19618 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19619
19620 * net/newst-treeview.el: Remove "Time-stamp".
19621 (newsticker--group-manage-orphan-feeds): Do not call
19622 newsticker--treeview-tree-update.
19623 (newsticker-treeview-update, newsticker-treeview):
19624 Call newsticker--treeview-tree-update if necessary.
19625
19626 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19627
19628 * window.el (window-iso-combination-p, window-iso-combined-p)
19629 (window-iso-combinations): Remove "iso-" infix.
19630 Suggested by Chong Yidong.
19631 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19632 (window-max-delta-1, window-resize, window--resize-siblings)
19633 (window--resize-this-window, adjust-window-trailing-edge)
19634 (split-window, balance-windows-1)
19635 (shrink-window-if-larger-than-buffer):
19636 * calendar/calendar.el (calendar-generate-window):
19637 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19638
19639 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19640
19641 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19642 in place (bug#9907).
19643 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19644 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19645 (eshell-structure-basic-command, eshell-rewrite-while-command)
19646 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19647 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19648 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19649 (eshell-do-pipelines-synchronously, eshell-eval-command):
19650 Use backquotes and prefer setq to set.
19651 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19652 (eshell-macrop): Use functionp.
19653 (eshell-do-eval): Handle multiple expressions in `while' body.
19654
19655 2011-10-30 Chong Yidong <cyd@gnu.org>
19656
19657 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19658 instead of set-mark (Bug#9810).
19659
19660 2011-10-30 Chong Yidong <cyd@gnu.org>
19661
19662 * window.el (split-window-below, split-window-right): Rename from
19663 split-window-above-each-other and split-window-side-by-side
19664 respectively. All callers changed.
19665 (split-window-sensibly, split-window-sensibly): Use them.
19666 (split-window-keep-point): Doc fix.
19667
19668 * isearch.el: Add isearch-scroll property to split-window-below
19669 and split-window-right.
19670
19671 * follow.el (follow-mode):
19672 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19673 * progmodes/ada-xref.el (ada-gdb-application):
19674 * emulation/vip.el (vip-buffer-in-two-windows):
19675 * image-dired.el (image-dired-dired-with-window-configuration):
19676 * dired-x.el (dired-do-find-marked-files):
19677 * dired.el (dired-pop-to-buffer):
19678 * bs.el (bs--show-with-configuration):
19679 * vc/emerge.el (emerge-setup-windows):
19680 * textmodes/two-column.el (2C-two-columns):
19681 * textmodes/reftex-toc.el (reftex-toc):
19682 * progmodes/gdb-mi.el (gdb-setup-windows):
19683 * progmodes/fortran.el (fortran-window-create):
19684 * net/newst-treeview.el (newsticker--treeview-window-init):
19685 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19686 * emulation/tpu-edt.el (tpu-gold-map):
19687 * emulation/crisp.el (crisp-mode-map):
19688 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19689
19690 2011-10-29 Chong Yidong <cyd@gnu.org>
19691
19692 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19693
19694 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19695
19696 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19697 forged Ispell output (Bug#7904).
19698
19699 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19700
19701 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * doc-view.el: Avoid ugly errors about not finding nil.
19704 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19705 (doc-view-dvipdf-program, doc-view-unoconv-program)
19706 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19707 Avoid nil or absolute file name as default value.
19708 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19709
19710 2011-10-28 Alan Mackenzie <acm@muc.de>
19711
19712 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19713
19714 2011-10-28 Alan Mackenzie <acm@muc.de>
19715
19716 Amend the handling of c-beginning/end-of-defun in nested declaration
19717 scopes.
19718
19719 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19720 cc-langs.el. Change it to a defcustom.
19721
19722 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19723 cc-vars.el.
19724
19725 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19726 Prevent "class foo : bar" being spuriously recognized as a label.
19727
19728 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19729 Add parameter `inclusive' (to include enclosing braces in the region).
19730 (c-widen-to-enclosing-decl-scope): New function.
19731 (c-while-widening-to-decl-block): New macro.
19732 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19733 outward for defun boundaries, and correspondingly change symbol
19734 `respect-enclosure' to `go-outward'.
19735 (c-declaration-limits): Change algorithm to report only the "innermost"
19736 defun's boundaries.
19737
19738 2011-10-28 Deniz Dogan <deniz@dogan.se>
19739
19740 * net/rcirc.el (rcirc-mode): Use hard newlines.
19741
19742 2011-10-28 Alan Mackenzie <acm@muc.de>
19743
19744 Amend to indent and fontify macros "which include their own semicolon"
19745 correctly, using the "virtual semicolon" mechanism.
19746
19747 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19748
19749 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19750 Recode to scan one line at a time rather than having \n and \r
19751 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19752 (c-forward-label): Amend for virtual semicolons.
19753 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19754
19755 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19756 of the new C macros.
19757
19758 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19759 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19760 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19761 (c-opt-cpp-macro-define): Make into a full language variable.
19762 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19763 AWK Mode (including \n, \r) removed, no longer needed.
19764
19765 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19766 Invoke c-make-macro-with-semi-re.
19767
19768 * progmodes/cc-vars.el (c-macro-with-semi-re):
19769 (c-macro-names-with-semicolon): New variables.
19770 (c-make-macro-with-semi-re): New function.
19771
19772 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19773
19774 * vc/log-edit.el: Fill empty field rather than adding new one.
19775 (log-edit-add-field): New function.
19776 (log-edit-insert-changelog): Use it.
19777
19778 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19779
19780 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19781
19782 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19785 (gdb--check-interpreter): New function.
19786 (gdb): Use it.
19787
19788 2011-10-27 Glenn Morris <rgm@gnu.org>
19789
19790 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19791 (least-positive-float, least-negative-float)
19792 (least-positive-normalized-float, least-negative-normalized-float)
19793 (float-epsilon, float-negative-epsilon):
19794 Remove unnecessary declarations.
19795
19796 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19797 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19798 (least-positive-float, least-negative-float)
19799 (least-positive-normalized-float, least-negative-normalized-float)
19800 (float-epsilon, float-negative-epsilon): Add doc-strings,
19801 based on those in cl.texi.
19802
19803 * files.el (set-visited-file-name): If the major-mode changed,
19804 reload the local variables. (Bug#9796)
19805
19806 2011-10-27 Chong Yidong <cyd@gnu.org>
19807
19808 * subr.el (change-major-mode-after-body-hook): New hook.
19809 (run-mode-hooks): Run it.
19810
19811 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19812 Use change-major-mode-before-body-hook.
19813
19814 * simple.el (fundamental-mode):
19815 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19816 change introducing fundamental-mode-hook.
19817
19818 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19819
19820 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19821
19822 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19823
19824 * ido.el (ido-file-name-all-completions-1): Do not require
19825 tramp.el explicitly. (Bug#7583)
19826
19827 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19828
19829 * progmodes/octave-mod.el:
19830 * progmodes/octave-inf.el: Update maintainer.
19831
19832 2011-10-26 Chong Yidong <cyd@gnu.org>
19833
19834 * subr.el (with-wrapper-hook): Rewrite doc.
19835
19836 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19837
19838 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19839 filenames "/method:foo:". (Bug#9793)
19840
19841 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19844 (bug#9865).
19845
19846 2011-10-24 Glenn Morris <rgm@gnu.org>
19847
19848 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19849
19850 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19851
19852 * notifications.el: Add the requirement of a running D-Bus session
19853 bus to the Commentary.
19854
19855 2011-10-24 Juri Linkov <juri@jurta.org>
19856
19857 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19858 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19859 (Bug#9364)
19860
19861 2011-10-24 Juri Linkov <juri@jurta.org>
19862
19863 * info.el (Info-following-node-name-re): Add newline to the list
19864 of allowed characters for leading space. (Bug#9824)
19865
19866 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 * progmodes/octave-inf.el (inferior-octave-mode-map):
19869 Fix C-c C-h binding.
19870 * progmodes/octave-mod.el (octave-help): Remove.
19871
19872 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19873
19874 Sync with Tramp 2.2.3.
19875
19876 * net/tramp-cache.el (top): Pacify byte-compiler using
19877 `init-file-user' and `site-run-file'.
19878
19879 * net/trampver.el: Update release number.
19880
19881 2011-10-23 Chong Yidong <cyd@gnu.org>
19882
19883 * files.el (toggle-read-only): Remove obsolete comment about
19884 version control.
19885
19886 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19887 for toggle-read-only. Note that this hasn't called vc-next-action
19888 since 2008-05-02, though it wasn't documented at the time.
19889
19890 * vc/ediff-init.el (ediff-toggle-read-only-function):
19891 Use toggle-read-only.
19892
19893 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19894
19895 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19896 of c-parse-state.
19897
19898 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19899 correct faulty logical expression.
19900 (c-parse-state-state, c-record-parse-state-state):
19901 (c-replay-parse-state-state): New defvar/defuns.
19902 (c-debug-parse-state): Use new functions.
19903
19904 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19905
19906 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19907 last fix. Use window-in-direction correctly.
19908
19909 2011-10-21 Chong Yidong <cyd@gnu.org>
19910
19911 * progmodes/idlwave.el (idlwave-mode):
19912 * progmodes/vera-mode.el (vera-mode): No need to set
19913 require-final-newline; that's done in prog-mode.
19914 Suggested by Stefan Monnier.
19915
19916 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19917
19918 * mouse.el (mouse-drag-window-above)
19919 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19920 (mouse-drag-mode-line-1, mouse-drag-header-line)
19921 (mouse-drag-vertical-line-rightward-window): Remove.
19922 (mouse-drag-line): New function.
19923 (mouse-drag-mode-line, mouse-drag-header-line)
19924 (mouse-drag-vertical-line): Call mouse-drag-line.
19925 * window.el (window-at-side-p, windows-at-side): New functions.
19926
19927 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19928
19929 * tar-mode.el (tar-grind-file-mode):
19930 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19931
19932 2011-10-21 Chong Yidong <cyd@gnu.org>
19933
19934 * progmodes/idlwave.el (idlwave-mode):
19935 * progmodes/vera-mode.el (vera-mode):
19936 Use mode-require-final-newline.
19937
19938 2011-10-20 Glenn Morris <rgm@gnu.org>
19939
19940 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19941
19942 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19943
19944 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19945
19946 2011-10-20 Chong Yidong <cyd@gnu.org>
19947
19948 * emulation/cua-base.el (cua-mode):
19949 * mail/footnote.el (footnote-mode):
19950 * mail/mailabbrev.el (mail-abbrevs-mode):
19951 * net/xesam.el (xesam-minor-mode):
19952 * progmodes/bug-reference.el (bug-reference-mode):
19953 * progmodes/cap-words.el (capitalized-words-mode):
19954 * progmodes/compile.el (compilation-minor-mode)
19955 (compilation-shell-minor-mode):
19956 * progmodes/gud.el (gud-tooltip-mode):
19957 * progmodes/hideif.el (hide-ifdef-mode):
19958 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19959 * progmodes/subword.el (subword-mode):
19960 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19961 * progmodes/which-func.el (which-function-mode):
19962 * term/tvi970.el (tvi970-set-keypad-mode):
19963 * term/vt100.el (vt100-wide-mode):
19964 * textmodes/flyspell.el (flyspell-mode):
19965 * textmodes/ispell.el (ispell-minor-mode):
19966 * textmodes/nroff-mode.el (nroff-electric-mode):
19967 * textmodes/paragraphs.el (use-hard-newlines):
19968 * textmodes/refill.el (refill-mode):
19969 * textmodes/reftex.el (reftex-mode):
19970 * textmodes/rst.el (rst-minor-mode):
19971 * textmodes/sgml-mode.el (html-autoview-mode)
19972 (sgml-electric-tag-pair-mode):
19973 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19974 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19975 * emulation/crisp.el (crisp-mode):
19976 * emacs-lisp/eldoc.el (eldoc-mode):
19977 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19978 minor mode behavior.
19979
19980 2011-10-19 Juri Linkov <juri@jurta.org>
19981
19982 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19983 the list of hard-coded chars with escape-glyph face.
19984
19985 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19988
19989 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19990
19991 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19992 running process.
19993
19994 2011-10-19 Glenn Morris <rgm@gnu.org>
19995
19996 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19997 Ignore ignored files. (Bug#9726)
19998
19999 2011-10-19 Chong Yidong <cyd@gnu.org>
20000
20001 Doc fix for minor modes, stating that an omitted argument enables
20002 the mode unconditionally when called from Lisp.
20003
20004 * abbrev.el (abbrev-mode):
20005 * allout.el (allout-mode):
20006 * autoinsert.el (auto-insert-mode):
20007 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20008 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20009 (global-auto-revert-mode):
20010 * battery.el (display-battery-mode):
20011 * composite.el (global-auto-composition-mode)
20012 (auto-composition-mode):
20013 * delsel.el (delete-selection-mode):
20014 * desktop.el (desktop-save-mode):
20015 * dired-x.el (dired-omit-mode):
20016 * dirtrack.el (dirtrack-mode):
20017 * doc-view.el (doc-view-minor-mode):
20018 * double.el (double-mode):
20019 * electric.el (electric-indent-mode, electric-pair-mode):
20020 * emacs-lock.el (emacs-lock-mode):
20021 * epa-hook.el (auto-encryption-mode):
20022 * follow.el (follow-mode):
20023 * font-core.el (font-lock-mode):
20024 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20025 * help.el (temp-buffer-resize-mode):
20026 * hilit-chg.el (highlight-changes-mode)
20027 (highlight-changes-visible-mode):
20028 * hi-lock.el (hi-lock-mode):
20029 * hl-line.el (hl-line-mode, global-hl-line-mode):
20030 * icomplete.el (icomplete-mode):
20031 * ido.el (ido-everywhere):
20032 * image-file.el (auto-image-file-mode):
20033 * image-mode.el (image-minor-mode):
20034 * iswitchb.el (iswitchb-mode):
20035 * jka-cmpr-hook.el (auto-compression-mode):
20036 * linum.el (linum-mode):
20037 * longlines.el (longlines-mode):
20038 * master.el (master-mode):
20039 * mb-depth.el (minibuffer-depth-indicate-mode):
20040 * menu-bar.el (menu-bar-mode):
20041 * minibuf-eldef.el (minibuffer-electric-default-mode):
20042 * mouse-sel.el (mouse-sel-mode):
20043 * msb.el (msb-mode):
20044 * mwheel.el (mouse-wheel-mode):
20045 * outline.el (outline-minor-mode):
20046 * paren.el (show-paren-mode):
20047 * recentf.el (recentf-mode):
20048 * reveal.el (reveal-mode, global-reveal-mode):
20049 * rfn-eshadow.el (file-name-shadow-mode):
20050 * ruler-mode.el (ruler-mode):
20051 * savehist.el (savehist-mode):
20052 * scroll-all.el (scroll-all-mode):
20053 * scroll-bar.el (scroll-bar-mode):
20054 * server.el (server-mode):
20055 * shell.el (shell-dirtrack-mode):
20056 * simple.el (auto-fill-mode, transient-mark-mode)
20057 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20058 (line-number-mode, column-number-mode, size-indication-mode)
20059 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20060 * strokes.el (strokes-mode):
20061 * time.el (display-time-mode):
20062 * t-mouse.el (gpm-mouse-mode):
20063 * tool-bar.el (tool-bar-mode):
20064 * tooltip.el (tooltip-mode):
20065 * type-break.el (type-break-mode-line-message-mode)
20066 (type-break-query-mode):
20067 * view.el (view-mode):
20068 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20069 (global-whitespace-mode, global-whitespace-newline-mode):
20070 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20071
20072 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20073 Fix autogenerated docstring.
20074
20075 2011-10-19 Juri Linkov <juri@jurta.org>
20076
20077 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20078 by checking environment variables "DESKTOP_SESSION" and
20079 "XDG_CURRENT_DESKTOP". (Bug#9779)
20080
20081 2011-10-19 Juri Linkov <juri@jurta.org>
20082
20083 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20084 (browse-url-chromium-program, browse-url-chromium-arguments):
20085 New defcustoms.
20086 (browse-url-default-browser): Check for `browse-url-chromium' and
20087 call `browse-url-chromium-program'.
20088 (browse-url-chromium): New command. (Bug#9779)
20089
20090 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20091
20092 * facemenu.el (list-colors-duplicates): On Windows, detect more
20093 duplicates by assuming that only colors matching "^System" are
20094 special "system colors". (Bug#9722)
20095
20096 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20099 to distinguish the author from the committer.
20100
20101 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20102
20103 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20104
20105 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20106
20107 * international/mule.el (sgml-html-meta-auto-coding-function):
20108 Add support for detecting encoding in HTML5 specified only as
20109 <meta charset="UTF-8">. Implementation just makes http-equiv and
20110 content-type parts from HTML4 encoding string optional. (Bug#9716)
20111
20112 2011-10-18 Glenn Morris <rgm@gnu.org>
20113
20114 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20115
20116 2011-10-18 Chong Yidong <cyd@gnu.org>
20117
20118 * faces.el (cursor): Doc fix.
20119
20120 2011-10-17 Chong Yidong <cyd@gnu.org>
20121
20122 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20123
20124 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20125
20126 * dirtrack.el (dirtrack): Support shell buffers with path
20127 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20128
20129 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20130
20131 * json.el: Bump version to 1.3 and note change in History.
20132 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20133
20134 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * comint.el (comint-insert-input, comint-send-input)
20137 (comint-get-old-input-default, comint-backward-matching-input)
20138 (comint-next-prompt): Use nil instead of `input' for field property of
20139 past user input (bug#114).
20140
20141 * minibuffer.el (completion--replace): Inherit surrounding properties
20142 (bug#114).
20143 (minibuffer-complete-and-exit): Use it.
20144
20145 * comint.el (comint--table-subvert): Quote the all-completions output
20146 (bug#9160).
20147
20148 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20149
20150 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20151
20152 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20153 window on right of selected. (Bug#9350) Reword other window
20154 entries and separate them from frame entries.
20155
20156 2011-10-15 Glenn Morris <rgm@gnu.org>
20157
20158 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20159 Doc fixes.
20160
20161 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20162
20163 * net/network-stream.el (network-stream-open-starttls):
20164 Improve detection of failure due to lack of TLS support.
20165
20166 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20167 putting the input text in front and in bold.
20168
20169 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20170
20171 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20172
20173 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20174 empty buffer.
20175
20176 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20177 unread-command-events rather than pushing yet-another event.
20178
20179 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20180
20181 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20182 the explanation of the possible choices. Make the options passed
20183 to completing-read shorter.
20184
20185 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20186
20187 * textmodes/flyspell.el (flyspell-large-region): Make sure
20188 extended character mode is used if defined (Bug#1339).
20189
20190 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20191
20192 * simple.el (what-cursor-position): Fix the display of the
20193 character info for LRE, LRO, RLE, and RLO characters by appending
20194 an invisible PDF.
20195
20196 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20199 even in case of error; add debug spec; simplify data flow.
20200 (with-timeout-handler): Remove.
20201
20202 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20203
20204 Fix Bug#6019, Bug#9315.
20205
20206 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20207 complete `buffer-file-name', the local file name part could look
20208 remotely (for example on VMS).
20209
20210 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20211 `tramp-run-real-handler'.
20212 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20213 already quoted by '"'.
20214
20215 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20216 Let `file-name-handler-alist' be nil, the local file name part
20217 could look remotely (for example on VMS).
20218
20219 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20220
20221 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20222 from here...
20223 (flyspell-post-command-hook): ...to here.
20224
20225 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20228 if not needed.
20229 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20230 using completion. Protect against "slow" callers.
20231 Remove the "message hack".
20232
20233 2011-10-11 Juri Linkov <juri@jurta.org>
20234
20235 * isearch.el (isearch-lazy-highlight-word): New variable.
20236 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20237 Use it. (Bug#9727)
20238
20239 2011-10-11 Glenn Morris <rgm@gnu.org>
20240
20241 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20242 like f90-previous-statement does.
20243
20244 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20245
20246 * eshell/eshell.el (eshell-command): History should be saved
20247 only in interactive use, to avoid error.
20248
20249 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * minibuffer.el (completion-file-name-table): Fix last change,
20252 i.e. ignore normal errors but not the other ones.
20253
20254 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20255
20256 * window.el (special-display-buffer-names)
20257 (special-display-regexps): Remove some remnants of earlier
20258 changes from doc-strings.
20259 (quit-windows-on): New function.
20260
20261 * vc/vc.el (vc-revert, vc-rollback):
20262 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20263 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20264 (Bug#6183) (Bug#7074) (Bug#7447)
20265
20266 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20267
20268 * window.el (frame-auto-hide-function): Add version tag.
20269 (Bug#9699)
20270
20271 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20272
20273 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20274 condition.
20275
20276 2011-10-09 Leo Liu <sdl.web@gmail.com>
20277
20278 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20279 (Bug#9701)
20280
20281 2011-10-08 Glenn Morris <rgm@gnu.org>
20282
20283 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20284 before the first code statement zero indent. (Bug#9690)
20285
20286 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20287
20288 * simple.el (count-words-region): Always count in the region.
20289 Report the number of lines and characters too.
20290 (count-words): New command, which counts in the buffer if the
20291 region is inactive, as count-words-region used to.
20292 (count-words--message): New function. Handle plurals.
20293 (count-lines-region): Make it an alias for count-words-region.
20294
20295 * bindings.el (esc-map): Replace count-lines-region with
20296 count-words-region.
20297
20298 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20299
20300 * window.el (window--delete): Delete dedicated frame
20301 unconditionally when argument KILL is non-nil. (Bug#9699)
20302 (switch-to-buffer): Fix doc-string typo.
20303
20304 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20305
20306 * eshell/eshell.el (eshell-command): Avoid using hooks.
20307
20308 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20309
20310 * bindings.el ([M-left],[M-right]): Bind to left-word and
20311 right-word respectively.
20312
20313 2011-10-07 Glenn Morris <rgm@gnu.org>
20314
20315 * cus-start.el (debug-on-quit): Fix custom type.
20316
20317 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20318
20319 * subr.el (define-key-after): Clarify that the function is not
20320 useful for non-menu keymaps.
20321
20322 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20323
20324 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20325
20326 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20327 in current minibuffer (Fix bug with recursive minibuffers).
20328
20329 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20330
20331 * progmodes/gdb-mi.el (gdb): Doc fix.
20332
20333 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20334
20335 * window.el (frame-auto-hide-function): New option replacing
20336 frame-auto-delete. Suggested by Stefan Monnier.
20337 (window--delete): Call frame-auto-hide-function instead of
20338 investigating frame-auto-delete.
20339 (window-point-1, set-window-point-1): New functions.
20340 (window-in-direction, record-window-buffer, window-state-get-1)
20341 (display-buffer-record-window): Use window-point-1 instead of
20342 window-point.
20343 (set-window-buffer-start-and-point): Use set-window-point-1.
20344
20345 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20346
20347 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20348
20349 2011-10-05 Glenn Morris <rgm@gnu.org>
20350
20351 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20352 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20353
20354 2011-10-05 Leo Liu <sdl.web@gmail.com>
20355
20356 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20357 works with buffer object.
20358
20359 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * mpc.el (mpc-tool-bar-map): Add labels.
20362
20363 2011-10-04 Glenn Morris <rgm@gnu.org>
20364
20365 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20366
20367 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20368
20369 * window.el (window--delete): New function.
20370 (frame-auto-delete): Resuscitate option.
20371 (bury-buffer, replace-buffer-in-windows)
20372 (quit-window): Rewrite using window--delete.
20373 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20374 Pass display-buffer-mark-dedicated to window--display-buffer-2
20375 (Bug#9639).
20376
20377 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20380 returns a list (bug#9554). Add remote file name completion.
20381 * comint.el (comint--table-subvert): Curry and get quote&unquote
20382 functions as arguments.
20383 (comint--complete-file-name-data): Adjust call accordingly.
20384 * pcomplete.el (pcomplete--table-subvert): Remove.
20385 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20386
20387 * minibuffer.el (completion-table-case-fold): Use currying.
20388 (completion--styles-type, completion--cycling-threshold-type):
20389 New constants.
20390 (completion-styles, completion-category-overrides)
20391 (completion-cycle-threshold): Use them.
20392 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20393 completion-table-case-fold.
20394
20395 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20396
20397 * minibuffer.el (completion-category-overrides): Fix type of styles
20398 and add more user friendly tags (bug#9660).
20399
20400 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20403 (mule-input-method-string): New widget.
20404 (default-input-method, language-info-custom-alist): Use it.
20405
20406 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20407
20408 * pcomplete.el: Require comint.
20409 (pcomplete--common-suffix): Remove.
20410 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20411 (pcomplete--table-subvert): Sync with comint--table-subvert.
20412 (pcomplete--entries): Use comint-completion-file-name-table.
20413 * comint.el (comint-unquote-filename): Simplify.
20414 (comint-completion-file-name-table): New function (bug#9616).
20415 (comint--complete-file-name-data): Use it.
20416
20417 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20418 (pcmpl-gnu-tar-buffer): Remove.
20419 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20420 around. Make sure pcomplete-suffix-list is only changed temporarily.
20421 Don't look inside the tar's file if it's too large.
20422
20423 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20424
20425 * cus-edit.el (custom-mode-map):
20426 * epa.el (epa-key-list-mode-map):
20427 * man.el (Man-mode-map):
20428 * startup.el (splash-screen-keymap):
20429 * simple.el (special-mode-map): Use scroll-up-command and
20430 scroll-down-command.
20431
20432 * progmodes/idlw-help.el (idlwave-help-mode-map):
20433 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20434 * net/newst-plainview.el (newsticker-mode-map):
20435 * emulation/ws-mode.el (wordstar-mode-map):
20436 * emulation/vi.el (vi-com-map):
20437 * calc/calc-graph.el (calc-graph-show-dumb):
20438 * term/sun.el (terminal-init-sun):
20439 * term/ns-win.el (global-map):
20440 * progmodes/grep.el (grep-mode-map):
20441 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20442 * mail/rmail.el (rmail-mode-map):
20443 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20444
20445 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20446 custom-safe-themes as special.
20447
20448 2011-10-01 Julien Danjou <julien@danjou.info>
20449
20450 * notifications.el (notifications-notify): Fix docstring.
20451
20452 2011-10-01 Per Starbäck <per@starback.se>
20453
20454 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20455
20456 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20457
20458 * startup.el (command-line-1): Fix last fix by inserting
20459 initial-scratch-message into *scratch* before displaying it.
20460 (Bug#9605) and (Bug#9636)
20461
20462 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20463
20464 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20465 window is hscrolled, move by logical lines. (Bug#9607)
20466 (line-move-visual): Update the doc string to the above effect.
20467
20468 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20469
20470 * window.el (display-buffer-record-window): When WINDOW is the
20471 selected window use `point' instead of `window-point'. (Bug#9626)
20472
20473 * startup.el (command-line-1): Use insert-before-markers when
20474 inserting initial-scratch-message. (Bug#9605)
20475
20476 * help.el (help-window): Remove variable.
20477
20478 2011-09-29 Glenn Morris <rgm@gnu.org>
20479
20480 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20481
20482 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20483
20484 * descr-text.el (describe-char-categories): Accept category
20485 descriptions more than one line long.
20486
20487 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * simple.el (delete-trailing-whitespace): Fix last change.
20490
20491 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20492 Don't confuse "y => 3" as the beginning of a `y' operation.
20493
20494 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20495 object has more than 4 slots (bug#9613).
20496
20497 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20498
20499 * subr.el (with-output-to-temp-buffer):
20500 * net/quickurl.el (quickurl, quickurl-browse-url):
20501 Fix typos in docstrings.
20502
20503 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20504
20505 * minibuffer.el (completion-styles)
20506 (completion-category-overrides): Cross reference each other in doc
20507 strings.
20508
20509 2011-09-27 Glenn Morris <rgm@gnu.org>
20510
20511 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20512 to split-string. (Bug#9606)
20513
20514 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20515
20516 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20517 (bug#9615).
20518
20519 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20520
20521 * emacs-lisp/package.el (list-packages): Fix echo area message.
20522
20523 2011-09-27 Leo Liu <sdl.web@gmail.com>
20524
20525 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20526
20527 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20528
20529 * net/dbus.el (dbus-unregister-object): Don't release services for
20530 registered signals. (Bug#9581)
20531
20532 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20533
20534 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20535 function that picks between cfengine 2 and 3 support
20536 automatically. Update docs accordingly.
20537
20538 2011-09-22 Kenichi Handa <handa@m17n.org>
20539
20540 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20541 ZERO.
20542 (indian-itrans-v5-table-for-tamil): New variable.
20543 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20544
20545 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20546
20547 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20548 that's true if the current command involved collapsing of text.
20549 It's reset to false at the beginning of the next command.
20550 (allout-post-command-business): Move the cursor to the beginning
20551 of entry if the cursor is hidden and collapsing activity just
20552 happened.
20553
20554 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20555
20556 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20557 tracking (Bug#9541).
20558
20559 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20560
20561 * net/newst-reader.el (newsticker-html-renderer)
20562 (newsticker-show-news): Automatically load html rendering package
20563 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20564 because w3m-fill-column is let-bound" and the error "Symbol's value
20565 as variable is void: w3m-fill-column".
20566
20567 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20568
20569 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20570 Release services only if they are defined. (Bug#9581)
20571
20572 2011-09-23 Richard Stallman <rms@gnu.org>
20573
20574 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20575 distinguish start of paragraph from start of its text.
20576
20577 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20578
20579 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20580 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20581 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20582
20583 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20584
20585 * international/mule-diag.el (mule-diag): Insert a newline after
20586 each fontset description.
20587
20588 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20589
20590 * simple.el (delete-trailing-whitespace):
20591 Document last change; simplify.
20592
20593 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20594
20595 * simple.el (delete-trailing-whitespace): Also delete
20596 extra newlines at the end of the buffer.
20597
20598 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20599 (picture-newline): Use forward-line so as to ignore fields.
20600
20601 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * subr.el (with-wrapper-hook): Fix edebug spec.
20604
20605 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20606
20607 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20608 (bug#4538).
20609
20610 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20611
20612 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20613 Fix nasty bug using wrong cached values.
20614
20615 2011-09-23 Alan Mackenzie <acm@muc.de>
20616
20617 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20618
20619 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20620
20621 * window.el (pop-to-buffer): Ensure right window is selected if we
20622 chose another frame.
20623
20624 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20625
20626 * simple.el (what-cursor-position): Use get-char-property-change
20627 and next-single-char-property-change, to be able to show display
20628 properties that come from overlays as well as text properties.
20629
20630 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20631
20632 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20633
20634 * cmuscheme.el (run-scheme, switch-to-scheme):
20635 * cus-edit.el (customize-group, custom-buffer-create)
20636 (customize-browse):
20637 * info.el (info):
20638 * shell.el (shell):
20639 * mail/sendmail.el (mail):
20640 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20641
20642 2011-09-22 Richard Stallman <rms@gnu.org>
20643
20644 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20645 move back only to line beg, don't move back over blank lines.
20646
20647 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20648
20649 * files.el (copy-directory): Set directory attributes only in case
20650 they could be retrieved from the source directory. (Bug#9565)
20651
20652 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20653
20654 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20655 (hs-find-block-beginning, hs-hide-level-recursive):
20656 Ignore strings as well as comments. (Bug#9502)
20657
20658 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20659
20660 * progmodes/sql.el (sql-comint-postgres):
20661 Convert port number to a string. (Bug#9566)
20662
20663 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20664
20665 * window.el (quit-window): Undedicate window when switching to
20666 previous buffer. Reported by Thierry Volpiatto
20667 <thierry.volpiatto@gmail.com>.
20668 (special-display-popup-frame): When popping up a new frame reset
20669 its previous buffers to nil. Simplify code.
20670
20671 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20672
20673 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20674 and process filter, as done also in `shell-command'.
20675
20676 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20677
20678 * window.el (set-window-buffer-start-and-point):
20679 Call set-window-start with NOFORCE argument t.
20680 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20681 (quit-window): Reword doc-string. Handle new format of
20682 quit-restore parameter. Don't delete window if it has a
20683 previous buffer we can show instead of the present one.
20684 (display-buffer-record-window): Rewrite using a new format for
20685 the quit-restore window parameter
20686 (special-display-popup-frame, display-buffer-same-window)
20687 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20688 (display-buffer-pop-up-window, display-buffer-use-some-window):
20689 Adapt symbol passed to display-buffer-record-window.
20690 * help.el (help-window-setup): Handle new format of quit-restore
20691 parameter.
20692
20693 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20694
20695 * faces.el (face-list): Fix docstring (bug#9564).
20696
20697 * window.el (display-buffer--action-function-custom-type):
20698 Don't include internal functions in the Custom interface.
20699
20700 2011-09-20 Juri Linkov <juri@jurta.org>
20701
20702 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20703 (Info-forward-node, Info-backward-node, Info-next-preorder)
20704 (Info-last-preorder): Use it. (Bug#9528)
20705
20706 2011-09-20 Juri Linkov <juri@jurta.org>
20707
20708 * info.el (Info-last-preorder): Visit last menu item only when
20709 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20710
20711 2011-09-20 Julien Danjou <julien@danjou.info>
20712
20713 * password-cache.el (password-cache-remove): Remove entries even if the
20714 value is nil, so that password with a nil value (negative caching) is
20715 possible to invalidate.
20716
20717 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20718
20719 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20720 all whitespace around breakpoint. (Bug#9553)
20721 (f90-find-breakpoint): Only break at whitespace inside a comment.
20722
20723 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20724
20725 * minibuffer.el (completion-file-name-table): Keep track of errors.
20726 (completion-table-with-predicate): Handle the case where pred1 is nil.
20727 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20728
20729 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20730
20731 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20732 (debugger-return-value): Signal an error if the debugging context does
20733 not await any return value.
20734
20735 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20736 * image-mode.el (image-toggle-display-text)
20737 (image-toggle-display-image): Stay away from evil `intangible'.
20738
20739 2011-09-19 Leo Liu <sdl.web@gmail.com>
20740
20741 * replace.el (occur-revert-arguments): Make it permanent-local.
20742 (occur-mode): Don't call font-lock-defontify.
20743
20744 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20745
20746 * net/ldap.el (ldap-search-internal): Don't push empty search
20747 result (Bug#9508).
20748
20749 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20752
20753 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20754
20755 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20756 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20757
20758 2011-09-18 Juri Linkov <juri@jurta.org>
20759
20760 * buff-menu.el (Buffer-menu-mode-map):
20761 * dired.el (dired-mode-map):
20762 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20763 (lisp-interaction-mode-map):
20764 * emacs-lisp/package.el (package-menu-mode-map):
20765 * epa.el (epa-key-list-mode-map):
20766 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20767 (menu-bar-options-menu):
20768 * outline.el (outline-mode-menu-bar-map):
20769 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20770 * vc/vc-dir.el (vc-dir-menu-map):
20771 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20772 Capitalize non-function content words in menu item strings.
20773
20774 * dired.el (dired-mode-map): Add menu item for
20775 `image-dired-dired-toggle-marked-thumbs'.
20776
20777 2011-09-18 Juri Linkov <juri@jurta.org>
20778
20779 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20780 to `isearch-case-fold-search' and restore its original value
20781 after the `isearch-mode' call.
20782
20783 2011-09-18 Juri Linkov <juri@jurta.org>
20784
20785 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20786 because `zgrep' returns 1 for successful matches (bug#9226).
20787
20788 2011-09-18 Juri Linkov <juri@jurta.org>
20789
20790 * info.el (Info-extract-menu-node-name): Check the second match
20791 for empty string (second test-case of bug#9528).
20792 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20793 intermediate nodes to the history (first test-case of bug#9528).
20794
20795 2011-09-18 Juri Linkov <juri@jurta.org>
20796
20797 * info.el (Info-mode-syntax-table): New variable.
20798 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20799
20800 2011-09-18 Juri Linkov <juri@jurta.org>
20801
20802 * info.el (Info-file-supports-index-cookies):
20803 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20804 outputs one more line for long file names (bug#4142).
20805
20806 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20807
20808 * newcomment.el (comment-normalize-vars): If prompting for
20809 comment-start, set comment-start-skip too (Bug#8424).
20810
20811 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20812
20813 * icomplete.el: Fix previous fix of Bug#5849.
20814 (icomplete-mode): Don't set completion-show-inline-help.
20815 (icomplete-minibuffer-setup): Set completion-show-inline-help
20816 locally during icompletion.
20817
20818 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20819
20820 * woman.el (woman2-process-escapes): Don't delete unrecognized
20821 escapes (Bug#7843).
20822
20823 * files.el (inhibit-first-line-modes-regexps): Add image files.
20824 (hack-local-variables-prop-line): Return nil for malformed
20825 prop-lines (Bug#9044).
20826
20827 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20828
20829 * net/tramp.el (top): Don't require 'shell.
20830 (tramp-methods): Fix docstring.
20831 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20832 Return complete remote file name. Handle "smb" case.
20833 Use `tramp-tmpdir', if defined for the respective method.
20834 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20835
20836 * net/tramp-compat.el (top): Require 'shell.
20837
20838 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20839 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20840 `tramp-current-host'.
20841 (tramp-get-remote-tmpdir): Remove.
20842
20843 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20844 `tramp-tmpdir' entries.
20845 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20846 (tramp-smb-handle-file-attributes): Ignore errors.
20847 (tramp-smb-wait-for-output): Check also for process end.
20848
20849 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20850
20851 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20852 when sending QUIT (bug#9312).
20853
20854 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20855
20856 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20857 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20858 occur-mode-display-occurrence.
20859 (occur-edit-mode): Add usage message.
20860 (occur-cease-edit): New command.
20861 (occur-after-change-function): Use text properties to find the
20862 position of the prefix text.
20863 (occur-engine): Set stickiness of prefix text properties.
20864
20865 2011-09-17 Glenn Morris <rgm@gnu.org>
20866
20867 * progmodes/etags.el (complete-tag):
20868 Fix call to completion-in-region. (Bug#9526)
20869
20870 2011-09-17 Juri Linkov <juri@jurta.org>
20871
20872 * textmodes/ispell.el (ispell-word): Add to the error message
20873 the word, ispell program name and current dictionary (bug#9121).
20874 (ispell-tex-arg-end): Capitalize "error" in the error message.
20875
20876 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20877
20878 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20879 check. (Bug#4251)
20880
20881 2011-09-17 Juri Linkov <juri@jurta.org>
20882
20883 * window.el (window-safe-min-height, window-safe-min-width):
20884 Fix typos (followup to bug#9522).
20885
20886 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20887
20888 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20889
20890 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20891
20892 * simple.el (line-move): If goal-column is set, move by logical
20893 lines, not by display lines. (Bug#971)
20894 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20895 to reflect the above change.
20896
20897 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20898
20899 * image.el (imagemagick-register-types): Use regexp-opt.
20900
20901 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20902
20903 * window.el (display-buffer-base-action): Rename from
20904 display-buffer-default-action. Make default value empty.
20905 (display-buffer-overriding-action): Convert to defvar.
20906 (display-buffer-fallback-action): New var.
20907
20908 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20909
20910 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20911 declaration.
20912 (package--add-to-archive-contents): If there is a duplicate entry
20913 with an older version, remove it.
20914 (package-menu-mark-delete, package-menu-mark-install)
20915 (package-menu-mark-unmark): Make unused args optional.
20916 (package-menu-mark-obsolete-for-deletion):
20917 Use package-menu-get-status instead of a regexp search.
20918 (package-menu-get-status): Use tabulated-list-entry.
20919 (package-menu-mark-upgrades): New command.
20920 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20921 (package-menu-execute): Do installation before deletion.
20922 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20923 instead of checking major-mode.
20924 (package-menu--find-upgrades): New function.
20925
20926 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20927
20928 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20929 passwords in the log buffer.
20930 (smtpmail-process-filter): Update the process marker so that the
20931 "broken by peer" status message is inserted in the right place.
20932
20933 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20934
20935 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20936 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20937 bibtex-completion-at-point-function.
20938 (bibtex-completion-at-point-function): Use them.
20939
20940 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20941
20942 * mpc.el (mpc-constraints-tag-lookup): New function.
20943 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20944 also to browser "album|playlist".
20945
20946 2011-09-14 Juri Linkov <juri@jurta.org>
20947
20948 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20949 (isearch-edit-string): Use length of `isearch-string' when
20950 `isearch-fail-pos' returns nil.
20951 (isearch-message): Remove duplicate code and call
20952 `isearch-fail-pos' with arg `t'.
20953
20954 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20955
20956 * replace.el (occur-mode-goto-occurrence): Don't force using other
20957 window (Bug#9499).
20958
20959 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20960
20961 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20962
20963 * window.el (display-buffer-window): Remove.
20964 (display-buffer-record-window): Use help-setup window parameter
20965 instead of variable display-buffer-window.
20966 (display-buffer-function, special-display-buffer-names)
20967 (special-display-function): Mention help-setup parameter instead
20968 of display-buffer-window in doc-string.
20969 * help.el (help-window-setup): New argument help-window.
20970 Use help-window-setup parameter instead of display-buffer-window.
20971 Reword some messages.
20972 (with-help-window): Pass window used for displaying the buffer
20973 to help-window-setup. Don't set display-buffer-window.
20974
20975 2011-09-13 Glenn Morris <rgm@gnu.org>
20976
20977 * emacs-lisp/debug.el (debugger-make-xrefs):
20978 Preserve point. (Bug#9462)
20979
20980 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20981
20982 * window.el (window-deletable-p): Use next-frame.
20983
20984 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20985
20986 * window.el (window-auto-delete): Remove.
20987 (window-deletable-p): Remove argument FORCE. Don't deal with
20988 dedication and previous buffers.
20989 (switch-to-prev-buffer): Don't delete window.
20990 (delete-windows-on): Delete a window's frame if and only if the
20991 window is dedicated.
20992 (replace-buffer-in-windows): Delete buffer's window or frame if
20993 and only if window is dedicated.
20994 (quit-window): Handle quit-restore as before last change.
20995 (bury-buffer): Delete window only if window-deletable-p returns t.
20996
20997 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20998
20999 * window.el (window-deletable-p): Never delete the last frame on a
21000 given terminal.
21001
21002 2011-09-13 Glenn Morris <rgm@gnu.org>
21003
21004 * help.el (describe-key-briefly): Copy previous standard-output change.
21005
21006 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21007
21008 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21009
21010 2011-09-13 Glenn Morris <rgm@gnu.org>
21011
21012 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21013 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21014
21015 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21016
21017 * dired-aux.el (dired-mark-read-string): Don't return default
21018 value on empty input (Bug#9361).
21019 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21020 Omit initial minibuffer contents.
21021 (dired-do-chmod): Signal an error on empty input.
21022 (dired-mark-read-string): Don't return default on empty input.
21023
21024 * files.el (file-modes-symbolic-to-number): Doc fix.
21025
21026 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * international/mule-cmds.el (ucs-completions): Remove.
21029 (read-char-by-name): Use complete-with-action instead; add metadata.
21030
21031 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21032
21033 * window.el (display-buffer--action-function-custom-type)
21034 (display-buffer--action-custom-type): New vars.
21035 (display-buffer-alist, display-buffer-default-action)
21036 (display-buffer-overriding-action): Add defcustom types.
21037
21038 * frame.el (delete-other-frames): Doc fix (Bug#276).
21039
21040 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21041
21042 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21043
21044 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21045
21046 Change modes that used same-window-* vars to use switch-to-buffer.
21047
21048 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21049 Use switch-to-buffer.
21050
21051 * cus-edit.el (customize-group, custom-buffer-create)
21052 (customize-browse, custom-buffer-create-other-window):
21053 Use switch-to-buffer or switch-to-buffer-other-window.
21054
21055 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21056 (Info-prev, Info-up, Info-speedbar-goto-node)
21057 (info-display-manual): Use switch-to-buffer.
21058 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21059
21060 * mail/sendmail.el (mail): Use switch-to-buffer.
21061 (mail-recover): Use switch-to-buffer-other-window.
21062
21063 * cmuscheme.el (run-scheme, switch-to-scheme):
21064 * ielm.el (ielm):
21065 * shell.el (shell):
21066 * net/rlogin.el (rlogin):
21067 * net/telnet.el (telnet, rsh):
21068 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21069
21070 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21071
21072 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21073
21074 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21075
21076 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21077 so don't mention it (bug#9301).
21078 (dired-sort-toggle-or-edit): Clarify string further.
21079
21080 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21081 match `x', `w32' and `ns', like the manual says (bug#9029).
21082
21083 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21084 (process-kill-buffer-query-function): Mention the buffer name in
21085 the query.
21086
21087 * image-mode.el (image-next-line): The line parameter is mandatory
21088 (bug#9258).
21089
21090 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21091 which can be useful (bug#9301).
21092
21093 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21094
21095 * subr.el (match-string): Mention that the current buffer should
21096 be the same as the search was done in (bug#9282).
21097
21098 * facemenu.el: Disable the remove-* commands if the mark isn't
21099 active (bug#9162).
21100
21101 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21102
21103 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21104 of display-buffer.
21105 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21106
21107 * replace.el (occur-mode-goto-occurrence)
21108 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21109 and display-buffer.
21110
21111 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21112 display-buffer.
21113
21114 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21115 special-display and same-window variables.
21116 (mail-other-window): Use switch-to-buffer-other-window.
21117 (mail-other-frame): USe switch-to-buffer-other-frame.
21118
21119 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21120 Use display-buffer-other-frame.
21121 (gdb-display-gdb-buffer): Use pop-to-buffer.
21122
21123 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21124
21125 * progmodes/python.el: Don't set same-window-buffer-names.
21126
21127 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21128
21129 * window.el (display-buffer-alist): Add *Python*.
21130
21131 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21132
21133 * window.el (display-buffer-alist): Add entry for buffers
21134 previously handled same-window-*.
21135 (display-buffer-alist, display-buffer-default-action)
21136 (display-buffer-overriding-action): Mark as risky.
21137 (display-buffer-alist): Document action function changes.
21138 (display-buffer--same-window-action)
21139 (display-buffer--other-frame-action): New variables.
21140 (switch-to-buffer, display-buffer-other-frame): Use them.
21141 (display-buffer): Rename reuse-frame entry to reusable-frames.
21142 (display-buffer-reuse-selected-window): Function deleted.
21143 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21144 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21145 (display-buffer-special): New function.
21146 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21147 display-buffer-reuse-or-pop-window. Split off special-display
21148 part into display-buffer-special.
21149 (display-buffer-use-some-window): Don't perform any special
21150 pop-up-frames handling.
21151 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21152 (display-buffer--maybe-same-window): Rename from
21153 display-buffer-maybe-same-window.
21154
21155 * info.el: Don't set same-window-regexps.
21156 (info-setup): New function.
21157 (info-other-window, info): Call it.
21158
21159 * cus-edit.el: Don't set same-window-regexps.
21160 (customize-group): New argument.
21161 (customize-group-other-window): Use it.
21162 (customize-face, customize-face-other-window): Likewise.
21163 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21164
21165 * net/rlogin.el:
21166 * net/telnet.el:
21167 * progmodes/gud.el: Don't set same-window-regexps.
21168
21169 * cmuscheme.el:
21170 * ielm.el:
21171 * shell.el:
21172 * mail/sendmail.el:
21173 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21174
21175 2011-09-10 Juri Linkov <juri@jurta.org>
21176
21177 * isearch.el (isearch-edit-string): Remove obsolete mention of
21178 `C-w' (`isearch-yank-word-or-char') from docstring.
21179 (isearch-query-replace): Fix typo in docstring (bug#9466).
21180
21181 2011-09-10 Juri Linkov <juri@jurta.org>
21182
21183 * paren.el (show-paren-function): Don't show escaped parens.
21184 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21185
21186 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21187
21188 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21189 (mm-default-file-encoding): Remove autoload forms, they are
21190 replaced with autoload cookies in mml.el and mm-encode.el.
21191 (mail-add-attachment): New command.
21192 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21193 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21194 the doc string.
21195 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21196
21197 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21198
21199 * simple.el (count-words-region): Use buffer if there's no region
21200 (bug#9429).
21201
21202 2011-09-09 Juri Linkov <juri@jurta.org>
21203
21204 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21205 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21206 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21207
21208 2011-09-09 Alan Mackenzie <acm@muc.de>
21209
21210 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21211 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21212
21213 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21214
21215 Fix for Savannah bug#9392.
21216 * simple.el (mail-encode-mml): New defvar.
21217
21218 * mail/rmail.el (mail-encode-mml): Add a defvar.
21219 (rmail-enable-mime-composing): Default to t.
21220 (rmail-forward): Use MIME method of forwarding only if both
21221 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21222 Set mail-encode-mml non-nil if the MIME method was used.
21223
21224 * mail/sendmail.el (mml-to-mime): Add autoload form.
21225 (mail-encode-mml): Add a defvar.
21226 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21227 to nil.
21228 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21229 message through mml-to-mime, and reset mail-encode-mml to nil.
21230
21231 2011-09-09 Glenn Morris <rgm@gnu.org>
21232
21233 * woman.el (woman-if-body): When processing an .el block,
21234 do not delete the next .el block as well. (Bug#9447)
21235 (woman-special-characters): Add oq, cq, and hy characters.
21236
21237 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21238
21239 * window.el (window-deletable-p): Make sure window is live before
21240 invoking window-prev-buffers.
21241
21242 2011-09-08 Leo Liu <sdl.web@gmail.com>
21243
21244 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21245
21246 2011-09-08 Juri Linkov <juri@jurta.org>
21247
21248 * progmodes/compile.el (compilation-environment): Make it
21249 a defcustom (bug#8340).
21250
21251 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21252
21253 * window.el (frame-auto-delete): Rename to window-auto-delete.
21254 Make it control auto-deletion of windows and/or frames.
21255 (window-deletable-p): New argument FORCE. Rewrite conditions
21256 for deleting window/frame. (Bug#9419)
21257 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21258 Rewrite handling of case when window/frame can be deleted.
21259 (delete-windows-on): Call window-deletable-p with new FORCE
21260 argument t. (Bug#9456)
21261
21262 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21263
21264 * help-mode.el (help-mode): Restore autoload.
21265
21266 2011-09-07 Juri Linkov <juri@jurta.org>
21267
21268 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21269 `compilation-environment'. Set buffer-local
21270 `compilation-environment' to `thisenv' later after (funcall mode).
21271 (Bug#8340)
21272
21273 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21274 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21275 instead of replacing its value. (Bug#8340)
21276
21277 2011-09-07 Juri Linkov <juri@jurta.org>
21278
21279 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21280 based on text properties put by `grep-filter' instead of matching
21281 escape sequences.
21282 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21283 to the value of `grep-error-screen-columns' (bug#9438).
21284
21285 2011-09-07 Juri Linkov <juri@jurta.org>
21286
21287 * simple.el (next-error-highlight, next-error-highlight-no-select):
21288 Doc fix (bug#9432).
21289
21290 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21291
21292 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21293 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21294
21295 2011-09-07 Leo Liu <sdl.web@gmail.com>
21296
21297 * net/rcirc.el (rcirc-mode): Conditionally initialize
21298 rcirc-input-ring.
21299
21300 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21301
21302 * emacs-lisp/find-func.el (find-function-C-source): Only set
21303 find-function-C-source-directory after checking that we found a source
21304 file there (bug#9440).
21305
21306 2011-09-06 Alan Mackenzie <acm@muc.de>
21307
21308 * isearch.el (isearch-other-meta-char): Wherever a key list is
21309 unread, "unread" the prefix arg, too. This fixes bug #8901.
21310
21311 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21312
21313 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21314
21315 2011-09-05 Juri Linkov <juri@jurta.org>
21316
21317 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21318
21319 2011-09-05 Juri Linkov <juri@jurta.org>
21320
21321 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21322 keeping point where processing of grep matches begins, and
21323 continue to delete remaining escape sequences from the same point.
21324 (grep-filter): Make leading zero optional in "0?1;31m" because
21325 git-grep emits "\033[1;31m" escape sequences unlike expected
21326 "\033[01;31m" as GNU Grep does (bug#9408).
21327 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21328
21329 2011-09-05 Juri Linkov <juri@jurta.org>
21330
21331 * subr.el (y-or-n-p): Capitalize "yes".
21332
21333 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21334
21335 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21336 `tramp-cache-unload-hook' where appropriate.
21337 (tramp-methods): Rename `tramp-remote-sh' to
21338 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21339 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21340
21341 * net/tramp-sh.el (top): Don't require 'shell.
21342 (tramp-methods): Add `tramp-remote-shell' and
21343 `tramp-remote-shell-args' entries.
21344 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21345 (tramp-sh-handle-shell-command): Remove.
21346 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21347 Use `tramp-remote-shell'.
21348
21349 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * mail/sendmail.el (sendmail-query-once-function): Delete.
21352 (sendmail-query-once): Save directly to send-mail-function.
21353 Update message-send-mail-function too.
21354
21355 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21356
21357 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21358
21359 * progmodes/python.el (python-mode-map): Use correct function to
21360 start python interpreter from menu-bar (as reported by Geert
21361 Kloosterman).
21362 (inferior-python-mode-map): Fix typo.
21363 (python-shell-map): Remove.
21364
21365 2011-09-03 Deniz Dogan <deniz@dogan.se>
21366
21367 * net/rcirc.el (rcirc-print): Simplify code for
21368 rcirc-scroll-show-maximum-output. There is no need to walk
21369 through all windows to find the right one.
21370
21371 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21372
21373 * help.el (help-return-method): Doc fix.
21374
21375 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21376
21377 * window.el (window-deletable-p): Don't return a non-nil value
21378 when there's a buffer that was shown in the window before.
21379 (Bug#9419)
21380 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21381 Set window's previous buffers to nil.
21382
21383 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21384
21385 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21386 newline before and after the tag line, so it doesn't interfere
21387 with determining the paragraph direction of bidirectional text.
21388
21389 2011-09-03 Leo Liu <sdl.web@gmail.com>
21390
21391 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21392
21393 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21394
21395 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21396 (pop-to-buffer): Change interactive spec. Pass second argument
21397 directly to display-buffer.
21398 (display-buffer): Fix interactive spec. Use functionp to
21399 distinguish between a function and a list of functions.
21400
21401 * abbrev.el (edit-abbrevs):
21402 * arc-mode.el (archive-extract):
21403 * autoinsert.el (auto-insert):
21404 * bookmark.el (bookmark-bmenu-list):
21405 * files.el (find-file):
21406 * view.el (view-buffer):
21407 * progmodes/compile.el (compilation-goto-locus):
21408 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21409
21410 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21411
21412 * window.el (display-buffer-alist): Doc fix.
21413 (display-buffer): Add docstring. Don't treat
21414 display-buffer-default specially.
21415 (display-buffer-reuse-selected-window)
21416 (display-buffer-same-window, display-buffer-maybe-same-window)
21417 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21418 (display-buffer-pop-up-window)
21419 (display-buffer-reuse-or-pop-window)
21420 (display-buffer-use-some-window): New functions.
21421 (display-buffer-default-action): Use them.
21422 (display-buffer-default): Delete.
21423 (pop-to-buffer-1): Fix choice of actions.
21424
21425 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21426
21427 * minibuffer.el (completion--insert-strings): Don't get confused by
21428 completion entries that end with an LF char.
21429
21430 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21431
21432 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21433
21434 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * window.el (display-buffer): Restore interactive spec.
21437 (display-buffer-same-window, display-buffer-other-window):
21438 New functions.
21439 (pop-to-buffer-1): New function. Use the above.
21440 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21441 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21442
21443 * view.el (view-buffer-other-window, view-buffer-other-frame):
21444 Just use pop-to-buffer.
21445
21446 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21447
21448 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21449
21450 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21451
21452 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21453
21454 2011-08-31 Richard Stallman <rms@gnu.org>
21455
21456 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21457 of the separation of rmail-view-buffer from rmail-buffer.
21458 If you say no to "replace original", the decrypt is in the
21459 view buffer. If you say yes, the decrypt goes into the
21460 rmail buffer also.
21461
21462 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21463
21464 * window.el (display-buffer-window): Rewrite doc-string.
21465 (display-buffer-record-window): New function.
21466 (display-buffer-macro-specifiers)
21467 (display-buffer-even-window-sizes, display-buffer-set-height)
21468 (display-buffer-set-width, display-buffer-in-window)
21469 (display-buffer-reuse-window, display-buffer-split-specifiers)
21470 (display-buffer-side-specifiers, display-buffer-split-window-1)
21471 (display-buffer-split-window, display-buffer-split-atom-window)
21472 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21473 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21474 (display-buffer-other-window-means-other-frame)
21475 (display-buffer-normalize-special)
21476 (display-buffer-normalize-default)
21477 (display-buffer-normalize-argument)
21478 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21479 (display-buffer-normalize-specifiers, display-buffer-frame)
21480 (display-buffer-same-window, display-buffer-same-frame)
21481 (display-buffer-other-window)
21482 (display-buffer-same-frame-other-window)
21483 (display-buffer-other-frame, pop-to-buffer-same-window)
21484 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21485 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21486 (switch-to-buffer-same-frame)
21487 (switch-to-buffer-other-window-same-frame)
21488 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21489 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21490 (display-buffer-alist-set): Remove.
21491 (display-buffer-function, special-display-buffer-names)
21492 (special-display-regexps, special-display-function):
21493 In doc-string refer to display-buffer-window and quit-restore
21494 parameter.
21495 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21496 (special-display-frame-alist, special-display-popup-frame)
21497 (same-window-buffer-names, same-window-regexps, same-window-p)
21498 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21499 (split-window-preferred-function, split-height-threshold)
21500 (split-width-threshold, window-splittable-p)
21501 (split-window-sensibly, window--try-to-split-window)
21502 (window--frame-usable-p, even-window-heights)
21503 (window--even-window-heights, window--display-buffer-1)
21504 (window--display-buffer-2, display-buffer-other-frame):
21505 Restore old Emacs 23 code, order and doc-strings where applicable.
21506 (display-buffer-default, display-buffer-assq-regexp): New functions.
21507 (display-buffer-alist): Rewrite doc-string.
21508 (display-buffer-default-action)
21509 (display-buffer-overriding-action): New variables.
21510 (display-buffer, switch-to-buffer): Rewrite.
21511 (pop-to-buffer): Restore Emacs 23 behavior but use
21512 window-normalize-buffer-to-display.
21513 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21514 Restore Emacs 23 behavior but use
21515 window-normalize-buffer-to-switch-to.
21516 (pop-to-buffer-same-window): Rewrite.
21517 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21518 Rewrite using Emacs 23 options.
21519
21520 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21521
21522 * net/tramp.el (tramp-root-regexp): Remove.
21523 (tramp-completion-file-name-regexp-unified)
21524 (tramp-completion-file-name-regexp-separate)
21525 (tramp-completion-file-name-regexp-url): Don't use leading volume
21526 letter on w32 systems. (Bug#5303, Bug#9311)
21527 (tramp-drop-volume-letter): Simplify definition.
21528 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21529
21530 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21531
21532 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21533 (bug#9356).
21534
21535 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21536
21537 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21538
21539 2011-08-29 Juri Linkov <juri@jurta.org>
21540
21541 * isearch.el (isearch-done): Don't display message "Mark saved"
21542 when arg `edit' is non-nil to prevent its flicker in the echo area.
21543
21544 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21545
21546 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21547 obsolete packages for deletion.
21548
21549 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21550
21551 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21552 (help-mode): Derive help-mode from special-mode. Don't invoke
21553 view-mode from help-mode.
21554 (help-xref-override-view-map): Remove.
21555 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21556 view-mode is not used anymore.
21557
21558 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21559
21560 * server.el (server-port): Doc fix.
21561
21562 * cus-theme.el (custom-theme-choose-mode): Inherit from
21563 special-mode (Bug#9124).
21564 (custom-theme-choose-mode-map): Add special-mode to parent.
21565
21566 2011-08-28 Alan Mackenzie <acm@muc.de>
21567
21568 * progmodes/cc-fonts.el
21569 (c-make-font-lock-BO-decl-search-function): New function.
21570 (c-basic-matchers-after - "Fontify the clauses after various
21571 keywords"): Extract the three keyword lists for the 3 erroneous
21572 constructs from the list of four, and use the new function above
21573 in place of an old one.
21574
21575 2011-08-28 Deniz Dogan <deniz@dogan.se>
21576
21577 * net/rcirc.el (rcirc-insert-prev-input)
21578 (rcirc-insert-next-input): Remove unused argument.
21579
21580 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21583
21584 2011-08-27 Alan Mackenzie <acm@muc.de>
21585
21586 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21587 handle function pointer parameters properly.
21588
21589 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21590
21591 * window.el (display-buffer-reuse-window): Fix case where
21592 selected window was reused with non-nil OTHER-WINDOW argument.
21593 (Bug#9381)
21594
21595 2011-08-27 Deniz Dogan <deniz@dogan.se>
21596
21597 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21598 oftc's NickServ messages.
21599
21600 2011-08-27 Glenn Morris <rgm@gnu.org>
21601
21602 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21603
21604 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21605
21606 * emacs-lisp/package.el (package-install): Call package-initialize
21607 if called interactively.
21608
21609 2011-08-26 Leo Liu <sdl.web@gmail.com>
21610
21611 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21612
21613 2011-08-25 Juri Linkov <juri@jurta.org>
21614
21615 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21616 `search-whitespace-regexp' (bug#9364).
21617
21618 2011-08-25 Juri Linkov <juri@jurta.org>
21619
21620 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21621 `regexp-search-ring' to their global values to protect from
21622 updating by `read-from-minibuffer' (bug#9185).
21623
21624 2011-08-25 Juri Linkov <juri@jurta.org>
21625
21626 * textmodes/ispell.el (ispell-command-loop): Add newline
21627 at the end of the "Use option `i'..." line.
21628
21629 2011-08-25 Juri Linkov <juri@jurta.org>
21630
21631 * battery.el (display-battery-mode): If `battery-status-function'
21632 or `battery-mode-line-format' is nil, display the message and set
21633 `display-battery-mode' to nil (bug#9363).
21634
21635 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21636
21637 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21638 bidi-string-mark-left-to-right; they are unnecessary now.
21639
21640 2011-08-25 Deniz Dogan <deniz@dogan.se>
21641
21642 * net/quickurl.el: Documentation typo fixes.
21643
21644 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21645
21646 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21647
21648 2011-08-25 Glenn Morris <rgm@gnu.org>
21649
21650 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21651
21652 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21653 (smtpmail-via-smtp): Handle nil response from smtp.
21654
21655 2011-08-24 Juri Linkov <juri@jurta.org>
21656
21657 * proced.el (proced-marked): Inherit from `error' instead of
21658 `font-lock-warning-face'.
21659
21660 * ibuffer.el (ibuffer-marked-face): Change default face from
21661 `font-lock-warning-face' to `warning'.
21662 (ibuffer-deletion-face): Change default face from
21663 `font-lock-type-face' to `error'.
21664
21665 * battery.el (battery-update): Use the face `error' instead of
21666 `font-lock-warning-face' (bug#6117).
21667
21668 2011-08-24 Juri Linkov <juri@jurta.org>
21669
21670 * faces.el (success): Change face color from "Green3" to
21671 "ForestGreen" on light background (bug#9353).
21672
21673 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21674
21675 * window.el (quit-window): Rename from quit-restore-window.
21676 Use same arglist as old quit-window.
21677 (frame-auto-delete): Doc fix.
21678
21679 * view.el (view-mode-exit): Use quit-window.
21680
21681 2011-08-24 Juri Linkov <juri@jurta.org>
21682
21683 * isearch.el (isearch-ring-adjust1): Start visiting previous
21684 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21685 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21686 for empty search string (when the last search string is reused
21687 automatically) to adjust the isearch ring to the last element and
21688 prepare the correct index for further M-p commands (bug#9185).
21689
21690 2011-08-24 Kenichi Handa <handa@m17n.org>
21691
21692 * international/ucs-normalize.el: If decomposition property of
21693 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21694 nil.
21695 (nfd, nfkd): Likewise.
21696
21697 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21700 from process filters aren't reliably transmitted to the surrounding
21701 accept-process-output.
21702 (mpc-proc-check): New function.
21703 (mpc-proc-sync): Use it (bug#8293)
21704
21705 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21708 Add compatibility functions (bug#9313).
21709
21710 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21711
21712 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21713
21714 * international/uni-bidi.el: Regenerate.
21715
21716 2011-08-23 Kenichi Handa <handa@m17n.org>
21717
21718 * international/charprop.el:
21719 * international/uni-bidi.el:
21720 * international/uni-category.el:
21721 * international/uni-combining.el:
21722 * international/uni-comment.el:
21723 * international/uni-decimal.el:
21724 * international/uni-decomposition.el:
21725 * international/uni-digit.el:
21726 * international/uni-lowercase.el:
21727 * international/uni-mirrored.el:
21728 * international/uni-name.el:
21729 * international/uni-numeric.el:
21730 * international/uni-old-name.el:
21731 * international/uni-titlecase.el:
21732 * international/uni-uppercase.el: Regenerate.
21733
21734 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21735
21736 * help.el (help-window-setup): Fix message displayed when other
21737 window is reused. (Bug#9341)
21738
21739 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21740
21741 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21742 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21743
21744 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21745 Mark obsolete.
21746 * shell.el (shell-parse-pcomplete-arguments): New function.
21747 (shell-completion-vars): Use it instead (bug#9160).
21748
21749 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21752 strings and comments (bug#9333).
21753
21754 * emacs-lisp/debug.el (debug-arglist): New function.
21755 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21756 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21757
21758 2011-08-22 Juri Linkov <juri@jurta.org>
21759
21760 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21761 Revert regexp that highlights output switches to its old
21762 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21763
21764 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21765 to check for empty output (bug#9226).
21766
21767 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21768
21769 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21770 symbol-constituent as the default, as that stops font-lock from
21771 working properly (Bug#8843).
21772
21773 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21774
21775 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21776 `coding-system-for-*' around the process open call to avoid
21777 auth-source side effects.
21778 (smtpmail-try-auth-methods): Expand the secret password.
21779 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21780 probe hangs.
21781
21782 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21783
21784 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21785
21786 * emacs-lisp/find-func.el (find-function-noselect): New arg
21787 lisp-only.
21788
21789 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21790 signal an error for built-in functions (Bug#6664).
21791
21792 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21793
21794 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21795 (smtpmail-try-auth-methods): Use it.
21796
21797 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21798
21799 * font-lock.el (font-lock-fontify-region)
21800 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21801 (font-lock-default-unfontify-buffer)
21802 (font-lock-default-fontify-region)
21803 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21804
21805 * progmodes/compile.el (compilation-error-properties):
21806 Fix confusion between file struct and message struct (Bug#9319).
21807 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21808 `ant' regexp.
21809
21810 * net/browse-url.el (browse-url-firefox): Don't call
21811 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21812
21813 2011-08-20 Glenn Morris <rgm@gnu.org>
21814
21815 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21816
21817 * tutorial.el (tutorial--default-keys): Update some default bindings.
21818
21819 * files.el (hack-local-variables): Fully ignore case for "mode:".
21820
21821 2011-08-20 Alan Mackenzie <acm@muc.de>
21822
21823 Resolve invalid use of a regexp in regexp-opt.
21824
21825 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21826 detection for a java annotation.
21827
21828 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21829 detection for a java annotation.
21830
21831 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21832 handling for java.
21833 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21834
21835 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21836
21837 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21838 (Bug#9274).
21839
21840 2011-08-20 Alan Mackenzie <acm@muc.de>
21841
21842 Fontify CPP expressions correctly when starting in the middle of
21843 such a construct. Mainly for when jit-lock etc. starts a chunk
21844 here.
21845
21846 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21847 variable.
21848 (c-make-font-lock-search-form): New function, extracted from
21849 c-make-font-lock-search-function.
21850 (c-make-font-lock-search-function): Use the above function.
21851 (c-make-font-lock-context-search-function): New function.
21852 (c-cpp-matchers): Enhance the preprocessor expression case with
21853 the above function
21854 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21855 which takes an expression.
21856
21857 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21858
21859 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21860
21861 * window.el (display-buffer-reuse-window)
21862 (display-buffer-pop-up-window): Don't reuse or split a side
21863 window.
21864
21865 2011-08-19 Glenn Morris <rgm@gnu.org>
21866
21867 * files.el (hack-local-variables-prop-line, hack-local-variables):
21868 Downcase "Mode:". (Bug#9331)
21869
21870 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * international/characters.el: Add L and R categories.
21873
21874 * subr.el (bidi-string-mark-left-to-right): Rename from
21875 string-mark-left-to-right. Use category search.
21876
21877 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21878
21879 2011-08-18 Juri Linkov <juri@jurta.org>
21880
21881 * faces.el (error, warning, success): New faces with definitions
21882 copied from old default values of `font-lock-warning-face',
21883 `compilation-warning', `compilation-info' (bug#6117).
21884
21885 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21886
21887 * progmodes/compile.el (compilation-error): Inherit from `error'.
21888 (compilation-warning): Inherit from `warning'.
21889 (compilation-info): Inherit from `success'.
21890
21891 * dired.el (dired-marked): Inherit from `warning'.
21892 (dired-flagged): Inherit from `error'.
21893
21894 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21895
21896 * mail/smtpmail.el (auth-source): Require to avoid problems with
21897 binding variables (bug#9298). Also clean up some unused
21898 autoloads.
21899
21900 * net/network-stream.el (network-stream-open-starttls):
21901 Support using starttls.el without using gnutls-cli.
21902
21903 2011-08-17 Juri Linkov <juri@jurta.org>
21904
21905 * progmodes/grep.el (rgrep): Handle the case when
21906 `grep-find-command' is a cons cell (bug#9278).
21907
21908 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21909
21910 * window.el (display-buffer-pop-up-frame): Run frame creation
21911 function with BUFFER current (as special-display-popup-frame
21912 does). Reported by Drew Adams.
21913
21914 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21915
21916 * epa-mail.el: Simplify GnuPG group expansion using
21917 epg-expand-group.
21918 (epa-mail-group-alist, epa-mail-group-modtime)
21919 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21920 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21921 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21922 Remove.
21923
21924 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21925
21926 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21927
21928 2011-08-16 Alan Mackenzie <acm@muc.de>
21929
21930 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21931 Correct, to avoid the inside of macros.
21932
21933 2011-08-16 Richard Stallman <rms@gnu.org>
21934
21935 * epa-mail.el: Handle GnuPG group definitions.
21936 (epa-mail-group-alist, epa-mail-group-modtime)
21937 (epa-mail-gnupg-conf-file): New variables.
21938 (epa-mail-parse-groups, epa-mail-sync-groups)
21939 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21940 (epa-mail-expand-recipients): New functions.
21941 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21942
21943 * mail/rmail.el (rmail-epa-decrypt): New command.
21944
21945 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21946 Don't bind buffer-read-only, just inhibit-read-only.
21947 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21948 (epa-decrypt-armor-in-region): Make error message clearer.
21949
21950 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21951
21952 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21953 and "a2b" to "ab" for `prefix'.
21954
21955 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21956
21957 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21958 filter groups.
21959 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21960 Fourquet (Bug#8804).
21961
21962 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21963
21964 * startup.el (argi): Declare as global variable (bug#9275).
21965
21966 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21967
21968 * subr.el (string-mark-left-to-right): Search the entire string
21969 for RTL script, not just the terminating character. Doc fix.
21970
21971 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21974 New function.
21975 (js--regexp-literal, js-syntax-propertize-function): Remove.
21976 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21977 (js-mode-map): Don't rebind electric keys.
21978 (js-insert-and-indent): Remove.
21979 (js-mode): Setup electric-layout and electric-indent instead.
21980
21981 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21982
21983 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21984
21985 * epa.el (epa-progress-callback-function): Fix the logic of
21986 displaying progress.
21987 * epa-file.el (epa-file-insert-file-contents): Make progress
21988 display more user-friendly.
21989 (epa-file-write-region): Ditto.
21990
21991 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21992
21993 * subr.el (string-mark-left-to-right): New function.
21994
21995 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21996 Use string-mark-left-to-right.
21997 (list-buffers-noselect): Caller changed.
21998
21999 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22000 Use string-mark-left-to-right.
22001 (tabulated-list-print): Recenter after moving point.
22002
22003 2011-08-10 Juri Linkov <juri@jurta.org>
22004
22005 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22006 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22007 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22008
22009 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22010
22011 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22012 (Bug#7554).
22013
22014 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22015
22016 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22017 character. (Bug#6594)
22018
22019 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22020
22021 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22022 (image-dired--with-db-file): New macro.
22023 (image-dired-write-tags, image-dired-remove-tag)
22024 (image-dired-create-gallery-lists, image-dired-write-comments)
22025 (image-dired-get-comment, image-dired-mark-tagged-files)
22026 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22027 (image-dired-gallery-generate): Use insert-file-contents.
22028
22029 * time.el (display-time-world-list, display-time-world-display):
22030 * time-stamp.el (time-stamp-string):
22031 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22032 set-time-zone-rule (Bug#7337).
22033
22034 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22035
22036 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22037 (epg-error-to-string, epg-errors-to-string): New function.
22038 (epg-wait-for-completion): Reverse errors list.
22039 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22040 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22041 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22042 (epg-sign-keys, epg-generate-key-from-file)
22043 (epg-generate-key-from-string): Format errors by using
22044 epg-errors-to-string (bug#9255).
22045 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22046
22047 2011-08-07 Juri Linkov <juri@jurta.org>
22048
22049 * faces.el (list-faces-display): Remove extra angle bracket
22050 from `help-mode-map'.
22051
22052 * info.el (Info-history-toc-nodes): Doc fix.
22053
22054 * longlines.el (longlines-mode): Doc fix.
22055
22056 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22057
22058 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22059 of statements and in a few more cases (bug#9183).
22060
22061 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22062 New functions.
22063 (cl-transform-lambda): Use them (bug#9239).
22064
22065 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22066
22067 * window.el (display-buffer-same-window)
22068 (display-buffer-same-frame, display-buffer-other-window)
22069 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22070 (pop-to-buffer-other-window)
22071 (pop-to-buffer-same-frame-other-window)
22072 (pop-to-buffer-other-frame): Make them defuns.
22073 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22074
22075 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22076
22077 * subr.el (make-composed-keymap): Move from C. Change calling
22078 convention, and improve docstring to bring attention to a subtle point.
22079 * minibuffer.el (completing-read-default): Adjust accordingly.
22080
22081 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22082
22083 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22084 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22085
22086 * net/trampver.el: Update release number.
22087
22088 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22089
22090 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22091 "in" (bug#9190).
22092
22093 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22094
22095 * mail/sendmail.el (sendmail-query-once): Restore the current
22096 buffer after querying (bug#9074).
22097
22098 * dired.el (dired-flagged): Use different faces for marked and
22099 flagged files (bug#6117).
22100
22101 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22102 (bug#4433).
22103
22104 * ido.el (ido-mode): Switch off the message if called
22105 non-interactively.
22106
22107 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22108 before 587, since it appears that that's more likely to work for
22109 more people.
22110
22111 * cus-edit.el (custom-file): When running under emacs -q, always
22112 refuse to save the customizations, even if the .emacs file doesn't
22113 exist.
22114
22115 * info.el: Remove the `Info-beginning-of-buffer' function
22116 (bug#8325).
22117
22118 * net/network-stream.el (network-stream-open-starttls):
22119 Use `starttls-available-p' to see whether starttls.el can be used.
22120
22121 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22122
22123 * window.el (display-buffer-in-window): Don't set dedicated status
22124 of window here (Bug#9215).
22125 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22126 (display-buffer-pop-up-side-window)
22127 (display-buffer-in-side-window): Set dedicated status of window here.
22128
22129 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22132 before binding generated-autoload-file.
22133
22134 2011-08-01 Deniz Dogan <deniz@dogan.se>
22135
22136 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22137
22138 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22139
22140 Sync with Tramp 2.2.2.
22141
22142 * net/trampver.el: Update release number.
22143
22144 2011-07-30 Juri Linkov <juri@jurta.org>
22145
22146 * dired-aux.el (dired-touch-initial): Remove function.
22147 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22148 current time, and `default' to the last modification time of the
22149 current marked file (bug#6887).
22150
22151 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22152
22153 * simple.el (goto-line): Use string-to-number to provide a
22154 numeric argument to read-number (bug#9163).
22155
22156 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22157
22158 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22159 connection process, it could be nil.
22160
22161 2011-07-27 Leo Liu <sdl.web@gmail.com>
22162
22163 Simplify url handling in rcirc-mode.
22164
22165 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22166 (rcirc-browse-url-at-mouse): Remove.
22167 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22168
22169 2011-07-26 Alan Mackenzie <acm@muc.de>
22170
22171 Fontify bitfield declarations properly.
22172
22173 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22174 (c-symbol-chars): Now exported as a lang variable.
22175 (c-not-primitive-type-keywords): New lang variable.
22176
22177 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22178 QT keyword "more" to prevent "more slots: ...." being spuriously
22179 parsed as a bitfield declaration.
22180
22181 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22182 Refactor and enhance to handle bitfield declarations.
22183 (c-punctuation-in): New function.
22184 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22185 declarations properly.
22186
22187 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22188
22189 * calendar/icalendar.el (icalendar--all-events): Take care of
22190 multiple vcalendars in a single file.
22191 (icalendar--convert-float-to-ical): Checkdoc fixes.
22192
22193 2011-07-25 Deniz Dogan <deniz@dogan.se>
22194
22195 * image.el (insert-image): Clarifying docstring.
22196
22197 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22198
22199 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22200 `tramp-send-command-and-check' if there is no error.
22201 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22202
22203 2011-07-22 Alan Mackenzie <acm@muc.de>
22204
22205 Prevent cc-langs.elc being loaded at run time.
22206
22207 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22208 cc-langs.
22209
22210 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22211 "(require 'cc-langs)". Quote a form so it will evaluate at
22212 (cc-mode's) compilation time.
22213
22214 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22215
22216 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22217 loading. (Bug#9114)
22218
22219 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22220
22221 * window.el (display-buffer-pop-up-window)
22222 (display-buffer-pop-up-side-window)
22223 (display-buffer-in-side-window): Call display-buffer-set-height
22224 and display-buffer-set-width after setting the new window's
22225 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22226
22227 2011-07-20 Sam Steingold <sds@gnu.org>
22228
22229 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22230 (etags-tags-included-tables): Call `convert-standard-filename' on
22231 the file names contained in TAGS so that windows Emacs can handle
22232 TAGS files created by cygwin ctags.
22233
22234 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22235
22236 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22237 which apparently didn't work.
22238
22239 2011-07-19 Roland Winkler <winkler@gnu.org>
22240
22241 * proced.el (proced-send-signal): For *Marked Processes* buffer
22242 put point at beginning of buffer.
22243
22244 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22245
22246 * proced.el (proced-format): Make header lines align with the text
22247 (bug#1779).
22248
22249 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22250
22251 * view.el (view-buffer): Allow running in `special' modes if we're
22252 visiting a file (bug#8615).
22253
22254 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22255
22256 * window.el (display-buffer-alist-of-strings-p)
22257 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22258 New functions.
22259 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22260 more accurately.
22261
22262 2011-07-18 Alan Mackenzie <acm@muc.de>
22263
22264 Fontify declarators properly when, e.g., a jit-lock chunk begins
22265 inside a declaration.
22266
22267 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22268
22269 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22270 New function.
22271 (c-complex-decl-matchers): Insert reference to
22272 c-font-lock-enclosing-decls.
22273
22274 * progmodes/cc-engine.el (c-backward-single-comment):
22275 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22276 to nil around calls to (forward-comment -1).
22277
22278 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22279
22280 * image.el (put-image): Doc typo fix.
22281
22282 * progmodes/etags.el (tags-search): Doc typo fix.
22283
22284 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22285 password if we get errors 550 to 554.
22286
22287 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22288
22289 * net/gnutls.el (gnutls-log-level): Remove.
22290
22291 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22292 indentation character (bug#6380).
22293
22294 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22295
22296 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22297 to clarify what the problem is (bug#4291).
22298
22299 * simple.el (current-kill): Clarify what
22300 `interprogram-paste-function' does (bug#7500).
22301 (auto-fill-mode): Document `auto-fill-function' in relation to
22302 `auto-fill-mode' (bug#2470).
22303
22304 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22305
22306 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22307 method if slot is read-only (bug#9035).
22308
22309 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22310
22311 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22312 * window.el (pop-to-buffer): Select window used even if it was
22313 selected before, see discussion of (Bug#8615), (Bug#6954).
22314 Pass argument NORECORD on to select-frame-set-input-focus.
22315
22316 2011-07-15 Glenn Morris <rgm@gnu.org>
22317
22318 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22319 Respect help-form.
22320
22321 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22322
22323 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22324 (gnutls-negotiate): Use it.
22325
22326 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22327
22328 * net/gnutls.el (gnutls-negotiate):
22329 Upcase `gnutls-algorithm-priority'.
22330
22331 2011-07-15 Glenn Morris <rgm@gnu.org>
22332
22333 * jka-compr.el (jka-compr-verbose): Move from here...
22334 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22335 Add missing :version tag.
22336 * info.el: No need to require jka-compr when compiling.
22337
22338 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22339
22340 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22341 (gnutls-negotiate): Use it.
22342
22343 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22344
22345 * info.el (Info-beginning-of-buffer): New command.
22346 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22347 announcing `b' as the key (bug#8325).
22348 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22349
22350 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22351
22352 * international/mule-cmds.el
22353 (describe-specified-language-support): Make the error message
22354 clearer (bug#8905).
22355
22356 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22357
22358 * isearch.el (isearch-barrier): Add a doc string, since it's
22359 mentioned in a function doc string (bug#8678).
22360
22361 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22362
22363 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22364 buffer argument (Bug#9083) and self-identifying label argument.
22365
22366 2011-07-15 Glenn Morris <rgm@gnu.org>
22367
22368 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22369
22370 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22371
22372 * man.el (Man-fontify-manpage): Fix message when formatting the
22373 man page (bug#7929).
22374
22375 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22376
22377 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22378 argument LRM; if non-nil, append an invisible LRM character to the
22379 buffer name.
22380 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22381 last argument non-nil, when formatting buffer names.
22382 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22383 paragraph direction.
22384
22385 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22386
22387 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22388 the man page name (bug#7929).
22389
22390 * image.el (put-image): Mention the `put-image' overlay property
22391 (bug#7834).
22392
22393 * scroll-bar.el (set-scroll-bar-mode): Mention that
22394 `scroll-bar-mode' lists the values (bug#7772).
22395
22396 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22397 command (bug#7729).
22398
22399 * rect.el (apply-on-rectangle): Return the point after the last
22400 operation.
22401 (string-rectangle): Go to the point after the last operation
22402 (bug#7522).
22403
22404 * printing.el (pr-toggle-region): Clarify the documentation
22405 slightly (bug#7493).
22406
22407 * time.el (display-time-update):
22408 Allow `display-time-mail-function' to return nil (bug#7158).
22409 Fix suggested by Detlev Zundel.
22410
22411 * vc/diff.el (diff): Clarify the order the file names are read
22412 (bug#7111).
22413
22414 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22415 the doc string (bug#7015).
22416
22417 * font-lock.el (font-lock-maximum-decoration): Mention what
22418 numeric levels mean (bug#6935).
22419
22420 * startup.el (initial-buffer-choice): Don't mention the `none'
22421 selection, which is against policy.
22422
22423 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22424
22425 * window.el (display-buffer-normalize-special):
22426 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22427
22428 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22429
22430 * subr.el (version<, version<=, version=): Mention "-CVS" and
22431 "-12345" alpha version numbers.
22432
22433 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22434
22435 * bindings.el: Add advertised binding for set-mark-command
22436 (Bug#5772).
22437
22438 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22439
22440 * bindings.el (mode-line-other-buffer):
22441 * bookmark.el (bookmark-bmenu-2-window):
22442 * bs.el (bs-cycle-next, bs-cycle-previous):
22443 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22444 switch-to-buffer.
22445
22446 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22447 Delete.
22448
22449 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22450
22451 * follow.el (follow-debug-message, follow-redisplay):
22452 * jka-cmpr-hook.el (with-auto-compression-mode):
22453 Fix typos in docstrings.
22454
22455 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22456
22457 * subr.el (with-silent-modifications): Clarify somewhat what the
22458 macro inhibits (bug#6525).
22459
22460 * simple.el (eval-expression): Note what it does if called
22461 interactively (bug#6495).
22462
22463 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22464
22465 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22466 Use pop-to-buffer buffer-or-name if it is nil.
22467
22468 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22469 Remove switch-to-buffer.
22470
22471 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22472
22473 * files.el (make-directory): Clarify that an error will be raised
22474 if there's an error (bug#6397).
22475
22476 * startup.el (initial-buffer-choice): Add `none' as a choice
22477 (bug#6234).
22478
22479 * subr.el (add-hook): Clarify section about buffer-local hooks
22480 (bug#6218).
22481
22482 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22483
22484 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22485
22486 * tabify.el (untabify): Preserve the current column so that point
22487 doesn't move (bug#6032).
22488
22489 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22490
22491 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22492 Rewrite to avoid awkward possessive "s" (bug#5986).
22493
22494 2011-07-13 Glenn Morris <rgm@gnu.org>
22495
22496 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22497 (dired-insert-directory): Give a message the first time
22498 if ls is found not to support --dired.
22499
22500 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22501
22502 * simple.el (toggle-truncate-lines): Clarify what is toggled
22503 (bug#5580). Text by Drew Adams.
22504
22505 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22506
22507 * simple.el (blink-matching-open): Make the error message from the
22508 last change less verbose.
22509
22510 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22511
22512 * font-lock.el (font-lock-comment-face): Use the high contrast
22513 "yellow" color for font-lock-comment-face on low color terminals
22514 using a dark background color (bug#4221).
22515
22516 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22517
22518 * dired.el (dired-insert-set-properties): Make the doc string
22519 reflect what it does now (bug#5325).
22520
22521 * simple.el (blink-matching-open): Say that we were unable to find
22522 the match within the limit, if we're limited (bug#5122).
22523
22524 * international/mule-cmds.el (prefer-coding-system): Add an
22525 example (bug#4869).
22526
22527 * progmodes/etags.el (tags-search): Document `file-list-form'
22528 (bug#4731).
22529
22530 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22531
22532 * net/browse-url.el (browse-url-default-browser)
22533 (browse-url-browser-function): Make the default browser choice a
22534 bit more logical (bug#4300). Also clean up the doc string.
22535
22536 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22537
22538 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22539 binary endings (bug#4440).
22540
22541 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22542
22543 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22544 which can be pretty annoying (bug#8971).
22545
22546 * jka-compr.el (jka-compr-verbose): New variable, and use
22547 throughout (bug#8971).
22548
22549 * info.el (Info-find-file): Fall back on the installation
22550 directory if we can't find the info node anywhere else.
22551
22552 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22553
22554 * vc/vc.el (vc-revert-file):
22555 Don't set file time-stamp in the past. (Bug#5181)
22556
22557 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22558
22559 * files.el (after-find-file): Give a better error message when
22560 trying to find a symlink that points to a file that doesn't exist
22561 (bug#4398).
22562
22563 * progmodes/cc-vars.el: Remove (probably) misleading comment
22564 (bug#4396).
22565
22566 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22567
22568 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22569
22570 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22571
22572 * mouse-sel.el: Hack restoring functionality, while keeping
22573 compatibility with 2010-07-03 changes to mouse selection.
22574 (mouse-sel-primary-overlay): New var.
22575 (mouse-sel-selection-alist): Use it.
22576 (mouse-sel-mode): Doc fix; remove points that are default features
22577 of mouse.el.
22578
22579 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22580
22581 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22582 Fix previous fix (bug#2490).
22583
22584 2011-07-12 Roland Winkler <winkler@gnu.org>
22585
22586 * textmodes/bibtex.el (bibtex-initialize):
22587 Use pop-to-buffer-same-window.
22588 (bibtex-search-entries): Fix interactive call.
22589
22590 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22591
22592 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22593 Fontise bytecomp Error lines more correctly (bug#2490).
22594 Fix suggested by Johan Bockgård.
22595
22596 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22597
22598 * dired-x.el (dired-guess-default): Use `delete-dups'.
22599
22600 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22601
22602 * dired.el (dired-mark-prompt):
22603 * dired-aux.el (dired-read-shell-command): Doc fix.
22604
22605 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22606
22607 * mail/sendmail.el (sendmail-query-once):
22608 Use `customize-save-variable' unconditionally, now that it works under
22609 emacs -Q.
22610
22611 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22612
22613 * cus-edit.el (custom-file): Take an optional no-error variable.
22614 (customize-save-variable): Set the variable, and give a warning if
22615 running under "emacs -q".
22616
22617 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22618
22619 * loadhist.el (unload-feature-special-hooks):
22620 Add `auto-coding-functions', `fill-nobreak-predicate' and
22621 `find-directory-functions' (bug#5327).
22622
22623 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22624
22625 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22626
22627 * cus-edit.el (custom-guess-name-alist): -alist variables should
22628 use the `alist' type (bug#3120). Suggested by Drew Adams.
22629
22630 * printing.el: Add documentation to all the `pr-toggle-' commands.
22631
22632 2011-07-11 Leo Liu <sdl.web@gmail.com>
22633
22634 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22635 backends where it makes sense (bug#2623).
22636
22637 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22638
22639 * dired-x.el (dired-guess-default): Remove duplicate shell command
22640 entries (bug#2028).
22641 (dired-guess-default): Fix grammar in doc string (bug#2028).
22642 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22643
22644 * subr.el (remove-duplicates): New conveniency function.
22645
22646 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22647
22648 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22649 (bug#1526).
22650
22651 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22652
22653 * window.el (display-buffer-normalize-default): Don't invert
22654 meaning of even-window-heights. Reported by Eli Zaretskii
22655 <eliz@gnu.org>.
22656
22657 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22658
22659 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22660
22661 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22662
22663 * window.el (display-buffer): Fix arguments to
22664 display-buffer-reuse-window in last change.
22665
22666 * faces.el (link): Use a less saturated blue on light backgrounds.
22667
22668 * startup.el (fancy-startup-text, fancy-about-text)
22669 (fancy-startup-tail): Use font-lock faces, for background safety.
22670
22671 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22672
22673 * emulation/viper-cmd.el (viper-change-state-to-vi):
22674 Limit triggering of abbrev expansion (Bug#9038).
22675
22676 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22677
22678 * window.el (display-buffer-default-specifiers): Remove.
22679 (display-buffer-macro-specifiers): Remove default specifiers.
22680 (display-buffer-alist): Default to nil.
22681 (display-buffer-reuse-window): New optional argument other-window.
22682 (display-buffer-pop-up-window): Allow splitting internal
22683 windows. Check whether a live window was created.
22684 (display-buffer-other-window-means-other-frame)
22685 (display-buffer-normalize-arguments): Rename to
22686 display-buffer-normalize-argument and rewrite. Set the
22687 other-window specifier.
22688 (display-buffer-normalize-special): New function.
22689 (display-buffer-normalize-options): Rename to
22690 display-buffer-normalize-default and rewrite.
22691 (display-buffer-normalize-options-inhibit): Remove.
22692 (display-buffer-normalize-specifiers): Rewrite.
22693 (display-buffer): Process other-window specifier and call
22694 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22695 more faithfully.
22696 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22697 (display-buffer-alist-set): Don't handle 'unset default values.
22698 (display-buffer-in-window, display-buffer-alist-set):
22699 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22700 <tassilo@member.fsf.org>.
22701
22702 2011-07-09 Leo Liu <sdl.web@gmail.com>
22703
22704 * register.el (insert-register): Restore accidental change on
22705 2011-06-26. (Bug#9028)
22706
22707 2011-07-09 Glenn Morris <rgm@gnu.org>
22708
22709 * subr.el (remq): Handle the empty list. (Bug#9024)
22710
22711 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22712
22713 * mail/sendmail.el (send-mail-function): No longer delay custom
22714 initialization.
22715 * custom.el (custom-initialize-delay): Doc fix.
22716
22717 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22718
22719 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22720
22721 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22722
22723 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22724 human-friendly prompt.
22725
22726 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22729 provided by a particular plugin.
22730
22731 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22732
22733 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22734 save customizations (with "emacs -Q"), just set the variable
22735 instead of erroring out.
22736
22737 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22738
22739 2011-07-08 Juri Linkov <juri@jurta.org>
22740
22741 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22742 (archive-zip-update-case): Use 7z if found by `executable-find'.
22743 The order of searching the available programs is the same as in
22744 `archive-zip-extract' (bug#8968).
22745
22746 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22747
22748 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22749 (menu-bar-options-menu): Tweak descriptions.
22750
22751 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22752
22753 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22754 menu items into verb phrases (bug#1421). Also refill to fit under
22755 80 columns.
22756
22757 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22758
22759 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22760 (Info-read-node-name): Doc fix (Bug#1084).
22761
22762 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22763 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22764 (end-of-sexp, beginning-of-sexp)
22765 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22766 (forward-symbol, forward-same-syntax, word-at-point)
22767 (sentence-at-point): Doc fix (Bug#1144).
22768
22769 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22770
22771 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22772 should cover it (bug#1281).
22773
22774 * cus-edit.el (custom-show): Mark as obsolete.
22775
22776 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22777 negotiation fails, then possibly try again with a non-encrypted
22778 connection (bug#9017).
22779
22780 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22781 be used.
22782
22783 2011-07-07 Richard Stallman <rms@gnu.org>
22784
22785 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22786 property, and handle its changed format.
22787 Look for the correct line number.
22788 Use file's line contents (but not past first =) to find
22789 correct line in message.
22790
22791 2011-07-07 Kenichi Handa <handa@m17n.org>
22792
22793 * international/characters.el (build-unicode-category-table):
22794 Delete it.
22795 (unicode-category-table): Set it by unicode-property-table-internal.
22796
22797 * international/mule-cmds.el (char-code-property-alist): Move to
22798 to src/chartab.c.
22799 (get-char-code-property): Call unicode-property-table-internal to
22800 load a file. Call get-unicode-property-internal where necessary.
22801 (put-char-code-property): Call unicode-property-table-internal to
22802 load a file. Call put-unicode-property-internal where necessary.
22803 put-unicode-property-internal where necessary.
22804 (char-code-property-description):
22805 Call unicode-property-table-internal to load a file.
22806
22807 * international/charprop.el:
22808 * international/uni-bidi.el:
22809 * international/uni-category.el:
22810 * international/uni-combining.el:
22811 * international/uni-comment.el:
22812 * international/uni-decimal.el:
22813 * international/uni-decomposition.el:
22814 * international/uni-digit.el:
22815 * international/uni-lowercase.el:
22816 * international/uni-mirrored.el:
22817 * international/uni-name.el:
22818 * international/uni-numeric.el:
22819 * international/uni-old-name.el:
22820 * international/uni-titlecase.el:
22821 * international/uni-uppercase.el: Regenerate.
22822
22823 * loadup.el: Load international/charprop.el before
22824 international/characters.
22825
22826 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22827
22828 * window.el (next-buffer, previous-buffer): Signal an error if
22829 called from a minibuffer window.
22830
22831 * bindings.el: Revert 2011-07-04 change.
22832
22833 2011-07-06 Richard Stallman <rms@gnu.org>
22834
22835 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22836 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22837 Treat markers like ints.
22838 (rmail-mime-entity): Doc fix.
22839
22840 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22841
22842 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22843 defcustom again for backwards compatibility.
22844
22845 * simple.el (shell-command-on-region): Fill.
22846
22847 * dired-aux.el (dired-kill-line): Add a doc string.
22848
22849 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22850 to "\\sw\\|\\s_" (bug#358).
22851
22852 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22853 (dired-unmark-backward): Ditto.
22854 (dired-flag-backup-files): Ditto.
22855
22856 * dired-x.el (dired-mark-sexp): Ditto.
22857
22858 2011-07-06 Richard Stallman <rms@gnu.org>
22859
22860 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22861 (rmail-mime-entity): New arg TRUNCATED.
22862 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22863 New functions.
22864 (rmail-mime-save): Warn if entity is truncated.
22865 (rmail-mime-toggle-hidden): Likewise, for showing.
22866 (rmail-mime-process-multipart): Record when an entity is truncated.
22867
22868 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22869 if ENTITY is a string.
22870
22871 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22872
22873 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22874 of faces when `M-C-x'-ing their definitions (bug#8378).
22875 Also clean up the code slightly.
22876
22877 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22878 because that makes the colors go away.
22879
22880 * mail/sendmail.el (send-mail-function): Change the default to
22881 `sendmail-query-once'.
22882 (sendmail-query-once): Add an autoload cookie.
22883
22884 * net/network-stream.el (network-stream-open-starttls): Try using
22885 a plain connection even if the server offered STARTTLS, and we
22886 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22887 capability. This should make smtpmail.el work in slightly more
22888 configurations.
22889
22890 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22891
22892 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22893 New defun.
22894 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22895
22896 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22897
22898 * progmodes/sql.el: Version 3.0
22899 (sql-product-alist): Add product :completion-object,
22900 :completion-column, and :statement attributes.
22901 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22902 (sql-mode-syntax-table): Mark all punctuation.
22903 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22904 ansi keywords.
22905 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22906 (sql-mode-oracle-font-lock-keywords): Improve.
22907 (sql-oracle-show-reserved-words): New function for development.
22908 (sql-product-font-lock): Simplify for source code buffers.
22909 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22910 New functions.
22911 (sql-highlight-product): Set product specific syntax table.
22912 (sql-mode-map): Add statement movement functions.
22913 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22914 New variable.
22915 (sql-statement-regexp, sql-beginning-of-statement)
22916 (sql-end-of-statement, sql-signum): New functions.
22917 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22918 (sql-show-sqli-buffer): Bug fix.
22919 (sql-interactive-mode): Store connection data as buffer local.
22920 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22921 with sql-interactive-mode.
22922 (sql-save-connection): Save buffer local settings.
22923 (sql-connection-menu-filter): Change menu entry name.
22924 (sql-product-interactive): Bug fix.
22925 (sql-preoutput-hold): New variable.
22926 (sql-interactive-remove-continuation-prompt): Bug fixes.
22927 (sql-debug-redirect): New variable.
22928 (sql-str-literal): New function.
22929 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22930 Redesign.
22931 (sql-oracle-save-settings, sql-oracle-restore-settings)
22932 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22933 (sql-completion-object, sql-completion-column)
22934 (sql-completion-sqlbuf): New variables.
22935 (sql-build-completions-1, sql-build-completions)
22936 (sql-try-completion): New functions.
22937 (sql-read-table-name): Use them.
22938 (sql-contains-names): New buffer local variable.
22939 (sql-list-all, sql-list-table): Use it.
22940 (sql-oracle-completion-types): New variable.
22941 (sql-oracle-completion-object, sql-sqlite-completion-object)
22942 (sql-postgres-completion-object): New functions.
22943
22944 2011-07-06 Glenn Morris <rgm@gnu.org>
22945
22946 * window.el (pop-to-buffer): Doc fix.
22947
22948 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22949
22950 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22951
22952 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22953
22954 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22955
22956 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22957
22958 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22959
22960 * button.el (button): Inherit from link face. Suggested by Dan
22961 Nicolaescu.
22962
22963 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22964
22965 * progmodes/gdb-mi.el: Fit in 80 columns.
22966 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22967 switch-to-buffer.
22968
22969 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22970 if imenu is simply not configured (bug#8941).
22971
22972 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22973
22974 * allout.el (allout-post-undo-hook): New allout outline-change
22975 event hook to signal undo activity.
22976 (allout-post-command-business): Run allout-post-undo-hook if an
22977 undo just occurred.
22978 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22979 * allout-widgets.el (allout-widgets-after-undo-function):
22980 Ensure the integrity of the current item's decoration after it has been
22981 in the vicinity of an undo.
22982 (allout-widgets-mode): Include allout-widgets-after-undo-function
22983 on the new allout-post-undo-hook.
22984
22985 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22986
22987 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22988 Let define-derived-mode define it.
22989 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22990 cycles of abbrev-table inheritance (bug#8998).
22991
22992 2011-07-05 Roland Winkler <winkler@gnu.org>
22993
22994 * textmodes/bibtex.el: Add support for biblatex.
22995 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22996 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22997 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22998 (bibtex-entry-alist, bibtex-field-alist): New variables.
22999 (bibtex-entry-field-alist): Obsolete alias for
23000 bibtex-BibTeX-entry-alist.
23001 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23002 (bibtex-set-dialect): New command.
23003 (bibtex-entry-type, bibtex-entry-head)
23004 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23005 Bind via bibtex-set-dialect.
23006 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23007 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23008 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23009 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23010 Define via bibtex-set-dialect.
23011 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23012 Obey bibtex-no-opt-remove-re.
23013 (bibtex-vec-push, bibtex-vec-incr): New functions.
23014 (bibtex-format-entry, bibtex-field-list)
23015 (bibtex-print-help-message, bibtex-validate)
23016 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23017
23018 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23019
23020 * progmodes/compile.el (compilation-goto-locus):
23021 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23022 * bs.el (bs-cycle-next, bs-cycle-previous):
23023 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23024 * bindings.el (mode-line-other-buffer):
23025 * autoinsert.el (auto-insert):
23026 * arc-mode.el (archive-extract):
23027 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23028
23029 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23030
23031 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23032 Fix check of `emacs-lock-unlockable-modes'.
23033 Coerce true values of `emacs-lock--try-unlocking' to t.
23034
23035 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23036
23037 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23038 * emacs-lock.el: New file.
23039
23040 2011-07-05 Julien Danjou <julien@danjou.info>
23041
23042 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23043 than `boundp' to check if face is set.
23044
23045 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23046
23047 * register.el (registerv-make):
23048 * window.el (window-min-height): Fix typos in docstrings.
23049
23050 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23051
23052 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23053 Update doc string.
23054
23055 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23056
23057 * server.el (server-execute): Catch quit and call
23058 `server-return-error' to pass the error back to emacsclient and
23059 close the connection (bug#8942).
23060
23061 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23062
23063 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23064 insecure exception for current topic. Also note that auto-saves
23065 are handled differently.
23066
23067 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23068 State variables for tracking auto-save inhibition situation.
23069
23070 (allout-write-contents-hook-handler): Rename from
23071 'allout-write-file-hook-handler', and describe how it depends on
23072 write-contents-functions sensitivity to non-nil value to prevent
23073 file write.
23074
23075 (allout-auto-save-hook-handler): Remove. auto-save does not check
23076 this in individual buffers, only in the starting buffer, so this
23077 is not the right way for us to inhibit auto-save in a buffer
23078 according to its condition.
23079
23080 (allout-mode): Use new allout-write-contents-hook-handler, and
23081 only with write-contents-functions. Remove auto-save provisions -
23082 they're implemented elsewhere.
23083
23084 (allout-before-change-handler): If undo is in progress, note that
23085 for attention of allout-post-command-business.
23086
23087 (allout-post-command-business): If the command we're following was
23088 an undo, check for change in the status of encrypted items and
23089 adjust auto-save inhibitions accordingly.
23090
23091 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23092 according to whether there are or aren't any plain-text topics
23093 pending encryption.
23094
23095 (allout-inhibit-auto-save-info-for-decryption):
23096 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23097 if there are plain-text topics pending encryption.
23098
23099 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23100 buffer-saved-size and some allout state to not inhibit auto-saves
23101 if there are no longer any plain-text topics pending encryption.
23102
23103 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23104 No longer provide for exemption of the current topic.
23105
23106 2011-07-04 Juri Linkov <juri@jurta.org>
23107
23108 Add 7z operations to delete and save changed members (bug#8968).
23109 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23110 New defcustoms.
23111 (archive-7z-write-file-member): New function.
23112 (archive-7z-summarize): Fix the number of dashes in the
23113 listing output.
23114
23115 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23116
23117 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23118 (bug#8958).
23119
23120 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23121
23122 * bindings.el: Ignore next-buffer and previous-buffer in
23123 minibuffer-local-map.
23124
23125 * font-lock.el (font-lock-builtin-face): Change light background
23126 color to dark slate blue (Bug#6693).
23127
23128 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23129
23130 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23131
23132 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23133
23134 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23135 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23136 Add switch-to-buffer.
23137
23138 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23139
23140 * isearch.el (isearch-search-fun-function): Clarify further the
23141 meaning of the function returned.
23142
23143 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23144
23145 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23146
23147 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23148 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23149 Use it.
23150 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23151 `tramp-default-remote-path' does not exist.
23152 (tramp-send-command-and-read): New optional argument NOERROR.
23153 (tramp-open-connection-setup-interactive-shell)
23154 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23155 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23156 (tramp-process-sentinel): Flush also process' connection property.
23157 (tramp-sh-handle-start-file-process): Do not set process
23158 sentinel. It is done now ...
23159 (tramp-maybe-open-connection): ... here. (Bug#8929)
23160
23161 2011-07-04 MON KEY <monkey@sandpframing.com>
23162
23163 * play/animate.el (animate-string): Doc fixes and allow changing
23164 the buffer name (bug#5417).
23165
23166 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23167
23168 * play/animate.el (animation-buffer-name): Rename from *animate*.
23169
23170 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23171
23172 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23173 This is simpler and helps future-proof the code.
23174 (timer-until): Use time-subtract and float-time.
23175 (timer--time-less-p): Use time-less-p.
23176
23177 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23178
23179 * type-break.el (timep): Use the value of `float-time' to avoid a
23180 byte-compiler warning.
23181
23182 * server.el (server-eval-and-print): Return any result, even nil.
23183
23184 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23185
23186 * type-break.el: Accept time formats that the builtins accept.
23187 (timep, type-break-time-difference): Accept any format that
23188 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23189 This is simpler and helps future-proof the code.
23190 (type-break-time-difference): Round rather than ignoring
23191 subseconds components.
23192
23193 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23194
23195 * info.el (Info-apropos-matches): Make non-interactive, since it
23196 doesn't seem to do anything useful as a command (bug#8829).
23197
23198 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23199
23200 * frame.el (frame-background-mode, frame-set-background-mode):
23201 Move from faces.el.
23202 (frame-default-terminal-background): New function.
23203
23204 * custom.el (custom-push-theme): Don't record faces in `changed'
23205 theme; this doesn't work correctly for per-frame face settings.
23206 (disable-theme): Use face-set-after-frame-default to reset faces.
23207 (custom--frame-color-default): New function.
23208
23209 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23210
23211 * dired.el (dired-flagging-regexp): Remove unused variable
23212 (bug#8769).
23213
23214 2011-03-29 Kevin Ryde <user42@zip.com.au>
23215
23216 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23217 `perl-Test2' extend to match possible "fail #N" rep count
23218 (bug#8377).
23219
23220 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23221
23222 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23223 `smtpmail-via-smtp' now returns the error instead of nil.
23224
23225 * isearch.el (isearch-search-fun-function): Clarify the doc string
23226 (bug#8101).
23227
23228 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23229
23230 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23231 unnecessary spaces (bug#8987).
23232
23233 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23234
23235 * net/network-stream.el (open-network-stream): Use the
23236 :end-of-capability command thoughout.
23237
23238 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23239
23240 * net/network-stream.el (open-network-stream): Add the
23241 :end-of-capability command parameter, used by pop3.el.
23242
23243 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23244
23245 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23246
23247 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23248 for list)" (bug#6475).
23249
23250 * files.el (file-expand-wildcards): Ignore non-readable
23251 sub-directories while trying to find matches instead of signaling
23252 an error (bug#6297).
23253
23254 * man.el (Man-reference-regexp): Allow matching possible
23255 word-wrapped references (bug#6289).
23256
23257 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23258 for consistency with the other vc buffers (bug#6197).
23259 (vc-checkin): Ditto.
23260
23261 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23262
23263 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23264
23265 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23266
23267 * custom.el (defcustom): Clarify that :set is only used in the
23268 Customize user interface (bug#6089).
23269
23270 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23271 associated with a file, refuse to run instead of erroring out
23272 (bug#6084).
23273
23274 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23275 the doc string, since it appears that using `fill-column' always
23276 controls the width (bug#7845).
23277
23278 * simple.el (shell-command-on-region): Say where the error output
23279 went if `shell-command-default-error-buffer' is set (bug#6857).
23280
23281 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23282
23283 * allout.el (allout-yank-processing): Adjust cursor position for
23284 backwards-deleted space.
23285
23286 (allout-rebullet-heading): Register changes with
23287 allout-exposure-changed-hook, so the modified topic is properly
23288 decorated.
23289
23290 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23291
23292 * minibuffer.el (completion-in-region): Document PREDICATE
23293 (bug#7136).
23294
23295 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23296 of keyword/argument pairs (bug#6904).
23297
23298 * replace.el (multi-occur):
23299 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23300
23301 2011-07-02 Drew Adams <drew.adams@oracle.com>
23302
23303 * dired.el (dired-mark-if): Make the message about whether it's
23304 marking or unmarking clearer (bug#8523).
23305
23306 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23307
23308 * disp-table.el (display-table-print-array): New function.
23309 (describe-display-table): Use it to print the vectors more pretty
23310 (Bug#8859).
23311
23312 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23313
23314 * window.el (window-state-get-1): Don't assign clone numbers.
23315 Add clone-of item to list of window parameters.
23316 (window-state-put-2): Don't process clone numbers.
23317 (display-buffer-alist): Fix doc-string.
23318
23319 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23320
23321 * subr.el (remq): Don't allocate if it's not needed.
23322 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23323 (keymap--merge-bindings): New functions.
23324 (keymap-canonicalize): Use them to refine the canonicalization.
23325 * minibuffer.el (minibuffer-local-completion-map)
23326 (minibuffer-local-must-match-map): Move initialization from C.
23327 (minibuffer-local-filename-completion-map): Move initialization from C;
23328 don't inherit from anything here.
23329 (minibuffer-local-filename-must-match-map): Make obsolete.
23330 (completing-read-default): Use make-composed-keymap to combine
23331 minibuffer-local-filename-completion-map with either
23332 minibuffer-local-must-match-map or
23333 minibuffer-local-filename-completion-map.
23334
23335 2011-07-01 Glenn Morris <rgm@gnu.org>
23336
23337 * type-break.el (type-break-time-sum): Use dolist.
23338
23339 * textmodes/flyspell.el (flyspell-word-search-backward):
23340 Replace CL function.
23341
23342 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23343
23344 * mouse.el (mouse--strip-first-event): New function.
23345 (function-key-map): Use it to map fringe clicks to normal clicks
23346 by default.
23347
23348 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23349 (vc-bzr-revision-completion-table): Add support for annotate and date.
23350
23351 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23352 inherit from parent.
23353
23354 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23355
23356 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23357 (dired-show-file-type): Doc fixup (bug#8818).
23358
23359 * dired.el (dired-mode): Fix up the doc string as suggested by
23360 Drew Adams (bug#8817).
23361
23362 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23363 cookie, since the manual says that it should be possible to add
23364 this function to `find-file-hook' (bug#8709).
23365
23366 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23367
23368 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23369 here. Noted Ted Zlatanov as the maintainer.
23370 (cfengine-common-settings, cfengine-common-syntax): New functions
23371 to set up common things between `cfengine-mode' and
23372 `cfengine3-mode'.
23373 (cfengine3-mode): New mode.
23374 (cfengine3-defuns cfengine3-defuns-regex
23375 (cfengine3-class-selector-regex cfengine3-category-regex)
23376 (cfengine3-vartypes cfengine3-font-lock-keywords)
23377 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23378 (cfengine3-indent-line): Add from cfengine3.el.
23379
23380 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23381
23382 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23383
23384 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23385
23386 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23387
23388 * window.el (same-window-buffer-names, same-window-regexps)
23389 (same-window-p, special-display-frame-alist)
23390 (special-display-popup-frame, special-display-function)
23391 (special-display-buffer-names, special-display-regexps)
23392 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23393 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23394 (split-window-preferred-function, split-height-threshold)
23395 (split-width-threshold, even-window-heights)
23396 (display-buffer-mark-dedicated, window-splittable-p)
23397 (split-window-sensibly, window-safely-shrinkable-p):
23398 Un-obsolete.
23399 (display-buffer): Don't spread args with function specifier
23400 because special-display-popup-frame won't like it.
23401
23402 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23403
23404 Time-stamp simplifications and fixes.
23405 These improve accuracy slightly, and future-proof the code
23406 against some potential changes to current-time format.
23407
23408 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23409 by using time-since and float-time.
23410
23411 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23412 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23413 + NNN microseconds".
23414
23415 * type-break.el (type-break-time-sum): Rewrite using time-add.
23416
23417 * play/hanoi.el (hanoi-current-time-float): Remove.
23418 All uses replaced by float-time.
23419
23420 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23421 This yields a more-accurate answer.
23422 (rng-time-to-float): Remove; no longer needed.
23423
23424 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23425
23426 * calendar/timeclock.el (timeclock-seconds-to-time):
23427 Defalias to seconds-to-time, since they're the same thing.
23428
23429 * emacs-lisp/elp.el (elp-elapsed-time):
23430 * emacs-lisp/benchmark.el (benchmark-elapse):
23431 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23432
23433 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23434
23435 * window.el (bury-buffer): Don't iconify the only frame.
23436 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23437 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23438
23439 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23440
23441 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23442 Add mouse-yank-primary.
23443
23444 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23445
23446 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23447
23448 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23449
23450 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23451 (find-library-name): Use it to find relative load names when provided
23452 absolute file name (bug#8803).
23453
23454 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23455
23456 * textmodes/flyspell.el (flyspell-word): Consider words that
23457 differ only in case as potential doublons (bug#5687).
23458
23459 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23460 Remove two rather uninteresting debugging-like messages to make
23461 debbugs.el more silent.
23462
23463 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23464 a password-like phrase.
23465
23466 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23467
23468 * progmodes/cc-guess.el: New file.
23469
23470 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23471
23472 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23473 derived from `c-basic-common-init'.
23474
23475 * progmodes/cc-mode.el (top-level): Require cc-guess.
23476 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23477
23478 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23479
23480 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23481
23482 2011-06-30 Alan Mackenzie <acm@muc.de>
23483
23484 * progmodes/cc-engine.el (c-guess-continued-construct):
23485 Correct the handling of template-args-cont, particularly for when font
23486 lock is disabled. Name this case as "CASE G".
23487
23488 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23489
23490 * allout.el (allout-yank-processing): Fix injection of extra space
23491 between bullet and non-whitespace character in first topic when
23492 pasting, ensuring that the actual spacing in the pasted topic
23493 following the bullet char is preserved. This extra space was
23494 causing pasted encrypted topics to get a decrypted status even
23495 when the content was actually still encrypted. Now the decryption
23496 status from before the paste is preserved.
23497
23498 (allout-flag-region): Set all allout overlays so they evaporate
23499 when reduced to zero length (evanescent), to prevent overlay
23500 leakage.
23501
23502 2011-06-30 Glenn Morris <rgm@gnu.org>
23503
23504 * w32-fns.el (w32-charset-info-alist): Declare.
23505
23506 * find-dired.el (find-grep-options): Simplify.
23507
23508 * term/ns-win.el (ns-set-resource): Declare.
23509
23510 * ses.el (row, col): Declare dynamic variables honestly.
23511
23512 * textmodes/reftex-parse.el (index-tags): Declare.
23513
23514 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23515
23516 * cus-edit.el (customize-push-and-save): New function.
23517
23518 * files.el (hack-local-variables-confirm): Use it.
23519
23520 * custom.el (load-theme): New arg NO-CONFIRM.
23521 Use customize-push-and-save (Bug#8720).
23522 (custom-enabled-themes): Doc fix.
23523
23524 * cus-theme.el (customize-create-theme)
23525 (custom-theme-merge-theme): Callers to load-theme changed.
23526
23527 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23528
23529 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23530 short URLs have at least one dot in them (bug #7614).
23531
23532 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23533 nil, because using a pty is apparently too slow (bug #895).
23534
23535 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23536
23537 * mail/sendmail.el (sendmail-query-once): New function.
23538 (sendmail-query-once-function): New variable.
23539
23540 2011-06-29 Glenn Morris <rgm@gnu.org>
23541
23542 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23543
23544 * ses.el (top-level): Require cl when compiling.
23545 (ses-set-localvars): Fix error statement.
23546 Call it at compile time to silence a storm of warnings.
23547
23548 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23549
23550 * window.el (normalize-live-buffer): Rename to
23551 window-normalize-buffer.
23552 (normalize-live-frame): Rename to window-normalize-frame.
23553 (normalize-any-window): Rename to window-normalize-any-window.
23554 (normalize-live-window): Rename to window-normalize-live-window.
23555 (make-window-atom): Rename to window-make-atom.
23556 (window-resize-reset): Rename to window--resize-reset.
23557 (window-resize-reset-1): Rename to window--resize-reset-1.
23558 (resize-mini-window): Rename to window--resize-mini-window.
23559 (resize-subwindows-skip-p): Rename to
23560 window--resize-subwindows-skip-p.
23561 (resize-subwindows-normal): Rename to
23562 window--resize-subwindows-normal.
23563 (resize-subwindows): Rename to window--resize-subwindows.
23564 (resize-other-windows): Rename to window--resize-siblings.
23565 (resize-this-window): Rename to window--resize-this-window.
23566 (resize-root-window): Rename to window--resize-root-window.
23567 (resize-root-window-vertically): Rename to
23568 window--resize-root-window-vertically.
23569 (normalize-buffer-to-display): Rename to
23570 window-normalize-buffer-to-display.
23571 (normalize-buffer-to-switch-to): Rename to
23572 window-normalize-buffer-to-switch-to.
23573 Correspondingly update all callers of the functions listed
23574 above.
23575 (display-buffer-alist, display-buffer-normalize-arguments)
23576 (display-buffer-normalize-options, display-buffer)
23577 (display-buffer-alist-set): Use "function" instead of
23578 "fun-with-args".
23579
23580 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23581
23582 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23583 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23584 debbugs.gnu.org. Mention acknowledgment email.
23585
23586 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23587
23588 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23589 buffer multibyteness, since it shouldn't matter.
23590
23591 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23592
23593 * window.el (display-buffer-in-side-window): Handle dedicated
23594 windows as in display-buffer-reuse-window.
23595 (display-buffer-normalize-alist): Use value of override
23596 specifier.
23597 (display-buffer-normalize-specifiers): Use value of
23598 other-window-means-other-frame specifier.
23599 (display-buffer-alist): Rewrite some texts in widgets.
23600 (display-buffer): Spread arguments when calling function
23601 specified by fun-with-args.
23602
23603 2011-06-28 Deniz Dogan <deniz@dogan.se>
23604
23605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23606 Unnest `let'.
23607
23608 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23609 selectors (Bug#5732).
23610 (css-proprietary-nmstart-re): Use `regexp-opt'.
23611
23612 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23613
23614 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23615 (eshell-ls-date-format): New defcustom.
23616 (eshell-ls-file): Use it.
23617
23618 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23621
23622 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23623
23624 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23625 (ange-ftp-make-tmp-name): New arg.
23626 (ange-ftp-file-local-copy): Use it.
23627
23628 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23629
23630 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23631 no-conversion (Bug#8870).
23632
23633 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23634
23635 * window.el (window-right, window-left, window-child)
23636 (window-child-count, window-last-child)
23637 (window-iso-combination-p, walk-window-tree-1)
23638 (window-atom-check-1, window-tree-1, delete-window)
23639 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23640 new naming conventions - window-vchild, window-hchild,
23641 window-next and window-prev are now called window-top-child,
23642 window-left-child, window-next-sibling and window-prev-sibling
23643 respectively.
23644 (resize-window-reset): Rename to window-resize-reset.
23645 (resize-window-reset-1): Rename to window-resize-reset-1.
23646 (resize-window): Rename to window-resize.
23647 (window-min-height, window-min-width)
23648 (resize-mini-window, resize-this-window, resize-root-window)
23649 (resize-root-window-vertically, adjust-window-trailing-edge)
23650 (enlarge-window, shrink-window, maximize-window)
23651 (minimize-window, delete-window, quit-restore-window)
23652 (split-window, balance-windows, balance-windows-area-adjust)
23653 (balance-windows-area, window-state-put-2)
23654 (display-buffer-even-window-sizes, display-buffer-set-height)
23655 (display-buffer-set-width, set-window-text-height)
23656 (fit-window-to-buffer): Rename all "resize-window" prefixed
23657 calls to use the "window-resize" prefix convention.
23658 (display-buffer-alist): Fix symbol for label specifier.
23659 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23660 corresponding specifier.
23661 Reported by Juanma Barranquero <lekktu@gmail.com>.
23662
23663 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23664
23665 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23666 convention.
23667 (ses-call-printer): Does not pass an empty string to formatter when the
23668 cell is empty to keep from barking printer Calc math-format-value.
23669
23670 2011-06-27 Richard Stallman <rms@gnu.org>
23671
23672 * battery.el (battery-mode-line-limit): New variable.
23673 (battery-update): Handle it.
23674
23675 * mail/rmailmm.el (rmail-mime-process-multipart):
23676 Handle truncated messages.
23677
23678 2011-06-27 Glenn Morris <rgm@gnu.org>
23679
23680 * progmodes/flymake.el (flymake-err-line-patterns):
23681 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23682
23683 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23684
23685 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23686 (ses--clean-!, ses--clean-_): New functions.
23687 (ses-range): Add configurability of readout order, and conversion
23688 to Calc vector.
23689
23690 * ses.el (ses-repair-cell-reference-all): New function.
23691 (ses-cell-symbol): Set macro as safe, so that it can be used in
23692 formulas.
23693
23694 * ses.el: Update cycle detection algorithm.
23695 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23696 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23697 (ses-set-localvars): New function.
23698 (ses-make-cell): Add property-list as a cell element.
23699 (ses-cell-property-get-fun, ses-cell-property-get)
23700 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23701 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23702 New functions.
23703 (ses-cell-property-set, ses-cell-property-pop)
23704 (ses-cell-property-get-handle): New macro.
23705 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23706 New aliases, used for code readability.
23707 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23708 cycle detection.
23709 (ses-self-reference-early-detection): New defcustom.
23710 (ses-formula-references): Robustify against self-referring cells.
23711 (ses-mode): Use ses-set-localvars.
23712 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23713 before lauching the update processing.
23714 (ses-initialize-Dijkstra-attempt): New function.
23715 (ses-recalculate-cell): Update for cycle detection based on
23716 Dijkstra algorithm.
23717
23718 * ses.el: Fix commenting and indenting convention.
23719
23720 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * bs.el (bs-cycle-next): Complete last change.
23723
23724 2011-06-27 Drew Adams <drew.adams@oracle.com>
23725
23726 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23727
23728 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23729
23730 * net/network-stream.el (network-stream-open-starttls):
23731 Don't re-get capabilities unless we've reestablished connection.
23732 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23733
23734 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23735 to binary to possibly avoid line encoding issues on Windows (among
23736 other things).
23737
23738 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23739
23740 * net/network-stream.el (open-network-stream): Return an :error
23741 saying what the problem was, if possible.
23742
23743 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23744 server.
23745
23746 * net/network-stream.el (network-stream-open-starttls): If we
23747 wanted to use STARTTLS, and the server offered it, but we weren't
23748 able to because we had no STARTTLS support, then close the connection.
23749 (open-network-stream): Return an :error element, if present.
23750
23751 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23752
23753 * hl-line.el (hl-line-sticky-flag): Doc fix.
23754 (global-hl-line-sticky-flag): New option (Bug#8323).
23755 (global-hl-line-highlight): Obey it.
23756
23757 * vc/vc.el (vc-revert-show-diff): Default to t.
23758
23759 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23760
23761 * allout-widgets.el (allout-widgets-post-command-business):
23762 Stop decorating intermediate isearch matches. They're not being
23763 undecorated when an isearch is continued past, and isearch
23764 automatically collapses them. This leads to "widget leaks", where
23765 decorated items accumulate in collapsed areas. Lines with lots of
23766 hidden widgets can slow down cursor travel, substantially.
23767 Too much complicated machinery would be needed to ensure undecoration,
23768 so we're doing without this nicety.
23769
23770 (allout-widgets-tally-string): Don't try to do a hash-table-count
23771 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23772 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23773 *Messages* when allout-widgets-maintain-tally is t.
23774
23775 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23776
23777 * window.el (display-buffer-normalize-argument): Rename to
23778 display-buffer-normalize-arguments. Handle special meaning of
23779 LABEL argument. Respect special-display-function when popping up
23780 a new frame. Fix code searching for a window showing the buffer
23781 on another frame.
23782 (display-buffer-normalize-specifiers):
23783 Call display-buffer-normalize-arguments.
23784 (display-buffer-in-window): Don't undedicate the window if its
23785 buffer remains the same.
23786 Reported by Drew Adams <drew.adams@oracle.com>.
23787 (display-buffer-alist): Add choice for same-window macro
23788 specfier.
23789 (display-buffer): Mention special meaning of LABEL argument in
23790 doc-string. Fix quoting. Don't pop up a new frame even as
23791 fallback.
23792
23793 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23794
23795 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23796 avoid deleting the current window in some cases (bug#8911).
23797
23798 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23799
23800 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23801 (Bug#8934)
23802
23803 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23804
23805 * net/network-stream.el (network-stream-open-starttls):
23806 Use built-in TLS support if `gnutls-available-p' is true.
23807 (network-stream-open-tls): Ditto.
23808
23809 2011-06-26 Leo Liu <sdl.web@gmail.com>
23810
23811 * register.el (registerv): New struct.
23812 (registerv-make): New function.
23813 (jump-to-register, describe-register-1, insert-register):
23814 Support the jump-func, print-func and insert-func slot of a registerv
23815 struct. (Bug#8415)
23816
23817 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23818
23819 * vc/vc.el (vc-revert-show-diff): New defcustom.
23820 (vc-diff-internal): New arg specifying diff buffer.
23821 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23822 reuse an existing *vc-diff* buffer (Bug#8927).
23823
23824 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23825
23826 2011-06-26 Glenn Morris <rgm@gnu.org>
23827
23828 * progmodes/f90.el (f90-critical-indent): New option.
23829 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23830 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23831 (f90-mode): Doc fix.
23832 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23833 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23834 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23835 (f90-match-end): Handle block, critical.
23836
23837 2011-06-25 Glenn Morris <rgm@gnu.org>
23838
23839 * calendar/diary-lib.el (diary-included-files): Doc fix.
23840 (diary-include-files): New function, extracted from
23841 diary-include-other-diary-files and diary-mark-included-diary-files.
23842 (diary-include-other-diary-files, diary-mark-included-diary-files):
23843 Just call diary-include-files.
23844 (diary-mark-entries): Reset diary-included-files on first call.
23845
23846 * calendar/diary-lib.el (diary-mark-entries)
23847 (diary-mark-included-diary-files):
23848 Visit included diary-files in temp buffers.
23849
23850 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23851 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23852 (f90-start-block-re, f90-imenu-generic-expression)
23853 (f90-looking-at-program-block-start, f90-no-block-limit):
23854 Add support for submodules.
23855
23856 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23857 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23858
23859 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23860
23861 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23862 buffer-file-type before setting its value, to avoid disastrous
23863 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23864
23865 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23866
23867 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23868
23869 * ses.el (ses-unload-function):
23870 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23871
23872 * proced.el (proced-unload-function):
23873 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23874
23875 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23876
23877 * server.el (server-create-window-system-frame): Add parameters arg.
23878 (server-process-filter): Doc fix. Handle frame-parameters.
23879
23880 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23881
23882 Fix bug#8730, bug#8781.
23883
23884 * loadhist.el (unload--set-major-mode): New function.
23885 (unload-feature): Use it.
23886
23887 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23888 (python-unload-function): New function.
23889
23890 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23891
23892 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23893
23894 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23895
23896 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23897 the candidates list.
23898
23899 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23900
23901 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23902
23903 2011-06-23 Richard Stallman <rms@gnu.org>
23904
23905 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23906 (rmail-variables): Set next-error-move-function.
23907 (rmail-what-message): Take argument POS.
23908 (rmail-next-error-move): New function.
23909
23910 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23911
23912 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23913 messages for adjacent non-terminals.
23914
23915 2011-06-23 Richard Stallman <rms@gnu.org>
23916
23917 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23918 (rmail-show-message-1): Preserve buffer modified flag.
23919 (rmail-start-mail): Don't specify use of rmail-mail-return;
23920 that's done by mail-bury now.
23921 (rmail-mail-return): Handle arg NEWBUF.
23922
23923 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23924
23925 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23926 SIZE is a number.
23927
23928 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23929
23930 * window.el (get-lru-window, get-mru-window)
23931 (get-largest-window): Never return a minibuffer window.
23932 (display-buffer-pop-up-window): Fix a bug that could lead to
23933 reusing the minibuffer window.
23934 (display-buffer): Pass original specifier argument to
23935 display-buffer-function instead of the normalized one.
23936 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23937
23938 2011-06-22 Leo Liu <sdl.web@gmail.com>
23939
23940 * minibuffer.el (completing-read-function)
23941 (completing-read-default): Move from minibuf.c.
23942
23943 2011-06-22 Richard Stallman <rms@gnu.org>
23944
23945 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23946 to Rmail even if not started by a special Rmail command.
23947
23948 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23949 Copy the buffer currently showing just one message.
23950
23951 2011-06-22 Roland Winkler <winkler@gnu.org>
23952
23953 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23954 (bibtex-clean-entry): First delete the old key so that a
23955 customized algorithm for generating the new key does not get
23956 confused by the old key.
23957 (bibtex-url): Obey regexp of first step.
23958 (bibtex-search-entries): Do not use add-to-list with local
23959 list-var.
23960
23961 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23962
23963 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23964 stored a user name, then query for the password first, instead of
23965 waiting for SMTP to give an error message and the trying again.
23966
23967 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23968
23969 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23970 BUFFER in call-process.
23971
23972 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23973
23974 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23975 QUIT twice.
23976 (smtpmail-try-auth-methods): Require user name and password from
23977 auth-source.
23978
23979 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23980
23981 * window.el (display-buffer-default-specifiers)
23982 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23983 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23984 (split-window): Normalize SIDE argument (Bug#8916).
23985
23986 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23987 (special-display-frame-alist, special-display-popup-frame):
23988 Remove duplicate declarations. These are now in window.el.
23989
23990 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23991
23992 * mail/smtpmail.el (smtpmail-via-smtp):
23993 Set :use-starttls-if-possible so that we always use STARTTLS if the
23994 server supports it. SMTP servers that support STARTTLS commonly
23995 require it.
23996
23997 * net/network-stream.el (network-stream-open-starttls): Support
23998 upgrading to STARTTLS always, even if we don't have built-in support.
23999 (open-network-stream): Add the :always-query-capabilities keyword.
24000
24001 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24002 upgrades with `open-network-stream', and rely solely on
24003 auth-source for all credentials. Big changes throughout the file,
24004 but in particular:
24005 (smtpmail-auth-credentials): Remove.
24006 (smtpmail-starttls-credentials): Remove.
24007 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24008 MAIL FROM, too.
24009
24010 * net/network-stream.el (network-stream-open-starttls):
24011 Provide support for client certificates both for external and built-in
24012 STARTTLS.
24013 (auth-source): Require.
24014 (open-network-stream): Document the :client-certificate keyword.
24015 (network-stream-certificate): Change cert-cert to cert and
24016 cert-key to key.
24017
24018 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24019
24020 * net/tramp-cache.el (top): Don't load the persistency file when
24021 "emacs -Q" has been called.
24022
24023 2011-06-21 Tim Harper <timcharper@gmail.com>
24024
24025 * term/ns-win.el (ns-initialize-window-system):
24026 Set application-specific `ApplePressAndHoldEnabled' system
24027 resource to NO as it is not yet supported by the NS port.
24028
24029 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24030
24031 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24032 (list-dynamic-libraries): ...not here.
24033
24034 2011-06-21 Leo Liu <sdl.web@gmail.com>
24035
24036 * subr.el (sha1): Implement sha1 using secure-hash.
24037
24038 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24039
24040 * window.el (display-buffer-alist): In default value do not
24041 enforce searching a window on any but the selected frame.
24042 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24043 (display-buffer-select-window): Remove function.
24044 (display-buffer-in-window): When a window on another frame gets
24045 reused, do not select it any more but just raise its frame if
24046 necessary (Bug#8851) and (Bug#8856).
24047 (display-buffer-normalize-options): Handle pop-up-frames related
24048 options more faithfully.
24049 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24050 window if it is on another frame.
24051 (display-buffer-alist, display-buffer-default-specifiers):
24052 Don't make new frame unsplittable by default.
24053 (display-buffer-normalize-argument): Fix doc-string typo and use
24054 'same-frame-other-window instead of 'other-window when associating
24055 with display-buffer-macro-specifiers.
24056
24057 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24058
24059 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24060 New functions.
24061 (5x5-mode-map, 5x5-mode-menu): Bind them.
24062 (5x5-draw-grid): Tweak the solver's rendering.
24063
24064 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24065
24066 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24067 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24068
24069 2011-06-21 Drew Adams <drew.adams@oracle.com>
24070
24071 * menu-bar.el: Use function variable instead of switch-to-buffer.
24072 (menu-bar-select-buffer-function): New variable.
24073 (menu-bar-update-buffers): Use it (bug#8876).
24074
24075 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24076
24077 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24078 variable's status.
24079
24080 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24081
24082 * x-dnd.el (x-dnd-version-from-flags)
24083 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24084 and long as number (Bug#8899).
24085 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24086
24087 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24088
24089 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24090 (completion-try-completion, completion-all-completions): Compute the
24091 metadata argument if it's missing; make it optional (bug#8795).
24092
24093 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24094 (widget-complete): Use new :completion-function property.
24095 (widget-completions-at-point): New function.
24096 (default): Use :completion-function instead of :complete.
24097 (widget-default-completions): Rename from widget-default-complete;
24098 Rewrite.
24099 (widget-string-complete, widget-file-complete, widget-color-complete):
24100 Remove functions.
24101 (file, symbol, function, variable, coding-system, color):
24102 * international/mule-cmds.el (default-input-method, charset)
24103 (language-info-custom-alist):
24104 * cus-edit.el (face): Use new property :completions.
24105
24106 * progmodes/pascal.el (pascal-completions-at-point): New function.
24107 (pascal-mode): Use it.
24108 (pascal-mode-map): Use completion-at-point.
24109 (pascal-toggle-completions): Make obsolete.
24110 (pascal-complete-word, pascal-show-completions):
24111 * progmodes/octave-mod.el (octave-complete-symbol):
24112 Redefine as obsolete alias.
24113 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24114 Signal absence of completion info for old Octave,
24115 (inferior-octave-complete): Redefine as obsolete alias.
24116 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24117 (meta-completions-at-point): Rename from meta-complete-symbol and
24118 adapt it for use on completion-at-point-functions.
24119 (meta-common-mode): Use it.
24120 (meta-looking-at-backward, meta-match-buffer): Remove.
24121 (meta-complete-symbol): Redefine as obsolete alias.
24122 (meta-common-mode-map): Use completion-at-point.
24123 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24124 (makefile-mode-map): Use completion-at-point.
24125 (makefile-completions-at-point): Rename from makefile-complete and
24126 adapt it for use on completion-at-point-functions.
24127 (makefile-mode): Use it.
24128 (makefile-complete): Redefine as obsolete alias.
24129
24130 2011-06-20 Deniz Dogan <deniz@dogan.se>
24131
24132 * net/rcirc.el: Delete trailing whitespaces once and for all.
24133
24134 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24135
24136 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24137
24138 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24139
24140 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24141
24142 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24143
24144 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24145
24146 * window.el (display-buffer-other-window-means-other-frame):
24147 Call display-buffer-normalize-alist.
24148 (display-buffer-normalize-specifiers-1): Rename to
24149 display-buffer-normalize-argument. New argument other-frame.
24150 Rewrite.
24151 (display-buffer-normalize-specifiers-2): Rename to
24152 display-buffer-normalize-options.
24153 (display-buffer-normalize-alist-1): New function.
24154 (display-buffer-normalize-specifiers-3): Rename to
24155 display-buffer-normalize-alist.
24156 Call display-buffer-normalize-alist-1.
24157 (display-buffer-normalize-options-inhibit): New variable.
24158 (display-buffer-normalize-specifiers): Rewrite calling
24159 display-buffer-normalize-alist,
24160 display-buffer-normalize-argument, and
24161 display-buffer-normalize-options. Don't call the latter if
24162 display-buffer-normalize-options-inhibit is non-nil.
24163 (frame-auto-delete): New option.
24164 (window-deletable-p): Use frame-auto-delete.
24165 (window-list-no-nils, window-state-ignored-parameters)
24166 (window-state-get-1, window-state-get, window-state-put-list)
24167 (window-state-put-1, window-state-put-2, window-state-put):
24168 New functions.
24169 (display-buffer-normalize-options): Move special-display-p group
24170 after pop-up-frame group (Bug#8851) and (Bug#8856).
24171
24172 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24173
24174 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24175 groups (Bug#8776).
24176 (rx-submatch-n): New function.
24177 (rx): Document it.
24178
24179 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24180 (Bug#8768).
24181
24182 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24183
24184 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24185
24186 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24187 anytime existing face settings are present (Bug#8889).
24188
24189 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24190 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24191 Remove unused argument.
24192
24193 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24194
24195 * window.el (display-buffer-default-specifiers):
24196 Remove pop-up-frame. Add pop-up-window-min-height,
24197 pop-up-window-min-width, and another reuse-window specifier
24198 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24199 (display-buffer-normalize-specifiers-2):
24200 Handle split-height-threshold and split-width-threshold also when
24201 pop-up-windows is unset. Add a reuse-window specifier for the
24202 case popping up a new window fails.
24203 (special-display-popup-frame): Remove double quoting.
24204 (display-buffer-normalize-specifiers-1): Fix thinko.
24205
24206 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24207
24208 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24209 according to comint-completion-addsuffix.
24210
24211 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24212 (pcomplete-suffix-list): Mark as obsolete.
24213 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24214 pcomplete-seen in the closure.
24215 (pcomplete-comint-setup): Setup completion-at-point as well.
24216 (pcomplete--entries): New function.
24217 (pcomplete--env-regexp): New var.
24218 (pcomplete-entries): Rewrite to work with partial-completion and
24219 without relying on pcomplete-suffix-list.
24220 (pcomplete-pare-list): Remove, unused.
24221
24222 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24223
24224 * window.el (display-buffer-alist): Set pop-up-window-min-height
24225 and pop-up-window-min-width in default value. Reported by
24226 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24227 other-window-means-other-frame.
24228 (display-buffer-macro-specifiers): Comment out entry for
24229 other-window specifier.
24230 (display-buffer-other-window-means-other-frame): New function.
24231 (display-buffer-normalize-specifiers-1): New arguments
24232 buffer-name and label. Treat other-window case specially.
24233 (display-buffer-normalize-specifiers-2): Treat other-window case
24234 specially.
24235 (display-buffer-normalize-specifiers-3): New function.
24236 (display-buffer-normalize-specifiers):
24237 Call display-buffer-normalize-specifiers-3.
24238
24239 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24240
24241 * window.el (same-window-p): Fix two typos introduced when
24242 adding with-no-warnings.
24243 (display-buffer-normalize-specifiers-1): Don't check
24244 pop-up-frames for 'unset initialization.
24245 (display-buffer-normalize-specifiers-2): Major rewrite using
24246 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24247 (pop-up-frames, display-buffer-reuse-frames)
24248 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24249 Suggested by David Engster <deng@randomsample.de>.
24250 (even-window-heights): Initialize to 'unset.
24251 (display-buffer-alist-set): Handle new 'unset initializations.
24252 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24253 other window case.
24254
24255 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24256
24257 * window.el (display-buffer-normalize-specifiers-1):
24258 Respect current value of pop-up-frames for most reasonable values of
24259 second argument of display-buffer (Bug#8865).
24260 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24261 (switch-to-buffer-other-window-same-frame)
24262 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24263 Adams (Bug#8875).
24264 (display-buffer): Don't check noninteractive when calling
24265 display-buffer-pop-up-frame.
24266 (display-buffer-pop-up-frame): Never pop up a frame in
24267 noninteractive mode (Bug#8857).
24268 (enlarge-window, shrink-window): Don't report an error when the
24269 window can't be resized as requested (Bug#8862).
24270
24271 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24272
24273 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24274
24275 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24276
24277 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24278
24279 2011-06-15 Alan Mackenzie <acm@muc.de>
24280
24281 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24282 for declarators, disable knr checking to speed up for normal files.
24283 2: Refactor, replacing a sequence of nested if forms by a cond form.
24284
24285 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24286
24287 * net/network-stream.el (open-network-stream): Add the keyword
24288 :always-query-capabilities for the case where you want to force a
24289 `plain' network connection, but the protocol still requires the
24290 capabilitiy command (i.e., SMTP and EHLO).
24291
24292 * subr.el (process-live-p): Rename from `process-alive-p' for
24293 consistency with other `-live-p' functions.
24294
24295 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24296
24297 * window.el (same-window-buffer-names, same-window-regexps)
24298 (special-display-frame-alist, special-display-popup-frame)
24299 (special-display-function, special-display-buffer-names)
24300 (special-display-regexps, pop-up-frame-alist)
24301 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24302 (pop-up-windows, split-window-preferred-function)
24303 (split-height-threshold, split-width-threshold, even-window-heights)
24304 (display-buffer-mark-dedicated): Don't encourage the use of
24305 display-buffer-alist from Elisp code.
24306
24307 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24308
24309 * progmodes/python.el (python-mode): Derive from prog-mode.
24310 * progmodes/ps-mode.el (ps-mode):
24311 * progmodes/mixal-mode.el (mixal-mode):
24312 * progmodes/cfengine.el (cfengine-mode):
24313 * progmodes/ld-script.el (ld-script-mode): Likewise.
24314
24315 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24316
24317 * window.el (display-buffer-alist): Trim default value to avoid
24318 popping up a new frame (Bug#8857) or reusing an arbitrary window
24319 on another frame.
24320 (display-buffer): Do not fall back on popping up a new frame in
24321 batch mode (Bug#8857).
24322
24323 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24324
24325 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24326 (custom-theme-summary): New function.
24327 (customize-themes): Use it.
24328
24329 2011-06-13 Glenn Morris <rgm@gnu.org>
24330
24331 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24332
24333 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24334
24335 * help.el (help-window): Remove variable.
24336 (help-window-point-marker, temp-buffer-max-height)
24337 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24338 (help-print-return-message): Don't set help-window.
24339 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24340 (help-window-setup-finish): Remove.
24341 (help-window-display-message, help-window-setup)
24342 (with-help-window): Major rewrite based on new
24343 display-buffer-window variable.
24344
24345 * help-mode.el (help-mode-finish): Remove help-window related
24346 code.
24347
24348 * view.el (view-exits-all-viewing-windows): Remove reference to
24349 view-return-to-alist in doc-string.
24350 (view-return-to-alist): Make obsolete.
24351 (view-buffer): Call pop-to-buffer-same-window and remove
24352 undo-window code.
24353 (view-buffer-other-window): Call pop-to-buffer-other-window and
24354 simplify code. Ignore second argument.
24355 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24356 simplify code. Ignore second argument.
24357 (view-return-to-alist-update): Make obsolete.
24358 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24359 Rewrite using quit-restore window parameters.
24360 (view-mode-exit): Rename second argument to EXIT-ONLY.
24361 Rewrite using quit-restore-window.
24362 (View-exit, View-exit-and-edit, View-leave, View-quit)
24363 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24364 appropriate arguments.
24365 (view-end-message): Use quit-restore window parameter.
24366
24367 * window.el (display-buffer-function): Rewrite doc-string.
24368 (display-buffer-window, display-buffer-alist): New variables.
24369 (display-buffer-split-specifiers)
24370 (display-buffer-side-specifiers)
24371 (display-buffer-macro-specifiers): New constants.
24372 (display-buffer-even-window-sizes, display-buffer-set-height)
24373 (display-buffer-set-width, display-buffer-select-window)
24374 (display-buffer-in-window, display-buffer-reuse-window)
24375 (display-buffer-split-window-1, display-buffer-split-window)
24376 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24377 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24378 (display-buffer-in-side-window, normalize-buffer-to-display)
24379 (display-buffer-normalize-specifiers-1)
24380 (display-buffer-normalize-specifiers-2)
24381 (display-buffer-normalize-specifiers, display-buffer-frame):
24382 New functions.
24383 (display-buffer): Major rewrite.
24384 (display-buffer-other-window, display-buffer-other-frame)
24385 (pop-to-buffer, switch-to-buffer-other-window)
24386 (switch-to-buffer-other-frame): Rewrite.
24387 (display-buffer-same-window, display-buffer-same-frame)
24388 (display-buffer-same-frame-other-window)
24389 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24390 (pop-to-buffer-other-window)
24391 (pop-to-buffer-same-frame-other-window)
24392 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24393 (switch-to-buffer-other-window-same-frame): New functions.
24394 (same-window-p, special-display-p): Rewrite disabling warnings.
24395 Make obsolete.
24396 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24397 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24398 Make obsolete
24399 (same-window-buffer-names, same-window-regexps)
24400 (special-display-frame-alist, special-display-popup-frame)
24401 (special-display-function, special-display-buffer-names)
24402 (special-display-regexps, pop-up-frame-alist)
24403 (pop-up-frame-function, split-window-preferred-function)
24404 (split-height-threshold, split-width-threshold)
24405 (even-window-heights): Make obsolete.
24406
24407 2011-06-12 Glenn Morris <rgm@gnu.org>
24408
24409 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24410 Misc simplifications.
24411
24412 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24413
24414 * window.el (window-safely-shrinkable-p): Restore function which
24415 was inadvertently removed in change from 2011-06-11. Declare as
24416 obsolete.
24417
24418 * calendar/calendar.el (calendar-generate-window):
24419 Use window-iso-combined-p instead of combination of one-window-p and
24420 window-safely-shrinkable-p.
24421
24422 2011-06-12 Glenn Morris <rgm@gnu.org>
24423
24424 * progmodes/fortran.el (fortran-mode-syntax-table):
24425 * progmodes/f90.el (f90-mode-syntax-table):
24426 Set % to punctuation. (Bug#8820)
24427 (f90-find-tag-default): Remove, no longer needed.
24428
24429 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24430
24431 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24432
24433 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24434
24435 * image.el (image-animated-p): Return animation delay in seconds.
24436 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24437 (image-animate-timeout): Remove DELAY argument. Don't assume
24438 every subimage has the same delay; get it from image-animated-p.
24439 (image-animate): Caller changed.
24440
24441 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24442
24443 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24444 to ignored backtrace functions.
24445
24446 2011-06-11 Glenn Morris <rgm@gnu.org>
24447
24448 * calendar/appt.el (appt-disp-window-function): Doc fix.
24449 (appt-check): Handle overlapping appointments. (Bug#8337)
24450
24451 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24452
24453 * window.el (window-tree-1, window-tree): New functions, moving
24454 the latter to window.el.
24455 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24456 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24457 (bw-refresh-edges): Remove.
24458 (balance-windows-1, balance-windows-2): New functions.
24459 (balance-windows): Rewrite in terms of window tree functions,
24460 balance-windows-1 and balance-windows-2.
24461 (bw-adjust-window): Remove.
24462 (balance-windows-area-adjust): New function with functionality of
24463 bw-adjust-window but using resize-window.
24464 (set-window-text-height): Rewrite doc-string.
24465 Use normalize-live-window and resize-window.
24466 (enlarge-window-horizontally, shrink-window-horizontally):
24467 Rename argument to DELTA.
24468 (window-buffer-height): New function.
24469 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24470 Rewrite using new window resize routines.
24471 (kill-buffer-and-window, mouse-autoselect-window-select):
24472 Use ignore-errors instead of condition-case.
24473 (quit-window): Call delete-frame instead of delete-windows-on
24474 for the only buffer on frame.
24475
24476 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24477
24478 * loadup.el (top-level): Load window before files for the sake
24479 of replace-buffer-in-windows.
24480
24481 * files.el (read-buffer-to-switch)
24482 (switch-to-buffer-other-window)
24483 (switch-to-buffer-other-frame, display-buffer-other-frame):
24484 Move to window.el.
24485
24486 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24487 (previous-buffer): Move to window.el.
24488
24489 * bindings.el (unbury-buffer): Move to window.el.
24490
24491 * window.el (delete-other-windows-vertically): Move after
24492 definition of delete-other-windows.
24493 (other-window, delete-windows-on, replace-buffer-in-windows):
24494 Move here from window.c.
24495 (record-window-buffer, unrecord-window-buffer)
24496 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24497 (switch-to-next-buffer): New functions.
24498 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24499 from simple.el. Call switch-to-next-buffer.
24500 (previous-buffer): Move here from simple.el.
24501 Call switch-to-prev-buffer.
24502 (bury-buffer): Move here from buffer.c. Switch to previous
24503 buffer when window cannot be deleted.
24504 (unbury-buffer): Move here from bindings.el.
24505 (ctl-x-map): Move binding for other-window from window.c to
24506 here.
24507 (read-buffer-to-switch, switch-to-buffer-other-window)
24508 (switch-to-buffer-other-frame): Move here from files.el.
24509 (normalize-buffer-to-switch-to): New functions.
24510 (switch-to-buffer): Move here from buffer.c.
24511 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24512
24513 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24514
24515 * window.el (window-min-height, window-min-width): Move here
24516 from window.c. Add defcustoms and rewrite doc-strings.
24517 (resize-mini-window, resize-window): New functions.
24518 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24519 Move here from window.c.
24520 (maximize-window, minimize-window): New functions.
24521 (delete-window, delete-other-windows, split-window): Move here
24522 from window.c.
24523 (window-split-min-size): New function.
24524 (split-window-keep-point): Mention split-window-above-each-other
24525 instead of split-window-vertically.
24526 (split-window-above-each-other, split-window-vertically):
24527 Rename split-window-vertically to split-window-above-each-other
24528 and provide defalias for old definition.
24529 (split-window-side-by-side, split-window-horizontally):
24530 Rename split-window-horizontally to split-window-side-by-side
24531 and provide defalias for the old definition.
24532 (ctl-x-map): Move bindings for delete-window,
24533 delete-other-windows and enlarge-window here from window.c.
24534 Replace bindings for split-window-vertically and
24535 split-window-horizontally by bindings for
24536 split-window-above-each-other and split-window-side-by-side.
24537
24538 * cus-start.el (all): Remove entries for window-min-height and
24539 window-min-width. Add entries for window-splits and
24540 window-nest.
24541
24542 2011-06-09 Glenn Morris <rgm@gnu.org>
24543
24544 * calendar/appt.el (appt-mode-line): New function.
24545 (appt-check, appt-disp-window): Use it.
24546
24547 * files.el (hack-one-local-variable-eval-safep):
24548 Allow minor-modes with explicit +/-1 arguments.
24549
24550 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24551
24552 * term/xterm.el (xterm): Add defgroup.
24553 (xterm-extra-capabilities): Add defcustom to supply known xterm
24554 capabilities, skip querying them, or query them (default).
24555 (terminal-init-xterm): Use it.
24556 (terminal-init-xterm-modify-other-keys): New function to set up
24557 modifyOtherKeys support to simplify `terminal-init-xterm'.
24558
24559 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24560
24561 * window.el (resize-window-reset, resize-window-reset-1)
24562 (resize-subwindows-skip-p, resize-subwindows-normal)
24563 (resize-subwindows, resize-other-windows, resize-this-window)
24564 (resize-root-window, resize-root-window-vertically)
24565 (window-deletable-p, window-or-subwindow-p)
24566 (frame-root-window-p): New functions.
24567
24568 2011-06-09 Glenn Morris <rgm@gnu.org>
24569
24570 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24571 (ange-ftp-get-files): Use it.
24572
24573 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24574
24575 * mail/sendmail.el (mail-recover-1, mail-recover):
24576 * files.el (recover-file, recover-session):
24577 Handle dired-listing-switches not being just a single short option.
24578
24579 2011-06-09 Glenn Morris <rgm@gnu.org>
24580
24581 * calendar/appt.el (appt-display-message, appt-disp-window):
24582 Handle lists of appointments.
24583
24584 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24585
24586 * window.el (one-window-p): Move down in code.
24587 Rewrite doc-string.
24588 (window-current-scroll-bars): Rewrite doc-string.
24589 Normalize live window argument.
24590 (walk-windows, get-window-with-predicate, count-windows):
24591 Rewrite doc-string. Use window-list-1.
24592 (window-in-direction-2, window-in-direction, get-mru-window):
24593 New functions.
24594
24595 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24596
24597 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24598 Doc fix (Bug#8713).
24599
24600 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24601
24602 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24603
24604 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24605
24606 * loadhist.el (unload-feature-special-hooks):
24607 Add `comint-output-filter-functions'.
24608
24609 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24610
24611 * calendar/appt.el (appt-check): Move some initializations into the let.
24612
24613 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24614
24615 * window.el (window-height): Defalias to window-total-height.
24616 (window-width): Defalias to window-body-width.
24617
24618 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24619
24620 * image-mode.el (image-toggle-animation): New command.
24621 (image-mode-map): Bind it to RET.
24622 (image-mode): Update message.
24623 (image-toggle-display-image): Avoid a spurious cache flush.
24624 (image-transform-rotation): Doc fix.
24625 (image-transform-properties): Return quickly in the normal case.
24626 (image-animate-loop): Rename from image-animate-max-time.
24627
24628 * image.el (image-animate-max-time): Move to image-mode.el.
24629 (create-animated-image): Remove unnecessary function.
24630 (image-animate): Rename from image-animate-start. New arg.
24631 (image-animate-stop): Remove; just use image-animate-timer.
24632 (image-animate-timer): Use car-safe.
24633 (image-animate-timeout): Rename argument.
24634
24635 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24636
24637 * window.el (get-lru-window, get-largest-window): Move here from
24638 window.c. Rename first argument to ALL-FRAMES.
24639 Rephrase doc-strings.
24640 (get-buffer-window-list): Rewrite using window-list-1.
24641 Rephrase doc-string.
24642 (window-safe-min-height, window-safe-min-width): New constants.
24643 (window-size-ignore, window-min-size, window-min-size-1)
24644 (window-sizable, window-sizable-p, window-size-fixed-1)
24645 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24646 (window-max-delta-1, window-max-delta, window-resizable)
24647 (window-resizable-p, window-total-height, window-total-width)
24648 (window-body-width): New functions.
24649 (window-full-height-p, window-full-width-p): Rewrite using
24650 window-total-size.
24651 (window-body-height): Rewrite using window-body-size.
24652
24653 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24654
24655 * window.el (window-right, window-left, window-child)
24656 (window-child-count, window-last-child, window-any-p)
24657 (normalize-live-buffer, normalize-live-frame)
24658 (normalize-any-window, normalize-live-window)
24659 (window-iso-combination-p, window-iso-combined-p)
24660 (window-iso-combinations)
24661 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24662 (windows-with-parameter, window-with-parameter)
24663 (window-atom-root, make-window-atom, window-atom-check-1)
24664 (window-atom-check, window-side-check, window-check):
24665 New functions.
24666 (ignore-window-parameters, window-sides, window-sides-vertical)
24667 (window-sides-slots): New variables.
24668 (window-size-fixed): Move down in code. Minor doc-string fix.
24669
24670 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24671
24672 * comint.el (comint-dynamic-complete-as-filename)
24673 (comint-dynamic-complete-filename): Correctly call
24674 completion-in-region.
24675
24676 2011-06-05 Deniz Dogan <deniz@dogan.se>
24677
24678 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24679 in last change.
24680
24681 2011-06-05 Deniz Dogan <deniz@dogan.se>
24682
24683 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24684 (rcirc): Use it to prompt for encryption.
24685
24686 2011-06-05 Roland Winkler <winkler@gnu.org>
24687
24688 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24689 (bibtex-search-entries): New command bound to C-c C-a.
24690 (bibtex-display-entries): New function.
24691
24692 2011-06-05 Roland Winkler <winkler@gnu.org>
24693
24694 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24695 (bibtex-insert-kill): After yanking insert newline if necessary.
24696 (bibtex-initialize): Call bibtex-string-files-init only once.
24697 (bibtex-mode): Do not call easy-menu-add.
24698 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24699 (bibtex-yank): Set arg properly if nil.
24700
24701 2011-06-05 Roland Winkler <winkler@gnu.org>
24702
24703 * textmodes/bibtex.el (bibtex-search-entry-globally):
24704 New variable.
24705 (bibtex-search-entry): Use it.
24706
24707 2011-06-05 Roland Winkler <winkler@gnu.org>
24708
24709 * textmodes/bibtex.el (bibtex-entry-format): New option
24710 sort-fields.
24711 (bibtex-format-entry, bibtex-reformat): Honor this option.
24712 (bibtex-parse-entry): Return fields in proper order.
24713
24714 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24715
24716 * doc-view.el (doc-view-remove-if): Move computation of result out
24717 of `dolist' to silence misleading lexical-binding warning.
24718
24719 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24720
24721 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24722 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24723
24724 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24725
24726 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24727 "SunOS 5.10".
24728
24729 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24730
24731 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24732 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24733 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24734 (tramp-parse-putty):
24735 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24736 (tramp-completion-function-alist-ssh)
24737 (tramp-completion-function-alist-telnet)
24738 (tramp-completion-function-alist-su)
24739 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24740 cookie.
24741
24742 * net/tramp-ftp.el:
24743 * net/tramp-sh.el:
24744 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24745 load "tramp.el" `tramp-set-completion-function'.
24746
24747 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24748
24749 * shell.el: Require and use pcomplete.
24750 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24751 (shell-completion-vars): Set pcomplete-default-completion-function.
24752
24753 2011-06-04 Deniz Dogan <deniz@dogan.se>
24754
24755 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24756 `memq' (Bug#8799).
24757
24758 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24759
24760 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24761
24762 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24763
24764 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24765 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24766 * vc/log-view.el (log-view-beginning-of-defun):
24767 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24768 (smerge-refine-forward, smerge-refine-chopup-region):
24769 Silence warning for unused `dotimes' counter variables.
24770
24771 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24772
24773 * net/tramp.el (tramp-with-progress-reporter): Rename from
24774 with-progress-reporter. Use `declare'.
24775 * net/tramp-smb.el:
24776 * net/tramp-sh.el:
24777 * net/tramp-gvfs.el: Update all uses.
24778
24779 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24780
24781 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24782 buffer isn't killed before making it current.
24783
24784 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24785
24786 Silence various byte-compiler warnings.
24787 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24788 `access-type' and new obsolescence format.
24789 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24790 new format.
24791 (byte-compile-check-variable): New `access-type' argument.
24792 Only warn if the access-type is obsolete.
24793 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24794 (byte-compile-variable-set): Adjust callers.
24795 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24796 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24797 setting it as obsolete.
24798 * simple.el (minibuffer-completing-symbol):
24799 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24800 access as obsolete.
24801 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24802 obsolete yet.
24803 * international/quail.el (quail-mouse-choose-completion): Remove unused
24804 code referring to obsolete var.
24805 (quail-choose-completion-string): Remove.
24806 * server.el (server-clients-with, server-kill-buffer-query-function)
24807 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24808 * proced.el (proced-send-signal):
24809 * emacs-lisp/lisp.el (lisp-complete-symbol):
24810 Replace completion-annotate-function with completion-extra-properties.
24811
24812 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24813
24814 * simple.el (goto-line): Use read-number.
24815 (overriding-map-is-bound): Remove.
24816 (saved-overriding-map): Change default.
24817 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24818 Take the map as argument.
24819 (universal-argument, negative-argument, digit-argument): Use it.
24820 (restore-overriding-map): Adjust.
24821 (do-auto-fill): Use fill-forward-paragraph.
24822 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24823
24824 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24825 (minibuffer-inactive-mode): New major mode.
24826 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24827 the *Messages* buffer" hack.
24828 (mouse-popup-menubar): Don't burp if the event is a normal key.
24829
24830 Miscellaneous tweaks.
24831 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24832 lexical scoping as in subr.el's dolist and dotimes.
24833 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24834 Silence compiler warning.
24835 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24836 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24837 * international/ccl.el (ccl-compile): Trivial simplification.
24838 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24839 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24840 `printflag' argument.
24841 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24842 Purecopy the whole obsolescence data.
24843
24844 2011-06-01 Leo Liu <sdl.web@gmail.com>
24845
24846 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24847 improve doc-string as suggested by Marco Pessotto
24848 <melmothx@gmail.com>.
24849 (rcirc-print): Fix last change.
24850
24851 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24852
24853 * minibuffer.el (complete-with-action): Return nil for the metadata and
24854 boundaries of non-functional tables.
24855 (completion-table-dynamic): Return nil for the metadata.
24856 (completion-table-with-terminator): Add default case, using
24857 complete-with-action.
24858 (completion--metadata): New function.
24859 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24860 to try and avoid pathological performance problems.
24861 (completion--embedded-envvar-table): Return `category' metadata.
24862
24863 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24864
24865 * subr.el (process-alive-p): New tiny convenience function.
24866
24867 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24868
24869 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24870 content but also its previous major mode.
24871
24872 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24873
24874 * emacs-lisp/debug.el (debug): Restore the previous content of the
24875 *Backtrace* buffer when we exit with C-M-c.
24876
24877 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24878
24879 * minibuffer.el: Add metadata method to completion tables.
24880 (completion-category-overrides): New defcustom.
24881 (completion-metadata, completion--field-metadata)
24882 (completion-metadata-get, completion--styles)
24883 (completion--cycle-threshold): New functions.
24884 (completion-try-completion, completion-all-completions):
24885 Add `metadata' argument to choose completion-styles.
24886 (completion--do-completion): Use metadata to choose cycling.
24887 (completion-all-sorted-completions): Use metadata for sorting.
24888 Remove :completion-cycle-penalty which is not needed any more.
24889 (completion--try-word-completion): Add `metadata' argument.
24890 (minibuffer-completion-help): Check metadata for annotation function
24891 and sorting.
24892 (completion-file-name-table): Return `category' metadata.
24893 (minibuffer-completing-file-name): Make obsolete.
24894 * simple.el (minibuffer-completing-symbol): Make obsolete.
24895 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24896 completion-try-completion.
24897
24898 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24899
24900 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24901
24902 2011-05-30 Leo Liu <sdl.web@gmail.com>
24903
24904 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24905 (rcirc-print): Decode all incoming messages (bug#8744).
24906 (rcirc-decode-coding-system): Allow value nil for automatic coding
24907 system detection.
24908
24909 2011-06-01 Glenn Morris <rgm@gnu.org>
24910
24911 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24912
24913 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24914
24915 * image.el (image-animate-max-time): Allow nil and t values.
24916 Default to nil.
24917 (create-animated-image): Doc fix.
24918 (image-animate-start): Remove second arg; just use
24919 image-animate-max-time.
24920 (image-animate-timeout): Doc fix. Args changed.
24921
24922 * image-mode.el (image-toggle-display-image): Ensure that the
24923 image spec passed to the animate timer is the same object as in
24924 the buffer's display property (Bug#6981).
24925 (image-transform-properties): Doc fix.
24926
24927 * image.el (image-animate-max-time): Default to nil.
24928
24929 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24930
24931 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24932 entire buffer list (Bug#8184).
24933
24934 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24935
24936 * image.el (imagemagick-types-inhibit)
24937 (imagemagick-register-types): Doc fix.
24938
24939 2011-05-29 Deniz Dogan <deniz@dogan.se>
24940
24941 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24942 default.
24943
24944 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24945
24946 * select.el: Don't perform clipboard-manager saving in hooks;
24947 leave the hooks empty.
24948
24949 2011-05-28 Leo Liu <sdl.web@gmail.com>
24950
24951 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24952 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24953 (occur-edit-mode): New major mode (Bug#8463).
24954 (occur-after-change-function): New function.
24955 (occur-engine): Give Occur tags a read-only property.
24956
24957 2011-05-28 Kevin Ryde <user42@zip.com.au>
24958
24959 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24960
24961 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24962
24963 * bindings.el (help-echo): Make the initial non-indicator dash
24964 empty on graphical terminals (Bug#7295).
24965
24966 * files.el (auto-mode-alist): Move config rule after the
24967 in-stripping one (Bug#8547).
24968
24969 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24970
24971 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24972 setting (Bug#8740).
24973
24974 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24975
24976 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24977 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24978 (Bug#8539).
24979
24980 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24981
24982 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24983
24984 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24985
24986 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24987 (hs-hide-block-at-point, hs-find-block-beginning)
24988 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24989 (Bug#8279).
24990
24991 2011-05-28 Glenn Morris <rgm@gnu.org>
24992
24993 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24994
24995 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24996
24997 * help-fns.el (describe-function-1): If the function is a derived
24998 major mode, print the parent mode.
24999
25000 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25001 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25002
25003 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25004
25005 * minibuffer.el (completion--capf-wrapper): Check applicability before
25006 returning non-nil for non-exclusive completion data.
25007 * progmodes/etags.el (tags-completion-at-point-function):
25008 * info-look.el (info-lookup-completions-at-point): Mark as
25009 non-exclusive.
25010 (info-complete): Adjust accordingly.
25011
25012 * info-look.el: Convert to lexical-binding and completion-at-point.
25013 (info-lookup-completions-at-point): New function.
25014 (info-complete): Use it and completion-in-region.
25015
25016 2011-05-28 Drew Adams <drew.adams@oracle.com>
25017
25018 * isearch.el: Let M-e start with point at the first mismatched char.
25019 (isearch-fail-pos): New function.
25020 (isearch-edit-string): Use it.
25021
25022 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25023
25024 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25025
25026 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25027
25028 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25029 traversal functions for avl-trees.
25030 (avl-tree--stack): New struct.
25031 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25032 (avl-tree-enter): Add optional `updatefun' arg.
25033 (avl-tree--do-enter): Add optional `updatefun' arg.
25034 Change return value.
25035 (avl-tree-delete): Add optional `test' and `nilflag' args.
25036 (avl-tree--do-delete): Add `test' and `nilflag' args.
25037 Change return value.
25038 (avl-tree-member): Add optional `nilflag'
25039 (avl-tree-member-p): New function.
25040 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25041 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25042 (avl-tree-stack-empty-p): New functions.
25043
25044 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25045 avl-tree--del-balance1 and make it work both ways.
25046 (avl-tree--del-balance2): Remove.
25047 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25048 make it work both ways.
25049 (avl-tree--enter-balance2): Remove.
25050 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25051 New macros.
25052 (avl-tree--mapc, avl-tree-map): Add direction argument.
25053
25054 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25055
25056 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25057
25058 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25059
25060 * select.el: Support clipboard managers with built-in function
25061 x-clipboard-manager-save, via delete-frame-functions and
25062 kill-emacs-hook.
25063 (xselect-convert-to-targets): Add MULTIPLE target to list.
25064 (xselect-convert-to-save-targets): New function.
25065
25066 2011-05-27 Kenichi Handa <handa@m17n.org>
25067
25068 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25069 let-binding rfc2047-encode-encoded-words to nil.
25070
25071 2011-05-27 Glenn Morris <rgm@gnu.org>
25072
25073 * mail/emacsbug.el: Don't require url-util.
25074
25075 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25076
25077 * files.el (set-auto-mode):
25078 Also respect mode: entries at the end of the file. (Bug#8586)
25079
25080 2011-05-26 Glenn Morris <rgm@gnu.org>
25081
25082 * files.el (hack-local-variables-prop-line, hack-local-variables):
25083 Downcase mode names, as seems to be traditional.
25084 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25085
25086 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25087 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25088
25089 2011-05-25 Julien Danjou <julien@danjou.info>
25090
25091 * textmodes/rst.el (rst-define-level-faces): Do not define face
25092 symbol if it is already defined.
25093
25094 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25095
25096 * play/5x5.el (5x5-new-game, 5x5-randomize):
25097 Reset 5x5-solver-output to nil when a new grid is cast.
25098 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25099 these debugging traces, as defmacro breaks the compiled code.
25100
25101 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25102
25103 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25104
25105 2011-05-24 Leo Liu <sdl.web@gmail.com>
25106
25107 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25108 (vc-bzr-sha1): Adapt.
25109
25110 * sha1.el: Remove. Function `sha1' is now builtin.
25111
25112 * bindings.el: Provide sha1 feature.
25113
25114 2011-05-24 Kenichi Handa <handa@m17n.org>
25115
25116 * mail/sendmail.el: Require `rfc2047'.
25117 (mail-insert-from-field): Do not perform RFC2047 encoding.
25118 (mail-encode-header): New function.
25119 (sendmail-send-it): Set buffer-file-coding-system of the work
25120 buffer to the return value of select-message-coding-system.
25121 Call mail-encode-header.
25122
25123 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25124
25125 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25126
25127 * mail/supercite.el (sc-default-cite-frame):
25128 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25129
25130 2011-05-24 Glenn Morris <rgm@gnu.org>
25131
25132 * progmodes/python.el (brm-menu): Declare.
25133
25134 * emulation/viper.el (viper-set-hooks): Declare.
25135
25136 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25137 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25138 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25139 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25140 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25141 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25142
25143 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25144
25145 Add an :exit-function for completion-at-point.
25146
25147 * minibuffer.el (completion--done): New fun.
25148 (completion--do-completion): Use it. New arg `expect-exact'.
25149 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25150 since completion--do-completion does it for us now.
25151 (minibuffer-force-complete): Use completion--done and
25152 completion--replace. Handle sole-completion case with more care.
25153 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25154 (completion-extra-properties): New var.
25155 (completion-annotate-function): Make obsolete.
25156 (minibuffer-completion-help): Adjust accordingly.
25157 Use completion-list-insert-choice-function.
25158 (completion-at-point, completion-help-at-point):
25159 Bind completion-extra-properties.
25160 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25161 * simple.el (completion-list-insert-choice-function): New var.
25162 (completion-setup-function): Preserve it.
25163 (choose-completion): Pay attention to it, shuffle the code a bit.
25164 (choose-completion-string): New arg `insert-function'.
25165
25166 * textmodes/bibtex.el: Convert to lexical binding.
25167 (bibtex-mode-map): Use completion-at-point.
25168 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25169 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25170 (bibtex-complete): Define as obsolete alias.
25171 (bibtex-complete-internal): Remove.
25172 (bibtex-format-entry): Remove unused sub-group in regexp.
25173 * shell.el (shell--command-completion-data)
25174 (shell-environment-variable-completion):
25175 * pcomplete.el (pcomplete-completions-at-point):
25176 * comint.el (comint--complete-file-name-data): Use :exit-function
25177 instead of completion-table-with-terminator so it also works for
25178 choose-completion.
25179
25180 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25181
25182 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25183
25184 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25185 (bug#8710).
25186
25187 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25188
25189 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25190
25191 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25192 customization variable and implement: If non-nil, auto-fill will
25193 be inhibited while on topic's header line.
25194
25195 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25196
25197 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25198 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25199 always have a solution in grid size = 5 cases.
25200 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25201 (5x5-solver-output, 5x5-log-buffer): New vars.
25202 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25203 Make these variables buffer local to achieve 5x5 multi-session-ness.
25204 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25205 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25206 (5x5-solve-suggest): New funs.
25207 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25208 randomize a grid so that we ensure that there is always a solution.
25209 (5x5-make-random-grid): Allow other movement than flipping.
25210
25211 2011-05-23 Kevin Ryde <user42@zip.com.au>
25212
25213 * emacs-lisp/advice.el (ad-read-advised-function):
25214 Use `function-called-at-point' as the default, if it has
25215 advice and passes PREDICATE.
25216
25217 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25218
25219 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25220 byte-compile-lambda if it's actually a lambda.
25221
25222 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25223 Fix function quoting. Use backquote better.
25224
25225 2011-05-22 Yuanle Song <sylecn@gmail.com>
25226
25227 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25228 matching (Bug#8516).
25229
25230 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25231
25232 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25233 different face (Bug#8178).
25234
25235 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25236
25237 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25238 defface (Bug#8144).
25239
25240 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25241
25242 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25243 funcall as well (bug#8712). Warn when performing those conversions.
25244 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25245
25246 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25247
25248 2011-05-22 Glenn Morris <rgm@gnu.org>
25249
25250 * files.el (hack-local-variables-prop-line): Small simplifications.
25251 (hack-local-variables, hack-local-variables-prop-line):
25252 If MODE-ONLY, return the mode, rather than just `t'.
25253
25254 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25255
25256 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25257
25258 2011-05-21 Glenn Morris <rgm@gnu.org>
25259
25260 * files.el (hack-local-variables-prop-line, hack-local-variables):
25261 If only interested in the mode, don't bother doing the other stuff.
25262
25263 * image-mode.el (image-after-revert-hook):
25264 Redraw all frames on which the image is visible. (Bug#8567)
25265
25266 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25267
25268 * wid-edit.el (widget-checklist-match-inline):
25269 Fix 2011-04-19 change. (Bug#8649)
25270
25271 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25272
25273 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25274 Also allow singlespace after single-letter capitals followed by a dot.
25275
25276 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25277 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25278
25279 2011-05-20 Nix <nix@esperi.org.uk>
25280
25281 * files.el (basic-save-buffer-2):
25282 Fix handling of break-hardlink-on-save with non-existent files.
25283
25284 2011-05-19 Deniz Dogan <deniz@dogan.se>
25285
25286 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25287 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25288
25289 2011-05-19 Glenn Morris <rgm@gnu.org>
25290
25291 * progmodes/f90.el (f90-type-def-re):
25292 Handle "type, bind(c)". (Bug#8691)
25293
25294 * emacs-lisp/autoload.el (batch-update-autoloads):
25295 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25296
25297 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25298
25299 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25300 property for the correct connection in case of multihops.
25301
25302 2011-05-18 Glenn Morris <rgm@gnu.org>
25303
25304 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25305 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25306
25307 Rationalize calendar handling of day and month abbrev-arrays.
25308 * calendar/calendar.el (calendar-customized-p): New function.
25309 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25310 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25311 Add :set function.
25312 (calendar-abbrev-length, calendar-day-abbrev-array)
25313 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25314 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25315 Elements may no longer be nil.
25316 (calendar-day-name, calendar-month-name):
25317 Update for changed nature of abbrev arrays.
25318 * calendar/diary-lib.el (diary-name-pattern):
25319 Update for changed nature of abbrev arrays.
25320 (diary-mark-entries-1): Update calendar-make-alist calls.
25321 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25322 * calendar/cal-html.el (cal-html-day-abbrev-array):
25323 Simply inherit from calendar-day-abbrev-array.
25324
25325 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25326
25327 * progmodes/grep.el (grep-mode): Disable default
25328 compilation-directory-matcher setting (bug#8684).
25329
25330 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25331
25332 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25333 instead of "head" and "tail". There were problems with SunOS 5.9,
25334 and it performs better.
25335
25336 2011-05-17 Glenn Morris <rgm@gnu.org>
25337
25338 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25339
25340 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25341 Replace obsolete function.
25342
25343 * shell.el (pcomplete-parse-arguments-function): Declare.
25344
25345 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25346 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25347 (appt-check): Doc fixes.
25348 (appt-disp-window-function, appt-delete-window-function):
25349 Remove needless special case in custom :type.
25350 (appt-display-count): Default to 0, not nil.
25351 (appt-check): Reset appt-display-count to 0, not nil.
25352
25353 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25354
25355 * progmodes/python.el (python-font-lock-keywords):
25356 Add the Python 3.X keyword "nonlocal" (bug#8639).
25357
25358 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25359
25360 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25361
25362 2011-05-16 Kevin Ryde <user42@zip.com.au>
25363
25364 * info-look.el (makefile-automake-mode): New setups, looking in
25365 automake manual, then makefile-mode.
25366 (makefile-mode): Remove automake manual, have it just in
25367 makefile-automake-mode since there's various things different or
25368 not relevant to plain make.
25369 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25370 believe a hypothetical automake-mode would go to makefile-mode,
25371 not the other way around.
25372
25373 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25374
25375 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25376 hunk-end tags (Bug#8672).
25377
25378 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25379 vc-annotate-show-diff-revision-at-line (Bug#8671).
25380
25381 2011-05-14 Glenn Morris <rgm@gnu.org>
25382
25383 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25384 in the middle of an existing one with multiple authors. (Bug#8645)
25385 (change-log-font-lock-keywords): Also handle multiple author lines
25386 with leading tabs. (Bug#8644)
25387
25388 * calendar/appt.el (appt-check): Rename some local variables.
25389 Some simplification/reordering.
25390
25391 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25392 (feedmail-sendmail-f-doesnt-sell-me-out)
25393 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25394 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25395 (feedmail-queue-runner-message-sender): Set :version.
25396 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25397 (bbdb-dwim-net-address, vm-mail): Declare.
25398 (feedmail-binmail-gnulinuxish-template):
25399 Rename from feedmail-binmail-linuxish-template.
25400 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25401 Use insert-buffer-substring.
25402
25403 2011-05-14 Bill Carpenter <bill@carpenter.org>
25404
25405 * mail/feedmail.el (feedmail-patch-level): Increase.
25406 (feedmail-debug): New custom group.
25407 (feedmail-confirm-outgoing-timeout)
25408 (feedmail-sendmail-f-doesnt-sell-me-out)
25409 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25410 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25411 (feedmail-sender-line, feedmail-from-line)
25412 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25413 (feedmail-spray-this-address)
25414 (feedmail-spray-address-fiddle-plex-list)
25415 (feedmail-queue-use-send-time-for-date)
25416 (feedmail-queue-use-send-time-for-message-id)
25417 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25418 (feedmail-buffer-eating-function):
25419 Doc fixes.
25420 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25421 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25422 (feedmail-message-action-scroll-down): New functions.
25423 (feedmail-queue-directory, feedmail-queue-draft-directory):
25424 Use expand-file-name.
25425 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25426 Remove C-v help entry.
25427 (feedmail-queue-buffer-file-name): New variable.
25428 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25429 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25430 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25431 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25432 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25433 (feedmail-message-action-toggle-spray)
25434 (feedmail-run-the-queue-no-prompts)
25435 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25436 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25437 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25438 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25439 (feedmail-envelope-deducer, feedmail-fiddle-from)
25440 (feedmail-fiddle-sender, feedmail-default-date-generator)
25441 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25442 (feedmail-fiddle-spray-address)
25443 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25444 (feedmail-fiddle-list-of-fiddle-plexes)
25445 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25446 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25447 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25448 Change default. Doc fix.
25449 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25450 (feedmail-binmail-linuxish-template): New constant.
25451 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25452 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25453 (feedmail-send-it): Add debug call.
25454 Use feedmail-queue-buffer-file-name, and
25455 feedmail-send-it-immediately-wrapper.
25456 (feedmail-message-action-send): Add debug call.
25457 Use feedmail-send-it-immediately-wrapper.
25458 (feedmail-queue-express-to-queue): Add debug call.
25459 Run feedmail-queue-express-hook.
25460 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25461 (feedmail-message-action-help-blat):
25462 Rename from feedmail-queue-send-edit-prompt-help-first.
25463 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25464 Check line-endings. Handle errors better.
25465 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25466 Doc fix. Add debug call.
25467 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25468 Use feedmail-queue-send-edit-prompt-inner.
25469 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25470 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25471 from feedmail-queue-send-edit-prompt.
25472 (feedmail-queue-send-edit-prompt-help)
25473 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25474 (feedmail-tidy-up-slug): Add debug call.
25475 Respect feedmail-queue-slug-suspect-regexp.
25476 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25477 (feedmail-dump-message-to-queue): Add debug call.
25478 Expand queue-directory.
25479 (feedmail-dump-message-to-queue): Change message slightly.
25480 Use feedmail-say-chatter.
25481 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25482 (feedmail-send-it-immediately-wrapper): New function.
25483 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25484 Insert empty string rather than newline. Handle full-frame case.
25485 Use catch/throw. Use feedmail-say-chatter.
25486 (feedmail-fiddle-from): Try mail-host-address.
25487 (feedmail-default-message-id-generator): Doc fix.
25488 Bind system-time-locale. Handle missing end.
25489 (feedmail-fiddle-x-mailer): Add debug call.
25490 Handle feedmail-x-mailer-line being nil.
25491 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25492 Add debug call. Use buffer-substring-no-properties.
25493 (feedmail-say-debug, feedmail-say-chatter): New functions.
25494 (feedmail-find-eoh): Give an explicit error.
25495
25496 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25497
25498 * net/newst-treeview.el (newsticker-treeview-face): Change default
25499 family from helvetica to sans.
25500 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25501 etc/images/newsticker.
25502
25503 * net/newst-reader.el (newsticker-feed-face): Change default
25504 family from helvetica to sans.
25505
25506 * net/newst-plainview.el (newsticker-new-item-face)
25507 (newsticker-old-item-face, newsticker-immortal-item-face)
25508 (newsticker-obsolete-item-face, newsticker-date-face)
25509 (newsticker-statistics-face): Change default family from
25510 helvetica to sans.
25511 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25512 etc/images/newsticker.
25513
25514 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25515 (newsticker--process-auto-mark-filter-match): Tell user about
25516 auto-marking.
25517
25518 2011-05-13 Didier Verna <didier@xemacs.org>
25519
25520 Common Lisp indentation improvements on defmethod and lambda-lists.
25521 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25522 TODO entries.
25523 (lisp-lambda-list-keyword-parameter-indentation)
25524 (lisp-lambda-list-keyword-parameter-alignment)
25525 (lisp-lambda-list-keyword-alignment): New customizable user options.
25526 (lisp-indent-defun-method): Improve docstring.
25527 (extended-loop-p): Fix comment.
25528 (lisp-indent-lambda-list-keywords-regexp): New variable.
25529 (lisp-indent-lambda-list): New function.
25530 (lisp-indent-259): Use it.
25531 (lisp-indent-defmethod): Support for more than one
25532 method qualifier and properly indent methods lambda-lists.
25533 (defgeneric): Provide a missing common-lisp-indent-function property.
25534
25535 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25536
25537 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25538 bounds for the empty string (bug#8667).
25539
25540 2011-05-13 Glenn Morris <rgm@gnu.org>
25541
25542 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25543
25544 * mail/sendmail.el (sendmail-program): Try executable-find first.
25545 (sendmail-send-it): `sendmail-program' cannot be unbound.
25546
25547 * calendar/appt.el (appt-make-list): Simplify.
25548 (appt-time-msg-list): Doc fix.
25549 (appt-check): Change mode-line message at the time of the appointment.
25550
25551 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25552
25553 * progmodes/ld-script.el (ld-script-keywords)
25554 (ld-script-builtins): Update keywords list.
25555
25556 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25557
25558 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25559
25560 * shell.el (shell-completion-vars): New function.
25561 (shell-mode):
25562 * simple.el (read-shell-command): Use it.
25563 (blink-matching-open): No need for " [...]" in minibuffer-message.
25564
25565 2011-05-12 Glenn Morris <rgm@gnu.org>
25566
25567 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25568 (appt-check): Simplify.
25569
25570 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25571
25572 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25573 literal "/dev/null".
25574
25575 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25576
25577 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25578 Fix typo.
25579
25580 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25581
25582 * progmodes/which-func.el (which-function):
25583 Use add-log-current-defun instead of add-log-current-defun-function,
25584 which might not be defined (Bug#8260).
25585
25586 2011-05-12 Glenn Morris <rgm@gnu.org>
25587
25588 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25589 Let byte-compile-initial-macro-environment always take precedence.
25590
25591 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25592
25593 * net/rcirc.el: Add support for SSL/TLS connections.
25594 (rcirc-server-alist): New field `encryption'.
25595 (rcirc): Check `encryption' settings.
25596 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25597 Merge make-local-variable into `set'.
25598 (rcirc--connection-open-p): New function.
25599 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25600 the process is not a network process (e.g. running gnutls-cli).
25601 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25602 Make rcirc-(en|de)code-coding-system local here.
25603 (rcirc-mode): Merge make-local-variable into `set'.
25604 (rcirc-parent-buffer): Make permanent buffer-local.
25605 (rcirc-multiline-minor-mode): Don't do it here.
25606 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25607 there's no server buffer.
25608
25609 2011-05-11 Glenn Morris <rgm@gnu.org>
25610
25611 * newcomment.el (comment-kill): Prefix "unused" local.
25612
25613 * term/w32console.el (get-screen-color): Declare.
25614
25615 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25616 Handle symbol elements of byte-compile-initial-macro-environment.
25617
25618 2011-05-10 Leo Liu <sdl.web@gmail.com>
25619
25620 * bookmark.el (bookmark-bmenu-mode-map):
25621 Bind bookmark-bmenu-search to `/'.
25622
25623 * mail/footnote.el: Convert to utf-8 encoding.
25624 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25625 (Footnote-unicode): New function.
25626 (footnote-style-alist): Add unicode style to the list.
25627 (footnote-style): Doc fix.
25628
25629 2011-05-10 Jim Meyering <meyering@redhat.com>
25630
25631 Fix doubled-word typos.
25632 * international/quail.el (quail-insert-kbd-layout): and and -> and
25633 * kermit.el: and and -> and
25634 * net/ldap.el (ldap-search-internal): to to -> to
25635 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25636 * progmodes/js.el (js-mode): and and -> and
25637 * textmodes/artist.el (artist-move-to-xy): at at -> at
25638 (artist-draw-region-trim-line-endings): if if -> if
25639 And Safetyc -> Safety.
25640 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25641
25642 2011-05-10 Glenn Morris <rgm@gnu.org>
25643 Stefan Monnier <monnier@iro.umontreal.ca>
25644
25645 * files.el (hack-one-local-variable-eval-safep):
25646 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25647
25648 2011-05-10 Glenn Morris <rgm@gnu.org>
25649
25650 * calendar/diary-lib.el (diary-list-entries-hook)
25651 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25652 (diary-nongregorian-marking-hook, diary-list-entries)
25653 (diary-include-other-diary-files, diary-mark-entries)
25654 (diary-mark-included-diary-files): Doc fixes.
25655
25656 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25657
25658 * misc.el: Require tabulated-list.el during compilation.
25659
25660 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25661
25662 * progmodes/compile.el (compilation-start):
25663 Run compilation-filter-hook for the async case too.
25664 (compilation-filter-hook): Doc fix.
25665
25666 2011-05-09 Deniz Dogan <deniz@dogan.se>
25667
25668 * wdired.el: Remove outdated installation comment. Fix usage
25669 comment.
25670
25671 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25672
25673 * misc.el: Implement new command `list-dynamic-libraries'.
25674 (list-dynamic-libraries--loaded-only-p): New variable.
25675 (list-dynamic-libraries--refresh): New function.
25676 (list-dynamic-libraries): New command.
25677
25678 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25679
25680 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25681 Fix the ant regexp to handle end-line and end-column info from jikes.
25682 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25683 higher priority to avoid clobbering by gnu.
25684
25685 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25686
25687 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25688 if the face has existing theme settings (Bug#8454).
25689
25690 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25691
25692 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25693 Only match variables declared via `my' or `our' (Bug#8261).
25694
25695 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25696 special file names `.' and `..' (Bug#8259).
25697
25698 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25699
25700 * progmodes/grep.el (grep-mode-font-lock-keywords):
25701 Remove buffer-changing entries.
25702 (grep-filter): New function.
25703 (grep-mode): Add it to compilation-filter-hook.
25704
25705 * progmodes/compile.el (compilation-filter-hook)
25706 (compilation-filter-start): New defvars.
25707 (compilation-filter): Call compilation-filter-hook prior to
25708 updating the process mark.
25709
25710 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25711
25712 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25713
25714 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25715
25716 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25717 mailclient-send-it even if window-system is nil. (Bug#8595)
25718
25719 * term/w32console.el (terminal-init-w32console):
25720 Call get-screen-color and use its output to set the frame
25721 background-mode. (Bug#8597)
25722
25723 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25724
25725 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25726 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25727 New functions.
25728 (defgeneric, eieio--defmethod): Use them.
25729 (eieio-defgeneric): Remove.
25730 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25731
25732 2011-05-07 Glenn Morris <rgm@gnu.org>
25733
25734 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25735 Use let rather than let*.
25736 (timeclock-find-discrep): Remove unused local.
25737
25738 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25739
25740 * calendar/appt.el (appt-time-msg-list): Doc fix.
25741
25742 2011-05-06 Noah Friedman <friedman@splode.com>
25743
25744 * apropos.el (apropos-print-doc): Only use
25745 emacs-lisp-docstring-fill-column when it is bound to an integer,
25746 per that variable's documentation.
25747
25748 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25749
25750 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25751 and warnings are not silently discarded (e.g. use -d instead of -P).
25752
25753 2011-05-06 Glenn Morris <rgm@gnu.org>
25754
25755 * calendar/appt.el (appt-message-warning-time): Doc fix.
25756 (appt-warning-time-regexp): New option.
25757 (appt-make-list): Respect appt-message-warning-time.
25758
25759 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25760 New options.
25761 (diary-add-to-list): Strip comments from the displayed string.
25762 (diary-mode): Set comment-start and comment-end.
25763
25764 * vc/diff-mode.el (smerge-refine-subst): Declare.
25765 (diff-refine-hunk): Don't require smerge-mode when compiling.
25766
25767 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25768
25769 * simple.el (list-processes): Return nil as the docstring says.
25770
25771 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25772
25773 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25774 to "".
25775 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25776 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25777 determining of binary transfer. (Bug#7383)
25778
25779 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25780
25781 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25782 Fix port computation bug. (Bug#8618)
25783
25784 2011-05-05 Glenn Morris <rgm@gnu.org>
25785
25786 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25787
25788 * simple.el (shell-dynamic-complete-functions)
25789 (comint-dynamic-complete-functions): Declare.
25790
25791 * net/network-stream.el (gnutls-negotiate):
25792 * simple.el (tabulated-list-print): Fix declarations.
25793
25794 * progmodes/gud.el (syntax-symbol, syntax-point):
25795 Remove unnecessary and incorrect declarations.
25796
25797 * emacs-lisp/check-declare.el (check-declare-scan):
25798 Handle byte-compile-initial-macro-environment in bytecomp.el.
25799
25800 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25801
25802 Fix earlier half-done eieio-defmethod change (bug#8338).
25803 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25804 Streamline and change calling convention.
25805 (defmethod): Adjust accordingly and simplify.
25806 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25807 new eieio--defmethod.
25808 (slot-boundp): Minor CSE simplification.
25809
25810 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25811
25812 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25813 (glasses-make-readable): Use glasses-separate-capital-groups.
25814
25815 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25816
25817 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25818 (warning-series): Doc fix.
25819 (display-warning): Don't try to create the buffer if we just found it.
25820
25821 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25822
25823 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25824 (autoload-find-generated-file): New function.
25825 (generate-file-autoloads): Bind generated-autoload-file to
25826 buffer-file-name.
25827 (update-file-autoloads, update-directory-autoloads):
25828 Use autoload-find-generated-file. If called interactively, prompt for
25829 output file (Bug#7989).
25830 (batch-update-autoloads): Doc fix.
25831
25832 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25833
25834 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25835
25836 2011-05-04 Glenn Morris <rgm@gnu.org>
25837
25838 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25839 function, so it follows changes in calendar-date-style.
25840 (diary-fancy-date-matcher): New function.
25841 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25842 (diary-fancy-font-lock-fontify-region-function):
25843 Use diary-fancy-date-pattern as a function.
25844
25845 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25846 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25847
25848 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25849
25850 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25851 instead of positional arguments. Allow :keylist and :crlfiles
25852 arguments.
25853 (open-gnutls-stream): Call it.
25854
25855 * net/network-stream.el (network-stream-open-starttls): Adjust to
25856 call `gnutls-negotiate' with :process and :hostname arguments.
25857
25858 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25859
25860 * minibuffer.el (completion--message): New function.
25861 (completion--do-completion, minibuffer-complete)
25862 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25863 (completion--do-completion): Don't ignore completion-auto-help when in
25864 icomplete-mode.
25865
25866 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25867 internal encoding (e.g. tibetan zero is not whitespace).
25868 (global-whitespace-mode): Prefer save-current-buffer.
25869 (whitespace-trailing-regexp): Remove useless save-match-data.
25870 (whitespace-empty-at-bob-regexp): Minor simplification.
25871
25872 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25873
25874 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25875
25876 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25877
25878 * textmodes/ispell.el (ispell-add-per-file-word-list):
25879 Use `concat' to create string for insertion.
25880
25881 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25882
25883 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25884 Avoid open-line which runs post-self-insert-hook.
25885 (bibtex-fill-entry): Remove unused `end' var.
25886
25887 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25888
25889 * textmodes/ispell.el (ispell-add-per-file-word-list):
25890 Protect against `nil' value of `comment-start' (Bug#8579).
25891
25892 2011-05-03 Leo Liu <sdl.web@gmail.com>
25893
25894 * isearch.el (isearch-yank-pop): New command.
25895 (isearch-mode-map): Bind it to `M-y'.
25896 (isearch-forward): Mention it.
25897
25898 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25899
25900 * simple.el (minibuffer-complete-shell-command): Remove.
25901 (minibuffer-local-shell-command-map): Use completion-at-point.
25902 (read-shell-command): Setup completion vars here instead.
25903 (read-expression-map): Bind TAB to symbol completion.
25904
25905 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25906 error directly rather via storing it into `results'.
25907
25908 2011-05-02 Leo Liu <sdl.web@gmail.com>
25909
25910 * vc/diff.el: Fix description.
25911
25912 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25913
25914 * server.el (server-eval-at): New function.
25915
25916 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25917
25918 * net/network-stream.el (open-network-stream): Take a :nowait
25919 parameter and pass it on to `make-network-process'.
25920 (network-stream-open-plain): Ditto.
25921
25922 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25923
25924 * faces.el (face-spec-set-match-display): Don't match toolkit
25925 options on terminal frames.
25926
25927 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25928
25929 * progmodes/pascal.el: Use lexical binding.
25930 (pascal-mode-map): Remove author preferences.
25931
25932 * pcomplete.el (pcomplete-std-complete): Don't abuse
25933 completion-at-point.
25934
25935 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25936
25937 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25938 removing code that has been dead since 1991 or so.
25939
25940 * startup.el (command-line): When warning about "_emacs", use a
25941 delayed warning to allow the user to filter it out.
25942
25943 2011-04-28 Deniz Dogan <deniz@dogan.se>
25944
25945 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25946 user has not joined.
25947
25948 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25949
25950 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25951 aren't any completions at point.
25952
25953 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25954
25955 * subr.el (display-delayed-warnings): New function.
25956 (delayed-warnings-hook): New variable.
25957
25958 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25959
25960 * minibuffer.el (completion-at-point, completion-help-at-point):
25961 Don't presume that a given completion-at-point-function will always
25962 use the same calling convention.
25963
25964 * pcomplete.el (pcomplete-completions-at-point):
25965 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25966 pcomplete-seen is non-nil.
25967 (pcomplete-comint-setup): Also recognize the new comint/shell
25968 completion functions.
25969 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25970 pcomplete-seen is non-nil.
25971
25972 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25973
25974 * calendar/icalendar.el (diary-lib): Add require statement.
25975 (icalendar--create-uid): Read out a uid from a text-property on
25976 the first character in the entry. This allows for code to add its
25977 own uid to the entry.
25978 (icalendar--convert-float-to-ical): Add export of
25979 `diary-float'-entries save for those with the optional DAY
25980 argument.
25981
25982 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25983
25984 * subr.el (shell-quote-argument): Use alternate escaping strategy
25985 when we spot a variable reference in a string.
25986
25987 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25988
25989 * cus-start.el (all): Define customization for debug-on-event.
25990
25991 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25992
25993 * subr.el (shell-quote-argument): Escape correctly under Windows.
25994
25995 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25996
25997 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25998
25999 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26000
26001 * net/tramp.el (tramp-process-actions): Add POS argument.
26002 Delete region between POS and (pos).
26003
26004 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26005 Use `nil' position in `tramp-process-actions' call.
26006 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26007
26008 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26009 position in `tramp-process-actions' call.
26010
26011 * net/trampver.el: Update release number.
26012
26013 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26014
26015 * custom.el (defcustom): Obey lexical-binding.
26016
26017 Fix octave-inf completion problems reported by Alexander Klimov.
26018 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26019 Inherit from octave-mode-syntax-table.
26020 (inferior-octave-mode): Set info-lookup-mode.
26021 (inferior-octave-completion-at-point): New function.
26022 (inferior-octave-complete): Use it and completion-in-region.
26023 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26024 comint-filename-completion.
26025 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26026 symbol elements which shouldn't be word elements.
26027 (octave-font-lock-keywords, octave-beginning-of-defun)
26028 (octave-function-header-regexp): Adjust regexps accordingly.
26029 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26030
26031 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26032
26033 * net/gnutls.el (gnutls-errorp): Declare before first use.
26034
26035 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26036
26037 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26038 verify-error, and verify-hostname-error parameters. Check whether
26039 default trustfile exists before going to use it. Add missing
26040 argument to gnutls-message-maybe call. Return value.
26041 Reported by Claudio Bley <claudio.bley@gmail.com>.
26042 (open-gnutls-stream): Add usage example.
26043
26044 * net/network-stream.el (network-stream-open-starttls): Give host
26045 parameter to `gnutls-negotiate'.
26046 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26047 * subr.el (shell-quote-argument): Escape correctly under Windows.
26048
26049 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26050
26051 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26052 Use correct match group (bug#8438).
26053
26054 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26055
26056 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26057 (package-menu--generate): New arg specifying packages to show.
26058 (package-menu-refresh, package-menu-execute, list-packages):
26059 Callers changed.
26060 (package-show-package-list): New function, replacing deleted
26061 package--list-packages (renamed because it is non-internal).
26062
26063 * finder.el (finder-list-matches): Use package-show-package-list
26064 instead of deleted package--list-packages.
26065
26066 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26067 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26068 (vc-annotate-mode-map): Bind it to RET.
26069
26070 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26071
26072 * progmodes/etags.el (next-file): Don't use set-buffer to change
26073 buffers (Bug#8478).
26074
26075 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26076
26077 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26078
26079 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26080 (apropos-accumulator): Doc fix.
26081 (apropos-function, apropos-macro, apropos-command)
26082 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26083 (apropos-plist): Add face property.
26084 (apropos-symbols-internal): Fix indentation.
26085 (apropos-print): Simplify help, and recognize apropos-multi-type.
26086 (apropos-print-doc): Use button-type-get to extract the button's
26087 face property. Fill docstring (Bug#8352).
26088
26089 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26090
26091 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26092
26093 * play/mpuz.el (mpuz-silent): Doc fix.
26094 (mpuz-mode-map): Use mapc.
26095 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26096 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26097 Fix typos in docstrings.
26098
26099 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26100 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26101
26102 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26103
26104 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26105
26106 * minibuffer.el (completion--do-completion): Avoid the "Next char
26107 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26108
26109 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26110 mouse-2 into unread-command-events, it is interpreted correctly.
26111
26112 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26113 (image-toggle-display): Doc fix.
26114
26115 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26116
26117 * textmodes/page.el (what-page): Use line-number-at-pos to
26118 calculate line number (Bug#6825).
26119
26120 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26121
26122 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26123 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26124 Pass argument NO-DEFAULT to `find-tag-interactive'.
26125
26126 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26127
26128 Lexical-binding cleanup.
26129
26130 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26131 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26132 * progmodes/ada-prj.el (ada-prj-initialize-values)
26133 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26134 (ada-prj-show-value):
26135 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26136 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26137 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26138 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26139 * progmodes/bug-reference.el (bug-reference-push-button):
26140 * progmodes/fortran.el (fortran-line-length):
26141 * progmodes/glasses.el (glasses-change):
26142 * progmodes/octave-mod.el (octave-fill-paragraph):
26143 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26144 (python-pdbtrack-grub-for-buffer, python-sentinel):
26145 * progmodes/sql.el (sql-save-connection):
26146 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26147 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26148 Mark unused parameters.
26149
26150 * progmodes/compile.el (compilation--flush-directory-cache)
26151 (compilation--flush-parse, compile-internal): Mark unused parameters.
26152 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26153 (compilation-next-error-function): Remove unused variable `timestamp'.
26154
26155 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26156 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26157
26158 * progmodes/dcl-mode.el (dcl-end-of-command):
26159 Remove unused variable `start'.
26160 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26161 (dcl-option-value-basic, dcl-option-value-offset)
26162 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26163 Mark unused parameters.
26164 (dcl-save-local-variable): Remove unused variable `val'.
26165 (mode): Declare.
26166
26167 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26168 Mark unused parameters.
26169 (delphi-ignore-changes): Move before first use.
26170 (delphi-charset-token-at): Remove unused variable `start'.
26171 (delphi-else-start): Remove unused variable `if-count'.
26172 (delphi-comment-block-start, delphi-comment-block-end):
26173 Remove unused variable `kind'.
26174 (delphi-indent-line): Remove unused variable `new-point'.
26175
26176 * progmodes/ebrowse.el (ebrowse-files-list)
26177 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26178 Mark unused parameters. Don't quote `lambda'.
26179 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26180 Don't quote `lambda'.
26181 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26182 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26183 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26184 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26185 Use `ignore-errors'.
26186 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26187 (ebrowse-view/find-file-and-search-pattern)
26188 (ebrowse-view/find-member-declaration/definition):
26189 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26190 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26191 Rename parameter PREFIX-ARG to PREFIX.
26192 (ebrowse-tags-read-name): Remove unused variables `start' and
26193 `member-info'.
26194 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26195 to `tags-file'.
26196
26197 * progmodes/etags.el (local-find-tag-hook): Declare.
26198 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26199 Mark unused parameters.
26200
26201 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26202 (executable-interpret): Mark unused parameter.
26203
26204 * progmodes/flymake.el (flymake-process-sentinel)
26205 (flymake-after-change-function)
26206 (flymake-create-temp-with-folder-structure)
26207 (flymake-get-include-dirs-dot): Mark unused parameters.
26208 (flymake-safe-delete-directory): Remove unused variable `err'.
26209
26210 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26211 (speedbar-timer-fn, speedbar-line-text)
26212 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26213 (speedbar-center-buffer-smartly): Declare functions.
26214 (gdb-find-watch-expression): Remove unused variable `array'.
26215 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26216 (gdb-starting): Mark unused parameters.
26217 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26218 (gdb-table-string): Remove unused variable `res'.
26219 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26220 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26221 (gdb-display-buffer): Remove unused variable `cur-size'.
26222
26223 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26224 allow lexical-binding compilation.
26225 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26226 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26227 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26228 Mark unused parameters.
26229 (gud-gdb-marker-filter): Remove unused variable `match'.
26230 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26231 lambda expressions and funcall them, instead of using `fset'.
26232
26233 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26234 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26235
26236 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26237 variable `header-beg'; use `let'.
26238
26239 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26240 `restart', `last-sexp' and `at-do'.
26241
26242 * progmodes/js.el (js--debug): Mark unused parameter.
26243 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26244 (js--splice-into-items): Remove unused variable `item'.
26245 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26246
26247 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26248 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26249 (makefile-complete): Remove unused variable `try'.
26250 (makefile-fill-paragraph, makefile-match-function-end):
26251 Mark unused parameters.
26252
26253 * progmodes/octave-inf.el (inferior-octave-complete):
26254 Remove unused variable `proc'.
26255 (inferior-octave-output-digest): Mark unused parameter.
26256
26257 * progmodes/perl-mode.el (perl-calculate-indent):
26258 Remove unused variable `err'.
26259
26260 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26261 (prolog-indent-line): Mark unused parameters.
26262 (prolog-indent-line): Remove unused variable `beg'.
26263
26264 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26265 (reporter-dont-compact-list): Declare.
26266
26267 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26268 Remove unused variable `char'.
26269 (sh-debug): Mark unused parameter.
26270 (sh-get-indent-info): Remove unused variable `start'.
26271 (sh-calculate-indent): Remove unused variable `var'.
26272
26273 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26274 (simula-electric-keyword): Remove unused variable `null'.
26275 (simula-search-backward, simula-search-forward): Remove unused
26276 variables `begin' and `end'.
26277
26278 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26279 Remove unused variable `pos'.
26280 (vera-electric-tab, vera-comment-uncomment-region):
26281 Mark unused parameters.
26282 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26283
26284 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26285
26286 * emacs-lisp/package.el (package--builtins, package-alist)
26287 (package-load-descriptor, package-built-in-p, package-activate)
26288 (define-package, package-installed-p)
26289 (package-compute-transaction, package-buffer-info)
26290 (package--push): Doc fix. Distinguish more clearly between
26291 version strings and version lists.
26292
26293 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26294
26295 Lexical-binding cleanup.
26296
26297 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26298 (5x5-make-mutate-best):
26299 * play/fortune.el (fortune-in-buffer):
26300 * play/gomoku.el (gomoku-init-display):
26301 * play/solitaire.el (solitaire, solitaire-do-check):
26302 * play/tetris.el (tetris-default-update-speed-function):
26303 Mark unused parameters.
26304
26305 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26306 (bubbles--shift): Remove unused variable `char-org'.
26307 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26308 (bubbles--show-images): Remove unused variable `char'.
26309
26310 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26311 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26312 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26313 (decipher-analyze-buffer): Use ?\s.
26314 (decipher-make-checkpoint): Remove unused variable `mapping'.
26315
26316 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26317
26318 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26319 Remove unused variable `result'; use `let'.
26320
26321 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26322 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26323 (gametree-children-shown-p, gametree-compute-reduced-score):
26324 Use `ignore-errors'.
26325
26326 * play/handwrite.el (ps-lpr-switches): Declare.
26327 (handwrite): Remove unused variables `pmin' and `lastp'.
26328
26329 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26330
26331 * play/landmark.el (landmark-init-display)
26332 (landmark-update-naught-weights): Mark unused parameters.
26333 (landmark-y): Remove unused variable `noise'. Simplify.
26334 (landmark-human-plays): Remove unused variable `score'.
26335
26336 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26337 (mpuz-try-proposal): Remove unused variable `game'.
26338
26339 * play/zone.el (life-patterns): Declare.
26340
26341 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26342
26343 * vc/vc.el (ediff-vc-internal): Declare function.
26344
26345 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26346
26347 * shell.el: Use lexical-binding and std completion UI.
26348 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26349 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26350 comint-preoutput-filter-functions rather than on
26351 comint-output-filter-functions.
26352 (shell-command-completion, shell--command-completion-data)
26353 (shell-filename-completion, shell-environment-variable-completion)
26354 (shell-c-a-p-replace-by-expanded-directory): New functions.
26355 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26356 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26357 (shell-dynamic-complete-environment-variable): Use them.
26358 (shell-dynamic-complete-as-environment-variable)
26359 (shell-dynamic-complete-as-command): Remove.
26360 (shell-match-partial-variable): Match past point.
26361 * comint.el: Clean up use of completion-at-point-functions.
26362 (comint-completion-at-point): New function.
26363 (comint-mode): Use it completion-at-point-functions.
26364 (comint-dynamic-complete): Make it obsolete.
26365 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26366 (comint-c-a-p-replace-by-expanded-history): New function.
26367 (comint-dynamic-complete-functions)
26368 (comint-replace-by-expanded-history): Use it.
26369 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26370 termination strings. Try harder to avoid second try-completion.
26371 (completion-in-region-mode-map): Disable bindings that don't work yet.
26372
26373 * comint.el: Use lexical-binding. Require CL.
26374 (comint-dynamic-complete-functions): Use comint-filename-completion.
26375 (comint-completion-addsuffix): Tweak custom type.
26376 (comint-filename-completion, comint--common-suffix)
26377 (comint--common-quoted-suffix, comint--table-subvert)
26378 (comint--complete-file-name-data): New functions.
26379 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26380 (comint-dynamic-list-filename-completions): Use them.
26381 (comint-dynamic-simple-complete): Make obsolete.
26382
26383 * minibuffer.el (completion-in-region-mode):
26384 Keep completion-in-region-mode--predicate global.
26385 (completion-in-region--postch):
26386 Assume completion-in-region-mode--predicate is not null.
26387
26388 * progmodes/flymake.el (flymake-start-syntax-check-process):
26389 Obey `dir'. Simplify.
26390
26391 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26392 we're in VC after all.
26393
26394 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26395
26396 * vc/vc.el (vc-diff-build-argument-list-internal)
26397 (vc-version-ediff, vc-ediff): New commands.
26398 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26399
26400 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26401
26402 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26403 add sanity check.
26404
26405 * obsolete/erc-hecomplete.el: Make obsolete.
26406 * obsolete/: Standardize obsolescence info in the header.
26407
26408 2011-04-20 Glenn Morris <rgm@gnu.org>
26409
26410 * calendar/solar.el (solar-horizontal-coordinates):
26411 Use the longitude argument rather than `calendar-longitude'.
26412 (solar-date-next-longitude): Remove unused locals.
26413
26414 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26415
26416 * whitespace.el: New version 13.2.1.
26417
26418 2011-04-20 felix <EmacsWiki> (tiny change)
26419
26420 * whitespace.el (global-whitespace-mode): Keep highlight when
26421 switching between major modes on a file.
26422
26423 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26424
26425 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26426 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26427 multi-line comments as well.
26428
26429 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26430
26431 Lexical-binding cleanup.
26432
26433 * arc-mode.el (archive-mode-revert):
26434 * cmuscheme.el (scheme-interactively-start-process):
26435 * custom.el (custom-initialize-delay):
26436 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26437 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26438 * emacs-lock.el (emacs-lock-clear-sentinel):
26439 * ezimage.el (defezimage):
26440 * follow.el (follow-avoid-tail-recenter):
26441 * fringe.el (set-fringe-mode-1):
26442 * generic-x.el (bat-generic-mode-compile):
26443 * help-mode.el (help-info-variable, help-do-xref)
26444 (help-mode-revert-buffer):
26445 * help.el (view-emacs-todo):
26446 * iswitchb.el (iswitchb-completion-help):
26447 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26448 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26449 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26450 * locate.el (locate-update):
26451 * longlines.el (longlines-encode-region)
26452 (longlines-after-change-function):
26453 * outline.el (outline-isearch-open-invisible):
26454 * ps-def.el (declare-function, charset-dimension, char-width)
26455 (encode-char):
26456 * ps-mule.el (ps-mule-plot-string):
26457 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26458 (recentf-edit-list-select, recentf-edit-list-validate)
26459 (recentf-open-files-action):
26460 * rect.el (delete-whitespace-rectangle-line)
26461 (rectangle-number-line-callback):
26462 * register.el (window-configuration-to-register)
26463 (frame-configuration-to-register):
26464 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26465 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26466 (xselect-convert-to-targets, xselect-convert-to-delete)
26467 (xselect-convert-to-filename, xselect-convert-to-charpos)
26468 (xselect-convert-to-lineno, xselect-convert-to-colno)
26469 (xselect-convert-to-os, xselect-convert-to-host)
26470 (xselect-convert-to-user, xselect-convert-to-class)
26471 (xselect-convert-to-name, xselect-convert-to-integer)
26472 (xselect-convert-to-atom, xselect-convert-to-identity):
26473 * subr.el (declare, ignore, process-kill-without-query)
26474 (text-clone-maintain):
26475 * terminal.el (te-get-char, te-tic-sentinel):
26476 * tool-bar.el (tool-bar-make-keymap):
26477 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26478 * type-break.el (type-break-mode, type-break-noninteractive-query):
26479 * view.el (View-back-to-mark):
26480 * wid-browse.el (widget-browse-action, widget-browse-widget)
26481 (widget-browse-widgets, widget-browse-sexp):
26482 * widget.el (define-widget-keywords):
26483 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26484 Mark unused parameters.
26485
26486 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26487 (align-areas): Remove unused variable `look'.
26488 (align-region): Remove unused variables `real-end' and `pos-list'.
26489
26490 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26491
26492 * bindings.el (mode-line-modified, mode-line-remote):
26493 Mark unused parameters.
26494 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26495
26496 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26497 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26498
26499 * comint.el (comint-history-isearch-pop-state)
26500 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26501 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26502 (comint-substitute-in-file-name): Doc fix.
26503
26504 * completion.el (cmpl-statistics-block): Mark unused parameter.
26505 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26506 (save-completions-to-file, load-completions-from-file):
26507 Remove unused local variable `e'.
26508
26509 * composite.el (compose-chars): Remove unused variable `len'.
26510 (lgstring-insert-glyph): Remove unused variable `g'.
26511 (compose-glyph-string): Remove unused variables `ascent',
26512 `descent', `lbearing' and `rbearing'.
26513 (compose-glyph-string-relative): Remove unused variables
26514 `lbearing', `rbearing' and `wadjust'.
26515 (compose-gstring-for-graphic): Remove unused variables `header',
26516 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26517 (compose-gstring-for-terminal): Remove unused variables `header'
26518 and `nchars'. Use `let', not `let*'.
26519
26520 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26521 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26522 (Custom-buffer-done, custom-buffer-create-internal)
26523 (custom-browse-visibility-action, custom-browse-group-tag-action)
26524 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26525 (widget-magic-mouse-down-action, custom-toggle-parent)
26526 (custom-add-parent-links, custom-toggle-hide-variable)
26527 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26528 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26529 (custom-face-menu-create, custom-variable-menu-create, get)
26530 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26531 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26532 (customize-apropos): Remove unused variable `tests'.
26533 (custom-group-value-create): Remove unused variable `hidden-p'.
26534 (sort-fold-case): Declare.
26535
26536 * cus-theme.el (custom-reset-standard-faces-list)
26537 (custom-reset-standard-variables-list): Declare.
26538 (customize-create-theme, custom-theme-revert, custom-theme-write)
26539 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26540 Mark unused parameters.
26541
26542 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26543
26544 * delim-col.el (delimit-columns-max): Move defvar before first use.
26545
26546 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26547 (describe-char): Don't quote `lambda'. Mark unused parameter.
26548
26549 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26550 (auto-insert): Declare.
26551 (desktop-restore-file-buffer): Rename desktop-* parameters;
26552 mark unused ones.
26553 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26554 (desktop-buffer): Rename desktop-* parameters.
26555
26556 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26557 (dframe-reposition-frame-xemacs, dframe-help-echo)
26558 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26559 Mark unused parameters.
26560
26561 * dired-aux.el (backup-extract-version-start, overwrite-query)
26562 (overwrite-backup-query, rename-regexp-query)
26563 (rename-non-directory-query): Declare.
26564 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26565 (dired-add-entry): Remove unused variable `orig-file-name'.
26566 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26567 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26568 `dired-copy-preserve-time' directly.
26569 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26570 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26571
26572 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26573 (dired-virtual-revert, dired-make-relative-symlink):
26574 Mark unused parameters.
26575 (manual-program): Declare.
26576 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26577 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26578 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26579
26580 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26581
26582 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26583
26584 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26585 Declare.
26586
26587 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26588
26589 * electric.el (Electric-command-loop): Rename parameter
26590 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26591
26592 * expand.el (expand-in-literal): Remove unused variable `here'.
26593
26594 * facemenu.el (facemenu-add-new-color):
26595 Remove unused variable `docstring'.
26596
26597 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26598 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26599 (face-attr-construct): Mark unused parameter. Doc fix.
26600 (read-color): Remove unused variable `hex-string'.
26601
26602 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26603 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26604 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26605 (display-buffer-other-frame): Remove unused variable `old-window'.
26606 (kill-buffer-hook): Declare.
26607 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26608 Mark unused parameters.
26609 (after-find-file): Pass 1 to `auto-save-mode', not t.
26610
26611 * files-x.el (auto-insert): Declare.
26612 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26613
26614 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26615 variable `buf'. Mark unused parameter.
26616 (find-lisp-insert-directory): Mark unused parameter.
26617
26618 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26619 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26620 (format-common-tail): Remove, unused.
26621 (format-deannotate-region): Remove unused variable `loc'.
26622 (format-annotate-region): Remove unused variable `p'.
26623 (format-annotate-single-property-change): Remove unused variables
26624 `default' and `tail'.
26625
26626 * forms.el (read-file-filter): Declare.
26627 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26628
26629 * frame.el (frame-creation-function-alist): Mark unused parameter.
26630 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26631
26632 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26633 Remove unused parameters.
26634 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26635 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26636
26637 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26638 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26639 (hfy-prepare-tag-map): Mark unused parameters.
26640 (htmlfontify-buffer): Use `called-interactively-p'.
26641
26642 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26643 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26644 (ibuffer-do-occur): Mark unused parameters.
26645 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26646 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26647
26648 * ibuffer.el: Don't quote `lambda'.
26649 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26650 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26651 Mark unused parameters.
26652
26653 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26654 (ido-completing-read): Mark unused parameters.
26655 (ido-copy-current-word): Mark unused parameters;
26656 remove unused variable `name'.
26657 (ido-sort-merged-list): Remove unused parameter `dirs'.
26658
26659 * ielm.el (ielm-input-sender): Mark unused parameter.
26660 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26661 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26662 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26663 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26664 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26665
26666 * image-dired.el (image-dired-display-thumbs): Remove unused
26667 variables `curr-file' and `count'.
26668 (image-dired-remove-tag): Remove unused variable `start'.
26669 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26670 variable `curr-file'
26671 (image-dired-rotate-original): Remove unused variable `temp-file'.
26672 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26673 Remove unused variable `file'.
26674 (image-dired-gallery-generate): Remove unused variable `curr'.
26675 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26676
26677 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26678
26679 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26680
26681 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26682
26683 * isearch.el (minibuffer-history-symbol): Declare.
26684 (isearch-edit-string): Remove unused variable `err'.
26685 (isearch-message-prefix, isearch-message-suffix):
26686 Mark unused parameters.
26687
26688 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26689
26690 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26691
26692 * makesum.el (double-column): Remove unused variable `cnt'.
26693
26694 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26695 (ido-ignore-item-temp-list): Declare.
26696
26697 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26698 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26699 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26700 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26701 `mouse-col-delta'.
26702
26703 * mouse-sel.el (mouse-extend-internal):
26704 Remove unused variable `orig-window-frame'.
26705
26706 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26707 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26708 Move declarations before first use.
26709 (pcomplete-opt): Mark unused parameters; doc fix.
26710
26711 * proced.el (proced-revert): Mark unused parameter.
26712 (proced-send-signal): Remove unused variable `err'.
26713
26714 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26715 Rename parameter PREFIX-ARG to ARG.
26716 (ps-basic-plot-string, ps-basic-plot-whitespace):
26717 Mark unused parameters.
26718
26719 * replace.el (replace-count): Define.
26720 (occur-revert-function): Mark unused parameters.
26721 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26722 (isearch-case-fold-search, isearch-string): Declare.
26723 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26724 bind `case-fold-search'. Remove unused variables `beg' and `end',
26725 and simplify.
26726 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26727 COUNT and bind `replace-count'.
26728 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26729 to COUNT.
26730
26731 * savehist.el (print-readably, print-string-length): Declare.
26732
26733 * shadowfile.el (shadow-expand-cluster-in-file-name):
26734 Remove unused variable `cluster'.
26735 (shadow-copy-file): Remove unused variable `i'.
26736 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26737 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26738 (shadow-define-literal-group, shadow-define-regexp-group)
26739 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26740
26741 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26742 (shell): Use `called-interactively-p'.
26743 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26744
26745 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26746 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26747 (delete-backward-char): Remove unused variable `ocol'.
26748 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26749 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26750 (event-apply-hyper-modifier, event-apply-shift-modifier)
26751 (event-apply-control-modifier, event-apply-meta-modifier):
26752 Mark unused parameters.
26753 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26754 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26755
26756 * speedbar.el (speedbar-ignored-directory-expressions)
26757 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26758 (speedbar-find-file, speedbar-dir-follow)
26759 (speedbar-directory-buttons-follow, speedbar-tag-find)
26760 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26761 (speedbar-buffers-line-directory, speedbar-buffer-click):
26762 Mark unused parameters.
26763 (speedbar-tag-file): Remove unused variable `mode'.
26764 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26765
26766 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26767
26768 * talk.el (talk): Remove unused variable `display'.
26769
26770 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26771 (tar-write-region-annotate): Mark unused parameter.
26772
26773 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26774 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26775 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26776 warning by another.
26777
26778 * time-stamp.el (time-stamp-string-preprocess):
26779 Remove unused variable `require-padding'.
26780
26781 * tree-widget.el (widget-glyph-enable): Declare.
26782 (tree-widget-action): Mark unused parameter.
26783
26784 * w32-fns.el (x-get-selection): Mark unused parameter.
26785 (autoload-make-program, generated-autoload-file): Declare.
26786
26787 * wdired.el (wdired-revert): Mark unused parameters.
26788 (wdired-xcase-word): Remove unused variable `err'.
26789
26790 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26791 (whitespace-help-scroll): Remove unused variable `data-help'.
26792
26793 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26794 (widget-image-insert, widget-after-change, default)
26795 (widget-default-format-handler, widget-default-notify)
26796 (widget-default-prompt-value, widget-info-link-action)
26797 (widget-url-link-action, widget-function-link-action)
26798 (widget-variable-link-action, widget-file-link-action)
26799 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26800 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26801 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26802 (widget-insert-button-action, widget-delete-button-action, visibility)
26803 (widget-documentation-link-action, widget-documentation-string-action)
26804 (widget-const-prompt-value, widget-regexp-match, symbol)
26805 (widget-coding-system-prompt-value)
26806 (widget-key-sequence-value-to-external, sexp)
26807 (widget-sexp-value-to-internal, character, vector, cons)
26808 (widget-choice-prompt-value, widget-boolean-prompt-value)
26809 (widget-color--choose-action): Mark unused parameters.
26810 (widget-item-match-inline, widget-choice-match-inline)
26811 (widget-checklist-match, widget-checklist-match-inline)
26812 (widget-group-match): Rename parameter VALUES to VALS.
26813 (widget-field-value-set): Remove unused variable `size'.
26814 (widget-color-action): Remove unused variables `value' and `start'.
26815
26816 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26817 variable `dir'. Doc fix.
26818 (windmove-find-other-window): Don't pass it.
26819
26820 * window.el (count-windows): Mark unused parameter.
26821 (bw-adjust-window): Remove unused variable `err'.
26822
26823 * woman.el (woman-file-name): Remove unused variable `default'.
26824 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26825 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26826 (global-font-lock-mode): Declare.
26827 (woman-decode-region): Mark unused parameter.
26828 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26829
26830 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26831 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26832 (x-dnd-handle-moz-url): Remove unused variable `title'.
26833 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26834
26835 * xml.el (xml-parse-tag, xml-parse-attlist):
26836 Remove unused variable `pos'.
26837
26838 2011-04-19 Glenn Morris <rgm@gnu.org>
26839
26840 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26841 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26842 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26843 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26844 * calendar/cal-html.el (cal-html-insert-minical):
26845 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26846 (calendar-mark-date-pattern):
26847 Prefix "unused" locals.
26848
26849 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26850 optional argument `style'.
26851
26852 * calendar/appt.el (appt-make-list):
26853 * calendar/cal-china.el (calendar-chinese-date-string):
26854 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26855 (diary-hebrew-yahrzeit):
26856 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26857 * calendar/calendar.el (calendar-generate-window):
26858 * calendar/time-date.el (time-to-days):
26859 Remove unused local variables.
26860
26861 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26862
26863 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26864 glyphless-char-display table.
26865 (tabulated-list-glyphless-char-display): New var.
26866
26867 2011-04-18 Sam Steingold <sds@gnu.org>
26868
26869 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26870 to acknowledgments.
26871
26872 2011-04-17 Glenn Morris <rgm@gnu.org>
26873
26874 * calendar/diary-lib.el (diary-sexp-entry):
26875 * calendar/holidays.el (holiday-sexp):
26876 Set debug-on-error rather than the removed stack-trace-on-error.
26877
26878 2011-04-16 Glenn Morris <rgm@gnu.org>
26879
26880 * progmodes/f90.el: Use lexical-binding.
26881 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26882
26883 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26884
26885 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26886 (mail-mode): Setup mailalias completion here instead.
26887 * mail/mailalias.el: Use lexical-binding.
26888 (pattern, mailalias-done): Declare dynamic.
26889 (mail-completion-at-point-function): New function, from mail-complete.
26890 (mail-complete): Use it.
26891 (mail-completion-expand): New function.
26892 (mail-get-names): Use it.
26893 (mail-directory, mail-directory-process, mail-directory-stream):
26894 Don't use `pattern' for lexically bound arg.
26895
26896 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26897
26898 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26899 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26900 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26901
26902 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26903 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26904 (byte-interactive-p): Define them again, for use when inlining
26905 old code.
26906
26907 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26908
26909 * loadup.el: Use `string-to-number', not `string-to-int'.
26910
26911 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26912
26913 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26914 gud-gdb-complete-command.
26915 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26916 (gud-gdb-completion-at-point): New function.
26917 (gud-gdb-completions): Remove.
26918
26919 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26920
26921 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26922 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26923 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26924 whether `executable-find' is bound.
26925
26926 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26927
26928 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26929
26930 * minibuffer.el (completion-in-region-mode-predicate)
26931 (completion-in-region-mode--predicate): New vars.
26932 (completion-in-region, completion-in-region--postch)
26933 (completion-in-region-mode): Use them.
26934 (completion--capf-wrapper): Also return the hook function.
26935 (completion-at-point, completion-help-at-point):
26936 Adjust and provide a predicate.
26937
26938 Preserve arg names for advice of subr and lexical functions (bug#8457).
26939 * help-fns.el (help-function-arglist): Consolidate the subr and
26940 new-byte-code cases. Add argument `preserve-names' to extract names
26941 from the docstring when needed.
26942 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26943 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26944 (ad-arglist): Use help-function-arglist's new arg.
26945 (ad-definition-type): Use cond.
26946
26947 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26948
26949 * autorevert.el (auto-revert-handler):
26950 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26951 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26952 Don't quote lambda.
26953
26954 * image-mode.el (image-transform-set-scale):
26955 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26956
26957 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26958
26959 * net/network-stream.el (network-stream-open-starttls): Only do
26960 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26961 Upgrades via gnutls-cli are too slow to be done opportunistically.
26962
26963 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26964
26965 * dframe.el (dframe-current-frame): Remove spurious quote.
26966
26967 2011-04-12 Glenn Morris <rgm@gnu.org>
26968
26969 * calendar/cal-tex.el (cal-tex-end-document):
26970 Try to automatically use latin1 input if needed.
26971
26972 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26973 Don't try to cons a mark onto an empty element.
26974
26975 2011-04-11 Leo Liu <sdl.web@gmail.com>
26976
26977 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26978 buffers.
26979 (ido-kill-buffer-at-head): Support killing virtual buffers.
26980
26981 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26982
26983 * minibuffer.el (completion-show-inline-help): New var.
26984 (completion--do-completion, minibuffer-complete)
26985 (minibuffer-force-complete, minibuffer-complete-word):
26986 Inhibit minibuffer messages if completion-show-inline-help is nil.
26987
26988 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26989 to avoid interference from inline help (Bug#5849).
26990
26991 2011-04-10 Leo Liu <sdl.web@gmail.com>
26992
26993 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26994 Fix typo.
26995
26996 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26997
26998 * image-mode.el (image-toggle-display-image): Signal an error if
26999 not in Image mode.
27000 (image-transform-mode, image-transform-resize)
27001 (image-transform-set-rotation): Doc fix.
27002 (image-transform-set-resize): Delete.
27003 (image-transform-set-scale, image-transform-fit-to-height)
27004 (image-transform-fit-to-width): Handle image-toggle-display-image
27005 and image-transform-resize directly.
27006
27007 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27008
27009 * doc-view.el (doc-view-fit-width-to-window)
27010 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27011 New functions for fitting the shown image to the Emacs window size.
27012 (doc-view-mode-map): Add bindings for the new functions.
27013
27014 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27015
27016 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27017 Fix typo in docstring.
27018
27019 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27020
27021 * files.el (file-size-human-readable): Produce one digit after
27022 decimal, like "ls -lh" does.
27023
27024 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27025 the file size representation.
27026
27027 * simple.el (list-processes): If async subprocesses are not
27028 available, error out with a clear error message.
27029
27030 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27031
27032 * help.el (help-form-show): New function, to be called from C.
27033 Put help-form output in a buffer named differently than *Help*.
27034
27035 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27036
27037 * files.el (file-size-human-readable): New function.
27038
27039 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27040 computing the representation inline. Don't require `cl'.
27041
27042 2011-04-08 Glenn Morris <rgm@gnu.org>
27043
27044 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27045
27046 * net/browse-url.el (browse-url-firefox):
27047 Test system-type, not system-configuration.
27048
27049 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27050 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27051 Use log-edit-empty-buffer-p. (Bug#7598)
27052
27053 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27054 (rlogin-mode-map): Initialize in the defvar.
27055 (rlogin): Use ignore-errors.
27056
27057 * replace.el (occur-mode-map): Some fixes for menu items.
27058
27059 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27060
27061 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27062
27063 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27064
27065 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27066 issuing unused warnings.
27067
27068 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27069 macro directly.
27070
27071 * simple.el: Lisp reimplement of list-processes. Based on an
27072 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27073 (process-menu-mode): New major mode.
27074 (list-processes--refresh, list-processes):
27075 (process-menu-visit-buffer): New functions.
27076
27077 * files.el (save-buffers-kill-emacs): Don't assume any return
27078 value of list-processes, which is undocumented anyway.
27079
27080 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27081
27082 * emacs-lisp/tabulated-list.el: New file.
27083
27084 * emacs-lisp/package.el: Use Tabulated List mode.
27085 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27086 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27087 table format using Tabulated List mode variables.
27088 (package--push): New macro, replacing package-list-maybe-add.
27089 (package-menu--generate): Use package--push. Renamed from
27090 package--generate-package-list.
27091 (package-menu-refresh, list-packages): Use it.
27092 (package-menu--print-info): Rename from package-print-package.
27093 Return insertion data instead of inserting it directly.
27094 (package-menu-describe-package, package-menu-execute):
27095 Use tabulated-list-get-id.
27096 (package-menu-mark-delete, package-menu-mark-install)
27097 (package-menu-mark-unmark, package-menu-backup-unmark)
27098 (package-menu-mark-obsolete-for-deletion):
27099 Use tabulated-list-put-tag.
27100 (package--list-packages, package-menu-revert)
27101 (package-menu-get-package, package-menu-get-version)
27102 (package-menu-sort-by-column): Functions deleted.
27103 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27104 (package-menu--status-predicate, package-menu--version-predicate)
27105 (package-menu--name-predicate)
27106 (package-menu--description-predicate): Handle arguments in the
27107 Tabulated List format.
27108 (package-list-packages-no-fetch): Call list-packages.
27109
27110 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27111
27112 * files.el (after-find-file-from-revert-buffer): Remove variable.
27113 (after-find-file): Don't bind it.
27114 (revert-buffer-in-progress-p): New variable.
27115 (revert-buffer): Bind it.
27116 Pass nil for `after-find-file-from-revert-buffer'.
27117
27118 * saveplace.el (save-place-find-file-hook): Use new variable
27119 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27120
27121 2011-04-06 Glenn Morris <rgm@gnu.org>
27122
27123 * Makefile.in (AUTOGEN_VCS): New variable.
27124 (autoloads): Use $AUTOGEN_VCS.
27125
27126 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27127 * calendar/calendar.el (calendar-mode-map):
27128 Check for toolkit scroll bars. (Bug#8305)
27129
27130 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27131
27132 * minibuffer.el (completion-in-region--postch)
27133 (completion-in-region-mode): Remove unnecessary messages.
27134
27135 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27136
27137 * font-lock.el (font-lock-refresh-defaults):
27138 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27139 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27140
27141 * info.el (Info-directory-list, Info-read-node-name-2)
27142 (Info-split-parameter-string): Doc fixes.
27143 (Info-virtual-nodes): Reflow docstring.
27144 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27145 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27146 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27147 Fix typos in docstrings.
27148 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27149 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27150 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27151 (Info-restore-desktop-buffer): Mark unused parameters.
27152 (Info-directory-find-file, Info-directory-find-node)
27153 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27154 (Info-virtual-index-find-node, Info-apropos-find-file)
27155 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27156 Mark unused parameters; fix typos in docstrings.
27157 (Info-virtual-index): Remove unused local variable `nodename'.
27158
27159 2011-04-05 Deniz Dogan <deniz@dogan.se>
27160
27161 * net/rcirc.el: Update my e-mail address.
27162 (rcirc-mode-map): Remove M-o binding.
27163
27164 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27165
27166 * startup.el (command-line): Save the cursor's theme-face
27167 directly, instead of using face-override-spec.
27168
27169 * custom.el (load-theme): Minor optimization in assigning faces.
27170
27171 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27172
27173 * help-fns.el (describe-variable): Complete all variables having
27174 documentation, including keywords.
27175 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27176
27177 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27178
27179 Convert to lexical-binding.
27180
27181 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27182 (bs--get-marked-string, bs--get-modified-string)
27183 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27184 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27185 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27186
27187 * ehelp.el (electric-help-execute-extended)
27188 (electric-help-ctrl-x-prefix):
27189 * hexl.el (hexl-revert-buffer-function):
27190 * linum.el (linum-after-change, linum-after-scroll):
27191 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27192
27193 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27194
27195 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27196
27197 * epa-dired.el:
27198 * epa-mail.el:
27199 * epa-hook.el:
27200 * epa-file.el:
27201 * epa.el:
27202 * epg.el: Use lexical binding.
27203
27204 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27205
27206 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27207
27208 * textmodes/flyspell.el (flyspell-word): Recognize default
27209 dictionary case for flyspell-mark-duplications-exceptions.
27210 Use regexp matching for languages.
27211 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27212 default dictionary (Bug#7926).
27213
27214 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27215
27216 * emacs-lisp/package.el (package--with-work-buffer):
27217 Recognize https URLs.
27218
27219 * net/network-stream.el: Move from gnus/proto-stream.el.
27220 Change prefix to network-stream throughout.
27221 (open-protocol-stream): Merge into open-network-stream, leaving
27222 open-protocol-stream as an alias. Handle nil BUFFER args.
27223
27224 * subr.el (open-network-stream): Move to net/network-stream.el.
27225
27226 2011-04-02 Glenn Morris <rgm@gnu.org>
27227
27228 * find-dired.el (find-exec-terminator): New option.
27229 (find-ls-option): Test for -ls support.
27230 (find-ls-subdir-switches): Test for -b in find-ls-option.
27231 (find-dired, find-grep-dired): Doc fixes.
27232 (find-dired): Use find-exec-terminator.
27233
27234 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27235 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27236 (find-name-arg): Remove purecopy.
27237
27238 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27239 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27240 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27241 accordingly. Don't add the null-device if not needed.
27242
27243 * files.el (save-some-buffers): Doc fix.
27244
27245 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27246
27247 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27248
27249 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27250
27251 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27252 Use `dolist' rather than `mapcar'.
27253
27254 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27255
27256 Add lexical binding.
27257
27258 * subr.el (apply-partially): Use new closures rather than CL.
27259 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27260 (dolist, dotimes): Use slightly different expansion for lexical code.
27261 (functionp): Move to C.
27262 (letrec): New macro.
27263 (with-wrapper-hook): Use it and apply-partially instead of CL.
27264 (eval-after-load): Preserve lexical-binding.
27265 (save-window-excursion, with-output-to-temp-buffer): Turn them
27266 into macros.
27267
27268 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27269
27270 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27271 than the arglist.
27272 (help-add-fundoc-usage): Don't add `Not documented'.
27273 (help-function-arglist): Handle closures, subroutines, and new
27274 byte-code-functions.
27275 (help-make-usage): Remove leading underscores.
27276 (describe-function-1): Handle closures.
27277 (describe-variable): Use special-variable-p for completion.
27278
27279 * files.el (lexical-binding): Declare safe.
27280
27281 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27282 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27283 (pcase): Add `let' pattern.
27284 Change memoization so it actually works.
27285 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27286 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27287 <let>: New case.
27288
27289 * emacs-lisp/macroexp.el: Use lexical binding.
27290 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27291 Don't convert ' to #' without checking that it's indeed quoting
27292 a lambda.
27293
27294 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27295 Use eval-sexp-add-defvars.
27296 (eval-sexp-add-defvars): New fun.
27297
27298 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27299
27300 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27301 Don't autoload.
27302 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27303 than the internal `byte-compile-lambda'.
27304 (defmethod): Don't hide code under quotes.
27305 (eieio-defmethod): New `code' argument.
27306
27307 * emacs-lisp/eieio-comp.el: Remove.
27308
27309 * emacs-lisp/edebug.el (edebug-eval-defun)
27310 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27311 (edebug-toggle): Avoid `eval'.
27312
27313 * emacs-lisp/disass.el (disassemble-internal): Handle new
27314 `closure' objects.
27315 (disassemble-1): Handle new byte codes.
27316
27317 * emacs-lisp/cl.el (pushnew): Silence warning.
27318
27319 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27320 (cl-byte-compile-throw): Remove.
27321 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27322
27323 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27324 closures.
27325
27326 * emacs-lisp/cconv.el: New file.
27327
27328 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27329 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27330 (byte-compile-initial-macro-environment):
27331 Handle declare-function here.
27332 (byte-compile--lexical-environment): New var.
27333 (byte-stack-ref, byte-stack-set, byte-discardN)
27334 (byte-discardN-preserve-tos): New lap codes.
27335 (byte-interactive-p): Don't use any more.
27336 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27337 New macros.
27338 (byte-compile-lapcode): Use them and handle new lap codes.
27339 (byte-compile-obsolete): Remove.
27340 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27341 (byte-compile-arglist-warn): Check late def of inlinable funs.
27342 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27343 since they should have been expanded by now.
27344 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27345 (byte-compile-from-buffer): Remove unused second arg.
27346 (byte-compile-preprocess): New function.
27347 (byte-compile-toplevel-file-form): New function to distinguish
27348 file-form calls from outside from file-form calls from hunk-handlers.
27349 (byte-compile-file-form): Simplify.
27350 (byte-compile-file-form-defsubst): Remove.
27351 (byte-compile-file-form-defmumble): Simplify now that
27352 byte-compile-lambda always returns a byte-code-function.
27353 (byte-compile): Preprocess.
27354 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27355 Remove, not used any more.
27356 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27357 (byte-compile-make-args-desc): New funs.
27358 (byte-compile-lambda): Handle lexical functions. Always return
27359 a byte-code-function.
27360 (byte-compile-reserved-constants): New var, to make up room for
27361 closed-over variables.
27362 (byte-compile-constants-vector): Obey it.
27363 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27364 (byte-compile-macroexpand-declare-function): New function.
27365 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27366 byte-code-functions.
27367 (byte-compile-form): Check obsolescence here.
27368 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27369 (byte-compile-variable-ref): Remove.
27370 (byte-compile-dynamic-variable-op): New fun.
27371 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27372 (byte-compile-variable-set): New funs.
27373 (byte-compile-discard): Add 2 args.
27374 (byte-compile-stack-ref, byte-compile-stack-set)
27375 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27376 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27377 macroexpand-all instead.
27378 (byte-compile-quote-form): Remove.
27379 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27380 (byte-compile-bind, byte-compile-unbind): New funs.
27381 (byte-compile-let): Handle let* and lexical binding.
27382 (byte-compile-let*): Remove.
27383 (byte-compile-catch, byte-compile-unwind-protect)
27384 (byte-compile-track-mouse, byte-compile-condition-case):
27385 Handle a new :fun-body form, used for lexical scoping.
27386 (byte-compile-save-window-excursion)
27387 (byte-compile-with-output-to-temp-buffer): Remove.
27388 (byte-compile-defun): Simplify.
27389 (byte-compile-stack-adjustment): New fun.
27390 (byte-compile-out): Use it.
27391 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27392
27393 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27394 handler any more.
27395
27396 * emacs-lisp/byte-opt.el: Use lexical binding.
27397 (byte-inline-lapcode): Remove (to bytecomp).
27398 (byte-compile-inline-expand): Pay attention to inlining to/from
27399 lexically bound code.
27400 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27401 any more.
27402 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27403 any more and don't call compiler-macros.
27404 (byte-compile-splice-in-already-compiled-code): Remove.
27405 (byte-code): Don't inline any more.
27406 (disassemble-offset): Receive `bytes' as argument rather than via
27407 dynamic scoping.
27408 (byte-compile-tag-number): Declare before first use.
27409 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27410 `return' even if make-spliceable.
27411 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27412 obsolete interactive-p.
27413 (byte-optimize-lapcode): Optimize new lap-codes.
27414 Don't trip up on new form of `byte-constant' lap code.
27415
27416 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27417
27418 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27419
27420 * custom.el (custom-initialize-default, custom-declare-variable):
27421 Use `defvar'.
27422
27423 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27424 New variables.
27425 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27426 (COMPILE_FIRST): Add macroexp and cconv.
27427 * makefile.w32-in: Mirror changes in Makefile.in.
27428
27429 * vc/cvs-status.el:
27430 * vc/diff-mode.el:
27431 * vc/log-edit.el:
27432 * vc/log-view.el:
27433 * vc/smerge-mode.el:
27434 * textmodes/bibtex-style.el:
27435 * textmodes/css-mode.el:
27436 * startup.el:
27437 * uniquify.el:
27438 * minibuffer.el:
27439 * newcomment.el:
27440 * reveal.el:
27441 * server.el:
27442 * mpc.el:
27443 * emacs-lisp/smie.el:
27444 * doc-view.el:
27445 * dired.el:
27446 * abbrev.el: Use lexical binding.
27447
27448 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27449
27450 * info.el (info-display-manual): New function.
27451
27452 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27453
27454 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27455
27456 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27457
27458 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27459 an entry for that server in rcirc-authinfo. (Bug#8385)
27460
27461 2011-03-31 Glenn Morris <rgm@gnu.org>
27462
27463 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27464
27465 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27466
27467 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27468
27469 * progmodes/python.el (python-default-interpreter)
27470 (python-python-command-args, python-jython-command-args)
27471 (python-which-shell, python-which-args, python-which-bufname)
27472 (python-file-queue, python-comint-output-filter-function)
27473 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27474 variables and functions.
27475
27476 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27477
27478 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27479 (completion-in-region-mode): New minor mode.
27480 (completion-in-region): Use it.
27481 (completion-in-region--data, completion-in-region-mode-map): New vars.
27482 (completion-in-region--postch): New function.
27483 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27484 New vars.
27485 (completion--capf-wrapper): New function.
27486 (completion-at-point): Use it to track well-behavedness of
27487 hook functions.
27488 (completion-help-at-point): New command.
27489
27490 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27491
27492 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27493 syntax class to search for whitespace on a single line
27494 (Message-ID: <4D938140.4030905@redhat.com>).
27495
27496 2011-03-30 Leo Liu <sdl.web@gmail.com>
27497
27498 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27499 New commands.
27500 (edit-abbrevs-map): Bind them here.
27501 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27502
27503 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27504
27505 * allout.el (allout-hide-by-annotation, allout-flag-region):
27506 Reduce possibility of overlay leakage by making them volatile.
27507
27508 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27509 hash is not shared between buffers. Mode initialization is
27510 responsible for giving it a useful starting value.
27511 (allout-item-span): Reduce possibility of overlay leakage by
27512 making them volatile.
27513 (allout-widgets-count-buttons-in-region): Add diagnostic function
27514 for tracking down button overlay leaks.
27515
27516 2011-03-29 Leo Liu <sdl.web@gmail.com>
27517
27518 * ido.el (ido-read-internal): Use the default history var
27519 minibuffer-history if no HISTORY is specified.
27520
27521 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27522
27523 * net/imap.el (imap-shell-open, imap-process-connection-type):
27524 Use imap-process-connection-type for 'shell' streams as well as
27525 Kerberos, SSL, other subprocesses.
27526
27527 2011-03-28 Leo Liu <sdl.web@gmail.com>
27528
27529 * abbrev.el (abbrev-table-empty-p): New function.
27530 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27531 nonempty ones. (Bug#5937)
27532
27533 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27534
27535 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27536
27537 2011-03-27 Leo Liu <sdl.web@gmail.com>
27538
27539 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27540 for foreground and background colors.
27541 (ansi-color-make-color-map): Adapt.
27542
27543 2011-03-25 Leo Liu <sdl.web@gmail.com>
27544
27545 * midnight.el (midnight-time-float): Remove. Note it calculates
27546 the microsecond component incorrectly and seconds-to-time does the
27547 same job.
27548 Remove redundant (require 'timer).
27549
27550 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27551 (ido-completions): Remove unused arguments. (Bug#8329)
27552
27553 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27554
27555 * minibuffer.el (completion--flush-all-sorted-completions):
27556 Remove itself from hook.
27557 (completion-at-point): Let the functions perform the completion
27558 immediately and return nil or t.
27559 * comint.el (comint-dynamic-complete-functions): Now identical to
27560 completion-at-point-functions.
27561 (comint-dynamic-list-input-ring): Remove unused var `index'.
27562 (comint--match-partial-filename, comint--unquote&expand-filename):
27563 New funs, split from comint-match-partial-filename.
27564 (comint-dynamic-complete): Use completion-at-point.
27565 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27566
27567 2011-03-24 Drew Adams <drew.adams@oracle.com>
27568
27569 * thingatpt.el: Support `defun'.
27570
27571 2011-03-23 Leo Liu <sdl.web@gmail.com>
27572
27573 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27574
27575 * help-mode.el (help-mode-finish): Tweak regexp.
27576
27577 2011-03-23 Glenn Morris <rgm@gnu.org>
27578
27579 * eshell/esh-opt.el (eshell-eval-using-options):
27580 Do not bind unused local variable `eshell-option-stub'.
27581
27582 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27583
27584 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27585
27586 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27587 keymap variable in `with-no-warnings' to avoid a warning when the
27588 keymap has been already `defconst'ed.
27589
27590 2011-03-22 Leo Liu <sdl.web@gmail.com>
27591
27592 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27593 encode all chars in abbrevs; otherwise use emacs-mule or
27594 utf-8-emacs. (Bug#8308)
27595
27596 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27597
27598 * simple.el (backward-delete-char-untabify):
27599 Avoid warning about using `delete-backward-char'.
27600
27601 * image.el (image-type-file-name-regexps): Make it variable.
27602 `imagemagick-register-types' modifies it, and the user may want
27603 to add new extensions for known image types.
27604 (imagemagick-register-types): Throw error if not using ImageMagick.
27605
27606 2011-03-22 Leo Liu <sdl.web@gmail.com>
27607
27608 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27609 located before rcirc-prompt-end-marker.
27610 (rcirc-complete): Error if point is not after rcirc prompt.
27611 Handle the case when table is nil.
27612 (rcirc-user-authenticated): Define to fix compiler warning.
27613
27614 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27615
27616 * custom.el (custom--inhibit-theme-enable): Make it affect only
27617 custom-theme-set-variables and custom-theme-set-faces.
27618 (provide-theme): Ignore custom--inhibit-theme-enable.
27619 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27620 (custom-enabling-themes): Delete variable.
27621 (enable-theme): Accept only loaded themes as arguments.
27622 Ignore the special custom-enabled-themes variable.
27623 (custom-enabled-themes): Forbid themes from setting this.
27624 Eliminate use of custom-enabling-themes.
27625 (custom-push-theme): Quote "changed" custom var entry.
27626
27627 2011-03-21 Leo Liu <sdl.web@gmail.com>
27628
27629 * ido.el (ido-read-internal): Add ido-selected to history instead
27630 of user input.
27631
27632 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27633
27634 * subr.el (deferred-action-list, deferred-action-function):
27635 Mark obsolete.
27636
27637 2011-03-21 Leo Liu <sdl.web@gmail.com>
27638
27639 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27640 change on 2011-02-13 (bug#8309).
27641
27642 * minibuffer.el (read-file-name-function): Change default value.
27643 (read-file-name--defaults): Rename from read-file-name-defaults.
27644 (read-file-name-default): Rename from read-file-name.
27645 (read-file-name): Call read-file-name-function.
27646
27647 2011-03-21 Glenn Morris <rgm@gnu.org>
27648
27649 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27650 Doc fixes.
27651
27652 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27653
27654 * cus-theme.el: Add missing provide statement.
27655 (customize-create-theme): Extract theme value correctly.
27656 (custom-theme-visit-theme): Autoload.
27657 (customize-create-theme): Prompt before inserting default faces.
27658
27659 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27660
27661 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27662 units and musical notes.
27663
27664 2011-03-20 Leo Liu <sdl.web@gmail.com>
27665
27666 * ido.el (ido-read-internal): Use completing-read-default.
27667 (ido-completing-read): Fix compatibility with completing-read.
27668
27669 2011-03-20 Christian Ohler <ohler@gnu.org>
27670
27671 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27672 (ert-delete-all-tests): Use `called-interactively-p' rather than
27673 `interactive-p'.
27674 (ert--make-xrefs-region): Respect END.
27675
27676 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27677
27678 * dired-aux.el (dired-create-directory): Signal an error if the
27679 directory already exists (Bug#8246).
27680
27681 * facemenu.el (list-colors-display): Call list-faces-display
27682 inside with-help-window.
27683 (list-colors-print): Use display property to align the final
27684 column, instead of checking window-width.
27685
27686 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27687
27688 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27689 windows-nt systems.
27690 (emerge-protect-metachars): Quote correctly for ms-dos and
27691 windows-nt systems.
27692
27693 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27694
27695 * info.el (info-initialize): Replace all uses of `:' with
27696 path-separator for compatibility with non-Unix systems.
27697 Cache quoting of path-separator. (Bug#8258)
27698
27699 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27700
27701 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27702 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27703 (mouse-avoidance-mode): Fix typos in docstrings.
27704
27705 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27706
27707 * startup.el (package-subdirectory-regexp): Move from package.el.
27708 Omit \\` and \\', and let callers add them.
27709
27710 * emacs-lisp/package.el (package-strip-version)
27711 (package-load-all-descriptors): Add \\` and \\' to
27712 package-subdirectory-regexp before using it.
27713 (package-untar-buffer): New arg DIR; ensure that file untars only
27714 into this expected directory. Remove superfluous delete-region.
27715 (package-unpack): Caller changed.
27716 (package-tar-file-info): Use package-subdirectory-regexp.
27717
27718 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27719
27720 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27721 diff-mode-shared-map (bug#8284).
27722 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27723
27724 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27725
27726 * calendar/time-date.el (format-seconds): Use assoc instead of
27727 assoc-string, since assoc-string doesn't exist in XEmacs.
27728
27729 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27730
27731 * custom.el (custom-known-themes): Reflow docstring.
27732 (custom-theme-load-path): Fix typo in docstring.
27733 (load-theme): Fix typo in error message.
27734 (custom-available-themes, custom-variable-theme-value):
27735 Use `let', not `let*'.
27736
27737 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27738
27739 * calc/README: Mention inclusion of musical notes.
27740
27741 * calc/calc-units.el (calc-lu-quant): Rename from
27742 `calc-logunits-quantity'.
27743 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27744 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27745 (calc-db): Rename from `calc-dblevel'.
27746 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27747 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27748 (calc-np): Rename from `calc-nplevel'.
27749 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27750 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27751 (calc-lu-plus): Rename from `calc-logunits-add'.
27752 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27753 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27754 (calc-lu-minus): Rename from `calc-logunits-sub'.
27755 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27756 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27757 (calc-lu-times): Rename from `calc-logunits-mul'.
27758 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27759 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27760 (calc-lu-divide): Rename from `calc-logunits-div'.
27761 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27762 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27763
27764 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27765 functions being autoloaded.
27766
27767 * calc/calc.el (calc-lu-power-reference): Rename from
27768 `calc-logunits-power-reference'.
27769 (calc-lu-field-reference): Rename from
27770 `calc-logunits-field-reference'.
27771
27772 * calc/calc-help.el (calc-l-prefix-help):
27773 Mention musical note functions.
27774
27775 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27776
27777 * minibuffer.el (completion-all-sorted-completions):
27778 Use :completion-cycle-penalty text property if present.
27779
27780 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27781
27782 * allout.el (allout-yank-processing): Adjust for new rebulleting
27783 regime so bullet being yanked is used without prompting the user
27784 for a choice.
27785
27786 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27787
27788 * startup.el (command-line): Warn the user that _emacs is deprecated.
27789
27790 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27791
27792 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27793 (delphi-verbose, delphi-comment-face, delphi-string-face)
27794 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27795 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27796 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27797 (delphi-new-comment-line, delphi-font-lock-defaults)
27798 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27799 Fix typos in docstrings.
27800
27801 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27802
27803 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27804 Invert the roles of character and string values for INSTEAD, so a
27805 string is used for the more common case of a defaulting prompt.
27806
27807 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27808
27809 * progmodes/ruby-mode.el (ruby-backward-sexp):
27810 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27811 * play/gamegrid.el (gamegrid-make-face):
27812 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27813 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27814 * notifications.el (notifications-notify):
27815 * net/xesam.el (xesam-search-engines):
27816 * net/quickurl.el (quickurl-list-insert):
27817 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27818
27819 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27820
27821 * startup.el (command-line): Update package subdirectory regexp.
27822
27823 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27824
27825 * allout.el (allout-abbreviate-flattened-numbering)
27826 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27827
27828 * subr.el (read-char-choice): Only show the cursor after the prompt,
27829 not after the answer.
27830
27831 2011-03-15 Kevin Ryde <user42@zip.com.au>
27832
27833 * help-fns.el (variable-at-point): Skip leading quotes, if any
27834 (bug#8253).
27835
27836 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27837
27838 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27839 warning message.
27840
27841 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27842
27843 * shell.el (shell): When called interactively, offer to change the
27844 shell file name on remote hosts.
27845
27846 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27847
27848 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27849 integration for LDAP parameters. The host, base, user or binddn,
27850 and secret tokens can be specified in a netrc file, for instance.
27851 This is optional because an `auth-source' parameter must be
27852 specified in the search attributes.
27853
27854 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27855
27856 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27857
27858 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27859
27860 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27861 into declaration. Remove redundant and harmful binding.
27862
27863 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27864
27865 * files.el (file-ownership-preserved-p): Pass `integer' as an
27866 explicit 2nd argument to `file-attributes'. If the file's owner
27867 is the Administrators group on Windows, and the current user is
27868 Administrator, consider that a match.
27869
27870 * server.el (server-ensure-safe-dir): Consider server directory
27871 safe on MS-Windows if its owner is the Administrators group while
27872 the current Emacs user is Administrator. Use `=' to compare
27873 numerical UIDs, since they could be integers or floats.
27874
27875 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27876
27877 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27878
27879 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27880
27881 Sync with Tramp 2.2.1.
27882
27883 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27884
27885 * net/trampver.el: Update release number.
27886
27887 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27888
27889 * progmodes/compile.el (compilation--previous-directory): Fix up
27890 various nil/dead-marker mismatches (bug#8014).
27891 (compilation-directory-properties, compilation-error-properties):
27892 Don't call it at a position past the one we're about to change.
27893
27894 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27895 Disable obsolescence warnings in the file that declares it.
27896
27897 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27898
27899 * allout-widgets.el (allout-widgets-tally):
27900 Initialize allout-widgets-tally as a hash table rather than nil to
27901 prevent mode-line redisplay warnings. Also, clarify the module
27902 description and fix a comment typo.
27903
27904 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27905
27906 * help-fns.el (describe-variable): Don't complete keywords.
27907 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27908
27909 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27910
27911 * emacs-lisp/package.el (package-version-join): Impose a standard
27912 string representation for pre/alpha/beta version lists.
27913 (package-unpack-single): Standardize the directory name by passing
27914 it through package-version-join.
27915 (package-strip-rcs-id): Accept any version string that does not
27916 signal an error in version-to-list.
27917
27918 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27919
27920 * simple.el (delete-trailing-whitespace): Return nil for the
27921 benefit of `write-file-functions'.
27922
27923 2011-03-10 Glenn Morris <rgm@gnu.org>
27924
27925 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27926
27927 * vc/vc-git.el (vc-git-program): New option.
27928 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27929 (vc-git--call): Use it.
27930
27931 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27932
27933 * cus-edit.el (Custom-newline): If no button at point, look
27934 for a subgroup button at start-of-line. (Bug#2298)
27935
27936 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27937
27938 2011-03-10 Julien Danjou <julien@danjou.info>
27939
27940 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27941 `cursor-type' is nil.
27942
27943 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27944
27945 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27946
27947 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27948
27949 * allout.el: Change so yank of distinctive-bullet items
27950 preserves the existing header prefix, rebulleting it if necessary,
27951 rather than replacing it. This is necessary for proper operation
27952 of cooperative addons like allout-widgets.
27953 (allout-make-topic-prefix, allout-rebullet-heading):
27954 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27955 value as alternate bullet to be used, instead of prompting the user
27956 for a bullet character.
27957
27958 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27959
27960 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27961 Do not use `tramp-file-name-port', because this returns also
27962 `tramp-default-port'.
27963
27964 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27965
27966 * net/rcirc.el (rcirc-handler-001): Remove useless
27967 with-rcirc-process-buffer.
27968 (rcirc-check-auth-status): Swap arguments to string-match.
27969
27970 2011-03-09 Glenn Morris <rgm@gnu.org>
27971
27972 * shell.el (shell-mode):
27973 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27974
27975 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27976 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27977
27978 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27979
27980 * emacs-lisp/package.el (package-refresh-contents)
27981 (package-menu-execute): Use condition-case-no-debug.
27982
27983 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27984
27985 * simple.el (shell-command-to-string): Use `process-file'.
27986
27987 * emacs-lisp/package.el (package-tar-file-info): Handle also
27988 remote files.
27989
27990 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27991 Use `equal' for upload base check.
27992
27993 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27994
27995 * textmodes/texinfo.el (texinfo-environments):
27996 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27997
27998 2011-03-08 Glenn Morris <rgm@gnu.org>
27999
28000 * cus-start.el (cursor-in-non-selected-windows):
28001 Fix :set quoting oddness. (Bug#8192)
28002
28003 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28004 in some setf expressions. (Bug#2159)
28005
28006 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28007
28008 * custom.el (custom-available-themes): Return themes in
28009 alphabetical order.
28010
28011 See ChangeLog.15 for earlier changes.
28012
28013 ;; Local Variables:
28014 ;; coding: utf-8
28015 ;; End:
28016
28017 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28018
28019 This file is part of GNU Emacs.
28020
28021 GNU Emacs is free software: you can redistribute it and/or modify
28022 it under the terms of the GNU General Public License as published by
28023 the Free Software Foundation, either version 3 of the License, or
28024 (at your option) any later version.
28025
28026 GNU Emacs is distributed in the hope that it will be useful,
28027 but WITHOUT ANY WARRANTY; without even the implied warranty of
28028 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28029 GNU General Public License for more details.
28030
28031 You should have received a copy of the GNU General Public License
28032 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.